﻿
/* -------------------------------------------------- 各ページコンテンツ共通 ----------------------------------------------------- */
.top-img-wrapper {
	background: url(../img/service_top.png) center / cover;
	position: relative;
	height: 400px;
}
.main-contents-wrapper {
    margin: 0 auto 80px;
}
.main-contents-wrapper p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	color: #000000;
}
.main-contents-wrapper02 {
	width: 100%;
	min-width: 330px;
	margin: 0 auto 200px;
	box-sizing: border-box;
	max-width: 1000px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.main-contents-wrapper02 p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 30px;
	color: #000000;
}


.intro {
	width: 90%;
	margin: 0 auto 130px auto;
}

h2 {
	position: absolute;
	width: 100%;
	height: 400px;
	text-align: center;
	font-weight: bold;
	font-size: 62px;
	font-style: oblique;
	color: #fff;
	line-height: 400px;
}
h3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.7;
	color: #000000;
	margin-bottom: 30px;
}
h4 {
	margin: 0px auto;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0;
    color: #000000;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    height: 100px;
}
.intro {
	margin: 0 auto 80px auto;
}
.about__block {
	padding: 20px 3%;
	text-align: center;
	width: calc(100% / 3);
	height: auto;
	box-sizing: border-box;
}

.about__gray {
	background-color: #eee;
}
/* 「詳しく見る」ボタン */
.detail-btn{
    display:block;
    box-sizing:border-box;
    margin:0 auto;
    line-height:70px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    background-color:#000;
    border:3px solid #000;
}
.detail-btn:hover{
    color:#000;
    background-color:#FFE400;
}

/* -----------------------------------------レスポンシブ----------------------------------------- */
@media screen and (max-width: 1280px) {
	.top-img-wrapper {
		height: 180px;
	}
	.main-contents-wrapper p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 40px;
		line-height: 180px;
	}
	h3 {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 25px;
	}
	h4 {
		font-size: 18px;
		line-height: 27px;
	}
	.about__block br, .intro br {
		display: none;
	}
	.about__block img {
		height: 45px;
	}
	.about__block {
		width: 100%;
	}	
.main-contents-wrapper02 {
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}
}