@charset "UTF-8";
body {
  color: #333;
}

a:visited {
  color: #333;
}

.contact-btn a {
  color: #fff;
}

.header-nav > .menu-item.menu-item-has-children .sub-menu {
  top: 35px;
}

.breadcrumb-area {
  background: #2894ec;
  color: #fff;
  padding: 10px 0;
}
.breadcrumb-area .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12px;
}
.breadcrumb-area .breadcrumbs a {
  color: #fff;
}

.entry-header-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.entry-header-page .hd-text {
  width: 40%;
}
.entry-header-page .hd-text p {
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #173f93;
  font-size: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-header-page .hd-text p::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #173f93;
}
.entry-header-page .hd-text h1 {
  line-height: 1;
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 600;
}
.entry-header-page .hd-img {
  width: 60%;
}

.entry-content-page {
  margin-top: 5rem;
}

.nm-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.nm-page .nm-title {
  width: 30%;
  position: relative;
}
.nm-page .nm-title .nm-title-inner {
  position: sticky;
  top: 20px;
  left: 0;
}
.nm-page .nm-title .nm-title-inner p span {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}
.nm-page .nm-title .nm-title-inner p strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.nm-page .nm-title .nm-title-inner h2 {
  font-size: 1.8rem;
}
.nm-page .nm-title .nm-title-inner ul {
  margin-top: 1rem;
}
.nm-page .nm-title .nm-title-inner ul li {
  margin-top: 1rem;
}
.nm-page .nm-title .nm-title-inner ul li a {
  position: relative;
  display: block;
}
.nm-page .nm-title .nm-title-inner ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e313";
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #173f93;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
}
.nm-page .nm-title .nm-title-inner::before {
  content: "";
  position: absolute;
  display: block;
  left: -150px;
  background: #173f93;
  width: 130px;
  height: 4px;
  top: 30px;
}
.nm-page .nm-text {
  width: 70%;
}

.nm-text section {
  padding: 2rem;
  background: #f7f7f7;
  margin-top: 3rem;
}
.nm-text section h2 {
  background: #173f93;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
}
.nm-text section h3 {
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
}
.nm-text section h4 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  border-left: 5px solid #173f93;
  line-height: 1.5;
  padding-left: 10px;
}
.nm-text section p {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
}
.nm-text section p.big-text {
  font-size: 1.2rem;
  font-weight: 700;
}
.nm-text section a.more {
  display: block;
  width: 200px;
  margin: 2rem auto 0;
  text-align: center;
  background: #173f93;
  padding: 1rem;
  color: #fff;
  position: relative;
}
.nm-text section a.more::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.nm-text section table.normal thead th,
.nm-text section table.normal thead td {
  padding: 10px;
  border-bottom: 1px solid #000;
}
.nm-text section table.normal tbody th,
.nm-text section table.normal tbody td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.nm-text section:first-child,
.nm-text section h2:first-child {
  margin-top: 0;
}

.nm-toc {
  margin-top: 2rem;
}
.nm-toc ul {
  line-height: 2;
}

.page-catch {
  margin-bottom: 5rem;
}
.page-catch p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}

.header-nav > .menu-item.menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 0;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 2rem;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
}
.point-box .point-img {
  margin-top: 1rem;
}
.point-box .point-no p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffeb3b;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 3rem;
}
.point-box .point-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.point-box .point-text h3 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
}
.point-box .point-text p {
  font-size: 1rem;
  margin-top: 0;
}

.point-box:first-of-type {
  margin-top: 2rem;
}

.merit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
.merit-box div {
  margin-top: 1rem;
  width: calc(50% - 1rem);
}
.merit-box div h3 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
}
.merit-box div p {
  font-size: 90%;
  text-align: center;
}
.merit-box div img {
  width: 20px;
  display: block;
  margin: 0 auto 1rem;
  border-radius: 50%;
}

.keireki {
  margin-top: 1rem;
}
.keireki li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 1.1rem;
}
.keireki li span {
  width: 100px;
}

