@charset "UTF-8";
.c-tag {
	width: auto;
	min-height: auto;
}
@media screen and (max-width: 767px) {
	.c-tag {
		width: auto;
	}
}
@media print, screen and (min-width: 768px) {
	.c-tag__inn {
		padding: 0 1em 0.1em;
	}
}

@media screen and (max-width: 767px) {
	.c-post-heading .c-tag {
		width: auto;
	}
}

.p-detail {
	position: relative;
}
.p-detail__catch {
	height: 50rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-detail__catch {
		height: 106.6666666667vw;
	}
}
.p-detail__catch .img {
	width: 100%;
	height: 100%;
	display: block;
}
.p-detail__catch img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-detail .c-pankz {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.p-detail__head {
	padding-top: 8.7rem;
}
@media screen and (max-width: 767px) {
	.p-detail__head {
		padding-top: 8.5333333333vw;
	}
}
.p-detail__head .detail-title {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.31;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-detail__head .detail-title {
		font-size: 4.8rem;
	}
}
.p-detail__head .date-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0.5rem 2.6rem;
}
@media screen and (max-width: 767px) {
	.p-detail__head .date-tag {
		gap: 0.5rem 2.4rem;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}
.p-detail__head .date {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.57;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-detail__head .date {
		font-size: 2.8rem;
		line-height: 1.28;
	}
}
.p-detail__head .tag-share {
	margin-top: 2.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-detail__head .tag-share {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p-detail__head .c-share {
		margin-top: 2rem;
	}
}
.p-detail__main {
	padding-top: 7.4rem;
}
.p-detail__main::after {
	content: "";
	display: block;
	clear: both;
}
.p-detail__main img {
	max-width: 100%;
	height: auto;
}
.p-detail__main img.size-full {
	width: 100%;
}
.p-detail__main .aligncenter {
	display: block;
	margin: 0 auto;
}
.p-detail__main .aligncenter img {
	display: block;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-detail__main .aligncenter img {
		width: 100%;
	}
}
.p-detail__main .alignright {
	float: right;
}
@media screen and (max-width: 767px) {
	.p-detail__main .alignright {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.p-detail__main .alignright img {
		display: block;
		margin: auto;
		width: 100%;
	}
}
.p-detail__main .alignleft {
	float: left;
}
@media screen and (max-width: 767px) {
	.p-detail__main .alignleft {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.p-detail__main .alignleft img {
		display: block;
		margin: auto;
		width: 100%;
	}
}
.p-detail__main .l-content-inner {
	width: 93.5rem;
}
.p-detail__main .wp-block-image {
	margin-top: 2.4rem;
	margin-bottom: 3.2rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.p-detail__main .wp-block-image {
		margin: 6rem 0;
	}
}
.p-detail__main .wp-block-image img {
	border-radius: 2rem;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-detail__main .wp-block-image img {
		width: 100%;
	}
}
.p-detail__main ul.wp-block-list, .p-detail__main ol.wp-block-list {
	margin: 2.4rem 0;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-detail__main ul.wp-block-list, .p-detail__main ol.wp-block-list {
		font-size: 3.7333333333vw;
	}
}
.p-detail__main ul.wp-block-list li, .p-detail__main ol.wp-block-list li {
	position: relative;
	padding-left: 1.3rem;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.p-detail__main ul.wp-block-list li, .p-detail__main ol.wp-block-list li {
		padding-left: 1em;
	}
}
.p-detail__main ul.wp-block-list li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.p-detail__main ol.wp-block-list {
	counter-reset: item;
	list-style-type: none;
}
.p-detail__main ol.wp-block-list li {
	padding-left: 1.8em;
}
.p-detail__main ol.wp-block-list li::before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 1.5em;
}
.p-detail__main .wp-block-image .aligncenter > figcaption,
.p-detail__main .wp-block-image .alignleft > figcaption,
.p-detail__main .wp-block-image .alignright > figcaption,
.p-detail__main .wp-block-image.aligncenter > figcaption,
.p-detail__main .wp-block-image.alignleft > figcaption,
.p-detail__main .wp-block-image.alignright > figcaption,
.p-detail__main .wp-element-caption {
	display: block;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-detail__main .wp-block-image .aligncenter > figcaption,
	.p-detail__main .wp-block-image .alignleft > figcaption,
	.p-detail__main .wp-block-image .alignright > figcaption,
	.p-detail__main .wp-block-image.aligncenter > figcaption,
	.p-detail__main .wp-block-image.alignleft > figcaption,
	.p-detail__main .wp-block-image.alignright > figcaption,
	.p-detail__main .wp-element-caption {
		font-size: 3.2vw;
	}
}
.p-detail__main .wp-block-image {
	margin: 2.4rem 0;
}
.p-detail__main .wp-block-table,
.p-detail__main .wp-block-flexible-table-block-table {
	margin: 2.4rem 0;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
	.p-detail__main .wp-block-table,
	.p-detail__main .wp-block-flexible-table-block-table {
		border-radius: 2.6666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-detail__main .wp-block-table.is-scroll-on-mobile,
	.p-detail__main .wp-block-flexible-table-block-table.is-scroll-on-mobile {
		overflow-x: scroll;
		border-radius: 2.6666666667vw 0 0 2.6666666667vw;
		border-right: none;
	}
	.p-detail__main .wp-block-table.is-scroll-on-mobile table,
	.p-detail__main .wp-block-flexible-table-block-table.is-scroll-on-mobile table {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}
.p-detail__main .wp-block-table table,
.p-detail__main .wp-block-flexible-table-block-table table {
	width: 100%;
	border-collapse: collapse;
}
.p-detail__main .wp-block-table table.has-fixed-layout,
.p-detail__main .wp-block-flexible-table-block-table table.has-fixed-layout {
	table-layout: fixed;
}
.p-detail__main .wp-block-table table tr:last-child th, .p-detail__main .wp-block-table table tr:last-child td,
.p-detail__main .wp-block-flexible-table-block-table table tr:last-child th,
.p-detail__main .wp-block-flexible-table-block-table table tr:last-child td {
	border-bottom: none;
}
.p-detail__main .wp-block-table table th, .p-detail__main .wp-block-table table td,
.p-detail__main .wp-block-flexible-table-block-table table th,
.p-detail__main .wp-block-flexible-table-block-table table td {
	border: 1px solid #D8D8D8;
	padding: 1rem 0.5rem;
}
.p-detail__main .wp-block-table table th:last-child, .p-detail__main .wp-block-table table td:last-child,
.p-detail__main .wp-block-flexible-table-block-table table th:last-child,
.p-detail__main .wp-block-flexible-table-block-table table td:last-child {
	border-right: none;
}
@media screen and (max-width: 767px) {
	.p-detail__main .wp-block-table table th, .p-detail__main .wp-block-table table td,
	.p-detail__main .wp-block-flexible-table-block-table table th,
	.p-detail__main .wp-block-flexible-table-block-table table td {
		width: auto !important;
		padding: 2rem 1rem;
	}
}
.p-detail__main .wp-block-table table th a, .p-detail__main .wp-block-table table td a,
.p-detail__main .wp-block-flexible-table-block-table table th a,
.p-detail__main .wp-block-flexible-table-block-table table td a {
	text-decoration: underline;
}
.p-detail__main .wp-block-table table th,
.p-detail__main .wp-block-flexible-table-block-table table th {
	background-color: #1F1F1F;
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-detail__main .wp-block-table table th,
	.p-detail__main .wp-block-flexible-table-block-table table th {
		font-size: 4vw;
	}
}
.p-detail__main .wp-block-table table td,
.p-detail__main .wp-block-flexible-table-block-table table td {
	background-color: #ffffff;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.53;
}
@media screen and (max-width: 767px) {
	.p-detail__main .wp-block-table table td,
	.p-detail__main .wp-block-flexible-table-block-table table td {
		font-size: 3.7333333333vw;
	}
}
.p-detail__main h2 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	.p-detail__main h2 {
		font-size: 3.6rem;
		font-weight: 600;
	}
}
.p-detail__main h3 {
	font-size: 1.4rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-detail__main h3 {
		font-size: 3.5rem;
	}
}
.p-detail__main h4 {
	font-size: 1.3rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-detail__main h4 {
		font-size: 3rem;
	}
}
.p-detail__main p {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.1;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-detail__main p {
		font-size: 2.8rem;
		margin-top: 0.8em;
	}
}
.p-detail__main p a {
	text-decoration: underline;
}
.p-detail__main p + p {
	margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-detail__main p + p {
		margin-top: 0.5em;
	}
}
.p-detail__main p.has-small-font-size {
	font-size: 1.2rem;
	line-height: 2.3;
}
@media screen and (max-width: 767px) {
	.p-detail__main p.has-small-font-size {
		font-size: 3.2vw;
	}
}
.p-detail__main p.is-style-linkbutton a {
	text-decoration: none;
	max-width: 34rem;
	height: auto;
	background-color: #1F1F1F;
	color: #ffffff;
	border-radius: 1.6rem;
	font-size: 1.4rem;
	line-height: 1.7;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	padding: 1.6rem 4.5rem 1.6rem 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-detail__main p.is-style-linkbutton a {
		font-size: 3.7333333333vw;
		max-width: 100%;
		padding: 2rem 6rem 2rem 3rem;
	}
}
.p-detail__main p.is-style-linkbutton a::after {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	background-image: url(../images/common/arrow_btn-w.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	right: 2rem;
	top: calc(50% - 0.55rem);
	display: block;
}
@media screen and (max-width: 767px) {
	.p-detail__main p.is-style-linkbutton a::after {
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		top: calc(50% - 1rem);
	}
}
.p-detail__btm {
	padding-top: 5.6rem;
	padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
	.p-detail__btm {
		padding-top: 16vw;
		padding-bottom: 0;
	}
}
.p-detail__btm .l-content-inner {
	width: 93.5rem;
}
.p-detail__pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.p-detail__pager {
		display: block;
		width: 73.8666666667vw;
		margin: auto auto auto;
	}
}
.p-detail__pager .c-pager {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-detail__pager .c-pager {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media screen and (max-width: 767px) {
	.p-detail__pager .c-pager .item {
		font-weight: 600;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.p-detail__pager .c-pager .item__inn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 1.8rem;
	}
	.p-detail__pager .c-pager .item__inn::before, .p-detail__pager .c-pager .item__inn::after {
		display: block;
		background-image: url(../images/common/arrow_news.svg);
		width: 3.3333333333vw;
		height: 3.3333333333vw;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
}
.p-detail__pager .c-pager .item.prev {
	margin-right: 8.3rem;
}
@media screen and (max-width: 767px) {
	.p-detail__pager .c-pager .item.prev {
		margin-right: 0;
	}
	.p-detail__pager .c-pager .item.prev .item__inn::before {
		content: "";
		-webkit-transform: scale(-1, 1);
		        transform: scale(-1, 1);
	}
}
@media screen and (max-width: 767px) {
	.p-detail__pager .c-pager .item.next .item__inn::after {
		content: "";
	}
}
@media screen and (max-width: 767px) {
	.p-detail__pager .c-btn.-small.-arrow {
		width: 100%;
		height: 12rem;
		margin-top: 13.3333333333vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-detail__pager .c-btn.-small.-arrow .c-btn__inn {
		padding-right: 1rem;
	}
}
.p-detail__pager .c-btn.-small.-arrow .c-btn__inn .text {
	text-align: center;
}

.p-related {
	padding-top: 7rem;
	padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
	.p-related {
		padding-top: 30.6666666667vw;
		padding-bottom: 30.6666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-related .c-section-title .title-en.sp-big {
		margin-top: 4.2666666667vw;
	}
}
.p-related .c-post-list {
	margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
	.p-related .c-post-list {
		margin-top: 9.3333333333vw;
	}
}
/*# sourceMappingURL=information.css.map */