@charset "UTF-8";
/*
Theme Name: AkaDako
Description:AkaDako用テンプレート
Theme URI: テーマと関連するページのURL
Author: 作成者
Author URI: 作成者と関連するページのURL
Version: バージョン
License: ライセンス
License URI: ライセンスのURL
*/
@keyframes fadedown {
  from {
    opacity: 0;
    translate: 0 -10px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    translate: 0 10px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

.grecaptcha-badge {
  visibility: hidden;
}

a:not([class]) {
  color: #007FDC;
}

a:hover {
  opacity: .8;
}

a.external-link {
  position: relative;
  padding-right: 30px;
}
a.external-link:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(img/external-link.svg) center/cover;
  vertical-align: middle;
}

input[type="text"], input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  padding: 12px;
  width: 100%;
  border: 1px solid #ddd;
  background: #eaedf2;
  border-radius: 6px;
  line-height: 1.4;
}

textarea {
  padding: 15px;
  width: 100%;
  border: 1px solid #ddd;
  background: #eaedf2;
  border-radius: 6px;
}

input[type="submit"] {
  display: block;
  width: 200px;
  margin: 20px auto;
  padding: 16px 50px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #ffff;
  text-align: center;
  background: #fc3a30;
  border-radius: 30px;
}
input[type="submit"]:hover {
  opacity: .7;
}

.txt-r {
  text-align: right;
}
.txt-c {
  text-align: center;
}

