@charset "UTF-8";
/* CSS Document */

img{max-width:100%;}
input[type="button"],input[type="submit"] {-webkit-appearance: none;}

.form_ttl{text-align:center;}
.form_wrap .cp{margin-bottom:30px;}

table {
	border-collapse: separate;
    border-spacing: 5px 5px;
	width:100%;
}
th{
	width:20%;
	background:#000;
	color:#fff;
	text-align:left;
	padding:15px;
}
td{
	width:80%;
	padding:0;
}
.hissu{
	float:right;
	color:rgba(255,221,0,1.00);
}
input{
	width:100%;
	padding:15px;
	box-sizing:border-box;
}
input[type="submit"]{
	width:350px;
	height:50px;
	border:none;
	background:#e65d6d;
	color:#fff;
	margin:0 auto;
	display:block;
	margin-top:30px;
}
textarea{
	width:100%;
	height:130px;
	padding:15px;
	box-sizing:border-box;
}



/*-- フォームテンプレート -------------------------------------*/

.form_ttl{
	padding: 80px 0px 0px;
	text-align: center;
	color: #fff;
	position: relative;
}
.form_ttl h2{
    font-weight: bold;
}
.form_ttl .img_man{
	position: absolute;
	top: -30px;
	right: 0;
}
#form{
	background: #fff;
}
.sec_form{
	padding: 80px 0 50px;
	text-align: center;
}
.sec_form .form_area{
	padding-bottom: 50px;
}
.sec_form .form_area h3{
	margin-bottom: 30px;
	padding-bottom: 10px;	
	font-size: 24px;
	text-align: left;
	color: #ec8600;
	border-bottom: 2px solid #179bd8;
}
.form_required{
	color: #fff;
    background: #ce1717;
    border-radius: 2px;
    padding: 0.6rem 0.6rem;
    font-size: 0.8rem;
    margin-left: 0.6rem;
}
.form_ninni{
	color: #fff;
    background: #888;
    border-radius: 5px;
    padding: 0.6rem 0.6rem;
    font-size: 0.8rem;
    margin-left: 0.6rem;
}
.green{
	color:#1f955b;
}

#form h2{
	padding-top: 20px;
	padding-bottom: 50px;
}

#form .container-form{
  width: 1000px;
  margin: 0 auto;
}
#form .item-container {
  padding: 0 50px;
}
#form .item-box {
	/*margin-top: 0px;*/
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
#form .form_body{
	margin: 0 auto;
}
#form .text_form{
	margin-top: 60px;
	margin-bottom: 30px;
}
#form .text_form_end{
	margin-top: 20px;
	text-align: left;
}

.form_block{
	width: 100%;
	height: 60px;
	font-size: 18px;
	border: 1px solid #888;
	color: #000;
	border-radius: 3px;
	padding-left: 10px;
}
.form_block_dd{
	width: 100%;
	/*height: 60px;*/
	font-size: 18px;
	border: 1px solid #888;
	color: #000;
	border-radius: 3px;
	padding-left: 10px;
}

.form_text_area{
	width: 100%;
	height: 150px;
	font-size: 16px;
	border: 1px solid #888;
	color: #000;
	border-radius: 3px;
}

#form .item-box dl {
  margin-top: 0;
  margin-bottom: 0;
}
#form .item-box dt{
	width: 29%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-align: left;
	padding-top: 20px;
}

#form .item-box dd{
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	text-align: left;
}
.font_bold{
	font-weight: bold;
}
.privacy_area{
	width: 46%;
	margin: 0 auto;
	font-size: 20px;
}
.check_privacy{
	margin: 3px 10px;
}
.privacy{
	color: blue;
	border-bottom: 1px solid;
}

#form p{
    color: #333;
    padding-bottom: 10px;
    font-size: 18px;
}
#form .tuki_area{
    width: 100px;
}
#form .hi_area{
    width: 100px;
}
.btn-submit{
	background: #f1b50c;
	border-radius: 30px;
	width: 500px;
	height: 80px;
	font-size: 20px;
	color: #fff;
	padding: 0;
	transition: 0.8s;
	border: 0;
}
.btn-submit:hover{
	transition: 0.5s;
	opacity: 0.5;
}

