@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("/asset/font/noto-sans-jp-v56-japanese-Regular.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("/asset/font/noto-sans-jp-v56-japanese-700.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-display: swap;
}
body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  -webkit-transition: 0.2s;
  opacity: 0.5;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
}

.l-wrap {
  position: relative;
}

.l-top_header {
  border-bottom: 1px solid #ccc;
  background-image: url("/asset/images/common/top_image.svg");
  background-position: 0 bottom;
  background-size: 330px;
  background-repeat: repeat-x;
}
.l-top_header__inner {
  width: 980px;
  margin: auto;
  padding: 26px 20px 90px;
  color: #000;
  text-align: center;
}
.l-top_header__logo__main {
  display: block;
  width: 180px;
  margin: auto;
}
.l-top_header__logo__main img {
  width: 100%;
  height: auto;
}
.l-top_header__title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 100px;
  letter-spacing: 0.1rem;
}
.l-top_header__subtitle {
  margin-top: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.l-site-header {
  padding: 16px 20px;
  background: #fff;
}
.l-site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin-inline: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-site-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  gap: 12px;
}
.l-site-header__logo {
  width: 116px;
}
.l-site-header__logo__link {
  display: block;
}
.l-site-header__logo__link img {
  display: block;
  width: 100%;
  height: auto;
}
.l-site-header__site-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
.l-site-header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.l-site-header__nav__item {
  border-left: 1px solid #ccc;
}
.l-site-header__nav__item:last-child {
  border-right: 1px solid #ccc;
}
.l-site-header__nav__link {
  display: block;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.9714285714;
  white-space: nowrap;
}
.l-site-header__nav__link.is-disable {
  opacity: 0.2;
  pointer-events: none;
}

.l-hero__box {
  width: 980px;
  margin-bottom: 32px;
  margin-inline: auto;
}
.l-hero__imagearea {
  aspect-ratio: 49/20;
  width: 100%;
  overflow: hidden;
}
.l-hero__image {
  display: block;
  width: 100%;
  height: 100%;
}
.l-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.l-hero__heading {
  padding: 32px 20px;
  background: #eee;
}
.l-hero__link {
  display: block;
}
.l-hero__link:hover {
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-hero__lead {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  text-align: center;
}
.l-hero__title {
  margin-bottom: 32px;
  color: #333;
  font-weight: 700;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 0.8571428571;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-hero__text {
  width: 780px;
  margin-inline: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.l-content {
  position: relative;
}

.p-breadcrumb {
  width: 100%;
  margin: 24px auto;
}
.p-breadcrumb__inner {
  width: 980px;
  margin: auto;
  padding: 0 20px;
}
.p-breadcrumb__inner + .p-breadcrumb__inner {
  margin: 8px auto 0;
}
.p-breadcrumb__lists {
  font-size: 0px;
  font-size: 0rem;
}
.p-breadcrumb__list {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
}
.p-breadcrumb__list:first-child a::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23333333%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.6%2C8.6l-2.1-1.8c0%2C0%2C0-0.1%2C0-0.1V2.6c0-0.4-0.3-0.7-0.8-0.7h-1.1c-0.4%2C0-0.8%2C0.3-0.8%2C0.7v2L8.5%2C2.5%20c-0.3-0.3-0.8-0.3-1.1%2C0L0.4%2C8.6C0%2C8.9%2C0%2C9.4%2C0.3%2C9.8l0.2%2C0.3c0.3%2C0.4%2C0.8%2C0.4%2C1.2%2C0.1l5.8-4.9C7.8%2C5%2C8.2%2C5%2C8.5%2C5.2l5.8%2C4.9%20c0.4%2C0.3%2C0.9%2C0.3%2C1.2-0.1l0.2-0.3C16%2C9.4%2C16%2C8.9%2C15.6%2C8.6z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.4%2C10.4L8.4%2C6.3c-0.2-0.2-0.6-0.2-0.8%2C0l-4.9%2C4.1c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5l0%2C4.5C2.4%2C15.7%2C2.7%2C16%2C3%2C16h2.9%20c0.4%2C0%2C0.6-0.3%2C0.6-0.6v-3.6c0-0.4%2C0.3-0.6%2C0.6-0.6h1.7c0.4%2C0%2C0.6%2C0.3%2C0.6%2C0.6v3.6c0%2C0.4%2C0.3%2C0.6%2C0.6%2C0.6H13c0.4%2C0%2C0.6-0.3%2C0.6-0.6%20l0-4.5C13.6%2C10.7%2C13.5%2C10.5%2C13.4%2C10.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  content: "";
}
.p-breadcrumb__list:last-child a {
  pointer-events: none;
}
.p-breadcrumb__list + .p-breadcrumb__list::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M7%2C0V7H0%22%20transform%3D%22translate(0.707%205.657)%20rotate(-45)%22%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-position: bottom;
  background-size: 14px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.p-breadcrumb__link {
  display: inline-block;
}

.l-nav {
  width: 100%;
}
.l-nav__inner {
  width: 980px;
  margin: 24px auto;
  padding: 0 20px;
}
.l-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-nav__list {
  border-left: 1px solid #ccc;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.l-nav__list:last-child {
  border-right: 1px solid #ccc;
}
.l-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: stretch;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 100px;
  letter-spacing: 0.1rem;
}
.l-nav__link.is-disable {
  opacity: 0.2;
  pointer-events: none;
}
.l-nav + .l-main {
  margin: 48px auto 0;
}

.l-nav__lists:has(> :nth-child(4):last-child) .l-nav__list {
  width: 25%;
}

.l-nav__lists:has(> :nth-child(5):last-child) .l-nav__list {
  width: auto;
}
.l-nav__lists:has(> :nth-child(5):last-child) .l-nav__list .l-nav__link {
  padding: 0 20px;
}

.l-main {
  margin: 24px auto 0;
}

.l-section {
  width: 100%;
  margin-bottom: 60px;
}
.l-section__inner {
  width: 980px;
  margin: auto;
  padding: 0 20px;
}
.l-section__inner.is-contents {
  width: 760px;
}
.l-section.is-color {
  background: #FFFCD9;
  -webkit-transform: skew(0deg, 5deg);
  z-index: -1;
  margin-top: 80px;
  transform: skew(0deg, 5deg);
}
.l-section.is-color .l-section__inner {
  position: relative;
  top: -40px;
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
}
.l-section.is-color_re {
  background: #eee;
  -webkit-transform: skew(0deg, -5deg);
  z-index: -1;
  margin-top: 60px;
  margin-bottom: 80px;
  transform: skew(0deg, -5deg);
}
.l-section.is-color_re .l-section__inner {
  position: relative;
  top: -40px;
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
}

.l-block_l__com {
  margin: 48px auto;
}
.l-block_m__com {
  margin: 32px auto;
}
.l-block_s__com {
  margin: 24px auto;
}
.l-block_l_mt__com {
  margin-top: 48px;
}
.l-block_m_mt__com {
  margin-top: 32px;
}
.l-block_s_mt__com {
  margin-top: 24px;
}

.m-heading {
  margin-bottom: 56px;
  text-align: center;
}
.m-heading__title {
  position: relative;
  max-width: 495px;
  margin: auto;
  padding: 20px 0;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 260px;
  letter-spacing: 0.26rem;
}
.m-heading__title::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: solid 3px #333;
  border-left: solid 3px #333;
  content: "";
}
.m-heading__title::after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-right: solid 3px #333;
  border-bottom: solid 3px #333;
  content: "";
}
.m-heading__subtitle {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0px;
  letter-spacing: 0rem;
}
.m-heading__lead {
  margin-top: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
.m-heading.is-wide .m-heading__title {
  max-width: 720px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  letter-spacing: 120px;
  letter-spacing: 0.12rem;
}
.m-heading.is-wide .m-heading__lead {
  width: 600px;
  margin: 24px auto 0;
}
.m-heading.is-wider {
  margin-bottom: 16px;
  text-align: left;
}
.m-heading.is-wider .m-heading__title {
  max-width: 940px;
  padding-inline: 16px;
  color: inherit;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  letter-spacing: 120px;
  letter-spacing: 0.12rem;
}
.m-heading.is-wider .m-heading__title::before {
  border-top: solid 3px #333;
  border-left: solid 3px #333;
}
.m-heading.is-wider .m-heading__title::after {
  border-right: solid 3px #333;
  border-bottom: solid 3px #333;
}
.m-heading.is-wider .m-heading__lead {
  width: 940px;
  margin: 24px auto 0;
}

.m-heading_small {
  margin-bottom: 56px;
  text-align: center;
}
.m-heading_small__title {
  position: relative;
  max-width: 495px;
  margin: auto;
  padding: 20px 0;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  letter-spacing: 70px;
  letter-spacing: 0.07rem;
}
.m-heading_small__title::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 110px;
  height: 3px;
  background-color: #333;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
}
.m-heading_small__subtitle {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0px;
  letter-spacing: 0rem;
}
.m-heading_small__lead {
  margin-top: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

.m-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-bottom: 16px;
}
.m-headline__icon {
  width: 14px;
}
.m-headline__icon img {
  width: 100%;
  height: auto;
}
.m-headline__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

