@charset "utf-8";

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

.disnone {
	display:none;
}
.txt_small {
    font-size: 80%;
}
.txt_red {
    color: #ff0006;
}
.tx_al_right {
    text-align: right;
    font-size: 14px;
}
.longurl{word-break: break-all;}


@media screen and (max-width: 759.9px) {
	.atte{
		text-align: center;
		width: 96%;
		margin: 0 auto 20px;
		padding:20px;
		color: #FFFFFF;
		background-color:#FF0004;
		font-weight: bold;
		display: block;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif,"メイリオ", Meiryo;
	}
	

	.stamptxtbox{
		/*display: flex;
		justify-content: space-between;*/
		
	}
	
	.stamptxtbox .stampbox{
		
		padding: 10px;
		border: 2px solid #B1B1B1;
		margin: 0 0 20px 0;
	}

	
	
	#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;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif,"メイリオ", Meiryo;
	}
}/* end @media */

@media screen and (min-width: 760px),print {
	
	.atte{
		text-align: center;
		width: 96%;
		max-width:970px;
		margin: 0 auto 20px;
		padding:20px;
		color: #FFFFFF;
		background-color:#FF0004;
		font-weight: bold;
		display: block;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif,"メイリオ", Meiryo;
	}
	
	.stamptxtbox{
		display: flex;
		justify-content: space-between;
		
	}
	
	.stamptxtbox .stampbox{
		width: 49%;
		padding: 10px;
		border: 2px solid #B1B1B1;
	}

	
	#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;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif,"メイリオ", Meiryo;
	}
	u {
		text-decoration-color: red;
	}
}/* end @media */

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

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

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

article section img {
	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: 0;
	background: url(../images/bg.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: 950px;
	height: 575px;
	margin: 0 auto;
}



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

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

article section.sec_1 {
	background:none;
    overflow: hidden;
}

article section.sec_1 div.inner {
	padding: 80px 0 90px;
	text-align: center;
}
    
article section.sec_1 dl {
    float:left;
    width:48%;
    margin:0 2% 50px 0;
    padding: 20px;
    background: #e6f5ff;
    border-radius: 10px;
    box-sizing: border-box;
    } 
article section.sec_1 dl:last-child {
    float:left;
    width:48%;
    margin:0 0 50px 2%;
    padding: 20px;
    background: #e6f5ff;
    border-radius: 10px;
    box-sizing: border-box;
    } 
article section.sec_1 dl dt {
    font-size: 24px;
    font-weight: bold;
    margin:10px 0;
    border-bottom: 2px solid #0099de;
    }
article section.sec_1 dl dd {
    font-size: 16px;
    text-align: left;
    }


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

article section.sec_2 {
	padding: 60px 0 60px;
	background: #e6f5ff;
	background-image:
	 radial-gradient(#c4e5fc 2px, transparent 2px);
	background-size: 15px 15px;
	
}

article section.sec_2 div.inner.d1 {
	padding: 30px 30px 50px;
	text-align: center;
    background: #fff;
	border: solid 5px #0099de;
}
article section.sec_2 div.inner.d1 {
	padding: 30px 30px 50px;
	text-align: center;
	
	border: solid 5px #0099de;
}
article section.sec_2 div.inner.d1:first-of-type {
	margin-bottom: 60px;
}
article section.sec_2 div.inner.d1 h3 {
	margin: 20px auto 40px;
	width:365px;
}
article section.sec_2 p.p1 {
	position: relative;
	margin-bottom: 30px;
	font-size: 24px;
    text-align: left;
    
    background-repeat: no-repeat;
    background-position: 15px 0;
    background-size: 100px 100px;
    padding-left: 0px;
    width:100%;
}
article section.sec_2 p.p2 {
	position: relative;
	margin-bottom: 30px;
	font-size: 24px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 15px 0;
    background-size: 100px 100px;
    padding-left: 0px;
    width:100%;
}

article section.sec_2 ul.u1 {
	display: flex;
	flex-direction: column;
	gap:40px;
}
article section.sec_2 ul.u1 li img{
max-width:840px;
	width: 100%;
margin: 0 auto 20px;
}
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;
    text-align: center;
    width:950px;
}
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;
}

article section.sec_2 p.p3 {
	width: 768px;
}
    
p.btn_schedule a{
    margin:0 auto;
    width:450px;
    border-radius: 10px;
    background: #f32b4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 30px auto;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
p.btn_schedule i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_schedule a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}
    
p.btn_notice a{
    margin:0 auto;
    width:400px;
    border-radius: 40px;
    background: #ff8921;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 30px auto 0;
    font-size: 24px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}
p.btn_notice i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_notice a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}
    
p.chart {
    margin: 0 auto;
    width:840px;
    padding: 50px 0 0;
    }
