@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  counter-reset: number 0;
  scroll-behavior: smooth;
  color: #282929;
  font-size: 16px;
}
strong, b {
  font-weight: 800;
}
::-webkit-scrollbar {
  width: 16px;
  background-color: #f2f2f2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 10px 10px #909090;
  border: solid 4px transparent;
}
a:link {
  text-decoration: none;
  color: #282929;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.9;
}
a:visited, a:active, a:hover {
  text-decoration: none;
  color: #282929;
}
p, ul li, ol li, table, dt, dd, span {
  line-height: 160%;
  text-align: left;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
}
hr {
  margin: 100px 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.none {
  display: none;
}
#loading {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #FFE03F;
  background-image: repeating-linear-gradient(-45deg, #F9EB9A, #F9EB9A 1px, transparent 1px, transparent 36px);
  text-align: center;
}
#logo {
  position: absolute;
  width: 200px;
  height: 37px;
  background: url("../image/logo.svg");
  background-size: cover;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  margin-top: -40px;
}
#loadnig_num {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 300px;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 16px;
}
.wrapper {
  width: 100%;
  background:
    url("../image/header_bg.png") right top no-repeat, repeating-linear-gradient(-45deg, #F9EB9A, #F9EB9A 1px, transparent 1px, transparent 36px), #FFE03F;
}
.wrap, .contents {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1140px) {
  .br_onlypc {
    display: none;
  }
}
@media (max-width: 768px) {
  .wrap {
    margin: 0 auto;
    padding: 0px 11px;
    width: calc(100% - 22px);
  }
}
header {
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
}
@media (min-width: 1001px) {
  header {
    position: fixed;
    top: 0;
    background: transparent;
    transition: background-color 0.3s ease;
  }
  .main_visual {
    padding-top: 80px;
  }
  header.scrolled {
    background-color: rgba(255, 255, 255, 1.0);
  }
}
h1 {
  width: 200px;
  height: 37px;
  position: absolute;
  margin: 0;
  z-index: 99;
  top: 24px !important;
  left: 24px;
}
h1 a {
  width: 200px;
  height: 37px;
  display: block;
  background: url("../image/logo.svg");
  background-size: 200px 37px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1200px) {
  h1 {
    width: 150px;
    height: 28px;
  }
  h1 a {
    width: 150px;
    height: 28px;
    background-size: 150px 28px;
  }
}
/*メインビジュアル*/
.main_visual {
  width: 100%;
  position: relative;
}
.main_visual img:nth-child(2) {
  margin-top: -50px;
  width: 80%;
}
.main_visual img.txt {
  margin-top: -50px;
  width: 80%;
}
.main_visual .fuji {
  margin-top: -5%;
  width: 100%;
  background: url("../image/fuji2.png") no-repeat top center/100% auto;
  aspect-ratio: 13 / 5;
  position: relative;
}
.main_visual .fuji .top_round {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
section {
  padding: 0px 0px;
  box-sizing: border-box;
}
section:nth-of-type(1) {
  background: #fff;
  padding: 30px 5px 50px;
}
section:nth-of-type(1) p {
  text-align: center;
}
@media (max-width: 768px) {
  section:nth-of-type(1) p {
    text-align: left;
  }
}
section:nth-of-type(1) h2.ttl::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #FFE03F;
  border-radius: 3px;
}
section:nth-of-type(1) .round_btn_b {
  padding-top: 16px !important;
}
section:nth-of-type(2) h2.ttl {
  margin-top: 80px;
}
section:nth-of-type(2) h2.ttl::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #FFFADE;
  border-radius: 3px;
}
section:nth-of-type(2) h2.ttl span {
  color: #FFFADE;
}
@media (min-width: 768px) {
  section:nth-of-type(2) .wrap {
    padding: 60px 0px 40px;
  }
}
section:nth-of-type(3) {
  background: #44a383;
}
section:nth-of-type(3) h2.ttl {
  color: #fff;
  margin-top: 60px;
}
section:nth-of-type(3) h2.ttl::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #FFE03F;
  border-radius: 3px;
}
section:nth-of-type(3) h2.ttl span {
  color: #ccc;
}
section:nth-of-type(3) .about:nth-of-type(1) {
  margin-top: 80px;
}
@media (min-width: 768px) {
  section:nth-of-type(3) .about:last-child {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  section:nth-of-type(3) .about:nth-of-type(1) {
    margin-top: 40px !important;
  }
  section:nth-of-type(3) .about:last-child {
    margin-bottom: -40px;
  }
}
@media (max-width: 768px) {
  section:nth-of-type(3) .about p {
    margin: 5px 0px;
  }
  .about {
    padding-top: 10px;
  }
}
section:nth-of-type(4) {
  background: #FFE03F;
}
section:nth-of-type(4) p.ttl {
  text-align: center;
  padding: 20px 0px;
}
section:nth-of-type(4) h2.ttl::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}
section:nth-of-type(4) h2.ttl span {
  color: #fff;
}
section:nth-of-type(4) p.grn_ttl {
  text-align: center;
  padding: 5px 0px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #44A383;
}
@media (max-width: 768px) {
  section:nth-of-type(4) p.grn_ttl {
    font-size: 20px;
  }
}
section:nth-of-type(4) .wrap {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  section:nth-of-type(4) p.ttl {
    margin: 50px 0px 30px;
  }
}
@media (max-width: 768px) {
  section:nth-of-type(4) .wrap {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  section:nth-of-type(5) p.ttl {
    margin: 50px 0px 10px;
  }
}
section:nth-of-type(5) {
  background: #44a383;
}
section:nth-of-type(5) h2.ttl {
  color: #fff;
}
section:nth-of-type(5) h2.ttl::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #FFE03F;
  border-radius: 3px;
}
section:nth-of-type(5) h2.ttl span {
  color: #ccc;
}
section:nth-of-type(5) p {
  text-align: center;
  color: #fff;
}
section:nth-of-type(5) img {
  margin: 30px 10%;
  width: 80%;
}
section:nth-of-type(5) .wrap {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section:nth-of-type(5) .wrap {
    padding-bottom: 50px;
  }
  section:nth-of-type(5) p.ttl {
    margin-top: 40px;
  }
}
section:nth-of-type(6) {
  background: #fff;
  padding: 100px 0px;
}
@media (min-width: 768px) {
  section:nth-of-type(6) {
    padding: 120px 0px;
  }
}
@media (max-width: 768px) {
  section:nth-of-type(6) {
    padding: 50px 0px;
  }
}
section:nth-of-type(6) h2.ttl::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #FFE03F;
  border-radius: 3px;
}
h2.ttl {
  text-align: center;
  display: inline-block;
  margin: 50px auto 0px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
}
h2.ttl span {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  white-space: nowrap;
  color: #cecece;
}
p.ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 150%;
  margin: 15px 0px;
}
@media (max-width: 768px) {
  h2.ttl {
    font-size: 32px;
  }
  h2.ttl span {
    font-size: 15px;
  }
  p.ttl {
    font-size: 24px;
    line-height: 140%;
  }
  p {
    font-size: 16px;
    line-height: 160%;
  }
}
.spec .box25 img {
  width: 98%;
}
.spec .box25 p {
  position: absolute;
  bottom: 0;
  width: 100%;
  top: 80%;
  box-sizing: border-box;
  padding: 0px 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .spec .box25 img {
    width: 100%;
  }
  .spec .box25 p {
    left: 4%;
    width: 92%;
    font-size: 18px;
  }
  .spec {
    margin-bottom: -30px;
  }
}
img.plus {
  max-width: 300px;
  margin: 10px auto -10px;
  display: block;
}
.contents4_0 {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.contents4_0 p {
  position: absolute;
  top: 60%;
  width: 58%;
  left: 40%;
  box-sizing: border-box;
  font-size: 14px;
}
.contents4_0 a {
  position: absolute;
  bottom: 20px;
  right: 2%;
  font-size: 14px;
  color: #0357FF;
  text-decoration: underline;
}
.contents4_0 a img {
  height: 18px;
}

.contents4_0 a img {
  margin-top:-4px;
}

@media (max-width: 1000px) {
  .contents4_0 img {
    width: 100%;
  }
  .contents4_0 p {
    left: 4%;
    width: 92%;
    font-size: 16px;
    bottom: 10px;
    padding: 0px 20px;
    top: 80%;
  }
  .contents4_0 a {
    display: none;
  }
}
.about {
  margin: 30px 0px;
}
.about .box p {
  color: #fff;
}
.about .box p span {
  color: #FFE03F;
}
.about:nth-child(4) {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .about .box45 {
    padding: 15px 20px;
  }
}
.flow {
  padding-top: 50px;
  margin-bottom: 80px;
}
.flow .box img.icon {
  width: 100%;
  margin: 10px 0px;
}
.flow .box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: 30px;
  height: 43px;
  background-image: url('../image/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.flow .box p {
  font-size: 18px;
  text-align: center;
  margin: 0px;
}
@media (max-width: 768px) {
  .flow {
    padding-top: 30px;
    margin-bottom: 0px !important;
  }
  .flow .box:not(:last-child) {
    padding-bottom: 10px;
  }
  .flow .box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -14px;
    right: auto;
    left: 26%;
    transform: rotate(90deg); /* ← ここで回転 */
    width: 13px;
    height: 19px;
    background-image: url('../image/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .flow .box img.icon {
    width: 35%;
    margin-right: 10px;
  }
  .flow .box p {
    font-size: 20px;
    font-weight: bold;
  }
  .flow .box {
    display: flex;
    align-items: center;
    padding-left: 50px;
  }
}
.btn {
  max-width: 650px;
  background: #44a383;
  margin: 100px auto 100px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
}
.btn img:nth-child(1) {
  width: 28%;
  position: absolute;
  bottom: 0;
  left: 7%;
}
.btn img:nth-child(2) {
  width: 75%;
  left: 25%;
  position: relative;
  margin-bottom: 10px;
}
.btn a {
  position: relative;
  display: block;
  width: 40%;
  left: 43%;
  text-align: center;
  background: #FFE03F;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: bold;
}
.btn a:hover {
  background: #fff;
  color: #44a383;
}
@media (max-width: 768px) {
  .btn img:nth-child(1) {
    bottom: 0%;
    width: 160px !important;
  }
  .btn img:nth-child(2) {
    width: 100%;
    left: 0%;
  }
  .btn a {
    width: 80%;
    left: 10%;
  }
}
.round_btn_a a {
  background: #282929;
  color: #fff;
  display: block;
  margin: 20px auto;
  border-radius: 20px;
  padding: 9px 10px;
  width: 330px;
  box-sizing: border-box;
  font-weight: bold;
}
.round_btn_a a img {
  height: 18px;
  top: -2.5px;
  position: relative;
  margin-left: 2px;
}
.round_btn_b a {
  background: #282929;
  color: #fff;
  display: block;
  margin: 20px auto;
  border-radius: 20px;
  padding: 9px 10px;
  width: 330px;
  box-sizing: border-box;
  font-weight: bold;
}
.round_btn_c a {
  border: 2px solid #282929;
  display: block;
  margin: 20px auto;
  border-radius: 20px;
  padding: 6px 6px;
  width: 310px;
  color: #282929;
  font-weight: bold;
  box-sizing: border-box;
}
.round_btn_a a:hover, .round_btn_b a:hover, .round_btn_c a:hover {
  background: #44a383;
}
.round_btn_b a img, .round_btn_c a img {
  height: 18px;
  top: -2.2px;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .round_btn_b a, .round_btn_c a {
    margin: 0px auto;
  }
}
a.to_top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  position: fixed;
  right: 10px;
  bottom: 30px;
  display: block;
  cursor: pointer;
  border: 1px solid #000;
  opacity: 0;
}
a.to_top.show {
  opacity: 1;
  pointer-events: auto;
}
a.to_top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .flexbox {
  max-width: 640px;
  margin: 0 auto;
}
footer {
  background: #FFE03F;
  padding: 80px 0px 80px 0px;
  color: #000;
  text-align: center;
}
footer h3 {
  width: 200px;
  height: 37px;
  margin: 30px auto;
}
footer h3 a {
  width: 200px;
  height: 37px;
  display: block;
  background: url("../image/logo.svg");
  background-size: 200px 37px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer p {
  font-size: 14px;
  width: 680px;
  max-width: 80%;
  line-height: 160%;
  margin: 10px auto;
}
@media (max-width: 768px) {
  footer p {
    text-align: center;
  }
}
footer p:nth-of-type(1) {
  text-align: center !important;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
footer ul li {
  position: relative;
  padding: 0px 10px;
  font-weight: bold;
}
footer ul li + li:after {
  content: "";
  height: 10px;
  width: 1px;
  background: #000;
  top: 7px;
  position: absolute;
  left: 0;
}
footer ul li a {
  border-radius: 50%;
  padding: 8px 10px;
}
footer ul.contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul.contact li {
  display: block;
  width: 100%;
  margin: 5px 0px 10px 0px;
}
footer ul.contact li a {
  background: #fff;
  padding: 20px;
  height: 100%;
  display: block;
  color: #000;
  text-align: center;
  position: relative;
}
footer ul.contact li:nth-child(3) a {
  background: rgba(166, 158, 143, 1.00);
}
footer ul.contact li:nth-child(4) a {
  background: #4d4d4d;
  color: #fff;
}
footer ul.contact li a i {
  position: absolute;
  left: 15px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
footer ul.contact li a:after {
  width: 40px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
}
footer ul.contact li:nth-child(4) a:after {
  background: #fff;
}
footer ul li a img {
  height: 14px;
  top: -2px;
  position: relative;
}
footer .flexbox {
  margin-bottom: 30px;
}
footer p:nth-of-type(1) a {
  text-decoration: underline;
}
footer p:nth-of-type(2) a {
  text-decoration: none;
}
copy {
  display: block;
  text-align: center;
}
.flexbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.flex-start {
  align-items: flex-start !important;
}
.space-between {
  justify-content: space-between !important;
}
.space-around {
  justify-content: space-around !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.stretch {
  align-items: stretch !important;
}
.row-reverse {
  flex-direction: row-reverse !important;
}
.flexbox .box10 {
  width: 10%;
}
.flexbox .box16 {
  width: 16%;
}
.flexbox .box18 {
  width: 18%;
}
.flexbox .box28 {
  width: 28%;
}
.flexbox .box20 {
  width: 20%;
}
.flexbox .box25 {
  width: 25%;
}
.flexbox .box30 {
  width: 30%;
}
.flexbox .box35 {
  width: 35%;
}
.flexbox .box33 {
  width: 33.333%;
}
.flexbox .box40 {
  width: 40%;
}
.flexbox .box45 {
  width: 45%;
}
.flexbox .box50 {
  width: 50%;
}
.flexbox .box55 {
  width: 55%;
}
.flexbox .box60 {
  width: 60%;
}
.flexbox .box65 {
  width: 65%;
}
.flexbox .box70 {
  width: 70%;
}
.flexbox .box75 {
  width: 75%;
}
.flexbox .box80 {
  width: 80%;
}
.flexbox .box100 {
  width: 100%;
}
.flexbox .box {
  box-sizing: border-box !important;
  position: relative;
}
.boxpadding {
  padding: 20px;
  box-sizing: border-box;
}
dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dd, dt {
  margin: 0;
}
.map, .map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map iframe {
  width: 100% !important;
  height: 300px !important;
}
@media (min-width: 1001px) {
  .onlysp {
    display: none !important;
  }
  #navTgl, label.close, label.open {
    display: none;
  }
  ul.main {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
  }
  ul.main li {
    padding: 0 10px;
  }
  ul.main li a {
    font-weight: bold;
    padding: 8px 0px;
    display: block;
    font-size: 15px;
  }
  ul.main li:last-child a {
    padding: 8px 30px;
    border-radius: 20px;
    background: #000;
    color: #fff;
    display: block;
  }
  ul.main li:last-child a:hover {
    background: #44a383;
  }
}
@media (max-width: 1200px) {
  ul.main {
    top: 20px;
    right: 3px;
  }
  ul.main li {
    padding: 0 4px;
  }
  ul.main li a {
    font-weight: bold;
    padding: 3px 0px;
    display: block;
    font-size: 15px;
  }
  ul.main li:last-child a {
    padding: 8px 10px;
    border-radius: 20px;
    background: #000;
    color: #fff;
    display: block;
    margin-top: -4px;
  }
}
ul.main li img {
  height: 14px;
  top: -2px;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 1000px) {
  .onlypc {
    display: none !important;
  }
  #navTgl {
    display: none;
  }
  label.close {
    background-color: rgba(0, 0, 0, 0);
  }
  label.open, label.close {
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 0px;
  }
  .open {
    z-index: 2;
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 50%;
    -webkit-transition: background-color .6s, -webkit-transform .6s;
    transition: background-color .6s, transform .6s;
    background-color: #000;
  }
  .open span {
    position: absolute;
    left: 10px;
    border-radius: 20px;
    height: 2px;
    width: 30px;
    display: inline-block;
    box-sizing: border-box;
    transition: background-color .6s, transform .6s;
    z-index: 999;
    background-color: #fff;
  }
  .open span:nth-of-type(1) {
    top: 18px;
  }
  .open span:nth-of-type(2) {
    top: 25px;
  }
  .open span:nth-of-type(3) {
    top: 32px;
  }
  #navTgl:checked + .open {
    z-index: 999;
    -webkit-transform: translate(-240px, 0px);
    transform: translateX(-240px, 0px);
  }
  #navTgl:checked + .open span:nth-of-type(1) {
    -webkit-transform: translate(0px, 5px)rotate(45deg);
    transform: translateX(0px, 5px) rotate(45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(2) {
    -webkit-transform: translate(0px, -0px)rotate(-45deg);
    transform: translateX(0px, -0px) rotate(-45deg);
    background-color: #fff;
    left: 10px;
    top: 23px
  }
  #navTgl:checked + .open span:nth-of-type(3) {
    -webkit-transform: translate(0px, -0px)rotate(-45deg);
    transform: translateX(0px, -0px) rotate(-45deg);
    background-color: #fff;
    left: 10px;
    top: 23px
  }
  #navTgl:checked + .open {
    z-index: 999;
  }
  .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color .6s;
  }
  #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background: #000;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
  }
  #navTgl:checked ~ .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  ul.main {
    list-style: none;
    margin: 10px 0px;
    width: 100%;
    padding: 0px;
    display: block;
  }
  ul.main li {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
  }
  ul.main li a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    color: #fff;
  }
  ul.main li:last-child a {
    background: #FFE03F;
    color: #000;
    display: block;
    margin: 20px auto;
    border-radius: 20px;
    padding: 7px 10px;
    box-sizing: border-box;
    text-align: center !important;
    width: 90%;
    border: none;
  }
}
@media (max-width: 768px) {
  .spbox100 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .spbox50 {
    width: 48% !important;
    margin: 5px 1%;
  }
  .spbox30 {
    width: 30% !important;
  }
  .spbox70 {
    width: 70% !important;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (min-width: 1000px) {
  .onlysp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  copy {
    font-size: 70%;
    margin: 50px 20px 0px;
  }
}