@charset "utf-8";

body{
	text-align: center;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho", Times New Roman , "MS 明朝",serif;
	font-size: calc(15 / 16 * 1rem);
	line-height: 1.8;
	color:#222222;
	background-color: #000;
	font-weight: 400;
}
body#second{
	background-image: url("../img/common/second.jpg");
  background-size: cover;
  background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
}
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;}
.lists a.icon_pdf{background: url("../img/common/pdf.png") no-repeat right 1px; background-size: 10px 12px; padding-left: 0;padding-right: 16px; color: #900;}
.fontJOAKISO{color: #cca049;}
.fontJOAKISO2{color: #a07e3c;}
.font900{ font-weight: 900;}

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

  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: 3px solid #cca049;
	background-color: #fff;
}

#header #head{
  display: flex;
  align-items: center;
	position: relative;
	min-height: 120px;
}

#header #head h1 {
	width: 780px;
	margin: 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-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: #cca049;
	background-color: #f7f7f7;
	*/
	background-color: #cca049;
	color: #fff !important;
}
#header #head #language li a:hover {
	background: #d4b45c;
	color: #f7f7f7;
}
#header #head #language li.on a{
	pointer-events: none;
	text-decoration:none;
	/*
	background-color: #cca049;
	color: #fff !important;
	*/
	color: #cca049;
	background-color: #f7f7f7;
}
#header #head #language li.nolink,
#header #head #language li.nolink a{
	color: #b1ae96 !important;
	background-color: #eeecd9 !important;
}


/* common
--------------------------------------------------------------------------------------*/
#wrapper{
	/*width: 100%;
	margin: 0;
	padding: 0;*/
}
#second #wrapper{
	min-height: 1300px;
}
#wrapper #container{
	max-width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

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

#wrapper #rightslot{
	width:74%;
	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 Sans JP", sans-serif;
	font-weight: 300;
}

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

#menu li.on {background: linear-gradient(90deg, rgba(242, 216, 33, 1) 0%, rgba(232, 143, 18, 1) 65%, rgba(109, 64, 30, 1) 100%); font-weight: 700;}
#menu li.on a{
	color: #766334;
	background: url("../img/common/arrowGold.png") no-repeat 5px 16px;
	background-size: 7px 14px;
	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;}



/* footer
--------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	clear:both;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	background: #fff;
	border-top: solid #cca049 3px;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #444;
}
#footer a{color:#cca049 !important; text-decoration: underline !important;}


#footer #foot {
	width: 1100px;
	clear:both;
	margin: 0 auto;
	padding: 30px 0;
	text-align:left;
}

#footer #foot dl{
	display:flex;
	align-items:flex-start;
	text-align:left;
	margin:0 0 10px 0;
	padding:0;
}

#footer #foot dt{
	width:7em;
	flex-shrink:0;
	margin:0;
	padding:8px 10px 10px 10px;
	text-align:center;
	color:#fff;
	background-color:#cca049;
}
#footer #foot dd{
	margin:0;
	padding:0px 15px 8px 15px;
	line-height:1.4;
	text-align:left;
	flex:1;
}
#footer #foot .jcs dt{
	width:14em;
}

#footer #copyright {
	width: 100%;
	clear:both;
	margin: 0;
	padding: 8px 0;
	background-color: #fff;
	border-top:1px solid #ccc; 
}
#footer #copyright p{
	text-align:right;
	font-size: 0.85em;
	color: #000;
	padding-right: 1em;
}



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

.box,
.box2nd,
.box3rd,
.box4th {
	clear:both;
}
.bg{
	clear:both;
	background-color:#fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 8% 6%;
	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;
	min-height: 600px;
}


/*.box.bg2,
.box2nd.bg2,
.box3rd.bg2{
	clear:both;
	background-color:#f7f7f7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2% 3%;
	border: 1px solid #d9d9d9;
}
.box.bg.mg, .box2nd.bg.mg{padding: 3% 2% !important;}
.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;
}

.one tr:nth-child(odd) th,
.one tr:nth-child(odd) td{
	background: #fff;
}

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

.two caption{text-align: left;}
.two th {
	width:5%;
	padding: 8px 16px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color: #172551;
	text-align:left;
	font-weight:400;
	white-space:nowrap;
	background: #f7f4ed;
	vertical-align:top;
}

.two td {
	padding: 8px 16px;
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.two th:nth-child(3),
.two td:nth-child(3){
	width:1%;
	white-space:nowrap;
	padding:8px;
}
.two td:nth-child(3) a{
	display:block;
}

.two td:nth-child(3) img{
	display:block;
	margin:0 auto;
}
/*
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.category{
	width:100%;
	text-align:left;
	border-collapse:collapse;
	font-size: 100%;
	border:1px solid #ccc;
}
.category caption{text-align:left;}
.category th{
	padding: 16px 18px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color: #8a690f;
	text-align:center;
	font-weight:700;
	vertical-align:middle;
	background: #fff;
	white-space: nowrap;
	font-family: "Noto Serif JP", serif;
}
.category td.number{width:1%;text-align:right;padding: 16px 10px;}
.category td.classification{text-align:center;padding: 10px 18px;background: #e8f5f5;color: #5e9c9b;}
.category tr:nth-child(odd) td.classification{background: #e8f5f5;}
.category td{
	width:auto;
	padding: 16px 18px;
	text-align:left;
	vertical-align:top;
	background: #f7f7f7;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.category tr:nth-child(odd) td{
	background: #fff;
}

*/