div.chusen {
    margin: 30px auto 50px;
   /* width:840px;*/
	        width: 96%;
        max-width: 970px;
    padding: 20px;
    background: #fbf9d6;
    border: 3px solid #f7f07f;
    box-sizing: border-box;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif,"メイリオ", Meiryo;
    }
div.chusen h4 {
    font-weight: bold;    
    }
div.chusen p {
    font-size: 20px;
	margin: 0 0 15px 0;
    }
div.chusen p.notes {
    font-size: 80%;
	
    }
.toiawase {
    border: solid 3px #8ac8f1;
    width:93.6%;
    margin:0 3.2%;
    padding: 15px;
    box-sizing: border-box;
    background: #e6f5ff;
}
.toiawase dt {
    font-size: 20px;
}
.toiawase dd {
    font-size: 16px;
    padding-bottom: 15px;
}
    .toiawase dd:last-child{
        padding-bottom: 0;
    }

/* 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;
}
    
.fx {
    display: flex;
    /*align-items: flex-start;*/
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 
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_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: 360px;
}

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 #006835;
	font-size: 20px;
	line-height: 1;
	color: #006835;
}
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: 670px;
	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 #006835;
	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: #006835;
 border-radius: 30px;
 font-size: 22px;
 }
    
    
    
    
/* ===== JOIN ===== */
.join_box {
background-color: #fff;
border:4px solid #0099de;
border-radius: 16px;
margin-bottom: 24px;
padding:32px;
position: relative;
}
.join_box:last-child {
margin-bottom: 0px;
}
.join_box .join_title {
border-bottom: 4px solid #ddd;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
margin-bottom: 16px;
padding-bottom: 16px;
}
.join_box .join_title.no_border {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.join_box .join_title h3 {
font-size:24px;
padding-left: 32px;
font-weight: 700;
}
.join_box .join_title h3 > em {
color: #ed015a;
font-size:28px;
}
.join_box .join_title p {
color: #0099de;
font-family: 'Oswald', sans-serif;
font-size: 32px;
line-height: 3;
position: relative;
}
.join_box .join_title p > em {
font-size: 56px;
line-height: 0.7;
}
.join_box .join_title p::after {
background-color: #000;
content:'';
display: block;
height: 100%;
width: 1px;
position: absolute;
top:0;
right: -16px;
}

.join_box .join_list_1 {
align-items: center;
margin:auto;
max-width: 618px;
width: 100%;
}
.join_box .join_list_1 li:nth-child(1) {width:27.18%;}
.join_box .join_list_1 li:nth-child(2) {width:26.21%;}
.join_box .join_list_1 li:nth-child(3) {width:32.68%;}

.join_box .join_list_2.fx_row_3 {
margin:auto;
max-width: 740px;
}
.join_box .join_list_2.fx_row_3 > * {width: 31%; margin: 0 0 20px 0;
}
.join_box .join_list_2.fx_row_4 > * {width:22%;}
.join_box .join_list_2 li {position: relative;}
.join_box .join_list_2 li:not(:last-child)::after {
border-style: solid;
border-width: 12px 0 12px 16px;
border-color: transparent transparent transparent #0099de;
content:'';
height: 0;
width: 0;
position: absolute;
right:-13.5%;
top:50%;
}
.join_box .join_list_2 p {
font-size:18px;
line-height: 1.5;
}
.join_box .join_list_2 p strong {
color: #0099de;
font-weight: bold;
}
.join_box .join_list_2 figure {
margin:16px auto 8px;
max-width: 168px;
width: 100%;
}
.join_box .join_list_2 .tx_caption {
font-size:14px;
text-align: center;
}
	
	
	.join_list_ver2{
		width: 60% !important;
	}
	
	.join_list_ver2 p{
		text-align: center !important;
	}
	
	.join_list_ver2 .join_list_2 li:not(:last-child)::after{
		right: -30% !important;
		top: 42% !important;
	}
	
	.join_list_ver2 .join_list_2 li{
		width: 42% !important;
	}
	
.join_box .jpoin_stamp_txt {
margin-bottom: 20px;
font-size:25px;
font-weight: bold;
text-align: center;
}

.join_box .tx_join {
font-size: 20px;
line-height: 1.5;
}
.join_box .join_list_3 {margin:16px auto;}
.join_box .join_list_3 li {
background-color: #ee86b4;
color:#fff;
font-size:18px;
margin-bottom: 35px;
padding: 8px 16px;
}
.join_box .join_list_3 li em {
font-size:22px;
font-weight: 700;
}
.join_box .extend_note p {
font-size:16px;
text-align: center;
}
.join_box .extend_note ol {margin-top:8px;}
.join_box .extend_note li {
font-size:16px;
padding-left: 1em;
text-indent: -1em;
}

.join_box .join_list_3 li {
    position: relative;
    text-align: center;
    }
.join_box .join_list_3 li:not(:last-child)::after {
border-style: solid;
border-width: 12px 0 12px 16px;
/*border-color: transparent transparent transparent #0099de;*/
border: 16px solid transparent; /* 透明な四角 */
  border-top-color: #0099de; /*上に色をつける*/
content:'';
height: 0;
width: 0;
position: absolute;
right:50%;
top:115%;
}
    
h2.title {
    width:50%;
  background: #ee86b4;
  box-shadow: 0px 0px 0px 5px #ee86b4;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
    margin: 40px auto 30px;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
    
.join_wrap {
    background: #e6f5ff;
    background-image: radial-gradient(#c4e5fc 2px, transparent 2px);
    background-size: 15px 15px;
    padding-bottom: 30px;
    }
/* end JOIN */ 



/* 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: #0099de;
}
article section.sec_5 div.inner dl {
	border: solid 2px #0099de;
	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;
}

article section.sec_5 div.inner dl.sponsorship{
display: flex;
align-items: baseline;
justify-content: center;
background: #006835;
border-bottom:0;
}
article section.sec_5 div.inner dl.sponsorship dt{
background: #fff;
font-size: 16px;
padding: 5px 7px 4px 7px;
border-radius: 3px;
margin-left: 30px;
line-height: 1;
letter-spacing: 1px;
}
article section.sec_5 div.inner dl.sponsorship dd{
color: #fff;
padding: 0 20px;
}


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

article section.sec_6 {
	position: relative;
	background: url(../images/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: 10px 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 dl {
    float:left;
    width:100%;
    margin:0 0 20px;
    padding: 20px;
    background: #e6f5ff;
    border-radius: 10px;
    box-sizing: border-box;
    } 
article section.sec_1 dl dt {
    font-size: 22px;
    font-weight: bold;
    margin:10px 0;
    border-bottom: 2px solid #0099de;
    text-align: center;
    }
article section.sec_1 dl dd {
    font-size: 16px;
    text-align: left;
    }


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

article section.sec_2 {
	padding: 10px 0 60px;
	background: #e6f5ff;
	background-image:
	 radial-gradient(#c4e5fc 2px, transparent 2px);
	background-size: 15px 15px;
}

article section.sec_2 div.inner.d1 {
	padding: 10px ;
	background: #fff;
	border: solid 3px #0099de;
}
article section.sec_2 div.inner.d1:first-of-type {
	margin-bottom: 60px;
}
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;
   
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 30%;
    
}
article section.sec_2 ul.u1 {
	display: flex;
	flex-direction: column;
	gap:40px;
}

article section.sec_2 p.p2 {
	margin-bottom: 30px;
   
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 30%;
   
}

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 3% 20px;
	max-width: 94%;
}
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;
}

article section.sec_2 p.p3 {
	width: 100%;
	max-width: 740px;
	margin: 20px 0;
	padding: 0 5px;
	text-align: center;
}
    
p.chart {
    margin: 0 auto;
    width:100%;
    padding: 30px 0 0;
    }

div.chusen {
    margin: 30px auto 30px;
    width:96%;
    padding: 20px;
    background: #fbf9d6;
    border: 3px solid #f7f07f;
    box-sizing: border-box;
    }
div.chusen h4 {
    font-weight: bold; 
    text-align: center;
    margin-bottom: 10px;
    }
div.chusen p {
    font-size: 20px;
    }
div.chusen p.notes {
    font-size: 80%;
    }
.toiawase {
    border: solid 3px #8ac8f1;
    width:100%;
    margin:0 auto;
    padding: 15px;
    box-sizing: border-box;
    background: #e6f5ff;
}
.toiawase dt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.toiawase dd {
    font-size: 16px;
}

/* 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_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 7vw 20px;
	max-width: 360px;
}

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 #006835;
	font-size: 20px;
	line-height: 1;
	color: #006835;
}
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: 90px 0 40px;
	padding: 30px 20px 30px;
	background: #fff;
	border: solid 4px #006835;
	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: #006835;
 border-radius: 20px;
}
    
    


 /* ===== JOIN ===== */
.join_box {
	background-color: #fff;
	border:4px solid #0099de;
	border-radius: 8px;
	margin-bottom: 20px;
	padding:15px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.join_box:last-child {
	margin-bottom: 0px;
}
.join_box .join_title {
border-bottom: 4px solid #ddd;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
margin-bottom: 16px;
padding-bottom: 16px;
}
.join_box .join_title.no_border {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.join_box .join_title h3 {
font-size:18px;
padding-left: 24px;
font-weight: 700;
}
.join_box .join_title h3 > em {
color: #ed015a;
font-size:22px;
}
.join_box .join_title p {
color: #0099de;
font-family: 'Oswald', sans-serif;
font-size: 18px;
line-height: 3;
position: relative;
}
.join_box .join_title p > em {
font-size: 36px;
line-height: 0.7;
}
.join_box .join_title p::after {
background-color: #000;
content:'';
display: block;
height: 100%;
width: 1px;
position: absolute;
top:0;
right: -16px;
}

.join_box .join_list_1 {
align-items: center;
margin:auto;
}
.join_box .join_list_1 li:nth-child(1) {width:27.18%;}
.join_box .join_list_1 li:nth-child(2) {width:26.21%;}
.join_box .join_list_1 li:nth-child(3) {width:32.68%;}

.join_box .join_list_2.fx_row_3 > *,
.join_box .join_list_2.fx_row_4 > * {width:100%;}
.join_box .join_list_2 li {
margin-bottom: 40px;
position: relative;
}
.join_box .join_list_2 li:not(:last-child)::after {
	border-style: solid;
	border-width: 16px 12px 0 12px;
	border-color: #0099de transparent transparent transparent;
	content:'';
	height: 0;
	width: 0;
	position: absolute;
	left:50%;
	bottom:-24px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.join_box .join_list_2 p {
font-size:16px;
line-height: 1.5;
}
.join_box .join_list_2 p strong {
color: #0099de;
font-weight: bold;
}
.join_box .join_list_2 figure {
margin:16px auto 8px;
max-width: 220px;
width: 100%;
}
.join_box .join_list_2 .tx_caption {
font-size:14px;
text-align: center;
}
.join_box .jpoin_stamp_txt {
margin-bottom: 20px;
font-size:18px;
font-weight: bold;
}

.join_box .tx_join {
font-size: 16px;
line-height: 1.5;
}
.join_box .join_list_3 {margin:16px auto;}
.join_box .join_list_3 li {
background-color: #ee86b4;
color:#fff;
font-size:14px;
margin-bottom: 35px;
padding: 4px 8px;
    position: relative;
}
.join_box .join_list_3 li:not(:last-child)::after {
border-style: solid;
border-width: 12px 0 12px 16px;
/*border-color: transparent transparent transparent #0099de;*/
border: 16px solid transparent; /* 透明な四角 */
  border-top-color: #0099de; /*上に色をつける*/
content:'';
height: 0;
width: 0;
position: absolute;
right:45%;
top:120%;
}
.join_box .join_list_3 li em {
font-size:18px;
font-weight: 700;
}
.join_box .extend_note p {
font-size:14px;
font-weight: 700;
}
.join_box .extend_note ol {margin-top:8px;}
.join_box .extend_note li {
padding-left: 1em;
text-indent: -1em;
}
/* end JOIN */ 
.fx {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
h2.title {
    width:94%;
  background: #ee86b4;
  box-shadow: 0px 0px 0px 5px #ee86b4;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
    margin: 30px 3% 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.wester {
    text-align: center;
    }
.join_wrap {
    background: #e6f5ff;
    background-image: radial-gradient(#c4e5fc 2px, transparent 2px);
    background-size: 15px 15px;
    padding-bottom: 30px;
    }
p.btn_schedule a{
    margin:0 auto;
    width:100%;
    border-radius: 10px;
    background: #f32b4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 30px 0;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
p.btn_schedule i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_schedule a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}
    
p.btn_notice a{
    margin:0 auto;
    width:100%;
    border-radius: 40px;
    background: #ff8921;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 30px 0 0;
    font-size: 22px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}
    p.btn_notice span {
        display: block;
    }
p.btn_notice i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_notice a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}


/* 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: #0099de;
}
article section.sec_5 div.inner dl {
	border: solid 2px #0099de;
	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;
}


article section.sec_5 div.inner dl.sponsorship{
display: flex;
flex-wrap:wrap;
background: #006835;
border-bottom:0;
padding: 10px 10px 0 10px;
}
article section.sec_5 div.inner dl.sponsorship dt{
width: 3em;
height: 1.5em;
background: #fff;
font-size: 16px;
padding: 3px 7px;
border-radius: 3px;
line-height: 1;
letter-spacing: 1px;
}
article section.sec_5 div.inner dl.sponsorship dd{
width: 82%;
color: #fff;
padding:0 0 15px 15px;
}




/* 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 */


.sec_4 p span.kasagi { background: #EA5404; color: #fff; padding: 0 8px;}
.sec_4 p span.waduka { background: #14A83B; color: #fff; padding: 0 8px;}
.sec_4 p span.minami { background: #955F29; color: #fff; padding: 0 8px;}
.sec_4 p span.station { background: #E60012; color: #fff; padding: 0 8px;}




.kessaiimg{
	max-width:563px;
	width: 50%;
	margin: 0 auto 20px;
}
.kessaiimg img{
	width: 100%;
}

.marker{
 
background-image: repeating-linear-gradient(-45deg,
        #ff0 0, #21ff00 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;

}
