@charset 'UTF-8';
.mainimg{
	background: url('../image/main_bg.jpg') repeat;
	text-align: left;
	overflow: hidden;
	padding: 60px 0 0px;
}
.mainimg__box{
	max-width: 1120px;
	margin: 0 auto;
	background: none;
	padding: 0;
}
.mainimg__box:before{
	content: none;
}
.mainimg__box .text{
	position: absolute;
	font-weight: bold;
	font-size: 1.6rem;
	color: #874C12;
	line-height: 1.6875;
	right: 0;
	top:60px;
}

.mainimg img{
	position: relative;
	max-width: initial;
	left: 50%;
	transform: translateX(-50%);
}
.main {
	padding: 90px 0;
}

/*--------------------------------*/

.index-symptoms .title {
	margin-bottom: 30px;
	font-size: 3rem;
	line-height: 1.75;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 20px 0 18px;
	background: none;
}
.index-symptoms .info{
	background: #593918;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	color: #fff;
	margin-bottom: 22px;
}
.index-symptoms .info ul{
	padding-left: 35px;
	max-width: 273px;
}
.index-symptoms .info li{
	padding-left: 30px;
	background: url("../image/check.png") left center no-repeat ;
}
.index-symptoms .text{
	margin-bottom: 25px;
}
.index-symptoms .button{
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-symptoms .button li{
	width: 287px;
	margin: 0 22px;
	border: 1px solid #FFA124;
	height: 63px;
	position: relative;
}
.index-symptoms .button li a{
	position: absolute;
	top: -5px;
	left: -5px;
	text-align: center;
	display: block;
	width: 287px;
	line-height: 63px;
	padding-right: 40px;
	font-size: 2rem;
	text-decoration: none;
	font-weight: bold;
	background: #FFA124 url("../image/icon_more.png") right 27px center no-repeat;
	color: #3D1F04;
	transition: 0.2s top,0.2s left;
}
.index-symptoms .button li a:hover{
	top: 0;
	left: 0;
}
/*--------------------------------*/
.index-about{
	margin-bottom: 125px;
}
.index-about .box01{
	margin-bottom: 70px;
}
.index-about .box01 .image{
	width: 400px;
}
.index-about .box02{
	background: #F2F2F2;
	padding: 50px 50px 42px;
}
.index-about .box02 .box + .box{
	margin-top: 62px;
}
.index-about .box02 .box{
	position: relative;
}
.index-about .box02 .title{
	position: absolute;
	left:0;
	top:0;
	background: #593918;
	color: #fff;
	font-weight: bold;
	font-size: 3.1rem;
	padding: 2px 20px 0;
	line-height: 1.58;
}
.index-about .box02 .image{
	margin-bottom: 12px;
}
/*------------------------------*/
.index-point{
	margin-bottom: 40px;
}
.index-point .big-title{
	text-align: center;
	color: #333;
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.75;
}
.index-point .big-title span{
	display: inline-block;
	position: relative;
	z-index: 9;
}
.index-point .big-title span:before{
	content: '';
	background: url(../image/bg02.png) center no-repeat;
	width: 108px;
	height: 56px;
	top: -10px;
	left: -60px;
	position: absolute;
	z-index: -9;
}
.index-point .box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.index-point .box .article{
	width: 200px;
	height: 200px;
	margin: 0 10px 30px;
	border: 2px solid #593918;
	border-radius: 200px;
	text-align: center;
	padding: 37px 0px 37px;
}
.index-point .box .title{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.33;
	color: #333333;
	margin-top: 10px;
}
.index-point .box .button{
	width: 200px;
	height: 200px;
	text-align: center;
	margin: 0 10px 30px;
	background: url("../image/bg03.png") center no-repeat;
}
.index-point .box .button a{
	color: #fff;
	text-decoration: none;
	font-size: 1.8rem;
	line-height: 1.33;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 200px;
	width: 200px;
	height: 200px;
	background: rgba(51, 51, 51, 0.8) url("../image/icon_more.png") bottom 40px center no-repeat;
}
.index-point .box .button a span{
	display: inline-block;
	padding: 33px 0 15px ;
	background: url("../image/c_mail.png") top center no-repeat;
}
.index-point .box .button a:hover{
	opacity: 0.8;
}
/*-----------------------*/
.index-news .news-box{
	margin-bottom: 20px;
}
.index-news .news .box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 7px 0 5px;
	font-size: 1.4rem;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.index-news .date{
	margin-right: 20px;
	min-width: 83px;
}
.index-news .text{
	display: none;
}
.index-news  .button a{
	display: block;
	margin: 0 0 0 auto;
	width: 125px;
	text-decoration: none;
	text-align: left;
	line-height: 1.2;
	color: #FFA124;
	font-weight: normal;
	transition-duration: 0.5s;
	background: url("../image/icon04.png") center right 20px no-repeat;
}
.index-news  .button a:hover{
	background: url("../image/icon04.png") center right 15px no-repeat;
}