@charset "utf-8";

/* ============================================================
default
============================================================ */

.disnone {
	display:none;
}

@media screen and (max-width: 759.9px) {
	#wrapper {
		line-height: 1.4;
	}
	.spnone {
		display: none;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		font-size: 10px;
		margin: 1% 1% 0 1%;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 12px;
		margin: 0 1%;
	}
	.inner {
		width: 96%;
		margin: 0 2%;
		padding: 24px 0;
		box-sizing: border-box;
	}
}/* end @media */

@media screen and (min-width: 760px),print {
	#wrapper {
		line-height: 1.231;
	}
	#dirPathBlock,
	h1,
	.iframe_end-content_gadget,
	#anchorLinkBlock {
		width: 100%;
		max-width:970px;
		min-width:760px;
		margin: auto;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 14px;
		width: auto;
		max-width: 970px;
		margin: 0 auto 5px;
	}
	.inner {
		width: 96%;
		max-width:970px;
		margin: 0 auto;
		padding:50px 0;
		display: block;
	}
	u {
		text-decoration-color: red;
	}
}/* end @media */

/* ============================================================
common
============================================================ */

article section {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
article section * {
	box-sizing: border-box;
}
article section div.inner {
	margin: 0 auto;
	padding: 0;
}
article section div.inner * {
	font-feature-settings: 'palt';
	letter-spacing: 0;
}

article section {
	color: #231815;
}
article section strong {
	color: #E72B4D;
}

article section img {
	display: block;
	max-width: 100%;
}

/* ============================================================
PC
============================================================ */

@media screen and (min-width: 760px),print {

/* common
-------------------------------------------------------------*/

article section {
	line-height: 1.7;
	font-size: 25px;
}
article section .sp {
	display: none !important;
}

article section a {
	transition: opacity .2s ease-in;
}
article section a:hover {
	opacity: 0.6;
}

	.pcnone {
		display: none !important;
	}



/* sec_0
-------------------------------------------------------------*/

article section.sec_0 {
	width: 100%;
	max-width: 2000px;
	height: 600px;
	margin: 0 auto;
	padding: 43px 0 0;
	background: url(../images/sec_0_bg_pc.jpg) no-repeat center top;
	background-size: cover;
}
.titleblock{
position: relative;
width: 1200px;
height: 600px;
	margin: 0 auto;
}
article section.sec_0 h2 img {
	display: block;
	width: 702px;
	height: 524px;
	margin: 0 auto;
}



/* sec_1
-------------------------------------------------------------*/

#gov {
    margin: -50px 0 50px;
}

article section.sec_1 {
	background:none;
}

article section.sec_1 div.inner {
	padding: 80px 0 90px;
	text-align: center;
}

article section.sec_1 .sec_1_h3_p {
    margin-bottom: 50px;
    padding: 20px;
    border: 5px solid #00A0E9;
    border-top: none;
}
article section.sec_1 p.sec_1_h3_p1 {
    font-size: 20px;
}
article section.sec_1 p.sec_1_h3_p1 strong {
    font-size: 25px;
    font-weight: bold;
    color: #EA5C67;
}
article section.sec_1 p.sec_1_h3_p2 {
    font-size: 16px;
}

article section.sec_1 p.p1 {
	margin-bottom: 50px;
	font-size: 28px;
}
article section.sec_1 p.p2 {
	margin-bottom: 60px;
}
article section.sec_1 p.p2 img{
	max-width: 790px;
	margin: 0 auto;
}

article section.sec_1 p.p3 {
	margin-bottom: 30px;
}

/* sec_2
-------------------------------------------------------------*/

article section.sec_2 {
	padding: 10px 0 60px;
	background: #ceebbe;
	background-image:
	 radial-gradient(#b4d5a2 1px, transparent 1px);
	background-size: 20px 20px;
}

article section.sec_2 div.inner.d1 {
	padding: 30px 30px 50px;
	text-align: center;
	background: #fff;
	border: solid 5px #33821a;
}
article section.sec_2 div.inner.d1 h3 {
	margin: 20px auto 40px;
	width:365px;
}
article section.sec_2 p.p1 {
	position: relative;
	margin-bottom: 50px;
	font-size: 26px;
}
article section.sec_2 p.p1::before,
article section.sec_2 p.p1::after {
	content: '';
	position: absolute;
	width: 78px;
	height: 33px;
}
article section.sec_2 p.p1::before {
	top: -20px;
	left: 0;
}
article section.sec_2 p.p1::after {
	bottom: -20px;
	right: 0;
}
article section.sec_2 ul.u1 {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
article section.sec_2 ul.u1 li img{
width:430px;
}
article section.sec_2 p.p2 {
	margin-bottom: 30px;
}
article section.sec_2 ul.u2 li {
	position: relative;
	padding-left: 1.2em;
	text-align: left;
	font-size: 16px;
}
article section.sec_2 ul.u2 li span {
	position: absolute;
	top: 0;
	left: 0;
}
article section.sec_2 > h3 {
	margin: 60px auto 35px;
	width: 360px;
}
article section.sec_2 div.inner.d2 {
	position: relative;
	padding: 35px 55px 30px;
	text-align: center;
	background: #fff;
}
article section.sec_2 div.inner.d2::after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 3px;
	width: 180px;
	height: 96px;
	/*background: url(../images/sec_2_icon_b.svg) no-repeat;*/
}

article section.sec_2 div.inner.d2 p {
	margin-bottom: 20px;
}
article section.sec_2 div.inner.d2 li {
	font-size: 14px;
}

article section.sec_2 > p {
	margin: 40px auto 20px;
	width: 400px;
}



/* chusen
-------------------------------------------------------------*/
#chusen .waku {
	margin-bottom: 60px;
	padding: 42px 0 0 0;
	background: #fff;
	border-radius: 25px;
}
#chusen ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	width: 90%;
	margin: 30px auto 0;
}
#chusen ul li {
	position: relative;
	box-sizing: border-box;
	width: calc(100% / 3 - 20px);
	margin-right: 20px;
	margin-bottom: 50px;
}
#chusen ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15px;
	height: 24px;
	right: -20px;
	margin: auto 0;
	background: url("../images/icon04.png") no-repeat right top;
	/*background-size: contain;*/
}
#chusen ul li:last-of-type::after {
	display: none;
}
#chusen ul li:nth-of-type(3n) {
	margin-right: 0;
}
#chusen ul li:nth-of-type(7),
#chusen ul li:nth-of-type(8),
#chusen ul li:nth-of-type(9) {
	margin-bottom: 0;
}
#chusen ul li img {
	width: 100%;
}
#chusen p.attention {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#chusen p.attention span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
#chusen p.attention:last-of-type {
	margin-top: 0;
}
.hikikae{
width:80%;
margin: 0 auto 30px auto;
padding: 20px 20px 1px 20px;
text-align: left;
background: #f1f7d9;
font-size: 18px;
}



