@charset "utf-8";

body{
	text-align: center;
	margin:0;
	padding:0;
	font-family:"Noto Sans JP", "BIZ UDGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ" , Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	font-size: calc(14 / 16 * 1rem);
	line-height: 1.7;
	color:#37322c;
	height: 100%;
	background-color:#f9f9f7;
}
a:link {color:#111; text-decoration:underline;}
a:visited {color:#333;text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
a:active {color:#3a3a3a;text-decoration:none;}
.font_weight300 {font-weight: 300;}
.font_weight400 {font-weight: 400;}
.font_weight500 {font-weight: 500;}
.font_weight600 {font-weight: 600;}
.font_weight700 {font-weight: 700;}
.font_weight800 {font-weight: 800;}
.font_weight900 {font-weight: 900;}
.font_mincho{font-family: "Noto Serif JP", "Zen Old Mincho", serif;}

span.access a{background-color: #8fa2b3; color: #fff;padding: 2px 4px 3px 4px; line-height: 1;height: 1; margin-left: 1em; display: inline-block; border: 1px solid #8fa2b3;text-decoration: none; font-weight: 700; font-size: 0.8em;transition: .3s ease-in-out;border-radius: 10px;font-family: "Noto Serif JP", "Zen Old Mincho", serif;}
span.access a:hover{background-color: #fff;color: #8fa2b3;font-weight: 400;border-radius: 0;}
/* common
--------------------------------------------------------------------------------------*/
#header{
	margin: 0;
	text-align: center;
	position: relative;
	min-height: 70px;
	border-bottom: 1px solid #dcd8d2;
	background-color:#fff;
}

#header #head h1 {
	width: 400px;
	position: absolute;
	left: 1%;
	top:27%;
}
#header #head #logo {
	width: 250px;
	position: absolute;
	right: 1%;
	top:30%;
}
#header #head h1 img,
#header #head #logo img{
	width: 100%;
	height: auto;
}


/* common
--------------------------------------------------------------------------------------*/
#wrapper{
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#wrapper #leftslot{
	width: 20%;
	float:left;
	display: table-cell;
	min-height: 100%;
	z-index:10;
}

#wrapper #rightslot{
	width:80%;
	float:right;
	display:inline-block;
	z-index:8;
}
#menu, #menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu {
	margin: 10% auto;
	position:relative;
}

#menu li {
	width: 100%;
	font-size: 100%;
	line-height: 1.5;
	opacity: 1;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	font-family: "Zen Old Mincho", "Noto Serif JP", serif;
	font-weight:500;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #dcdad9 0%, rgba(0,0,0,0) 100%);
	border-image-slice: 1;
}

#menu li a {
  width: 94%;
	padding: 5% 2% 5% 4%;
  color: #222222;
  display: inline-block;
  margin: 0;
	text-align:left;
	text-decoration:none;
}
#menu li a:hover {color: #ccc;}

#menu li.on a{
	margin: 0;
	background: -moz-linear-gradient(left, #dcdad9, rgba(0,0,0,0));
	background: -webkit-linear-gradient(left, #dcdad9, rgba(0,0,0,0));
	background: linear-gradient(to right, #dcdad9, rgba(0,0,0,0));
}
/*
#menu li span.new{background-color: #fff10c; color:#000; margin-top: 0.4em; margin-left: 0.7em; font-size:0.7em; padding: 1% 2% 0.5% 2%; list-height:1; float: right; font-weight: 700;}
#menu li.on span.new{background-color: #000; color:#fff10c;}
#menu li.wLine span.new{margin-top: -0.75em;}
*/
li.poster{
	margin: 0;
	padding: 10% 0 !important; 
	border-bottom: none !important;
}

li.poster img{
	width: 80%;
	margin: 0 5%;
	height: auto;
}
.slicknav_menu {display:none;}


/* banner_area
--------------------------------------------------------------------------------------*/
#banner_area{
	width:100%;
	/*display: flex;*/
	display: none;
	justify-content: space-between;
	padding:0 0 50px 0;
}

#banner_area .figure{
	width: 30%;
}

#banner_area .figure img {
	width:100%;
	height:auto;
}



