@charset "UTF-8";

.l-content .section .sectionInner{
    margin: auto;
    width: 930px;
}

.l-content .section .h2Ttl_about {
    font-size: 27px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.l-content .section .txt_bb35 {
    font-size: 35px;
	font-weight: bold;
}
.l-content .section .txt_bb35_bd {
    font-size: 35px;
	font-weight: bold;
	border-bottom: 5px solid #ffcc00;
	color: #0f218b;
}
.l-content .section .txt_bb25 {
    font-size: 25px;
	font-weight: bold;
}
.l-content .section .txt_bb27 {
    font-size: 27px;
	font-weight: bold;
}
.l-content .section .txt_bb29 {
    font-size: 29px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px solid #ffcc00;
}
.l-content .section .txt_colbl {
	color: #0f218b;
}
.l-content .section .txt_colyl {
	color: #ffcc00;
}

.l-content .section .sectionInner{
    margin: auto;
    width: 930px;
}
.l-content .section .sectionInner .box_problem {
    margin: 30px auto 0;
    width: 800px;
	background: #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}
.l-content .section .sectionInner .box_problem .txt {
	font-size: 23px;
	font-weight: bold;
}
.l-content .section .sectionInner .box_problem .pic {
	margin-left: 45px;
}

/* merit_area */
.l-content .section .merit_area {
	width: 900px;
	margin: 30px auto;
	display: block;	
}
.l-content .section .merit_area .merit_ttl {
	background: #0f218b;
	font-size: 27px;
	color: #fff;
	font-weight: bold;
    display: flex;
	width: 900px;
	padding: 10px 0 5px 20px;
	box-sizing: border-box;
	height: 60px;
	align-items: center;
}
.l-content .section .merit_area .merit_ttl .icon_txt {
	font-size: 21px;
	color: #0f218b;
	font-weight: bold;
	background: #ffffff;
	height: 34px;
	width: 105px;
	margin-right: 15px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 3px;
}

.l-content .section .merit_area .merit_box {
	background: #f8fbff;
	font-size: 21px;
	color: #333;
	width: 900px;
	padding: 20px 25px;
	box-sizing: border-box;
}
.l-content .section .merit_area .merit_box .txt {
    display: flex;
    justify-content: space-between;
	vertical-align: bottom;
}
.l-content .section .merit_area .merit_box .txt .pt10 {
	padding-top: 10px;
}
/* worry_area */
.l-content .section .worry_area {
	width: 880px;
	height: 120px;
	margin: 0 auto 0;
	border: 2px solid #4d4d4d;
	box-sizing: border-box;
	background: #fff;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.l-content .section .worry_area .worry_ttl_box {
	width: 140px;
	background: #4d4d4d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	height: 120px;
	padding-top: 10px;
	box-sizing: border-box;
}
.l-content .section .worry_area .worry_txt_box {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 736px;
}
.l-content .section .worry_area .worry_txt_box .txt_l {
	text-align: left;
	display: inline-block;
}

/* solution_area */
.l-content .section .solution_area {
	width: 880px;
	margin: 10px auto 60px;
	display: block;
	border: 2px solid #0b4ea2;
	box-sizing: border-box;
	background: #fff;
}
.l-content .section .solution_area .solution_ttl_box {
	width: 876px;
	background: #0b4ea2;
	color: #fff;
	text-align: center;
	height: 120px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 17px;
    display: flex;
	align-items: center;
}
.l-content .section .solution_area .solution_ttl_box .pic {
	width: 140px;
	text-align: center;
}
.l-content .section .solution_area .solution_ttl_box .ttl {
	font-size: 21px;
	font-weight: bold;
	display: block;
	text-align: left;
	padding-left: 50px;
}

.l-content .section .solution_area .solution_txt_box {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	width: 876px;
	box-sizing: border-box;
	background: #fff;
	display: block;
}
.l-content .section .solution_area .solution_txt_box .wrap {
    display: flex;
    justify-content: space-around;	
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
.l-content .section .solution_area .solution_txt_box .wrap .pic_01 {
	height: 270px;
}
.l-content .section .solution_area .solution_txt_box .wrap .pic_02 {
	width: 400px;
}
.l-content .section .solution_area .solution_txt_box .wrap .txt {
	text-align: left;
	font-size: 19px;
	padding-top: 15px;

}
