@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v7.1.0/css/all.css');

/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 * 5.0 - Navi
 * 6.0 - Main
 * 7.0 - Footer
 * 8.0 - Single Page
 * 9.0 - Option
 */

/*----------------------------------------------------
	1.0 - Normalize
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border:0; font-family:inherit; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; vertical-align:baseline;}
:focus {outline:0;}
ol, ul {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
caption, th, td {font-weight:normal; text-align:left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display:block;}
/*Border*/
*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------*/
html {
	background: #fff;
	font-size: 62.5%; /* base-font-size:10px */
}
body {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0;
	color: #232931;
	overflow-x: hidden;
}
@media(max-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}
a {
	color: #ce9936;
}
a:hover {
	color: #00a3ff;
	text-decoration-color: transparent;
}
*tel-setting*/
a[href*="tel:"] {
	pointer-events: none;
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
    position: relative;
    position: fixed;
    background: #fff;
    width: 100%;
	margin: 0 auto;
    padding: 0 0 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
	line-height: 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    /* overflow: hidden; */ /* Safari NG */
	z-index: 2;
}
header.preparation {
	box-shadow: none;
}
header .head_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 2em;
}
header .head_inner nav {
	order: 3;
}
@media(max-width:999px){
	header .head_inner {
	margin: 0 60px 0 0;
}
}
@media(min-width:1000px){
	.index header .head_inner nav {
	display: none;
}
}

header .head_inner h1 {
	order: 1;
}
header .head_inner h1 img {
    width: 100%;
    max-width: 103px;
    height: auto;
	padding: 0.1175em 0;
}
header .head_inner .head_box {
	display: flex;
	column-gap: 1.5em;
	align-items: center;
	order: 2;
}
@media (max-width: 999px){
  header .head_inner .head_box {
    display: none;
    text-align: left;
  }
  body.sp_headbox_inmenu .dropmenu > li.headbox_slot {
    border-bottom: none;
    padding: 40px 0 16px;
  }
  body.sp_headbox_inmenu .dropmenu > li.headbox_slot .head_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
    align-items: center;
    gap: 12px 16px;
  }
  /* 1行目：search（単独行） */
  body.sp_headbox_inmenu .dropmenu > li.headbox_slot .head_box .search {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  body.sp_headbox_inmenu .dropmenu > li.headbox_slot .head_box .lang_btn {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
  }
  body.sp_headbox_inmenu .dropmenu > li.headbox_slot .head_box .x,
  body.sp_headbox_inmenu .dropmenu > li.headbox_slot .head_box .instagram {
    order: 3;
    flex: 0 0 auto;
  }
  body.sp_headbox_inmenu .dropmenu > li.headbox_slot .head_box .lang_btn a {
    display: inline-flex;
  }
}
header .head_inner .head_box .x img, 
header .head_inner .head_box .instagram img{
	margin: 0.3em 0.3em 0;
}
header .head_inner .head_box .search {
	border-bottom: 1px solid #000080;
	width:290px;
	margin-bottom: 0.3em;
}
header .head_inner .head_box .lang_btn {
}
header .lang_btn:hover {
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
header .lang_btn a {
	position: relative;
    text-decoration: none;
	background-color: #000080;
    color: #fff;
	padding: 0.55em 1.5em 0.55em 3em;
	line-height: 1.9;
}
header .lang_btn a:before {
    content: "";
	position: absolute;
	background-image: url("../img/common/icon_lang.png");
	background-size:100%;
	width:16px;
	height: 16px;
	top:50%;
	transform: translateY(-50%);
	left: 20px;
}
/* Googleサイト内検索：縦位置ブレ/切れ対策 */
header .head_inner .head_box,
header .head_inner .head_box .search{
  line-height: 1.4;
}
header .head_inner .head_box .search table.gsc-search-box,
header .head_inner .head_box .search td.gsc-input{
  vertical-align: middle !important;
}
header .head_inner .head_box .search .gsc-input-box{
  height: 34px;
  display: flex !important;
  align-items: center !important;
  border: none !important;        
  box-shadow: none !important;
}
header .head_inner .head_box .search input.gsc-input{
  height: 34px !important;
  line-height: 34px !important;
  padding: 0 6px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
header .head_inner .head_box .search td.gsc-search-button{
  vertical-align: middle !important;
}
header .head_inner .head_box .search button.gsc-search-button-v2{
  margin: 0 !important;
}
@media(max-width: 999px) {
    header {
        background: #fff;
        width: 100%;
        height: 60px;
        box-shadow: none;
        z-index: 2;
    }
    header h1 {
        display: flex;
        align-items: center;
        height: 60px;
        padding-right: 60px;
		padding-left: 0.3em;
    }
	header .head_inner h1 img {
    width: 100%;
    /*max-width: 372px;*/
	max-height: 60px;
    height: auto;
	padding: 0;
}
   /* header h1 img[src*="_pc"] {
        display: none;
    }*/
}

/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
#contents {
	width: 100%;
	margin: 0 auto;
	padding: 140px 0 0;
    line-height: 0;
	z-index: 0;
}
body.index #contents {
	padding: 90px 0 0;
}
@media (max-width: 999px) {
 #contents {
		padding-top: 60px;
    }
body.index #contents {
	padding: 60px 0 0;
}
}
body.index .inner{
    max-width: 1600px;
	width:100%;
    margin: 0 auto;
    text-align: left;
}
.inner{
    max-width: 1600px;
	width:94%;
    margin: 0 auto;
    text-align: left;
}
@media (max-width: 999px) {
    body.inner {
        width:98%;
    }
}
@media (max-width: 480px) {
	.inner {
        width:96%;
    }
}
/*coming soon*/
.box_coming {
    max-width: 40em;
    color: #999;
    display: flex;
    flex-direction: column;
    margin: 4em auto 0;
    padding: 4em 1em;
    line-height: 1.6;
    border: 3px double#ccc;
   border-radius: 20px;
    text-align: center;
	position: relative;
}
.box_coming p:first-of-type {
    font-size: 2em;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
    position: relative;
	font-weight: 500;
}

