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

/*----------------------------------------------------

  問い合わせフォーム　contactform

----------------------------------------------------*/
sup{font-size: 11px;color: red;}

/* ----- table ----- */
table.contact_form,
table.confirm_form{
	width: 90%;
	box-sizing: border-box;
	max-width: 860px;
	border-collapse: collapse;
	margin: 0 auto;
	margin-top: 80px;
}
@media (max-width: 768px) {
	table.contact_form,
	table.confirm_form{
		margin-top: 40px;
	}
}
table.contact_form th,
table.confirm_form th {
	width: 25%;
	box-sizing: border-box;
	padding: 25px 15px 25px 15px;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
 	position: relative;
 	background: #f0f0ee;
 	font-size: 15px;
}
@media (max-width: 768px) {
  	table.contact_form th,
	table.confirm_form th {
	width: 100%;
    padding: 13px 0 13px 10px;
    vertical-align: middle;
    display: block;
    border:none;
  }
}
table.contact_form td,
table.confirm_form td{
	box-sizing: border-box;
	padding: 15px 0 15px 40px;
	border: none;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
    border-bottom:none;
    font-size: 15px;
}
table.contact_form td:last-child,
table.confirm_form td:last-child{
	border: 1px solid #ddd;
}
@media (max-width: 768px) {
  	table.contact_form td,
	table.confirm_form td{
    padding: 13px 0 13px 10px;
    display:block;
    border:none; 
  }
    table.contact_form td:last-child,
	table.confirm_form td:last-child{
		border: 1px solid #ddd;
		border:none; 
  }
}


/* ----- お問い合わせ ----- */

.contact_ttl_area{
	padding-top: 140px;
}
@media (max-width: 768px) {
	.contact_ttl_area{
	padding-top: 90px;
	}
}

p.copy_ttl {
	text-align: center;
	margin-top: 50px;
}

.attention {
	font-size: 13px;
}
@media (max-width: 768px) {
	.attention {
	font-size: 11px;
	margin-top:-4px; 
	}
}


span.caution {
	background: #ff0000;
	padding: 3px 5px;
	color: #fff;
	vertical-align: middle;
}
input[type="text"] {
	width: 90%;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	box-sizing: border-box;
}
input.fieldSS {
	width: 25%;
}
input.fieldS {
	width: 25%;
}
input.fieldL {
	width: 50%;
}
textarea {
	box-sizing: border-box;
	width: 90%;
	height: 120px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	padding: 6px;
}
select {
	padding: 5px;
	font-size: 13px;
	border:1px solid #555;
}
@media (max-width: 768px) {
	select {
	}
}
span.error {
	display: block;
	color: #ff0000;
	margin-bottom: 5px;
}
p.submitTxt {
	text-align: center;
	font-size: 15px;
	margin: 50px 0;
}
@media (max-width: 768px) {
	input[type="text"] 
	p.copy_ttl,p.submitTxt {width: 95%;margin: 0 auto;margin-top: 50px;margin-bottom: 50px;font-size: 13px;text-align: left;}
}

p.submitTxt a {
	text-decoration: underline;
	color: #188dc8;
}

/* ----- リセットボタン ----- */
.contact_btn {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 100px;
}
@media (max-width: 768px) {
	.contact_btn {
	margin-top: 40px;
	margin-bottom: 60px;
	}
}
input#reset{
	width: 260px;
	text-align: center;
	background: #fff;
	border: 1px solid #7d7d7d;
	line-height: 50px;
	font-size: 15px;
	color: #7d7d7d;
	margin-right: 50px;
	cursor: pointer;
	border-radius: 5px;
}

span.hv {
	width: 280px;
	text-align: center;
	background: #fff;
	border: 1px solid #7d7d7d;
	line-height: 50px;
	font-size: 15px;
	color: #7d7d7d;
	margin-right: 50px;
	cursor: pointer;
	border-radius: 5px;
	padding: 15px 67px 16px;
}
@media (max-width: 768px) {
	input#reset,
	span.hv {
		-webkit-appearance: none;
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	span.hv {
		padding: 0;
		width: 260px;
		line-height: 46px;
	}
}
input#confirm,
input#submit {
	width: 260px;
	text-align: center;
	background: #2f77ad;
	border: 1px solid #2f77ad;
	line-height: 46px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
@media (max-width: 768px) {
	input#confirm,
	input#submit {
		display: block;
		margin: 20px auto 0;
	}
}

/*----------------------------------------------------

  ◆　contact head

----------------------------------------------------*/

#contact_mv{background: url(../images/top_contact.jpg)0 0 no-repeat;background-size: cover;}
#ttl_contact{background: url(../images/ttl_contact.png)0 0 no-repeat;background-size: contain;}


#contact_index{margin-top:100px;}
h2.contact_h2{box-sizing: border-box;background: #eee;width: 90%;max-width: 860px;margin: 0 auto;font-size: 18px;padding: 14px 0 12px 20px;border-top:2px solid #bb0000;}
#to_privacy{color:#0000dd;}


.contact_head{max-width:90%;width: 860px;margin:0 auto;padding-top: 30px;}
.contact_head_txt{font-size: 15px;text-align: left;padding-left: 20px;}
.confirm_head{max-width:90%;width: 860px;margin:0 auto;padding-top: 30px;text-align: center;}
@media (max-width: 768px) {
	#contact_index{margin-top:40px;}
	h2.contact_h2{font-size: 15px;padding: 14px 0 12px 10px;}
	.contact_head{max-width:95%;width: 900px;margin:0 auto;padding-top: 50px;}
	.contact_head_txt{font-size: 13px;text-align: left;padding-left: 10px;padding-right: 10px;}
	.confirm_head{padding-top: 20px;text-align: left;}
}

/*----------------------------------------------------

  ◆　thanks page

----------------------------------------------------*/
.thanks-ctn{ width:90%;max-width:800px;margin:0 auto;margin-top: 30px;margin-bottom:100px;font-size: 16px;}
.thanks-ctn p{font-size: 16px;}
.thanks-ctn ul{font-size: 16px;margin-top: 20px;}
.thanks-ctn ul li{list-style: none;}
@media (max-width: 768px) {
	.thanks-ctn {margin-top: 50px;margin-bottom:100px;}
	.thanks-ctn p{font-size: 13px;}
	.thanks-ctn ul{font-size: 13px;margin-top: 20px;}
}

