@charset "UTF-8";
/* CSS Document */


.mod-auto {
	width: 100%;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px
}
main{
	counter-reset: h2 0;
}
main> .news-detail {
	color: #333;
	font-size: 16px;
	max-width: 1160px;
}
li {
	list-style: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* ---------------------------------------*/
/* INDEX */
/* ---------------------------------------*/
#toc {
	width: 60%;
	padding: 2em;
	margin: 2em auto;
	background: rgb(247 238 218 / 40%);
}
.toc-title {
	position: relative;
	font-size: 1.4em;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px solid #14195a;
	line-height: 1.5em;
	color: #14195a;
	list-style: none;
	cursor: pointer;
}
#toc .toc-title::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f06e';
	/* font-family: "Font Awesome 6 Free"; */
  font-family: 'FontAwesome';
	font-size: 0.6em;
	font-weight: 400;
	color: #838383;
}
#toc[open] .toc-title::after {
	content: '\f070';
}

.toc-container {
	padding-top: 1em;
	margin: 0;
}
.toc-container, .toc-container ul {
	counter-reset: ul-counter;
	list-style: none;
	line-height: 1.8em;
}
.toc-container > li {
	font-weight: 600;
	padding: 0.5em 0;
}
.toc-container a {
	display: inline-block;
	line-height: 1.5;
	padding-bottom: 5px;
}
.toc-container a:last-of-type {
	padding-bottom: 0;
}
.toc-container > li > a {
	position: relative;
	color: #14195a;
	padding-left: 3em;
}
.toc-container > li a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	counter-increment: ul-counter;
	content: counter(ul-counter, decimal-leading-zero) ;
	font-size: 0.9em;
	font-weight: 400;
	font-family: trajan-pro-3, serif;
	color: #14195a;
	white-space: nowra;
}
.toc-container > li > a:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 2em;
	content: "";
	width: 0.1em;
	height: 1.1em;
	background: #14195a;
	border-radius: 1px;
}
.toc-container > li > ul > li {
	font-size: 0.9em;
	font-weight: 400;
	margin-left: 2em;
}
.toc-container > li > ul > li > a{
	position: relative;
	padding-left: 1em;
}
.toc-container > li > ul > li > a::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background: #c0c6e4;
	border-radius: 50%;
}
.toc-container > li > ul > li > ul > li > a {
	position: relative;
	padding-left: 2.2em;
}
.toc-container > li > ul > li > ul > li > a::before {
	position: absolute;
	left: 1.3em;
	/* font-family: "Font Awesome 6 Free"; */
  font-family: "FontAwesome";
	font-weight: bold;
	content: "\f068";
	color: #c0c6e4;
}

.toc-container span {
	padding-bottom: 5px;
	position: relative;
}
.toc-container span::before {
	background: #c0c6e4;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.toc-container span:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
/* ---------------------------------------*/

/* ---------------------------------------*/
/* 基本設定 */
/* ---------------------------------------*/
section, .beginning_area, .end_area {
	padding: 3em 50px 1em;
	margin: 0 auto;
}
.cta_area {
	padding-top: 0;
}
section:nth-of-type(2) {
	padding-top: 5em;
}
section.mod-head {
	padding: 0;
}

main h1 {
	position: relative;
	padding: 2em 2.5em 0;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.8em;
	text-align: left;
	color: #14195a;
	display: block;
	line-height: 1.5;
}

main h1 span {
	position: relative;
	z-index: 2;
}

main h1::before {
	content: "Feature";
	position: absolute;
	transform: rotate(-10deg);
	top: 0;
	left:  0;
	color: rgb(31 171 181 / 30%);
	font-size: 2.3em;
	font-family: delaney, sans-serif;
	font-weight: 300;
}


main h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #1eabb4;
	margin-bottom: 1em;
}

main h2::before {
  counter-increment: h2 1;
	content: counter(h2, decimal-leading-zero);
	display: block;
	font-family: trajan-pro-3, serif;
	font-size: 2em;
	font-weight: 700;
	color: rgba(0, 0, 0, 0);
	text-shadow: 3px 3px 0 rgb(30 171 180 / 50%);
	-webkit-text-stroke: 1px #14195a;
	text-stroke: 1px #14195a;
	line-height: 1;
}
main h2::after {
	content: "";
	display: inline-block;
	background: #14195a;
	width: 5em;
	height: 1px;
}