.m-column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  width: 100%;
  gap: 20px;
}
.m-column3__lists {
  width: 300px;
}
.m-column3__image {
  width: 300px;
  height: 168px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: #efefef;
}
.m-column3__image img {
  width: 300px;
  height: 168px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  -o-object-position: center;
  object-position: center;
  border-radius: 6px;
}
.m-column3__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
.m-column3__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.m-column3 a {
  display: block;
}
.m-column3.is-square {
  max-width: 840px;
  margin: auto;
  gap: 60px;
}
.m-column3.is-square .m-column3__lists {
  width: 240px;
}
.m-column3.is-square .m-column3__image {
  width: 240px;
  height: 240px;
}
.m-column3.is-square .m-column3__image img {
  width: 240px;
  height: 240px;
}

.m-column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  width: 100%;
  gap: 20px;
}
.m-column4__lists {
  width: 220px;
}
.m-column4__image {
  width: 220px;
  height: 130px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: #efefef;
}
.m-column4__image img {
  width: 220px;
  height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  object-position: center center;
  border-radius: 6px;
}
.m-column4__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}
.m-column4__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.m-column4 a {
  display: block;
}
.m-column4__time {
  padding: 0 0 0 15px;
  background-image: url("/asset/images/common/ico_time.svg");
  background-position: 0 top;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}

.m-itemlist {
  border-top: 1px solid #ccc;
}
.m-itemlist__lists {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.m-itemlist__lists::after {
  position: absolute;
  top: 45%;
  right: 0;
  width: 19px;
  height: 19px;
  content: url("/asset/images/common/arw.svg");
}
.m-itemlist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.m-itemlist__image {
  width: 200px;
  height: 160px;
  border-radius: 6px;
  background: #efefef;
}
.m-itemlist__image img {
  width: 200px;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  object-position: center center;
  border-radius: 6px;
  font-family: "object-fit: contain;object-position: center;";
}
.m-itemlist__textarea {
  width: calc(100% - 200px);
  margin-left: 16px;
}
.m-itemlist__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.m-itemlist__pref {
  margin-bottom: 8px;
  padding: 0 0 0 15px;
  background-image: url("/asset/images/common/ico_map.svg");
  background-position: 1px top;
  background-size: 10px 14px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.m-itemlist__time {
  padding: 0 0 0 15px;
  background-image: url("/asset/images/common/ico_time.svg");
  background-position: 0 top;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}

.m-buttonGroup {
  margin: 48px auto;
}
.m-buttonGroup .m-button {
  display: block;
  position: relative;
  width: 480px;
  margin: auto;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  text-align: center;
}
.m-buttonGroup .m-button::after {
  position: absolute;
  top: 45%;
  right: 5px;
  width: 9px;
  height: 9px;
  background: url("/asset/images/common/arw.svg");
  background-position: top;
  background-size: 9px;
  background-repeat: no-repeat;
  content: "";
}
.m-buttonGroup .m-button.is-prev::after {
  right: auto;
  left: 5px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.m-buttonGroup.is-column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 32px auto;
}
.m-buttonGroup.is-column3 .m-buttonGroup__list {
  width: 33.3333333333%;
}
.m-buttonGroup.is-column3 .m-buttonGroup__list:nth-child(2n) {
  margin: 0 16px;
}
.m-buttonGroup.is-column3 .m-button {
  width: 100%;
}
.m-buttonGroup.is-column3 .m-button.is-prev::after {
  right: auto;
  left: 5px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.m-buttonlist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.m-buttonlist2__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
}
.m-buttonlist2__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
.m-buttonlist2__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
}
.m-buttonlist2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.m-buttonlist2 a::after {
  position: absolute;
  top: 45%;
  right: 5px;
  width: 9px;
  height: 9px;
  background: url("/asset/images/common/arw.svg");
  background-position: top;
  background-size: 9px;
  background-repeat: no-repeat;
  content: "";
}

.m-buttonlist3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.m-buttonlist3__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
}
.m-buttonlist3__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
.m-buttonlist3__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
}
.m-buttonlist3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.m-buttonlist3 a::after {
  position: absolute;
  top: 45%;
  right: 5px;
  width: 9px;
  height: 9px;
  background: url("/asset/images/common/arw.svg");
  background-position: top;
  background-size: 9px;
  background-repeat: no-repeat;
  content: "";
}

