@charset "shift-jis";

*{ box-sizing: border-box;}

.ct {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

html {
    font-size: 16px;
    color: #333;
}

body{
    font-family: '�q���M�m�p�S�V�b�N Pro', 'Hiragino Kaku Gothic Pro','���C���I', Meiryo, system-ui, sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

a[href^="tel:"]{  pointer-events: none; }
img{ max-width: 100%; }

.pc{ display: inherit;}
.tab{ display: none;}
.sp{ display: none;}

.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}

.bg-beige{ background: #f3f3f2; }
.bg-d-blue{ background: #1c236d; }

.marker {
    padding: 0 5px 3px;
    background: linear-gradient(rgba(0,0,0,0) 60%, rgba(28,37,105,.15) 60%);
}

#page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

#header{ height: 0px; }
main{ margin-top: 0; }

section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
section:nth-of-type(even){ background: #EDEEF3;}
section article,
section .inner{
    width: 100%;
    max-width: 1000px;
    padding: 60px 0;
    margin: 0 auto;
}
section h3,
section .h3 {
    font-size: 1.5rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
}
section h4 {
    font-size: 1.25rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
}

.ttl_border_bottom {
    font-size: 27px;
    font-size: 2rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
.ttl_border_bottom::after {
    content: "";
    display: block;
    border-bottom: 3px solid #1c236d;
    width: 100px;
    margin: 20px auto 30px;
}

.ttl_icn{
    color: #1c236d;
    font-weight: normal;
    font-size: 1.25em;
    text-align: left;
    margin-bottom: 2em;
    padding-left: 52px;
    background: url(/payment_method/img/icn_ttl.svg) left top/1.8em no-repeat;
}

.ttl_baloon{
    background: #1c236d;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 1em;
    position: relative;
}
.ttl_baloon::after{
    content: "";
    border: 8px solid transparent;
    border-top: 12px solid #1c236d;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

main p{
    line-height: 1.8;
    margin-bottom: 1em;
}

#bread {
    width: 100%;
    max-width: 1000px;
    padding: 10px 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
}
#bread a{ text-decoration: none;}
#bread a:after {
    content: ">";
    margin: 0 .5em;
}

.pagenav{ margin-top: 60px;}
.pagenav > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pagenav li{
    width: calc(95% / 4);
    max-width: 200px;
}
.pagenav .box_icn{
    width: 100%;
    padding-top: 100%;
    background-color: #F6F6F6;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-bottom: 25px;
}
.pagenav li:first-child .box_icn{
    background-image: url(/school/image/logo_amazonpay_color.png);
    background-size: 144px;
}
.pagenav li:nth-child(2) .box_icn{
    background-image: url(/payment_method/img/icn_credit.svg);
    background-size: 90px;
}
.pagenav li:nth-child(3) .box_icn{
    background-image: url(/payment_method/img/icn_bank.svg);
    background-size: 78px;
}
.pagenav li:nth-child(4) .box_icn{
    background-image: url(/payment_method/img/icn_loan.svg);
    background-size: 98px;
}
.pagenav .link{
    color: #333;
}
.pagenav .link::after{
    content: "";
    display: block;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    margin: 30px auto 0;
}
.pagenav li:nth-child(4) .link::after{
    margin-top: 5px;
}

.video_wrap{
    max-width: 700px;
    margin: 60px auto 0;
    background: #000;
    padding: 1px;
}
.video {
    margin: 0 auto;
    width: 100%;
    position:relative;
/*    padding-top:56.25%;*/
    padding-top: 66.571429%;
}
.video iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}


.top{ text-align: center;}

.movie_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.movie_flex > div{ width: 48%;}
.movie_flex .video_wrap{ margin-top: 0;}

@media screen and (max-width: 999px){
    #head2{ height: 88px !important;}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .pc{ display: none;}
    .tab{ display: block;}
    .sp{ display: none;}
}

@media screen and (max-width: 1024px) {
    section article,
    section .inner{
        padding: 65px 10%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 780px) {
    .pagenav li:first-child .box_icn{ background-size: 113px;}
    .pagenav li:nth-child(2) .box_icn{ background-size: 70px;}
    .pagenav li:nth-child(3) .box_icn{ background-size: 62px;}
    .pagenav li:nth-child(4) .box_icn{ background-size: 78px;}
}

@media screen and (max-width: 599px) {
    .pc{ display: none;}
    .tab{ display: none;}
    .sp{ display: block;}

    html{ font-size: 14px;}
    a[href^="tel:"]{ pointer-events: visible;}

    section article,
    section .inner{
        padding: 45px 5%;
        box-sizing: border-box;
    }
/*    section h3 {
        font-size: 21px;
        font-size: 2.1rem;
    }
    section h4 {
        font-size: 15px;
        font-size: 1.5rem;
    }*/
    
    .ttl_border_bottom{ font-size: 1.5rem;}
    .ttl_border_bottom::after {
        width: 50px;
        margin: 10px auto 15px;
    }

    #bread{ display: none;}
    main{ margin-top: 87px;}
    
    .pagenav li{
        width: calc(95% / 2);
        max-width: initial;
    }
    .pagenav li:nth-child(n+3){ margin-top: 30px;}
    .pagenav .box_icn{ margin-bottom: 10px;}
    .pagenav .link::after{ margin-top: 5px;}
    .pagenav li:nth-child(3) .link::after{
        margin-top: 25px;
    }
    .pagenav li:nth-child(4) .link::after{
        margin-top: 2px;
    }
    .video_wrap{ margin-top: 30px;}
    
    .movie_flex > div{ width: 100%;}
    .movie_flex > div + div{ margin-top: 30px;}
}

