/* line 1, ../sass/style.scss */
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  width: 100%;
  height: calc(100% - 36px);
}
body:after {/*擬似要素をつくる*/
  position: fixed;/*固定配置*/
  top: 0; left: 0;/*左上に固定*/
  width: 100%; height: 100%;/*画面全体を覆う*/
  content: "";
  z-index: -1;/*背景にするため*/
  background: #009574;/*保険用*/
  background: -moz-linear-gradient(70deg, #009574 35%, #86c5b4);/*古いFireFox向け*/
  background: -webkit-linear-gradient(70deg, #009574 35%, #86c5b4);/*古いSafari・Chrome向け*/
  background: linear-gradient(160deg, #009574 35%, #86c5b4);/*正規のプロパティ*/
}

form{
	margin: 0 auto;
	width:960px;
	background: url("../img/bg_form.png") center top no-repeat;
	min-height: 1800px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 150px;
}

h1{
	text-align: center;
	padding-top: 115px;
	color: #1f8268;
	font-size: 32px;
	line-height: 34px;
	background: url("../img/bg_h1.png") center top no-repeat;
	font-weight: bold;
}

h1 span{
	font-size: 18px;
	display: block;
	font-weight: normal;
}
form dl{
	padding: 60px 200px 0 200px;
}
form dl dt{
	font-size: 20px;
	color: #303030;
	line-height: 23px;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 12px;
}
form dl dt span{
	display: inline-block;
	width: 116px;
	height: 23px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	border: 1px solid #000;
}


form dl dt span.required{
	background: #ef2941;
	border: 1px solid #ef2941;
}
form dl dt span.optional{
	background: #fff;
	border:1px solid #009574;
	color: #009574;
}

form dl dd{
	margin-left: 11px;
	border-left: 2px solid #009574;
	padding: 6px 0 6px 17px;
	margin-bottom: 60px;
}

form dl dd ul{
	list-style: none;
	padding: 6px 0;
}

form dl dd ul li{
	font-size: 20px;
	color: #303030;
}
form dl dd ul li+li{
	margin-top: 15px;
}

form dl dd ul li input[type=radio]{
	margin: 0;
	padding: 0;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form dl dd ul li input[type=radio]+span{
	display: inline-block;
	padding-left: 36px;
	background: url("../img/bg_radio.png") left center no-repeat;
}
form dl dd ul li input[type=radio]:checked+span{
	display: inline-block;
	padding-left: 36px;
	background: url("../img/bg_radio_on.png") left center no-repeat;
}

form dl dd input[type=text]{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	height: 60px;
	font-size: 21px;
	color: #303030;
	padding: 0 17px;
}

.imgnote{
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	margin-bottom: 10px;
}

.imgtit{
	padding-left: 33px;
	font-size: 20px;
	color: #303030;
	font-weight: bold;
	margin-bottom: 5px;
}
.imgtit.on{
	background: url("../img/icon01.png") 2px center no-repeat;
}
p.imgtit span.imgtit-suffix{
    display: block;
    font-size: 14px;
    color: #808080;
}

.imgfile{
	margin-bottom: 30px;
}

form dl dd textarea{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	height: 175px;
	font-size: 21px;
	color: #303030;
	padding: 17px;
}

.imgfile a{
	position: relative;
	display: inline-block;
}
.imgfile a input[type=file]{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
}
.imgfile a span.filebtn{
	display: inline-block;
	background: url("../img/bg_filebtn.png");
	font-size: 18px;
	color: #303030;
	line-height: 40px;
	width: 286px;
	text-align: center;
	margin-right: 20px;
}
.imgfile a span.filetxt{
	display: inline-block;
	font-size: 16px;
	color: #303030;
	line-height: 40px;
}

#imgfile_release_box{
    margin-top: 10px;
    text-align:right;
}

#imgfile_release{
    border: none;
	display: inline-block;
	background: url("../img/bg_filereleasebtn.png");
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	width: 286px;
	text-align: center;
	margin-right: 20px;
}

#submit_button{
	width: 420px;
	height: 80px;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #1eb89b;
	font-size: 24px;
	color: #303030;
	background: url("../img/bg_submit.jpg") 0 0 repeat-x;
	-webkit-box-shadow: 0 0 8px #1eb89b;
	box-shadow:  0 0 8px #1eb89b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#submit_button:disabled{
	border: 2px solid #ef2941;
	font-size: 24px;
	color: #ef2941;
	background: url("../img/bg_submit.jpg") 0 0 repeat-x;
	-webkit-box-shadow: 0 0 8px #ef2941;
	box-shadow:  0 0 8px #ef2941;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#submitting{
    width: 100%;
    text-align : center;
    font-size: 24px;
    font-weight: bold;
}

#errors{
	width: 420px;
	display: block;
	margin: 0 auto;
	background: #ef2941;
	min-height: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #fefefe;
	font-size: 24px;
	line-height: 36px;
	padding-top: 10px;
/*	display: none;*/
}

