@charset "UTF-8";

* {
	font-feature-settings: "palt" 1;
}
body {
	/*font-family: 'Lato', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;*/
	/*font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	color: #11121b;
	/*background: url(../images/main_visual.jpg) no-repeat 50% 70%;*/
	background-size: cover;
	background-color: #fff;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.noLink {
	pointer-events: none;
}

.sp {
	display: none;
}

strong {
	font-weight: bold;
}

.note {
	color: #f13232;
	transition: .2s;
}
a.note:hover {
	color: #ff8700;
	text-decoration: none;
}




#header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: rgba(255,255,255,1);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	/*padding: 0 5px;*/
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20;
/*	transition: all .2s;*/
}

#header .header__logo__area {
	display: flex;
	align-items: center;
	/*padding-left: 210px;*/
}

#header .header__logo__area .logo__area__main {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
#header .header__logo__area #logo {
	background-color: #fff;
	border-radius: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 25;
	transition: all .2s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
#header .header__logo__area #logo a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	padding: 10%;
}
#header .header__logo__area #logo a img {
	width: auto;
	height: 100%;
}


#header .header__logo__area h2 {
	transition: all .2s;
}
#header .header__logo__area h2 span {
	display: block;
	font-weight: bold;
	line-height: 1.2;
}
#header .header__logo__area h2 span.sub {
	font-size: .7em;
}
#header .header__logo__area h2 span.sub span.en {
	font-style: italic;
	color: #23a3d0;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#header .header__logo__area h2 span.sub span.jp {
	/*font-size: 1.13em;*/
}

#header .header__utility__area {
	display: flex;
	/*align-items: center;*/
	height: 100%;
	position: relative;
}

#header .header__utility__area .utility_box_block {
	display: flex;
}
#header .header__utility__area .utility_box {
	display: flex;
	height: 100%;
	transition: all .2s;
}
#header .header__utility__area .utility_box.lang {
	width: 160px;
}
#header .header__utility__area .utility_box a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1.15em;
	font-weight: 700;
	color: #11121b;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	background-color: #ccc;
	cursor: pointer;
	transition: all .2s;
}
#header .header__utility__area .utility_box.home a {
	color: #e36835;
	background-color: #e36835;
	background-color: #fff;
	/*border: 1px solid #e36835;*/
}
#header .header__utility__area .utility_box.home a:hover {
	/*color: #e36835;
	background-color: #fff;*/
	background-color: #ffece4;
}
#header .header__utility__area .utility_box.contact a {
	color: #76c560;
	background-color: #76c560;
	background-color: #fff;
	/*border: 1px solid #76c560;*/
}
#header .header__utility__area .utility_box.contact a:hover {
	/*color: #76c560;
	background-color: #fff;*/
	background-color: #e6ffe0;
}
#header .header__utility__area .utility_box.lang a {
	background-color: #21a7d3;
	background-color: #d32172;
}
#header .header__utility__area .utility_box.lang a:hover {
	/*color: #21a7d3;*/
	background-color: #fff;
	background-color: #f32f88;
}
#header .header__utility__area .utility_box a > span {
/*	width: 100%;*/
}
#header .header__utility__area .utility_box a > span.icon {
	font-size: 2em;
	margin-bottom: 5px;
}
#header .header__utility__area .utility_box a > span.text {
	width: 100%;
}


/* アイコン画像移行 20260317 */
#header .header__utility__area .utility_box a > span.icon.img {
	display: flex;
	height: 2em;
	font-size: inherit;
	margin-bottom: .5em;
}
#header .header__utility__area .utility_box a > span.icon.img img {
	width: auto;
	height: 100%;
}


#header .header__utility__area .header_date_area {
	display: flex;
	align-items: flex-end;
	margin-right: 10px;
}
#header .header__utility__area .header_date_area .inner {
	padding-bottom: 5px;
}
#header .header__utility__area .header_date_area .title {
	display: flex;
	justify-content: center;
}
#header .header__utility__area .header_date_area .title > span {
	font-size: 1.4em;
	color: #fff;
	line-height: 1.1;
	background-color: #0088c7;
	padding: 5px 6px;
	transition: all .2s;
}
#header .header__utility__area .header_date_area .date {
	display: flex;
	align-items: baseline;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 10px;
	transition: all .2s;
}
#header .header__utility__area .header_date_area .date .num {
	font-size: 1.6em;
}


