@charset "utf-8";
:root {
    --main_color: #5b5c57;
}
/* *****************************************************************
STYLE
CONTACT
NEW YEAR
FORM
PRIVACY POLICY
***************************************************************** */
/* *****************************************************************
STYLE
***************************************************************** */
h2.title{
    font-size: 18px;
    letter-spacing: .5em;
    text-align: center;
}
ul.prof_list{
    width: 100%;
    max-width: 692px;
    margin: 50px auto 120px;
    border-top: 1px solid #595757;
}
ul.prof_list li{
    display: flex;
    border-bottom: 1px solid #595757;
    padding: 20px 10px;
    font-size: 13px;
    line-height: 1.4;
}
ul.prof_list li.sub{
    padding-left: 25px;
    border-bottom: none;
}
ul.prof_list li.no_border{
    border-bottom: none;
}
ul.prof_list li.border_b{
    border-bottom: 1px solid #595757;
}
ul.prof_list li .t_head{
    width: 31.791%;
    padding-right: 1em;
}
ul.prof_list li .t_content{
    width: 68.209%;
}

ul.history_list{
    width: 100%;
    max-width: 650px;
    margin: 50px auto 120px;
}
ul.history_list li{
    display: flex;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
}
ul.history_list li .t_head{
    width: 15.384%;
    min-width: 7.5em;
    padding-right: 2em;
}
ul.history_list li .t_content{
    width: 74.616%;
}
ul.history_list li .t_content br{
    margin-bottom: 20px;
}

