@charset "utf-8";





@import url("/common/css/reset.css");
@import url("/common/css/base.css?20210729");





#mainv_box {
}
#mainv {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;

	text-align: center;
}



#main_box {
	padding: 40px 0 60px;
}
#main {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.main_text {
	margin-bottom: 30px;
	text-align: center;
	font-size: 137.5%;
	font-weight: 700;
}

#home_banner {
	overflow: hidden;
}
#home_banner a {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 49%;
	min-height: 163px;
	margin-bottom: 20px;
	padding: 30px 20px 10px 232px;
	border-radius: 5px;
	background: no-repeat center left;
	border: 1px solid #ffb033;
	text-decoration: none;
	color: #403524;
}
@media screen and (max-width: 1120px) {
	#home_banner a {
		padding: 2% 1% 1% 232px;
	}
}/* 閉じカッコ */
#home_banner a:hover {
	opacity: 0.8;
}
#home_banner a:nth-of-type(2n+1) {
	margin-right: 2%;
	clear: left;
}
#home_banner a#b01 {
	background-color: #fee;
	background-image: url('/images/home/banner_bg01.png');
}
#home_banner a#b02 {
	background-color: #eef7ff;
	background-image: url('/images/home/banner_bg02.png');
}
#home_banner a#b03 {
	background-color: #f6ffee;
	background-image: url('/images/home/banner_bg03.png')
}
#home_banner a#b04 {
	background-color: #f5f5f5;
	background-image: url('/images/home/banner_bg04.png');
}
#home_banner a#b05 {
	width: 68%;
	padding-left: 290px;
	background: #fff8ee url('/images/home/banner_bg05.png') no-repeat left bottom;
}
#home_banner a#b06 {
	width: 30%;
	padding: 30px 20px 10px;
	background: #f7faff url('/images/home/banner_blank.png') no-repeat right 10px top 10px;
	border: 1px solid #023894;
}
@media screen and (max-width: 768px) {
	#home_banner a {
		float: none;
		width: 100%;
		padding-left: 32px;
	}
	#home_banner a#b01 {
		background-color: rgba(255,238,238,0.7);
		background-blend-mode: lighten;
	}
	#home_banner a#b02 {
		background-color: rgba(238,247,255,0.7);
		background-blend-mode: lighten;
	}
	#home_banner a#b03 {
		background-color: rgba(246,255,238,0.7);
		background-blend-mode: lighten;
	}
	#home_banner a#b04 {
		background-color: rgba(245,245,245,0.7);
		background-blend-mode: lighten;
	}
	#home_banner a#b05 {
		width: 100%;
		max-width: 700px;
		margin-right: auto;
		margin-left: auto;
		padding: 30px 20px 80px;
		background-color: rgba(255,248,238,0.7);
		background-blend-mode: lighten;
		background-position: right bottom;
	}
	#home_banner a#b06 {
		width: 100%;
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	#home_banner a:nth-of-type(2n+1) {
		margin-right: 0;
	}
}/* 閉じカッコ */


.home_banner_heading {
	text-indent: -12px;
	margin-bottom: 12px;
	font-size: 137.5%;
	font-weight: 700;
}
.home_banner_heading::before {
	content: url('/images/home/banner_arrow.png');
	display: inline-block;
	vertical-align: middle;
}
#home_banner a#b05 .home_banner_heading {
	text-indent: 0;
}
#home_banner a#b05 .home_banner_heading::before {
	content: normal;
}
.home_banner_heading_underline {
	padding-bottom: 6px;
	border-bottom: 1px solid #403524;
}
.home_banner_text {
	font-size: 87.5%;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.home_banner_heading {
		font-size: 165%;
	}
	.home_banner_text {
		font-size: 120%;/*大き目*/
	}
	.home_banner_heading_underline,
	.home_banner_text {
		display: inline;
		background: #fff;
	}
}/* 閉じカッコ */



.banner_pocket_heading {
	min-height: 57px;
	margin-bottom: 10px;
	padding-left: 70px;
	background: url('/images/home/banner_pocket_logo.png') no-repeat left center;
	font-size: 106%;
	font-weight: 900;
	line-height: 1.6;
	color: #023894;
}
.banner_pocket_text {
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1.6;
	color: #403524;
}
@media screen and (max-width: 768px) {
	.banner_pocket_heading {
		font-size: 140%;
	}
	.banner_pocket_text {
		font-size: 120%;/*大き目*/
	}
}/* 閉じカッコ */


.comic {
	text-align: center;
}