.cv_btn{
	margin: 50px 0 0px;
}
input[type="radio"] {
	width: 20px;
	margin-left: 15px;
	margin-right: 5px;
    vertical-align: text-bottom;
    display: inline-block;
    vertical-align: middle;
}
input[type="checkbox"] {
	width: 20px;
	margin-left: 15px;
	margin-right: 5px;
    vertical-align: text-bottom;
    display: inline-block;
    vertical-align: middle;
}



/*-- sp --*/
@media screen and (max-width: 1000px) {
    .form_ttl{
        width: 100%;
        
        text-align: center;
        color: #fff;
    }
	.sec_form{
        width: 93%;
		padding: 80px 0px 50px 20px;
		text-align: center;
	}
	.sec_form .form_area{
		padding-bottom: 50px;
	}
	.sec_form .form_area h3{
		margin-bottom: 30px;
		padding-bottom: 10px;	
		font-size: 30px;
		text-align: left;
		color: #ec8600;
		border-bottom: 2px solid #179bd8;
	}
	#form h2{
		padding: 10px 100px 50px;
	}
	.form_ttl .img_man{
		position: absolute;
		top: 120px;
		right: 0;
	}
	#form .container-form{
		width: 100%;
		margin: 0 auto;
	}
	#form .form_body{
		width: 100%;
		margin: 0 auto;
	}
	#form .text_form{
		margin-top: 60px;
		margin-bottom: 30px;
	}
	#form .text_form_end{
		margin-top: 20px;
		text-align: left;
	}
	#form .item-box dl {
		margin-top: 0;
		margin-bottom: 0;
	}
	#form .item-box dt{
		width: 100%;
		display: inline-block;
		text-align: left;
		padding-top: 0px;
		font-size: 20px;
		padding-bottom: 20px;
	}
	#form .item-box dd{
		width: 100%;
		display: inline-block;
        vertical-align: top;
        font-size: 14px;
	}
	#form .item-container {
		padding: 0px;
	}
	.privacy_area{
		width: 100%;
		font-size: 24px;
		margin: 0 auto;
	}
	/*.btn-submit{
		background: #fff;
		border-radius: 50px;
		width: 80%;
		height: 60px;
		border: 2px solid #ea5e00;
		color: #ea5e00;
		font-size: 18px;
	}
	.btn-submit:hover{
		height: 60px;
		font-size: 18px;
	}*/
	.form_block{
		width: 100%;
		height: 90px;
		font-size: 22px;
		border: 1px solid #888;
		color: #000;
		border-radius: 5px;
		padding-left: 10px;
    }
    .form_text_area{
        width: 100%;
        height: 200px;
        font-size: 22px;
        border: 1px solid #888;
        color: #000;
        border-radius: 3px;
    }
    .btn-submit{
        background: #f1b50c;
        border-radius: 20px;
        width: 100%;
		height: 100px;
		margin-top: 0px;
        font-size: 24px;
        color: #fff;
        padding: 0;
        transition: 0.8s;
      border: 0;
    }
    #form p{
        color: #333;
        padding-bottom: 10px;
        font-size: 20px;
    }
    #form .item-box dd{
		width: 100%;
		display: inline-block;
        vertical-align: top;
        font-size: 20px;
    }
	th {
		width: 32%;
	}
	input[type="submit"] {
		width: 410px;
		height: 80px;
	}
}

