@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */
.subsidy_main .contents {
    background: #F2FFFD;
    padding: 5vw;
}

.knto_catch {
  margin-top: 36px;
  color: #21B7B6;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
}

.kanto_sec {
  margin-top: 180px;
}

.kanto_sec:first-of-type {
  margin-top: 130px;
}

.knto_main h2 {
  margin-bottom: 80px;
  padding: 5px 20px;
  background: #21B7B6;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.kanto_textLarge {
  font-size: 26px;
  font-weight: bold;
  color: #00af95;
}

.kanto_contTtl {
  margin-bottom: 26px;
}

.kanto_mt {
  margin-top: 3vw;
}

.kanto_readBox {
  max-width: 1160px;
}

.kanto_address {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.kanto_address dt {
  width: 214px;
  color: #21B7B6;
  font-weight: bold;
}

.kanto_address dd {
  flex: 1;
}

.kanto_address dd p {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 8px;
}

.kanto_map {
  margin-top: 30px;
}

.kanto_map iframe {
  width: 100%;
}

.kanto_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -25px;
}

.kanto_flow li {
  width: 31.5%;
  min-height: 180px;
  margin-top: 25px;
  padding: 20px 18px 32px;
  border: 1px solid #ccc;
  list-style: none;
  background-position: right 8% center;
  background-repeat: no-repeat;
}

.kanto_flow li:nth-child(1) {
  background-image: url(../images/kanto/kanto_number1.png);
  background-size: 62px auto;
  background-position: right 14% center;
}

.kanto_flow li:nth-child(2) {
  background-image:  url(../images/kanto/kanto_number2.png);
  background-size: 100px auto;
}

.kanto_flow li:nth-child(3) {
  background-image: url(../images/kanto/kanto_number3.png);
  background-size: 98px auto;
}

.kanto_flow li:nth-child(4) {
  background-image: url(../images/kanto/kanto_number4.png);
  background-size: 103px auto;
}

.kanto_flow li:nth-child(5) {
  background-image: url(../images/kanto/kanto_number5.png);
  background-size: 96px auto;
}

.kanto_flow li:nth-child(6) {
  background-image: url(../images/kanto/kanto_number6.png);
  background-size: 98px auto;
}

.kanto_flow h3 {
  margin-bottom: 18px;
}

.kanto_csecLift {
  display: flex;
  justify-content: space-between;
}

.kanto_csecLift-reverse {
  flex-direction: row-reverse;
}

.kanto_csecLift_image {
  width: 48.5%;
}

.kanto_csecLift_textBox {
  width: 48.5%;
}

.kanto_csecLift_textBox .btn_top {
  margin-top: 3vw;
}

.kanto_linkBtn {
  margin-top: 20px;
  font-size: 24px;
}

.kanto_linkBtn:first-of-type {
  margin-top: 30px;
}

.kanto_csecLift-reverse .kanto_linkBtn {
  text-align: right;
}

.kanto_linkBtn a {
  display: inline-block;
  padding: 12px 52px 12px 32px;
  background: #00af95;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.kanto_linkBtn a:hover {
  background: #2DD9D9;
}

.kanto_linkBtn i {
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.kanto_linkList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin: 3vw auto 0;
}

.kanto_linkList li {
  width: 22%;
  max-width: 320px;
}

.kanto_linkList a {
  display: block;
  padding: 20px 0;
  border: 1px solid #00AF95;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
    background: #FFF;
}

.kanto_linkList a:hover {
  background: #C9C9C9;
}

.kanto_linkList a:hover {
  background: #C9C9C9;
}

.kanto_linkList a::before {
content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(../images/kanto/angle_right.png) center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}




.price section:first-of-type {
    padding-bottom: 0;
}

.srPrice_mv #header {
  position: relative;
  z-index: 3;
}

.srPrice_mv {
  width: 100%;
  height: 100vh;
  min-height: 800px;
	position: relative;
}

.srPrice_mv::before {
  content: "";
  width: 100%;
  height: calc(100% - 200px);
  background: url(../images/price/price_header.jpg) center top 40%/ cover no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.srPrice_mvTextBox {
  display: inline-block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  position: absolute;
  left: 4%;
  bottom: 4%;
  z-index: 2;
}

.srPrice_mvTtl {
  font-size: 48px;
  line-height: 1;
}

.srPrice_mvSubTtl {
  margin-top: 5px;
  color: #21B7B6;
}

.srPrice_breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-size: 14px;
}

.srPrice_breadcrumb li {
  line-height: 1;
}

.srPrice_breadcrumb li+li::before {
  content: "";
  font-family: FontAwesome;
  font-size: 15px;
  content: "\f105";
  margin: 0 0.8em;
}

