@charset "utf-8";
/****************************************************************************************************
****************************************************************************************************/
@media only screen and (max-width:768px){
}
@media only screen and (max-width:736px){
}
/****************************************************************************************************

導入

****************************************************************************************************/
.intro{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #aaa;
}
@media only screen and (max-width:768px){
.intro{
    margin-bottom: 25px;
    padding-bottom: 25px;
}
}
.lead{
}
@media only screen and (max-width:768px){
.lead{
}
}


.lead.-sub{
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
}
@media only screen and (max-width:768px){
.lead.-sub{
    font-size: 1.2rem;
}
}
    .lead.-sub span{
        position: relative;
        display: inline-block;
    }
        .lead.-sub span:before{
            content: '';
            position: absolute;
            top: 50%;
            left: -80px;
            width: 60px;
            height: 1px;
            background-color: #333;
        }
        .lead.-sub span:after{
            content: '';
            position: absolute;
            top: 50%;
            right: -80px;
            width: 60px;
            height: 1px;
            background-color: #333;
        }
@media only screen and (max-width:768px){
        .lead.-sub span:before{
            left: -40px;
            width: 30px;
        }
        .lead.-sub span:after{
            right: -40px;
            width: 30px;
        }
}


.lead.-type1{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 4.6rem;
    text-align: center;
}
@media only screen and (max-width:768px){
.lead.-type1{
    font-size: 1.6rem;
}
}

    .lead.-type1 span{
        font-size: 4.0rem;
    }
@media only screen and (max-width:768px){
    .lead.-type1 span{
        font-size: 1.2rem;
    }
}

.lead.-type2{
    text-align: center;
}
@media only screen and (max-width:768px){
.lead.-type2{
}
.lead.-type2 br{
    display: none;
}
}

.lead.-type3{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.6rem;
}
@media only screen and (max-width:768px){
.lead.-type3{
    font-size: 1.4rem;
}
}
/****************************************************************************************************

全体

****************************************************************************************************/
.section.-topics{
}
/****************************************************************************************************

見出し

****************************************************************************************************/
.topicsHeading{
}

.topicsHeading.-type1{
    margin-bottom:20px;
    font-size:2.4rem;
    font-weight:bold;
    text-align: center;
}
@media only screen and (max-width:736px){
.topicsHeading.-type1{
    /* font-size:1.4rem; */
    font-size:1.6rem;
}
}


.topicsHeading.-type2{
    margin-bottom:20px;
    padding-bottom: 5px;
    font-size:1.6rem;
    font-weight:bold;
    border-bottom: 1px dotted #333;
}
@media only screen and (max-width:736px){
.topicsHeading.-type2{
    /* font-size:1.4rem; */
    font-size:1.6rem;
}
}





.topicsRow{
}
    .topicsCols.-col1{ float:left; margin-right:30px; }
@media only screen and (max-width:736px){
.topicsRow{
    margin-bottom: 20px;
}
}


.topicsBoxBase{
    display:inline-block;
    padding:5px 10px;
    border:1px solid #f00;
    color:#f00;
    font-size:116%;
}

    .topicsBoxBase a{
        color:#f00;
        text-decoration:none;
    }
    
    .topicsBoxBase a:hover{
        text-decoration:underline;
    }







/****************************************************************************************************

ページ内リンク

****************************************************************************************************/
.jump{
    margin-bottom: 60px;
}
@media only screen and (max-width:736px){
.jump{
    margin-bottom: 30px;
}
}


.jumpRow{
    margin-bottom: 20px;
}
@media only screen and (max-width:736px){
.jumpRow{
    margin-bottom: 10px;
}
}

.jumpBox{
    padding: 20px;
    width: calc( 392 / 800 * 100% );
}
@media only screen and (max-width:736px){
.jumpBox{
    padding: 10px;
    width: 100%;
}
}

.jumpBox.-l{ float: left; }
.jumpBox.-r{ float: right; }
@media only screen and (max-width:736px){
.jumpBox.-l{ float: none; margin-bottom: 10px; }
.jumpBox.-r{ float: none; }
}

