@charset "utf-8";



/* ------------------------------------------------------- sub共通 */
.subTitWrapper{
    margin: 80px auto 0;
}

.subTitWrapper .inner h2{
    font-size: 320%;
    line-height: 1.25;
    padding-bottom: .5em;
    border-bottom: 2px solid #0073E6;
}

.subContentsWrapper{
    padding-top: 100px;
}

.subSec{
    padding-top: 80px;
}

.subSec:first-child{
    padding-top: 0;
}

.subSec h3{
    font-size: 240%;
    line-height: 1.5;
    color: #fff;
    padding: .65em .85em;
    background-color: #0073E6;
    margin-bottom: 1.5em;
    position: relative;
}

.subSec h4{
    font-size: 200%;
    line-height: 1.5;
    padding: .5em .75em;
    background-color: #E1EFFC;
    border-left: 5px solid #0073E6;
    margin: 3em 0 1em;
}

.subSec h5{
    font-size: 200%;
    line-height: 1.5;
    padding-bottom: .25em;
    border-bottom: 1px solid #0073E6;
    margin: 2em 0 1em;
}

.subSec h6{
    font-size: 180%;
    line-height: 1.5;
    padding-left: 1.25em;
    margin: 2em 0 1em;
    position: relative;
}

.subSec h6::before{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #0073E6;
    position: absolute;
    left: 0;
    top: .25em;
}

.subSec p{
    margin: 1em 0;
}

.subSec p.subTopTxt{
    margin: 0 0 2em;
}

#sub footer{
    border-top: 1px solid #eee;
    margin-top: 120px;
}

.sec2Col > figure{
    float: left;
    width: 25%;
}

.sec2Col > .txtContents{
    float: right;
    width: 71%;
}

.sec2Col > .txtContents p:first-child{
    margin-top: 0;
}

.moreBtn{
    text-align: right;
    margin: 30px 0;
}

.sec2Col > .txtContents .moreBtn{
    text-align: right;
    margin-bottom: 0;
}

.moreBtn a{
    display: inline-block;
    min-width: 240px;
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    color: #0073E6;
    padding: 1em 2.25em 1em 1.5em;
    border: 1px solid #0073E6;
    border-radius: 50px;
    position: relative;
    transition: all .2s;
}

.moreBtn a:hover{
    color: #fff;
    background-color: #0073E6;
    border-color: #0073E6;
}

.moreBtn a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0073E6;
    border-right: 1px solid #0073E6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}

.moreBtn a:hover::after{
    border-color: #fff;
}

.listCircleNum li{
    font-size: 160%;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: .75em;
}

.listCircleNum li:last-child{
    margin: 0;
}

.anchor{
    margin-top: -30px;
    padding-top: 30px;
}

.tac{
    text-align: center;
}

.secFigure{
    margin: 30px 0;
}

.secFigure + .secFigure{
    margin: 70px 0;
}

.secFigure img{
    display: block;
    margin: 0 auto;
}

.secFigure figcaption{
    display: inline-block;
    font-size: 140%;
    line-height: 1.5;
    color: #fff;
    padding: .25em .75em;
    background-color: #0073E6;
    margin-top: 1.5em;
}

.img30 img{
    max-width: 30%;
}

.img40 img{
    max-width: 40%;
}

.img50 img{
    max-width: 50%;
}

.img60 img{
    max-width: 60%;
}

.img70 img{
    max-width: 70%;
}

.img80 img{
    max-width: 80%;
}

.img90 img{
    max-width: 90%;
}

.imgAuto{
    margin: 30px 0;
}

.imgAuto img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.listNoteNum li{
    text-indent: -2em;
    padding-left: 2em;
    font-size: 160%;
    line-height: 1.5;
    margin-bottom: .75em;
}