/* wester
-------------------------------------------------------------*/

article section.wester {
}

article section.wester div.inner {
	padding: 80px 0 90px;
	text-align: center;
}

article section.wester h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

article section.wester dl {
	position: relative;
	width: 660px;
	height: 270px;
	margin: 0 auto;
}
article section.wester dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 185px;
}
article section.wester dl dd {
	position: absolute;
}
article section.wester dl dd img {
	height: 70px;
	width: auto;
}
article section.wester dl dd.d1 {
	top: 37px;
	left: 230px;
	width: 430px;
	line-height: 1.2;
	font-size: 25px;
}
article section.wester dl dd.d2 {top: 116px;left: 230px;}
article section.wester dl dd.d3 {top: 116px;left: 440px;}

article section.wester dl dd.d4 {
	bottom: 0;
	left: 25px;
	font-size: 25px;
}

article section.wester dl dd.d4 li {
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}

/* 
article section.wester dl dd.d4 li {
	position: relative;
	padding-left: 1.2em;
	text-align: left;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
article section.wester dl dd.d4 li span {
	position: absolute;
	top: 0;
	left: 0;
}
 */

/* sec_3
-------------------------------------------------------------*/

article section.sec_3 {
	background: #f1f7d9;
}
article section.sec_3 div.inner {
	padding: 80px 0 130px;
	text-align: center;
}
article section.sec_3 h3 {
	margin: 0 auto 55px;
	width: 393px;
}

/* #switching_tab_menu */

#switching_tab_menu {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 36px;
}
#switching_tab_menu li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 83px;
	padding-top: 6px;
	text-align: center;
	border: solid 4px #33821a;
	border-radius: 10px;
	line-height: 1.2;
	color: #fff;
	font-size: 30px;
	transition: opacity .1s ease-in;
}
#switching_tab_menu li:not(.select) {
	cursor: pointer;
}

