@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#d9ba72;}
section:nth-of-type(even){background-color:#ffffff;}
html {scroll-behavior: smooth;}/*smooth scroll*/

.rosen{
	max-width: 950px;
	margin: 0 auto 30px;
}

.rosen img{
	width: 100%;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

	
.notesimg{
		max-width: 400px;
		margin: 0 auto ;
		width: 95%;
	}
	
	.notesimg img{
		width: 100%;
	}
/* CSS */
#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden;
}
#dirPathBlock,
#anchorLinkBlock {margin: 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#dirPathBlock p {width: max-content;}
h1 {
	font-size: 12px;
	margin: 0 1% 1%;
}
/*h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}*/
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}
.pcnone{display:none;}

	
	.notesimg{
		max-width: 400px;
		margin: 0 auto ;
		width: 50%;
	}
	
	.notesimg img{
		width: 100%;
	}
	
/* CSS */
#dirPathBlock,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	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: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
/*h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}*/
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/*title*/
img#mainphoto {
	width: 100%;
	max-width:1080px;
	margin:0 auto 2%;
	display:block;
}

}



.disnone {
	display:none;
}

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

article section.mv {
	padding: 0;
	max-width: 780px;
	margin: 0 auto;
}

article section.mv h2 img {
	
	width: 100%;
	height: auto;
}

	
	.linkarea{
		width: 90%;
		margin: 30px auto 0;
	}
	
	.linkarea a{
		background-color: #000000;
		color: #FFFFFF;
		display: block;
		text-align: center;
		font-size: 12px;
		line-height: 1.5;
		position: relative;
		padding: 10px;
		border-radius: 10px;
	}
	
		
.linkarea a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}	

.linkarea a:hover {
    opacity: 0.8;
}
	
	
	
	.cr{
		display: block;
		text-align: right;
		margin: 5px 0 0 0;
		font-size: 12px;
	}
	
	#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 {
	
	/* mv
-------------------------------------------------------------*/

article section.mv {
	width: 100%;
	height: 515px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/sec_mv_bg_pc.jpg) no-repeat center center;
	background-size: contain;
}
article section.mv h2 img {
	display: block;
	width: 100%;
	max-width: 950px;
	height: auto;
	margin: 0 auto;
}

	
	.linkarea{
		width: 60%;
		margin: 30px auto 0;
	}
	
	.linkarea a{
		background-color: #000000;
		color: #FFFFFF;
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 1.5;
		position: relative;
		padding: 10px;
		border-radius: 10px;
	}
	
		
.linkarea a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.linkarea a:hover {
    opacity: 0.8;
}
	
	
	.cr{
		display: block;
		text-align: right;
		margin: 5px 0 0 0;
		font-size: 12px;
	}
	
	#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%;
	margin: 0 auto;
}

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

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

	
	/*.all_bg{
		background-image: url("../images/bg_all.jpg");
		background-size: contain;
	}
	
	
	
	.bg1{
		background-image: url(../images/bg_top.png);
    background-repeat: no-repeat;
    background-position: 50% -3%;
    background-size: auto;
	}
	
	.bg2{
		background-image: url(../images/bg_kiku.png);
    background-repeat: no-repeat;
    background-position: 50% -2%;
    background-size: auto;
		padding: 80px 0 0 0;
	}*/
	
	.midashi{
		text-align: center;
		font-size: 32px;
		color: #ffffff;
		background-color:#0d5d9e; 
		padding: 20px 0;
		font-weight: bold;
		margin: 0px 0 60px 0;
	}
	
	.midashi1{
		font-size: 28px !important;
		line-height: 34px !important;
	}
/* 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;
}


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

article section.sec_0 {
	width: 100%;
	max-width: 2000px;
	
	margin: 0 auto;
	padding: 145px 0 0;
	/*background: url(../images/sec_0_bg_pc.jpg) no-repeat center top;
	background-size: cover;*/
}
article section.sec_0 h2 img {
	display: block;
	margin: 0 auto;
}


/* sec_1
-------------------------------------------------------------*/
	
	.intro_txt{
		margin: 0 0 50px 0;
	}
	
	
	
	.intro_txt p{
		text-align: center;
		font-size: 28px;
		color: #6a3906;
		line-height: 2.2;
		
	}
	
	.intro_txt p span{
		padding: 5px;
		text-shadow: none !important;
	}
	
	.intro_img{
		max-width: 950px;
		margin: auto;
 	}
	
	.intro_img img{
		width: 100%;
	}
	
	

	.stamparea,
	.steparea{
		margin: 0 0 50px 0;
	}
	
	.stamparea ul,
	.steparea ul{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.steparea ul{
        width: 718px;
        margin: 0 auto;
    
    }
	.stamparea ul li{
		width: 178px;
	}
	
	.stamparea ul li img{
		width: 100%;
	}
    .steparea ul li{
		width: 216px;
	}
	
	.steparea ul li img{
		width: 100%;
	}
	
	
#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: 30px;
	font-size: 28px;
}
article section.sec_1 p.p2 {
	margin-bottom: 30px;
}
article section.sec_1 p.p3 {
	margin-bottom: 30px;
}

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

	
		
	.camp_btnL{
		width: 80% !important;
		margin: 0 auto !important;
		max-width: 970px !important;
	}