/* =validation
-------------------------------------------------------------- */
.with-validate {
    display: block;
    position: relative;
}
.with-validate label.error {
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: -5px;
    bottom: 100%;
    margin-bottom: 10px;
    background: #c3272a;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}
.with-validate label.error::before {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 100%;
    margin: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #c3272a transparent transparent;
}
@media screen and (max-width: 1000px) {
.with-validate label.error {
	display: inline-block;
	position: absolute;
	z-index: 5;
	left: -5px;
	bottom: 100%;
	margin-bottom: 10px;
	background: #c3272a;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 20px;
	border-radius: 4px;
}
}
  .form-inline .form-control {
    vertical-align: 1px
  }
  .form-inline-force .form-control {
    display: inline-block;
    width: auto;
    max-width: 100%
  }
  .form-inline-force .zip-1 {
    width: 220px;
  }
  .form-inline-force .zip-2 {
    width: 100px
  }


  @media (min-width:992px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle
    }
    .form-inline .form-control-static {
      display: inline-block
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
      width: auto
    }
    .form-inline .input-group > .form-control {
      width: 100%
    }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
      padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
      position: relative;
      margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0
    }
    .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right
    }
    .form-horizontal .form-group-lg .control-label {
      padding-top: 9px;
      font-size: 16px
    }
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px
	}
	
  }

@media (min-width:992px) {
	.table-cell-blue a + a {
      border-left: 1px solid #fff
    }
    .form-horizontal .control-label {
      text-align: left
    }
}

@media (max-width:479px) {
    .dl-list-indent.cleared-xxs dt {
      display: block
    }
    .dl-list-indent.cleared-xxs dd {
      padding-top: 0
    }
    label.error {
      font-size: 24px
    }
    .form-group-lg .form-control {
      height: 70px;
      font-size: 18px
    }
    .container-form {
      font-size: 24px
    }
    .container-form .dl-list-indent dd,
    .container-form .dl-list-indent dt {
      font-size: 20px
    }
    .form-inline-force .zip-1 {
      width: 100px
	}
}




/*-- thanksページテンプレート -------------------------------------*/
.thanks_body{
	background: #fff;
}
.thanks_body header#global.lp13-1-fv-hd-1 {
    height: 80px;
    position: fixed;
    top: 0;
    background: #fff;
    width: 1000px;
    z-index: 1000;
  }
.thanks_contents{
	font-size:2.6rem;
	text-align:center;
	padding: 150px 100px 150px;
	color: #333;
}
.thanks_contents h2{
	margin-bottom: 20px;
}
.thanks_tel_text{
	margin: 30px auto 30px;
	width: 650px;
	padding: 20px 0;
	font-size: 20px;
	background: #f62e2f;
	color: #fff;
}
.thanks_tel_block{
	margin-bottom: 30px;
}
.thanks_tel{
	font-size: 42px;
	font-weight: bold;
	border-radius: 10px;
}
.thanks_text{
	font-size: 18px;
	line-height: 28px;
	text-align: center
}
.contents_time{
	margin: 40px auto 0;
	width: 630px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.thanks_contents a{
	color:#124993;
	text-decoration: underline;
	display:block;
	font-size:1.2rem;
	margin-top:75px;
	}

.thanks_retunes{
	background: #122751;
	color: #fff!important;
	text-decoration: none;
	width: 300px;
	padding: 20px 0;
	margin: 0 auto;
	border-radius: 90px;
}
.thanks_contents a{
	text-decoration: none;
}
.thanks_contents a:hover{
	opacity: 0.8;
}


@media screen and (max-width: 1000px) {
	.thanks_contents{
		font-size: 46px;
		color: #333;
		text-align:center;
		padding: 250px 20px;
		
	}
	.thanks_text{
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}
	.thanks_tel_text{
		margin-top: 50px;
		margin-bottom: 30px;
		padding: 20px 0;
		font-size: 13px;
		background: #f62e2f;
		color: #fff;
		width: 100%;
	}
	.thanks_tel{
		font-size: 54px;
		font-weight: bold;
		border-radius: 10px;
	}
	.thanks_contents a{
		color:#000;
		display:block;
		font-size:2.2rem;
		margin-top:75px;
		}
	.contents_time{
			margin: 40px auto 0;
			width: 100%;
			text-align: left;
			font-size: 14px;
			line-height: 20px;
	}
	.thanks_contents h2{
		margin-bottom: 50px;
		font-size: 30px;
	}
}