h2.recommend {
  position: relative;
  padding: 0.5em 1em;
  align-items: flex-start;
}
h2.recommend::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100px;
  height: 1px;
  transform: rotate(-14deg);
  box-sizing: border-box;
  background-color: #141959;
	padding
}
h2.recommend::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 120px;
  height: 1px;
  transform: rotate(14deg);
  box-sizing: border-box;
  background-color: #141959;
}
h2.recommend > .ornament {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h2.recommend > .ornament::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 160px;
  height: 1px;
  transform: rotate(-12deg);
  box-sizing: border-box;
  background-color: #141959;
}
h2.recommend > .ornament::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 160px;
  height: 1px;
  transform: rotate(12deg);
  box-sizing: border-box;
  background-color: #141959;
}

main h3 {
	color: #1eabb4;
	padding: 0.2em 0.2em 0.2em 1em;
	margin: 1em 0;
	background-image: repeating-linear-gradient(45deg, #1eabb4 0, #1eabb4 2px, transparent 2px, transparent 4px);
	background-repeat: no-repeat;
	background-size: 0.6em 100%;
	background-position: left;
	border-bottom: 1px solid #1eabb4;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-size: 1.5em;
}
main h4 {
	color: #1eabb4;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	padding: 0.2em 1em;
	margin: 1em 0;
	text-align: left;
	border-bottom: 1px solid #1eabb4;
}
main h5 {
	color: #1eabb4;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding: 0.2em 1em;
    margin: 1em 0;
    text-align: left;
    border-bottom: 1px solid #1eabb4;
}
.news-detail-recommend > h2  {
	width: 100vw;
	max-width: 1060px;
	font-size: 1.3em;
	color: #14195a;
	margin: 0 auto;
}
.news-detail-sns > h2  {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
	color: #14195a;
	text-align: center;
}
.news-detail-sns > h2::before, .news-detail-sns > h2::after  {
	content: '';
	width: 2px;
	height: 3rem;
	background-color: #14195a;
}
.news-detail-sns > h2::before {
	margin-right: 3rem;
	transform: rotate(-35deg)
}
.news-detail-sns > h2::after {
	margin-left: 3rem;
	transform: rotate(35deg)
}

.paragraph_wrap {
	margin-bottom: 5em;
}
.end_area > .paragraph_wrap {
    margin-bottom: 2em !important;
}
.paragraph_banner {
	display: block;
	max-width: 60%;
  	margin: 2em auto 1em;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .3);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.paragraph_banner::hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
}

.news-detail-sns {
	padding: 4em 0;
	margin: 0 auto 7em;
}
.news-detail-sns .mod-sns-item .icon {
	font-size: 4rem;
}
.news-detail-sns .mod-sns-item+.mod-sns-item {
	margin-left: 3em;
}

.p_area {
	width: 49%;
}
main p {
	line-height: 2.3em;
	margin-bottom: 1em;
}
.beginning_area > p:last-of-type, .end_area > p:last-of-type {
	margin-bottom: 0;
}
p.mod-newsList-date {
	margin-bottom: 0;
}
.news-detail-head {
	margin-bottom: 2em;
}
.news-detail-head .mod-newsList-date {
	color: #14195a;
	font-size: 1em;
}
span.top.rt_cf_n_tag {
	border: none;
}
span.rt_cf_n_tag {
	margin-left: 0.5em;
	padding: 0.5em 0.8em;
	font-size: 0.8em;
	color: #14195a;
	border: 1px solid #14195a;
	border-radius: 1.5em;
}