.camp_btn{
	
	display: block;
  width: 100%;
margin:0 auto;
  position: relative;
  background-color:#b01d23; /* 背景色 */
  border: 2px solid #b01d23;
  padding: 1em 1em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 18px;
	
}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}
	
	
	.wasmoarea{
		display: flex;
		justify-content: space-between;
		background-color: #ffffff;
		padding: 20px;
		border: 2px solid #6a3906;
		margin: 0 0 30px 0;
	}
	
	.wasmoimg{
		max-width: 400px;
		width: 40%;
	}
	
	.wasmoimg img{
		width: 100%;
	}
	
	.wasmodetail{
		width: 58%;
	}
	
	.wasmodetail p{
		font-size: 18px !important;
		line-height: 1.8 !important;
	}
	
	.wasmologoarea{
		margin: 0 0 0 0;
	}
	
	.wasmologoarea ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.wasmologoarea ul li{
		width: 49%;
	}
	
	.wasmologoarea ul li img{
		width: 100%;
	}
	
	.kippu{
		max-width: 950px;
		margin: 0 auto 30px;
	}

	.kippu img{
		width: 100%;
	}
	
	.kipputxt{
		text-align: center;
		margin: 0 0 30px 0;
	}
	
	.model{
		max-width: 950px;
		width: 100%;
		margin: 0 auto 30px;
	}
	
	.model img{
		width: 100%;
	}

	
	.pre{
		max-width: 950px;
		width: 100%;
		margin: 0 auto 30px;
	}	
	
	.pre img{
		width: 100%;
	}

	
	.chui{
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		margin: 20px 0 0 0;
	}
article section.sec_2 {
	padding: 60px 0 60px;
	/*background: url(../images/sec_2_bg.png);*/
}

article section.sec_2 div.inner.d1 {
	padding: 0 55px 50px;
	text-align: center;
	background: #fff;
	border: solid 5px #005BAB;
}
article section.sec_2 div.inner.d1 h3 {
	margin: -60px auto 40px;
	width: 406px;
}
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;
	background: url(../images/sec_2_icon_a.svg);
}
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: 80px;
}
article section.sec_2 ul.u1 li {
	margin-bottom: 50px;
}
article section.sec_2 ul.u1 li:nth-child(1) {margin-bottom: 10px;}
article section.sec_2 ul.u1 li:nth-child(2) {margin-bottom: 30px;}

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

article section.sec_2 ul.u2 li {
	position: relative;
	padding-left: 1.2em;
	font-size: 16px;
	/*color: #ffffff;*/
}
article section.sec_2 ul.u2 li span {
	position: absolute;
	top: 0;
	left: 0;
}
/*article section.sec_2 > h3 {
	margin: 60px auto 35px;
	width: 542px;
}*/
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;
}

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

article section.wester {
	background-image: url("../images/bg2.jpg");
	
}

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 {
	padding: 60px 0 0 0;
	/*background: #EAF6FD;*/
}
article section.sec_3 div.inner {
	padding: 0px 0 60px;
	text-align: center;
}
/*article section.sec_3 h3 {
	margin: 0 auto 55px;
	width: 550px;
}*/

/* #switching_tab_menu */

#switching_tab_menu {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
	flex-wrap: wrap;
}
#switching_tab_menu li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 19%;
	height: 93px;
	padding-top: 6px;
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 1.2;
	color: #fff;
	font-size: 26px;
	transition: opacity .1s ease-in;
}
#switching_tab_menu li:not(.select) {
	cursor: pointer;
}

#switching_tab_menu li:nth-child(1) {background:#c64544; border: solid 4px #c64544;}
#switching_tab_menu li:nth-child(2) {background:#dc8a2a; border: solid 4px #dc8a2a;}
#switching_tab_menu li:nth-child(3) {background:#e9c34e; border: solid 4px #e9c34e;}
#switching_tab_menu li:nth-child(4) {background:#8dbb69; border: solid 4px #8dbb69;}
#switching_tab_menu li:nth-child(5) {background:#4d9e77; border: solid 4px #4d9e77;}
#switching_tab_menu li:nth-child(6) {background:#4b88c7; border: solid 4px #4b88c7;}
#switching_tab_menu li:nth-child(7) {background:#225076; border: solid 4px #225076;}
#switching_tab_menu li:nth-child(8) {background:#9c82ba; border: solid 4px #9c82ba;}
#switching_tab_menu li:nth-child(9) {background:#f1b2be; border: solid 4px #f1b2be;}
#switching_tab_menu li:nth-child(10) {background:#a17856; border: solid 4px #a17856;}
	
	#switching_tab_menu li.select{
		position: relative;
	background: #fff;
	}

