@charset "UTF-8";


/*** Base ***/
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
    /* footer最下部 */
    min-height: 100%;
    position: relative;
}
body,
#main {
    margin: 0;
    padding: 0;
    background: #ffffff;
    line-height: 1.5em;
    color: black;
    /* footer最下部 */
    margin-bottom: 75px;
}

a {
    color: unset;
    text-decoration: none;
}
a:hover {
    opacity: 0.6;
}
/*p {
    word-break: keep-all;
}*/

#wrap {
    width: auto;
    max-width: 1280px;
    margin: 0 auto;
    padding: 87px 0 20px 0;
    background: #ffffff;
}
.main-contents {
    margin: 0 0 0 330px;
    width: auto;
    height: auto;
}
.main-inner {
    padding: 20px 35px;
    max-width: 950px;
    width: 100%;
}
.top-page-cont,
.page-cont {
    margin: 0;
    padding: 40px 0 0 0;
}
.video-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/*** Header ***/
header {
    background: #ffffff;
    border-bottom: #b9c8d7 solid 1px;
    width: 100%;
    height: 87px;
    padding: 15px 0;
    margin: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    z-index: 100;
    text-align: center;
}
header h1 {
    margin: 0 16px;
    padding: 0;
    line-height: 1.2;
}
header p {
    margin: 0;
    padding: 0;
    font-size: 95%;
    font-weight: normal;
    color: #999999;
}
header form.search_box {
    width: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 33px;
    right: 20px;
    cursor: pointer;
}
header form.search_box input {
    border: #b9c8d7 solid 1px;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: normal;
    font-size: 100%;
    vertical-align: baseline;
}
header form.search_box i.fa-search {
    cursor: pointer;
}
header form.search_box i.fa-search:hover {
    opacity: 0.6;
}


/*** site-navigation ***/
.site-navigation {
    width: 300px;
    padding: 20px;
    margin: 0 30px 0 0;
    float: left;
}
ul.sidemenu {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    line-height: 3em;
}
ul.sidemenu li {
    border-bottom: #000066 1px solid;
    padding-left: 15px;
}
ul.sidemenu li:last-child {
    border: none;
}


/*** footer ***/
footer {
    background: #ffffff;
    border-top: #b9c8d7 solid 1px;
    clear: both;
    padding: 15px 0;
    width: 100%;
    height: 75px;
    font-size: 90%;
    text-align: center;
    /* footer最下部 */
    bottom: 0;
    position: absolute;
}
.footer-area {
    display: flex;
    position: relative;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 1.2em;
}
.footer-nav {
    margin: 0 auto;
    padding: 0;
}
ul.footer-menu {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
ul.footer-menu li {
    display: inline;
    padding: 10px;
}
.footer-nav p {
    font-size: 85%;
    margin: 0;
    padding: 0;
    color: #999999;
}


/*** TOP ***/
section.bloglist {
    position: relative;
    padding: 18px 0;
    border-bottom: #b9c8d7 solid 1px;
    overflow: hidden;
}
section.bloglist:first-child {
    padding-top: 0;
}
section.bloglist:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
section.bloglist a {
    color: black;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    display: block;
}
section.bloglist figure {
    border: 1px solid #c0cedb;
    float: left;
    width: 120px;
    height: auto;
    max-height: 120px;
    margin: 0 20px 0 0;
    overflow: hidden;
    position: relative;
}
section.bloglist figure img.eyecatch {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: auto;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
section.bloglist div.article {
    overflow: hidden;
    position: relative;
}
div.article h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 115%;
    display: inline;
}
div.article p {
    margin: 10px 0 0;
    padding: 0;
}
div.article p.blogtext {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
div.article p.blogcat,
div.article p.blogtime {
    font-size: small;
    color: #999999;
    display: inline-block;
}
div.article p.blogtime {
    right: 0;
    position: absolute;
}
div.article p.blogtime2 {
    font-size: small;
    color: #999999;
    text-align: right;
}
div.pager {
    margin: 30px auto 0;
    text-align: center;
}


/*** 各ページ ***/
.page-header {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: #b9c8d7 solid 1px;
}
.page-header h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.8em;
}


section.katudou-cont {
    position: relative;
    padding: 18px 0;
    border-bottom: #b9c8d7 solid 1px;
    overflow: hidden;
}
.katudou-cont:first-child {
    padding-top: 0;
}
.katudou-cont:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
figure {
    float: left;
    width: 170px;
    height: 170px;
    margin: 0 20px 0 0;
    overflow: hidden;
    position: relative;
}
figure img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: auto;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
div.katudou-text {
    overflow: hidden;
    position: relative;
}
.katudou-text h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 115%;
    display: inline;
}
.katudou-text p {
    margin: 8px 0 0;
    padding: 0;
}


.profile-image {
    width: 30%;
    object-fit: cover;
    float: left;
    margin-right: 30px;
}
.profile-comment {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#profile-contents-table th {
	width: auto;
    padding: 0 25px 20px 0;
    border: none;
    background: none;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
#profile-contents-table td {
    width: auto;
    padding: 0;
    border: none;
    vertical-align: top;
}

.section {
    position: relative;
}
div[class^="section-"] img,
div[class^="section-"] video {
    width: 100%;
}
div[class^="section-"] {
    margin-bottom: 10%;
    /* position: absolute; */
}
.rules_slider,
.improsive_slider {
    width: 100%;
    margin: 0 auto 5%;
    padding: 0;
}
.rules_slider .slick-slide,
.improsive_slider .slick-slide {
    width: 45vw;
    max-width: calc(880px - 42px);
    margin: 0 20px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}
.rules_slider .slick-slide img,
.improsive_slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
video {
    width: 60%;
}
#sousa video {
    width: 50%;
    border: 1px solid #ccc;
}


.mailform {
    font-size: 80%;
}


.policy {
    width: 80%;
    margin: 0 auto;
    font-size: 80%;
}
.policy h2 {
    font-size: 130%;
    font-weight: normal;
    border-left: #b9c8d7 solid 5px;
    padding: 0 0 0 8px;
    margin: 0 0 30px 0;
    line-height: 1.5;
}
.policy h3 {
    font-size: 115%;
}


.error-box {
    background-color: rgba(200, 0, 1, 0.15);
    border: 1px solid #c80001;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: max-content;
    max-width: 100%;
    padding: 40px;
    margin: 10% auto;
    text-align: center;
}