.post-article h1.wp-block-heading {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.post-article h2.wp-block-heading {
  padding: 10px;
  margin-bottom: 30px;
  background: #EBEBEB;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 6px solid #fc3a30;
  border-bottom: 5px solid #ccc;
}
.post-article h2.wp-block-heading:nth-of-type(n+2) {
  margin-top: 50px;
}
.post-article h3.wp-block-heading, .post-article h4.wp-block-heading, .post-article h5.wp-block-heading, .post-article h6.wp-block-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.post-article h3.wp-block-heading {
  padding: 2px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 6px solid #fc3a30;
}
.post-article h4.wp-block-heading {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.post-article h4.wp-block-heading:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fc3a30;
  border-bottom: 3px solid #fc3a30;
  transform: rotate(-45deg);
}
.post-article h5.wp-block-heading {
  padding: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
.post-article h6.wp-block-heading {
  padding: 8px;
  font-size: 1.6rem;
}
.post-article p:not([class]) {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.post-article p.has-text-align-right, .post-article p.has-text-align-left, .post-article p.has-text-align-center {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: .05em;
  margin-bottom: 1em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.post-article .wp-block-columns {
  margin-bottom: 1em;
}
.post-article .wp-block-columns.is-layout-flex {
  column-gap: 2em;
  row-gap: .5em;
}
.post-article ul:not([class]), .post-article ul.wp-block-list {
  margin-bottom: 1.5em;
}
.post-article ul:not([class]) > li, .post-article ul.wp-block-list > li {
  position: relative;
  padding-left: 14px;
  margin: .2em 0;
  line-height: 1.4;
  padding-left: 15px;
}
.post-article ul:not([class]) > li:before, .post-article ul.wp-block-list > li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #aaa;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.post-article ul:not([class]) > li > ul:not([class]) > li:before, .post-article ul:not([class]) > li > ul.wp-block-list > li:before, .post-article ul.wp-block-list > li > ul:not([class]) > li:before, .post-article ul.wp-block-list > li > ul.wp-block-list > li:before {
  border: 1px solid #aaa;
  background: #fff;
}
.post-article ol:not([class]), .post-article ol.wp-block-list {
  margin: 0 0 1.5em 0;
  counter-reset: listnum;
}
.post-article ol:not([class]) > li, .post-article ol.wp-block-list > li {
  position: relative;
  padding-left: 24px;
  margin: .2em 0;
  line-height: 1.4;
}
.post-article ol:not([class]) > li:before, .post-article ol.wp-block-list > li:before {
  position: absolute;
  top: 2px;
  left: 0;
  counter-increment: listnum;
  content: counter(listnum);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background: #f2635c;
}
.post-article ul:not([class]) > li ul:not([class]), .post-article ul:not([class]) > li ul.wp-block-list, .post-article ul:not([class]) > li ol:not([class]), .post-article ul:not([class]) > li ol.wp-block-list, .post-article ul.wp-block-list > li ul:not([class]), .post-article ul.wp-block-list > li ul.wp-block-list, .post-article ul.wp-block-list > li ol:not([class]), .post-article ul.wp-block-list > li ol.wp-block-list, .post-article ol:not([class]) > li ul:not([class]), .post-article ol:not([class]) > li ul.wp-block-list, .post-article ol:not([class]) > li ol:not([class]), .post-article ol:not([class]) > li ol.wp-block-list, .post-article ol.wp-block-list > li ul:not([class]), .post-article ol.wp-block-list > li ul.wp-block-list, .post-article ol.wp-block-list > li ol:not([class]), .post-article ol.wp-block-list > li ol.wp-block-list {
  margin: 0;
}
.post-article .wp-block-quote {
  position: relative;
  padding: 30px 15px 8px 15px;
  margin-bottom: 1em;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.post-article .wp-block-quote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.post-article .wp-block-quote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.post-article .wp-block-quote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.post-article .wp-block-code {
  padding: 20px;
  margin-bottom: 1.5em;
  background: #333;
}
.post-article .wp-block-code code {
  color: #fff;
  line-height: 1.4;
}
.post-article .wp-block-table table {
  width: 100%;
}
.post-article .wp-block-table table thead {
  border-bottom: none;
}
.post-article .wp-block-table table th {
  padding: 10px;
  border: 2px solid #ccc;
  background: #eee;
}
.post-article .wp-block-table table td {
  padding: 15px;
  border: 2px solid #ccc;
}
.post-article .wp-block-separator {
  margin: 30px 0;
  border-color: #ddd;
}
.post-article .wp-block-media-text {
  margin-bottom: 1.5em;
}
.post-article .wp-block-media-text .wp-block-media-text__content {
  padding: 10px;
}
.post-article .wp-block-image {
  margin-bottom: 1em;
}
.post-article .wp-block-image.border img {
  border: 1px solid #ccc;
}
.post-article img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.post-article .border > img {
  border: 2px solid #ddd;
}
.post-article .wp-block-buttons {
  margin-bottom: 1.5em;
}
.post-article .wp-block-button__link {
  background: #fc3a30;
}
.post-article .wp-block-embed iframe {
  display: block;
  margin: auto;
}
.post-article .wp-block-embed-youtube {
  margin-bottom: 50px;
  border: 1px solid #ccc;
}
.post-article .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.post-article .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-article p:not([class]):has(+ ul:not([class])) {
  margin-bottom: 0;
}

.txt {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.txt-c {
  text-align: center;
}

.img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.mg-0 {
  margin: 0px !important;
}

.mg-t0 {
  margin-top: 0px !important;
}

.mg-r0 {
  margin-right: 0px !important;
}

.mg-b0 {
  margin-bottom: 0px !important;
}

.mg-l0 {
  margin-left: 0px !important;
}

.pd-t0 {
  padding-top: 0px !important;
}

.pd-r0 {
  padding-right: 0px !important;
}

.pd-b0 {
  padding-bottom: 0px !important;
}

.pd-l0 {
  padding-left: 0px !important;
}

.mg-5 {
  margin: 5px !important;
}

.mg-t5 {
  margin-top: 5px !important;
}

.mg-r5 {
  margin-right: 5px !important;
}

.mg-b5 {
  margin-bottom: 5px !important;
}

.mg-l5 {
  margin-left: 5px !important;
}

.pd-t5 {
  padding-top: 5px !important;
}

.pd-r5 {
  padding-right: 5px !important;
}

.pd-b5 {
  padding-bottom: 5px !important;
}

.pd-l5 {
  padding-left: 5px !important;
}

.mg-10 {
  margin: 10px !important;
}

.mg-t10 {
  margin-top: 10px !important;
}

.mg-r10 {
  margin-right: 10px !important;
}

.mg-b10 {
  margin-bottom: 10px !important;
}

.mg-l10 {
  margin-left: 10px !important;
}

.pd-t10 {
  padding-top: 10px !important;
}

.pd-r10 {
  padding-right: 10px !important;
}

.pd-b10 {
  padding-bottom: 10px !important;
}

.pd-l10 {
  padding-left: 10px !important;
}

.mg-15 {
  margin: 15px !important;
}

.mg-t15 {
  margin-top: 15px !important;
}

.mg-r15 {
  margin-right: 15px !important;
}

.mg-b15 {
  margin-bottom: 15px !important;
}

.mg-l15 {
  margin-left: 15px !important;
}

.pd-t15 {
  padding-top: 15px !important;
}

.pd-r15 {
  padding-right: 15px !important;
}

.pd-b15 {
  padding-bottom: 15px !important;
}

.pd-l15 {
  padding-left: 15px !important;
}

.mg-20 {
  margin: 20px !important;
}

.mg-t20 {
  margin-top: 20px !important;
}

.mg-r20 {
  margin-right: 20px !important;
}

.mg-b20 {
  margin-bottom: 20px !important;
}

.mg-l20 {
  margin-left: 20px !important;
}

.pd-t20 {
  padding-top: 20px !important;
}

.pd-r20 {
  padding-right: 20px !important;
}

.pd-b20 {
  padding-bottom: 20px !important;
}

.pd-l20 {
  padding-left: 20px !important;
}

.mg-25 {
  margin: 25px !important;
}

.mg-t25 {
  margin-top: 25px !important;
}

.mg-r25 {
  margin-right: 25px !important;
}

.mg-b25 {
  margin-bottom: 25px !important;
}

.mg-l25 {
  margin-left: 25px !important;
}

.pd-t25 {
  padding-top: 25px !important;
}

.pd-r25 {
  padding-right: 25px !important;
}

.pd-b25 {
  padding-bottom: 25px !important;
}

.pd-l25 {
  padding-left: 25px !important;
}

.mg-30 {
  margin: 30px !important;
}

.mg-t30 {
  margin-top: 30px !important;
}

.mg-r30 {
  margin-right: 30px !important;
}

.mg-b30 {
  margin-bottom: 30px !important;
}

.mg-l30 {
  margin-left: 30px !important;
}

.pd-t30 {
  padding-top: 30px !important;
}

.pd-r30 {
  padding-right: 30px !important;
}

.pd-b30 {
  padding-bottom: 30px !important;
}

.pd-l30 {
  padding-left: 30px !important;
}

.mg-35 {
  margin: 35px !important;
}

.mg-t35 {
  margin-top: 35px !important;
}

.mg-r35 {
  margin-right: 35px !important;
}

.mg-b35 {
  margin-bottom: 35px !important;
}

.mg-l35 {
  margin-left: 35px !important;
}

.pd-t35 {
  padding-top: 35px !important;
}

.pd-r35 {
  padding-right: 35px !important;
}

.pd-b35 {
  padding-bottom: 35px !important;
}

.pd-l35 {
  padding-left: 35px !important;
}

.mg-40 {
  margin: 40px !important;
}

.mg-t40 {
  margin-top: 40px !important;
}

.mg-r40 {
  margin-right: 40px !important;
}

.mg-b40 {
  margin-bottom: 40px !important;
}

.mg-l40 {
  margin-left: 40px !important;
}

.pd-t40 {
  padding-top: 40px !important;
}

.pd-r40 {
  padding-right: 40px !important;
}

.pd-b40 {
  padding-bottom: 40px !important;
}

.pd-l40 {
  padding-left: 40px !important;
}

.mg-45 {
  margin: 45px !important;
}

.mg-t45 {
  margin-top: 45px !important;
}

.mg-r45 {
  margin-right: 45px !important;
}

.mg-b45 {
  margin-bottom: 45px !important;
}

.mg-l45 {
  margin-left: 45px !important;
}

.pd-t45 {
  padding-top: 45px !important;
}

.pd-r45 {
  padding-right: 45px !important;
}

.pd-b45 {
  padding-bottom: 45px !important;
}

.pd-l45 {
  padding-left: 45px !important;
}

.mg-50 {
  margin: 50px !important;
}

.mg-t50 {
  margin-top: 50px !important;
}

.mg-r50 {
  margin-right: 50px !important;
}

.mg-b50 {
  margin-bottom: 50px !important;
}

.mg-l50 {
  margin-left: 50px !important;
}

.pd-t50 {
  padding-top: 50px !important;
}

.pd-r50 {
  padding-right: 50px !important;
}

.pd-b50 {
  padding-bottom: 50px !important;
}

.pd-l50 {
  padding-left: 50px !important;
}

.mg-55 {
  margin: 55px !important;
}

.mg-t55 {
  margin-top: 55px !important;
}

.mg-r55 {
  margin-right: 55px !important;
}

.mg-b55 {
  margin-bottom: 55px !important;
}

.mg-l55 {
  margin-left: 55px !important;
}

.pd-t55 {
  padding-top: 55px !important;
}

.pd-r55 {
  padding-right: 55px !important;
}

.pd-b55 {
  padding-bottom: 55px !important;
}

.pd-l55 {
  padding-left: 55px !important;
}

.mg-60 {
  margin: 60px !important;
}

.mg-t60 {
  margin-top: 60px !important;
}

.mg-r60 {
  margin-right: 60px !important;
}

.mg-b60 {
  margin-bottom: 60px !important;
}

.mg-l60 {
  margin-left: 60px !important;
}

.pd-t60 {
  padding-top: 60px !important;
}

.pd-r60 {
  padding-right: 60px !important;
}

.pd-b60 {
  padding-bottom: 60px !important;
}

.pd-l60 {
  padding-left: 60px !important;
}

.mg-65 {
  margin: 65px !important;
}

.mg-t65 {
  margin-top: 65px !important;
}

.mg-r65 {
  margin-right: 65px !important;
}

.mg-b65 {
  margin-bottom: 65px !important;
}

.mg-l65 {
  margin-left: 65px !important;
}

.pd-t65 {
  padding-top: 65px !important;
}

.pd-r65 {
  padding-right: 65px !important;
}

.pd-b65 {
  padding-bottom: 65px !important;
}

.pd-l65 {
  padding-left: 65px !important;
}

.mg-70 {
  margin: 70px !important;
}

.mg-t70 {
  margin-top: 70px !important;
}

.mg-r70 {
  margin-right: 70px !important;
}

.mg-b70 {
  margin-bottom: 70px !important;
}

.mg-l70 {
  margin-left: 70px !important;
}

.pd-t70 {
  padding-top: 70px !important;
}

.pd-r70 {
  padding-right: 70px !important;
}

.pd-b70 {
  padding-bottom: 70px !important;
}

.pd-l70 {
  padding-left: 70px !important;
}

.mg-75 {
  margin: 75px !important;
}

.mg-t75 {
  margin-top: 75px !important;
}

.mg-r75 {
  margin-right: 75px !important;
}

.mg-b75 {
  margin-bottom: 75px !important;
}

.mg-l75 {
  margin-left: 75px !important;
}

.pd-t75 {
  padding-top: 75px !important;
}

.pd-r75 {
  padding-right: 75px !important;
}

.pd-b75 {
  padding-bottom: 75px !important;
}

.pd-l75 {
  padding-left: 75px !important;
}

.mg-80 {
  margin: 80px !important;
}

.mg-t80 {
  margin-top: 80px !important;
}

.mg-r80 {
  margin-right: 80px !important;
}

.mg-b80 {
  margin-bottom: 80px !important;
}

.mg-l80 {
  margin-left: 80px !important;
}

.pd-t80 {
  padding-top: 80px !important;
}

.pd-r80 {
  padding-right: 80px !important;
}

.pd-b80 {
  padding-bottom: 80px !important;
}

.pd-l80 {
  padding-left: 80px !important;
}

.mg-85 {
  margin: 85px !important;
}

.mg-t85 {
  margin-top: 85px !important;
}

.mg-r85 {
  margin-right: 85px !important;
}

.mg-b85 {
  margin-bottom: 85px !important;
}

.mg-l85 {
  margin-left: 85px !important;
}

.pd-t85 {
  padding-top: 85px !important;
}

.pd-r85 {
  padding-right: 85px !important;
}

.pd-b85 {
  padding-bottom: 85px !important;
}

.pd-l85 {
  padding-left: 85px !important;
}

.mg-90 {
  margin: 90px !important;
}

.mg-t90 {
  margin-top: 90px !important;
}

.mg-r90 {
  margin-right: 90px !important;
}

.mg-b90 {
  margin-bottom: 90px !important;
}

.mg-l90 {
  margin-left: 90px !important;
}

.pd-t90 {
  padding-top: 90px !important;
}

.pd-r90 {
  padding-right: 90px !important;
}

.pd-b90 {
  padding-bottom: 90px !important;
}

.pd-l90 {
  padding-left: 90px !important;
}

.mg-95 {
  margin: 95px !important;
}

.mg-t95 {
  margin-top: 95px !important;
}

.mg-r95 {
  margin-right: 95px !important;
}

.mg-b95 {
  margin-bottom: 95px !important;
}

.mg-l95 {
  margin-left: 95px !important;
}

.pd-t95 {
  padding-top: 95px !important;
}

.pd-r95 {
  padding-right: 95px !important;
}

.pd-b95 {
  padding-bottom: 95px !important;
}

.pd-l95 {
  padding-left: 95px !important;
}

.mg-100 {
  margin: 100px !important;
}

.mg-t100 {
  margin-top: 100px !important;
}

.mg-r100 {
  margin-right: 100px !important;
}

.mg-b100 {
  margin-bottom: 100px !important;
}

.mg-l100 {
  margin-left: 100px !important;
}

.pd-t100 {
  padding-top: 100px !important;
}

.pd-r100 {
  padding-right: 100px !important;
}

.pd-b100 {
  padding-bottom: 100px !important;
}

.pd-l100 {
  padding-left: 100px !important;
}

.bg-gray {
  width: 100vw;
  padding: 70px 20px;
  margin: 0 calc(50% - 50vw);
  background: #eee;
}

.heading-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 10px;
  font-size: 3rem;
  letter-spacing: .05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 728px) {
  .heading-1 {
    font-size: 2.4rem;
  }
}
.heading-2 {
  padding-left: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 8px solid #fc3a30;
}

.content-box {
  width: 850px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px 50px 20px;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #fc3a30;
}
.content-title {
  width: calc(100% + 44px);
  padding: 15px;
  margin: 0 -22px 35px -22px;
  border: 2px solid #fc3a30;
  border-radius: 15px 15px 0 0;
  background: #fc3a30;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

.nav-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-btn li {
  margin: 0 15px 15px 15px;
  min-width: 200px;
  max-width: 100%;
  border: 2px solid #fc3a30;
  border-radius: 30px;
}
.nav-btn li a {
  display: block;
  padding: 16px 50px 16px 20px;
  font-size: 2rem;
  color: #fc3a30;
  text-align: center;
  background: url(img/icon-arrow-circle.svg) no-repeat center right 10px/30px;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  height: 80px;
  margin: auto;
  padding: 0 10px;
}
.header-inner .contact-btn a {
  display: inline-block;
  width: 50px;
  height: 35px;
  background: url(img/icon-mail.svg) no-repeat center/25px;
  color: transparent;
}
.header-inner .lang-btn a {
  padding: 5px 5px 5px 30px;
  font-size: 1.4rem;
  color: #555;
  border: 1px solid #999;
  white-space: nowrap;
  background: url(img/icon-lang.svg) no-repeat 5px center/22px;
}
.header-logo {
  margin-right: 15px;
  width: 160px;
}
.header-logo img {
  width: 100%;
}
.header-menu-btn {
  display: none;
}
.header-menu {
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
  margin-left: auto;
}
.header-menu li {
  border-right: 1px solid #ddd;
}
.header-menu li a {
  display: block;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
  color: #555;
  font-size: 1.4rem;
}
.header-menu li.current a {
  text-decoration: underline #fc3a30 3px;
  text-underline-offset: 0.5em;
}
@media (max-width: 910px) {
  .header-inner {
    height: 60px;
    padding: 0 50px 0 10px;
    justify-content: flex-end;
  }
  .header-logo {
    margin-right: auto;
  }
  .header-menu-btn {
    position: absolute;
    display: block;
    cursor: pointer;
    right: 0px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .header-menu-btn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fc3a30;
    width: 45%;
  }
  .header-menu-btn span:nth-of-type(1) {
    top: 15px;
  }
  .header-menu-btn span:nth-of-type(2) {
    top: 23px;
  }
  .header-menu-btn span:nth-of-type(3) {
    top: 31px;
  }
  .header-menu-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .header-menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-menu-btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .header-menu-scroll {
    display: none;
    position: absolute;
    z-index: 5;
    top: 60px;
    left: 0;
    padding: 0;
    width: 100%;
  }
  .header-menu-scroll.active {
    display: block;
  }
  .header-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .header-menu li {
    width: 50%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .header-menu li:nth-of-type(even) {
    border-right: none;
  }
  .header-menu li:nth-of-type(odd):last-of-type {
    border-bottom: none;
  }
  .header-menu li a {
    padding: 15px 8px;
  }
  .header-menu.active {
    display: flex;
  }
}

.local-nav {
  padding: 20px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.local-nav::-webkit-scrollbar {
  display: none;
}
.local-nav-list {
  display: flex;
  width: max-content;
  margin: 0 auto;
}
.local-nav-list li {
  margin: 0 .8em;
}
.local-nav-list li a {
  color: #555;
  font-size: 1.4rem;
  white-space: nowrap;
}
.local-nav-list li.current_page_item a {
  color: #fc3a30;
}

.main-header {
  padding: 10px 0;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.main-header-logo {
  display: block;
  width: 200px;
  margin: auto;
}
.main-header-logo img {
  width: 100%;
  height: auto;
}
.main-header .btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.main-header .btn-wrap .contact-btn a {
  display: inline-block;
  width: 60px;
  height: 35px;
  background: url(img/icon-mail.svg) no-repeat center/30px;
  color: transparent;
}
.main-header .btn-wrap .lang-btn {
  margin-right: 15px;
}
.main-header .btn-wrap .lang-btn a {
  padding: 5px 5px 5px 30px;
  font-size: 1.4rem;
  color: #555;
  white-space: nowrap;
  background: url(img/icon-lang.svg) no-repeat 5px center/22px;
}
.main-header .btn-wrap .menu-btn {
  position: relative;
  display: none;
  cursor: pointer;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #fc3a30;
}
.main-header .btn-wrap .menu-btn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
.main-header .btn-wrap .menu-btn span:nth-of-type(1) {
  top: 15px;
}
.main-header .btn-wrap .menu-btn span:nth-of-type(2) {
  top: 23px;
}
.main-header .btn-wrap .menu-btn span:nth-of-type(3) {
  top: 31px;
}
.main-header .btn-wrap .menu-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.main-header .btn-wrap .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.main-header .btn-wrap .menu-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
@media (max-width: 720px) {
  .main-header {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .main-header-logo {
    margin: 0 auto 0 0;
    width: 140px;
  }
  .main-header .btn-wrap .menu-btn {
    display: block;
  }
}

.main-header-menu {
  z-index: 5;
}
.main-header-menu > li > a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 721px) {
  .main-header-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-header-menu > li {
    position: relative;
  }
  .main-header-menu > li a {
    position: relative;
    display: inline-block;
    padding: 12px;
    font-size: 1.4rem;
    color: #555;
    white-space: nowrap;
  }
  .main-header-menu > li.current a {
    color: #fc3a30;
  }
  .main-header-menu > li:has(.main-header-second-menu) > a:after {
    position: relative;
    left: 4px;
    top: -3px;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fc3a30;
    border-bottom: 2px solid #fc3a30;
    rotate: 45deg;
  }

  .main-header-second-menu {
    display: none;
    position: absolute;
    z-index: 2;
    padding: 10px 0;
    flex-wrap: wrap;
    background: #555;
    top: 40px;
    left: 0;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    animation-name: fadedown;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .main-header-second-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 20px;
    width: 15px;
    height: 15px;
    background: #555;
    transform: rotate(45deg);
  }
  .main-header-second-menu > li {
    width: 100%;
  }
  .main-header-second-menu > li > a {
    position: relative;
    display: block;
    padding: 6px 15px 6px 30px;
    color: #fff;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .main-header-second-menu > li > a:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
  }
  .main-header-second-menu > li > a:after {
    content: "";
    position: absolute;
    display: block;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(45deg);
  }
  .main-header-second-menu > li:has(.main-header-third-menu) {
    margin-top: 5px;
  }
  .main-header-second-menu > li:has(.main-header-third-menu) > a {
    opacity: 1;
  }
  .main-header-second-menu > li:has(.main-header-third-menu) > a:after {
    transform: rotate(135deg);
    left: 14px;
  }
  .main-header-second-menu > li:has(.main-header-third-menu):before {
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    margin: 8px auto;
    border-top: 1px dotted #aaa;
  }

  .main-header-third-menu li a {
    display: block;
    position: relative;
    padding: 6px 15px 6px 30px;
    color: #fff;
  }
  .main-header-third-menu li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto 0;
    content: "";
    display: inline-block;
    height: 8px;
    aspect-ratio: 0.86603;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
  }

  .main-header-menu > li:hover .main-header-second-menu {
    display: flex;
  }
}
@media (max-width: 720px) {
  .main-header-menu {
    display: none;
    position: absolute;
    flex-wrap: wrap;
    justify-content: start;
    top: 50px;
    left: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  }
  .main-header-menu > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .main-header-menu > li:after {
    position: absolute;
    transform: rotate(-45deg);
    top: 14px;
    right: 10px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fc3a30;
    border-bottom: 2px solid #fc3a30;
  }
  .main-header-menu > li > a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    padding: 10px 30px 10px 15px;
    color: #555;
  }
  .main-header-menu > li:has(.main-header-second-menu) {
    padding-bottom: 10px;
  }
  .main-header-menu > li:has(.main-header-second-menu):after {
    display: none;
  }
  .main-header-menu > li:has(.main-header-second-menu) > a {
    padding: 10px 15px 5px 15px;
  }
  .main-header-menu > li:has(.main-header-second-menu) > a:hover {
    opacity: 1;
  }
  .main-header-menu.active {
    display: flex;
    animation-name: fadedown;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  .main-header-second-menu {
    display: block;
  }
  .main-header-second-menu > li > a {
    display: block;
    position: relative;
    padding: 5px 10px 5px 50px;
    color: #555;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .main-header-second-menu > li > a:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    width: 14px;
    height: 14px;
    background: #fc3a30;
    border-radius: 50%;
  }
  .main-header-second-menu > li > a:after {
    content: "";
    position: absolute;
    display: block;
    left: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .main-header-second-menu > li:has(.main-header-third-menu):before {
    content: "";
    display: block;
    margin: 5px auto;
    width: 90%;
    height: 1px;
    border-top: 1px dotted #ccc;
  }
  .main-header-second-menu > li:has(.main-header-third-menu) > a {
    opacity: 1;
  }
  .main-header-second-menu > li:has(.main-header-third-menu) > a:after {
    top: -1px;
    left: 34px;
    transform: rotate(135deg);
  }

  .main-header-third-menu li a {
    display: block;
    padding: 4px 4px 4px 64px;
    position: relative;
    color: #555;
    font-size: 1.4rem;
  }
  .main-header-third-menu li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto 0;
    content: "";
    display: inline-block;
    height: 8px;
    aspect-ratio: 0.86603;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fc3a30;
  }
}
.local-menu {
  padding: 0 15px;
  background: #efefef;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.local-menu-list {
  display: flex;
  width: max-content;
  margin: 0 auto;
}
.local-menu-list li a {
  display: inline-block;
  padding: 10px 15px;
  color: #555;
  font-size: 1.4rem;
  white-space: nowrap;
}
.local-menu-list li.current_page_item a {
  background: #666;
  color: #fff;
}

.page-top-btn {
  position: fixed;
  inset: auto 20px 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background: #555;
  border-radius: 50%;
  border: 4px solid #fff;
  color: #fff;
  z-index: 3;
}
.page-top-btn:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
}

.main {
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: auto;
  overflow-wrap: break-word;
}

.top-main-img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 50vw;
  max-height: 500px;
  background: #fc3a30;
}
.top-main-img img {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 501px) {
  .top-main-img {
    height: 115vw;
    max-height: none;
  }
}

.top-lead-txt {
  margin: 50px auto 20px auto;
  padding: 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.top-lead-txt span {
  display: inline-block;
}
@media (max-width: 428px) {
  .top-lead-txt {
    font-size: 1.8rem;
    text-align: justify;
  }
  .top-lead-txt br {
    display: none;
  }
  .top-lead-txt span {
    display: inline;
  }
}

.top-catch-img img {
  display: block;
  width: 900px;
  max-width: 100%;
  margin: auto;
}

.top-content-heading {
  position: relative;
  margin-bottom: 20px;
  padding: 1rem 2rem;
  border-bottom: 6px solid #ccc;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .05em;
}
.top-content-heading:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 70%;
  content: '';
  background: #fc3a30;
}

.carousel {
  margin: 0 calc(50% - 50vw);
  padding: 100px;
  width: 100vw;
  background: #eee;
}

.outline-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 48%;
  margin-bottom: 4%;
  padding: 40px;
}
.outline-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.outline-box-img {
  display: block;
  max-width: 100%;
  height: 120px;
  margin: 0 auto 15px auto;
}
.outline-box-heading {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.outline-box-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
.outline-box:first-of-type {
  width: 100%;
}
.outline-box:first-of-type .outline-box-img {
  height: 200px;
}
@media (max-width: 728px) {
  .outline-box {
    width: 100%;
    margin: 2% 0;
    padding: 20px 20px 40px 20px;
  }
  .outline-box-heading {
    font-size: 2rem;
  }
}

.poroduct-shop-banner {
  display: flex;
  margin: 15px auto;
}
.poroduct-shop-banner div {
  width: 150px;
  margin-right: 10px;
}
.poroduct-shop-banner img {
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
}

.purchase {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.purchase-product-img {
  display: block;
  width: 300px;
  max-width: 100%;
}
.purchase-info {
  width: calc(100% - 350px);
}
.purchase-price {
  margin-bottom: 20px;
}
.purchase-price span {
  font-size: 3rem;
  font-weight: bold;
}
.purchase-banner {
  display: flex;
  flex-wrap: wrap;
}
.purchase-banner div {
  width: 32%;
  margin: 0 2% 12px 0;
  text-align: center;
}
.purchase-banner div:nth-of-type(3n) {
  margin-right: 0;
}
.purchase-banner div a {
  text-decoration: underline;
}
.purchase-banner div img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
@media (max-width: 728px) {
  .purchase {
    display: block;
  }
  .purchase-product-img {
    margin: auto;
  }
  .purchase-info {
    width: 100%;
  }
}

.table {
  width: 100%;
}
.table td:first-of-type {
  width: 25%;
  background: #f7f7f7;
  font-weight: bold;
}
.table td {
  padding: 20px;
  border-bottom: 2px solid #ccc;
}
.table tr:first-of-type td {
  border-top: 2px solid #ccc;
}
@media (max-width: 428px) {
  .table td {
    display: block;
    width: 100%;
  }
  .table td:first-of-type {
    width: 100%;
  }
  .table tr:first-of-type td {
    border-top: none;
  }
}

.block-table-wrap {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
}

.block-table {
  width: 100%;
}
.block-table td {
  padding: 20px;
  vertical-align: middle;
  width: 50%;
  border-bottom: 2px dotted #ccc;
}
.block-table td:first-of-type {
  width: 50%;
}
.block-table td:last-of-type {
  width: 50%;
}
.block-table td img {
  max-width: 100%;
}
@media (max-width: 428px) {
  .block-table td {
    display: block;
  }
  .block-table td:first-of-type {
    border-bottom: none;
    width: 100%;
  }
  .block-table td:last-of-type {
    padding-top: 0;
    width: 100%;
  }
}

.contact-table {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.contact-table tr {
  width: 100%;
}
.contact-table th,
.contact-table td {
  padding: 20px 10px;
  border-top: 2px solid #ccc;
}
.contact-table th {
  white-space: nowrap;
}
.contact-table .required {
  display: inline-block;
  width: 44px;
  margin-left: 5px;
  padding: 5px;
  background: red;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 4px;
}
.contact-table .note {
  font-size: 1.2rem;
  line-height: 1.3;
}

.wpcf7 .rental-select-item {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.wpcf7 .rental-select-item dt {
  position: relative;
  padding: 10px 10px 10px 50px;
  width: calc(100% - 70px);
  height: 50px;
  font-weight: normal;
}
.wpcf7 .rental-select-item dt img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: auto;
}
.wpcf7 .rental-select-item dd {
  width: 70px;
}
.wpcf7 .rental-select-item dt, .wpcf7 .rental-select-item dd {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .wpcf7 th,
  .wpcf7 td {
    width: 100%;
    display: block;
  }
  .wpcf7 td {
    padding-top: 0;
    border-top: none;
  }
}
.wpcf7 input[name="your-zip"] {
  width: 140px;
}
.wpcf7 span[data-name="your-zip"] {
  display: inline-block;
  margin-bottom: 8px;
}
.wpcf7 textarea[name="your-message"] {
  height: 200px;
}
.wpcf7 input[type="radio"] {
  margin-rihgt: 5px;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}
.wpcf7 .wpcf7-form-control-wrap:has(> .wpcf7-select) {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap:has(> .wpcf7-select):after {
  position: absolute;
  right: 5px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.wpcf7 .wpcf7-select {
  appearance: none;
  min-width: 50px;
  height: 30px;
  padding: 5px 20px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 1.5rem;
  cursor: pointer;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .invalid .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 .rental-select-date .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .rental-select-date .error-message {
  color: #dc3232;
  display: none;
}
.wpcf7 .invalid .rental-select-date:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}

#mailpoet_form_6 {
  display: block;
  width: 960px !important;
  max-width: 100%;
  margin: 50px auto;
  padding: 20px;
}
#mailpoet_form_6 input {
  font-family: 'Noto Sans JP', sans-serif !important;
}
#mailpoet_form_6 .mailpoet_form_column {
  width: 50%;
}
#mailpoet_form_6 .mailpoet_text {
  padding: 12px;
  line-height: 40px;
}
#mailpoet_form_6 .mailpoet_submit {
  display: block;
  width: 220px !important;
  margin: 20px auto !important;
  padding: 10px 0 !important;
  font-size: 1.5rem !important;
  font-weight: normal;
  letter-spacing: .05em;
  color: #ffff;
  text-align: center;
  background: #4CAF50;
  border-radius: 0;
  box-shadow: 0 10px #357f38;
}
#mailpoet_form_6 .mailpoet_validate_success {
  width: 100%;
  font-size: 1.6rem;
  color: #79c944 !important;
  font-weight: bold;
}
#mailpoet_form_6 .mailpoet_validate_success:before {
  display: inline-block;
  margin-right: 5px;
  content: "";
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url(img/icon-success.svg);
}
#mailpoet_form_6 .mailpoet_divider {
  border-top-color: #ddd !important;
  border-top-width: 2px !important;
  height: 2px !important;
}
#mailpoet_form_6 .mail-image {
  margin: 30px auto 15px auto;
}
#mailpoet_form_6 .mailpoet-heading {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#mailpoet_form_6 .mailpoet_form_paragraph {
  width: 500px;
  max-width: 100%;
  margin-bottom: 1em;
  line-height: 1.4;
  margin: 20px auto;
}
#mailpoet_form_6 .mailpoet_paragraph {
  width: 500px;
  max-width: 100%;
  margin: auto;
}