#errors span{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
}

.service{
	text-align: center;
	font-size: 32px;
	line-height: 34px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 55px;
}
.service span{
	display: block;
	line-height: 18px;
	line-height: 34px;
	font-weight: normal;
}

.servicebox{
	max-width: 960px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-between;
}

.service{
	text-align: center;
	font-size: 32px;
	line-height: 34px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 55px;
}
.service span{
	display: block;
	line-height: 18px;
	line-height: 34px;
	font-weight: normal;
}

.servicebox{
	max-width: 960px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-between;
}

.servicebox ul,
.servicebox ol{
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    margin-left: 2em;
}

.servicebox .column{
	max-width: 460px;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
        margin-bottom: 12px;
}
.servicebox .column+.column{
	font-size: 16px;
	line-height: 24px;
}
.servicebox h2{
	font-size: 16px;
	color: #fff;
}
.servicebox h3{
	font-size: 16px;
	color: #fff;
}

/*-----------------------------------------------
	COPY
----------------------------------------------- */
#copy{
  background: #009574;
}
#copy .copyIn{
	margin: 0 auto;
	max-width:960px;
	font-size: 12px;
	color: #fff;
	line-height: 36px;
	text-align: center;
}



@media screen and (max-width: 767px) {

	body {
	  width: 100%;
	  height: calc(100% - 20px);
	}
	body:after {/*擬似要素をつくる*/
	  position: fixed;/*固定配置*/
	  top: 0; left: 0;/*左上に固定*/
	  width: 100%; height: 100%;/*画面全体を覆う*/
	  content: "";
	  z-index: -1;/*背景にするため*/
	  background: #009574;/*保険用*/
	  background: -moz-linear-gradient(70deg, #009574 35%, #86c5b4);/*古いFireFox向け*/
	  background: -webkit-linear-gradient(70deg, #009574 35%, #86c5b4);/*古いSafari・Chrome向け*/
	  background: linear-gradient(160deg, #009574 35%, #86c5b4);/*正規のプロパティ*/
	}

	form{
		margin: 0 auto;
		width:100%;
		background: url("../img/bg_form_sp.png") center top no-repeat;
		background-size: 375px;
		min-height: 900px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 75px;
	}

	h1{
		text-align: center;
		padding-top: 58px;
		color: #1f8268;
		font-size: 16px;
		line-height: 17px;
		background: url("../img/bg_h1.png") center top no-repeat;
		background-size: auto 48px;
		font-weight: bold;
	}

	h1 span{
		font-size: 9px;
		display: block;
		font-weight: normal;
	}
	form dl{
		padding: 30px 50px 0 50px;
	}
	form dl dt{
		font-size: 10px;
		color: #303030;
		line-height: 15px;
		font-weight: bold;
		vertical-align: middle;
		margin-bottom: 6px;
	}
	form dl dt span{
		display: inline-block;
		width:120px;
		height: 12px;
		margin-right: 5px;
		text-align: center;
		color: #fff;
		font-size: 6px;
		line-height: 12px;
		font-weight: bold;
		background: #000;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		vertical-align: middle;
		border: 1px solid #000;
	}


	form dl dt span.required{
		background: #ef2941;
		border: 1px solid #ef2941;
	}
	form dl dt span.optional{
		background: #fff;
		border:1px solid #009574;
		color: #009574;
	}

	form dl dd{
		margin-left: 5px;
		border-left: 1px solid #009574;
		padding: 3px 0 3px 9px;
		margin-bottom: 20px;
	}

	form dl dd ul{
		list-style: none;
		padding: 3px 0;
	}

	form dl dd ul li{
		font-size: 10px;
		color: #303030;
		line-height: 15px;
	}
	form dl dd ul li+li{
		margin-top: 8px;
	}

	form dl dd ul li input[type=radio]{
		margin: 0;
		padding: 0;
		opacity: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	form dl dd ul li input[type=radio]+span{
		display: inline-block;
		padding-left: 18px;
		background: url("../img/bg_radio.png") left center no-repeat;
		background-size: 12px;
	}
	form dl dd ul li input[type=radio]:checked+span{
		display: inline-block;
		padding-left: 18px;
		background: url("../img/bg_radio_on.png") left center no-repeat;
		background-size: 12px;
	}

	form dl dd input[type=text]{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #c0c0c0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		background: #fff;
		height: 30px;
		font-size: 10px;
		color: #303030;
		padding: 0 8px;
	}

	.imgnote{
		font-size: 7px;
		line-height: 12px;
		color: #808080;
		margin-bottom: 5px;
	}

	.imgtit{
		padding-left: 16px;
		font-size: 10px;
		color: #303030;
		font-weight: bold;
		margin-bottom: 3px;
	}
	.imgtit.on{
		background: url("../img/icon01.png") 1px center no-repeat;
		background-size: 11px;
	}
        p.imgtit span.imgtit-suffix{
            display: block;
            font-size: 7px;
            color: #808080;
        }

	.imgfile{
		margin-bottom: 15px;
	}

        #imgfile_release_box{
            margin-top: 5px;
            text-align:right;
        }

        #imgfile_release{
            border: none;
	    display: inline-block;
	    background: url("../img/bg_filereleasebtn.png") no-repeat;
		background-size: 155px;
		font-size: 9px;
	    color: #fff;
		line-height: 22px;
		width: 155px;
	    text-align: center;
		margin-right: 10px;
        }
        
	form dl dd textarea{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #c0c0c0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		background: #fff;
		height: 88px;
		font-size: 10px;
		color: #303030;
		padding: 8px;
	}

	.imgfile a{
		position: relative;
		display: inline-block;
	}
	.imgfile a input[type=file]{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		opacity: 0;
		height: 100%;
	}
	.imgfile a span.filebtn{
		display: inline-block;
		background: url("../img/bg_filebtn.png") no-repeat;
		background-size: 155px;
		font-size: 9px;
		color: #303030;
		line-height: 22px;
		width: 155px;
		text-align: center;
		margin-right: 10px;
	}
	.imgfile a span.filetxt{
		display: inline-block;
		font-size: 8px;
		color: #303030;
		line-height: 22px;
	}

	#submit_button{
		width: 210px;
		height: 40px;
		display: block;
		cursor: pointer;
		margin: 0 auto;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #1eb89b;
		font-size: 12px;
		color: #303030;
		background: url("../img/bg_submit.jpg") 0 0 repeat-x;
		background-size: 5px;
		-webkit-box-shadow: 0 0 4px #1eb89b;
		box-shadow:  0 0 4px #1eb89b;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	#errors{
		width: 210px;
		display: block;
		margin: 0 auto;
		background: #ef2941;
		min-height: 40px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		color: #fefefe;
		font-size: 12px;
		line-height: 18px;
		padding-top: 5px;
/*		display: none;*/
	}

	#errors span{
		display: block;
		text-align: center;
		font-size: 8px;
		line-height: 18px;
	}

        #submitting{
            width: 100%;
            text-align : center;
            font-size: 9px;
            font-weight: bold;
        }
        
	.service{
		text-align: center;
		font-size: 16px;
		line-height: 17px;
		color: #ffffff;
		font-weight: bold;
		margin-bottom: 27px;
	}
	.service span{
		display: block;
		line-height: 9px;
		line-height: 17px;
		font-weight: normal;
	}

	.servicebox{
		max-width: 100%;
		margin: 0 0 70px;
		display: block;
		justify-content: space-between;
		padding: 0 25px;
	}

        .servicebox ul,
        .servicebox ol{
            color: #fff;
            font-size: 7px;
            line-height: 9px;
            margin-left: 2em;
        }
        
	.servicebox p{
		width: 100%;
		color: #fff;
		font-size: 7px;
		line-height: 10px;
	}

	.servicebox p+p{
		font-size: 8px;
		line-height: 16px;
	}
        .servicebox h2{
	    font-size: 10px;
	    color: #fff;
        }
        .servicebox h3{
	    font-size: 9px;
	    color: #fff;
        }
        
	/*-----------------------------------------------
		COPY
	----------------------------------------------- */
	#copy{
	  background: #009574;
	}
	#copy .copyIn{
		margin: 0 auto;
		width:100%;
		font-size: 7px;
		color: #fff;
		line-height: 20px;
		text-align: center;
	}


	
}




