@charset "UTF-8";
/* ******************************************************************

	COPYRIGHT(C) ISHII.ISHII Co.,Ltd.
	URL:http://www.ieps.co.jp/

****************************************************************** */
/*==================================================================
media query
===================================================================*/
body {
  -webkit-text-size-adjust: 100%;
}

.row {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 50px;
}

@media only screen and (max-width: 640px) {
  body {
    min-width: auto;
  }
  body .row {
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    width: auto;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .pconly {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tabonly {
    display: block;
  }
}

.sponly {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sponly {
    display: block;
  }
}

/*　ページ［共通］スタイル　ここから　*/
/*==================================================================
共通
===================================================================*/
/* カラーパレット */
/*構造*/
section {
  padding-bottom: 100px;
}

#wrapperContent #main article {
  padding-bottom: 115px;
}
/*==================================================================
[HI-00-00] マイナーチェンジ用：移植STYLE start -TEMP
===================================================================*/
/* 共通パーツ */
/*テキスト*/
.catch {
  padding-top: 130px;
  padding-bottom: 100px;
}
.catch p {
  font-size: 3.5rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.25em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .catch p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .catch {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
}

p.common-text {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.1;
}
@media only screen and (max-width: 640px) {
  p.common-text {
    font-size: 1.4rem;
  }
}

.sub-heading {
  font-weight: 500;
  line-height: 1;
}

.sub-heading span {
  color: #8A8B9F;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}

h2 {
  font-size: 3.5rem;
  letter-spacing: 0.25em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 6rem;
  text-align: center;
}
h2 span {
  font-size: 1.9rem;
  font-weight: 500;
}
h2 hr {
  width: 50px;
  height: 1px;
  border: none;
  background: #8A8B9F;
  margin: 20px auto;
}

.txt-box h3 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.txt-box h3 span {
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.color-base,
.color-red {
  color: #8A8B9F !important;
}

a.color-base {
  color: #8A8B9F !important;
  text-decoration: underline;
}

.bold {
  font-weight: 500;
}

/*ボタン*/
.button-wrap {
  text-align: center;
}
.button-wrap a {
  /*min-width: 各処で指定;*/
  padding: 15px !important;
  background-color: #8A8B9F;
  display: inline-block;
  position: relative;
  border-radius: 60px;
  transition: 0.5s;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.button-wrap a:hover {
  background-color: #4f5270;
}
.button-wrap a:before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 0.25s;
  opacity: 0;
}
.button-wrap a img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*テーブル*/
.table-wrap .table {
  background-color: #fff;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.table-wrap .table th {
  padding: 2% 5%;
  width: 25%;
  border-bottom: 1px solid #E5E7FA;
}

.table-wrap .table td {
  padding: 2% 5%;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: justify;
}

.table-wrap .customize-in-table {
  font-size: 14px;
  font-size: 1.4rem;
}

.table-wrap .customize-in-table thead th {
  background: #f7f7f7;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}

.table-wrap .customize-in-table thead th:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.table-wrap .customize-in-table tbody td {
  padding: 2% 3%;
}

.table-wrap .customize-in-table tbody td:first-child {
  border-left: 1px solid #dddddd;
}

.common-table {
  width: 100%;
  border: 1px solid #8A8B9F;
  border-radius: 20px;
  border-collapse: separate;
  font-size: 15px;
  font-size: 1.5rem;
}

.common-table tr:first-child th {
  border-radius: 20px 0 0 0;
}

.common-table tr:last-child th {
  border-radius: 0 0 0 20px;
}

.common-table tr:last-child > * {
  border-bottom: none;
}

.common-table tr > * {
  padding: 1em;
  border-bottom: 1px solid #8A8B9F;
}

.common-table th {
  background: #f7f7f7;
  min-width: 30%;
  border-right: 1px solid #8A8B9F;
  letter-spacing: 0.03em;
}

.common-table td {
  width: 75%;
  letter-spacing: 0.03em;
}

.common-table td .small {
  font-size: 13px;
  font-size: 1.3rem;
}

.common-table02 {
  width: 100%;
  border: 1px solid #8A8B9F;
  border-radius: 20px;
  border-collapse: separate;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.common-table02 thead th {
  background: #8A8B9F;
  color: white;
  text-align: center;
  padding: 1em;
}

.common-table02 thead th:first-child {
  border-radius: 20px 0 0 0;
  border-right: 1px solid white;
}

.common-table02 thead th:last-child {
  border-radius: 0 20px 0 0;
}

.common-table02 thead th[colspan="2"] {
  border-radius: 20px 20px 0 0;
  border-right: none;
}

.common-table02 tbody tr:last-child th {
  border-radius: 0 0 0 20px;
}

.common-table02 tbody tr:last-child > * {
  border-bottom: none;
}

.common-table02 tbody tr > * {
  padding: 1em;
  border-bottom: 1px solid #8A8B9F;
}

.common-table02 tbody tr .br-lt {
  border-radius: 20px 0 0 0;
}

.common-table02 th {
  background: #f7f7f7;
  border-right: 1px solid #8A8B9F;
  text-align: left;
  letter-spacing: 0.03em;
}

.common-table02 th.bgcolor-gray2 {
  background: #eeeeee;
  text-align: center;
  border-right: none;
}

.common-table02 td {
  width: 40%;
  letter-spacing: 0.03em;
  text-align: left;
}

.common-table02 td .small {
  font-size: 13px;
  font-size: 1.3rem;
}

/* 202208 ISHII 追記 */
/*th横テーブル*/
.common-table-h {
  width: 100%;
  border: 1px solid #8A8B9F;
  border-radius: 20px;
  border-collapse: separate;
  font-size: 15px;
  font-size: 1.5rem;
}

.common-table-h th {
  white-space: nowrap;
}

.common-table-h th:first-child {
  border-radius: 20px 0 0 0;
}

.common-table-h th:last-child {
  border-radius: 0 20px 0 0;
  border-right: none;
}

.common-table-h tr > * {
  padding: 1em;
  border-bottom: 1px solid #8A8B9F;
}

.common-table-h tr:last-child > td {
  border-bottom: none;
}

.common-table-h th {
  background: #f7f7f7;
  border-right: 1px solid #8A8B9F;
  letter-spacing: 0.03em;
}

.common-table-h td {
  letter-spacing: 0.03em;
  border-right: 1px solid #8A8B9F;
}

.common-table-h td:nth-child(2),
.common-table-h td:nth-child(3) {
  text-align: center;
}

.common-table-h td:last-child {
  border-right: none;
}

.common-table-h td .small {
  font-size: 13px;
  font-size: 1.3rem;
}

.common-table-h td .small_nw {
  font-size: 13px;
  font-size: 1.2rem;
  white-space: nowrap;
}

/*th縦テーブル*/
.common-table-v {
  width: 100%;
  border: 1px solid #8A8B9F;
  border-radius: 20px;
  border-collapse: separate;
  font-size: 15px;
  font-size: 1.5rem;
}

/*
.common-table-v th {
	white-space: nowrap;
}*/
.common-table-v tr:first-child th {
  border-radius: 20px 0 0 0;
}

.common-table-v tr:last-child th {
  border-radius: 0 0 0 20px;
  border-bottom: none;
}

.common-table-v tr > * {
  padding: 1em;
  border-bottom: 1px solid #8A8B9F;
}

.common-table-v tr:last-child > td {
  border-bottom: none;
  white-space: nowrap;
}

.common-table-v th {
  background: #f7f7f7;
  border-right: 1px solid #8A8B9F;
  letter-spacing: 0.03em;
}

.common-table-v td {
  letter-spacing: 0.03em;
  border-right: 1px solid #8A8B9F;
}

.common-table-v td:nth-child(2),
.common-table-v td:nth-child(3),
.common-table-v td:nth-child(4) {
  text-align: center;
}

.common-table-v td:last-child {
  border-right: none;
}

.last-gray tbody tr:last-child th {
  background: #eeeeee !important;
}

/*リスト*/
/* 項目内リスト：ol */
ol.inner-olist {
  margin-left: 20px;
  list-style-type: decimal;
}

ol.inner-olist li {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

/* 写真背景付きリンク*/
.img-link-list {
  padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .img-link-list {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }
}
.img-link-list ul {
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .img-link-list ul {
    width: 100%;
    max-width: 100%;
  }
}
.img-link-list ul li a {
  color: white;
  position: relative;
  display: inline-block;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="24" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(100,100,100,0.19)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 24px rgba(100, 100, 100, 0.19));
}
.img-link-list ul li a:hover img {
  transform: scale(1.1);
}
.img-link-list ul li a .img-wrap {
  overflow: hidden;
  border-radius: 26px;
}
.img-link-list ul li a .img-wrap img {
  display: block;
  width: 100%;
  transition: 0.5s;
}

/*カード表示*/
.card li {
  margin-bottom: 40px;
}
.card li > div {
  border-radius: 8px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="15" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(100,100,100,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 15px rgba(100, 100, 100, 0.2));
  background: white;
  height: 100%;
}
.card li > div img {
  display: block;
  width: 100%;
}
.card li > div h3 {
  text-align: center;
  margin: 10px 0 20px;
  margin: 1rem 0 2rem;
  position: relative;
}
.card li > div h3 span {
  font-size: 1.2rem;
}
.card li > div h3 .arrow-wrap {
  position: absolute;
  top: 0;
  right: 5%;
}
.card li > div h3 .arrow-wrap .arrow-content img {
  width: auto;
}
.card li > div .common-text {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.card li > div a {
  display: inline-block;
  transition: 0.5s;
  height: 100%;
}
.card li > div a .img-wrap {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.card li > div a .img-wrap img {
  transition: 0.5s;
}
.card li > div a:hover {
  background: #f7eeed;
}
.card li > div a:hover .img-wrap img {
  transform: scale(1.1);
}

/*メインビジュアル＋パンくず*/
#wrapperTopimg {
  padding-bottom: 82px;
  position: relative;
}
#wrapperTopimg #topimg .under-main-visual {
  position: relative;
  /* 追加記述 */
  margin-top: 110px;
  /*breadcrumb-wrap*/
}
@media only screen and (max-width: 640px) {
  #wrapperTopimg #topimg .under-main-visual {
    margin-top: 60px;
  }
}
#wrapperTopimg #topimg .under-main-visual .breadcrumb-wrap {
  position: absolute;
  top: 3%;
  left: 30px;
  transform: unset;
}
#wrapperTopimg #topimg .under-main-visual .breadcrumb-wrap .breadcrumb-content {
  display: inline-block;
}
#wrapperTopimg #topimg .under-main-visual .breadcrumb-wrap .breadcrumb {
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  background: white;
  border-radius: 19.5px;
}
#wrapperTopimg #topimg .under-main-visual .breadcrumb-wrap .breadcrumb li:not(:last-child) {
  position: relative;
  margin-right: 2em;
}
#wrapperTopimg #topimg .under-main-visual .breadcrumb-wrap .breadcrumb li:not(:last-child):after {
  content: ">";
  right: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#wrapperTopimg #topimg .under-main-visual .breadcrumb-wrap .breadcrumb li {
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  #wrapperTopimg #topimg .under-main-visual .breadcrumb-wrap .breadcrumb li {
    font-size: 1.1rem;
  }
}
#wrapperTopimg #topimg img {
  width: 100%;
  height: auto;
  vertical-align: top;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1.1);
}
#wrapperTopimg .main-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1150px;
  height: 98px;
  padding-right: 50px;
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
@media only screen and (max-width: 768px) {
  #wrapperTopimg .main-title {
    padding-right: 0px;
  }
}
#wrapperTopimg .main-title h1, #wrapperTopimg .main-title .title_e {
  width: 100%;
  position: relative;
}
#wrapperTopimg .main-title h1 span, #wrapperTopimg .main-title .title_e span {
  width: 90%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  color: #fff;
}
#wrapperTopimg .main-title h1 {
  height: 56px;
  background: #8A8B9F;
  margin-bottom: 2px;
}
#wrapperTopimg .main-title h1 span {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #wrapperTopimg .main-title h1 span {
    font-size: 3rem;
  }
}
#wrapperTopimg .main-title .title_e {
  height: 40px;
  background: #AAA9A9;
}
#wrapperTopimg .main-title .title_e span {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #wrapperTopimg .main-title .title_e span {
    font-size: 2rem;
  }
}
#wrapperTopimg .main-title .title_e:before {
  content: "";
  width: 1px;
  height: 25px;
  background: #8A8B9F;
  display: block;
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

