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


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

PC設定 1200px以上の場合に適用 

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

/* mv */
.mv {
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url("/img/service/bg_mv.jpg");
}



/* sale */
.sale__h2 {
	text-align: center;
	margin-bottom: 50px;
}

.sale__box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sale__left {
	width: 45%;
}

.sale__right {
	width: 50%;
}

.sale__txt {
	margin-bottom: 30px;
}

.sale__img {
	display: block;
	width: 100%;
	height: auto;
}



/* assesment */
.assesment {
	background-color: #F7F7F7;
}

.assesment__h2 {
	text-align: center;
	margin-bottom: 50px;
}

.assesment__h3 {
	font-size: 24px;
	font-weight: 500;
	border-left: 7px solid #1b3190;
	padding-left: 15px;
	margin-bottom: 50px;
}

.assesment__feature {
	margin-bottom: 100px;
}

.assesment__feature-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.assesment__feature-item {
	width: 29%;
}

.assesment__feature-circle {
	width: 180px;
	height: 180px;
	background-color: #1b3190;
	margin: 0 auto 20px auto;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.assesment__feature-content {
	text-align: center;
}

.assesment__feature-point {
	font-size: 18px;
	color: #FFF;
	font-weight: 500;
}

.assesment__feature-point span {
	font-size: 24px;
	margin-left: 5px;
}

.assesment__feature-h4 {
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
}

.assesment__car-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.assesment__car-item {
	width: 30%;
	margin-bottom: 50px;
}

.assesment__car-icon {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto 10px auto;
}

.assesment__car-h4 {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.assesment__car-txt {
	text-align: center;
}

.assesment__method-box {
	display: flex;
	justify-content: space-between;
}

.assesment__method-item {
	width: 32%;
	background-color: #FFF;
	padding: 20px;
	border: 5px solid #EEE;
}

.assesment__method-h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}




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

タブレットの設定 960px~1199pxの場合に適用 

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

@media screen and (max-width: 1199px){


	
	
}



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

タブレットの設定 768px~959pxの場合に適用 

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

@media screen and (max-width: 959px){



	
}



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

SPの設定 767px以下の場合に適用 

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

@media screen and (max-width: 767px){

/* sale */
.sale__h2 {
	margin-bottom: 30px;
}

.sale__box {
	display: block;
}

.sale__left {
	width: 100%;
	margin-bottom: 30px;
}

.sale__right {
	width: 100%;
}

.sale__txt {
	margin-bottom: 20px;
}
	
.sale__btn {
	margin: 0 auto;	
}
	
	
	
/* assesment */
.assesment__h2 {
	margin-bottom: 30px;
}

.assesment__h3 {
	font-size: 16px;
	border-left: 5px solid #1b3190;
	padding-left: 10px;
	margin-bottom: 30px;
}

.assesment__feature {
	margin-bottom: 60px;
}

.assesment__feature-box {
	display: block;
}

.assesment__feature-item {
	width: 100%;
	margin-bottom: 30px;
}

.assesment__feature-circle {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px auto;
}

.assesment__feature-point {
	font-size: 14px;
}

.assesment__feature-point span {
	font-size: 20px;
	margin-left: 3px;
}

.assesment__feature-h4 {
	font-size: 16px;
}

.assesment__car-item {
	width: 45%;
	margin-bottom: 30px;
}

.assesment__car-icon {
	max-width: 125px;
}

.assesment__car-h4 {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}


.assesment__method-box {
	display: block;
}

.assesment__method-item {
	width: 100%;
	padding: 15px;
	border: 3px solid #EEE;
	margin-bottom: 20px;
}

.assesment__method-h4 {
	font-size: 15px;
	margin-bottom: 5px;
}


	
	
	
}