.main_img > figure {
	margin: 0 auto;
}
div.img_left, div.img_right {
	display: flex;
	justify-content: space-between;
}
div.img_right {
	flex-direction: row-reverse;
}
div.img_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 49%;
}
figure {
	margin-bottom: 2em;
}
figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9em;
	line-height: 1.5;
	padding-top: 0.3em;
}
figcaption::before {
	display: inline-block;
	content: '\f148';
	/* font-family: "Font Awesome 6 Free"; */
	font-size: 1em;
	/* font-weight: bold; */
	color: #ccc;
	transform: scaleX(-1);
	padding: 0 0 1em 0.3em;
  font-family:"FontAwesome";
  font-weight: normal;
}
.interview figcaption {
	display: block;
	color: #828282;
	font-size: 0.8em;
}
.interview figcaption::before {
	content: '';
	padding: 0;
}

ul.product li {
	padding-bottom: 0.5em;
}
ul.product li:last-of-type {
	padding-bottom: 0;
}
ul.product li a {
	position: relative;
	padding-bottom: 0.5em;
	color: #333;
	transition : all 0.3s ease 0s;
}
ul.product li a::after {
	font-family: paris-miki-fonts;
	content: "\EA14";
}
ul.product li a:hover {
	color: #c0c6e4;
	transition : all 0.3s ease 0s;
}

span.tax {
	font-size: 0.6em;
}

div.paragraph_area {
	width: 50%;
}

span.annotation {
	display: block;
	color: #989898;
	font-size: 0.8em;
}
.news-detail-cta span.annotation {
	text-align: center;
	margin: 5em 0;
}
.news-detail-cta span.annotation::before {
	content: "※";
	padding-right: 0.3em;
}

p > a {
	color: #14195a;
	text-decoration: underline;
}
p > a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.button_wrap {
	text-align: center;
}
.arrow {
    position: relative;
    display: inline-block; /* これが重要！aタグがブロック要素のように振る舞うようにします */
    width: 50%;
    max-width: 400px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: rgb(30 171 180 / 30%);
    padding: calc(3.5rem - 12px) 4rem 3.5rem 1rem;
    margin: 1.5em auto;
    text-decoration: none; /* リンクの下線を消します */
    color: inherit; /* テキストの色を親要素から継承、または明示的に指定します */
    /* 必要であれば、ここにホバー時のスタイルなどを追加してください */
}
/*
button {
  position: relative;
  display: inline-block;
  width: 50%;
  max-width: 400px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: rgb(30 171 180 / 30%);
  padding: calc(3.5rem - 12px) 4rem 3.5rem 1rem;
  margin: 1.5em auto;
}
  */
.arrow.store, .arrow.online {
  padding: calc(3.5rem - 12px) 1rem 3.5rem 4rem;
}
.p_area .arrow {
  width: 80%;
  margin-top: 3em;
}
.arrow::before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1.5px solid #14195a;
}
.arrow:hover {
  padding: calc(3.5rem - 6px) 4rem;
  padding-left: 1rem;
}
.arrow.store:hover, .arrow.online:hover {
  padding: calc(3.5rem - 6px) 4rem;
  padding-right: 1rem;
}
.arrow:hover::before {
  top: 0;
  left: 0;
}
.arrow::after {
  position: absolute;
  top: calc(50% - 16.5px);
  right: 2rem;
  content: "\EA10";
  font-size: 0.8em;
  font-family: paris-miki-fonts;
  color: #14195a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow:hover::after {
  top:  calc(50% - 10px);
}
.arrow.blank::after {
  content: "\EA14";
}
.arrow.store::after {
  content: "\EA06";
}
.arrow.online::after {
  content: "\EA43";
}
.arrow.store::after, .arrow.online::after {
  top: calc(50% - 29px);
  right: auto;
  left: 4rem;
  font-size: 1.5em;
}
.arrow.store:hover::after, .arrow.online:hover::after {
  top: calc(50% - 22px);
}
.arrow a {
  color: #14195a;
}

