@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
}

body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

img {
  width: 100%;
}

.emp {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 11px;
}

.marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

/*ベース*/
.toggle {
  display: none;
}

.acd-label { /*タイトル*/
  padding: 0.5em;
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: center;
  background: #359AAE;
  border: solid 1px #359AAE;
  cursor: pointer;
}

.acd-label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.acd-label,
.acd-content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.acd-content {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  background-color: #fff;
  border: solid 3px #359AAE;
}
.acd-content .description {
  font-size: 12px;
  line-height: 1.6;
}
.acd-content .description span {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 797px) {
  .acd-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .acd-content figure {
    width: 50%;
  }
  .acd-content .description {
    font-size: 13px;
  }
}

.toggle:checked + .acd-label + .acd-content {
  height: auto;
  padding: 20px 10px;
  transition: all 0.3s;
}

.toggle:checked + .acd-label::before {
  transform: rotate(-45deg) !important;
}

#anchor_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-top: solid 5px #359AAE;
  filter: drop-shadow(0 -5px 5px rgba(0, 109, 185, 0.16));
}
#anchor_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
#anchor_wrap ul li {
  width: 33.3333333333%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
#anchor_wrap ul li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #006DB9;
}
#anchor_wrap ul a {
  width: 100%;
  display: block;
  color: #006DB9;
  font-weight: bold;
  letter-spacing: -0.5px;
  padding: 10px 0 20px;
  position: relative;
  font-size: 14px;
  position: relative;
}
#anchor_wrap ul a::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #006DB9;
  border-bottom: solid 2px #006DB9;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 797px) {
  #anchor_wrap {
    max-width: 170px;
    right: 0;
    left: inherit;
    border-left: solid 2px #006DB9;
  }
  #anchor_wrap ul {
    display: block;
  }
  #anchor_wrap ul li {
    width: inherit;
    border-bottom: solid 3px #006DB9;
  }
  #anchor_wrap ul li a {
    padding: 20px 0 25px;
  }
  #anchor_wrap ul li a::after {
    bottom: 15px;
  }
}

#floating_wrap {
  display: none;
  flex-wrap: wrap;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 980px;
  margin: auto;
  z-index: 10;
  filter: drop-shadow(0 -5px 5px rgba(0, 109, 185, 0.16));
  width: 100%;
  visibility: hidden;
  bottom: -100px;
  transition: 0.3s;
}
#floating_wrap > a {
  display: block;
  width: 50%;
  color: #fff;
  background-color: #E88A00;
  border: solid 2px #E88A00;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 0;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}
#floating_wrap > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
#floating_wrap > a:first-of-type {
  background-color: #fff;
  color: #E88A00;
  display: flex;
  justify-content: center;
  align-items: center;
}
#floating_wrap > a:first-of-type::after {
  border-color: #E88A00;
}
#floating_wrap > a:last-of-type:before {
  content: "";
  position: absolute;
  top: -70%;
  left: 0%;
  width: 100%;
  height: 40px;
  color: #E88A00;
  font-size: 13px;
  background-image: url("/lp/mito_ng_tono_event/img/cta_bubble.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#floating_wrap > a span {
  font-size: 14px;
  display: block;
  line-height: 1.3;
}
@media screen and (min-width: 797px) {
  #floating_wrap > a:last-of-type:before {
    height: 50px;
    top: -80%;
    left: 20%;
  }
  #floating_wrap > a span {
    font-size: 13px;
    display: block;
    text-decoration: none;
  }
}
#floating_wrap #anchor_top {
  position: fixed;
  top: -80px;
  right: 10px;
}
#floating_wrap #anchor_top a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: solid 2px #359AAE;
  color: #359AAE;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
#floating_wrap #anchor_top a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: solid 2px #359AAE;
  border-left: solid 2px #359AAE;
  transform: translateX(-50%) translateY(-10%) rotate(45deg);
}
@media screen and (min-width: 797px) {
  #floating_wrap a {
    padding: 20px;
    font-size: 18px;
  }
}

