.c5-tool-container {
  font-size: 16px;
  color: #2F353D;
}
.c5-tool-container > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-tool-container {
    font-size: 14px;
  }
}

.c5-tool-heading01 {
  font-size: 24px;
  text-align: center;
  margin: 90px 0 95px;
}
@media only screen and (max-width: 767px) {
  .c5-tool-heading01 {
    font-size: 22px;
    margin: 30px 0 20px;
  }
}

.c5-tool-heading02 {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: bold;
  margin: 0 0 54px;
}
@media only screen and (max-width: 767px) {
  .c5-tool-heading02 {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

.c5-tool-heading03 {
  font-size: 24px;
  line-height: 1.5416666667;
  font-weight: bold;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .c5-tool-heading03 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}

.c5-tool-list01 {
  list-style: none;
  padding: 0;
}
.c5-tool-list01 li a {
  text-indent: initial;
}
.c5-tool-list01 > li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 0;
}
.c5-tool-list01 > li:before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  vertical-align: middle;
  background-color: #555;
  border-radius: 50%;
  text-indent: 0;
  margin-left: 0.6em;
  margin-right: 0.7em;
}

.c5-tool-noteBlock01 {
  background: #F8F8FA;
  padding: 65px 100%;
  margin: 0 -100%;
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .c5-tool-noteBlock01 {
    padding: 40px 100%;
    margin-bottom: 50px;
  }
}
.c5-tool-noteBlock01 > * {
  margin: 0 0 1.5em;
}
.c5-tool-noteBlock01 > *:first-child {
  margin-top: 0;
}
.c5-tool-noteBlock01 > *:last-child {
  margin-bottom: 0;
}
.c5-tool-noteBlock01__title {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .c5-tool-noteBlock01__title {
    font-size: 18px;
  }
}

.c5-layout01 {
  margin: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .c5-layout01 {
    margin: 0 0 50px;
  }
}

.c5-layout01__body p, .c5-layout01__body ul, .c5-layout01__body dl {
  margin: 0 0 1.5em;
}

.c5-tool-main01 {
  margin: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .c5-tool-main01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .c5-tool-main01 {
    margin: 0 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .c5-tool-main01__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 85px;
  }
}
.c5-tool-main01__body > *:last-child {
  margin-bottom: 0;
}
.c5-tool-main01__logo {
  margin: 0 0 15px;
  display: inline-bloxk;
}
@media only screen and (max-width: 767px) {
  .c5-tool-main01__logo {
    margin: 0 0 10px;
  }
}
.c5-tool-main01__title {
  font-size: 27px;
  line-height: 1.0740740741;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .c5-tool-main01__title {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-tool-main01__figure {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-tool-main01__figure {
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  #mobileapp .c5-tool-main01__body {
    margin-left: 35px;
    margin-top: -40px;
    max-width: 36%;
  }
}
@media only screen and (min-width: 768px) {
  #mobileapp .c5-tool-main01 {
    margin: -75px 0 10px;
  }
}

.js-zoomImage {
  display: inline-block;
  position: relative;
}
.js-zoomImage img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-zoomImage:hover img {
  opacity: 0.7;
}
.js-zoomImage__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.js-zoomImage__block {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 101;
  max-width: 100%;
  max-height: 70vh;
}
.js-zoomImage__block img {
  max-width: 100vw;
  max-height: 70vh;
}
.js-zoomImage__close {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -10em;
  margin: -70px 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .js-zoomImage__close {
    margin: -50px 20px 20px auto;
  }
}
.js-zoomImage__close span {
  width: 100%;
  height: 4px;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
}
.js-zoomImage__close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.js-zoomImage__close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}