#switching_tab_menu li:nth-child(1) {background:#54a6ec;border: solid 3px #54a6ec;}
#switching_tab_menu li:nth-child(2) {background:#eea924;border: solid 3px #eea924;}
#switching_tab_menu li:nth-child(3) {background:#34cbb1;border: solid 3px #34cbb1;}

#switching_tab_menu li.select {
	position: relative;
	background: #fff;
	border: solid 4px #33821a;
	color: #33821a;
}
#switching_tab_menu li.select::after {
	content: '';
	position: absolute;
	bottom: -30px;
	height: 30px;
	width: 52px;
	background: url(../images/sec_3_arrow.svg) no-repeat;
	background-size: 52px;
}
#switching_tab_menu li:not(.select):hover {
	opacity: 0.6;
}

/* div.switching_contents */

div.switching_contents {
	padding: 30px;
	background: #fff;
	border: solid 4px #33821a;
	border-radius: 0 0 10px 10px;
}
div.switching_contents ul.station_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.switching_contents li {
	display: flex;
}
div.switching_contents ul.station_list li {
    display: block;
    width: 45%;
    text-align: center;
}

div.switching_contents li:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 3px #33821a;
}
div.switching_contents ul.station_list li:nth-last-child(2) {
    border-bottom: none;
}
div.switching_contents li p:nth-child(1) {
	width: 280px;
	margin: 0 25px 0 0;
	padding: 0;
    font-size: 16px;
    line-height: 1.5;
}
div.switching_contents ul.station_list li p:nth-child(1) {
    margin: 0 auto;
}
div.switching_contents li p img {
	display: block;
}
div.switching_contents li > dl {
	width: 580px;
	text-align: left;
}
div.switching_contents li > dl > dt {
	margin-bottom: 0.1em;
	line-height: 1.2;
	font-size: 25px;
}
div.switching_contents li > dl > dd {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}
div.switching_contents li > dl > dd p {
	width: auto !important;
	margin: 20px 0 !important;
}
div.switching_contents li > dl > dd dl div {
	display: flex;
}
div.switching_contents li > dl > dd dl div dt {
	white-space: nowrap;
}

/* switching_contents_inner */

div.switching_contents {
	position: relative;
	z-index: 2;
}
dl.switching_contents_inner > div > dt {
	position: absolute;
	top: -70px;
	z-index: -22;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49.6%;
	height: 70px;
	background: #33821a;
	border: solid 4px #33821a;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	font-size: 30px;
	color: #fff;
}
dl.switching_contents_inner > div:nth-child(1) > dt {
	left: -4px;
}
dl.switching_contents_inner > div:nth-child(2) > dt {
	right: -4px;
}
dl.switching_contents_inner > div.tab_show > dt {
	background: #fff;
	border: solid 4px #33821a;
	border-bottom: none;
	color: #33821a;
}
dl.switching_contents_inner > div:not(.tab_show) > dt {
	cursor: pointer;
	transition: opacity 0.1s ease-in;
}
dl.switching_contents_inner > div:not(.tab_show) > dt:hover {
	opacity: 0.8;
}


dl.switching_contents_inner > div > dd {
	display: none;
}
dl.switching_contents_inner > div.tab_show > dd {
	display: block;
}

/* sec_4
-------------------------------------------------------------*/

