@charset "utf-8";
/*------------------------------------------------------------
	下層共通
------------------------------------------------------------*/
.execute-hidden {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* visibility: hidden !important; */
}
.sbox{padding: 5px;}
.plr5{padding: 0 5px;}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
/*
基本サイズ12px	基本サイズ13px	基本サイズ14px	基本サイズ16px
10px 	 84%			10px 	 77%			10px 	 72%			10px 	 63%
11px 	 92%			11px 	 85%			11px 	 79%			11px 	 69%
12px 	100%			12px 	 93%			12px 	 86%			12px 	 75%
13px 	109%			13px 	100%			13px 	 93%			13px 	 81%
14px 	117%			14px 	108%			14px 	100%			14px 	 88%
15px 	125%			15px 	116%			15px 	108%			15px 	 94%
16px 	134%			16px 	124%			16px 	115%			16px 	100%
17px 	142%			17px 	131%			17px 	122%			17px 	106%
18px 	150%			18px 	139%			18px 	129%			18px 	113%
19px 	159%			19px 	147%			19px 	136%			19px 	119%
20px 	167%			20px 	154%			20px 	143%			20px 	125%
21px 	175%			21px 	162%			21px 	150%			21px 	131%
22px 	184%			22px 	170%			22px 	158%			22px 	138%
23px 	192%			23px 	177%			23px 	165%			23px 	144%
24px 	200%			24px 	185%			24px 	172%			24px 	150%
25px 	209%			25px 	193%			25px 	179%			25px 	156%
26px 	217%			26px 	200%			26px 	186%			26px 	163%
-------------------------------------------------------*/
body{
	text-align: center;
	line-height: 1.3;
	font-size:16px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	color:#666;
}
#wrapper {
	min-width:320px;
	padding-top:103px;
	text-align:left;
}
/*------------------------------------------------------------
header
------------------------------------------------------------*/
header{
	width: 100%;
	position:fixed;
	z-index:9999;
}
.open header{top:0;}
header > div{
	display: flex;
	flex-flow: row nowrap;
	background: #132f4a;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px;
	min-width: 320px;
	width: 100%;
	height: 65px;
	top: 0;
	z-index: 9999;
}
ul#hdContact{
	background:#fff;
	display: flex;
	box-shadow:2px 2px 2px rgba(0,0,0,0.6);
	height: 38px;
	position: relative;
}
ul#hdContact li{
	width: 50%;
	font-size: 0.9rem;
	font-weight: bold;
}
ul#hdContact li:first-child{border-right:1px solid #838383;}
ul#hdContact li a{
	text-decoration: none;
	color: #3b3b3b;
	display:flex;
	justify-content: center;
	align-items: center;
}
ul#hdContact li a > span{padding:10px 0;}
ul#hdContact li:nth-child(1) a > span{
	padding-left:25px;
	background: url(../img/common/icon_tel.png) 0 50%/23px 24px no-repeat;
}
ul#hdContact li:first-child a span span{
	font-size:0.75rem;
	font-weight: normal;
	margin-left:3px;
}
ul#hdContact li:nth-child(2) a > span{
	padding-left:30px;
	background: url(../img/common/icon_mail.png) 0 50%/27px 24px no-repeat;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {background: #00174d;}
footer nav{
}
footer nav ul{
	padding:20px 5%;
	display:flex;
	flex-flow:row wrap;
}
footer nav ul li{
	background:#f2e0a5;
	width: 48%;
	margin: 3px 1%;
	border-radius: 5px;
	box-sizing: border-box;
}
footer nav ul li:nth-child(2n){float:right;}
footer nav ul li:nth-child(2n-1){float:left;}
footer nav ul li a{
	width:100%;
	padding:12px 10px;
	box-sizing: border-box;
	display:block;
	text-align:left;
	position:relative;
	font-weight:bold;
}
footer nav ul li a,
footer nav ul li a:link,
footer nav ul li a:visited,
footer nav ul li a:hover{
	color:#6f5611;
	text-decoration: none;
}
#ftBanner{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	margin-bottom: 20px;
}
#ftBanner li:not(:last-child) {margin-bottom: 10px;}
#ftBanner li a{
	display: block;
	background: url(../img/common/foot_banner_mask.png) no-repeat;
	background-size: cover;
	width: 290px;
	height: 60px;
	text-indent: -9999px;
}
#ftBanner li#ftJU a{background-position: 0 0;}
#ftBanner li#ftKB a{background-position: 0 -60px;}
#ftBanner li#ftTN a{background-position: 0 -120px;}

