@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap');
@import url('./normalize.css');
@import url('./common.css');

.notoserif{
    font-family: 'Noto Serif JP', serif;
}

.pc_inline{
    display:inline!important;
}
.pc_block{
    display:block!important;
}
.pc_inlineblock{
    display:inline-block!important;
}
.pc_listitem{
    display:list-item!important;
}
.pc_flex{
    display:flex!important;
}
.smp_inline{
    display:none!important;
}
.smp_block{
    display:none!important;
}
.smp_inlineblock{
    display:none!important;
}
.smp_listitem{
    display:none!important;
}
.smp_flex{
    display:none!important;
}

/*iPhone6s, iPhone6*/
@media screen and (max-width: 414px){
    .smp_inline{
        display:inline!important;
    }
    .smp_block{
        display:block!important;
    }
    .smp_inlineblock{
        display:inline-block!important;
    }
    .smp_listitem{
        display:list-item!important;
    }
    .smp_flex{
        display:flex!important;
    }
    .pc_inline{
        display:none!important;
    }
    .pc_block{
        display:none!important;
    }
    .pc_inlineblock{
        display:none!important;
    }
    .pc_listitem{
        display:none!important;
    }
    .pc_flex{
        display:none!important;
    }

}
/*カスタマイズスタート*/

html,body{
    font-size:18px;
    color:#000;
    background:#f8f7f2;
    font-feature-settings: "palt";
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}

a{
    color:#36a8b8;
    text-decoration:none;
}
a:hover{
    color:#36a8b8;
    text-decoration:underline;
}

.inherit{
    font-weight:inherit;
    line-height:inherit;
    font-size:inherit;
}

.red,.maincolor{
    color:#ba182f!important;
}
.yellow{
    color:#ffeb61!important;
}
.gold{
    color:#d59325!important;
}

.khaki{
    color:#c78312!important;
}

.keikou{
    background: linear-gradient(transparent 70%, rgba(255, 255, 75, 0.7) 0%);
}



.tenten{
    position:relative;
    display:inline-block;
}
.tenten::after{
    content:"\002605\002605\002605\002605\002605";
    position:absolute;
    display:inline-block;
    letter-spacing:1em;
    font-size:0.35em;
    left:0;right:0;
    margin:auto;
    text-align:center;
    top:-2.5em;
}


.stripe{
    background-color:#dfdbd7;
    background-image:url('/images/shahokan2022/white_stripe.png');
    background-size:4px;
    background-repeat:repeat;
}

.red_back{
    background-image:url('/images/shahokan2022/black_stripe.png');
    background-size:4px;
    background-repeat:repeat;
    background-color:#ba182f;
}

header{
    position:fixed!important;
    width:100%;
    left:0;
    top:0;
    padding:0.5em 0;
    background:#f6f6f6;
    z-index:9999;
}
.header_inner{
    width:1000px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.header_inner .quacareer_logo{
    display:inline-block;
    width:9rem;
    height:auto;
}
.header_inner .to_plans{
    display:inline-block;
    background:#a71b31;
    color:#fff;
    text-decoration:none;
    border-radius:0.2em;
    font-size:1.1em;
    padding:0.5em 1.8em;
    letter-spacing:0.05em;
}
.header_inner .to_plans:hover{
    opacity:0.7;
}

.header_inner .cart_check{
    display:none;
}
.header_inner .cart_info{
    padding:0.5rem;
    background:#fff;
    border-radius:0.3em;
}
.header_inner .cart_info_inner{
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
    align-items:center;
}
.header_inner .cart_info .cartin_products{
    padding-right:1rem;
}
.header_inner .cart_info .cartin_products p{
    font-size:0.7rem;
    font-weight:700;
    margin-bottom:0.2em;
}
.header_inner .cart_info .cartin_products p::before{
    content: "\f07a";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 0.2em;
}
.header_inner .cart_info .cartin_products ul li{
    font-size:0.7rem;
    font-weight:700;
    line-height:1.5em;
}
.header_inner .cart_info .cartin_products small{
    font-size:0.6rem;
    display:block;
    margin-top:0.3em;
}

.header_inner .cart_info .buttons{
    display:flex;
    flex-flow: column nowrap;
}

.header_inner .cart_info .buttons button{
    /*デザインリセット*/
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.header_inner .cart_info .buttons button{
    font-size:0.8rem;
    width:11em;
    text-align:center;
    padding:0.4em 0;
    border-radius:0.2em;
    color:#fff;
}
.header_inner .cart_info .buttons button:hover{
    opacity:0.7;
}
.header_inner .cart_info .buttons .to_purchase{
    background:#d02d1a;
    margin-bottom:0.4rem;
}
.header_inner .cart_info .buttons .cart_clear{
    background:#89b3e0;
}

.grade{
    position:relative;
    z-index: 1;
}
.grade::before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    background: -moz-linear-gradient(top,  rgba(193,189,155,0) 10%, rgba(193,189,155,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(193,189,155,0) 10%,rgba(193,189,155,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(193,189,155,0) 10%,rgba(193,189,155,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c1bd9b', endColorstr='#a6c1bd9b',GradientType=0 ); /* IE6-9 */
    opacity:0.3;
}

#eyecatch{
    width:100%;
    padding:5em 0 3em;
    background-image:url('/images/shahokan2022/gradation.png');
    background-position:center bottom;
    background-repeat:repeat-x;
    background-size:1em 25em;
    overflow:hidden;
}

#eyecatch .visual_inner{
    width:950px;
    margin:0 auto;
    position:relative;
    display: flex;
    justify-content: space-between;
    margin-bottom:2em;
}

#eyecatch .visual_inner .left_box{
    width:58%;
    padding-top:2em;
}
#eyecatch .visual_inner .right_box{
    width:26%;
}
#eyecatch .visual_inner .left_box .eyecatch{
    width:100%;
    height:auto;
    margin-bottom:4em;
}
#eyecatch .visual_inner .right_box .tategaki{
    width:100%;
    height:auto;
    margin-bottom:1em;
}
#eyecatch .visual_inner .right_box .shahokan{
    width:100%;
    position:relative;
}
#eyecatch .visual_inner .right_box .shahokan img{
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto 1% auto;
    padding: 1% 0% 3% 6%;
    position: relative;
    z-index: 1;
}
#genriyou #eyecatch .visual_inner .right_box .shahokan::before{
    content: "";
    background-image: url(/images/shahokan2023/stamp.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    height: 0;
    padding-top: 60%;
    transform: rotate(10deg);
    position: absolute;
    z-index: 0;
    right: -19%;
    top: -40%;
}
#genriyou #eyecatch .visual_inner .right_box .shahokan.per40::before{
    content: "";
    background-image: url(/images/shahokan2023/stamp_40per.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    height: 0;
    padding-top: 60%;
    transform: rotate(10deg);
    position: absolute;
    z-index: 0;
    right: -19%;
    top: -40%;
}

