@charset "utf-8";

body{
	text-align: center;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: Avenir, "Noto Sans JP", helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
	font-size: calc(14 / 16 * 1rem);
	line-height: 1.7;
	color:#222222;
	background-image: url("../img/common/body.jpg");
	background-color: #415a9c;
  background-size: 100% auto;
  background-position: center top;
	background-repeat: repeat;
}
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;}
a.icon_pdf{background: url("../img/common/pdf.png") no-repeat 0px 1px; background-size: 10px 12px; padding-left: 16px; color: #900;}
a.icon_pdf:hover {color:#f00; text-decoration:underline;}
.fontSWJ{color: #d4b45c;}

/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

/* header
--------------------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: 0;
	padding:  0;
	text-align: center;
	align-items: center;
	z-index: 9000;
	border-bottom: 2px solid #d4b45c;
}
#header #head{
  display: flex;
  align-items: center;
	position: relative;
	min-height: 120px;
}
#header #head #logo {
	min-width: 110px !important;
	padding-left: 20px;
  display: inline-block;
}
#header #head h1 {
	width: 320px;
	margin: 0 auto 0 auto;
}

#header #head ul#language{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#header #head #language li{
	margin: 0;
	text-align: center;
  font-family: "Noto Serif JP", serif;
	font-weight: 200;
	font-size: 0.9em;
	float: left;
}

#header #head #language li a {
	margin: 0;
	padding:5px 20px;
	transition: 0.3s ease-in-out;
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
#header #head #language li a:hover {background: #f7f7f7;color: #d4b45c;}
#header #language li.on a{pointer-events: none;text-decoration:none;background-color: #d4b45c !important;color: #fff !important;}
.languageSp{display: none;}

/* common
--------------------------------------------------------------------------------------*/
#wrapper{
	width: 100%;
	margin: 0 0;
	padding: 0;
	background: url("../img/common/yokohama.png") no-repeat center bottom;
	background-size: 100% auto;
}
#wrapper #container{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

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

#wrapper #rightslot{
	width:75%;
	float:right;
	display:inline-block;
}

#menu, #menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu {
	margin: 5% auto;
	position:relative;
  font-family: "Noto Serif JP", serif;
	font-weight: 600;
}

#menu li {
	width: 100%;
	font-size: 100%;
	line-height: 1.3;
	opacity: 1;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
#menu li a {
  width: 97%;
	padding: 3.5% 0 3.5% 6%;
  color: #fff;
  display: inline-block;
  margin: 0;
	text-align:left;
	text-decoration:none;
	background:  url("../img/common/circle.png") no-repeat 0px 16px;
	background-size: 6px 6px;
}

#menu li.on a{
	color: #d4b45c;
	background:  url("../img/common/circleGold.png") no-repeat 0px 16px;
	background-size: 6px 6px;
	pointer-events: none;
}

#menu li span.new{background-color: #66ccff; 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: #ccffff; color:#333366;}
#menu li.wLine span.new{margin-top: -0.75em;}
.slicknav_menu {display:none;}

#banner_area {
	width: 100%;
	background:#010123;
  text-align: center;
  padding-block: 1rem;
}
.banner__wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.banner__wrap ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}
.banner__wrap li {
	width: 18%;
	margin:1% 0;
	padding: 0;
}
.banner__wrap ul::after {
	content: "";
	flex: auto;
}

.banner__wrap ul li img {
	width: 100%;
	height: auto;
}

/* footer
--------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	clear:both;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	background: #4057a3;
	color:#fff;
}
#footer a{color:#fff !important; text-decoration: underline !important;}
#footer a:hover{color:#66ffff !important;}

#footer #office {
	max-width: 1200px;
	margin: 0 auto;
	padding:20px 0;
  font-weight:300;
  font-style: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer #office > article{
  width: 50%;
  text-align:left;
}
#footer #office > article h2{
  width: 100%;
	font-weight: 600;
	float: left;
	font-size: 1.15em;
	padding: 0;
	margin-bottom: 0.5%;
  color:#d4b45c;
}
#footer #office > article a{color: #fff;}
#footer #copyright {
	width: 100%;
	clear:both;
	margin: 0;
	padding:10px 0;
	border-top:1px solid #fff;
  text-align:center;
}



/* all
--------------------------------------------------------------------------------------*/

.box,
.box2nd {
	clear:both;
}
.box.bg{
	clear:both;
	background-color:#fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 6% 5%;
	box-shadow:0 0 5px #fff, 0 0 5px #000, 0 0 1px #000;
	-webkit-box-shadow:0 0 5px #000, 0 0 5px #000, 0 0 1px #000;
	-moz-box-shadow:0 0 5px #000, 0 0 5px #000, 0 0 1px #000;
}