.l-side {
  width: 100%;
  margin: 48px 0;
}
.l-side__inner {
  position: relative;
  width: 980px;
  margin: auto;
  padding: 0 20px;
}

.m-imagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  width: 100%;
}
.m-imagelist__lists {
  width: 302px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.m-imagelist__lists:nth-child(3n) {
  margin-right: 0;
}
.m-imagelist__link {
  display: block;
}
.m-imagelist__image {
  width: 100%;
}
.m-imagelist__image img {
  width: 100%;
}

.m-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.m-share__item {
  width: 33.3%;
  padding: 16px 0;
}
.m-share__item.is-tw {
  background: #000;
}
.m-share__item.is-fb {
  background: #003D9A;
}
.m-share__item.is-line {
  background: #00B900;
}
.m-share__item img {
  width: 100%;
  height: 42px;
}
.m-share__link {
  display: block;
}

.m-articleheading__title {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2666666667;
  letter-spacing: 260px;
  letter-spacing: 0.26rem;
}

.m-article_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}
.m-article_data__pref {
  margin-right: auto;
  margin-bottom: 8px;
  padding: 0 0 0 15px;
  background-image: url("/asset/images/common/ico_map.svg");
  background-position: 1px top;
  background-size: 10px 14px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.m-article_data__time {
  margin-left: auto;
  padding: 0 0 0 15px;
  background-image: url("/asset/images/common/ico_time.svg");
  background-position: 0 top;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}

.m-articletoc {
  padding: 16px 20px;
  border-radius: 6px;
  background: #efefef;
}
.m-articletoc__head {
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.m-articletoc__item {
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.m-articletoc__item::before {
  display: inline-block;
  position: absolute;
  top: -3px;
  content: "・";
}
.m-articletoc__link {
  display: block;
  padding-left: 14px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

.m-article-main a, .m-article-info a {
  word-break: break-all;
}
.m-article-main__caption, .m-article-info__caption {
  margin: 10px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: left;
}
.m-article-main__caption span, .m-article-info__caption span {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
.m-article-main__heading, .m-article-info__heading {
  margin: 20px 0 20px;
  padding: 10px;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.m-article-main__heading.p-heading--lv2, .m-article-info__heading.p-heading--lv2 {
  border-bottom: 2px solid #333;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
}
.m-article-main__txt, .m-article-info__txt {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: left;
}
.m-article-main__img, .m-article-info__img {
  width: auto;
  max-width: 615px;
  height: auto;
  max-height: 900px;
  margin: 20px auto;
  text-align: center;
}
.m-article-main__img img, .m-article-info__img img {
  max-width: 615px;
  max-height: 800px;
}
.m-article-main__txtlink, .m-article-info__txtlink {
  color: #333;
  text-decoration: underline;
  word-break: break-all;
}
.m-article-main__txtlink:hover, .m-article-info__txtlink:hover {
  text-decoration: underline;
}
.m-article-main__txtlink[target=_blank], .m-article-info__txtlink[target=_blank] {
  position: relative;
}
.m-article-main__txtlink[target=_blank]::after, .m-article-info__txtlink[target=_blank]::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2010.7%22%20style%3D%22enable-background%3Anew%200%200%2012%2010.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23333%3Bstroke-width%3A1%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Ctitle%3Eicon_rank%3C%2Ftitle%3E%3Crect%20x%3D%222.8%22%20y%3D%220.5%22%20class%3D%22st0%22%20width%3D%228%22%20height%3D%228%22%2F%3E%3Ctitle%3Eicon_rank%3C%2Ftitle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%222.8%2C2.1%201%2C2.1%201%2C10.1%209%2C10.1%209%2C8.5%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  content: "";
}
.m-article-main__bold, .m-article-info__bold {
  font-weight: bold;
}
.m-article-main__strong, .m-article-info__strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #ffdd57));
  background: linear-gradient(transparent 55%, #ffdd57 55%);
  font-weight: bold;
}
.m-article-main__quote, .m-article-info__quote {
  position: relative;
  margin: 16px 0;
  padding: 16px 32px;
  border-radius: 6px;
  background-color: #eee;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.m-article-main__quote::before, .m-article-info__quote::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "❝";
  color: #ccc;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.m-article-main__quote::after, .m-article-info__quote::after {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "❞";
  color: #ccc;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.m-article-main__youtube, .m-article-main .embed_youtube, .m-article-info__youtube, .m-article-info .embed_youtube {
  position: relative;
  width: 670px;
  margin: 24px auto;
  padding-top: 56.5%;
}
.m-article-main__youtube iframe, .m-article-main .embed_youtube iframe, .m-article-info__youtube iframe, .m-article-info .embed_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-article-main__instagram, .m-article-main .embed_instagram, .m-article-info__instagram, .m-article-info .embed_instagram {
  max-width: 540px;
  margin: 24px auto;
}
.m-article-main__twitter, .m-article-main .embed_twitter, .m-article-info__twitter, .m-article-info .embed_twitter {
  width: 500px;
  margin: 24px auto;
}
.m-article-main .m-buttonGroup, .m-article-info .m-buttonGroup {
  margin: 24px auto;
}
.m-article-main__credit, .m-article-info__credit {
  text-align: right;
}
.m-article-main__author, .m-article-info__author {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.m-article-main__publisher, .m-article-info__publisher {
  display: inline-block;
  width: 72px;
}
.m-article-main__publisher img, .m-article-info__publisher img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.m-article-info .m-article-main__youtube, .m-article-info .embed_youtube {
  position: relative;
  width: 630px;
  margin: 24px auto;
  padding-top: 56.5%;
}
.m-article-info .m-article-main__youtube iframe, .m-article-info .embed_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.type_button {
  margin: 24px auto;
}
.type_button a {
  display: block;
  position: relative;
  width: 480px;
  margin: auto;
  padding: 16px 25px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  text-align: center;
}
.type_button a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin: -3px 0 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.type_button a[target=_blank]::after {
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin: -3px 0 0;
  border: 1px solid #333;
  background: #fff;
  content: "";
}
.type_button a[target=_blank]::before {
  position: absolute;
  top: 48%;
  right: 13px;
  width: 12px;
  height: 12px;
  margin: -3px 0 0;
  border: 1px solid #333;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.embed_youtube {
  position: relative;
  width: 670px;
  margin: 24px auto;
  padding-top: 56.5%;
}
.embed_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed_instagram {
  max-width: 540px;
  margin: 24px auto;
}

.embed_twitter {
  width: 500px;
  margin: 24px auto;
}

.m-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-pager__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 8px;
}
.m-pager__list {
  margin-right: 8px;
  padding-left: 1px;
}
.m-pager__link {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 3.125;
  text-align: center;
}
.m-pager__link.is-prev {
  position: relative;
}
.m-pager__link.is-prev::after {
  display: block;
  position: absolute;
  top: 15px;
  left: 18px;
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.arw-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23333%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_283%22%20data-name%3D%22%22%20class%3D%22arw-1%22%20d%3D%22M12%2C13H0a1%2C1%2C0%2C0%2C1%2C0-2H11V0a1%2C1%2C0%2C0%2C1%2C2%2C0V12A1%2C1%2C0%2C0%2C1%2C12%2C13Z%22%20transform%3D%22translate(1.414%209.9)%20rotate(-45)%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: center;
  background-size: 19px;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.m-pager__link.is-next {
  position: relative;
}
.m-pager__link.is-next::after {
  display: block;
  position: absolute;
  top: 15px;
  left: 13px;
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.arw-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23333%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_283%22%20data-name%3D%22%22%20class%3D%22arw-1%22%20d%3D%22M12%2C13H0a1%2C1%2C0%2C0%2C1%2C0-2H11V0a1%2C1%2C0%2C0%2C1%2C2%2C0V12A1%2C1%2C0%2C0%2C1%2C12%2C13Z%22%20transform%3D%22translate(1.414%209.9)%20rotate(-45)%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: center;
  background-size: 19px;
  background-repeat: no-repeat;
  content: "";
}
.m-pager__link.is-current {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  pointer-events: none;
}

.m-article-info {
  padding: 16px 20px;
  border-radius: 6px;
  background: #efefef;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.m-article-info h2 {
  margin: 20px 0 20px;
  padding: 10px;
  border-bottom: 2px solid #333;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 0.9230769231;
}
.m-article-info h3 {
  margin: 20px 0 20px;
  padding: 10px;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.m-article-info p {
  margin: 20px 0;
}

.m-info-book {
  padding: 24px 32px;
  background-color: #efefef;
}
.m-info-book__link {
  display: block;
}
.m-info-book__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 480px;
  margin: auto;
}
.m-info-book__content + .m-buttonGroup {
  margin: 24px auto 0;
}
.m-info-book__img {
  width: 100px;
  margin-right: 16px;
}
.m-info-book__img img {
  width: 100%;
  height: auto;
}
.m-info-book__text_area {
  width: calc(100% - 100px);
}
.m-info-book__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.m-info-book__detail {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.m-info-book__detail:last-child {
  margin-bottom: 0;
}
.m-info-book__team, .m-info-book__desc {
  display: inline-block;
}

.m-articleimage-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-articleimage-thumbnails__list {
  width: 165px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.m-articleimage-thumbnails__list:nth-child(4n) {
  margin-right: 0;
}
.m-articleimage-thumbnails__list.is-current .m-articleimage-thumbnails__img {
  border: 1px solid #333;
}
.m-articleimage-thumbnails__list.is-current .m-articleimage-thumbnails__img img {
  opacity: 0.5;
}
.m-articleimage-thumbnails__list.is-current a:hover {
  opacity: 1;
}
.m-articleimage-thumbnails__link {
  display: block;
}
.m-articleimage-thumbnails__img {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
}
.m-articleimage-thumbnails__img::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.m-articleimage-thumbnails__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.m-ebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 24px auto;
}
.m-ebook__cover {
  width: 240px;
}
.m-ebook__cover img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.m-ebook__textArea {
  width: 60.3174603175%;
  width: calc(100% - 240px - 16px);
  margin-left: 16px;
}
.m-ebook__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
}
.m-ebook__title:hover {
  text-decoration: underline;
}
.m-ebook__links li {
  margin-bottom: 2px;
}
.m-ebook__links li:last-child {
  margin-bottom: 0;
}
.m-ebook__links a {
  color: #0e78b5;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}

.m-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.m-universal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 24px 20px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 16px;
  flex-direction: column;
}
.m-universal_list:first-child {
  border-top: 1px solid #ccc;
}
.m-universal_list::after {
  position: absolute;
  top: 45%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("/asset/images/common/arw.svg") no-repeat center;
  background-size: contain;
  content: "";
}
.m-universal_list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 16px;
  flex-direction: column;
}
.m-universal_list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 8px;
  flex-direction: column;
}
.m-universal_list__name {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.m-universal_list__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.m-universal_list__address_icon {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-universal_list__address_icon img {
  width: 100%;
  height: auto;
}
.m-universal_list__address_text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
.m-universal_list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.m-universal_list__thumb {
  width: 200px;
  height: 160px;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #eee;
}
.m-universal_list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.m-universal_list__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 16px;
  flex-direction: column;
}
.m-universal_list__content_catch {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.m-universal_list__content_desc {
  display: -webkit-box;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}
.m-universal_list__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  border-radius: 4px;
  background-color: #e4fbff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 8px;
  flex-direction: column;
}
.m-universal_list__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.m-universal_list__access_icon {
  width: 14px;
  height: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-universal_list__access_icon img {
  width: 100%;
  height: auto;
}
.m-universal_list__access_text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}
.m-universal_list__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.m-universal_list__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.m-universal_list__tag_icon {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-universal_list__tag_icon img {
  width: 100%;
  height: auto;
}
.m-universal_list__tag_text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.m-across_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.m-across_lists__item {
  width: 20%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.m-across_lists__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 9px 16px;
}
.m-across_lists__link.is-current {
  color: #ccc;
}
.m-across_lists__link.is-disable {
  color: #ccc;
  pointer-events: none;
}

.m-detail_detaillists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 8px;
  flex-direction: column;
  margin-bottom: 24px;
}

.p-detail_ico_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.p-detail_ico_icon {
  width: 14px;
  height: 14px;
}
.p-detail_ico_icon img {
  width: 100%;
  height: auto;
}
.p-detail_ico_text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-detail_picture {
  margin-bottom: 64px;
}

.splide__track {
  width: 100%;
}
.splide__slide {
  width: 100%;
  cursor: pointer;
}
.splide__slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* 左右の中央揃え */
}
.splide__slide img {
  -ms-flex-item-align: center;
  align-self: center; /* 上下の中央揃え */
  width: auto;
  max-width: 100%;
  max-height: 582px;
  -o-object-fit: contain;
  object-fit: contain;
}
.splide:not(.is-overflow) .splide__arrows, .splide:not(.is-overflow) .splide__pagination, .splide:not(.is-overflow) .pagination {
  display: none;
}
.splide:not(.is-overflow) .splide__slide {
  cursor: default;
}
.splide .pagination {
  z-index: 10;
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.splide .pagination_num {
  width: 60px;
  margin-inline: auto;
  padding: 6px 8px;
  border-radius: 4px;
  background: #ccc;
  text-align: center;
}

.slide_caption {
  margin-top: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.slide_caption span {
  display: block;
  color: #666;
}

.m-detail_nav {
  width: 980px;
  margin-bottom: 56px;
  margin-inline: auto;
  padding: 0 20px;
}
.m-detail_nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: #ccc 1px solid;
}
.m-detail_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-items: center;
  padding: 16px 0;
}
.m-detail_nav__list a {
  width: 100%;
  text-align: center;
}
.m-detail_nav:has(> :nth-child(3)) .m-detail_nav__lists {
  width: 33.3333333333%;
}

.m-section_contens:not(:last-child) {
  margin-bottom: 56px;
}

.m-low_section:not(:last-child) {
  margin-bottom: 48px;
}

.m-annotation {
  padding-left: 1rem;
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  text-indent: -1rem;
}
.m-annotation:not(:last-child) {
  margin-bottom: 4px;
}

.m-detail__titile {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}

.m-contentnav__lists {
  width: 100%;
  border-top: 1px solid #ccc;
}
.m-contentnav__list {
  border-bottom: 1px solid #ccc;
}
.m-contentnav__link {
  display: block;
  padding: 14px 10px;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.m-facility__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.m-facility_ico__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 32px;
}
.m-facility_ico__ico {
  width: 22px;
  height: 22px;
}
.m-facility_ico__ico img {
  width: 100%;
  height: auto;
}
.m-facility_ico__titile {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}

.m-detail_list__lists {
  border-top: 1px solid #ccc;
}
.m-detail_list__list {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.m-detail_list__list::after {
  position: absolute;
  top: 45%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("/asset/images/common/arw.svg") no-repeat center;
  background-size: contain;
  content: "";
}
.m-detail_list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.m-detail_list__image {
  width: 120px;
  height: 100px;
  border-radius: 6px;
  background: #efefef;
}
.m-detail_list__image img {
  width: 120px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  object-position: center center;
  border-radius: 6px;
  font-family: "object-fit: contain;object-position: center;";
}
.m-detail_list__textarea {
  width: calc(100% - 200px);
  margin-left: 16px;
}
.m-detail_list__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.m-detail_list__pref {
  margin-bottom: 8px;
  padding: 0 0 0 15px;
  background-image: url("/asset/images/common/ico_map.svg");
  background-position: 1px top;
  background-size: 10px 14px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.m-detail_list__time {
  padding: 0 0 0 15px;
  background-image: url("/asset/images/common/ico_time.svg");
  background-position: 0 top;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}

.m-info_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.m-info_table__row {
  border: 1px solid #ddd;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.m-info_table th {
  padding: 14px 12px;
  border-right: 1px solid #ddd;
  background-color: #eee;
  text-align: left;
}
.m-info_table td {
  padding: 14px 12px;
}

.p-blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-blank::after {
  display: inline-block;
  content: "";
  -webkit-mask-image: url("/asset/images/common/ico_blank.svg");
  width: 15px;
  height: 15px;
  margin-left: 4px;
  background-color: #666;
  mask-image: url("/asset/images/common/ico_blank.svg");
}

.p-remarks {
  color: #999;
}

.m-map {
  aspect-ratio: 16/9;
  margin-bottom: 24px;
}
.m-map iframe {
  width: 100%;
  height: 100%;
}

.ad-jack__wire {
  position: relative;
  width: 980px;
  margin: auto;
}
.ad-jack__left {
  z-index: 200;
  position: absolute;
  top: 0;
  left: -300px;
}
.ad-jack__right {
  z-index: 200;
  position: absolute;
  top: 0;
  right: -300px;
}
.ad-jack.is-fixed {
  z-index: 200;
  position: fixed;
  top: 0;
  width: 100%;
}

.l-ad__billboard {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.l-ad__billboard > div {
  margin: auto;
}
.l-ad__mr {
  position: relative;
  width: 100%;
  margin: 80px 0 100px;
}
.l-ad__mr_inner {
  width: 680px;
  margin: auto;
  padding: 0 20px;
  font-size: 0;
}
.l-ad__mr .m-ad {
  display: inline-block;
  width: 300px;
  height: 250px;
  text-align: center;
}
.l-ad__mr .m-ad:first-child {
  margin-right: 35px;
}
.l-ad__overlay {
  z-index: 9997;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}
.l-ad__overlay > div {
  margin: auto;
}

.l-side + .l-ad__mr {
  margin: 48px 0;
}

.is-pr.m-pr_unit__content_text::after, .is-pr .m-detail_list__title::after, .is-pr .m-universal_list__name::after, .is-pr.m-articleheading__title::after, .is-pr .m-itemlist__title::after, .is-pr .m-column4__title::after,
.is-pr .m-column3__title::after {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #b0b0b0;
  content: "PR";
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0.1em;
  letter-spacing: normal;
}

.is-pr .m-column4__title,
.is-pr .m-column3__title {
  position: relative;
}
.is-pr .m-column4__title::after,
.is-pr .m-column3__title::after {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: text-bottom;
}
.is-pr .m-itemlist__title {
  position: relative;
}
.is-pr .m-itemlist__title::after {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: baseline;
}
.is-pr.m-articleheading__title {
  position: relative;
}
.is-pr.m-articleheading__title::after {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: baseline;
}
.is-pr .m-universal_list__name {
  position: relative;
}
.is-pr .m-universal_list__name::after {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: baseline;
}
.is-pr .m-detail_list__title {
  position: relative;
}
.is-pr .m-detail_list__title::after {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: baseline;
}
.is-pr.m-pr_unit__content_text {
  position: relative;
}
.is-pr.m-pr_unit__content_text::after {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  vertical-align: baseline;
}

.p-pr-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border-radius: 4px;
  background: #b0b0b0;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.0625;
  letter-spacing: normal;
}

.l-footer {
  z-index: 300;
  position: relative;
  width: 100%;
  padding-bottom: 120px;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.l-footer__linkbox {
  padding: 16px 0;
  background: #eee;
}
.l-footer__linklist {
  width: 980px;
  margin: auto;
  padding: 0 20px;
}
.l-footer__linklist ul {
  margin-bottom: 8px;
}
.l-footer__linklist ul + ul {
  margin-bottom: 0;
}
.l-footer__linklists {
  display: inline-block;
}
.l-footer__linklists::after {
  display: inline;
  content: " | ";
}
.l-footer__menu {
  width: 980px;
  margin: auto;
  padding: 24px 20px 0;
}
.l-footer__menulist {
  width: auto;
  margin-bottom: 8px;
  text-align: center;
}
.l-footer__menulist .l-footer__linklists {
  margin-bottom: 4px;
}
.l-footer__copy {
  width: 160px;
  margin: auto;
}
.l-footer__copy_img {
  margin-bottom: 4px;
}
.l-footer__copy_text {
  color: #ccc;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}

.theme01 a.l-header__link .l-header__title {
  color: #11bcd7;
}
.theme01 a.l-nav__link {
  color: #11bcd7;
}
.theme01 a.l-header-slidemenu__link {
  color: #11bcd7;
}
.theme01 .l-header__side {
  border-bottom: 30px solid #11bcd7;
}
.theme01 .l-header__title {
  color: #11bcd7;
}
.theme01 .l-hero__heading {
  background: #e4fbff;
  color: #11bcd7;
}
.theme01 a.l-hero__link {
  color: #11bcd7;
}
.theme01 .m-pager__link.is-current {
  border: 1px solid #11bcd7;
  background: #11bcd7;
  color: #fff;
}
.theme01 .l-section.is-color {
  background: #e4fbff;
}
.theme01 .l-section.is-color_re {
  background: #e3e7ea;
}
.theme01 .m-heading__title {
  color: #11bcd7;
}
.theme01 .m-heading__title::before {
  border-top: solid 3px #11bcd7;
  border-left: solid 3px #11bcd7;
}
.theme01 .m-heading__title::after {
  border-right: solid 3px #11bcd7;
  border-bottom: solid 3px #11bcd7;
}
.theme01 .m-heading_small__title {
  color: #11bcd7;
}
.theme01 .m-heading_small__title::after {
  background-color: #11bcd7;
}
.theme01 .m-buttonGroup .m-button,
.theme01 .type_button a {
  border: 1px solid #ccc;
  background: #fff;
}
.theme01 .m-articleimage-thumbnails__list.is-current .m-articleimage-thumbnails__img {
  border: 1px solid #11bcd7;
}
.theme01 .m-ebook__links a {
  color: #11bcd7;
}
.theme01 .p-page_top a {
  background: rgba(17, 188, 215, 0.7);
}
.theme01 .splide .pagination_num {
  background: #e4fbff;
}
.theme01 .m-detail_nav__list a.is-active {
  color: #11bcd7;
}
.theme01 .m-detail_top a {
  color: #11bcd7;
}
.theme01 .m-info_table th {
  background: #e4fbff;
}
.theme01 .m-info_table a {
  color: #11bcd7;
}
.theme01 .p-blank {
  color: #11bcd7;
}
.theme01 .p-blank::after {
  background-color: #11bcd7;
}
.theme01 .p-spot_list__footer {
  background-color: #e4fbff;
}
.theme01 .m-contentnav__link {
  color: #11bcd7;
}
.theme01 .m-across_lists__link.is-current {
  color: #11bcd7;
}

.theme02 a.l-header__link .l-header__title {
  color: #00226f;
}
.theme02 a.l-nav__link {
  color: #00226f;
}
.theme02 a.l-header-slidemenu__link {
  color: #00226f;
}
.theme02 .l-header__side {
  border-bottom: 30px solid #00226f;
}
.theme02 .l-header__title {
  color: #00226f;
}
.theme02 .l-hero__heading {
  background: #D3E1EE;
  color: #00226f;
}
.theme02 a.l-hero__link {
  color: #00226f;
}
.theme02 .m-pager__link.is-current {
  border: 1px solid #00226f;
  background: #00226f;
  color: #fff;
}
.theme02 .l-section.is-color {
  background: #D3E1EE;
}
.theme02 .l-section.is-color_re {
  background: #e3e7ea;
}
.theme02 .m-heading__title {
  color: #00226f;
}
.theme02 .m-heading__title::before {
  border-top: solid 3px #00226f;
  border-left: solid 3px #00226f;
}
.theme02 .m-heading__title::after {
  border-right: solid 3px #00226f;
  border-bottom: solid 3px #00226f;
}
.theme02 .m-heading_small__title {
  color: #00226f;
}
.theme02 .m-heading_small__title::after {
  background-color: #00226f;
}
.theme02 .m-buttonGroup .m-button,
.theme02 .type_button a {
  border: 1px solid #ccc;
  background: #fff;
}
.theme02 .m-articleimage-thumbnails__list.is-current .m-articleimage-thumbnails__img {
  border: 1px solid #00226f;
}
.theme02 .m-ebook__links a {
  color: #00226f;
}
.theme02 .p-page_top a {
  background: rgba(0, 34, 111, 0.7);
}
.theme02 .splide .pagination_num {
  background: #D3E1EE;
}
.theme02 .m-detail_nav__list a.is-active {
  color: #00226f;
}
.theme02 .m-detail_top a {
  color: #00226f;
}
.theme02 .m-info_table th {
  background: #D3E1EE;
}
.theme02 .m-info_table a {
  color: #00226f;
}
.theme02 .p-blank {
  color: #00226f;
}
.theme02 .p-blank::after {
  background-color: #00226f;
}
.theme02 .p-spot_list__footer {
  background-color: #D3E1EE;
}
.theme02 .m-contentnav__link {
  color: #00226f;
}
.theme02 .m-across_lists__link.is-current {
  color: #00226f;
}

.theme03 a.l-header__link .l-header__title {
  color: #2C8122;
}
.theme03 a.l-nav__link {
  color: #2C8122;
}
.theme03 a.l-header-slidemenu__link {
  color: #2C8122;
}
.theme03 .l-header__side {
  border-bottom: 30px solid #2C8122;
}
.theme03 .l-header__title {
  color: #2C8122;
}
.theme03 .l-hero__heading {
  background: #FFFCD9;
  color: #2C8122;
}
.theme03 a.l-hero__link {
  color: #2C8122;
}
.theme03 .m-pager__link.is-current {
  border: 1px solid #2C8122;
  background: #2C8122;
  color: #fff;
}
.theme03 .l-section.is-color {
  background: #FFFCD9;
}
.theme03 .l-section.is-color_re {
  background: #e3e7ea;
}
.theme03 .m-heading__title {
  color: #2C8122;
}
.theme03 .m-heading__title::before {
  border-top: solid 3px #2C8122;
  border-left: solid 3px #2C8122;
}
.theme03 .m-heading__title::after {
  border-right: solid 3px #2C8122;
  border-bottom: solid 3px #2C8122;
}
.theme03 .m-heading_small__title {
  color: #2C8122;
}
.theme03 .m-heading_small__title::after {
  background-color: #2C8122;
}
.theme03 .m-buttonGroup .m-button,
.theme03 .type_button a {
  border: 1px solid #ccc;
  background: #fff;
}
.theme03 .m-articleimage-thumbnails__list.is-current .m-articleimage-thumbnails__img {
  border: 1px solid #2C8122;
}
.theme03 .m-ebook__links a {
  color: #2C8122;
}
.theme03 .p-page_top a {
  background: rgba(44, 129, 34, 0.7);
}
.theme03 .splide .pagination_num {
  background: #FFFCD9;
}
.theme03 .m-detail_nav__list a.is-active {
  color: #2C8122;
}
.theme03 .m-detail_top a {
  color: #2C8122;
}
.theme03 .m-info_table th {
  background: #FFFCD9;
}
.theme03 .m-info_table a {
  color: #2C8122;
}
.theme03 .p-blank {
  color: #2C8122;
}
.theme03 .p-blank::after {
  background-color: #2C8122;
}
.theme03 .p-spot_list__footer {
  background-color: #FFFCD9;
}
.theme03 .m-contentnav__link {
  color: #2C8122;
}
.theme03 .m-across_lists__link.is-current {
  color: #2C8122;
}

.theme04 a.l-header__link .l-header__title {
  color: #f57a00;
}
.theme04 a.l-nav__link {
  color: #f57a00;
}
.theme04 a.l-header-slidemenu__link {
  color: #f57a00;
}
.theme04 .l-header__side {
  border-bottom: 30px solid #f57a00;
}
.theme04 .l-header__title {
  color: #f57a00;
}
.theme04 .l-hero__heading {
  background: #FFEDDB;
  color: #f57a00;
}
.theme04 a.l-hero__link {
  color: #f57a00;
}
.theme04 .m-pager__link.is-current {
  border: 1px solid #f57a00;
  background: #f57a00;
  color: #fff;
}
.theme04 .l-section.is-color {
  background: #FFEDDB;
}
.theme04 .l-section.is-color_re {
  background: #eae8e3;
}
.theme04 .m-heading__title {
  color: #f57a00;
}
.theme04 .m-heading__title::before {
  border-top: solid 3px #f57a00;
  border-left: solid 3px #f57a00;
}
.theme04 .m-heading__title::after {
  border-right: solid 3px #f57a00;
  border-bottom: solid 3px #f57a00;
}
.theme04 .m-heading_small__title {
  color: #f57a00;
}
.theme04 .m-heading_small__title::after {
  background-color: #f57a00;
}
.theme04 .m-buttonGroup .m-button,
.theme04 .type_button a {
  border: 1px solid #ccc;
  background: #fff;
}
.theme04 .m-articleimage-thumbnails__list.is-current .m-articleimage-thumbnails__img {
  border: 1px solid #f57a00;
}
.theme04 .m-ebook__links a {
  color: #f57a00;
}
.theme04 .p-page_top a {
  background: rgba(245, 122, 0, 0.7);
}
.theme04 .splide .pagination_num {
  background: #FFEDDB;
}
.theme04 .m-detail_nav__list a.is-active {
  color: #f57a00;
}
.theme04 .m-detail_top a {
  color: #f57a00;
}
.theme04 .m-info_table th {
  background: #FFEDDB;
}
.theme04 .m-info_table a {
  color: #f57a00;
}
.theme04 .p-blank {
  color: #f57a00;
}
.theme04 .p-blank::after {
  background-color: #f57a00;
}
.theme04 .p-spot_list__footer {
  background-color: #FFEDDB;
}
.theme04 .m-contentnav__link {
  color: #f57a00;
}
.theme04 .m-across_lists__link.is-current {
  color: #f57a00;
}

.theme05 a.l-header__link .l-header__title {
  color: #d9067e;
}
.theme05 a.l-nav__link {
  color: #d9067e;
}
.theme05 a.l-header-slidemenu__link {
  color: #d9067e;
}
.theme05 .l-header__side {
  border-bottom: 30px solid #d9067e;
}
.theme05 .l-header__title {
  color: #d9067e;
}
.theme05 .l-hero__heading {
  background: #fde7f3;
  color: #d9067e;
}
.theme05 a.l-hero__link {
  color: #d9067e;
}
.theme05 .m-pager__link.is-current {
  border: 1px solid #d9067e;
  background: #d9067e;
  color: #fff;
}
.theme05 .l-section.is-color {
  background: #fde7f3;
}
.theme05 .l-section.is-color_re {
  background: #eae8e3;
}
.theme05 .m-heading__title {
  color: #d9067e;
}
.theme05 .m-heading__title::before {
  border-top: solid 3px #d9067e;
  border-left: solid 3px #d9067e;
}
.theme05 .m-heading__title::after {
  border-right: solid 3px #d9067e;
  border-bottom: solid 3px #d9067e;
}
.theme05 .m-heading_small__title {
  color: #d9067e;
}
.theme05 .m-heading_small__title::after {
  background-color: #d9067e;
}
.theme05 .m-buttonGroup .m-button,
.theme05 .type_button a {
  border: 1px solid #ccc;
  background: #fff;
}
.theme05 .m-articleimage-thumbnails__list.is-current .m-articleimage-thumbnails__img {
  border: 1px solid #d9067e;
}
.theme05 .m-ebook__links a {
  color: #d9067e;
}
.theme05 .p-page_top a {
  background: rgba(217, 6, 126, 0.7);
}
.theme05 .splide .pagination_num {
  background: #fde7f3;
}
.theme05 .m-detail_nav__list a.is-active {
  color: #d9067e;
}
.theme05 .m-detail_top a {
  color: #d9067e;
}
.theme05 .m-info_table th {
  background: #fde7f3;
}
.theme05 .m-info_table a {
  color: #d9067e;
}
.theme05 .p-blank {
  color: #d9067e;
}
.theme05 .p-blank::after {
  background-color: #d9067e;
}
.theme05 .p-spot_list__footer {
  background-color: #fde7f3;
}
.theme05 .m-contentnav__link {
  color: #d9067e;
}
.theme05 .m-across_lists__link.is-current {
  color: #d9067e;
}

.theme06 a.l-header__link .l-header__title {
  color: #7b3f04;
}
.theme06 a.l-nav__link {
  color: #7b3f04;
}
.theme06 a.l-header-slidemenu__link {
  color: #7b3f04;
}
.theme06 .l-header__side {
  border-bottom: 30px solid #7b3f04;
}
.theme06 .l-header__title {
  color: #7b3f04;
}
.theme06 .l-hero__heading {
  background: #FFEDDB;
  color: #7b3f04;
}
.theme06 a.l-hero__link {
  color: #7b3f04;
}
.theme06 .m-pager__link.is-current {
  border: 1px solid #7b3f04;
  background: #7b3f04;
  color: #fff;
}
.theme06 .l-section.is-color {
  background: #FFEDDB;
}
.theme06 .l-section.is-color_re {
  background: #eae8e3;
}
.theme06 .m-heading__title {
  color: #7b3f04;
}
.theme06 .m-heading__title::before {
  border-top: solid 3px #7b3f04;
  border-left: solid 3px #7b3f04;
}
.theme06 .m-heading__title::after {
  border-right: solid 3px #7b3f04;
  border-bottom: solid 3px #7b3f04;
}
.theme06 .m-heading_small__title {
  color: #7b3f04;
}
.theme06 .m-heading_small__title::after {
  background-color: #7b3f04;
}
.theme06 .m-buttonGroup .m-button,
.theme06 .type_button a {
  border: 1px solid #ccc;
  background: #fff;
}
.theme06 .m-articleimage-thumbnails__list.is-current .m-articleimage-thumbnails__img {
  border: 1px solid #7b3f04;
}
.theme06 .m-ebook__links a {
  color: #7b3f04;
}
.theme06 .p-page_top a {
  background: rgba(123, 63, 4, 0.7);
}
.theme06 .splide .pagination_num {
  background: #FFEDDB;
}
.theme06 .m-detail_nav__list a.is-active {
  color: #7b3f04;
}
.theme06 .m-detail_top a {
  color: #7b3f04;
}
.theme06 .m-info_table th {
  background: #FFEDDB;
}
.theme06 .m-info_table a {
  color: #7b3f04;
}
.theme06 .p-blank {
  color: #7b3f04;
}
.theme06 .p-blank::after {
  background-color: #7b3f04;
}
.theme06 .p-spot_list__footer {
  background-color: #FFEDDB;
}
.theme06 .m-contentnav__link {
  color: #7b3f04;
}
.theme06 .m-across_lists__link.is-current {
  color: #7b3f04;
}

.p-page_top {
  z-index: 9998;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.p-page_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 19;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  background: #666;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-page_top a img {
  display: block;
  margin: auto;
}