@charset "UTF-8";
body {
	color: #000;
	font-family: Arial, "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Helvetica, Verdana, sans-serif;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1.4;
	overflow-x: hidden;
}
#header {
	position: relative;
}

#header .header__logo {
	padding: 25px 0;
}

#header .header__logo a.logo {
	display: flex;
}

#header .header__logo a.logo figure {
	width: 80px;
}

#header .header__logo a.logo .sitename {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	justify-content: space-between
}

#header .header__logo a.logo .sitename .ja {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
}

#header .header__logo a.logo .sitename .ja br {
	display: none;
}

#header .header__logo a.logo .sitename .en {
	font-size: 13px;
	font-size: 1.3rem;
	color: #000;
	line-height: 1.3;
}

#header .header__logo .logo {
	display: block;
	width: 100%;
}

#header .header__main .nav-menu .show-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0 38px;
}

#header .header__main .nav-menu .show-menu>.item {
	padding: 19px 0;
	position: relative;
	margin-right: 67px;
}

#header .header__main .nav-menu .show-menu>.item:last-of-type {
	margin-right: 0;
}

#header .header__main .nav-menu .show-menu>.item>a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	padding: 0 0;
}

#header .header__main .mobile-icon {
	width: 26px;
	height: 30px;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 12;
	display: none;
}

#header .header__main .mobile-icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 100%;
	height: 2px;
	margin-top: -2px;
	background-color: #333;
	font-size: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	border-radius: 3px;
}

#header .header__main .mobile-icon span:before,
#header .header__main .mobile-icon span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	border-radius: 3px;
}

#header .header__main .mobile-icon span:before {
	-webkit-transform: translateY(-250%);
	-ms-transform: translateY(-250%);
	transform: translateY(-250%);
	top: -6px;
}

#header .header__main .mobile-icon span:after {
	-webkit-transform: translateY(250%);
	-ms-transform: translateY(250%);
	transform: translateY(250%);
	bottom: -6px;
}

#header .header__main .mobile-icon.mobile-close {
	right: 14px;
	top: 50%;
}

#header .header__main .mobile-icon.mobile-close span {
	background-color: transparent;
}

#header .header__main .mobile-icon.mobile-close span:before,
#header .header__main .mobile-icon.mobile-close span:after {
	width: 100%;
	background: #333;
}

#header .header__main .mobile-icon.mobile-close span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	top: 2px;
}

#header .header__main .mobile-icon.mobile-close span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	bottom: -2px;
}

#footer {
	padding-top: 64px;
}

#footer .main__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 18px;
	padding-bottom: 56px;
	border-bottom: 1px solid #afafaf;
}

#footer .main__footer .block-information {
	width: 47.46%;
}

#footer .main__footer .block-information .logo-footer {
	margin-bottom: 28px;
	display: block;
}

#footer .main__footer .block-information .logo-footer span {
	display: block;
	color: #020202;
}

#footer .main__footer .block-information .logo-footer span.jp {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}

#footer .main__footer .block-information .logo-footer span.en {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
}

#footer .main__footer .block-information .information-footer {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.95;
}

#footer .main__footer .block-information .information-footer a {
	color: #000;
}
#footer .main__footer .block-information .site_seal {
	margin-top: 20px;
}

#footer .main__footer .block-menu {
	width: calc(100% - 47.46%);
	padding-left: 15px;
}

#footer .main__footer .block-menu .menu__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .main__footer .block-menu .menu__footer li {
	width: 48.5%;
	margin-bottom: 16px;
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 15px;
	position: relative;
}

#footer .main__footer .block-menu .menu__footer li:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	position: absolute;
	top: 43%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#footer .main__footer .block-menu .menu__footer li a {
	color: #000;
}

#footer .main__footer .block-menu .menu__footer li:nth-child(2n) {
	width: 51.5%;
}

#footer .copy-right {
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 18px 0;
	letter-spacing: 1px;
}

