@charset "utf-8";

/* CSS information ===================================================

	 file name : contact.css
	style info : コンタクトページスタイルシート

=================================================================== */


.form_chk .header, 
.form_thx .header {
	background: #F3F4F2;
	box-shadow: 0 0 10px rgba(0,51,102,0.2);
}
.form_chk .header .inner, 
.form_thx .header .inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 20px;
}
.form_chk .header h1, 
.form_thx .header h1 {
	margin-bottom: 0;
	line-height: 0;
}

@media (max-width: 1024px){
.form_chk .header h1, 
.form_thx .header h1 {
	max-width: calc(197px * 0.875);
}
}


@media (max-width: 767px){
.form_chk .header .inner, 
.form_thx .header .inner {
	padding: 15px 20px;
}
.form_chk .header h1, 
.form_thx .header h1 {
	max-width: calc(197px * 0.75);
}
}

.contact .inner {
	max-width: 1020px;
}
.contact .title_box {
	margin-bottom: 80px;
}
.contact p {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.75;
}
@media (max-width: 1024px){
.contact .title_box {
	margin-bottom: 60px;
}
}
@media (max-width: 767px){
.contact .title_box {
	margin-bottom: 40px;
}
.contact p {
	font-size: 16px;
	font-size: 1.6rem;
}
}