article section.sec_4 {
	padding: 80px 0 130px;
	background: #ceebbe;
	background-image:
	 radial-gradient(#b4d5a2 1px, transparent 1px);
	background-size: 20px 20px;
}

article section.sec_4 h3 {
	margin: 0 auto 55px;
	width: 302px;
}

article section.sec_4 p {
	font-size: 20px;
}
article section.sec_4 p em {
	font-size: 25px;
}


article section.sec_4 dl.join > div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
	padding: 50px 50px 50px;
	background: #fff;
}
article section.sec_4 dl.join > div > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 60px;
	padding-right: 20px;
	text-align: center;
	border-right: solid 4px #33821a;
	font-size: 20px;
	line-height: 1;
	color: #33821a;
}
article section.sec_4 dl.join > div > dt em {
	display: block;
	margin-top: 6px;
	font-size: 60px;
}
article section.sec_4 div.d1 {
	flex-wrap: nowrap !important;
}
article section.sec_4 div.d1 dl.wester {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
article section.sec_4 div.d1 dd dt img {width: 130px;}
article section.sec_4 div.d1 dd dd:nth-of-type(1) img {width: 184px;}
article section.sec_4 div.d1 dd dd:nth-of-type(2) img {width: 222px;}

article section.sec_4 div.d1 dd dd:nth-of-type(1) {
	margin: 0 20px 0 50px;
}

article section.sec_4 div.d2 p {
	width: 620px;
	max-width: 62vw;
}

article section.sec_4 div.d3 {
	flex-wrap: nowrap !important;
}
article section.sec_4 div.d3 dd:last-child {
	margin-left: auto;
	margin-right: 60px;
}
article section.sec_4 div.d3 img {
	width: 155px;
}
article section.sec_4 dd.notice,
article section.sec_4 p.notice {
	position: absolute;
	left: auto;
	bottom: -30px;
	right: 0 !important;
	font-size: 16px;
	font-weight: normal;
}

article ul.ss_flow {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 30px 20px 30px;
	background: #f1f7d9;
}
article ul.ss_flow li {
	width: 21%;
}
article ul.ss_flow li.arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}
article ul.ss_flow li.arrow img {
	width: 14px;
}
article ul.ss_flow li img {
	display: block;
	margin: 10px 0;
}
article ul.ss_flow li span {
	display: block;
	line-height: 1.4;
}
article ul.ss_flow li span.txt {
	font-size: 17px;
}
article ul.ss_flow li span.cap {
	text-align: center;
	font-size: 16px;
}
article ul.ss_flow li:nth-child(5) span.cap {
	text-align: left;
}

article dl.stamp {
	margin: 100px 0 60px;
	padding: 30px 20px 30px;
	background: #fff;
	border: solid 4px #33821a;
	border-radius: 10px;
}
article dl.stamp dt {
	width: 320px;
	margin: -54px auto 30px;
}
article dl.stamp p {
	text-align: center;
	font-size: 25px;
}

article dl.stamp ul.ss_flow {
	margin-top: 0;
	background: #fff;
}

article section.sec_4 p.copy  {
margin: 0 auto;
padding: 20px;
width: 560px;
 background: #fff;
 text-align: center;
 color: #33821a;
 border-radius: 30px;
 font-size: 22px;
 }



/* sec_5
-------------------------------------------------------------*/

article section.sec_5 {
	background: #fff;
	background-size: 100% auto;
}

article section.sec_5 div.inner {
	padding: 100px 0 90px;
	font-size: 16px;
}
article section.sec_5 div.inner p.t1 {
	line-height: 1.2;
	text-align: center;
	font-size: 17px;
}
article section.sec_5 div.inner h2 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 24px;
	background: none;
    text-align: center;
}
article section.sec_5 div.inner h3 {
	font-size: 19px;
	font-weight: bold;
}

article section.sec_5 div.inner ul {
	margin: 0 0 40px;
}
article section.sec_5 div.inner li {
	position: relative;
    margin-bottom: 5px;
	padding-left: 1.2em;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
article section.sec_5 div.inner li::before {
	content: '';
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	border-radius: 50%;
	background: #33821a;
}
article section.sec_5 div.inner dl {
	border: solid 2px #33821a;
	padding: 10px 20px;
	text-align: center;
}
article section.sec_5 div.inner dl dt {
	font-size: 20px;
}
article section.sec_5 div.inner dl dd {
	font-size: 16px;
}
article section.sec_5 div.inner dl dd span {

	font-size: 13px;
}

/* sec_6
-------------------------------------------------------------*/

article section.sec_6 {
	position: relative;
	background: url(../images/sec_0_bg.jpg) no-repeat center top;
	background-size: cover;
}
article section.sec_6 div.inner {
	padding: 50px 0 30px;
	text-align: center;
}

article section.sec_6 div.inner p a img {
	width: 551px;
	height: 110px;
}


} /* end @media */


/* ============================================================
SP
============================================================ */

@media screen and (max-width: 759.9px) {

/* common
-------------------------------------------------------------*/

article section {
	line-height: 1.5;
	font-size: 18px;
}
article section .pc {
	display: none !important;
}

/* sec_0
-------------------------------------------------------------*/
article section.sec_0 {
	width: 100%;
	background: #fff;
}
article section.sec_0 h2 img {
	width: 100%;
}


/* sec_1
-------------------------------------------------------------*/

#gov {
    margin: -20px 0 30px;
}

