@charset "UTF-8";
@import url("magnific-popup.css");
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-s {
    display: none !important;
  }
}
.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

h1, h2, h3, h4, h5, h5, p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.main-slider .content h2 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .main-slider .content h2 {
    font-size: 30px;
    margin: 0 0 0.5em;
  }
}
.main-slider .content h3 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .main-slider .content h3 {
    font-size: 20px;
  }
}

.news-sec {
  padding: 120px 0 90px;
}
@media screen and (max-width: 767px) {
  .news-sec {
    padding: 80px 0;
  }
}
.news-sec .list {
  padding-right: 50px;
  overflow: auto;
  max-height: 450px;
}
@media screen and (max-width: 767px) {
  .news-sec .list {
    padding-right: 30px;
    max-height: 600px;
  }
}
.news-sec .list::-webkit-scrollbar {
  background: #eee;
  width: 10px;
}
.news-sec .list::-webkit-scrollbar-thumb {
  background-color: #666;
  border: 1px solid #111;
  border-radius: 10px;
}
.news-sec .list::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.news-sec .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .news-sec .list li {
    display: block;
  }
}
.news-sec .list li:not(:last-child) {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .news-sec .list li:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.news-sec .list li .category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .news-sec .list li .category {
    width: 50%;
    margin-bottom: 1em;
  }
}
.news-sec .list li .category.ご家族様 span {
  background-color: #EC7C31;
}
.news-sec .list li .category.入居者様 span {
  background-color: #8FC325;
}
.news-sec .list li .category.採用情報 span {
  background-color: #FF4880;
}
.news-sec .list li .category.その他 span {
  background-color: #393D73;
}
.news-sec .list li .category span {
  border-radius: 11px;
  padding: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-sec .list li .category span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news-sec .list li .txt-area {
    width: 100%;
  }
}
.news-sec .list li .txt-area h3 {
  margin-bottom: 5px;
}
.news-sec .list li .txt-area p {
  font-size: 14px;
  margin: 0;
}
.news-sec .list li .txt-area table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .news-sec .list li .txt-area table {
    margin-top: 1.5em;
  }
}
.news-sec .list li .txt-area table thead {
  background: #eee;
}
.news-sec .list li .txt-area table th {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.news-sec .list li .txt-area table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
}
.news-sec .list li .txt-area table td.t-left {
  text-align: left;
}
.news-sec .list li .txt-area .red {
  color: red;
  font-weight: bold;
}
.news-sec .list li .txt-area .note {
  font-weight: bold;
  color: red;
}

.event-sec {
  position: relative;
  display: block;
  background: #f4f2ef;
  padding: 120px 0 90px;
}
@media screen and (max-width: 767px) {
  .event-sec {
    padding: 80px 0;
  }
}
.event-sec .owl-nav-style-one.owl-theme .owl-nav {
  display: none;
}
.event-sec .owl-item .img-holder {
  width: 100%;
}
.event-sec .owl-item .img-holder .inner {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .event-sec .owl-item .img-holder .inner {
    height: 300px;
  }
}
.event-sec .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-sec .owl-carousel .owl-dots .owl-dot {
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .event-sec .owl-carousel .owl-dots .owl-dot {
    margin: 0 4px;
  }
}
.event-sec .owl-carousel .owl-dots .owl-dot span {
  background: white;
  border: 1px solid #FF4880;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .event-sec .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
.event-sec .owl-carousel .owl-dots .owl-dot.active span {
  background: #FF4880;
}
.event-sec .more {
  color: #393D73;
  text-decoration: underline;
}

.gallery-sec .sec-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .gallery-sec .sec-title {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
}
.gallery-sec .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 2.55%;
}
@media screen and (max-width: 767px) {
  .gallery-sec .gallery-list {
    gap: 0;
  }
}
.gallery-sec .gallery-list li {
  width: 23%;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .gallery-sec .gallery-list li {
    width: 32%;
    height: 200px;
    margin-bottom: 2%;
  }
  .gallery-sec .gallery-list li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.gallery-sec .gallery-list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-sec .gallery-list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fee-sec {
  position: relative;
  display: block;
  background: #f4f2ef;
  padding: 120px 0 90px;
}
@media screen and (max-width: 767px) {
  .fee-sec {
    padding: 80px 0;
  }
}
.fee-sec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fee-sec .list {
    display: block;
  }
}
.fee-sec .list li {
  width: 30%;
  background: white;
  -webkit-box-shadow: 0px 3px 10px 2px rgba(20, 33, 43, 0.04);
          box-shadow: 0px 3px 10px 2px rgba(20, 33, 43, 0.04);
}
@media screen and (max-width: 767px) {
  .fee-sec .list li {
    width: 100%;
  }
  .fee-sec .list li + li {
    margin-top: 30px;
  }
}
.fee-sec .list li .thumb {
  width: 100%;
}
.fee-sec .list li .thumb img {
  width: 100%;
  height: auto;
}
.fee-sec .list li .txt-area {
  padding: 15px 20px 20px;
}
@media screen and (max-width: 767px) {
  .fee-sec .list li .txt-area {
    padding: 15px;
  }
}
.fee-sec .list li .txt-area h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
.fee-sec .list li .txt-area p {
  margin: 0 0 10px;
  font-size: 16px;
}
.fee-sec .list li .txt-area .btn {
  width: 250px;
  height: 55px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #FF4880;
  color: white;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .fee-sec .list li .txt-area .btn {
    width: 200px;
    height: 50px;
  }
}
.fee-sec .list li .txt-area .btn:hover {
  background: #393d72;
}

