/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@import url(//unpkg.com/aos@2.3.1/dist/aos.css);
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./scss/style.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./scss/style.scss (2) ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*color*/
/*font size*/
/*font関連*/
.mont {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", Meiryo, sans-serif;
  line-height: 2;
  color: #111111;
  margin: 0;
}

p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin-left: 0px;
  padding-left: 1.5em;
}

h1 {
  margin: 0;
  font-weight: bold;
}

h2 {
  margin: 0;
  font-weight: bold;
}

h3 {
  margin: 0;
  font-weight: bold;
}

h4 {
  margin: 0;
  font-weight: bold;
}

h5 {
  margin: 0;
  font-weight: bold;
}

h6 {
  margin: 0;
  font-weight: bold;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

address {
  font-style: normal;
}

/*汎用型*/
table {
  width: 100%;
  font-size: 100%;
  box-sizing: border-box;
}
table tbody tr th,
table tbody tr td {
  padding: 5px 3px;
  border-bottom: solid 1px #ddd;
}
@media screen and (min-width: 769px) {
  table tbody tr th {
    white-space: nowrap;
    padding-right: 2em;
  }
}

figure {
  margin: 0;
  line-height: 0;
}

figcaption {
  line-height: 1.7;
}

dd {
  margin-left: 0;
}

small {
  font-size: 12px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

a {
  color: #111111;
  text-decoration: none;
}
a:hover {
  color: #b7b7b7;
}
a:hover img {
  opacity: 0.7;
}

blockquote {
  position: relative;
  background-color: #fafafa;
  margin-top: 0px;
  margin-bottom: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding: 1rem 3rem 1rem 1.5rem;
  color: #777777;
  font-size: 0.9rem;
  font-style: italic;
}
blockquote::after {
  content: "”";
  position: absolute;
  top: 0;
  right: 1.5rem;
  color: #b7b7b7;
  font-size: 3rem;
  font-family: serif;
  line-height: 1.8;
}

/*******************************
  コンテンツ幅
*******************************/
.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*******************************
  nav
*******************************/
.menu__btnwrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu__btnwrap {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 6;
    text-align: center;
    background-color: rgba(221, 59, 74, 0.7);
    color: white;
    padding: 5px;
    line-height: 1.3;
  }
}

.spmenu_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .spmenu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 45px;
    height: 25px;
    margin-bottom: 5px;
  }
  .spmenu_btn:hover {
    cursor: pointer;
  }
  .spmenu_btn::before, .spmenu_btn::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: white;
    transition: all 0.3s;
    position: absolute;
  }
  .spmenu_btn::before {
    left: 0px;
    top: 0px;
  }
  .spmenu_btn::after {
    left: 0px;
    bottom: 0px;
  }
  .spmenu_btn span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: white;
    transition: all 0.3s;
  }
  .spmenu_btnClose span {
    width: 0;
  }
  .spmenu_btnClose::before, .spmenu_btnClose::after {
    transform-origin: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 100%;
  }
  .spmenu_btnClose::before {
    transform: rotate(45deg);
  }
  .spmenu_btnClose::after {
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .globalNav {
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100vw;
    right: -100vw;
    transition: all 0.4s;
    z-index: 5;
    top: 0;
    background-color: white;
  }
  .globalNav_state {
    right: 0;
  }
  .globalNav .menu {
    width: 100%;
  }
  .globalNav .menu-item {
    width: 100%;
  }
  .globalNav .menu a {
    display: block;
    padding: 1em;
  }
  .globalNav .menu li {
    border-bottom: 1px solid rgba(168, 161, 155, 0.25);
  }
  .globalNav .menu-globalnav-container {
    width: 100%;
    display: flex;
    align-content: center;
  }
}

.global__nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0px;
}
.global__nav ul > li {
  margin-right: 2rem;
  padding: 0.5rem 0px;
}
.global__nav ul > li:last-child {
  margin-right: 0;
}
.global__nav ul > li.current::after {
  content: "";
  display: block;
  height: 2px;
  width: 4rem;
  background-color: #a8a19b;
}

/*******************************
  header
*******************************/
.header__btn {
  justify-content: flex-end;
}
.header__logo {
  line-height: 0;
}

/*******************************
  footer
*******************************/
.footer {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 429px) {
  .footer {
    text-align: left;
  }
}

.footer-link {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0px;
  padding: 0.5em 0em;
}
.footer-link li {
  font-size: 14px;
  font-size: 0.875rem;
}
.footer-link li a {
  color: #666666;
}
.footer-link li::before {
  content: "|";
  margin-left: 1em;
  margin-right: 1em;
  color: #eee;
}
.footer-link li:first-child::before {
  display: none;
}

