@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	background: transparent;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px) {
html {
	font-size: 2.5vw;
}
}
/*******************************/
body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	background: var(--bg-color) url("../images/background_base.jpg") 50% 0  no-repeat;
	background-size: cover;
	width: 100%;
}
@media screen and (max-width:768px) {
body {
	height: auto;
	width: 100%;
	background: var(--bg-color) url("../images/background_base_sp.jpg") 50% 0 no-repeat;
	background-size: cover;
	}
}
/*******************************/
header {
	padding: 25px 20px 35px;
	align-items: center;
	text-align: center;
	display: flex;
}
h1 img {
	width: 100%;
}

@media screen and (max-width:768px) {
header {
	width: 100%;
	margin-bottom: 20px;
/*	padding: 24px 5px 0 5px;*/
	align-items: center;
	text-align: center;
	height: 90px;
	background-color: #004583;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5), -10px 0px 10px -10px rgba(0, 0, 0, 0.5);
	padding: 0 45px 0 10px;
	position: relative;
	z-index: 15;
	justify-content: flex-start;
	}
h1 {
	width: 90%;
	margin: auto;
}
h1 img {
	width: 100%;
}
}
/*******************************/
#lang_btn_pc {
	margin-bottom: 4%;
	display: flex;
	justify-content: space-between;
}
#lang_btn_pc li {
	width: 48%;
}
#lang_btn_pc li a {
	padding: 5px 0;
	font-size: 1.3rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	display: block;
	border: 1px solid;
	border-color: #fff;
	transition: 0.5s;
}
#lang_btn_pc li a:hover {
	color: #1B2F5A;
	background-color: #fff;
}
#lang_btn_pc .focus a {
	color: #1B2F5A;
	background-color: #fff;
}
#lang_btn_pc li span.no_link {
	padding: 5px 0;
	font-size: 1.3rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #888;
	display: block;
	border: 1px solid;
	border-color: #888;
	transition: 0.5s;
}
#lang_btn_sp {
	display: none;
}
/*******************************/
.img-sp {
	display: none;
}
@media screen and (max-width:768px) {
.img-pc {
	display: none;
}
.img-sp {
	display: block;
	width: 97%;
}
}
/*******************************/
main {
	display: block;
}

/*******************************/
#container {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width:768px) {
#container {
	width: 100%;
/*	max-width: 544px;*/
	margin: 0;
}
}
/*******************************/
#wrap {
/*	padding-bottom: 100px;*/
	display: flex;
}
#wrap_l {
	width: 280px;
	padding: 15px 0 0 15px;
	order: 1;
}
#wrap_r{
	flex: 1;
	order: 2;
	position: relative;
}

@media screen and (max-width:768px) {
#wrap {
	padding-bottom: 0px;
	display: block;
}
#wrap_l {
	width: 100%;
	padding-left: 0;
	order: 1;
}
#wrap_r {
	position: relative;
}
}
/*******************************/
#nav li a {
	font-family: 'Noto Serif JP', serif;
}
/*******************************/
#poster {
	margin: 20px 0;
}
#poster li {
	margin-bottom: 10px;
	border: 1px solid #fff;
}
#poster li a {
	transition: 300ms all;
}
#poster li img {
	width: 100%;
}
@media screen and (max-width:768px) {
#poster {
	display: none;
}
}
/*******************************/

footer {
	justify-content: space-between;
	align-items: center;
	padding: 600px 20px 15px 20px;
}
footer dl {
	display: table;
}
footer dt {
	padding: 10px 30px;
	font-size: 1.4rem;
	color: #fff;
	display: table-cell;
	border: #fff 1px solid;
	vertical-align: middle;
}
footer dd:nth-child(1) {
	padding-left: 0;
	font-size: 1.4rem;
	color: #fff;
/*	display: table-cell;*/
}
footer dd:nth-child(2) {
	padding-left: 30px;
	font-size: 1.4rem;
	color: #fff;
/*	display: table-cell;*/
}

