@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");

/*------------------------------
	全体設定
-----------------------------*/
*,*::before,*::after{
	box-sizing:border-box;
}
html{
	font-size:100%;
}
body{
	margin:0;
	font-family:"Noto Sans JP", meiryo, sans-serif;
	font-size:1em;
	font-weight:300;
	color:rgb(60,60,60);
	line-height:1.85;
	word-break:break-all;
	-webkit-text-size-adjust:100%;
}
.background{
	background: linear-gradient(rgb(230, 237, 255) 0%, rgb(255, 255, 255) 100%);
}
.clearfix::after{
	content:"";
	display:table;
	clear:both;
}
.main_area p{
	margin:.75em 0;
}
.ns{
	display:inline-block;
	vertical-align:top;
}
.red{
	color:rgb(240,80,70);
}
.red2{
	color:rgb(200,30,100);
}
a.link{
	color:rgb(80,120,180);
	transition:opacity .2s ease-out;
}
	a.link:hover{
		opacity:.5;
	}

/*------------------------------
	header
-----------------------------*/
.main_header{
	width:100%;
	z-index:1000;
}
.main_header .main_visual{
	width:1200px;
	height: 800px;
	margin: auto;
	background:url(../img/home_illust_01.png) center top no-repeat;
}
.main_header .other_pages{
	width:1200px;
	height: 170px;
	margin: auto;
	background-color:rgb(3, 49, 98);;
}
.main_header h1{
	margin: auto;
	padding:30px 20px;
	width:100%;
	max-width:1000px;
	line-height:0;
	text-align:center;
}
.main_header h1 a{
	display:inline-block;
	transition:opacity .2s ease-out;
	vertical-align:bottom;
	-webkit-transition:opacity .2s ease-out;
	transition:opacity .2s ease-out;
}
.main_header h1 a:hover{
	opacity:.5;
}
.main_header h1 a img{
	vertical-align:bottom;
}
.main_header nav.main{
	margin: auto;
	width:1200px;
	background:rgb(0, 9, 38);
}
.main_header nav.main #sp_menu_button{
	display:none;
}

.main_header nav.main ul.page{
	position:relative;
	display:flex;
	justify-content:center;
	width:1000px;
	margin:0 auto;
	padding:1px 0;
	z-index:60;
	text-align:center;
}
.main_header nav.main ul.page li{
	display:flex;
	list-style:none;
}
.main_header nav.main ul.page li a{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	padding:.7em 2.2em;
	width:100%;
	font-size:1rem;
	color:rgb(255,255,255);
	line-height:1.4;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background,color;
}
/*---- hover ----*/
.main_header nav.main ul.page li a:hover,
.main_header nav.main ul.page li.current a{
	background-color:rgb(255,255,255);
	background-position:1px 1px;
	color:rgb(39,82,149);
}

/*------------------------------
	main_area
-----------------------------*/
.main_area{
	width: 1200px;
	margin: 0 auto;
	display:block;
 	background: rgb(255,255,255);
}

/*------------------------------
	footer
-----------------------------*/
footer{
	position:relative;
	margin:0 auto;
	width:100%;
	background:rgb(255,255,255);
	box-shadow:0 0 5px rgba(0,0,0,.3);
	line-height:1.6;
	text-align:center;
}
footer a{
	color:rgb(230,80,60);
	transition:opacity .2s ease-out;
	word-break:break-all;
}
	footer a:hover{
		opacity:.5;
	}
footer > .inner{
	padding:20px 0;
}
footer address{
	display:inline-block;
	box-sizing:border-box;
	padding:15px 20px 10px;
	font-style:normal;
	text-align:left;
	vertical-align:top;
	text-align:center;
}
footer address .role{
	margin:0;
	padding-bottom:.3em;
	border-bottom:solid 1px rgb(180,180,180);
	font-size:1.1rem;
	font-weight:700;
	color: rgb(7, 30, 137);
}
footer address .name{
	margin:.3em 0;
	font-size:1rem;
	font-weight:700;
	line-height:1.4;
}
footer address .info + .name{
	margin-top:.8em;
}
footer address .info{
	margin:0;
	font-size:.875rem;
}
footer address .logo{
	float:left;
	margin-top:1.0rem;
	width:56px;
}
footer address .logo + .name,
footer address .logo ~ .info{
	margin-left:62px;
}
footer .copyright{
	margin:0;
	padding:1.2em 1em;
	background:rgb(3, 49, 98);
	font-size:0.812rem;
	color:rgb(255,255,255);
	line-height:1.4;
	text-align:center;
}