#switching_tab_menu li.select:nth-child(1) {
	
	border: solid 4px #c64544;
	color: #c64544;
}
	

#switching_tab_menu li.select:nth-child(2) {
	
	border: solid 4px #dc8a2a;
	color: #dc8a2a;
}	

#switching_tab_menu li.select:nth-child(3) {
	
	border: solid 4px #e9c34e;
	color: #e9c34e;
}	

#switching_tab_menu li.select:nth-child(4) {
	
	border: solid 4px #8dbb69;
	color: #8dbb69;
}	

#switching_tab_menu li.select:nth-child(5) {
	
	border: solid 4px #4d9e77;
	color: #4d9e77;
}	


#switching_tab_menu li.select:nth-child(6) {
	
	border: solid 4px #4b88c7;
	color: #4b88c7;
}	

#switching_tab_menu li.select:nth-child(7) {
	
	border: solid 4px #225076;
	color: #225076;
}	


#switching_tab_menu li.select:nth-child(8) {
	
	border: solid 4px #9c82ba;
	color: #9c82ba;
}	

#switching_tab_menu li.select:nth-child(9) {
	
	border: solid 4px #f1b2be;
	color: #f1b2be;
}	


#switching_tab_menu li.select:nth-child(10) {
	
	border: solid 4px #a17856;
	color: #a17856;
}	


#switching_tab_menu li:not(.select):hover {
	opacity: 0.6;
}

/* div.switching_contents */

div.switching_contents {
	padding: 30px;
	background: #fff;
	border: solid 4px #a50319;
	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 #a50319;
}
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 {
	
	text-align: left;
}
div.switching_contents li > dl > dt {
	margin-bottom: 20px;
	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: 0px 0 20px !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: #a50319;
	border: solid 4px #a50319;
	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 #a50319;
	border-bottom: none;
	color: #a50319;
}
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: 60px 0 0;
}
/*
article section.sec_4 h3 {
	margin: 0 auto 55px;
	width: 550px;
}*/

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;
	border: 6px #edda97 solid;
}
article section.sec_4 dl.join > div > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 60px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}
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 dl.wester {
	display: flex;
	align-items: center;
	width: 612px;
	margin: 20px auto -20px;
}
	article section.sec_4 dl.wester dt{
		text-align: center;
		margin: 0 20px 0 0;
		font-size: 18px;
	}
article section.sec_4 dl.wester dd img {
	width: 130px;
	margin: 0 auto;
}
	
/*
article section.sec_4 dl.wester dd:nth-of-type(1) {
	margin: 0 20px 0 50px;
}
article section.sec_4 dl.wester dd:nth-of-type(1) img {
	width: 100px;
}
article section.sec_4 dl.wester dd:nth-of-type(2) img {
	width: 222px;
}*/
	/*
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: 688px;
	max-width: 62vw;
}
	
	article section.sec_4 div.d2 p span{
		color: #ffffff;
		padding: 5px 5px;
	}
	article section.sec_4 div.d2 p small{
		font-size: 16px;
	}

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;
    color: #fff;
}

article ul.ss_flow {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 30px 20px 30px;
	background: #edda97;
}
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.ss_flow2 li {
	width: calc(100% / 3 - 56px) !important;
}
article ul.ss_flow.ss_flow2 li.arrow {
	width: 28px !important;
}
/*
article ul.ss_flow2 li.arrow {
	display: none;
}*/
	
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 #005BAB;
	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 img {
	margin: 0 auto;
	width: 876px;
}



/* 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: #000000;
}
article section.sec_5 div.inner dl {
	border: solid 2px #142B4F;
	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) {
	/*
.all_bg{
		background-image: url("../images/bg_all.jpg");
		background-size: contain;
	}
	
	
	
	.bg1{
		background-image: url(../images/bg_top_sp2.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 179%;
	}
	
	.bg2{
		    background-image: url(../images/bg_kiku.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 100%;
    padding: 30px 0 0 0;
	}*/
	
	.midashi{
		text-align: center;
		
		font-size: 20px;
		color: #ffffff;
		background-color:#0d5d9e; 
		padding: 10px 0;
		font-weight: bold;
		margin: 0px 0 30px 0;
	}
	
	.midashi1{
		font-size: 16px !important;
    line-height: 24px !important;
	}

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

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

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