.voice-box ul {
  position: relative;
}
.voice-box li {
  padding: 0 1rem;
}
.voice-box img {
  display: block;
  width: 200px;
  border-radius: 50%;
  margin: 0 auto;
}
.voice-box p {
  margin-top: 1rem;
  font-family: 95%;
}
.voice-box p span {
  display: block;
  text-align: right;
  font-size: 90%;
  margin-top: 10px;
}
.voice-box .slick-arrow {
  position: absolute;
  z-index: 22;
}
.voice-box .back {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.voice-box .next {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.nm-text section.special h3 {
  margin: 2rem 0 1rem;
  border-bottom: 4px solid #173f93;
  padding-bottom: 1rem;
}

.sd-box .slick-arrow {
  position: absolute;
  z-index: 22;
}
.sd-box .back {
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sd-box .next {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

table.seika {
  margin: 1rem;
  width: 100%;
}
table.seika th,
table.seika td {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
table.seika th {
  border-color: #f44336;
}

.check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 2rem;
  font-size: 1.1rem;
}
.check li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.check li::before {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  font-size: 25px;
  font-weight: 900;
  background: #f44336;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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;
}

.nm-text section.cta .cta-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.nm-text section.cta .cta-methods .cta-box {
  width: 33%;
}
.nm-text section.cta .cta-methods .cta-box h3 {
  margin: 0 0 10px;
  font-size: 19px;
  text-align: center;
}
.nm-text section.cta .cta-methods .cta-box p {
  font-size: 13px;
  text-align: center;
}
.nm-text section.cta .cta-methods .cta-box .cta-icon {
  text-align: center;
  background: #173f93;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 1rem;
  padding: 20px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nm-text section.cta .cta-methods .cta-box a {
  display: block;
  margin-top: 10px;
  text-align: center;
  background: #2196f3;
  padding: 10px;
  border-radius: 1rem;
  color: #fff;
}
.nm-text section.cta .cta-methods .cta-box svg {
  fill: #fff;
  width: 40px;
}
.nm-text section.cta .cta-methods .line .cta-icon {
  background: #4caf50;
}
.nm-text section.cta p {
  text-align: center;
}
.nm-text section.cta p.nosales {
  color: #3f51b5;
  font-size: 90%;
}
.nm-text section.cta h2 {
  text-align: center;
}

.nm-text section .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nm-text section .item-box .item-inner {
  width: calc(25% - 0.75rem);
  position: relative;
}
.nm-text section .item-box .item-inner h3 {
  margin: 15px 0;
  font-size: 18px;
}
.nm-text section .item-box .item-inner a {
  color: #fff;
  display: block;
  text-align: center;
  background: #2196f3;
  padding: 10px;
  font-size: 80%;
  border-radius: 1rem;
  margin-top: 15px;
}
.nm-text section .item-box .item-inner span {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffeb3b;
  padding: 10px;
  font-size: 10px;
}

.shop table {
  width: 100%;
  line-height: 1.5;
}
.shop table th,
.shop table td {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.shop table th span,
.shop table td span {
  display: block;
  margin-top: 10px;
}
.shop table th span:first-child,
.shop table td span:first-child {
  margin-top: 0;
}
.shop table th {
  border-color: #173f93;
}

.post-area {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.post-area main {
  width: 70%;
}
.post-area .side-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.a-box article {
  position: relative;
  width: calc(50% - 1rem);
}
.a-box article span {
  position: absolute;
  left: 0;
  top: 0;
  background: #4caf50;
  line-height: 1.5;
  padding: 5px;
  font-size: 12px;
  color: #fff;
}
.a-box article h2 {
  margin: 10px 0;
  font-size: 1.1rem;
}
.a-box article time {
  display: block;
  text-align: right;
}

.post {
  line-height: 1.5;
}
.post .post-hd h1 {
  font-size: 1.5rem;
}
.post .post-hd .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post .entry-content p {
  margin-top: 1rem;
}
.post .entry-content h2 {
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  background: #2894ec;
  color: #fff;
  padding: 10px;
}
.post .entry-content h3 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  border-bottom: 3px solid #2894ec;
  padding-bottom: 0.5rem;
}
.post .entry-content h4 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  border-left: 3px solid #2894ec;
  padding-left: 0.5rem;
}
.post .entry-content ul {
  margin-top: 2rem;
}
.post .entry-content ul li {
  list-style: disc;
  margin-left: 2rem;
  margin-top: 0.5rem;
}
.post .entry-content ol {
  margin-top: 2rem;
}
.post .entry-content ol li {
  list-style: auto;
  margin-left: 2rem;
  margin-top: 0.5rem;
}
.post .entry-content img {
  max-width: 100%;
}
.post .entry-content table {
  margin-top: 2rem;
  width: 100%;
}
.post .entry-content table th,
.post .entry-content table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.post .entry-content blockquote {
  padding: 1rem;
  background: #ececec;
  margin-top: 2rem;
}
.post .entry-content blockquote p {
  margin-top: 0.5rem;
  text-align: right;
  font-size: 90%;
}
.post .entry-content blockquote p:first-child {
  margin-top: 0;
}

.news-box article {
  position: relative;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.news-box article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: relative;
}
.news-box article a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.about-btn a {
  color: #ffffff;
}

.related-posts {
  margin-top: 2rem;
}
.related-posts h2 {
  font-size: 1.2rem;
}
.related-posts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
.related-posts ul li {
  width: 25%;
}
.related-posts ul li h3 {
  margin-top: 10px;
}
.related-posts ul li time {
  display: block;
  text-align: right;
  margin-top: 5px;
}

.dr ul li {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dr ul li::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #173f93;
}

#access ul {
  margin-top: 1rem;
  font-size: 1.1rem;
}
#access ul li {
  margin-top: 1rem;
}
#access ul li span {
  display: block;
  margin-bottom: 10px;
}

.store-btn a {
  color: #173f93;
}

.nm-text .form-box .form-box-inner {
  background: #fff;
  padding: 2rem;
}
.nm-text .form-box .form-box-inner table {
  width: 100%;
}
.nm-text .form-box .form-box-inner table th,
.nm-text .form-box .form-box-inner table td {
  padding: 10px 0;
  width: 70%;
}
.nm-text .form-box .form-box-inner table th input,
.nm-text .form-box .form-box-inner table th textarea,
.nm-text .form-box .form-box-inner table th select,
.nm-text .form-box .form-box-inner table td input,
.nm-text .form-box .form-box-inner table td textarea,
.nm-text .form-box .form-box-inner table td select {
  padding: 10px;
}
.nm-text .form-box .form-box-inner table th p,
.nm-text .form-box .form-box-inner table td p {
  margin: 0 0 10px 0;
  font-size: 1rem;
}
.nm-text .form-box .form-box-inner table th .time-box,
.nm-text .form-box .form-box-inner table td .time-box {
  margin-top: 10px;
  margin-bottom: 20px;
}
.nm-text .form-box .form-box-inner table th .time-box:last-child,
.nm-text .form-box .form-box-inner table td .time-box:last-child {
  margin-bottom: 0;
}
.nm-text .form-box .form-box-inner table th .time-box-inner,
.nm-text .form-box .form-box-inner table td .time-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.nm-text .form-box .form-box-inner table th .time-box-inner select,
.nm-text .form-box .form-box-inner table td .time-box-inner select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.nm-text .form-box .form-box-inner table th {
  width: 30%;
  position: relative;
}
.nm-text .form-box .form-box-inner table th span {
  position: absolute;
  right: 1rem;
  background: #f44336;
  color: #fff;
  padding: 5px 10px;
  font-size: 10px;
}
.nm-text .form-box input[type=submit] {
  padding: 10px;
  line-height: 1.5;
  margin: 1rem auto;
  display: block;
  width: 200px;
  text-align: center;
  border: none;
}

.cta2 .cta-methods {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#secondary section {
  margin-bottom: 2rem;
}
#secondary section h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#secondary section ul {
  margin-top: 1rem;
}
#secondary section ul li {
  margin-top: 1rem;
}
#secondary section ul li span {
  display: block;
  margin-top: 5px;
  text-align: right;
}

.footer-nav > .menu-item.menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 0;
}

.item-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-area ul li {
  width: calc(25% - 1.5rem);
}
.item-area ul li h3 {
  margin: 1rem 0 1rem;
  font-size: 1.2rem;
}
.item-area ul li p {
  margin-top: 1rem;
  font-size: 90%;
}
.item-area ul li p span {
  display: block;
  text-align: right;
  font-size: 90%;
}

.b-list {
  line-height: 2;
  margin-left: 2rem;
}
.b-list li {
  list-style: disc;
}

.items-item-h3 h3 span {
  font-size: 17px;
  display: inline-block;
  margin-left: 10px;
}

.store-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nm-text section .item-box .item-inner h3 {
  min-height: 50px; /* 行数に合わせて調整 */
  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; /* 横方向も中央揃えしたい場合 */
  text-align: center; /* 複数行になった場合の中央寄せ */
}

.online-btn a {
  color: #ffffff;
  position: relative;
  z-index: 222;
}

.blog-btn a {
  color: #ffffff;
}/*# sourceMappingURL=main.css.map */