/*------------------------------
	共通設定
-----------------------------*/

.generic_styles section{
	margin-top:-150px;
	padding-top:150px;
}
.generic_styles .content_area{
	margin-right:auto;
	margin-left:auto;
	padding-top:5px;
	padding-right:50px;
	padding-left:50px;
	padding-bottom:10px;
	max-width:1100px;
	min-height:65vh;
}
.generic_styles p{
	margin:.8em 0;
}
.generic_styles .note{
	margin:.6em 0;
	padding-left:1em;
	font-size:.933em;
	text-indent:-1em;
}
.generic_styles span.note{
	display:block;
}

/*--見出し系--*/
.generic_styles h2{
	display: flex;
	margin:0 0 30px;
	border-bottom:solid 1px rgb(39,82,149);
	font-size:2rem;
	font-weight:700;
	color:rgb(39,82,149);
	line-height:1.4;
	letter-spacing:0.05em;
}
.generic_styles h2 > .inner{
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto;
	padding:0 25px;
	min-height:130px;
	max-width:1000px;
	width:100%;
}

/*--親ページのタイトルをh2に含む場合はこれを使用--*/
.generic_styles h2 .pptitle{
	width:100%;
	margin-bottom:.1em;
	padding-bottom:.1em;
	border-bottom:solid 1px rgb(255,255,255);
	font-size:.8em;
}
.generic_styles h3{
	margin:2em 0 .4em;
	padding:.2em .5em .3em;
	border-bottom:dotted 1px rgb(180,180,180);
	border-left:solid 3px rgb(60,120,160);
	font-size:1.375rem;
	font-weight:500;
	color:rgb(80,140,170);
	line-height:1.3;
	letter-spacing:.03em;
}
.generic_styles h4{
	position:relative;
	margin:1.5em 0 .4em;
	padding-bottom:.5em;
	padding-left:1.1em;
	border-bottom:solid 1px rgb(200,200,200);
	font-size:1.25rem;
	line-height:1.4;
}

.generic_styles h4::before{
	content:"";
	position:absolute;
	top:.5em;
	left:.1em;
	display:inline-block;
	margin-right:8px;
	margin-left:3px;
	width:10px;
	height:10px;
	border:solid 2px rgb(40,85,200);
	border-radius:5px;
}
.generic_styles h5{
	position:relative;
	margin:1.5em 0 .4em;
	padding-bottom:.4em;
	border-bottom:dotted 1px rgb(200,200,200);
	font-size:1.125rem;
	color:rgb(60,100,120);
	line-height:1.4;
}
.generic_styles h6{
	position:relative;
	margin:1.5em 0 .4em;
	font-size:1rem;
	color:rgb(200,80,30);
	line-height:1.4;
}
.generic_styles .sub_h01{
	margin:1.5em 0 .4em;
	padding-bottom:.5em;
	border-bottom:solid 2px rgb(200,200,200);
	font-size:1.333rem;
	color:rgb(60,160,120);
	font-weight:700;
	line-height:1.4;
	text-align:center;
}
.generic_styles .sub_h02{
	margin:1.5em 0 .4em;
	font-size:1.133rem;
	color:rgb(60,130,120);
	font-weight:500;
	line-height:1.4;
}
.generic_styles h2 + section > h3:first-child,
.generic_styles h2 + .content_area > section:first-child > h3:first-child,
.generic_styles h2 + .content_area > nav + section > h3:first-child,
.generic_styles h3 + section > h4:first-child,
.generic_styles h4 + section > h5:first-child,
.generic_styles h5 + section > h6:first-child{
	margin-top:.7em;
}
.generic_styles .anchor_title{
	margin:60px 0 20px;
	padding-top:50px;
	border-top:dotted 1px rgb(21,80,183);
	font-size:1.866rem;
	font-weight:500;
	color:rgb(21,80,183);
	line-height:1.4;
	text-align:center;
}


/*--飾り付きテキストボックス--*/
.generic_styles .deco_box01{
	margin:2em 0;
	padding:.3em 1em;
	background:rgb(255,255,255);
	border:solid 1px rgba(140,70,80,.65);
	border-radius:4px;
}
.generic_styles .deco_box02{
	margin:2em 0;
	padding:.3em 1em;
	background:rgb(255,255,255);
	border:dotted 1px rgb(80,160,120);
	border-radius:4px;
}