.inner {
	display: block;
	max-width: 1210px;
	padding: 0 15px;
	margin: 0 auto;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

a {
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
}

.ttlcomp-01 {
	padding: 3px 20px;
}

.ttlcomp-01 span {
	display: block;
	color: #020202;
}

.ttlcomp-01 span.jp {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 3px;
}

.ttlcomp-01 time {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}

.ttlcomp-01 span.en {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.6px;
}

.ttlcomp-02 {
	position: relative;
}

.ttlcomp-02:after {
	content: "";
	display: block;
	width: 36px;
	height: 1px;
	position: absolute;
	right: 8px;
	bottom: 5px;
	background: #484848;
}

.ttlcomp-02:before {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	position: absolute;
	right: 8px;
	bottom: 8px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	background: #484848;
}

.ttlcomp-02 span {
	display: block;
	color: #111111;
}

.ttlcomp-02 span.jp {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 2px;
}

.ttlcomp-02 span.en {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 1px;
}

.ttlcomp-03 {
	margin-bottom: 23px;
}

.ttlcomp-03 span {
	display: block;
	color: #fff;
	text-align: center;
}

.ttlcomp-03 span.jp {
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 600;
	margin-bottom: 3px;
}

.ttlcomp-03 span.en {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
}

.ttlcomp-04 {
	padding-left: 21px;
	position: relative;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	color: #020202;
	letter-spacing: 0.5px;
}

.ttlcomp-04:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.txt-basic {
	line-height: 1.6875;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-left {
	text-align: left;
}

.btn-comp01 {
	max-width: 404px;
	width: 100%;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background: #fff;
	margin: 0 auto;
}
.btn-comp01:before {
	content: '\ea34';
	font-family: 'icomoon';
	font-size: 20px;
	font-size: 2rem;
    margin-right: 12px;
}
.btn-comp01:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 48%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.btn-comp01 span {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.btn-comp01 span:last-of-type {
	margin-right: 0;
}

.btn-comp01 span img {
	width: 17px;
}

.btn-comp02 {
	max-width: 173px;
	width: 100%;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 50px;
	position: absolute;
	border: 1px solid #646464;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	color: #0f0f0f;
}

.btn-comp02:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	right: 12px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #757575;
	border-right: 1px solid #757575;
}

.btn-comp03 {
	max-width: 404px;
	width: 100%;
	height: 58px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	position: relative;
}

.btn-comp03:after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 48%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.btn-comp04 {
	width: auto;
	line-height: 2;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 50px;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 18px;
	color: #000;
}

.sec-mv-page {
	position: relative;
}

.sec-mv-page img {
	width: 100%;
	min-height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.sec-mv-page .ttl-mv {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 600;
	color: #fff;
}

.breadcrumb {
	padding: 10px 0;
	background: #f5f5f5;
	margin-bottom: 40px;
}

.breadcrumb .inner {
	padding: 0 30px;
}

.breadcrumb a,
.breadcrumb span {
	font-size: 13px;
	font-size: 1.3rem;
	color: #0f0f0f;
}

.breadcrumb span a {
	text-decoration: underline;
}

.pagination .list-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .list-pagination li {
	margin-right: 13px;
}

.pagination .list-pagination li:last-of-type {
	margin-right: 0;
}

.pagination .list-pagination li a,
.pagination .list-pagination li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border: 1px solid #838383;
	border-radius: 50%;
	font-size: 12px;
	font-size: 1.2rem;
	color: #222222;
}

.pagination .list-pagination .page__current {
	pointer-events: none;
}

.pagination .list-pagination li .current {
	color: #fff;
}

.pagination .list-pagination .page__prev a {
	border: none;
}

.pagination .list-pagination .page__prev a img {
	width: 100%;
}

.pagination .list-pagination .page__next a {
	border: none;
}

.pagination .list-pagination .page__next a img {
	width: 100%;
}

.fade-up {
	opacity: 0;
	-webkit-transform: translate(0px, 120px);
	-ms-transform: translate(0px, 120px);
	transform: translate(0px, 120px);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	-o-transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.fade-up.active {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
}

.sec-mv {
	margin-bottom: 40px;
}

.sec-mv .slide {
	height: 30vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sec-contact {
	padding: 40px 0 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sec-main-content {
	padding-bottom: 78px;
}

.main-content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-content-block .content-left {
	width: calc(100% - 27.12%);
	padding-left: 18px;
	padding-right: 22px;
}

.main-content-block .sidebar {
	width: 27.12%;
}

.heading-block {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
}

.list-sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-sidebar .item {
	margin-bottom: 38px;
}

.list-sidebar .item a {
	display: block;
}

.list-sidebar .item__img {
	margin-bottom: 15px;
}

.list-sidebar .item__img img {
	width: 100%;
}

.news-block {
	margin-bottom: 32px;
}

.news-block .item {
	padding: 23px 13px;
	border-bottom: 1px dashed #ccc;
}

.news-block .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-block .item__date {
	width: 114px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	color: #0f0f0f;
}

.news-block .item__info {
	width: calc(100% - 114px);
	padding-left: 41px;
	position: relative;
}

.news-block .item__info .new {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #fc3838;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 1.5px;
}

.news-block .item__info .ttl {
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.8125;
	text-decoration: underline;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}

.file:before {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	max-width: 83px;
	width: 100%;
	border-radius: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 14px;
	padding: 2px 0 3px;
}

.list-arrow li a[href$=".pdf"]+.file:before,
.list-link li a[href$=".pdf"]+.file:before,
.news-block .item a[href$=".pdf"] .file:before {
	content: 'PDF';
	background: #dd2525;
}

.list-arrow li a[href$=".doc"]+.file:before,
.list-arrow li a[href$=".docx"]+.file:before,
.list-link li a[href$=".doc"]+.file:before,
.list-link li a[href$=".docx"]+.file:before,
.news-block .item a[href$=".doc"] .file:before,
.news-block .item a[href$=".docx"] .file:before {
	content: 'WORD';
	background: #5f1fb5;
}

.list-arrow li a[href$=".xls"]+.file:before,
.list-arrow li a[href$=".xlsx"]+.file:before,
.list-link li a[href$=".xls"]+.file:before,
.list-link li a[href$=".xlsx"]+.file:before,
.news-block .item a[href$=".xls"] .file:before,
.news-block .item a[href$=".xlsx"] .file:before {
	content: 'EXCEL';
	background: #35851f;
}

.file__pdf {
	background: #dd2525;
}

.file__word {
	background: #5f1fb5;
}

.file__excel {
	background: #35851f;
}

.news-block .item .item-sub {
	padding: 10px 0 0 155px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8125;
	color: #333;
}
.news-block .item .item-sub a {
	display: inline;
	color: #333;
	text-decoration: underline;
}


.intro-contact {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 28px;
}

.jyohokan_kaigi-block {
	margin-top: 30px;
}

.jyohokan_kaigi-block .item {
	padding: 17px 15px 17px 22px;
	background: #f8f8f8;
	border-radius: 5px;
	margin-bottom: 20px;
}

.jyohokan_kaigi-block .item:last-of-type {
	margin-bottom: 0;
}

.jyohokan_kaigi-block .item__heading {
	padding-bottom: 13px;
	margin-bottom: 16px;
	border-bottom: 3px solid #dbdbdb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jyohokan_kaigi-block .item__heading span.date {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1.5px;
	padding-right: 12px;
}

.jyohokan_kaigi-block .item__content {
	padding-left: 24px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jyohokan_kaigi-block .item__content--info {
	width: calc(100% - 167px);
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6875;
	letter-spacing: 1.5px;
	padding-top: 4px;
}

.jyohokan_kaigi-block .item__content--info a {
	color: #000;
	text-decoration: underline;
}

.jyohokan_kaigi-block .item__content--info p {
	margin-bottom: 3px;
}

.jyohokan_kaigi-block .item__content--info p .file {
	margin-left: 5px;
}

.jyohokan_kaigi-block .item__content--info .list-link li {
	margin-bottom: 14px;
}

.jyohokan_kaigi-block .item__content--info .list-link li:last-of-type {
	margin-bottom: 0;
}

.jyohokan_kaigi-block .item__content--img {
	width: 167px;
}
/*
.single-block__content {
	margin-bottom: 60px;
}
*/
.single-block__content + .heading-block {
	margin-top: 60px;
}
.single-block__content:last-of-type {
	margin-bottom: 0;
}

.single-block__content {
	margin-top: 25px;
}

.single-block__content .list-arrow li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.single-block__content .list-arrow li.child {
	padding-left: 40px;	
}

.single-block__content .list-arrow li:last-of-type {
	margin-bottom: 0;
}

.single-block__content .list-arrow li a {
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: underline;
	color: #000;
}
.single-block__content .list-arrow li span {
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
}
.single-block__content .list-arrow li span.subtxt {
	display: block;
}
.single-block__content .list-arrow li span.note {
	color: #ff0000;
	font-size: 1.4rem;
	margin-left: 2em;
}

.single-block__content .list-arrow li.outer-link a {
	position: relative;
}

.single-block__content .list-arrow li.outer-link a:after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url("../img/common/icon-link.png") no-repeat center/cover;
	position: absolute;
	top: 6px;
	right: -20px;
}

.single-block__content .link-block {
	padding-left: 45px;
}

.single-block__content .link-block li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 1px solid #757575;
	border-right: 1px solid #757575;
}
.single-block__content .link-block li.child:before {
	left: 20px;
    transform: translateY(-50%);
    height: 1px;
    border: none;
    background: #797979;
    width: 1em;
    top: 60%;
}
.single-block__content .link-block--style02 {
	padding-left: 27px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #d3d3d3;
}

.single-block__content .link-block--style02 .ttlcomp-04 {
	margin-bottom: 18px;
}

.single-block__content .link-block--style02 .list-arrow {
	padding-left: 20px;
}

.single-block__content .link-block--style03 {
	padding-left: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #d3d3d3;
}

.single-block__content .link-block--style03 .ttlcomp-04 {
	margin-left: 27px;
	margin-bottom: 14px;
}

.single-block__content .link-block--style03 .wp-inner {
	padding: 23px 43px 25px;
	border-radius: 5px;
	background: #f8f8f8;
	margin-bottom: 20px;
}

.single-block__content .link-block--style03 .wp-inner:last-of-type {
	margin-bottom: 0;
}

.single-block__content .link-block--style03 .wp-inner .list-arrow {
	padding-left: 5px;
}

.single-block__content .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-block__content .flex .img {
	width: 374px;
}

.single-block__content .flex .img img {
	width: 100%;
}

.single-block__content .flex .info {
	width: calc(100% - 374px);
	padding-left: 36px;
	padding-right: 0;
}

.single-block__content .flex .info .txt-basic {
	padding-right: 15px;
}

.single-block__content .flex .info .btn-comp02 {
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin-right: 9px;
	margin-left: auto;
	margin-top: 44px;
}

.page-japan .link-block {
	border-bottom: 1px solid #d3d3d3;
	padding-left: 22px;
}

.page-japan .link-block .list-arrow {
	padding-left: 27px;
}

.page-japan .link-block .list-arrow li a {
	letter-spacing: 1.3px;
}

.about-block {
	letter-spacing: 1.35px;
	padding: 6px 13px;
	margin-bottom: 56px;
	text-align: justify;
	color: #020202;
}

.about-block p {
	margin-bottom: 1em;
}

.about-block p:last-child {
	margin-bottom: 0;
}

.about-block p strong {
	font-weight: 600;
}

.organization-block {
	border: 1px solid #d7d7d7;
	border-radius: 7px;
	padding: 0 30px 30px;
}


/* 2020-11-06 追加 */

.organization-block {
	margin-top: 59px;
}

.organization-ttl {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	position: relative;
	margin: -17px 0 19px;
}

.organization-ttl span {
	display: inline-block;
	background: white;
	padding: 0 7px;
}

.organization-note {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.organization-note .item {
	width: 48%;
}

.organization-note .item .box-item {
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 7px;
	padding: 14px 22px 18px;
	margin-bottom: 5px;
}

.organization-note .item .ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #020202;
	line-height: 1.55555;
	margin-bottom: 26px;
}

.organization-note .item .ttl img {
	width: 83px;
}

.organization-note .item .ttl span {
	display: block;
	width: calc(100% - 83px);
	padding: 0 0 0 17px;
	position: relative;
	top: 1px;
}

.organization-note .item .note {
	display: inline-block;
	background: white;
	border: 1px solid #d7d7d7;
	line-height: 1;
	padding: 8px 41px;
	border-radius: 20px;
	margin-bottom: 11px;
}

.organization-note .item ul {
	margin-bottom: 11px;
}

.organization-note .item ul:last-child {
	margin-bottom: 0;
}

.organization-note .item ul li {
	position: relative;
	padding-left: 10px;
	letter-spacing: 1px;
}

.organization-note .item ul li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: -2px;
}

.organization-note-02 {
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 7px;
	padding: 26px 0 20px 0;
	position: relative;
	margin-bottom: 10px;
}

.organization-note-02:after {
	content: "";
	width: 212px;
	height: 122px;
	background: url("../img/about/note-dow.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.organization-note-02 .ttl {
	display: block;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 13px;
}

.organization-note-02__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.organization-note-02__item .item {
	width: 50%;
	border-right: 1px solid #d7d7d7;
	padding: 0 10px 33px;
}

.organization-note-02__item .item:last-child {
	border-right: none;
}

.organization-note-03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.organization-note-03 .item {
	width: 34%;
	position: relative;
}

.organization-note-03 .item .box-item {
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 7px;
	margin-top: 5px;
	padding: 14px 0 16px 15px;
	position: relative;
}

.organization-note-03 .item .box-item .ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #020202;
	line-height: 1.4;
}

.organization-note-03 .item .box-item .ttl img {
	width: 56px;
}

.organization-note-03 .item .box-item .ttl span {
	display: block;
	width: calc(100% - 56px);
	padding: 0 0 0 12px;
	position: relative;
	top: 1px;
	letter-spacing: -0.5px;
}

.organization-note-03 .item-center {
	width: 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px 6px;
}

.box-note-left {
	padding-left: 50px;
}

.box-note-right {
	padding-right: 59px;
}

.gallery-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px 34px;
}

.gallery-video .item {
	width: 50%;
	padding: 0 12px;
	margin-bottom: 19px;
}

.gallery-video .item iframe {
	width: 100% !important;
	height: 240px !important;
}

.gallery-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.gallery-img .item {
	width: 33.333%;
	padding: 0 8px;
	margin-bottom: 14px;
}

.gallery-img .item img {
	width: 100%;
}

.heading-note {
	font-size: 15px;
	font-size: 1.5rem;
	position: absolute;
	right: 8px;
	bottom: 17px;
	color: #020202;
}

#cboxLoadedContent img {
	max-width: 900px !important;
	height: auto !important;
	width: auto !important;
	max-height: 80vh !important;
}

#cboxNext {
	background: url("../img/gallery/next.png") no-repeat;
	background-size: 100%;
	outline: none !important;
}