article section.sec_0 h2 img {
	width: 100%;
}

/* sec_1
-------------------------------------------------------------*/
.intro_txt{
		margin: 0 0 30px 0;
	}
	
	.intro_txt p{
		text-align: center;
	
		font-size: 18px;
		color: #6a3906;
		
		line-height: 2.2;
	}
	
	.intro_txt p span{
		padding: 5px;
		text-shadow: none !important;
	}
	
	
	.intro_img{
		max-width: 780px;
		margin: auto;
 	}
	
	.intro_img img{
		width: 100%;
	}
	
	


	.stamparea,
	.steparea{
		margin: 0 0 50px 0;
	}
	
	.stamparea ul{
		display: flex;
		justify-content:center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	
	
	.steparea ul{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	
	.stamparea ul li{
		max-width:178px;
		width: 31%;
		margin: 0% 1% 2%;
	}
	
	.stamparea ul li img{
		width: 100%;
	}
		.steparea ul li{
		
		max-width: 216px;
			width: 47%;
			margin: 0% 1% 2%;
	}
	
	.steparea ul li img{
		width: 100%;
	}
	
	
#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 .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
-------------------------------------------------------------*/
	
	
	   /*ボタン通常*/
.camp_btnL{
		width: 90% !important;
		margin: 0 auto 20px !important;
		max-width: 970px !important;
	}
	
.camp_btn{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #b01d23; /* 背景色 */
  border: 2px solid #b01d23;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 14px;
	
}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}
	
	
	.wasmoarea{
		padding: 20px;
		border: 2px solid #6a3906;
		margin: 0 0 30px 0;
		background-color: #ffffff;
	}
	
	.wasmoimg{
		max-width: 400px;
		width: 100%;
		margin: 0 auto 20px
	}
	
	.wasmoimg img{
		width: 100%;
	}
	
	.wasmodetail{
		width: 100%;
	}
	
	.wasmodetail p{
		font-size: 16px !important;
		line-height: 1.5 !important;
		margin: 0 0 20px 0;
	}
	
	.wasmologoarea{
		margin: 0 0 0 0;
	}
	
	.wasmologoarea ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.wasmologoarea ul li{
		width: 49%;
	}
	
	.wasmologoarea ul li img{
		width: 100%;
	}

	.kippu{
		max-width: 950px;
		margin: 0 auto 30px;
	}

	.kippu img{
		width: 100%;
	}
	
	.kipputxt{
		text-align: center;
		margin: 0 0 30px 0;
	}
	
	
	.model{
		max-width: 780px;
		width: 95%;
		margin: 0 auto 30px;
	}	
	
	.model img{
		width: 100%;
	}

	
.pre{
		max-width: 950px;
		width: 95%;
		margin: 0 auto 30px;
	}	
	
	.pre img{
		width: 100%;
	}

	
	
article section.sec_2 {
	padding: 0vw 0vw 30px;
	/*background: url(../images/sec_2_bg.png);*/
}

article section.sec_2 div.inner.d1 {
	padding: 0 3vw 50px;
	background: #fff;
	border: solid 5px #005BAB;
}
	/*
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: 30px;
}

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: 14px;
}
article section.sec_2 ul.u2 li span {
	position: absolute;
	top: 0;
	left: 0;
}
	
	/*
article section.sec_2 > h3 {
	margin: 60px 3vw 35px;
}*/
article section.sec_2 div.inner.d2 {
	padding: 35px 6vw 0;
	background: #fff;
	overflow: hidden;
}
article section.sec_2 div.inner.d2::after {
	display: block;
	content: '';
	float: right;
	width: 180px;
	height: 96px;
	margin-bottom: 20px;
	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 {
	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;
}

/* wester
-------------------------------------------------------------*/
article section.wester {
	background-image: url("../images/bg2.jpg");
	
}
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: #EAF6FD;*/
}
article section.sec_3 div.inner {
	padding: 0px 0vw 40px;
	text-align: center;
}
article section.sec_3 h3 {
	margin: 0 0 35px;
}

/* #switching_tab_menu */

#switching_tab_menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 10px;
}
#switching_tab_menu li {
	display: flex;
        justify-content: center;
        align-items: center;
        width: 19%;
        height: 5em;
        margin: 0 0.5% 10px 0.5%;
        text-align: center;
        line-height: 1.2;
        color: #fff;
        font-size: 12px;
        transition: opacity .1s ease-in;
        cursor: pointer;
}
#switching_tab_menu li:nth-child(1) {background:#c64544; border: solid 4px #c64544;}
#switching_tab_menu li:nth-child(2) {background:#dc8a2a; border: solid 4px #dc8a2a;}
#switching_tab_menu li:nth-child(3) {background:#e9c34e; border: solid 4px #e9c34e;}
#switching_tab_menu li:nth-child(4) {background:#8dbb69; border: solid 4px #8dbb69;}
#switching_tab_menu li:nth-child(5) {background:#4d9e77; border: solid 4px #4d9e77;}
#switching_tab_menu li:nth-child(6) {background:#4b88c7; border: solid 4px #4b88c7;}
#switching_tab_menu li:nth-child(7) {background:#225076; border: solid 4px #225076;}
#switching_tab_menu li:nth-child(8) {background:#9c82ba; border: solid 4px #9c82ba;}
#switching_tab_menu li:nth-child(9) {background:#f1b2be; border: solid 4px #f1b2be;}
#switching_tab_menu li:nth-child(10) {background:#a17856; border: solid 4px #a17856;}