#header .header__utility__area .header_date_area .date__info__block .date__info {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: .2em .5em;
	font-size: 1.9em;
	font-weight: 700;
}
#header .header__utility__area .header_date_area .date__info__block .date__info .info__title {
	display: flex;
	align-items: center;
}
#header .header__utility__area .header_date_area .date__info__block .date__info .info__title span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: .7em;
	color: #fff;
	background-color: #333;
	padding: .3em;
}
#header .header__utility__area .header_date_area .date__info__block .date__info .info__contents {
	display: flex;
	align-items: baseline;
}
#header .header__utility__area .header_date_area .date__info__block .date__info .info__contents.day {
	font-size: .9em;
}
#header .header__utility__area .header_date_area .date__info__block .date__info .info__contents .num {
	font-size: 1.3em;
}


#nav {
	background-color: #d9e5e8;
	background-color: #f4f6f7;
	background-color: #e8ebed;
	background-color: #fff;
	background-color: #002040;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	position: fixed;
	left: 0;
	z-index: 15;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: ease .3s;
	visibility: hidden;
}
#nav.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
#nav > ul {
	display: flex;
	flex-wrap: wrap;
	width: 700px;
}
#nav > ul > li {
	width: 50%;
}
#nav > ul > li:nth-of-type(2n) {
	padding-left: 5px;
}
#nav > ul > li:nth-of-type(n+3) {
	margin-top: 15px;
}
#nav > ul > li > a {
	font-size: 1.5em;
	border-left: 2px solid #fff;
	padding: 2px 0 2px 10px;
}

#nav a {
	display: flex;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
#nav > ul > li > ul {
	padding: 12px 0 0 30px;
}
#nav > ul > li > ul > li+li {
	margin-top: 10px;
}
#nav > ul > li > ul > li {
	color: #fff;
	list-style-type: disc;
}
#nav > ul > li > ul > li a {
	font-size: 1.4em;
	line-height: 1.2;
	padding: 4px;
}

#nav a:hover {
	color: #fff;
	background-color: rgba(255,255,255,.3);
}
#nav a.noLink {
	color: #6e6e6e;
}

#nav > ul > li > a.registration {
	font-weight: bold;
	background-color: #c70082;
}
#nav > ul > li > a.registration:hover {
	background-color: #f31212;
}

#nav > ul > li > a.program {
	font-weight: bold;
	background-color: #ff9500;
}
#nav > ul > li > a.program:hover {
	background-color: #f5662b;
}

#nav > ul > li > a.mypage {
	font-weight: bold;
	background-color: #3e87c2;
}
#nav > ul > li > a.mypage:hover {
	background-color: #005498;
}

.btn_nav_open {
	background-color: #000;
	background-color: #fff;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border: 1px solid #001a99;
	padding: 30px 10px;
	cursor: pointer;
	position: fixed;
	top: 17%;
	left: 0px;
/*	-webkit-transform: translateX(100%) translateY(-50%);
	transform: translateX(100%) translateY(-50%);*/
	transition: .2s;
	z-index: 13;
}
.btn_nav_open .title {
	font-size: 1.6em;
	font-weight: bold;
	color: #001a99;
	line-height: 1;
	text-align: center;
	transition: .2s;
}
.btn_nav_open .bars_box {
	width: 70%;
	height: 0;
	margin: 20px auto 0;
	padding-top: 30%;
	position: relative;
}
.btn_nav_open .bars_box > span {
	width: 100%;
	height: 3px;
	background-color: #001a99;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .2s;
}
.btn_nav_open .bars_box > span:nth-of-type(1) {
	top: 0;
}
.btn_nav_open .bars_box > span:nth-of-type(2) {
	bottom: 0;
}
.btn_nav_open .bars_box.open > span {
	width: 80%;
}
.btn_nav_open .bars_box.open > span:nth-of-type(1) {
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn_nav_open .bars_box.open > span:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn_nav_open:hover {
	background-color: #001a99;
}
.btn_nav_open:hover .title {
	color: #fff;
}
.btn_nav_open:hover .bars_box > span {
	background-color: #fff;
}

#nav .btn_nav_close {
	width: 40px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 10px;
}
#nav .btn_nav_close .bars_box {
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
}
#nav .btn_nav_close .bars_box > span {
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transition: .2s;
}
#nav .btn_nav_close .bars_box > span:nth-of-type(1) {
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#nav .btn_nav_close .bars_box > span:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

