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

body {
  font-size: 1.5rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
}

.wp-block-columns {
  gap: 2em;
}

a {
  color: #007FDC;
}

a:hover {
  opacity: .8;
}

hr:not([class]) {
  margin: 35px auto;
  border-top: 2px dotted #ccc;
}

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: .2em;
  color: #ffff;
  text-align: center;
  background: #fc3a30;
  border-radius: 30px;
}
input[type="submit"]:hover {
  opacity: .7;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.external-link:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(img/external-link.svg) no-repeat;
}

.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: 14px;
  margin-bottom: 30px;
  background: #EBEBEB;
  font-size: 2rem;
  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: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
.post-article h3.wp-block-heading {
  padding: 5px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 6px solid #fc3a30;
}
.post-article h4.wp-block-heading {
  position: relative;
  padding: 8px 8px 8px 22px;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(img/icon-arrow-circle.svg) no-repeat left 10px/18px;
}
.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.6;
  letter-spacing: .05em;
  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 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-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%;
}
.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: 10px;
  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: 1.5em;
}
.post-article img {
  max-width: 100%;
  height: auto;
}
.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%;
}

.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;
}

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

.btn-wrap {
  margin: 40px auto;
  text-align: center;
}
.btn-wrap .back-btn {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 30px;
  line-height: 50px;
  border-radius: 25px;
  background: #fc3a30;
  color: #fff;
}
.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);
}

.heading-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 30px 10px;
  font-size: 2.8rem;
  letter-spacing: .05em;
}
.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 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.header-inner {
  position: relative;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  height: 60px;
  margin: auto;
  padding: 0 15px;
}
.header-logo a {
  display: inline-block;
  width: 150px;
  height: 55px;
  background: url(/wp-content/themes/akadako/img/header-logo.svg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header-menu-btn {
  display: none;
}
.header-menu {
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
  margin-left: auto;
}
.header-menu li a {
  display: block;
  padding: 8px 20px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.5rem;
  color: #555;
}
@media (max-width: 620px) {
  .header {
    /*!
    &-menu-btn{
      position: relative;
      display: block;
      cursor: pointer;
      right:10px;
      width: 50px;
      height:50px;
      border-radius: 5px;
      span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: $red;
        width: 45%;
        &:nth-of-type(1){
          top:15px; 
        }
        &:nth-of-type(2){
          top:23px; 
        }
        &:nth-of-type(3){
          top:31px; 
        }
      }
      &.active span{
        &:nth-of-type(1){
          top: 18px;
          left: 18px;
          transform: translateY(6px) rotate(-45deg);
          width: 30%;
        }
        &:nth-of-type(2){
          opacity: 0;
        }
        &:nth-of-type(3){
          top: 30px;
          left: 18px;
          transform: translateY(-6px) rotate(45deg);
          width: 30%;
        }
      }
    }
    */
    /*!
    &-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;
      li{
        width:50%;
        border-right:1px solid #ccc;
        border-bottom:1px solid #ccc;
        &:nth-of-type(even){
          border-right:none;
        }
        &:nth-of-type(odd):last-of-type{
          border-bottom:none;
        }
        a{
          padding:15px 8px;
        }
      }
      &.active{
        display: flex;
      }
    }
    */
  }
  .header-inner {
    height: 60px;
    justify-content: space-between;
  }
  .header-menu-scroll {
    display: none;
    position: absolute;
    z-index: 5;
    top: 60px;
    left: 0;
    padding: 0;
    width: 100%;
  }
  .header-menu-scroll.active {
    display: block;
  }
}

.breadcrumbs-list {
  display: flex;
  flex-wrap: nowrap;
  width: 1000px;
  max-width: 100%;
  padding: 15px;
  margin: auto;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs-list::-webkit-scrollbar {
  display: none;
}
.breadcrumbs-list li {
  position: relative;
  padding-right: 25px;
  line-height: 20px;
  white-space: nowrap;
}
.breadcrumbs-list li:after {
  position: absolute;
  top: 7px;
  right: 10px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
}
.breadcrumbs-list li:last-of-type:after {
  display: none;
}
.breadcrumbs-list li:first-of-type a {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(img/breadcrumbs-home-icon.svg) no-repeat center/contain;
}

.main {
  width: 1000px;
  max-width: 100%;
  min-height: calc(100vh - 240px);
  padding: 10px 15px;
  margin: auto;
}

.top-animation-wrap {
  margin-bottom: 15px;
  justify-content: space-between;
}
.top-animation-wrap .animation-img {
  margin-bottom: 0;
}
@media (max-width: 781px) {
  .top-animation-wrap {
    gap: 1em;
  }
  .top-animation-wrap .animation-img {
    width: 70%;
    margin: auto;
  }
}

.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: 500px) {
  .top-main-img {
    height: 115vw;
    max-height: none;
  }
}

.top-lead-txt {
  margin: 50px auto 50px 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: 500px) {
  .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;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  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;
  border: 2px solid #d9d9d9;
}
.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: 959px) {
  .outline-box {
    width: 100%;
    margin: 2% 0;
    padding: 20px 20px 40px 20px;
  }
  .outline-box-heading {
    font-size: 2rem;
  }
}

.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 {
  margin: 0 12px 12px 0;
  text-align: center;
}
.purchase-banner div a {
  text-decoration: underline;
}
.purchase-banner div img {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
@media (max-width: 959px) {
  .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: 500px) {
  .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: 500px) {
  .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: 700px;
  margin: auto;
}
.contact-table tr {
  width: 100%;
}
.contact-table th, .contact-table td {
  padding: 20px 10px;
  border-top: 2px solid #ccc;
}
.contact-table .required {
  display: inline-block;
  width: 50px;
  margin-left: 5px;
  padding: 5px;
  background: red;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .contact-table th, .contact-table td {
    width: 100%;
    display: block;
  }
  .contact-table td {
    padding-top: 0;
    border-top: none;
  }
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 100px;
}

.youtube-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
}

#mailpoet_form_6 {
  width: 600px !important;
  max-width: 100% !important;
  margin: auto;
}
#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: 280px !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;
}
#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);
}