#eyecatch .visual_inner .to_plans{
    margin:0 auto;
    padding:0;
    width:15em;
    background:#a71b31;
    line-height:2.6em;
    font-weight:500;
    color:#fff;
    border-radius:0.3em;
    letter-spacing:0.05em;
    text-align:center;
    font-size:1.5em;
    box-shadow:0.1em 0.1em 0 rgba(0,0,0,0.5);
    position:relative;
}
#eyecatch .visual_inner .to_plans.finish{
    pointer-events: none;
    background:#999;
    cursor:default;
}
#eyecatch .visual_inner .to_plans:hover{
    text-decoration:none;
    opacity:0.7;
}

#eyecatch .visual_inner .to_plans:not(.finish)::before{
    content:"";
    width:5em;
    height:3em;
    background-image:url('/images/shahokan2022/gentei400.svg');
    background-position:left top;
    background-size:contain;
    background-repeat:no-repeat;
    position:absolute;
    left:-0.6em;
    top:-1.4em;
}

#eyecatch .visual_inner .to_plans.disabled{
    background:#999;
    cursor: default;
}
#eyecatch .visual_inner .to_plans.disabled:hover{
    opacity:1;
}
#eyecatch .visual_inner .to_plans.disabled::before{
    display:none;
}
#eyecatch .visual_inner .textlink{
    margin-top:1.5em;
    text-align:center;
    color: #a71b31;
    margin-bottom: 2em;
    font-weight:700;
    letter-spacing:0.03em;
}


#eyecatch .visual_inner big{
    display:block;
    font-size:3.3rem;
    line-height:1.8em;
    margin-bottom:0.1em;
}


#eyecatch .visual_inner p{
    margin:0;
    font-size:1.2rem;
    line-height:1.7em;
}
#eyecatch .visual_inner p em{
    display:block;
    font-size:1.1em;
    margin-top:0.6em;
}
#eyecatch .visual_inner p em strong{
    font-size:1.3em;
}

#eyecatch .visual_inner .entry{
    font-size:1rem;
    padding-left:3em;
    margin-top:3em;
    padding-bottom:2em;
}
#eyecatch .visual_inner .entry .entry_button{
    display:inline-block;
    color:#fff;
    text-decoration:none;
    font-size:1.5rem;
    line-height:1em;
    padding:0.6em 3em;
    border-radius:0.2em;
    background: #7f6f67; /* Old browsers */
    background: -moz-linear-gradient(top, #7f6f67 0%, #403935 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7f6f67 0%,#403935 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7f6f67 0%,#403935 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6f67', endColorstr='#403935',GradientType=0 ); /* IE6-9 */
}
#eyecatch .visual_inner .entry .entry_button:hover{
    background: #ba182f; /* Old browsers */
    background: -moz-linear-gradient(top, #ba182f 0%, #3d1d22 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ba182f 0%,#3d1d22 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ba182f 0%,#3d1d22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba182f', endColorstr='#3d1d22',GradientType=0 ); /* IE6-9 */
}


#subcatch{
    background:#ba182f;
    font-size:1.3rem;
    padding:0.8em 0;
    color:#fff;
}

.section_inner{
    width:1000px;
    margin:0 auto;
}
.section_inner h2{
    font-size:1.66rem;
    line-height:1em;
    margin-bottom:1.1em;
    color:#d59325;
    text-align:center;
    font-weight:900;
}
.gray_back .section_inner h2{
    color:#000;
    font-size:1.66rem;
}

.section_inner h2 strong{
    font-size:1.2em;
}
.section_inner .star_heading{
    padding:0 0.5em 0.1em 0.5em;
    border-bottom:0.1em solid #d59325;
    color:#d59325;
    position:relative;
    text-align:left;
}
.section_inner .star_heading::after{
    content:"★　★　★　★　★";
    position:absolute;
    font-size:0.6rem;
    line-height:1em;
    right:1em;
    bottom:0.2em;
}
section .bold_heading{
    padding:0;
    font-size:2.4em;
    font-weight:900;
    margin-bottom:1em;
    color:#111;
    text-align:left;
}
.section_inner h2 .dot{
    display:inline-block;
    position:relative;
    font-size:inherit;
    color: #c78312;
}
.section_inner h2 .dot:after{
    content:"・";
    position:absolute;
    left:0;
    right:0;
    top:-1em;
}

.section_inner .red_heading{
   display:inline-block;
   font-size:1.3rem;
   text-align:center;
}
.section_inner .red_heading em{
    display:block;
    color:#fff;
    font-size:inherit;
    line-height:1.4em;
    background:#000;
    padding:0 0.5em;
    margin-bottom:0.3em;
}
.section_inner .red_heading small{
    display:block;
    font-size:0.75rem;
    line-height:1.5em;
}


.section_inner p{
    font-size:1rem;
    line-height:2em;
    margin-bottom:1.2em;
}


/*TOPICS*/

#topics{
    text-align:center;
}
#topics .inner ul{
    display:inline-block;
    position:relative;
    max-width:94%;
}
#topics .inner ul::before{
    content:"Topics:";
    position:absolute;
    color:#c78312;
    opacity:0.2;
    font-size:4em;
    left:-1em;
    top:-0.8em;
    font-weight:400;
    font-style:italic;
    z-index:0;
}
#topics .inner ul li{
    line-height:1.5em;
    margin-bottom:0.6em;
    text-align:left;
    font-size:1.2em;
    position:relative;
    z-index:1;
}
#topics .inner ul li a{
    font-size:inherit;
    color:#111;
    font-style:italic;
    display:inline-block;
    padding-left:0.8em;
    position:relative;
}
#topics .inner ul li a:hover{
    color:#c78312;
}
#topics .inner ul li a::before{
    content:"\f0da";
    font-family:fontawesome;
    position:absolute;
    left:0.2em;
    top:0.1em;
    font-style:normal;
    font-size:.9em;
}
#topics .inner ul li a small{
    font-size:0.8em;
}


/*ABOUT*/
#about{
    padding:5em 0;
}
#about::after{
    content:"";
    background-image:url('/images/shahokan2022/white_grade.png');
    background-size:70% 1rem;
    background-position:left center;
    background-repeat:repeat-y;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:0;
}
#about .section_inner{
    position:relative;
    z-index:1;
}

