@charset "utf-8";

/* 特長
------------------------------------------------------------*/
.head_imgarea_bg {
	background-image: url("../img/features/head_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.features_area {
	padding-top: 3%;
	padding-bottom: 5%;
	position: relative;	
}
.features_area2 {
    padding-top: 3%;
    padding-bottom: 5%;
    position: relative;
    background-color: #fdf9f5;
}

.features_box {
	padding-bottom: 5%;
}
.features_box img {
	padding-top: 10px;
	padding-bottom: 10px;
}


.features_mainttl {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 20px;
    font-family: 'Noto Serif JP', serif;
    background-color: #334f83;
    text-align: center;
	margin-bottom: 20px;
}
.features_read {
    font-size: 34px;
    color: #000;
    font-weight: bold;    
    text-align: center;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
}
.features_read2 {
    font-size: 20px;
    color: #334f83;  
    text-align: center;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: 20px;
}
.features_h3 {
    font-size: 26px;
    color: #28395a; 
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: 20px;
}
.features_tx {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
@media (max-width: 768px)  {
.features_mainttl {
    font-size: 20px;    
}
.features_read {
    font-size: 20px;    
}
.features_read2 {
    font-size: 16px;      
    text-align: left;    
}
.features_h3 {
    font-size: 22px;    
}
.features_tx {
    font-size: 16px;    
}
}
/* サービスの特長
------------------------------------------------------------*/


.service_box {
    background-color: #f2f5f5;    
}
.service_box2 {
    margin-bottom: 20px; 
}

.service_name {
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-top: 10px;
    font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.service_name:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 30px;
	height: 3px;
	left: 25px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #002364;
	border-radius: 2px;
}
.service_tx {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.features_img  {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

@media (max-width: 768px)  {
.service_name {
    font-size: 18px;    
}

.service_tx {
    font-size: 14px;    
}
}