input, 
textarea {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*
.form_chk .contact_inner, 
.form_thx .contact_inner {
	padding: 60px 20px;
}
*/
.form_thx .inner  p {
	margin-bottom: 40px;
}
.form_thx h3 {
	margin-bottom: 20px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.form_thx h4 {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}


.form_thx ol {
	margin-bottom: 60px;
	list-style-type: decimal;
}
.form_thx li {
	margin-left: 25px;
	margin-bottom: 40px;
	list-style-type: decimal;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
.form_thx li em {
	font-weight: bold;
}
.form_thx li span {
	padding-top: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}
input[type="image"] {
	max-width: 100%;
	height: auto;
}
.center_btn {
	clear: both;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}
.left_btn {
	float: left;
	max-width: 48%;
	cursor: pointer;
}
.right_btn {
	float: right;
	max-width: 48%;
	cursor: pointer;
}
.form_tbl {
	width: 100%;
	margin-bottom: 40px;
	border: 3px solid #CCC;
}
.form_tbl td, 
.form_tbl th {
	padding: 15px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	vertical-align: middle;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.form_tbl th {
	position: relative;
	width: 30%;
	padding-left: 80px;
	background-color: #F3F4F2;
	background-clip: padding-box;
}
.form_chk .form_tbl th {
	padding: 15px 20px;
}
.form_tbl th small {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	
}

.form_tbl th .imp,
.form_tbl th .opt {
	position: absolute;
	top: 50%;
	left: 20px;
	padding: 4px 8px 6px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.0;
	color: #FFF;
	display: inline-block;
	-webkit-transform: translateY(-50%,);
	transform: translateY(-50%);
}
.form_tbl th .imp {	background-color: #E31B04; }
.form_tbl th .opt {	background-color: #262626; }

.form input, 
.form select, 
.form textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
.form input[type=text], 
.form input[type=tel], 
.form input[type=email], 
.form input[type=password], 
.form textarea {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #BCBCBC;
	border-radius: 5px;
}
.form textarea {
	width: 100%;
}

.form input:disabled {
  background: #DDD;
}
.form input.pc10 { width: 10%; }
.form input.pc15 { width: 15%; }
.form input.pc20 { width: 20%; }
.form input.pc25 { width: 25%; }
.form input.pc30 { width: 30%; }
.form input.pc35 { width: 35%; }
.form input.pc40 { width: 40%; }
.form input.pc45 { width: 45%; }
.form input.pc50 { width: 50%; }
.form input.pc60 { width: 60%; }
.form input.pc65 { width: 65%; }
.form input.pc70 { width: 70%; }
.form input.pc80 { width: 80%; }

.form select {
	padding: 5px;
	border: 1px solid #CCC;
}
.form select.pc50 { width: 50%; }

input[type=radio], 
input[type=checkbox] {
	display: none;
}

.form .select {
	position: relative;
	max-width: 100%;
	margin: 5px 0;
	background: #FFF;
	border: 1px solid #CCC;
	display: inline-block;
}
.form .select::before {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 10px;
	padding: 0;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: bold;
	color: #444;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

}
.form .select select {
	position: relative;
	width: 100%;
	padding: 5px 25px 5px 5px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	cursor: pointer;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	z-index: 1;
}
.form .select select::-ms-expand {
    display: none;
}


.radio, 
.checkbox {
	position: relative;
	margin: 5px 0;
	padding: 0 0 0 25px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.radio:before, 
.checkbox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	display: block;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
.radio:before {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
input[type=radio]:checked + .radio:before, 
input[type=checkbox]:checked + .checkbox:before {
	background-color: #0080FF;
	border: 1px solid #0080FF;
}
.radio:after, 
.checkbox:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	display: block;
	z-index: 1;
	opacity: 0;
}
.radio:after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #FFF;
	border-radius: 50%;
}
.checkbox:after {
	left: 5px;
	width: 5px;
	height: 8px;
	margin-top: -8px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=radio]:checked + .radio:after, 
input[type=checkbox]:checked + .checkbox:after {
	opacity: 1;
}
input[type=radio]:checked + .radio:after {
	background-color: #FFF;
}
input[type=checkbox]:checked + .checkbox:after {
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}



@media (max-width: 767px){

.form_thx h3 {
	margin-bottom: 15px;
	font-size: 2.2rem;
}
.form_thx h4 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 1.8rem;
}



.contact p {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.form_thx ol {
	margin-bottom: 40px;
}
.form_thx li {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
.form_thx li span {
	font-size: 14px;
	font-size: 1.4rem;
}
.form_tbl {
	width: 100%;
	margin-bottom: 30px;
}
.form_tbl th, 
.form_tbl td {
	padding: 10px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}
.form_tbl th {
	width: 100%;
	padding-left: 70px;
	border-top: none;
	border-bottom: none;
}
.form_chk .form_tbl th {
	padding: 10px 15px;
}
.form_tbl th br {
	display: none;
}
.form_tbl th small {
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	
}

.form_tbl th .imp,
.form_tbl th .opt {
	left: 15px;
}



.form_tbl td {
	width: 100%;
	border-top: none;
}
.form_tbl td input[type="text"], 
.form_tbl td textarea {
	font-size: 16px;
	font-size: 1.6rem;
}
.form_tbl td input[type="text"] {
	width: 100%;
}
.form_tbl td textarea {
	width: 100%;
}






.form input, 
.form select, 
.form textarea {
	font-size: 16px;
	font-size: 1.6rem;
}

.form input.pc10, 
.form input.pc15, 
.form input.pc20, 
.form input.pc25, 
.form input.pc30, 
.form input.pc35, 
.form input.pc40, 
.form input.pc45, 
.form input.pc50, 
.form input.pc60, 
.form input.pc65, 
.form input.pc70, 
.form input.pc80 {
	width: 100%;
}
.form input.sp15 {		width: 15% !important; }
.form input.sp20 {		width: 20% !important; }
.form input.sp25 {		width: 25% !important; }
.form input.sp30 {		width: 30% !important; }
.form input.sp35 {		width: 35% !important; }
.form input.sp40 {		width: 40% !important; }
.form input.sp45 {		width: 45% !important; }
.form input.sp50 {		width: 50% !important; }
.form input.sp60 {		width: 60% !important; }
.form input.sp70 {		width: 70% !important; }
.form input.sp75 {		width: 75% !important; }
.form input.sp80 {		width: 80% !important; }
.form input.sp85 {		width: 85% !important; }
.form input.sp90 {		width: 90% !important; }
.form select.sp100 {	width: 100% !important; }






}

@media only screen and (max-width: 543px){
.contact p br {
	display: none;
}
.form_tbl th, 
.form_tbl td {
	font-size: 14px;
	font-size: 1.4rem;
}
.form_tbl th span {
	padding: 2px 6px;
}

}


:-moz-placeholder {
        color: silver;
}
::-webkit-input-placeholder {
         color: silver;
}
.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -.9em;
}
.formError {
	padding-bottom: 13px;
	display: block;
}
.fixed {
	padding-bottom: 0;
}
	.formError .formErrorClose {
		border: solid #252525 2px;
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: -4px;
		right: -4px;
		color: #efefef;
		background: #333;
		font-weight: bold;
		text-align: center;
		line-height: middle;
		cursor: pointer;
		box-shadow: 1px -1px 3px #888;
		-moz-box-shadow: 1px -1px 3px #888;
		-webkit-box-shadow: 1px -1px 3px #888;
    _z-index:2;
	}
	.formError .formErrorClose:hover {
		background: #666;
	}
	.fixed .formErrorClose {
		display: none;
	}
	.formError .formErrorContent {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 6px 10px;
		width: 180px;
    position:relative;
		color: #fff;
		background: #252525;
		font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
		font-size: 11px;
		box-shadow: 0px 0px 6px #888;
		-moz-box-shadow: 0px 0px 6px #888;
		-webkit-box-shadow: 0px 0px 6px #888;
    _z-index:1;
	}
	.fixed .formErrorContent {
		margin-top: .5em;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		background: #f60;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.fadeOut {
		opacity: .2;
		filter: alpha(opacity=20);
	}
	.formError .formErrorArrow {
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: 0;
		left: 20px;
    _z-index:0;
	}
	.fixed .formErrorArrow {
		display: none;
	}
	.formError .formErrorArrowBottom {
		margin: -6px;
		top: 0;
	}
	.fixed .formErrorArrowBottom {
		display: none;
	}
		.formError .formErrorArrow div {
			margin: 0 auto;
			display: block;
			height: 1px;
			background: #252525;
			line-height: 0px;
			font-size: 0px;
			box-shadow: 0px 2px 3px #888;
			-moz-box-shadow: 0px 2px 3px #888;
			-webkit-box-shadow: 0px 2px 3px #888;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}
		.formError .formErrorArrow .line10 {
			width: 19px;
		} 
		.formError .formErrorArrow .line9 {
			width: 17px;
		} 
		.formError .formErrorArrow .line8 {
			width: 15px;
		} 
		.formError .formErrorArrow .line7 {
			width: 13px;
		} 
		.formError .formErrorArrow .line6 {
			width: 11px;
		} 
		.formError .formErrorArrow .line5 {
			width: 9px;
		} 
		.formError .formErrorArrow .line4 {
			width: 7px;
		} 
		.formError .formErrorArrow .line3 {
			width: 5px;
		} 
		.formError .formErrorArrow .line2 {
			width: 3px;
		}
		.formError .formErrorArrow .line1{
			width: 1px;
		}  