/*ページ内ナビ*/
.under-menulist {
  margin-top: -30px;
  margin-top: -3rem;
}
.under-menulist ul {
  display: flex;
  border: 1px solid #eeeeee;
  position: relative;
  background: white;
}
.under-menulist ul:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: -30px;
  bottom: -3rem;
  left: 0;
}
.under-menulist ul li {
  width: 100%;
  border-right: 1px solid #eeeeee;
}
.under-menulist ul li a {
  padding: 25px 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: relative;
}
.under-menulist ul li a:before {
  transition: 0.5s;
  content: "";
  width: 100%;
  height: 5px;
  background: #8A8B9F;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.under-menulist ul li a.displayed-link {
  pointer-events: none;
  background: #f7f7f7;
}
.under-menulist ul li a.displayed-link:before {
  opacity: 1;
}
.under-menulist ul li a:hover {
  background: #f7f7f7;
}
.under-menulist ul li a:hover:before {
  opacity: 1;
}
.under-menulist ul li a > div {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.under-menulist ul li a > div .sub-heading {
  width: calc(100% - 3.7rem);
  height: 70px;
  font-size: 1.9rem;
}
.under-menulist ul li a > div .sub-heading span {
  font-size: 1.1rem;
}
@media only screen and (max-width: 640px) {
  .under-menulist ul li a > div .sub-heading {
    font-size: 1.6rem;
  }
}

.arrow-wrap {
  background: #8A8B9F;
  width: 37px;
  width: 3.7rem;
  height: 37px;
  height: 3.7rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .arrow-wrap {
    width: 3rem;
    height: 3rem;
  }
}
.arrow-wrap .arrow-content {
  height: 31px;
  height: 3.1rem;
  width: 31px;
  width: 3.1rem;
  background: #8A8B9F;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .arrow-wrap .arrow-content {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.arrow-wrap .arrow-content img {
  display: block;
}
@media only screen and (max-width: 640px) {
  .arrow-wrap .arrow-content img {
    width: 55%;
  }
}

/*構造：コンテンツ移植エリア*/
.contents-aria {
  margin-right: 50px;
}
@media only screen and (max-width: 640px) {
  .contents-aria {
    margin-right: 0px;
  }
}

.bgcolor {
  background-color: #f7f7f7;
}

/*構造：コンテンツリスト*/
/*デフォルト＝width: 54%;初期状態によって各処で調整*/
.index-box {
  width: 54%;
  margin: 0 auto;
  background: #f7eeed;
  border: 3px solid #8A8B9F;
  border-radius: 20px;
  padding: 35px 0;
  margin-bottom: 96px;
  color: #8A8B9F;
}
@media only screen and (max-width: 768px) {
  .index-box {
    width: 90%;
  }
}
.index-box > div {
  width: 90%;
  margin: 0 auto;
}
.index-box > div h3 {
  font-size: 2.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.11em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E7FA;
}
.index-box > div ul {
  margin-top: 28px;
}
.index-box > div ul li {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.index-box > div ul li a {
  display: inline-block;
  border-bottom: 1px solid #8A8B9F;
}

/*基本構造：コンテンツ：ナンバリング＋DIVタイプ*/
.contents-aria {
  /*div.inner*/
}
.contents-aria div.inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 100px;
}
.contents-aria div.inner .img-box {
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .contents-aria div.inner .img-box {
    display: none;
  }
}
.contents-aria div.inner .img-box img {
  width: 100%;
}
.contents-aria div.inner .detail {
  width: 47%;
}
.contents-aria div.inner .detail > img {
  margin-bottom: 25px;
}
.contents-aria div.inner .detail h3 {
  text-align: left;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 25px;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
.contents-aria div.inner .detail h3 hr {
  width: 50px;
  height: 1px;
  border: none;
  background: #8A8B9F;
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .contents-aria div.inner .detail {
    width: 100%;
    text-align: center;
  }
  .contents-aria div.inner .detail > img {
    margin-bottom: 30px;
  }
  .contents-aria div.inner .detail h3 {
    text-align: center;
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 25px;
    letter-spacing: 0.25em;
    line-height: 1.8;
  }
  .contents-aria div.inner .detail h3 hr {
    width: 50px;
    height: 1px;
    border: none;
    background: #8A8B9F;
    margin: 20px auto 0;
  }
  .contents-aria div.inner .detail .img-box-tab {
    margin-bottom: 30px;
  }
  .contents-aria div.inner .detail .img-box-tab img {
    width: 100%;
  }
}

/*.contents-aria*/
/*基本構造：コンテンツ：ナンバリング＋ULタイプ*/
ul li.inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 120px;
}
ul li.inner:last-child {
  margin-bottom: 40px;
}
ul li.inner .img-box {
  width: 47%;
}
@media only screen and (max-width: 768px) {
  ul li.inner .img-box {
    display: none;
  }
}
ul li.inner .img-box img {
  width: 100%;
}
ul li.inner .img-box-tab {
  /*共通スタイル*/
  margin-bottom: 30px;
}
ul li.inner .img-box-tab img {
  width: 100%;
}
ul li.inner .list-item-detail {
  width: 47%;
}
ul li.inner .list-item-detail > img {
  margin-bottom: 25px;
}
ul li.inner .list-item-detail h2 {
  text-align: left;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 25px;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
ul li.inner .list-item-detail h2 hr {
  width: 50px;
  height: 1px;
  border: none;
  background: #8A8B9F;
  margin: 20px 0 0;
}
ul li.inner .list-item-detail .button-wrap {
  margin-top: 40px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  ul li.inner .list-item-detail .button-wrap {
    justify-content: center;
  }
}
ul li.inner .list-item-detail .button-wrap a {
  min-width: 50%;
}
@media only screen and (max-width: 768px) {
  ul li.inner .list-item-detail .button-wrap a {
    min-width: 75%;
  }
}
ul li.inner .list-item-detail .button-wrap:last-of-type {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  ul li.inner .list-item-detail {
    width: 100%;
    text-align: center;
  }
  ul li.inner .list-item-detail > img {
    margin-bottom: 30px;
  }
  ul li.inner .list-item-detail h2 {
    text-align: center;
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 25px;
    letter-spacing: 0.25em;
    line-height: 1.8;
  }
  ul li.inner .list-item-detail h2 hr {
    width: 50px;
    height: 1px;
    border: none;
    background: #8A8B9F;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  ul li.inner .list-item-detail h2 {
    font-size: 2.4rem;
  }
}

/*==================================================================
slick
===================================================================*/
.slick-wrap {
  display: flex;
  justify-content: space-between;
  /*slide-wrap2*/
}
@media only screen and (max-width: 768px) {
  .slick-wrap {
    flex-direction: column;
  }
}
.slick-wrap .slide-wrap {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .slick-wrap .slide-wrap {
    width: 100%;
  }
}
.slick-wrap .slide-wrap .slick-dots {
  bottom: -50px;
}
.slick-wrap .slide-wrap li {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
  padding-left: 25px;
}
.slick-wrap .slide-wrap li:after {
  content: "";
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  top: 0;
  right: -25px;
  position: absolute;
  z-index: -1;
  border-radius: 19px;
}
.slick-wrap .slide-wrap .slick-dots .slick-active button:before {
  color: #8A8B9F;
  opacity: 1;
}
.slick-wrap .slide-wrap .slick-dots button:before {
  color: #f7f7f7;
  opacity: 1;
}
.slick-wrap .slide-wrap .slick-prev:before {
  content: "";
  background: url("../img/cmn/slide-arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 53px;
  display: block;
  transform: rotate(180deg);
}
.slick-wrap .slide-wrap .slick-next:before {
  content: "";
  background: url("../img/cmn/slide-arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 53px;
  display: block;
}
.slick-wrap .slide-wrap .slick-slide {
  position: relative;
}
.slick-wrap .slide-wrap .slick-slide:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 300;
  background: url("../img/school-life/speech-bubbles.png");
  width: 75px;
  height: 75px;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.slick-wrap .slide-wrap .slick-slide[data-slick-index="0"]:before {
  content: "01";
}
.slick-wrap .slide-wrap .slick-slide[data-slick-index="1"]:before {
  content: "02";
}
.slick-wrap .slide-wrap .slick-slide[data-slick-index="2"]:before {
  content: "03";
}
.slick-wrap .slide-wrap .slick-slide img {
  display: block;
  width: calc(100% - 25px);
}
.slick-wrap .slide-wrap2 {
  width: 42%;
  padding-top: 25px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .slick-wrap .slide-wrap2 {
    width: 100%;
    padding-bottom: 80px;
  }
}
.slick-wrap .slide-wrap2 span {
  transition: 0.5s;
  position: relative;
  display: inline-block;
  padding: 6px 20px 8px;
  color: #FFF;
  background-color: #8A8B9F;
  position: relative;
  line-height: 1;
  border-radius: 60px;
  margin-bottom: 20px;
}
.slick-wrap .slide-wrap2 h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}

/*==================================================================
ページ個別：オンライン個別相談：online
===================================================================*/
#wrapperTopimg .topimg .under-main-visual .for_pc .online-ttl {
  width: 50%;
  height: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#wrapperTopimg .topimg .under-main-visual .for_pc .online-ttl .online-ttl-inner {
  height: 90%;
  max-height: 250px;
}
#wrapperTopimg .topimg .under-main-visual .for_pc .online-ttl .online-ttl-inner img {
  height: 100% !important;
}
#wrapperTopimg .topimg .under-main-visual .for_mb {
  display: none;
}

