@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- navMenu
	- breadcrumb_pc
	- s_00
	- s_01
	- s_02
	- s_03
	- s_04
	- s_04
	- list_back
	- breadcrumb_sp
	- other

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

#wrapper {
	overflow: hidden;
	color: #ffffff;
}

[class*="font40"] { font-size: 4.0rem; }
[class*="font41"] { font-size: 4.1rem; }
[class*="font42"] { font-size: 4.2rem; }
[class*="font43"] { font-size: 4.3rem; }
[class*="font44"] { font-size: 4.4rem; }
[class*="font45"] { font-size: 4.5rem; }
[class*="font46"] { font-size: 4.6rem; }
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	[class*="font"][class*="_32"] { font-size: 3.2rem; }
	[class*="font"][class*="_33"] { font-size: 3.3rem; }
	[class*="font"][class*="_34"] { font-size: 3.4rem; }
	[class*="font"][class*="_35"] { font-size: 3.5rem; }
	[class*="font"][class*="_36"] { font-size: 3.6rem; }
	[class*="font"][class*="_37"] { font-size: 3.7rem; }
	[class*="font"][class*="_38"] { font-size: 3.8rem; }
	[class*="font"][class*="_39"] { font-size: 3.9rem; }
	[class*="font"][class*="_40"] { font-size: 4.0rem; }
	[class*="font"][class*="_41"] { font-size: 4.1rem; }
	[class*="font"][class*="_42"] { font-size: 4.2rem; }
	[class*="font"][class*="_43"] { font-size: 4.3rem; }
	[class*="font"][class*="_44"] { font-size: 4.4rem; }
	[class*="font"][class*="_45"] { font-size: 4.5rem; }
	[class*="font"][class*="_46"] { font-size: 4.6rem; }
	[class*="font"][class*="_47"] { font-size: 4.7rem; }
	[class*="font"][class*="_48"] { font-size: 4.8rem; }
	[class*="font"][class*="_49"] { font-size: 4.9rem; }
	[class*="font"][class*="_50"] { font-size: 5.0rem; }
	[class*="font"][class*="_51"] { font-size: 5.1rem; }
	[class*="font"][class*="_52"] { font-size: 5.2rem; }
	[class*="font"][class*="_53"] { font-size: 5.3rem; }
	[class*="font"][class*="_54"] { font-size: 5.4rem; }
	[class*="font"][class*="_55"] { font-size: 5.5rem; }
	[class*="font"][class*="_56"] { font-size: 5.6rem; }
	[class*="font"][class*="_57"] { font-size: 5.7rem; }
	[class*="font"][class*="_58"] { font-size: 5.8rem; }
	[class*="font"][class*="_59"] { font-size: 5.9rem; }
	[class*="font"][class*="_60"] { font-size: 6.0rem; }
	[class*="font"][class*="_70"] { font-size: 7.0rem; }
}

article#contents {
	background: url("../img/main_bg01@sp.png") repeat-y;
	background-size: 100% auto;
}
article#contents [id^="s_"] {
	padding: 0 2% 30px;
	background: url("../img/main_bg02@sp.png") repeat-y;
	background-size: 100% auto;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	article#contents {
		background: url("../img/main_bg01@pc.png") repeat-y;
		background-size: 100% auto;
	}
	article#contents [id^="s_"] {
		padding-bottom: 60px;
		background: url("../img/main_bg02@pc.png") repeat-y;
		background-size: 100% auto;
	}
}

#headtitle.tit_bg {
	height: auto;
	background: #E5C3C3;
}
#header .h_box01 #lang {
	--lang-color: #fff;
}
#headtitle.tit_bg .headtitle_bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80vw;
	min-height: 500px;
	background-color: #ccc;
	background-image: url("../img/mv@sp.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#headtitle .headtitle_inner {
	position: relative;
	display: block;
    width: 90%;
    max-width: 380px;
    min-width: 320px;
    height: 290px;
    margin: 0 auto;
    padding: 66px 0 0 0;
	background-image: url("../img/mv_bg@sp.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	-ms-flex-item-align: center;
	align-self: center;
}
#headtitle .headtitle_inner>h1 {
	position: relative;
	line-height: 1.3;
	z-index: 2;
}
#headtitle .headtitle_inner>h1>span {
	display: inline-block;
	line-height: 1.6;
}
#headtitle .headtitle_inner>h1 img {
	width: 90%;
	max-width: 320px;
}
#headtitle.tit_bg .headtitle_date {
	position: relative;
	text-align: center;
	margin: 0 11.5%;
	z-index: 2;
}
#headtitle.tit_bg .headtitle_date span {
	display: inline-block;
	letter-spacing: 1px;
}

