/*
Theme Name: JSTAMP
Theme URI: http://example.com/
Description: child theme for the Xeory
Author: Junya Okubo
Author URI: https://junyaookubo.com/
Template: xeory_extension
Version: 5.2
*/

@import url('../xeory_extension/style.css');

body{
    background: none;
    color: #333333;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    box-sizing: border-box;
}
.wrap,
body.home .wrap{
    width: 1080px;
    margin: 0 auto;
}
.ps_re{
    position: relative;
}
.ps_ab{
    position: absolute;
}
.flex{
    display: flex;
}
.flex.jcsb{
    justify-content: space-between;
}
.flex.aic{
    align-items: center;
}
a:hover{
    text-decoration: none;
    opacity: .6;
}
#header{
    background-color: #fff;
    padding: 20px;
}
#header a.tel{
    color: #17a635;
    font-size: 27px;
    font-weight: bold;
}
.header_logo{
    text-align: center;
}
.header_logo .text{
    font-size: 10px;
    font-weight: bold;
}
.header_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .contacts{
    margin-left: 30px;
}
#header .contacts .tel img{
    margin-right: 5px;
}
#header .contacts .contact_btn img{
    margin-right: 10px;
}
.pc_menu{
    display: flex;
    align-items: center;
}
.pc_menu ul{
    display: flex;
}
.pc_menu ul li{
    margin: 0 20px;
}
#header .pc_menu ul li a{
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.contact_btn{
    text-align: center;
}
#header .contact_btn a{
    font-size: 14px;
    color: #17a635;
    border-radius: 20px;
    padding: 5px 20px;
    border: 1px solid #17a635;
    font-weight: bold;
    display: inline-block;
    margin-top: 3px;
}
.mv{
    background-color: #17a635;
    padding: 70px 0;
}
.mv h1{
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.mv h1 span{
    font-size: 44px;
    font-weight: 900;
    color: #f3e952;
}
.mv_text h2:nth-child(3){
    margin-top: 10px;
    margin-left: 150px;
}
.mv .ps_ab{
    right: 40%;
    bottom: 0;
    transform: translateX(100%);
}
.home .sec01{
    padding: 50px 0;
    background-color: #f0f4f5;
}
.home .sec01 h1{
    font-weight: 900;
    font-size: 32px;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 20px;
}
.slider li img{
    width: 100%;
    padding: 0 15px;
}
.home .sec02{
    padding-top: 100px;
}
.home .sec02 h1 img{
    margin-right: 8px;
}
.home .sec02 h1{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.home .sec02 h1 span{
    font-size: 33px;
    color: #17a635;
    font-weight: 900;
}
.home .sec02 h2{
    font-size: 32px;
    color: #17a635;
    font-weight: 900;
    text-align: center;
    letter-spacing: .1em;
    margin-top: 80px;
    margin-bottom: 40px;
}
.home .reason{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.home .reason_content{
    width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    height: 330px;
    border: 3px solid #17a635;
    border-radius: 25px;
}
.home .reason_content::before{
    content: "";
    background-color: #17a635;
    position: absolute;
    height: 100px;
    width: 130px;
    border-radius: 50%;
    transform: translate(-50%,-55%);
    top: 0;
    left: 0;
}
.home .reason .ps_re{
    width: 32%;
    text-align: center;
}
.home .reason .ps_re:nth-child(2){
    margin: 0 2%;
}
.home .reason .ps_re .ps_ab{
    transform: translateX(-50%);
    left: 50%;
    bottom: -90px;
}
.home .reason h3{
    font-size: 32px;
    font-weight: 900;
    color: #17a635;
    margin-bottom: 15px;
}
.home .reason .text{
    font-size: 16px;
    font-weight: bold;
}
.white_box{
    background-color: #fff;
    padding: 30px;
}
.home .sec03{
    margin-top: 90px;
    background-color: #f0f4f5;
    padding: 100px 0 0;
}
.home .sec03 h1{
    font-size: 32px;
    color: #17a635;
    font-weight: 900;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 40px;
}
.home .sec03 .flow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home .sec03 .flow .left{
    display: flex;
    align-items: center;
}
.home .sec03 .flow h2{
    font-weight: bold;
    font-size: 22px;
    color: #17a635;
    margin-bottom: 10px;
}
.home .sec03 .flow .text{
    margin-bottom: 0;
    font-weight: bold;
}
.home .sec03 .flow .num{
    margin-right: 20px;
}
.home .sec03 .white_box{
    margin-bottom: 30px;
}
.home .sec03 .flow .img{
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .sec03 .flow .img a{
    width: 46%;
    margin: 0 2%;
}
.home .sec03 .flow .img a img{
    width: 100%;
}
.btns .link_btn{
    margin: 20px 0;
}
.link_btn a{
    position: relative;
    padding: 8px 40px;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: 2px 2px 3px rgba(23,166,53,.35);
    color: #333;
    font-weight: bold;
    display: inline-block;
}
.link_btn a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(/img/arrow_right.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
    background-repeat: no-repeat;
}
.home .sec03 .flex{
    justify-content: space-between;
}
.home .sec03 .flex .flow .link_btn{
    margin: 0;
}
.home .sec03 .flex .flow{
    justify-content: flex-start;
}
.home .sec03 .flex .col_2{
    width: 49%;
}
.home .sec03 h3{
    font-size: 23px;
    font-weight: bold;
}
.home .sec03 h3 img{
    margin-right: 5px;
}
.home .sec03 h3 span{
    font-size: 27px;
    font-weight: 900;
    color: #17a635;
}
.home .sec03 .text_box .add_btn{
    margin: 15px 0;
}
.home .sec03 .text_box .add_btn img:nth-child(2){
    margin-left: 20px;
}
.home .sec03 img.ps_ab{
    right: 0;
    bottom: 0;
    width: 46%;
}
.home .sec03 .flex.jcsb.aic{
    padding: 80px 0;
}
.home .sec04{
    text-align: center;
    padding: 100px 0 0;
}
.home .sec04 h1{
    font-size: 32px;
    font-weight: 900;
    letter-spacing: .1em;
    color: #17a635;
    margin-bottom: 10px;
}
.home .sec04 h2{
    font-size: 16px;
    margin-bottom: 30px;
}
.home .sec04 .flex{
    justify-content: space-between;
    align-items: center;
}
.home .sec05{
    padding: 100px 0;
}
.home .sec05 h1{
    font-size: 32px;
    font-weight: 900;
    letter-spacing: .1em;
    color: #17a635;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .sec05 h1 span{
    font-size: 13px;
    font-weight: bold;
    padding-left: 8px;
}
.plan h2{
    background-color: #17a635;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    letter-spacing: .1em;
}
.plan .flex{
    justify-content: space-between;
}
.plan_content{
    width: 19.5%;
    text-align: center;
}
.plan_content .text{
    padding: 20px 0;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}
.plan_content .text span{
    display: block;
    padding-bottom: 5px;
    font-size: 13px;
}
.plan_content .text.price{
    color: #17a635;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.plan_content .ps_ab{
    width: 100%;
    padding-top: 20px;
    color: #f3e952;
    background-color: #17a635;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    transform: translateY(-100%);
}
.plan_content.ps_re .ps_ab .text{
    font-size: 13px;
    padding: 0 5px;
    margin-bottom: 0;
}
.plan_content.ps_re .text{
    border-right: 3px solid #17a635;
    border-left: 3px solid #17a635;
}
.plan_content.ps_re .text:nth-of-type(3){
    border-bottom: 3px solid #17a635;
}
.sec06{
    background-color: #f0f4f5;
    padding: 80px 0;
    text-align: center;
}
.sec06 .contact_box{
    background-color: #fff;
    padding: 20px 20px 20px 40px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sec06 h1{
    font-size: 32px;
    font-weight: 900;
    letter-spacing: .1em;
    color: #17a635;
}
.sec06 h2{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
}
.sec06 .tel{
    padding-right: 30px;
    border-right: 2px dotted #ccc;
}
.sec06 .add_btn{
    padding-left: 35px;
}
.sec06 .add_btn a img{
    width: 250px;
}
.sec06 .tel a.tel_number{
    font-size: 32px;
    font-weight: 900;
    color: #17a635;
    display: inline-block;
    margin-bottom: 5px;
} 
.sec06 .tel a.tel_number img{
    margin-right: 5px;
}
.sec06 .tel .c_btn a{
    font-size: 16px;
    display: inline-block;
    color: #17a635;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #17a635;
}
.sec06 .tel .c_btn a img{
    margin-right: 10px;
}
#footer{
    padding: 80px 0;
    background-color: #4d4d4d;
    color: #fff;
    border-top: none;
}
#footer .flex{
    justify-content: space-between;
}
#footer .info .text{
    font-size: 13px;
    margin-top: 20px;
    font-weight: bold;
}
#footer li,
#footer li a{
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.6;
    margin-bottom: 3px;
}
#footer .ul_sec li a{
    font-size: 13px;
    margin-bottom: 3px;
}
#footer .ul_sec li{
    padding-left: 10px;
}
#footer .sitemap{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
#footer .ul_sin:nth-of-type(1){
    margin-right: 30px;
}
#footer .wrap{
    padding: 0;
}