.fixed {
  position: fixed !important;
  visibility: visible !important;
  display: flex !important;
  bottom: 0;
}
@media screen and (min-width: 797px) {
  .fixed {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.cta article {
  width: 100%;
}
.cta article section {
  width: 100%;
}
.cta article section > figure {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}
.cta article section > p {
  margin: 20px auto 0;
  text-align: center;
  font-size: 18px;
  color: #EC4D4A;
  font-weight: bold;
}
.cta article section > a {
  display: block;
  color: #fff;
  background-color: #EC4D4A;
  text-align: center;
  margin: 0px auto 20px;
  padding: 20px 0;
  font-size: 20px;
  width: 95%;
  max-width: 600px;
  position: relative;
}
.cta article section > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff;
}
.cta article section > .tel_wrap {
  text-align: center;
  margin-bottom: 40px;
}
.cta article section > .tel_wrap > p {
  font-size: 16px;
  text-align: center;
}
.cta article section > .tel_wrap > p.tel {
  margin-top: 10px;
  border: solid 2px #141f3f;
  padding: 10px;
  width: 85%;
  max-width: 600px;
  margin: auto;
}
.cta article section > .tel_wrap > p.tel span {
  font-size: 18px;
  margin-right: 8px;
}
.cta article section > .tel_wrap > p.tel span.tochisuma {
  display: block;
  margin-bottom: 5px;
  margin-right: 0;
  background-color: #141f3f;
  color: #fff;
  padding: 5px 0;
}
.cta article section > .tel_wrap > p.tel > a {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #262626;
}

header .logo_wrap {
  background-color: #141f3f;
  height: 60px;
}
header .logo_wrap #logo {
  position: absolute;
  width: 200px;
  top: 15px;
  left: 7px;
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
}
@media screen and (min-width: 797px) {
  header .logo_wrap {
    height: 70px;
  }
  header .logo_wrap #logo {
    width: 270px;
    left: 15px;
  }
}
header div {
  font-size: 12px;
  font-weight: bold;
  color: #141f3f;
  padding-left: 10px;
  background-color: #9ad320;
}
@media screen and (min-width: 797px) {
  header div {
    padding-left: 20px;
  }
}

.fv_wrap {
  font-family: Yu Mincho, serif;
  background-image: url("/lp/mito_ng_tono_event/img/fv_bg-sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 65vh;
  position: relative;
}
.fv_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/lp/mito_ng_tono_event/img/mesh.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.3;
}
@media screen and (min-width: 797px) {
  .fv_wrap {
    background-image: url("/lp/mito_ng_tono_event/img/fv_bg-pc.jpg");
    height: 100vh;
    background-position: center;
  }
}
.fv_wrap #logo {
  position: absolute;
  width: 170px;
  top: 15px;
  left: 5px;
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
}
@media screen and (min-width: 797px) {
  .fv_wrap #logo {
    width: 300px;
    left: 15px;
  }
}
.fv_wrap h1 {
  font-weight: 600;
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 10%;
}
.fv_wrap h1 .small {
  font-size: 20px;
}
.fv_wrap h1 .small span {
  font-size: 1.1em;
  border: solid #fff 2px;
  padding: 5px;
  margin: 0 3px;
}
.fv_wrap h1 .big {
  font-size: 54px;
  letter-spacing: 5px;
}
@media screen and (min-width: 797px) {
  .fv_wrap h1 {
    top: 13%;
  }
  .fv_wrap h1 .small {
    font-size: 24px;
  }
  .fv_wrap h1 .small span {
    padding: 5px 10px;
  }
  .fv_wrap h1 .big {
    font-size: 72px;
  }
}
.fv_wrap .basyo {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  width: 90%;
  letter-spacing: 1px;
  filter: drop-shadow(0 0 5px rgb(0, 0, 0)) drop-shadow(0 0 5px rgb(0, 0, 0));
}
.fv_wrap .basyo .location {
  font-size: 20px;
}
.fv_wrap .basyo .location::before {
  content: url("/lp/mito_ng_tono_event/img/pin_w.svg");
  position: relative;
  left: -5px;
  top: 2px;
}
.fv_wrap .basyo .access {
  font-size: 18px;
}
@media screen and (min-width: 797px) {
  .fv_wrap .basyo {
    bottom: 30px;
  }
  .fv_wrap .basyo .location {
    font-size: 28px;
  }
  .fv_wrap .basyo .access {
    font-size: 24px;
  }
}

