@charset "UTF-8";
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#content-body {
  overflow-x: hidden;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  color: #000;
}
.inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 920px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
  }
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:active,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  -ms-filter: 'alpha(opacity=80)';
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.orange {
  font-size: 33px;
  color: #ff6400;
}
.red {
  font-size: 33px;
  color: #e71a21;
}
.line {
  position: relative;
}
.line::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #fff865;
  z-index: -1;
}
.glitter {
  position: relative;
}
.glitter::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -30px;
  width: 32px;
  height: 35px;
  background: url(../images/bg_glitter_01.png) no-repeat 50% / contain;
}
.glitter::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -27px;
  right: -13px;
  width: 32px;
  height: 32px;
  background: url(../images/bg_glitter_02.png) no-repeat 50% / contain;
}
@media screen and (max-width: 910px) {
  .orange {
    font-size: 3.5vw;
  }
  .red {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .line::before {
    bottom: 0px;
    height: 10px;
  }
  .glitter::before {
    top: -3vw;
    left: -3vw;
    width: 4vw;
    height: 5vw;
  }
  .glitter::after {
    bottom: -4vw;
    right: -2vw;
    width: 4vw;
    height: 5vw;
  }
}

.textbt {
  width: 100%;
  max-width: 866px;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .textbt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .textbt {
    width: 93%;
    margin-top: 4.5%;
    font-size: 10px;
    line-height: 1.55;
  }
}
.textbt a {
  display: inline-block;
  line-height: 1.4;
  color: #0a7bcc;
 }
.textbt a:hover {
  border-bottom: none;
}
.textbt-02,
.textbt-03,
.textbt-04 {
  max-width: 100%;
}
.textbt-03 {
  margin-top: 15px;
  text-align: left;
}
.textbt-04 {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .textbt-02,
  .textbt-03,
  .textbt-04 {
    width: 100%;
  }
  .textbt-03 {
    margin-top: 2.5%;
  }
  .textbt-04 {
    margin-top: 2.5%;
    text-align: center;
  }
}

.ttl01 {
  position: relative;
  padding-bottom: 19px;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.8;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 25px;
  }
}
.ttl01:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 144px;
  height: 2px;
  content: '';
  background: url(../images/icon_line.jpg) no-repeat 50% / contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .ttl01:after {
    width: 72px;
  }
}
.ttl02 {
  padding: 12px 0;
  text-align: center;
  border-top: 3px solid #0087cd;
  border-bottom: 3px solid #0087cd;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    padding: 7px 0;
    border-width: 2px;
  }
}

.kv {
  margin-bottom: 0;
  text-align: center;
}
.cv,
.kv img {
  width: 100%;
}

.kv-wrap{
  position: relative;
}
.kv-wrap .cv{
  position: absolute;
  bottom: 6.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 47.95%;
  max-width: 3000px;
  margin: 0 auto;
}
.kv-wrap img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv-wrap .cv{
    bottom: 5%;
    width: 86%;
  }
}

.cv {
  max-width: 749px;
  margin: 0 auto;
}
.cv:not(:last-child) {
  padding: 0 0 135px;
}
@media screen and (max-width: 768px) {
  .cv {
    max-width: 100%;
  }
  .cv:not(:last-child) {
    padding: 0 0 16.8vw;
  }
}
@media screen and (min-width: 769px) {
  .cv .inner {
    max-width: 948px;
  }
}
.cv-button {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cv-button {
    margin-bottom: 15px;
  }
  .cv-button img {
    width: 100%;
  }
}
.cv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -11px;
}
@media screen and (max-width: 768px) {
  .cv-list {
    margin: 0 -6px;
  }
}
.cv-list li {
  width: 50%;
  padding: 0 11px;
}
@media screen and (max-width: 768px) {
  .cv-list li {
    padding: 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .cv-list img {
    width: 100%;
  }
}
.cv-txt {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cv-txt {
    margin-top: 18px;
  }
}
.cv-txt a {
  padding-bottom: 1px;
  font-size: 22px;
  font-weight: 700;
  color: #0a7bcc;
  border-bottom: 2px solid #0a7bcc;
}
@media screen and (max-width: 768px) {
  .cv-txt a {
    font-size: 13px;
    border-bottom-width: 1px;
  }
}

.anchor {
  height: 235px;
  background-color: #ffdd21;
}
.anchor-list {
  display: flex;
  justify-content: center;
}
.anchor-list .anchor-list-set {
  display: flex;
}
.anchor-list li {
  margin: -25px 35px 0 0;
  text-align: center;
}
.anchor-list li:last-child {
  margin-right: 0;
}
.anchor-list li a {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
}
.anchor-list li a span {
  position: absolute;
  width: 95%;
  left: 50%;
  top: 55%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .anchor {
    height: 255px;
  }
  .anchor-list {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .anchor-list .anchor-list-set{
    justify-content: center;
    max-width: calc(100vw - 30px);
  }
  .anchor-list li {
    margin: 0;
    max-width: 45%;
    width: 142px;
    height: 142px;
  }
  .anchor-list .anchor-list-01 {
    margin: -15px auto 0;
  }
  .anchor-list .anchor-list-02 {
    margin-right: 6%;
  }
  .anchor-list li a span {
    font-size: 14px;
  }
}

.only-gas-link-txt{
  text-align: center;
  font-size: 21px;
  color: #000;
}

.only-gas-link{
  font-size: 25px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .only-gas-link-txt{
    font-size: 3.5vw;
  }
  
  .only-gas-link{
    font-size: 4.5vw;
  }  
}

.anshin {
  padding: 51px 0 120px;
}
@media screen and (max-width: 768px) {
  .anshin {
    padding: 0;
  }
}

.anshin-wrap {
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .anshin-wrap {
    margin-top: 63px;
  }
}
.anshin-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .anshin-content {
    margin-bottom: 30px;
  }
}
.anshin-inner {
  background-color: #ffebeb;
}

.anshin-heading {
  max-width: 920px;
  padding: 40px 0 20px;
  margin: 0 auto 57px;
  background-color: #ffdd21;
}
.anshin-heading .ttl {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anshin-content:first-of-type .anshin-heading .ttl {
    width: 76.933vw;
  }
  .anshin-heading {
    max-width: 100%;
    padding: 4% 0 0.1%;
    margin: 0 auto 6.06%;
  }
  .anshin-heading .ttl {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 18px;
  }
}
.anshin-content .anshin-heading .sub {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .anshin-content .anshin-heading .sub {
    margin: 0 0 31px;
  }
  .anshin-content .anshin-heading .sub img {
    width: 94.5%;
  }
}
.anshin-heading .sub {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anshin-heading .sub img {
    width: 93%;
  }
}
.anshin-heading-04 {
  margin: 100px auto 30px;
  max-width: 920px;
  text-align: center;
}
.anshin-heading-04 + .anshin__service {
  margin-top: -100px;
}
.anshin-heading-04 + .anshin__check {
  margin-top: -135px;
}
@media screen and (max-width: 768px) {
  .anshin-heading-04 {
    margin: 30px auto 25px;
  }
  .anshin-heading-04 + .anshin-inner {
    margin-top: -25px;
  }
}

.anshin-heading-02 {
  margin: 175px auto 30px;
  padding: 35px 0 30px;
  max-width: 900px;
  text-align: center;
  color: #fff;
  background-color: #eb1e1e;
  border-radius: 10px;
}
.anshin-heading-02 .ttl {
  position: relative;
  display: inline-block;
  font-size: 45px;
  border-bottom: 3px solid #fff;
  line-height: 1.4;
}
.anshin-heading-02 .ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: -115px;
  left: 50%;
  width: 500px;
  height: 200px;
  transform: translateX(-50%);
  background: url(../images/bg_heading.png) no-repeat 50% / contain;
  z-index: -1;
}
.anshin-heading-02 .ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.anshin-heading-02 .ttl-service::after {
  width: 60px;
  height: 80px;
  background: url(../images/bg_service.png) no-repeat 50% / contain;
}
.anshin-heading-02 .ttl-point::after {
  width: 76px;
  height: 76px;
  background: url(../images/bg_point.png) no-repeat 50% / contain;
}
.anshin-heading-02 .ttl-check::after {
  width: 50px;
  height: 75px;
  background: url(../images/bg_check.png) no-repeat 50% / contain;
}
.anshin-heading-02 .ttl .small {
  font-size: 35px;
}
@media screen and (max-width: 920px) {
  .anshin-heading-02 .ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 900px) {
  .anshin-heading-02 {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .anshin-heading-02 {
    margin: 18% auto 6.7%;
    padding: 5vw;
    border-radius: 0;
  }
  .anshin-heading-02 .ttl {
    font-size: 6vw;
  }
  .anshin-heading-02 .ttl::before {
    top: -200%;
    width: 75vw;
    height: 30vw;
  }
  .anshin-heading-02 .ttl-service::before {
    top: -200%;
  }
  .anshin-heading-02 .ttl-point::before {
    top: -100%;
  }
  .anshin-heading-02 .ttl-check::before {
    top: -65%;
  }
  .anshin-heading-02 .ttl-service::after {
    top: -165%;
    width: 9vw;
    height: 11vw;
  }
  .anshin-heading-02 .ttl-point::after {
    top: -80%;
    width: 10vw;
    height: 10vw;
  }
  .anshin-heading-02 .ttl-check::after {
    top: -50%;
    width: 7vw;
    height: 10vw;
  }
  .anshin-heading-02 .ttl .small {
    font-size: 4.8vw;
  }
}
.anshin-heading-02-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}
.anshin-heading-02-wrap.anshin__service-heading {
  margin-top: 230px;
}
.anshin-heading-02-wrap.anshin__check-heading {
  margin-top: 275px;
}
.anshin-heading-02-wrap .anshin-heading-02 {
  position: absolute;
  padding: 35px 0 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #eb1e1e;
  border-radius: 10px;
}
.anshin-heading-02-wrap.anshin__service-heading .anshin-heading-02 {
  margin-top: -70px;
}
.anshin-heading-02-wrap.anshin__check-heading .anshin-heading-02 {
  margin-top: -100px;
}
@media screen and (max-width: 900px) {
  .anshin-heading-02-wrap .anshin-heading-02 {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .anshin-heading-02-wrap {
    margin-top: 45vw;
  }
  .anshin-heading-02-wrap.anshin__service-heading {
    margin-top: 20vw;
  }
  .anshin-heading-02-wrap.anshin__check-heading {
    margin-top: 16vw;
  }
  .anshin-heading-02-wrap .anshin-heading-02 {
    position: relative;
    padding: 5vw 0;
    border-radius: 0;
  }
  .anshin-heading-02-wrap.anshin__service-heading .anshin-heading-02 {
    margin-top: 0;
  }
  .anshin-heading-02-wrap.anshin__check-heading .anshin-heading-02 {
    margin-top: 0;
  }
}

.inner-border {
  padding: 10px 10px 34px;
  border: 4px solid #eb1e1e;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .inner-border {
    padding: 0 3.44%;
  }
}