.site-para-wrap {
  position: relative;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .site-para-wrap {
    height: 300px;
  }
}
.site-para-wrap::before {
  content: "";
  background-image: url(../img/recruit/bg.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .site-para-wrap::before {
    background-size: auto 130%;
    background-position: center;
    background-attachment: inherit;
  }
}

.recruit-sec {
  background: white;
}
.recruit-sec .recruit-wrapper {
  padding: 120px 0 90px;
}
@media screen and (max-width: 767px) {
  .recruit-sec .recruit-wrapper {
    padding: 80px 0;
  }
}
.recruit-sec .sec-title h2 + p {
  margin-top: 1.5em;
  margin-bottom: 0;
  line-height: 1.8;
}
.recruit-sec .sec-title h2 + p a {
  color: currentColor;
}
.recruit-sec h4 {
  margin-bottom: 1.5em;
  text-align: center;
}
.recruit-sec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit-sec .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.recruit-sec .list li {
  width: 32.5%;
  height: 75px;
  text-align: center;
  margin-bottom: 1.25%;
}
@media screen and (max-width: 767px) {
  .recruit-sec .list li {
    width: 49%;
    margin-bottom: 2%;
  }
}
.recruit-sec .list li a {
  width: 100%;
  height: 100%;
  line-height: 1.3;
  font-size: 18px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #8FC325;
  border-radius: 11px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .recruit-sec .list li a {
    font-size: 16px;
  }
}
.recruit-sec .list li a:hover {
  background: #FF4880;
}
.recruit-sec .list li a p {
  margin: 0;
}
.recruit-sec .list li a small {
  font-size: 75%;
}
.recruit-sec .bottom-txt-area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .recruit-sec .bottom-txt-area {
    margin-top: 40px;
  }
}
.recruit-sec .bottom-txt-area p {
  text-align: center;
  margin-bottom: 1.5em;
}
.recruit-sec .bottom-txt-area .btn {
  max-width: 32.5%;
  height: 75px;
  margin: auto;
  display: block;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .recruit-sec .bottom-txt-area .btn {
    max-width: 250px;
    height: 55px;
  }
}
.recruit-sec .bottom-txt-area .btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FF4880;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .recruit-sec .bottom-txt-area .btn a {
    font-size: 16px;
  }
}
.recruit-sec .bottom-txt-area .btn a:hover {
  background: #393d72;
}