/*--画像配置--*/
.generic_styles .img_box_fl{
	margin:.5rem 0;
	margin-right:2rem;
	width:45.834%;
	float:left;
}
.generic_styles .img_box_fr{
	margin:.5rem 0;
	margin-left:2rem;
	width:45.834%;
	float:right;
}
.generic_styles .img_box_fl img,
.generic_styles .img_box_fr img{
	width:100%;
	vertical-align:bottom;
}
.generic_styles .img_box{
	position:relative;
	margin:1.5em auto;
	z-index:10;
}
.generic_styles .img_box.w900{
	max-width:900px;
}
.generic_styles .img_box.w800{
	max-width:800px;
}
.generic_styles .img_box img{
	position:relative;
	width:100%;
	vertical-align:bottom;
}
.generic_styles .img_box02{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:.8em auto;
	text-align:center;
	max-width:1080px;
}
.generic_styles .img_box02 p{
	position:relative;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0.5em 0;
	padding:0.6em 0.8em;
	width:49%;
}
.generic_styles .img_box02 p img{
	width:100%;
}
.generic_styles .img_box02 p.w3{
	width:32%;
}
.generic_styles .img_box03{
	position:relative;
	margin:0;
	padding-left:1.5em;
	max-width:400px;
	width:100%;
	background:rgb(255,255,255);
	float:right;
	z-index:10;
}
.generic_styles .img_box03 img{
	width:100%;
	line-height:0;
	vertical-align:bottom;
}


/*--リスト--*/
.generic_styles ul.type01,
.generic_styles ol.type01{
	margin:1em 0;
}
.generic_styles ul.type01 > li,
.generic_styles ol.type01 > li{
	margin:.2em 0;
}
.generic_styles ol.type02{
	margin:.6em 0;
	padding-left:3em;
	list-style:none;
	counter-reset:paren;
}
.generic_styles ol.type02 > li{
	position:relative;
	margin:.5em 0;
}
.generic_styles ol.type02 > li:before{
	position:absolute;
	left:-2em;
	counter-increment:paren;
	content:"("counter(paren)")";
	font-weight:500;
}
.generic_styles ol.type03{
	margin:.6em 0;
	counter-reset:circle;
	list-style:none;
}
.generic_styles ol.type03 > li{
	margin:.5em 0;
}
.generic_styles ol.type03 > li:before{
	counter-increment:circle;
	content:counter(circle);
	display:inline-block;
	margin:0 .6em 0 -2em;
	padding-top:.25em;
	width:1.4em;
	height:1.4em;
	border:solid 1px rgb(60,60,60);
	border-radius:.7em;
	font-size:.7rem;
	line-height:.7em;
	text-align:center;
	vertical-align:20%;
	letter-spacing:-0.05em;
	text-indent:-0.05em;
}
.generic_styles ol.type04{
	margin:.6em 0;
	padding-left:3em;
	list-style:none;
	counter-reset:roman_numerals;
}
.generic_styles ol.type04 > li{
	position:relative;
	margin:.5em 0;
}
.generic_styles ol.type04 > li:before{
	position:absolute;
	left:-2em;
	counter-increment:roman_numerals;
	content:"("counter(roman_numerals,lower-roman)")";
	font-weight:500;
}
.generic_styles ol.type05{
	margin:.6em 0;
	padding-left:3em;
	list-style:none;
	counter-reset:r_paren;
}
.generic_styles ol.type05 > li{
	position:relative;
	margin:.5em 0;
}
.generic_styles ol.type05 > li:before{
	position:absolute;
	left:-2em;
	counter-increment:r_paren;
	content:counter(r_paren)")";
	font-weight:500;
}

/*--テーブル--*/
.generic_styles table.type01{
	margin:auto;
	width:100%;
	border-collapse:collapse;
	line-height:1.5;
	text-align:left;
	table-layout:fixed;
}
.generic_styles table.type01 th,
.generic_styles table.type01 td{
	padding:.7em .8em;
	border-top:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
}
.generic_styles table.type01 th + *,
.generic_styles table.type01 td + *{
	border-left:dotted 1px rgb(200,200,200);f
}
.generic_styles table.type01 th{
	background:rgb(230, 237, 255);
	font-weight:500;
	text-align:center;
}
.generic_styles table.type01 td{
	background:rgb(255,255,255);
}
.generic_styles .table_note{
	margin-top:.3em;
	font-weight:700;
}