/*#nav a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
	line-height: 1.1;
	text-decoration: none;
	background-color: #fff;
	padding: .8vh 5px .8vh 10px;
	transition: all .2s;
	position: relative;
}
#nav a.noLink {
	color: #c7c7c7;
}
#nav li.first a::before {
	content: "";
	display: block;
	width: 2px;
	height: calc(100% - 10px);
	background-color: #20868b;
	border-radius: 100vh;
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#nav > ul > li:last-of-type > a {
}
#nav a:hover {
	color: #20868b;
	background-color: #ebf5f9;
}
#nav li.first a:hover::before {
	background-color: #1cbdc5;
}

#nav a.title {
}
#nav li.second a {
	align-items: flex-end;
	justify-content: flex-start;
	color: #484848;
}
#nav li.second a::before {
	content: "";
	width: 1em;
	height: 1px;
	background-color: #20868b;
	margin-right: .5em;
	position: static;
}
#nav li.second a .text {
	width: calc(100% - 1.5em);
	font-size: .95em;
}
#nav li.second a:hover {
	color: #20868b;
}

#nav a .text {
}


#nav .current a.title {
	color: #fff;
	background-color: #1183b1;
}
#nav li.current.first a::before {
	background-color: #fff;
}*/


#sp_nav_btn,
.page_blank #sp_nav_btn {
	display: none;
}


#header {
	height: 80px;
}
#header .header__logo__area #logo {
	width: 140px;
	height: 140px;
}
#header .header__logo__area h2 {
	font-size: 2.4em;
}
#header .header__utility__area .utility_box {
	width: 80px;
}
#nav {
	/*width: 500px;*/
	height: calc(100vh - 80px);
	padding: 80px 20px 20px;
	top: 80px;
}


#footer {
	display: flex;
	justify-content: center;
	align-items: center;
/*	height: 70px;*/
	background-color: #339fcb;
	padding: .5em 0;
}
#footer small {
	color: #fff;
}


/* screens smaller than 1440---------------------------------------------------------- */
@media only screen and (max-width:1440px) {

#header {
	height: 70px;
}
#header .header__logo__area {
	/*padding-left: 150px;*/
}
#header .header__logo__area .logo__area__main {
	padding: 0 15px;
}
#header .header__logo__area #logo {
	width: 110px;
	height: 110px;
	/*left: 20px;*/
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
#header .header__logo__area h2 {
	font-size: 2.1em;
}
#header .header__utility__area .utility_box {
	width: 70px;
}
#nav {
	/*width: 150px;*/
	height: calc(100vh - 70px);
	padding-top: 60px;
	top: 70px;
}
#header .header__utility__area .utility_box a {
	font-size: 1.05em;
}

/*#nav a {
	font-size: 1.2em;
}*/


#header .header__utility__area .header_date_area .title > span {
	font-size: 1.3em;
	padding: 5px 6px;
}
#header .header__utility__area .header_date_area .date {
	font-size: 1.6em;
	margin-top: 5px;
}

#header .header__utility__area .header_date_area .date__info__block .date__info {
	font-size: 1.8em;
}

}


/* screens smaller than 1366---------------------------------------------------------- */
@media only screen and (max-width:1366px) {

#header {
	height: 60px;
}
#header .header__logo__area {
	/*padding-left: 140px;*/
}
#header .header__logo__area .logo__area__main {
	padding: 0 10px;
}
#header .header__logo__area #logo {
	width: 90px;
	height: 90px;
	/*left: 25px;*/
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

#header .header__logo__area h2 {
	font-size: 1.9em;
}

#header .header__utility__area .header_date_area .title > span {
	font-size: 1.1em;
}
#header .header__utility__area .header_date_area .date {
	font-size: 1.4em;
}

#nav {
	/*width: 140px;*/
	height: calc(100vh - 60px);
	padding-top: 50px;
	top: 60px;
	font-size: .9em;
}
#nav > ul {
	width: 600px;
}
#nav > ul > li:nth-of-type(n+3) {
	margin-top: 10px;
}
#nav > ul > li > ul {
	padding: 8px 0 0 25px;
}
#nav > ul > li > ul > li+li {
	margin-top: 6px;
}


#header .header__utility__area .header_date_area .date__info__block .date__info {
	font-size: 1.55em;
}

}