.facility-sec {
  position: relative;
  display: block;
  background: #f4f2ef;
  padding: 120px 0 90px;
}
@media screen and (max-width: 767px) {
  .facility-sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .facility-sec .faq-left-content .sec-title h2 {
    font-size: 32px;
  }
}
.facility-sec .accordion-box .accordion {
  background: white;
  border-radius: 10px;
}
.facility-sec .accordion-box .accordion .accord-btn::after {
  background: #F4F2EF;
}
.facility-sec .accordion-box .accordion .accord-btn.active {
  background: white;
}
.facility-sec .accordion-box .accordion .accord-content {
  background: none;
}
.facility-sec .accordion-box .accordion .accord-content h3 {
  margin-bottom: 0.5em;
}
.facility-sec .accordion-box .accordion .accord-content h3 + p {
  margin-bottom: 2.5em;
  font-size: 14px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.facility-sec .accordion-box .accordion .accord-content .sign {
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .facility-sec .faq-style1-image-box .faq-bottom {
    width: 130px;
  }
}
.facility-sec .facility-area {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .facility-sec .facility-area {
    margin-top: 80px;
  }
}
.facility-sec .facility-area .priceing-plan-tabs .tab-button-column {
  top: 0;
}
.facility-sec .facility-area .priceing-plan-tabs .tab-button-column .tab-buttons {
  z-index: 11;
}
.facility-sec .facility-area .priceing-plan-tabs .tab-button-column .tab-buttons li {
  background: white;
}
.facility-sec .facility-area .priceing-plan-tabs .tab-button-column .tab-buttons li:hover {
  color: currentColor;
}
.facility-sec .facility-area .priceing-plan-tabs .tab-button-column .tab-buttons li.active-btn {
  background: #f9be4f;
}
.facility-sec .facility-area .tab h3 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .facility-sec .facility-area .tab h3 {
    font-size: 32px;
  }
}
.facility-sec .facility-area .tab h3 + p {
  margin-top: 1em;
}
.facility-sec .facility-area .tab .fig {
  margin-top: 2em;
  text-align: center;
}
.facility-sec .facility-area .tab .fig img {
  max-width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .facility-sec .facility-area .tab .fig img {
    max-width: 100%;
  }
}
.facility-sec .access-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .facility-sec .access-area {
    margin-top: 80px;
    display: block;
  }
}
.facility-sec .access-area .map {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .facility-sec .access-area .map {
    width: 100%;
  }
}
.facility-sec .access-area .map::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.facility-sec .access-area .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.facility-sec .access-area .txt-area {
  width: 50%;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .facility-sec .access-area .txt-area {
    width: 100%;
    padding: 30px 0 0;
  }
}
.facility-sec .access-area .txt-area h3 {
  font-size: 35px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .facility-sec .access-area .txt-area h3 {
    font-size: 32px;
    margin-bottom: 0.5em;
  }
}
.facility-sec .access-area .txt-area p {
  font-size: 16px;
  margin: 0;
}
.facility-sec .access-area .txt-area p + p {
  margin-top: 1em;
}

.company-sec {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
@media screen and (max-width: 767px) {
  .company-sec {
    padding: 80px 0;
  }
}
.company-sec .company-tbl {
  width: 100%;
  border-collapse: collapse;
}
.company-sec .company-tbl th {
  background: #F4F2EF;
  border: 1px solid #707070;
  padding: 25px 50px;
  width: 260px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company-sec .company-tbl th {
    border: 0;
    padding: 0 0 5px;
    width: 100%;
    display: block;
    font-size: 18px;
    background: none;
  }
}
.company-sec .company-tbl td {
  border: 1px solid #707070;
  padding: 25px 50px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .company-sec .company-tbl td {
    border: 0;
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #707070;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
}
.company-sec .company-tbl td a {
  color: currentColor;
}
.company-sec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .company-sec .list {
    margin-top: 40px;
  }
}
.company-sec .list li {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .company-sec .list li {
    width: 32%;
  }
}
.company-sec .list li a {
  background: #8FC325;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 18px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .company-sec .list li a {
    height: 50px;
    font-size: 16px;
  }
}
.company-sec .list li a:hover {
  background: #FF4880;
}

.support-sec {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background: #f4f2ef;
}
@media screen and (max-width: 767px) {
  .support-sec {
    padding: 80px 0;
  }
}
.support-sec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .support-sec .list {
    display: block;
  }
}
.support-sec .list li {
  width: 48%;
  background: white;
  -webkit-box-shadow: 0px 3px 10px 2px rgba(20, 33, 43, 0.04);
          box-shadow: 0px 3px 10px 2px rgba(20, 33, 43, 0.04);
}
@media screen and (max-width: 767px) {
  .support-sec .list li {
    width: 100%;
  }
  .support-sec .list li + li {
    margin-top: 30px;
  }
}
.support-sec .list li a {
  color: currentColor;
  font-size: 18px;
  font-weight: bold;
}
.support-sec .list li .fig {
  width: 100%;
}
.support-sec .list li .fig img {
  max-width: 100%;
  height: auto;
}
.support-sec .list li p {
  margin: 0;
  padding: 1em;
  color: currentColor;
}

.footer {
  background: #393D73;
  padding: 15px 0;
  text-align: center;
  color: white;
  font-size: 14px;
}
.footer p {
  margin: 0;
}

.mfp-title {
  margin-top: 10px;
  font-size: 18px;
}