.unscribe-letter-btn a {
  display: block;
  width: 220px !important;
  margin: 20px auto !important;
  padding: 16px 0 !important;
  font-size: 1.8rem !important;
  font-weight: bold;
  letter-spacing: .05em;
  color: #ffff;
  text-align: center;
  background: #fc3a30;
  border-radius: 30px;
}

button.returnButton.bookingButton,
button#returnToSchedules,
button#returnToCalendarButton {
  display: block;
  width: 100px !important;
  margin: auto !important;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 1.8rem;
  color: #fff;
}
button.returnButton.bookingButton:hover,
button#returnToSchedules:hover,
button#returnToCalendarButton:hover {
  opacity: .7;
}

button.returnButton.bookingButton {
  background: red;
}

button#returnToSchedules,
button#returnToCalendarButton {
  background: #888;
}

#booking-package_schedulePage .selectPanelError {
  background: #eee !important;
  color: #aaa !important;
}

#booking-package_schedulePage .selectPanelActive {
  background: red !important;
  color: #fff !important;
}

.selectedDate.booking_completed:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(img/icon-ok.svg) no-repeat center/contain;
}

.selectedDate + div {
  background: #fffac8;
  border: 2px solid #ffc268 !important;
}

#booking-package_inputFormPanel .selectedDate {
  border: none !important;
  margin-bottom: .8em;
}
#booking-package_inputFormPanel .bookingDate,
#booking-package_inputFormPanel .bookingTime {
  color: red;
}
#booking-package_inputFormPanel .bookingTime {
  margin-right: 1em;
}
#booking-package_inputFormPanel label {
  margin-bottom: 5px;
}
#booking-package_inputFormPanel .description {
  margin-top: 10px !important;
  font-size: 1.3rem;
}
#booking-package_inputFormPanel .row {
  padding: 20px 10px !important;
}
#booking-package_inputFormPanel .row .name {
  margin-bottom: .4em;
  font-weight: bold;
}