.jumpBox.-type1{ background-color: #F1F5FB; }
.jumpBox.-type2{ background-color: #FBF3F7; }
.jumpBox.-type3{ background-color: #FDF7EC; }
.jumpBox.-type4{ background-color: #F8FBEB; }


/* ページ内リンク */
.jumpBox__link{
    margin-bottom: 15px;
    border:1px solid;
}
    .jumpBox.-type1 .jumpBox__link{ border-color: #3F7ECB; }
    .jumpBox.-type2 .jumpBox__link{ border-color: #D36894; }
    .jumpBox.-type3 .jumpBox__link{ border-color: #EA9100; }
    .jumpBox.-type4 .jumpBox__link{ border-color: #B5D83F; }

.jumpBox__link a{
    display: block;
    position: relative;
    padding: 5px 20px 5px 10px;
    text-decoration: none;
    background-color: #fff;
}
    .jumpBox.-type1 .jumpBox__link a{ color: #3F7ECB; }
    .jumpBox.-type2 .jumpBox__link a{ color: #D36894; }
    .jumpBox.-type3 .jumpBox__link a{ color: #EA9100; }
    .jumpBox.-type4 .jumpBox__link a{ color: #B5D83F; }


.jumpBox__link a::before{
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    width: 8px;
    height: 6px;
}
    .jumpBox.-type1 .jumpBox__link a::before{ background-image: url(../images/index/method_icon1.png); }
    .jumpBox.-type2 .jumpBox__link a::before{ background-image: url(../images/index/method_icon2.png); }
    .jumpBox.-type3 .jumpBox__link a::before{ background-image: url(../images/index/method_icon3.png); }
    .jumpBox.-type4 .jumpBox__link a::before{ background-image: url(../images/index/method_icon4.png); }



.jumpBox__list{
    font-size: 1.2rem;
}
@media only screen and (max-width:736px){
.jumpBox__list{
    font-size: 1.4rem;
}
}

.jumpBox__list dt{
    float: left;
    display: inline-block;
}
.jumpBox__list dd{
    margin-left: 90px;
}

.jumpBox.-type1 .jumpBox__list dd,
.jumpBox.-type2 .jumpBox__list dd,
.jumpBox.-type3 .jumpBox__list dd,
.jumpBox.-type4 .jumpBox__list dd{
    padding-top: 0.75em;

}
@media only screen and (max-width:736px){
.jumpBox.-type1 .jumpBox__list dd,
.jumpBox.-type2 .jumpBox__list dd,
.jumpBox.-type3 .jumpBox__list dd,
.jumpBox.-type4 .jumpBox__list dd{
    padding-top: 0.5em;

}
}




/****************************************************************************************************

メソッドごとの紹介

****************************************************************************************************/
.method{
    padding: 40px 30px;
}
@media only screen and (max-width:736px){
.method{
    padding: 10px;
}
}

.method.-type1{ background-color: #F1F5FB; }
.method.-type2{ background-color: #FBF3F7; }
.method.-type3{ background-color: #FDF7EC; }
.method.-type4{ background-color: #F8FBEB; }

/*--------------------------------------------------
リード
--------------------------------------------------*/
.method__lead{
    font-weight: bold;
}

.method__lead.-type1{
    margin-bottom: 0px;
    font-size: 1.6rem;
}
@media only screen and (max-width:736px){
.method__lead.-type1{
    font-size: 1.2rem;
}
}

/*--------------------------------------------------
見出し
--------------------------------------------------*/
.method__heading{
    font-weight: bold;
}
.method__heading.-type1{ font-size: 2.7rem; }
    .method.-type1 .method__heading.-type1{ color: #3B7CCE; }
    .method.-type2 .method__heading.-type1{ color: #CC5B8A; }
    .method.-type3 .method__heading.-type1{ color: #EC9800; }
    .method.-type4 .method__heading.-type1{ color: #9BCA00; }
@media only screen and (max-width:736px){
    .method__heading.-type1{ font-size: 1.6rem; }
}
    
.method__heading.-type2{ margin-bottom: 10px; font-size: 1.8rem; }
    .method.-type1 .method__heading.-type2 .method__headingIcon{ color: #3779D1; }
@media only screen and (max-width:736px){
    .method__heading.-type2{
        margin-bottom: 5px;
        /* font-size: 1.2rem; */
        font-size: 1.4rem;
    }
}

    


.method__heading.-type3{
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #333;
    font-size: 1.4rem;
}
@media only screen and (max-width:736px){
.method__heading.-type3{
    font-size: 1.2rem;
}
}


/*voice*/
.method__heading.-type4{
    margin-bottom: 10px;
    font-size: 1.8rem;
    padding-left: 40px;
    background-position: 0 40%;
    background-repeat: no-repeat;
}
    .method.-type1 .method__heading.-type4{ background-image: url(../images/index/voice_icon1.png); }
    .method.-type2 .method__heading.-type4{ background-image: url(../images/index/voice_icon2.png); }
    .method.-type3 .method__heading.-type4{ background-image: url(../images/index/voice_icon3.png); }
@media only screen and (max-width:736px){
.method__heading.-type4{
    padding-left: 25px;
    font-size: 1.4rem;
    background-size: 20px;
}
}


/*日付*/
.method__headingDate{
    display: inline-block;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #fff;
}
    .method.-type1 .method__headingDate{ background-color: #3B7CCE; }
    .method.-type2 .method__headingDate{ background-color: #CC5B8A; }
    .method.-type3 .method__headingDate{}
    .method.-type4 .method__headingDate{ background-color: #9CCA00; }
@media only screen and (max-width:736px){
.method__headingDate{
    font-size: 1.2rem;
}
}


.method__box{
    margin-bottom: 30px;
}
@media only screen and (max-width:736px){
.method__box{
    margin-bottom: 15px;
}
}

.method.-type1 .method__box.-underline{
    padding-bottom: 30px;
    border-bottom: 1px solid #94B7E6;
}
@media only screen and (max-width:736px){
.method.-type1 .method__box.-underline{
    padding-bottom: 15px;
}
}

.method__faculty{
}
@media only screen and (max-width:736px){
.method__faculty br{
    display: none;
}
}

.method__notice{
    margin-top: 5px;
    font-size: 1.0rem;
}


/*--------------------------------------------------
レイアウト
--------------------------------------------------*/
.methodRow{
    margin-bottom: 20px;
}

.methodRow.-type1{
}

.methodCol.-l{ float: left; }
.methodCol.-r{ float: right; }

.methodRow.-type1 .methodCol.-l{ width: calc( 500 / 800 * 100% ); }
.methodRow.-type1 .methodCol.-r{ width: calc( 260 / 800 * 100% ); }
@media only screen and (max-width:736px){
.methodRow.-type1 .methodCol.-l{ width: 100%; margin-bottom: 20px; }
.methodRow.-type1 .methodCol.-r{ width: 100%; }
}

.methodRow.-type2 .methodCol.-l{ width: calc( 330 / 800 * 100% ); }
.methodRow.-type2 .methodCol.-r{ width: calc( 380 / 800 * 100% ); }
@media only screen and (max-width:736px){
.methodRow.-type2 .methodCol.-l{ width: 100%; margin-bottom: 20px; }
.methodRow.-type2 .methodCol.-r{ width: 100%; }
}

.methodRow.-type3 .methodCol.-l{ width: calc( 440 / 800 * 100% ); }
.methodRow.-type3 .methodCol.-r{ width: calc( 300 / 800 * 100% ); }
@media only screen and (max-width:736px){
.methodRow.-type3 .methodCol.-l{ width: 100%; margin-bottom: 20px; }
.methodRow.-type3 .methodCol.-r{ width: 100%; }
}

.methodRow.-type4 .methodCol.-l{ width: calc( 420 / 800 * 100% ); }
.methodRow.-type4 .methodCol.-r{ width: calc( 290 / 800 * 100% ); }
@media only screen and (max-width:736px){
.methodRow.-type4 .methodCol.-l{ width: 100%; margin-bottom: 20px; }
.methodRow.-type4 .methodCol.-r{ width: 100%; }
}



.method__list{
}

.method__list li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 140px;
}
@media only screen and (max-width:736px){
.method__list li{
    padding-left: 0;
}
}

.method__listHead{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 130px;
    background-color: #3B7BCE;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width:736px){
.method__listHead{
    position: static;
    width: 130px;
}
}


.method__listText{
}
@media only screen and (max-width:736px){
.method__listText{
    display: block;
}
}
/****************************************************************************************************

voice

****************************************************************************************************/
.voiceList{
}
    .voiceList li{
        display: inline-block;
        margin-left: calc( 30 / 800 * 100% );
    }
    .voiceList li:first-child{
        margin-left: 0;
    }
@media only screen and (max-width:736px){
    .voiceList li{
        margin-left: 0;
        margin-bottom: 20px;
        width: 46%;
    }
}




 .method.-type1 .voiceList li{
     width: calc( 240 / 800 * 100% );
}

 .method.-type1 .voiceList li.type1{
     width: 100%;
}


@media only screen and (max-width:736px){
 .method.-type1 .voiceList li{
     width: 32%;
}
}




/****************************************************************************************************

関連リンク

****************************************************************************************************/
.relationLink{
}
@media only screen and (max-width:736px){
}


.relationLink li{
    float: left;
    margin-left: calc( 24 / 800 * 100% );
    margin-bottom: calc( 20 / 800 * 100% );
    width: calc( 250 / 800 * 100% );
}
.relationLink li:first-child{
    margin-left: 0;
}
.relationLink li:nth-child(4n){
    margin-left: 0;
}
@media only screen and (max-width:736px){
.relationLink li{
    margin-left: 0;
    margin-bottom: 10px;
    width: 48%;
}
.relationLink li:first-child{
    margin-left: 0;
}
.relationLink li:nth-child(4n){
    margin-left: 0;
}
.relationLink li:nth-child(odd){
}
.relationLink li:nth-child(even){
    float: right;
}


}



/****************************************************************************************************

20210130追記

****************************************************************************************************/

.indent{ text-indent:-1rem; padding-left:1rem;}
.check_linlk{display:flex;}
.check_linlkImg{padding-right:8px; margin:0 0 10px;}

@media only screen and (max-width:736px){
	.check_linlk{display:block; margin:0 0 15px;}
	.check_linlkImg{padding:0; margin:0 0 5px;}
}
	
	
.pcVew {
  display: block;
}

.spVew {
  display: none;
}

@media screen and (max-width: 736px) {
  .pcVew {
    display: none;
  }

  .spVew {
    display: block;
  }

  .spNone {
    display: none !important;
  }
}


.wh_box{background: #fff; padding: 20px; box-sizing: border-box;}

@media screen and (max-width: 736px) {
.wh_box{padding: 1rem 4%;}
}
/****************************************************************************************************
****************************************************************************************************/
.p-bnr2{
    margin: 20px auto 0;
    max-width: 450px;
}