/*#switching_tab_menu li:nth-child(2) {margin: 0 10px 10px;}
#switching_tab_menu li:nth-child(4) {margin: 0 5px 10px 0;}
#switching_tab_menu li:nth-child(5) {margin: 0 0 10px 5px;}*/

#switching_tab_menu li.select {
	position: relative;
	background: #fff;
	
}
	

#switching_tab_menu li.select:nth-child(1) {
	
	border: solid 4px #c64544;
	color: #c64544;
}
	

#switching_tab_menu li.select:nth-child(2) {
	
	border: solid 4px #dc8a2a;
	color: #dc8a2a;
}	

#switching_tab_menu li.select:nth-child(3) {
	
	border: solid 4px #e9c34e;
	color: #e9c34e;
}	

#switching_tab_menu li.select:nth-child(4) {
	
	border: solid 4px #8dbb69;
	color: #8dbb69;
}	

#switching_tab_menu li.select:nth-child(5) {
	
	border: solid 4px #4d9e77;
	color: #4d9e77;
}
	


#switching_tab_menu li.select:nth-child(6) {
	
	border: solid 4px #4b88c7;
	color: #4b88c7;
}	

#switching_tab_menu li.select:nth-child(7) {
	
	border: solid 4px #225076;
	color: #225076;
}	


#switching_tab_menu li.select:nth-child(8) {
	
	border: solid 4px #9c82ba;
	color: #9c82ba;
}	

#switching_tab_menu li.select:nth-child(9) {
	
	border: solid 4px #f1b2be;
	color: #f1b2be;
}	


#switching_tab_menu li.select:nth-child(10) {
	
	border: solid 4px #a17856;
	color: #a17856;
}	


	
/* div.switching_contents */

div.switching_contents {
	padding: 6vw;
	background: #fff;
	border: solid 4px #a50319;
	border-radius: 0 0 10px 10px;
}
div.switching_contents li:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 3px #a50319;
}
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: 20px;
	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: #a50319;
	border: solid 4px #a50319;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	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 #a50319;
	border-bottom: none;
	color: #a50319;
}

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: 20px 0vw 20px;
	/*background: url(../images/sec_4_bg.png);*/
}
article section.sec_4 p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.8;
}
article section.sec_4 p em {
	font-size: 22px;
}
/*	
article section.sec_4 p br {
	display: none;
}
*/

article section.sec_4 h3 {
	margin: 0 auto 20px;
}

article section.sec_4 dl.join > div {
	position: relative;
	margin: 0 0 40px;
	padding: 20px 3vw 20px;
	background: #fff;
	border: 4px #edda97 solid;
}
article section.sec_4 dl.join > div > dt {
	padding: 0 0 10px;
	margin: 0 auto 20px;
	max-width: 110px;
	width: 95%;
	
}
	article section.sec_4 dl.join > div > dt img{
		width: 100%;
	}	

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 section.sec_4 div.d2 p span{
		color: #ffffff;
		padding: 3px 3px;
	}
	article section.sec_4 div.d2 p small{
		font-size: 12px;
	}

	
article ul.ss_flow {
	padding: 30px 3vw 10px;
	background: #edda97;
}
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;
    color: #fff;
}
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 #005BAB;
	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 img {
	margin: 0 auto;
}


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

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