/* footer
--------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	clear:both;
	margin: 0;
	padding: 1% 0 0 0;
	font-size: 0.9em;
	color:#696561;
	background-color: #fff;
	border-top: 1px solid #d7d6d5;
}

#footer #foot{
	max-width:1000px;
	width: 100%;
	margin: 0 auto;
	padding: 1% 0;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
#footer #foot #atalacia{
	woidth:28%;
	text-align:left;
}
#footer #foot #atalacia h1{
	margin-bottom: 3%;
}
#footer #foot #gotop{
	float:right;
	width:3.5%;
}
#footer #foot #gotop img{
	width:100%;
	height:auto;
}
#footer #copyright{
	max-width:1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0.5% 0;
	text-align:left;
}


/* all
--------------------------------------------------------------------------------------*/
.box,
.box2nd {
	clear:both;
}
/*
.box.bg,
.box2nd.bg{
	clear:both;
	background-color:#f7f7f7;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 2% 3%;
	border: 1px solid #555;
}
.box.bg.mg,
.box2nd.bg.mg{padding: 3% 2% !important;}

.box.bg2,
.box2nd.bg2{
	clear:both;
	background-color:#ffecec;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 2% 3%;
	border: 2px double #900;
}
table.zero{
width:100%;
text-align:left;
border-collapse:collapse;
}
.zero th{
width:1%;
padding: 0 3px 0 0;
text-align:left;
font-weight:400;
vertical-align:top;
white-space:nowrap;
}
.zero td{
width:auto;
padding: 0;
text-align:left;
vertical-align:top;
}
*/
table.one{
	width:100%;
	text-align:left;
	border-collapse:collapse;
	font-size: 100%;
	/*border: 1px solid #ccc;*/
}
.one th{
	width:10%;
	padding: 24px 24px;
	color: #37322c;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	border-right:1px dotted #ccc;
	font-family: "Zen Old Mincho", "Noto Serif JP", serif;
font-weight:500;
}
.one td{
width:auto;
padding: 24px 24px;
text-align:left;
vertical-align:top;
/*border-bottom:1px solid #ccc;*/
}


