@charset "utf-8";


.ttl-h3_jpn {
    text-align: center;
}
.ttl-h3_jpn {
    font-family: Mincho, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;  
}
.ttl-h3_jpn {
    font-size: 24px;
    color: #111;
    font-weight: 600;
    padding-bottom: 2%;
}
.sys-box {
    display: table;
    width: 100%;
    margin: 0 auto;
	text-align: center;
}
.acc-head {
	color: #FE99AA;
	font-size: 18px;
}
.acc-tel {
	font-size: 14px;
}
.acc-tel_area {
	font-size: 40px;
	display: block;
	color: #FE99AA;
	font-weight: bold;
}
.acc-tel a:hover {
	text-decoration: none;
}
.acc-tel a img {
	vertical-align: middle;
}
.acc-tel_btm {
	color: #555;
    font-size: 14px;
    line-height: 1.6;
}
.price_li_link {
    text-align: center;
    margin: 40px auto 20px auto;
    width: 80%;
}
.price_li_sub a {
    font-size: 24px;
    box-sizing: border-box;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #fe99aa;
    color: #fe99aa;
    text-decoration: none;
    display: block;
}
.price_li_sub a:hover{
    color:#fff;
    background: #fe99aa;
    transition: 0.6s;
}

/*** ***/

.rec_form_txt {
    text-align: center;
    font-weight: bold;
    padding-bottom: 3%;
}
.rec_form_txt span {
    line-height: 3.0;
}
#rec_form_ul {
    width: 880px;
    margin: 0 auto;
}
.rec_form_li {
    display: table;
    width: 100%;
    padding-bottom: 3%;
}
.rec_form_l, .rec_form_r {
    display: table-cell;
    box-sizing: border-box;
}
.rec_form_l {
    width: 25%;
    color:#f5bc4d;
    box-sizing: border-box;
    font-size: 16px;
    vertical-align: middle;
    border-right: 1px dashed #2d2f6b;
}
.rec_form_l span{
    background: #fd738a;
    color: #FFF;
    font-size: 12px;
    padding: 2%;
}
.rec_form_r{
    width: 75%;
    box-sizing: border-box;
    padding-left: 4%;
    font-size: 14px;
    color: #444;
}
.rec_form_r input.middle{
    width: 75%;
    padding: 4px 0 4px 10px;
    font-size: 14px;
}
.rec_form_r select.rec_form_r_select{
    width: 40%;
    padding: 4px 0 6px 10px;
    font-size: 14px;
}

.send{
    text-align: center;
    padding-bottom: 40px;
}
.btn_send{
    border: 1px solid #f5bc4d;
    background: #FDF1C1;
    padding: 10px;
    font-size: 14px;
    color: #f5bc4d;
    width: 300px;
    margin-bottom: 10px;
}
.btn_send:hover{
    background: #f5bc4d;
    color:  #fff;
    border-color: #f5bc4d;
    text-decoration: none;
}
.btn_send::before, .btn_send::after{
    content:'';
}
.btn_send, .btn_send::before, .btn_send::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.rec_form_r input.middle2{
    width: 8%;
    padding:4px 0 4px 10px;
    font-size:14px;
}
.rec_form_r select.rec_form_r_select2 {
    width: 30%;
    padding: 4px 0 6px 6px;
    font-size: 14px;
}
.rec_sub {
    color: #fd738a;
}
.rec_txt {
    margin-bottom: 6px;
}

.rec_overview_r a {
    text-decoration: none;
    color: #fe99aa;
    font-weight: bold;
}
select.post_days {
    width: 10%;
    padding: 4px 0 6px 6px;
    font-size: 14px;
}


.re_contents {
    margin-top: 30px;
}
.bikou_txtarea{
    width: 100%;
    padding: 4px 0 6px 10px;
    font-size: 14px;
}


.option_box {
    margin-bottom: 40px;
}
.form_ttl {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f5bc4d;
        color: #f5bc4d;
}
.hissu {
    background: #fd738a;
    color: #FFF;
    font-size: 12px;
    padding: 3px;
    vertical-align: middle;
    margin-left: 8px;
}


.f_cast_box {
    display: table;
    width: 100%;
    font-size: 0;
}

.cs_figure {
    display: inline-block;
    font-size: 12px;
    width: 156px;
    margin: 2px;
    text-align: center;
}
/*** notice_btn ***/
.notice_chk_btn{
	display: none;
}

.notice_chk_btn ~ label{
	cursor: pointer;
	display: block;
	text-align: center;
	width:130px;
	height:28px;
	margin: 2px auto 10px auto;
	line-height:28px;
	color:#111;
	font-weight: bold;
	border-radius:6px;
	border:1px solid #ccc;
	background:#e9f3ff;

}
.notice_chk_lab:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity:0.7;
}
.notice_chk_btn:checked ~ label{
	cursor: pointer;
	width:130px;
	height:28px;
	background: #D5D2FF;
}

.option_table {
    width: 100%;
    display: table;
    font-size: 0;
}
.option_chk_btn{
	display: none;
}
.option_block {
    display: inline-block;
    vertical-align: top;
}
.option_chk_btn ~ label {
    cursor: pointer;
    display: block;
    text-align: center;
    height: 28px;
    padding: 3px 10px;
    margin: 2px 4px 10px auto;
    /* line-height: 28px; */
    color: #111;
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #e9f3ff;
    font-size: 12px;
    box-sizing: border-box;
}
.option_chk_lab:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity:0.7;
}
.option_chk_btn:checked ~ label{
	cursor: pointer;
	height:28px;
	background: #D5D2FF;
}

.chk_option{
    text-align: center;
    height: 28px;
    padding: 3px 10px;
    margin: 2px 4px 10px auto;
    /* line-height: 28px; */
    color: #111;
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #e9f3ff;
    font-size: 12px;
    box-sizing: border-box;
}


.line_qr {
    text-align: center;
}
.QR_id {
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0;
}
.line_qr_img {
    width: 120px;
    margin: 0 auto;
}

.re_caution {
    border: 1px solid #2d2f6b;
    padding: 20px;
    box-sizing: border-box;
    color: #001c55;
}
.re_c_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.re_c_txt {
    margin-bottom: 20px;
}
.re_c_txt_last {
    margin-bottom: 6px;
}
.v_contents {
    width: 90%;
    display: table;
    margin: 10px auto;
    background: #FDF1C1;
    box-sizing: border-box;
    padding: 2% 3%;
}
.voice_left {
    width: 120px;
    display: table-cell;
    vertical-align: top;
}
.voice_right {
    display: table-cell;
    box-sizing: border-box;
    padding-left: 20px;
}
.vg_data {
    display: table;
    width: 100%;
    border-bottom: 1px solid #111;
}
.vg_left {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.v_name_box {
    text-align: right;
    font-size: 14px;
}
.vg_name {
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
}
.v_txt {
    width: 90%;
    padding-top: 10px;
    font-size: 16px;
}

.v_box {
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

#v_ttl {
    width: 90%;
    margin: 0 auto;
    background: #f5bc4d;
    color: #fff;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 20px;
}

.v_des {
    text-align: center;
    margin-bottom: 20px;
}
.form_link a {
    background: #f5bc4d;
    color: #fff;
    font-size: 16px;
    padding: 2px 14px;
}

.form_link {
    margin-bottom: 20px;
    text-align: center;
}