<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-------- parts-------- */
.mb100 { margin-bottom: 100px; }

.bg_blue_ { background-color: #f6f9fe; }

.txt_center_ { text-align: center; }

.anchor_ {
	margin-top: -100px;
	padding-top: 100px;
}

/*-------- page-------- */
.page_contents {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	line-height: 200%;
}
.page_contents_inner {
	margin-bottom:40px;
}
.page_contents p{
	padding:0 10px;
	margin-bottom:20px;
}
.page_contents h1{
	text-align: center;
	line-height: 140%;
	padding-bottom: 35px;
	margin-bottom: 50px;
	position: relative;
	letter-spacing: 0.1em;
	font-size: 26px;
	font-weight: normal;
}
.page_contents h1 span{
	display: block;
	font-size: 13px;
	line-height: 110%;
	letter-spacing: 0;
	padding-top:5px;
}
.page_contents h1:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2em;
	margin-left: -1em;
	height: 2px;
	background-color: #444;
}
.page_contents h2{
	line-height: 140%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 2px solid #444;
}
.page_contents h3{
	margin: 10px 0;
	background-color: #333;
	color:#fff;
	font-size: 18px;
	padding: 10px;
}
.page_contents h4{
	font-weight: bold;
	font-size: 16px;
	padding: 8px;
	margin-bottom: 14px;
	border-bottom: 1px solid #333;
}
.page_contents h5{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	margin: 10px 0;
	background-color: #f2f2f2;
	padding: 6px 6px 6px 10px;
}
.page_contents .page_box1{
	text-align: center;
	padding: 20px;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.page_contents .page_box1 span{
	font-size:13px;
}
.page_contents .page_box2{
	background-color: #f2f2f2;
	padding: 20px;
}
.page_contents .txt_l{
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}
.page_contents .txt_s{
	font-size: 12px;
	color: #808080;
}
.page_contents .page_button1{
	margin: 0 auto 30px auto;
	width: 360px;
	display: block;
	font-size: 18px;
}
.page_contents a.page_button1{
	text-decoration: none;
}
.page_contents .page_table{
	width:100%;
	margin-bottom:40px;
}

/* ----おススメ特集---- */
.block-bnr-container {
  margin-bottom: 40px;
}

.block-bnr-list,
.block-bnr-list.list-5 &gt; li,
.block-bnr-list.list-5 &gt; li &gt; ul {
  display: flex;
  flex-wrap: wrap;
}

.block-bnr-list + .block-bnr-list {
  margin-top: 16px;
}

.block-bnr-list a,
.block-bnr-list img {
  display: block;
  width: 100%;
}

.block-bnr-list a {
  transform: all .4s ease;
}

.block-bnr-list a:hover {
  opacity: .7;
}

.block-bnr-list.list-1 li,
.block-bnr-list.list-5 &gt; li {
  width: 100%;
}

.block-bnr-list.list-2 li,
.block-bnr-list.list-5 &gt; li &gt; a,
.block-bnr-list.list-5 &gt; li &gt; ul,
.block-bnr-list.list-5 &gt; li &gt; ul &gt; li {
  width: calc((100% - 16px) / 2);
}

.block-bnr-list.list-3 li {
  width: calc((100% - (16px * 2)) / 3);
}

.block-bnr-list.list-4 li {
  width: calc((100% - (16px * 3)) / 4);
}


.block-bnr-list.list-2 li:not(:nth-child(2n)),
.block-bnr-list.list-3 li:not(:nth-child(3n)),
.block-bnr-list.list-4 li:not(:nth-child(4n)),
.block-bnr-list.list-5 &gt; li &gt; a,
.block-bnr-list.list-5 &gt; li &gt; ul &gt; li:not(:nth-child(2n)) {
  margin-right: 16px;
}

.block-bnr-list.list-1 li + li,
.block-bnr-list.list-2 li:not(:nth-child(-n+2)),
.block-bnr-list.list-3 li:not(:nth-child(-n+3)),
.block-bnr-list.list-4 li:not(:nth-child(-n+4)),
.block-bnr-list.list-5 &gt; li + li,
.block-bnr-list.list-5 &gt; li &gt; ul &gt; li:not(:nth-child(-n+2)) {
  margin-top: 16px;
}
/********************
  テンプレート
********************/

.block-freepage-container {
  margin-top: 20px;
}

.block-base-inner + .block-base-inner {
  margin-top: 80px
}

/****タイトル****/

.block-ttl-common-h1 {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 30px;
  font-size: 28px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-ttl-common-h1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #C8102E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-ttl-common-h2 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #DEDED9;
  font-size: 24px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-ttl-common-h2:not(:first-child) {
  margin-top: 64px;
}

.block-ttl-common-h1 + .block-ttl-common-h2 {
  margin-top: 56px;
}

.block-ttl-common-h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  margin: 0 0 22px;
  padding: 10px 16px;
  background-color: #F2F2F0;
  font-size: 20px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-ttl-common-h3:not(:first-child) {
  margin-top: 64px;
}

.block-ttl-common-h3 img {
  max-height: 40px;
  margin-left: 12px;
}

.block-ttl-common-h4 {
  position: relative;
  margin: 0 0 22px;
  padding: 0 0 14px;
  font-size: 18px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-ttl-common-h4::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #C8102E;
}

.block-ttl-common-h4:not(:first-child) {
  margin-top: 40px;
}

.block-ttl-common-h4 img {
  position: relative;
  max-height: 32px;
  margin-left: 12px;
  vertical-align: middle;
}

.block-ttl-common-h5 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-ttl-common-h5:not(:first-child) {
  margin-top: 40px;
}
/****アーティクル****/

.block-base-annotation {
  font-size: 14px;
}

.block-base-article-vert-img .block-base-detail {
  margin-top: 20px;
}

.block-base-comment {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.7;
}

.block-base-img img {
  display: block;
}

.block-base-img-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-base-img-comment + .block-base-img-comment {
  margin-top: 24px;
}

.block-base-img-comment .block-base-img {
  width: 100px;
}

.block-base-img-comment .block-base-comment {
  width: calc(100% - 120px);
  margin: 0;
}

.block-base-img-comment .block-base-comment p {
  margin: 0;
}

.block-base-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.block-base-bnr {
  margin-top: 10px;
}

.block-base-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0 0;
  font-size: 16px;
}

.block-base-link a {
  margin: 4px 16px 0 0;
}

.block-base-article-vert-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-2 .block-article-container {
  width: calc((100% - 40px) / 2);
}

.col-3 .block-article-container {
  width: calc((100% - 80px) / 3);
}

.col-4 .block-article-container {
  width: calc((100% - 120px) / 4);
}

.col-2 .block-article-container:not(:nth-child(2n)),
.col-3 .block-article-container:not(:nth-child(3n)),
.col-4 .block-article-container:not(:nth-child(4n)) {
  margin-right: 40px;
}

.block-base-article-vert-img + .block-base-article-vert-img,
.block-base-article-parallel-img + .block-base-article-parallel-img,
.block-base-article-vert-img + .block-base-article-parallel-img,
.block-base-article-parallel-img + .block-base-article-vert-img,
.col-2 .block-article-container:not(:nth-child(-n+2)),
.col-3 .block-article-container:not(:nth-child(-n+3)),
.col-4 .block-article-container:not(:nth-child(-n+4)) {
  margin-top: 40px;
}

.block-base-article-parallel-img .block-article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-large .block-base-img {
  width: 570px;
}

.img-large .block-base-detail {
  width: calc(100% - 610px);
}

.img-small .block-base-img {
  width: 366px;
}

.img-small .block-base-detail {
  width: calc(100% - 406px);
}

.img-xsmall .block-base-img {
  width: 240px;
}

.img-xsmall .block-base-detail {
  width: calc(100% - 266px);
}

.block-base-bg,
.block-base-bdr-red {
  padding: 38px 40px;
  font-size: 16px;
  line-height: 1.7;
}

.block-base-bg {
  background-color: #F8F8F4;
}

.block-base-bdr-red {
  border: 1px solid #C8102E;
  color: #C8102E;
}

.block-base-bg:not(:first-child),
.block-base-bdr-red:not(:first-child) {
  margin-top: 40px;
}

.block-base-tbl,
.block-base-chronology-tbl {
  font-size: 16px;
  line-height: 1.7;
}

.block-base-tbl:not(:first-child),
.block-base-chronology-tbl:not(:first-child) {
  margin-top: 40px;
}

.block-base-annotation + .block-base-tbl:not(:first-child),
.block-base-annotation + .block-base-chronology-tbl:not(:first-child) {
  margin-top: 20px;
}

.block-base-tbl th,
.block-base-tbl td,
.block-base-chronology-tbl th,
.block-base-chronology-tbl td {
  padding: 22px 30px 20px;
  border-top: 1px solid #DEDED9;
  border-bottom: 1px solid #DEDED9;
}

.block-base-tbl th + th,
.block-base-tbl td + td {
  border-left: 1px solid #DEDED9;
}

.block-base-tbl th,
.block-base-chronology-tbl th {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.block-base-tbl th {
  background-color: #F8F8F4;
}

.block-base-video-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-base-video-list-item {
  width: calc((100% - 78px) / 4)
}

.block-base-video-list-item:not(:nth-child(4n)) {
  margin-right: 24px;
}

.block-base-video-list-item:not(:nth-child(-n+4)) {
  margin-top: 24px;
}

.block-base-video-list-item button,
.block-base-video button {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.block-base-video-list-item button::after,
.block-base-video button::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../img/usr/common/icon_video_play.png) center no-repeat;
  background-size: 70px 70px;
}

.block-base-video-list-item button img {
  width: 100%;
}

.block-base-video-list-item .block-base-ttl {
  margin-top: 10px;
}

.block-base-content-simg-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-base-content-simg-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 16px) / 2);
  padding: 24px;
  background-color: #F8F8F4;
}