/*.one tr:nth-child(odd) th,
.one tr:nth-child(odd) td{
background: #fff;
}
table.two{
	border-collapse:collapse;
	border: 1px solid #ccc;
}

.two th {
padding: 8px 20px;
border-bottom:1px dotted #172a88;
border-right:1px solid #ccc;
color: #172a88;
text-align:center;
font-weight:700;
white-space:nowrap;
background: #f7f7f7;
}
.two td {
width:auto;
padding: 10px 20px;
text-align:left;
vertical-align:middle;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.two td.alignC{text-align:center;}

table.two{
width: 100%;
text-align: left;
border-collapse:collapse;
	border: 1px solid #ccc;
}

.two th {
width:10%;
padding: 8px 20px;
border-bottom:1px dotted #172a88;
border-right:1px solid #ccc;
color: #172a88;
text-align:center;
font-weight:700;
white-space:nowrap;
background: #f7f7f7;
}
.two td {
width:auto;
padding: 10px 16px;
text-align:left;
vertical-align:top;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

table.category{
width: 100%;
margin: 0;
padding: 0;
text-align: left;
border-collapse:collapse;
	border: 1px solid #ccc;
}

.category caption{text-align: left;}
.category th {
width:5%;
padding: 8px 0;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
color: #172a88;
text-align:center;
font-weight:700;
white-space:nowrap;
background: #f7f7f7;
vertical-align:top;
}
.category th.valignM {vertical-align: middle;}

.category td {
width:40%;
padding: 8px 2%;
text-align:left;
vertical-align:top;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}


ul.lists{
}
.lists li{
text-align: left;
display: block;
}
.lists li.arrow{background: url(../img/common/arrow.png) 0px 9px no-repeat;background-size: 12px 6px; padding-left: 16px;}
.lists li.dot{background: url("../img/common/circle.png") 4px 9px no-repeat;background-size: 6px 6px; padding-left: 16px;}
.lists li.dotRed{background: url("../img/common/circleRed.png") 4px 9px no-repeat;background-size: 6px 6px; padding-left: 16px;}
.lists li.asterisk{background:url("../img/common/asterisk.png") no-repeat 6px 10px;background-size:6px 6px; padding-left: 16px;}
.lists li.asteriskRed{background:url("../img/common/asteriskRed.png") no-repeat 6px 10px;background-size:6px 6px; padding-left: 16px;}

.lists li.kome{background: url(../img/common/kome.png) no-repeat 0 6px; background-size: 14px 14px; padding-left: 17px;}
.lists li.komeRed{background: url(../img/common/komeRed.png) no-repeat 0 6px; background-size: 14px 14px; padding-left: 17px;}
.lists li.circle{background: url(../img/common/circle.png) 0 10px no-repeat;background-size: 7px 7px; padding-left: 14px;}
.lists li.circleRed{background: url(../img/common/circleRed.png) 0 10px no-repeat;background-size: 7px 7px; padding-left: 14px;}

.lists li.dotPink{background: url(../img/common/squarePink.png) 0 10px no-repeat;background-size: 7px 7px; padding-left: 14px;}
.lists li.dotRed{background: url(../img/common/squareRed.png) 0 10px no-repeat;background-size: 7px 7px; padding-left: 14px;}
.lists li.dotGreen{background: url(../img/common/squareGreen.png) 0 10px no-repeat;background-size: 7px 7px; padding-left: 14px;}
.lists li.arrow2{background: url(../../img/common/arrow2.png) 0px 7px no-repeat;background-size: 12px 8px; padding-left: 20px;}

dl.qa{
	text-align: left;
}
dl.qa dt{background: url("../img/common/qaQ.png") 0px 4px no-repeat;background-size: 20px 20px; padding-left: 26px; margin-bottom: 0.5%;}
dl.qa dd{background: url("../img/common/qaA.png") 0px 4px no-repeat;background-size: 20px 20px; padding-left: 26px; margin-bottom: 4%;}

.anchors {
  text-align: left;
}
.anchors:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.anchors li {
	width:30%;
	margin:0;
	padding-left:18px;
	box-sizing:border-box;
	font-size:90%;
	line-height:30px;
	float:left;
}

.anchors li:nth-of-type(2),
.anchors li:nth-of-type(5),
.anchors li:nth-of-type(8),
.anchors li:nth-of-type(11),
.anchors li:nth-of-type(14){
	width:40%;
}
.anchors li a{
	display:block;
	width:100%;
	color:#1a2c83;
	text-decoration:none;
	margin-left:-18px;
	padding-left:18px;
	background:url("../img/common/arrow4.png") no-repeat 0 10px;
	background-size:10px 8px;
}
.anchors li a:hover{
	width:100%;
	color: #9bd8ff;
	background:url("../img/common/arrow3.png") no-repeat 0 10px;
	background-size:10px 8px;
}


dl.dl{
	text-align: left;
    margin-top: 0.5em;
}

dl.dl dt{
	position: relative;
    padding: 0.1em 0 0.1em 1rem;
    margin-bottom: 1%;
    font-weight: bold;
    font-size: 1.1em;
    color: black;
    background-image: repeating-linear-gradient(45deg, #000 0px 2px, #ccc 0px 2px, #ccc 4px);
    background-repeat: no-repeat;
    background-size: 0.5rem;
}

dl.dl dd{
    margin-bottom: 2em;
}


.switchHat {
	width: 100%;
	text-align: left;
	padding: 0;
  background: url("../img/common/down.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 40px 40px;
}

.nowOpen {
	padding: 0;
  background: url("../img/common/up.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 40px 40px;
}

.closeBtnHat{display:none;}
.switchDetail{padding: 3% 0; background-color: #fff;}
*/



/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
img {
	vertical-align: top;
	max-width: 100% !important;
	height: auto;
	-ms-interpolation-mode: bicubic; 
}
}




/* for Sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 481px) {
html, body{
	text-align: center;
	width: 100%;
	font-size:15px;
	min-width:initial;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

/* common
--------------------------------------------------------------------------------------*/
#header{
	margin: 0;
	padding: 0;
	min-height: 54px;
	height: 100%;
}
	
#header #head h1 {
	width: 80%;
	left: 3%;
	top:22%;
}
#header #head #logo {display: none;}



/* common
--------------------------------------------------------------------------------------*/
#wrapper{
	max-width:inherit;
	margin: 0;
}

