@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

.headLine h2::after {
	width: 0;
}

.contTab {
	margin-top: 54px;
	border-bottom: 1px solid #ccc;
}

.contTab ul {
	margin: 0 auto;
	width: 600px;
}

.contTab li {
	margin-bottom: -1px;
	width: 50%;
	float: left;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	background: #f4f4f4;
}

.contTab li:last-child {
	border-right: 1px solid #cccccc;
}

.contTab li.contCurr {
	font-weight: bold;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.contTab li a {
	padding: 15px 0;
	display: block;
	transition: background .6s ease;
}

.contTab li a:hover {
	background: #fff;
}

.conInfo {
	margin: 83px auto 0;
	width: 800px;
}

.conInfo > p {
	margin-bottom: 89px;
	font-size: 14px;
	line-height: 1.88;
	letter-spacing: .3px;
}

.mailForm input::-webkit-input-placeholder {
	color: #999999;
}

.mailFormt input:-moz-placeholder {
	color: #999999;
}

.mailForm input::-moz-placeholder {
	color: #999999;
}

.input-text input:-ms-input-placeholder {
	color: #999999;
}

.contH3 {
	font-size: 18px;
	position: relative;
}

.contH3:after {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -4px;
	content: "";
	background: #7d7d7d;
}

.contH3 span {
	font-size: 14px;
	letter-spacing: 2px;
}

.contPhone {
	margin-bottom: 89px;
}

.contPhone h3 {
	margin-bottom: 34px;
}

.contPhone li {
	width: 33.3%;
	float: left;
}

.contPhone li p {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.contPhone li span {
	font-size: 15px;
	display: block;
	white-space:nowrap;
	letter-spacing: 2.3px;
}

.contForm h3 {
	margin-bottom: 55px;
}

.contForm .contList {
	margin-bottom: 51px;
}

.contList {
	color: #999999;
	font-size: 14px;
	text-align: center;
}

.contList li {
	margin-left:-19px;
	padding: 15px 20px;
	width: 284px;
	position: relative;
	float: left;
	letter-spacing: 1px;
	box-sizing: border-box;
	background: url(../image/img_02.png) center no-repeat;
	background-size: 100% 100%;
}

.contList li:first-child {
	padding-left: 0;
	margin-left: 0;
	width: 279px;
	background-image: url(../image/img_01.png);
}

.contList li:last-child {
	width: 274px;
	background-image: url(../image/img_03.png);
}

.contList li img {
	width: 20px;
	position: absolute;
	top: 0;
	right: -20px;
}

.contList li.contFormCurr {
	color: #fff;
	background-image: url(../image/img_01_curr.png);
}

.mailForm {
	margin-bottom: 33px;
}

.mailForm input[ type = 'text'],
.mailForm input[ type = 'email'],
.mailForm input[ type = 'tel'],
.mailForm input[ type = 'submit'],
.mailForm select,
.mailForm textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

.mailForm dl input,
.mailForm dl select,
.mailForm dl textarea {
	font-size: 14px;
}

.mailForm dl {
	margin-bottom: 62px;
}

.mailForm dt {
	margin-top: 10px;
	float: left;
	font-weight: bold;
	overflow: hidden;
}

.mailForm dt p {
	min-width: 121px;
	float: left;
	font-size: 14px;
}

.mailForm dt span {
	padding: 3px 8px;
	color: #fff;
	font-size: 10px;
	background: #00347e;
}

.mailForm dd {
	margin-left: 208px;
	padding-bottom: 34px;
	overflow: hidden;
}

.mailForm dd p {
	margin-top: 12px;
	font-size: 12px;
	letter-spacing: .6px;
}

.mailForm dl textarea {
	padding: 5px;
	width: 100%;
	height: 190px;
	resize: none;
	box-sizing: border-box;
	border: 1px solid #999999;
}

.mailForm dl input {
	padding: 5px 12px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #999999;
}

.mailForm input[ type = 'checkbox'] {
	padding: 0;
	width: auto;
	height: auto;
	float: left;
}

.line {
	width: 42px;
	height: 40px;
	display: block;
	float: left;
	position: relative;
}

.line:after {
	width: 12px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "";
	background: #000;
}

.mailForm dd.check label {
	margin-bottom: 12px;
	display: block;
	font-size: 14px;
}

.mailForm dd.check label:first-child {
	margin-top: 10px;
}

.mailForm dd.check label:last-child {
	margin-bottom: 0;
}

.mailForm dd.check span {
	margin-left: 25px;
	letter-spacing: .6px;
	display: block;
}

.mailForm dt.text {
	margin-top: 0;
}

.submit li {
    display: inline-block;
}

.submit input {
	cursor: pointer;
	background: #fff;
}

.mailForm-confirm table{width: 100%;margin-bottom: 50px;}
.mailForm-confirm table th{ width:25%;  border-bottom:1px dotted #cecece; padding:20px 0; vertical-align:top;}
.mailForm-confirm table th img{ margin-right:5px; vertical-align:middle;}
.mailForm-confirm td{ width:75%; border-bottom:1px dotted #cecece; padding:20px 0; vertical-align:top;}


@media all and (min-width: 0) and (max-width: 767px) {
	.contTab {
		margin-top: 42px;
	}
	
	.contTab ul {
		width: auto;
	}
	
	.contTab li {
		font-size: 12px;
		letter-spacing: 1px;
	}
	
	.contTab li a {
		padding: 11px 0;
	}
	
	.contTab li a:hover {
		background: none;
	}
	
	.conInfo {
		margin-top: 42px;
		width: auto;
	}
	
	.conInfo > p {
		margin-bottom: 41px;
		font-size: 13px;
		line-height: 1.61;
	}
	
	.contH3 {
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: 1px;
	}
	
	.contH3 span {
		font-size: 12px;
		letter-spacing: 1.5px;
	}
	
	.contPhone h3 {
		margin-bottom: 38px;
	}
	
	.contH3::after {
		bottom: -11px;
	}
	
	.contPhone {
		margin-bottom: 18px;
	}
	
	.contPhone li {
		margin: 0 0 22px 0;
		width: 100%;
	}
	
	.contPhone li:last-child {
		width: 50%;
		float: left;
	}
	
	.contPhone li p {
		margin-bottom: 4px;
		font-size: 12px;
	}
	
	.contPhone li span {
		font-size: 15px;
		letter-spacing: 2px;
	}
	
	.contForm h3 {
		margin-bottom: 47px;
	}
	
	.contForm .contList {
		margin-bottom: 34px;
	}
	
	.contList {
		font-size: 12px;
	}
	
	.contList li {
		padding: 15px 3%;
		margin-left: -2.15%;
		width: 34%;
	}
	
	.contList li span {
		display: inline-block;
		text-align: left;
	}
	
	.contList li span br {
		display: inline !important;
	}
	
	.contList li:first-child,
	.contList li:last-child {
		width: 35%;
	}
	
	.mailForm {
		margin-bottom: 0;
	}
	
	.mailForm dl {
		margin-bottom: 20px;
	}
	
	.mailForm dt {
		margin: 0 0 15px;
		float: none;
	}
	
	.mailForm dt p {
		margin: 1px 18px 0 0;
		min-width: auto;
		font-size: 13px;
	}
	
	.mailForm dt span {
		padding: 2px 8px;
	}
	
	.mailForm dd {
		padding-bottom: 28px;
		margin-left: 0;
	}
	
	.mailForm dl input, 
	.mailForm dl select, 
	.mailForm dl textarea {
		font-size: 13px;
	}
	
	.mailForm dl input,
	.mailForm input.company {
		width: 100%;
	}
	
	.mailForm dl textarea {
		height: 212px;
	}
	
	.mailForm input.phone {
		width: 27%;
	}
	
	.line {
		width: 9%;
	}
	
	.line::after {
		width: 33.33%;
	}
	
	.mailForm input.phone1 {
		width: 30.3%;
	}
	
	.mailForm dt.checkDt {
		margin-bottom: 13px;
	}
	
	.mailForm dd.check label {
		margin-bottom: 14px;
		font-size: 13px;
	}
	
	.mailForm dd.check label:first-child {
		margin-top: 0;
	}
}


/*------------------------------------------------------------
	fin
------------------------------------------------------------*/
.finInfo {
	margin: 86px auto 100px;
	width: 800px;
}

.finInfo .contList {
	margin-bottom: 71px;
}

.finList li.contFormCurr {
	background-image: url(../image/img_03_curr.png);
}

.finInfo p {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
}

.finInfo p.finP1 {
	margin: 36px 0 91px;
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 2.15;
	letter-spacing: .5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.finInfo {
		margin: 50px 0 0;
		width: auto;
	}

	.finInfo .contList {
		margin-bottom: 35px;
	}

	.finInfo p {
		font-size: 16px;
		line-height: 1.75;
	}
	
	.finInfo p.finP1 {
		margin: 15px 0 44px;
		font-size: 13px;
		line-height: 1.86;
	}
	
	.iphone5 .mailForm dd.check span {
		letter-spacing: -.5px;
	}
}

@media all and (min-width: 320px) and (max-width: 374px) {
	.contList li:first-child,
	.contList li:last-child {
		padding-right: 0%;
	}
		
	.submit li {
		margin: 0;
		width: 100%;
	}
}


.coution{ font-size:1.2rem; font-size:12px; color:#c00;margin-bottom: 40px; }
.mailForm dl .fborderR{ border:1px solid #c00;}

.privacyBox{ width:100%; height:200px; overflow-y: scroll; border:1px solid #b8b8b8; padding: 20px; margin-bottom:40px; box-sizing:border-box;}
.privacyBox h4{ margin:0 0 20px; font-size:18px; font-weight:bold;}
.privacyBox p{ margin-bottom:20px;}
.privacyBox dl{ margin-bottom:20px; padding:0;}
.privacyBox dt{ float:none; margin-bottom:5px}
.privacyBox dd{ margin:0 0 20px; padding:0;}
.privacyBox p.textRight{ text-align:right;}
p.textCenter{ text-align:center; margin:0 auto 20px;}


.mailForm dt p span {
    padding:0;
    color: #f00;
    font-size:14px;
    background:none;
}

.mailForm-confirm th span{ color: #f00; font-size:14px;}