.pop-style {
  position: relative;
  max-width: 950px;
  margin: auto;
  background: #fff;
  color: #2C2C2C;
}
.pop-style .inner {
  padding: 75px 75px 50px;
}
@media screen and (max-width: 767px) {
  .pop-style .inner {
    padding: 70px 30px 60px;
  }
}
.pop-style .inner h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FF4880;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .pop-style .inner h2 {
    font-size: 24px;
  }
}
.pop-style .inner strong {
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pop-style .inner strong {
    font-size: 22px;
  }
}
.pop-style .inner strong span {
  font-size: 85%;
}
.pop-style .inner h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pop-style .inner h3 {
    font-size: 18px;
  }
}
.pop-style .inner dl + dl, .pop-style .inner dl.mt {
  margin-top: 50px;
}
.pop-style .inner dl dt {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .pop-style .inner dl dt {
    font-size: 20px;
  }
}
.pop-style .inner dl dt.green {
  color: #FF4880;
}
.pop-style .inner dl dd {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .pop-style .inner dl dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pop-style .inner dl dd table.tbl1 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.pop-style .inner dl dd table.tbl1 td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  width: 25%;
}
.pop-style .inner dl dd .list li {
  padding-left: 1em;
  text-indent: -1em;
}
.pop-style .inner .weight-b {
  font-weight: bold;
}
.pop-style .inner .fig {
  text-align: center;
  margin: 30px 0;
}
.pop-style .inner .fig img {
  max-width: 100%;
  height: auto;
}
.pop-style .inner .fig + .fig {
  margin-top: 40px;
}
.pop-style .inner .fig.left {
  text-align: left;
}
.pop-style .inner p {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .pop-style .inner p {
    font-size: 14px;
  }
}
.pop-style .inner .t-right {
  text-align: right;
}
.pop-style .inner .color-red {
  color: red;
}
.pop-style .inner .float-img {
  float: left;
  margin: 0 15px 15px 0;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .float-img {
    float: none;
    width: 80%;
    margin: 0 auto 15px;
    display: block;
  }
}
.pop-style .inner .pop-tbl {
  width: 100%;
  border-collapse: collapse;
}
.pop-style .inner .pop-tbl th {
  padding: 15px;
  font-size: 16px;
  background: #eee;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .pop-tbl th {
    width: 100%;
    background: none;
    border: 0;
    padding: 0 0 5px;
    display: block;
  }
}
.pop-style .inner .pop-tbl td {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .pop-tbl td {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 15px;
    background: none;
    border: 0;
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
.pop-style .inner .pop-tbl td a {
  color: currentColor;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .pop-tbl tr:last-child td {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.pop-style .inner .h-tbl {
  width: 100%;
  border-collapse: collapse;
}
.pop-style .inner .h-tbl th {
  padding: 15px 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .h-tbl th {
    width: 100%;
    background: none;
    border: 0;
    padding: 0 0 5px;
    display: block;
  }
}
.pop-style .inner .h-tbl td {
  padding: 15px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .h-tbl td {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 15px;
    background: none;
    border: 0;
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
.pop-style .inner .h-tbl td a {
  color: currentColor;
  text-decoration: underline;
}
.pop-style .inner .relate-tbl {
  width: 100%;
  border-collapse: collapse;
}
.pop-style .inner .relate-tbl th {
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .relate-tbl th {
    width: 100%;
    background: none;
    border: 0;
    padding: 0 0 15px;
    display: block;
  }
}
.pop-style .inner .relate-tbl td {
  padding: 15px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .relate-tbl td {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 15px;
    background: none;
    border: 0;
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
.pop-style .inner .relate-tbl td p {
  margin: 0;
}
.pop-style .inner .relate-tbl td strong {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.pop-style .inner .h-list {
  list-style-type: none;
}
.pop-style .inner .h-list li {
  font-weight: bold;
}
.pop-style .inner .h-list li:not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
.pop-style .inner .h-list li small {
  font-weight: 100;
}
.pop-style .inner .link-list {
  margin-bottom: 1.5em;
}
.pop-style .inner .link-list dt {
  color: #8FC325;
  font-weight: bold;
}
.pop-style .inner .link-list dd {
  border: 0;
  margin: 0;
  padding: 0;
}
.pop-style .inner .link-list dd p {
  margin: 0;
}
.pop-style .inner .link-list dd p + p {
  margin-top: 0.5em;
}
.pop-style .inner .link-list dd a {
  color: currentColor;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .pop-style .inner .link-list dd a:hover {
    color: #FF4880;
    text-decoration: none;
  }
}
.pop-style .inner .popup-modal-dismiss {
  background: #FF4880;
  color: white;
  width: 260px;
  height: 60px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 50px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .popup-modal-dismiss {
    width: 70%;
    height: 50px;
  }
}
/*# sourceMappingURL=custom.css.map */