#about .section_inner p{
    line-height: 2.2em;
    margin-bottom: 1.7em;
    font-size:0.9em;
}

#about .section_inner .bold_heading{
    line-height:2em;
}

#about .flex{
    width:120%;
    position:relative;
    left:-10%;
    display:flex;
    justify-content: space-between;
    align-items:center;
}
#about .flex .left_box{
    width:46%;
}
#about .flex .right_box{
    width:51%;
}
#about .flex .right_box img{
    width:100%;
    height:auto;
}


/*REQUIRE*/

#require{
    padding:5em 0;
}

#require .section_inner p{
    line-height: 2.2em;
    margin-bottom:0;
}
#require .section_inner{
    position:relative;
}

#require .section_inner .voices{
    width:100%;
    height:auto;
}


/*POWER*/

#power{
    padding:5em 0;
    position:relative;
}
#power .section_inner p{
    line-height:2.5em;
}
#power .bold_heading small{
    display:block;
    font-size:0.7em;
    margin-top:0.3em;
}

#power .flex{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
#power .flex .left_box{
    width:48%;
}
#power .flex .left_box img{
    width:100%;
    height:auto;
}

#power .flex .right_box{
    width:48%;
}
#power .flex .right_box h3{
    font-size: 1.4em;
    line-height:1.6em;
    margin-bottom:1.3em;
    border-bottom:0.1em solid #111;
}
#power .flex .right_box h4{
    font-weight:700;
    font-size: 1.1em;
    margin-bottom:0.6em;
}
#power .flex .right_box ul:not(:last-of-type){
    margin-bottom:1.8em;
}

#power .flex .right_box ul li{
    font-size:0.95em;
    padding-left:1.2em;
    line-height:1.3em;
    position:relative;
}
#power .flex .right_box ul li:not(:last-child){
    margin-bottom:0.5em;
}
#power .flex .right_box ul li::before{
    content:"\f096";
    font-family:fontawesome;
    color:#c78312;
    position:absolute;
    font-size:1em;
    width:1em;
    height:1em;
    left:0;
    top:0.1em;
    font-weight:900;
}




/*IMAGE*/

#image{
    padding:4rem 0;
    position:relative;
}
#image .section_inner{
    position:relative;
    right:-9em;
}
#image .section_inner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    left: -90%;
    top: -135px;
    bottom: 0;
    margin: auto;
    background-image: url(/images/shahokan2023/book2.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

#image .bold_heading{
    margin-bottom:1.6em;
}
#image .bold_heading img{
    height:2.8em;
    width:auto;
    margin:0 0.2em;
    vertical-align:bottom;
    position:relative;
    bottom:-0.05em;
}

#image .flex{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
#image .flex .left_box{
    width:70%;
}
#image .flex .right_box{
    width:25%;
}
#image .flex .right_box img{
    width:100%;
    height:auto;
    position:relative;
    right:-2em;
    top:-6em;
}
#image .flex .left_box h3{
    font-size: 1.4em;
    line-height:1.6em;
    margin-bottom:1.3em;
    background: #c78312;
    color: #fff;
    font-weight:700;
    text-align:center;
}
#image .flex .left_box h4{
    font-weight:700;
    font-size: 1.2em;
    margin-bottom:0.3em;
    color: #c78312;
}
#image .flex .left_box p{
    line-height:1.8em;
    font-weight:400;
    font-size:0.95em;
}
#image .flex .left_box p:not(:last-of-type){
    margin-bottom:1.5em;
}


/*TARGET*/

#target{
    padding:5em 0;
    background-color:#fff;
    background-image:url('/images/shahokan2022/seminar.jpg');
    background-size:cover;
    background-position:-40em center;
    background-repeat:no-repeat;
}
#target p{
    line-height:1.7em;
}
#target p em{
    font-style:italic;
    font-weight:700;
}
#target .flex{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
#target .flex .left_box{
    width:68%;
}
#target .flex .right_box{
    width:30%;
}
#target .flex .right_box p{
    text-align:center;
    font-size:1.2em;
    line-height:1.8em;
}
#target .flex .right_box img{
    width:70%;
    height:auto;
}

/*STATUS*/

#status{
    padding:5em 0;
}

#status .bold_heading{
    line-height:1.8em;
    letter-spacing:0.05em;
    font-size:2.2em;
    font-weight:600;
}
#status .bold_heading strong{
    font-size:1.3em;
}
#status .bold_heading span{
    font-size:inherit;
    color:#c78312;
    position:relative;
}
#status .bold_heading span::after{
    content:"";
    position:absolute;
    width:80%;
    height:80%;
    top:-55%;
    left:-70%;
    right:0;
    margin:auto;
    background-image:url('/images/shahokan2022/star_crown.svg');
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    transform:rotate(-20deg);
}


#status table{
    width:100%;
    margin:0 auto;
    table-layout:fixed;
    border-collapse: separate;
    border-spacing:0.3rem;
}

#status table tr th,
#status table tr td{
    padding:1rem;
    /*background-image:url('/images/shahokan2022/white_stripe.png');*/
    background:#fff;
    background-size:4px;
    background-repeat:repeat;
}

#status table tr th{
    font-size:0.9rem;
    line-height:1.6em;
    width:9em;
}
#status table tr th::before{
    content:"＜";
}
#status table tr th::after{
    content:"＞";
}

#status table tr td{
    font-size:0.9rem;
    line-height:1.6em;
}
#status table tr td ul{
    font-size:inherit;
    margin-top:0.7rem;
}
#status table tr td ul li{
    margin-bottom:0.5em;
    font-size:inherit;
}

#status table tr td p{
    font-size:inherit;
    line-height:inherit;
    margin-bottom:0.75em;
}

#status table tr td .batten{
    display:inline-block;
    position:relative;
}
#status table tr td .batten::after{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-image:url('/images/shahokan2022/batten.svg');
    background-size:100% 100%;
    background-position:center center;
}


#status table tr td .caution{
    font-size:0.85em;
}
#status table tr td .caution img{
    height:1em;
    width:auto;
    display:inline-block;
    margin-right:0.2em;
}

#status table tr td .del{
    font-size:inherit;
    position:relative;
    display:inline-block;
}
#status table tr td .del::after{
    content:"";
    width:100%;
    position:absolute;
    height:0;
    border-bottom:0.2em solid #933232;
    left:0;
    bottom:calc(50% - 0.1em);
}