#cboxPrevious {
	background: url("../img/gallery/prev.png") no-repeat;
	background-size: 100%;
	outline: none !important;
}

#cboxClose {
	background: url("../img/gallery/close.png") no-repeat;
	background-size: 100%;
	outline: none !important;
}

.address-block .txt-basic {
	padding: 0 15px;
	margin-bottom: 30px;
}

.address-block .txt-basic a {
	color: #000;
}

.address-block .txt-basic a.outer-link {
	color: #0aaddc;
	position: relative;
}

.address-block .txt-basic a.outer-link:after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url("../img/common/icon-link.png") no-repeat center/cover;
	position: absolute;
	top: 6px;
	right: -20px;
}

.box-map iframe {
	width: 100% !important;
}

.contact-form {
	font-size: 16px;
	font-size: 1.6rem;
}
.contact-form p + p {
	margin-top: 1em
}
.contact-form .note {
	color: #d52b1e;
}
.contact-form .note span {
	font-weight: bold;
}

.contact-form table {
	margin: 50px 0;
	width: 100%;
}

.contact-form table th,
.contact-form table td {
	border: 1px solid #d1d1d1;
	padding: 15px 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.contact-form table th {
	background: #f1f1f1;
	position: relative;
	width: 30%;
	vertical-align: middle;
}

.contact-form table th sup {
	font-size: 0.8em;
	color: #ff0000;
}

.contact-form table td {
	text-align: left;
	vertical-align: top;
	width: 70%;
	font-weight: normal;
}

.contact-form table td.flex .flex-inner {
	display: flex;
}

.contact-form table td p {
	margin-top: 1em;
}

.contact-form table td span {
	display: block;
}

.contact-form table th span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.7;
	padding: 0 .5rem;
	border-radius: 3px;
}