/*--定義リスト--*/
.generic_styles dl.type01{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:1rem 0;
	border-top:solid 0px rgb(200,200,200);
}
.generic_styles dl.type01 dt,
.generic_styles dl.type01 dd{
	padding:.3em .4em;
	border-bottom:solid 0px rgb(200,200,200);
}
.generic_styles dl.type01 dt{
	margin:0;
	width:160px;
	font-weight:700;
}
.generic_styles dl.type01 dd{
	margin:0;
	width:calc(100% - 160px);
}
.generic_styles dl.type01.w60 dt{
	margin:0;
	width:60px;
	font-weight:700;
}
.generic_styles dl.type01.w60 dd{
	margin:0;
	width:calc(100% - 60px);
}
.generic_styles dl.type01.w80 dt{
	margin:0;
	width:80px;
	font-weight:700;
}
.generic_styles dl.type01.w80 dd{
	margin:0;
	width:calc(100% - 80px);
}
.generic_styles dl.type01.w100 dt{
	margin:0;
	width:100px;
	font-weight:700;
}
.generic_styles dl.type01.w100 dd{
	margin:0;
	width:calc(100% - 100px);
}
.generic_styles dl.type01.w110 dt{
	margin:0;
	width:110px;
	font-weight:700;
}
.generic_styles dl.type01.w110 dd{
	margin:0;
	width:calc(100% - 110px);
}
.generic_styles dl.type01.w120 dt{
	margin:0;
	width:120px;
	font-weight:700;
}
.generic_styles dl.type01.w120 dd{
	margin:0;
	width:calc(100% - 50px);
}

/*
.generic_styles dl.type01 dt::before{
	content:"";
	display:inline-block;
	margin-right:8px;
	width:7px;
	height:7px;
	border-radius:3.5px;
	background:rgb(85,128,180);
	vertical-align:10%;
}
*/
.generic_styles dl.name_affi{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:.7em 0;
}
.generic_styles dl.name_affi dt,
.generic_styles dl.name_affi dd{
	padding:.6em .5em;
	border-bottom:dotted 1px rgb(200,200,200);
}
.generic_styles dl.name_affi dt{
	margin:0;
	width:8rem;
	font-weight:700;
}
.generic_styles dl.name_affi dd{
	margin:0;
	width:calc(100% - 8rem);
}

.generic_styles dl.type01 dt.one-line {
    display: block;
    width: 100%;
}

/*--アコーディオン--*/
.generic_styles .oc_box{
	margin:2em 0;
	box-shadow:0 0 6px rgba(0,0,0,.2);
}
.generic_styles .oc_box .oc_button{
	display:none;
}
.generic_styles .oc_box .oc_button + label{
	position:relative;
	display:block;
	margin-top:1em;
	padding:0.5em .8em .5em 3em;
	background:rgb(255,255,255);
	border:solid 1px rgba(21,80,183,.5);
	border-radius:4px 4px 0 0;
	font-size:1.125rem;
	font-weight:700;
	color:rgb(21,80,183);
	line-height:1.5;
	transition:.2s ease-out;
	transition-property:background,color;
}
.generic_styles .oc_box .oc_button + label::after{
	position:absolute;
	top:calc(50% - 9px);
	left:0;
	content:"▼";
	display:inline-block;
	margin-left:1em;
	padding:.3em .3em;
	background:rgb(247,117,67);
	border-radius:10px;
	box-shadow:0 0 6px rgba(0,0,0,.2);
	font-size:.8rem;
	color:rgb(255,255,255);
	line-height:1;
	text-align:center;
}
.generic_styles .oc_box .oc_button:checked + label,
.generic_styles .oc_box .oc_button + label:hover{
	background:rgb(21,80,183);
	color:rgb(255,255,255);
}
.generic_styles .oc_box .oc_button:checked + label::after{
	content:"×";
}
.generic_styles .oc_box > .text_area{
	height:0;
	padding:0 20px;
	font-size:.933rem;
	line-height:1.8;
	overflow:hidden;
	opacity:0;
	transition:.3s ease-out;
	transition-property:padding-top,padding-bottom,opacity;
}
.generic_styles .oc_box .oc_button:checked + label + .text_area{
	height:auto;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:rgba(21,80,183,.5);
	border-radius:0 0 5px 5px;
	padding-top:1.3em;
	padding-bottom:1.5em;
	opacity:1;
}
.generic_styles .oc_box > .text_area > section > h3:first-child{
	margin-top:0;
	font-size:2rem;
}
.generic_styles .oc_box > .text_area > p{
	margin:.5em 0;
}