article section.sec_5 div.inner {
	padding: 100px 0vw 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: #000000;
}
article section.sec_5 div.inner dl {
	border: solid 2px #005BAB;
	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 */



/* sec_7
-------------------------------------------------------------*/

article section.sec_7 {
}
article section.sec_7 div.inner {
	padding: 0;
}
section.sec_7 .fx {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

/*===== STAMP =====*/

section.sec_7 .fx_row_4 > * {width:100%;}
@media screen and (min-width: 760px),print {
section.sec_7 .fx_row_4 > * {width:23%;}
}

section.sr_stamp .lead {
text-align: center;

}

section.sr_stamp .inner_box {
background-color: #fff;
border:6px #edda97 solid;
/*border-radius: 16px;*/
margin-top: 25px;
padding: 0 24px 32px;
}

section.sr_stamp h4 {
margin: 30px auto 0;
padding: 0;
text-align: center;
font-weight: bold;
color: #a50319;
font-size: 30px;
}
/*
section.sr_stamp h4 span {
display: block;
z-index: 2;
position: relative;
}
section.sr_stamp h4::before {
background-color: #fbf2d6;
content:'';
display: block;
height:14px;
width: calc(100% + 12px);
position: absolute;
top:0;
left: -12px;
z-index: 1;
}
*/

section.sr_stamp h4 + p,
section.sr_stamp h4 + p + p,
section.sr_stamp .sr_stamp__method h4 + p {
font-size:16px;
font-weight: 700;
margin:30px auto;
text-align: center;
}
section.sr_stamp h4 + p > em {color:#e72b4d;}

section.sr_stamp .summary p {color:#000;}

section.sr_stamp .sr_stamp__method {margin-top:48px;}
section.sr_stamp .sr_stamp__method .fx {
border-bottom:3px solid #A50319;
margin-bottom: 40px;
padding-bottom: 40px;
position: relative;
}
section.sr_stamp .sr_stamp__method .fx::after {
border-style: solid;
border-width: 24px 14px 0 14px;
border-color: #A50319 transparent transparent transparent;
content:'';
display: block;
height: 0;
width: 0;
position: absolute;
left:50%;
bottom:-16px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
section.sr_stamp .sr_stamp__method .fx::before {
border-style: solid;
border-width: 32px 20px 0 20px;
border-color: #fff transparent transparent transparent;
content:'';
height: 0;
width: 0;
position: absolute;
left:50%;
bottom:-20px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
section.sr_stamp .sr_stamp__method .fx.no_bs {
border-bottom:none;
margin-bottom: 0;
padding-bottom: 0;
position: static;
}
section.sr_stamp .sr_stamp__method .fx.last::after,
section.sr_stamp .sr_stamp__method .fx.no_bs::after {
    display: none;
}
section.sr_stamp .sr_stamp__method .fx.last::before,
section.sr_stamp .sr_stamp__method .fx.no_bs::before {
    display: none;
}

section.sr_stamp .sr_stamp__method .summary {
margin-bottom: 16px;
width:100%;
}
section.sr_stamp .sr_stamp__method .capture {width:100%;}
section.sr_stamp .sr_stamp__method .capture figure {
margin:auto;
text-align: center;
width:82%;
}

section.sr_stamp .sr_stamp__method .capture ul {width:100%;}
/*section.sr_stamp .sr_stamp__method .capture li:nth-child(1) {width: 36.51%;}
section.sr_stamp .sr_stamp__method .capture li:nth-child(2) {width: 61.74%;}*/
section.sr_stamp .sr_stamp__method .capture li figure {width: 100%;}

section.sr_stamp .sr_stamp__method .capture figcaption {
font-size:12px;
text-align: center;
}
section.sr_stamp .sr_stamp__method h5 {
font-size:16px;
font-weight: 700;
margin-bottom: 8px;
margin: 0 0 20px 0;
}
section.sr_stamp .sr_stamp__method h5 > em {color:#e72b4d}

/*section.sr_stamp .sr_stamp__method p {
font-size:12px;
padding-left: 1em;
text-indent: -1em;
}
*/

section.sr_stamp .sr_stamp__gps {margin-top:40px}
section.sr_stamp .sr_stamp__gps .fx_row_4 li {
align-self: stretch;
margin-bottom: 24px;
width:40%;
position: relative;
}
section.sr_stamp .sr_stamp__gps .fx_row_4 li::after {
border-style: solid;
border-width: 10px 0 10px 14px;
border-color: transparent transparent transparent #A50319;
content:'';
display: block;
height: 0;
width: 0;
position: absolute;
top:40%;
right:0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
/*section.sr_stamp .sr_stamp__gps .fx_row_4 li:nth-child(2):after,*/
section.sr_stamp .sr_stamp__gps .fx_row_4 li:last-child:after {display: none;}

section.sr_stamp .sr_stamp__gps figcaption {
font-size:12px;
margin-top: 8px;
}
section.sr_stamp .sr_stamp__gps figcaption span {color:#e72b4d;}

section.sr_stamp .colophon {
font-size:20px;
font-weight: 700;
margin-top:32px;
text-align: center;
}
section.sr_stamp .colophon::before {
background: url(../images/line_flag.png) no-repeat 50% 0;
background-size:cover;
content:'';
display: block;
height:32px;
margin-bottom: 16px;
width: 100%;
}

@media screen and (min-width: 640px) {
section.sr_stamp .sr_stamp__method .summary {width:49.56%;}
section.sr_stamp .sr_stamp__method .capture {
display: flex;
align-items: flex-start;
justify-content: flex-end;
width:46.12%;
margin: 30px auto 0;
}

section.sr_stamp .colophon::before {
height:56px;
margin-bottom: 16px;
}
}

@media screen and (min-width: 760px),print {
section.sr_stamp {padding:0px 0 80px;}

/*section.sr_stamp h4 {width:184px;}*/

section.sr_stamp h4 + p,
section.sr_stamp h4 + p + p,
section.sr_stamp .sr_stamp__method h4 + p {font-size:20px;}

section.sr_stamp .sr_stamp__method {margin-top:72px;}
section.sr_stamp .sr_stamp__method .fx:not(:last-child)::after {
border-style: solid;
border-width: 30px 22px 0 22px;
bottom:-20px;
}
section.sr_stamp .sr_stamp__method .fx:not(:last-child)::before {
border-style: solid;
border-width: 38px 28px 0 28px;
bottom:-25px;
}

section.sr_stamp .sr_stamp__method .capture figure 
	{
		width:60.74%;
		margin: 0 0 0 10px;
	}
section.sr_stamp .sr_stamp__method .capture figcaption {font-size:16px;}
section.sr_stamp .sr_stamp__method h5 {font-size:20px; margin: 0 0 20px 0;}
section.sr_stamp .sr_stamp__method h6 {
    margin: 25px 0 5px;
    font-size:18px;
    font-weight: bold;
}
section.sr_stamp .sr_stamp__method p {font-size:16px;}

section.sr_stamp .sr_stamp__gps {margin-top:64px}
section.sr_stamp .sr_stamp__gps .fx_row_4 li {
margin-bottom: 0;
width:33%;
}
section.sr_stamp .sr_stamp__gps .fx_row_4 li::after {right:0;}
section.sr_stamp .sr_stamp__gps .fx_row_4 li:nth-child(2):afterr {display: block;}

section.sr_stamp .sr_stamp__gps figcaption {font-size:16px;}

section.sr_stamp .colophon {font-size:30px;}
section.sr_stamp .colophon::before {
height:72px;
margin-bottom: 16px;
}
ul.add_info {
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px dashed #A50319;
}
ul.add_info.spot {
    padding-bottom:0;
    font-size: 16px;
    border-bottom: none;
}
ul.add_info li {
    text-indent: -1em; margin-left: 1em;
}
ul.add_info.spot li {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    text-indent: -2em; margin-left: 2em;
}
ul.add_info li:nth-of-type(4), 
ul.add_info li:nth-of-type(5) {
    text-indent: -2em; margin-left: 2em;
}
p.add_info_txt {
    font-size: 16px;
}

}


@media screen and (max-width: 759.9px) {
section.sr_stamp .sr_stamp__method .capture{ margin: 20px 0; }
section.sr_stamp .sr_stamp__method .capture .fx{ align-items: flex-start;}
section.sr_stamp .sr_stamp__gps .fx_row_4 li figure {
    width:100%;
    margin: 0;
}
section.sr_stamp .sr_stamp__gps .fx_row_4 li::after {
    right: -30%;
}
section.sr_stamp .sr_stamp__gps .fx_row_4 li:nth-child(2):after {display: none;}

section.sr_stamp .sr_stamp__method h6 {
    margin: 25px 0 5px;
    font-size:16px;
    font-weight: bold;
}
section.sr_stamp .sr_stamp__method p {font-size:14px;}
section.sr_stamp h4 + p + p { text-align: left;}
ul.add_info {
    padding-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px dashed #A50319;
}
ul.add_info.spot {
    padding-bottom:0;
    font-size: 16px;
    border-bottom: none;
}
ul.add_info li {
    text-indent: -1em; margin-left: 1em;
}
ul.add_info.spot li {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    border: none;
    text-indent: -2em; margin-left: 2em;
}
ul.add_info li:nth-of-type(4), 
ul.add_info li:nth-of-type(5) {
    text-indent: -2em; margin-left: 2em;
}
section.sr_stamp .lead {
text-align: left;
line-height: 1.6;
}
p.add_info_txt {
    font-size: 14px;
}


}


	.bgp{
		background-color: #66006a;
	}
	
	.bgg{
		background-color: #92d050;
	}
	
	.bgo{
		background-color: #df5619;
	}
	
	.bgb{
		background-color: #0070c0;
	}

.switching_contents:nth-of-type(1){
	border: solid 4px #c64544 !important;
}

.switching_contents:nth-of-type(1) li{
	border-bottom: solid 3px #c64544 !important;
}

.switching_contents:nth-of-type(1) li:last-of-type{
	border: none !important;
}

.switching_contents:nth-of-type(1) .camp_btn{
	background-color: #c64544 !important;
        border: 2px solid #c64544 !important;
}


.switching_contents:nth-of-type(2){
	border: solid 4px #dc8a2a !important;
}

.switching_contents:nth-of-type(2) li{
	border-bottom: solid 3px #dc8a2a !important;
}

.switching_contents:nth-of-type(2) li:last-of-type{
	border: none !important;
}


.switching_contents:nth-of-type(2) .camp_btn{
	background-color: #dc8a2a !important;
        border: 2px solid #dc8a2a !important;
}


.switching_contents:nth-of-type(3){
	border: solid 4px #e9c34e !important;
}

.switching_contents:nth-of-type(3) li{
	border-bottom: solid 3px #e9c34e !important;
}

.switching_contents:nth-of-type(3) li:last-of-type{
	border: none !important;
}


.switching_contents:nth-of-type(3) .camp_btn{
	background-color: #e9c34e !important;
        border: 2px solid #e9c34e !important;
}


.switching_contents:nth-of-type(4){
	border: solid 4px #8dbb69 !important;
}

.switching_contents:nth-of-type(4) li{
	border-bottom: solid 3px #8dbb69 !important;
}

.switching_contents:nth-of-type(4) li:last-of-type{
	border: none !important;
}


.switching_contents:nth-of-type(4) .camp_btn{
	background-color: #8dbb69 !important;
        border: 2px solid #8dbb69 !important;
}


.switching_contents:nth-of-type(5){
	border: solid 4px #4d9e77 !important;
}

.switching_contents:nth-of-type(5) li{
	border-bottom: solid 3px #4d9e77 !important;
}

.switching_contents:nth-of-type(5) li:last-of-type{
	border: none !important;
}


.switching_contents:nth-of-type(5) .camp_btn{
	background-color: #4d9e77 !important;
        border: 2px solid #4d9e77 !important;
}


.switching_contents:nth-of-type(6){
	border: solid 4px #4b88c7 !important;
}

.switching_contents:nth-of-type(6) li{
	border-bottom: solid 3px #4b88c7 !important;
}

.switching_contents:nth-of-type(6) li:last-of-type{
	border: none !important;
}


.switching_contents:nth-of-type(6) .camp_btn{
	background-color: #4b88c7 !important;
        border: 2px solid #4b88c7 !important;
}


.switching_contents:nth-of-type(7){
	border: solid 4px #225076 !important;
}

.switching_contents:nth-of-type(7) li{
	border-bottom: solid 3px #225076 !important;
}

.switching_contents:nth-of-type(7) li:last-of-type{
	border: none !important;
}


.switching_contents:nth-of-type(7) .camp_btn{
	background-color: #225076 !important;
        border: 2px solid #225076 !important;
}


.switching_contents:nth-of-type(8){
	border: solid 4px #9c82ba !important;
}

.switching_contents:nth-of-type(8) li{
	border-bottom: solid 3px #9c82ba !important;
}

.switching_contents:nth-of-type(8) li:last-of-type{
	border: none !important;
}


.switching_contents:nth-of-type(8) .camp_btn{
	background-color: #9c82ba !important;
        border: 2px solid #9c82ba !important;
}


.switching_contents:nth-of-type(9){
	border: solid 4px #f1b2be !important;
}

.switching_contents:nth-of-type(9) li{
	border-bottom: solid 3px #f1b2be !important;
}

.switching_contents:nth-of-type(9) li:last-of-type{
	border: none !important;
}


.switching_contents:nth-of-type(9) .camp_btn{
	background-color: #f1b2be !important;
        border: 2px solid #f1b2be !important;
}


.switching_contents:nth-of-type(10){
	border: solid 4px #a17856 !important;
}

.switching_contents:nth-of-type(10) li{
	border-bottom: solid 3px #a17856 !important;
}

.switching_contents:nth-of-type(10) li:last-of-type{
	border: none !important;
}


.switching_contents:nth-of-type(10) .camp_btn{
	background-color: #a17856 !important;
        border: 2px solid #a17856 !important;
}


.txt_jr{
	color: #0070c0 !important;
}


.txt_kyotokotu{
	color: #4ea72e !important;
}


.txt_hankyu{
	color: #7030a0 !important;
}


.txt_keihan{
	color: #196b24 !important;
}