#wrapper #leftslot{display:none !important;}
.slicknav_menu {display:block;}

#wrapper #rightslot{
	width:100%;
	float:none;
	display: block;
}
/* banner_area
--------------------------------------------------------------------------------------*/
#banner_area{
	width:90%;
	justify-content: space-between;
	padding:30px 5% 30px 5%;
  flex-wrap: wrap;
	gap: 1%;
	/*display: flex;*/
	display: none;
}

#banner_area .figure{
	width:48%;
	margin-bottom:4%;
}

#banner_area .figure img {
	width:100%;
	height:auto;
}



/* footer
--------------------------------------------------------------------------------------*/
#footer {
	width: 90%;
	margin: 0;
	padding: 5% 5%;
	font-size: 0.85em;
	color:#696561;
}

#footer #foot{
	max-width:inherit;
	width: 100%;
	margin: 0;
	padding: 1% 0;
	display: block;
/*	justify-content: space-between;
	align-items:center;*/
	position: relative;
}
#footer #foot #atalacia{
	woidth:100%;
	text-align:left;
}
/*
#footer #foot #atalacia h1{
	margin-bottom: 3%;
}
	*/
#footer #foot #gotop{
	position: absolute;
	right: -3%;
	width:40px;
}
#footer #copyright{
	max-width:inherit;
	width: 100%;
	margin: 0 0;
	padding: 1% 0 0 0;
	text-align:left;
	font-size: 0.9em;
}


/* common
--------------------------------------------------------------------------------------*/
/*
table.one{
width: 100%;
margin: 0;
padding: 0;
text-align: left;
border-collapse:collapse;
}

.one th {
	width: auto !important;
	display: block;
	font-size:110%;
	word-break: break-all !important;
	white-space: normal !important;
	padding:1% 0;
	margin:0 0 2% 0;
	border-right:none;
	text-align:left;
	border-bottom:1px dotted #172a88;
	background: #fff;
}
.one td {
	width: auto;
	display: block; 
	padding:1% 0 10% 0;
	border-top: none;
	border-bottom: none;
	background: #fff;
}

.category th {
width:10%;
padding: 8px 0;
}
.category td {
width:35%;
padding: 8px 2.5%;
}
#banner{
	display: none;
}
#bannerSp{
	width: 88%;
	margin: 5% 6% 0 6%;
	display: block;
	clear: both;
}
#bannerSp li{
	display: inline;
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}
#bannerSp li:nth-child(2n){
	margin: 0 0 0 2%;
}

#bannerSp li img{
	width: 100%;
	height: auto;
}
	
	*/

/*
.scroll{
width:100%;
overflow: auto;
}
.scroll::-webkit-scrollbar{height: 5px;}
.scroll::-webkit-scrollbar-track{background: #f1f1f1;}
.scroll::-webkit-scrollbar-thumb {background: #bcbcbc;}
.scroll table{
	width: 200%;
}
#menu li.forSp{display:block !important;}

.closeBtnHat{
	display:none;
}
._sp_contents,
.switchDetail{
	padding: 3% 5%;
}
	*/
table.one{
	width:100%;
	text-align:left;
	border-collapse:collapse;
	font-size: 100%;
	border: none;
}
.one th{
	/*
	width:10%;
	padding: 24px 24px;
	color: #37322c;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	background: #f7f7f7;
	border-right:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	font-family: "Zen Old Mincho", "Noto Serif JP", serif;
	font-weight:500;
	*/
	width: auto;
	display: block;
	font-size:110%;
	word-break: break-all;
	white-space: normal;
	padding: 5% 3% 1% 3%;
	margin: 0;
	line-height:1.2;
	border-right:none;
	font-weight:700;
	text-align:left;border-bottom:none;
}
.one td{
	/*
	width:auto;
	padding: 24px 24px;
	text-align:left;
	vertical-align:top;
	background: #f7f7f7;
	*/
	width: auto;
	display: block; 
	padding:0 3% 5% 3%;
	border-bottom:none;
	border-bottom:1px dotted #ccc;
	
}
/*
.one tr:nth-child(odd) th,
.one tr:nth-child(odd) td{
background: #fff;
}
*/

	
	
}