.-en {
  font-family: "EB Garamond", serif;
  font-weight: normal;
}

.txt_bk {
  color: #000 !important;
}

.txt_w {
  color: #fff !important;
}

h2 {
  width: 80%;
  margin-inline: auto;
}
h2 img {
  height: 3.3em;
}
@media screen and (max-width: 768px) {
  h2 {
    width: 70%;
  }
}

.ttl_02 {
  font-size: clamp(22.4px, 2vw, 29.6px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-block: 1.3em 1em;
}
@media screen and (max-width: 768px) {
  .ttl_02 {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    line-height: 1.66;
    padding-block: 1.3em;
  }
}

.ttl_03 {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  line-height: 1.4;
  text-align: center;
}
.read_02 {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .read_02 {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
    letter-spacing: 0.06em;
    line-height: 1.78;
  }
}

.read_04 {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  line-height: 2;
}
.read_04.r04-2 {
  line-height: 1.6;
  font-weight: 500;
}
.cap {
  display: block;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  line-height: 1.5;
  padding-bottom: 8em;
  max-width: 1300px;
  margin-inline: auto;
}
.cap.cap01 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  max-width: none;
  padding-block: 0;
  margin-top: -4em;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .cap.cap01 {
    padding-block: 4em 0;
  }
}
.cap.cap02 {
  text-align: center;
  padding-top: 1em;
}
.cap.cap03 {
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .cap.cap03 {
    padding-bottom: 1em;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .cap {
    padding-bottom: 0;
  }
}

.p-mv {
  position: relative;
  padding-top: 4.5%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-top: 45px;
  }
}
.p-mv__heading {
  width: min(49.38vw, 30%);
  position: absolute;
  top: 80%;
  left: 4%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5529411765));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5529411765));
}
@media screen and (max-width: 768px) {
  .p-mv__heading {
    width: 65vw;
    top: 83.5%;
    left: 4.5%;
  }
}

.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.c-copy-medium {
  font-size: min(1.45em, 26px);
  padding-block: 1.3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-copy-medium {
    padding-block: 0.6em 1.3em;
  }
}

.c-copy-section {
  padding-bottom: 0;
}
.c-copy-section__box {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-copy-section__box {
    width: 96%;
  }
}
.c-copy-section__box:after {
  content: "";
  display: block;
  width: 1px;
  height: 4.5em;
  background: #00552E;
  margin: 5% auto;
}
@media screen and (max-width: 768px) {
  .c-copy-section__box:after {
    height: 3.5em;
    margin: 17% auto;
  }
}
.c-copy-section .col3 {
  max-width: 1200px;
  margin: 1em auto;
}

.c-section01 .inner {
  background-image: url(../img/80plan/bg01.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) {
  .c-section01 .inner {
    background-size: 390vw;
    padding-bottom: 1em;
  }
}
.c-section01 .row {
  width: 94%;
  max-width: 1500px;
  background: #fff;
  margin: 1em auto 0;
  padding-inline: 5em;
}
.c-section01 .row ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3em 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 3em;
  max-width: 1300px;
  margin: auto;
  padding-block: 4em 3em;
}
@media screen and (max-width: 768px) {
  .c-section01 .row ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-block: 0 2em;
  }
  .c-section01 .row ul li:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-section01 .row {
    width: 90%;
    margin: 1em auto 7em;
    padding-inline: 1.5em;
    padding-block: 2em 4.5em;
  }
}
.c-section01 .row .c-section-description .red {
  color: #9F0810;
  font-size: 115%;
  font-weight: 800;
}
.c-section01 .c-copy-medium {
  padding-block: 1.7em 2em;
}
.c-section02 {
  background-image: url(../img/80plan/bg02.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  padding-block: 8em;
}
@media screen and (max-width: 768px) {
  .c-section02 {
    background-image: url(../img/80plan/bg02-sp.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    padding-block: 6em 8em;
  }
  @supports (-webkit-touch-callout: none) {
    .c-section02 {
      background-attachment: scroll;
    }
  }
}
.c-section02 .c-section-description {
  margin-top: 0;
}
.c-section02 .inner {
  margin-top: 5em;
}
.c-section02 .c-copy-medium {
  padding-block: 1.7em 2em;
}
.c-section02 h3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.3em 78%;
  grid-template-columns: 1fr 78%;
  border-top: 2px solid rgba(139, 152, 158, 0.3647058824);
  border-bottom: 2px solid rgba(139, 152, 158, 0.3647058824);
  padding-block: 0.5em;
  margin-bottom: 1em;
  gap: 1.3em;
}
@media screen and (max-width: 768px) {
  .c-section02 h3 {
    -ms-grid-columns: 1fr 64%;
    grid-template-columns: 1fr 64%;
  }
}
.c-section02 h3 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1em;
  margin: 0;
}
.c-section02 h3 p:first-child {
  font-size: 180%;
  color: #8B989E;
  border-right: 2px solid rgba(139, 152, 158, 0.3647058824);
  padding: 0 0.5rem;
  line-height: 1.2;
}
.c-section02 h3 p:first-child span {
  color: inherit;
  font-size: 200%;
}
.c-section02 h3 p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 250%;
}
.c-section02 h3 p:last-child span {
  display: block;
  font-size: 50%;
  line-height: 1;
  padding-left: 0.5rem;
}