article section.sec_1 {
	background:none;
}

article section.sec_1 div.inner {
	padding: 40px 2vw 40px;
}

article section.sec_1 br {
	display: none;
}

article section.sec_1 .sec_1_h3_p {
    margin-bottom: 50px;
    padding: 15px 20px 20px;
    border: 5px solid #00A0E9;
    border-top: none;
}
article section.sec_1 .sec_1_h3_p br {
    display: block;
}
article section.sec_1 p.sec_1_h3_p1 {
    margin-bottom: 10px;
    font-size: 18px;
}
article section.sec_1 p.sec_1_h3_p1 strong {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #EA5C67;
    text-align: center;
}
article section.sec_1 p.sec_1_h3_p2 {
    font-size: 14px;
}
article section.sec_1 p.p1 {
	margin-bottom: 20px;
	font-size: 20px;
}
article section.sec_1 p.p2 {
	margin-bottom: 20px;
}
article section.sec_1 p.p3 {
	margin-bottom: 20px;
}

/* sec_2
-------------------------------------------------------------*/

article section.sec_2 {
	padding: 1px 3vw 30px;
	background: #ceebbe;
	background-image:
	 radial-gradient(#b4d5a2 1px, transparent 1px);
	background-size: 20px 20px;
}

article section.sec_2 div.inner.d1 {
	padding: 30px 3vw 50px;
	background: #fff;
	border: solid 5px #33821a;
}
article section.sec_2 div.inner.d1 h3 {
	margin: -10vw auto 20px;
}
article section.sec_2 p br {
	display: none;
}
article section.sec_2 p.p1 {
	margin-bottom: 30px;
	font-size: 20px;
}
article section.sec_2 ul.u1 {
	margin-bottom: 30px;
}
article section.sec_2 ul.u1 li {
	margin-bottom: 40px;
}

article section.sec_2 p.p2 {
	margin-bottom: 30px;
}

article section.sec_2 ul.u2 li {
	position: relative;
	padding-left: 1.2em;
	text-align: left;
	font-size: 16px;
}
article section.sec_2 ul.u2 li span {
	position: absolute;
	top: 0;
	left: 0;
}
article section.sec_2 > h3 {
	margin: 30px auto 20px;
	max-width: 302px;
}
article section.sec_2 div.inner.d2 {
	padding: 35px 6vw 0;
	background: #fff;
	overflow: hidden;
}

article section.sec_2 div.inner.d2 p {
	margin-bottom: 20px;
}

article section.sec_2 div.inner.d2 li {
	position: relative;
	padding-left: 1.2em;
	text-align: left;
	font-size: 14px;
}
article section.sec_2 div.inner.d2 li span {
	position: absolute;
	top: 0;
	left: 0;
}

article section.sec_2 > p {
	margin: 40px 3vw 20px;
}



/* chusen
-------------------------------------------------------------*/
#chusen .waku {
	padding: 0 0 22px 0;
	background: #fff;
	border-radius: 25px;
}
#chusen ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	width: 90%;
	margin: 30px auto 0;
}
#chusen ul li {
	position: relative;
	box-sizing: border-box;
	width: calc(100% / 2 - 20px);
	margin-right: 20px;
	margin-bottom: 50px;
}
#chusen ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15px;
	height: 24px;
	right: -20px;
	margin: auto 0;
	background: url("../images/icon04.png") no-repeat right top;
	/*background-size: contain;*/
}
#chusen ul li:last-of-type::after {
	display: none;
}
#chusen ul li:nth-of-type(2n) {
	margin-right: 0;
}
#chusen ul li:nth-of-type(8),
#chusen ul li:nth-of-type(9) {
	margin-bottom: 0;
}
#chusen ul li img {
	width: 100%;
}
#chusen p {
	padding: 0 15px;
	text-align: center;
}
#chusen p.attention {
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}
#chusen p.attention span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
#chusen p.attention:last-of-type {
	margin-top: 0;
}

#chusen .hikikae{
margin: 0 auto 30px auto;
padding: 10px 10px 1px 10px;
background: #f1f7d9;
}
#chusen .hikikae br{
display: inherit !important;
}


/* wester
-------------------------------------------------------------*/