.contact-form table th span.require {
	background: #ea1600;
}

.contact-form table th span.any {
	background: #037a90;
}


input[type="text"],
input[type="url"],
input[type="email"] {
	width: 420px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: .05rem;
	background-color: #f6f6f6;
	border-radius: 4px;
}

.mw_wp_form_input span.hidden-wrap {
	display: block;
	padding: 15px 24px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: .05rem;
	background-color: #f6f6f6;
	border-radius: 4px;
}

textarea {
	width: 100%;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: .05rem;
	background-color: #f6f6f6;
	border-radius: 4px;
}

select {
	outline: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
	padding: 15px 24px;
	background-color: #f6f6f6;
	border-radius: 4px;
}

select option {
	background-color: #fff;
	color: #333;
}

select::-ms-expand {
	display: none;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}

.select-wrap {
	position: relative;
	width: 420px;
}

.select-wrap:before {
	z-index: 1;
	position: absolute;
	right: 15px;
	top: 0;
	content: "\edc2";
	font-family: 'intactis';
	line-height: 52px;
	color: #7F878C;
	pointer-events: none;
}

.contact-form .flex-wrap {
	display: flex;
	justify-content: space-between;
}

.contact-form .flex-wrap div {
	width: 49%;
	display: flex;
	justify-content: flex-start;
}