.block-base-content-simg-list-item:not(:nth-child(2n)) {
  margin-right: 16px;
}

.block-base-content-simg-list-item:not(:nth-child(-n+2)) {
  margin-top: 16px;
}

.block-base-content-simg-list-item .block-base-img {
  width: 100px;
}

.block-base-content-simg-list-item .block-base-detail {
  width: 418px;
}

.block-base-content-simg-list-item .block-base-ttl {
  position: relative;
  margin-top: -3px;
  padding-left: 20px;
}

.block-base-content-simg-list-item .block-base-ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #C8102E;
  border-right: 1px solid #C8102E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-base-content-simg-list-item .block-base-comment {
  margin-top: 4px;
}

.block-base-content-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  background-color: #F8F8F4;
}

.block-base-content-simg-list + .block-base-content-full {
  margin-top: 16px;
}

.block-base-content-full .block-base-ttl {
  position: relative;
  margin-top: -3px;
  padding-left: 20px;
  font-size: 20px;
}

.block-base-content-full .block-base-ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #C8102E;
  border-right: 1px solid #C8102E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-base-content-full .block-base-link {
  margin-top: 6px;
}

.block-base-content-mimg-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-base-content-mimg-list-item {
  width: calc((100% - 32px) / 3);
  background-color: #F8F8F4;
}