.c-section03 {
  padding: 7em 0 0.1em;
  background: #A89F83;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .c-section03 {
    padding: 3em 0;
  }
}
.c-section03 .inner {
  max-width: 1200px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  .c-section03 .inner {
    width: 90%;
    padding: 2em 0 0;
  }
}
.c-section03 .inner .ttl_02 {
  padding-block: 2em 1em;
}
@media screen and (max-width: 768px) {
  .c-section03 .inner .ttl_02 {
    padding-block: 2.2em 1em;
  }
}
.c-section03 .c-copy-medium {
  padding-top: 2.5em;
  color: #fff;
}
.c-section03 .c-section-description {
  margin-top: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section03 .c-section-description {
    text-align: left;
  }
}
.c-section03 .col2 > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  margin-top: 4em;
}
.c-section03 .col2 > * figure {
  padding: 4em;
}
@media screen and (max-width: 768px) {
  .c-section03 .col2 {
    gap: 0;
  }
}
.c-section03 .col2 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.7fr;
  grid-template-columns: 1fr 1.7fr;
  padding: 2em 2em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-section03 .col2 dl {
    padding: 2em 0 0;
  }
}
.c-section03 .col2 dl dt {
  border-right: 2px solid #D9D9D9;
  color: #8B989E;
  font-size: min(7.5vw, 2.8em);
  margin: auto;
  padding: 0 0.7em;
}
.c-section03 .col2 dl dt span {
  color: inherit;
  font-size: 1.8em;
}
.c-section03 .col2 dl dd {
  padding-left: 1.7em;
}
.c-section03 .col2 dl dd p {
  line-height: 0;
}
.c-section03 .col2 dl dd p.s-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: min(4vw, 1.3em);
  line-height: 0.5;
  margin-bottom: 2em;
}
.c-section03 .col2 dl dd p.s-01 .strong {
  font-size: 2.2em;
}
.c-section03 .col2 dl dd p.s-01 .br_box {
  display: block;
  line-height: 1.03;
  margin-bottom: -0.5em;
}
.c-section03 .col2 dl dd p.s-02 {
  font-size: min(2.7vw, 1em);
}
.c-section03 .col2 dl dd p.s-02 .strong {
  font-size: 1.8em;
  padding-left: 0.3em;
}
.c-section03 .col2 dl dd p.s-03 {
  font-size: 0.8em;
}
.c-section03 .col2 dl dd p.s-03 .strong {
  font-size: 1.1em;
}
.c-section03 .col2 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 300px;
  display: flex;
  background: #E5EDEA;
  border-radius: 150px;
  margin: auto auto 4em;
}
@media screen and (max-width: 768px) {
  .c-section03 .col2 a {
    width: 54%;
  }
}
.c-section03 .col2 a p {
  font-size: 1.2em;
  text-align: center;
  padding: 0.6em;
}
.c-section03 .col2 a span {
  position: absolute;
  width: 13%;
  display: block;
  top: 8%;
  right: 22%;
}
.c-section03 .col2 a.linkbnr {
  width: 90%;
  max-width: none;
  margin-block: -0.5em 2em;
}

.c-copy-large {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-copy-large {
    padding-bottom: 0.8em;
  }
}

.p-common-img.-sm {
  max-width: 1000px;
  margin: -60px auto 140px;
}

@media screen and (max-width: 768px) {
  .p-common-img.-sm {
    width: 90%;
    margin: -20px auto 60px;
  }
}
.wArea {
  background: #FFF;
  width: 100%;
  padding: 0 0 min(8.501vw, 141.6px);
}
@media screen and (max-width: 768px) {
  .wArea {
    padding: 0 0 min(3.602vw, 60px);
  }
}

.layout {
  max-width: min(85.591vw, 1425.6px);
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .layout {
    margin-bottom: 50px;
  }
}
.layout figcaption {
  text-align: right;
  font-size: clamp(8.8px, 0.793vw, 13.2px);
}

.hanrei {
  margin-top: min(3.602vw, 60px);
}
.hanrei ul li {
  font-weight: 400;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  color: #fff;
  line-height: 2;
}
.hanrei ul li img {
  height: 1.4em;
}
.hanrei__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: min(1.081vw, 18px);
}
@media screen and (max-width: 768px) {
  .hanrei__icon {
    gap: min(4vw, 18px);
  }
}
.hanrei__icon > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.36vw, 6px);
}
@media screen and (max-width: 768px) {
  .hanrei__icon > * {
    gap: min(1.333vw, 6px);
  }
}
.hanrei__icon > *::before {
  content: "";
  display: block;
  width: min(1.801vw, 30px);
  height: min(0.72vw, 12px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .hanrei__icon > *::before {
    width: min(6.667vw, 30px);
    height: min(2.667vw, 12px);
  }
}
.hanrei__icon > *::after {
  font-size: min(1.009vw, 16.8px);
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hanrei__icon > *::after {
    font-size: min(2.667vw, 12px);
  }
}
.hanrei__icon > *[data-hanrei1]::before {
  background-image: url(../img/80plan/i-yukadan.svg);
}
.hanrei__icon > *[data-hanrei1]::after {
  content: attr(data-hanrei1);
}
.hanrei__icon > *[data-hanrei2]::before {
  background-image: url(../img/80plan/i-shuno.svg);
}
.hanrei__icon > *[data-hanrei2]::after {
  content: attr(data-hanrei2);
}
.hanrei__icon > *[data-hanrei3]::before {
  background-image: url(../img/80plan/i-tsufu.svg);
  width: min(9vw, 50px);
}
.hanrei__icon > *[data-hanrei3]::after {
  content: attr(data-hanrei3);
}
.hanrei__icon > *[data-hanrei4]::before {
  background-image: url(../img/80plan/i-saiko.svg);
  width: min(9vw, 50px);
}
.hanrei__icon > *[data-hanrei4]::after {
  content: attr(data-hanrei4);
}

.hanrei__icon .last {
  color: #fff;
  margin-left: -2em;
  font-size: min(1.009vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .hanrei__icon .last {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-width-1 {
    padding-inline: 1em;
  }
  .sp-width {
    padding-inline: 2em;
  }
  .sp-height {
    padding-block: 2em;
  }
  .sp-left {
    text-align: left;
  }
}
/*tab*/
.tab_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.2fr) 3% minmax(0, 1fr);
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
      grid-template-areas: "info map" "feature map";
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  width: 94%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 4em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab_container {
    display: block;
    width: 92%;
    padding: 5em 1.5em;
  }
}
.tab_container > input {
  display: none;
}
.tab_container img {
  display: block;
  width: 100%;
}
.tab_container .info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: info;
  height: 33em;
}
.tab_container .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 1.5;
  gap: 0.6em;
}
@media screen and (max-width: 768px) {
  .tab_container .head {
    line-height: 1.55;
  }
}
.tab_container .head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  color: #fff;
  line-height: 1;
  background: #006437;
  font-size: inherit;
}
.tab_container .lead {
  margin: 0.2em 0 1.5em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .tab_container .lead {
    margin: 0 0 1.4em;
    line-height: 1.9;
  }
}
.tab_container .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tab_container .switch {
    width: 100%;
  }
}
.tab_container .switch label {
  width: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.tab_container .switch label:hover {
  opacity: 0.7;
}
.tab_container .map {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: map;
  -ms-grid-row-align: start;
      align-self: start;
}
@media screen and (max-width: 768px) {
  .tab_container .map {
    width: 100%;
    margin: 8em auto 0;
  }
}
.tab_container .map .m_open, .tab_container .map .m_close {
  width: 96%;
  position: relative;
  display: none;
}
.tab_container .map .m_open .cap, .tab_container .map .m_close .cap {
  text-align: right;
  padding-top: 1em;
}
.tab_container .map label {
  position: absolute;
  width: 22%;
  top: 59%;
  left: 77%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .tab_container .map label {
    width: 26%;
    top: 67%;
    left: 78%;
  }
}
.tab_container .map label.close {
  width: 21.5%;
  top: 59%;
  left: 77%;
}
@media screen and (max-width: 768px) {
  .tab_container .map label.close {
    width: 25%;
    top: 67%;
    left: 78%;
  }
}
.tab_container .map label:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .tab_container .map label:hover {
    opacity: 1;
  }
}
.tab_container .feature {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: feature;
  margin-top: 10em;
}
@media screen and (max-width: 1440px) {
  .tab_container .feature {
    margin-top: 12em;
  }
}
@media screen and (max-width: 768px) {
  .tab_container .feature {
    margin-block: 3em;
  }
}
.tab_container .feature .ttl_02 {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_container .feature .ttl_02 {
    width: 85%;
    margin: 0 auto 0.5em;
  }
}
.tab_container .feature .col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5% 1fr 2.5% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .tab_container .feature .col3 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab_container .feature .col3 li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .tab_container .feature .col3 li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_container .feature .col3 li.rev figure {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 768px) {
  .tab_container .feature .col3 li.rev dl {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.tab_container .feature .col3 figure {
  position: relative;
  margin: 0;
}
.tab_container .feature .col3 figure p {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25em;
  height: 1.25em;
  font-size: 2em;
  margin: 0;
  color: #fff;
  line-height: 1;
  background: #006437;
}
.tab_container .feature .col3 dl {
  margin: 0.9em 0 0;
}
@media screen and (max-width: 768px) {
  .tab_container .feature .col3 dl {
    margin: 0;
  }
}
.tab_container #plan80-open:checked ~ .map .m_open {
  display: block;
}
.tab_container #plan80-close:checked ~ .map .m_close {
  display: block;
}