.endWrap {
	display: table-cell;
	vertical-align: middle;
}
.endWrap .eventEnd {
	color: #fff;
	margin: 80px auto 0;
}

/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#headtitle.tit_bg {
		min-height: auto;
	}
	#headtitle.tit_bg .headtitle_bg {
		height: 44.3333vw;
		min-height: 520px;
		background-image: url(../img/mv@pc.jpg);
		background-position: right top;
		background-size: cover;
	}
	#headtitle .headtitle_inner {
		width: 600px;
		height: 443px;
		max-width: none;
		min-width: 600px;
		margin: 0 auto 0 40px;
		padding: 100px 50px 70px;
		background-image: url(../img/mv_bg@pc.png);
		background-size: 600px;
	}
	#headtitle .headtitle_inner>h1>span+br+span {
		line-height: 1.0;
		margin-bottom: 20px;
	}
	#headtitle.tit_bg .headtitle_date span {
		letter-spacing: 0.1em;
	}

}
@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio: 2),
	   screen and (min-width:768px) and (-o-min-device-pixel-ratio: 2/1),
	   screen and (min-width:768px) and (min-resolution: 2dppx){
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/mv@pc@2x.jpg);
	}
}

/*----------------------------------------
	navMenu
-----------------------------------------*/

#navMenu {
	margin: 0;
}
#navMenu>ul {
	background-color: #a8cef9;
}
#navMenu>ul>li>a {
	color: #000;
	font-size: 1.5rem;
}
#navMenu>ul>li>a>span:before,
#navMenu>ul>li>a>span:after {
	border-color: #000;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#navMenu {
		display: none;
		margin: 100px 0 0;
	}
	#navMenu {
		margin: 100px 0 0;
		width: 40px;
		overflow: hidden;
		-webkit-transition: width 0.6s;
		-o-transition: width 0.6s;
		transition: width 0.6s;
	}
	#navMenu:hover {
		width: 315px;
	}
	#navMenu>ul {
		width: 315px;
		background-color: transparent;
	}
	body.pc #navMenu:hover ul {
		background-color: #fff;
	}
	body.pc #navMenu:hover>ul>li>a {
		color: #111111;
	}
}

/*----------------------------------------
	breadcrumb_pc
-----------------------------------------*/

/* pc  768 - # */
@media print, screen and (min-width:768px) {
#breadcrumb_pc {
	position: absolute;
	top: 0;
	left: 0;
}
#breadcrumb_pc,
#breadcrumb_pc a {
	color: #fff;
}
#breadcrumb_pc>ul>li>a {
	border-bottom: 1px solid #fff;
}
}

/*------------------------------------
	s_00
------------------------------------*/

article#contents #s_00 {
	position: relative;
	z-index: 9;
	padding: 70px 0;
}
#s_00 .s00_bg {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	width: 320px;
	margin: 0 auto;
}
#s_00 .s00_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: -60px;
	width: 80%;
	height: 495px;
	background: url("../img/s00_bg01s.png") no-repeat left 5px;
	background-size: 100% auto;
}
#s_00 .s00_bg::after {
	content: "";
	position: absolute;
	top: 0;
	right: -70px;
	width: 32%;
	height: 495px;
	background: url("../img/s00_bg02s.png") no-repeat left 5px;
	background-size: 100% auto;
}
article#contents #s_00>div.s_00_inner {
	position: relative;
	z-index: 99;
}