.js-accordionTit div{
    display: block;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.js-accordionTit div:hover{
    opacity: .8;
}

.js-accordionTit div::after{
    content: '＋';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.js-accordionTit.active div::after{
    content: '－';
}

.js-accordionTit div span{
    display: inline-block;
    vertical-align: middle;
    font-size: 58.33333%;
    line-height: 1;
    color: #333;
    padding: .7em .95em;
    background-color: #eee;
    border-radius: 50px;
    margin-left: 1em;
    position: absolute;
    right: 42px;
}

h4.js-accordionTit div span{
    background-color: #fff;
}

.accordionInner{
    display: none;
}

.explanation2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.explanation2Col .txtContents{
    width: 66%;
}

.explanation2Col .txtContents p:first-child{
    margin-top: 0;
}

.explanation2Col figure{
    width: 30%;
}

figcaption{
    display: block;
    text-align: center;
    font-size: 140%;
    line-height: 1.5;
    margin-top: .5em;
}

.img2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

.img2Col figure{
    width: 48%;
}

.subTable table th,
.subTable table td{
    font-size: 150%;
    line-height: 1.5;
    padding: .5em;
    border: 1px solid #ccc;
}

.subTable table th{
    text-align: center;
    background-color: #E1EFFC;
}

.member.subTable table td:first-child{
    text-align: center;
}






















/* -------------------------------------------------------

以降 tab / sp

------------------------------------------------------- */
@media only screen and (max-width:810px){
    .subTitWrapper .inner h2{
        font-size: 300%;
    }
    
    .subSec h3{
        font-size: 220%;
    }
    
    .pageLinks ul li a::before{
        width: 22px;
        height: 22px;
        right: 8px;
        bottom: 8px;
    }
    
    .pageLinks ul li a::after{
        right: 17px;
        bottom: 16px;
    }
    
    .pageLinks ul li a figure{
        margin-bottom: 10px;
    }
    
    .pageLinks ul li a span{
        font-size: 160%;
    }
    
    .aboutTable table th,
    .aboutTable table td{
        font-size: 150%;
    }
    
    .papersTable table th,
    .papersTable table td{
        font-size: 150%;
    }
    
    .listCircleNum li{
        font-size: 150%;
    }

    .secFigure figcaption{
        font-size: 130%;
    }
    
    .sec2Col50 .txtContents ul li{
        font-size: 150%;
    }
    
    .listNoteNum li{
        font-size: 150%;
    }
    
    .js-accordionTit div span{
        font-size: 54.545454%;
    }
    
    .papersBlock .num{
        font-size: 150%;
    }
    
    .explanation2Col .txtContents{
        width: 56%;
    }
    
    .explanation2Col figure{
        width: 40%;
    }
    
    .subTable table th,
    .subTable table td{
        font-size: 140%;
    }
    
    .member.subTable table td:first-child{
        width: 7em;
    }
    
    
    
    
    
    
    
    
    
    
}



@media only screen and (max-width:670px){
    .subTitWrapper{
        margin-top: 40px;
    }
    
    .subTitWrapper .inner h2{
        font-size: 240%;
    }
    
    .subContentsWrapper{
        padding-top: 70px;
    }
    
    .subSec{
        padding-top: 50px;
    }
    
    .subSec h3{
        font-size: 200%;
    }
    
    .subSec h4{
        font-size: 180%;
    }
    
    .pageLinks ul li{
        width: 100%;
        margin: 0 0 5%;
    }
    
    .anchorLinks{
        padding: 10px;
    }
    
    .anchorLinks ul li{
        font-size: 140%;
        margin: .5em .75em;
    }
    
    #sub footer{
        margin-top: 80px;
    }
    
    .aboutTable table th,
    .aboutTable table td{
        font-size: 120%;
        padding: .75em .25em;
    }
    
    .aboutTable table th{
        width: auto;
    }
    
    .aboutTable.group table th{
        width: 6.5em;
    }
    
    .aboutTable table td.name{
        width: 6.5em;
    }
    
    /* .aboutTable table{
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    } */
    
    .sec2Col > figure{
        float: none;
        width: 100%;
        margin: 0 auto 20px;
    }
    
    .sec2Col > .txtContents{
        float: none;
        width: 100%;
    }
    
    .moreBtn{
        margin: 25px 0;
        text-align: center;
    }
    
    .img30 img{
        max-width: 60%;
    }
    
    .img40 img{
        max-width: 80%;
    }
    
    .img50 img,
    .img60 img,
    .img70 img,
    .img80 img,
    .img90 img{
        max-width: 100%;
    }
    
    .secFigure figcaption{
        font-size: 120%;
    }
    
    .sec2Col50 figure{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .sec2Col50 .txtContents{
        float: none;
        width: 100%;
    }
    
    .js-accordionTit div span{
        font-size: 55%;
        right: 34px;
    }
    
    .anchorLinks .moreBtn{
        margin: 10px 0;
    }
    
    .explanation2Col .txtContents{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .explanation2Col figure{
        width: 100%;
    }
    
    .img2Col figure{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .img2Col figure:nth-child(2){
        margin: 0;
    }
    
    .member.subTable table{
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .subTable table th,
    .subTable table td{
        font-size: 130%;
    }

    
    
    
    
    
    
    
    
}
    
    
    
    
    
    
    
    