.contact-form .flex-wrap div+div {
	margin-left: 2%;
}

.contact-form .flex-wrap div.full {
	width: 100%;
}

.contact-form .flex-wrap div span {
	line-height: 42px;
}

.contact-form .flex-wrap div span+span {
	margin-left: 5px;
}

.contact-form .flex-wrap input[type="text"],
.contact-form .flex-wrap input[type="url"],
.contact-form .flex-wrap input[type="email"] {
	max-width: 210px;
}

.mwform-radio-field.vertical-item {
	display: block
}

.mwform-radio-field.vertical-item+.mwform-radio-field.vertical-item {
	margin-top: 20px
}

.mwform-radio-field.horizontal-item {
	display: inline-block;
	margin-right: 20px;
	line-height: 2em
}

.mwform-radio-field.horizontal-item:last-of-type {
	margin-right: 0
}

.mwform-radio-field .mwform-radio-field-text {
	padding-left: 38px;
	position: relative;
	cursor: pointer
}

.mwform-radio-field .mwform-radio-field-text::before {
	content: "";
	display: block;
	background-color: #f6f6f6;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	transition: background-color .2s
}

.mwform-radio-field input {
	display: none
}

.mwform-radio-field input:checked+.mwform-radio-field-text::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%
}

.mw_wp_form .error {
	margin-top: 10px;
}