@media screen and (max-width: 1024px) {
  .under-main-visual .for_pc {
    display: none;
  }
  .under-main-visual .for_mb {
    display: block !important;
    margin-bottom: 125px;
  }
  .under-main-visual .for_mb .online-ttl {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: auto;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    bottom: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
  }
  .under-main-visual .for_mb .online-ttl .online-ttl-inner {
    height: auto;
    max-height: auto;
    padding: 20px 30px;
  }
  .under-main-visual .for_mb .online-ttl .online-ttl-inner img {
    height: 100% !important;
  }
}
#wrapperContent #content #main article {
  /*online*/
}
#wrapperContent #content #main article #online {
  /*online_content*/
}
#wrapperContent #content #main article #online .online_content {
  color: #3f3f3f;
  font-size: 1.4rem;
  line-height: 2;
  max-width: 900px;
  margin: 0 auto 30px;
  /*intro*/
  /*section.online_explanation//section.online_howto*/
  /*online_explanation*/
  /*online_howto*/
}
#wrapperContent #content #main article #online .online_content .read p {
  color: #8A8B9F;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #online .online_content .read p {
    font-size: 2rem;
  }
}
#wrapperContent #content #main article #online .online_content .intro {
  margin-top: 100px;
}
#wrapperContent #content #main article #online .online_content .intro ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #online .online_content .intro ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#wrapperContent #content #main article #online .online_content .intro ul li {
  position: relative;
  width: calc((100% - 60px) / 3);
  height: 114px;
  border-radius: 30px;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #online .online_content .intro ul li {
    width: 90%;
  }
}
#wrapperContent #content #main article #online .online_content .intro ul li div.dashed {
  height: 104px;
  border-radius: 26px;
  border: 1px dashed #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapperContent #content #main article #online .online_content .intro ul li div.shadow {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}
