@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 index

*************************************************/


/* article
----------------------------------------*/
article {
	background-color: #f8f8fa;
}

/* wrap
----------------------------------------*/
#container .wrap {
	max-width: 1090px;
	margin: 0 auto;
	padding: 180px 25px 50px;
}
#container h2 {
	margin-bottom: 60px;
	font-size: 30px;
	color: #1a305b;
	line-height: 1.6;
	text-align: center;
}
#container .underText {
	font-size: 20px;
	color: #1a305b;
	font-weight: 500;
	text-align: center;
}
@media only screen and (max-width:767px) {
	#container .wrap {
		padding-top: 50px;
	}
	#container h2 {
		margin-bottom: 30px;
		font-size: 20px;
		font-weight: 700;
	}
	#container .underText {
		font-size: 15px;
	}
}

/* contentsBox
----------------------------------------*/
.contentsBox + .contentsBox {
	margin-top: 60px;
}
.contentsBox.mt {
	margin-top: 110px;
}
.contentsBox h3 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
}
.contentsBox h3 span {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.contentsBox h3 span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width:100%;
	height: 4px;
	border-radius: 4px;
	background-color: #000;
}
.contentsBox h3 span:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	margin-right: -10px;
	border-radius: 4px;
	background-color: #000;
}
.contentsBox .inText {
	margin-top: 30px;
}
.contentsBox .inText p {
	font-size: 18px;
	font-weight: 500;
}
.contentsBox .inText p .fax{
	display: inline-block;
	margin-left: 30px;
}
.contentsBox .inText p + p {
	margin-top: 50px;
}
.contentsBox .inText .dotsList {
	margin-top: 40px;
}
.contentsBox .inText .dotsList li {
	position: relative;
	padding-left: 1em;
	font-size: 18px;
	font-weight: 500;
}
.contentsBox .inText .dotsList li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '・';
}
@media only screen and (max-width:767px) {
	.contentsBox.mt {
		margin-top: 70px;
	}
	.contentsBox + .contentsBox {
		margin-top: 50px;
	}
	.contentsBox h3 {
		font-size: 16px;
	}
	.contentsBox h3 span:before {
		height: 2px;
	}
	.contentsBox h3 span:after {
		width: 2px;
		height: 2px;
	}
	.contentsBox .inText {
		margin-top: 20px;
		padding: 0 17px;
	}
	.contentsBox .inText p,
	.contentsBox .inText .dotsList li {
		font-size: 15px;
	}
	.contentsBox .inText p + p,
	.contentsBox .inText .dotsList {
		margin-top: 30px;
	}
}