/* よくある質問 */
#question main .text{
    font-size: 16px;
}
.page_mv{
    text-align: center;
    padding: 60px 0;
    color: #fff;
    background-color: #17a635;
}
.qa_content{
    padding: 80px 0;
}
.page_mv h1{
    font-size: 40px;
    font-weight: bold;
}
.question h2{
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    letter-spacing: 0.07em;
    color: #138a2d;
}
.question h2::before,
.question h2::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 13px;
    top: 50%;
    background-color: #17a635;
    left: 0;
    transition: all .5s;
}
.question h2::before{
    transform: translateY(-50%) rotate(-90deg);
}
.question.active h2::before{
    transform: translateY(-50%) rotate(0);
}
.question h2::after{
    transform: translateY(-50%);
}
.question{
    padding: 15px 20px;
    border-bottom: 1px solid #17a635;
    cursor: pointer;
    transition: all .5s;
}
.question:hover{
    opacity: .8;
}
.answer{
    display: none;
    padding: 10px 20px;
}
.answer .text{
    margin-bottom: 0;
}
.qa{
    margin-bottom: 20px;
}

/* お問い合わせ */
.privacy li{
    padding-left: 1em;
    line-height: 1.8;
    font-size: 16px;
}
.privacy h2,
.law h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #17a635;
}
.privacy .text{
    margin-bottom: 10px;
}
.privacy li::before{
    margin-left: -1.2em;
    margin-right: 3px;
}
.privacy ul{
    padding: 0;
}
.privacy .square::before{
    content: "■";
}
.privacy .n1::before{
    content: "(1)";
}
.privacy .n2::before{
    content: "(2)";
}
.privacy li ul li{
    padding-left: 1.5em;
}
.privacy li ul li:before{
    margin-left: -1.5em;
}
.law h3{
    font-weight: bold;
}
.law h3::before{
    content: "■";
    margin-right: 3px;
}
.law .text{
    margin-bottom: 15px;
}
.law ul{
    padding-left: 0;
    margin-bottom: 15px;
}
.privacy{
    padding-top: 130px;
}
.law{
    padding-top: 80px;
}
.law{
    margin-bottom: 80px;
}
.contact{
    padding-top: 80px;
}
.contact .text{
    text-align: center;
}
.contact table .text{
    margin-bottom: 0;
}
#contact div.wpcf7-mail-sent-ok,
#contact div.wpcf7-mail-sent-ok,
#contact div.wpcf7-validation-errors,
#contact div.wpcf7-acceptance-missing,
#contact div.wpcf7-response-output{
    border: none;
    color: #707070;
    text-align: center;
    letter-spacing: 2px;
}