.news-detail-recommend {
	background-color: #f6f1f1;
	padding: 5em 4em;
	margin: 6em calc(50% - 50vw);
	max-width: 100vw;
}
.pure-g {
	row-gap: 2em;
	column-gap: 2em;
	justify-content: flex-start;
	padding: 0 50px;
	margin: 4em auto;
	max-width: 1160px;
}
.pure-u-lg-1-2 {
	width: calc((100% - 4em)/3);
	padding: 0;
}
.pure-u-lg-1-2 img {
	max-width: 100%;
}
.pure-u-lg-1-2 > a {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background-color: #fff;
	padding: 2em;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .3);
	z-index: 10;
	text-decoration: none;
}
.p.mod-boxLink01-title {
	line-height: 1.5em;
	padding-bottom: 1em;
	margin-bottom: 0em;
}
 time.mod-boxLink01-date {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	border-top: 1px solid #666994;
}
span.mod-boxLink01-new {
	position: absolute;
	top: 15%;
	left: 0;
	background: #c03;
	color: #fff;
	font-style: italic;
	padding: 0.5em 1em;
}
.pure-u-lg-1-2 > a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0.2em solid rgb(30 171 180 / 100%);
	z-index: 10;
	transform: scale(1.1);
	opacity: 0;
	transition: transform ease .3s, opacity .3s;
}
.pure-u-lg-1-2 > a:hover {
	color: rgb(30 171 180 / 100%);
	opacity: 0.8;
	transition:0.3s;
}
.pure-u-lg-1-2 > a:hover::before {
	transform: scale(1);
	opacity: 1;
}
.credit > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	font-size: 0.8em;
}
.credit > ul::before {
	content: "（";
	margin-right: 0.5em;
}
.credit > ul::after {
	content: "）";
	margin-left: 0.5em;
}
.credit  li::before {
	content: "|";
	margin: 0 1em;
}
.credit  li:first-child::before {
	content: none;
}
.related {
	position: relative;
	width: 70%;
	margin: 3em auto 0;
}
.related::before {
	content: "関連記事";
	position: absolute;
	top: -1em;
	left: 1em;
	color: #14195a;
	background: #fff;
	padding: 0 1em;
}
.related > a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #14195a;
	padding: 1.5em 2em;
}
.related figure {
	width: 100px;
	height: 100px;
	margin-bottom: 0;
}
.related img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.related span {
	width: 75%;
	color: #14195a;
	font-weight: 600;
	text-decoration: underline;
}
.related > a:hover img, .related > a:hover span {
	opacity: 0.7;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

/* ---------------------------------------*/
/* 本文内の装飾 */
/* ---------------------------------------*/
ul.p_list1 {
	margin-top: -1em;
	padding: 1em 0;
}
ul.p_list1 li {
	position: relative;
	padding-left: 2em;
	font-weight: 600;
}
ul.p_list1 li::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 1em;
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background: #c0c6e4;
	border-radius: 50%;
}
ul.p_list2 {
  background: #f0f0f0;
  padding: 2em;
}
ul.p_list2 > li {
  margin-bottom: 1em;
}
ul.p_list2 > li:last-of-type {
  margin-bottom: 0;
}
ul.p_list2 > li::before {
  /* font-family: 'Font Awesome 6 Free'; */
  font-family: 'FontAwesome';
  font-weight: 600;
  color: #14195a;
  content: '\f14a';
  margin-right: 1em;
}
ul.p_list2 > li span {
  font-weight: 600;
  color: #14195a;
}
ul.p_list2 ul {
  margin-left: 2em;
}
ol.p_nlist1 {
  counter-reset: listnum;
  margin-top: -1em;
  padding: 1em 0;
}
ol.p_nlist1 > li {
  position: relative;
  padding-left: 2em;
  font-weight: 600;
}
ol.p_nlist1 > li::before {
  counter-increment: listnum;
  content: counter(listnum);
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 0.9em;
  font-family: roboto;
  font-weight: 600;
  color: #c0c6e4;
}
ol.p_nlist2 {
  counter-reset: listnum;
  margin-top: -1em;
  background: #f0f0f0;
  padding: 2em;
}
ol.p_nlist2 > li {
  position: relative;
  margin-bottom: 1em;
}
ol.p_nlist2 > li::before {
  counter-increment: listnum;
  content: counter(listnum);
  left: 1em;
  font-size: 1em;
  font-family: roboto;
  color: #14195a;
}
ol.p_nlist2 > li:last-of-type {
  margin-bottom: 0;
}
ol.p_nlist2 > li span {
  color: #14195a;
  font-weight: 600;
  margin-left: 0.5em;
}
ol.p_nlist2 ul {
  margin-left: 1.5em;
}