#booking_package_input_shippingpostalcode {
  width: 6em !important;
}
#booking_package_input_shippingaddress {
  height: 4em !important;
}
#booking_package_input_comment {
  height: 8em !important;
}
#booking_package_input_connector:before {
  display: block;
  content: "";
  width: 250px;
  height: 150px;
  background: url(img/connector-img.png) center/cover;
}

#booking-package ::placeholder {
  color: #999;
  font-size: 1.3rem;
}

.top-main-image {
  width: 100%;
  height: 560px;
  background: url(img/top-theme-img.png) no-repeat center, url(img/top-bg-wood.jpg) repeat;
}
@media (max-width: 850px) {
  .top-main-image {
    height: 60vw;
    background: url(img/top-theme-img.png) no-repeat center/160vw, url(img/top-bg-wood.jpg) repeat;
  }
}
@media (max-width: 428px) {
  .top-main-image {
    height: 140vw;
    background: url(img/top-theme-img-sp.png) no-repeat center/100vw, url(img/top-bg-wood.jpg) repeat left/cover;
  }
}

.top-banner {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 700px;
  flex-wrap: wrap;
}
.top-banner a {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.top-banner a img {
  width: 100%;
  border: 1px solid #ccc;
}

.section-inner {
  margin: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
}

.section-news {
  padding: 50px 0;
}

.section-news-title {
  margin-bottom: 40px;
  text-align: center;
}
.section-news-title span:nth-of-type(1) {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4rem;
  color: #6CC755;
}
.section-news-title span:nth-of-type(2) {
  display: block;
  font-size: 1.5rem;
  color: #555;
}

.news-tmb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-tmb-list li {
  margin-bottom: 30px;
  width: calc((100% - 80px)/4);
  background: #e4edc8;
  border-radius: 8px;
  box-shadow: 0px 10px #6CC755;
}
@media (max-width: 728px) {
  .news-tmb-list li {
    width: calc((100% - 20px)/2);
  }
}
.news-tmb-list li a {
  display: block;
  padding: 15px 15px 10px 15px;
  color: #555;
}
.news-tmb-list li img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.news-tmb-title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.4em;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.news-tmb-date {
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.news-btn {
  text-align: right;
}
.news-btn a {
  position: relative;
  padding-left: 20px;
  color: #555;
}
.news-btn a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #6CC755;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.news-btn a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}

.section-intro {
  padding: 50px 0;
}
.section-intro-title {
  margin-bottom: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.section-intro-title br {
  display: none;
}
@media (max-width: 728px) {
  .section-intro-title br {
    display: block;
  }
}
.section-intro-text {
  text-align: center;
}
.section-intro-text p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1.5em;
}
@media (max-width: 428px) {
  .section-intro-text p {
    font-size: 1.4rem;
  }
}

:root {
  --orange-color: #ff8c00;
  --pink-color: #e677a9;
  --blue-color: #368EC6;
  --red-color: #E15146;
  --green-color: #6CC755;
}

.top-setion {
  padding: 50px 0;
}
.top-setion h2:not([class]) {
  position: relative;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
}
.top-setion h2:not([class]) span {
  display: inline-block;
}
@media (max-width: 428px) {
  .top-setion h2:not([class]) {
    font-size: 3rem;
    color: #666;
  }
}
.top-setion h3:not([class]) {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
  padding-left: 36px;
}
.top-setion h3:not([class]):before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 3px;
  vertical-align: middle;
  border-width: 3px;
  border-style: solid;
}
.top-setion h3:not([class]):after {
  position: absolute;
  top: 4px;
  left: 12px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 12px;
  margin-right: 5px;
  transform: rotate(320deg);
  border-width: 5px;
  border-style: solid;
  border-top: none;
  border-right: none;
}
.top-setion h4:not([class]) {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
.top-setion p:not([class]) {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .05em;
}
.top-setion p:not([class]):has(+ .arrow-link-list), .top-setion p:not([class]):has(+ h4:not([class])) {
  margin-bottom: 3em;
}
.top-setion p:not([class]) a {
  text-decoration: underline;
}
.top-setion hr:not([class]) {
  margin: 40px auto;
  border-top-width: 2px;
  border-top-style: dotted;
  opacity: .5;
}
.top-setion .arrow-link-list {
  margin-bottom: 30px;
}
.top-setion .arrow-link-list li {
  margin-bottom: 10px;
  width: 300px;
}
@media (max-width: 428px) {
  .top-setion .arrow-link-list li {
    width: 100%;
  }
}
.top-setion .arrow-link-list li a {
  position: relative;
  display: block;
  border-radius: 4px;
  background: #fff;
  padding: 10px 12px 10px 35px;
}
.top-setion .arrow-link-list li a.pdf-link {
  padding: 10px 40px 10px 35px;
  background: url(img/icon-pdf.svg) #fff no-repeat center right 8px/26px;
}
.top-setion .arrow-link-list li a:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.top-setion .arrow-link-list li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}
.top-setion figure {
  margin-bottom: 15px;
}
.top-setion figure figcaption {
  padding: 5px 0;
  font-size: 1.2rem;
  color: #777;
}
.top-setion .page-top-link {
  margin-top: 30px;
  text-align: right;
}
.top-setion .page-top-link a {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  color: #555;
}
.top-setion .page-top-link a:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 6px;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.top-setion .page-top-link a:after {
  position: absolute;
  inset: 7px 0 0 13px;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(315deg);
}

.top-setion.orange {
  background-color: #FBF0CD;
}
.top-setion.orange h2:not([class]), .top-setion.orange h3:not([class]), .top-setion.orange h4:not([class]) {
  color: var(--orange-color);
}
.top-setion.orange .arrow-link-list a {
  border: 1px solid var(--orange-color);
  color: var(--orange-color);
}
.top-setion.orange .arrow-link-list a:before {
  background: var(--orange-color);
}
.top-setion.orange .page-top-link a:before {
  background: var(--orange-color);
}
.top-setion.orange hr:not([class]) {
  border-top-color: var(--orange-color);
}
.top-setion.pink {
  background-color: #FFF1F7;
}
.top-setion.pink h2:not([class]), .top-setion.pink h3:not([class]), .top-setion.pink h4:not([class]) {
  color: var(--pink-color);
}
.top-setion.pink h3:not([class]):before {
  border-color: var(--pink-color);
}
.top-setion.pink h3:not([class]):after {
  border-color: var(--pink-color);
}
.top-setion.pink .arrow-link-list a {
  border: 1px solid var(--pink-color);
  color: var(--pink-color);
}
.top-setion.pink .arrow-link-list a:before {
  background: var(--pink-color);
}
.top-setion.pink .page-top-link a:before {
  background: var(--pink-color);
}
.top-setion.pink hr:not([class]) {
  border-top-color: var(--pink-color);
}
.top-setion.blue {
  background-color: #E7F7FF;
}
.top-setion.blue h2:not([class]), .top-setion.blue h3:not([class]), .top-setion.blue h4:not([class]) {
  color: var(--blue-color);
}
.top-setion.blue h3:not([class]):before {
  border-color: var(--blue-color);
}
.top-setion.blue h3:not([class]):after {
  border-color: var(--blue-color);
}
.top-setion.blue .arrow-link-list a {
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
}
.top-setion.blue .arrow-link-list a:before {
  background: var(--blue-color);
}
.top-setion.blue .page-top-link a:before {
  background: var(--blue-color);
}
.top-setion.blue hr:not([class]) {
  border-top-color: var(--blue-color);
}
.top-setion.red {
  background-color: #FFE5E2;
}
.top-setion.red h2:not([class]), .top-setion.red h3:not([class]), .top-setion.red h4:not([class]) {
  color: var(--red-color);
}
.top-setion.red h3:not([class]):before {
  border-color: var(--red-color);
}
.top-setion.red h3:not([class]):after {
  border-color: var(--red-color);
}
.top-setion.red .arrow-link-list a {
  border: 1px solid var(--red-color);
  color: var(--red-color);
}
.top-setion.red .arrow-link-list a:before {
  background: var(--red-color);
}
.top-setion.red .page-top-link a:before {
  background: var(--red-color);
}
.top-setion.red hr:not([class]) {
  border-top-color: var(--red-color);
}
.top-setion.green {
  background-color: #EAF5E6;
}
.top-setion.green h2:not([class]), .top-setion.green h3:not([class]), .top-setion.green h4:not([class]) {
  color: var(--green-color);
}
.top-setion.green h3:not([class]):before {
  border-color: var(--green-color);
}
.top-setion.green h3:not([class]):after {
  border-color: var(--green-color);
}
.top-setion.green .arrow-link-list a {
  border: 1px solid var(--green-color);
  color: var(--green-color);
}
.top-setion.green .arrow-link-list a:before {
  background: var(--green-color);
}
.top-setion.green .page-top-link a:before {
  background: var(--green-color);
}
.top-setion.green hr:not([class]) {
  border-top-color: var(--green-color);
}

.column-container {
  display: flex;
  justify-content: space-between;
}
.column-l, .column-r {
  width: calc((100% - 30px)/2);
}
.column-l img, .column-r img {
  width: 100%;
}
@media (max-width: 728px) {
  .column-container {
    flex-flow: column;
  }
  .column-l, .column-r {
    width: 100%;
    margin-bottom: 15px;
  }
  .column-r {
    order: -1;
  }
}

.product-img-list {
  display: flex;
  justify-content: center;
  gap: 8%;
  margin-bottom: 30px;
}
.product-img-list li {
  max-width: 180px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
}
.product-img-list li a {
  color: var(--orange-color);
}
.product-img-list li a img {
  display: block;
  width: 100%;
}

.to-comp-table-link {
  text-align: right;
}
.to-comp-table-link a {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  color: #555;
}
.to-comp-table-link a:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 6px;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ED7D2B;
}
.to-comp-table-link a:after {
  position: absolute;
  inset: 4px 0 0 13px;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}