/*
table.four{
	width: 100%;
	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 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;
}

.four td {
	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 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/circleGold.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;}

.button2{display: flex;justify-content:center;gap:20px;}
.button2 .button a{min-width: 200px;padding: 10px 40px 10px 35px;}

.button a {
	background: #718e9f;
	border-radius: 0;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 220px;
	padding: 10px 20px 10px 15px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid #718e9f;
	font-size: 1.2em;
}
.button.orange a {background: #e08f4d;border: 1px solid #e08f4d;}
.button.word a{max-width: 280px;background: #1f3275;border: 1px solid #1f3275;background-image: url("../img/common/iconWord.png");background-size: 20px 24px; background-repeat: no-repeat; background-position: right 10px top 47%;}
*/
/*
.button.green a {background: #69a899;border: 1px solid #69a899;}
.button.gray a {background: #535353;border: 1px solid #535353;}
.button.pdf a{max-width: 280px;background: #b02928;border: 1px solid #b02928;background-image: url("../img/common/iconPdf.png");background-size: 20px 24px; background-repeat: no-repeat; background-position: right 10px top 47%;}

.button.blue a {background: #6c94cb;border: 1px solid #6c94cb;}
.button.yellow a {background: #b0ae1f;border: 1px solid #b0ae1f;}

.button a:hover {
	background: #fff;
	color: #718e9f;
	border: 1px solid #718e9f;
	border-radius: 48px;
}
.button.orange a:hover {color: #e08f4d;border: 1px solid #e08f4d;}
.button.word a:hover {background-image: url("../img/common/iconWord2.png");background-size: 20px 24px; background-repeat: no-repeat; background-position: right 10px top 47%;}
*/
/*
.button.green a:hover {color: #69a899;border: 1px solid #69a899;}
.button.gray a:hover {color: #535353;border: 1px solid #535353;}
.button.pdf a:hover {color: #b02928;border: 1px solid #b02928;}
.button.pdf a:hover {background-image: url("../img/common/iconPdf2.png");background-size: 20px 24px; background-repeat: no-repeat; background-position: right 10px top 47%;}
.button.blue a:hover {color: #6c94cb;border: 1px solid #6c94cb;}
.button.yellow a:hover {color: #b0ae1f;border: 1px solid #b0ae1f;}


.button a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 15px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.button.orange a:hover:after {border-color: #e08f4d;}
.button.word a:after {border-color: #1f3275;border-top:none;border-right: none;content: none;transform:none;position:relative;}
*/
/*
.button.green a:hover:after {border-color: #69a899;}
.button.gray a:hover:after {border-color: #535353;}
.button.pdf a:after {border-color: #b02928;border-top:none;border-right: none;content: none;transform:none;position:relative;}
.button.blue a:hover:after {border-color: #6c94cb;}
.button.yellow a:hover:after {border-color: #b0ae1f;}

.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;
	min-height: inherit;
}

#header #head h1 {
	width: 70%;
	margin: 0 auto;
	padding: 3% 0 3% 1%;
}
#header #head h1 img{
	width: 100%;
	height: auto;
}

#header #head ul#language{
/*
	margin: 0;
	padding: 0;
	position: absolute;
	*/
	right: auto;
	left: auto;
	top: 0;
	z-index: 9720;
}
#header #head #language li{
	font-size: 0.9em;
}
#header #head #language li a {
	padding:5px 10px;
}
	#header #head #language li.nolink{
		display: none;
	}

/* common
--------------------------------------------------------------------------------------*/
#wrapper{
/*
	width: 100%;
	margin: 0;
	padding: 0;
*/
}
	#second #wrapper{
	min-height: inherit;
}
#wrapper #container{
	max-width: 100%;
	height: 100%;
	margin: 0;
}

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

#wrapper #rightslot{
	width:100%;
	float:none;
	display: block;
}



/* footer
--------------------------------------------------------------------------------------*/
#footer #foot{
		width:auto;
		padding:20px 5%;
	}

	#footer #foot dl{
		display:block;
		margin-bottom:20px;
	}

	#footer #foot dt,
	#footer #foot .jcs dt{
		width:100%;
		box-sizing:border-box;

		margin:0;
		padding:10px;

		text-align:center;
	}

	#footer #foot dd,
	#footer #foot .jcs dd{
		margin:0;
		padding:15px 10px;

		border-top:none;
		box-sizing:border-box;
	}

#footer #copyright {
	width: 100%;
	padding:3% 0;
	background-color: #fff;
	border-top:1px solid #ccc; 
}

#footer #copyright p{
	text-align:right;
	font-size: 0.85em;
	color: #000;
}



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



.bg{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8% 6% 4% 6%;
}

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

	.button2{gap:10px;}
.button2 .button a{min-width: 120px;padding: 10px 40px 10px 35px;}

.button a {
	max-width: 120px;
	font-size: 1em;
}
}