@charset "utf-8";
.ttle-h2 {
	font-size: 3rem;
	margin-bottom: 30px;
	color: #4c4c4c;
}

.ttle-h3 {
	font-size: 1.8rem;
	padding-bottom: 18px;
}

.ttle-h4 {
	padding-bottom: 7px;
	font-weight: bold;
}

.mb30 {
	margin-bottom: 30px;
}

.mainVisual {
	background: url(../img/main_bg.jpg) center center /cover no-repeat;
}

@media screen and (max-width: 768px) {
	.ttle-h2 {
		font-size: 1.6rem;
		margin-bottom: 28px;
		font-weight: bold;
		text-align: center;
	}
	.ttle-h3 {
		font-size: 1.5rem;
		padding-bottom: 22px;
	}
	.contentWrap {
		padding-bottom: 0;
	}
	.content {
		padding-top: 40px;
	}
	.is_pc {
		display: none;
	}
}


/*contactbox
-------------------------------------------------*/
.readText {
	margin: 0 0 70px;
}

.row {
	display: table;
}

.row_box {
	padding-bottom: 60px;

	display: table-cell;
}
.row_box-left {
	width: 510px;
}
.row_box-right {
	width: 406px;
}

.last {
	padding-bottom: 0;
}
.boxAttention_head {
	color: red;
	font-weight: bold;
}
.boxAttention_txt {
	line-height: 2;
}
.boxAttention_txt em{
	font-weight: bold;
	line-height: 2.4;
}
.boxAttention_txt_title {
	color: red;
}


@media screen and (max-width: 768px) {
	.readText {
		margin: 0 0 40px;
	}
	.row {
		display: block;
		width: 100%;
	}
	.row_box {
		display: block;
		width: 100%;
		padding-bottom: 40px;
	}
	.row_box:last-child {
		padding-bottom: 40px;
	}
	.row_box_inner {
		width: 100%;
		margin: 0;
	}
	.row-last:after {
		display: block;
	}
}


/*row_box_inner
-------------------------------------------------*/
.white_btn {
	text-align: center;
	line-height: 1;
	width: 224px;
	box-sizing: border-box;
	margin-bottom: 57px;
}

.white_btn a {
	padding: 15px 0;
	display: block;
}

.white_btn:hover a {
	color: #ffffff;
}

.white_btn:hover {
	background: #000;
}

.lineHeightS {
	line-height: 2.1;
}

@media screen and (max-width: 768px) {
	.white_btn a {
		font-size: 1.5rem;
	}
	.white_btn {
		height: 46px;
		width: 100%;
		margin-bottom: 33px;
	}
}