/* *****************************************************************
CONTACT
***************************************************************** */
.contact{
    width: 100%;
    max-width: 685px;
    margin: auto;
}
.contact .questions_box{
    background-color: #efefef;
    padding: 20px 40px;
    margin-top: 60px;
    text-align: center;
}
.contact .questions_box h2{
    font-size: 18px;
    letter-spacing: .5em;
}
.contact .questions_box ul.nav{
    border-top: 1px solid #595757;
    padding-top: 20px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact .questions_box ul.nav li{
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    border-right: 1px solid #5b5c57;
    padding-right: 1em;
    margin-right: 1em;
    margin-bottom: 15px;
}
.contact .questions_box ul.nav li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.contact .questions_box ul.nav li a{
    text-decoration: underline;
}
.contact .questions_box .txt_area{
    font-size: 12px;
    padding-top: 10px;
}
.contact .questions_box .txt_area p:first-child{
    margin-bottom: 15px;
}
.contact .questions_box .txt_area p a{
    font-size: 14px;
    text-decoration: underline;
}
.contact .please{
    margin-top: 60px;
    font-size: 11px;
    line-height: 2;
}
.contact .please h2{
    margin-bottom: 10px;
}
.contact .please .second{
    margin-top: 40px;
}
.contact .contact_item{
    display: flex;
    margin-top: 75px;
}
.contact .contact_item div{
    width: 50%;
    padding:0 1em;
    text-align: center;
}
.contact .contact_item div .icon{
    width: 48px;
    height: 48px;
    margin: 0 auto 5px;
    padding: 0;
}
.contact .contact_item div .sub{
    font-size: 11px;
    line-height: 1.4;
}
.contact .contact_item .tel{
    border-right: 1px solid #5b5c57;
}
.contact .contact_item .tel .number{
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
}
.contact .contact_item .mail a{
    font-size: 20px;
    line-height: 1;
    border: 1px solid var(--main_color);
    padding: 10px;
    margin: 15px auto;
    display: inline-block;
}
.contact .contact_item .mail a:hover{
    color: #fff;
    background-color: var(--main_color);
}
.mw_wp_form_input .form_toptxt,.mw_wp_form_confirm .form_toptxt2{display:block;}
.mw_wp_form_input .form_toptxt2,.mw_wp_form_confirm .form_toptxt{display:none;}
@media only screen and (max-width: 520px) {
    .contact .questions_box {
        margin-top: 40px;
        padding: 20px;
    }
    .contact .questions_box ul.nav{
        margin-top: 0;
    }
    .contact .questions_box ul.nav li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border-right: none;
    }
    .contact .please{
        margin-top: 30px;
    }
    .contact .contact_item{
        display: block;
        margin-top: 50px;
    }
    .contact .contact_item div{
        width: 100%;
    }
    .contact .contact_item .tel,
    .contact .contact_item .mail{
        border-right: none;
        border-top: 1px solid #5b5c57;
        padding:2em 1em;
    }
}
/* *****************************************************************
NEW YEAR
***************************************************************** */
.newyear .head_area{
    padding-bottom: 40px;
}
.newyear .head_area h1{
    line-height: 1.3;
}
.newyear .head_area h1 span.mini{
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.newyear .content_block{
    text-align: center;
    padding-bottom: 100px;
}
.newyear .txt_box{
    display: inline-block;
    text-align: left;
}
.newyear .txt_box .mrg{
    margin-bottom: 2em;
}
.newyear .txt_box .cont{
    border-top: 1px solid var(--main_color);
    padding-top: 10px;
    margin-bottom: 3em;
}
.newyear .txt_box .cont h2{
    font-size: 18px;
    line-height: 1.3;
    border-bottom: 1px solid var(--main_color);
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.newyear .txt_box .cont p{
    margin-bottom: .5em;
}
.newyear .txt_box .cont a{
    width: 12em;
    display: block;
    line-height: 1;
    padding: .6em .5em .5em;
    border: 1px solid var(--main_color);
    margin: auto;
    text-align: center;
}
.newyear .txt_box .cont a:hover{
    background-color: var(--main_color);
    color: #fff;
}
@media only screen and (max-width: 520px) {
    .newyear .txt_box .cont h2{
        font-size: 15px;
    }
}

/* *****************************************************************
FORM
***************************************************************** */
.form{
    max-width: 740px;
}
.form .head_area h1 {
    line-height: 1.4;
}
.form .form_area{
    margin-top: 60px;
}
.form .form_area .form_box{
    font-size: 18px;
    display: flex;
    margin-bottom: 10px;
}
.form .form_area .form_box .t_head{
    width: 30.27%;
    font-size: 16px;
    letter-spacing: 0;
}
.form .form_area .form_box .t_content{
    width: 69.73%;
}
.form .form_area .form_box .t_content span{
    display: block;
}
.form .form_area .form_box .search{
    display: inline-block;
    background-color: #dcdddd;
    border: 1px solid #9fa0a0;
    color: #5b5c57;
    font-size: 13px;
    line-height: 34px;
    padding: 0 1em;
    box-sizing: border-box;
    margin-left: 15px;
}
.form .form_area .form_box .search:hover{
    background-color: #5b5c57;
    color: #fff;
}
.mw_wp_form_confirm .search,
.mw_wp_form_confirm .no_confirm{
    display: none!important;
}
.form .mw_wp_form_confirm .form_area .form_box{
    margin-bottom: 15px;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}
.mw_wp_form .error{
    font-size: 16px;
}
input[type="text"],input[type="tel"] ,input[type="email"] ,select,textarea{
    width: 100%;
    padding: 10px 7px;
    border: 1px solid #9fa0a0;
    outline: none;
    background-color: #fff;
    font-size: 14px;
    font-family: Times,'Noto Serif JP', serif;
}
input[type="text"]:focus,input[type="tel"]:focus,
input[type="email"]:focus,textarea:focus{
    border: 1px solid #000;
}
input.short{
    width: 10em;
}
::placeholder {
    color: #9fa0a0;
    font-size: 15px;
    font-family: Times,'Noto Serif JP', serif;
}
.form .short input[type="text"]{
    width: 30%;
    min-width: 100px;
}
.form .form_area .send{
    text-align: center;
    padding-top: 60px;
}
.form .form_area .send input[type="submit"]{
    width: 178px;
    height: 36px;
    padding: 2px 0 0;
    border: 1px solid #000;
    border-radius: 0;
    outline: none;
    background: none;
    font-size: 16px;
    line-height: 34px;
    cursor: pointer;
    margin: 0 10px;
	color: #000;
}
.form .form_area .send input[type="submit"]:hover{
    background-color: #000;
    color: #fff;
}
.form .radio{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form .radio span{
    margin-top: 0!important;
}
.form .radio label{
    display: flex;
    align-items: center;
    margin-right: 1.5em;
}
.form .notes_select1,.form .notes_select2,.form .notes_select3,
.form .notes_select4,.form .notes_select5{display: none;}
.notes_select5 a{color:#c30d23; text-decoration:underline;}
.notes_select5 a:hover{color:var(--main_color);}
@media only screen and (max-width: 520px) {
    .form .form_area .form_box{
        font-size: 16px;
        display: block;
        margin-bottom: 14px;
    }
    .form .form_area .form_box .t_head,
    .form .form_area .form_box .t_content{
        width: 100%;
    }
    .form .form_area .send{
        padding-bottom: 100px;
    }
    .form .form_area .send input.back{
        margin-bottom: 2em;
    }
}

/* *****************************************************************
PRIVACY POLICY
***************************************************************** */
.privacy .content_area{
    color: #000;
    width: 100%;
    max-width: 600px;
    padding: 0 1em;
    margin: auto;
}
.privacy .content_area p{
    margin-bottom: 1em;
}