/*

.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;
}

.box.bgBl,
.box2nd.bgBl{
	clear:both;
	background-color:#f4f8ff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 3% 3%;
	border: 2px double #2265c8;
}


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%;
}
.one th{
	width:10%;
	padding: 16px 18px;
	border-right:1px dotted #8a690f;
	color: #8a690f;
	text-align:right;
	font-weight:700;
	vertical-align:top;
	white-space:nowrap;
	background: #f7f7f7;
	font-family: "Noto Serif JP", serif;
}
.one td{
	width:auto;
	padding: 16px 18px;
	text-align:left;
	vertical-align:top;
	background: #f7f7f7;
}
table.one.bgWhite th,
table.one.bgWhite td{
	background: #fff;
}
.one tr:nth-child(odd) th,
.one tr:nth-child(odd) td{
	background: #fff;
}
table.two{
	font-size:100%;
	text-align:left;
	border-collapse:collapse;
	border: 1px solid #ccc;
	background-color: #fff;
}
table.two caption{text-align:left; font-size: 95%; padding: 1% 0;}
.two th{
	margin:0;
	padding:5px 18px;
	text-align:center;
	font-family: "Noto Serif JP", serif;
	font-weight:700;
	vertical-align:middle;
	border-bottom: 1px dotted #ccc;
	border-right: 1px solid #ccc;
	background-color: #f7f7f7;
	color: #37322c;
	font-size: 0.9em;
}
.two td{
	width:auto;
	margin:0;
	padding:8px 18px;
	text-align:center;
	vertical-align:top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*
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.three{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	border-collapse:collapse;
	border: 1px solid #ccc;
}

.three caption{text-align: left;}
.three 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;
}

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

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

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

.four td {
	padding: 8px 16px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}
*/
ul.lists{
}
.lists li{
	text-align: left;
	display: block;
}
.lists li.arrow{background: url(../img/common/arrow.png) 0px 5px no-repeat;background-size: 16px 12px; padding-left: 20px;}
.lists li.kome{background: url(../img/common/kome.png) no-repeat 0 4px; background-size: 14px 14px; padding-left: 20px;}
.lists li.komeRed{background: url(../img/common/komeRed.png) no-repeat 0 4px; background-size: 14px 14px; padding-left: 20px; color: #f00;}
/*
.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.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;
}


.flexBox {
	flex-wrap: wrap;
	display: flex;
	justify-content:center;
	align-items: center;
}
.flexBox .btn{
	width: 25%;
	margin: 1% 5%;
}

*/

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

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


.marker {background: linear-gradient(transparent 60%, #e5d196 60%);}




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

}



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

@media screen and (max-width: 768px) {
html, body{
	width: 100%;
	text-align: center;
	font-size:15px;
	min-width:initial;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-image: url("../img/common/body.jpg");
	background-color: #415a9c;
	background-size: cover;
	background-position: center top;
}


/* header
--------------------------------------------------------------------------------------*/
#header{
	margin: 0;
	padding: 0;
}
#header #head{
	display: inherit;
	position: relative;
	min-height: 100px;
}
#header #head #logo {
	min-width: auto !important;
	width: 60px !important;
	padding-left: 0;
	position: absolute !important;
	left: 1%;
	top:5%;
}
#header #head #logo img{
	width: 100%;
	height: auto;
}
#header #head h1 {
	width: 40%;
	margin: 0 auto 0 auto;
	padding-top: 40px;
}
#header #head h1 img,
#header #head #logo img{
	width: 100%;
	height: auto;
}
#header #head ul#language{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#header #head #language li{
	font-size: 0.8em;
}
#header #head #language li a {
	padding:5px 10px;
}
/* common
--------------------------------------------------------------------------------------*/
#wrapper{
	/*
	width: 100%;
	margin: 0 0;
	padding: 0;
	background: url("../img/common/yokohama.png") no-repeat center bottom;
	background-size: 100% auto;
	*/
}
#wrapper #container{
	max-width: 100%;
	height: 100%;
	margin: 0 0;
}

#wrapper #leftslot, #menu{display:none !important;}
.slicknav_menu, #hamburger {display:block;}
#wrapper #rightslot{
	width:100%;
	float:none;
	display: block;
}

#banner_area {
/*	width: 100%;
	background:#010123;
  text-align: center;
  */
}
.banner__wrap {
	width: 90%;
	padding:3% 5%;
	max-width: 100%;
	margin: 0 0;
}
.banner__wrap ul {
/*	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;*/
	gap: 4%;
}
.banner__wrap li {
	width: 46%;
	margin:1% 0;
	padding: 0;
}


/* footer
--------------------------------------------------------------------------------------*/
#footer {
	width: 90%;
	padding:3% 5%;
	/*
	clear:both;
	margin: 0;
	font-size: 0.9em;
	background: #4057a3;
	color:#fff;*/
}
#footer #office {
	max-width: 100%;
	width: 100%;
	margin: 0;
	display: block;
/*	justify-content: space-between;
	flex-wrap: wrap;*/
}
#footer #office > article{
  width: 100%;
  text-align:left;
	margin-bottom: 3%;
}
/*#footer #office > article h2{
  width: 100%;
	font-weight: 600;
	float: left;
	font-size: 1.15em;
	padding: 0;
	margin-bottom: 0.5%;
  color:#d4b45c;
}
#footer #office > article a{color: #fff;}
#footer #copyright {
  width: 100%;
  clear:both;
  margin: 0;
  padding:10px 0;
	border-top:1px solid #fff;
  text-align:center;
}
*/


/* all
--------------------------------------------------------------------------------------*/

.box.bg{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5% 5%;
}
	
	
/*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%;
}

.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;
}
.switchDetail{
	padding: 10% 5%;
}
	

.switchHat {
	width: 100%;
  background: url("../img/common/down.png");
	background-repeat: no-repeat;
	background-position:bottom center;
	background-size: 27px 27px;
}

.nowOpen {
  background: url("../img/common/up.png");
	background-repeat: no-repeat;
	background-position:bottom center;
	background-size: 27px 27px;
}
	
}