dl.p_dl1 {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
dl.p_dl1 dt {
	position: relative;
	font-weight: 600;
	padding-left: 2em;
}
dl.p_dl1 dt::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 1em;
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background: #c0c6e4;
	border-radius: 50%;
}
dl.p_dl1 dd {
	margin-left: 1.2em;
	padding-left: 0.8em;
	border-left: 1px solid #c0c6e4;
}

span.marker1 {
	background:linear-gradient(transparent 60%, #f2d9f7 60%);
	font-weight: 600;
}

table.table_3column {
	width: 100%;
	margin: 40px 0;
	border-collapse: collapse;
	margin: 2em 0;
	border: 1px solid #c0c6e4;
}
table.table_3column tbody th {
	text-align: left;
	width: 40%;
}
table.table_3column th,
table.table_3column td {
	padding: 10px 20px;
	border: 1px solid #c0c6e4;
}
table.table_3column th {
	background-color: rgba(30, 171, 180, 0.3);
}
table.table_3column td {
	text-align: center;
}

/* ---------------------------------------*/
/* SP */
/* ---------------------------------------*/
@media screen and (max-width: 768px) {
	#toc {
		width: 87%;
	}
	main h2 {
		font-size: 1.8em;
	}
	main h2::before {
		font-size: 1.8em;
	}
	main h2::after {
		width: 4em;
	}
}
@media screen and (max-width: 1000px) {
	main img {
		max-width: 100%;
	}
	 .pc {
		 display: none;
	}
	.sp {
		display: block;
	}
	section, .beginning_area, .end_area {
		padding: 1em;
	}
	section.mod-head, .news-detail-head, .news-detail-cta {
		padding: 0 1em;
	}
	.mod-auto {
		max-width: 100%;
	}
	section:nth-of-type(2) {
	padding-top: 2em;
	}
	.mod-head01 {
		border-top: none;
	}
	#toc {
		width: 100%;
	}
	.toc-title {
		font-size: 1.2em;
	}
	h1 {
		font-size: 1.5em;
		padding: 2em 0em 0;
	}
	h1::before {
		font-size: 2em;
	}
	h2 {
		font-size: 1.5em;
	}
	h2::before {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1.2em;
	}
	div.img_left, div.img_right {
		flex-direction: column;
	}
	div.img_area {
		width: 100%;
	}
	.paragraph_wrap {
		margin-bottom: 2em;
	}
	.p_area {
		width: 100%;
	}
	.arrow {
		width: 80%;
		font-size: 1.5rem;
	}
	.arrow.store::after, .arrow.online::after {
		top: calc(50% - 25px);
		left: 2rem;
	}
	.arrow.store:hover::after, .arrow.online:hover::after {
		top: calc(50% - 20px);
	}
	figcaption::before {
		padding: 0 0 0.5em 0.3em;
	}
	main p {
		line-height: 2em;
	}
	.credit > ul {
		display: block;
	}
	.credit > ul::before, .credit > ul::after {
		margin: 0;
	}
	.credit > ul li {
			display: inline;
	}
	.related {
		width: 100%;
		margin: 2em auto 0;
	}
	.related span {
		width: 65%;
	}
	.related > a {
		padding: 1em;
	}
	.paragraph_banner {
	max-width: 100%;
	}
	.news-detail-recommend {
		padding: 5em 1em;
	}
	.news-detail-recommend > h2 {
		width: 100%;
	}
	.pure-g {
		row-gap: 1em;
		padding: 0;
		margin: 4em auto 0;
	}
	.pure-u-lg-1-2 {
		width: 100%;
	}
	p.mod-boxLink01-title {
		line-height: 1.3em;
		font-size: 0.9em;
	}
	.mod-boxLink01-item img {
   		height: 150px;
  		object-fit: cover;
	}
	.news-detail-sns {
		width: 90%;
		min-width: 90vw;
	}
	.mod-sns-item .icon {
		font-size: 40px;
		font-size: 4rem;
	}
}