article section.wester div.inner {
	padding: 40px 3vw 40px;
}

article section.wester h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

article section.wester dl {
	margin: 0 auto;
}
article section.wester dl dt img {
	width: 60vw;
	height: auto;
	margin: 0 auto 20px;
}
article section.wester dl dd img {
	width: auto;
	height: 14vw;
	margin: 0 auto;
}
article section.wester dl dd.d1 {
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 20px;
}
article section.wester dl dd.d2 {float: left;}
article section.wester dl dd.d3 {top: 116px;left: 440px;}

article section.wester dl dd.d4 {
	clear: both;
	margin-top: 20px;
	font-size: 25px;
}
article section.wester dl dd.d4 li {
	position: relative;
	padding-left: 1.2em;
	text-align: left;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
article section.wester dl dd.d4 li span {
	position: absolute;
	top: 0;
	left: 0;
}


/* sec_3
-------------------------------------------------------------*/

article section.sec_3 {
	background: #f1f7d9;
}
article section.sec_3 div.inner {
	padding: 40px 3vw 40px;
	text-align: center;
}
article section.sec_3 h3 {
	margin: 0 auto 35px;
	max-width: 393px;
}

/* #switching_tab_menu */

#switching_tab_menu {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	gap:5px;
	margin: 0 auto 5px;
}
#switching_tab_menu li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.5em;
	margin:0 0 10px 0;
	padding: 10px;
	min-width: 6.2em;
	text-align: center;
	border-radius: 10px;
	line-height: 1.2;
	color: #fff;
	font-size: 16px;
	transition: opacity .1s ease-in;
	cursor: pointer;
}
#switching_tab_menu li:nth-child(1) {background:#54a6ec;border: solid 3px #54a6ec;}
#switching_tab_menu li:nth-child(2) {background:#eea924;border: solid 3px #eea924;}
#switching_tab_menu li:nth-child(3) {background:#34cbb1;border: solid 3px #34cbb1;}


#switching_tab_menu li.select {
	position: relative;
	background: #fff;
	border: solid 3px #33821a;
	color: #33821a;
}

/* div.switching_contents */

div.switching_contents {
	padding: 6vw;
	background: #fff;
	border: solid 4px #33821a;
	border-radius: 0 0 10px 10px;
}
div.switching_contents li:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 3px #33821a;
}
div.switching_contents li p:nth-child(1) {
	width: 100%;
	margin: 20px 0;
    font-size: 14px;
}
div.switching_contents li p {
	margin: 0 0 10px;
	padding: 0;
}
div.switching_contents li p img {
	display: block;
	width: 100%;
}
div.switching_contents li > dl {
	text-align: left;
}
div.switching_contents li > dl > dt {
	margin-bottom: 0.1em;
	line-height: 1.3;
	font-size: 20px;
}
div.switching_contents li > dl > dd {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}
div.switching_contents li > dl > dd dl div {
	display: flex;
}
div.switching_contents li > dl > dd dl div dt {
	white-space: nowrap;
}


/* switching_contents_inner */

div.switching_contents {
	position: relative;
	z-index: 2;
}
dl.switching_contents_inner > div > dt {
	position: absolute;
	top: -48px;
	z-index: -22;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	height: 48px;
	background: #33821a;
	border: solid 4px #33821a;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	font-size: 24px;
	color: #fff;
}
dl.switching_contents_inner > div:nth-child(1) > dt {
	left: -4px;
}
dl.switching_contents_inner > div:nth-child(2) > dt {
	right: -4px;
}
dl.switching_contents_inner > div.tab_show > dt {
	background: #fff;
	border: solid 4px #33821a;
	border-bottom: none;
	color: #33821a;
}

dl.switching_contents_inner > div > dd {
	display: none;
}
dl.switching_contents_inner > div.tab_show > dd {
	display: block;
}



/* sec_4
-------------------------------------------------------------*/