#status table tr .ippan .gentei{
    background:#933232;
    color:#fff;
    padding:0.5em;
    margin-top:0.85em;
    line-height:1.8em;
    position:relative;
    font-size:0.94em;
}
#status table tr .ippan .gentei::after{
    content:"";
    background-image:url('/images/shahokan2023/stamp.svg');
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
    width:10em;
    height:10em;
    transform:rotate(10deg);
    position:absolute;
    z-index:0;
    right:0;
    top:-2em;
    bottom:0;
    margin:auto;
}
#status table tr .ippan .gentei.per40::after{
    content:"";
    background-image:url('/images/shahokan2023/stamp_40per.svg');
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
    width:10em;
    height:10em;
    transform:rotate(10deg);
    position:absolute;
    z-index:0;
    right:0;
    top:-2em;
    bottom:0;
    margin:auto;
}

#status .plans_wrapper dl{
    padding-bottom:1.5rem;
    margin-bottom:1.5rem;
    border-bottom:1px dashed #aaa;
}

#status .planbox dd{
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
    align-items:center;
}

#status .planbox .kakaku{
    text-align:center;
    padding:0 1em;
    width:28%;
    box-sizing:border-box;
}
#status .planbox .kakaku .planname{
    font-size:0.8em;
    margin-bottom:1em;
    white-space:nowrap;
}
#status .planbox .kakaku .planname em{
    display:block;
    font-size:1.2em;
    white-space:nowrap;
}
#status .planbox .kakaku span{
    font-size:1.5em;
    display:block;
    margin-bottom:0.2em;
}
#status .planbox .kakaku span.del{
    position:relative;
    font-size:1.3em;
}
/* #status .planbox .kakaku span.del::after{
    content:"";
    width:100%;
    position:absolute;
    height:0;
    border-bottom:0.1em solid #933232;
    left:0;
    bottom:calc(50% - 0.1em);
} */

#status .planbox .naiyou{
    width:72%;
    display:flex;
    justify-content:left;
    flex-wrap:nowrap;
    align-items:flex-start;
}

#status .planbox .naiyou div{
    width:32%;
    text-align:center;
}
#status .planbox .naiyou > div:not(:last-child){
    margin-right:1rem;
    position:relative;
}
#status .planbox .naiyou > div:not(.stamp):not(:last-child)::after{
    content: "\f067";
    font-family: fontawesome;
    font-weight: 200;
    font-size:1.5rem;
    width:1em;
    height:1em;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    right:-0.75em;
}

#status .planbox .naiyou div em{
    display:block;
    background:#eee;
    line-height:1.4em;
    font-size:0.75em;
    margin-bottom:0.5em;
}
#status .planbox .naiyou div em.new{
    position:relative;
}
#status .planbox .naiyou div em.new::before{
    content:"";
    background-image:url(/images/shahokan2022/new.svg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
    width:3em;
    height:3em;
    position:absolute;
    left:-1em;
    top:-2.5em;
}

#status .planbox .naiyou div img{
    display:block;
    width:90%;
    height:auto;
    margin:0 auto 0.6em;
}
#status .planbox .naiyou div.stamp{
    margin-left:-2em;
    margin-right:-0.6em;
}
#status .planbox .naiyou div.stamp img{
    display:block;
    width:80%;
    height:auto;
    margin:0 auto;
    transform:rotate(10deg);
}

#status .planbox .naiyou div small{
    display:block;
    min-height:1.4em;
    line-height:1.4em;
    font-size:0.65em;
    font-weight:400!important;
}


#status .genriyou{
    font-size:0.85em;
    padding:1em;
    border:0.1em dotted #eedfe1;
    background:#f3eff0;
    margin-top:1em;
    border-radius:0.3em;
}
#status .genriyou *{
    font-size:inherit;
}

#status .youken{
    margin-bottom:1rem;
}
#status .youken li{
    font-size:1.2em;
    letter-spacing:0.1em;
    font-weight:900;
    border-bottom:0.05em dashed #aaa;
    padding:0.5em 0;
}
#status .youken li:last-child{
    border-bottom:0;
}
#status .youken small{
    font-size:0.7em;
    display:block;
    letter-spacing:0;
    line-height:1.5em;
    margin-top:0.2em;
}

#status .youken_check{
    display:block;
    text-align:center;
    font-size:1em;
    padding:1em;
    border:0.1em dotted #dbece0;
    background:#f2f6f3;
    margin-top:3em;
    margin-bottom:1rem;
    border-radius:0.3em;
    letter-spacing:0.1em;
    cursor:pointer;
    font-weight:900;
    position:relative;
}

#status .youken_check.active{
    background:#effbf2;
    color:#0b7448;
}

#status .youken_check::before{
    content:"確認後、こちらにチェックを入れてください";
    line-height:3em;
    padding:0;
    border-radius:0.3em;
    color:#fff;
    background:#a71b31;
    font-weight:400;
    position:absolute;
    width:22em;
    text-align:center;
    left:0;
    right:0;
    margin:auto;
    top:-3.4em;
    letter-spacing:0.02em;
    font-size:0.85em;
    font-family:"Noto Sans JP",sans-serif;
}
#status .youken_check::after{
    content:"";
    font-size:0.85em;
    width:0;
    height:0;
    border-top:1em solid #a71b31;
    border-right:1em solid transparent;
    border-left:1em solid transparent;
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    top:-0.8em;
}


/*ENTRY*/


#entry{
    padding:4rem 0;
}

#entry h2::before,
#entry h2::after{
    content:none;
}

#entry .section_inner > p{
    color:#fff;
    margin-bottom:0;
    line-height:1.7em;
}
#entry .section_inner > p > a{
    color:#f3ecb1;
}
.form_wrapper{
    width:100%;
    box-sizing:border-box;
    padding:3rem 8rem;
    margin-top:3rem;
    /*border:0.5em solid #d0b98d;
    border-radius:0.8em;*/
    background:#fff;
}

#sub_header .header_inner{
    display:flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#sub_header p{
    display:inline-block;
    font-size:1rem;
    line-height:1em;
    text-align:right;
}

#law{
    padding:3rem 0;
}

.cform7{
    max-width:700px;
    margin:0 auto;
}
.cf_message{
    display:none;
}
.wpcf7-mail-sent-ok{
    display:none;
}
.sent .cform7{
    display:none;
}
.sent .cf_message{
    display:block;
    line-height:1.4em;
}