#thanksbox{
	background: url("../img/bg_thanks.png") 0 0 no-repeat;
	max-width: 540px;
	margin: 0 auto;
	min-height: 488px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 97px;
}
#thanksbox h1{
	font-size: 24px;
	background-size: 96px;
	padding-top: 75px;
}

#thanksbox p{
	max-width: 320px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 21px;
	margin-top: 20px;
	text-align: center;
}

#thanksbox p+p{
}

.backbtn{
	width: 320px;
	height: 60px;
	margin: 0 auto 40px;
}

.backbtn a{
	display: block;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}


@media screen and (max-width: 767px) {

	#thanksbox{
		background: url("../img/bg_thanks_sp.png") 0 0 no-repeat;
		background-size: 375px;
		max-width: 100%;
		margin: 0 auto;
		min-height: 435px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 87px;
	}
	#thanksbox h1{
		font-size: 16px;
		background-size: 75px;
		padding-top: 60px;
		margin-bottom: 20px;
	}

	#thanksbox p{
		max-width: 240px;
		margin: 0 auto;
		font-size: 8px;
		line-height: 14px;
		margin-top: 10px;
		text-align: left;
	}

	#thanksbox p+p{
	}

	.backbtn{
		width: 210px;
		height: 40px;
		margin: 0 auto 65px;
	}

	.backbtn a{
		display: block;
		height: 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #ffffff;
		color: #ffffff;
		line-height: 40px;
		text-align: center;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		text-decoration: none;
		font-size: 12px;
	}

}
