@charset "utf-8";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

/* gnavi */
#gNavi .navi06 a:before {
	display: block;
}

/* pagetitle */
.pageTitle {
	margin-bottom: 75px;
	background-image: url(../image/common/page_title_bg09.jpg);
}
@media screen and (max-width: 767px) {
	.pageTitle {
		margin-bottom: 39px;
		background-image: url(../image/common/sp_page_title_bg09.jpg);
	}
	.pageTitle h1 img {
		height: 70px;
	}
}

/* main */
#main {
	margin-bottom: 193px;
}
#main p {
	margin-bottom: 44px;
	font-size: 14px;
	line-height: 2;
}
#main p sup {
	font-size: 10px;
}
#main img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#main {
		margin-bottom: 112px;
	}
	#main p {
		margin-bottom: 22px;
		font-size: 13px;
		line-height: 1.77;
	}
	#main p sup {
		font-size: 9px;
	}
	#main .minWid {
		display: none !important;
	}
}

/* content link */
#main .content-link {
	display: flex;
	font-size: 18px;
	margin-bottom: 80px;
}
#main .content-link div {
	position: relative;
	width: 50%;
	height: 100px;
	text-align: center;
}
#main .content-link div:nth-child(odd) {
	background-color: #c7ddc0;
}
#main .content-link div:nth-child(even) {
	background-color: #dbead6;
}
#main .content-link div a {
	display: flex;
	height: 100%;
	color: #2b6815;
	font-weight: bold;
	font-size: 16px;
	justify-content: center;
	align-items: center;
}
#main .content-link div a:hover {
	text-decoration: none;
}
#main .content-link div a:after {
	content: '';
	display: block;
	background: url(../image/environment/icon_yajirushi.png) no-repeat;
	width: 21px;
	height: 12px;
	position: absolute;
	right: 48%;
	bottom: 14px;
}
@media screen and (max-width: 767px) {
	#main .content-link {
		flex-wrap: wrap;
	}
	#main .content-link div {
		width: 50%;
		height: 73px;
	}
	#main .content-link div:nth-child(3) {
		background-color: #dbead6;
	}
	#main .content-link div:nth-child(4) {
		background-color: #c7ddc0;
	}
	#main .content-link div a {
		padding-bottom: 8px;
		height: calc(100% - 8px);
		font-size: 14px;
	}
	#main .content-link div a:after {
		bottom: 4px;
		background-size: 50%;
		right: 41%;
	}
}

/* section */
#main .section+.section {
	margin-top: 120px;
}
#main .sub-section {
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	#main .section+.section {
		margin-top: 70px;
	}
	#main .sub-section {
		margin-top: 50px;
	}
}

/* headline */
#main .headLine01 {
	margin-bottom: 57px;
}
#main .headLine03 {
	margin-bottom: 24px;
}
#main .headLine04 {
	margin: 75px 0 22px;
}
#main .headLine01::before {
	bottom: -16px;
}
@media screen and (max-width: 767px) {
	#main .headLine01 {
		margin: 0 -10px 40px;
	}
	#main .headLine01::before {
		bottom: -5px;
	}
	#main .headLine03 {
		font-size: 18px;
		margin-bottom: 40px;
		line-height: 1.55;
	}
	#main .headLine04 {
		margin-bottom: 22px;
	}
}