/*******************************
  title
*******************************/
.title__large, #wpmem_login_form legend, .title__large02 {
  color: #a8a19b;
  font-weight: normal;
  padding-bottom: 0.5em;
  font-size: 31.25px;
  font-size: 1.953125rem;
}
.title__large-big {
  font-size: 39px;
  font-size: 2.4375rem;
}
@media screen and (min-width: 429px) {
  .title__large, #wpmem_login_form legend, .title__large02 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
  .title__large br, #wpmem_login_form legend br, .title__large02 br {
    display: none;
  }
  .title__large-big {
    font-size: 48px;
    font-size: 3rem;
  }
}
.title__large::after, #wpmem_login_form legend::after, .title__large02::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}
.title__large::before, #wpmem_login_form legend::before, .title__large02::before {
  content: attr(data-title);
  color: #dd3b4a;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 5px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
  color: #ccc;
}
.title__large02 {
  padding-bottom: 0.5em;
  color: white;
}
.title__large02::after {
  background-color: white;
}
.title__line {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #666666;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 429px) {
  .title__line {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.title__line::before {
  content: "";
  height: 1px;
  width: 25px;
  background-color: #666666;
  position: absolute;
  left: 0;
  top: 0.3em;
  transform: translate(-130%, 0.5em);
}
.title__ber {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 31.25px;
  font-size: 1.953125rem;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
}
@media screen and (min-width: 429px) {
  .title__ber {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.title__ber::before, .title__ber::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #666666;
}
.title__ber::before {
  margin-right: 1rem;
}
.title__ber::after {
  margin-left: 1rem;
}
.title__small {
  font-size: 20px;
  font-size: 1.25rem;
}
.title__flow {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.title__flow span {
  font-size: 1rem;
  margin-right: 1rem;
}
.title__flow--label {
  padding: 0.3rem 1rem;
  background-color: #111111;
  color: white;
  display: inline-block;
  border-radius: 3px;
}

h2.title__flow {
  font-size: 1.5em;
}

h3.title__flow {
  font-size: 1.2em;
}

/*******************************
  text
*******************************/
.text__min {
  font-size: 90%;
}
.text-center {
  text-align: center;
}

/*******************************
  color
*******************************/
.color__light {
  color: #aaaaaa;
}

/*******************************
  btn bnr
*******************************/
.btn a, .btn__icon a, .btn__large a, .btn__solid a {
  display: inline-block;
  background-color: #dd3b4a;
  border: 1px solid #dd3b4a;
  color: white;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
  line-height: 1.5;
  text-align: center;
  transition: 0.5s ease all;
}
.btn a:hover, .btn__icon a:hover, .btn__large a:hover, .btn__solid a:hover {
  background-color: transparent;
  color: #dd3b4a;
}
.btn__solid a {
  background-color: transparent;
  border: 1px solid #dd3b4a;
  color: #dd3b4a;
}
.btn__large a {
  max-width: 400px;
  width: 100%;
  padding: 0.8rem 1rem;
}
.btn__icon a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1366px) {
  .btn__mail a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-right: 1em;
    padding-left: 1em;
    height: 2.5em;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .btn__mail a span {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0.5em;
  }
}
.btn__nav {
  background-color: transparent;
  border: none;
  background-color: #666666;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  font-size: 20px;
  font-size: 1.25rem;
}

.bnr a {
  display: block;
  border: 1px solid white;
  color: white;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  padding: 1.3rem 0.8rem;
  transition: all 0.7s;
}
.bnr a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

/*******************************
  img
*******************************/
.img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img__cover img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.img__overlap {
  position: relative;
}
.img__overlap-bk, .img__overlap-fr {
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.img__overlap-bk {
  max-width: 80%;
  padding-bottom: 5rem;
}
.img__overlap-bk img {
  display: block;
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
}
.img__overlap-fr {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}
.img__overlap-fr img {
  display: block;
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
}
.img__circle img {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
}

/*******************************
  post
*******************************/
.post {
  background-color: white;
  border-radius: 30px;
  padding: 0.7rem 1rem;
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
  transform: translate(0, -50%);
}
.post__item {
  text-align: center;
}
@media screen and (min-width: 429px) {
  .post__item {
    display: flex;
    align-items: center;
  }
}
.post__data {
  color: #aaaaaa;
}
.post__title {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

/*******************************
  background
*******************************/
.bg__base {
  background-color: white;
}
.bg__light {
  background-color: #fafafa;
}
.bg__img {
  background-image: url("../assets/bg__img.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg__img02 {
  background-image: url("../assets/bg__img02.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg__davinci {
  background: url(https://da-vinci-code.info/wp-content/themes/r-fund/assets/bg__img02.png) center center;
  background-size: cover;
  position: relative;
}
.bg__davinci::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bg__image {
  position: relative;
  overflow: hidden;
}
.bg__image-object {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
}
.bg__image-object img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1000%;
}
.bg__image-object::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/*******************************
  border
*******************************/
.border__top {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.border__left {
  border-left: 1px solid rgba(17, 17, 17, 0.1);
}
.border__right {
  border-right: 1px solid rgba(17, 17, 17, 0.1);
}

/*******************************
  iframe
*******************************/
.iframe iframe {
  display: block;
  width: 100%;
}

/*******************************
  gallery
*******************************/
.gallery__main {
  margin-bottom: 1rem;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.gallery__thumb {
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery__thumb:nth-child(3n+1) {
  margin-left: 0;
}
.gallery__thumb img {
  width: 100%;
}
.gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
}

/*******************************
  accordion
*******************************/
.accordion__title {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.accordion__title::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s;
}
.accordion__title:hover {
  cursor: pointer;
}
.accordion__title.open::after {
  transform: rotate(180deg);
}
.accordion__content {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.36s, opacity 0.36s;
}
.accordion__content.is-open {
  padding: 0.6em 1em;
  line-height: normal;
  height: auto;
  opacity: 1;
}

/*******************************
  サイト固有
*******************************/
.box {
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
  padding: 2rem;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.box__border {
  border: 10px solid #eeeeee;
}

.card {
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
  height: 100%;
  border-radius: 5px;
}
.card__img {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.card__img img {
  height: 265px;
  -o-object-position: center center;
     object-position: center center;
}
.card__img.picture img, .card__img.square img {
  height: auto;
}
.card__inner {
  padding: 3rem 1.5rem;
  position: relative;
}
.card__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
}
.card__title-min {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}
@media screen and (min-width: 429px) {
  .card__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.card__list-title {
  font-size: 16px;
  font-size: 1rem;
}
.card__list-item {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.card__icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #a8a19b;
  color: white;
  border-radius: 50%;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardmin {
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
  border-radius: 5px;
  display: block;
}
.cardmin__img {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.cardmin__img img {
  height: 150px;
  -o-object-position: center center;
     object-position: center center;
}
.cardmin__img.square img {
  height: auto;
}
.cardmin__inner {
  padding: 0.5rem 0.5rem;
}
.cardmin__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
  text-transform: capitalize;
}
.cardmin__content {
  font-size: 12px;
  font-size: 0.75rem;
  color: #aaaaaa;
  text-align: center;
}
@media screen and (min-width: 429px) {
  .cardmin__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.carditem {
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
  border-radius: 5px;
}
.carditem__img {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.carditem__img img {
  height: 150px;
  -o-object-position: center center;
     object-position: center center;
}
.carditem__img.square img {
  height: auto;
}
.carditem__inner {
  padding: 0.5rem 0.5rem;
}
.carditem__title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
  text-transform: capitalize;
}
.carditem__content {
  font-size: 12px;
  font-size: 0.75rem;
  color: #aaaaaa;
  text-align: center;
}
@media screen and (min-width: 429px) {
  .carditem__content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.carditem-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding: 0px 1rem;
}
.carditem-price.border-none {
  border-bottom: 0px;
}
.carditem-price__label {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  background-color: #dd3b4a;
  color: white;
  font-size: 12px;
  border-radius: 3px;
}
.carditem-price__price span {
  font-size: 39px;
  font-size: 2.4375rem;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
  margin-right: 0.5rem;
}

.carditem-list {
  display: flex;
}
.carditem-list dt {
  min-width: 5em;
  text-align: left;
  margin-right: 1rem;
}
.carditem-list dd {
  text-align: left;
}

.num {
  counter-increment: num;
}
.num__item {
  position: relative;
}
.num__item::before {
  content: counter(num);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #a8a19b;
  color: white;
  border-radius: 50%;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.separation {
  margin-top: 2rem;
  margin-bottom: 3rem;
  width: 100%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.1);
}

.map {
  margin-top: 3rem;
}
.map__info {
  padding: 1rem 3rem;
}

iframe {
  width: 100%;
}

table.table tr th, table.table tr td, table.contactform tr th, table.contactform tr td {
  padding: 1rem;
}
table.table tr th, table.contactform tr th {
  font-weight: bold;
}
table.table tr:last-child th, table.table tr:last-child td, table.contactform tr:last-child th, table.contactform tr:last-child td {
  border-bottom: 0px;
}

.table-possetion thead {
  border-bottom: 2px solid #ddd;
}
.table-possetion thead td:first-child, .table-possetion tbody th {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
  background-color: white;
}
.table-possetion tbody tr:nth-child(odd) th, .table-possetion tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.table-possetion td {
  text-align: center;
}
.table-possetion__separate {
  border-left: 2px solid #ddd;
}

@media screen and (max-width: 677px) {
  table.table-responsive {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table.table-responsive tbody, table.table-responsive tr, table.table-responsive th, table.table-responsive td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table.table-responsive .column-1 {
    border-bottom-width: 0px;
    padding-bottom: 0px;
    font-weight: bold;
  }
}
.mv-sub {
  padding: 4rem 1rem;
  background-size: cover;
  background-position: center center;
  text-align: center;
  background-color: #fafafa;
}

.page-title {
  font-size: 36px;
  font-size: 2.25rem;
  position: relative;
  color: white;
  font-weight: normal;
}
.page-title__en {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  position: relative;
}

/*******************************
  flow
*******************************/
.flow-list {
  counter-reset: num;
  border-top: 5px solid #dd3b4a;
}

.flow {
  padding-left: 16%;
  position: relative;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.flow:before, .flow:after {
  content: "";
  display: block;
  position: absolute;
  left: 8%;
}
.flow:before {
  width: 3px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.1);
  top: 0px;
  margin-left: -1px;
}
.flow:after {
  width: 1em;
  height: 1em;
  border-radius: 1em 1em 1em 1em;
  border: 2px solid white;
  margin-left: -0.5em;
  top: 50%;
  background-color: #dd3b4a;
}
.flow:first-child:before {
  height: 50%;
  top: 50%;
}
.flow:last-child:before {
  height: 50%;
}
.flow__inner {
  position: relative;
  padding: 2em;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(17, 17, 17, 0.1);
  background-color: white;
}
.flow__inner:before {
  display: block;
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid white;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  width: 0px;
  height: 0px;
  top: 50%;
  left: -40px;
  position: absolute;
  margin-top: -20px;
}
.flow__titlewrap {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
}
.flow__step {
  padding: 0.5em 0.5em;
  color: white;
  border-radius: 5px;
  background-color: #dd3b4a;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 1em;
  min-width: 6em;
  text-align: center;
}
.flow__step:after {
  counter-increment: num;
  content: counter(num);
}
.flow__content {
  display: flex;
}
.flow__image {
  min-width: 20%;
  max-width: 20%;
  margin-right: 16px;
}
.flow__title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 1em;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
}

.flow-other:after, .flow-other .flow__step {
  background-color: #666666;
}

.border-none {
  border: 0px;
}

/*******************************
  faq
*******************************/
.faq {
  margin-bottom: 2rem;
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
  border-radius: 5px;
  cursor: pointer;
}
.faq__q {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  position: relative;
}
.faq__q:before, .faq__q:after {
  position: absolute;
  content: "";
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", YuMincho, serif;
  background-color: #111111;
}
.faq__q:before {
  width: 1px;
  height: 1rem;
  right: 1.5rem;
  top: 2rem;
  transition: 0.5s;
  opacity: 1;
}
.faq__q:after {
  width: 1rem;
  height: 1px;
  right: 1rem;
  top: 2.5rem;
}
.faq__q span {
  color: #dd3b4a;
  margin-right: 0.5rem;
}
.faq__q.active::before {
  opacity: 0;
  transform: rotate(90deg);
}
.faq__q.active + .faq__a {
  padding-top: 1rem;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 0rem 2.5rem 2.5rem;
}
.faq__a {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  padding: 0rem 2.5rem 0rem;
}
.faq__a p:last-child {
  margin-bottom: 0px;
}

/*******************************
  content-pager
*******************************/
.content-pager {
  text-align: center;
}
.content-pager__page {
  margin-right: 10px;
  border: solid 1px rgba(17, 17, 17, 0.1);
  display: inline-block;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin-bottom: 0.8rem;
}
.content-pager__page:hover, .content-pager__page_active {
  background-color: #dd3b4a;
  color: white;
}
.content-pager__allow {
  margin-right: 10px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
}
.content-pager__allow:hover {
  opacity: 0.6;
}

.pager__page.active {
  background-color: #dd3b4a;
  color: #fff;
}

/*******************************
  mainimage
*******************************/
.mainimage-pc {
  min-height: 75vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: white;
}
.mainimage-pc > div {
  position: relative;
  height: 100%;
}
.mainimage-pc__catch {
  line-height: 1.5;
  position: relative;
  z-index: 10;
}
.mainimage-pc__catch-line1, .mainimage-pc__catch-line2, .mainimage-pc__catch-line3 {
  display: block;
  text-shadow: 0px 0px 5px rgba(17, 17, 17, 0.8);
}
.mainimage-pc__catch-line1 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.mainimage-pc__catch-line2 {
  font-size: 48px;
  font-size: 3rem;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.3;
}
.mainimage-pc__catch-line2:after {
  content: "";
  width: 2em;
  height: 1px;
  background-color: white;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: block;
  font-size: 48px;
  font-size: 3rem;
}
.mainimage-pc__catch-line3 {
  font-size: 31.25px;
  font-size: 1.953125rem;
}
.mainimage-pc__object {
  position: absolute;
  top: -5rem;
  right: 0px;
}

.mainimage-sp {
  color: white;
  position: relative;
}
.mainimage-sp__catch {
  line-height: 1.5;
  position: absolute;
  top: 1em;
  z-index: 10;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.mainimage-sp__catch-line1, .mainimage-sp__catch-line2, .mainimage-sp__catch-line3 {
  display: block;
  text-shadow: 0px 0px 5px rgba(17, 17, 17, 0.8);
}
.mainimage-sp__catch-line1 {
  font-size: 16px;
  font-size: 1rem;
}
.mainimage-sp__catch-line2 {
  font-size: 31.25px;
  font-size: 1.953125rem;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.3;
}
.mainimage-sp__catch-line2:after {
  content: "";
  width: 2em;
  height: 1px;
  background-color: white;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -1em;
}
.mainimage-sp__catch-line3 {
  font-size: 20px;
  font-size: 1.25rem;
}

/*******************************
  contactform
*******************************/
.hissu {
  color: red;
  font-size: 10px;
  margin-left: 0.5em;
}

.taikenDate {
  max-width: 50%;
}

.mw_wp_form {
  max-width: 100%;
}

.satei-table__send {
  text-align: center;
}
.satei-table__send input {
  border-radius: 5px;
}

select {
  border: 1px solid #eee;
  border-radius: 2px 2px 2px 2px;
}

.contactform {
  margin-bottom: 3em;
}
.contactform input, .contactform select, .contactform textarea {
  font-size: 16px;
  padding: 0.5em;
}
.contactform__caution {
  font-size: 14px;
  font-size: 0.875rem;
}
.contactform__even {
  background-color: #fafafa;
}
.contactform th {
  vertical-align: middle;
}
.contactform th, .contactform td {
  padding: 1em 1em;
  font-size: 16px;
  text-align: left;
}
.contactform small {
  font-size: 12px;
}

input[type=text],
input[type=email],
input[type=number],
textarea {
  max-width: 100%;
  font-size: 16px;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

textarea {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", Meiryo, sans-serif;
  width: 100%;
}

input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0.7em 1em;
  background-color: red;
  color: white;
}

.submit.btn, .submit.btn__solid, .submit.btn__large, .submit.btn__icon {
  border-radius: 2em 2em 2em 2em;
  padding-left: 2em;
  padding-right: 2em;
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .contactform th {
    min-width: 12em;
  }
  .contactform__innerTh {
    min-width: auto;
  }
}
@media screen and (max-width: 640px) {
  .contactform {
    display: block;
    width: 100%;
  }
  .contactform th {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .contactform td {
    border-bottom: none;
  }
  .contactform tr {
    padding: 10px;
  }

  .contactform tbody, .contactform th, .contactform td, .contactform tr {
    display: block;
    width: 100%;
  }
}
.fixed {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  right: -100%;
  transition: ease 1s;
}
.fixed__cvp {
  transition: ease 1s;
  bottom: 0;
  text-align: center;
  line-height: 0;
}
.fixed__cvp a {
  display: block;
}
.fixed__cvp_state {
  right: -100%;
}
.fixed__cvp_fixed {
  right: 16px;
}

.sp-nav {
  position: absolute;
  left: -200%;
  top: 0;
  width: 80%;
  height: 100vh;
  z-index: 15000;
  padding: 2rem;
  background-color: #fafafa;
  box-shadow: 0px 0px 10px rgba(221, 59, 74, 0.1);
  display: flex;
  align-items: center;
  transition: 1s ease-in;
}
.sp-nav__inner {
  width: 100%;
}
.sp-nav.active {
  left: 0%;
}
.sp-nav ul li {
  padding: 1rem;
  border-bottom: 1px solid rgba(221, 59, 74, 0.1);
  font-size: 20px;
  font-size: 1.25rem;
}
.sp-nav ul li:last-child {
  border-bottom: 0px;
}
.sp-nav ul li.small {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 640px) {
  .fixed {
    max-width: 80%;
  }
  .fixed__cvp_state {
    right: -200%;
  }
  .fixed__cvp_fixed {
    right: 5px;
  }

  .sp-p-3 {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 1367px) {
  .show-1366 {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .hide-1366 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow__content {
    flex-direction: column;
  }
  .flow__image {
    max-width: 100%;
    margin-right: 0px;
  }

  .footer {
    text-align: center;
  }
}
/*-----------------------------------------------------
  member-ship
-----------------------------------------------------*/
#wpmem_login {
  margin-left: auto;
  margin-right: auto;
}

#wpmem_login_form {
  text-align: center;
}
#wpmem_login_form legend {
  margin-bottom: 2em !important;
}
#wpmem_login_form fieldset > label {
  margin-bottom: 1em;
  display: block;
}
#wpmem_login_form .div_text {
  margin-left: auto !important;
  margin-right: auto !important;
}
#wpmem_login_form .div_text input {
  text-align: center;
}
#wpmem_login_form .button_div {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
#wpmem_login_form .button_div label::after {
  content: "";
  display: block;
}
#wpmem_login_form .link-text {
  font-size: 12px;
  color: #666666;
}

.member__welcome {
  text-align: center;
  padding-bottom: 1.5em;
}
.member__welcome br {
  display: none;
}

.link-text:last-child {
  display: none;
}

/*******************************
  tab
*******************************/
.tabs-main, .tabs-sub {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.tabs-sub {
  margin-top: 0.5em;
}

.tab-item {
  text-align: center;
  padding: 0.5em 1em;
  margin: 5px 5px 0px 5px;
  border-radius: 5px 5px 0px 0px;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
}
.tab-item.active, .tab-item:hover {
  background-color: #dd3b4a;
  color: white;
}
.tabs-sub .tab-item {
  font-size: 0.8em;
  padding: 0.2em 1em;
  background-color: transparent;
  border: 1px solid #eee;
}
.tabs-sub .tab-item.active, .tabs-sub .tab-item:hover {
  background-color: #dd3b4a;
  color: white;
}

/*******************************
  datelist
*******************************/
.datelist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.datelist li {
  padding: 0.5em;
  border-top: 1px solid #a8a19b;
}
.datelist li:first-child {
  border-top: 0px;
}
.datelist__label {
  color: #a8a19b;
}
.datelist__sub {
  list-style-type: none;
  display: none;
}
.datelist__sub > li {
  padding: 0.3em 0px;
}

/*******************************
  box
*******************************/
.label-box__title {
  border-radius: 3px 3px 0px 0px;
  padding: 0.5em 1em;
  background-color: #a8a19b;
  color: white;
}
.label-box__title span:first-child {
  display: inline-block;
  border: 1px solid white;
  padding: 0.2em 1em;
  margin-right: 1em;
}
.label-box__title span:last-child {
  font-weight: bold;
}
.label-box__content {
  border-radius: 0px 0px 3px 3px;
  border: 1px solid #a8a19b;
  padding: 0.5em 1em;
}
.label-box.long .label-box__title {
  background-color: #528dd9;
}
.label-box.long .label-box__content {
  border-color: #528dd9;
}
.label-box.short .label-box__title {
  background-color: #dd3b4a;
}
.label-box.short .label-box__content {
  border-color: #dd3b4a;
}
.label-box__remark {
  font-size: 90%;
  border-top: 2px solid #ddd;
  padding: 1em;
}
.label-box__select {
  display: block;
  min-width: 280px;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.page-content ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.page-content ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

.rikaku {
  text-align: center;
  border-top: 1px solid #a8a19b;
  padding-top: 0.5em;
  margin-top: 0.5em;
}
.rikaku input {
  max-width: 4em;
  margin-left: 0.5em;
  text-align: center;
}

.spread-radios {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.spread-radios__radio label {
  padding: 0.2em 1em;
  border: 1px solid #a8a19b;
  border-radius: 3px;
  cursor: pointer;
}
.spread-radios__radio input {
  display: none;
}
.spread-radios__radio input:checked + label {
  background-color: #a8a19b;
  color: white;
}

.copy {
  cursor: pointer;
}
.copy:hover {
  background-color: #eee;
}

.coppied {
  position: fixed;
  top: -3em;
  left: 0px;
  width: 100%;
  z-index: 100000;
  text-align: center;
  background-color: #111111;
  color: white;
  font-weight: bold;
  transition: top 0.5s ease;
}
.coppied.on {
  top: 0em;
}

.link-box {
  padding: 1.5rem;
  padding-right: 4.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.1);
  border-radius: 5px;
  display: block;
  cursor: pointer;
  position: relative;
}
.link-box::after {
  position: absolute;
  right: 2rem;
  top: 50%;
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  transition: right 0.5s ease-out;
}
.link-box:hover::after {
  right: 1rem;
}

.page-content h2, .page-content h3 {
  padding: 0.3em 0.5em;
  margin-bottom: 1.5em;
}
.page-content h2 {
  font-size: 1.5em;
  background-color: #111111;
  border-top: 3px solid #dd3b4a;
  color: white;
}
.page-content h3 {
  font-size: 1.2em;
  font-weight: bold;
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
}
.page-content h4 {
  font-weight: bold;
}

.container {
  counter-reset: flow;
}

.section-flow {
  padding-bottom: 3rem;
  padding-left: 3rem;
  position: relative;
}
.section-flow::before {
  position: absolute;
  width: 1px;
  height: 95%;
  content: "";
  display: block;
  left: 1rem;
  top: 5%;
  background-color: #a8a19b;
}
.section-flow::after {
  position: absolute;
  left: 0.5rem;
  top: 5%;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #111111;
}
.section-flow__label {
  padding: 0.3rem 1rem;
  background-color: #111111;
  color: white;
  display: inline-block;
  border-radius: 3px;
}
.section-flow__label::after {
  counter-increment: flow;
  content: counter(flow);
  margin-left: 0.2rem;
}
.section-flow__title {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.section-flow__title span {
  font-size: 1rem;
  margin-right: 1rem;
}
.section-flow__content {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.section-flow__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.price-table, .price-table-header {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #ddd;
  max-width: 100%;
  width: 677px;
  margin-left: auto;
  margin-right: auto;
}
.price-table.current, .current.price-table-header {
  border-bottom-width: 0px;
  border: 3px solid #dd3b4a;
  background-color: #dd3b4a;
  border-radius: 5px;
  padding: 0px;
}
.price-table__dt {
  width: 100%;
  line-height: 1;
  padding: 1rem 10px;
}
.current .price-table__dt {
  color: white;
}
@media screen and (max-width: 767px) {
  .price-table__dt {
    padding: 0.5rem 10px;
  }
}
.price-table__dd--1, .price-table-header__column--1, .price-table-header__column--2, .price-table__dd--2 {
  flex-shrink: 0;
  width: 13rem;
  text-align: center;
  padding: 1rem 10px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.current .price-table__dd--1, .current .price-table-header__column--1, .current .price-table-header__column--2, .current .price-table__dd--2 {
  font-size: 31.25px;
  font-size: 1.953125rem;
  font-weight: bold;
  background-color: white;
}
.price-table__dd--1 span, .price-table-header__column--1 span, .price-table-header__column--2 span, .price-table__dd--2 span {
  font-size: 20px;
  font-size: 1.25rem;
}
.current .price-table__dd--1 span, .current .price-table-header__column--1 span, .current .price-table-header__column--2 span, .current .price-table__dd--2 span {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .price-table__dd--1, .price-table-header__column--1, .price-table-header__column--2, .price-table__dd--2 {
    width: 8rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .current .price-table__dd--1, .current .price-table-header__column--1, .current .price-table-header__column--2, .current .price-table__dd--2 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .price-table__dd--1 span, .price-table-header__column--1 span, .price-table-header__column--2 span, .price-table__dd--2 span {
    font-size: 16px;
    font-size: 1rem;
  }
  .current .price-table__dd--1 span, .current .price-table-header__column--1 span, .current .price-table-header__column--2 span, .current .price-table__dd--2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.price-table__title {
  font-size: 20px;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0px;
}
.current .price-table__title {
  font-size: 25px;
  font-size: 1.5625rem;
}
.price-table__title .label {
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .price-table__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .current .price-table__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.price-table__remark {
  font-size: 12px;
  margin-top: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .price-table, .price-table-header {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.price-table-header {
  justify-content: flex-end;
  border-bottom: 3px solid #ddd;
  margin-bottom: 1.5em;
}
.price-table-header__column--1, .price-table-header__column--2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 0px;
}

.label {
  line-height: 1;
  padding: 0.5rem;
  border-radius: 3px;
  display: inline-block;
  background-color: #666666;
  color: white;
  font-size: 16px;
  font-size: 1rem;
}
.current .label {
  background-color: white;
  color: #dd3b4a;
}

.pips-currencies {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.marker-yellow {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, yellow 51%, yellow 100%);
}
.marker-pink {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #ffaafe 51%, #ffaafe 100%);
}
.marker-water {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #aafdff 51%, #aafdff 100%);
}
.marker-lime {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #adff60 51%, #adff60 100%);
}

.box_style {
  margin-bottom: 30px;
  padding: 6px;
  background-size: 4px 4px;
  background-repeat: repeat;
}
.box_style.box_style_gold {
  background-image: linear-gradient(-45deg, #fff 25%, #a8a19b 25%, #a8a19b 50%, #fff 50%, #fff 75%, #a8a19b 75%, #a8a19b);
}
.box_style.box_style_blue {
  background-image: linear-gradient(-45deg, #fff 25%, #528dd9 25%, #528dd9 50%, #fff 50%, #fff 75%, #528dd9 75%, #528dd9);
}
.box_style.box_style_green {
  background-image: linear-gradient(-45deg, #fff 25%, #52c89c 25%, #52c89c 50%, #fff 50%, #fff 75%, #52c89c 75%, #52c89c);
}
.box_style.box_style_orange {
  background-image: linear-gradient(-45deg, #fff 25%, #e4a064 25%, #e4a064 50%, #fff 50%, #fff 75%, #e4a064 75%, #e4a064);
}
.box_style.box_style_red {
  background-image: linear-gradient(-45deg, #fff 25%, #dd3b4a 25%, #dd3b4a 50%, #fff 50%, #fff 75%, #dd3b4a 75%, #dd3b4a);
}
.box_style.box_style_pink {
  background-image: linear-gradient(-45deg, #fff 25%, #e793d0 25%, #e793d0 50%, #fff 50%, #fff 75%, #e793d0 75%, #e793d0);
}
.box_style.box_style_yellow {
  background-image: linear-gradient(-45deg, #fff 25%, #e0c655 25%, #e0c655 50%, #fff 50%, #fff 75%, #e0c655 75%, #e0c655);
}
.box_style.box_style_gray {
  background-image: linear-gradient(-45deg, #fff 25%, #999999 25%, #999999 50%, #fff 50%, #fff 75%, #999999 75%, #999999);
}
.box_style_title {
  margin: -8px 0 5px -27px;
  color: #fff;
  line-height: 1.4;
}
.box_style_title span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
}
.box_style_gold .box_style_title span {
  background-color: #a8a19b;
}
.box_style_blue .box_style_title span {
  background-color: #528dd9;
}
.box_style_green .box_style_title span {
  background-color: #52c89c;
}
.box_style_orange .box_style_title span {
  background-color: #e4a064;
}
.box_style_red .box_style_title span {
  background-color: #dd3b4a;
}
.box_style_pink .box_style_title span {
  background-color: #e793d0;
}
.box_style_yellow .box_style_title span {
  background-color: #e0c655;
}
.box_style_gray .box_style_title span {
  background-color: #999999;
}
.box_style_title span::before {
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #d6d6d6;
  border-right-color: #d6d6d6;
  content: "";
}

.box_inner {
  padding: 15px;
}
.box_style_gold .box_inner {
  background-color: #fafafa;
}
.box_style_blue .box_inner {
  background-color: #f8fdff;
}
.box_style_green .box_inner {
  background-color: #f9fff3;
}
.box_style_orange .box_inner {
  background-color: #fdf9f1;
}
.box_style_red .box_inner {
  background-color: #fff8f9;
}
.box_style_pink .box_inner {
  background-color: #fffafd;
}
.box_style_yellow .box_inner {
  background-color: #fffdf3;
}
.box_style_gray .box_inner {
  background-color: #fafafa;
}

#membercontent #rtoc-mokuji-wrapper {
  display: none;
}

.post-content h2,
.mce-content-body h2 {
  margin-bottom: 1em;
  padding: 0 0.5em;
  background-color: #a8a19b;
  color: white;
  font-weight: normal;
}
.post-content h3,
.mce-content-body h3 {
  border-bottom: 2px solid #a8a19b;
  color: #a8a19b;
}
.post-content a,
.mce-content-body a {
  color: #528dd9;
  text-decoration: underline;
}

.page-content a {
  color: #528dd9;
  text-decoration: underline;
}

.index-item {
  display: flex;
  gap: 0.8rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}
.index-item__time, .index-item__flag, .index-item__review {
  flex-shrink: 0;
}
.index-item__title {
  text-align: justify;
}
.index-item__time {
  width: 3.5em;
  line-height: 1.2;
}
.index-item__review {
  color: #ededed;
}
.index-item__review .fill {
  color: #ffda34;
}
.index-item:first-child {
  padding-top: 0;
}
.index-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .top-index {
    width: 100%;
    max-width: 100%;
  }
}
main {
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map*/