@charset "utf-8";

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

* {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	height: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, 'Droid Sans', "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	color: #333;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}


#wrap {
	width: 100%;
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
}


header {
	width: 100%;
	background-color: #68b92c;
}
header #header-inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 5px 20px;
	display: -ms-flex;
	display: -o-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}
header #header-inner #logo {
	margin-right: auto;
	line-height: 0;
	text-align: left;
}
header #header-inner #logo img {
	width: 330px;
	height: auto;
}
header #header-inner #logo2 {
	margin-left: auto;
	line-height: 0;
	text-align: right;
}


#body { 
	max-width: 760px;
	margin: 0 auto;
	padding: 50px 20px;
	text-align: left;
}

h1 {
	margin-bottom: 40px;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	background-color: #006600;
}


#sf-form {
	padding: 0 0 30px;
}

.txt {
	line-height: 1.6;
}
.txt1 {
	margin-bottom: 10px;
	line-height: 1.6;
}
.txt2 {
	margin-bottom: 20px;
	line-height: 1.6;
}
.txt3 {
	margin-bottom: 30px;
	line-height: 1.6;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.red {
	color: #e5000b;
}

.required-mark {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #e5000b;
}

.form-explanation {
	max-width: 650px;
	margin: 0 auto 50px;
	padding: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	border: 1px solid #006600;
}
.form-explanation .tel-txt, .form-explanation .fax-txt {
	line-height: 1.6;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-weight: bold;
}
.form-explanation .tel-txt {
	margin-bottom: 5px;
}
.form-explanation .fax-txt br.sp-w320, .form-explanation .tel-txt br.sp-w320 {
	display: none;
}

.form-explanation2 {
	margin: 0 auto 30px;
	padding: 0 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

.explanation-txt {
	margin-bottom: 30px;
	line-height: 1.6;
}


#sf-form .error {
	text-align: left;
	margin-bottom: 30px;
	padding: 15px 20px 10px;
	color: #e5000b;
	border: 1px solid #E5000B;
}
#sf-form .error ul {
	padding-left: 15px;
}
#sf-form .error ul li {
	list-style-type: disc;
	margin-bottom: 5px;
	line-height: 1.4;
}
#sf-form .content-half {
	padding: 0 20px 100px;
}
#sf-form .content {
}
#sf-form .items {
	margin-bottom: 40px;
}
#sf-form .item {
}
#sf-form .item-name {
	padding: 10px 20px 10px 2em;
	text-indent: -1em;
	line-height: 1.4;
	background-color: #f0f0f0;
}
#sf-form .item-name .memo {
	font-size: 14px;
	font-size: 1.4rem;
}
#sf-form .item-name .memo1 {
	margin-left: 1em;
	font-size: 14px;
	font-size: 1.4rem;
}
#sf-form .item-name .memo2 {
	display: block;
	padding-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	font-size: 1.4rem;
}
#sf-form .item-name .consent {
	display: block;
	padding-left: 1em;
}
#sf-form .item-input {
	padding: 15px 20px;
	line-height: 1.4;
}
#sf-form input, #sf-form textarea {
	width: 100%;
	padding: 8px 10px;
}
#sf-form textarea {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, 'Droid Sans', "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	min-height: 150px;
}
#sf-form input[type="radio"], #sf-form input[type="checkbox"] {
	width: auto;
	vertical-align: top;
}
#sf-form .button-area {
	text-align: center;
}
#sf-form .button-area span {
	margin: 0 10px;
}
#sf-form .button-area input {
	width: 30%;
	height: 32px;
	padding: 0;
}

.links a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	color: #ff6600;
}
.links a span {
	position: absolute;
	top: 3px;
	left: 2px;
	font-size: 12px;
	font-size: 1.2rem;
}
.links a:hover {
	color: #68b92c;
	text-decoration: underline;
}


footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	z-index: 500;
	position: relative;
	border-top: 5px solid #68b92c;
	background-color: #fff;
}
footer p {
	margin: 0 auto;
	padding: 10px 20px;
	line-height: 1.4;
}



@media screen and (max-width: 750px) {
	
	#wrap {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	header #header-inner {
		padding: 15px 20px;
	}
	header #header-inner #logo {
		width: 250px;
	}
	header #header-inner #logo2 {
		width: 120px;
	}
	header #header-inner #logo img, header #header-inner #logo2 img {
		width: 100%;
		height: auto;
	}
	
	#body {
		padding: 40px 20px
	}
	
	h1 {
		margin-bottom: 30px;
		padding: 8px 15px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.required-mark {
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.form-explanation {
		margin-bottom: 40px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.form-explanation2 {
		margin-bottom: 20px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.explanation-txt {
		margin-bottom: 20px;
	}
	
	#sf-form .error {
		margin-bottom: 30px;
		padding: 15px 15px 10px;
	}
	#sf-form .content-half {
		padding: 0 10px 60px;
	}
	#sf-form .item-name .memo {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#sf-form .item-name .memo1 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#sf-form .item-name .memo2 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	
}



@media screen and (max-width: 480px) {
	
	#wrap {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	header #header-inner {
		padding: 10px 20px;
	}
	header #header-inner #logo {
		width: 180px;
	}
	header #header-inner #logo2 {
		width: 80px;
	}
	
	#body {
		padding: 30px 20px
	}
	
	h1 {
		margin-bottom: 30px;
		padding: 8px 10px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.required-mark {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.form-explanation {
		margin-bottom: 30px;
		padding: 15px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.form-explanation2 {
		margin-bottom: 20px;
		padding: 0 15px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.form-explanation2 .txt2 {
		margin-bottom: 15px;
	}
	
	.explanation-txt {
		margin-bottom: 20px;
	}
	
	#sf-form .error {
		margin-bottom: 30px;
		padding: 12px 15px 8px;
	}
	#sf-form .content-half {
		padding: 0 8px 50px;
	}
	#sf-form .item-name {
		padding: 10px 15px 10px 1.8em;
		line-height: 1.4;
	}
	#sf-form .item-name .memo {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#sf-form .item-name .memo1 {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#sf-form .item-name .memo2 {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#sf-form .item-input {
		padding: 10px;
	}
	
	footer {
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	
}



@media screen and (max-width: 320px) {
	
	.form-explanation .fax br.sp-w320, .form-explanation .tel br.sp-w320 {
		display: inline-block;
	}
	
}