/* tgt box */
#main .tgt-box {
	border: 2px solid #d2d2d2;
	padding: 40px 40px 0;
	margin-bottom: 60px;
}
#main .tgt-box .tgt-ttl {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	color: #2B6815;
}
#main .tgt-box .tgt-content {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	margin-bottom: 44px;
}
#main .tgt-box .tgt-content div {
	margin-left: 74px;
}
#main .tgt-box .tgt-content div p {
	display: flex;
	padding-left: 1.5em;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1;
}
#main .tgt-box .tgt-content div p span {
	display: inline-block;
	text-indent: -1.5em;
}
#main .tgt-box02 {
	margin-top: 44px;
}
#main .tgt-box02 .tgt-ttl {
	color: inherit;
}
#main .tgt-box02 .tgt-content {
	height: 80px;
	justify-content: flex-end;
}
#main .tgt-box02 .tgt-content a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#main .tgt-box02 .tgt-content>p {
	margin-bottom: 0;
	width: 178px;
	text-align: center;
}
#main .tgt-box02 .tgt-content>div {
	width: calc(100% - 252px);
}
@media screen and (max-width: 767px) {
	#main .tgt-box {
		padding: 30px 15px 0;
	}
	#main .tgt-box .tgt-ttl {
		font-size: 19px;
	}
	#main .tgt-box .tgt-content div {
		margin-left: 16px;
	}
	#main .tgt-box .tgt-content div p {
		font-size: 15px;
		line-height: 1.6;
	}
	#main .tgt-box .tgt-content img {
		height: 64px;
	}
	#main .tgt-box02 .tgt-content a:hover {
		opacity: 1;
	}
	#main .tgt-box02 .tgt-content>p {
		width: 89px;
	}
	#main .tgt-box02 .tgt-content>div {
		width: calc(100% - 105px);
	}
	#main .tgt-box02 .tgt-content img {
		height: auto;
	}
}

/* img list */
#main .imgList {
	margin: -53px 0 111px;
	padding: 4px 10px 0 0;
}
#main .imgList li {
	margin-top: 53px;
	/* width: 526px;
	float: left; */
	overflow: hidden;
	zoom: 1;
}
#main .imgList li .phoBox {
	margin-top: 6px;
	float: left;
}
#main .imgList li .txtBox {
	padding-left: 197px;
}
#main .imgList li .txtBox h5 {
	margin-bottom: 5px;
	font-size: 20px;
}
#main .imgList li .txtBox p {
	margin-bottom: 8px;
}
#main .imgList li .txtBox .exampleBox {
	padding-top: 8px;
	border-top: 1px solid #BFBFBF;
}
#main .imgList li .txtBox .exampleBox .ttl {
	margin-bottom: 3px;
	display: block;
	color: #2B6815;
}
#main .imgList li .txtBox .exampleBox dl {
	font-size: 14px;
}
#main .imgList li .txtBox .exampleBox dt, #main .imgList li .txtBox .exampleBox dd {
	padding-left: 1em;
	text-indent: -1em;
}
#main .imgList li .txtBox .exampleBox dl a {
	text-decoration: none;
}
#main .imgList li .txtBox .exampleBox dl a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#main .imgList li .txtBox .exampleBox dt {
	margin-bottom: 8px;
	font-weight: bold;
}
#main .imgList li .txtBox .exampleBox dd {
	margin-bottom: 8px;
}
#main .imgList li .txtBox .exampleBox dd:last-child {
	margin-bottom: 0;
}
#main .imgList .wid01 {
	width: 100%;
}
#main .imgList .wid01 .txtBox .exampleBox .subBox dl {
	margin-right: 7px;
	width: 335px;
	float: left;
}
#main .imgList .wid01 .txtBox .exampleBox .subBox dl:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#main .imgList {
		margin: 0 0 68px;
		padding: 2px 0 0;
	}
	#main .imgList li {
		margin: 0 0 30px;
		width: auto;
		float: none;
	}
	#main .imgList li:last-child {
		margin-bottom: 0;
	}
	#main .imgList li:nth-child(2n) {
		float: none;
	}
	#main .imgList li .phoBox {
		display: none;
	}
	#main .imgList li .txtBox {
		padding-left: 0;
	}
	#main .imgList li .txtBox h5 {
		margin-bottom: 10px;
		width: 100%;
		display: table;
		font-size: 15px;
		table-layout: fixed;
	}
	#main .imgList li .txtBox h5 .mark, #main .imgList li .txtBox h5 .ttl {
		display: table-cell !important;
		vertical-align: middle;
	}
	#main .imgList li .txtBox h5 .mark {
		width: 54px;
	}
	#main .imgList li .txtBox h5 .mark img {
		width: 100%;
	}
	#main .imgList li .txtBox h5 .ttl {
		padding-left: 15px;
		width: auto;
	}
	#main .imgList li .txtBox p {
		margin-bottom: 7px;
	}
	#main .imgList li .txtBox .exampleBox {
		padding: 6px 0 8px;
		border-bottom: 1px solid #BFBFBF;
	}
	#main .imgList li .txtBox .exampleBox .ttl {
		margin-bottom: 2px;
	}
	#main .imgList li .txtBox .exampleBox dl {
		font-size: 13px;
	}
	#main .imgList li .txtBox .exampleBox dl a {
		display: block;
	}
	#main .imgList li .txtBox .exampleBox dt {
		margin-bottom: 3px;
	}
	#main .imgList li .txtBox .exampleBox dd {
		margin-bottom: 4px;
	}
	#main .imgList .wid01 .txtBox .exampleBox .subBox dl {
		margin-right: 0;
		width: auto;
		float: none;
	}
}