.srPrice_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.srPrice_logo {
  width: 200px;
}

.srPrice_logo img {
  max-width: 100%;
}

.srPrice_nav_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.srPrice_nav ul {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

.srPrice_nav ul ul {
  justify-content: center;
  padding: 10px 4%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.subMenue:hover ul,
.subMenue:active ul {
  visibility: visible;
  opacity: 1;
}

.srPrice_nav a {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}

.srPrice_nav_inner>ul>li>a {
  position: relative;
  padding: 20px;
  font-size: 15px;
}

.srPrice_nav ul ul a {
  padding: 10px;
  font-size: 14px;
  color: #666;
}

.srPrice_nav_inner>ul>li>a::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background: #21B7B6;
  position: absolute;
  left: 20px;
  bottom: 10px;
  opacity: 0;
  transition: 0.4s;
}

.srPrice_nav_inner>ul>li>a:hover::before {
  opacity: 1;
}

.srPrice_navOpen,
.srPrice_navClose,
.subMenue_spBtn {
  display: none;
}

.srPrice_navTel,
.srPrice_navContact {
  display: none;
}


.srPrice_actionBox {
  display: flex;
  background: #FFF;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: 0.4s;
}

.srPrice_actionBox.off {
  opacity: 0;
}

.srPrice_actionBox a {
  display: block;
  font-weight: bold;
  line-height: 48px;
}

.srPrice_actionBox_tel a {
  padding: 0 15px;
  color: #21B7B6;
  font-size: 20px;
}

.srPrice_navTel a::before,
.srPrice_actionBox_tel a::before {
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  content: "\f095";
  margin-right: 5px;
  vertical-align: middle;
}

.srPrice_actionBox_contact {
  background: #21B7B6;
}

.srPrice_actionBox_contact a {
  padding: 0 20px;
  height: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 50px;
}

.srPrice_navContact a::before,
.srPrice_actionBox_contact a::before {
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  content: "\f0e0";
  margin: 0 0.5em 0 0;
}

.srPrice_navTel {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.srPrice_navContact {
  width: 200px;
  margin: 30px auto 0;
}

.srPrice_navContact a {
  display: block;
  padding: 10px 0;
  background: #21B7B6;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.page_back_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
    font-size: 20px;
}

@media screen and (max-width: 1280px) {
  .srPrice_logo {
    width: 160px;
  }

  .srPrice_nav {
    flex: 1;
    padding-left: 20px;
  }

  .srPrice_nav_inner>ul {
    width: 100%;
    justify-content: space-around;
  }

  .srPrice_nav_inner>ul>li>a {
    padding-left: 0;
    padding-right: 0;
  }

  .srPrice_nav_inner>ul>li>a::before {
    width: 100%;
    left: 0;
  }

  .srPrice_nav_inner>ul>li>a {
    font-size: 14px;
  }
}

@media screen and (max-width: 980px) {
  .srPrice_header {
    padding: 10px 4%;
  }

  .srPrice_logo {
    width: 140px;
  }

  .srPrice_navOpen,
  .srPrice_navClose {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 32px;
    margin: 0;
    padding: 5px 0 0;
    background: none;
    border: none;
    border-radius: 0;
    color: #21B7B6;
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    outline: none;
    cursor: pointer;
  }

  .srPrice_navClose {
    margin-left: auto;
  }

  .srPrice_navOpen span,
  .srPrice_navClose span {
    display: block;
    width: 100%;
    background-color: #21B7B6;
    height: 4px;
    border-radius: 2px;
  }

  .srPrice_navOpen span {
    margin-bottom: 5px;
  }

  .srPrice_navClose span {
    margin-bottom: 9px;
  }


  .srPrice_navClose span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }

  .srPrice_navClose span:nth-of-type(2) {
    transform: translateY(-6px) rotate(45deg);
  }

  .srPrice_nav_inner>ul>li>a:hover::before {
    opacity: 0;
  }

  .srPrice_nav {
    width: 100%;
    height: 100%;
    padding: 12px 4% 40px;
    background: #FFF;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: 0.3s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .srPrice_nav::-webkit-scrollbar {
    display: none;
  }

  .srPrice_nav_inner {
    display: block;
    width: 100%;
  }

  .srPrice_nav.active {
    transform: translateX(0);
  }

  .srPrice_nav ul {
    display: block;
  }

  .srPrice_nav_inner>ul>li {
    border-bottom: 1px solid #2DD9D9;
    position: relative;
  }

  .srPrice_nav_inner>ul {
    margin-top: 10px;
    border-top: 1px solid #2DD9D9;
  }

  .srPrice_nav ul ul {
    display: none;
    width: 100%;
    padding: 0 0 10px;
    position: static;
    visibility: visible;
    opacity: 1;
    transition: 0s;
  }

  .srPrice_nav_inner>ul>li>a,
  .srPrice_nav ul ul a {
    display: block;
  }

  .srPrice_nav_inner>ul>li>a {
    padding: 15px 0;
    font-size: 16px;
  }

  .srPrice_nav ul ul a {
    padding: 5px 0;
    font-size: 14px;
  }

  .subMenue_spBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 24px;
    height: 58px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
  }

  .subMenue_spBtn::before,
  .subMenue_spBtn::after {
    content: "";
    display: block;
    background: #2DD9D9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .subMenue_spBtn::before {
    width: 24px;
    height: 2px;
  }

  .subMenue_spBtn::after {
    width: 2px;
    height: 24px;
    transition: 0.3s;
  }

  .subMenue_spBtn.on::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@media screen and (max-width: 779px) {
  .srPrice_mv {
    min-height: 0;
  }

  .srPrice_mv::before {
    height: calc(100% - 160px);
    background-position: right 18% center;
  }

  .srPrice_mvTextBox {
    width: 87.5%;
    left: 6.25%;
    bottom: 65px;
  }

  .srPrice_mvTtl {
    font-size: 24px;
  }

  .srPrice_mvSubTtl {
    margin-top: 5px;
    color: #21B7B6;
  }

  .srPrice_breadcrumb {
    margin-top: 25px;
    font-size: 11px;
  }

  .srPrice_breadcrumb li+li::before {
    margin-left: 5px;
    margin-right: 5px;
  }

  .srPrice_actionBox {
    display: none;
    width: 100%;
  }

  .srPrice_actionBox_tel {
    width: 50%;
  }

  .srPrice_actionBox_tel a {
    font-size: 17px;
    line-height: 45px;
    padding-top: 1px;
    text-align: center;
    padding: 0;
  }

  .srPrice_actionBox_contact {
    width: 50%;
  }

  .srPrice_actionBox_contact a {
    font-size: 15px;
    text-align: center;
    padding: 0;
    line-height: 46px;
  }

  .srPrice_navTel,
  .srPrice_navContact {
    display: block;
  }
}


.srPrice .srPrice_linkList {
  margin: 40px 0 100px;
}

.srPrice_linkList li+li {
  margin-top: 30px;
}

.srPrice_linkList a {
  display: block;
  background: #2DD9D9;
  color: #FFF;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

.srPrice_linkList a:hover {
  opacity: 0.8;
}

.srPrice_praicContainer {
  max-width: 1136px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.srPrice_secTtl {
  margin-bottom: 68px;
  color: #21B7B6;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

.srPrice_contBox {
  padding-bottom: 100px;
}

.srPrice_list,
.srPrice_listCol2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.srPrice_list::after {
  content: "";
}

.srPrice_list::after,
.srPrice_list li {
  width: 31%;
}

.srPrice_listCol2 li {
  width: 47%;
}

.srPrice_list li,
.srPrice_listCol2 li {
  position: relative;
  margin-bottom: 40px;
}

.srPrice_list li::before,
.srPrice_listCol2 li:nth-of-type(2n)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 3px dotted #ddd;
  position: absolute;
  top: 0;
}

.srPrice_list li::before {
  left: -6%;
}

.srPrice_listCol2 li::before {
  left: -7%;
}

.srPrice_list li:nth-of-type(3n + 1)::before {
  display: none;
}


.srPrice_imgBox {
  position: relative;
}

.srPrice_imgBox img {
  width: 100%;
    max-width: auto;
}

.srPrice_use_outdoor,
.srPrice_use_indoor {
  width: 56px;
  background: #FFF;
  border: 3px solid #2DD9D9;
  color: #2DD9D9;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 8px;
  right: 14px;
}

.srPrice_use_indoor {
  border-radius: 50%;
}

.srPrice_use_outdoor {
  border-radius: 6px;
}

.srPrice_point {
  display: inline-block;
  padding: 2px 10px;
  background: #FF5E33;
  border-radius: 7px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: absolute;
  left: -10px;
  bottom: -8px;
  z-index: 2;
}

.srPrice_contTtl {
  padding: 6px 10px;
  background: #2DD9D9;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.srPrice_priceBox {
  padding-top: 10px;
}

.srPrice_priceBox dl {
  font-weight: bold;
}

.srPrice_priceBox dt {
  padding-top: 6px;
  color: #000;
}

.srPrice_priceBox dd {
  color: #FF5E33;
  font-size: 24px;
  line-height: 1.5;
}

.srPrice_priceBox dd span {
  font-size: 0.89em;
  margin-left: 3px;
}

.srPrice_priceBox dd .srPrice_priceBox_min {
  font-size: 0.6em;
  margin-left: 0;
  margin-right: 2px;
}

.srPrice_tax {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.srPrice_typeBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #CCC;
}

.srPrice_typeBox::before,
.srPrice_typeBox::after {
  content: "";
}

.srPrice_typeBox::before {
  order: 1;
}

.srPrice_typeBox::before,
.srPrice_typeBox::after,
.srPrice_typeBox p {
  width: 24%;
}

.srPrice_typeBox p img {
  width: 100%;
  max-width: 70px;
}

.srPrice_notes {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}

.srPrice_notes+.srPrice_notes {
  margin-top: 5px;
}

.srPriceAbout_sec {
  margin-top: 80px;
}

.srPriceAbout_secTtl {
  padding: 6px 20px;
  background: #21B7B6;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.srPriceAbout_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}

.srPriceAbout_list li {
  width: 32%;
  margin-left: 2%;
  position: relative;
}

.srPriceAbout_list li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 3px dotted #ddd;
  position: absolute;
  top: 0;
  left: -3.6%;
}

.srPriceAbout_list li:nth-of-type(3n + 1) {
  margin-left: 0;
}

.srPriceAbout_list li:nth-of-type(3n + 1)::before {
  display: none;
}

.srPriceAbout_contBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 25px 10px 20px;
  border: 6px solid #2DD9D9;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.srPriceAbout_feature {
  width: 78px;
  padding: 2px 0;
  background: #2DD9D9;
  border-radius: 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  position: absolute;
  top: -18px;
  left: 15px;
}

.srPriceAbout_feature span {
  display: inline-block;
  width: 20px;
  margin-left: 5px;
  background: #FFF;
  border-radius: 50%;
  color: #2DD9D9;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  vertical-align: baseline;
  transform: translateY(1px);
}

.srPriceAbout_contTtl {
  color: #21B7B6;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.375;
  letter-spacing: 0.04em;
}

.srPriceAbout_contTtl span {
  display: block;
  color: #000;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}

.srPriceAbout_price {
  margin-top: 25px;
  color: #FF5E33;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.16;
}

.srPriceAbout_price span {
  margin-right: -50px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}

.srPriceAbout_comparison {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.srPriceAbout_comparison dt {
  padding-right: 25px;
}

.srPriceAbout_comparison span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
  background: #CCC;
  border-radius: 10px;
  color: #FFF;
}

.srPriceAbout_comparison p {
  margin-bottom: 5px;
}

.srPriceAbout_about {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.67;
}

.srPriceAbout_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-top: 10px;
}

.srPriceAbout_icon img {
  display: block;
}

.srPriceAbout_iconRental {
  margin-top: 0;
  height: 140px;
}

.srPriceAbout_iconRental img {
  width: 150px;
}


@media screen and (max-width: 779px) {
  #breadcrumbs.price_breadcrumbs .box ol {
    flex-wrap: wrap;
    height: auto;
  }

  .srPrice_linkList {
    margin-top: 60px;
  }

  .srPrice_linkList li+li {
    margin-top: 20px;
  }

  .srPrice_linkList a {
    font-size: 22px;
    padding: 5px 0;
  }

  .srPrice_secTtl {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .srPrice_list::after {
    display: none;
  }

  .srPrice_list li,
  .srPrice_listCol2 li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .srPrice_list li::before,
  .srPrice_listCol2 li::before {
    display: none;
  }

  .srPrice_contBox {
    padding-bottom: 80px;
  }

  .srPrice_contTtl {
    font-size: 20px;
  }

  .srPrice_priceBox dd {
    font-size: 22px;
  }

  .srPrice_typeBox {
    margin-top: 10px;
    padding-top: 10px;
  }

  .srPrice_tax {
    font-size: 14px;
  }

  .srPriceAbout_sec {
    margin-top: 40px;
  }

  .srPriceAbout_list {
    margin-top: 40px;
  }

  .srPriceAbout_list li {
    width: 100%;
    margin-left: 0;
  }

  .srPriceAbout_list li+li {
    margin-top: 40px;
  }

  .srPriceAbout_list li::before {
    display: none;
  }

  .srPriceAbout_secTtl {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .srPriceAbout_contTtl {
    font-size: 22px;
  }

  .srPriceAbout_contBox {
    min-height: 0;
  }

  .srPriceAbout_icon {
    height: auto;
    margin-top: 20px;
  }

  .srPriceAbout_icon img {
    transform: scale(0.8, 0.8);
  }

  .srPriceAbout_about {
    margin-top: 10px;
  }

  .srPrice_prevBtn {
    max-width: 280px;
    margin: 0 auto;
  }

  .srPrice_prevBtn a {
    font-size: 16px;
  }
}