article section.sec_4 {
	padding: 40px 3vw 20px;
	background: #ceebbe;
	background-image:
	 radial-gradient(#b4d5a2 1px, transparent 1px);
	background-size: 20px 20px;
}
article section.sec_4 p {
	margin-bottom: 20px;
	font-size: 18px;
}
article section.sec_4 p em {
	font-size: 22px;
}
article section.sec_4 p br {
	display: none;
}


article section.sec_4 h3 {
	margin: 0 10vw 20px;
	max-width: 302px;
}

article section.sec_4 dl.join > div {
	position: relative;
	margin: 0 0 40px;
	padding: 20px 3vw 20px;
	background: #fff;
}
article section.sec_4 dl.join > div > dt {
	padding: 0 0 10px;
	margin: 0 0 20px;
	text-align: center;
	border-bottom: solid 4px #33821a;
	font-size: 20px;
	line-height: 1;
	color: #33821a;
}
article section.sec_4 dl.join > div > dt em {
	font-size: 40px;
}

article section.sec_4 div.d1 dl.wester {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	text-align: center;
}
article section.sec_4 div.d1 dd dt {
	width: 60vw;
	margin-bottom: 20px;
}
article section.sec_4 div.d1 dd dd {
	margin: 0 1vw;
}
article section.sec_4 div.d1 dd dd:nth-of-type(1) {width: 33vw;}
article section.sec_4 div.d1 dd dd:nth-of-type(2) {width: 41vw;}

article ul.ss_flow {
	padding: 30px 3vw 10px;
	background: #f1f7d9;
}
article ul.ss_flow li {
	margin-bottom: 20px;
}
article ul.ss_flow li.arrow img {
	width: 50px;
	margin: 0 auto;
}

article ul.ss_flow li img {
	margin: 10px auto;
}
article ul.ss_flow li span {
	display: block;
	line-height: 1.4;
}
article ul.ss_flow li span.txt {
	font-size: 17px;
}
article ul.ss_flow li span.cap {
	text-align: center;
	font-size: 16px;
}
article ul.ss_flow li:nth-child(5) span.cap {
	text-align: left;
}
article section.sec_4 div.d3 img {
	width: 74vw;
	margin: 0 auto;
}


article section.sec_4 dd.notice {
	position: absolute;
	left: auto;
	bottom: -24px;
	right: 0 !important;
	font-size: 14px;
	font-weight: normal;
}
article section.sec_4 p.notice {
	position: absolute;
	left: auto;
	bottom: -44px;
	right: 0 !important;
	font-size: 14px;
	font-weight: normal;
}

article dl.stamp {
	margin: 60px 0 60px;
	padding: 30px 20px 30px;
	background: #fff;
	border: solid 4px #33821a;
	border-radius: 10px;
}
article dl.stamp dt {
	margin: -54px auto 20px;
}
article dl.stamp p {
	margin-bottom: 0px;
	font-size: 18px;
}

article dl.stamp ul.ss_flow {
	margin-top: 0;
	background: #fff;
}

article section.sec_4 p.copy {
margin: 0 auto;
padding: 20px;
 background: #fff;
 text-align: center;
 color: #33821a;
 border-radius: 20px;
}


/* sec_5
-------------------------------------------------------------*/

article section.sec_5 {
	background: #fff;
	background-size: 100% auto;
}

article section.sec_5 div.inner {
	padding: 100px 6vw 90px;
	font-size: 14px;
}
article section.sec_5 div.inner p.t1 {
	line-height: 1.2;
	text-align: center;
	font-size: 15px;
}
article section.sec_5 div.inner h2 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 20px;
	background: none;
    text-align: center;
}
article section.sec_5 div.inner h3 {
	font-size: 16px;
	font-weight: bold;
}

article section.sec_5 div.inner ul {
	margin: 0 0 20px;
}
article section.sec_5 div.inner li {
	position: relative;
    margin-bottom: 5px;
	padding-left: 1.2em;
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
}
article section.sec_5 div.inner li::before {
	content: '';
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	border-radius: 50%;
	background: #33821a;
}
article section.sec_5 div.inner dl {
	border: solid 2px #33821a;
	padding: 10px 20px;
}
article section.sec_5 div.inner dl dt {
	line-height: 1.4;
	font-size: 18px;
}
article section.sec_5 div.inner dl dd {
	font-size: 14px;
}
article section.sec_5 div.inner dl dd span {
	font-size: 11px;
}

/* sec_6
-------------------------------------------------------------*/

article section.sec_6 {
	position: relative;
	background: url(../images/sec_0_bg.jpg) no-repeat center top;
	background-size: cover;
}
article section.sec_6 div.inner {
	padding: 50px 0 30px;
	text-align: center;
}

article section.sec_6 div.inner p a img {
	width: 74vw;
	height: auto;
}








} /* end @media */










