@charset "utf-8";
/* CSS Document */
#reason {
	color: #424242;
	width: 100%;
}

#reason .reasonall {
 padding: 15px;
	background-color: #d9edfd;
}
#reason .reasonall .list01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -60px;
	margin-left: -17px;
	margin-bottom: 20px;
}
#reason .reasonall .list01 li {
	max-width: 225px;
}
#reason .box01 .inner {
	background-color: #fff;
	padding: 15px;
}
#reason .box01 .inner .con {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: bold;
	text-align: justify;
	line-height: 2;
}
#reason .box01 .inner .con p {
	margin-right: 15px;
}
#reason .box01 .inner .con .img {
	max-width: 288px; 
}
#reason .title02 {
	max-width: 590px;
	margin: 10px auto 0;
}
#reason .ao {
	color: #09d3ff;
	font-weight: bold;
	display: inline;
	font-size: 35px;
	box-sizing: border-box;
	border-bottom: 2px solid;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
#reason .ao p {
	display: inline;
}
#reason .only {margin-top: -20px;}
#reason .box02 .inner {
	background-color: #fff;
	padding: 15px;
}
#reason .box02 .inner .con {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: bold;
	text-align: justify;
	line-height: 2;
}
#reason .box02 .inner .con p {
	margin-right: 15px;
}
#reason .box02 .inner .con .img {
	max-width: 288px; 
}
#reason .box03 .inner {
	background-color: #fff;
	padding: 15px;
}
#reason .box03 .inner .con {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: bold;
	text-align: justify;
	line-height: 2;
}
#reason .box03 .inner .con p {
	margin-right: 15px;
}
#reason .box03 .inner .con .img {
	max-width: 288px; 
}
#reason .box02 h2,#reason .box03 h2 {
	margin-top: 20px;
}
#reason .box03 .ao p {
	font-size: 28px;
}