#wrapperContent #content #main article #online .online_content .intro ul li .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapperContent #content #main article #online .online_content .intro ul li span.sml {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
#wrapperContent #content #main article #online .online_content .intro ul li p.caption {
  font-size: 1.2rem;
  color: #3f3f3f;
  line-height: 1.2;
  text-shadow: none;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #online .online_content .intro ul li p.caption {
    padding-top: 10px;
  }
}
#wrapperContent #content #main article #online .online_content .intro ul li.pink {
  background-color: #ff8484;
}
#wrapperContent #content #main article #online .online_content .intro ul li.yellow {
  background-color: #ff9a2d;
}
#wrapperContent #content #main article #online .online_content .intro ul li.green {
  background-color: #33a95a;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #online .online_content .intro ul li br {
    display: none;
  }
}
#wrapperContent #content #main article #online .online_content section.online_explanation h3.online_ttl,
#wrapperContent #content #main article #online .online_content section.online_howto h3.online_ttl {
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ff8484;
  letter-spacing: 1px;
}
#wrapperContent #content #main article #online .online_content section.online_explanation h3.online_ttl .sp,
#wrapperContent #content #main article #online .online_content section.online_howto h3.online_ttl .sp {
  display: block;
}
#wrapperContent #content #main article #online .online_content section.online_explanation ul {
  width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #online .online_content section.online_explanation ul {
    width: 100%;
  }
}
#wrapperContent #content #main article #online .online_content section.online_explanation ul li {
  border-bottom: 2px solid #ff8484;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