.block-base-content-mimg-list-item:not(:nth-child(3n)) {
  margin-right: 16px;
}

.block-base-content-mimg-list-item:not(:nth-child(-n+3)) {
  margin-top: 20px;
}

.block-base-content-mimg-list-item .block-base-img img {
  width: 100%;
}

.block-base-content-mimg-list-item .block-base-detail {
  padding: 16px 24px 24px;
}

.block-base-caution-list {
  font-size: 16px;
  line-height: 1.7;
}

.block-base-caution-list li {
  position: relative;
  padding-left: 20px;
}

.block-base-caution-list li + li {
  margin-top: 1.2em
}

.block-base-caution-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #FFE000;
}

.block-base-link,
.block-base-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-base-btn.btn-arw {
  margin: -10px -10px 24px 0;
}

.block-base-link + .block-base-link,
.block-base-btn + .block-base-btn {
  margin-top: 16px;
}

.block-base-link.link-center,
.block-base-btn.btn-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.block-base-link a,
.block-base-btn a {
  position: relative;
}

.block-base-link.link-outer a::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  background: url(../../img/usr/common/icon_outer_link_red.png) center no-repeat;
  background-size: contain;
}

.block-base-link.link-pdf a::after {
  content: 'PDF';
  display: inline-block;
  position: relative;
  top: -2px;
  width: auto;
  height: 16px;
  margin-left: 10px;
  padding: 0 4px;
  background-color: #FFE000;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}

.block-base-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 320px;
  height: 48px;
  padding: 0 16px;
  background-color: #3F3D3C;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.block-base-btn.btn-arw a {
  margin: 10px 10px 0 0;
}

.block-base-btn.btn-arw a.is-current {
  background-color: #6f6866;
}

.block-base-btn.btn-outer a::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  background: url(../../img/usr/common/icon_outer_link_white.png) center no-repeat;
  background-size: contain;
}

.block-base-btn.btn-pdf a::after {
  content: 'PDF';
  display: inline-block;
  position: relative;
  width: auto;
  height: 16px;
  margin-left: 10px;
  padding: 0 4px;
  background-color: #fff;
  color: #3F3D3C;
  font-size: 10px;
  line-height: 16px;
}

.block-base-btn.btn-arw a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: scale(.5)rotate(45deg);
  transform: scale(.5)rotate(45deg);
}</pre></body></html>