#s_00 .s_00_inner>.box01 {
	margin-bottom: 10%;
}
#s_00 .s_00_inner>.box01>.box01_inner .txt {
	margin: 0 5.3%;
	padding: 0 0 60px;
	line-height: 2.0;
}
#s_00 .s_00_inner>.box01>.box01_inner .pic {
	width: 50%;
	margin: 0 auto 20%;
}
#s_00 .s_00_inner>.box01>.box01_inner .tit {
    margin: 0 5.3%;
    padding: 0 0 20px;
	letter-spacing: 0.3rem;
}
#s_00 .s_00_inner>.box01>.box01_inner .stit {
	padding: 0 0 20px;
	letter-spacing: 2px;
}
#s_00 .s_00_inner>.box01>.box01_inner .b01 dl {
	font-size: 1.5rem;
	letter-spacing: 2px;
}
#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dt {
	background: #59457b;
	padding: 10px 5.3% 8px;
}
#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd {
	padding: 15px 5.3% 20px;
	line-height: 2.5;
}
#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd>p {
	padding: 0 0 2.5%;
}
#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd>p:last-child {
	padding: 0;
}
#s_00 .box02 {
	padding: 0 5.8%;
}
#s_00 .box02>ul {
	max-width: 380px;
	margin: 0 auto;
}
#s_00 .box02>ul>li>a {
	display: table;
	margin: 0 auto;
}
#s_00 .box02>ul>li {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 40vw;
	max-width: 140px;
	height: 40vw;
	max-height: 140px;
	box-sizing: border-box;
	margin: 0 5% 4% 0;
	border-radius: 50%;
	overflow: hidden;
}
#s_00 .box02>ul>li:nth-child(2n),
#s_00 .box02>ul>li:last-child {
	margin-right: 0;
}
#s_00 .box02>ul>li>a>span {
	display: table-cell;
	vertical-align: middle;
}
#s_00 .box02>ul>li>a {
	color: #ffffff;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #076baf;
}
#s_00 .box02>ul>li>a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: contain;
	opacity: 0.3;
	content: "";
}
#s_00 .box02>ul>li>a>span {
	position: relative;
	z-index: 100;
}
#s_00 .box02>ul>li:nth-child(1)>a:after {
	background-image: url("../img/s00_thumb01.jpg");
}
#s_00 .box02>ul>li:nth-child(2)>a:after {
	background-image: url("../img/s00_thumb02.jpg");
}
#s_00 .box02>ul>li:nth-child(3)>a:after {
	background-image: url("../img/s00_thumb03.jpg");
}
#s_00 .box02>ul>li:nth-child(4)>a:after {
	background-image: url("../img/s00_thumb04.jpg");
}
#s_00 .box02>ul>li:nth-child(5)>a:after {
	background-image: url("../img/s00_thumb05.jpg");
}

@media screen and (min-width:768px) {
	article#contents #s_00 {
		margin: 0;
		padding-top: 200px;
		padding-bottom: 120px;
		max-width: 100%;
	}
	#s_00 .s00_bg {
		position: absolute;
		top: 47px;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
	#s_00 .s00_bg::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 495px;
		background: url("../img/s00_bg01.png") no-repeat center top;
		background-size: 100% auto;
	}
	#s_00 .s00_bg::after {
		display: none;
	}
	
	#s_00 .s_00_inner {
		margin: 0 auto;
		max-width: 1400px;
	}
	#s_00 .s_00_inner>.box01 {
		margin-bottom: 100px;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .tit {
		margin-bottom: 30px;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .txt {
		padding-bottom: 80px;
		line-height: 2.5;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .stit {
		margin-bottom: 40px;
		letter-spacing: 4px;
	}

	#s_00 .s_00_inner>.box01>.box01_inner dl {
		width: 980px;
		margin: 0 auto;
		padding: 2.5rem 1rem 2rem;
		border-bottom: 1px solid #898989;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dt,
	#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd {
		background: none;
		display: inline-block;
		padding: 0;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dt {
		width: 25%;
		line-height: 2.5;
		text-align: center;
		vertical-align: top;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd {
		width: 75%;
	}
	#s_00 .box02 {
		max-width: 1440px;
		padding: 0;
	}
	#s_00 .box02>ul {
		width: auto;
		max-width: none;
		margin: 0 auto;
	}
	#s_00 .box02>ul>li {
		width: 180px;
		max-width: 180px;
		max-height: 180px;
		margin: 0 16px 0 0;
	}
	#s_00 .box02>ul>li:nth-child(2n) {
		margin-right: 16px;
	}
	#s_00 .box02>ul>li:last-child {
		margin-right: 0;
	}
	#s_00 .box02>ul>li>a {
		width: 180px;
		height: 180px;
		border-radius: 0;
	}
	#s_00 .box02>ul>li a::after {
		-webkit-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	#s_00 .box02>ul>li:hover a::after {
		-webkit-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);	
	} 
}
@media screen and (min-width:768px) and (max-width:1200px) {
	#s_00 .s_00_inner>.box01>.box01_inner dl {
		width: 920px;
	}
	#s_00 .box02>ul {
		width: 864px;
		max-width: none;
	}
	#s_00 .box02>ul>li {
		width: 160px;
		max-width: 160px;
		max-height: 160px;
		margin: 0 16px 0 0;
	}
	#s_00 .box02>ul>li>a {
		width: 160px;
		height: 160px;
		border-radius: 0;
	}
}
/*----------------------------------------
	s_01
-----------------------------------------*/