/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {

#header .header__utility__area .header_date_area .date {
	font-size: 1.2em;
}
#header .header__utility__area .utility_box {
	width: 100%;
}

}


/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {

#header .header__utility__area {
	display: flex;
	height: auto;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	position: absolute;
	bottom: -5px;
	right: 5px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
#header .header__utility__area .header_date_area {
	margin-right: 0;
	padding: 0;
}
#header .header__utility__area .header_date_area .inner {
	display: flex;
	align-items: center;
	padding: 3px;
}
#header .header__utility__area .header_date_area .title {
	margin-right: 3px;
}
#header .header__utility__area .header_date_area .title > span {
	display: flex;
	align-items: center;
	border-radius: 3px;
	padding: 4px;
}
#header .header__utility__area .header_date_area .date {
	font-size: 1em;
	white-space: nowrap;
}
#header .header__utility__area .utility_box a {
	flex-wrap: inherit;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 1.15em;
	white-space: nowrap;
	padding: 7px 5px;
}
#header .header__utility__area .utility_box a > span {
	width: auto!important;
}
#header .header__utility__area .utility_box a > span.icon {
	font-size: 1em;
	margin-bottom: 0;
	margin-right: 5px;
}
#header .header__utility__area .utility_box a > span.icon.img {
	height: 1.8em;
}

.btn_nav_open {
	padding: 20px 8px;
	top: 9%;
}
.btn_nav_open .title {
	font-size: 1.4em;
}
.btn_nav_open .bars_box {
	margin: 15px auto 0;
}

#header .header__utility__area .header_date_area .date__info__block .date__info {
	font-size: 1.5em;
}

}


/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {



}


/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {

#header .header__logo__area #logo {
	width: 90px;
	height: 90px;
	/*left: 5px;*/
}
#header .header__logo__area {
	/*padding-left: 100px;*/
}
.btn_nav_open,
.btn_nav_close {
	display: none;
}
#nav {
	/*display: none;*/
	width: 100%;
	height: 100%;
	/*padding: 70px 0 10px 0;*/
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.9);
	transform: translateX(-50%) translateY(-50%) scale(.9);
	transition: .2s;
	visibility: visible;
}
#nav.active {
	display: block;
	opacity: 1;
	z-index: 99;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
#nav.active > ul {
	/*display: block;*/
	align-content: flex-start;
	width: 100%;
	height: 100%;
	/*padding: 0 60px;*/
	overflow-x: hidden;
	overflow-y: auto;
}
#nav > ul > li:nth-of-type(n+3) {
	margin-top: 30px;
}
#nav.active ul li.first+li.first {
	/*margin-top: 2vh;*/
}
#nav.active ul li a {
	font-size: 2.4vw;
}
#nav.active ul li.first {
	/*width: 100%;*/
	/*background-color: #ccf;*/
}
#nav.active ul li.first > a {
/*	padding: 5px 15px;
	background-color: inherit;
	border-left: 4px solid #20868b;*/
}
#nav.active li.first > a::before {
	display: none;
}
#nav.active ul li.first a br {
	display: none;
}
#nav.active ul li.first > a + ul {
	margin-top: 1vh;
	padding-left: 2em;
}
#nav li.second+li.second {
	margin-top: 1vh;
}
#nav li.second a {
	padding: 0;
}
#nav li.second a .text {
	font-size: .9em;
}

#sp_nav_btn {
	display: block;
	width: 50px;
	height: 20px;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 100;
}
#sp_nav_btn .menu-trigger {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#sp_nav_btn .menu-trigger > span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	transition: all .2s;
}
#sp_nav_btn .menu-trigger > span.bar:nth-of-type(1) {
	top: 0;
}
#sp_nav_btn .menu-trigger > span.bar:nth-of-type(2) {
	bottom: 0;
}
#sp_nav_btn .menu-trigger.active span.bar {
	background-color: #fff;
}
#sp_nav_btn .menu-trigger.active span.bar:nth-of-type(1) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
#sp_nav_btn .menu-trigger.active span.bar:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

}


/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

.sp {
	display: block;
}
#header {
	height: 40px;
}
#header .header__logo__area .logo__area__main {
	padding: 0 5px;
}
#header .header__logo__area #logo {
	width: 42px;
	height: 42px;
	/*left: 4px;*/
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
#header .header__logo__area {
	/*padding-left: 50px;*/
}
#header .header__logo__area h2 {
	font-size: 1.2em;
}