.footer_wrap {
/*	width: 1200px;*/
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	text-align: left;
/*	padding: 40px 20px 96px 20px;*/
	align-items: center;
	top: 198%;

}
.footer_wrap img{
	margin-right:195px;
}

.sp_br {
  display: none;
}
.address a{
	color: #fff;
}

/*******************************/
@media screen and (max-width:768px) {
footer {
	display: block;
	padding: 15px 20px 15px 20px;
		}
footer dl {
	display: block;
}
footer dl:nth-child(1) img{
	display: block;
	height: 85px;
	margin: 20px auto 83px auto;
}
footer dt {
	margin: 20px 0px;
	padding: 12px 20px 12px;
	font-size: 1.5rem;
	display: block;
	border: none;
	border: #fff 1px solid;
	width: 100%;
	text-align: center;
}
footer dd #container {
	width: 100%;
}
footer dd:nth-child(2) {
	padding-left: 0;
}

.footer_wrap {
	display: block;
	width: 100%;
	justify-content: center;
	padding: 0 40px;
}
.sp_br {
    display: block;
  }
}
/*******************************/
#copy {
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 1.5rem;
}
@media screen and (max-width:768px) {
#copy {
	margin-top: 255px;
	text-align: center;
	padding-bottom: 1.5rem;
}
}
/*******************************/
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 20px;
	z-index: 999;
    transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	border: 1px solid #fff;
	background: rgb(0 17 45 / 60%);
	cursor: pointer;
}

#pagetop span{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(-45deg);
	position: relative;
	top: 5px;
}

#pagetop:hover {
    opacity: 0.7;
}
/*******************************/
@media screen and (max-width:768px){
	
	#pagetop {
	position: fixed;
	bottom: -70px;
	right: 18px;
	z-index: 999;
    transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	cursor: pointer;
}
	
	#pagetop span{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(-45deg);
	position: relative;
	top: 3px;
}
	
	
}
@media screen and (max-width:768px) {
#bnr {
	margin: 20px;
}
#lang_btn_pc {
	display: none;
}
#lang_btn_sp {
	position: relative;
	z-index: 9998;
	display: block;
}
#lang_btn_sp li:first-child {
	margin-bottom: 0;
}
#lang_btn_sp li a {
	padding: 3px;
	font-size: 1.3rem;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	color: #fff;
	border: #fff 1px solid;
}
#lang_btn_sp li:nth-child(1) a {
	display: none;
}
#lang_btn_sp li:nth-child(2) a {
	display: block;
}
#lang_btn_sp li span.no_link {
	padding: 3px;
	font-size: 1.3rem;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	color: #888;
	border: #888 1px solid;
}
}
/*******************************/
@media only screen and (max-width : 768px) {
#menu_btn {
	top: 29px;
	right: 10px;
	transition: .3s;
	cursor: pointer;
	position: absolute;
	z-index: 9999;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-trigger {
	width: 18px;
	height: 17px;
	position: relative;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	transition: all .2s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	width: 70%;
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}
#menu_btn.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}
#nav {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 55px 0 0;
	background: rgb(0 17 45);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 12;
	transform: translate(100%);
	transition: all .5s;
}
#nav.open {
	transform: translateZ(0);
}
#nav li {
	padding: 0;
	border-bottom: #fff 1px dotted;
}
#nav li br {
	display: none;
}
#nav li:first-child {
	border-top: #fff 1px dotted;
}
#nav li a {
	padding: 12px;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}
#nav .focus a {
	color: #1B2F5A;
	background-color: #fff;
/*	background-color: #FFF191;*/
}
#nav li:first-child a{
	padding-top:50px;
}
}
/*******************************/
@media print, screen and (min-width : 769px) {
#menu_btn, .overlay {
	display: none;
}
#nav ul {
			/*display: flex;
    flex-wrap: wrap;*/
		}
#nav li {
	border-bottom: #fff 1px solid;
}
#nav li:first-child {
	border-top: #fff 1px solid;
}
#nav li a {
	transition: .4s;
}
#nav li a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#nav li a {
	padding: 12px 10px;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}