.top-content-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-content-link li {
  width: 25%;
  max-width: 200px;
  padding: 0 15px 30px 15px;
}
@media (max-width: 600px) {
  .top-content-link li {
    width: 50%;
  }
}
.top-content-link li a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.top-content-link li a span:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  height: 12px;
  aspect-ratio: 0.86603;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.top-content-link li:nth-of-type(1) a {
  color: var(--pink-color);
}
.top-content-link li:nth-of-type(1) a span:before {
  background: var(--pink-color);
}
.top-content-link li:nth-of-type(2) a {
  color: var(--blue-color);
}
.top-content-link li:nth-of-type(2) a span:before {
  background: var(--blue-color);
}
.top-content-link li:nth-of-type(3) a {
  color: var(--red-color);
}
.top-content-link li:nth-of-type(3) a span:before {
  background: var(--red-color);
}
.top-content-link li:nth-of-type(4) a {
  color: var(--green-color);
}
.top-content-link li:nth-of-type(4) a span:before {
  background: var(--green-color);
}

.link-image-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 728px) {
  .link-image-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .link-image-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.link-image-list li a {
  color: #555;
}
.link-image-list li img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.link-image-list li div:nth-of-type(1) {
  position: relative;
  margin-bottom: 10px;
}
.link-image-list li div:nth-of-type(1) span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 28px;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.link-image-list li div:nth-of-type(1) span:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 6px;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ED7D2B;
}
.link-image-list li div:nth-of-type(1) span:after {
  content: "";
  position: absolute;
  inset: 0 auto 0 12px;
  margin: auto;
  height: 8px;
  aspect-ratio: 0.86603;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.link-image-list li div:nth-of-type(2) {
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.4;
}
.link-image-list li:after {
  content: "";
  display: block;
  width: 32%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

.app-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app-list li {
  width: calc((100% - 80px)/3);
}
@media (max-width: 728px) {
  .app-list li {
    width: calc((100% - 30px)/2);
    margin-bottom: 50px;
  }
}
@media (max-width: 428px) {
  .app-list li {
    width: 100%;
  }
}
.app-list li a {
  color: #555;
}
.app-list-image {
  display: block;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}
.app-list-text {
  line-height: 1.3;
  margin-bottom: 1em;
}
.app-list-link {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-left: auto;
}
.app-list-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange-color);
}
.app-list-link:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: listnum;
  margin-bottom: 50px;
}
.step-list li {
  position: relative;
  width: calc((100% - 40px)/3);
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: .05em;
}
@media (max-width: 600px) {
  .step-list li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 50px auto;
  }
}
.step-list li:before {
  position: absolute;
  top: 10px;
  left: 15px;
  counter-increment: listnum;
  content: counter(listnum);
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: var(--pink-color);
}
.step-list li img {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 2px solid var(--pink-color);
  margin-bottom: 5px;
}