.intro_wrap {
  background-color: #fff;
  padding: 30px 0 20px;
  max-width: 980px;
  text-align: center;
}
@media screen and (min-width: 797px) {
  .intro_wrap {
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  .intro_wrap article {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}
.intro_wrap h2 {
  margin: 0 4%;
}
.intro_wrap a {
  color: #262626;
  margin: 10px auto 0;
  font-size: 18px;
  display: block;
  border: solid 1px #000;
  padding: 10px 0;
  width: 90%;
  max-width: 500px;
  position: relative;
}
.intro_wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: translateY(-50%) rotate(45deg);
}

.estate_wrap {
  background-color: #359AAE;
  padding: 30px 0 0;
  position: relative;
}
.estate_wrap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  border-width: 48px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 797px) {
  .estate_wrap::before {
    border-width: 60px 50vw 0 50vw;
    margin-top: -1px;
  }
}
.estate_wrap #estate {
  width: 95%;
  margin: auto;
  padding: 10px 0 20px;
}
@media screen and (min-width: 797px) {
  .estate_wrap #estate {
    max-width: 980px;
  }
}
.estate_wrap #estate .estate_container {
  margin: 40px auto 20px;
  background-color: #fff;
  padding: 30px 15px;
}
.estate_wrap #estate .estate_container .flex_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.estate_wrap #estate .estate_container .flex_container h2 {
  width: 100%;
}
.estate_wrap #estate .estate_container .flex_container h2 .catch {
  color: #359AAE;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  border: solid 1px #359AAE;
  padding: 5px;
  box-sizing: border-box;
}
.estate_wrap #estate .estate_container .flex_container h2 .catch h3 {
  font-size: 18px;
  border-bottom: solid 1px #359AAE;
}
.estate_wrap #estate .estate_container .flex_container figure {
  margin: 10px auto;
}
@media screen and (min-width: 797px) {
  .estate_wrap #estate .estate_container .flex_container {
    align-items: center;
  }
  .estate_wrap #estate .estate_container .flex_container h2 {
    width: 48%;
  }
  .estate_wrap #estate .estate_container .flex_container h2 .catch {
    width: 100%;
  }
  .estate_wrap #estate .estate_container .flex_container h2 .catch h3, .estate_wrap #estate .estate_container .flex_container h2 .catch p {
    max-width: 400px;
    margin: auto;
  }
  .estate_wrap #estate .estate_container .flex_container h2 .catch h3 {
    font-size: 24px;
  }
  .estate_wrap #estate .estate_container .flex_container h2 .catch p {
    font-size: 19px;
  }
  .estate_wrap #estate .estate_container .flex_container figure {
    width: 48%;
  }
}
.estate_wrap #estate .estate_container .flex_container .slide-items {
  width: 100%;
  margin: 10px auto;
}
.estate_wrap #estate .estate_container .flex_container .slide-items li {
  width: 80%;
  margin: 0 3px;
  box-sizing: border-box;
}
.estate_wrap #estate .estate_container .flex_container .slide-items li img {
  width: 100%;
}
@media screen and (min-width: 797px) {
  .estate_wrap #estate .estate_container .flex_container .slide-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .estate_wrap #estate .estate_container .flex_container .slide-items li {
    width: calc((100% - 20px) / 3);
  }
}
.estate_wrap #estate .estate_container .acd-content .catch {
  color: #359AAE;
  font-weight: bold;
  text-align: center;
}
.estate_wrap #estate .estate_container .acd-content .catch h3 {
  font-size: 18px;
  border-bottom: solid 1px #359AAE;
}
@media screen and (min-width: 797px) {
  .estate_wrap #estate .estate_container .acd-content .catch {
    width: 50%;
  }
  .estate_wrap #estate .estate_container .acd-content .catch h3, .estate_wrap #estate .estate_container .acd-content .catch p {
    max-width: 400px;
    margin: auto;
  }
  .estate_wrap #estate .estate_container .acd-content .catch h3 {
    font-size: 24px;
  }
  .estate_wrap #estate .estate_container .acd-content .catch p {
    font-size: 19px;
  }
}
.estate_wrap #estate .estate_container .acd-content .floor_point_wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media screen and (min-width: 797px) {
  .estate_wrap #estate .estate_container .acd-content .floor_point_wrap {
    width: 50%;
    max-width: 500px;
    margin: auto;
  }
}
.estate_wrap #estate .estate_container .acd-content .floor_point_wrap .floor_point_container {
  text-align: center;
  width: 49%;
  border: solid 2px #EC4D4A;
  padding: 10px 5px;
  box-sizing: border-box;
  margin: 3px 0;
}
.estate_wrap #estate .estate_container .acd-content .floor_point_wrap .floor_point_container:nth-of-type(1) {
  width: 100%;
}
.estate_wrap #estate .estate_container .acd-content .floor_point_wrap .floor_point_container .red {
  color: #EC4D4A;
  font-weight: bold;
}
.estate_wrap #estate .estate_container .acd-content .floor_point_wrap .floor_point_container .red span {
  display: inline-block;
  background-color: #EC4D4A;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 1em;
  margin-left: 2px;
}
.estate_wrap #estate .estate_container .acd-content .floor_point_wrap .floor_point_container .txt {
  font-size: 15px;
  line-height: 1.3;
}
.estate_wrap #estate .estate_container .acd-content .direction {
  width: 20%;
}
@media screen and (min-width: 797px) {
  .estate_wrap #estate .estate_container .acd-content .direction {
    width: 100%;
    margin: -30px 0 -15px;
  }
  .estate_wrap #estate .estate_container .acd-content .direction img {
    width: 10%;
  }
}
.estate_wrap #estate .estate_container .acd-content figure {
  margin: 0 auto 20px;
}
@media screen and (min-width: 797px) {
  .estate_wrap #estate .estate_container {
    margin: 80px auto 20px;
  }
}
.estate_wrap #environment {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.estate_wrap #environment::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  border-width: 48px 50vw 0 50vw;
  border-color: #359AAE transparent transparent transparent;
}
@media screen and (min-width: 797px) {
  .estate_wrap #environment::before {
    border-width: 60px 50vw 0 50vw;
    margin-top: -1px;
  }
}
.estate_wrap #environment .environment_container {
  margin: 30px auto 0;
  width: 95%;
}
@media screen and (min-width: 797px) {
  .estate_wrap #environment .environment_container {
    margin: 50px auto 0;
  }
}
.estate_wrap #environment .environment_container h2 {
  color: #359AAE;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  padding: 10px 0;
  position: relative;
}
.estate_wrap #environment .environment_container h2::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #359AAE;
  position: absolute;
  left: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 797px) {
  .estate_wrap #environment .environment_container h2 {
    font-size: 26px;
  }
}
.estate_wrap #environment .environment_container .figure_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.estate_wrap #environment .environment_container .figure_wrap figure {
  width: 49%;
  margin: 15px auto;
}
.estate_wrap #environment .environment_container .figure_wrap figure figcaption {
  line-height: 1.3;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 797px) {
  .estate_wrap #environment .environment_container .figure_wrap figure {
    width: calc((100% - 30px) / 5);
  }
  .estate_wrap #environment .environment_container .figure_wrap figure figcaption {
    font-size: 14px;
  }
}
.estate_wrap #environment .environment_container .environment_distance {
  margin: 20px auto;
}
.estate_wrap #environment .environment_container .environment_distance li {
  border-top: solid 0.5px #000;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
}
.estate_wrap #environment .environment_container .environment_distance li span {
  display: block;
  font-weight: bold;
}
.estate_wrap #environment .environment_container .environment_distance li:last-of-type {
  border-bottom: solid 0.5px #000;
}
@media screen and (min-width: 797px) {
  .estate_wrap #environment .environment_container .environment_distance {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .estate_wrap #environment .environment_container .environment_distance li {
    width: 45%;
  }
  .estate_wrap #environment .environment_container .environment_distance li:last-of-type {
    border-bottom: none;
  }
}