#nav .focus a {
	background-color: rgba(255, 255, 225, 0.3);
}
}
/***** clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
		height: 1px;
		/*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
	.pc {
		display: block;
	}
	@media screen and (max-width:768px) {
	.pc {
			display: none;
		}
	}
	.sp {
		display: none;
	}
	@media screen and (max-width:768px) {
		.sp {
			display: block;
		}
	}
	/***** margin *****/
	.mt3 {
		margin-top: 3px;
	}
	.mt5 {
		margin-top: 5px;
	}
	.mt10 {
		margin-top: 10px;
	}
	.mt15 {
		margin-top: 15px;
	}
	.mt20 {
		margin-top: 20px;
	}
	.mt25 {
		margin-top: 25px;
	}
	.mt30 {
		margin-top: 30px;
	}
	.mt35 {
		margin-top: 35px;
	}
	.mt40 {
		margin-top: 40px;
	}
	.mb3 {
		margin-top: 3px;
	}
	.mb5 {
		margin-bottom: 5px;
	}
	.mb10 {
		margin-bottom: 10px;
	}
	.mb15 {
		margin-bottom: 15px;
	}
	.mb20 {
		margin-bottom: 20px;
	}
	.mb25 {
		margin-bottom: 25px;
	}
	.mb30 {
		margin-bottom: 30px;
	}
	.mb35 {
		margin-bottom: 35px;
	}
	.mb40 {
		margin-bottom: 40px;
	}
	/***** リスト *****/
	.inner .list:first-child .inner_item .list:first-child {
		margin-top: 0;
	}
	.inner .list:last-child .inner_item .list:last-child {
		margin-bottom: 0;
	}
	.list {
		margin: 15px 0;
	}
	.disc {
		margin-left: 20px;
		list-style-type: disc;
	}
	.deci {
		margin-left: 20px;
		list-style-type: decimal;
	}
	.li_mb5 li {
		margin-bottom: 5px;
	}
	.li_mb5 li:last-child {
		margin-bottom: 0;
	}
	.li_mb10 li {
		margin-bottom: 10px;
	}
	.li_mb10 li:last-child {
		margin-bottom: 0;
	}
	/***** 文字サイズ *****/
	.ft_s {
		font-size: 1.4rem;
	}
	.ft_l {
		font-size: 1.8rem;
	}
	.ft_ll {
		font-size: 2.2rem;
	}
	/***** フォント太さ *****/
	.bold {
		font-weight: bold;
	}
	.normal {
		font-weight: normal;
	}
	/***** ※ *****/
	.note {
		margin-top: 5px;
		margin-left: 1em;
		text-indent: -1em;
	}
	.note::before {
		content: "※";
	}
	.note_dl dt {
		width: 2.5em;
		float: left;
		clear: left;
	}
	.note_dl dd {
		padding-left: 2.5em;
	}
	/***** 位置 *****/
	.center {
		text-align: center;
	}
	.right {
		text-align: right;
	}
	.top {
		vertical-align: top;
	}
	/***** 色 *****/
	.red {
		color: #cc0000;
	}
	.blue {
		color: #0580c4;
	}
	.black {
		color: #000;
	}
	/***** 取り消し *****/
	.cancel {
		text-decoration: line-through;
	}
	/***** 矢印 *****/
	.arr {
		width: 7px;
		height: 7px;
		margin-right: 10px;
		border-top: 1px solid;
		border-right: 1px solid;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		display: inline-block;
		vertical-align: middle;
	}
	/***** アイコン *****/
	.icon {
		margin-right: 5px;
		padding-right: 22px;
	}
	@media screen and (max-width:768px) {
		.icon {
			padding-right: 20px;
		}
	}
	.win_icon {
		padding-right: 18px;
		background: url(../images/win_icon.svg) 100% 50% no-repeat;
		background-size: 13px 11px;
	}
	.pdf_icon {
		background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
		background-size: 15px 15px;
	}
	@media screen and (max-width:768px) {
		.pdf_icon {
			background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
			background-size: 13px;
		}
	}
	.xls_icon {
		background: url(../images/xls_icon.svg) 100% 50% no-repeat;
		background-size: 15px 15px;
	}
	@media screen and (max-width:768px) {
		.xls_icon {
			background: url(../images/xls_icon.svg) 100% 50% no-repeat;
			background-size: 13px;
		}
	}
	.doc_icon {
		background: url(../images/doc_icon.svg) 100% 50% no-repeat;
		background-size: 15px 15px;
	}
	@media screen and (max-width:768px) {
		.doc_icon {
			background: url(../images/doc_icon.svg) 100% 50% no-repeat;
			background-size: 13px;
		}
	}
	.ppt_icon {
		background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
		background-size: 15px 15px;
	}
	@media screen and (max-width:768px) {
		.ppt_icon {
			background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
			background-size: 13px;
		}
	}

