@charset "utf-8";
#PC----------------{}
#_title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
	width: 100%;
	background-color: #325CA6;
	background-image: url(../images/features/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}
._title_big {
	font-size: 50px;
}

#_main_all {
	background-image: url(../images/common/etc_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #e6ebef;
	padding-top: 70px;
	padding-bottom: 70px;
	line-height: 1.7;
}
._main{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 30px 0px #a1a1a1;
}
._wide1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

._fea_line {
	background-image: url("/images/features/no01_bk.png"),
                    url("/images/features/no01_bk.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	background-size: 100% 8px, 100% 8px; /* 横100%、高さ8pxで固定 */
	padding-bottom: 100px;
}
._fea_sub_title {
	font-size: 40px;
	font-weight: bold;
	color: #05376e;
	text-align: center;
	padding-top: 50px;
}
._fea_box1 {
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 2%;
	row-gap: 20px;
	margin-top: 50px;
}
._fea_box1_txt01 {
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #05376e;
}
._fea_sub_title02 {
	font-size: 40px;
	font-weight: bold;
	color: #05376e;
	text-align: center;
	padding-top: 100px;
}
._fea_box2 {
	display: grid;
	grid-template-columns: 246px 1fr;
	column-gap: 36px;
	row-gap: 48px;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
}
._fea_box2 img {
	padding-left: 60px;
}
._fea_basic_t {
	color: #05376e;
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to right, #fff4d9, #eff7d6);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 100px;
}
._fea_line02 {
	background-image: url("/images/features/no02_bk.png"),
                    url("/images/features/no02_bk.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	background-size: 100% 8px, 100% 8px; /* 横100%、高さ8pxで固定 */
	padding-bottom: 100px;
	margin-top: 100px;
}
._fea_no02_sub_title {
	font-size: 40px;
	font-weight: bold;
	color: #05376e;
	text-align: center;
	padding-top: 50px;
}
._fea_no02_txt01 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
._fea_no02_txt02 {
	font-size: 18px;
	text-indent: 1em;
	line-height: 2;
}
._fea_no02_txt03 {
	text-align: center;
	padding-top: 50px;
	font-size: 18px;
	font-weight: bold;
}
._fea_no02_txt03 span {
	font-size: 30px;
	padding-left: 20px;
}




#end_pc----------------{}
@media screen and (max-width: 737px){
#SP-------------------{}
#_title {
	height: 320px;
	font-size: 20px;
	background-size: cover;
}
._title_big {
	font-size: 30px;
}
._main{
	width: 100%;
}
._wide1000 {
	width: calc(100% - 32px);
}
._fea_line {
	padding-bottom: 50px;
}
._fea_sub_title {
	font-size: 26px;
}
._fea_box1 {
	display: grid;
	grid-template-columns: 100%;
	column-gap: 0%;
}
._fea_box1_txt01 {
	font-size: 20px;
}
._fea_sub_title02 {
	font-size: 26px;
	padding-top: 50px;
}
._fea_box2 {
	grid-template-columns: 100%;
	column-gap: 0px;
	row-gap: 12px;
	font-size: 20px;
	margin-top: 30px;
}
._fea_box2 img {
	padding-left: 0px;
	width: 120px;
}
._fea_basic_t {
	font-size: 23px;
	margin-top: 50px;
}
._fea_line02 {
	padding-bottom: 50px;
	margin-top: 50px;
}
._fea_no02_sub_title {
	font-size: 26px;
}
._fea_no02_txt01 {
	font-size: 20px;
	padding-top: 30px;
}
._fea_no02_txt02 {
	font-size: 16px;
	line-height: 1.6;
}
._fea_no02_txt03 {
	padding-top:30px;
	font-size: 16px;
}
._fea_no02_txt03 span {
	font-size: 20px;
	padding-left: 0px;
	padding-top: 10px;
}
#end_sp----------------{}
}
