@charset "UTF-8";
/***************************/
/********【common】********/
/***************************/
.under_form .cont01 .txt {
    text-align: center;
    line-height: 2.0em;
    margin: 0 0 40px;
}
.under_form .cont01 .tel {
    text-align: center;
    margin: 0 0 40px;
}
.under_form .cont01 .bt {
    text-align: center;
    margin: 0 0 40px;
}
@media only screen and (max-width: 810px) {
    .under_form .cont01 .txt {
        text-align: left;
        line-height: 1.6em;
        margin: 0 0 30px;
    }
}
/***************************/
/********【mw wp form】********/
/***************************/
.mw_contact_form_ar {
    margin: 40px 0 0;
    padding: 60px 40px;
    letter-spacing: 0.1em;
    /*background: #fff;
	opacity: 0.8;
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);*/
}
.mw_contact_form_ar .title_main {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 20px;
}
.mw_contact_form_ar .title_main02 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 100px 0 20px;
}
.mw_contact_form_ar .bx_ar_1cols, .mw_contact_form_ar .bx_ar_2cols, .mw_contact_form_ar .bx_ar_3cols, .mw_contact_form_ar .bx_ar_3cols_time, .mw_contact_form_ar .bx_ar_3cols_possible_days {
    width: 100%;
    margin: 0 0%;
    /* flexbox */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mw_contact_form_ar .bx1, .mw_contact_form_ar .bx2, .mw_contact_form_ar .bx3, .mw_contact_form_ar .bx3_day, .mw_contact_form_ar .bx3_time {
    border-bottom: 1px solid #ccc;
    padding: 0 0px 30px;
    margin: 0 2% 30px;
    position: relative;
}
.mw_contact_form_ar .bx1 {
    width: 96%;
}
.mw_contact_form_ar .bx2, .mw_contact_form_ar .bx2_possible_days {
    width: 46%;
	 border-bottom: 1px solid #ccc;
    padding: 0 0px 30px;
    margin: 0 2% 30px;
}
.mw_contact_form_ar .bx3 {
    width: 29.333%;
}
.mw_contact_form_ar .bx3_day {
     width: 29.333%;
}
.mw_contact_form_ar .bx3_time, .mw_contact_form_ar .bx3_possible_days {
    width: 15%;
}
.mw_contact_form_ar .bx3_possible_days {
	border-bottom: 1px solid #ccc;
    padding: 0 0px 30px;
    margin: 0 2% 30px;
}
.mw_contact_form_ar .zip_bx {
    width: 25%;
}
.mw_contact_form_ar .pref_bx {
    width: 20%;
}
.mw_contact_form_ar .add_bx {
    width: 40%;
}
.mw_contact_form_ar .title_ar {
    min-height: 60px;
    /* flexbox */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 800px) {
    .mw_contact_form_ar .title_ar {
        min-height: 25px;
        margin: 0 0 10px;
    }
    .mw_contact_form_ar .bx1.sp_none_bor, .mw_contact_form_ar .bx2.sp_none_bor, .mw_contact_form_ar .bx3.sp_none_bor {
        border-bottom: none;
        margin: 0 0% 0px;
    }
.mw_contact_form_ar .bx_ar_3cols_possible_days {
   /* flexbox */
    align-content: start;/*複数行にした時の揃え*/
    flex-direction: row;/*子要素の並ぶ向き*/
    flex-wrap: wrap;/*子要素の折り返し*/
}
.mw_contact_form_ar .bx2_possible_days {
    width: 100%;
}
.mw_contact_form_ar .bx2_possible_days {
    width: 100%;
	padding: 0 10px;
	margin: 0 0 30px;
}	
.mw_contact_form_ar .bx2_possible_days .field{
	margin: 0 0 25px;
	/* flexbox */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: start;/*複数行にした時の揃え*/
    flex-direction: row;/*子要素の並ぶ向き*/
    flex-wrap: wrap;/*子要素の折り返し*/
}	
.mw_contact_form_ar .bx3_possible_days {
    width: 46%;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 25px;
    margin: 0 0% 25px;
}
	
	
/****/	
.mw_contact_form_ar .bx3_day {
     width: 36%;
}
.mw_contact_form_ar .bx3_time {
    width: 26%;
}

}
/****/
.mw_contact_form_ar .title {
    font-weight: bold;
    margin: 0 0 5px;
}
/****/
.mw_contact_form_ar .required, .mw_contact_form_ar .any {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.5em;
    font-weight: bold;
    padding: 5px 15px;
    margin: -6px 10px 0 0;
}
.mw_contact_form_ar .required {
    background: #CB3434;
    color: #fff;
}
.mw_contact_form_ar .any {
    background: #DCDDDD;
}
/****/
.mw_contact_form_ar .field.radio {
    /* flexbox */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/****/
.mwform-checkbox-field label{
	position: relative;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
}
.mwform-checkbox-field label input{
	position: relative;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
}
/****/


.mw_contact_form_ar .txt_bx, .mw_contact_form_ar .zip_code, .mw_contact_form_ar .pref_code, .mw_contact_form_ar .add_code {
    background: #ddd;
    border: none;
    padding: 15px 10px;
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
.mw_contact_form_ar .txt_ar {
    background: #ddd;
    border: none;
    padding: 15px 10px;
    width: 100%;
    min-height: 200px;
}
.mw_contact_form_ar .txt_time {
    background: #ddd;
    border: none;
    padding: 15px 10px;
    width: 60%;
}
.mw_contact_form_ar span.time {
    padding: 0px 10px;
}

/****ラジオボタン/チェックボックス装飾****/
.mw_contact_form_ar .radio {
    display: none; /* まず、＜input＞タグの表示を消します*/
}
.mw_contact_form_ar label {
    position: relative; /* ＜label＞を位置の指標になる指示を書きます*/
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}
.mw_contact_form_ar .radio + span::before, .mw_contact_form_ar .radio + span::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.mw_contact_form_ar .radio + span::before {
    left: 0;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background: #ddd;
    border: 1px solid #999;
}
.mw_contact_form_ar .radio + span:hover::before {
    background: #fff; /* ラジオボタンのマウスオーバーしたときの色の指定*/
}
.mw_contact_form_ar .radio + span::after {
    opacity: 0;
    left: 4px;
    top: 10px;
    width: 25px;
    height: 25px;
    margin-top: -8px;
    -webkit-transform: scale(2);
    transform: scale(2);
    content: "✓";
    font-size: 2.0rem;
    color: #000;
    font-weight: bold;
}
.mw_contact_form_ar .radio:checked + span::before { /* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
    background: #ddd;
    border: 1px solid #999; /* ラジオボタンのチェックした時の枠の線の指定*/
}
.mw_contact_form_ar .radio:checked + span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/****/
.mwform-radio-field-text, .mwform-checkbox-field-text {
    padding: 0 0 0 15px;
}
.mw_contact_form_ar .mwform-checkbox-field label {
    margin: 0 0px 0px;
	padding: 0px 10px;
}
.mw_contact_form_ar .mwform-checkbox-field label input {
    margin: -4px 5px 0 0;
	
}
.mw_contact_form_ar .bx_ar_3cols_possible_days .mwform-checkbox-field-text {
	padding: 0 0 0 0px;
	display: block;
}
@media only screen and (max-width: 810px) {
    .mw_contact_form_ar label {
        display: block;
    }
    .mw_contact_form_ar .radio + span::before {
        width: 20px;
        height: 20px;
        margin-top: -12px;
    }
    .mw_contact_form_ar .radio + span::after {
        left: 3px;
        top: 8px;
        width: 15px;
        height: 15px;
        font-size: 20px;
    }
.mw_contact_form_ar .bx2_possible_days .mwform-checkbox-field label {
	padding: 0px 5px;
}
}
/****ラジオボタン/チェックボックス装飾****/
/****/
.mw_contact_form_ar .privacy_ar {
    text-align: center;
    margin: 40px 0 0;
}
.mw_contact_form_ar .privacy_ar .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 20px;
}
.mw_contact_form_ar .privacy_ar .txt {
    margin: 0 0 30px;
}
.mw_contact_form_ar .privacy_ar .check {
    margin: 0 0 40px;
}
/*ボタン*/
.mw_wp_form_input .btn_form, .mw_wp_form_confirm .btn_form, .mw_wp_form_confirm .submitback {
    position: relative;
    z-index: 10;
    width: 200px;
    height: 50px;
    margin: 30px auto 0;
    transition: all .3s ease-out;
}
.mw_wp_form_input .btn_form input, .mw_wp_form_confirm .btn_form input, .mw_wp_form_confirm .submitback input {
    width: 200px;
    height: 46px;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: 0;
    z-index: 9;
    transition: all 1s;
    background-size: 100% auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-out;
}
/*確認画面ボタン*/
.mw_wp_form_input .btn_form input {
    background-image: url(../images/shared/btn_confirm.png);
    transition: .3s;
}
.mw_wp_form_input .btn_form input:hover {
    background-image: url(../images/shared/btn_confirm_o.png);
}
/*送信ボタン*/
.mw_wp_form_confirm .btn_form input {
    background-image: url(../images/shared/btn_send.png);
    transition: .3s;
}
.mw_wp_form_confirm .btn_form input:hover {
    background-image: url(../images/shared/btn_send_o.png);
}
/*戻るボタン*/
.mw_wp_form_confirm .submitback input {
    background-image: url(../images/shared/btn_back.png);
    transition: .3s;
}
.mw_wp_form_confirm .submitback input:hover {
    background-image: url(../images/shared/btn_back_o.png);
}
/****/
.mw_wp_form .error {
    font-size: 1.2rem;
    font-weight: bold;
    color: #B70000;
    display: block;
    /* 文字縁取り */
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
@media only screen and (max-width: 810px) {
    .mw_contact_form_ar {
        padding: 30px 0;
        margin: 0 0 50px;
    }
    .mw_contact_form_ar .bx_ar_1cols, .mw_contact_form_ar .bx_ar_2cols, .mw_contact_form_ar .bx_ar_3cols {
        width: 100%;
        margin: 0 0%;
        /* flexbox */
        display: block;
    }
    .mw_contact_form_ar .bx1, .mw_contact_form_ar .bx2, .mw_contact_form_ar .bx3, .mw_contact_form_ar .zip_bx, .mw_contact_form_ar .pref_bx, .mw_contact_form_ar .add_bx {
        padding: 0 10px 25px;
        margin: 0 0% 25px;
        width: 100%;
    }
    .mw_contact_form_ar .title {
        font-size: 1.3rem;
    }
    .mw_contact_form_ar .required, .mw_contact_form_ar .any {
        font-size: 1.1rem;
        padding: 2px 5px;
        margin: -5px 5px 0 0px;
		min-width: 35px;
    }
    .mw_contact_form_ar .txt_bx {
        padding: 10px 10px;
    }
    .mw_contact_form_ar .txt_ar {
        padding: 10px 10px;
    }
    /****/
    .mw_contact_form_ar .field.radio {
        margin: 10px 0 0;
        /* flexbox */
        display: block;
    }
    .mw_contact_form_ar .mwform-radio-field.horizontal-item {
        margin: 0 0 0;
    }
    .mw_contact_form_ar .mwform-radio-field.horizontal-item label {
        margin: 0 0px 10px;
        display: block;
    }
    /****/
    .mw_contact_form_ar .privacy_ar {
        text-align: left;
        padding: 0 15px;
    }
    .mw_contact_form_ar .privacy_ar .ttl {
        font-size: 1.5rem;
    }
    .mw_contact_form_ar .privacy_ar .check {
        text-align: left;
    }
}