/***** 色 *****/
:root {
	--bg-color: #024281;
	--blue-color:#0033A7;
	--blue-color-rgb: 0,51,167;
	--red-color:#9E000A;
	--yellow-color:#FFF191;
	--yellow-color-rgb: 255,241,145;
}

	/***** ボタン *****/ :root {
		--btn-border: #61c1be 3px solid; /*色はサイトによる*/
		--btn-color: #61c1be; /*色はサイトによる*/
		--btn-pad: 20px 0;
	}
	@media screen and (max-width:768px) {
		:root {
			--btn-pad: 10px 0;
		}
	}
	.btn {
		margin: 20px 0;
	}
	.inner .btn:first-child, .inner_item .btn:first-child {
		margin-top: 0;
	}
	.inner .btn:last-child, .inner_item .btn:last-child {
		margin-bottom: 0;
	}
	.btn a, .link_btn {
		width: 100%;
		padding: var(--btn-pad);
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background-color: var(--point-color);
		border: var(--btn-border);
		border-radius: 5px;
		transition: all 0.4s;
		display: block;
	}
	.btn_com {
		margin-top: -10px;
	}
	@media screen and (max-width:768px) {
		.btn, .link_btn {
			margin: 15px 0;
		}
		.btn a {
			padding: var(--btn-pad);
		}
	}
	.btn a:hover {
		color: #000;
		background-color: #fff;
	}
	.btn .no_link {
		padding: var(--btn-pad);
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #999;
		background-color: #f3f3f3;
		border: #ccc 3px solid;
		border-radius: 5px;
		display: block;
	}
	@media screen and (max-width:768px) {
		.btn .no_link {
			padding: var(--btn-pad);
		}
	}
	.btn1 a {
		display: block;
	}
	.btn2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	@media screen and (max-width:768px) {
		.btn2 {
			display: block;
		}
	}
	.btn2 li {
		width: 49%;
		margin-bottom: 2%;
		display: flex;
		justify-content: center;
	}
	@media screen and (max-width:768px) {
		.btn2 li {
			width: 100%;
			margin-bottom: 15px;
			display: block;
		}
	}
	.btn2 a, .btn2 .no_link {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	@media screen and (max-width:768px) {
		.btn2 a, .btn2 .no_link {
			padding: var(--btn-pad);
			display: block;
			box-sizing: border-box;
		}
	}
	.btn_s {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
	@media screen and (max-width:768px) {
		.btn_s {
			width: 100%;
		}
	}
	.btn_m {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	@media screen and (max-width:768px) {
		.btn_m {
			width: 100%;
		}
	}
	.btn_l {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	@media screen and (max-width:768px) {
		.btn_l {
			width: 100%;
		}
	}
	.btn_caption {
		margin-top: -10px;
	}
	.btn_caption2 {
		margin-top: -15px;
	}
	@media screen and (max-width:768px) {
		.btn_caption {
			margin-top: 0;
		}
		.btn_caption2 {
			margin-top: 0;
		}
	}


	/***** 印刷用 *****/
	@media print {
		main > div {
			display: block;
		}
		main > div::after {
			content: "";
			clear: both;
			display: block;
		}
		#wrap_r {
			float: right;
		}
		#wrap_l {
			float: left;
		}
		#pagetop {
			display: none;
		}
	}