#s_01 {
	position: relative;
}
#s_01 .box_wrap {
	padding: 10px;
	border: 1px solid #dfdfdf;
	background-image: url("../img/s_cmn_bg01.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 60%;
	background-color: rgba(28,26,30,0.5);
}
#s_01 .box_inner {
	padding: 10px 0 50px;
	border: 1px solid rgba(253,253,253,0.32);
}
#s_01 .box_inner .title {
	position: relative;
	margin: 10px 10px 20px;
	padding-top: 45px;
}
#s_01 .box_inner .title::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 40px;
	background: url("../img/s01_img03.png") no-repeat left top;
	background-size: 100% auto;
}
#s_01 .box_inner .b01 {
	margin-bottom: 40px;
}
#s_01 .box_inner .b01 .pic {
	margin: 0 10px 25px;
}
#s_01 .box_inner .b01 .txt {
	
}
#s_01 .box_inner .b01 .txt>h3 {
	margin: 0 15px 20px;
}
#s_01 .box_inner .b01 .txt>p {
	margin: 0 15px 25px;
	line-height: 1.8;
}
#s_01 .box_inner .b01 .txt>.detail {
	
}
#s_01 .box_inner .b01 .txt>.detail dl {
	margin: 0 0 15px;
}
#s_01 .box_inner .b01 .txt>.detail dl dt {
	margin: 0 0 6px;
	padding: 8px 15px 6px;
	background-color: #382c5b;
}
#s_01 .box_inner .b01 .txt>.detail dl dd {
	margin: 0 15px 10px;
	line-height: 1.8;
}
#s_01 .box_inner .b01 .txt>.detail dl dd a {
	padding-bottom: 4px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#s_01 .box_inner .b02 {
	padding: 0 5px;
}
#s_01 .box_inner .b02 h3 {
	margin-bottom: 20px;
}
#s_01 .box_inner .b02 figure {
	display: inline-block;
	width: 30%;
	margin: 0 5% 20px 0;
	vertical-align: top;
}
#s_01 .box_inner .b02 figure:nth-child(3),
#s_01 .box_inner .b02 figure:last-child {
	margin-right: 0;
}
#s_01 .box_inner .b02 figure span.ib {
	display: inline-block;
}

@media screen and (min-width:768px) {
	#s_01 {
		width: 100%;
		max-width: 100%;
	}
	#s_01 .box_wrap {
		max-width: 1260px;
		margin: 0 auto;
		background-size: 390px;
	}
	#s_01 .box_inner {
		padding: 50px 0;
	}
	#s_01 .box_inner .title {
		margin: 10px 10px 40px;
		padding-top: 0;
	}
	#s_01 .box_inner .title h2 {
		letter-spacing: 0.2em;
	}
	#s_01 .box_inner .title::before {
		top: 10px;
		left: calc((100% - 555px)/2);;
		right: auto;
		margin: 0;
		width: 148px;
		height: 59px;
	}
	#s_01 .box_inner .b01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 60px;
		padding: 0 40px;
	}
	#s_01 .box_inner .b01 .pic {
		width: 60%;
		margin: 0;
	}
	#s_01 .box_inner .b01 .txt {
		width: 40%;
		padding-left: 20px;
	}
	#s_01 .box_inner .b01 .txt>h3 {
		margin: 0 0 20px;
		letter-spacing: 0.1em;
	}
	#s_01 .box_inner .b01 .txt>p {
		margin: 0 0 25px;
	}
	#s_01 .box_inner .b01 .txt>.detail dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #7d7d7d;
	}
	#s_01 .box_inner .b01 .txt>.detail dl:last-child {
		border-bottom: 1px solid #7d7d7d;
	}
	#s_01 .box_inner .b01 .txt>.detail dl dt {
		width: 100px;
		margin: 0;
		padding: 0 0 0 20px;
		background-color: transparent;
		line-height: 1.8;
	}
	#s_01 .box_inner .b01 .txt>.detail dl dd {
		width: calc(100% - 100px);
		margin: 0 15px;
	}
	#s_01 .box_inner .b01 .txt>.detail dl dd p+p{
		margin-top: 3px;
	}
	#s_01 .box_inner .b01 .txt>.detail dl dd a:hover {
		opacity: 0.7;
		border-bottom: none;
	}
	
	#s_01 .box_inner .b02 {
		padding: 0 40px;
	}
	#s_01 .box_inner .b02 h3 {
		margin-bottom: 20px;
		letter-spacing: 0.1em;
	}
	#s_01 .box_inner .b02 figure {
		width: 16%;
		margin: 0 5% 20px 0;
	}
	#s_01 .box_inner .b02 figure:nth-child(3) {
		margin-right: 5%;
	}
	#s_01 .box_inner .b02 figure figcaption {
		margin-top: 20px;
	}
}