.table_wrapper{
    width:100%;
    box-sizing:border-box;
    padding:2rem;
    margin-top:2rem;
    /*
    border:0.5em solid #d0b98d;
    border-radius:0.8em;
    */
    background:#fff;
}
.basic_table{
    table-layout:fixed;
    border-collapse:separate;
    border-spacing: 0.2em;
    width:100%;
}

.basic_table th,
.basic_table td{
    font-size:0.85em;
    padding:1em;
    line-height:1.5em;
    vertical-align:top;
}
.basic_table th{
    background:#f1f1f1;
    font-weight:900;
    width:11em;
}
.hissu{
    font-size:0.8em;
    background:#d02d1a;
    display:inline-block;
    padding:0.2em;
    border-radius:0.2em;
    margin-left:0.5em;
    line-height:1em;
    color:#fff;
    vertical-align:middle;
    position:relative;
    top:-0.1em;
}
.list-unstyled{
    color:#d02d1a;
    font-size:0.85em;
    margin-top:0.5em;
}

.basic_table td input[type="text"],
.basic_table td input[type="number"],
.basic_table td input[type="tel"],
.basic_table td input[type="email"],
.basic_table td textarea{
    width:98%;
}
.basic_table td input[type="text"],
.basic_table td input[type="number"],
.basic_table td input[type="tel"],
.basic_table td input[type="email"]{
    font-size:1rem;
}
.basic_table td textarea{
    font-size:0.9rem;
}

.basic_table td .jouken{
    width:95%;
    margin:0 auto 1em;
}
.basic_table td .jouken li{
    font-size:inherit;
    padding-bottom:0.6em;
    margin-bottom:0.6em;
    border-bottom:1px dashed #ccc;
}

main .plans_desc{
    margin:1.4rem 0;
}
main .plans_desc p{
    line-height:2em;
}

main .cart_info{
    text-align:center;
    margin:0 auto 2.5rem;
}
main .cart_info .inner{
    width:960px;
    margin:0 auto;
    box-sizing:border-box;
    border-radius:0.5rem;
    padding:1rem 0;
    background:#fff;
}

main .cart_info h3{
    font-size:1rem;
    margin-bottom:0.5em;
}
main .cart_info h3::before{
    content: "\f07a";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 0.1em;
    font-weight:200;
}
main .cart_info ul{
    margin-bottom:1rem;
}
main .cart_info ul li{
    font-size:1.1rem;
    line-height:1.5em;
}
main .cart_info small{
    font-size:0.9rem;
    display:block;
    margin-bottom:1rem;
}

main .cart_info .drcolor{
    color:#126234;
    font-size:1.3rem;
}
main .cart_info .dhcolor{
    color:#e03451;
    font-size:1.3rem;
}
main .cart_info .to_dr,
main .cart_info .to_dh{
    margin-top:1rem;
    margin-bottom:1.5rem;
}

main .cart_info button{
    /*デザインリセット*/
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
main .cart_info button{
    font-size:1.3rem;
    width:13em;
    text-align:center;
    padding:0.4em 0;
    border-radius:0.2em;
    color:#fff;
}
main .cart_info button:hover{
    opacity:0.7;
}
main .cart_info .to_purchase{
    background:#d02d1a;
    margin-bottom:0.6rem;
}
main .cart_info .cart_clear{
    background:#89b3e0;
}

main .cart_info .to_purchase{
    margin-right:1rem;
}
#contact{
    padding:3rem 0;
}

#agree p{
    font-size:0.85rem;
    padding:0.5em 0;
    margin-bottom:0;
}
#agree p a,
#agree p label{
    font-size:inherit;
}

#confirm{
    padding:3rem 0;
}
.gofoward_desc{
    font-size:0.94rem;
    padding:1em;
    line-height:1.4em;
}
#cancel{
    padding:3rem 0;
}
#cancel{
    padding:3rem 0;
}

.cart{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    cursor: default;
    padding:0.6em 2em;
    box-sizing:border-box;
    background:#006fdb;
    color:#fff;
    font-size:0.8em;
    font-weight:900;
    border-radius:0.2em;
    white-space:nowrap;
}
.cart:hover{
    opacity:0.7;
}
.caution .cart{
    padding:0.3em 1em;
    margin: 0 0.5em;
}
.caution .cart:hover{
    opacity:0.7;
}
.cart:not(:disabled) {
    cursor: pointer;
}
.cart::before {
    content: "\f07a";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 0.1em;
    font-weight:200;
}
.cart:disabled{
    background:#999;
    pointer-events: none;
    cursor:default;
}
.cart:disabled:hover{
    opacity:1;
}
.cart:disabled::before{
    display:none;
}
/* .cart_link{
    background:#999;
    pointer-events: none;
    cursor:default;
} */


footer{
    padding:2rem 0 0;
    background:#f6f6f6;
}
footer .footer_inner{
    width:1000px;
    margin:0 auto;
    padding-bottom:2rem;
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
    align-items:flex-end;
}
footer .footer_inner .quacareer_logo{
    display:inline-block;
    width:9rem;
    height:auto;
}
footer .footer_inner ul li{
    display:inline-block;
}
footer .footer_inner ul li:not(:last-child){
    padding-right:1em;
    border-right:1px solid #eee;
    margin-right:1rem;
}
footer .footer_inner ul li a{
    font-size:0.9rem;
}
footer .copyright{
    text-align:center;
    font-size:0.8rem;
    line-height:1em;
    padding:0.3em 0;
    background:#eee;
    color:#777;
}
#to_top {
    display: block;
    width: 3rem;
    height: 3rem;
    background: #000;
    opacity: 0.3;
    border-radius: 0.2rem;
    position: fixed;
    left: auto;
    bottom: 1rem;
    margin: 0 0 0 1100px;
    display: none;
}

#top #to_contact,
#cartitems #to_contact{
    display:flex;
}
#to_contact{
    justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
    position:fixed;
    left:auto;
    bottom:1.5rem;
    /*margin:0 0 0 1050px;*/
    right:3rem;
    z-index:20000;
}
#to_contact .fukidashi{
    background:#1fb5c9;
    color:#fff;
    display:inline-block;
    font-weight:900;
    line-height:1.5em;
    padding:0.7em 1.3em;
    border-radius:4.5em;
    margin-right:1rem;
    position:relative;
    font-size:1rem;
    box-sizing:content-box;
}
#to_contact .fukidashi span{
    font-size:1.2em;
    display:block;
}
#to_contact .fukidashi::after{
    content:"";
    width:0;
    height:0;
    border-left:1.3rem solid #1fb5c9;
    border-top:0.5rem solid transparent;
    border-bottom:0.5rem solid transparent;
    position:absolute;
    top:0;bottom:0;
    margin:auto;
    right:-1rem;
}