@media screen and (min-width: 797px) {
  #about .about_wrap {
    max-width: 980px;
    margin: auto;
  }
}
#about .about_wrap .about_container {
  text-align: center;
}
#about .about_wrap .about_container .maptitle {
  color: #359AAE;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  display: inline-block;
  position: relative;
}
#about .about_wrap .about_container .maptitle::before {
  content: "";
  display: block;
  width: 1em;
  height: 2em;
  background-image: url("/lp/mito_ng_tono_event/img/pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.5em;
  top: 2px;
}
#about .about_wrap .about_container iframe {
  height: 250px;
  width: 100%;
}
#about .about_wrap .about_container figure {
  margin: 30px auto;
}
@media screen and (min-width: 797px) {
  #about .about_wrap .about_container .maptitle {
    font-size: 28px;
    margin: 10px auto;
  }
  #about .about_wrap .about_container .flex_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #about .about_wrap .about_container .flex_container iframe {
    width: 50%;
    height: 360px;
  }
  #about .about_wrap .about_container .flex_container figure {
    width: 48%;
  }
}
#about .about_wrap .reserve_merit {
  text-align: center;
  border: solid 4px #359AAE;
}
#about .about_wrap .reserve_merit p {
  background-color: #359AAE;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 5px 0;
}
#about .about_wrap .reserve_merit li {
  border-bottom: dotted 2px #359AAE;
  width: 80%;
  margin: 3px auto;
  padding: 3px 0;
}
@media screen and (min-width: 797px) {
  #about .about_wrap .reserve_merit {
    max-width: 700px;
    margin: 30px auto 0;
  }
  #about .about_wrap .reserve_merit p {
    font-size: 20px;
  }
  #about .about_wrap .reserve_merit li {
    font-size: 18px;
  }
}