.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;
}

.bookingDate:before, .bookingTime:before {
  display: inline-block;
  content: "";
  margin-rigfht: 5px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.bookingDate:before {
  background: url(img/icon-cal.svg) no-repeat center/contain;
}

.bookingTime {
  margin-right: 1em;
}
.bookingTime:before {
  background: url(img/icon-time.svg) no-repeat center/contain;
}

.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;
}

.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: 500px) {
  .work-list li {
    width: 45%;
  }
}
.work-list-link {
  color: #555;
}
.work-list-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.work-list-title {
  margin-bottom: 4px;
  font-size: 1.8rem;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-article {
  width: calc(100% - 350px);
  margin-bottom: 15px;
}
.single-article-date, .single-article-cat {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  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: 300px;
}
.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;
}
.single-side-img {
  width: 140px;
  height: auto;
  margin-right: 14px;
}
@media (max-width: 959px) {
  .single-article, .single-side {
    width: 100%;
  }
  .single-side-img {
    width: 150px;
  }
}

.footer {
  padding: 30px 10px;
  background: #fc3a30;
}
.footer-logo {
  width: 250px;
  margin: 0 auto 40px 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;
}

.product-tab-list {
  display: flex;
}
.product-tab-list li {
  position: relative;
  margin-right: 10px;
  width: 150px;
}
.product-tab-list li:nth-of-type(1) label {
  padding: 10px 5px 10px 70px;
  background-image: url(img/product-icon_at.svg);
  background-size: 50px;
  background-position: 10px center;
}
.product-tab-list li:nth-of-type(2) label {
  padding: 10px 5px 10px 70px;
  background-image: url(img/product-icon_tr.svg);
  background-size: 60px;
  background-position: 5px center;
}
.product-tab-list li:nth-of-type(3) label {
  padding: 10px 5px 10px 40px;
  background-image: url(img/product-icon_tm.svg);
  background-size: 28px;
  background-position: 8px center;
}
.product-tab-list input {
  display: none;
}
.product-tab-list label {
  display: block;
  width: 100%;
  height: 50px;
  border: 2px solid #ccc;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
}
.product-tab-list label span:nth-of-type(1) {
  display: block;
  margin-bottom: 3px;
  font-size: 1.2rem;
  font-weight: bold;
}
.product-tab-list label span:nth-of-type(2) {
  display: block;
  font-size: 1rem;
}
.product-tab-list label:has(input:checked) {
  position: absolute;
  height: 52px;
  background-color: #fff;
}
@media (max-width: 500px) {
  .product-tab-list {
    justify-content: space-between;
  }
  .product-tab-list li {
    width: 32%;
    margin: 0;
  }
  .product-tab-list li:nth-of-type(1) label {
    padding: 30px 0 0 0;
    background-size: 64px;
    background-position: center 10px;
    background-image: url(img/product-icon_at-yellow.svg);
  }
  .product-tab-list li:nth-of-type(2) label {
    padding: 30px 0 0 0;
    background-size: 46px;
    background-position: center 8px;
  }
  .product-tab-list li:nth-of-type(3) label {
    padding: 30px 0 0 0;
    background-size: 18px;
    background-position: center 2px;
  }
  .product-tab-list li label {
    height: 64px;
  }
  .product-tab-list li label span {
    text-align: center;
  }
  .product-tab-list li label:has(input:checked) {
    height: 66px;
  }
}
.product-tab-list-border {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 25px;
  border-bottom: 2px solid #ccc;
  z-index: -1;
}

.top-heading-wrap {
  position: relative;
}
.top-heading-wrap .top-heading {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.top-heading-wrap .top-heading .icon-beginner {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.top-heading-wrap .top-heading .icon-pc {
  width: 34px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .top-heading-wrap .top-heading {
    margin-bottom: 5px;
  }
}
.top-heading-wrap .spec-link {
  position: absolute;
  top: 4px;
  right: 0;
}
@media (max-width: 750px) {
  .top-heading-wrap .spec-link {
    position: relative;
    margin-bottom: 10px;
  }
}
.top-heading-wrap .spec-link li {
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.top-heading-wrap .spec-link li:before {
  content: "";
  display: inline-block;
  background: #f73a31;
  height: calc(tan(60deg) * 15px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 2px;
}

.official-heading {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.official-heading img {
  width: 40px;
  display: inline-block;
  margin-right: 5px;
}

.content-AT, .content-TR, .content-TM {
  display: none;
  margin-bottom: 20px;
}

.product-tab-list:has(input[value="AT"]:checked) ~ .content-AT,
.product-tab-list:has(input[value="TR"]:checked) ~ .content-TR,
.product-tab-list:has(input[value="TM"]:checked) ~ .content-TM {
  display: block;
}

.guide-list {
  display: flex;
  justify-content: center;
  gap: 5%;
  counter-reset: my-counter;
}
.guide-list li {
  width: 50%;
  max-width: 250px;
}
.guide-list li img {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  border: 2px solid #ccc;
}
.guide-list li span {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  line-height: 1.3;
}
.guide-list li span:before {
  position: absolute;
  left: 0;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #2fc453;
  color: #fff;
  line-height: 20px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.product-tab-list:has(input:checked) ~ .modal-overlay {
  display: none;
}

.modal-overlay {
  display: block;
  z-index: 99999;
  background: #000000a6;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.modal-content {
  width: 90vw;
  max-width: 560px;
  padding: 30px 10px 50px;
  background: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.modal-product-text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.modal-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.modal-product-list li a {
  display: block;
  padding-top: 80px;
  width: 120px;
  height: 120px;
  border: 2px solid #ccc;
  text-align: center;
  color: #555;
}
.modal-product-list li a span:nth-of-type(1) {
  display: block;
  margin-bottom: 2px;
  font-size: 1.3rem;
  font-weight: bold;
}
.modal-product-list li a span:nth-of-type(2) {
  display: block;
  font-size: 1.2rem;
}
.modal-product-list li a:hover {
  border: 2px solid #fdb50e;
}
.modal-product-list li:nth-of-type(1) a {
  background: url(img/product-icon_at.svg) no-repeat center 10px/75px;
}
.modal-product-list li:nth-of-type(2) a {
  background: url(img/product-icon_tr.svg) no-repeat center 25px/90px;
}
.modal-product-list li:nth-of-type(3) a {
  background: url(img/product-icon_tm.svg) no-repeat center 10px/45px;
}

.dict-search-title {
  margin-bottom: 10px;
  padding-bottom: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}
.dict-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.dict-tag-list li {
  margin: 0 10px 10px 0;
}
.dict-tag-list li input {
  display: none;
}
.dict-tag-list 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;
}
.dict-tag-list li input:checked + span {
  background: #ffc008;
  color: #555;
}
.dict-search-form {
  margin-bottom: 15px;
  width: 100%;
  max-width: 400px;
}
.dict-search-form input {
  width: 100%;
  padding-left: 35px;
  border: 2px solid #ccc;
  background: url(img/icon-search.svg) no-repeat 8px center/22px;
  border-radius: 0;
  height: 44px;
}
.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;
}
.dict-tmb-list li a {
  position: relative;
}
@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: #555;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
.dict-tmb-title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #555;
}
.dict-tmb-overview {
  font-size: 1.4rem;
  color: #555;
}

.dict-tmb-list li {
  position: relative;
}
.dict-tmb-list li#dict-A031:before, .dict-tmb-list li#dict-A031R:before, .dict-tmb-list li#dict-A031M:before, .dict-tmb-list li#dict-A040:before, .dict-tmb-list li#dict-A040R:before, .dict-tmb-list li#dict-A040M:before, .dict-tmb-list li#dict-B002:before, .dict-tmb-list li#dict-B002R:before, .dict-tmb-list li#dict-B002M:before, .dict-tmb-list li#dict-B009:before, .dict-tmb-list li#dict-B009R:before, .dict-tmb-list li#dict-B009M:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 65%;
  aspect-ratio: 32 / 10;
  pointer-events: none;
  top: 5px;
  left: 5px;
  z-index: 1;
  background: url(img/tmb-icon_all.png) left center/cover;
}
.dict-tmb-list li#dict-A022:before, .dict-tmb-list li#dict-A022M:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 65%;
  aspect-ratio: 32 / 10;
  pointer-events: none;
  top: 5px;
  left: 5px;
  z-index: 1;
  background: url(img/tmb-icon_card-block-ai.png) left center/cover;
}
.dict-tmb-list li#dict-B008:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 65%;
  aspect-ratio: 32 / 10;
  pointer-events: none;
  top: 5px;
  left: 5px;
  z-index: 1;
  background: url(img/tmb-icon_block-ai-doc.png) left center/cover;
}
.dict-tmb-list li#dict-B007M:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 65%;
  aspect-ratio: 32 / 10;
  pointer-events: none;
  top: 5px;
  left: 5px;
  z-index: 1;
  background: url(img/tmb-icon_card-block.png) left center/cover;
}
.dict-tmb-list li#dict-A036:before, .dict-tmb-list li#dict-A041:before, .dict-tmb-list li#dict-B004:before, .dict-tmb-list li#dict-A024:before, .dict-tmb-list li#dict-A024R:before, .dict-tmb-list li#dict-A024M:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 65%;
  aspect-ratio: 32 / 10;
  pointer-events: none;
  top: 5px;
  left: 5px;
  z-index: 1;
  background: url(img/tmb-icon_block-ai.png) left center/cover;
}
.dict-tmb-list li#dict-A039M:before, .dict-tmb-list li#dict-A028:before, .dict-tmb-list li#dict-A016:before, .dict-tmb-list li#dict-A016M:before, .dict-tmb-list li#dict-A015:before, .dict-tmb-list li#dict-B006:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 65%;
  aspect-ratio: 32 / 10;
  pointer-events: none;
  top: 5px;
  left: 5px;
  z-index: 1;
  background: url(img/tmb-icon_block.png) left center/cover;
}