#to_contact i{
    display:inline-block;
    border-radius:100%;
    width:4rem;
    height:4rem;
    background-image:url('https://ec.quacareer.com/images/dh/contact.jpg');
    background-size:cover;
    background-position:center center;
    border:0.3em solid #1fb5c9;
    box-sizing:content-box;
}

#to_contact:hover{
    text-decoration:none;
}
#to_contact:hover .fukidashi{
    background:#44cddf;
}
#to_contact:hover i{
    border:0.3em solid #44cddf;
}
#to_contact:hover .fukidashi::after{
    border-left:1.3rem solid #44cddf;
}



.form_button{
    display:inline-block;
    color:#fff;
    text-decoration:none;
    font-size:1.3rem;
    line-height:1em;
    padding:0.6em 3em;
    border-radius:0.2em;
    background: #7f6f67; /* Old browsers */
    background: -moz-linear-gradient(top, #7f6f67 0%, #403935 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7f6f67 0%,#403935 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7f6f67 0%,#403935 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6f67', endColorstr='#403935',GradientType=0 ); /* IE6-9 */
    border:none;
    cursor:pointer;
    text-decoration:none;
}
.form_button:hover{
    background: #ba182f; /* Old browsers */
    background: -moz-linear-gradient(top, #ba182f 0%, #3d1d22 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ba182f 0%,#3d1d22 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ba182f 0%,#3d1d22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba182f', endColorstr='#3d1d22',GradientType=0 ); /* IE6-9 */
}


#cancel_button.form_button{
    background: #67747f; /* Old browsers */
    background: -moz-linear-gradient(top, #67747f 0%, #353940 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #67747f 0%,#353940 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #67747f 0%,#353940 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67747f', endColorstr='#353940',GradientType=0 ); /* IE6-9 */
}
#cancel_button.form_button:hover{
    opacity:0.8;
}


@media screen and (max-width:1768px){
    footer .footer_inner{
        padding-bottom:4rem;
        align-items: flex-start;
    }
}
@media screen and (max-width:1200px){
    #about .flex{
        width:100%;
        left:unset;
    }
}

@media screen and (max-width:1100px){
    html,body{
        font-size:15px;
    }
    .section_inner{
        width:94%;
    }

    #eyecatch{
        width:100%;
        padding:4rem 0 5rem;
        background-image:url('/images/shahokan2022/gradation.png');
        background-position:center bottom;
        background-repeat:repeat-x;
        background-size:1em 25em;
        overflow:hidden;
    }

    #eyecatch .visual_inner{
        width:94%;
    }
    /*
    #eyecatch .visual_inner big{
        text-align:center;
    }
    */
    #eyecatch .visual_inner .shahokan{
        height:auto;
        width:30%;
        right:0;
        bottom:0;
        /*-webkit-box-reflect: below 0 -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(0.8, transparent), to(rgba(0,0,0,0.3)));*/
        margin:0 auto;
    }
    #eyecatch .visual_inner big{
        display:block;
        font-size:3.5rem;
        line-height:1.6em;
        margin-bottom:0.3em;
    }
    #eyecatch .visual_inner p{
        margin:0;
        font-size:0.85rem;
        line-height:1.7em;
    }
    #eyecatch .visual_inner p em{
        display:block;
        font-size:1.1em;
        margin-top:0.6em;
    }
    #eyecatch .visual_inner p em strong{
        font-size:1.3em;
    }

    #eyecatch .visual_inner .entry{
        font-size:1rem;
        padding-left:3em;
        margin-top:2em;
        padding-bottom:2em;
    }
    #eyecatch .visual_inner .entry .entry_button{
        display:inline-block;
        color:#fff;
        text-decoration:none;
        font-size:1.5rem;
        line-height:1em;
        padding:0.6em 3em;
        border-radius:0.2em;
        background: #7f6f67; /* Old browsers */
        background: -moz-linear-gradient(top, #7f6f67 0%, #403935 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #7f6f67 0%,#403935 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #7f6f67 0%,#403935 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6f67', endColorstr='#403935',GradientType=0 ); /* IE6-9 */
    }
    #eyecatch .visual_inner .entry .entry_button:hover{
        background: #ba182f; /* Old browsers */
        background: -moz-linear-gradient(top, #ba182f 0%, #3d1d22 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ba182f 0%,#3d1d22 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ba182f 0%,#3d1d22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba182f', endColorstr='#3d1d22',GradientType=0 ); /* IE6-9 */
    }

    #about {
        background-position:60% center;
    }


    .difference_list .andmore dd{
        font-size:1.2em;
    }
    .detail_box,
    .form_wrapper{
        padding:3rem 2rem;
    }

    .footer_inner{
        width:94%;
        margin:0 auto;
    }
}