/*----------------------------------------
	s_02
-----------------------------------------*/

#s_02 {
	position: relative;
}
#s_02 .box_wrap {
	padding: 10px;
	border: 1px solid #dfdfdf;
	background-image: url("../img/s_cmn_bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60%;
	background-color: rgba(16,64,82,0.5);
}
#s_02 .box_inner {
	padding: 10px 0 20px;
	border: 1px solid rgba(253,253,253,0.32);
}
#s_02 .box_inner .title {
	margin: 10px 10px 20px;
}
#s_02 .box_inner .b01 {
	margin-bottom: 10px;
}
#s_02 .box_inner .b01 .pic {
	margin: 0 10px 25px;
}
#s_02 .box_inner .b01 .txt {
	
}
#s_02 .box_inner .b01 .txt>h3 {
	margin: 0 15px 20px;
}
#s_02 .box_inner .b01 .txt>p {
	margin: 0 15px 25px;
	line-height: 1.8;
}
#s_02 .box_inner .b01 .txt>.detail {
	
}
#s_02 .box_inner .b01 .txt>.detail dl {
	margin: 0 0 15px;
}
#s_02 .box_inner .b01 .txt>.detail dl dt {
	margin: 0 0 6px;
	padding: 8px 15px 6px;
	background-color: #0a5181;
}
#s_02 .box_inner .b01 .txt>.detail dl dd {
	margin: 0 15px 10px;
	line-height: 1.8;
}
#s_02 .box_inner .b01 .txt>.detail dl dd a {
	padding-bottom: 4px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

@media screen and (min-width:768px) {
	#s_02 {
		width: 100%;
		max-width: 100%;
	}
	#s_02 .box_wrap {
		max-width: 1260px;
		margin: 0 auto;
		background-size: 390px;
	}
	#s_02 .box_inner {
		padding: 50px 0;
	}
	#s_02 .box_inner .title {
		margin: 10px 10px 40px;
	}
	#s_02 .box_inner .title h2 {
		letter-spacing: 0.2em;
	}
	#s_02 .box_inner .b01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
		margin-bottom: 60px;
		padding: 0 40px;
	}
	#s_02 .box_inner .b01 .pic {
		width: 60%;
		margin: 0;
	}
	#s_02 .box_inner .b01 .txt {
		width: 40%;
		padding-right: 20px;
	}
	#s_02 .box_inner .b01 .txt>h3 {
		margin: 0 0 20px;
		letter-spacing: 0.1em;
	}
	#s_02 .box_inner .b01 .txt>p {
		margin: 0 0 25px;
	}
	#s_02 .box_inner .b01 .txt>.detail dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #7d7d7d;
	}
	#s_02 .box_inner .b01 .txt>.detail dl:last-child {
		border-bottom: 1px solid #7d7d7d;
	}
	#s_02 .box_inner .b01 .txt>.detail dl dt {
		width: 22%;
		margin: 0;
		padding: 0 0 0 20px;
		background-color: transparent;
		line-height: 1.8;
	}
	#s_02 .box_inner .b01 .txt>.detail dl dd {
		width: 78%;
		margin: 0 15px;
	}
	#s_02 .box_inner .b01 .txt>.detail dl dd p+p{
		margin-top: 3px;
	}
	#s_02 .box_inner .b01 .txt>.detail dl dd a:hover {
		opacity: 0.7;
		border-bottom: none;
	}
}


/*----------------------------------------
	s_03
-----------------------------------------*/