.box_coming.en {
    margin: 8em auto 0;
}
.box_coming.en p{
    letter-spacing: 0.1em;
}
/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Hamburger */
@media(min-width: 1000px) {
    .hamburger {
        display: none;
    }
}
@media(max-width: 999px) {
    .hamburger {
        position: fixed;
        display: flex;
        justify-content: center;
        background: #002f7b;
        right : 0;
        top   : 0;
        width : 60px;
        height: 60px;
        line-height: 1.75;
        text-align: center;
        cursor: pointer;
        z-index : 1;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 15px;
        background : #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }
    .hamburger.active span:nth-child(1) {
        top : 16px;
        left: 15px;
        background :#fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background :#fff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
    .hamburger p {
        position: absolute;
        top: 32px;
        color :#fff;
        font-size: 1.2rem;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger.active p {
        color :#fff;
    }
}

/* Menu */
@media(min-width: 1000px){
    nav {
		/*display: flex;
		justify-content: center;*/
        background: #fff;
        width: 100%;
        height: 50px;
        z-index: 1;
    }
    .dropmenu {
		display: flex;
		margin: 0 auto;
		position: relative;
		max-width: 1200px;
		width:100%;
		justify-content: space-around;
    }
    .dropmenu li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #fff;
		flex: 0 0 auto;
        color: #000;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.0;
        transition: all 0.3s;
		position: relative;
    }

    .dropmenu li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
        color: #232931;
        text-decoration: none;
		height: 50px;
		/*padding: 0 1.35em;*/
		white-space: nowrap;
    }
	@media(min-width:1000px) and (max-width:1180px){
		.dropmenu li {
        font-size: 1.5rem;
    }
	}
  .dropmenu li a:hover {
        color: #00a3ff;
    }
    .dropmenu li.on a {
        color: #00a3ff;
    }
	.dropmenu li.off a {
		color: #232931;
		cursor: inherit;
	}
	/*submenu*/
    .dropmenu li ul {
		background-color: #F3FBFF;
		background-color: #EBF8FF;
		border-radius: 0 0 4px 4px;
        position: absolute;
		top:100%;
		left: 50%;
		transform: translateX(-50%);
		min-width:350px;
		display:block;
		justify-content: space-between;
		flex-wrap: wrap;
		overflow: hidden;
		white-space: nowrap;
		height: 0;
		padding: 0; 
		pointer-events: none;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		transition: height 0.3s ease, opacity 0.2s ease, visibility 0s linear 0.3s;
    }

@media(min-width: 1000px){
  .mv_menu .dropmenu > li {
	  position: relative; 
	}
  .mv_menu .dropmenu > li:hover::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.2em;
    background: transparent;
    pointer-events: auto;
  }
}
    .dropmenu li ul li {
        background: #EBF8FF;
		width: 100%;
        height: 0;
        font-size: 1.4rem;
        overflow: hidden;
        transition-duration: 0.3s;
    }
    .dropmenu li ul li.nowrap,
    .dropmenu li ul li ul li.nowrap {
        white-space: nowrap;
    }
	.dropmenu li > ul {
    height: 0;
    padding: 0 1.5em 1em;
		padding: 0;
		pointer-events: none;
    opacity: 0;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.2s ease;
}
	.dropmenu li:hover > ul {
        height: auto;
		opacity: 1;
		pointer-events: auto;
		z-index: 999;
		/*margin-top: -16px;
  		padding-top: calc(1em + 16px);*/
		margin-top: 0;
		padding: 1em 1.5em 1.6em;
		visibility: visible;
		box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);

    /* ★ 表示時は遅延なし */
    transition: height 0.3s ease, opacity 0.2s ease, visibility 0s;
}
	.mv_menu .dropmenu li:hover > ul {
		margin-top: 0.2em;
}

	.dropmenu li > ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16px; 
    height: 16px;
    background: transparent;
    pointer-events: auto;
  }
    .dropmenu li:hover > ul > li {
		position: relative;
        height: 44px;
        overflow: visible;
		border-bottom: 1px solid #e9eaee;
    }
	 .dropmenu li:hover > ul > li a{
		width:100%;
    }
	.dropmenu li:hover > ul > li:first-of-type a,
	.dropmenu li:hover > ul > li:nth-of-type(2) a{
		padding: 1em 0;
    }
	.dropmenu li:hover > ul > li a {
		color: #232931;
    }
	.dropmenu li:hover > ul > li a:hover,
	.dropmenu li:hover > ul > li.on a {
		color: #00a3ff;
    }
	.dropmenu li:hover > ul > li.off a:hover {
		color: #232931;
    }
	/*arrow*/
	.dropmenu li:hover > ul > li a:after {
        content: "\f054";
		position: absolute;
		color: #B0B0C8;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 0.93em;
		top:50%;
		transform: translateY(-50%);
		right: 15px;
    }
	.dropmenu li:hover > ul > li a:hover:after,
	.dropmenu li:hover > ul > li.on a:after {
		color: #00a3ff;
    }
	.dropmenu li:hover > ul > li.off a:hover:after {
        color: #B0B0C8;
        cursor: default;
    }
}
.dropmenu > li:has(> ul:hover) > a {
    color: #00a3ff; 
  }
@media(max-width: 999px) {
    nav {
        background: none;
        height: auto;
    }
    .dropmenu {
        position: fixed;
		top: 60px;
		left:0;
        display: none;
        background-color: rgba(255,255,255,1);
        width: 100%;
        height: calc(100vh - 60px) ;
        color: #fff;
		padding: 1em;
        z-index: 200;
		overflow-y: auto;
    }
    .dropmenu > li {
        position: relative;
        display: block;
        text-align: left;
        border-bottom: 1px solid #444;
        transition: .3s all;
    }
	.dropmenu > li > ul{
       padding: 0.5em 0;
		border-top: 1px dotted rgba(0, 0, 0, 0.5);
    }
    .dropmenu > li > ul li {
        /*border-top: 1px solid #444;*/
    }
    .dropmenu > li a {
        display: block;
        padding: 1.5em 0 1.5em 0.4em;
        color: #232931;
        text-decoration: none;
        transition: color .3s, text-decoration .3s;
    }
	.dropmenu > li.headbox_slot .head_box .x a,
	.dropmenu > li.headbox_slot .head_box .instagram a {
		padding: 0;
	}
	.dropmenu > li.headbox_slot .head_box .lang_btn a {
		color: #fff;
		padding: 0.3em 1.5em 0.3em 3em;
		margin-top: 0.5em;
	}
	 .dropmenu li a > .fa-solid.fa-angle-down{
		 display: none;
    }
    .dropmenu > li > ul li a {
        padding: 1em 0 1em 1.5em;
		font-size:0.96em;
		position: relative;
    }
	 .dropmenu > li > ul li a:before {
		 content: "\f054";
		 position: absolute;
		 font-family: "Font Awesome 5 Free";
		 font-weight: 900;
		 font-size: 0.93em;
		 color: #ddd;
		 left: 8px;
		 top:50%;
		 transform: translateY(-50%);
    }
    .dropmenu > li > ul li ul li a {
        padding: 1.5em 0 1.5em 0.4em;
    }
    .dropmenu ul,
    .dropmenu ul ul {
        display: none;
    }
    .dropmenu > li a:hover {
        color: #00a3ff;
    }
    .dropmenu li.on:after {
        display: none;
    }
    .dropmenu > li.off a:hover,
    .dropmenu > li ul li.off a:hover {
        color: #232931;
        cursor: default;
    }
}

/* arrow */
@media(max-width: 999px) {
    ul.dropmenu div.level01,
    ul.dropmenu div.level02 {
        position: relative;
    }
    ul.dropmenu div.level01 a,
    ul.dropmenu div.level02 a {
        display: flex;
        align-items: center;
    }
    ul.dropmenu div.level01 a:after,
    ul.dropmenu div.level02 a:after {
        content: "";
        position: absolute;
        right: 10px;
        /* top: 1.5em; */
        transition: all 0.2s ease-in-out;
        /* display: block; */
        width: 8px;
        height: 8px;
        border-top: solid 2px #999;
        border-right: solid 2px #999;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    ul.dropmenu div.level01 a:hover:after,
    ul.dropmenu div.level02 a:hover:after {
        border-top: solid 2px #00a3ff;
        border-right: solid 2px #00a3ff;
    }
    ul.dropmenu div.level01.open a:after,
    ul.dropmenu div.level02.openAcd a:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        /* top: 1.75em; */
    }
}