.icon-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.icon-note li {
  margin-right: 30px;
  margin-bottom: 10px;
}
.icon-note li img {
  margin-right: 5px;
  width: 50px;
  height: auto;
  vertical-align: middle;
}

.dict-detail * {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.dict-detail .dict-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  position: relative;
  padding: 15px 0 8px 0;
  border-bottom: 2px solid #fc3a30;
  margin-bottom: 30px;
}
.dict-detail .dict-header-title-wrap {
  padding-left: 70px;
  margin-right: 15px;
}
.dict-detail .dict-header-title-wrap .tag {
  display: inline-block;
  margin-right: 4px;
  padding: 5px 8px;
  margin-bottom: 4px;
  background: #555;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
}
.dict-detail .dict-header-title-wrap .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.dict-detail .dict-header-btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dict-detail .dict-header .teacher-btn {
  position: relative;
  margin-right: 5px;
  padding: 8px 6px 8px 30px;
  font-size: 1.2rem;
  color: #fc3a30;
  border: 1px solid #fc3a30;
  border-radius: 8px;
  white-space: nowrap;
}
.dict-detail .dict-header .teacher-btn:before, .dict-detail .dict-header .teacher-btn:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 14px;
  width: 3px;
  height: 10px;
  border-radius: 9999px;
  background-color: #fc3a30;
  transform-origin: 50% calc(100% - 1.5px);
}
.dict-detail .dict-header .teacher-btn:before {
  transform: rotate(45deg);
}
.dict-detail .dict-header .teacher-btn:after {
  transform: rotate(-45deg);
}
.dict-detail .dict-header .app-btn {
  margin-right: 5px;
  padding: 8px 6px 8px 30px;
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid #fc3a30;
  border-radius: 8px;
  white-space: nowrap;
  background: url(img/icon-new-window.svg) no-repeat #fc3a30 8px center/16px;
}
.dict-detail .dict-header .link-btn {
  width: 36px;
  height: 36px;
  font-size: 0;
  background: url(img/icon-link.svg) no-repeat center/20px;
}
@media (max-width: 500px) {
  .dict-detail .dict-header-title-wrap .title {
    font-size: 2rem;
  }
}
.dict-detail figure:not([class]) {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
}
.dict-detail figure:not([class]) img {
  margin-bottom: 5px;
  border: 2px solid #ccc;
}
.dict-detail figure:not([class]) figcaption {
  text-align: center;
}
.dict-detail h3:not([class]) {
  padding: 10px;
  margin: 20px 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: 20px 0 20px 0;
}
.dict-detail img:not([class]) {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 20px auto 30px auto;
}
.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: 500px) {
  .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 table:not([class]) {
  margin: 20px auto;
  border: 1px solid #ccc;
  min-width: 400px;
  max-width: 100%;
}
@media (max-width: 500px) {
  .dict-detail table:not([class]) {
    min-width: auto;
    width: 100%;
  }
}
.dict-detail table:not([class]) th {
  background: #eee;
}
.dict-detail table:not([class]) th, .dict-detail table:not([class]) td {
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 1.4;
  word-break: break-all;
}
.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;
}

body.AT .dict-header-title-wrap, .dict-header-title-wrap {
  background: url(img/dict-device_at.svg) no-repeat left center/65px;
}

body.TR .dict-header-title-wrap {
  background: url(img/dict-device_tr.svg) no-repeat left center/70px;
}

body.TM .dict-header-title-wrap {
  background: url(img/dict-device_tm.svg) no-repeat left center/70px;
}

.recipe-link-message {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
.recipe-link-qrcode img {
  display: block;
  margin: 0 auto 30px auto;
  width: 100%;
  height: 100%;
  max-width: calc(100vh - 400px);
  max-height: calc(100vh - 400px);
  min-width: 320px;
  min-height: 320px;
}
.recipe-link-copy {
  display: flex;
  margin: auto;
  width: 800px;
  max-width: 100%;
}
.recipe-link-copy input {
  width: calc(100% - 140px);
  height: 60px;
  border: 2px solid #ccc;
  border-right: none;
  border-radius: 10px 0 0 10px;
  background: #fff;
  font-size: 2.8rem;
}
.recipe-link-copy button {
  width: 140px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  font-size: 1.8rem;
  color: #fff;
  white-space: nowrap;
  background: #fc3a30;
  cursor: pointer;
}