.icon-facebook:before {
    content: "\EA01"
}

.icon-instagram:before {
    content: "\EA02"
}

.icon-twitter:before {
    content: "\EA03"
}



@media screen and (max-width: 1000px) {
  .img_left > .img_area,
  .img_center > .img_area,
  .img_right > .img_area{
    margin-bottom: 2em;
  }
}

.p_nlist1 > li{
  list-style: none;
  margin-left: 0;
}

.news-detail p{
  line-height: 2.3;
}
.news-detail p > *,
.news-detail p > strong{
  line-height: inherit;
}
@media screen and (max-width: 1000px) {
  .news-detail p{
    line-height: 2em;
  }
  .news-detail p > *,
  .news-detail p > strong{
    line-height: inherit;
  }
}
.block-topic-path--genre-item{
  font-size: 11px;
}
.p_list1 li{
  line-height:2;
}
@media screen and (max-width: 1000px) {
  .p_list1 li{
    line-height:1.8;
  }
}


p + .p_nlist2{
  margin-top: 0;
}
.p_nlist2 > li,
.p_nlist2 > li > ul > li{
  list-style:none;
}
.p_nlist2 > li > ul,
.p_nlist2 > li > ul > li{
  list-style:none;
  padding-left: 0;
  margin-left: 0;
}
.p_nlist2 > li > ul{
   margin-top: 5px;
}
.p_nlist2 > li > ul > li{
    margin-left: 1em;
}

.p_nlist2 > li::marker{
  display: none;
}

.u-text-left{
  text-align: left;
}
.u-text-center{
  text-align: center;
}
.u-text-right{
  text-align: right;
}

.u-table-item th{
  font-weight: bold;
}

.u-item-bg-efef{
  padding: 2.5em 1.5em;
  background: #efefef
}

.credit >.ul-disc > li{
  list-style: none;
}

.u-bg-none,
ol.u-bg-none{
  background:none;
}
.u-padding-none,
ol.u-padding-none{

  padding:0;
}
.u-font-bold{
  font-weight: bold;
}

.u-link-box{
  border: 1px solid #333;
  padding: 20px 20xp 20px;
}

.u-link-box li a{
  text-decoration: underline;
  line-height: 1.67;
}

.ui-figcaption-flat{
  display:block;

}
.u-mt-1-5rem{
  margin-top: 1.5rem
}
.u-mt-3em{
  margin-top: 3em
}
@media screen and (min-width: 769px) {
  .u-mt-3em-pc{
    margin-top: 3em
  }
}
@media screen and (max-width: 768px) {
  .u-mt-1em-sp{
    margin-top: 1em
  }
}

div.img_left + p,
div.img_right + p{
  margin-top: 1.5em;
}

div.img_area > p.fig-cap-txt{
  margin-top: 0.8em;
  margin-bottom: 0;
  line-height: 1.8;
}

.table_3column th{
  font-weight:bold;
}

.table_3column > thead > tr > th{
  text-align: center;
}

.u-li-style-none > li{
  list-style:none;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  div.img_left.-is-type-thumb-s-pc,
  div.img_right.-is-type-thumb-s-pc {
    gap: 20px;
  }

  div.img_left.-is-type-thumb-s-pc .img_area,
  div.img_right.-is-type-thumb-s-pc .img_area {
    flex-shrink: 0;
    width: 200px;
  }

  div.img_left.-is-type-thumb-s-pc .p_area,
  div.img_right.-is-type-thumb-s-pc .p_area {
    width: 100%;
  }
}

body{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  outline:0;
  border:0;
  background:#fff;
  color:#000;
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
 }
@media screen and (max-width: 47.938em) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.news-detail-cta .cta_wrap h4 {
	font-size: 1.6rem;
	color: #000;
	line-height: 2;
	border: none;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
	font-weight: 700;
	text-align: center;
}
.news-detail-cta .cta_wrap p {
	color: #000;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.news-detail-cta .cta_wrap h4 {
		font-size: 1.5rem;
		line-height: 1.8;		
	}
	.news-detail-cta .cta_wrap p {
			font-size: 1.5rem;
      line-height: 1.8;
	}	
}