@charset 'UTF-8';
.mainimg{
/*	background: none;*/
	padding: 0;
	margin:0 auto;
}
.mainimg {
	background:url(../image/bg12.png)left top 40px no-repeat,
				url(../image/bgright.png)right top 40px no-repeat,
				url(../image/bg09.png)right bottom no-repeat,
				url(../image/bg10.png)left bottom no-repeat,
				url(../image/mainbg.jpg)center bottom no-repeat;
}
.mainimg h2{
	background: none;
	padding: 0;
}
.section {
    margin: 0 auto 90px;
}
.index-care .image{
	max-width: 430px;
	width: 100%;
}
.index-care dt{
	margin-bottom: 45px;
}
.index-care dd{
	letter-spacing: 0.03em;
}
/* .index-care */
.index-loss .bg-title{
	text-align: center;
}
.index-loss .bg-title span{
	color: #333333;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 18px 70px;
	display: inline-block;
	margin-bottom: 30px;
	background: url('../image/bg05.png') left center no-repeat,
	url('../image/bg06.png') right center no-repeat;
}
.index-loss ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 40px;
}
.index-loss ul li{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #F9F8EA;
	font-size: 2.6rem;
	height: 80px;
	font-weight: bold;
	line-height: 1.2;
	max-width: 240px;
	width: 100%;
	background: #3064B7;
	border-radius: 40px;
	margin: 0 20px;
}
.index-loss ul li:nth-child(2)::before{
	content: '';
	position: absolute;
	width: 21px;
	height: 21px;
	left: -30px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url('../image/bg07.png') center no-repeat;
}
.index-loss ul li:nth-child(2)::after{
	content: '';
	position: absolute;
	width: 21px;
	height: 21px;
	right: -30px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url('../image/bg07.png') center no-repeat;
}
.index-loss ul li span.top{
	padding-top: 5px;
}
.index-loss ul li span.bottom{
	font-size: 1.4rem;
/*	display: block;*/
	margin-top: -24px;
}

.index-loss .box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 55px;
}
.index-loss .text_box{
	width: 545px;
}
.index-loss .article{
	width: 300px;
	margin-right: 30px;
}
.index-loss dl{
	margin-bottom: 28px;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 4px;
	-webkit-justify-content: center;
	justify-content: center;
	border-bottom: 2px solid #EF530F;
	color: #EF530F;
	font-weight: bold;
}
.index-loss dt{
	font-size: 1.6rem;
	line-height: 1.5;
	margin-right: 15px;
}
.index-loss dd{
	font-size: 5.2rem;
	line-height: 1;
}
.index-loss dd span{
	font-size: 3.0rem;
	margin-left: 10px;
}
.index-loss .title{
	font-weight: bold;
}
.index-loss .btn a{
	display: block;
	width: 360px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #EF530F;
	border: 3px solid #CC3E0D;
	border-radius: 10px;
	font-size: 1.8rem;
	color: #FFFFFF;
	margin: 0 auto;
}
.index-loss .btn a span{
	padding-left: 30px;
	background: url('../image/icon04.png') left top 2px no-repeat;
}
.index-loss .btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}
/* .index-loss */
.index-problem{
	border: 2px solid #D6CB63;
	padding: 48px 40px 44px;
	background: #FFFFFF;
}
.index-problem .title{
	font-size: 2.6rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #333333;
	margin-bottom: 41px;
}
.index-problem .box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: url('../image/icon_border.png') top center no-repeat;
}
.index-problem .article{
	max-width: 350px;
	width: 100%;
}
.index-problem .box01{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 28px;
}
.index-problem .image{
	margin-right: 10px;
}
.index-problem .inner{
	width: 274px;
}
.index-problem .inner p{
	font-size: 1.2rem;
	color: #EF530F;
	line-height: 2.16666;
	margin-bottom: 4px;
}
.index-problem .inner li{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4444;
	padding: 3px 0 3px 40px;
	margin-bottom: 11px;
	background: url('../image/icon05.png') left top no-repeat;
}
.index-problem .inner li:last-child{
	margin-bottom: 0;
}
/* .index-problem  */
.index-gallery .title{
	text-align: center;
	margin-bottom: 30px;
}
.index-gallery .imgbox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: url('../image/icon06.png') center top 180px no-repeat;
}
.index-gallery .imgbox .before,
.index-gallery .imgbox .after {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 400px;
}
.index-gallery .imgbox .before:nth-child(2n),
.index-gallery .imgbox .after:nth-child(2n) {
	margin-right: 0;
}

.index-gallery .imglist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.index-gallery .imglist .square {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 90px;
	margin: 13px 13px 0 0;
} 
.index-gallery .imglist .square:nth-child(4n){
	margin-right: 0;
}
.index-gallery .text {
	margin-top: 24px;
}
/* .index-gallery */
.index-people .image{
	max-width: 430px;
	width: 100%;
	margin-left: 35px;
}
.index-people ul.check{
	margin-bottom: 45px;
}
.index-people ul.check li{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4444;
	padding: 3px 0 3px 40px;
	background: url('../image/icon07.png') left center no-repeat;
	margin-bottom: 10px;
}
.index-people .btn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 40px;
}
.index-people .btn li{
	margin: 0 20px;
}
.index-people .btn a{
	display: block;
	background: #EF530F;
	border: 3px solid #CC3E0D;
	border-radius: 10px;
	text-align: center;
	width: 360px;
	height: 70px;
	line-height: 70px;
	font-size: 1.8rem;
	color: #FFFFFF;
}
.index-people .btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.index-people .btn a span{
	padding-left: 30px;
	background: url('../image/icon04.png') left center no-repeat;
}
/* news
------------------------------*/
.index-news{
	margin-bottom: 0;
}
.news-box {
	margin-bottom: 20px;
}