address{
	background: #fff;
	padding: 20px 0;
	color: #00174d;
	font-size: 0.6rem;
	text-align: center;
	font-style: normal;
}
address a,
address a:link,
address a:visited,
address a:hover, 
address a:active {
	color: #00174d;
	text-decoration: none;
}

/* 404.html
------------------------------------------------*/
#nf #wrapper{padding-top:0;}
#p404{
	background: url(../img/common/base_pattern.jpg) repeat 0 0/100px 100px;
	width: 100%;
	height: 100vh;
	color:#fff;
	text-align: center;
}
#p404 > div{padding-top:20px;}
#nf #wrapper h2{background:none;}
#p404 > div > p{
	font-size:1.5rem;
	font-weight:bold;
}
#p404 > div > span{
	padding: 10px 20px 30px;
	display: block;
	margin: 0 auto;
}
#p404 > div > a{
	display:block;
	background:url(../img/common/404_top.png) no-repeat 0 0/294px 44px;
	width:294px;
	height:44px;
	text-indent:-9999px;
	background-position:0 0;
	margin:0 auto;
}


/*------------------------------------------------------------
animation
------------------------------------------------------------*/
.set{
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.animated {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


/* 01 年齢認証（index.html）
-------------------------------------------------------*/
.remodal-overlay{background: rgba(52,52,52,0.9);}
#modalBox{
	padding: 0;
	background: transparent;
}
#auth{
	min-width: 310px;
	padding: 5px;
	background: url(../img/common/base_pattern.jpg) repeat 0 0/100px 100px;
	border: 2px solid #cca868;
	border-radius:5px;
	text-align: center;
	box-sizing: border-box;
}
#authBox {padding: 30px 0 10px;}
#auth h1{margin-bottom: 5px;}
#auth h1 img{
	max-width:100%;
	height:auto;
}
#auth p#enter{margin: 0 0 10px;}
#auth p#enter {cursor: pointer;}
#auth #u18{
	background: url(../img/auth/u18.png) no-repeat scroll 50% 100%/48px 46px;
	text-align: center;
	color:#fff;
	width: 90%;
	padding: 10px 0 60px;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
#auth #leave{
	padding: 2px 0 15px;
	text-align: center;
}
#auth #leave{
	padding: 0 0 10px;
	text-align: center;
}
#auth #leave a{color: #ffd75e;}


/* 00 index.html
----------------------------------------------------*/
#wrapper h2{
	background: url(../img/common/base_pattern.jpg) repeat 0 0/100px 100px;
	text-align: center;
	padding: 5px 5px 0 5px;
}
#wrapper h3{padding:10px;}
#wrapper h3 > span{
	display:block;
	position:relative;
	text-align:center;
	padding: 12px 0px;
}
#contents{position: relative;}
#contents #today h3 span::before,#contents #today h3 span::after{
	content: '';
	width: 100%;
	height: 6px;
	display: block;
	background: url(../img/title/dot_yellow.png) repeat-x 0 0/6px 6px;
	position: absolute;
}
#contents section h3 span::before{top:0;}
#contents section h3 span::after{bottom:0;}
#wrapper #today,
#wrapper #hands{
	padding:10px 0;
}
#wrapper #hands{background: url(../img/common/base_pattern.jpg) repeat 0 0/100px 100px;}
#contents #hands h3 span::before,#contents #hands h3 span::after{
	content: '';
	width: 100%;
	height: 6px;
	display: block;
	background: url(../img/title/dot_white.png) repeat-x 0 0/6px 6px;
	position: absolute;
}
#contents::after {
	content: '';
	width: 100%;
	height: 45px;
	display: block;
	background: url(../img/common/foot_pattern.jpg) repeat 0px 10px/100px 100px;
}
#ind #contents::after {
	height: 70px;
}
#exlink{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
#indMask {
	text-align: center;
	padding: 5px 5px 0 5px;
}

/* 00 alb list
----------------------------------------------------*/
#today > div,
#hands > div{
	display:flex;
	flex-flow:row wrap;
}
#today > div > div,
#hands > div > div{
	width: 49%;
	height:auto;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#today > div >div:nth-child(2n-1),