/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#contents h1 {
    position: relative;
	background-color: #002f7b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    margin: 0 auto;
	/*padding: 2em 0;*/
    color: #fff;
    font-size: 2.575em;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-shadow: 0 0 6px #000;
}
#contents h1 .h1_text {
    position: relative;
    z-index: 1; 
}
#contents h1 .h1_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: "Ephesis", cursive;
    color: #274384;
	font-size: 1.6em;
    text-shadow: none;
    z-index: 0; 
    white-space: nowrap;
    pointer-events: none;
}
@media(max-width:999px){
	#contents h1 {
		background-size: 100%;
	}
}
section {
    padding: 4em 0;
    padding: 4em 0 5%;
	line-height: 1.75;
    text-align: left;
	min-height: calc(100vh - 190px );
}
@media(min-width:1000px){
	section {
    min-height: 800px;
}
}
@media(max-width: 480px) {
    section {
        padding: 3em 20px;
    }
}
section:first-child {
    padding-top: 0;
}
section h2 {
    position: relative;
    margin: 2em auto 0.8em;
    padding-bottom: 0.3em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.15;
    color: #002f7b;
    text-align: left;
	border-bottom: 0.05em solid #232931;
}
section h2 a {
	text-decoration: none;
	color: #002f7b;
	cursor: pointer;
}
/*section h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2em;
    margin: 0 auto;
    border-bottom: 8px #ccc solid;
}*/
section h2:first-child {
    margin-top: 0;
}
section h3 {
    position: relative;
    background: #002f7b;
	margin: 2em auto 0.75em;
	padding: 0.35em 0.35em 0.3em 0.35em;
	font-size: 1.625em;
	font-weight: 500;
	color: #fff;
	border-radius: 4px 4px 0 0 ;
	line-height: 1.15;
}
/**/
section h3.h3_link{
	padding: 0.35em 0.35em 0.5em 0.35em;
}
section h3.h3_link .link:after{
	color: rgba(255,255,255,0.6);
	margin-left: 0.5em;
	position: inherit;
}
section h3.h3_link a{
	color: #fff;
	text-decoration: none;
}
section h3.h3_link a:hover{
	color: #94D8FF;
}
/**/
section h2 + h3 {
	margin-top: 0;
}
section h4 {
	position: relative;
	margin: 1.5em auto 0.75em;
	padding: 0.25em 0 0.2em 0.4em;
	font-size: 1.4em;
	font-weight: 500;
	background-color: #F5FAFD;
	color: #002f7b;
	border: 1px solid #002f7b;
	border-radius: 4px;
	line-height: 1.15;
}
section h3 + h4 {
	margin-top: 0;
}
section h5 {
	position: relative;
	margin: 1.5em auto 0.5em;
	position: relative;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.15;
    color: #232931;
}
section h4 + h5 {
	margin-top: 0;
}

/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
	background-color:#002f7b;
    position: relative;
	color: #fff;
	width: 100%;
    margin: 0 auto;
	text-align: center;
}
@media(max-width: 999px) {
    footer {
        padding-left: 0;
    }
}

.l-footer_inner {
	width: 96%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 5em 0;
	text-align: center;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	gap: 1em;
}
.l-footer_inner::after {
	content: "";
	width: 1px;
	height: auto;
	background: #fff;
	position: relative;
	display: flex;
	order: 2;
}
.l-footer_secretariat {
	display: inline-flex;
	flex-direction: column;
	gap: 1.5em;
	order: 1;
}
.l-footer_secretariat > dl {
	display: inline-flex;
	text-align: left;
	flex-direction: column;
	gap: 0.25em;
}
.l-footer_secretariat > dl > dt {
	font-size: 0.875em;
	font-weight: 700;
}
.l-footer_secretariat > dl > dd {
	font-size: 0.875em;
}
.l-footer_menu {
	max-width: 1050px;
	display: flex;
	gap: 1.25em;
	flex-grow: 2;
	order: 3;
}
.l-footer_menu li a {
	text-decoration: none;
}
.l-footer_menu li.off a:hover {
	color: #fff;
	cursor: inherit;
}
.l-footer_menu_item {
	flex-shrink: 0;
	font-size: 0.8125em;
	text-align: left;
	flex-grow: 2;
}
.l-footer_menu_item > li {
	margin-bottom: 0.8em;
}
.l-footer_menu_item > li.has_submenu {
}
.l-footer_menu_item > li {
	margin-bottom: 0.8em;
}
@media(max-width:999px){
.l-footer_menu_item > li i {
	display: none;
}
}
.l-footer_submenu {
	margin: 0.5em 0 0 0;
}
.l-footer_submenu > li {
	margin: 0 0 0.5em 1.3em;
	opacity: 0.7;
}
.l-footer_copy {}
/* break point note PC  */
@media(max-width:1366px) {
	.l-footer_inner {
		flex-direction: column;
		gap: 2em;
	}
	.l-footer_inner::after {
		width: 100%;
		height: 1px;
		order: 2;
	}
	.l-footer_secretariat {
		flex-direction: row;
		justify-content: center;
		gap: 5em;
		order: 3;
	}
	.l-footer_menu {
		max-width: 100%;
		order: 1;
	}
}
/* break point note PC  */
@media(max-width:999px) {
	.l-footer_inner {
		gap: 4em;
	}
	.l-footer_inner::after {
		content: none;
	}
	.l-footer_menu {
		flex-direction: column;
		gap: 0;
	}
	.l-footer_menu_item > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.7);
		margin-bottom: 0;
		padding: 0.8em 0;
		position: relative;
	}
	.l-footer_menu_item > li > a {
		position: relative;
	}
.l-footer_menu_item > li.has_submenu:after {
	content: "＋";
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
}
	.l-footer_menu_item > li.has_submenu.open:after {
    content: "－";
		top:15px;
  }
.l-footer_submenu {
	max-height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 260ms ease, opacity 180ms ease;
    will-change: max-height;
	}
  .has_submenu.open > .l-footer_submenu {
    opacity: 1;
    pointer-events: auto;
	padding: 0.8em 0 0 ;
  }
	.l-footer_submenu > li {
		margin: 0 0 0.5em 0;
	}
}
@media(max-width:768px){
	.l-footer_inner {
    width: 92%;
}
	 .l-footer_secretariat {
        flex-direction: column;
		 gap:2.5em;
    }
	
}
/**/
footer .copyright {
	width: 98%;
    color: #fff;
    font-size: 0.86em;
    padding: 1em 0;
    margin: 0 auto;
    line-height: 1.2;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #6BC9FF;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
}