.mwform-file-delete {
	display: none;
}

.mw_wp_form_confirm .select-wrap {
	width: auto;
	background: inherit;
}

.mw_wp_form_confirm .select-wrap:before {
	display: none;
}

.mw_wp_form_confirm table th sup,
.mw_wp_form_confirm .note {
	display: none;
}

.mw_wp_form_confirm .contact-form table th span {
	display: none;
}

.mw_wp_form_confirm .confnone,
.mw_wp_form_confirm .contact-form table td span {
	display: none;
}

.submit-btn {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.submit-btn a,
.submit-btn input.submit {
	background: #fff;
	padding: 15px 10px;
	max-width: 300px;
	font-size: 1.5rem;
	width: 100%;
	display: inline-block;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.submit-btn a + a {
	margin-left: 50px;
}

.submit-btn a:hover,
.submit-btn input.submit:hover {
	color: #fff;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.thanks-msg {
	width: 80%;
	margin: 0 auto 30px;
	padding: 30px 40px;
	background: #efefef;
	border-radius: 6px;
	font-size: 1.6rem;
}

.thanks-msg table {
	width: 100%;
	margin-top: 30px;
}

.thanks-msg table th,
.thanks-msg table td {
	border-bottom: 1px solid #ccc;
}

.thanks-msg table tr:last-child th,
.thanks-msg table tr:last-child td {
	border-bottom: none;
}

.thanks-msg table th {
	width: 30%;
	font-weight: bold;
	padding: 20px 25px;
}

.thanks-msg table td {
	padding: 20px 25px;
	text-align: left;
}

.box-newsmain>*+* {
	margin-top: 30px;
}

.box-newsmain .block-detail__img {
	text-align: center;
}

.box-newsmain figure figcaption {
	text-align: center;
	line-height: 2;
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}

.box-newsmain .movie {
	text-align: center;
}

.block-detail__table {
	width: 100%;
	border-collapse: collapse;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.box-newsmain table {
	line-height: 1.8125;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 38px;
	text-align: left;
	margin-right: 20px;
}

.box-newsmain table td,
.box-newsmain table th {
	border: 1px solid #d3d3d3;
}

.box-newsmain table th {
	background: #f5f5f5;
	width: 190px;
	text-align: center;
}

.box-newsmain table td {
	width: calc(100% - 190px);
	padding: 17.5px 5px 16.5px 37px;
}

.box-newsmain .list-arrow li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.box-newsmain .list-arrow li .note {
	color: #ff0000;
	font-size: 1.4rem;
	margin-left: 2em;
}
	
.box-newsmain .list-arrow li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 1px solid #757575;
	border-right: 1px solid #757575;
}

.box-newsmain .list-arrow li:last-of-type {
	margin-bottom: 0;
}

.box-newsmain .list-arrow li a {
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: underline;
	color: #000;
}

.box-newsmain .list-arrow li.outer-link a {
	position: relative;
}

.contact-form.entry table {
	margin-top: 20px;
} 
.contact-form .flex-form {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.contact-form .flex-form dl {
	width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
}
.contact-form .flex-form dl.full {
	width: 100%;
}
.contact-form .flex-form dl dt {
	line-height: 2;
}

.contact-form .flex-form input[type="text"],
.contact-form .flex-form input[type="url"],
.contact-form .flex-form input[type="email"] {
	max-width: 100%;
}

.cnotes .gfield_description {
	color: #ff0000;
}
.gfield.gfield--type-html {
	font-size: 1.2rem;
	line-height: 1.44;
}

/* Media Queries */
@media screen and (max-width: 1700px) {
	#header .header__main .nav-menu .show-menu>.item {
		margin-right: 3.94118vw;
	}
}

@media screen and (max-width: 1200px) {
	.news-block .item__info .ttl {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 1100px) {
	#header .header__main .nav-menu .show-menu>.item {
		padding: 15px 0;
		margin-right: 20px;
	}
	.ttlcomp-02 span.jp {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.organization-block {
		padding: 0 15px 30px;
	}
	.organization-note .item {
		width: 48%;
	}
	.organization-note .item .box-item {
		padding: 15px;
	}
	.organization-note .item .ttl {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.organization-note-02:after {
		width: 130px;
	}
	.organization-note-03 .item-center {
		padding: 0 5px 10px;
	}
	.box-note img {
		max-width: 100px;
	}
	.box-note-left {
		padding-left: 20px;
	}
	.box-note-right {
		padding-right: 20px;
	}
}

@media screen and (max-width: 1024px) {
	#header .header__logo {
		padding: 15px 0;
	}
	#header .header__main .nav-menu .show-menu {
		padding: 0;
	}
	#header .header__main .nav-menu .show-menu>.item>a {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#footer {
		padding-top: 30px;
	}
	#footer .main__footer .block-information .logo-footer span.jp {
		font-size: 20px;
		font-size: 2rem;
	}
	#footer .main__footer .block-information .logo-footer span.en {
		font-size: 10px;
		font-size: 1rem;
	}
	#footer .main__footer .block-menu .menu__footer li {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.ttlcomp-01 span.jp {
		font-size: 20px;
		font-size: 2rem;
	}
	.ttlcomp-01 span.en {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.ttlcomp-02 span.jp {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.ttlcomp-02 span.en {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.txt-basic {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.btn-comp01 {
		max-width: 300px;
		height: 45px;
	}
	.btn-comp02 {
		font-size: 14px;
		font-size: 1.4rem;
		right: 15px;
		max-width: 150px;
	}
	.btn-comp01 span {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.btn-comp03 {
		font-size: 14px;
		font-size: 1.4rem;
		max-width: 300px;
		height: 45px;
	}
	.btn-comp04 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.main-content-block .content-left {
		padding-left: 0;
		padding-right: 15px;
	}
	.news-block .item {
		padding: 15px 0;
	}
	.news-block .item__date {
		font-size: 12px;
		font-size: 1.2rem;
		width: 80px;
	}
	.news-block .item__info {
		width: calc(100% - 80px);
	}
	.news-block .item__info .new {
		left: 5px;
		letter-spacing: 0.5px;
	}
	.news-block .item__info .ttl {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.news-block .item .item-sub {
		padding: 10px 0 0 121px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.file:before {
		max-width: 65px;
		width: 100%;
		height: 20px;
		font-size: 11px;
		font-size: 1.1rem;
		padding-top: 0;
	}
	.intro-contact {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.jyohokan_kaigi-block .item__content--info {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.single-block__content .list-arrow li {
		margin-bottom: 15px;
	}
	.single-block__content .list-arrow li a,
	.single-block__content .list-arrow li span {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.single-block__content .flex {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.single-block__content .flex .img {
		width: 300px;
	}
	.single-block__content .flex .info {
		width: calc(100% - 300px);
		padding-left: 20px;
		padding-top: 10px;
	}
	.single-block__content .flex .info .txt-basic {
		margin-bottom: 15px;
	}
	.single-block__content .flex .info .btn-comp02 {
		margin-top: 0;
	}
	.organization-ttl {
		font-size: 18px;
		font-size: 1.8rem;
		margin: -12px 0 15px;
	}
	.organization-note .item .ttl {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.organization-note .item .ttl span {
		padding: 0 0 0 10px;
	}
	.organization-note-03 .item .box-item {
		padding: 10px 5px 10px 10px;
	}
	.organization-note-03 .item .box-item .ttl {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.organization-note-03 .item .box-item .ttl span {
		padding: 0 0 0 5px;
	}
	#cboxLoadedContent img {
		max-width: 600px !important;
		max-height: 65vh !important;
	}
	.box-newsmain .list-arrow li {
		margin-bottom: 15px;
	}
	.box-newsmain .list-arrow li a {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 835px) {
	.gallery-video {
		margin: 25px -12px 34px;
	}
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
	#header .header__main .nav-menu .show-menu>.item {
		padding: 22px 0 15px;
	}
	.btn-comp03 {
		padding-top: 2px;
	}
	.organization-note .item .note {
		padding: 9px 41px 7px;
	}
}

/* Language RU hack */
#lang-ru {
	font-family: Arial,"Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;

}
#lang-ru .about-block {
	text-align: left;
}
.submit-btn a.lang-ru {
	font-family: Arial,"Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