#hands > div >div:nth-child(2n-1){
	margin-right:2%;
}
.listBox {
	background: #f9ecc2;
	position: relative;
	border: 3px solid #f9ecc2;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
}
#today .listBox {outline :1px solid #8e7528;}
#hands .listBox {
	background: #fff;
	border: 3px solid #fff;
}
.listBox a,
.listBox a:link,
.listBox a:visited,
.listBox a:active{
	text-decoration: none;
}
.listBox a{
	display: block;
	text-align: center;
}
.listBox a > span{
	display:block;
	font-size: 0.75rem;
	font-weight: bold;
	color: #99790d;
	padding-left: 3px;
	text-align: left;
	margin-top:5px;
}
.listBox dl dt{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-size:1.1rem;
	line-height:1.1;
	color:#5d4418;
	font-weight:bold;
	padding-left: 3px;
}
.listBox dl dt span:first-of-type{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.1;
	max-height: 2.2em;
	text-align: left;
}
.listBox dl dt span:last-of-type{
	font-size:0.9rem;
	font-weight:normal;
}
.listBox dl dd{
	font-size:0.75rem;
	font-weight:bold;
	color:#99790d;
	padding-left: 3px;
	text-align:left;
}
.listBox a > div{
	background: #fff;
	color: #ff5a74;
	padding: 3px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 0.9rem;
	text-align: center;
	height:24px;
}
#hands .listBox a > div{background: #eff1f2;}
.listBox a > div span:first-child{float:left;}
.listBox a > div span:last-child{font-weight:bold;}
.listBox #scheOn span:first-child{
	background:#ff5a74;
	color:#fff;
	border-radius: 5px;
	padding: 0 8px;
}
.listBox #scheOff span:first-child{
	background:#ac996d;
	color:#fff;
	border-radius: 5px;
	padding: 0 10px;
}
.listBox #scheOff span:last-child{color:#ac996d;}
.listBox .newFlag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


/* 00 alb detail
----------------------------------------------------*/
#contents #detail h3{margin-bottom:20px;}
#contents #detail h3 span::before,
#contents #detail h3 span::after {
	content: '';
	width: 100%;
	height: 6px;
	display: block;
	background: url(../img/title/dot_yellow.png) repeat-x 0 0/6px 6px;
	position: absolute;
}
#contents #detail h3 span::before {top: 0;}
#contents #detail h3 span::after {bottom: 0;}

#detail{
	poasition:relative;
	margin:20px 0;
}
#detail::after{
	position:absolute;
	content: '';
	width: 100%;
	height: 20px;
	display: block;
	background: url(../img/common/base_pattern.jpg) repeat-x 0 0/100px 100px;
}
#detInner > img{
	width: 100%;
	height: auto;
	margin-bottom:30px;
}
#detInner #txtBox{
	padding: 10px 10px 30px;
	text-align:left;
	word-break: break-all;
}
#detInner .newFlag{margin-bottom:5px;}
#detInner #txtBox > span{
	font-size: 1.1rem;
	font-weight: bold;
	color: #99790d;	
}
#detInner #txtBox dt{
	font-size: 1.4rem;
	font-weight:bold;
	color: #5d4418;
}
#detInner #txtBox dt span{font-size: 1.2rem;}
#detInner #txtBox dd{
	font-size: 1.1rem;
	font-weight: bold;
	color: #99790d;
}
#detInner #txtBox div{
	color: #ff5a74;
	font-size: 1.25rem;
	padding: 5px 0;
	box-sizing: border-box;
	border-radius: 5px;
}
#detInner #txtBox div span:first-child{
	background: #ff5a74;
	color: #fff;
	border-radius: 5px;
	padding: 0 15px;
	margin-right:10px;
}
#detInner #txtBox div#scheOff span:first-child{background:#ac996d;}
#detInner #txtBox div#scheOff span:last-child{color:#ac996d;}
#detInner #txtBox div span#scheOn{padding:0px 25px;}
#detInner #txtBox div span:last-child{font-weight:bold;}

#detInner > div div#schedule{
	padding:0;
	margin-bottom:15px;
}
#detInner > div div#schedule dl dt{
	float:left;
	font-size:0.9rem;
	font-weight: normal;
	background:#99790d;
	color:#fff;
	width: 64px;
	text-align: center;
	margin: 0 14px 3px 3px;
}
#detInner > div div#schedule dl dd{
	font-size:0.9rem;
	font-weight: normal;
	color: #5d4418;
	margin-left: 10px;
	margin-bottom: 3px;
}

