@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* title */
#title.bg-photo {
  background: url("/performance/image/title.jpg") center center no-repeat;
  background-size: cover;
}

.headding {
  margin-bottom: 7em;
}
.headding .sub-title {
  text-align: center;
}
.headding .sub-title span {
  display: block;
}
.headding .catch {
  font-size: 3em;
  margin: 0 auto;
  text-align: center;
}
.headding .catch span {
  padding: 0.1em 0 0.1em 0.4em;
  border: 3px solid #91b721;
  font-weight: bold;
}

p em {
  font-weight: bold;
}

.point {
  background: #e9f1d3;
  padding: 2em 0;
}
.point h2 {
  font-size: 2.4em;
  text-align: center;
}
.point .inblock {
  position: relative;
  padding: 4em 0;
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.point .inblock a {
  display: block;
  width: 32%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  overflow: visible;
}
.point .inblock a:hover {
  opacity: 0.8;
}
.point .inblock a:hover dl dd p.icon {
  bottom: -1.5em;
}
.point .inblock a dl {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0 1em 1em;
  position: relative;
  overflow: visible;
}
.point .inblock a dl dt {
  text-align: center;
  position: relative;
  top: -2em;
}
.point .inblock a dl dt img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.point .inblock a dl dd {
  margin-top: -1em;
  text-align: center;
  font-size: 1.5em;
  position: relative;
  overflow: visible;
  min-height: 3em;
}
.point .inblock a dl dd p {
  margin: 0;
}
.point .inblock a dl dd p.icon {
  font-size: 2em;
  position: absolute;
  bottom: -1.3em;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.3s ease;
}

p.right {
  margin-top: 1em;
  text-align: right;
  font-size: 0.9em;
  line-height: 1.5;
}

.point-detail {
  padding: 4em 0;
}
.point-detail .point-title {
  margin: 0 auto 3em;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
}
.point-detail .point-title span {
  display: block;
}
.point-detail .column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3em;
}
.point-detail .column .text-block {
  width: 45%;
}
.point-detail .column .text-block h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-weight: bold;
}
.point-detail .column .text-block h3 span {
  display: block;
  margin-left: 1em;
  font-size: 0.8em;
}
.point-detail .column .text-block .note {
  margin-top: 0.5em;
  background: #e9f1d3;
  padding: 1em;
  display: inline-block;
}
.point-detail .column .text-block .note h4 {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.point-detail .column .text-block .note p {
  margin: 0;
}
.point-detail .column .text-block .note .letter {
  display: flex;
  align-items: center;
}
.point-detail .column .text-block .note .letter .txt {
  max-width: 150px;
  margin-right: 0.4em;
  font-size: 1.2em;
  font-weight: bold;
}
.point-detail .column .text-block .note .letter .txt span {
  display: block;
  font-size: 0.7em;
  line-height: 1.2;
}
.point-detail .column .text-block .note .letter .fig img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.point-detail .column .text-block .comment {
  margin-top: 1.5em;
  font-size: 0.9em;
}
.point-detail .column .photo-block {
  width: 50%;
}
.point-detail .column .photo-block img {
  width: 100%;
  height: auto;
}
.point-detail .column.reverse {
  flex-direction: row-reverse;
}
.point-detail .performance-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}
.point-detail .performance-table caption {
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.point-detail .performance-table thead tr th {
  background-color: #ececec;
  padding: 0.8em;
  border: 1px solid #d0d0d0;
  text-align: center;
  font-weight: normal;
}
.point-detail .performance-table tbody tr th {
  background-color: #f7f7f7;
  padding: 0.8em;
  border: 1px solid #d0d0d0;
}
.point-detail .performance-table tbody tr td {
  background-color: #fff;
  padding: 0.8em;
  border: 1px solid #d0d0d0;
  text-align: center;
}
.point-detail .note-area {
  margin: 0.5em auto 1.5em;
  background: #e9f1d3;
  padding: 2em;
}
.point-detail .note-area h4 {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.point-detail .right-comment {
  text-align: right;
  font-size: 0.9em;
  line-height: 1.5;
}
.point-detail .movie {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}

.long-term-note {
  margin: 2em auto 4em;
  text-align: center;
}
.long-term-note .arr-img {
  margin: 0 auto 1em;
  text-align: center;
}
.long-term-note .arr-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.long-term-note .inblock {
  background: #fff7d8;
  padding: 3em 2em 2em;
  text-align: center;
}
.long-term-note .inblock p {
  margin: 0;
  font-size: 1.3em;
  font-weight: bold;
}
.long-term-note .inblock p a {
  text-decoration: underline;
}
.long-term-note .inblock p a:hover {
  text-decoration: none;
}
.long-term-note .inblock p.right {
  margin-top: 1em;
  text-align: right;
  font-size: 0.9em;
  line-height: 1.5;
}

#point2 {
  background: url(/performance/image/bg_point2.jpg) no-repeat top center;
  background-size: cover;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .headding .sub-title {
    font-size: 1.1em;
    text-align: center;
  }
  .headding .catch {
    font-size: 2.2em;
  }

  .point .inblock {
    flex-direction: row;
  }
  .point .inblock dl {
    width: 32%;
    font-size: 0.86em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* -------------------------------------------- */
  /* 磁気水ライフ */
  /* -------------------------------------------- */
  .headding {
    margin-bottom: 3em;
  }
  .headding .sub-title {
    font-size: 1em;
    text-align: center;
  }
  .headding .catch {
    font-size: 1.8em;
  }

  .column {
    display: block !important;
  }
  .column .text-block {
    width: 100% !important;
    margin-bottom: 2em;
  }
  .column .photo-block {
    width: 100% !important;
  }
  .column .photo-block img {
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  .column.reverse {
    flex-direction: column;
  }

  .point .inblock {
    padding: 4em 0 1em;
  }
  .point .inblock a {
    width: 32%;
    display: flex;
    flex-direction: column;
  }
  .point .inblock a dl {
    margin-bottom: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .point .inblock a dl dt {
    margin: 0 auto;
    width: 50%;
    top: -1.6em;
  }
  .point .inblock a dl dt img {
    max-width: 60%;
  }
  .point .inblock a dl dd {
    font-size: 1.4em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: visible;
    min-height: 3em;
  }
  .point .inblock a dl dd p.icon {
    position: absolute;
    bottom: -1.3em;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* 磁気水ライフ */
  /* -------------------------------------------- */
  .headding .sub-title {
    font-size: 1.1em;
    line-height: 1.6;
    text-align: left;
  }
  .headding .sub-title span {
    display: inline;
  }
  .headding .catch {
    font-size: 1.3em;
  }
  .headding .catch span {
    padding: 0.08em 0 0.08em 0.3em;
    border-width: 2px;
  }

  .point .inblock {
    display: block;
    padding: 4em 0 0;
  }
  .point .inblock a {
    width: 100%;
    margin-bottom: 3.5em !important;
  }
  .point .inblock a dl {
    width: 100%;
  }
  .point .inblock a dl dt {
    margin: 0 auto;
    width: 14%;
    top: -1.5em;
  }
  .point .inblock a dl dt img {
    max-width: 100%;
  }

  .long-term-note {
    margin: 1.5em auto 3em;
  }
  .long-term-note .arr-img {
    margin-bottom: 0.8em;
  }
  .long-term-note .arr-img img {
    max-width: 80%;
  }
  .long-term-note .inblock {
    padding: 1.5em 1em;
  }
  .long-term-note .inblock p {
    font-size: 1em;
  }

  p.right {
    text-align: left !important;
  }
}