.top-feature-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-feature-box div {
  width: 48%;
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .top-feature-box div {
    width: 100%;
  }
}
.top-feature-list {
  display: flex;
}
.top-feature-list li {
  width: 28%;
  margin-right: 5%;
}
.top-feature-list li img {
  width: 100%;
  border: 2px solid var(--pink-color);
  border-radius: 50%;
}

.section-product {
  padding: 50px 0;
}

.table-wrap, .scroll-wrap {
  position: relative;
  overflow-x: auto;
}

.scroll-hint {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}
.scroll-hint-show {
  display: block;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.comp-table {
  width: 100%;
  min-width: 600px;
  margin: 0 auto 20px auto;
}
.comp-table-list {
  text-align: start;
}
.comp-table-list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: .5em;
}
.comp-table-list li:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #333;
}
.comp-table img {
  display: block;
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: auto auto 10px auto;
}
.comp-table caption {
  padding: 10px;
  background: #333;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
}
.comp-table tr:nth-of-type(odd) {
  background: #f5f5f5;
}
.comp-table th {
  width: 25%;
  background: #f5f5f5;
  text-decoration: underline;
  word-break: break-all;
}
.comp-table th,
.comp-table td {
  padding: 8px;
  border: 2px solid #ccc;
  text-align: center;
  font-size: 1.3rem;
}
.comp-table td {
  vertical-align: middle;
}
.comp-table .check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon-check.svg) no-repeat center/cover;
  font-size: 0;
  vertical-align: middle;
}
.comp-table .none {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon-none.svg) no-repeat center/cover;
  font-size: 0;
  vertical-align: middle;
}
@media (max-width: 428px) {
  .comp-table {
    min-width: 500px;
  }
  .comp-table th, .comp-table td {
    padding: 5px 2px;
    font-size: 1rem;
  }
}

.top-option-title {
  position: relative;
  margin: 50px auto;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: min(5vw, 3rem);
  line-height: 1.3;
}
.top-option-title span {
  display: inline-block;
}
.top-option-title:before, .top-option-title:after {
  position: relative;
  bottom: -10px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 40px;
  background: #ffc107;
}
.top-option-title:before {
  transform: rotate(-35deg);
  margin-right: 20px;
}
.top-option-title:after {
  transform: rotate(35deg);
  margin-left: 20px;
}

.top-option-text {
  margin: 50px auto;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
}

.top-option-list {
  display: flex;
  min-width: 700px;
  justify-content: center;
  margin-bottom: 50px;
  gap: 50px 30px;
}
.top-option-list li {
  width: 150px;
}
.top-option-list li img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.top-option-list li p:nth-of-type(1) {
  color: #aaa;
  font-size: 1.2rem;
  margin-bottom: .3em;
}
.top-option-list li p:nth-of-type(2) {
  color: #555;
  font-size: 1.4rem;
  font-weight: bold;
}

.top-btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.top-btn-list li {
  width: 300px;
}
.top-btn-list li a {
  position: relative;
  padding: 0 35px;
  display: block;
  text-align: center;
  line-height: 44px;
  border: 2px solid #ccc;
  border-radius: 24px;
  color: #555;
}
.top-btn-list li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fc3a30;
  border-right: 3px solid #fc3a30;
  transform: rotate(45deg);
}

.work-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work-list:after {
  display: block;
  content: "";
  width: 32%;
  height: 0;
}
.work-list li {
  width: 32%;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .work-list li {
    width: 45%;
  }
}
.work-list-link {
  color: #555;
}
.work-list-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  aspect-ratio: 6 / 4.5;
  object-fit: cover;
}
.work-list-title {
  margin-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 428px) {
  .work-list-title {
    font-size: 1.4rem;
  }
}
.work-list-date, .work-list-cat {
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 20px;
  font-size: 1.4rem;
  color: #999;
}
.work-list-date {
  margin-right: 10px;
  background: url(img/icon-time.svg) no-repeat center left/18px 18px;
}
.work-list-cat {
  background: url(img/icon-cat.svg) no-repeat center left/15px 15px;
}