#detInner #txtBox p.new{margin-bottom: 5px;}
#detInner #txtBox p.com{
	background: #cab487;
	color: #fff;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
	letter-spacing: 4.0px;
	font-size:0.9;
}
#detInner #txtBox > pre{
	display:block;
	color: #3b3b3b;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
#detInner #txtBox > a{
	display: block;
	background: url(../img/alb/link_top.png) no-repeat 50% 0/contain;
	height: 48px;
	text-indent: -9999px;
	margin: 30px auto 0;
}
#detailPhoto {position: relative;}
#detailPhoto div.images{
	padding:0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#photoSlide {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99;
	margin-top: -30px;
}
#items li {text-align: center;}
#items li.item img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
#photoSlide ul {position: relative;}
#photoSlide ul li#prev {left: 5px;}
#photoSlide ul li#next {right: 5px;}
#photoSlide ul li.swiper-button-disabled {opacity: 0.3;}
#photoSlide ul li {
	width: 50px;
	height: 50px;
	position: absolute;
	text-align: center;
	display: block;
	text-indent: -9999px;
}
#photoSlide ul li#prev:before {
	content: '';
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-width: 5px 0 0 5px;
	border-radius: 3px;
	border-style: solid;
	border-color: #cab487;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
}
#photoSlide ul li#next:after {
	content: '';
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-width: 5px 5px 0 0;
	border-radius: 3px;
	border-style: solid;
	border-color: #cab487;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
}
.pagination{text-align:center;}
#photoBox .swiper-pagination-bullet{
	width:12px;
	height:12px;
	margin:10px 3px 0;
}
#photoBox .swiper-pagination-bullet-active{
	background:#ff5a74;
}

/* 各ページ共通
----------------------------------------------------*/
#contents div.bg{
	background: url(../img/common/base_pattern.jpg) repeat 0px 10px/100px 100px;
	padding: 10px 5px;
}
#contents div.bg > div{
	padding:10px 10px 30px;
	border-radius:5px;
	background:#fff;
}
#contents div.bg > div h3{
	padding:10px 0;
	margin-bottom:10px;
}
#contents div.bg > div h3 span::before,
#contents div.bg > div h3 span::after{
	content: '';
	width: 100%;
	height: 6px;
	display: block;
	background: url(../img/title/dot_yellow.png) repeat-x 0 0/6px 6px;
	position: absolute;
}
#contents div.bg > div h3 span::before{top:0;}
#contents div.bg > div h3 span::after{bottom:0;}


/* 01 flow.html
------------------------------------------------*/

#flowInner {
	margin:0 5px 10px;
	color: #886018;
	font-size:0.9rem;
}
#flowInner dl > div{
	border:2px solid #cca868;
	margin-bottom: 40px;
}
#flowInner dl > div:not(:last-child){
	position:relative;
}
#flowInner dl > div:not(:last-child)::after{
	content:'';
	position:absolute;
	border-top: 20px solid #ff5a74;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	bottom: -33px;
	left: 50%;
	margin-left: -40px;
}
#flowInner dl > div dt{
	background: #cca868;
	text-align: center;
	padding: 5px;
}
#flowInner dl > div dd{padding: 5px 10px;}
#flowInner dl > div dd span{
	display: block;
	color: #1b1b1b;
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 3px;
}

#contact h4{
	background: #ff5a74;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 10px;
	border-radius: 6px 6px 0 0;
}
#contact > div{
	background:#faf5eb;
	border: 2px solid #ff5a74;
	border-radius: 0 0 6px 6px;
	padding:15px 10px;
	text-align:center;
}
#contact > div p:nth-of-type(1){
	margin-bottom:10px;
	font-size:1.0rem;
}
#contact > div p:nth-of-type(1) span{
	color: #1d1d1d;
	font-weight: bold;
	font-size: 1.3rem;
}
#contact > div a{
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	color: #3b3b3b;
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 40px;
	background: linear-gradient(#ffffff, #f2f2f2);
}
#contact > div a span{
	padding:10px 0;
}
#contact > div a:nth-of-type(1) span{
	padding-left:25px;
	background: url(../img/common/icon_tel.png) 0 50%/23px 24px no-repeat;
}
#contact > div a:nth-of-type(2) span{
	padding-left:30px;
	background: url(../img/common/icon_mail.png) 0 50%/27px 24px no-repeat;
}
#contact > div p:nth-of-type(2){
	text-align:left;
	padding: 5px;
}
#contact > div p:nth-of-type(2) span{
	color:#1d1d1d;
	display:block;
}