#wrapperContent #content #main article #online .online_content section.online_explanation ul li:last-of-type {
  margin-bottom: 0;
}
#wrapperContent #content #main article #online .online_content section.online_explanation ul li span {
  color: #ff8484;
  margin-right: 5px;
}
#wrapperContent #content #main article #online .online_content section.online_explanation p {
  text-align: center;
  font-size: 1.4rem;
}
#wrapperContent #content #main article #online .online_content section.online_explanation p span {
  color: #2391e6;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #online .online_content section.online_explanation p {
    text-align: left;
  }
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ff8484;
  /*zoom_dl_wrap*/
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li h4.li_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #ff8484;
  margin-bottom: 20px;
  line-height: 1.5;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li h4.li_ttl span {
  color: #fff;
  background-color: #ff8484;
  border-radius: 13px;
  padding: 0 15px;
  margin-right: 10px;
  font-weight: bold;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .line-banner {
  margin-top: 20px;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .line-banner a img {
  width: 100%;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li ul li:first-of-type {
  margin-bottom: 20px;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li ul li h5 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff8484;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap {
  margin-top: 40px;
  display: flex;
  /*sp*/
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon {
  display: flex;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon picture {
  display: flex;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon p {
  position: relative;
  margin-right: 40px;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon .arrow::before, #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon .sample4-1::before {
  right: -30px;
  box-sizing: border-box;
  width: 12px;
  height: 7px;
  border: 8px solid transparent;
  border-left: 10px solid #2391e6;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon p span {
  color: #2391e6;
  font-weight: bold;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .dl_bnr {
  display: flex;
  align-items: self-end;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .dl_bnr a {
  margin-right: 20px;
  transition: 0.5s;
}
#wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .dl_bnr a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap {
    flex-direction: column;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon picture {
    width: 20%;
    max-width: 100px;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon picture img {
    width: 100%;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon p {
    position: relative;
    margin-right: 0px;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  s #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon .arrow::before, #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon .arrow::after {
    display: none;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon .sample4-1::before {
    display: none;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .zoom_icon p span {
    color: #2391e6;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .dl_bnr {
    display: flex;
    align-items: self-end;
    justify-content: center;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .dl_bnr a {
    margin-right: 20px;
    transition: 0.5s;
  }
  #wrapperContent #content #main article #online .online_content section.online_howto ul li.online_li .zoom_dl_wrap .dl_bnr a:hover {
    opacity: 0.5;
  }
}
#wrapperContent #content #main article #online .online_content .line_bnr {
  margin: 20px 0 30px 0;
}

.jquery-modal .modal {
  max-width: 720px;
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  padding: 0px;
  border-radius: 0px;
  box-shadow: 0 0 0px #000;
  text-align: center;
}
.jquery-modal .modal > div {
  padding: 20px;
}
.jquery-modal .modal > div a.link-square-slant, .jquery-modal .modal > div a.link-square-slant2 {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 20px;
  display: block;
  border-radius: 50px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
.jquery-modal .modal > div a.link-square-slant {
  background: #1c6f03;
}
.jquery-modal .modal > div a.link-square-slant2 {
  background: #de4d3a;
}
.jquery-modal .modal a.close-modal {
  display: none;
}

/*==================================================================
ページ個別：クラブ活動：club
===================================================================*/
#wrapperContent #content #main article {
  /*#club*/
}
#wrapperContent #content #main article #club {
  line-height: 2;
}
#wrapperContent #content #main article #club .club-activities {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club .club-activities {
    text-align: left;
  }
}
#wrapperContent #content #main article #club .news-list-wrap-wrap .news-list-wrap ul li span.base-back-btn {
  font-size: 1.2rem;
  transition: 0.5s;
  position: relative;
  display: inline-block;
  padding: 3px 20px 5px;
  background-color: #8A8B9F;
  position: relative;
  line-height: 1;
  border-radius: 10px;
  margin-right: 3px;
  margin-bottom: 3px;
}
#wrapperContent #content #main article #club .news-list-wrap-wrap .news-list-wrap ul li span.base-back-btn a {
  color: #fff;
}
#wrapperContent #content #main article #club .news-list-wrap-wrap .button-wrap a {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #club .news-list-wrap-wrap .button-wrap a {
    width: 75%;
  }
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club .news-list-wrap-wrap .button-wrap a {
    width: 90%;
    max-width: 500px;
  }
}
#wrapperContent #content #main article #club section.club-news,
#wrapperContent #content #main article #club section.club-introduction {
  padding-bottom: 100px;
}
#wrapperContent #content #main article #club .club-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club .club-list {
    gap: 30px;
    margin-bottom: 0px;
  }
}
#wrapperContent #content #main article #club .club-list li {
  width: calc((100% - 50px) / 2);
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club .club-list li {
    width: 100%;
  }
}
#wrapperContent #content #main article #club .club-list li a {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  /*background: #151515;*/
}
#wrapperContent #content #main article #club .club-list li a:hover img {
  transform: scale(1.1);
}
#wrapperContent #content #main article #club .club-list li a img {
  transition: 0.5s;
  display: block;
  width: 100%;
  /*opacity: 0.5;*/
}
#wrapperContent #content #main article #club .club-list li a div {
  width: 90%;
  position: absolute;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  text-align: center;
  color: #fff;
  background: #8A8B9F;
  border-radius: 30px;
}
#wrapperContent #content #main article #club .club-list li a div p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 2.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #club .club-list li a div p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club .club-list li a div p {
    font-size: 2.5rem;
  }
}
#wrapperContent #content #main article #club .club-list li a div p.long {
  letter-spacing: -0.5px;
}
#wrapperContent #content #main article #club .club-list li a div p img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
}