#s_03 {
	position: relative;
}
#s_03 .box_wrap {
	padding: 10px;
	border: 1px solid #dfdfdf;
	background-image: url("../img/s_cmn_bg01.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 60%;
	background-color: rgba(28,26,30,0.5);
}
#s_03 .box_inner {
	padding: 10px 0 20px;
	border: 1px solid rgba(253,253,253,0.32);
}
#s_03 .box_inner .title {
	margin: 10px 10px 20px;
}
#s_03 .box_inner .b01 {
	margin-bottom: 10px;
}
#s_03 .box_inner .b01 .pic {
	margin: 0 10px 25px;
}
#s_03 .box_inner .b01 .txt {
	
}
#s_03 .box_inner .b01 .txt>h3 {
	margin: 0 15px 20px;
}
#s_03 .box_inner .b01 .txt>p {
	margin: 0 15px 25px;
	line-height: 1.8;
}
#s_03 .box_inner .b01 .txt>.detail {
	
}
#s_03 .box_inner .b01 .txt>.detail dl {
	margin: 0 0 15px;
}
#s_03 .box_inner .b01 .txt>.detail dl dt {
	margin: 0 0 6px;
	padding: 8px 15px 6px;
	background-color: #382c5b;
}
#s_03 .box_inner .b01 .txt>.detail dl dd {
	margin: 0 15px 10px;
	line-height: 1.8;
}
#s_03 .box_inner .b01 .txt>.detail dl dd a {
	padding-bottom: 4px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

@media screen and (min-width:768px) {
	#s_03 {
		width: 100%;
		max-width: 100%;
	}
	#s_03 .box_wrap {
		max-width: 1260px;
		margin: 0 auto;
		background-size: 390px;
	}
	#s_03 .box_inner {
		padding: 50px 0;
	}
	#s_03 .box_inner .title {
		margin: 10px 10px 40px;
	}
	#s_03 .box_inner .title h2 {
		letter-spacing: 0.2em;
	}
	#s_03 .box_inner .b01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 60px;
		padding: 0 40px;
	}
	#s_03 .box_inner .b01 .pic {
		width: 60%;
		margin: 0;
	}
	#s_03 .box_inner .b01 .txt {
		width: 40%;
		padding-left: 20px;
	}
	#s_03 .box_inner .b01 .txt>h3 {
		margin: 0 0 20px;
		letter-spacing: 0.1em;
	}
	#s_03 .box_inner .b01 .txt>p {
		margin: 0 0 25px;
	}
	#s_03 .box_inner .b01 .txt>.detail dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #7d7d7d;
	}
	#s_03 .box_inner .b01 .txt>.detail dl:last-child {
		border-bottom: 1px solid #7d7d7d;
	}
	#s_03 .box_inner .b01 .txt>.detail dl dt {
		width: 22%;
		margin: 0;
		padding: 0 0 0 20px;
		background-color: transparent;
		line-height: 1.8;
	}
	#s_03 .box_inner .b01 .txt>.detail dl dd {
		width: 78%;
		margin: 0 15px;
	}
	#s_03 .box_inner .b01 .txt>.detail dl dd p+p{
		margin-top: 3px;
	}
	#s_03 .box_inner .b01 .txt>.detail dl dd a:hover {
		opacity: 0.7;
		border-bottom: none;
	}
}

/*----------------------------------------
	s_04
-----------------------------------------*/

#s_04 {
	position: relative;
}
#s_04 .box_wrap {
	padding: 10px;
	border: 1px solid #dfdfdf;
	background-image: url("../img/s_cmn_bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60%;
	background-color: rgba(16,64,82,0.5);
}
#s_04 .box_inner {
	padding: 10px 0 20px;
	border: 1px solid rgba(253,253,253,0.32);
}
#s_04 .box_inner .title {
	margin: 10px 10px 20px;
}
#s_04 .box_inner .b01 {
	margin-bottom: 10px;
}
#s_04 .box_inner .b01 .pic {
	margin: 0 10px 25px;
}
#s_04 .box_inner .b01 .txt {
	
}
#s_04 .box_inner .b01 .txt>h3 {
	margin: 0 15px 20px;
}
#s_04 .box_inner .b01 .txt>p {
	margin: 0 15px 25px;
	line-height: 1.8;
}
#s_04 .box_inner .b01 .txt>.detail {
	
}
#s_04 .box_inner .b01 .txt>.detail dl {
	margin: 0 0 15px;
}
#s_04 .box_inner .b01 .txt>.detail dl dt {
	margin: 0 0 6px;
	padding: 8px 15px 6px;
	background-color: #0a5181;
}
#s_04 .box_inner .b01 .txt>.detail dl dd {
	margin: 0 15px 10px;
	line-height: 1.8;
}
#s_04 .box_inner .b01 .txt>.detail dl dd a {
	padding-bottom: 4px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

