@charset "utf-8";


.formcont {display:none;overflow:hidden;margin:20px auto;width:600px;}
.formttl {display:table-cell;width:170px;vertical-align: middle;border-left: 3px solid #6EB92B;}
.formbody {display:table-cell;overflow:hidden;width:425px;}
.formbody input,
.formbody select,
.formbody option,
.formbody textarea {box-sizing:border-box;width:100% !important;}

/* **********************
  CONTENT
********************** */
.form_notes{
 color: #454545;
 font-size: 22px;
 line-height: 42px;
 margin-left: 20px;
}
.form_notes .icon_required{
 font-size: 22px;
 line-height: 22px;
 margin-top: 6px;
 padding: 2px 6px 4px;
}

.item_title{
	padding:0 0 0 15px;
	font-size:24px;
	font-weight:bold;
}
.icon_required{
	display: block;
	padding-left:16px;
	font-size:16px;
	color: #ff0000;
}
.icon_optional{
	display:none;
}
.notes_s{
 color: #454545;
 font-size: 16px;
 line-height: 24px;
 text-align: right;
}
.notes_m{
 color: #454545;
 font-size: 22px;
 line-height: 32px;
 margin-top: 4px;
 margin-right: 20px;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
 font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
 font-size: 28px;
 padding: 15px 10px;
}
.formbody input[type="radio"]{
 display:none !important;
}
.formbody label{
 width:49% !important;
 font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
 font-size: 28px;
 text-align:center;
 padding: 15px 0;
}
.formbody label{
 color:#A4A4A4;
 border:1px solid #CBCBCB;
 background:#D9D9D9;
 cursor:pointer;
}
.formbody label.active{
 color:#000;
 border:1px solid #EB6A30;
 background: -moz-linear-gradient(top, #fbffff 0%, #edebee 100%);
 background: -webkit-linear-gradient(top, #fbffff 0%, #edebee 100%);
 background: linear-gradient(to bottom, #fbffff 0%, #edebee 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbffff', endColorstr='#edebee',GradientType=0 );
}
.formbody .radio1{float:left;border-radius:6px 0 0 6px;}
.formbody .radio2{float:right;border-radius:0 6px 6px 0;}
select{
 font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
 font-size: 28px;
 padding: 15px 10px;
}
textarea{
 font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
 font-size: 28px;
 height: 216px;
 line-height: 42px;
 padding: 10px 10px;
 resize: none;
}
.err_check_color{
 background: #FFFAC5;
}
.error_msg{
 font-size:24px;
 color: #f00;
 margin-left: 0;
}

#policy{
 border: 1px solid #ccc;
 font-size: 14px;
 line-height: 1.5;
 margin: 20px 0 0 20px;
 padding: 18px 20px;
 width: 560px;
}

#policy dl { overflow:auto;height:200px;}

#btnConfArea{
 margin: 20px 0 0 0;
}
#btnConfArea input{
 width:528px;
}

/* 確認画面 */
.item_conf{
 font-size: 28px;
 margin-right: 20px;
}
#btnSendArea,
#btnBackArea{
 margin-top: 30px;
 text-align: center;
}
#btnSendArea input{
 width:612px;
}
#btnBackArea input{
 width:412px;
}

/* 完了画面 */
#thanks_cont{
 margin: 30px auto 0 auto;
 width: 680px;
}
#thanks_title{
 margin-bottom: 42px;
 color:#49b434;
 font-weight:bolder;
	text-align: center;
}
#thanks_cont p{
 margin-bottom:15px;
 font-size:16px;
}
#btnTopArea{
 margin-top:42px;
 text-align:center;
}
#btnTopArea img{
 width:412px;
}

/* ボタン上部コメントエリア */
.formCmt {
	padding-top: 20px;
}

.formCmt p {
	font-size: 22px;
	font-weight: bold;
	color: #ed0224;
	line-height: 1;
	text-align: center;
}


#loadingProgressG {
    width: 90%;
    height: 10px;
    overflow: hidden;
    background-color: #ffffff;
    margin: auto 30px 30px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #92c447;
}

.loadingProgressG {
    background-color: #92c447;
    margin-top: 0;
    margin-left: -90%;
    animation-name: bounce_loadingProgressG;
    -o-animation-name: bounce_loadingProgressG;
    -ms-animation-name: bounce_loadingProgressG;
    -webkit-animation-name: bounce_loadingProgressG;
    -moz-animation-name: bounce_loadingProgressG;
    animation-duration: 4s;
    -o-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    width: 50%;
    height: 10px;
}


@keyframes bounce_loadingProgressG {
    0% {margin-left: -90%;}
    100% {margin-left: 100%;}
}

.bounce_loadingProgressG_txt_center{
    text-align:center;
}

.bounce_loadingProgressG_txt_center>span{
    font-size:32px;
	 font-weight:bold; 
}

.bounce_loadingProgressG_txt_center>p:first-child{
    color:#323232; 
    font-size:20px !important; 
   
    margin-bottom:10px !important;
}

.bounce_loadingProgressG_txt_center>p:first-child>span{
    font-size: 32px;
	font-weight:bold; 
}

.bounce_loadingProgressG_txt_center>p:nth-of-type(2){
    font-size:20px !important; 
    margin-bottom:30px !important;
}

.bounce_loadingProgressG_txt_center>p:nth-of-type(2)>span{
    color:#49b434; 
    font-size:32px; 
    font-weight:bold; 
    line-height:1.2;
}

/* 追加　*/
.lead{
	background-color: #49b434;
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
	width: 100%;
}

.lead p{
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
@media screen and (max-width: 640x) {
	.lead{
		width: 640px;	
	}
}
.formend_bk{
	background-color: #f5f5f0;
	padding: 30px 0;
	margin-bottom: 50px;
}

.formendbox02{
	width: 680px;
	margin: 0 auto;
	font-size: 16px;
	color: #323232;
}