/* photo */
#main .photo {
	margin: 0 auto 31px;
	max-width: 710px;
	text-align: center;
}
#main .photo01 {
	max-width: 922px;
	text-align: right;
}
#main .photo01 img {
	width: calc(816/922*100%);
}
#main .photo02 {
	max-width: none;
}
@media screen and (max-width: 767px) {
	#main .photo {
		margin: 0 auto 31px;
		max-width: 710px;
	}
	#main .photo01 {
		padding-right: 0;
		text-align: center;
	}
	#main .photo01 img {
		width: auto;
	}
}

/* gry box */
#main .gry-box {
	background-color: #f3f3f3;
	padding: 40px;
}
#main .gry-box p:not(:last-child) {
	margin-bottom: 30px;
}
#main .gry-box p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	#main .gry-box {
		padding: 15px 15px 30px;
		margin-bottom: 70px;
	}
}

/* note */
#main .noteList {
	margin-bottom: 0px;
}
#main .noteList li {
	margin-bottom: 6px;
	padding-left: 1.5em;
	font-size: 12px;
}
#main .noteList li span {
	display: inline-block;
	text-indent: -1.5em;
}
#main .noteList li:last-child {
	margin-bottom: 0;
}
#main .note {
	padding-left: 1em;
	font-size: 12px;
}
#main .note span {
	display: inline-block;
	text-indent: -1em;
}
#main .note01 {
	margin: 0 auto;
	max-width: 710px;
}
#main .note02 {
	padding-left: 2em;
}
#main .note02 span {
	text-indent: -2em;
}
@media screen and (max-width: 767px) {
	#main .noteList {
		margin-bottom: 0px;
	}
	#main .noteList li {
		margin-bottom: 0;
		font-size: 11px;
		line-height: 1.55;
	}
}

/* text+img */
#main .floatBox {
	display: flex;
	margin-bottom: 44px;
	justify-content: space-between;
}
#main .floatBoxTxt {
	width: calc(100% - 304px);
}
#main .floatBoxTxt p a {
	color: #2b6815;
}
#main .floatBoxImg {
	width: 230px;
	text-align: center;
}
#main .floatBoxImg a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#main .floatBoxImg p {
	margin: 30px 0 0;
	padding: 47px 10px 0;
	display: block;
	font-size: 14px;
	text-align: center;
	background: url(../image/common/icon14.png) no-repeat center top;
}
@media screen and (max-width: 767px) {
	#main .floatBox {
		display: block;
	}
	#main .floatBoxTxt, #main .floatBoxImg {
		width: auto;
	}
	#main .floatBoxImg a:hover {
		opacity: 1;
	}
	#main .floatBoxImg p {
		margin-top: 0;
		padding: 0;
		font-size: 13px;
		background: none;
	}
	#main .floatBoxImg p span {
		padding: 10px 30px 10px 0;
		display: inline-block;
		background: url(../image/common/icon14.png) no-repeat right center;
		background-size: 22px auto;
	}
}

/* table */
#main .tableBox {
	margin: 0 auto 44px;
	width: 100%;
	max-width: 710px;
	font-size: 14px;
	border-collapse: collapse;
}
#main .tableBox th, #main .tableBox td {
	padding: 10px 20px;
	width: 50%;
	border: 1px solid #e8e8e8;
	text-align: center;
}
#main .tableBox th {
	background-color: #f3f3f3;
}

/* pop */
#main .popUpBox {
	display: none;
}