@media screen and (min-width:768px) {
	#s_04 {
		width: 100%;
		max-width: 100%;
	}
	#s_04 .box_wrap {
		max-width: 1260px;
		margin: 0 auto;
		background-size: 390px;
	}
	#s_04 .box_inner {
		padding: 50px 0;
	}
	#s_04 .box_inner .title {
		margin: 10px 10px 40px;
	}
	#s_04 .box_inner .title h2 {
		letter-spacing: 0.2em;
	}
	#s_04 .box_inner .b01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
		margin-bottom: 60px;
		padding: 0 40px;
	}
	#s_04 .box_inner .b01 .pic {
		width: 60%;
		margin: 0;
	}
	#s_04 .box_inner .b01 .txt {
		width: 40%;
		padding-right: 20px;
	}
	#s_04 .box_inner .b01 .txt>h3 {
		margin: 0 0 20px;
		letter-spacing: 0.1em;
	}
	#s_04 .box_inner .b01 .txt>p {
		margin: 0 0 25px;
	}
	#s_04 .box_inner .b01 .txt>.detail dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #7d7d7d;
	}
	#s_04 .box_inner .b01 .txt>.detail dl:last-child {
		border-bottom: 1px solid #7d7d7d;
	}
	#s_04 .box_inner .b01 .txt>.detail dl dt {
		width: 22%;
		margin: 0;
		padding: 0 0 0 20px;
		background-color: transparent;
		line-height: 1.8;
	}
	#s_04 .box_inner .b01 .txt>.detail dl dd {
		width: 78%;
		margin: 0 15px;
	}
	#s_04 .box_inner .b01 .txt>.detail dl dd p+p{
		margin-top: 3px;
	}
	#s_04 .box_inner .b01 .txt>.detail dl dd a:hover {
		opacity: 0.7;
		border-bottom: none;
	}
}


/*----------------------------------------
	s_05
-----------------------------------------*/

#s_05 {
	position: relative;
}
#s_05 .box_wrap {
	padding: 10px;
	border: 1px solid #dfdfdf;
	background-image: url("../img/s_cmn_bg01.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 60%;
	background-color: rgba(28,26,30,0.5);
}
#s_05 .box_inner {
	padding: 10px 0 20px;
	border: 1px solid rgba(253,253,253,0.32);
}
#s_05 .box_inner .title {
	margin: 10px 10px 20px;
}
#s_05 .box_inner .b01 {
	margin-bottom: 10px;
}
#s_05 .box_inner .b01 .pic {
	margin: 0 10px 25px;
}
#s_05 .box_inner .b01 .txt {
	
}
#s_05 .box_inner .b01 .txt>h3 {
	margin: 0 15px 20px;
}
#s_05 .box_inner .b01 .txt>p {
	margin: 0 15px 25px;
	line-height: 1.8;
}
#s_05 .box_inner .b01 .txt>.detail {
	
}
#s_05 .box_inner .b01 .txt>.detail dl {
	margin: 0 0 15px;
}
#s_05 .box_inner .b01 .txt>.detail dl dt {
	margin: 0 0 6px;
	padding: 8px 15px 6px;
	background-color: #382c5b;
}
#s_05 .box_inner .b01 .txt>.detail dl dd {
	margin: 0 15px 10px;
	line-height: 1.8;
}
#s_05 .box_inner .b01 .txt>.detail dl dd a {
	padding-bottom: 4px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

@media screen and (min-width:768px) {
	#s_05 {
		width: 100%;
		max-width: 100%;
	}
	#s_05 .box_wrap {
		max-width: 1260px;
		margin: 0 auto;
		background-size: 390px;
	}
	#s_05 .box_inner {
		padding: 50px 0;
	}
	#s_05 .box_inner .title {
		margin: 10px 10px 40px;
	}
	#s_05 .box_inner .title h2 {
		letter-spacing: 0.2em;
	}
	#s_05 .box_inner .b01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 60px;
		padding: 0 40px;
	}
	#s_05 .box_inner .b01 .pic {
		width: 60%;
		margin: 0;
	}
	#s_05 .box_inner .b01 .txt {
		width: 40%;
		padding-left: 20px;
	}
	#s_05 .box_inner .b01 .txt>h3 {
		margin: 0 0 20px;
		letter-spacing: 0.1em;
	}
	#s_05 .box_inner .b01 .txt>p {
		margin: 0 0 25px;
	}
	#s_05 .box_inner .b01 .txt>.detail dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #7d7d7d;
	}
	#s_05 .box_inner .b01 .txt>.detail dl:last-child {
		border-bottom: 1px solid #7d7d7d;
	}
	#s_05 .box_inner .b01 .txt>.detail dl dt {
		width: 22%;
		margin: 0;
		padding: 0 0 0 20px;
		background-color: transparent;
		line-height: 1.8;
	}
	#s_05 .box_inner .b01 .txt>.detail dl dd {
		width: 78%;
		margin: 0 15px;
	}
	#s_05 .box_inner .b01 .txt>.detail dl dd p+p{
		margin-top: 3px;
	}
	#s_05 .box_inner .b01 .txt>.detail dl dd a:hover {
		opacity: 0.7;
		border-bottom: none;
	}
}

