@charset "utf-8";
/*pagetitle*/
.contents .pagetitle {
    background-image: url(../images/title_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*contact__page*/
.contact__page {
    padding: 0 4vw;
}
.contact__page h3{
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
    font-size: 150%;
    padding-bottom: 30px;
    border-bottom: #ccc solid 1px;
    letter-spacing: 2px;
}
.contact__page h3:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 45%;
    right: 45%;
    bottom: -3px;
    width: 10%;
    border-bottom: 6px solid #0150B5;
}
.contact__page h4{
    text-align: center;
    margin-bottom: 2vw;
    font-size: 125%;
    font-weight: bold;
}
.contact__page h4 br.sp_only{
    display: none;
}
.contact__page p{
    line-height: 1.6;
    margin-bottom: 1em;
    text-align: center;
}
.contact__page p span.txt-info{
    font-size: 2.2rem;
}
.contact__page p.paragraph__first{
    text-align: center;
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 1.5em;
}
.contact__page p span.must{
    color: #000;
    background: #f2859d;
    padding: 2px 4px;
    margin-right: .5em;
}
.contact__page p span.tel{
    color: #f78d00;
    font-size: 3rem;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    text-decoration: none;
    line-height: 2;
}
.contact__page p span.tel a{
    color: #f78d00;
    text-decoration: none;
}
.contact__page p.error{
    color: #FF0004;
}
p#idx_send_error.error{
    color: #FF0004;
}
p#idx_has_error.error{
    color: #FF0004;
}
.satori__custom_form_c071233d4daf6704_css a:hover {
    color: #0150B5 !important;
    text-decoration: underline !important;
}
.satori__custom_form_c071233d4daf6704_css a, .satori__custom_form_c071233d4daf6704_css a:visited {
    color: #0150B5 !important;
}
.contact__page .box_tel{
    border: #CECECE solid 3px;
    padding: 20px 20px 0 ;
    text-align: center;
    margin-bottom: 4vw;
}
.contact__page .box_thanks{
    padding: 20px 0;
}
.contact__page .box_thanks{
    padding: 20px 0;
}
.contact__page .box_thanks p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 1.5em;
}
.contact__page .box_thanks p.done{
    font-size: 2.5rem;
    margin-bottom: 1.5em;
}
/*btn*/
.contact__page .btn_link{
    margin: 0 auto;
    text-align: center;
}
/*box_thanks*/
.contact__page .box_thanks .btn_link a{
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 400px;
    padding: 20px 50px;
    background: #0050B4;
    color: #ffffff;
    border: none;
    font-size: 1.8rem;
    box-sizing: border-box;
    cursor: pointer;
    border-style: none;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
}
.contact__page .box_thanks .btn_link a::before,
.contact__page .box_thanks .btn_link a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.contact__page .box_thanks .btn_link a::before{
    width: 8px;
    height: 8px;
    right:-80%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact__page .box_thanks .btn_link a,
.contact__page .box_thanks .btn_link a:before,
.contact__page .box_thanks .btn_link a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact__page .box_thanks .btn_link a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.contact__page .txt_caution{
    padding: 20px 40px 10px 40px;
    border: solid 1px #dddddd;
    line-height: 1.6;
    margin-bottom: 40px;
}
.contact__page .txt_caution h5{
    text-align: center;
    margin-bottom: 1.5em;
}
.contact__page .txt_caution dl{
    text-align: left;
}
.contact__page .txt_caution dt{
    margin-bottom: .5em;
}
.contact__page .txt_caution dt::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #B3CDEE;
    margin-right: .5em;
}
.contact__page .txt_caution dd{
    margin-bottom: 1em;
    margin-left: 1.5em;
    line-height: 1.6;
}
/*table*/
.contact__page table{
	border-top: #b9bfc9 solid 1px;
    border-right: #b9bfc9 solid 1px;
    border-left: #b9bfc9 solid 1px;
	margin: 15px 0 0 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6vw;
}
.contact__page table th{
	width: 40%;
    padding: 15px;
    background: #E1EAF6;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}
.contact__page table tr{
    border-bottom:#b9bfc9 1px dotted;
}
.contact__page table tr:last-of-type {
    border-bottom: #b9bfc9 1px solid;
}
.contact__page table th.val_top{
    vertical-align: top;
}
.contact__page th span.must{
    color: #ffffff;
    background: #D03C1B;
    padding: 4px 8px;
    margin-left: 1rem;
    float: right;
    font-weight: normal;
    line-height: 1.3;
    font-size: 1.3rem;
}
.contact__page th span.nomal{
    font-weight: normal;
    line-height: 2;
    font-size:1.3rem;
}
.contact__page table td{
	padding: 15px; 
    font-size: 1.6rem;
    line-height: 1.6;
}
.contact__page table td span.error{
    color: #FF0004;
    display: block;
}
/*privacy*/
.contact__page .box_privacy{
    height: 200px;
    overflow-y: scroll;  
    margin-bottom: 40px;
}
.contact__page .box_privacy h3{
    text-align: center;
    color: #666;
    margin-bottom: 4rem;
    font-size: 1.3em;
}
.contact__page .box_privacy p{
    margin-bottom: 1em;
}
.contact__page .box_privacy dt{
    float: none;
    color: #666;
    padding: 0;
    width: auto !important;
    font-weight: bold;
    line-height: 2;
}
.contact__page .box_privacy dd {
    padding-left: 0;
    line-height: 1.6;
    margin-bottom: 1em;
}
.contact__page .box_privacy dd,
.contact__page .box_privacy dd li{
    border-bottom: none;
}
.contact__page .box_privacy dd ul{
    margin-top: 10px;
    padding-left: 1em;
}
.contact__page .box_privacy dd li{
    list-style: disc;
    list-style-position: inside;
    padding: 0;
    margin-bottom: 10px;
}
/*agree*/
.contact__page .box_agree{
    background: #E1EAF6;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.contact__page .box_agree p{
    text-align: center;
}
.contact__page .box_agree span.txt_agree{
    font-size: 18px;
}
/*btn_button*/
.contact__page .btn_button{
    margin: 0 auto 30px;
    text-align: center;
}
.contact__page .btn_button button{
    text-align: center;
    width: 47%;
    height: auto;
    max-width: 400px;
    padding: 20px 50px;
    background: #0050B4;
    color: #ffffff;
    border: none;
    font-size: 1.8rem;
    box-sizing: border-box;
    cursor: pointer;
    border-style: none;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.contact__page .btn_button button::before,
.contact__page .btn_button button::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.contact__page .btn_button button::before{
    width: 8px;
    height: 8px;
    right:-80%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact__page .btn_button button,
.contact__page .btn_button button:before,
.contact__page .btn_button button:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact__page .btn_button button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.contact__page .btn_button button.btn_return{
    background: #666666;
    margin-right: 20px;
}
/*checkbox style---------*/
label.checker{
    width: auto;
}
.checker .check {
    display: inline-block;
    vertical-align: middle;
}
.checker .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    padding-top: .5em;
    margin-right: 2em;
    margin-bottom: 1em;
}
.checker .text.txt_agree {
    font-size: 1.6rem;
    padding-top: .8em;
}
.checker input {
    display: none;
}
.checker .check {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 1em;
    margin-bottom: 1em;
}
.checker .check::before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.checker input:checked + .check::after {
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 16px;
    height: 8px;
    border-left: 3px solid #0050B4;
    border-bottom: 3px solid #0050B4;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checker input:disabled + .check:before {
    background-color: #eee;
}
.checker input:checked:disabled + .check::after {
    border-left: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
}
/*input style---------*/
input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}
input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}
input.w100{
    width: 20%;
}
input.w60{
    width: 30%;
}
textarea {
    width: 100%;
    box-sizing: border-box;
}
label{
    cursor:pointer;
}
/*nav_contact*/
.nav_contact ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2vw;
}
.nav_contact li{
    background-color: #CECECE;
    padding: 20px 0;
    width: 33.33333%;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
}
.nav_contact li.current{
    background-color: #0050B4;
    color: #ffffff;
}
.contact__page .nav_contact li.current-conf{
    background-color: #0050B4;
    background-image: url(../images/arrow-03.jpg), url(../images/arrow-01.jpg);
    background-position: left center, right center;
    background-repeat: no-repeat;
    color: #ffffff;
}
.nav_contact li.others{
    background-color: #CECECE;
    background-image: url(../images/arrow-01.jpg), url(../images/arrow-02.jpg);
    background-position: left center, right center;
    background-repeat: no-repeat;
}
.nav_contact li.end{
    background-color: #CECECE;
    background-position: right center;
    background-repeat: no-repeat;
}
.nav_contact li.others_02{
    background-color: #CECECE;
    background-image: url(../images/arrow-02.jpg), url(../images/arrow-03.jpg);
    background-position: left center, right center;
    background-repeat: no-repeat;
}
.nav_contact li.others_03{
    background-color: #CECECE;
    background-position: right center;
    background-repeat: no-repeat;
}
.nav_contact li.done{
    background-color: #0050B4;
    color: #ffffff;
}
/*recaptcha*/
.grecaptcha-badge{
    margin-bottom: 60px;
}
/* 480px以上用-タブレット／スマートフォン用 --------------------------------- */
@media screen and (max-width:480px){
.contact__page {
    padding: 4vw;
    margin: 0 auto;
}
.contact__page h4 {
    font-size: 1.8rem;
    line-height: 1.4;
}
.contact__page h4 br.sp_only{
    display: inherit;
}
.contact__page p.paragraph__first {
    font-size: 1.6rem;
    line-height: 1.6;
}
.contact__page .box_tel {
    padding: 15px 20px;
}
.contact__page .box_tel p {
    font-size: 1.8rem;
}
.contact__page .box_tel p span.hours{
    font-size: 1.4rem;
}
.contact__page p span.tel a{
    color: #f78d00;
    text-decoration: none;
    font-size: 3.65rem;
}
.contact__page table {
    margin-bottom: 6vw;
}
.contact__page table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.contact__page table th {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.contact__page .box_privacy h3 {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.4;
}
input.w100 {
    width: 28%;
}
.contact__page .nav_contact li {
    width: 25%;
    height: 45px;
    padding: 14px 0;
}
.contact__page .nav_contact li.current{
    width: 25%;
}
.contact__page .nav_contact li.others {
    width: 50%;
}
.contact__page .nav_contact li.others_02 {
    width: 50%;
}
.contact__page .nav_contact li.others_03 {
    width: 25%;
}
.contact__page .nav_contact li.done{
    width: 25%;
}
.contact__page .nav_contact li.current-conf{
    width: 50%;
}
.contact__page .nav_contact li span.pc-only{
    display: none;
}
.contact__page .btn_button button.btn_return {
    margin: 0 0 20px 0;
}
.contact__page .btn_button button {
    width: 100%;
}
.contact__page .txt_caution{
    padding: 4vw;
}
}
/* 768px以上用-タブレット用の記述(ipad) ---------------------------- */
@media screen and (min-width:768px) {
.contact__page .box_tel p br.sp-only{
    display: none;
}
.contact__page {
    padding: 0 4vw;
}
.contact__page .btn_button button.btn_return {
    width: 45%;
}
.contact__page .btn_button button {
    width: 45%;
}
.contact__page table th{
	width: 30%;
}
}
/* 980px以上用（PC用）の記述 ---------------------------- */
@media screen and (min-width: 960px) {
.contact__page {
    max-width: 1028px;
    margin: 0 auto;
    padding: 0 2vw;
}
.contact__page h3{
    font-size: 150%;
    margin-bottom: 60px;
}
.contact__page .box_tel p br.sp-only{
    display: none;
}
.contact__page .btn_button button{
    padding: 30px 0;
}
.contact__page .box_thanks .btn_link a{
    padding: 30px 0;
}
.contact__page table th{
	width: 30%;
}
}
@media screen and (min-width: 1280px) {
.contact__page {
    padding: 0;
}
.contact__page table th {
    width: 30%;
}
}