@charset "utf-8";

#content{ margin: 190px auto 70px;}
.form .inner{ width: 100%; max-width: 1170px; margin: 0 auto; padding: 0 50px; box-sizing: border-box;}
.form .inner h1{margin-left: calc(50% - 50vw); position: relative; font-size: 5em; border-bottom: 1px solid #000; letter-spacing: 0.1em; color: #000; margin-bottom: 30px; height: 60px;}
.form .inner h1 span{display: block; position: absolute; bottom: 10px; right: 0; width: 100%; max-width: 1130px; margin: 0 auto; padding: 0 0 0 60px; box-sizing: border-box;}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
button{ border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration{ display: none;}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus{ outline-offset: -2px;}

.form_base{ width: 100%; max-width: 1170px; margin: 0 auto; padding: 0 50px; box-sizing: border-box;}
.form_base label { display:inline-block; cursor: pointer}
.form_base table{ font-size: 1.4em; line-height: 1.4; letter-spacing: 0.04em; text-align: left; width: 100%; margin: 0 0 20px; border-collapse: collapse; border-spacing: 0;}
.form_base table th,
.form_base table td { padding: 15px 0; border-bottom: 1px solid #000;}
.form_base table th { width: 200px; font-weight: bold;}
.form_base table th p{ display: flex; justify-content: space-between;}
.form_base table th .required { color: #fff; background-color: #000; padding: 0 10px;}
.form_base table td{ padding: 15px 0 15px 30px;}

.form_base input[type="text"],
.form_base input[type="password"],
.form_base textarea { -webkit-appearance: none; appearance: none; font-size: 14px; line-height: 1.4; /*width: 60%;*/ margin: 4px 0; padding: 10px; border: 1px solid #ccc; box-sizing: border-box;}
.form_base input[type="text"]:hover,.form_base input[type="password"]:hover,.form_base textarea:hover{ border: 1px solid #666;}
.form_base input[type="text"]:focus,.form_base input[type="password"]:focus,.form_base textarea:focus{ background-color: #ffc; border: 1px solid #333;}
.form_base textarea { height: 8em; width: 100%;}
.form_base input[type="submit"],.form_base input[type="button"] { -webkit-appearance: none; appearance: none; border: none; border-radius: 0; box-sizing: border-box; cursor: pointer; -webkit-transition: .3s; -ms-transition: .3s; transition: .3s;}
.form_base input[type="submit"] { font-size: 15px; line-height: 50px; font-weight: bold; color:#fff; background-color: #666; width: 260px; border-radius: 6px;}
.form_base input[type="button"] { font-size: 0.8em; font-weight: bold; color:#333; background-color: #ccc; margin: 0 0 40px 5px; padding: 6px 10px; border: 1px solid #ccc;}

@media screen and (min-width: 768px) {
.sp_none{ display: none;}
.form_base input[type="submit"]:hover { background-color: #21afef;}
.form_base input[type="button"]:hover { background-color: #bbb; border: 1px solid #bbb;}
}

/*=改行・制限=*/
.form_base .nowrap{ white-space: nowrap;}
/*=入力モード切替 ※IEのみ有効=*/
.form_base .ime_ac {ime-mode: active;}
.form_base .ime_dis {ime-mode: disabled;}

/*=左右寄せ= */
.form_base .align_l {text-align:left!important;}
.form_base .align_r {text-align:right!important;}
.form_base .align_c {text-align:center!important;}
/*上下位置*/
.form_base .align_t {vertical-align: top;}
.form_base .align_b {vertical-align: bottom;}

.form_base input[type="text"],
.form_base textarea {box-sizing:border-box;}

/* 字数幅 */
.form_base .w3em {/*width:3em;*/ width: 20%;}
.form_base .w8em {/*width:8em;*/ width: 20%;}
.form_base .w12em {/*width:12em;*/ width: calc(100% - 50px);}
.form_base .w20em {/*width:20em;*/ width: 100%;}

/* エラー表示 */
.form_base .err{ font-size:12px; display:block; color:#FF0000; width: 100%;}

/* ページ上部への表示の場合（ファイル容量） */
.form_base form > .err{ line-height: 1.5; padding: 15px; border: 1px solid #F00; margin: 0 0 30px; background: #FFE4E4; border-radius: 5px;}

.item_wrap{ display: flex; flex-wrap: wrap;}
.item_wrap label{ width: calc(50% - 10px);}
.item_wrap label:nth-child(1),
.item_wrap label:nth-child(3){ margin-right: 20px;}
.item_wrap label input{}
.item_wrap label span{ display: inline-block; width: 50px;}

.send_menu{ text-align: center;}
#to_conf_btn_df1,
#submit_btn{ width: 100%; border: 1px solid #000; font-size: 1.6em; font-weight: bold; color: #000; background-color: #fff; margin: 0 0 0 5px; padding: 20px 20px;}
#submit_btn{ margin-bottom: 20px;}
#put_addr_button1a{ width: 160px; background-color: #000; color: #fff; padding: 11px 0;}

.pp_check{ font-size: 1.4em; line-height: 1.2; padding-bottom: 30px;}
.pp_check a{ color: #000;}

.pp_check{ text-align: center;}
.pp_check label{ position:relative;}
.pp_check label + label.ck1{ margin:0 0 0 10px;}
.pp_check label.ck1 input{ display:none;}
.pp_check label.ck1 span{ position:relative; cursor:pointer; -webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}
.pp_check label.ck1 input + span::before{ content:""; display:inline-block; width:20px; height:20px; border:1px solid #AAA; background-color:#FFF; border-radius:5px; margin-right:5px; box-sizing:border-box; vertical-align:top;}
.pp_check label.ck1 input + span::after{ content:""; display:block; width:10px; height:20px; border-bottom:3px solid #000; border-right:3px solid #000; opacity:0; position:absolute; top:-3px; left:8px; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); -moz-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all .1s;-ms-transition:all .1s;transition:all .1s;}
.pp_check label.ck1 input:checked + span::after{ opacity:1;}


@media screen and (min-width: 768px) {
#to_conf_btn_df1,
#submit_btn{ transition : 0.3s;}
#to_conf_btn_df1:hover,
#submit_btn:hover{ background-color: #000; color: #fff;}
.pp_check a:hover{ color: #888;}
}
/*-------------------------
__entry_style
-------------------------*/
.attention { color: #ff0000;}
.transmit { font-size: 1.4em; line-height: 1.2; padding-bottom: 30px;}
.recap { text-align:center; margin:2em 0;}
.recap > div { margin:0 auto;}
.recap_er_ip { display:none;}
/*#to_conf_btn,
#submit_btn { display:block; text-align:center; font-size:20px; line-height:50px; font-weight:700; color:#fff; text-decoration:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border:none; width:240px; margin:0 auto 10px; cursor:pointer; background-color:#003092;}
#to_conf_btn:hover,
#submit_btn:hover { filter:alpha(opacity=60); opacity:0.6;}*/
/*#confirm { margin-left: 10px; margin-right: 10px; padding-bottom: 30px;}
#confirm table { border-collapse: collapse; border-spacing: 0; font-size: 1.4em; line-height: 1.6; text-align: left; width: 100%;}
#confirm th,
#confirm td { border: 1px solid #999; padding: 10px;}
#confirm th { background-color: #faf8f5; font-weight: 700; width: 185px;}
#thanks p { font-size: 1.4em; line-height: 1.6; padding-bottom: 15px; text-align: left;}
#thanks .proviso { color: #666;}
#thanks dl { border-top: 1px dotted #999; padding-top: 15px; text-align: left;}
#thanks dt { font-size: 16px; font-weight: 700; line-height: 20px; }
#thanks .tel { color: #ff0000; font-size: 16px; font-weight: 700;}
#thanks dd { font-size: 14px; line-height: 24px;}
#thanks dd a { color: #000;}
#thanks dd a:hover { text-decoration: none;}*/
.thanks_message{ text-align: center; margin:110px 0 40px;}
.thanks_message dl dt{ font-size: 2.2em; line-height: 1.6; font-weight: 700; margin-bottom: 20px;}
.thanks_message dl dd{ font-size: 1.8em; line-height: 1.6;}
.thanks_message .thanks_btm01{ font-size: 1.4em; line-height: 1.6; margin: 50px auto 10px;}
.thanks_message .thanks_btm{ background-color: #eee; padding: 20px; box-sizing: border-box; max-width: 600px; margin: 0 auto;}
.thanks_message .thanks_btm .thanks_btm02{ font-size: 1.4em; line-height: 1.6; margin-bottom: 10px;}
.thanks_message .thanks_btm .thanks_btm03{ font-size: 1.8em; font-weight: 700; margin-bottom: 10px;}
.thanks_message .thanks_btm .back_btn{}
.thanks_message .thanks_btm .back_btn a{ display: inline-block; font-size: 1.4em; font-weight: 700; background-color: #fff; color: #000; padding: 15px; text-decoration: none; border-radius: 5px;}

@media screen and (min-width: 768px) {
.sp_only{ display: none;}
}

@media all and (min-width: 768px) and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {

#content{ margin: 200px auto 30px;}
.form .inner{ padding: 0 20px;}
.form .inner h1{ font-size: 3.5em; height: 45px;}
.form .inner h1 span{ padding: 0 0 0 30px;}

.form_base{ padding: 0;}
.form_base table{ border-top: 1px solid #000; font-size: 1.6em;}
.form_base table tr th,
.form_base table tr td{ display: block; width: 100%;}
.form_base table tr th{ padding: 7px 20px; background-color: #000; color: #fff;}
.form_base table tr td{ padding: 20px 20px;}
.form_base table th .required{ font-size: 0.8em; line-height: 1.6em; background-color: #fff; color: #000;}

.form_base input[type="text"],
.form_base input[type="password"],
.form_base textarea { font-size: 16px; line-height: 1.4; padding: 6px;}
    
.item_wrap{ display: block;}
.form_base .item_wrap .err{ width: 100%;}
.item_wrap label{ width: 100%;}
.item_wrap label:nth-child(1){ margin-right: 0;}

.add_com{ font-size: 0.7em; margin-bottom: 10px;}

#put_addr_button1a{ width: 100px;}

.form_base .w3em{ width: 27%;}
.form_base .w8em{ width: 50%;}

.send_menu{ padding: 0 20px; box-sizing: border-box; text-align: center; margin-bottom: 30px;}
.transmit{ line-height: 1.6em; padding-bottom: 20px;}

.form_base input[type="button"] { margin: 0 0 20px 0;}

.pp_check{ padding-top: 20px;}

.thanks_message{ text-align: center; margin:60px 0 20px; padding: 0 20px; box-sizing: border-box;}
.thanks_message dl dt{ font-size: 1.8em; font-weight: 700; margin-bottom: 15px;}
.thanks_message dl dd{ font-size: 1.4em;}
.thanks_message .thanks_btm01{ font-size: 1.2em; margin: 30px auto 10px;}
.thanks_message .thanks_btm .thanks_btm02{ font-size: 1.4em; margin-bottom: 10px;}
.thanks_message .thanks_btm .thanks_btm03{ font-size: 1.8em; margin-bottom: 10px;}

}

@media screen and (max-width: 374px) {
.form_base .w3em{ width: 26%;}
}
