@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bg_stripe.png) center -40px repeat-y;
	background-size: cover;
}
#footer {
	background-color: #FFF;
}
#contents section {
	margin: 0 auto 0;
}
#contents .mibyo01 {
	background: url(../images/bg_mibyo01.png) center top no-repeat;
	background-size: auto 700px;
	padding: 100px 0 70px;
	text-align: center;
	position: relative;
	height: 700px;
}
#contents .mibyo01 h1 img {
	display: none;
}
#contents .mibyo02 {
	margin: 0 auto;
	max-width: 1000px;
	padding: 100px 0;
	text-align: center;
}
#contents .mibyo02 p.txt {
	font-size: 20px;
	line-height: 2.4;
	margin-bottom: 60px;
}
#contents .mibyo03 {
	margin: 0 auto 80px;
	max-width: 1000px;
	text-align: center;
}
#contents .mibyo03 h2 {
	margin-bottom: 20px;
}
#contents .mibyo03 p {
	font-size: 20px;
	line-height: 2.4;
	text-align: center!important;
}
#contents .mibyo04 {
	background: url(../images/bg_stripe2.png) center top repeat-y;
	background-size: cover;
	padding: 100px 0;/*background: rgba(115, 162, 108,0.95);*/
}
#contents .mibyo04 .inr {
	color: #FFF;
	margin: 0 auto 60px;
	max-width: 800px;
	text-align: center;
}
#contents .mibyo04 .inr h2 {
	border-bottom: 1px solid #B9D1B6;
	font-size: 36px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#contents .mibyo04 .inr p {
	font-size: 20px;
	line-height: 2.4;
	text-align: center!important;
}
#contents .mibyo04 .inr2 {
	margin: 0 auto;
	max-width: 1000px;
}
#contents .mibyo04 .inr2 ul {
	overflow: hidden;
}
#contents .mibyo04 .inr2 ul li {
	background-color: #FFF;
	border-radius: 10px;
	float: left;
	margin-bottom: 40px;
	padding: 30px;
	width: 48%;
}
#contents .mibyo04 .inr2 ul li.even {
	float: right;
}
#contents .mibyo04 .inr2 ul li .img img {
	width: 100%;
}
#contents .mibyo04 .inr2 ul li h3 {
	color: #73A26C;
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
}
#contents .mibyo04 .inr2 ul li p {
	font-size: 16px;
	margin-bottom: 10px;
}
#contents .mibyo04 .inr2 ul li p .sizeS {
	display: block;
	font-size: 14px;
	padding-top: 5px;
}
#contents .mibyo04 .inr2 .btn {
	padding: 20px 50px 0;
	text-align: center;
}
#contents .mibyo04 .inr2 .btn a {
	background-color: #CDA53B;
	box-shadow: 0 0px 5px rgba(0,0,0,0.3);
	border-radius: 10px;
	color: #FFF;
	display: block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	padding: 14px 0 14px 24px;
	position: relative;
	transition: 0.3s;
	text-shadow: 1px 1px 3px #C29006;
}
#contents .mibyo04 .inr2 .btn a:hover {
	background-color: #FEA916;
	box-shadow: 0 0px 10px rgba(0,0,0,0.3);
}
#contents .mibyo04 .inr2 .btn a span {
	font-size: 18px;
	font-weight: 400;
}
#contents .mibyo04 .inr2 .btn a:before {
	content: "\f138";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	position: absolute;
	top: 28%;
	left: 30px;
}
#contents .mibyo04 .inr2 ul li.full {
	float: left;
	margin-bottom: 0;
	width: 100%;
}
#contents .mibyo04 .inr2 ul li.full .tbl {
	display: table;
	width: 100%;
}
#contents .mibyo04 .inr2 ul li.full .img {
	display: table-cell;
	vertical-align: middle;
	width: 55%;
}
#contents .mibyo04 .inr2 ul li.full .btn {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
}

/*デバイスの横幅が960px以下の場合*/
@media only screen and (max-width: 960px) {
body {
	background: none;
}
#footer {
	background-color: #FFF;
}
#wrap {
	background-color: transparent;
}
#contents .mibyo01 {
	background: none;
	padding: 0;
	height: auto;
}
#contents .mibyo01 h1 img {
	display: block;
	width: 100%;
}
#contents div.spBg {
	background: url(../images/bg_stripe.png) center 0 no-repeat;
	background-size: cover;
	padding-bottom: 40px;
}
#contents .mibyo02 {
	padding: 40px 20px 60px;
	text-align: left;
}
#contents .mibyo02 p.txt {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
}
#contents .mibyo02 p.txt br {
	display: none;
}
#contents .mibyo02 img {
	width: 100%;
}
#contents .mibyo03 {
	margin: 0 auto 0;
	padding: 0 20px;
}
#contents .mibyo03 img {
	width: 100%;
}
#contents .mibyo03 h2 {
	margin-bottom: 10px;
}
#contents .mibyo03 p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: left!important;
}
#contents .mibyo03 p br {
	display: none;
}
#contents .mibyo04 {
	background: url(../images/bg_stripe2.png) center top repeat-y;
	background-size: cover;
	padding: 50px 0;
}
#contents .mibyo04 .inr {
	margin: 0 auto 40px;
	padding: 0 20px;
	text-align: left;
}
#contents .mibyo04 .inr h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#contents .mibyo04 .inr p {
	font-size: 15px;
	line-height: 1.8;
	text-align: left!important;
}
#contents .mibyo04 p br {
	display: none;
}
#contents .mibyo04 .inr2 ul {
	padding: 0 20px;
}
#contents .mibyo04 .inr2 ul li {
	border-radius: 7px;
	float: none;
	margin-bottom: 20px;
	padding: 15px;
	width: auto;
}
#contents .mibyo04 .inr2 ul li.even {
	float: none;
}
#contents .mibyo04 .inr2 ul li h3 {
	font-size: 22px;
	margin-bottom: 8px;
}
#contents .mibyo04 .inr2 ul li p {
	font-size: 15px;
}
#contents .mibyo04 .inr2 ul li p .sizeS {
	font-size: 12px;
}
#contents .mibyo04 .inr2 .btn {
	padding: 20px 30px 0;
}
#contents .mibyo04 .inr2 .btn a {
	border-radius: 5px;
	font-size: 18px;
	padding: 14px 0 14px 10px;
}
#contents .mibyo04 .inr2 .btn a:before {
	font-size: 18px;
	;
	margin-right: 0;
	top: 28%;
	left: 20px;
}
#contents .mibyo04 .inr2 ul li.full {
	float: none;
}
#contents .mibyo04 .inr2 ul li.full .img {
	display: block;
	margin-bottom: 0;
	width: auto;
}
#contents .mibyo04 .inr2 ul li.full .btn {
	display: block;
	vertical-align: middle;
	width: auto;
}


}