/*02 system.html
----------------------------------------------------*/
#systemInner{
	font-size:0.9rem;
	color: #322000;
}
/*#systemInner > div:not(:last-child){
	margin-bottom:20px;
}*/
#systemInner h4{
	color:#fff;
	background:#cca868;
	text-align: center;
	padding: 5px;
	font-size:1.0rem;
}
/* 20200228　追記
------------------------------------------- */
/*.flBox{
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.flCont{flex:0 0 48%;}*/
.sysCont h4{
	padding: 3px 0;
	/*margin-bottom: 10px;*/
	background: #cca868;
	color: #fff;
	font-size: 1.3rem;
}
.sysset{
	padding: 10px 5px;
	margin-bottom: 5px;
}
.sysset h5{
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #ac996d;
	color: #fff;
	font-weight: normal;
}
.sysset h5.newcourse{color:#b70000;}
.sysset div.frame{
	padding: 8px 12px;
	margin-bottom: 10px;
	text-align: left;
	background: #f6f1eb;
	border: 1px solid #a09486;
}
.sysset ul{border: 1px solid #a09486;}
.sysset ul li:not(:last-child){border-bottom: 1px solid #a09486;}

.sysset ul li dl{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sysset ul li dl dt,
.sysset ul li dl dd{display: table-cell;}
.sysset ul li dl dt{
	width: 60%;
	padding: 8px;
	text-align: left;
	border-right:1px solid #a09486;
	background: #735d41;
	color: #fff;
}
.sysset ul li dl dd{
	padding: 8px;
	text-align: right;
}
.sysset ul li:nth-of-type(odd) dl dd{background: #f6f1eb;}
.sysset > p{
	margin-top:5px;
	color:#b70000;
}

/* ---------------------------------------- */





#sysStd > div{
	margin: 10px 5px;
}
#sysStd > div ul{
	display: flex;
	flex-flow: row wrap;
}
#sysStd div ul li{
/*	width: 50%;*/
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 6px 10px;
}
#sysStd div ul li{
	border-top: 1px solid #a09486;
	border-right: 1px solid #a09486;
}
#sysStd div ul li:first-child{border-left: 1px solid #a09486;}
#sysStd div ul:last-child li{border-bottom: 1px solid #a09486;}
#sysStd div ul li.lastC{border-bottom: 1px solid #a09486;}
#sysStd div ul:nth-child(2n-1) li:nth-child(2n-1),
#sysStd div ul:nth-child(2n) li:nth-child(2n){
	background:#f6f1eb;
}


#sysCrs > div{margin: 10px 5px;}
#sysCrs > div > div:not(:last-of-type){
	margin-bottom:10px;
}
#sysCrs > div > div p{
	color:#fff;
	background:#ff5a74;
	padding:5px 10px;
	margin-bottom:5px;
}
#sysCrs > div > div dl{
	display: flex;
	flex-flow: row wrap;
	border: 1px solid #a09486;
}
#sysCrs > div > div dt,
#sysCrs > div > div dd{
	padding: 8px;
	box-sizing: border-box;
}
#sysCrs > div > div dt:not(:last-of-type),
#sysCrs > div > div dd:not(:last-of-type) {
	border-bottom: 1px solid #a09486;
}
#sysCrs > div > div dd:nth-of-type(2n-1) {
	background: #f6f1eb;
}
#sysCrs > div > div dt{
	width: 60%;
	background: #735d41;
	color: #fff;
	border-right: 1px solid #a09486;
}
#sysCrs > div > div dd{
	width: 40%;
	text-align: right;
}
#sysOpt > div{margin: 10px 5px;}
#sysOpt > div dl{
	text-align: left;
	border: 1px solid #a09486;
	display: flex;
	flex-flow: row wrap;
}
#sysOpt > div dt,
#sysOpt > div dd{
	box-sizing:border-box;
}
#sysOpt > div dt:not(:last-of-type),
#sysOpt > div dd:not(:last-of-type){
	border-bottom: 1px solid #a09486;
}
#sysOpt > div dt{
	width: 60%;
	background: #735d41;
	color: #fff;
	border-right:1px solid #a09486;
	padding: 8px;
	display: flex;
	align-items: center;
}
#sysOpt > div dd:nth-of-type(2n-1){
	background:#f6f1eb;
}
#sysOpt > div dd{
	width: 40%;
	padding:8px;
	text-align: right;
}
#sysCau{
	font-size:0.85rem;
	color: #3b3b3b;
}
#sysCau ul{margin:10px 5px;}
#sysCau ul li{
	padding-left:15px;
	position:relative;
}
#sysCau ul li::before{
	content:'・';
	position:absolute;
	width:20px;
	height:10px;
	left:0;
}
#sysCau > p{margin:10px 5px;}
#sysCau p:first-of-type{margin-bottom:20px;}