/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
.index_main {
    width: 100%;
	height: 230px;
	background-color: #002f7b;
    margin: 0 auto;
    line-height: 0;
	text-align: center;
    overflow: hidden;
    z-index: 0;
	position: relative;
}
@media(max-width:768px){
	.index_main {
		height: 28.5vw;
	}
}
.index_main img {
    width: 100%;
    max-width: 773px;
    height: auto;
	display: none;
	position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media(max-width:768px){
	.index_main img{
		width: 96%;
	}
}
.index_main img:first-child {
    display: block;
}
.mv_menu {
	max-width: 1600px;
	height: 60px;
	margin: 0 auto;
	padding: 5px 0;
}
@media(max-width:1280px){
	.mv_menu {
		margin: 0 2em;
	}
}
@media(max-width:999px){
	.mv_menu {
		display: none;
	}
}
.anual_bnr {
	background-color: #171731;
	text-align: center;
	width:100%;
}
.anual_bnr img {
	max-width:1695px;
	width:100%;
}
/*inner_box*/
ul.inner_box {
	width:100%;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: auto auto;
	column-gap: 24px;
	row-gap: 17px;
	padding: 0 24px;
}
ul.inner_box >  li {
	background-color: #fff;
	border: 1px solid #4c6da3;
	box-shadow: 0 0 7px rgba(0,0,0,0.05);
	border-radius: 20px;
}
ul.inner_box >  li h2{
	display: flex;
	justify-content: center;
}
/*1000-1280*/
@media(min-width:1000px) and (max-width:1280px ){
  ul.inner_box{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  ul.inner_box li.award{
    grid-column: 1;
    grid-row: 2;
  }
  ul.inner_box li.membership{
    grid-column: 2;
    grid-row: 2;
  }
}
@media(max-width:999px){
	ul.inner_box {
	width:100%;
	display: flex;
		flex-direction: column;
}
}
@media(max-width:768px){
	ul.inner_box {
	padding: 0 16px;
}
}
@media(max-width:480px){
	ul.inner_box {
	padding: 0 0px;
}
}

ul.inner_box li.info {
	grid-row:1 / 3;
}
@media(min-width:1000px) and (max-width:1280px ){
	 ul.inner_box li.info{
    grid-column: 1 / 3 !important;
    grid-row: 1 !important;
  }
}


/* Info */
ul.inner_box .info {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
ul.inner_box .info h2 {
	background-image: url("../img/contents/index/bg_news.jpg");
	background-size:cover;
	background-position: center center;
	padding-bottom: 0;
	border-radius: 19px 19px 0 0;
}
ul.inner_box .info h2 img {
	width:auto;
	height: 8.15vw;
}
@media(max-width:1280px){
	ul.inner_box .info h2 img {
		height: 14vw;
	}
}
@media(max-width:768px){
	ul.inner_box .info h2 img {
		height: 17vw;
	}
}
@media(max-width:480px){
	ul.inner_box li.info h2 img {
		height: 28vw;
	}
}
ul.inner_box .info dl {
	width: 94%;
	/*height: 350px;*/
	margin: 0 auto;
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
}
ul.inner_box .info dt {
	position: relative;
	padding-top: 0.8em;
	color: #002f7b;
	font-weight: 700;
	font-size:1em;
}
ul.inner_box .info dt:first-of-type {
	padding-top: 0;
}
ul.inner_box .info dd {
	position: relative;
	margin: 0;
	padding-bottom: 0.8em;
	border-bottom: 1px solid rgb(223, 218, 208);
	font-size: 1.06em;
}
ul.inner_box .info p.view {
	width:94%;
	position: relative;
	padding-right: 1.2em;
	margin:0.8em auto;
	text-align: end;
	color: #3a82bb;
	font-size:1em;
	font-weight: 700;
}
ul.inner_box .info p.view a {
	color: #3a82bb;
	text-decoration: none;
}
ul.inner_box .info p.view a:hover {
	color: #00a3ff;
}
ul.inner_box .info p.view a:after {
	content: "";
	position: absolute;
	background-image: url("../img/common/icon_arrow_lbl.png");
	background-size: 100%;
	width:14px;
	height: 14px;
	top:50%;
	transform: translateY(-50%);
	right: 0px;
}
@media(max-width: 999px) {
    ul.inner_box .info dt,
    ul.inner_box .info dd {
        padding-top: 0;
        padding-bottom: 0;
    }
    ul.inner_box .info dt {
        float: none;
		padding-top: 0.8em;
		font-size:1.5rem;
    }
	ul.inner_box .info dt:first-of-type {
		padding-top: 0;
    }
   ul.inner_box .info dt:before {
        top: 2px;
    }
   ul.inner_box .info dd {
        padding-left: 0;
		padding-bottom: 0.8em;
	   font-size:1.6rem;
    }
}
/*award*/
ul.inner_box li.award h2 {
	background-image: url("../img/contents/index/bg_award.jpg");
	background-size:100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #002f7b;
	border-radius: 19px 19px 0 0;
	padding-bottom: 0;
}
ul.inner_box li.award h2 img {
	width:auto;
	height: 8.15vw;
}
ul.inner_box li.award ul {
	padding-bottom: 8%;
}
@media(max-width:1280px){
	ul.inner_box li.award {
    grid-column: 1;
    grid-row: 2;
  }
	ul.inner_box li.award h2 img {
		height: 14vw;
	}
}
@media(max-width:999px){
	ul.inner_box li.award h2 {
	background-position: center calc(100% + 7vw);
}
}
@media(max-width:768px){
	ul.inner_box li.award h2 img {
		height: 17vw;
	}
}
@media(max-width:480px){
	ul.inner_box li.award h2 img {
		height: 28vw;
	}
}
/*membership*/
ul.inner_box li.membership h2 {
	background-image: url("../img/contents/index/bg_membership.jpg");
	background-size:100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #002f7b;
	border-radius: 19px 19px 0 0;
	padding-bottom: 0;
}
ul.inner_box li.membership h2 img {
	width:auto;
	height: 8.15vw;
}
@media(max-width:1280px){
	ul.inner_box li.membership h2 img {
		height: 14vw;
	}
}
@media(max-width:999px){
	ul.inner_box li.membership h2 {
	background-position: center calc(100% + 4vw);
}
}
@media(max-width:768px){
	ul.inner_box li.membership h2 img {
		height: 17vw;
	}
}
@media(max-width:480px){
	ul.inner_box li.membership h2 img {
		height: 28vw;
	}
}
/**/
.award ul li,
.membership ul li {
	position: relative;
}
.award li, 
.membership ul.mem_tx li{
	width:90%;
	margin: 0 auto 12px;
	
}
.award ul li:before,
.membership ul.mem_tx li:before {
	content: "";
	position: absolute;
	background-image: url("../img/common/icon_arrow_bk.png");
	background-size:100%;
	width:16px;
	height: 16px;
	top:50%;
	right: 1em;
	transform: translateY(-50%);
}

@media(max-width:999px){
	.award li, 
.membership ul.mem_tx li{
	width:92%;
	margin: 0 auto 10px;
}
}
@media(max-width:768px){
	.award li, 
.membership ul.mem_tx li{
}
}
.award li a, 
.membership li a{
	background-color: #e2f5ff;
	text-decoration: none;
	color: #232931;
	width: 100%;
	display: flex;
	padding: 0.5em 1em;
	border-radius: 4px;
}
.award li a:hover, 
.membership li a:hover{
	background-color: #C5EAFF;
}
@media(max-width:999px){
	.award li a, 
.membership li a{
	padding: 0.65em 2%;
}
}
.membership ul.mem_btn {
	margin: 1.5em 0 8%;
}
.membership ul.mem_btn li {
	width:60%;
	text-align: center;
	margin: 0 auto;
}
.membership ul.mem_btn li a{
	background-color: #bd36a1;
	color: #fff;
	padding: 0.64em;
	justify-content: center;
	border-radius: 50px;
	border: 2px solid #bd36a1;
}
.membership ul.mem_btn li a:hover{
	background-color: #fff;
	color: #232931;
	padding: 0.64em;
	justify-content: center;
	border-radius: 50px;
	border: 2px solid #bd36a1;
	font-weight: 500;
}
@media(max-width:999px){
	.membership ul.mem_btn li {
	padding: 0.5em;
}
}
/*related*/
ul.inner_box li.related {
	/* grid-column: 2 / 4; */
	grid-column: 2 / 3;
	grid-row:2;
	max-width:385px;
	width:100%;
	margin: auto 0;
	justify-self: center;
	border: none;
	background-image: url("../img/contents/index/bg_related.jpg");
	background-size:cover;
	background-position: center center;
}
ul.inner_box li.related:hover {
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
}
@media(min-width:1000px) and (max-width:1280px ){
	ul.inner_box li.related{
    /* grid-column: 1 / 3 !important; */
	grid-column: 1 / 2 !important;
    grid-row: 3 !important;
    /* max-width: 485px; */
	max-width: 100%;
  }
}
@media(max-width:999px){
	ul.inner_box li.related {
	/* max-width:60%; */
	max-width: 100%;
	margin: 0 auto;
}
}
@media(max-width:480px){
	ul.inner_box li.related {
	max-width:100%;
	margin: 0 auto;
}
}
ul.inner_box li.related h2{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
ul.inner_box li.related h2 img {
	width:auto;
	height: 8.15vw;
}
@media(max-width:1280px){
	ul.inner_box li.related h2 img {
		height: 14vw;
	}
}
@media(max-width:768px){
	ul.inner_box li.related h2 img {
		height: 17vw;
	}
}
@media(max-width:480px){
	ul.inner_box li.related h2 img {
		height: 28vw;
	}
}

/* 2 */
ul.inner_box li.related2 {
	/* grid-column: 2 / 4; */
	grid-column: 3 / 4;
	grid-row:2;
	max-width:385px;
	width:100%;
	margin: auto 0;
	justify-self: center;
	border: none;
	background-image: url("../img/contents/index/bg_incentive.jpg");
	background-size:cover;
	background-position: center center;
}
ul.inner_box li.related2:hover {
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
}
@media(min-width:1000px) and (max-width:1280px ){
	ul.inner_box li.related2 {
    /* grid-column: 1 / 3 !important; */
	grid-column: 2 / 3 !important;
    grid-row: 3 !important;
    /* max-width: 485px; */
	max-width: 100%;
  }
}
@media(max-width:999px){
	ul.inner_box li.related2 {
	/* max-width:60%; */
	max-width: 100%;
	margin: 0 auto;
	}
}
@media(max-width:480px){
	ul.inner_box li.related2 {
	max-width:100%;
	margin: 0 auto;
	}
}
ul.inner_box li.related2 h2{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
ul.inner_box li.related2 h2 img {
	width:auto;
	height: 8.15vw;
}
@media(max-width:1280px){
	ul.inner_box li.related2 h2 img {
		height: 14vw;
	}
}
@media(max-width:768px){
	ul.inner_box li.related2 h2 img {
		height: 17vw;
	}
}
@media(max-width:480px){
	ul.inner_box li.related2 h2 img {
		height: 28vw;
	}
}

/* Attention Box Index */
.box_attention_index {
	background: #fff;
	width: 100%;
    padding: 1em;
	line-height: 1.6;
    border: 5px solid #e0363c;
}
/*  News
----------------------------------------------------*/
ul.list_news li {
  position: relative;
  padding: 1.5em 0.5em;
  border-bottom: 1px solid #ccc;
}
ul.list_news li a{
  text-decoration: none;
}
ul.list_news li a > .news_text{
	color: #222;
}
ul.list_news li a > .news_text .ne_tx_title{
	text-decoration:underline;
	color:#DD6C45;
}
ul.list_news li a > .news_text .ne_tx_title:hover{
	text-decoration:none;
	color:#222;
	cursor: pointer;
}
ul.list_news li a:after {
  content: "";
  position: absolute;
  background-image: url("../img/common/arrow_circle_right.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
	transition: 0.3s;
}
ul.list_news li a:hover:after {
  right: 0.5em;
}
@media(max-width:480px) {
  ul.list_news li:after {
    width: 25px;
    height: 25px;
    right: 0em;
  }
}
.news_date {
  color: #848484;
  font-weight: 700;
  font-family: 'inter';
  padding-right: 1em;
}
.news_text {
  padding: 1.3em 2em 0 0;
}

/*  Greeting
----------------------------------------------------*/
.grt_info {
	display: flex;
	column-gap: 1em;
	align-items: flex-end;
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 3px dotted #ddd;
}
@media(max-width:480px){
	.grt_info {
		flex-direction: column;
		align-items: center;
	}
	.grt_data {
		text-align: center;
	}
}

/*  History
----------------------------------------------------*/
table.table_normal td.his_tx {
	background-color:#F1FAFF ;
	font-size: 1.4rem;
	padding: 4px 15px;
}

/*  Abstracts
----------------------------------------------------*/


/*  Program
----------------------------------------------------*/
/* ===== 基本設定 ===== */
.program_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* dt の基本スタイル */
.program_list > dt {
	width: 3.25em; /* 3文字分の幅 */
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
	position: relative;
}
/* dt の右側に「：」を表示 */
.program_list > dt:after {
	content: "：";
}
/* dt に続く 1 つ目の dd（dt の横に配置） */
.program_list > dt + dd {
	width: calc(100% - 3.25em);
	display: flex;
	align-items: baseline;
	column-gap: 0.5em;
	margin-left: 0; /* 1つ目の dd は dt の横に配置 */
}
/* 2つ目以降の dd（dt の直下に揃える） */
.program_list > dt + dd + dd, .program_list > dt + dd ~ dd {
	width: calc(100% - 3.25em);
	display: flex;
	align-items: baseline;
	column-gap: 0.5em;
	margin-left: 3.25em; /* dt の幅と揃える */
}
/* ===== dt に文字数が多い場合の幅調整（dt04～dt07） ===== */
.program_list dt.dt02 {
	width: 3.25em;
}
.program_list dt.dt03 {
	width: 4.25em;
}
.program_list dt.dt04 {
	width: 5.25em;
}
.program_list dt.dt05 {
	width: 6.25em;
}
.program_list dt.dt06 {
	width: 7.25em;
}
.program_list dt.dt07 {
	width: 8.25em;
}
.program_list dt.dt087 {
	width: 9.25em;
}
/* dt に応じて 1 つ目の dd の幅を調整 */
.program_list dt.dt02 + dd, .program_list dt.dt03 + dd, .program_list dt.dt04 + dd, .program_list dt.dt05 + dd, .program_list dt.dt06 + dd, .program_list dt.dt07 + dd, .program_list dt.dt08 + dd {
	margin-left: 0;
}
.program_list dt.dt02 + dd {
	width: calc(100% - 3.25em);
}
.program_list dt.dt03 + dd {
	width: calc(100% - 4.25em);
}
.program_list dt.dt04 + dd {
	width: calc(100% - 5.25em);
}
.program_list dt.dt05 + dd {
	width: calc(100% - 6.25em);
}
.program_list dt.dt06 + dd {
	width: calc(100% - 7.25em);
}
.program_list dt.dt07 + dd {
	width: calc(100% - 8.25em);
}
.program_list dt.dt08 + dd {
	width: calc(100% - 9.25em);
}
/* dt に応じて 2 つ目以降の dd の margin-left を調整 */
.program_list dt.dt02 + dd + dd, .program_list dt.dt02 + dd ~ dd {
	margin-left: 3.25em;
}
.program_list dt.dt03 + dd + dd, .program_list dt.dt03 + dd ~ dd {
	margin-left: 4.25em;
}
.program_list dt.dt04 + dd + dd, .program_list dt.dt04 + dd ~ dd {
	margin-left: 5.25em;
}
.program_list dt.dt05 + dd + dd, .program_list dt.dt05 + dd ~ dd {
	margin-left: 6.25em;
}
.program_list dt.dt06 + dd + dd, .program_list dt.dt06 + dd ~ dd {
	margin-left: 7.25em;
}
.program_list dt.dt07 + dd + dd, .program_list dt.dt07 + dd ~ dd {
	margin-left: 8.25em;
}
.program_list dt.dt08 + dd + dd, .program_list dt.dt08 + dd ~ dd {
	margin-left: 9.25em;
}
/* dt に応じて 2 つ目以降の dd の 例外処理 */
.program_list dt[class*="dt"] + dd ~ dd.dd02 {
	margin-left: 3.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd03 {
	margin-left: 4.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd04 {
	margin-left: 5.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd05 {
	margin-left: 6.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd06 {
	margin-left: 7.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd07 {
	margin-left: 8.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd08 {
	margin-left: 9.25em;
}
/* ===== 次の dt が登場したら margin-left をリセット ===== */
.program_list dt + dd, .program_list dt[class*="dt"] + dd {
	margin-left: 0 !important;
}
.program_list .prg_title {
	width: 100%;
	color: #002f7b;
	display: flex;
	align-items: baseline;
	column-gap: 0.5em;
	/*margin-bottom: 0.5em;*/
	font-weight: 700;
}
.program_list .prg_title > .title_number {
	min-width: 4.5em;
	background: #c9aa65;
	color: #fff;
	line-height: 1.15;
	padding: 0.1em 0.15em 0.15em;
	text-indent: 0;
	text-align: center;
	flex-shrink: 0;
}
/* dt が無い dl.program_list でも横並びになるように */
.program_list > dd{
  display: flex;
  align-items: baseline;
  column-gap: 0.5em;
	width:100%;
}
.program_list dd .prg_name{
  display: inline-block; /* min-width を確実に効かせる */
}
.program_list dd .prg_name {
	min-width: 6em;
	flex-shrink: 0;
	text-indent: 0;
	font-weight: 700;
}
.program_list dd .prg_belong {
	position: relative;
	padding-left: 0.3em;
	text-indent: -0.9em;
}
.program_list dd .prg_belong::before {
	content: "（";
}
.program_list dd .prg_belong::after {
	content: "）";
}
/**/
.prg_time {
	text-align: right;
}
.prg_time {
	padding-top: 5px;
	text-align: right;
	color: #555;
}
.prg_sponsor {
	margin-top: 10px;
	text-align: right;
}
/* Flyer Style */
section .prg_flyer {
	float: right;
	margin-left: 1em;
	overflow: hidden;
}
section .prg_flyer img {
	width: 100px;
	float: right;
}
section .prg_flyer a:hover img {
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;
	transition: 0.2s;
}
section .prg_flyer a:not(:first-of-type) {
	display: none;
}
/* Irregular Option */
section h2.prg, section h3.prg, section h4.prg {
	display: flex;
	align-items: baseline;
}
section h3 + .prg_time {
	margin-top: -20px;
}
section h4.prg {
	font-size: 1.25em;
}
section h4.prg .prg_icon {
	position: absolute;
	bottom: 8px;
	right: 5px;
	padding: 0.15em;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	border-radius: 2px;
}

/*  Uchida
----------------------------------------------------*/
table.uchida {
	border-collapse: separate;
	border-spacing: 8px 0;
}
table.uchida td{
	vertical-align: top;
}
table.uchida tr.space td{
	padding-top: 1em;
}
table.uchida td.uchida_img {
	/*width:120px;*/
	/* 写真を表示させるときは下記をコメントアウト */
	display: none;
}
table.uchida img{
	max-width:100px;
	width:100%;
	padding-top: 6px;
}
/* =========================
   Uchida table SP layout
   ========================= */
@media (max-width: 768px) {
  table.uchida,
  table.uchida tbody,
  table.uchida tr {
    display: block;
    width: 100%;
  }
	  table.uchida tr {
    padding-bottom: 1em;
  }
table.uchida th,
table.uchida td {
    display: block;
    width: 100%;
	padding-bottom: 0;
  }
  table.uchida td ul.list_disc {
    margin-left: 0.8em;
  }
table.uchida tr.space td{
	padding-top: 0em;
}
table.uchida tr:last-of-type td{
	padding-bottom: 0em;
}
}

.border_box {
	border: 1px solid #002f7b;
	padding: 2em;
	border-radius: 6px;
	margin-bottom: 2em;
}
/*  Gold medal
----------------------------------------------------*/
.gold_medal {
	display: flex;
	align-items: flex-start;
	gap: 1em;
}
.gold_medal .program_list {
	width: auto; 
	flex: 0 1 auto; 
	min-width: 0;
}
.gold_medal img {
	max-width: 120px;
	flex: 0 0 120px;
}
@media(max-width:480px){
	.gold_medal {
	flex-direction: column;
}
}
.border_box ul.list_button {
	width:100%;
	margin: 1em 0 0.5em;
	text-align: left;
}
.border_box ul.list_button.btn_col03 li {
	width:31%;
	margin: 0;
}
.border_box ul.list_button.btn_col03 li a{
	height: 50px;
}
@media(max-width:999px){
	.border_box ul.list_button.btn_col03 li {
	width:40%;
}
}
@media(max-width:768px){
	.border_box ul.list_button.btn_col03 li {
	width:55%;
}
}
@media(max-width:480px){
	.border_box ul.list_button.btn_col03 li {
	width:100%;
}
}
/*  Itai
----------------------------------------------------*/
/* Committees
----------------------------------------------------*/
.com_table th{
	padding-right: 1em;
	width:4em;
}
.com_table td:first-of-type{
	width:6em;
}
.com_table td:last-of-type{
	text-indent: -1em;
    padding-left: 1em;
}
/* Past
----------------------------------------------------*/
.con {
	font-size: 15px;
	line-height: 1.5;
	color: red;
	margin-top: 0.5em;
}
.past_l {
	font-size: 1.7rem;
}
img.img_prg {
	border: 1px solid #EAEAEA;
}
/* Affiliated
----------------------------------------------------*/
.affiliated_box {
	display: flex;
	column-gap: 2em;
}
.affiliated_d,
.affiliated_i {
	width:50%;
}
@media(max-width:999px){
	.affiliated_box {
		flex-direction: column;
	}
	.affiliated_d,
.affiliated_i {
	width:100%;
}
}
/*----------------------------------------------------
	9.0 - Option
----------------------------------------------------*/
/*  List - Text
----------------------------------------------------*/
/* No icon Style */
ul.list_normal_jp li {
	padding-left: 1.0em;
}
ul.list_normal_jp li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

/* No icon Style/English */
ul.list_normal_en li {
	padding-left: 0.425em;
}
ul.list_normal_en li {
	padding-left: 0.425em;
	text-indent: -0.425em;
}

/* Disk Style */
ul.list_disc {
	margin-left: 1em;
}
ul.list_disc li {
	position: relative;
}
ul.list_disc li:after {
	display: block;
	background-color: #666;
	content: '';
	position: absolute;
	top: .65em;
	left: -0.75em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}

/* Mark Style */
ul.list_mark li {
	padding-left: 1.2em;
	position: relative;
}
ul.list_mark li:before,
ul.list_mark li:after {
	content: " ";
	position: absolute;
}
ul.list_mark li:before {
	background-color: #000080;
	width: 1em;
	height: 1em;
	top: 0.35em;
	left: 0em;
	border-radius: 50%;
}
ul.list_mark li:after {
	top: 0.9rem;
	left: 0.6rem;
	border: 0.4rem solid transparent;
	border-left: 0.5rem solid #fff;
}

/* Link Style */
ul.list_link li {
	padding: 1em 0 1em 1.2em;
    position: relative;
    border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
	display: block;
	position: absolute;
    content: "\025b6";
	width: 1em;
	height: 1em;
	margin-left: -1.2em;
    color: #000080;
}
ul.list_link li:before {
	display: block;
	position: absolute;
    content: "\f0da";
	 font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:1.5em;
	left: 1.2em;
    color: #000080;
	transform:  translateY(-5px);
}
ul.list_link li:first-of-type{
	padding-top: 0;
}
/* Decimal Style */
ol.list_decimal {
	list-style: none;
	counter-reset: num;
	margin-left: 2.0em;
}
ol.list_decimal > li {
	position: relative;
}
ol.list_decimal > li:before {
	counter-increment: num;
    content: counter(num) ".";
    display: inline-block;
	position: absolute;
	width: 2em;
    top: 0;
    left: -2em;
    margin-right: 2em;
	text-align: center;
}

/* Decimal (Parentheses) Style */
ol.list_numberParen {
	list-style-type: none;
	counter-reset: ol_li;
	margin-left: 2em;
}
ol.list_numberParen > li {
	position: relative;
}
ol.list_numberParen > li:before {
	counter-increment: ol_li;
	content: "("counter(ol_li)")";
    display: inline-block;
	position: absolute;
	width: 2em;
    top: 0;
    left: -2em;
    margin-right: 2em;
	text-align: center;
}

/* Decimal (Parentheses - One Side) Style */
ol.list_numberParenR {
	list-style-type: none;
	counter-reset: ul_lione;
	margin-left: 2em;
}
ol.list_numberParenR > li {
    position: relative;
}
ol.list_numberParenR > li:before {
	counter-increment: ul_lione;
	content: counter(ul_lione)")";
    display: inline-block;
	position: absolute;
	width: 2em;
    top: 0;
    left: -2em;
    margin-right: 2em;
	text-align: center;
}

/*  List - Button
----------------------------------------------------*/
ul.list_button {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.1;
    text-align: center;
	margin-top: 2em;
	width:70%;
	margin: 2em auto 0;
}
@media(max-width:999px){
	ul.list_button {
	width:90%;
}
}
@media(max-width:480px){
	ul.list_button {
	width:100%;
}
}
ul.list_button li {
	margin: 0 auto 0.75em;
}
ul.list_button > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00a3ff;
    background-color: #308DD7;
    min-width: 40%;
    height: 60px;
    color: #fff;
    text-decoration: none;
	font-weight: 700;
   border: 2px solid #308DD7;
    border-radius: 50px;
    /*box-shadow: 0 2px 5px #CCC;*/
	transition: 0.3s;
}
ul.list_button > li a:hover {
    background-color: #fff;
    border-radius: 50px;
    color: #232931;
}
ul.list_button > li a.notLink {
   /* display: flex;
    justify-content: center;
    align-items: center;*/
    background-color: #bcbcbc;
	/*min-width: 40%;
    height: 60px;
    color: #fff;
	font-weight: 700;
    text-decoration: none;*/
    border: 2px solid #fff;
    /*border-radius: 50px;*/
    box-shadow: 0 2px 5px #CCC;
	transition: 0.3s;
}
ul.list_button > li a.notLink:hover {
   color:#fff;
	cursor: inherit;
}
ul.list_button.btn_col01 > li {
    width: 48%;
}
ul.list_button.btn_col02 > li {
    width: 48%;
}
ul.list_button.btn_col02_center > li {
    width: 40%;
}
ul.list_button.btn_col03 > li {
	width: 31%;
}
@media(max-width: 768px) {
    ul.list_button.btn_col02_center > li,
    ul.list_button.btn_col03 > li {
        width: 48%;
    }
}
/* 2 Column After */
ul.list_button.btn_col02:after{
    content: "";
    display: block;
    width: 50%;
    height: 0;
}
/* 3 Column After */
ul.list_button.btn_col03:after{
    content: "";
    display :block;
    width: 66.67%;
    height: 0;
}
@media(max-width: 768px) {
    ul.list_button.btn_col03:after{
        width: 50%;
    }
}

/*  List - Banner
----------------------------------------------------*/
ul.list_banner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;
    max-width: 1600px;
    padding: 1em 1em 2em;
    margin: 0 auto;
    line-height: 1.1;
    text-align: center;
}
ul.list_banner li {
	width: calc((100% - 5em) / 6);
}
@media(max-width:999px){
	ul.list_banner li {
	width: calc((100% - 3em) / 4);
}
}
@media(max-width:768px){
	ul.list_banner li {
	width: calc((100% - 2em) / 3);
}
}
@media(max-width:480px){
	ul.list_banner li {
	width: calc((100% - 1em) / 2);
}
}
ul.list_banner li a img {
    width: 100%;
	vertical-align: middle;
	transition: 0.3s;
}
ul.list_banner > li a img:hover {
    border: 1px solid #999;
}
ul.list_banner li.blank {
	margin: 0;
}
ul.list_banner.banner_col01 > li {
    width: 100%;
}
ul.list_banner.banner_col02 > li {
    width: 48%;
}
ul.list_banner.banner_col03 > li {
	width: 32%;
}
ul.list_banner.banner_col04 > li {
	width: 24%;
}
@media(max-width: 480px) {
    ul.list_banner.banner_col04 > li {
        width: 30%;
    }
}

/*  Table
----------------------------------------------------*/
table.table_normal {
    width: 100%;
    border: solid 1px #D7D7D7;
}
table.table_normal th {
	padding: 10px 15px;
    background: #FBF1D6;
	background:#C0E8FF ;
    border-left: solid 1px #D7D7D7;
    border-bottom: solid 1px #D7D7D7;
    font-weight: 700;
}
table.table_normal td {
	padding: 10px 15px;
    background: #fff;
    border-left: solid 1px #D7D7D7;
    border-bottom: solid 1px #D7D7D7;
}
/* Vertical Setting */
table th.vtl_center,
table td.vtl_center {
    vertical-align: middle;
}

table.table_normal td a img {
	vertical-align: middle;
}
table.table_normal td a:hover {
	opacity: 0.9;
}
/* Scroll */
@media (max-width: 999px){
    .table_scroll {
	    overflow-x: scroll;
    }
	.table_scroll::-webkit-scrollbar {
	    height: 8px;
    }
    .table_scroll::-webkit-scrollbar-track {
	    margin: 0 2px;
	    background: #ccc;
	    border-radius: 5px;
    }
    .table_scroll::-webkit-scrollbar-thumb {
	    border-radius: 5px;
	    background: #666;
    }
    .table_scroll:after {
	    content: "※この表は横スクロールで表示されます。";
	    position: relative;
	    font-size: calc(768px * .015625);
    }
    .table_scroll .table_normal {
    	min-width: 1400px;
    }
}

/* Stack */
table.table_stack_sp {
    width: 100%;
}
table.table_stack_sp th {
	padding: 2em;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: solid 2px #ccc;
}
table.table_stack_sp td {
	padding: 2em;
    vertical-align: middle;
    border-bottom: solid 1px #ccc;
}

/*@media(max-width: 480px) {
    table.table_stack_sp th{
        width: auto;
        background: #fff;
        text-align: left;
    }
    table.table_stack_sp th,
    table.table_stack_sp td {
        border-bottom: none;
        border: 1px solid #ccc;
    }
    table.table_stack_sp th,
    table.table_stack_sp td {
        display: list-item;
        list-style: none;
        width: 100%;
        padding: 5px;
        border-width: 1px 0 0;
    }
}*/
table th.th_style {
	background-color: #FBF1D6;
	border-radius: 4px;
}
/*  Back Ground Color
----------------------------------------------------*/
.bg_blue {
	background: #000;
}
.bg_green {
	background: #509869;
}
.bg_red {
	background: #e0363c;
}
.bg_orange {
	background: #ec7430;
}

/*  Align
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/*  Hr
-----------------------------------------------*/
hr {
	border: 1px solid #E9E9E9;
}

/*  Text
----------------------------------------------------*/
sub, sup {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong {
	font-weight: 700;
}
.tx_cancel {
	text-decoration: line-through;
}
.tx_cancel_red {
	text-decoration: line-through;
	color: #e0363c;
}
.tx_cancel_red span {
	color: black;
}
.tx_underline {
	text-decoration:underline;
	text-decoration-thickness:1px;
	text-underline-offset:0.2em;
}
.tx_red {
	color: #e0363c;
}
.tx_blue {
	color: #308DD7;
}
.tx_black {
	color: #000;
}
.tx_white {
	color: #fff;
}
.tx_13 {
	font-size: 1.3rem;
}
.tx_13B {
	font-size: 1.3rem;
	font-weight: 700;
}
.tx_14 {
	font-size: 1.4rem;
}
.tx_14B {
	font-size: 1.4rem;
	font-weight: 700;
}
.tx_15 {
	font-size: 1.5rem;
}
.tx_15B {
	font-size: 1.5rem;
	font-weight: 700;
}
.tx_16 {
	font-size: 1.6rem;
}
.tx_16B {
	font-size: 1.6rem;
	font-weight: 700;
}
.tx_17 {
	font-size: 1.7rem;
}
.tx_17B {
	font-size: 1.7rem;
	font-weight: 700;
}
.tx_18 {
	font-size: 1.8rem;
}
.tx_18B {
	font-size: 1.8rem;
	font-weight: 700;
}
.tx_20 {
	font-size: 2.0rem;
}
.tx_20B {
	font-size: 2.0rem;
	font-weight: 700;
}
.tx_22 {
	font-size: 2.2rem;
}
.tx_22B {
	font-size: 2.2rem;
	font-weight: 700;
}
@media(max-width: 768px) {
    .tx_13,
    .tx_13B {
        font-size: 1.2rem;
    }
    .tx_14,
    .tx_14B {
        font-size: 1.3rem;
    }
    .tx_15,
    .tx_15B {
        font-size: 1.4rem;
    }
    .tx_16,
    .tx_16B {
        font-size: 1.5rem;
    }
    .tx_17,
    .tx_17B {
        font-size: 1.6rem;
    }
    .tx_18,
    .tx_18B {
        font-size: 1.7rem;
    }
    .tx_20,
    .tx_20B {
        font-size: 1.8rem;
    }
    .tx_22,
    .tx_22B {
        font-size: 2.0rem;
    }
}
.tx_space01 {
    letter-spacing: 0.1rem;
}
.tx_space02 {
    letter-spacing: 0.2rem;
}
.tx_space03 {
    letter-spacing: 0.3rem;
}
.tx_space04 {
    letter-spacing: 0.4rem;
}
.tx_space05 {
    letter-spacing: 0.5rem;
}
.tx_space_n001 {
    letter-spacing: -0.01rem;
}
.tx_space_n005 {
    letter-spacing: -0.05rem;
}
.tx_space_n01 {
    letter-spacing: -0.1rem;
}
.tx_space_n02 {
    letter-spacing: -0.2rem;
}
.tx_space_n03 {
    letter-spacing: -0.3rem;
}
.tx_indent01 {
    padding-left: 1.0em;
    text-indent: -1.0em;
}
.tx_indent02 {
    padding-left: 2.0em;
    text-indent: -2.0em;
}

/*  Line Height
----------------------------------------------------*/
.line_height00 {
    line-height: 0;
    vertical-align: middle; 
}
.line_height01 {
    line-height: 1.0;
    vertical-align: middle; 
}
.line_height02 {
    line-height: 2.0;
    vertical-align: middle; 
}

/*  Text Break
----------------------------------------------------*/
@media(max-width: 999px) {
    span.br999_under:before {
        content: "\A";
        white-space: pre;
    }
}
@media(max-width: 768px) {
    span.br768_under:before {
        content: "\A";
        white-space: pre;
    }
}
@media(max-width: 480px) {
    span.br480_under:before {
        content: "\A";
        white-space: pre;
    }
}
@media(min-width:1000px) and (max-width:1560px ){
	span.br1000_1560:before {
        content: "\A";
        white-space: pre;
    }
}

/*  Margin
----------------------------------------------------*/
.mgt_10 {
	margin-top: 10px;
}
.mgt_20 {
	margin-top: 20px;
}
.mgt_30 {
	margin-top: 30px;
}
.mgt_40 {
	margin-top: 40px;
}
.mgt_50 {
	margin-top: 50px;
}
.mgt_70 {
	margin-top: 70px;
}
.mgb_10 {
	margin-bottom: 10px;
}
.mgb_20 {
	margin-bottom: 20px;
}
.mgb_30 {
	margin-bottom: 30px;
}
.mgb_40 {
	margin-bottom: 40px;
}
.mgb_50 {
	margin-bottom: 50px;
}
.mgl_10 {
	margin-left: 10px;
}
.mgl_01 {
	margin-left: 1.0em;
}
.mgl_02 {
	margin-left: 2.0em;
}
.mgl_03 {
	margin-left: 3.0em;
}
.mgl_04 {
	margin-left: 4.0em;
}
.mgl_05 {
	margin-left: 5.0em;
}
.pdl_10 {
	padding-left: 10px;
}
.pdb_10 {
	padding-bottom: 10px;
}

/*  Icon
----------------------------------------------------*/
/*Link Blank Icon*/
.link:after {
    font-family: "Font Awesome 5 Free";
   	content: '\f08e';
    margin-left: 0.2em;
    color: #9BB0D2;
    font-size: 0.65em;
    font-weight: 900;
	line-height: 1.2;
	position: absolute;
	bottom: 0.7em;
}
.pdf:after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    margin-left: 0.2em;
    color: #f54328;
    font-size: 1.6em;
    font-weight: 900;
}
.pdf02:after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    margin-left: 0.5em;
    color: rgba(255,255,255,0.85);
    font-size: 1.2em;
    font-weight: 900;
}
.list_button li:hover .pdf02:after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    margin-left: 0.5em;
    color: #f54328;
    font-size: 1.2em;
    font-weight: 900;
}
.ppt:after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c4';
    margin-left: 0.2em;
    color: #ce6243;
    font-size: 1.6em;
    font-weight: 900;
}
.word:after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c2';
    margin-left: 0.2em;
    color: #254c9b;
    font-size: 1.6em;
    font-weight: 900;
}
.word02:after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c2';
    margin-left: 0.5em;
    color:  rgba(255,255,255,0.85);
    font-size: 1.2em;
    font-weight: 900;
}
.list_button li:hover .word02:after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c2';
    margin-left: 0.5em;
    color: #254c9b;
    font-size: 1.2em;
    font-weight: 900;
}
.excel:after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c3';
    margin-left: 0.2em;
    color: #347241;
    font-size: 1.6em;
    font-weight: 900;
}
.ssl:after {
    font-family: "Font Awesome 5 Free";
    content: '\f084';
    margin-left: 0.2em;
    color: #ceaf28;
    font-size: 1.6em;
    font-weight: 900;
}
/* Triangle Icon */
.triangle {
    /* margin: 0; */
	padding-left: 1.0em;
	text-indent: -1.0em;
	position: relative;
}
.triangle:before {
    content: "\025b6";
    color: #000;
}

/*  Page Top
----------------------------------------*/
#page_top {
	position: fixed;
	display: flex;
	bottom: 305px;
	right: 40px;
	margin: 0;
}
#page_top a {
	display: block;
	line-height: 0;
	opacity: 0.85;
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	vertical-align: middle;
	transition: 0.4s;
}
#page_top a:before {
	position: absolute;
	top: 25px;
	left: 35%;
	content: "";
	width: 15px;
	height: 15px;
	margin: auto;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#page_top a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #666;
}
@media(max-width:1700px){
	#page_top {
		bottom: 110px;
	}
}
@media(max-width:768px){
	#page_top {
	}
}
@media(max-width: 480px) {
    #page_top {
        right: 20px;
    }
    #page_top a:before {
        top: 18px;
        left: 33%;
    }
    #page_top a {
        width: 50px;
        height: 50px;
    }
}