@media screen and (min-width: 797px) {
  .performance_wrap {
    max-width: 980px;
    margin: auto;
  }
}
.performance_wrap .acd-label {
  width: 95%;
  box-sizing: border-box;
  margin: auto;
  background-color: #fff;
  color: #359AAE;
  font-size: 20px;
  position: relative;
}
.performance_wrap .acd-label::before {
  border-color: #359AAE;
}
.performance_wrap #performance {
  width: 95%;
  margin: auto;
  border: none;
  box-sizing: border-box;
}
@media screen and (min-width: 797px) {
  .performance_wrap #performance {
    max-width: 980px;
  }
}
.performance_wrap #performance h1 {
  border: solid 1px #359AAE;
  background-color: #fff;
  color: #359AAE;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
  position: relative;
  padding: 5px 0;
}
@media screen and (min-width: 797px) {
  .performance_wrap #performance h1 {
    margin: 0 auto 40px;
  }
}
.performance_wrap #performance h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #359AAE;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.performance_wrap #performance .performance_container {
  margin: 0 auto 40px;
}
.performance_wrap #performance .performance_container h2 {
  background-color: #359AAE;
  text-align: center;
}
.performance_wrap #performance .performance_container h2 div {
  display: inline-block;
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
  font-size: 22px;
}
.performance_wrap #performance .performance_container h2 div span {
  display: block;
  font-size: 14px;
}
.performance_wrap #performance .performance_container h2 div small {
  font-size: 18px;
}
.performance_wrap #performance .performance_container p {
  margin: 10px auto;
}
.performance_wrap #performance .performance_container p small {
  float: right;
  font-size: 12px;
  margin-bottom: 10px;
}
.performance_wrap #performance .performance_container figure figcaption {
  font-size: 12px;
}
.performance_wrap #performance .performance_container .whirlpool_container {
  text-align: center;
  margin: 30px auto;
}
.performance_wrap #performance .performance_container .whirlpool_container h3 {
  display: inline-block;
  margin: auto;
  color: #359AAE;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 1px #359AAE;
  margin-bottom: 10px;
}
.performance_wrap #performance .performance_container .whirlpool_container h3 span {
  font-size: 15px;
  display: block;
}
@media screen and (min-width: 797px) {
  .performance_wrap #performance {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .performance_wrap #performance h1 {
    width: 100%;
  }
  .performance_wrap #performance .performance_container {
    width: 45%;
  }
  .performance_wrap #performance .performance_container:has(.whirlpool_container) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .performance_wrap #performance .performance_container:has(.whirlpool_container) h2 {
    width: 100%;
  }
  .performance_wrap #performance .performance_container:has(.whirlpool_container) .whirlpool_container {
    width: 45%;
  }
}
@media screen and (min-width: 797px) and (min-width: 797px) {
  .performance_wrap #performance .performance_container figure {
    width: 100%;
  }
}