.t-c {
  text-align: center;
}

.p-modal-trigger-row {
  display: -ms-grid;
  display: grid;
  margin: min(6.412vw, 106.8px) auto 0;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-modal-trigger-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: min(4vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .p-modal-trigger-row {
    gap: min(2.522vw, 42px);
    max-width: min(85.591vw, 1425.6px);
  }
}

.c-modal-trigger {
  position: absolute;
  display: block;
  width: 14%;
}
@media screen and (max-width: 768px) {
  .c-modal-trigger {
    width: 20%;
  }
}
.c-modal-trigger.-n1 {
  bottom: 35.5%;
  left: 40%;
}
@media screen and (max-width: 768px) {
  .c-modal-trigger.-n1 {
    bottom: 31.5%;
    left: 36%;
  }
}
.c-modal-trigger.-n2 {
  bottom: 17%;
  left: 32.5%;
}
@media screen and (max-width: 768px) {
  .c-modal-trigger.-n2 {
    bottom: 10.7%;
    left: 21.5%;
  }
}
.c-modal-trigger .figcap {
  color: #FFF;
  font-size: 11px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0px 5px 2px;
}
@media screen and (max-width: 768px) {
  .c-modal-trigger .figcap {
    font-size: 9px;
    padding: 0px 3px 1px;
  }
}
.c-modal-trigger:hover .c-modal-trigger__arrow {
  margin-left: 20px;
}

.c-modal-trigger__text {
  color: #FFF;
}

.c-modal-trigger-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  margin-top: 5px;
}

.c-modal-trigger__arrow {
  display: block;
  width: auto;
  width: 40px;
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-modal__contents {
  padding: 0;
}

.c-modal__inner {
  max-width: 1200px;
}

.p-plan-modal__caption {
  padding: 1em 2em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-zoom-icon {
    top: 58%;
  }
}
.prot {
  display: block;
  position: absolute;
  width: 42%;
  top: 20%;
  left: 30%;
}
@media screen and (max-width: 768px) {
  .prot {
    display: block;
    position: absolute;
    width: 43%;
    top: 15.5%;
    left: 27%;
  }
}
/*# sourceMappingURL=80plan.css.map */