.nav-links {
  display: flex;
  width: 500px;
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

.page-numbers {
  display: inline-block;
  width: 40px;
  line-height: 38px;
  border: 2px solid #fc3a30;
  text-align: center;
  margin: 5px;
}
.page-numbers.current {
  background: #fc3a30;
  color: #fff;
}
.page-numbers.prev, .page-numbers.next {
  width: 80px;
}

.single-article-wrap {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-article {
  width: calc(100% - 300px);
  margin-bottom: 15px;
}
.single-article-date, .single-article-cat {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  color: #999;
}
.single-article-date {
  margin-right: 10px;
  background: url(img/icon-time.svg) no-repeat center left/18px 18px;
}
.single-article-cat {
  background: url(img/icon-cat.svg) no-repeat center left/18px 18px;
}
.single-article-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.single-side {
  width: 250px;
}
.single-side-heading {
  position: relative;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  border-bottom: 4px solid #fc3a30;
}
.single-side-list {
  display: flex;
  flex-direction: column;
}
.single-side-list li {
  margin-bottom: 15px;
}
.single-side-link {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.3;
}
.single-side-img {
  width: 100px;
  height: auto;
  margin-right: 14px;
  border: 1px solid #ccc;
  flex-shrink: 0;
}
@media (max-width: 728px) {
  .single-article, .single-side {
    width: 100%;
  }
  .single-side-img {
    width: 150px;
  }
}

.footer {
  padding: 30px 10px 70px 10px;
  background: #fc3a30;
}
.footer-logo {
  width: 250px;
  margin: 0 auto 20px auto;
}
.footer-logo img {
  width: 100%;
}
.footer-menu {
  text-align: center;
}
.footer-menu li {
  display: inline-block;
  margin-bottom: 5px;
}
.footer-menu li a {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  color: #fff;
}

.um-modal {
  top: 50%;
}

.um-misc-img a {
  pointer-events: none;
}

.um-account-meta {
  display: none;
}

.um ul:not([class]) li:before {
  display: none;
}

.consent-term-group {
  margin: 30px auto;
  text-align: center;
}
.consent-term-group #consent-terms-button {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  transform: scale(1.4);
}
.consent-term-group label {
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
}

button#consent-terms {
  display: block;
  max-width: 300px;
  min-width: 200px;
  padding: 16px 30px;
  margin: 10px auto;
  background: #3ba1da;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  border-radius: 4px;
}
button#consent-terms:disabled {
  opacity: .5;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.uploader-btn-style {
  max-width: 300px;
  min-width: 200px;
  padding: 16px 30px;
  margin: 10px;
  background: #3ba1da;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  border-radius: 4px;
}
.uploader-btn-style:hover {
  opacity: .7;
}

.uploader-header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.uploader-header-menu li:first-of-type {
  font-size: 2rem;
  margin-right: auto;
}
.uploader-header-menu li:nth-of-type(n+2) {
  border: 2px solid #ddd;
  border-left: none;
}
.uploader-header-menu li:nth-of-type(2) {
  border-left: 2px solid #ddd;
}
.uploader-header-menu li a {
  display: block;
  position: relative;
  padding: 12px 15px 12px  40px;
  color: #555;
}
.uploader-header-menu li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

@media (max-width: 750px) {
  .uploader-header-menu li {
    width: 100%;
  }
  .uploader-header-menu li:first-of-type {
    font-size: 1.5rem;
    border-bottom: 2px solid #ddd;
  }
  .uploader-header-menu li:nth-of-type(n+2) {
    border: none;
    border-bottom: 2px dotted #ddd;
  }
}
form[name="upload"] {
  width: 100%;
  padding: 50px 20px 20px 20px;
  margin-bottom: 20px;
  border: 2px dashed #ccc;
  border-radius: 4px;
  text-align: center;
  background: url(img/icon-upload.svg) no-repeat top 90px center/auto 250px;
}
form[name="upload"] label[for="file"] {
  display: block;
  margin-bottom: 20px;
}
form[name="upload"] input#file-input {
  cursor: pointer;
  width: 100%;
  height: 250px;
  opacity: 0;
}

.sb3-file-name {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.sb3-file-name:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(img/icon-file.svg);
}

.sb3-link-box {
  text-align: center;
}
.sb3-link-box #link {
  display: block;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: #eee;
  text-align: start;
  color: #555;
  overflow: scroll;
}
.sb3-link-box #link:hover {
  opacity: .7;
}

.fileTable {
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.fileTable th, .fileTable td {
  padding: 15px 10px;
  vertical-align: middle;
  border-bottom: 2px solid #ccc;
}
.fileTable th {
  background: #f7f7f7;
  font-weight: bold;
}
.fileTable td {
  word-break: break-all;
  line-height: 1.6;
}
.fileTable td button {
  width: 80px;
  padding: 12px 0 16px 30px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  border-radius: 4px;
  background: url(img/icon-delete.svg) no-repeat #fc3a30 10px center/20px;
}
.fileTable td button:hover {
  opacity: .7;
}

.dict-title-img-wrap {
  position: relative;
  padding-top: 40px;
  margin-bottom: 30px;
}
.dict-title-img-wrap #___sharetoclassroom_0 {
  position: absolute;
  top: 15px;
  right: 0;
}
.dict-title-img {
  display: block;
  max-width: 600px;
  margin: auto;
}
.dict-search-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 2px solid #ccc;
}
.dict-search-inner {
  width: 50%;
}
.dict-search-inner:nth-of-type(1) {
  padding: 0 30px 0 0px;
  border-right: 1px dashed #ccc;
}
.dict-search-inner:nth-of-type(2) {
  padding: 0 0 0 30px;
}
@media (max-width: 700px) {
  .dict-search-inner {
    width: 100%;
  }
  .dict-search-inner:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 20px 0;
  }
  .dict-search-inner:nth-of-type(2) {
    padding: 20px 0 0 0;
  }
}
.dict-search-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 30px;
  border-left: 8px solid #fc3a30;
  padding-left: 6px;
}
.dict-tag-title, .dict-key-title {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height: 30px;
}
.dict-tag-title {
  background: url(img/icon-tag.svg) no-repeat top left/30px;
}
.dict-key-title {
  background: url(img/icon-key.svg) no-repeat top left/30px;
}
.dict-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.dict-tag-list li {
  margin: 6px 20px 6px 0;
}
.dict-tag-list li input {
  display: none;
}
.dict-tag-list li span {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.dict-tag-list li span::before, .dict-tag-list li span::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
}
.dict-tag-list li span::before {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  left: 0;
}
.dict-tag-list li input:checked + span:before {
  border: 2px solid #fc3a30;
}
.dict-tag-list li input:checked + span:after {
  width: 12px;
  height: 12px;
  left: 4px;
  background: #fc3a30;
}
.dict-search-form {
  display: flex;
}
.dict-search-form input {
  width: 100%;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 0;
  height: 44px;
}
.dict-result-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.dict-tmb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dict-tmb-list::before {
  display: block;
  content: "";
  width: 22%;
  order: 1;
}
.dict-tmb-list::after {
  display: block;
  content: "";
  width: 22%;
}
.dict-tmb-list li {
  width: 22%;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .dict-tmb-list li {
    width: 48%;
  }
}
.dict-tmb-img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  border: 2px solid #ccc;
  background: #f5f5f5;
}
.dict-tmb-tag {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 4px 6px;
  background: #fc3a30;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
.dict-tmb-title {
  font-weight: bold;
  font-size: 1.6rem;
  color: #555;
}

.dict-detail * {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.dict-detail .title-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 220px 15px 20px;
  border-bottom: 2px solid #fc3a30;
  margin-bottom: 30px;
}
.dict-detail .title-wrap .type-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.dict-detail .title-wrap .tag, .dict-detail .title-wrap .type {
  display: inline-block;
  margin-right: 4px;
  padding: 5px 8px;
  margin-bottom: 4px;
  background: #fc3a30;
  font-size: 1.2rem;
  color: #fff;
}
.dict-detail .title-wrap .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.dict-detail .title-wrap .small-title {
  position: absolute;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 428px) {
  .dict-detail .title-wrap {
    padding: 15px 125px 15px 10px;
  }
  .dict-detail .title-wrap .type-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .dict-detail .title-wrap .title {
    font-size: 2rem;
  }
  .dict-detail .title-wrap .small-title {
    width: 120px;
  }
}
.dict-detail figure:not([class]) {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
}
.dict-detail figure:not([class]) img {
  margin-bottom: 5px;
}
.dict-detail figure:not([class]) figcaption {
  text-align: center;
}
.dict-detail h3:not([class]) {
  padding: 10px;
  margin: 30px 0 20px 0;
  background: #eee;
  border-left: 15px solid #fc3a30;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.dict-detail h4:not([class]) {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 3px dotted #ddd;
  padding: 0 0 8px 5px;
  margin: 30px 0 20px 0;
}
.dict-detail img:not([class]) {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 20px auto 30px auto;
  border: 2px solid #ccc;
}
.dict-detail p:not([class]) {
  margin-bottom: .5em;
  font-size: 1.6rem;
  line-height: 1.4;
}
.dict-detail dl:not([class]) {
  display: flex;
  flex-wrap: wrap;
}
.dict-detail dl:not([class]) dt, .dict-detail dl:not([class]) dd {
  margin-bottom: .5em;
  font-size: 1.6rem;
  line-height: 1.4;
}
.dict-detail dl:not([class]) dt {
  position: relative;
  padding: 0 15px 0 16px;
  width: 300px;
  font-weight: normal;
}
.dict-detail dl:not([class]) dt::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #fc3a30;
  border-radius: 50%;
}
.dict-detail dl:not([class]) dd {
  width: calc(100% - 300px);
}
@media (max-width: 428px) {
  .dict-detail dl:not([class]) dt {
    width: 60%;
  }
  .dict-detail dl:not([class]) dd {
    width: 40%;
  }
}
.dict-detail ul:not([class]) {
  margin-bottom: 1em;
}
.dict-detail ul:not([class]) > li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.dict-detail ul:not([class]) > li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #fc3a30;
  border-radius: 50%;
}
.dict-detail ol:not([class]) {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin-bottom: 1em;
}
.dict-detail ol:not([class]) > li {
  position: relative;
  padding-left: 22px;
  line-height: 1.4;
  margin-bottom: .3em;
}
.dict-detail ol:not([class]) > li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  top: 2px;
  left: 0;
  color: #fff;
  background: #fc3a30;
  font-size: 1.3rem;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  text-align: center;
}
.dict-detail ul:not([class]) > li > ol:not([class]), .dict-detail ol:not([class]) > li > ol:not([class]) {
  margin: .5em 0 0 0;
}
.dict-detail ul:not([class]) > li > ul:not([class]), .dict-detail ol:not([class]) > li > ul:not([class]) {
  margin: .5em 0 0 0;
}
.dict-detail ul:not([class]) > li > ul:not([class]) > li:before, .dict-detail ol:not([class]) > li > ul:not([class]) > li:before {
  background: #fff;
  border: 1px solid #fc3a30;
}
.dict-detail .shopping-link, .dict-detail .sb3-link {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #007FDC;
  line-height: 1.2;
}
.dict-detail .shopping-link:before, .dict-detail .sb3-link:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  border: 8px solid transparent;
  border-left: 8px solid #fc3a30;
}
.dict-detail .btn-wrap {
  margin: 40px auto;
  text-align: center;
}
.dict-detail .btn-wrap .back-btn {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 30px;
  line-height: 50px;
  border-radius: 25px;
  background: #fc3a30;
  color: #fff;
}
.dict-detail .btn-wrap .back-btn:before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  left: 15px;
  top: 20px;
  transform: rotate(-135deg);
}