@media screen and (max-width:768px){
    html,body{
        font-size:14px;
    }
    #eyecatch .visual_inner{
        display:block;
    }
    #eyecatch .visual_inner .right_box,
    #eyecatch .visual_inner .left_box{
        width:94%;
        margin:0 auto;
    }
    #eyecatch .visual_inner .right_box .tategaki{
        display:none;
    }
    #eyecatch .visual_inner .right_box .shahokan{
        width:60%;
        position:relative;
        margin-bottom:1em;
    }
    #eyecatch .visual_inner .right_box .shahokan img{
        display:block;
        width:100%;
        height:auto;
        margin:0 auto;
        position:relative;
        z-index:1;
    }
    #eyecatch .visual_inner .right_box .shahokan::before{
        width:70%;
        padding-top:70%;
        right:-40%;
        top:0%;
    }

    #genriyou #eyecatch .visual_inner .right_box .shahokan::before{
        right: -30%;
        top: -20%;
    }

    #genriyou #eyecatch .visual_inner .right_box .shahokan.per40::before{
        right: -30%;
        top: -20%;
    }

    #topics .inner ul li{
        margin-bottom: 1em;
    }

    section .bold_heading{
        font-size:1.5em;
        text-align:center;
    }
    #about{
        padding:3em 0;
    }
    #about .section_inner p{
        line-height: 1.7em;
    }
    #about .flex{
        display:block;
    }
    #about .flex .left_box,
    #about .flex .right_box{
        width:100%;
    }
    #about .flex .right_box img{
        display:block;
        width:80%;
        margin:0 auto;
    }

    #power{
        padding:3em 0;
    }
    #power .flex{
        display:block;
    }
    #power .flex .left_box,
    #power .flex .right_box{
        width:100%;
    }
    #power .flex .left_box{
        margin-bottom:1.4em;
    }
    #power .flex .left_box img{
        display:block;
        width:70%;
        margin:0 auto;
    }
    #power .flex .right_box h3{
        font-size:1.2em;
    }
    #require{
        padding:3em 0;
    }
    #require .section_inner p{
        line-height: 1.7em;
    }

    #image{
        padding:3em 0;
    }
    #image .section_inner{
        left:0;
    }
    #image .flex{
        display:block;
    }
    #image .flex .left_box,
    #image .flex .right_box{
        width:100%;
    }
    #image .flex .right_box{
        display:none;
    }

    #target{
        padding:3em 0;
        background-size:250%;
        background-position:center top;
        background-repeat:no-repeat;

    }
    #target .flex{
        display:block;
    }
    #target .flex .left_box,
    #target .flex .right_box{
        width:100%;
    }
    #target .flex .left_box{
        margin-bottom:2em;
    }
    #target .flex .right_box{
        background:#fff;
        padding-top:2em;
    }

    #status table tr td .del::after{
        display:none;
    }
    #status table tr td .del > span{
        display:inline-block;
        position:relative;
    }
    #status table tr td .del > span::after{
        content:"";
        width:100%;
        position:absolute;
        height:0;
        border-bottom:0.2em solid #933232;
        left:0;
        bottom:calc(50% - 0.1em);
    }
    #status table tr .ippan .gentei::after {
        width:9em;
        height:9em;
        top: -12em;
        right:-1.4em;
    }
    #status table tr .ippan .gentei.per40::after {
        width:9em;
        height:9em;
        top: -12em;
        right:-1.4em;
    }
    #status .planbox .kakaku{
        width:100%;
    }
    #status .planbox .kakaku span.del {
        position: relative;
        font-size: 1.4em;
        display:inline-block;
    }
    #status .planbox .kakaku span.del::after{
        content:"";
        display:block;
        width:100%;
        position:absolute;
        height:0;
        border-bottom:0.1em solid #933232;
        left:0;
        bottom:calc(50% - 0.1em);
    }
    #status .planbox .naiyou div.stamp{
        display:none;
    }
    #status .planbox .naiyou{
        width:100%;
    }

    #to_contact{
        justify-content:center;
        left:0;right:0;
        margin:auto;
        bottom:0;
        z-index:20000;
        background:rgba(0,0,0,0.4);
    }
    #to_contact .fukidashi{
        font-size:0.85rem;
    }
    #to_contact .fukidashi span{
        font-size:inherit;
        display:inline-block;
        margin-right:0.1em;
    }
    #to_contact .fukidashi::after{
        right:-0.9rem;
    }
    #to_contact i{
        width:3rem;
        height:3rem;
        border:0.2em solid #1fb5c9;
    }
    #to_contact:hover i{
        border:0.2em solid #44cddf;
    }
}
@media screen and (max-width:680px){
    html,body{
        font-size:15px;
    }
    .header_inner{
        width:96%;
    }
    .header_inner .cart_check{
        /*デザインリセット*/
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }

    .header_inner .cart_check{
        display:inline-block;
        background:#ff9630;
        color:#fff;
        text-decoration:none;
        border-radius:0.2em;
        font-size:1.1em;
        padding:0.4em 1em;
    }
    .header_inner .cart_check::before{
        content: "\f07a";
        font-family: fontawesome;
        display: inline-block;
        margin-right: 0.2em;
    }

    .header_inner .cart_info{
        display:none;
        width:100%;
        box-sizing:border-box;
        background:#eee;
        border-radius:0;
        position:fixed;
        top:3.8rem;
        left:0;
    }
    .header_inner .cart_info .cartin_products{
        padding-right:0;
    }
    .header_inner .cart_info .cartin_products ul li{
        font-size:0.9rem;
    }
    .header_inner .cart_info .cartin_products small{
        font-size:0.7rem;
    }
    .header_inner .cart_info .buttons button{
        font-size:0.95rem;
    }
    .header_inner .cart_info{
        padding:0.5rem;
        background:#fff;
        border-radius:0.2em;
    }
    .header_inner .cart_info_inner{
        display:flex;
        justify-content:space-between;
        flex-wrap:nowrap;
        align-items:center;
    }
    .header_inner .cart_info .cartin_products{
        padding-right:1rem;
    }
    .header_inner .cart_info .cartin_products p{
        font-size:0.7rem;
        font-weight:700;
        margin-bottom:0.2em;
    }
    .header_inner .cart_info .cartin_products p::before{
        content: "\f07a";
        font-family: fontawesome;
        display: inline-block;
        margin-right: 0.2em;
    }
    .header_inner .cart_info .cartin_products ul li{
        font-size:0.7rem;
        font-weight:700;
        line-height:1.5em;
    }
    .header_inner .cart_info .cartin_products small{
        font-size:0.6rem;
        display:block;
        margin-top:0.3em;
    }

    .header_inner .cart_info .buttons{
        display:flex;
        flex-flow: column nowrap;
    }

    .header_inner .cart_info .buttons button{
        /*デザインリセット*/
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }
    .header_inner .cart_info .buttons button{
        font-size:0.8rem;
        width:11em;
        text-align:center;
        padding:0.4em 0;
        border-radius:0.2em;
        color:#fff;
    }
    .header_inner .cart_info .buttons button:hover{
        opacity:0.7;
    }
    .header_inner .cart_info .buttons .to_purchase{
        background:#d02d1a;
        margin-bottom:0.4rem;
    }
    .header_inner .cart_info .buttons .cart_clear{
        background:#89b3e0;
    }
    #eyecatch{
        padding-bottom:2rem;
        padding-top:0;
    }
    #eyecatch .visual h1{
        padding-top:1rem;
    }
    #eyecatch .visual_inner{
        padding:2rem 0;
    }
    #eyecatch .visual_inner .right_box .smp_sample{
        display:block;
        width:70%;
        height:auto;
        position:static;
        margin:0 auto 1.5rem;
    }
    #eyecatch .visual_inner .right_box h1,
    #eyecatch .visual_inner .right_box h2{
        display:block;
        padding-left:0;
        text-align:center;
    }
    #eyecatch .visual_inner .right_box h3,
    #eyecatch .visual_inner .right_box ul{
        padding-left:0;
    }
    #eyecatch h2 .kigen{
        left:auto;
        bottom:auto;
        right:0;
        top:800%;
    }
    #topics .inner ul::before{
        left: -1em;
        top: -1.4em;
    }
    #topics .inner ul li{
        margin-bottom: 1.5em;
    }
    #topics .inner ul li a small{
        display:block;
    }
    section h2{
        font-size: 1.8rem;
    }
    #entry h2{
        font-size: 2rem;
    }
    .difference_list dl{
        width:49%;
    }
    .difference_list dl dd{
        font-size:1rem;
    }
    .detail_box p{
        font-size:1.3rem;
    }
    .detail_box,
    .form_wrapper{
        padding:2rem 1rem;
    }
    #detail h3{
        font-size:1.4rem;
        padding:0.7em 0.3em;
    }
    #detail h3 span::before,
    #detail h3 span::after{
        content:none;
    }
    #power .fusen_list ul li br{
        display:none;
    }

    .form_button{
        padding:0.6em;
        width:12em;
        text-align:center;
        margin-bottom:0.5em;
    }
    main .cart_info .inner{
        width:96%;
    }
    main .cart_info .to_purchase{
        margin-right:0;
    }
    #image .bold_heading img{
        height:2.6em;
    }

    #status .bold_heading {
        font-size: 1.4em;
    }
}
@media screen and (max-width:480px){
    html,body{
        font-size:14px;
    }
    #eyecatch .webqua > span{
        font-size:1.4rem;
    }
    .kigen{
        font-size:1.5rem;
    }
    #eyecatch .visual_inner .right_box h1{
        font-size:3.5rem;
    }
    #eyecatch .visual_inner .right_box h2{
        font-size: 1.3rem;
    }

    section h2{
        font-size: 1.5rem;
    }
    #entry h2{
        font-size: 1.8rem;
    }
    .detail_box{
        margin-top:2rem;
    }
    .detail_box p{
        font-size:1.2rem;
    }
    .difference_list dl{
        width:100%;
        margin:0 auto 1.5rem;
    }
    .difference_list dl dd{
        line-height:1.6em;
    }
    .difference_list dl dt > *{
        line-height:1.8rem;
    }
    .difference_list dl dt span{
        font-size:1.1em;
    }
    .difference_list dl dt em{
        font-size:1.6em;
    }
    #law{
        padding:3rem 0;
    }
    #contact{
        padding:3rem 0;
    }
    .table_wrapper{
        padding:1rem;
        margin-top:2rem;
        border-radius:0;
    }
    .basic_table,
    .basic_table tbody,
    .basic_table tr,
    .basic_table tr th,
    .basic_table tr td{
        display:block;
    }
    .basic_table th,
    .basic_table td{
        padding:0.3em;
        box-sizing:border-box;
        width:100%;
    }
    .basic_table td{
        margin-bottom:1em;
    }
    .cform7{
        max-width:none;
    }
}
@media screen and (max-width:414px){


    #status{
        padding:3rem 0;
    }
    #status table tbody,
    #status table tbody tr,
    #status table tbody tr th,
    #status table tbody tr td{
        display:block;
        width:100%;
        box-sizing:border-box;
    }
    #status table tr th::before{
        content:none;
    }
    #status table tr th::after{
        content:none;
    }
    #status table tbody tr th.red{
        background:#111;
        color:#fff!important;
        line-height:1em;
        padding:0.5em;
        margin-bottom:0.8em;
    }
    #status table tbody tr td{
        padding:0.5em 0;
        margin-bottom:2em;
        background:none;
    }
    #status table tbody tr:last-of-type td:last-of-type{
        margin-bottom:0;
    }
    #status .plans_wrapper dl{
        border-bottom:0;
        background:#fff;
        padding:1rem 0.5rem;
        border-radius:0.4rem;
    }

    #entry{
        padding:3rem 0;
    }

    section h2{
        font-size: 1.4rem;
    }
    section h2 strong{
        font-size:1.6em;
    }
    #entry h2{
        font-size: 1.6rem;
    }
    #eyecatch .visual .fukidashi img{
        width:37%;
    }
    .detail_box,
    .form_wrapper{
        padding:1.5rem 0.75rem;
    }
    .detail_box p{
        font-size:1.1rem;
    }
    #detail h3{
        font-size:1.3rem;
    }

    footer .footer_inner{
        width:96%;
    }
    footer .footer_inner{
        display:block;
        text-align:center;
    }
    footer .footer_inner .quacareer_logo{
        margin-bottom:1.5rem;
    }
    footer .footer_inner ul li{
        display:block;
        text-align:center;
    }
    footer .footer_inner ul li:not(:last-child){
        padding-right:0;
        border-right:0;
        margin-right:0;
        margin-bottom:0.7em;
    }

    footer .copyright{
        text-align:center;
        font-size:0.8rem;
        line-height:1em;
        padding:0.3em 0;
        background:#eee;
        color:#777;
    }

    #status .planbox dd{
        display:block;
    }
    #status .planbox .kakaku{
        padding:0 0 1rem;
    }
    #status .planbox .kakaku .planname{
        font-size:1.2rem;
    }
    #status .planbox .kakaku span{
        font-size:2em;
    }
    #status .planbox .kakaku .cart{
        font-size:1.2rem;
    }
    #status .planbox .naiyou{
        flex-wrap:wrap;
        justify-content:center;
    }
    #status .planbox .naiyou div{
        width:calc(50% - 1rem);
    }
    main .plans_desc{
        width:96%;
        margin:1.4rem auto;
    }
    main .plans_desc p{
        font-size:0.85rem;
    }
}
@media screen and (max-width:375px){

    .form_wrapper{
        border:0.3em solid #eee;
    }
    .section_inner .star_heading{
        padding:0 0 0.1em 0;
    }
    #about .circle_box{
        width:100%;
    }
    #about .circle_box .trio_circle{
        justify-content:space-between;
        width:94%;
        margin:0 auto;
    }
    #about .circle_box .trio_circle > span{
        width:7rem;
        height:7rem;
        margin:0;
        padding-top:1.5em;
    }
    #about .hajimete strong{
        font-size:1.2em;
    }
    #eyecatch .visual_inner p.yumin.black{
        width:96%;
    }

    #fivestar .five_flex dl dt em{
        font-size:0.9em;
    }
}
@media screen and (max-width:320px){
    html,body{
        font-size:13px;
    }
    #about .hajimete strong{
        font-size:1.1em;
    }
    #about .circle_box .trio_circle{
        width:100%;
    }
    #eyecatch .visual_inner p.yumin.black{
        width:100%;
    }
    #power .fusen_list ul li{
        font-size:0.85em;
    }
}