/*  Background
----------------------------------------*/
.bg_beige {
    background:#f3efec;
}

/*  Float
----------------------------------------------------*/
.fL {
	float: left;
    margin: 0 1em 10px 0;
}
.fR {
	float: right;
    margin: 0 0 10px 1em;
}

/*  Attention
----------------------------------------------------*/
.box_attention {
	max-width: 100%;
    padding: 1em;
	line-height: 1.6;
    border: 5px solid #e0363c;
}
.box_attention_grey {
	max-width: 100%;
	margin-top: 1em;
    padding: 1em 1.5em;
	line-height: 1.6;
	background-color: #f6f6f6;
    border: 1px solid #ccc;
}
/*  Construction
----------------------------------------------------*/
.construction {
    width: 60%;
    margin: 5% auto 30%;
    padding: 20px 40px;
    display: block;
    color: #bbb;
    text-align: center;
    border: 3px solid #ddd;
}
.construction .title {
    font-size: 1.2em;
    font-weight: 700;
}
@media(max-width: 480px) {
    .construction {
        padding: 10px 20px;
    }
}
/* Google PSE 全体の余白/枠を抑える */
.gsc-control-cse,
.gsc-control-cse * {
  box-sizing: border-box;
}

/* 外枠（青線など）を抑える */
.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* 入力欄 */
.gsc-input-box {
  border: none !important;
  border-radius: 6px !important;
  height: 40px !important;
  padding: 0 0 !important;
}

/* 入力そのもの */
input.gsc-input {
  font-size: 14px !important;
  padding: 8px 0 0 0 !important;
}
@media(max-width:999px){
	input.gsc-input {
  		font-size: 15px !important;
}
}
form.gsc-search-box {
	margin: 0 24px 0 0 !important;
}
/* 検索ボタン */
.gsc-search-button-v2 {
  padding: 10px 14px !important;
  border-radius: 6px !important;
  border: none !important;
background-color: transparent!important;
}

/* ボタン内の虫眼鏡SVGのサイズ */
.gsc-search-button-v2 svg {
  width: 20px !important;
  height:20px !important;
  fill:  #000080 !important;
}

/* 右上の「×」付近の余白が気になる場合 */
.gsib_a {
  padding: 5px 9px 0px 0px !important;
}
.gsib_b {
  padding-right: 4px !important;
}
.gsc-clear-button {
    display: none !important;
}
input {
	background-image: none !important;
}
table.gsc-search-box {
    margin-bottom: 0 !important;
}
/*page title(00_style)*/
h2.page_title {
	text-align: center;
	border-bottom: none;
	background-color: #002f7b;
	padding: 01em 0;
	color: #fff;
	text-shadow: 0 0 6px #000;
	font-size:2.6em;
}