/*----------------------------------------
	s_map
-----------------------------------------*/

article#contents #s_map {
	position: relative;
	padding-top: 10px;
}
#s_map::before {
	content: "";
	position: absolute;
	z-index: 9;
	top: -20px;
	left: 25px;
	width: 20%;
	height: 30%;
	background: url(../img/smap_bg01s.png) no-repeat left top;
	background-size: 100% auto;
}
#s_map::after {
	content: "";
	position: absolute;
	z-index: 9;
	top: -25px;
	right: 20px;
	width: 18%;
	height: 30%;
	background: url(../img/smap_bg02s.png) no-repeat right top;
	background-size: 100% auto;
}
#s_map .smap_bg {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	width: 96%;
	height: 100%;
	margin: 0 auto;
}
#s_map .smap_bg::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 40%;
	height: 53%;
	background: url(../img/smap_bg03s.png) no-repeat left bottom;
	background-size: 100% auto;
}
#s_map .smap_bg::after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 40%;
	height: 53%;
	background: url(../img/smap_bg04s.png) no-repeat right bottom;
	background-size: 100% auto;
}
#s_map .box_wrap {
	position: relative;
	z-index: 99;
}
#s_map .box_wrap .title {
	margin-bottom: 20px;
}
#s_map .box_wrap .map_image {
	width: 90%;
	margin: 0 auto 50px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	article#contents #s_map {
		width: 100%;
		max-width: 100%;
		padding-top: 80px;
		padding-bottom: 100px;
	}
	#s_map::before {
		content: "";
		position: absolute;
		z-index: 9;
		top: 0;
		left: 25px;
		width: 32%;
		max-width: 426px;
		height: 734px;
		background: url(../img/smap_bg01.png) no-repeat left top;
		background-size: 100% auto;
	}
	#s_map::after {
		content: "";
		position: absolute;
		z-index: 9;
		top: 4%;
		right: 20px;
		width: 26%;
		max-width: 338px;
		height: 689px;
		background: url(../img/smap_bg02.png) no-repeat right top;
		background-size: 100% auto;
	}
	#s_map .smap_bg {
		display: none;
	}
	#s_map .box_wrap {
		max-width: 1260px;
		margin: 0 auto;
	}
	#s_map .box_wrap .title {
		margin-bottom: 40px;
	}
	#s_map .box_wrap .title h2 {
		letter-spacing: 0.2em;
	}
	#s_map .box_wrap .map_image {
		width: 670px;
	}
}

/*----------------------------------------
	list_back
-----------------------------------------*/

#list_back {
	padding: 18.6% 0 0;
	color: #111111;
	background: #ffffff;
}
#list_back .c_btn01s {
	padding:  0 5.3%;
	width: 100%;
}
#list_back .c_btn01s a:after {
	right: inherit;
	left: 10px;
	-webkit-transform: translate(0,-50%) rotate(-135deg);
	-ms-transform: translate(0,-50%) rotate(-135deg);
		transform: translate(0,-50%) rotate(-135deg);
}

/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#list_back {
		padding: 120px 0 0;
	}
	#list_back .c_btn01s {
		padding:  0;
		width: 300px;
	}
}

/*----------------------------------------
	breadcrumb_sp
-----------------------------------------*/

#breadcrumb_sp {
	padding-bottom: 5px;
	color: #111111;
	background: #fff;
}

/*----------------------------------------
	other
-----------------------------------------*/

.bgWhite {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 65px;
}
@media print, screen and (min-width:768px) {
	.bgWhite {
		height: 185px;
	}
}