html {
  scroll-behavior: smooth;
  scroll-padding-top: 10px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}

.fix_contact {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fix_contact .f_tel {
  width: 25%;
}

.fix_contact .f_link_btn_box {
  margin-right: 2%;
  margin-left: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .fix_contact .f_link_btn_box {
    margin-right: 0;
    width: 75%;
  }
}
.fix_contact .f_link_btn_box a {
  font-family: "Kaisei Opti", serif;
  width: 33.3333333333%;
  color: #333;
  background-color: #FAE34C;
  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;
  cursor: pointer;
  text-decoration: none;
  border-right: 1px solid #F19B38;
}
@media print, screen and (min-width: 769px) {
  .fix_contact .f_link_btn_box a {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fix_contact .f_link_btn_box a:hover {
  background: #FFFF00;
}
.fix_contact .f_link_btn_box a img {
  height: 80%;
  width: auto;
}
@media print, screen and (min-width: 769px) {
  .fix_contact .f_link_btn_box a img {
    width: 100%;
    height: auto;
  }
}

.cta_area {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1080px) {
  .cta_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cta_area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FAE34C;
  color: #333;
  text-decoration: none;
  font-family: "Kaisei Opti", serif;
  font-size: 1.6rem;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-bottom: 30px;
  cursor: pointer;
  width: 85%;
  min-width: 280px;
  max-width: 380px;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .cta_area a {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1080px) {
  .cta_area a {
    width: 40%;
    min-width: 336px;
    max-width: initial;
  }
}
.cta_area a::before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #FAE34C;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta_area a::after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #FAE34C;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta_area a img {
  margin-right: 10px;
}
.cta_area a span::before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta_area a span::after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta_area a:hover {
  background-color: #FFFF00;
}
.cta_area a:hover::before {
  background-color: #FFFF00;
}
.cta_area a:hover::after {
  background-color: #FFFF00;
}
.cta_area i {
  display: inline-block;
}

.link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media print, screen and (min-width: 769px) {
  .link_area {
    margin-top: 60px;
  }
}
.link_area a {
  width: 100%;
  max-width: 320px;
  border: 1px solid #8E8E8E;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  font-family: "Kaisei Opti", serif;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 15px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .link_area a {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1080px) {
  .link_area a {
    width: calc((100% - 40px) / 3);
    max-width: 320px;
  }
}
.link_area a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
.link_area a:hover {
  color: #DB963E;
  border: 1px solid #DB963E;
}
.link_area a:hover::after {
  border-right: 1px solid #DB963E;
  border-bottom: 1px solid #DB963E;
}

.cms_wp_editor .toc {
  margin-bottom: 1em;
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-left: 5px solid #333;
}
.cms_wp_editor .tocTitle {
  font-weight: bold;
  margin-bottom: 0;
}
.cms_wp_editor .tocList {
  margin-top: 0;
}
.cms_wp_editor .tocList li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cms_wp_editor .tocList li.item-h2 {
  margin-bottom: 0;
  padding-left: 4px;
}
.cms_wp_editor .tocList li a {
  text-decoration: none;
  color: #333;
}
.cms_wp_editor .tocListSub {
  margin-top: 0;
}