#contact div.wpcf7-validation-errors,
#contact div.wpcf7-acceptance-missing{
    color: #f00;
    letter-spacing: 2px;
    line-height: 1.6em;
    font-size: 13px;
}

span.wpcf7-not-valid-tip{
    margin-top: 10px;
    font-size: 13px !important;
    letter-spacing: 2px;
}
input[type="submit"],
input[type="button"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus{
  outline-offset: -2px;
}
.contact-btn{
    text-align: center;
    margin-top: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.contact-btn input[type="submit"],
.contact-btn input[type="button"]{
    width: 150px;
    padding: 10px;
    margin: 0 20px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 15px;
    border: 1px solid #17a635;
    background-color: #17a635;
    transition: .4s;
}
.contact-btn input[type="submit"]{
    border: 1px solid #17a635;
    background-color: #17a635;
}
.contact-btn input[type="button"]{
    border: 1px solid #707070;
    background-color: #707070;
}
.contact-btn input[type="submit"]:hover,
.contact-btn input[type="button"]:hover{
    opacity: .6;
}
div.wpcf7 .ajax-loader{
    display: none !important;
}
.contact table{
    width: 70% !important;
    margin: 0 auto;
    border: none;
}
.contact-alert{
    padding-top: 70px;
    text-align: center;
}
.contact table th,
.contact table td{
    border: none;
    border-bottom: 1px solid #EFEAEA;
    padding: 30px;
    vertical-align: middle;
}
.contact table th{
    width: 32%;
}
.contact table tr:last-child th,
.contact table tr:last-child td{
    border-bottom: none;
}
.contact-header .text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.must,
.require{
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
}
.must{
    background-color: #C42329;
    color: #fff;
}
.require{
    background-color: #EFEAEA;
}
.contact table textarea{
    border-radius: 5px;
    height: 200px;
    padding: 8px 13px;
    width: 100%;
    background-color: #fff;
    -webkit-appearance: none;
    resize: none;
}
input::placeholder {
    color: #ccc;
}
  
/* IE */
input:-ms-input-placeholder {
    color: #ccc;
}
  
/* Edge */
input::-ms-input-placeholder {
    color: #ccc;
}

.terms{
    margin: 80px 0;
}
.terms li{
    color: #17a635;
    margin-bottom: 15px;
    padding-left: 1em;
}
.terms li::before{
    content: "■";
    margin-right: 3px;
    margin-left: -1.2em;
}
.terms .sec_ul li{
    color: #333;
    margin-bottom: 0;
}
.terms .sec_ul li::before{
    content: "・";
}
.terms .sec_ul li:first-child{
    margin-top: 5px;
}
.terms_content .text{
    margin-bottom: 0;
    color: #333;
    margin-top: 5px;
    padding-left: .4em;
}
.terms ul{
    padding: 0;
}
.body_wrap{
    min-width: 1280px;
    margin: 0 auto;
    overflow-x: hidden;
}
.sp_menu,
.toggle{
    display: none;
}

@media screen and (max-width:767px){
    .body_wrap{
        min-width: 320px;
    }
    body.home .wrap, .wrap{
        margin: 0;
    }
    .wrap,
    body.home .wrap{
        width: auto;
        padding: 0 20px;
    }
    .text{
        font-size: 14px;
    }
    .mv h1{
        font-size: 16px;
    }
    .mv h1 span {
        font-size: 23px;
    }
    h1,h2,h3{
        margin: 0;
    }
    .mv_text h2:nth-child(3){
        margin-left: 0;
    }
    .mv .ps_ab{
        position: initial;
        transform: translateX(0);
        margin-top: 30px;
    }
    .mv{
        padding: 50px 0 0;
    }
    .home .sec01 h1{
        font-size: 24px;
    }
    .home .sec02 .text_box{
        width: 100%;
    }
    .home .sec02 .text_box .att{
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 14px;
    }
    .flex{
        flex-wrap: wrap;
    }
    .home .sec02 h1 img{
        width: 140px;
    }
    .home .sec02 h1{
        font-size: 20px;
    }
    .home .sec02 h1 span{
        font-size: 23px;
    }
    .home .sec02 h1 br{
        display: none;
    }
    .home .sec02 h1 img {
        margin-right: 3px;
    }
    .add_btn img{
        width: 250px;
    }
    .add_btn{
        text-align: center;
        width: 100%;
    }
    .add_btn img:nth-child(2){
        display: none;
    }
    .home .sec02 h2{
        font-size: 24px;
    }
    .home .reason .ps_re{
        width: 100%;
    }
    .home .reason{
        flex-wrap: wrap;
    }
    .home .reason .ps_re .ps_ab {
        width: 130px;
        bottom: 30px;
    }
    .home .reason_content{
        margin-bottom: 30px;
    }
    .home .reason h3{
        font-size: 24px;
    }
    .home .sec03 h1{
        font-size: 24px;
    }
    .home .sec03 .flow{
        display: block;
        margin-bottom: 15px;
    }
    .home .sec03 .flow .left{
        display: block;
    }
    .home .sec03 .flow h2{
        font-size: 15px;
    }
    .home .sec03 .flow .num{
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .home .sec03 .flow .num img{
        width: 55px;
    }
    .home .sec03 .flow .text br{
        display: none;
    }
    .link_btn a{
        display: block;
        text-align: center;
        font-size: 14px;
        width: 100%;
        padding: 10px 0;
    }
    .home .sec03 .flow .img{
        width: 100%;
    }
    .btns .link_btn{
        margin: 30px 0;
    }
    .white_box{
        padding: 20px;
    }
    .sec03_text{
        margin-bottom: 10px;
    }
    .home .sec01{
        height: 85vw;
    }
    .home .sec03 .flex .col_2{
        width: 100%;
    }
    .home .sec03 .flow h2{
        text-align: center;
    }
    .home .sec03 h3{
        font-size: 18px;
    }
    .home .sec03 h3 img{
        width: 140px;
        margin-right: 3px;
    }
    .home .sec03 h3{
        font-size: 20px;
    }
    .home .sec03 h3 br{
        display: none;
    }
    .home .sec03 h3 span{
        font-size: 23px;
    }
    .home .sec03 .att{
        font-size: 14px;
    }
    .home .sec03 img.ps_ab{
        position: initial;
        margin: 20px auto 0;
        width: 80%;
    }
    .home .sec03 .flex.jcsb.aic {
        padding: 20px 0 0;
    }
    .home .sec04 h1{
        font-size: 22px;
    }
    .home .sec04 h2{
        font-size: 14px;
    }
    .home .sec04 .flex img:nth-of-type(1){
        width: 50%;
    }
    .home .sec04 .flex img:nth-of-type(2){
        width: 50%;
    }
    .home .sec04 .flex img:nth-of-type(3){
        width: 100%;
        margin-top: 20px;
    }
    .home .sec05 h1{
        font-size: 24px;
    }
    .plan_content{
        width: 100%;
        margin-bottom: 20px;
    }
    .plan_content .ps_ab{
        transform: translateY(0);
        position: initial;
    }
    .sec06 h1{
        font-size: 24px;
    }
    .sec06 h2{
        font-size: 18px;
    }
    .sec06 .contact_box{
        display: block;
        padding: 20px;
    }
    .sec06 .tel{
        padding-right: 0;
        border-right: none;
        margin-bottom: 20px;
    }
    .sec06 .tel a.tel_number{
        font-size: 24px;
    }
    .sec06 .tel .c_btn a{
        font-size: 14px;
        display: block;
        width: 100%;
    }
    .sec06 .add_btn{
        padding-left: 0;
    }
    #footer .wrap {
        padding: 0 20px;
    }
    #footer .sitemap{
        margin-top: 20px;
        display: block;
        width: 100%;
        text-align: center;
    }
    #footer .ul_sin:nth-of-type(1){
        margin-right: 0;
    }
    #footer li, #footer li a{
        font-size: 14px;
    }
    #footer li{
        margin-bottom: 10px;
    }
    #footer .ul_sec li {
        padding-left: 0;
    }
    #footer .ul_sec a{
        margin-bottom: 5px;
    }
    #footer .info{
        text-align: center;
        display: block;
        width: 100%;
    }
    #footer .ul_sec a:first-child{
        margin-top: 10px;
    }
    .home .sec02 {
        padding-top: 50px;
    }
    .home .sec03 {
        margin-top: 50px;
        padding: 50px 0 0;
    }
    .home .sec04{
        padding: 50px 0 0;
    }
    .home .sec05,
    .sec06{
        padding: 50px 0;
    }
    #footer {
        padding: 50px 0;
    }
    .page_mv h1{
        font-size: 24px;
    }
    .page_mv{
        padding: 40px 0;
    }
    .qa_content{
        padding: 50px 0;
    }
    #question main .text{
        font-size: 14px;
    }
    .question h2{
        font-size: 14px;
    }
    .question{
        padding: 15px 0;
    }
    .qa{
        margin-bottom: 0;
    }
    #question main .text {
        font-size: 14px;
    }
    .answer{
        padding: 15px 0;
    }
    .terms li{
        font-size: 14px;
    }
    .terms{
        margin: 50px 0;
    }
    .privacy h2, .law h2{
        font-size: 18px;
    }
    .privacy li{
        font-size: 14px;
    }
    .law{
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .law h3{
        font-size: 14px;
    }
    .table-grad:after{
        display: none;
    }
    .contact table th, .contact table td{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    .contact table th{
        padding-bottom: 0;
        border-bottom: none;
    }
    .contact table {
        width: 100% !important;
    }
    form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea{
        width: 100%;
        font-size: 14px;
        -webkit-appearance: none; 
    }
    .contact{
        padding-top: 50px;
    }
    .contact-btn input[type="submit"], .contact-btn input[type="button"]{
        font-size: 14px;
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    .table-wrap{
        margin-bottom: 20px;
    }
    .contact-btn{
        margin-top: 20px;
    }
    .contact-btn{
        display: block;
    }
    #contact div.wpcf7-mail-sent-ok, #contact div.wpcf7-mail-sent-ok, #contact div.wpcf7-validation-errors, #contact div.wpcf7-acceptance-missing, #contact div.wpcf7-response-output{
        font-size: 14px;
    }
    .privacy, .law{
        padding-top: 50px;
    }
    .pc_menu{
        display: none;
    }
    .header_logo{
        text-align: left;
    }
    .header_logo img{
        width: 150px;
    }
    .sp_menu{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        padding: 20px;
        z-index: 998;
        padding-top: 100px;
    }
    #header .sp_menu li a{
        color: #333;
        padding: 5px 0;
        display: block;
    }
    .sp_menu .fa{
        margin-right: 10px;
        color: #17a635;
    }
    #header .sp_menu .ul_sec{
        padding-left: 17px;
    }
    #header{
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 10px 20px;
    }
    #header .header_content{
        position: relative;
        z-index: 999;
        background-color: #fff;
    }
    .toggle{
        display: block;
        position: relative;
        width: 27px;
        height: 16px;
        z-index: 999;
        top: 0;
        right: 0;
        transition: all .4s ease;
        box-sizing: border-box;
        cursor: pointer;
    }
    .toggle span {
        position: absolute;
        background: #333;
        width: 27px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        transition: all .4s ease;
    }
    .toggle span:nth-of-type(1) {
        top: 0px;
    }
    .toggle span:nth-of-type(2) {
        top: 7px;
    }
    .toggle span:nth-of-type(3) {
        top: 14px;
    }
    .open .toggle span:nth-of-type(1) {
        -webkit-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg);
    }
    .open .toggle span:nth-of-type(2) {
        opacity: 0;
    }
    .open .toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
    body.fixed{
        position: fixed;
        width: 100%;
    }
    main{
        margin-top: 74px;
    }
}