@charset "utf-8";

/* Clearfix
-------------------------------------- */
.cf:after {
	content: '';
	display: table;
	clear: both;
}
.cf {
	zoom: 1;
}


/* Common
-------------------------------------- */
#content .text {
	line-height: 2;
}
#content .center {
	text-align: center;
}
#content strong {
	font-weight: 700;
}
#content em {
	color: #E00;
}
#content ul.default li {
	margin: 0 0 0 1em;
	padding: 0 0 0 0.1em;
	list-style: disc;
}
#content ol.default li {
	margin: 0 0 0 1.8em;
	padding: 0 0 0 0.2em;
	list-style: decimal;
}

@media all and (min-width: 668px) { /* [PC] */
.sp {
	display: none;
}
#content .box-wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 60px 0;
}
#content #page-title {
	position: relative;
	width: 100%;
	padding-top: 200px;
	text-align: center;
	z-index: 1;
}
#content #page-title::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
	z-index: -1;
}
#content #page-title h1 {
	display: inline-block;
	padding: 12px 40px;
	background-color: rgba(49, 103, 69, 0.9);
	color: #EBE7D8;
	font-size: 40px;
	line-height: 1.4;
}
#content .lead {
	margin-bottom: 40px;
	line-height: 2;
}
#content .lead-2 {
	margin-bottom: 40px;
	line-height: 2;
	padding: 60px 0px;
}
#content .related {
	position: relative;
	background-color: #EBE7D8;
}
#content .related .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 80px 0;
}
#content .related h2 {
	margin-bottom: 30px;
	color: #316745;
	font-size: 20px;
	font-weight: 700;
}
#content .related .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: -20px;
}
#content .related .box a {
	display: block;
	width: 480px;
	min-height: 100px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#content .related .box figure {
	position: relative;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#content .related .box figure::after {
        content: '';
	position: absolute;
	top: 0;
	left: 0;
        width: 120px;
	height: 120px;
}
#content .related .box figure img {
	display: block;
	width: 120px;
	height: 80px;
	-webkit-transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#content .related .box a:hover figure img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#content .related .box h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
	overflow: hidden;
}
#content .related .box p {
	color: #000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
	overflow: hidden;
}
#content .related .box a:hover p {
	color: #666;
}
#content .link a,
#content a .link {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-weight: 700;
	line-height: 1.5;
}
#content .link a::before,
#content a .link::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 13px;
	height: 13px;
	background-color: #6EA924;
	border-radius: 50%;
}
#content .link a::after,
#content a .link::after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
	bottom: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #F5F3EB;
	border-right: 1px solid #F5F3EB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content .link a:hover,
#content a .link:hover {
	color: #6EA924 !important;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
.pc {
	display: none;
}
#content .box-wrap {
	position: relative;
	padding: 20px 10px;
}
#content .box-wrap-2 {
	position: relative;
	padding: 0px 10px 0px;
}
#content #page-title {
	position: relative;
	width: 100%;
	padding-top: 95px;
	text-align: center;
	z-index: 1;
}
#content #page-title::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	z-index: -1;
}
#content #page-title h1 {
	display: inline-block;
	margin: 0 10px;
	padding: 11px 15px;
	background-color: rgba(49, 103, 69, 0.9);
	color: #EBE7D8;
	font-size: 20px;
	line-height: 1.4;
}
#content .lead {
	margin-bottom: 20px;
	line-height: 2;
}
#content .related {
	position: relative;
	background-color: #EBE7D8;
}
#content .related .inner {
	position: relative;
	padding: 15px 10px 20px 10px;
}
#content .related h2 {
	margin-bottom: 15px;
	color: #316745;
	font-size: 16px;
	font-weight: 700;
}
#content .related .box a {
	display: block;
	width: 100%;
	min-height: 80px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#content .related .box a:last-child {
	margin-bottom: 0;
}
#content .related .box figure {
	position: relative;
	float: left;
	margin-right: 10px;
}
#content .related .box figure img {
	display: block;
	width: 90px;
	height: 60px;
}
#content .related .box h3 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
}
#content .related .box p {
	color: #000;
	overflow: hidden;
}
#content .link a,
#content a .link {
	display: inline-block;
	position: relative;
	padding-left: 16px;
	font-weight: 700;
	line-height: 1.5;
}
#content .link a::before,
#content a .link::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 11px;
	height: 11px;
	background-color: #6EA924;
	border-radius: 50%;
}
#content .link a::after,
#content a .link::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 2px;
	bottom: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #F5F3EB;
	border-right: 1px solid #F5F3EB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
} /* @media */


/* Margin
-------------------------------------- */
.mt0  {margin-top:  0   !important;}
.mt5  {margin-top:  5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.mb0  {margin-bottom:  0   !important;}
.mb5  {margin-bottom:  5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