#header .header__utility__area {
	display: block;
	width: calc(100% - 10px);
}
#header .header__utility__area .header_date_area {
	display: flex;
	align-items: center;
	width: 100%;
	margin-right: 10px;
}
#header .header__utility__area .header_date_area .inner {
	justify-content: center;
	align-items: center;
	width: 100%;
}
#header .header__utility__area .header_date_area .title {
	/*width: 20%;*/
}
#header .header__utility__area .header_date_area .title > span {
	font-size: .9em;
	/*padding: 3px 5px;*/
}
#header .header__utility__area .header_date_area .date {
	/*width: 80%;*/
	font-size: 1em;
}

#header .header__utility__area .utility_box.lang {
	width: 100%;
}

#sp_nav_btn {
	width: 30px;
	height: 12px;
	position: fixed;
	top: 15px;
	right: 14px;
	z-index: 100;
}

#nav {
	width: 100%;
	height: 100%;
	padding: 50px 10px 10px 10px;
}
#nav.active > ul {
	padding: 0;
}
#nav.active ul li a {
	font-size: 3.2vw;
}
#nav li.second a .text {
	font-size: 1em;
}
#nav.active ul li.first+li.first {
	margin-top: 0;
}
#nav > ul > li:nth-of-type(n+3) {
	margin-top: 20px!important;
}

#footer {
	height: 30px;
	padding: 0;
}

#header .header__utility__area .header_date_area .date__info__block .date__info {
	font-size: 1.2em;
}

#header .header__utility__area .utility_box a > span.icon.img {
	height: 1.5em;
}

}





#container {
	/*padding: 80px 0 0 200px;*/
	padding-top: 80px;
	position: relative;
	z-index: 1;
}

.page_blank #header .header__utility__area,
.page_blank #nav {
	display: none;
}
.page_blank #container {
	padding: 80px 0 0 0;
}

/* screens smaller than 1440---------------------------------------------------------- */
@media only screen and (max-width:1440px) {

#container {
	/*padding: 70px 0 0 150px;*/
	padding-top: 70px;
}
.page_blank #container {
	padding: 70px 0 0 0;
}

}

/* screens smaller than 1366---------------------------------------------------------- */
@media only screen and (max-width:1366px) {

#container {
	/*padding: 60px 0 0 140px;*/
	padding-top: 60px;
}
.page_blank #container {
	padding: 60px 0 0 0;
}

}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {

#container {
	padding: 60px 0 0 0;
}
.page_blank #container {
	padding: 60px 0 0 0;
}

}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

#container {
	padding: 40px 0 0 0;
}
.page_blank #container {
	padding: 40px 0 0 0;
}

}





.en #header .header__logo__area h2 {
	font-size: 1.9em;
}
.en #header .header__utility__area .header_date_area .date {
	font-size: 1.5em;
}
.en #nav a {
	font-size: 1.25em;
	padding: .6vh 5px .6vh 10px;
}
/* screens smaller than 1440---------------------------------------------------------- */
@media only screen and (max-width:1440px) {

.en #header .header__logo__area h2 {
	font-size: 1.8em;
}
.en #nav a {
	font-size: 1.2em;
}

}
/* screens smaller than 1366---------------------------------------------------------- */
@media only screen and (max-width:1366px) {

.en #header .header__utility__area .header_date_area .date {
	font-size: 1.2em;
}
.en #nav a {
	font-size: 1.2em;
	padding: .5vh 5px .5vh 10px;
}

}
/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {

.en #header .header__utility__area .header_date_area .date {
	font-size: 1.1em;
}

}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {

.en #header .header__utility__area .header_date_area .date {
	font-size: 1.1em;
}
.en #header .header__utility__area .header_date_area .date {
	font-size: 1em;
}

}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

.en #header .header__logo__area h2 {
	font-size: .8em;
}
#header .header__logo__area h2 span.sub span.jp {
	display: none;
}

}


#pagetop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #087b3d;
	background-color: #51b848;
	background-color: #1d74c3;
}
#pagetop::before {
	content: "";
	width: 30%;
	height: 30%;
	background: url(../images/icon_chevron-up-solid_W.png) no-repeat center center / cover;
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

#pagetop {
	width: 30px;
	height: 30px;
}

}





.base__list__para li {
	display: flex;
}
.base__list__para li .kome {
	width: 1em;
}
.base__list__para li .text {
	width: calc(100% - 1em);
}