@media screen and (max-width: 768px) {
  .anshin-frameInner {
    padding: 5.6% 0 4.8%;
  }
}
.anshin-frameInner:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner:not(:last-child) {
    margin-bottom: 0;
  }
}
.anshin-frameInner:nth-child(2) .ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner:nth-child(2) .ttl {
    margin-bottom: 20px;
  }
  .anshin-frameInner:nth-child(2) .ttl img {
    width: 70.1%;
  }
}
@media screen and (min-width: 769px) {
  .anshin-frameInner:nth-child(2) .labels {
    max-width: 1186px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .anshin-frameInner:nth-child(2) .labels {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .anshin-frameInner:nth-child(2) .labels li {
    width: 25%;
  }
}

.anshin__intro {
  padding-bottom: 45px;
  text-align: center;
}
.anshin__intro .txt:first-of-type{
  margin-bottom: 100px;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  line-height: 2.2;
}
.anshin__intro .txt:first-of-type::before{
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  width: 180px;
  height: 200px;
  background: url(../images/intro_img.png) no-repeat 50% / contain;
}
@media screen and (max-width: 910px) {
  .anshin__intro .txt:first-of-type {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .anshin__intro {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .anshin__intro .txt:first-of-type {
    margin-bottom: 38%;
    font-size: 3.5vw;
  }
  .anshin__intro .txt:first-of-type::before {
    top: 100%;
    right: 50%;
    width: 25vw;
    height: 28vw;
    transform: translateX(50%);
  }
}

.anshin__service {
  padding: 90px 0 50px;
}
.anshin__service .movie-wrap {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.anshin__service .movie-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.anshin__service .movie {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.anshin__service .txt:first-of-type {
  margin-bottom: 35px;
}
.anshin__service .txt:nth-of-type(2) {
  width: 85.54%;
  margin: 0 auto 30px;
}
.anshin__service .txt:nth-of-type(3) {
  width: 86.6%;
  margin: 0 auto 48px;
}
.anshin__service .txt:nth-of-type(4) {
    width: 86%;
    margin: 0 auto;
  }
@media screen and (max-width: 768px) {
  .anshin__service {
    padding: 0 0 6.8%;
  }
  .anshin__service .movie-wrap {
    margin-bottom: 25px;
  }
  .anshin__service .txt:first-of-type {
    width: 90%;
    margin: 0 auto 6.4%;
  }
  .anshin__service .txt:nth-of-type(2) {
    width: 100%;
    margin: 0 auto 6.5%;
  }
  .anshin__service .txt:nth-of-type(3) {
    width: 90%;
    width: 86.6%;
    margin: 0 auto 5.33%;
  }
  .anshin__service .txt:nth-of-type(4) {
    width: 90%;
    margin: 0 auto;
  }
}

.anshin__point {
  padding: 0;
}
.anshin__point .txt:first-of-type {
  width: 100%;
  margin: 0 auto;
}
.anshin__point .txt:nth-of-type(2) {
  width: 82.5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .anshin__point .txt:nth-of-type(2) {
    width: 95%;
  }
}

.anshin__check {
  padding: 120px 0 50px;
}
.anshin__check .txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .anshin__check {
    padding: 0 0 6.8%;
  }
  .anshin__check .inner {
    padding: 0 30px;
  }
  .anshin__check .txt {
    margin-top: 25px;
  }
}

.anshin-frameInner h4.ttl {
  width: 83.371%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner h4.ttl {
    margin-top: -10%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .ttl {
    border-radius: 10px 10px 0 0;
  }
  .anshin-frameInner .ttl img {
    width: 100%;
  }
}
.anshin-frameInner .cirles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1102px;
  margin: 0 auto 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .cirles {
    width: 88%;
    margin-bottom: 8px;
  }
}
.anshin-frameInner .cirles li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 21px;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .cirles li {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .cirles img {
    width: 100%;
  }
}
.anshin-frameInner .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 892px;
  margin: 0 auto 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .labels {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 94%;
    margin-bottom: 12px;
  }
}
.anshin-frameInner .labels li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .labels li {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .labels li img {
    width: 100%;
  }
}
.anshin-frameInner .text {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .text {
    width: 93%;
    font-size: 10px;
    line-height: 1.55;
  }
}
.anshin-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93.0922%;
  margin: 0 auto 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.anshin-list li {
  width: 47.985%;
}
.button {
  margin-top: 34px;
}
.button .btn-link {
  display: block;
  width: 100%;
  max-width: 493px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .anshin-list {
    width: 100%;
    margin: 0 auto 5%;
  }
  .anshin-list li {
    position: relative;
    width: 48%;
    margin-top: 7.2%;
  }
  .anshin-list li:first-child span {
    width: 105%;
  }
  .anshin-list li:nth-child(2) span {
    width: 105%;
  }
  .anshin-list span {
    position: absolute;
    top: -3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.anshin-frameInner .images li {
  margin: 0 auto;
  text-align: center;
}
.anshin-frameInner .images li:first-of-type {
  width: 93.233%;
}
.anshin-frameInner .images li:nth-of-type(2) {
  width: 88.062%;
}
.anshin-frameInner .images li:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .images li:first-child {
    margin-top: 4.816%;
  }
}
.anshin-frameInner .images li:not(:last-child) {
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .anshin-frameInner .images li:not(:last-child) {
    margin-bottom: 4.4%;
  }
}

.img_plus{
  width: 45px;
  height: 45px;
  margin: 30px auto 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .img_plus{
    width: 7vw;
    height: 7vw;
    margin: 10px auto 0;
  }
}
.img_plus span{
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #eb1e1e;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .img_plus span{
    display: inline-block;
    width: 3px;
    height: 100%;
  }
}
.img_plus span:nth-of-type(1){
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .img_plus span:nth-of-type(1){
    transform: rotate(90deg);
  }
}
.merit_amazon{
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .merit_amazon{
    position: relative;
    margin-top: 0;
  }
}
.merit_amazon_btn{
  position: absolute;
  bottom: 5%;
  right: 9%;
  max-width: 200px;
  width: 21.739%;
}
@media screen and (max-width: 768px) {
  .merit_amazon_btn{
    bottom: 4%;
    right: 10%;
    max-width: 100%;
    width: 44.92%;
  }
}


.note_accodion{
  color: #000;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .note_accodion{
    color: #000;
    margin-top: 5.3vw;
  }
}
.note_accodion .note_acc_ttl{
  background: #d9f2ff;
  font-size: 24px;
  font-weight: bold;
  padding: 29px 0;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .note_accodion .note_acc_ttl{
    font-size: 4.26vw;
    padding: 4.6vw 0;
  }
}
.note_accodion .note_acc_ttl:hover{
  cursor: pointer;
}
@media screen and (max-width: 768px) {
}
.note_accodion .note_acc_ttl span{
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .note_accodion .note_acc_ttl span{
    width: 4.5vw;
    height: 4.5vw;
  }
}
.note_accodion .note_acc_ttl span::after{
  content: "";
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-top: 15px solid #000;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  display: inline-block;
  transform: translate(35%,25%);
}
@media screen and (max-width: 768px) {
  .note_accodion .note_acc_ttl span::after{
    border-bottom: 2.5vw solid rgba(0, 0, 0, 0);
    border-top: 2.5vw solid #000;
    border-left: 1.5vw solid rgba(0, 0, 0, 0);
    border-right: 1.5vw solid rgba(0, 0, 0, 0);
    transform: translate(30%,15%);
  }
}

.note_accodion .note_acc_ttl.is-active span::after{
  content: "";
  border-bottom: 15px solid #000;
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  display: inline-block;
  transform: translate(35%,-25%);
}
@media screen and (max-width: 768px) {
  .note_accodion .note_acc_ttl.is-active span::after{
    border-top: 2.5vw solid rgba(0, 0, 0, 0);
    border-bottom: 2.5vw solid #000;
    border-left: 1.5vw solid rgba(0, 0, 0, 0);
    border-right: 1.5vw solid rgba(0, 0, 0, 0);
    transform: translate(30%,-30%);
  }
}
.note_accodion .note_acc_cont{
  background: #eef9ff;
  padding: 22px 25px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .note_accodion .note_acc_cont{
    padding: 4vw 4.4vw;
    font-size: 2.66vw;
  }
}
.note_accodion .note_acc_cont dd+dt{
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .note_accodion .note_acc_cont dd+dt{
    margin-top: 5.3vw;
  }
}
.note_accodion .note_acc_cont dt{
  font-weight: bold;
}
.note_accodion .note_acc_cont dd{
  text-indent: -1em;
  margin-left: 1em;
}

.plan_new {
  padding: 0 0 123px;
}
@media screen and (max-width: 768px) {
  .plan_new {
    padding: 76px 0 50px;
  }
}
.line-heading {
  max-width: 920px;
  padding: 35px 0;
  margin: 0 auto 39px;
  background-color: #00b900;
}
.line-heading .ttl {
  width: 91.444%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .line-heading {
    max-width: 100%;
    padding: 4.666% 0;
  }
  .line-heading .ttl {
    width: 91.444%;
  }
}
.plan_new-tab {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .plan_new-tab {
    margin-bottom: 48px;
  }
}
.plan_new-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .plan_new-list {
    margin: 0 -7.5px;
  }
}
.plan_new-list li {
  width: 50%;
  padding: 0 20px;
}
.plan_new-list li:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .plan_new-list li {
    padding: 0 7.5px;
  }
}
.plan_new-list li.is-active:first-child span {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  background-color: #0087cd;
}
@media screen and (max-width: 768px) {
  .plan_new-list li.is-active:first-child span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.plan_new-list li.is-active:last-child span {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  background-color: #eb1e1e;
}
@media screen and (max-width: 768px) {
  .plan_new-list li.is-active:last-child span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.plan_new-list li.is-active a {
  padding-top: 0;
}
.plan_new-list li:first-child span {
  color: #0087cd;
  background-color: #fff;
  border-color: #0087cd;
}
.plan_new-list li:last-child span {
  color: #eb1e1e;
  background-color: #fff;
  border-color: #eb1e1e;
}
.plan_new-list a {
  display: block;
  padding-top: 10px;
}
.plan_new-list a:active,
.plan_new-list a:focus {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .plan_new-list a {
    padding-top: 4px;
  }
}
.plan_new-list span {
  display: block;
  padding: 12px 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 4px solid transparent;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}
.plan_new-list span:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .plan_new-list span {
    padding: 13px 5px;
    font-size: 17px;
    border-width: 2px;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 375px) {
  .plan_new-list span {
    font-size: 4.53333vw;
  }
}
.plan_new-tabContent {
  display: none;
  padding: 56px 40px 62px;
  background-color: #d9f2ff;
  border-top: 5px solid #0087cd;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .plan_new-tabContent {
    padding: 28px 15px 36px;
    border-top-width: 3px;
    border-radius: 0 0 10px 10px;
  }
}
.plan_new-tabContent.is-active {
  display: block;
}
.plan_new-tabContent:nth-child(2) {
  background-color: #ffdbdb;
  border-color: #eb1e1e;
}
.plan_new-tabContent:nth-child(2) .plan_new-row .ttl02 {
  margin-bottom: 38px;
  border-color: #eb1e1e;
}
@media screen and (max-width: 768px) {
  .plan_new-tabContent:nth-child(2) .plan_new-row .ttl02 {
    margin-bottom: 20px;
  }
}
.plan_new-tabContent:nth-child(2) .plan_new-row .button {
  padding-bottom: 0;
  margin-bottom: 0;
}
.plan_new-tabContent:nth-child(2) .plan_new-row .button:after {
  display: none;
}
.plan_new-row:nth-child(2) .ttl02 {
  margin-bottom: 39px;
  border-color: #eb1e1e;
}
@media screen and (max-width: 768px) {
  .plan_new-row:nth-child(2) .ttl02 {
    margin-bottom: 27px;
  }
}
.plan_new-row:nth-child(2) .button {
  padding-bottom: 0;
  margin-bottom: 0;
}
.plan_new-row:nth-child(2) .button:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan_new-row:nth-child(2) .button img {
    width: 87%;
  }
}
.plan_new-row .ttl02 {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .plan_new-row .ttl02 {
    margin-bottom: 34px;
  }
  .plan_new-row .ttl02 img {
    width: 38.6%;
  }
}
@media screen and (min-width: 769px) {
  .plan_new-row .frames {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -20px 61px;
  }
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .plan_new-row .frames li {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .plan_new-row .frames li:first-child .frames-ttl {
    margin-top: -17px;
  }
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames li:last-child .frames-ttl img {
    width: 64.6%;
  }
}
@media screen and (min-width: 769px) {
  .plan_new-row .frames li:last-child .frames-txt {
    margin: 7px -18px 0 -17px;
  }
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames li:last-child .frames-txt {
    margin: 5px 13px 0 -8px;
  }
}
.plan_new-row .frames li:last-child .frames-box {
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .plan_new-row .frames li:last-child .frames-box {
    margin-top: 29px;
  }
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames li:last-child .frames-box {
    padding: 12px 6px 9px 10px;
  }
}
.plan_new-row .frames li:last-child .frames-box .link {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames li:not(:last-child) {
    margin-bottom: 31px;
  }
}
.plan_new-row .frames-wrap {
  padding: 0 26px 26px;
  background-color: #fff;
  border: 4px solid #0087cd;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames-wrap {
    padding: 0 13px 13px;
    border-width: 2px;
    border-radius: 10px;
  }
}
.plan_new-row .frames-ttl {
  margin-top: -21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames-ttl {
    margin-top: -20px;
  }
  .plan_new-row .frames-ttl img {
    width: 79%;
  }
}
@media screen and (max-width: 480px) {
  .plan_new-row .frames-ttl {
    margin-top: -13px;
  }
}
.plan_new-row .frames-txt {
  margin-top: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames-txt {
    margin-top: 11px;
  }
}
.plan_new-row .frames-box {
  padding: 25px 10px 27px;
  margin-top: 26px;
  background-color: #d9f2ff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames-box {
    padding: 14px 18px 12px;
    margin-top: 16px;
    border-radius: 10px;
  }
}
.plan_new-row .frames-box .img {
  text-align: center;
}
.plan_new-row .frames-box .img-01 {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames-box .img-01 {
    margin-bottom: 7px;
  }
}
.plan_new-row .frames-box .img-02 {
  margin: 3px 0 22px;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames-box .img-02 {
    padding: 0 7px;
    margin-bottom: 12px;
  }
}
.plan_new-row .frames-box .img-03 {
  margin: -29px -3px 0 -4px;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames-box .img-03 {
    margin: -20px 0 0;
  }
}
.plan_new-row .frames-box .link {
  text-align: center;
}
.plan_new-row .frames-box .link a {
  display: inline-block;
  font-family: Hiragino Kaku Gothic ProN, Meiryo, ＭＳ Ｐゴシック, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #0087cd;
  border-bottom: 1px solid #0087cd;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frames-box .link a {
    font-size: 10px;
  }
}
.plan_new-row .frame {
  padding: 0 10px 23px;
  margin-bottom: 60px;
  background-color: #fff;
  border: 4px solid #0087cd;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frame {
    padding-bottom: 13px;
    margin-bottom: 35px;
    border-width: 2px;
    border-radius: 10px;
  }
}
.plan_new-row .frame-ttl {
  margin-top: -21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frame-ttl {
    margin-top: -11px;
  }
  .plan_new-row .frame-ttl img {
    width: 59%;
  }
}
.plan_new-row .frame-txt {
  margin: 21px 0 19px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frame-txt {
    margin: 10px 0 7px;
  }
  .plan_new-row .frame-txt img {
    width: 60%;
  }
}
.plan_new-row .frame-link {
  text-align: center;
}
.plan_new-row .frame-link a {
  display: inline-block;
  font-family: Hiragino Kaku Gothic ProN, Meiryo, ＭＳ Ｐゴシック, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #0087cd;
  border-bottom: 1px solid #0087cd;
}
@media screen and (max-width: 768px) {
  .plan_new-row .frame-link a {
    font-size: 10px;
  }
}
.plan_new-row .button {
  position: relative;
  padding-bottom: 130px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan_new-row .button {
    padding-bottom: 76px;
    margin-bottom: 30px;
  }
}
.plan_new-row .button:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 78px;
  height: 77px;
  content: '';
  background: url(../images/plan-new_icon.png) no-repeat 50% / contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .plan_new-row .button:after {
    width: 39px;
    height: 39px;
  }
}
@media screen and (max-width: 768px) {
  .plan_new-row .button img {
    width: 96%;
  }
}
.plan_new-row .table {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .plan_new-row .table {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 769px) {
  .plan_new-row .table li {
    position: relative;
  }
  .plan_new-row .table li:last-child .table-img img {
    border-radius: 0 0 18px 0;
  }
}
@media screen and (max-width: 768px) {
  .plan_new-row .table li img {
    width: 100%;
  }
}
.plan_new-row .table-img:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .plan_new-row .table-img {
    position: absolute;
    top: 0;
    right: 4px;
    width: 378px;
    text-align: right;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1260px) {
  .plan_new-row .table-img {
    width: 30vw;
  }
  .plan_new-row .table-img img {
    width: 27.7777778vw;
  }
}
.plan_new-frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
.plan_new-frame .images {
  width: 88.8%;
  margin: 0 auto;
}
.plan_new-frame .images img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .plan_new-frame {
    padding: 0 13px 22px;
    border-width: 2px;
    border-radius: 10px;
  }
  .plan_new-frame .images {
    width: 100%;
  }
}
.plan_new-frame .ttl {
  margin: 24px 0 21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan_new-frame .ttl {
    margin: 13px 0 23px;
  }
  .plan_new-frame .ttl img {
    width: 89.5%;
  }
}
.plan_new-frame .images li {
  text-align: center;
}
.plan_new-frame .images li:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .plan_new-frame .images li:not(:last-child) {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 768px) {
  .plan_new-frame .images li img {
    width: 100%;
  }
}
.faq_new {
  padding: 115px 0 116px;
}
@media screen and (max-width: 768px) {
  .faq_new {
    padding: 63px 0 50px;
  }
}
.faq_new-heading {
  position: relative;
  max-width: 560px;
  margin: 0 auto 67px;
}
@media screen and (max-width: 768px) {
  .faq_new-heading {
    max-width: 260px;
    margin-bottom: 35px;
  }
}
.faq_new-heading:before {
  position: absolute;
  bottom: -91px;
  left: 0;
  width: 179px;
  height: 269px;
  content: '';
  background: url(../images/faq_img.png) no-repeat 50% / contain;
}
@media screen and (max-width: 768px) {
  .faq_new-heading:before {
    bottom: -47px;
    width: 80px;
    height: 120px;
  }
}
.faq_new-heading .ttl01 {
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .faq_new-heading .ttl01 {
    padding-bottom: 5px;
  }
  .faq_new-heading .ttl01 img {
    width: 22.3%;
  }
}
.faq_new-content {
  position: relative;
  z-index: 1;
}
.faq_new-content .item {
  background-color: #fff;
  border: 4px solid #eb1e1e;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item {
    border-width: 2px;
    border-radius: 10px;
  }
}
.faq_new-content .item:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.faq_new-content .item-q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 17px 26px 22px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item-q {
    padding: 13px 27px 11px 13px;
  }
}
.faq_new-content .item-q.is-show .charac:before {
  display: none;
}
.faq_new-content .item-q .charac {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .faq_new-content .item-q .charac {
    right: 16px;
    width: 18px;
    height: 18px;
  }
}
.faq_new-content .item-q .charac:after,
.faq_new-content .item-q .charac:before {
  position: absolute;
  content: '';
  background-color: #eb1e1e;
}
.faq_new-content .item-q .charac:before {
  top: 0;
  left: 9px;
  width: 4px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item-q .charac:before {
    left: 8px;
    width: 3px;
  }
}
.faq_new-content .item-q .charac:after {
  top: 9px;
  left: 0;
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item-q .charac:after {
    top: 8px;
    height: 3px;
  }
}
.faq_new-content .item-q .icon {
  background-color: #eb1e1e;
}
.faq_new-content .item-a {
  display: none;
  padding: 0 26px 20px;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item-a {
    padding: 0 13px 9px;
  }
}
.faq_new-content .item-a .txt {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item-a .txt {
    padding-top: 3px !important;
  }
}
.faq_new-content .item-a .txt a {
  color: #0a7bcc;
  text-decoration: underline;
}
.faq_new-content .item-a .size {
  position: relative;
  top: -5px;
  font-size: 12px;
}
.faq_new-content .item-a .icon {
  background-color: #0087cd;
}
.faq_new-content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-top: 21px;
  background: url(../images/faq_line.png) repeat-x 0 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item-wrap {
    padding-top: 11px;
  }
}
.faq_new-content .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item .icon {
    width: 25px;
    height: 25px;
  }
}
.faq_new-content .item .icon img {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item .icon img {
    width: 45%;
  }
}
.faq_new-content .item .txt {
  width: calc(100% - 33px);
  padding-left: 15px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .faq_new-content .item .txt {
    width: calc(100% - 25px);
    padding: 1px 0 0 7px;
    font-size: 13px;
    line-height: 1.55;
  }
}

.modal-wrap {
  padding: 45px 26px 26px;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  border: 4px solid #0080cb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .modal-wrap {
    padding: 31px 13px 13px;
    border-width: 2px;
    border-radius: 10px;
  }
}
.modal-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: noto-sans-cjk-jp, sans-serif;
}
.modal .mfp-close {
  top: 75px !important;
  right: 27px;
  width: 30px;
  height: 30px;
  background: url(../images/modal_close01.png) no-repeat 50% / contain;
}
@media screen and (max-width: 768px) {
  .modal .mfp-close {
    top: 55px !important;
    right: 14px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .modal .mfp-container {
    padding: 0 15px;
  }
}
.modal .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #0087cd;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal .title {
    font-size: 17px;
  }
}
.modal .note {
  color: #6d6d6d;
}
@media screen and (max-width: 768px) {
  .modal .note {
    font-size: 10px;
  }
}
.modal-01 .modal-wrap {
  padding-top: 39px;
  padding-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .modal-01 .modal-wrap {
    padding-top: 20px;
    padding-bottom: 21px;
  }
}
.modal-01 .title {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .modal-01 .title {
    margin-bottom: 21px;
  }
}
.modal-01 .title img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-01 .title img {
    width: 53.5%;
  }
}
.modal-01 .table-type-gas .table-wrap {
  padding: 4px;
  background-color: #0087cd;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .modal-01 .table-type-gas .table-wrap {
    padding: 1px;
    border-radius: 10px;
  }
}
.modal-01 .table-type-gas table th {
  padding: 25px 5px;
  color: #0087cd;
  background-color: #d9f2ff;
  border-color: #0087cd;
  border-right-width: 4px;
  border-bottom-width: 4px;
}
@media screen and (max-width: 768px) {
  .modal-01 .table-type-gas table th {
    padding: 4px 5px;
    font-size: 9px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 375px) {
  .modal-01 .table-type-gas table th {
    font-size: 2.4vw;
  }
}
.modal-01 .table-type-gas table th:first-child {
  border-top-left-radius: 18px;
}
@media screen and (max-width: 768px) {
  .modal-01 .table-type-gas table th:first-child {
    width: 7%;
    border-top-left-radius: 9px;
  }
}
.modal-01 .table-type-gas table th:last-child {
  border-right: none;
  border-top-right-radius: 18px;
}
@media screen and (max-width: 768px) {
  .modal-01 .table-type-gas table th:last-child {
    border-top-right-radius: 9px;
  }
}
.modal-01 .table-type-gas table td {
  padding: 21px 0;
  border-color: #0087cd;
}
@media screen and (max-width: 768px) {
  .modal-01 .table-type-gas table td {
    padding: 10px 0;
    font-size: 9px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 375px) {
  .modal-01 .table-type-gas table td {
    font-size: 2.4vw;
  }
}
.modal-01 .table-type-gas table tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}
@media screen and (max-width: 768px) {
  .modal-01 .table-type-gas table tr:last-child td:first-child {
    border-bottom-left-radius: 9px;
  }
}
.modal-01 .table-type-gas table tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}
@media screen and (max-width: 768px) {
  .modal-01 .table-type-gas table tr:last-child td:last-child {
    border-bottom-right-radius: 9px;
  }
}
.modal-01 .note {
  text-align: right;
}
.modal-02 .modal-wrap {
  padding-top: 40px;
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .modal-02 .modal-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modal-02 .title {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .modal-02 .title {
    margin-bottom: 21px;
  }
}
.modal-02 .title img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-02 .title img {
    width: 64.5%;
  }
}
.modal-02 .table-type-gas .table-wrap {
  padding: 4px;
  background-color: #0087cd;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .modal-02 .table-type-gas .table-wrap {
    padding: 1px;
    border-radius: 10px;
  }
}
.modal-02 .table-type-gas table {
  color: #000;
}
.modal-02 .table-type-gas table th {
  padding: 14px 5px;
  color: #0087cd;
  background-color: #d9f2ff;
  border-color: #0087cd;
  border-width: 4px;
}
@media screen and (max-width: 768px) {
  .modal-02 .table-type-gas table th {
    padding: 7px 5px;
    font-size: 9px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 375px) {
  .modal-02 .table-type-gas table th {
    font-size: 2.4vw;
  }
}
.modal-02 .table-type-gas table th:first-child {
  border-top-left-radius: 18px;
}
@media screen and (max-width: 768px) {
  .modal-02 .table-type-gas table th:first-child {
    width: 5%;
    border-top-left-radius: 9px;
  }
}
@media screen and (max-width: 768px) {
  .modal-02 .table-type-gas table th:nth-child(2) {
    width: 19%;
  }
}
.modal-02 .table-type-gas table th:last-child {
  border-right: none;
  border-top-right-radius: 18px;
}
@media screen and (max-width: 768px) {
  .modal-02 .table-type-gas table th:last-child {
    border-top-right-radius: 9px;
  }
}
.modal-02 .table-type-gas table th ul {
  border-top-color: #0087cd;
}
@media screen and (max-width: 768px) {
  .modal-02 .table-type-gas table th ul {
    margin: 5px 0 -14px;
    border-top-width: 1px;
  }
}
.modal-02 .table-type-gas table th li:first-child {
  border-right-color: #0087cd;
}
.modal-02 .table-type-gas table td {
  padding: 20px 0;
  border-color: #0087cd;
}
@media screen and (max-width: 768px) {
  .modal-02 .table-type-gas table td {
    padding: 4px 0;
    font-size: 9px;
    line-height: 1.3;
    border-width: 1px;
  }
}
@media screen and (max-width: 375px) {
  .modal-02 .table-type-gas table td {
    font-size: 2.4vw;
  }
}
.modal-02 .table-type-gas table tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}
@media screen and (max-width: 768px) {
  .modal-02 .table-type-gas table tr:last-child td:first-child {
    border-bottom-left-radius: 9px;
  }
}
.modal-02 .table-type-gas table tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}
@media screen and (max-width: 768px) {
  .modal-02 .table-type-gas table tr:last-child td:last-child {
    border-bottom-right-radius: 9px;
  }
}
.modal-02 .table-type-gas table tr:nth-child(4) td:nth-child(3),
.modal-02 .table-type-gas table tr:nth-child(4) td:nth-child(5) {
  border-bottom: none;
}
.modal-02 .note-01 {
  margin-top: 7px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .modal-02 .note-01 {
    margin-top: 1px;
  }
}
.modal-02 .note-02 {
  margin-top: -7px;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .modal-02 .note-02 {
    margin-top: 3px;
  }
}
.modal-03 .modal-wrap {
  overflow: visible;
}
.modal-03 .title {
  margin: -66px 0 35px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal-03 .title {
    margin: -52px 37px 22px -25px;
  }
}
@media screen and (max-width: 480px) {
  .modal-03 .title {
    margin-top: -41px;
  }
}
@media screen and (min-width: 769px) {
  .modal-03 .title img {
    width: auto;
  }
}
.modal-03 .frame {
  padding: 24px 30px 29px;
  background-color: #d9f2ff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .modal-03 .frame {
    padding: 18px 15px 13px;
    border-radius: 5px;
  }
}
.modal-03 .frame-img {
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-03 .frame-img {
    margin-bottom: 14px;
  }
}
.modal-03 .frame-img img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-03 .frame-img img {
    width: 89.5%;
  }
}
.modal-03 .frame-ttl {
  margin: 0 0 18px -18px;
}
@media screen and (max-width: 768px) {
  .modal-03 .frame-ttl {
    margin: 0 -3px 7px -21px;
  }
}
.modal-03 .frame-ttl img {
  width: auto;
}
.modal-03 .frame-txt {
  line-height: 1.3;
  color: #6d6d6d;
}
@media screen and (max-width: 768px) {
  .modal-03 .frame-txt {
    font-size: 10px;
    line-height: 1.5;
  }
}
.modal-04 {
  text-align: center;
}
.modal-04 .title {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .modal-04 .title {
    margin-bottom: 12px;
  }
}
.modal-04 .attention {
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #eb1e1e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-04 .attention {
    margin-bottom: 13px;
    font-size: 12px;
  }
}
.modal-04 .detail {
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .modal-04 .detail {
    margin: 0 -5px 11px;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: -0.05em;
  }
}
.modal-04 .detail .size {
  position: relative;
  top: -5px;
  font-size: 50%;
}
.modal-04 .notice {
  margin-bottom: 48px;
  line-height: 1.65;
  color: #6d6d6d;
}
@media screen and (max-width: 768px) {
  .modal-04 .notice {
    margin-bottom: 34px;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
  }
}
.modal-04 .box {
  padding: 0 40px 30px;
  background-color: #d9f2ff;
}
@media screen and (max-width: 768px) {
  .modal-04 .box {
    padding: 0 15px 15px;
  }
}
.modal-04 .box-caption {
  position: relative;
  top: -15px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .modal-04 .box-caption {
    top: -9px;
    margin-bottom: 2px;
  }
}
.modal-04 .box-caption img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-04 .box-caption img {
    width: 26.2%;
  }
}
.modal-04 .box-list .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .modal-04 .box-list .items {
    margin: 0 -7.5px;
  }
}
.modal-04 .box-list .items li {
  width: 25%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .modal-04 .box-list .items li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding: 0 7.5px;
  }
}
.modal-04 .box-list .items--col3 {
  width: 100%;
  max-width: 525px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .modal-04 .box-list .items--col3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 70.8%;
    margin-bottom: 0;
  }
}
.modal-04 .box-list .items--col3 li {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .modal-04 .box-list .items--col3 li {
    width: 50%;
    margin-bottom: 15px;
  }
}
.modal-04 .box-list .items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 5px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .modal-04 .box-list .items a {
    padding: 10px 3px;
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .modal-04 .box-list .items a {
    padding: 2.66667vw 0.8vw;
    font-size: 3.46667vw;
  }
}
.modal-04 .box-list .items a:after {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  content: '';
  background: url(../images/modal_icon01.png) no-repeat 50% / contain;
}
@media screen and (max-width: 768px) {
  .modal-04 .box-list .items a:after {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 375px) {
  .modal-04 .box-list .items a:after {
    margin-left: 1.33333vw;
  }
}
.modal-05 .modal-wrap {
  padding-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .modal-05 .modal-wrap {
    padding-bottom: 28px;
  }
}
.modal-05 .title {
  margin-bottom: 39px;
}
@media screen and (max-width: 768px) {
  .modal-05 .title {
    margin-bottom: 12px;
  }
}
.modal-05 .list {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-05 .list {
    margin-bottom: 19px;
  }
}
.modal-05 .list li {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .modal-05 .list li {
    font-size: 11px;
    line-height: 1;
  }
}
.modal-05 .btn {
  text-align: center;
}
.modal-05 .btn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 5px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #0087cd;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .modal-05 .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 460px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media screen and (max-width: 768px) {
  .modal-05 .btn a {
    position: relative;
    display: block;
    padding: 12px 3px;
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .modal-05 .btn a {
    font-size: 3.46667vw;
  }
}
.modal-05 .btn a:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  content: '';
  background: url(../images/modal_icon02.png) no-repeat 50% / contain;
}
@media screen and (max-width: 768px) {
  .modal-05 .btn a:after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 15px;
    height: 15px;
    margin-left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 375px) {
  .modal-05 .btn a:after {
    right: 3.2vw;
    width: 4vw;
  }
}
.modal-06 .mfp-close {
  background-image: url(../images/modal_close02.png);
}
.modal-06 .modal-wrap {
  padding-bottom: 40px;
  border-color: #eb1e1e;
}
@media screen and (max-width: 768px) {
  .modal-06 .modal-wrap {
    padding-bottom: 27px;
  }
}
.modal-06 .title {
  margin-bottom: 27px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .modal-06 .title {
    margin-bottom: 20px;
  }
}
.modal-06 .txt {
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-06 .txt {
    margin-bottom: 20px;
  }
}
.modal-06 .txt img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-06 .txt img {
    width: 57.1%;
  }
}
.modal-06 .table {
  margin-bottom: -8px;
}
@media screen and (max-width: 768px) {
  .modal-06 .table {
    margin-bottom: 5px;
  }
}
.modal-06 .table table {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: inherit;
  border: 3px solid #eb1e1e;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .modal-06 .table table {
    margin-bottom: 2px;
    border-width: 1.5px;
    border-radius: 10px;
  }
}
.modal-06 .table th {
  padding: 7px 3px;
  font-size: 20px;
  font-weight: 700;
  color: #eb1e1e;
  text-align: center;
  background-color: #ffebeb;
  border-bottom: 3px solid #eb1e1e;
}
@media screen and (max-width: 768px) {
  .modal-06 .table th {
    padding: 6px 3px;
    font-size: 12px;
    line-height: 1.2;
    border-bottom-width: 1.5px;
  }
}
@media screen and (max-width: 375px) {
  .modal-06 .table th {
    font-size: 3.2vw;
  }
}
.modal-06 .table th .size {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .modal-06 .table th .size {
    display: block;
  }
}
.modal-06 .table th:first-child {
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .modal-06 .table th:first-child {
    border-radius: 10px 0 0 0;
  }
}
.modal-06 .table th:last-child {
  border-right: none;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .modal-06 .table th:last-child {
    border-radius: 0 10px 0 0;
  }
}
.modal-06 .table th:not(:last-child) {
  border-right: 3px solid #eb1e1e;
}
@media screen and (max-width: 768px) {
  .modal-06 .table th:not(:last-child) {
    border-right-width: 1.5px;
  }
}
.modal-06 .table td {
  padding: 7px 3px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid #eb1e1e;
}
@media screen and (max-width: 768px) {
  .modal-06 .table td {
    padding: 8px 3px;
    font-size: 12px;
    line-height: 1.1;
    border-width: 1.5px;
  }
}
@media screen and (max-width: 375px) {
  .modal-06 .table td {
    font-size: 3.2vw;
  }
}
.modal-06 .table td:not(:last-child) {
  border-right: 3px solid #eb1e1e;
}
@media screen and (max-width: 768px) {
  .modal-06 .table td:not(:last-child) {
    border-width: 1.5px;
  }
}
.modal-06 .table td:first-child {
  border-bottom: none;
}
.modal-06 .table td strong {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .modal-06 .table td strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .modal-06 .table td strong {
    font-size: 4vw;
  }
}
.modal-06 .table td small {
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .modal-06 .table td small {
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  .modal-06 .table td small {
    font-size: 2.66667vw;
  }
}
.modal-06 .table tr:last-child td:nth-child(2),
.modal-06 .table tr:last-child td:nth-child(3) {
  border-bottom: none;
}
.modal-06 .table .note {
  text-align: right;
}
.modal-06 .txts {
  line-height: 1.65;
  color: #6d6d6d;
}
@media screen and (max-width: 768px) {
  .modal-06 .txts {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .modal-06 .txts li {
    font-size: 10px;
  }
}
.modal-06 .txts li:before {
  content: '＊';
}
.modal-06 .txts strong {
  color: #eb1e1e;
}
.modal-06 .list li {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .modal-06 .list li {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .modal-06 .list li {
    font-size: 3.2vw;
  }
}
.modal-06--03 .modal-wrap {
  border-color: #d72e8b;
}
.modal-06--03 .mfp-close {
  background-image: url(../images/modal_close03.png);
}
.modal-06--03 .table table {
  border-color: #d72e8b;
}
.modal-06--03 .table th {
  color: #d72e8b;
  background-color: #ffe3f2;
  border-color: #d72e8b;
}
.modal-06--03 .table td,
.modal-06--03 .table td:not(:last-child),
.modal-06--03 .table th:not(:last-child) {
  border-color: #d72e8b;
}
.modal-07 .mfp-close {
  background-image: url(../images/modal_close02.png);
}
.modal-07 .modal-wrap {
  padding: 40px 60px 48px;
  border-color: #eb1e1e;
}
@media screen and (max-width: 768px) {
  .modal-07 .modal-wrap {
    padding: 31px 12px 24px;
  }
}
@media screen and (max-width: 375px) {
  .modal-07 .modal-wrap {
    padding: 8.26667vw 3.2vw 6.4vw;
  }
}
.modal-07 .title {
  margin-bottom: 10px;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 768px) {
  .modal-07 .title {
    font-size: 15px;
  }
}
.modal-07 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
@media screen and (max-width: 768px) {
  .modal-07 .list {
    margin-bottom: 17px;
  }
}
.modal-07 .list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-07 .list-item:first-child {
  width: 64%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .modal-07 .list-item:first-child {
    width: 62%;
    padding-right: 0;
  }
}
.modal-07 .list-item:nth-child(2) {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .modal-07 .list-item:nth-child(2) {
    width: 38%;
  }
}
.modal-07 .list li {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .modal-07 .list li {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .modal-07 .list li {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-07 .note {
    margin-right: -3px;
  }
}
.modal-08 .modal-wrap {
  overflow: visible;
}
.modal-08 .title {
  margin: -68px 0 40px;
}
@media screen and (max-width: 768px) {
  .modal-08 .title {
    margin: -42px 4px 20px 0;
  }
}
.modal-08 .title img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-08 .title img {
    width: 90%;
  }
}
.modal-08 .content {
  padding: 18px 30px 33px;
  text-align: center;
  background-color: #d9f2ff;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .modal-08 .content {
    padding: 18px 15px;
    border-radius: 7px;
  }
}
.modal-08 .content-txt {
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .modal-08 .content-txt {
    margin-bottom: 21px;
  }
}
.modal-08 .content-txt img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-08 .content-txt img {
    width: 93%;
  }
}
.modal-08 .content-img {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-08 .content-img {
    margin: 0 8px 19px 1px;
  }
}
.modal-08 .content-img img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-08 .content-img img {
    width: 93%;
  }
}
.modal-08 .content .note {
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal-08 .content .note {
    line-height: 1.5;
  }
}
.modal-08 .content .note a {
  display: inline-block;
  border-bottom: 1px solid #6d6d6d;
}
.notes {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .notes {
    padding-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  .notes p {
    font-size: 12px;
  }
}
.notes p:not(:last-child) {
  margin-bottom: 10px;
}
.notes p a {
  display: inline-block;
  line-height: 1.4;
  color: #0a7bcc;
  border-bottom: 1px solid #0a7bcc;
}

.slick-slider {
  display: flex;
  align-items: center;
}
.slick-list {
  margin: 0 auto;
  max-width: 820px;
}
.slick-slide {
  margin: 0 30px;
}
.slick-arrow {
  position: relative;
  display: block;
  flex-shrink: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-prev {
  left: 0;
  background: url(../images/slider-navi-prev-02.png) no-repeat;
  background-size: cover;
}
.slick-next {
  right: 0;
  background: url(../images/slider-navi-next-02.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
.check-slick-item {
  text-align: center;
}
.check-slick-item img {
  margin: 0 auto 15px;
}
.check-slick-item span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .check-slick-item img {
    margin-bottom: 5px;
  }
  .check-slick-item span {
    font-size: 16px;
  }
}
  /* ------------------------------------------------------
   * nentyojyougen20220630 
  ------------------------------------------------------ */

@media print, screen and (min-width: 769px) {
.coution {
  margin: 0px 30px 60px;
  font-size: 14px;
}
 }

@media print, screen and (max-width: 768px) {
.coution {
  margin: 0px 10px 60px;
  font-size: 14px;
}
 }

.coution ul {
  padding: 2.2em;
  border:solid 3px #FF0000;
}

.coution li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.6;
  margin-bottom: 5px;
}

.coution li:last-child {
  margin-bottom: 0px;
}

.coution li span {
  position: absolute;
  top: 0;
  left: 0;
}
/* 231215追加 省エネコミュニケーションランキング制度　*/
.ranking {
  width: 100%;
  max-width: 920px;
  margin: 40px auto 0;
  padding: 30px 20px;
  display: flex;
  background: #ffffff;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
}
.ranking-logo {
  width: 35%;
  padding: 0 2% 0 0;
  box-sizing: border-box;
}
.ranking-text {
  width: 65%;
  font-size: 125%;
  font-weight: bold;
}
.ranking-text .ranking-red{
  color: #d42233;
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .ranking {
    width: 100%;
    max-width: 89.3333vw;
    margin: 4vw auto 0;
    padding: 4vw;
    display: block;
    background: #ffffff;
    align-items: center;
  }
  .ranking-logo {
    width: 100%;
    padding: 0 0 5% 0;
    text-align: center;
  }
  .ranking-logo img{
    width: 75%;
    height: auto;
  }
  .ranking-text {
    width: 100%;
    font-size: 3.2vw;
    
  }
}
/* 231215追加 ここまで　*/
/* gasplanからのモーダルを移植 */
/*----------------------------
  modal
-----------------------------*/
#gas2-modalwin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#gas2-modalwin {
  position: absolute;
  z-index: 9999;
}
#gas2-modalwin .gas2-modalwin-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(243,245,245,0.9);
}
#gas2-modalwin .gas2-modalwin-outer {
  margin: 0 0 0 -45%;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
}
#gas2-modalwin .gas2-modalwin-inner {
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
}
#gas2-modalwin .gas2-modalwin-win {
  padding: 40px 20px;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 8px #eb1e1e;
  border-radius: 60px;
  background-color: #fff;
}
#gas2-modalwin .gas2-modalwin-win-outer {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gas2-modalwin .gas2-modalwin-win-close {
  position: absolute;
  top: 40px;
  right: 40px;
}
#gas2-modalwin .gas2-modalwin-win.js-gas2-modalwin-show {
  display: block;
}
#gas2-modalwin .modal-cont {
  display: none;
}
#gas2-modalwin #modal-cont4 p {
  text-align: left;
  padding: 0 0 30px;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
#gas2-modalwin #gas2-modalwin {
  position: absolute;
  z-index: 9999;
}
#gas2-modalwin .gas2-modalwin-bg {
  position: fixed;
  z-index: -1;
}
#gas2-modalwin .plan-modalwin {
  width: 750px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -375px;
}
#gas2-modalwin .plan-modalwin h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: left;
}
#gas2-modalwin .gas2-sp-only-inline {
  display: none;
}
#gas2-modalwin .gas2-modalwin-win {
  display: none;
  padding: 40px 20px 20px;
  border: solid 4px #eb1e1e;
  border-radius: 20px;
  background-color: #fff;
}
#gas2-modalwin .gas2-modalwin-win.blue {
  border: solid 4px #0080cb;
}
#gas2-modalwin .gas2-modalwin-win-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#gas2-modalwin .gas2-modalwin-bg {
  top: 0;
}

@media screen and (max-width: 768px) {
  #gas2-modalwin .plan-modalwin {
    width: 94%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    margin-left: 3%;
  }
  #gas2-modalwin .plan-modalwin h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
  }
  #gas2-modalwin .gas2-sp-only-inline {
    display: block;
  }
  #gas2-modalwin .gas2-modalwin-win-close img {
    width: 20px;
    height: auto;
  }
}
#gas2-modalwin #modal-cont4 {
  padding: 0px;
  width: auto;
}
#gas2-modalwin #modal-cont4 .el-modal__inner {
  padding: 0px 20px;
  width: auto;
  margin-top: -45px;
}
#gas2-modalwin #modal-cont4 .el-modal__inner .el-modal-title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#gas2-modalwin #modal-cont4 .el-modal__inner h4.el-modal-subtitle {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #eb1e1e;
  text-align: left;
}
#gas2-modalwin #modal-cont4 .el-modal__inner p.note {
  font-size: 16px;
}