/*==================================================================
ページ個別：クラブ活動　各部活：club
===================================================================*/
#wrapperContent #content #main article {
  /*#club*/
}
#wrapperContent #content #main article #club-page {
  line-height: 2;
}
#wrapperContent #content #main article #club-page section.club-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
#wrapperContent #content #main article #club-page section.club-content > img {
  width: 100%;
  margin-bottom: 50px;
}
#wrapperContent #content #main article #club-page section.club-content > p {
  text-align: center;
}
#wrapperContent #content #main article #club-page section.club-content .intro-list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#wrapperContent #content #main article #club-page section.club-content .intro-list > ul {
  list-style: disc;
  list-style-position: inside;
}
#wrapperContent #content #main article #club-page section.club-content .intro-list > ul li {
  text-indent: -1.4em;
  padding-left: 1.4em;
  font-size: 1.4rem;
  text-align: left;
}
#wrapperContent #content #main article #club-page section.club-outlink {
  padding-bottom: 100px;
}
#wrapperContent #content #main article #club-page section.club-outlink .button-wrap a {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #club-page section.club-outlink .button-wrap a {
    width: 75%;
  }
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club-page section.club-outlink .button-wrap a {
    width: 90%;
    max-width: 500px;
  }
}
#wrapperContent #content #main article #club-page section.club-field-item h3 {
  color: #8A8B9F;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
  max-width: 800px;
  margin: 0 auto;
}
#wrapperContent #content #main article #club-page section.club-field-item table {
  max-width: 800px;
  margin: 0 auto 50px;
}
#wrapperContent #content #main article #club-page section.club-field-item table th {
  width: 20%;
  white-space: nowrap;
  text-align: center;
}
#wrapperContent #content #main article #club-page section.club-field-item table td {
  width: 80%;
}
#wrapperContent #content #main article #club-page section.club-field-item table.y2018 {
  margin-bottom: 100px;
}
#wrapperContent #content #main article #club-page section.club-field-item table.y2018 td:first-child,
#wrapperContent #content #main article #club-page section.club-field-item table.y2018 td:nth-child(2) {
  width: auto;
}
#wrapperContent #content #main article #club-page section.club-field-item table.y2018 td:nth-of-type(2) {
  width: 40%;
  border-left: 1px solid #8A8B9F;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club-page section.club-field-item table.y2018 td {
    display: block;
    width: 100% !important;
    border-left: none !important;
  }
  #wrapperContent #content #main article #club-page section.club-field-item table.y2018 td.contest {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#wrapperContent #content #main article #club-page .news-list-wrap-wrap .news-list-wrap ul li span.base-back-btn {
  font-size: 1.2rem;
  transition: 0.5s;
  position: relative;
  display: inline-block;
  padding: 3px 20px 5px;
  background-color: #8A8B9F;
  position: relative;
  line-height: 1;
  border-radius: 10px;
  margin-right: 3px;
  margin-bottom: 3px;
}
#wrapperContent #content #main article #club-page .news-list-wrap-wrap .news-list-wrap ul li span.base-back-btn a {
  color: #fff;
}
#wrapperContent #content #main article #club-page .news-list-wrap-wrap .button-wrap a {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #club-page .news-list-wrap-wrap .button-wrap a {
    width: 75%;
  }
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club-page .news-list-wrap-wrap .button-wrap a {
    width: 90%;
    max-width: 500px;
  }
}
#wrapperContent #content #main article #club-page section.club-news {
  padding-bottom: 100px;
}
#wrapperContent #content #main article #club-page .club-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club-page .club-list {
    gap: 30px;
    margin-bottom: 0px;
  }
}
#wrapperContent #content #main article #club-page .club-list li {
  width: calc((100% - 50px) / 2);
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #club-page .club-list li {
    width: 100%;
  }
}
#wrapperContent #content #main article #club-page .club-list li a {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}
#wrapperContent #content #main article #club-page .club-list li a:hover img {
  transform: scale(1.1);
}
#wrapperContent #content #main article #club-page .club-list li a img {
  transition: 0.5s;
  display: block;
  width: 100%;
}
#wrapperContent #content #main article #club-page .club-list li a div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
#wrapperContent #content #main article #club-page .club-list li a div p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 2.7rem;
}