/*---------- button box ----------*/
.generic_styles .button_box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:2em auto;
	padding:0;
	text-align:center;
	max-width:1080px;
	list-style:none;
}
.generic_styles .button_box.sp_around{
	justify-content:space-around;
}
.generic_styles .button_box li{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	flex-wrap:wrap;
	margin:0.5em 0;
	width:100%;
}
.generic_styles .button_box li a{
	position:relative;
	display: flex;
	justify-content:center;
	padding:0.6em 1.5em .6em 1.2em;
	width:100%;
	background:rgb(65,165,110);
	border:solid 1px rgb(65,165,110);
	box-shadow:0 1px 4px rgba(0,0,0,.3);
	font-weight:500;
	color:rgb(255,255,255);
	text-decoration:none;
	transition:.2s ease-out;
	transition-opacity:background,color;
}
.generic_styles .button_box a::after{
	position:absolute;
	top:calc(50% - .3em);
	right:4px;
	content:"";
	display:block;
	width:.6em;
	height:.6em;
	border-style:solid;
	border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(255,230,140,1);
	border-width:.3em .2em .3em .4em;
	vertical-align:10%;
	transition:.2s ease-out;
	transition-opacity:right,border;
}
	.generic_styles .button_box a:hover{
		background:rgb(255,255,255);
		color:rgb(65,165,110);
	}
	.generic_styles .button_box a:hover::after{
		right:0;
		border-left-color:rgb(65,165,110);
	}

.generic_styles .button_box li.w3{
	width:32%;
}
.generic_styles .button_box li.w2{
	width:43%;
}
.generic_styles .button_box li.according{
	width:auto;
}
.generic_styles .button_box li.according a{
	padding:0.6em 2.5em .6em 2.2em;
}
.generic_styles .button_box.m_large{
	margin-top:4rem;
}
.generic_styles .button_box li.disabled a{
	pointer-events:none;
	cursor:default;
	background:rgb(200,200,200);
	border-color:rgb(200,200,200);
}

/*--準備中--*/
.generic_styles .underconstruction{
	margin:120px auto 0;
	padding:0 0 .6em;
	max-width:400px;
	width:80%;
	background:rgb(255,255,255);
	border-bottom:solid 1px rgb(180,180,190);
	font-size:1.5rem;
	text-align:center;
}
/*ta4設定*/
.ta4 {
	table-layout: fixed;
	width: 80%;
	margin: 0 auto 0px;
	background: #fff;	/*背景色*/
	color: #000000;		/*文字色*/
}
.ta4, .ta4 td, .ta4 th {
	word-break: break-all;
	border: 1px solid #000000;	/*テーブルの枠線の幅、線種、色*/
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta4 th {
	text-align: center;	/*センタリング*/
	background-color:rgb(230, 237, 255);
	font-color:#fff;
}
/*labelタグ*/
.ta4 label {
	display: inline-block;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta4 td label {
	float: left;
	display: inline-block;
	margin-right: 5px;
}
.ta4 td .specialbox img {
	vertical-align: middle;
}
.ta4 td .specialtext {
	float: left;
	width: 45%;
}

.abstract_box{
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: left; 
	padding:0 0.2em;
	text-align:center;
}

.abstract_box a{
	box-sizing:border-box;
	display:block;
	margin:0.2em 0 0.2em 0.2em;
	padding:0.5em;
	width:100%;
	background:#090966;
	border:solid 1px #090966;
	border-radius:2px;
	box-shadow:0 0 3px rgba(0,0,0,.3);
	color:rgb(255,255,255)!important;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background,color;
}

.abstract_box a::after{
	content: " ▶";
}

.abstract_box a:hover{
	background:rgb(160,194,229);
	color:#FFF!important;
}

.backtotop{
	position:fixed;
	right:25px;
	bottom:45px;
	display:inline-block;
	margin:0;
	background:linear-gradient(to right bottom, rgba(35, 37, 132,0), rgba(35, 37, 132,.65));
	z-index:1000;
	vertical-align:bottom;
}
.backtotop a{
	box-sizing:border-box;
	display:inline-block;
	margin:0;
	padding:.5em .6em;
	background:rgba(35, 37, 132,.65);
	box-shadow:0 1px 5px rgba(0,0,0,.3);
	color:rgb(255,255,255);
	font-weight:500;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background,box-shadow,color;
}
	.backtotop a:hover{
		background:rgb(255,255,255);
		color:rgb(237, 142, 0);
		box-shadow:0 1px 5px rgba(0,0,0,.3) inset;
	}
