@charset "utf-8";
body{
    font-family: 'Arial', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'Noto Sans JP', 'Yu Gothic', 'メイリオ', Meiryo,'ＭＳ ゴシック', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* header */
:root {
    --width-content: 1200px;
    --width-max: 1920;
    --width-min: 1200;
    --height-underLayer: 240px;
    --padding-content: 0 20px;
    --border-gray: #e3e3e3;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: var(--width-content);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
}

.header_upper {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px var(--border-gray);
    padding: var(--padding-content);
}

.header_pLogo {
    margin: 0;
}
.header_logo {
    margin-right: 50px;
}
.kenteiLink {
    margin-left: auto;
}
.kenteiLink a {
    position: relative;
    display: block;
    height: 46px;
    padding: 0 3em 0 1em;
    line-height: 46px;
    font-size: 18px;
    background: linear-gradient( to bottom, #077c4d 0%, #10a374 15%, #10a374 60%, #077c4d 100%);
    border: 2px solid #10a374;
    border-radius: 25px;
    color: #fff;
    text-align: right;
    box-shadow: 1px 5px 3px 0 rgba(255, 255, 255, 0.75) inset, -1px -5px 3px 0 rgba(4, 97, 55, 0.4) inset;
}
.kenteiLink a::before,
.kenteiLink a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.kenteiLink a::before{
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.kenteiLink a::after{
    right: 29px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.kenteiLink a:hover {
    border: 2px solid #10a374;
    color: #10a374;
    background: #fff;
    box-shadow: none;
}
.kenteiLink a:hover::before{
    background: #10a374;
}
.kenteiLink a:hover::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/* common */
section {
    background-color: #fff4d4;
}
a:hover {
    text-decoration: none;
}
h2 {
    margin-bottom: 30px;
    font-size: 52px;
    font-weight: bold;
    text-align: center;
}
h2 span {
    color: #ff5d28;
}
h3 span.bgcolor {
    display: inline-block;
    width: 350px;
    padding: .1em 0;
    background-color: #ff5d28;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 0px 0px #ff9228;
    border-radius: 5px;
}

#ac01, #ac02, #ac03, #ac04 {
    padding-top: 60px;
    margin-top: -60px;
}

/* mainVisual */
.mainVisual {
    margin-top: 60px;
    padding: 20px 30px 0;
    background: linear-gradient(180deg, rgb(255, 200, 40), rgb(255, 244, 212));
}
.mainVisual_inner {
    position: relative;
    max-width: 1380px;
    margin: auto;
    padding: 70px 5% 80px;
    background: #fff url(/kentei_1/img/top_img_pc.png) no-repeat 95% 110px;
    background-size: 40.645% auto;
    border-radius: 60px 60px 0 0;
}
.mainVisual_inner h1 {
    position: relative;
    width: 62.5%;
    z-index: 1;
}
.mainVisual_inner .mainTxt{
    margin-top: 0;
    font-size: 40px;
    font-weight: bold;
}
/*.mainVisual_inner .topImg {
    position: absolute;
    top: 110px;
    right: 70px;
}*/

/* btn_kentei*/
.btn_kentei {
    margin: 50px auto 75px;
}
.btn_kentei a {
    position: relative;
    display: block;
    width: 680px;
    height: 100px;
    margin: 0;
    line-height: 100px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient( to bottom, #077c4d 0%, #10a374 15%, #10a374 60%, #077c4d 100%);
    border: 3px solid #088352;
    border-radius: 50px;
    text-align: center;
    box-shadow: 1px 7px 4px 0 rgba(255, 255, 255, 0.75) inset, -1px -7px 2px 0 rgba(4, 97, 55, 0.4) inset;
}
.btn_kentei a::before,
.btn_kentei a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_kentei a::before{
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.btn_kentei a::after{
    right: 29px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_kentei a:hover {
    color: #10a374;
    background: #fff;
    box-shadow: none;
}
.btn_kentei a:hover::before{
    background: #10a374;
}
.btn_kentei a:hover::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.trial .btn_kentei { margin:0 auto; }
.trial .btn_kentei a {
    width: 850px;
    margin: 0 auto;
}


/* anchor */
.anchor {
    position: relative;
    z-index: 1;
    margin-top: -80px;
}
.anchor ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
    margin: auto;
}
.anchor li a {
    position: relative;
    display: block;
    width: 249px;
    height: 146px;
    padding-top: 30px;
    line-height: 1.5;
    border: 3px solid #000;
    border-radius: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: url(/kentei_1/img/bg_anc.png) #fff center center no-repeat;
    transition: 0.3s;
}

.anchor li a::after {
    content: "";
    position: absolute;
    left: 112px;
    bottom: 23px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/kentei_1/img/arrow.png) no-repeat;
    background-size: 24px 24px;
    transition: 0.3s;
}
.anchor li a:hover {
    border: 3px solid #ff5d28;
    color: #ff5d28;
}
.anchor li a:hover::after {
    background: url(/kentei_1/img/arrow_on.png) no-repeat;
    background-size: 24px 24px;
}


/* challenge */
.challenge {
    padding: 35px 0 120px;
}
.challenge h2 {
    width: 1000px;
    margin: 0 auto;
    font-size: 26px;
    text-align: center;
}
.challenge h2::before,
.challenge h2::after {
    content: "\02F";
    font-size: 50px;
    font-weight: normal;
    vertical-align: middle;
}
.challenge h2::before {
    content: "\05C";
    margin-right: 15px;
}
.challenge .text {
    font-size: 26px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background: url(/kentei_1/img/bg_h2_challenge.png) no-repeat left center;
}
.challenge .text span {
    font-size:39px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}
.digital {
    /*display: flex;
    justify-content: space-around;
    align-items: center;*/
    width: 1140px;
    margin: 40px auto;
    padding: 52px 48px 54px;
    font-size: 18px;
    border: 3px solid #000;
    border-radius: 20px;
    background-color: #fff;
    background-image: linear-gradient(#f2f2f2 1px, transparent 0), linear-gradient(90deg, #f2f2f2 1px, transparent 0);
    background-size: 20px 20px;
}
.digital .details div {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.digital .details dl {
    position: relative;
    width: 308px;
    margin: 38px 19px 0;
}
.digital .details dl:after { position:absolute; content: ""; display:inline-block; width:41px; height:77px; right:10px; top:-18px; }
.digital .details dt {
    font-size: 22px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 70px;
    text-align: center;
    border-radius: 17px 17px 0 0;
}
.digital .details dd {
    padding: 17px 0 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.65;
    text-align: center;
    border-radius: 0 0 17px 17px;
}
.digital .details dd span { font-size:18px; }
.digital .details dt em {
    font-size: 39px;
    font-style: normal;
}
.digital .details dl:nth-of-type(1):after { background:url(/kentei_1/img/img_pen01.png) no-repeat left top; background-size:contain; }
.digital .details dl:nth-of-type(1) dt { background-color:#d5e7e1; }
.digital .details dl:nth-of-type(1) dd { background-color:#eaf3f0; }
.digital .details dl:nth-of-type(2):after { background:url(/kentei_1/img/img_pen02.png) no-repeat left top; background-size:contain; }
.digital .details dl:nth-of-type(2) dt { background-color:#ffdf92; }
.digital .details dl:nth-of-type(2) dd { background-color:#fff4d4; }
.digital .details .col-3 dl:nth-of-type(1):after { background:url(/kentei_1/img/img_pen03.png) no-repeat left top; background-size:contain; }
.digital .details .col-3 dl:nth-of-type(1) dt { background-color:#ffb9aa; }
.digital .details .col-3 dl:nth-of-type(1) dd { background-color:#ffe5e0; }
.digital .details .col-3 dl:nth-of-type(2):after { background:url(/kentei_1/img/img_pen04.png) no-repeat left top; background-size:contain; }
.digital .details .col-3 dl:nth-of-type(2) dt { background-color:#d2e0ea; }
.digital .details .col-3 dl:nth-of-type(2) dd { background-color:#e8eef4; }
.digital .details .col-3 dl:nth-of-type(3):after { background:url(/kentei_1/img/img_pen05.png) no-repeat left top; background-size:contain; }
.digital .details .col-3 dl:nth-of-type(3) dt { background-color:#d3d3e9; }
.digital .details .col-3 dl:nth-of-type(3) dd { background-color:#e9e9f4; }
.digital .digitalLink {
    position: relative;
    margin: 48px auto 0;
    width: 850px;
    height: 80px;
    font-size: 26px;
    font-weight: 600;
    line-height: 80px;
    border-top: 2px solid #a1b1ac;
    border-radius: 40px;
    text-align: center;
    background: linear-gradient( to bottom, #bbc8c5 0%, #ecf0ef 18%, #ecf0ef 30%, #bbc8c5 100%);
    box-shadow: 5px 7px 4px 0 rgba(255, 255, 255, 0.75) inset, -5px -7px 1px 0 rgba(187, 200, 197, 1) inset, 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.digital .digitalLink span { font-size:22px; }
.digital .digitalLink:hover {
    box-shadow: 5px 7px 4px 0 rgba(255, 255, 255, 0.75) inset, -5px -7px 1px 0 rgba(187, 200, 197, 1) inset, 0 1px 1px 0 rgba(0, 0, 0, 0);
}
.digital .digitalLink a {
    display: block;
}
.digital .digitalLink::after {
    content: "";
    display:block;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 41px;
    height: 32px;
    background: url("/kentei_1/img/icon_txt.png") bottom left no-repeat;
    background-size: contain;
}
.digital .note {
    margin: 15px auto 0;
    width: 850px;
}
.digital .note li {
    display: inline-block;
    margin-right: 1em;
    font-size: 14px;
}

/* exam */
.exam {
    position: relative;
    background-color: #fff;
}
.examTxt {
    width: 880px;
    margin: auto;
}
.examTxt + .examTxt {
    margin-top: 1em;
}
.exam::before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius:50% 50% 0 0/100% 100% 0 0;
}
.exam h3 {
    margin: 75px auto 30px;
    font-size: 26px;
    font-weight: bold;
}
.outline {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto 80px;
}
.outline table {
    width: 840px;
    background-color: #fff4d4;
    border-radius: 20px;
}
.outline th {
    width: 150px;
    height: 80px;
    vertical-align: middle;
    background-color: #ffdf92;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    font-weight: normal;
    text-align: center;
}
.outline td {
    padding-left: 20px;
    vertical-align: middle;
    border-bottom: 3px solid #fff;
}
.outline th.thFirst {
    border-radius: 20px 0 0 0;
}
.outline th.thLast {
    border-bottom: none;
    border-radius: 0 0 0 20px;
}
.outline p {
    width: 253px;
}
.weight {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto 80px;
}
.weightTxt {
    width: calc(100% - 255px);
}
.weight .img02 {
    width: 255px;
    margin-right: 36px;
}
.voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1140px;
    margin: auto;
}
.voice dl {
    display: flex;
    align-items: center;
    width: 550px;
}
.voice dt {
    width: 114px;
}
.voice dd {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    width: 430px;
    height: 120px;
    padding: 1em;
    color: #000;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #000;
    border-radius: 10px;
    box-sizing: border-box;
}

.voice dd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -13px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}
.voice dd::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}

/* adv */
.adv {
    padding: 80px 0;
    background-color: #fff4d4;
}
.adv h2 {
    margin-top: 50px;
}
.advWrap {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 80px auto 0;
    position: relative;
}
.advWrap dl {
    width: 550px;
}
.advWrap dl:first-child::after {
    content: url(/kentei_1/img/arrow_right.png);
    position: absolute;
    top: 50%;
    left: 47%;
}
.advWrap dt {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}
.advWrap dt span {
    font-size: 20px;
}

/* detail */
.detail {
    padding: 80px 0 157px;
    background-color: #fff
}
.detailWrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 1140px;
    margin: 0 auto;
}
.detailWrap li {
    width: 353px;
    height: 318px;
    padding: 25px 0 30px;
    background-color: #fcf1d2;
    border-radius: 20px;
}
.detailWrap li span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 4.5em;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.detailWrap li figure { width:293px;height:auto; margin:20px auto 0; }
/*
.detailWrap h3 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}
.detailWrap .detailTxt {
    width: 73%;
}
.detailWrap .detailImg {
    position: absolute;
    top: -22px;
    right: 32px;
    width: 211px
}*/


/* trial */
.trial {
    padding: 50px 0;
    background-color: #ecf4f1;
}
.trialInner {
    position: relative;
    width: 1240px;
    margin: auto;
}
.trialInner::before {
    content: "";
    display: block;
    width: 166px;
    height: 237px;
    background: url(/kentei_1/img/img06.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -137px;
    left: 0;
}
.trialInner::after {
    content: "";
    display: block;
    width: 170px;
    height: 216px;
    background: url(/kentei_1/img/img07.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -116px;
    right: 0;
}
.trial h3 {
    font-size: 26px;
    font-weight: bold;
}


/* sampleLink */
.sampleLink {
    margin: 30px auto 46px;
}
.sampleLink a {
    position: relative;
    display: block;
    width: 850px;
    height: 80px;
    margin: auto;
    line-height: 80px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border: 3px solid #083a85;
    border-radius: 40px;
    text-align: center;
    background: linear-gradient( to bottom, #083a85 0%, #1057a3 15%, #1057a3 60%, #083a85 100%);
    box-shadow: 1px 7px 4px 0 rgba(255, 255, 255, 0.75) inset, -1px -7px 2px 0 rgba(8, 58, 133, 0.4) inset;
}
.sampleLink a::before,
.sampleLink a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sampleLink a::before{
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.sampleLink a::after{
    right: 29px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sampleLink a:hover {
    color: #1057a3;
    background: #fff;
    box-shadow: none;
}
.sampleLink a:hover::before{
    background: #1057a3;
}
.sampleLink a:hover::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/* footer */
.footer {
    width: 100%;
    min-width: 1200px;
    padding-top: 30px;
}

.footer_mark {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px
}

.footer_mark>:not(:first-child) {
    margin: 0 0 0 20px
}

.footer_mark>figure {
    display: inline-block
}

.footer_mark>figure:first-child,.holdMethod_item:first-child {
    margin: 0
}

.footer_mark input {
    width: auto!important;
    height: auto!important
}

.footer_copy {
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #003d7b
}

.pageTop {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: 620px;
    z-index: 11
}


@media screen and (max-width:767px) {
    .header {
        min-width: auto;
    }
    .header_pLogo {
        width: 11%;
        margin: 0
    }
    .header_logo {
        width: 43%;
        margin-right: 1em;
    }
    .kenteiLink a {
        width: 152px;
        height: auto;
        font-size: 11px;
        line-height: 1.2;
        margin-left: 1em;
        padding: .3em 2.5em .3em .3em;
        box-sizing: border-box;
    }
    .kenteiLink a::before,
    .kenteiLink a::after{
        right: 8px;
    }
    .kenteiLink a::before{
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
    }
    .kenteiLink a::after{
        right: 13px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    h2 {
        margin-bottom: 30px;
        font-size: 8vw;
    }
    h3 span.bgcolor {
        width: 60%;
    }

    /* mainVisual */
    .mainVisual {
        padding: 20px 0 0;
    }
    .mainVisual_inner {
        width: 92%;
        max-width: 92%;
        padding: 2em 4% 5.5em;
        background-image: none;
        border-radius: 60px 60px 0 0;
    }
    .mainVisual_inner h1 { width:100%; }
    .mainVisual_inner .mainTxt{
        margin: 0 0 2.8vw;
        font-size: 5.86vw;
    }
    .mainVisual_inner .topImg {
        position: relative;
        top: inherit;
        right: inherit;
    }

    /*btn_kentei*/
    .btn_kentei {
        margin: 2.8vw auto 3.73vw;
    }
    .btn_kentei a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 16vw;
        line-height: 1.2;
        font-size: 5.33vw;
        border-radius: 8vw;
    }
    .btn_kentei a::before,
    .btn_kentei a::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .btn_kentei a::before{
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
    }
    .btn_kentei a::after{
        right: 26px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .btn_kentei a:hover {
        color: #fff;
        background-color: #10a374;
    }
    .btn_kentei a:hover::before{
        background: #fff;
    }
    .btn_kentei a:hover::after{
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }
    .trial .btn_kentei a {
        width: 89.33vw;
        margin: 0 auto;
    }

    /* anchor */
    .anchor {
        margin-top: -3.5em;
    }
    .anchor ul {
        flex-wrap: wrap;
        width: 88%;
    }
    .anchor li {
        width: 46%;
    }
    .anchor li a {
        width: calc(100% - 6px);
        height: 6em;
        margin-top: 1em;
        padding-top: .5em;
        border-radius: 10px;
        font-size: 13px;
        background: url(/kentei_1/img/bg_anc.png) #fff center center no-repeat;
        background-size: 80% auto;
    }
    .anchor li a::after {
        left: 50%;
        bottom: .5em;
        width: 24px;
        height: 24px;
        margin-left: -8px;
        background: url(/kentei_1/img/arrow.png) no-repeat;
        background-size: 16px 16px;
    }


    /* challenge */

    .challenge h2 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    font-size: 4.53vw;
    line-height: 1.5;
    text-align: center;
}
.challenge h2::before,
.challenge h2::after {
    position: absolute;
    font-size: 18vw;
    line-height: 0.8;
    right: -6.4vw;
    top: 0;
}
.challenge h2::before {
    content: "\05C";
    margin-right: 1.2vw;
    left: -6.4vw;
    right: auto;
}
.challenge .text {
    width: 77.33vw;
    height: 20vw;
    margin: 3.06vw auto 0;
    font-size: 4.53vw;
    line-height: 1.5;
    background: url(/kentei_1/img/bg_h2_challenge_sp.png) no-repeat left center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.challenge .text span {
    font-size:6.26vw;
}
.digital {
    width: 89.33%;
    margin: 8.66vw auto 0;
    padding: 9.46vw 0 10.13vw;
    font-size: 13px;
    text-align: center;
    border: 0.533vw solid #000;
    border-radius: 20px;
}
.digital .details div {
    display: block;
}
.digital .details dl {
    position: relative;
    width: 73.3vw;
    margin: 8vw auto 0;
}
.digital .details dl:after { width:7.6vw; height:14.4vw; right:2.66vw; top:-4vw; }
.digital .details dt {
    font-size: 4vw;
    line-height: 11.73vw;
    border-radius: 2.26vw 2.26vw 0 0;
}
.digital .details dt em {
    font-size: 6.26vw;
}
.digital .details dd {
    padding: 2.26vw 0 2.13vw;
    font-size: 3.73vw;
    line-height: 1.6;
    border-radius: 0 0 2.26vw 2.26vw;
}
    .digital .details dd span { font-size:3.46vw; }
    .digital .digitalLink {
        width: 77.33vw;
        height: 13.3vw;
        margin: 6.67vw auto 0;
        line-height: 13.3vw;
        border-radius: 6.65vw;
    }
    .digital .digitalLink a {
        font-size: 4.53vw;
    }
    .digital .digitalLink a span {
        font-size: 3.46vw;
    }
    .digital .digitalLink::after {
        width: 6.4vw;
        height: 5.06vw;
        background: url("/kentei_1/img/icon_txt.png") bottom left no-repeat;
        background-size: contain;
        top: 3.73vw;
        right: 3vw;
    }
    .digital .note {
        margin: 3.6vw auto 0;
        width: 77.33vw;
    }
    .digital .note li {
        display: block;
        margin-right:0;
        margin-left: 1em;
        font-size: 2.66vw;
        line-height: 1.5;
        text-indent: -1em;
    }

    /* exam */
    .examTxt {
        width: 92%;
        margin: auto;
    }
    .exam h3 {
        margin: 40px auto 1em;
        font-size: 17px;
    }
    .outline {
        display: block;
        width: 92%;
        margin: 0 auto 30px;
    }
    .outline table {
        width: 100%;
        border-radius: 10px;
    }
    .outline th {
        width: 24%;
        height: auto;
        padding: .5em;
        font-size: 13px;
    }
    .outline td {
        padding: .5em;
        font-size: 11px;
    }
    .outline th.thFirst {
        border-radius: 20px 0 0 0;
    }
    .outline th.thLast {
        border-bottom: none;
        border-radius: 0 0 0 20px;
    }
    .outline p {
        width: 52%;
        margin: 30px auto 0;
    }
    .weight {
        display: block;
        width: 92%;
        margin: 0 auto 30px;
    }
    .weightTxt {
        width: 100%;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .weight .img02 {
        width: 52%;
        margin: auto;
    }
    .voice {
        display: block;
        flex-wrap: wrap;
        width: 92%;
    }
    .voice dl {
        width: 100%;
    }
    .voice dt {
        width: 24%;
    }
    .voice dd {
        margin: 1.5em 0 1.5em 23px;
        width: calc(100% - 24% - 15px);
        height: auto;
        font-size: 12px;
    }

    .voice dd::before {
        left: -16px;
        margin-top: -13px;
        border: 8px solid transparent;
        border-right: 8px solid #FFF;
        z-index: 2;
    }
    .voice dd::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -21px;
        margin-top: -14px;
        border: 9px solid transparent;
        border-right: 9px solid #555;
        z-index: 1;
    }

    .voice dl:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .voice dl:nth-child(2n) dd {
        margin: 1.5em 23px 1.5em 0;
    }

    .voice dl:nth-child(2n) dd::before {
        right: -6px;
        left: initial;
        border-right: none;
        border-left: 8px solid #FFF;
    }
    .voice dl:nth-child(2n) dd::after {
        right: -11px;
        left: initial;
        border-right: none;
        border-left: 9px solid #555;
    }

    /* adv */
    .adv {
        padding: 60px 0 16vw;
    }
    .adv p {
        width: 92%;
        margin: auto;
        font-size: 12px;
    }
    .advWrap {
        display: block;
        width: 92%;
        margin: 2em auto 0;
        position: relative;
    }
    .advWrap dl {
        width: 100%;
    }
    .advWrap dl:first-child::after {
        content: "";
        display: block;
        width: 35px;
        height: 32px;
        background: url(/kentei_1/img/arrow_down.png) no-repeat;
        background-size: contain;
        position: relative;
        left: initial;
        margin: 10px auto;
    }
    .advWrap dt {
        margin-bottom: .8em;
        font-size: 18px;
        text-align: center;
    }
    .advWrap dt span {
        font-size: 14px;
    }

    /* detail */
    .detail {
        padding: 13.6vw 0 20vw;
        background-color: #fff
    }
    .detailWrap {
    display: block;
    justify-content: space-between;
    align-items: stretch;
    width: 89.33%;
    margin: 0 auto 0;
}
.detailWrap li {
    margin-top: 5.33vw;
    width: 100%;
    height: auto;
    padding: 4.8vw 0 6vw;
    border-radius: 2.66vw;
}
.detailWrap li span {
    display: block;
    height: auto;
    font-size: 4vw;
    font-weight: 600;
}
.detailWrap li figure { width:54.66vw; height:auto; margin:4vw auto 0; }


    /* trial */
    .trial {
        margin-top: 31.6vw;
        padding: 16vw 0;
    }
    .trial h3 {
        font-size: 17px;
    }
    .trialInner {
        width: 92%;
    }
    .trialInner::before {
        width: 27.73vw;
        height: 39.6vw;
        top: -47.6vw;
        left: 10vw;
    }
    .trialInner::after {
        width: 28.4vw;
        height: 36.13vw;
        top: -44.13vw;
        right: 10vw;
    }


    /* sampleLink */
    .sampleLink {
        margin: 2em auto;
    }
    .sampleLink a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 92%;
        height: 13.3vw;
        line-height: 1.2;
        font-size: 4vw;
        border-radius: 6.65vw;
    }
    .sampleLink a::before,
    .sampleLink a::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .sampleLink a::before{
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
    }
    .sampleLink a::after{
        right: 26px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .sampleLink a:hover {
        color: #fff;
        background-color: #1057a3;
    }
    .sampleLink a:hover::before{
        background: #fff;
    }
    .sampleLink a:hover::after{
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }


    /* footer */
    .footer {
        min-width: auto;
        padding-top: 30px
    }
    .footer_inner {
        width: 100%
    }
    .footer_list, .versatile_checkBox > input[type=checkbox] {
        display: none
    }
    .footer_mark {
        margin-top: 15px
    }
    .footer_mark > figure {
        margin: 0 0 0 10px
    }
    .footer_copy {
        line-height: 1.6;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 40px
    }
    .pageTop {
        display: none;
    }
}

/* catchContent */

.catchContent{
	padding: 0 0 40px;
    margin-bottom: 50px;
    border-radius: 10px;
    background: #ecf4f1;
}

.catchContent_title{
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
}

.catchContent_lead{
	font-size: 18px;
}

.catchContent_list{
	margin: 20px 0 20px 20px;
}

.catchContent_item{
	list-style: disc;
}

.catchContent_note{
	text-indent: -1em;
	padding-left: 1em;
}

.catchContent_uLine{
	text-decoration: underline;
	font-weight: bold;
}

.catchContent_sup{
	vertical-align: super;
	font-size: 14px;
}

@media screen and (max-width:767px) {
	/* catchContent */

	.catchContent{
		padding: 0px 0 20px;
        margin-top: 20px;
        margin-bottom: 0;
	}

	.catchContent_title{
		font-size: 18px;
	}

	.catchContent_lead{
		font-size: 16px;
	}

	.catchContent_sup{
		vertical-align: super;
		font-size: 12px;
	}
}


.catch_txt{ padding: 5px 15px; background: #10a374; border-radius: 10px 0 10px 0; display: inline-block; color: #ffff; font-weight: bold; font-size: 26px;}
.catch_txt span{font-size: 20px;}
.catch_inner{max-width: 1090px; margin: 20px auto 0;}
.catch_inner .catchContent_title{text-align: center; font-size: 32px; font-weight: bold;}
.catch_inner .catchContent_title span{ color: #ff5d28;}
.catch_inner .catchContent_lead{font-size: 18px; text-align: center; font-weight: bold; border-bottom: 1px solid #000; margin-bottom: 20px; padding-bottom: 10px;}
.catch_inner .catchContent_lead02{text-align: center; font-size: 20px; font-weight: bold; color: #10a374; margin-bottom: 10px;}
.catch_txt02{text-align: center; font-size: 20px;}
.catch_txt02 span{color: #10a374; font-weight: bold;}
.catch_txt02 span b{font-size: 16px;}
.catch_inner .catchContent_note02{margin-top: 20px; }
.catch_inner .catchContent_note02 li{font-size: 14px; letter-spacing: -1px;}
.catch_inner .catchContent_note02 .ind01{text-indent: -1em; padding-left: 1em;}
.catch_inner .catchContent_note02 li ul{padding-left: 1em;}
.catch_inner .catchContent_note02 li ul li{display: inline;}
.new_logo{text-align: right; margin: 30px auto 0; max-width: 1140px;}


@media screen and (max-width:767px) {
	/* catchContent */
    .catch_txt{ padding: 5px 15px; background: #10a374; border-radius: 10px 0 10px 0; display: inline-block; color: #ffff; font-weight: bold; font-size: 4.53vw;}
    .catch_inner{max-width: 100%; margin: 20px 3% 0;}
    .catch_inner .catchContent_lead02{text-align: center; font-size: 3.4vw; font-weight: bold; color: #10a374; margin-bottom: 10px;}
    .catch_txt span{font-size: 3.46vw;}
    .catch_inner .catchContent_title{text-align: center; font-size: 4.8vw; font-weight: bold;}
    .catch_inner .catchContent_title span{ color: #ff5d28;}
    .catch_inner .catchContent_lead{font-size: 3.4vw; text-align: center; font-weight: bold; border-bottom: 1px solid #000; margin-bottom: 20px; padding-bottom: 10px;}
    .catch_txt02{text-align: left; font-size: 3.4vw;}
    .catch_txt02 span{color: #10a374; font-weight: bold;}
    .catch_txt02 span b{font-size: 3.4vw;}
    .catch_inner .catchContent_note02{margin-top: 20px}
    .catch_inner .catchContent_note02 li{font-size: 2.93vw; letter-spacing: -1px;}
    .catch_inner .catchContent_note02 .ind01{text-indent: -1em; padding-left: 1em;}
    .catch_inner .catchContent_note02 li ul{padding-left: 1em;}
    .catch_inner .catchContent_note02 li ul li{display: block; text-indent: -1em; padding-left: 1em;}
    .new_logo{text-align: right; width: 89.33%; margin: 30px auto 0;}
}










