@charset "utf-8";

/* --------------------------------------------------
	コンテンツ別調整設定
-------------------------------------------------- */
/* ヘッダ調整 */
#navi li.headCompany > a {
	border-bottom: 3px solid #22a732;
	height: 48px;
}
/* コンテンツビジュアル */
#contentsVisual {
	background-image: url(../images/contents_visual.jpg);
}

/* --------------------------------------------------
	基本フレーム設定(960px over for PC)
-------------------------------------------------- */
#entry #main {
	width: 840px;
}
#entry .catchCopy {
	color: #666666;
}
#entry .catchCopy p {
	text-align: center;
	margin: 24px 0 0;
	font-size: 16px;
	line-height: 1.4;
}
#entry .caution {
	border: 1px dotted #cccccc;
	padding: 10px 10px 8px;
	margin: 26px 0 0;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}
#mail_form dl {
	font-size: 0;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	background-color: #f0faee;
}

#mail_form dl dt{
	font-size: 16px;
	position: relative;
	width: 240px;
	display: inline-table;
	padding: 16px 56px 16px 10px;
	vertical-align: top;
	border-top: 1px solid #cccccc;
	line-height: 1.4;
}
#mail_form dl dd {
	padding: 10px;
	font-size: 16px;
	width: 600px;
	display: inline-table;
	vertical-align: top;
	background-color: #f5f5f5;
	border-top: 1px solid #cccccc;
	border-left: 2px solid #ffffff;
	min-height: 60px;
}
/* 任意・必須 */
#mail_form span.required,
#mail_form span.optional{
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 14px;
	width: 40px;
	padding: 3px 0 4px;
	text-align: center;
	color: #ffffff;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#mail_form span.required {
	background-color: #e30000;
}
#mail_form span.optional {
	background-color: #3fa9f5;
}
/* エラーメッセージ */
#mail_form dl dd span {
	display: block;
	color: #e30000;
}
/* 郵便番号検索 */
.zipSerch {
	font-size: 14px;
	border: 1px solid #cccccc;
	padding: 2px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.reEnter {
	margin: 8px 0;
}
#checkPolicy {
	text-align: center;
	border: 1px solid #cccccc;
	margin: 32px 0 0;
	padding: 18px 10px 10px 10px;
	background-color: #f5f5f5;
}
#checkPolicy strong.required {
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
	width: 40px;
	padding: 3px 0 4px;
	text-align: center;
	color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e30000;
}
#checkPolicy span {
	color: #f00;
	display: block;
	margin: 8px 0 0;
}
.submitButton {
	text-align: center;
	margin: 30px 0 20px;
}
.submitButton button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #009144;
	border: none;
	color: #ffffff;
	width: 280px;
	height: 30px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
 	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	cursor: pointer;
	margin: 0 auto;
}
.submitButton button:hover {
	opacity: 0.7;
}
/* フォームサイズ */
.formLengthL {
	width: 450px;
}
.formLengthM {
	width: 300px;
}
.formLengthS {
	width: 150px;
}
/* フォーム項目装飾 */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	font-size: 16px;
	color: #036EB7;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 2px 0;
	padding: 8px;
}
input:focus,
textarea:focus,
select:focus {
	border: 1px solid #2CA6E0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-weight: 400;
	color: grey;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	font-weight: 400;
	color: grey;
}
textarea {
	width: 100%;
}
input[type=radio],
input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
}
 
@media (min-width: 1px) {
	input[type=radio],
	input[type=checkbox] {
		display: none;
		margin: 0;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		padding: 0 0 0 24px;
	}
	input[type=radio] + label::before,
	input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
	    -moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	input[type=radio] + label::before {
		border: 2px solid #ccc;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	input[type=checkbox] + label::before {
		border: 2px solid #ccc;
	}
	input[type=radio]:checked + label::after,
	input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	input[type=radio]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #39B54A;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	input[type=checkbox]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #39B54A;
		border-bottom: 3px solid #39B54A;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
/* --------------------------------------------------
	959px以下共通
-------------------------------------------------- */
@media screen and (max-width: 959px){
	/* ナビゲーション調整 */
	#navi li.headCompany > a {
		border: none;
	}
}
/* --------------------------------------------------
　768px to 959px (Tablet)
-------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 959px){
	#entry #main {
		width: 728px;
	}
	#entry .catchCopy p {
		letter-spacing: -0.05em;
	}
	#mail_form dl dd {
		width: 488px;
	}
}
/* --------------------------------------------------
　480px to 767px（Landscape）
-------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 767px){
	#entry #main {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	#entry .catchCopy p {
		text-align: left;
	}
	#entry .caution {
		text-align: justify;
	}
	#mail_form dl dt {
		display: block;
		width: 100%;
		border-top: 2px solid #cccccc;
	}
	#mail_form dl dt br {
		display: none;
	}
	#mail_form span.required,
	#mail_form span.optional{
		display: inline-block;
		position: static;
		margin-left: 12px;
	}
	#mail_form dl dd {
		display: block;
		width: 100%;
		border-left: none;
		border-top: 1px dotted #cccccc;
	}
	.formLengthL {
	width: 420px;
	}
}
/* --------------------------------------------------
　under 479px（Portrait）
-------------------------------------------------- */
@media screen and (max-width: 479px){
	#entry #main {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	#entry .catchCopy h3 {
		text-align: left;
		letter-spacing: -0.06em;
		font-size: 20px;
	}
	#entry .catchCopy p {
		text-align: left;
	}
	#entry .caution {
		text-align: justify;
	}
	#mail_form dl dt {
		display: block;
		width: 100%;
		border-top: 2px solid #cccccc;
	}
	#mail_form dl dt br {
		display: none;
	}
	#mail_form span.required,
	#mail_form span.optional{
		display: inline-block;
		position: static;
		margin-left: 12px;
	}
	#mail_form dl dd {
		display: block;
		width: 100%;
		border-left: none;
		border-top: 1px dotted #cccccc;;
	}
	.formLengthL {
	width: 100%;
	}
	#type_1 + label,
	#type_2 + label,
	#type_3 + label {
		display: block;
		margin-bottom: -10px;
	}
	#type_other {
		margin-top: 14px;
	}
}