.how-to-sb3-box {
  margin: 30px auto;
  padding: 30px;
  width: 100%;
  max-width: 700px;
  border: 2px dotted #ccc;
}
.how-to-sb3-txt {
  margin-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #888;
}
.how-to-sb3-heading {
  margin-bottom: .8em;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 8px solid #fc3a30;
}
.how-to-sb3-img {
  width: 100%;
  max-width: 100%;
  border: none;
}

.programming-content {
  position: relative;
  padding: 40px 20px 20px 20px;
  border: 2px solid #ccc;
  border-radius: 8px;
}
.programming-content .link-btn {
  margin-bottom: 20px;
}
.programming-content .link-btn a {
  display: inline-block;
  padding: 0 15px;
  background: #2B4CA9;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-weight: bold;
}
.programming-content .link-btn a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.programming-content:nth-of-type(1) .link-btn a {
  background: #ef701b;
}
.programming-content:nth-of-type(1):before {
  position: absolute;
  top: 10px;
  left: -20px;
  transform: rotate(-30deg);
  display: inline-block;
  padding: 5px 10px;
  content: "おすすめ！";
  color: #fff;
  font-weight: bold;
  background: red;
}

.science-eyecatch {
  font-size: 3.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-shadow: 2px  2px 10px #fff , -2px  2px 10px #fff , 2px -2px 10px #fff , -2px -2px 10px #fff;
  display: block;
  width: 100%;
  padding: 100px 0;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .science-eyecatch {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-size: 2.4rem;
    padding: 60px 10px;
  }
}

.science-thum .wp-block-image img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.science-thum h2.wp-block-heading {
  margin-bottom: 8px;
  font-size: 1.7rem;
  font-weight: bold;
}
.science-thum h2.wp-block-heading a {
  color: #333;
}
.science-thum h3.wp-block-heading {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 8px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
}
.science-thum p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.science-thum p:has(+ .wp-block-columns) {
  margin-bottom: 50px;
}

.science-filter-title {
  margin-bottom: 10px;
  padding-bottom: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}
.science-filter-nav {
  overflow-x: auto;
  margin-bottom: 20px;
}
.science-filter-list li:hover {
  opacity: .7;
  cursor: pointer;
}
.science-filter-list.device-btn {
  display: flex;
}
.science-filter-list.device-btn li {
  margin-right: 10px;
  width: 100px;
  text-align: center;
}
.science-filter-list.device-btn li input {
  display: none;
}
.science-filter-list.device-btn li span {
  display: block;
  white-space: nowrap;
  padding: 60px 0 10px 0;
  font-size: 1.1rem;
  font-weight: bold;
  width: 100%;
  border: 2px solid #ccc;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  filter: grayscale(100%);
  opacity: .6;
}
.science-filter-list.device-btn li input:checked + span {
  border: 2px solid #FEB40E;
  filter: grayscale(0);
  opacity: 1;
}
.science-filter-list.device-btn li:nth-of-type(1) span {
  background-image: url(img/science-filter-icon_at.svg);
}
.science-filter-list.device-btn li:nth-of-type(2) span {
  background-image: url(img/science-filter-icon_tr.svg);
}
.science-filter-list.device-btn li:nth-of-type(3) span {
  background-image: url(img/science-filter-icon_tm.svg);
}
.science-filter-list.btn {
  display: flex;
  flex-wrap: wrap;
}
.science-filter-list.btn li {
  margin: 0 12px 10px 0;
}
.science-filter-list.btn li input {
  display: none;
}
.science-filter-list.btn li span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  line-height: 36px;
  background: #efefef;
  border-radius: 18px;
  color: #999;
  font-weight: bold;
}
.science-filter-list.btn li input:checked + span {
  background: #ffc008;
  color: #555;
}
@media (max-width: 428px) {
  .science-filter-list.btn {
    width: max-content;
  }
}

#filterResult {
  margin: 100px auto;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
}

.science-thum-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.science-thum-list li {
  position: relative;
  width: calc((100% - 30px * 2) / 3);
}
@media (max-width: 428px) {
  .science-thum-list li {
    width: calc((100% - 30px) / 2);
  }
}
.science-thum-list li a {
  display: block;
  color: #555;
}
.science-thum-list li img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  margin-bottom: 6px;
  border: 1px solid #ccc;
}
.science-thum-info {
  display: flex;
  flex-wrap: wrap;
}
.science-thum-grade span {
  display: inline-block;
  padding: 4px;
  margin: 0 6px 4px 0;
  background: #8BC34A;
  color: #fff;
  font-size: 1.2rem;
}
.science-thum-tags span {
  display: inline-block;
  padding: 0 5px;
  margin: 0 6px 4px 0;
  background: #3BB6FF;
  color: #fff;
  font-size: 1.2rem;
  line-height: 20px;
}
.science-thum-sensor span {
  display: inline-block;
  padding: 0 8px;
  margin: 0 6px 4px 0;
  background: #8BC34A;
  color: #fff;
  font-size: 1.2rem;
  line-height: 20px;
  border-radius: 10px;
}
.science-thum-device {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #333;
  color: #fff;
  padding: 0 8px;
  height: 20px;
  margin-left: auto;
}
.science-thum-device span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
}
.science-thum-device span:after {
  margin-left: 2px;
  content: "/";
}
.science-thum-device span:last-of-type:after {
  display: none;
}
.science-thum-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
}
.science-thum-overview {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #999;
}

.science-detail * {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.science-detail .title-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 220px 15px 20px;
  border-bottom: 2px solid #fc3a30;
  margin-bottom: 30px;
}
.science-detail .title-wrap .type-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.science-detail .title-wrap .tag, .science-detail .title-wrap .type {
  display: inline-block;
  margin-right: 4px;
  padding: 5px 8px;
  margin-bottom: 4px;
  background: #fc3a30;
  font-size: 1.2rem;
  color: #fff;
}
.science-detail .title-wrap .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.science-detail .title-wrap .small-title {
  position: absolute;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 428px) {
  .science-detail .title-wrap {
    padding: 15px 125px 15px 10px;
  }
  .science-detail .title-wrap .type-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .science-detail .title-wrap .title {
    font-size: 2rem;
  }
  .science-detail .title-wrap .small-title {
    width: 120px;
  }
}
.science-detail .app-btn {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 8px 6px 8px 30px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 8px;
  white-space: nowrap;
  background: url(img/icon-new-window.svg) no-repeat #fc3a30 8px center/16px;
}
.science-detail figure:not([class]) {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
}
.science-detail figure:not([class]) img {
  margin-bottom: 5px;
}
.science-detail figure:not([class]) figcaption {
  text-align: center;
}
.science-detail h1:not([class]) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 10px;
  font-size: 2.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.science-detail h2:not([class]) {
  padding: 10px;
  margin: 30px 0 20px 0;
  background: #eee;
  border-left: 15px solid #fc3a30;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.science-detail h3:not([class]) {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 3px dotted #ddd;
  padding: 0 0 8px 5px;
  margin: 30px 0 20px 0;
}
.science-detail img:not([class]) {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 20px auto 30px auto;
  border: 2px solid #ccc;
}
.science-detail p:not([class]) {
  margin-bottom: .5em;
  font-size: 1.6rem;
  line-height: 1.4;
}
.science-detail ul:not([class]) {
  margin-bottom: 1.5em;
}
.science-detail ul:not([class]) li {
  position: relative;
  padding-left: 14px;
  margin: 3px 0;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.science-detail ul:not([class]) li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #aaa;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.science-detail ul:not([class]) li ul:not([class]) {
  margin: 0;
}
.science-detail ul:not([class]) li ul:not([class]) li:before {
  border: 1px solid #aaa;
  background: #fff;
}
.science-detail ol:not([class]) {
  margin: 0 0 1.5em 0;
  counter-reset: listnum;
}
.science-detail ol:not([class]) > li {
  position: relative;
  padding-left: 26px;
  margin-bottom: .8em;
  line-height: 1.4;
}
.science-detail ol:not([class]) > li:before {
  position: absolute;
  top: 2px;
  left: 0;
  counter-increment: listnum;
  content: counter(listnum);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background: #f2635c;
}