/* 03 employment
----------------------------------------------------*/
/*#empCatch{
	margin-bottom:20px;
}
#empCatch > div{
	font-size:1.2em;
	color: #ff5a74;
	font-style: oblique;
	text-align:center;
}
#empCatch > div:first-child{margin-right:30px;}
#empCatch > div:last-child{margin-left:30px;}
#empCatch > div.serif span{
	font-size:1.4em;
	transform:none;
}*/
#employInner{
	text-align:center;
}
#employInner #employInfo{
	text-align:left;
	margin-bottom:10px;
}
#employMerit{
	background:#ebe2d1;
	margin-left: calc(((100vw - 100%) / 2) * -1 + 5px);
	margin-right: calc(((100vw - 100%) / 2) * -1 + 5px);
	padding: 10px 5px;
}
#employMerit dl div{
	border:2px #cca868 solid;
	border-radius:6px;
	margin-bottom:10px;
	background:#fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.meritHead{
	padding-right: 30px;
	position:relative;
}
.meritHead::after{
	position:absolute;
	content:'';
	width:30px;
	height:100%;
	top: 0;
	right: 0;
	background:url(../img/employment/employ_merit_arw.png) no-repeat 50% 0/21px 94px,#cca868;
}
.meritHead.selected::after{
	background:url(../img/employment/employ_merit_arw.png) no-repeat 50% 100%/21px 94px,#cca868;
}
.meritDet{
/*	font-size:0.85rem;*/
	text-align:left;
	padding: 10px 35px 10px 5px;
	position:relative;
}
.meritDet::after{
	position:absolute;
	content:'';
	width:30px;
	height:100%;
	top: 0;
	right: 0;
	background:#cca868;
}
#employMerit > p{
	padding:0 10px;
}
#employPoint {
	padding: 10px 0;
}
#employPoint li {
	margin-bottom: 5px;
}
#employMessage {
	background: #f2e0a7;
	border: 2px #8e7528 solid;
	padding: 5px 10px 10px 10px;
	margin-bottom: 15px;
}
#employMessage p {
	margin-bottom: 5px;
}
#employMessage div {
	background: #fff;
	padding: 15px 10px;
	border-radius: 6px;
	text-align: left;
}
#employMessage div span {
	font-weight: bold;
/*	font-size: 0.9rem;*/
}

#employInfo dt{
	color:#fff;
	background:#a58c6d;
	padding: 3px 5px;
	font-weight:bold;
}
#employInfo dd{
	color: #322000;
	padding: 3px 5px;
	margin-bottom: 5px;
/*	font-size:0.9rem;*/
}
#employInfo dd a{
	color:inherit;
	text-decoration:none;
}
#employContact h4 {
	background: #ff5a74;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 10px;
	border-radius: 6px 6px 0 0;
}
#employContact > div {
	background: #faf6ee;
	border: #ff5973 solid;
	border-width: 0 3px 3px 3px;
	border-radius: 0 0 6px 6px;
	padding: 10px;
}
#employContact > div p:nth-of-type(1){
	margin-bottom:10px;
	font-size:1.0rem;
	color: #886018;
}
#employContact > div p:nth-of-type(1) span{
	color: #1d1d1d;
	font-weight: bold;
	font-size: 1.3rem;
}
#employContact > div a{
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	color: #3b3b3b;
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
	padding: 15px 10px;
	margin-bottom: 10px;
	border-radius: 40px;
	background: linear-gradient(#ffffff, #f2f2f2);
}
#employContact > div ul li a span{
	padding:10px 0;
}
#employContact #employTel a span{
	padding-left:35px;
	background: url(../img/employment/employ_btn_tel.png) 0 50%/28px 31px no-repeat;
	font-size: 1.2em;
}
#employContact #employMail a span{
	padding-left:50px;
	background: url(../img/employment/employ_btn_mail.png) 0 50%/42px 28px no-repeat;
}
#employContact #employLine a span{
	padding-left:50px;
	background: url(../img/employment/employ_btn_line.png) 0 50%/45px 45px no-repeat;
}
#employContact > div p:nth-of-type(2){
	text-align:left;
	padding: 5px;
}