.point_wrap {
  padding: 0px 0 100px;
  margin: 30px auto 0;
}
@media screen and (min-width: 797px) {
  .point_wrap {
    max-width: 980px;
  }
}
.point_wrap .acd-label {
  width: 95%;
  box-sizing: border-box;
  margin: auto;
  background-color: #fff;
  color: #359AAE;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
}
.point_wrap .acd-label::before {
  border-color: #359AAE;
}
.point_wrap #point {
  width: 95%;
  margin: auto;
  border: none;
  box-sizing: border-box;
}
.point_wrap #point h1 {
  border: solid 1px #359AAE;
  background-color: #fff;
  color: #359AAE;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
  position: relative;
  padding: 5px 0;
  font-size: 20px;
}
@media screen and (min-width: 797px) {
  .point_wrap #point h1 {
    margin: 0 auto 40px;
  }
}
.point_wrap #point h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #359AAE;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.point_wrap #point .point_container {
  background-color: #fff;
  margin-bottom: 30px;
}
.point_wrap #point .point_container .title {
  background-color: #359AAE;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.point_wrap #point .point_container .body {
  text-align: center;
  padding: 0 10px;
}
.point_wrap #point .point_container .body h2 {
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 1px #000;
  display: inline-block;
  margin: 10px auto;
}
.point_wrap #point .point_container .body h2 span {
  font-size: 16px;
}
.point_wrap #point .point_container .body h2 small {
  display: block;
  font-size: 14px;
  margin-top: -5px;
}
.point_wrap #point .point_container .body p {
  text-align: left;
  line-height: 1.8;
}
.point_wrap #point .point_container .body figure {
  margin: 10px auto;
}
@media screen and (min-width: 797px) {
  .point_wrap #point {
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .point_wrap #point h1 {
    width: 100%;
  }
  .point_wrap #point .point_container {
    width: 48%;
  }
  .point_wrap #point .point_container.wide {
    width: 100%;
  }
  .point_wrap #point .point_container.wide .body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .point_wrap #point .point_container.wide .body figure {
    width: 49%;
  }
}
@media screen and (min-width: 797px) and (min-width: 797px) {
  .point_wrap #point .point_container figure {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */