body {
	font-family: YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif,
		"Helvetica Neue", Helvetica, Arial;
	font-weight: 500;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt", none;
	font-variant-ligatures: none;
	line-height: 1.667;
	font-size: 1.125rem;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	color: #25282c;
}
body a {
	color: #25282c;
	text-decoration: none;
	transition: opacity 300ms;
	opacity: 1;
}
body a:hover {
	opacity: 0.8;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.border_none {
	border: none;
}
.margin_top {
	margin-top: 50px;
}
.padding-top {
	padding-top: 25px;
}
.h-96 {
	height: 96%;
}
button:focus {
	outline: none;
	box-shadow: none;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.h-100per {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: calc(100% / 16 * 9);
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}
@media screen and (min-width: 1200px) {
	#page_top {
		width: 50px;
		height: 50px;
		position: fixed;
		right: 10px;
		bottom: 0;
		opacity: 0.6;
		z-index: 999999;
	}
	#page_top a {
		width: 50px;
		height: 50px;
		text-decoration: none;
		display: block;
		overflow: hidden;
		position: relative;
	}
	#page_top a::before {
		position: absolute;
		top: 0;
		left: 0;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "";
		font-size: 50px;
		line-height: 1;
		color: #2c63ff;
	}
}
#header {
	width: 100%;
	height: 135px;
	background-color: #14244d;
	z-index: 10;
	position: sticky;
	top: 0;
}
#header .header__inner {
	height: 135px;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	padding: 0 15px;
}
#header .header__logo {
	display: flex;
	align-items: center;
	width: 28%;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 1rem;
}
#header .header__logo a {
	display: block;
}
#header .header__logo a img {
	width: 175px;
	height: auto;
	opacity: 1;
	transition: opacity 0.3s;
}
#header .header__logo a:hover img {
	opacity: 0.5;
}
#header .header__navigation {
	width: 72%;
}
#header .header__navigation__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
}
#header .header__navigation__sub {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: calc(135px / 2);
}
#header .header__navigation__main {
	width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	height: calc(135px / 2);
}
#header .header__navigation .sub__nav {
	margin-right: auto;
}
#header .header__navigation .sub__nav ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
}
#header .header__navigation .sub__nav ul li {
	margin: 0 1em 0 0;
}
#header .header__navigation .sub__nav ul li a {
	color: #787a79;
	text-decoration: underline;
	font-size: 0.9rem;
}
#header .header__navigation .sns__list {
	list-style: none;
	display: flex;
	margin: 0 0 0 10px;
	padding: 0;
}
#header .header__navigation .sns__list__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.5rem;
}
#header .header__navigation .sns__list__item a img {
	width: 26px;
	height: 26px;
}
#header .header__navigation .sns__list__item button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.4rem 0.5rem;
	padding: 0;
	transition: opacity 300ms;
	background-color: transparent;
}
#header .header__navigation .sns__list__item button:hover {
	opacity: 0.8;
}
#header .header__navigation .sns__list__item button img {
	width: 28px;
	height: 28px;
}
.mailmag__item {
	margin-right: 0.5rem;
}
#header .header__navigation .mailmag__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.5rem;
	position: relative;
}
#header .header__navigation .mailmag__item a img {
	width: auto;
	height: 26px;
}
#header .header__navigation .global__nav {
	width: 100%;
	display: flex;
	justify-content: end;
}
#header .header__navigation .global__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#header .header__navigation .global__nav__link {
	color: #fff;
	transition: 0.3s;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	margin-right: 1rem;
}
#header .header__navigation ul li:last-child .global__nav__link {
	margin-right: 0;
}
#header .header__navigation .global__nav__link:hover {
	opacity: 1;
	text-decoration: none;
}
#header .header__navigation .global__nav__link.active {
	text-decoration: none;
	position: relative;
}
#header .header__navigation .global__nav__link.active::after {
	content: "";
	width: 100%;
	border-bottom: 1px #fff solid;
	opacity: 1;
}

#header .header__navigation .global__nav__link:after {
	position: absolute;
	bottom: -0.5em;
	left: 0;
	width: 100%;
	border-bottom: 1px #fff solid;
	transition: 0.5s;
	content: "";
	right: 0;
	margin: auto;
	opacity: 0;
}

#header .header__navigation .global__nav__link:hover::after {
	content: "";
	width: 100%;
	border-bottom: 1px #fff solid;
	opacity: 1;
}

#header .header__navigation .global__nav__lang {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: bold;
}
#header .header__navigation .global__nav__lang li:first-child {
	margin-right: 1em;
	position: relative;
}

#header .header__navigation .global__nav__lang__link {
	color: #fff;
	font-size: 1rem;
	display: inline-block;
	transition: 0.3s;
}
#header .header__navigation .global__nav__lang__link:hover {
	opacity: 0.5;
	text-decoration: none;
}
#header .header__mailmag {
	display: none;
}
[type="search"] {
	width: 160px;
	margin-left: 10px;
	display: inline;
}
.search_btn.btn {
	padding: 0 !important;
	border-radius: 3px !important;
}
.search_btn {
	background-image: transparent;
	background-image: transparent;
	color: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}
.search_btn:hover {
	background-image: transparent;
	color: transparent;
}
.search_btn::after {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("/images/template/loupe.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	right: 22px;
}
#site_search {
	width: 164px !important;
	padding: 0.5em;
	height: 26px;
	border-radius: 3px;
}
#site_search-sp {
	width: 210px !important;
	height: 34px !important;
}
.site__search {
	margin-right: 1rem;
}
.search_btn {
	height: 34px;
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cse-search-box {
	display: flex;
	align-items: center;
	position: relative;
}
#cse-search-box-sp {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.drawer--top.drawer-open .drawer-nav {
	top: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-nav::-webkit-scrollbar,
.drawer--right .drawer-hamburger::-webkit-scrollbar,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger::-webkit-scrollbar {
    display: none;
}
.drawer-hamburger-icon {
	background-color: #14244d;
	height: 2px;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #14244d;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	height: 2px;
}
.drawer-hamburger {
	top: 0;
	right: 0;
	background-color: #fff;
}
.drawer-hamburger:hover {
	background-color: #fff;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 16.24rem;
}
.drawer-menu-item {
	pointer-events: none;
}
.drawer-nav {
	background-color: #f5f7f6;
}

.drawer__menu {
	padding: 10px;
	height: 900px;
}
.drawer__menu .drawer__menu__main {
	list-style: none;
	padding-left: 1rem;
	margin: 0;
	padding: 1rem 0 1rem 1rem;
	border-bottom: 1px solid #ddd;
}
.drawer__menu .drawer__menu__main .global__nav__link {
	color: #787a79;
	padding: 0;
	transition: 0.3s;
	margin-bottom: 10px;
	display: block;
	padding: 7px 0 2px;
	font-size: 14px;
}
.drawer__menu .drawer__menu__main li:last-child .global__nav__link img {
	width: 83px;
	height: 23px;
}
.drawer__menu .drawer__menu__main .global__nav__link:hover {
	opacity: 0.5;
	text-decoration: none;
}
.drawer__menu .drawer__menu__main .global__nav__link.active {
	border-bottom: #7b7d7c 1px solid;
	display: inline-block;
	padding: 7px 0 2px;
	text-decoration: none;
	color: #787a79;
}
.drawer__menu .drawer__menu__main li:last-child a {
	margin-bottom: 0;
}
.drawer__menu .drawer__menu__sub {
	list-style: none;
	margin-top: 30px;
	padding: 1rem 0 1rem 1rem;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.drawer__menu .drawer__menu__sub a {
	color: #787a79;
	padding: 0;
	transition: 0.3s;
	margin-bottom: 10px;
	display: block;
	font-size: 0.875rem;
}
.drawer__menu .drawer__menu__sub a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.drawer__menu .drawer__menu__sub li:last-child a {
	margin-bottom: 0;
}
.drawer__menu .drawer__menu__search {
	padding: 1rem 0;
	border-bottom: 1px solid #ddd;
}
.menu__sns {
	list-style: none;
	display: flex;
	padding: 2.5rem 0 1rem 1rem;
	margin: 0;
	justify-content: center;
}
.drawer__menu .menu__sns {
	border-bottom: 1px solid #ddd;
	padding: 0.5rem;
	justify-content: flex-start;
}
.menu__sns a {
	display: block;
	margin: 0.5rem;
}
.drawer__menu .menu__sns a {
	margin: 0 0.5rem 0.5rem;
}
.menu__sns a img {
	width: 38px;
	height: 38px;
}
.drawer__menu .menu__sns a img {
	width: 22px;
	height: 22px;
}
.menu__sns button {
	display: block;
	margin: 0.4rem 0.5rem;
	padding: 0;
	background-color: transparent;
}
.menu__sns button img {
	width: 40px;
	height: 40px;
}
.drawer__menu .drawer__menu__mailmag {
	list-style: none;
	display: flex;
	padding: 1rem 0 1rem 1rem;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.drawer__menu .drawer__menu__mailmag a {
	display: block;
}
.drawer__menu .drawer__menu__mailmag a img {
	width: 210px;
	height: auto;
}
.drawer__menu .drawer__menu__bottom {
	list-style: none;
	padding: 1rem 0 1rem 1rem;
	margin: 0;
}
.drawer__menu .drawer__menu__bottom a {
	color: #787a79;
	padding: 0;
	transition: 0.3s;
	margin-bottom: 10px;
	display: block;
	font-size: 0.875rem;
}
.drawer__menu .drawer__menu__bottom a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.drawer__menu .drawer__menu__bottom li:last-child a {
	margin-bottom: 0;
}
.drawer__menu .drawer__menu__lang {
	list-style: none;
	margin: 0;
	padding: 1rem 0 1rem 1rem;
	border-bottom: 1px solid #ddd;
}
.drawer__menu .drawer__menu__lang a {
	color: #787a79;
	padding: 0;
	transition: 0.3s;
	margin-bottom: 10px;
	display: block;
	font-size: 0.875rem;
}
.drawer__menu .drawer__menu__lang a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.drawer__menu .drawer__menu__lang li:last-child a {
	margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
	.search_btn {
		height: 26px;
		width: 26px;
		top: 0;
		right: 0;
	}
	.search_btn::after {
		right: 5px;
	}
}
@media screen and (max-width: 1200px) {
	#header {
		height: 60px;
	}
	#header .header__inner {
		height: 60px;
	}
	#header .header__logo a img {
		width: auto;
		height: 50px;
		padding: 0;
		margin: 0;
	}
	#header .header__navigation {
		display: none;
	}
	#header .header__mailmag {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: auto;
		margin-right: 60px;
	}
	#header .header__mailmag a img {
		width: auto;
		height: 24px;
		margin-bottom: 4px;
	}

    /*add 20230323*/
    .topview .topview__article {
    padding-top: 0.75rem;
	}
}
.row-reverse {
	flex-direction: column-reverse;
}
.row-odd,
.row-even {
	flex-direction: row;
}
.category__title {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.category__title__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.category__title__en {
	font-size: 0.6875rem;
	letter-spacing: calc(34em / 100);
	padding-left: 0.34em;
	color: #373434;
	margin-top: 0.5rem;
}
.category__title__ja {
	color: #373434;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc(34em / 100);
	padding-left: 0.34em;
}
.category__title:before,
.category__title:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	color: #25282c;
	display: block;
}
.category__title:before {
	margin-right: 0.4em;
}
.category__title:after {
	margin-left: 0.4em;
}
@media screen and (min-width: 768px) {
	.category__title__en,
	.category__title__ja {
		letter-spacing: calc(68em / 100);
		padding-left: 0.68em;
	}
}
.archive__bg {
	background-color: #dadbdd;
}
.section__archive {
	padding: 50px 1em;
}
.archive__article {
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #bcbdc1;
}
.col-6:nth-child(5) .archive__article,
.col-6:nth-child(6) .archive__article {
	border-bottom: none;
}
.archive__article__link {
	display: flex;
}
.archive__article__image {
	width: 34%;
}
.archive__article__image .article__image {
	margin: 0;
	padding: 0;
}
.archive__article .archive__article__meta {
	width: 66%;
	display: flex;
	flex-direction: column;
	padding-left: 1em;
}
.archive__article .archive__article__category {
	font-size: 1rem;
	font-weight: 700;
	color: #192c6e;
	line-height: 1;
}
.archive__article .archive__article__title {
	margin-top: 0.5rem;
	font-size: 1rem;
	height: 3em;
	line-height: 1.5;
	overflow: hidden;
}
.archive__article .archive__article__date {
	display: block;
	text-align: right;
	color: #787a79;
	font-size: 0.875rem;
	margin-top: auto;
}
.section__feature {
	padding: 50px 1em;
}
.feature_bg {
	background-size: cover;
	background-position: center bottom;
	background-image: url("/images/template/section_bg.jpg");
	overflow: hidden;
}
.feature__article {
	position: relative;
	width: 100%;
	padding: 0 0.5rem;
}
.feature__article__meta {
	margin-top: 10px;
}
.feature__article__link {
	display: block;
}
.feature__article__image {
	margin: 0;
	padding: 0;
}
.feature__article__image__inner {
	margin: 0;
	padding: 0;
}
.feature__article__title {
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: 2px solid #192c6e;
	max-height: 7.5rem;
	overflow: hidden;
}
.feature__article__description {
	font-size: 1rem;
	height: 3em;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 1rem;
	color: #25282c;
}
.feature__article__date {
	text-align: right;
	display: block;
	font-size: 1rem;
	margin-top: 1rem;
}
.breadcrumb {
	background-color: #fff;
	padding: 0.75rem 0;
}
.breadcrumb__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.breadcrumb__list a {
	color: #7e7e7e;
	text-decoration: underline;
	font-size: 0.875rem;
}
.article_title {
	font-size: 1.6rem;
	border-bottom: 2px solid #212b60;
	padding-bottom: 1rem;
	margin: 0;
}
.article_header_item {
	margin-top: 10px;
	font-size: 1rem;
}
.article_date {
	margin-right: 10px;
}
.article_excerpt_tokyoupdates {
	margin: 2rem 0 1rem;
	word-break: break-word;
	font-size: 1.2rem;
}
.article_excerpt_tokyoupdates a {
	color: #0255b8;
	opacity: 1;
	transition: opacity 300ms;
	text-decoration: underline;
}
.article_excerpt_tokyoupdates a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.article_excerpt {
	margin: 2rem 0;
	word-break: break-word;
	font-size: 1.2rem;
}
.article_excerpt a {
	color: #0255b8;
	opacity: 1;
	transition: opacity 300ms;
	text-decoration: underline;
}
.article_excerpt a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.article_excerpt_tokyoupdates + .article_excerpt {
	margin: 1.5rem 0 2rem;
}
.article_category a {
	border: none;
	display: inline-block;
	padding: 0px 1em;
	color: #fff !important;
	background-color: #303263;
}
.article_sns_share {
	justify-content: flex-end;
}
.sns_btn__list__sp {
	padding: 0;
	margin: 1rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	width: 100%;
}
.sns_btn__list__sp .sns_btn {
	width: 30%;
}
.sns_btn__list__sp .sns_btn a {
	display: block;
	font-size: 0;
}
@media screen and (min-width: 768px) {
	.sns_btn__list__sp {
		display: none;
	}
}
.sns_btn__list__pc {
	width: 100%;
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	display: none;
}
.sns_btn__list__pc .sns_btn {
	margin: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.sns_btn__list__pc .sns_btn a {
	display: block;
	display: block;
}
.sns_btn__list__pc .sns_btn a img {
	width: 80px;
	height: 24px;
	width: 105px;
	height: 32px;
}
@media screen and (min-width: 768px) {
	.article_sns_share {
		justify-content: flex-end;
	}
	.sns_btn__list__pc {
		display: flex;
		justify-content: flex-end;
	}
}
.IN-widget {
	vertical-align: top !important;
}
.article_main_contents {
	padding-right: 0;
	padding-left: 0;
}
.article_main_contents h2 {
	margin: 2rem auto;
	font-size: 1.4rem;
}
.article_main_contents h3 {
	margin: 2rem auto;
	font-size: 1.2rem;
}
.article_main_contents figure {
	margin: 2rem auto;
}
.article_main_contents figure figcaption {
	margin-top: 10px;
	font-size: 0.875rem;
}
.article_main_contents .caption {
	margin-top: 10px;
	font-size: 0.8rem;
}
.article_main_contents img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.article_main_contents strong {
	font-weight: 700;
}
.article_main_contents a {
	color: #0255b8;
	opacity: 1;
	transition: opacity 300ms;
	text-decoration: underline;
}
.article_main_contents a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.article_main_contents p {
	font-size: 1.125rem;
	line-height: 1.6;
}
.article_main_contents li {
	font-size: 1.125rem;
	line-height: 1.6;
}
.btn-back {
	background-image: linear-gradient(180deg, #7781ab 0%, #212b60 100%);
	color: #fff;
	border: none;
}
.btn-back:hover {
	background-image: linear-gradient(180deg, #bec4dc 0%, #4f5a90 100%);
	color: #fff;
}
.article_main_contents > iframe {
	width: auto;
	max-width: 100%;
	height: auto;
}
.article_main_contents .credit {
	margin: 2rem auto;
	color: #616161;
	font-size: 0.875rem;
}
.article_main_contents .credit p {
	color: #616161;
	font-size: 0.875rem;
	margin: 0;
	padding: 0;
}
.article_main_contents .image__wrapper__md {
	width: 600px;
	max-width: 100%;
	margin: 20px auto;
}
.article_main_contents .box,
.article_main_contents .box__info {
	margin: 2rem auto;
	padding: 2em;
	border: 1px solid #000;
	font-size: 1rem;
}
.article_main_contents .box *,
.article_main_contents .box__info *,
.article_main_contents .box p,
.article_main_contents .box__info p,
.article_main_contents .box span,
.article_main_contents .box__info span {
	font-size: 1rem;
}
.article_main_contents .box .box__info__title,
.article_main_contents .box__info .box__info__title {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 1em;
}
.article_main_contents .box .box__info__title *,
.article_main_contents .box__info .box__info__title * {
	font-size: 1rem;
}
.article_main_contents .box__info__meta {
	display: flex;
	flex-direction: column;
}
.article_main_contents .box__info__image {
	width: 100%;
}
.article_main_contents .box__info__text {
	padding-top: 1em;
	width: 100%;
}
.article__main__visual {
	margin: 2rem auto;
}
.article__main__visual img {
	width: 100%;
	height: auto;
}
.article__main__visual figcaption {
	margin-top: 10px;
	font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
	.article_main_contents .box__info__meta {
		display: flex;
		flex-direction: row;
	}
	.article_main_contents .box__info__image {
		width: 200px;
	}
	.article_main_contents .box__info__text {
		padding-top: 0;
		padding-left: 2em;
		flex: 1;
	}
}
.gallery {
	background: #f5f8fa;
	padding: 0px 0 0;
	width: 100%;
	max-width: 840px;
	position: relative;
	margin: 0px auto;
}
.gallery__image__wrapper {
	position: relative;
	width: 100%;
    aspect-ratio: 4 / 3;
	/* padding-top: calc(100% / 16* 9); */
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.gallery__image__wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}
.gallery__meta {
	position: relative;
    color: black;
    padding: 0rem 1rem 0rem 1rem;
	display: flex;
    width: 100%;
    height: 50px;
}
.gallery__meta .gallery__caption {
	font-size: 0.8rem;
	line-height: 1.3;
	width: 85%;
}
.gallery__meta .gallery__num {
	font-size: 0.8rem;
	width: 15%;
    line-height: 1.3;
    text-align: right;
}
.gallery-thumbs .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.gallery-thumbs .swiper-slide {
    opacity: 0.4
}

.galleryModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}
.galleryModal__container {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: calc(90%);
    justify-content: center;
    align-items: center;
}

.galleryModal__container img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: contain;
    transform-origin: left top;
}

.galleryModal__close {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.galleryModal__no-scroll-parents {
    overflow: hidden;
}

.swiper-container.gallery-slider {
   margin-top: 8px;
}

.swiper-container.gallery-slider .swiper-slide .gallery__image__wrapper img {
   object-fit: contain;
   width: 100%;
   height: 100%;
}

.swiper-container.gallery-thumbs .swiper-slide .gallery__image__wrapper img {
   object-fit: contain;
   width: 100px;
   height: 100px;
}
.swiper-container.gallery-thumbs .swiper-wrapper{
    width: 20% !important;
    height: 100%;
}
.swiper-button-prev {
	left: 2;
}
.swiper-button-next {
	right: 2;
}
.swiper-button-prev,
.swiper-button-next {
	top: calc(50% - 0px);
}
.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 3rem;
    color:#007aff;
}
:root {
	--swiper-navigation-color: #ffffff;
}
.related__articles {
	margin: 30px 0;
	padding-top: 20px;
	border-top: 1px solid #25282c;
}
.related__articles .related__articles--title {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
.related__articles .related__articles--list {
	list-style: none;
	padding: 0;
}
.related__articles .related__articles--list li {
	margin-bottom: 10px;
}
.related__articles .related__articles--list li a {
	color: #0255b8;
	text-decoration: underline;
	font-size: 1rem;
	line-height: 1.667;
}
.most--popular__articles {
	margin: 30px 0;
	padding-top: 20px;
	border-top: 1px solid #25282c;
}
.most--popular__articles--title {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}
.most--popular__articles--list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.article--item__thumb {
	margin-bottom: 30px;
	width: 100%;
	height: 100%;
}
.article--item__thumb a {
	width: 100%;
	display: flex;
}
.article--item__thumb .item__thumb {
	width: 35%;
	height: 100%;
	margin: 0;
	padding-top: calc(35% / 16 * 9);
	position: relative;
	overflow: hidden;
}
.article--item__thumb .item__thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.article--item__thumb .item__meta {
	width: 65%;
	padding-left: 10px;
}
.article--item__thumb .item__title {
	font-size: 1rem;
	line-height: 1.667;
	margin: 0;
}
.article--item__thumb .item__pubdate {
	margin-top: 10px;
	font-size: 0.75rem;
	color: #616161;
}
@media screen and (min-width: 992px) {
	.most--popular__articles--list {
		flex-direction: row;
		justify-content: space-between;
	}
	.article--item__thumb {
		width: 48%;
		max-width: 550px;
		margin-bottom: 30px;
	}
	.article--item__thumb a {
		max-width: 550px;
		width: 100%;
		display: flex;
	}
	.article--item__thumb .item__thumb {
		width: 35%;
		height: 100%;
		margin: 0;
		padding-top: calc(35% / 16 * 9);
		position: relative;
		overflow: hidden;
	}
	.article--item__thumb .item__thumb img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.article--item__thumb .item__meta {
		width: 65%;
		padding-left: 20px;
	}
	.article--item__thumb .item__pubdate {
		margin-top: 20px;
	}
}
.help_pc img {
	border: solid 1px #d0d0d0;
}
.container__wrapper {
	flex: 1;
}
.post-content > h2 {
	background: #fff;
	border-left: none;
	padding: 14px 12px 14px 0px;
	border-bottom: none;
	clear: both;
}
.post-content > h3 {
	position: relative;
	padding: 1rem 2rem;
	border-bottom: 6px solid #212b60;
}
.post-content > h3:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: "";
	background: #9cadd3;
}
.access_table__wrapper {
	overflow: auto;
	white-space: nowrap;
	margin: 40px auto;
}
.access_table__wrapper table {
	width: 100%;
}
.access_table__wrapper::-webkit-scrollbar {
	height: 5px;
}
.access_table__wrapper::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.access_table__wrapper::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}
.access_table__wrapper th {
	border: 1px solid #eee;
	padding: 4px 8px;
}
td {
	border: 1px solid #eee;
	padding: 4px 8px;
}
.access_table__wrapper table {
	border-collapse: collapse;
}
.copyright {
	background-color: #14244d;
	color: #fff;
	font-size: 0.75rem;
	padding-top: 2em;
	padding-bottom: 2em;
}
footer .container-fluid {
	border-top: #dddddd 1px solid;
	margin-top: 5rem;
}
.footer__link__list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding-top: 2rem;
	padding-bottom: 3rem;
	list-style: none;
}
.footer__link__list a {
	display: block;
	font-size: 15px;
	padding-left: 1rem;
	padding-right: 1rem;
	border-right: #25282c 1px solid;
	line-height: 1;
}
.footer__link__list li:last-child a {
	border: none;
}
.youtube__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: calc(100% / 16 * 9);
	margin: 20px auto;
}
.youtube__wrapper iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.twitter__wrapper {
	text-align: center;
	margin: 20px auto;
}
.twitter__wrapper > div {
	margin: 0 auto;
}
.facebook__wrapper {
	text-align: center;
	margin: 20px auto;
}
.facebook__wrapper iframe {
	margin: 0 auto;
}
.instagram__wrapper {
	text-align: center;
	margin: 20px auto;
}
.instagram__wrapper iframe {
	margin: 0 auto !important;
}
.form__wrapper {
	text-align: center;
	margin: 20px auto;
}
.form__wrapper iframe {
	width: 100%;
}
.menu {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
}
.menu li {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 5px;
	list-style: none;
	text-align: center;
}
.menu a span {
	display: block;
	font-size: 4px;
}
@media (min-width: 1200px) {
	.menu {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.navbar-brand {
		margin-right: 0;
	}
	.navbar-nav li {
		margin: 0;
	}
	.top_entry {
		top: 60%;
	}
	.js_second_header {
		border-bottom: none;
	}
	.nav-bottomline {
		border-bottom: solid 3px #1c2b6f;
	}
	.top_category {
		font-size: 1rem;
	}
	.top_entry_sentence h1 {
		font-size: 1.3rem;
	}
	.excerpt {
		font-size: 0.9rem;
		-webkit-line-clamp: 5;
	}
	.top_entry_description {
		font-size: 1rem;
	}
	a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		cursor: pointer;
	}
	*:focus {
		outline: none;
	}
    .topview .topview__article__title font {
        font-size: 17px !important;
    }
}

.section__title {
	border-bottom: 3px solid #053d8d;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2rem;
	padding-bottom: 10px;
	display: flex;
	align-items: flex-end;
}
.section__title__en {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-right: 30px;
}
.section__primary__related .section__title__en {
	margin-right: 20px;
}
.section__title__ja {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.section__description {
	margin-right: 5.33vw;
	margin-left: 5.33vw;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: calc(24 / 16);
}
.editors__choise .section__title {
	border-bottom: 8px solid #957f07;
}
@media screen and (min-width: 992px) {
	.section__title {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 2rem;
		padding-bottom: 10px;
		display: inline-flex;
		justify-content: space-between;
		flex: 1;
	}
	.section__top__ranking .section__title {
		border-bottom: 3px solid #26282c;
		margin-bottom: 2rem;
	}
	.section__primary__related .section__title {
		border-bottom: 8px solid #053d8d;
		align-items: center;
	}
	.section__primary__related .section__title__ja {
		font-weight: normal;
	}
	.section__primary__related .section__title__en {
		margin-right: 30px;
	}
	.section__description {
		margin-top: 8px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
		font-size: 16px;
		line-height: calc(24 / 16);
	}
	#sidebar .section__title {
		border-bottom: 8px solid #14244d;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 1rem;
		padding-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#sidebar .section__title__en {
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
	}
	#sidebar .section__title__ja {
		font-size: 16px;
		font-weight: normal;
		line-height: 1;
	}
}
.btn--default {
	display: inline-block;
	color: #fff;
	background-color: #14244d;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 30px;
	border-radius: 50px;
	transition: all 300ms;
	opacity: 1;
}
.btn--default:hover {
	opacity: 0.5;
	color: #fff;
}
.btn--default.btn--large {
	padding: 16px 50px;
}
.btn--default.btn--color--white {
	color: #337ceb;
	background-color: #fff;
}
.btn--default.btn--text--gold {
	color: #957f07;
}
@media screen and (min-width: 992px) {
	.btn--default {
		display: inline-block;
		padding: 7px 20px;
	}
	.btn--default.btn--large {
		font-size: 15px;
		padding: 16px 45px;
	}
}
.archive__title {
	font-size: 24px;
	line-height: 1;
	border-bottom: 8px solid #14244d;
	padding-bottom: 10px;
	display: inline-block;
}
.archive__list {
	margin-top: 10px;
	margin-bottom: 60px;
}
.archive__list__item {
	background-color: #fff;
	margin-bottom: 10px;
}
.archive__list__item__link {
	display: block;
	opacity: 1;
	transition: opacity 300ms;
	color: #444;
}
.archive__list__item__link:hover {
	opacity: 0.5;
}
.archive__list__item__image {
	width: 100%;
	height: 0;
	padding-top: calc(100% / 356 * 191);
	position: relative;
	margin: 0;
}
.archive__list__item__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive__list__item__meta {
	margin-top: 5px;
	margin-bottom: 3rem;
}
.archive__list__item__meta__middle {
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
.archive__list__item__meta__bottom {
	display: none;
}
.archive__list__item__category {
	color: #fff;
	background-color: #14244d;
	font-size: 14px;
	line-height: 1.2;
	padding: 3px 7px;
	border-radius: 2px;
	margin-right: 10px;
}
.archive__list__item__meta__middle .archive_from_tokyo__list__item__category {
	background-color: transparent;
	padding: 0;
}
.archive__list__item__date {
	margin-top: 0;
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
	color: #7c7f7e;
}
.archive__list__item__title {
	font-size: 18px;
	line-height: calc(25 / 18);
	max-height: calc(3em * 26 / 18);
	overflow: hidden;
	margin-bottom: 0;
	font-family: YuMincho, "Yu Mincho", serif;
}
.archive__list__item__subtitle {
	display: none;
}
.archive__list__item__lead {
	display: none;
}
.archive__editors__choise .archive__title {
	border-bottom: 8px solid #957f07;
	display: inline-flex;
	align-items: center;
}
.archive__editors__choise .archive__title__en {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-right: 30px;
}
.archive__editors__choise .archive__title__ja {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}
.archive__editors__choise .archive__description {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: calc(24 / 16);
}
@media screen and (min-width: 429px) {
	.archive__list {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.archive__list__item {
		width: 49%;
		margin-bottom: 20px;
	}
	.archive__list__item__title {
		height: calc(3em * 24 / 16);
	}
	.archive__list__item__meta {
		margin-bottom: 2rem;
	}
	.archive__editors__choise .archive__title {
		border-bottom: 8px solid #957f07;
		display: inline-flex;
		align-items: center;
	}
	.archive__editors__choise .archive__title__en {
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		margin-right: 30px;
	}
	.archive__editors__choise .archive__title__ja {
		font-size: 16px;
		font-weight: normal;
		line-height: 1;
	}
	.archive__editors__choise .archive__description {
		margin-top: 8px;
		font-size: 16px;
		line-height: calc(24 / 16);
	}
}
@media screen and (min-width: 992px) {
	.archive__list {
		margin-top: 20px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.archive__list:after {
		content: "";
		display: block;
		width: 32%;
	}
	.archive__list__item {
		width: 32%;
		margin-bottom: 20px;
	}
	.archive__list__item__category {
		margin-right: 1rem;
	}
	.archive__list__item__date {
		font-size: 13px;
	}
	.archive__list__item__title {
		margin-top: 5px;
		height: calc(3em * 26 / 18);
	}
}
.form_wrapper.input_form,
.form_wrapper.comfirm_form {
	display: none;
}
.form_wrapper.active {
	display: block;
}
.form_wrapper .required,
.form_wrapper .error {
	color: red;
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 1rem;
}
.form_wrapper .required span,
.form_wrapper .error span {
	display: block;
}
.form_wrapper .mail__sample {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.form_wrapper .mail__sample .mail__pop {
	display: inline-block;
	color: #337ceb;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 0.5rem;
}
.form_wrapper .mail__sample figure {
	max-width: 451px;
	margin: 10px auto;
}
.form_wrapper .article_title {
	display: block;
}
.form_wrapper .article_title_link a {
	font-size: 16px;
	color: #337ceb;
	font-weight: normal;
}
.form_wrapper .form_row {
	width: 100%;
	margin-bottom: 30px;
}
.form_wrapper .form_row label,
.form_wrapper .form_row .label_title {
	font-weight: bold;
	font-size: 1rem;
}
.form_wrapper .form_row label a,
.form_wrapper .form_row .label_title a {
	color: #337ceb;
	transition: opacity 300ms;
	opacity: 1;
}
.form_wrapper .form_row label a:hover,
.form_wrapper .form_row .label_title a:hover {
	opacity: 0.8;
}
.form_wrapper .form_row input[type="text"],
.form_wrapper .form_row input[type="email"] {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #6b7075;
	border-radius: 3px;
	font-size: 1rem;
	padding: 0 20px;
}
.form_wrapper .form_row input[type="text"]:focus,
.form_wrapper .form_row input[type="email"]:focus {
	border: 1px solid #337ceb;
}
.form_wrapper .form_row select {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #6b7075;
	border-radius: 3px;
	font-size: 1rem;
	padding: 0 0 0 20px;
}
.form_wrapper .form_row select::-ms-expand {
	display: none;
}
.form_wrapper .form_row .select_wrapper {
	position: relative;
}
.form_wrapper .form_row .select_wrapper::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url("/images/template/form_arrow_down.svg");
	background-repeat: no-repeat;
	background-position: center center;
	top: calc(50% - 10px);
	right: 20px;
	z-index: 1;
	cursor: pointer;
	pointer-events: none;
}
.form_wrapper .form_row #agree,
.form_wrapper .form_row #updatesletter {
	display: none;
}
.form_wrapper .form_row .agree,
.form_wrapper .form_row .updatesletter {
	position: relative;
	padding-left: 2rem;
	cursor: pointer;
}
.form_wrapper .form_row .agree::before,
.form_wrapper .form_row .updatesletter::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #6b7075;
	border-radius: 3px;
	top: calc(50% - 10px);
	left: 0;
}
.form_wrapper .form_row #agree:checked + .agree::before,
.form_wrapper .form_row #updatesletter:checked + .updatesletter::before {
	background-color: #337ceb;
	border: 2px solid #337ceb;
}
.form_wrapper .form_row #agree:checked + .agree::after,
.form_wrapper .form_row #updatesletter:checked + .updatesletter::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url("/images/template/form_check_round.svg");
	background-repeat: no-repeat;
	background-position: center center;
	top: calc(50% - 10px);
	left: 0;
	z-index: 1;
}
.form_wrapper .form_row .form_value {
	margin-top: 30px;
	font-size: 1rem;
}
.form_wrapper .form_btn {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 87%;
	padding-right: 50px;
	padding-left: 50px;
	height: 46px;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #212b60;
	background-color: #212b60;
	transition: opacity 300ms;
}
.form_wrapper .form_btn:hover {
	opacity: 0.8;
}
.form_wrapper .form_btn:disabled {
	border: 1px solid #cecece;
	background-color: #cecece;
}
.form_wrapper .confirm_btn_wrapper {
	margin-top: 60px;
	margin-bottom: 100px;
	text-align: center;
}
.form_wrapper .form_btn_wrapper {
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}
.form_wrapper fieldset {
	padding: 0 !important;
}
@media (min-width: 768px) {
	.form_wrapper .article_title_link a {
		display: inline;
		text-decoration: underline;
	}
	.form_wrapper .article_title {
		display: flex;
		justify-content: space-between;
	}
	.form_wrapper .form_btn {
		width: auto;
	}
	.form_wrapper .form_btn + .form_btn {
		margin-left: 80px;
	}
	.form_wrapper .confirm_btn_wrapper {
		text-align: left;
	}
	.form_wrapper .form_btn_wrapper {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.form_wrapper .mail__sample figure {
		max-width: 451px;
		margin: 10px auto;
	}
}
.breadcrumb {
	background-color: #fff;
	padding: 0.75rem 0 1.25rem 0;
	border-radius: 0;
}
.breadcrumb__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 0.875rem;
	line-height: calc(20 / 14);
	color: #979ca1;
	word-wrap: break-word;
}
.breadcrumb__list span {
	color: #337ceb;
	margin: 0 0.5em;
}
.breadcrumb__list a {
	color: #0a60e8;
	font-size: 0.875rem;
	white-space: nowrap;
}
@media screen and (min-width: 992px) {
}
.article__container {
	overflow: hidden;
	font-size: 0.875rem;
	line-height: calc(24 / 14);
}
.article__container a {
	color: #337ceb;
	opacity: 1;
	transition: opacity 300ms;
	text-decoration: none;
}
.article__container a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.article__container figcaption{
	margin-top: 10px;
	font-size: 0.8rem;
}
.article__meta__category a {
	font-size: 1rem;
	line-height: 1;
	color: #14244d;
	font-weight: bold;
	text-decoration: none;
}
.article__meta__date {
	margin-top: 12px;
	font-size: 1rem;
	line-height: 1;
	display: inline-block;
}
.article__share {
	padding: 0;
	margin: 1.25rem 0;
	display: flex;
	align-items: center;
	list-style: none;
	width: 100%;
}
.article__share ul {
	list-style: none;
	display: grid;
	grid-auto-flow: column;
	grid-auto-rows: 24px;
	grid-template-columns: repeat(2, 105px);
	gap: 10px;
	padding: 0;
	margin: 0;
}
.article__share .sns_btn {
	/* width: 28%;
	position: relative; */
	display: contents;
}
.article__share .sns_btn a {
	display: flex;
	height: 100%;
	font-size: 0;
}
.article__share .sns_btn + .sns_btn {
	margin-left: 10px;
}
.article__share .sns_btn img {
	width: auto;
	height: 100%;
}
.article__share .sns_btn + .sns_btn.share__copy {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
}
.article__share .sns_btn button {
	background: none;
	box-sizing: border-box;
	width: auto;
	height: 100%;
	padding: 0;
	border: none;
	vertical-align: middle;
	text-align: left;
	font-size: 0.75em;
	color: #fff;
	line-height: 1;
	transition: opacity 300ms;
}
.article__share .sns_btn button:hover {
	opacity: 0.5;
}
.article__share .sns_btn button svg {
	width: auto;
	max-height: 100%;
	vertical-align: bottom;
}
.article__share .sns_btn .message {
	background: #5c6470;
	margin: 0 0 1em;
	padding: 0.25em 0.5em;
	white-space: nowrap;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: -1;
	transform: translateX(-50%) scaleY(0);
	transform-origin: bottom;
	opacity: 0;
	transition: all 320ms;
}
.article__share .sns_btn .message::after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0.5em 0.5em 0;
	border-color: #5c6470 transparent;
	position: absolute;
	top: 100%;
	left: calc(50% - 0.5em);
}
.article__share .sns_btn button.active + .message {
	transform: translateX(-50%) scaleY(1);
	opacity: 1;
	z-index: 100;
}
.article__title {
	font-family: YuMincho, "Yu Mincho", serif;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.article__tag {
	margin-top: 20px;
}
.article__tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.article__tag ul li {
	line-height: 1;
	margin-right: 1em;
	font-size: 14px;
	color: #337ceb;
	font-weight: bold;
}
.article__tag__wrapper {
	margin-top: 20px;
	background-color: #f0f0f0;
	padding: 20px;
}
.article__tag__wrapper .article__tag {
	margin-top: 0;
}
.article__tag__wrapper .article__tag ul li {
	font-size: 16px;
	font-weight: bold;
}
.article__header__item a {
	color: #337ceb;
	opacity: 1;
	transition: opacity 300ms;
	text-decoration: none;
}
.article__header__item a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.article__header__item .article__excerpt__tokyoupdates {
	margin: 1.25rem 0 1rem;
	word-break: break-word;
}
.article__header__item .article__excerpt {
	margin: 1.25rem 0;
	word-break: break-word;
}
.article__header__item .article__excerpt__tokyoupdates + .article__excerpt {
	margin: 1.25rem 0 1.25rem;
}
.article__body {
	padding-right: 0;
	padding-left: 0;
}
.article__body h2,
.article__body h3 {
	margin: 1.25rem auto;
	font-size: 1rem;
}
.article__body h4,
.article__body h5 {
	margin: 1.25rem auto;
	font-size: 0.875rem;
}
.article__body figure {
	margin: 1.25rem auto;
}
.article__body figure figcaption {
	margin-top: 10px;
	font-size: 0.8rem;
}
.article__body .caption {
	margin-top: 10px;
	font-size: 0.75rem;
}
.article__body img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.article__body strong {
	font-weight: 700;
}
.article__body a {
	color: #337ceb;
	opacity: 1;
	transition: opacity 300ms;
	text-decoration: underline;
}
.article__body a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.article__body p {
	margin-bottom: 1.25em;
}
.article__body > iframe {
	width: auto;
	max-width: 100%;
	height: auto;
}
.article__body .credit {
	margin: 1.25rem auto;
	color: #616161;
	font-size: 0.875rem;
}
.article__body .credit p {
	color: #616161;
	font-size: 0.875rem;
	margin: 0;
	padding: 0;
}
.article__body .image__wrapper__md {
	width: 600px;
	max-width: 100%;
	margin: 1.25rem auto;
}
.article__body .box,
.article__body .box__info {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	margin-right: -20px;
	margin-left: -20px;
	padding: 1.25rem;
	font-size: 0.875rem;
	background-color: #f0f0f0;
}
.article__body .box *,
.article__body .box__info *,
.article__body .box p,
.article__body .box__info p,
.article__body .box span,
.article__body .box__info span {
	font-size: 0.875rem;
}
.article__body .box .box__info__title,
.article__body .box__info .box__info__title {
	font-size: 0.875rem;
	margin-top: 0;
	margin-bottom: 1em;
}
.article__body .box .box__info__title *,
.article__body .box__info .box__info__title * {
	font-size: 0.875rem;
}
.article__body .box__info__meta {
	display: flex;
	flex-direction: column;
}
.article__body .box__info__image {
	width: 120px;
	height: auto;
	margin: 0 auto;
}
.article__body .box__info__text {
	padding-top: 1em;
	width: 100%;
}
.article__main__visual {
	margin: 1.25rem auto;
}
.article__main__visual img {
	width: 100%;
	height: auto;
}
.article__main__visual figcaption {
	margin-top: 10px;
	font-size: 0.75rem;
}
@media screen and (min-width: 576px) {
	.article__container {
		overflow: visible;
	}
}
@media screen and (min-width: 768px) {
	.article__container {
		padding-bottom: 150px;
		font-size: 1rem;
		line-height: calc(24 / 16);
	}
	.article__meta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 1.25rem;
	}
	.article__meta__category a {
		font-size: 1rem;
		line-height: 1;
		color: #14244d;
		font-weight: bold;
		text-decoration: none;
	}
	.article__meta__date {
		margin-top: 1rem;
		font-size: 1rem;
		line-height: 1;
		font-weight: bold;
	}
	.article__share {
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		list-style: none;
		width: 100%;
	}
	.article__share ul {
		list-style: none;
		/* display: flex; */
		grid-auto-rows: 26px;
		padding: 0;
		margin: 0;
	}
	.article__share .sns_btn {
		width: 105px;
		height: 32px;
	}
	.article__share .sns_btn + .sns_btn {
		margin-left: 10px;
	}
	.article__title {
		font-size: 1.5rem;
		line-height: 1.4;
		margin: 0;
		padding: 0;
        font-family: YuMincho, "Yu Mincho", serif;
	}
	.article__header__item a {
		color: #337ceb;
		opacity: 1;
		transition: opacity 300ms;
		text-decoration: none;
	}
	.article__header__item a:hover {
		opacity: 0.5;
		text-decoration: none;
	}
	.article__header__item .article__excerpt__tokyoupdates {
		margin: 2.5rem 0 1.5rem;
		word-break: break-word;
	}
	.article__header__item .article__excerpt {
		margin: 1.5rem 0;
		word-break: break-word;
	}
	.article__header__item .article__excerpt__tokyoupdates + .article__excerpt {
		margin: 1.5rem 0 2.5rem;
	}
	.article__body {
		padding-right: 0;
		padding-left: 0;
	}
	.article__body h2,
	.article__body h3 {
		margin: 2.5rem auto 1.5rem;
		font-size: 1.25rem;
	}
	.article__body h4,
	.article__body h5 {
		margin: 2.5rem auto 1.5rem;
		font-size: 1rem;
	}
	.article__body figure {
		margin: 2.5rem auto;
	}
	.article__body figure figcaption {
		margin-top: 10px;
		font-size: 0.8rem;
	}
	.article__body .caption {
		margin-top: 10px;
		font-size: 0.75rem;
	}
	.article__body img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.article__body strong {
		font-weight: 700;
	}
	.article__body a {
		color: #337ceb;
		opacity: 1;
		transition: opacity 300ms;
		text-decoration: underline;
	}
	.article__body a:hover {
		opacity: 0.5;
		text-decoration: none;
	}
	.article__body > iframe {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.article__body .credit {
		margin: 2.5rem auto;
		color: #616161;
		font-size: 1rem;
	}
	.article__body .credit p {
		color: #616161;
		font-size: 1rem;
		margin: 0;
		padding: 0;
	}
	.article__body .image__wrapper__md {
		width: 600px;
		max-width: 100%;
		margin: 2.5rem auto;
	}
	.article__body .box,
	.article__body .box__info {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
		margin-right: 0;
		margin-left: 0;
		padding: 1.25rem;
		font-size: 1rem;
		background-color: #f0f0f0;
	}
	.article__body .box *,
	.article__body .box__info *,
	.article__body .box p,
	.article__body .box__info p,
	.article__body .box span,
	.article__body .box__info span {
		font-size: 1rem;
	}
	.article__body .box .box__info__title,
	.article__body .box__info .box__info__title {
		font-size: 1rem;
		margin-top: 0;
		margin-bottom: 1em;
	}
	.article__body .box .box__info__title *,
	.article__body .box__info .box__info__title * {
		font-size: 1rem;
	}
	.article__body .box__info__meta {
		display: flex;
		flex-direction: row;
	}
	.article__body .box__info__image {
		width: 120px;
		height: auto;
		margin: 0 auto;
	}
	.article__body .box__info__text {
		padding-top: 0;
		padding-left: 1.25rem;
		width: 100%;
		flex: 1;
	}
	.article__main__visual {
		margin: 1.25rem auto;
	}
	.article__main__visual img {
		width: 100%;
		height: auto;
	}
	.article__main__visual figcaption {
		margin-top: 10px;
		font-size: 0.875rem;
	}
	.article__tag__wrapper {
		margin-top: 40px;
		background-color: #f0f0f0;
		padding: 32px;
	}
	.article__tag__wrapper .article__tag {
		margin-top: 0;
	}
	.article__tag__wrapper .article__tag ul li {
		font-size: 16px;
		font-weight: bold;
	}
}
@media screen and (min-width: 992px) {
	.article__tag ul li {
		font-weight: normal;
	}
}
.article_title {
	font-size: 1.6rem;
	border-bottom: 2px solid #18244a;
	padding-bottom: 1rem;
	margin: 0;
}
.section__primary__related {
	margin-top: 80px;
	margin-bottom: 20px;
}
.related__list__item {
	background-color: #fff;
	margin-bottom: 14px;
	letter-spacing: normal;
}
.related__list__item a {
	color: #25282c;
}
.related__list__item__link {
	height: 94px;
	overflow: hidden;
	display: flex;
	position: relative;
	opacity: 1;
	transition: opacity 0.3s;
}
.related__list__item__link:hover {
	opacity: 0.5;
}
.related__list__item__image__inner {
	position: relative;
	overflow: hidden;
}
.related__list__item__image__inner img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.related__list__item__meta {
	padding: 0 10px 0 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.related__list__item__meta__top {
	display: flex;
	width: 100%;
}
.related__list__item__meta__bottom {
	overflow: hidden;
}
.related__list__item__category {
	font-size: 12px;
	color: #053d8d;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1;
	margin-right: 10px;
}
.related__list__item__pubdate {
	color: #7c7f7e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1;
}
.related__list__item__title {
	font-size: 13px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", serif;
	overflow: hidden;
	line-height: calc(15 / 13);
	height: calc(3em * 16 / 13);
}
@media screen and (min-width: 768px) {
	.section__primary__related {
		margin-top: 30px;
		margin-bottom: 40px;
		margin-right: 0;
		margin-left: 0;
		padding-top: 15px;
	}
	.related__list__item {
		position: relative;
	}
	.related__list__item::after {
		content: "";
		background-image: url("/images/template/relatesd-articles_arrow.svg");
		background-repeat: no-repeat;
		background-position: center center;
		display: inline-block;
		width: 12px;
		height: 21px;
		position: absolute;
		top: calc(50% - 10px);
		right: 16px;
		transition: all 300ms;
	}
	.related__list__item__title {
		font-size: 15px;
		overflow: hidden;
		line-height: calc(18 / 15);
		height: calc(3em * 18 / 15);
	}
	.related__list__item__link {
		padding-right: 76px;
	}
}
@media screen and (min-width: 992px) {
	.section__primary__related .section__title {
		margin-bottom: 1rem;
	}
	.related__list__item {
		background-color: #fafafa;
	}
	.related__list__item__meta {
		padding: 10px 6rem 10px 1.5rem;
	}
	.related__list__item__title {
		height: calc(3em * 18 / 15);
	}
}
.section__primary__follow {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.section__primary__follow .follow__list {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0;
}
.section__primary__follow .follow__list__item a {
	display: block;
	opacity: 1;
	transition: opacity 0.3s;
}
.section__primary__follow .follow__list__item a:hover {
	opacity: 0.5;
}
.section__primary__follow .follow__list__item.mailmag {
	width: 33%;
	margin-right: 10px;
}
.section__primary__follow .follow__list__item.facebook {
	width: 26%;
	margin-right: 10px;
}
.section__primary__follow .follow__list__item.twitter {
	width: 26%;
}
@media screen and (min-width: 576px) {
	.section__primary__follow {
		margin-right: 0;
		margin-left: 0;
	}
	.section__primary__follow .follow__list {
		margin: 0 0 0 auto;
		padding: 0;
		width: 352px;
		justify-content: space-between;
	}
	.section__primary__follow .follow__list__item.mailmag {
		width: 126px;
		margin-right: 0;
	}
	.section__primary__follow .follow__list__item.facebook {
		width: 102px;
		margin-right: 0;
	}
	.section__primary__follow .follow__list__item.twitter {
		width: 102px;
	}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
	.section__primary__follow .follow__list {
		margin: 0 0 0 auto;
		padding: 0;
	}
	#sidebar {
		height: 100vh;
		position: sticky;
		top: 45px;
		overflow: auto;
	}
	.section__primary__follow {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
		margin-right: -15px;
		margin-left: -15px;
	}
}

#sidebar {
	padding: 0;
	scrollbar-width:none;
}
@media screen and (min-width: 768px) {
}
.section__secondary__ranking {
	background-color: #fff;
	padding-top: 36px;
	margin-top: 20px;
}
.ranklet__list__item {
	background-color: #fff;
	margin-bottom: 18px;
	letter-spacing: normal;
}
.ranklet__list__item a {
	color: #25282c;
}
.ranklet__list__item__link {
	height: 64px;
	overflow: hidden;
	display: flex;
	position: relative;
	opacity: 1;
	transition: opacity 0.3s;
}
.ranklet__list__item__link:hover {
	opacity: 0.5;
}
.ranklet__list__item__rank {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	background-color: #14244d;
	position: absolute;
	z-index: 1;
	width: 29px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section__secondary__ranking .ranklet__list__item__rank {
	font-size: 16px;
}
.ranklet__list__item__link {
	height: 64px;
}
.ranklet__list__item__image {
	width: 119px;
	height: 64px;
}
.ranklet__list__item__image__inner {
	width: 119px;
	height: 64px;
	position: relative;
	overflow: hidden;
}
#sidebar .ranklet__list__item__image {
	width: 119px;
	height: 64px;
}
#sidebar .ranklet__list__item__image__inner {
	width: 119px;
	height: 64px;
}
.ranklet__list__item__image__inner img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
    object-position: 0 5%;
}
.ranklet__list__item__meta {
	padding: 0 10px 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section__secondary__ranking .ranklet__list__item__meta {
	padding: 0 10px 0 10px;
}
.ranklet__list__item__meta__top {
	display: flex;
	width: 100%;
	align-items: center;
}
.ranklet__list__item__meta__bottom {
	overflow: hidden;
}
.ranklet__list__item__category {
	font-size: 13px;
	color: #053d8d;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1;
	margin-right: 10px;
}
.ranklet__list__item__pubdate {
	color: #7c7f7e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1;
}
#sidebar .ranklet__list__item__category {
	font-size: 11px;
	color: #14244d;
}
#sidebar .ranklet__list__item__pubdate {
	font-size: 11px;
}
.ranklet__list__item__title {
	font-size: 13px;
	font-weight: 600;
	line-height: calc(19.5 / 13);
	overflow: hidden;
	height: calc(2em * 19.5 / 13);
	font-family: YuMincho, "Yu Mincho", serif;
}
#sidebar .ranklet__list__item__title {
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	line-height: calc(15 / 13);
	height: calc(3em * 15 / 13);
}
@media screen and (min-width: 768px) {
	#sidebar .ranklet__list__item__title {
		font-size: 15px;
		line-height: calc(20 / 15);
		height: calc(2em * 20 / 15);
	}
}
@media screen and (min-width: 992px) {
	.ranklet__list__item {
		margin-bottom: 15px;
	}
	.ranklet__list__item__meta {
		padding: 10px 10px 0 15px;
	}
	.ranklet__list__item__image {
		width: 171px;
		height: 92px;
	}
	.ranklet__list__item__image__inner {
		width: 171px;
		height: 92px;
	}
	#sidebar .ranklet__list__item__image {
		width: 164px;
		height: 86px;
	}
	#sidebar .ranklet__list__item__image__inner {
		width: 164px;
		height: 86px;
	}
	#sidebar .ranklet__list__item__title {
		font-size: 14px;
		line-height: calc(18 / 14);
		height: calc(3em * 18 / 14);
	}
	.section__secondary__ranking {
		margin-top: 0;
		padding-top: 36px;
		padding-bottom: 10px;
		margin: 0;
	}
	.ranklet__list__item__category {
		font-size: 15px;
	}
	.ranklet__list__item__link {
		height: 92px;
	}
	.section__secondary__ranking .ranklet__list__item__link {
		height: 87px;
	}
	.section__secondary__ranking .ranklet__list__item__meta {
		padding: 5px 10px 0 10px;
		background-color: #fcfcfc;
	}
}
@media screen and (min-width: 1200px) {
	#sidebar .ranklet__list__item__title {
		height: calc(3em * 18 / 14);
	}
}
.section__secondary__follow {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.section__secondary__follow .follow__list {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 5.33vw;
}
.section__secondary__follow .follow__list__item a {
	display: block;
	opacity: 1;
	transition: opacity 0.3s;
}
.section__secondary__follow .follow__list__item a:hover {
	opacity: 0.5;
}
.section__secondary__follow .follow__list__item.mailmag {
	width: 36%;
}
.section__secondary__follow .follow__list__item.facebook {
	width: 29%;
}
.section__secondary__follow .follow__list__item.twitter {
	width: 29%;
}
@media screen and (min-width: 576px) {
	.section__secondary__follow .follow__list {
		margin: 0 0 0 auto;
		padding: 0;
		width: 352px;
	}
	.section__secondary__follow .follow__list__item.mailmag {
		width: 126px;
	}
	.section__secondary__follow .follow__list__item.facebook {
		width: 102px;
	}
	.section__secondary__follow .follow__list__item.twitter {
		width: 102px;
	}
}
@media screen and (min-width: 992px) {
	.section__secondary__follow {
		display: block;
		margin-top: 0;
	}
	.section__secondary__follow .follow__list {
		margin: 0;
		width: 100%;
	}
	.section__secondary__follow .follow__list__item.mailmag {
		width: 36%;
	}
	.section__secondary__follow .follow__list__item.facebook {
		width: 29%;
	}
	.section__secondary__follow .follow__list__item.twitter {
		width: 29%;
	}
	.section__secondary__ranking .ranklet__list__item__rank {
		font-size: 12px;
	}
}
#sidebar .section__secondary__editors__choise {
	margin-top: 40px;
}
#sidebar .section__secondary__editors__choise .section__title {
	border-bottom: 8px solid #957f07;
	margin-bottom: 10px;
}
#sidebar .section__secondary__editors__choise .archive__title {
	font-size: 24px;
	line-height: 1;
	border-bottom: 8px solid #337ceb;
	padding-bottom: 10px;
	display: inline-block;
}
#sidebar .section__secondary__editors__choise .archive__list {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 60px;
}
#sidebar .section__secondary__editors__choise .archive__list__item {
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin-bottom: 20px;
}
#sidebar .section__secondary__editors__choise .archive__list__item__link {
	display: block;
	opacity: 1;
	transition: opacity 300ms;
	color: #444;
}
#sidebar .section__secondary__editors__choise .archive__list__item__link:hover {
	opacity: 0.5;
}
#sidebar .section__secondary__editors__choise .archive__list__item__image {
	width: 100%;
	height: 0;
	padding-top: calc(100% / 375 * 160);
	position: relative;
	margin: 0;
}
#sidebar .section__secondary__editors__choise .archive__list__item__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sidebar .section__secondary__editors__choise .archive__list__item__meta {
	padding: 20px;
}
#sidebar .section__secondary__editors__choise .archive__list__item__meta__header {
	display: flex;
	margin-bottom: 20px;
}
#sidebar .section__secondary__editors__choise .archive__list__item__category {
	color: #957f07;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	margin-right: 30px;
}
#sidebar .section__secondary__editors__choise .archive__list__item__date {
	margin-top: 0;
	line-height: 1;
	font-size: 14px;
}
#sidebar .section__secondary__editors__choise .archive__list__item__title {
	font-size: 18px;
	line-height: calc(24 / 18);
	max-height: calc(3em * 24 / 18);
	overflow: hidden;
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	#sidebar .section__secondary__editors__choise {
		margin-top: 60px;
	}
	#sidebar .section__secondary__editors__choise .section__title {
		border-bottom: 8px solid #957f07;
		margin-bottom: 10px;
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
	}
	#sidebar .section__secondary__editors__choise .section__title__en {
		padding-right: 0;
		margin-right: 30px;
	}
	#sidebar .section__secondary__editors__choise .archive__title {
		font-size: 24px;
		line-height: 1;
		border-bottom: 8px solid #337ceb;
		padding-bottom: 10px;
		display: inline-block;
	}
	#sidebar .section__secondary__editors__choise .archive__list {
		margin-top: 10px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 60px;
		display: flex;
		flex-direction: column;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item {
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		margin-bottom: 20px;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item__link {
		display: block;
		opacity: 1;
		transition: opacity 300ms;
		color: #444;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item__link:hover {
		opacity: 0.5;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item__image {
		width: 100%;
		height: 0;
		padding-top: calc(100% / 375 * 160);
		position: relative;
		margin: 0;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item__image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item__meta {
		padding: 12px 20px 20px;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item__meta__header {
		display: flex;
		margin-bottom: 20px;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item__category {
		color: #957f07;
		font-weight: bold;
		font-size: 14px;
		line-height: 1;
		margin-right: 30px;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item__date {
		margin-top: 0;
		line-height: 1;
		font-size: 14px;
	}
	#sidebar .section__secondary__editors__choise .archive__list__item__title {
		font-size: 18px;
		line-height: calc(24 / 18);
		max-height: calc(3em * 24 / 18);
		overflow: hidden;
		margin-bottom: 0;
	}
}
.topview__inner .col-12 {
	padding: 0;
}
.topview .topview__article {
	background-color: #fff;
}
.topview .topview__article__link {
	display: inline;
	overflow: hidden;
}
.topview .topview__article__image {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(100% / 390 * 222);
	margin: 0;
	overflow: hidden;
}
.topview .topview__article__image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topview .topview__article__meta {
	padding: 15px;
}
.topview .topview__article__meta__middle {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.topview .topview__article__category {
	color: #fff;
	background-color: #14244d;
	font-size: 15px;
	line-height: 1.2;
	margin-right: 10px;
	padding: 4px 3px;
	border-radius: 2px;
}
.topview .topview__article__pubdate {
	color: #707070;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}
.topview .topview__article__title {
	font-size: 17px;
	font-weight: 600;
	line-height: calc(22 / 16);
	max-height: calc(3em * 22 / 16);
	overflow: hidden;
	margin-bottom: 20px;
	color: #25282c;
	font-family: YuMincho, "Yu Mincho", serif;
}
.topview .topview__article__title font {
	font-size: 14px;
}
.topview .topview__article__title.justify_title {
	position: relative;
}
.topview .topview__article__subtitle {
	font-size: 16px;
	font-weight: bold;
	line-height: calc(24 / 16);
	max-height: calc(2em * 24 / 16);
	overflow: hidden;
	margin-bottom: 20px;
	color: #fff;
}
.topview .topview__article__lead {
	font-size: 14px;
	line-height: calc(20 / 14);
	max-height: calc(3em * 20 / 14);
	overflow: hidden;
	margin-bottom: 20px;
	color: #fff;
}
.topview .topview__article__tag {
	flex: 1;
	margin-bottom: 30px;
}
.topview .topview__article__tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.topview .topview__article__tag ul li {
	line-height: 1;
	font-size: 16px;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
.topview .topview__article__tag ul li a {
	color: #14244d;
	font-weight: bold;
}
.topview .topview__article__nav {
	text-align: center;
}
.topview .topview__article__half__link {
	display: block;
	position: relative;
}
.topview .topview__article__half__image {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(100% / 390 * 222);
	margin: 0;
	overflow: hidden;
}
.topview .topview__article__half__image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topview .topview__article__half__meta {
	padding: 15px;
}
.topview .topview__article__half__meta__top {
	display: flex;
	margin-bottom: 15px;
}
.topview .topview__article__half__meta__bottom {
	overflow: hidden;
	display: flex;
	margin-top: auto;
	margin-bottom: 1.5rem;
}
.topview .topview__article__half__meta__bg {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	mix-blend-mode: multiply;
	background-color: #fff;
}
.topview .topview__article__half__category {
	color: #fff;
	font-size: 15px;
	background-color: #14244d;
	margin-right: 10px;
	line-height: 1.2;
	padding: 3px 7px;
	border-radius: 2px;
}
.topview .topview__article__half__pubdate {
	color: #7c7f7e;
	font-weight: bold;
	font-size: 15px;
}
.topview .topview__article__half__title {
	font-family: YuMincho, "Yu Mincho", serif;
	color: #25282c;
	font-size: 17px;
	font-weight: 600;
	line-height: calc(22 / 16);
	max-height: calc(3em * 22 / 16);
	overflow: hidden;
}
.topview .topview__article__half__title.justify_title {
	position: relative;
	margin-top: -5px;
}
.topview .topview__article__half__title font {
	font-size: 14px;
}
@media screen and (min-width: 992px) {
	.topview__inner .col-12 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.topview .topview__article__wrapper {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.topview .topview__article__link {
		display: block;
	}
	.topview .topview__article__image {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: calc(100% / 568 * 320);
		margin: 0;
		overflow: hidden;
	}
	.topview .topview__article__meta__middle {
		margin-bottom: 20px;
	}
	.topview .topview__article__image img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.topview .topview__article__meta {
		display: flex;
		flex-direction: column;
		height: calc(100% / 536 * 258);
		padding: 12px 0 20px;
	}
	.topview .topview__article__meta__top {
		display: flex;
		margin-bottom: 2rem;
	}
	.topview .topview__article__meta__bottom {
		border-top: rgba(5, 61, 141, 0.15) 1px solid;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.topview .topview__article__category {
		color: #fff;
		font-size: 14px;
		padding: 3px 4px;
		margin-right: 15px;
	}
	.topview .topview__article__pubdate {
		font-size: 13px;
		line-height: 1;
	}
	.topview .topview__article__title {
		font-size: 18px;
		font-weight: 600;
		line-height: calc(24 / 18);
		max-height: calc(3em * 24 / 18);
		overflow: hidden;
		margin-bottom: 10px;
	}
	.topview .topview__article__subtitle {
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		max-height: 1em;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.topview .topview__article__lead {
		font-size: 14px;
		line-height: calc(20 / 14);
		max-height: calc(2em * 20 / 14);
		overflow: hidden;
	}
	.topview .topview__article__tag {
		flex: 1;
		margin-bottom: 0;
		margin-top: 20px;
	}
	.topview .topview__article__tag ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	.topview .topview__article__tag ul li {
		line-height: 1;
		font-size: 16px;
		margin-right: 1em;
		margin-bottom: 0.5em;
	}
	.topview .topview__article__tag ul li a {
		color: #053d8d;
		font-weight: bold;
	}
	.topview .topview__article__nav {
		text-align: center;
	}
	.topview .topview__article__half__link {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		height: 100%;
		width: 100%;
	}
	.topview .topview__article__half__image {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: calc(100% / 250 * 142);
		margin: 0;
		overflow: hidden;
	}
	.topview .topview__article__half__image img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.topview .topview__article__half__meta {
		padding: 10px 0;
		z-index: 1;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.topview .topview__article__half__meta__top {
		display: flex;
		margin-bottom: 1rem;
	}
	.topview .topview__article__half__category {
		color: #fff;
		font-size: 14px;
		margin-right: 12px;
	}
	.topview .topview__article__half__pubdate {
		font-size: 13px;
	}
	.topview .topview__article__half__title {
		font-family: YuMincho, "Yu Mincho", serif;
		color: #25282c;
		font-size: 17px;
		font-weight: 600;
		line-height: calc(20 / 16);
		max-height: calc(3em * 20 / 16);
		overflow: hidden;
	}
}
@media screen and (min-width: 1200px) {
	.topview__inner > .row > .col-12 {
		margin-top: 2rem;
	}
	.topview__inner .col-12 {
		display: flex;
		column-gap: 28px;
	}
	.topview .topview__article {
		height: 100%;
	}
	.topview .topview__article__wrapper {
		display: flex;
		width: 50%;
		height: 100%;
		overflow: hidden;
	}
	.topview .topview__article__half__meta__bottom {
		margin-bottom: 0;
	}
	.topview .topview__article__wrapper.side-l {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half {
		width: 50%;
		display: flex;
		flex-basis: calc(50% - 10px);
	}
	.topview .topview__article__wrapper.side-l .topview__article__half:nth-child(-n + 2) {
		margin-bottom: 2rem;
	}
	.topview .topview__article__title {
		font-size: 30px;
		font-weight: 600;
		line-height: calc(36 / 30);
		max-height: calc(3em * 36 / 30);
		overflow: hidden;
		margin-bottom: 6px;
	}
	.topview .topview__article__title font {
		font-size: 17px !important;
	}
	.topview .topview__article__half__title font {
		font-size: 11px;
	}
	.topview .topview__article__title.justify_title {
		margin-top: -12px;
	}
	.topview .topview__article__subtitle {
		font-size: 16px;
		font-weight: bold;
		line-height: calc(24 / 16);
		max-height: calc(1em * 24 / 16);
		overflow: hidden;
		margin-bottom: 6px;
	}
	.topview .topview__article__lead {
		font-size: 14px;
		line-height: calc(20 / 14);
		max-height: calc(3em * 20 / 14);
		overflow: hidden;
		margin-bottom: 0;
	}
}
.hero__wrapper {
	position: relative;
	background-color: #0b3b79;
}
.hero__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.hero__meta__wrapper {
	width: 100%;
	margin-left: auto;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero__meta {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 1rem;
}
.hero__meta__category {
	color: #fff;
	font-size: 1rem;
}
.hero__meta__title {
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 2rem;
	overflow: hidden;
}
.hero__meta__description {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	height: 3rem;
	overflow: hidden;
}
.hero__meta__date {
	color: #fff;
	font-size: 0.875rem;
	margin-top: 1rem;
}
.hero__image__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: calc(100% / 16 * 9);
}
.hero__image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background-size: cover;
	background-position: center;
}
@media screen and (min-width: 992px) {
	.row-reverse {
		flex-direction: row;
	}
	.hero__meta__wrapper {
		min-width: 330px;
		width: 53.33%;
		margin-left: auto;
		height: 100%;
		padding-right: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hero__meta {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 0;
	}
	.hero__meta__category {
		color: #fff;
		font-size: 1rem;
	}
	.hero__meta__title {
		color: #fff;
		font-size: 2rem;
		line-height: 1.5;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.hero__meta__description {
		color: #fff;
		font-size: 1rem;
		line-height: 1.5;
		height: 9rem;
		overflow: hidden;
	}
	.hero__meta__date {
		color: #fff;
		font-size: 0.875rem;
	}
}
.entry_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.keyword {
	padding: 0;
	margin-bottom: 10px;
}
.keyword__inner {
	padding: 30px 20px;
	background-color: #f4f7f6;
}
.keyword__title {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
}
.keyword__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.keyword__list li {
	margin-right: 1em;
	font-size: 18px;
	line-height: calc(28 / 16);
}
.keyword__list li a {
	color: #25282c;
	font-size: 16px;
}
@media screen and (min-width: 992px) {
	.keyword {
		margin-top: 70px;
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.keyword__inner {
		padding: 1.5rem 2rem;
	}
	.keyword .col-12 {
		display: flex;
		align-items: center;
	}
	.keyword__title {
		margin-bottom: 0;
		margin-right: 4rem;
		font-size: 20px;
	}
	.keyword__list {
		flex: 1;
	}
}
.latest__bg {
	background-size: cover;
	background-position: center bottom;
	background-image: url("/images/template/section_bg.jpg");
	overflow: hidden;
}
.section__latest {
	padding: 50px 1em;
}
.latest__article {
	margin: 1em auto;
	width: 100%;
	background-color: #fff;
	color: #606060;
	box-shadow: 0 0 5px 1px #b2b2b2;
	background-color: #fff;
	border-radius: 10px;
}
.latest__article__link {
	padding: 0.5em 0;
	display: block;
}
.latest__article__link:hover {
	color: #606060;
	text-decoration: none;
	opacity: 0.8;
}
.latest__article__image {
	margin: 0;
	padding: 0;
}
.latest__article__category {
	font-size: 0.75rem;
	line-height: 1;
	padding: 0 1em 0.5rem;
	font-weight: 700;
	color: #192c6e;
}
.latest__article__title {
	font-size: 1rem;
	height: 3em;
	line-height: 1.5;
	overflow: hidden;
	color: #25282c;
}
.latest__article__excerpt {
	display: none;
}
.latest__article__date {
	display: block;
	text-align: right;
	color: #787a79;
	font-size: 0.75rem;
	margin-top: 0.5rem;
}
.latest__article__meta {
	padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
	.section__latest {
		padding: 50px 0;
	}
	.latest__article__link {
		padding: 1em 0;
	}
	.latest__article__category {
		padding: 0 2em 1em;
		font-size: 1rem;
	}
	.latest__article__title {
		font-size: 1.5rem;
	}
	.latest__article__excerpt {
		display: block;
		font-size: 1rem;
		height: 3em;
		line-height: 1.5;
		overflow: hidden;
		margin-top: 1rem;
		color: #25282c;
	}
	.latest__article__date {
		font-size: 0.875rem;
	}
	.latest__article__meta {
		padding: 1em 1em;
	}
}
@media screen and (min-width: 992px) {
	.latest__article__meta {
		padding: 1em 1.5em;
	}
}
.latest__articles {
	margin: 40px auto 20px;
}
.latest__articles .archive__list {
	margin-top: 0;
	margin-bottom: 0;
}
.latest__articles__nav {
	margin-top: 10px;
	text-align: center;
}
.latest__articles__nav .btn {
	width: 180px;
}
@media screen and (min-width: 768px) {
	.latest__articles .archive__list {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.latest__articles__nav {
		margin-top: 0;
		text-align: center;
	}
	.latest__articles__nav .btn {
		width: 200px;
	}
}
@media screen and (min-width: 992px) {
	.latest__articles {
		margin: 60px auto 30px;
	}
}
.editors__choise {
	margin: 40px auto;
}
.editors__choise .archive__list {
	margin-top: 0;
	margin-bottom: 0;
}
.editors__choise__nav {
	margin-top: 10px;
	text-align: center;
}
.editors__choise__nav .btn {
	width: 180px;
}
@media screen and (min-width: 768px) {
	.editors__choise .archive__list {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.editors__choise__nav {
		margin-top: 0;
		text-align: center;
	}
	.editors__choise__nav .btn {
		width: 200px;
	}
	.editors__choise .archive__list__item.hero__item {
		width: 100%;
		margin-bottom: 20px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__link {
		display: flex;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__image {
		width: 49%;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__meta {
		padding: 12px 20px;
		width: 51%;
		background-color: #957f07;
		display: flex;
		flex-direction: column;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__meta__header {
		display: flex;
		margin-bottom: 20px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__meta__bottom {
		margin-top: auto;
		display: flex;
		align-items: center;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__category {
		color: #fff;
		margin-right: 30px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__date {
		margin-top: 0;
		color: #fff;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__title {
		color: #fff;
		height: calc(2em * 24 / 16);
		margin-bottom: 10px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__subtitle {
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: calc(24 / 16);
		max-height: calc(2em * 24 / 16);
		overflow: hidden;
		margin-bottom: 10px;
		color: #fff;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__lead {
		display: block;
		font-size: 14px;
		line-height: calc(20 / 14);
		max-height: calc(2em * 20 / 14);
		overflow: hidden;
		margin-bottom: 20px;
		color: #fff;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__tag ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__tag ul li {
		line-height: 1;
		font-size: 14px;
		color: #fff;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__tag ul li + li {
		margin-left: 1em;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__nav {
		margin-left: auto;
	}
}
@media screen and (min-width: 992px) {
	.editors__choise {
		margin: 30px auto 60px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__image {
		width: 32.3529%;
		padding-top: calc(32.3529% / 352 * 300);
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__meta {
		width: calc(100% - 32.3529%);
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__meta__header {
		display: flex;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__title {
		font-size: 20px;
		height: calc(2em * 28 / 20);
		margin-top: 0;
		margin-bottom: 10px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__subtitle {
		font-size: 16px;
		max-height: calc(1em * 24 / 16);
		margin-bottom: 10px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__lead {
		display: block;
		font-size: 14px;
		line-height: calc(20 / 14);
		max-height: calc(2em * 20 / 14);
		overflow: hidden;
		margin-bottom: 10px;
		color: #fff;
	}
}
@media screen and (min-width: 1200px) {
	.editors__choise .archive__list__item.hero__item .archive__list__item__meta__header {
		margin-bottom: 46px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__title {
		margin-bottom: 16px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__subtitle {
		margin-bottom: 16px;
	}
	.editors__choise .archive__list__item.hero__item .archive__list__item__lead {
		max-height: calc(3em * 20 / 14);
		margin-bottom: 16px;
	}
}
.section__top__ranking {
	margin-top: 60px;
}
@media screen and (min-width: 768px) {
	.section__top__ranking {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.section__top__ranking .ranking__wrapper .ranklet__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.section__top__ranking .ranking__wrapper .ranklet__list__item {
		width: 49%;
	}
}
@media screen and (min-width: 992px) {
	.section__top__ranking {
		margin-top: 70px;
		margin-bottom: 80px;
	}
	.section__top__ranking .ranking__wrapper {
		margin-right: 0;
		margin-left: 0;
	}
	.section__top__ranking .ranking__wrapper .ranklet__list__item {
		position: relative;
	}

	.section__top__ranking .ranking__wrapper .ranklet__list__item__title {
		font-size: 15px;
		line-height: calc(30 / 18);
		overflow: hidden;
		height: calc(2em * 30 / 18);
	}
	.section__top__ranking .ranking__wrapper .ranklet__list__item__link {
		padding-right: 76px;
	}
}
/*
Arc Communications Added
*/
#header .header__navigation .sub__nav {
	margin-right: 0;
}
.footer__link__list {
	padding-left: 0;
	padding-right: 40px;
}
.related__list__item__link {
	height: 92px;
}
.related__list__item__image,
.related__list__item__image__inner {
	width: 171px;
	height: 92px;
}
@media screen and (max-width: 768px) {
	.related__list__item__link {
		height: 64px;
	}
	.related__list__item__image,
	.related__list__item__image__inner {
		width: 119px;
		height: 64px;
	}
}
@media screen and (min-width: 1200px) {
	#sidebar {
		top: 135px;
	}
}



/*add 20230308*/
.commentinner{
    background:#fff;
    padding:22px 15px;
}
.commentinner h4{
    font-size:20px;
    margin-bottom: 1em;
}
.commentinner h5{
    font-size:15px;
}
.commentinner ul{
    padding:0;
}
.commentinner ul li{
    list-style:none;
    margin-bottom:10px;
}
.commentinner ul li label{
    letter-spacing: .2em;
    margin-left: 5px;
    margin-bottom:0;
    font-size:13px;
    position: relative;
    top: -2px;
}
.commentinner ul li label span{
     letter-spacing: 0;
}
.commentinner ul li input{
    margin-right:5px;
}
.commentinner textarea{
    width: 100%;
    border: 1px solid #DEE0E3;
    padding: 3px 10px;
    line-height: 1.4;
}
.commentinner .privacy-agree{
    font-size:13px;
    margin-bottom:1em;
    margin-left: 1em;
}
.commentinner .privacy-agree label{
    display: flex;
    align-items: start;
}
.commentinner .privacy-agree span{
    margin-left: 5px;
}
.commentinner input[type="checkbox"]{
    position: relative;
    top: 2px;
    margin-left: -1em;
}

.commentinner a.btn-privacy{
    color:#333333;
    text-decoration:underline;
    font-size:13px;
}
.commentinner .btn-commentsubmit{
    background: #063D8D;
    border:1px solid #063D8D!important;
    color: #fff;
    text-align: center;
    width: 100px;
    display: block;
    border: none;
    padding: 5px;
    margin-top: 1em;
}
.commentinner .btn-commentsubmit:hover{
    background: #fff;
    color:#063D8D
}



/* 2023リニューアル追加 */

/* article コメント */
.title__comment-area {
	/*display: none;*/
	display: inline-block;
	position: relative;
	color: #053d8d;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 2rem;
}
.title__comment-area:after {
	position: absolute;
	content: "";
	background-image: url("/images/template/comment-tri.svg");
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 13px;
	height: 10px;
	position: absolute;
	top: 8px;
	right: -18px;
}
.title__comment-area.active:after {
	background-image: url("/images/template/comment-tri_close.svg");
}
.box___google-form {
	display: none;
	background: #f6f6f6;
	margin-top: 2rem;
	margin-bottom: 6rem;
	padding: 15px;
}

/* TOKYO UPDATESについて */
.webpage__a-tag {
	color: #337ceb;
	text-decoration: underline;
}
.aboutus__h3 {
	font-size: 20px;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
	.aboutus__h3 {
		font-size: 1.5rem;
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
}
/* ウェブサイト利用規約 */
.website__terms p {
	font-size: 1rem;
	margin-bottom: 1.5rem;
}
.website__terms h2 {
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-size: 21px;
}
.website__terms h3 {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	font-size: 18px;
	position: relative;
	padding-bottom: 1rem;
	border-bottom: 4px solid #18244a;
}
.website__terms h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 80px;
	height: inherit;
	border-bottom: 4px solid #a1accd;
}
@media screen and (min-width: 768px) {
	.website__terms h2 {
		font-size: 1.5rem;
		margin-top: 4rem;
	}
	.website__terms h3 {
		font-size: 1rem;
		margin-top: 4rem;
	}
	.website__terms h3:before {
		width: 160px;
	}
}
/* メルマガ登録 */
.mail__modal_pop {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997 !important;
}
.mail__modal_pop_main {
	max-width: 349px;
	width: 24vh;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999 !important;
}
.mail__modal_pop_main img {
	width: 100%;
	height: auto;
}
.mail__modal_pop_main .mail__close {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url("/images/mail_pop_close.svg");
	background-repeat: no-repeat;
	background-position: center center;
	top: -24px;
	right: 0;
	z-index: 1;
	cursor: pointer;
}
.mail__bg {
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid #707070;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998 !important;
}
/* メルマガ登録ポップアップ */
.subscribe__pop {
	display: none;
}
@media screen and (min-width: 1200px) {
	#header .header__navigation {
		width: 90%;
	}
	.subscribe__pop {
		display: none;
		position: fixed;
		margin: 0;
		bottom: 120px;
		right: 5px;
		width: 262px;
		height: 115px;
		z-index: 999;
	}
	.subscribe__pop[data-show="1"] {
		display: block;
	}
	.subscribe__pop__main {
		position: relative;
		border: 3px solid #4c588b;
		background-color: #fff;
		padding: 1rem 1.25rem;
	}
	.subscribe__pop__close_img {
		position: absolute;
		display: inline-block;
		width: 24px;
		height: 24px;
		top: -19px;
		left: -15px;
		cursor: pointer;
	}
	.subscribe__pop__send_img {
		margin-bottom: 1rem;
	}
}

/* archive article page for from tokyo*/
.archive_from_tokyo_header_box_img > img {
	max-width: 219px;
	margin: 0 3em 0 0;
}

@media screen and (min-width: 1200px) {
	#header .header__navigation {
		width: 90%;
	}
	.article__container .archive_from_tokyo_header_box_txt {
		/* padding:0 0 0 5em; */
	}
}
.glnav_fromtokyo_img {
	width: 83px;
	height: 23px;
	position: relative;
	bottom: 3px;
}

.archive_fromtokyo_img {
	width: 97px;
	height: 35px;
}

.archive_from_tokyo_header_box,
.article__container .archive_from_tokyo_header_box {
	/* padding:0 15px 0 15px; */
	display: flex;
	/* justify-content: center; */
	align-items: center;
}
.archive_from_tokyo_header_box_img,
.article__container .archive_from_tokyo_header_box_img {
	/*	width:30%; */
	/* max-width:219px; */
}
.archive_from_tokyo_header_box_img img,
.article__container .archive_from_tokyo_header_box_img img {
	width: auto;
}
.archive_from_tokyo_header_box_txt,
.article__container .archive_from_tokyo_header_box_txt {
	width: 69%;
}
.archive_from_tokyo__list__item__category,
.article__container .archive_from_tokyo__list__item__category {
	display: flex;
	align-items: center;
}
.archive_from_tokyo__list__item__category .archive_fromtokyo_img,
.article__container .archive_from_tokyo__list__item__category .archive_fromtokyo_img {
	margin-right: 1rem;
}

@media screen and (min-width: 1200px) {
	.article__container .archive_from_tokyo_header_box_img img {
		width: 100%;
	}
	.article__container .archive_from_tokyo_header_box {
		margin: 1em 0 2em 0;
	}
}

@media screen and (max-width: 1199px) {
	.archive_from_tokyo_header_box_img img,
	.article__container .archive_from_tokyo_header_box_img img {
		width: 100%;
	}
	.archive_from_tokyo_header_box_txt,
	.article__container .archive_from_tokyo_header_box_txt {
		/* padding:0 0 0 3em; */
	}
	.article__container .archive_from_tokyo_header_box {
		margin: 2em 0 1em 0;
	}
}

@media screen and (max-width: 767px) {
	.archive_from_tokyo_header_box_img,
	.article__container .archive_from_tokyo_header_box_img {
		text-align: center;
		width: 70%;
	}
	.archive_from_tokyo_header_box_txt,
	.article__container .archive_from_tokyo_header_box_txt {
		width: 100%;
		text-align: left;
		padding: 1em 0 1em 0;
	}
	.archive_from_tokyo_header_box_img img,
	.article__container .archive_from_tokyo_header_box_img img {
	}
	.archive_from_tokyo_header_box,
	.article__container .archive_from_tokyo_header_box {
		flex-flow: column;
	}
}

@media screen and (max-width: 991px) {
	.archive_from_tokyo__list__item__title,
	.article__container .archive_from_tokyo__list__item__title {
		margin-top: 10px;
	}
}
@media screen and (min-width: 768px) {
	.archive_from_tokyo__list__item__meta__middle{
		margin-top: 5px;
	}
}
@media screen and (min-width: 992px) {
	.archive_from_tokyo__list__item__meta__middle{
		margin-top: 10px;
	}
}


@media screen and (max-width: 1200px) {
	.topview .topview__article__wrapper.side-l {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 53px 10px;
		margin: 0 15px 60px;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half {
		display: contents;
		word-break: break-word;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half__link {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half__meta {
		display: contents;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half__title {
		max-height: none;
		font-size: 14px;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half__title font {
		font-size: 11px;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half__meta__bottom {
		margin: auto 0 0;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half__meta__bottom {
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		gap: 5px;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half__category {
		margin: 0;
		font-size: 11px;
	}
	.topview .topview__article__wrapper.side-l .topview__article__half__pubdate {
		font-size: 13px;
	}

	
	.latest__articles .archive__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 53px 10px;
		margin: 0 0 45px;
	}
	.latest__articles .archive__list .archive__list__item {
		display: contents;
	}
	.latest__articles .archive__list .archive__list__item__link {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.latest__articles .archive__list .archive__list__item__meta {
		display: contents;
	}
	.latest__articles .archive__list .archive__list__item__title {
		max-height: none;
		font-size: 14px;
	}
	.latest__articles .archive__list .archive__list__item__title font {
		font-size: 11px;
	}
	.latest__articles .archive__list .archive__list__item__meta__middle {
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		gap: 5px;
		margin: auto 0 0;
	}
	.latest__articles .archive__list .archive__list__item__category {
		margin: 0;
		font-size: 11px;
	}
	.latest__articles .archive__list .archive__list__item__pubdate {
		font-size: 13px;
	}
}

  /* sp 新着一覧 */
@media screen and (max-width: 428px) {
.archive .archive__list {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.archive .archive__list .archive__list__item {
		display: contents;
	}
	.archive .archive__list .archive__list__item__link {
		display: grid;
		grid-template-areas: "image title" "image middle";
		grid-template-columns: 150px 1fr;
		gap: 10px;
		min-height: 90px;
	}
	.archive .archive__list .archive__list__item__image {
		grid-area: image;
		height: auto;
		padding: 0;
	}
	.archive .archive__list .archive__list__item__meta {
		display: contents;
	}
	.archive .archive__list .archive__list__item__title {
		grid-area: title;
		max-height: none;
		font-size: 14px;
	}
	.archive .archive__list .archive__list__item__title font {
		font-size: 11px;
	}
	.archive .archive__list .archive__list__item__meta__middle {
		grid-area: middle;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		gap: 5px;
		margin: auto 0 0;
	}
	.archive .archive__list .archive__list__item__category {
		margin: 0;
		font-size: 11px;
	}
	.archive .archive__list .archive__list__item__pubdate {
		font-size: 13px;
	}
}

/* AI translation */

@media (min-width: 1200px) {
	.language {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
		;
		margin: 0;
		-webkit-margin-start: 16px;
		margin-inline-start: 16px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.language a{
	color: #007bff !important;
	text-decoration: underline;
	background-color: transparent;
}

.language_button {
	background-color: transparent;
	border: none;
	margin-bottom: 5px;
	padding: 0;
	-moz-appearance: none;
	appearance: none;
	color: #787a79;
	font-family: inherit;
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: block;
	width: 100%;
	text-align: left; 
	transition: 0.3s;
}

@media (min-width: 1200px) {
	.language_button {
		position: relative;
		margin-bottom: 0;
		padding: 0;
		z-index: 4;
		font-size: 1rem;
		line-height: 1.75;
		font-weight: bold;
		color: #fff;
		display: inline-block;
	}

	.language_button:hover{
		opacity: 0.5;
		text-decoration: none;
	}
}

@media (max-width: 1199px) {
	.language_menu {
		overflow: hidden;
		height: 0;
		transition: height 0.3s ease;
	}
	
	.language_menu.expanded {
		height: auto; 
	}
}

@media (min-width: 1200px) {
	.language_menu {
		position: absolute;
		top: calc(50% + 1.75rem / 2 + 6px);
		left: -40px;
		z-index: 4;
		min-width: 280px;
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
		background-color: #ffffff;
		border: 1px solid #d8d8db;
		border-radius: 4px;
		padding: 16px 14px 16px 14px;
		visibility: visible;
		opacity: 0;
		transition: opacity 0.5s ease
	}
}
#language-menu.show {
	opacity: 1;
}

#language-menu a{
	font-size: 1.125rem;
}

#language-menu-mobile li{
	font-size: 0.875rem;
}

@media (min-width: 1200px) {
	.language_menu-body {
		padding: 0 2px;
		overflow-y: auto; 
		-ms-scroll-chaining: none;
		overscroll-behavior: contain;
		max-height: 40vh;        
		transition: max-height 0.5s ease; 
	}
}

.language_title {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: bolder;
	margin: 2px 0 2px 0;
	grid-column: 1 / -1;
}

@media (min-width: 1200px) {
	.language_title {
		font-size: 1.125rem;
		line-height: 1.75;
		font-weight: bold;
	}

	.language_title:first-child {
		margin-top: 0;
	}
}

.language_detail {
	margin-top: 4px;
}

.language_machine:not(:first-child) {
	margin-top: 0.875rem;
}

.language_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2, 1fr);
}

.language_page_list{
	list-style-type: none;
	padding: 0;
	display: grid;
	gap: 8px;
}

@media (min-width: 1200px){
	.language_list {
		gap: 8px;
	}
}

.language_list li:hover {
    opacity: 0.7;
}

@media (min-width: 1200px) {
	.language_menu-footer {
		margin-top: 16px;
		padding-top: 16px;
		border-top: 1px solid  #d8d8db;
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.language_close {
		background-color: transparent;
		border: none;
		cursor: pointer;
		margin: 0;
		padding: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color: #1a1a1c;
		font-family: inherit;
		color: #007bff;
		text-decoration: underline;
	}
}

@media (min-width: 1200px) {
	.language_menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 3;
		display: none;
	}
}