@charset "utf-8";
/* CSS Document */



@import "../../../common/css/common.css";
@import "../../../common/css/common_footer_euc.css";

/* reset
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
input, select {
	line-height: 1;
}
input::-webkit-input-placeholder {
	color: #cdcdcd;
}
input:-ms-input-placeholder {
	color: #cdcdcd;
}
input::-moz-placeholder {
	color: #cdcdcd;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

sub {
	vertical-align: 0;
	line-height: 1.0em;
}
sup {
	vertical-align: 0.3em;
	line-height: 1.0em;
}

/* 汎用クラス */
.c_iBlock {
	display: inline-block;
}
.m_fadeover {
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
	backface-visibility: hidden;
}
.m_fadeover:hover {
	opacity: 0.7;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.m_fadeover:hover {
		opacity: 1;
	}
}

/* set
------------------------------------------------------------ */
/* display pc sp ----- */
.c_onlyPc {
	display: block;
}
img.c_onlyPc {
	display: inline-block;
}
.c_onlySp {
	display: none;
}
img.c_onlySp {
	display: none;
}
.c_SpW100per {
	width: auto;
	max-width: none;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	.c_onlyPc {
		display: none;
	}
	img.c_onlyPc {
		display: none;
	}
	.c_onlySp {
		display: block;
	}
	img.c_onlySp {
		display: inline-block;
	}
}
.mainvisual {
	text-align: center;
}
.pageBody01{
	font-family: Yu Gothic Medium,"游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #000;
}
div#mainContents_b .pageBody01 {
	color: #000;
}

.pageBody01-text-wrap p {
	text-indent: 1em;
}
.pageBody01-lead {
	background-color: #50b558;
	padding: 25px 40px;
}
div#mainContents_b .pageBody01 .pageBody01-lead p {
	color: #fff;
}

.pageBody01-inn01 {
	background: linear-gradient(to bottom, rgba(167,210,130,1) 0%,rgba(211,232,192,1) 50%,rgba(167,210,130,1) 100%);
	padding: 40px;
}
.pageBody01-inn01-box01 {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 30px 30px;
	border: 2px solid #a7d282;
}
.pageBody01-inn01-box01 + .pageBody01-inn01-box01 {
	margin-top: 20px;
}
.pageBody01-inn01-box01-title {
	text-align: center;
	margin-bottom: 20px;
}
.pageBody01-img-wrap01 {
	text-align: center;
}
.pageBody01-img-list01 {
	display: flex;
}
.pageBody01-img-list01-item {
	margin-top: 4px;
	margin-right: 4px;
}
.pageBody01-img-list01-item:last-child {
	margin-right: 0;
}
.mbM {
	margin-bottom: 25px;
}
.pageBody01-img-list02 {
	display: flex;
}
.pageBody01-img-list02-item-left {
	margin-right: 4px;
}
.pageBody01-img-list02-item-right-item + .pageBody01-img-list02-item-right-item {
	margin-top: 3px;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.pageBody01{
		font-size: 1.4rem;
	}
	.pageBody01-lead {
		padding: 15px;
	}
	.pageBody01-inn01 {
		padding: 30px 15px;
	}
	.pageBody01-inn01-box01 {
		padding: 30px 15px 15px;
	}
	.pageBody01-inn01-box01-title {
		margin-bottom: 15px;
	}
	.pageBody01-img-list01 {
		display: block;
		text-align: center;
	}
	.pageBody01-img-list01-item {
		margin-right: 0;
		margin-top: 3px;
	}
	.mbM {
		margin-bottom: 15px;
	}
	.pageBody01-img-list02 {
		margin-bottom: 3px;
		display: block;
	}
	.pageBody01-img-list02-item-left {
		margin-right: 0;
	}
	.pageBody01-img-list02-item-right-item {
		margin-top: 3px;
	}
	.pageBody01-img-list02-item-right-item + .pageBody01-img-list02-item-right-item {
		margin-top: 2px;
	}
}


.list01 .p_list01-item + .p_list01-item {
	margin-top: 3px;
}
.list01.s_itemMtM .p_list01-item + .p_list01-item {
	margin-top: 10px;
}
.list01 .p_list01-item-head {
	float: left;
	margin-right: 3px;
}
.list01 .p_list01-item-contents {
	overflow: hidden;
	display: block;
}

.textIntent1em {
	text-indent: 1em;
}
.fontS {
	font-size: 1.4rem;
}
.pt05 {
	padding-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