/*==================================================================
ニュース記事：テンプレート
===================================================================*/
#wrapperContent #content #main article {
  /*section*/
}
#wrapperContent #content #main article section {
  /*news-list-wrap*/
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 70px;
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li {
    width: 100%;
  }
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li:first-child {
  position: relative;
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li:first-child:before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background: url("../img/cmn/new.png");
  background-size: contain;
  top: -14px;
  left: -14px;
  z-index: 10;
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li a.news-img-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li a.news-img-wrap:hover img {
  transform: scale(1.1);
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li a.news-img-wrap div {
  overflow: hidden;
  border-radius: 8px;
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li a img {
  display: block;
  width: 100%;
  transition: 0.5s;
  height: 14vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li a img {
    height: 45vw;
  }
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li a .base-back-btn {
  font-size: 1.2rem;
  transition: 0.5s;
  position: relative;
  display: inline-block;
  padding: 3px 20px 5px;
  color: #FFF;
  background-color: #8A8B9F;
  position: relative;
  line-height: 1;
  border-radius: 10px;
  margin-right: 3px;
  margin-bottom: 3px;
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li h3 {
  font-size: 1.5rem;
  line-height: 1.8;
}
#wrapperContent #content #main article section .news-list-wrap ul:not(.search-pagenavi) li .news-date {
  font-size: 1.4rem;
  color: #aaaaaa;
  font-family: "Roboto Condensed", sans-serif;
}
#wrapperContent #content #main article section .news-list-wrap .button-wrap a {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article section .news-list-wrap .button-wrap a {
    width: 75%;
  }
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article section .news-list-wrap .button-wrap a {
    width: 90%;
    max-width: 500px;
  }
}

/*==================================================================
ページ個別：検索結果：search_result
===================================================================*/
#wrapperContent #content #main article {
  /*#search_result*/
}
#wrapperContent #content #main article #search_result_page .search-form-wrap {
  width: 100%;
  background: #f7f7f7;
  border-radius: 9px;
  padding: 5rem 0;
  margin: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap {
    margin-bottom: 5rem;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form {
  width: 90%;
  margin: 0 auto 1rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap form {
    width: 92%;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form ul li {
  width: 32%;
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap form ul li {
    width: 100%;
    flex-wrap: wrap;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form ul li:first-child:before {
  display: none;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form ul li:nth-child(2) {
  margin: 0 0 2rem;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form label, #wrapperContent #content #main article #search_result_page .search-form-wrap form select, #wrapperContent #content #main article #search_result_page .search-form-wrap form option, #wrapperContent #content #main article #search_result_page .search-form-wrap form textarea {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form label {
  padding-right: 0.5em;
  min-width: 8em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap form label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .select-container {
  position: relative;
  width: 67.5%;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap form .select-container {
    width: 100%;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .select-container:before {
  content: "";
  position: absolute;
  background: url("../img/cmn/select-arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap form .select-container:before {
    right: 1rem;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form select {
  color: #8A8B9F;
  background: white;
  padding: 10px 30px;
  border: 1px solid #8A8B9F;
  border-radius: 20px;
  width: 100%;
  min-width: 120px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .term {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap form .term {
    justify-content: space-between;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .term .select-container {
  width: 21.6%;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap form .term .select-container {
    width: 45%;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .term span {
  padding: 0 0.5em;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .keyword {
  width: 100%;
  display: flex;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .keyword textarea {
  width: 100%;
  max-width: calc(100% - 8em);
  resize: none;
  border: 1px solid #8A8B9F;
  border-radius: 20px;
  padding: 10px 20px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap form .keyword textarea {
    max-width: 100%;
    width: 100%;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .search-utility {
  display: flex;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .search-utility .search-utility-inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap form .search-utility .search-utility-inner {
    display: block;
    width: 50%;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .search-utility .search-utility-inner input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 20px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 0;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap form .search-utility .search-utility-inner input[type=radio]:checked:after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 10px;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap .form-submit {
  display: inline-block;
  position: relative;
  min-width: 26%;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search_result_page .search-form-wrap .form-submit {
    min-width: 70%;
  }
}
#wrapperContent #content #main article #search_result_page .search-form-wrap .form-submit:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("../img/cmn/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 50;
}
#wrapperContent #content #main article #search_result_page .search-form-wrap .form-submit input {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 1.4rem 2rem !important;
  width: 100%;
}
#wrapperContent #content #main article .loadingMsg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  transition: 0.5s;
}
#wrapperContent #content #main article #loading:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #e9f3fc;
  opacity: 0.5;
  z-index: 1000;
}
#wrapperContent #content #main article [data-view=hidden] {
  display: none;
}
#wrapperContent #content #main article [data-view=show] {
  display: block;
}
#wrapperContent #content #main article #search-results .search-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
#wrapperContent #content #main article #search-results .search-pagenavi li {
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content #main article #search-results .search-pagenavi li {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}
#wrapperContent #content #main article #search-results .search-pagenavi li span {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  background: #E7E7ED;
  border-radius: 50%;
  color: #8A8B9F;
  overflow: hidden;
  transition: 0.5s;
}
#wrapperContent #content #main article #search-results .search-pagenavi li span.active, #wrapperContent #content #main article #search-results .search-pagenavi li span:hover {
  background: #8A8B9F;
  color: #FFF;
}
#wrapperContent #content #main article #search-results .search-pagenavi li + li {
  margin-left: 0.5em;
}
#wrapperContent #content #main article #search-result-count {
  margin: 20px 0;
}
#wrapperContent #content #main article .result-text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#wrapperContent #content #main article #search_app .search-form-wrap {
  margin-bottom: 5rem;
}
#wrapperContent #content #main article #search-result-item-wrap {
  margin-top: 70px;
  margin-bottom: 70px;
}
#wrapperContent #content #main article #search-result-item-wrap .post-image-item {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 768px) {
  #wrapperContent #content #main article #search-result-item-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#wrapperContent #content #main article #search-result-item-wrap ul {
  justify-content: flex-start;
}
#wrapperContent #content #main article #search-result-item-wrap ul li {
  padding-left: 15px;
  padding-right: 15px;
}
#wrapperContent #content #main article #search-result-item-wrap .image-wrap img {
  width: 100%;
  position: relative;
  height: 14vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#wrapperContent #content #main article [data-ajax-btn] {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #wrapperContent #content #main article #search-result-item-wrap .image-wrap img {
    height: 45vw;
  }
  #wrapperContent #content #main article .search-form-wrap .search-utility label {
    width: 15%;
  }
  #wrapperContent #content #main article #search-results .search-pagenavi-inner {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  #wrapperContent #content #main article #search-results .search-pagenavi-inner .search-pagenavi {
    position: relative;
    width: 125%;
    justify-content: inherit;
  }
  #wrapperContent #content #main article #search-results .search-pagenavi-inner::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
}

img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/*==================================================================
[HI-**-**] content start -TEMP (not edit)
===================================================================*/
/*==================================================================
[0-00-00] styleguide start - (最後尾にしてください)
===================================================================*/
body.fiximg {
  /*		background: url('../img/index/bg.jpg') no-repeat;
  		background-size: contain;
  		background-position: top 110px center;
  		background-attachment: fixed;
  		  position: relative;
  		  width: 100%;
  		 /* min-height: 100vh;*!/
  			height: calc(100vh + 110);

  				*/
}

@media only screen and (max-width: 640px) {
  #wrapperContent .styleguide {
    margin: 0 10px;
  }
}
#wrapperContent .styleguide #main .SG-headline {
  padding-top: 10px;
  padding-bottom: 10px;
  color: gray;
  font-size: 12px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  margin-top: 50px;
  margin-bottom: 20px;
}
#wrapperContent .styleguide #main .demo * {
  border: 1px solid #f0ddbc;
}/*# sourceMappingURL=layout-page.css.map */