@charset "UTF-8";
/*共通
---------------------------------------------------------- */
.top-intro {
  width: 71.4%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 54px 0;
  position: relative;
}

@media screen and (max-width: 560px) {
  .top-intro {
    padding: 40px 0;
    width: 90%;
  }
}

.top-intro__text {
  width: 90%;
  margin: -10px auto 0 auto;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .top-intro__text {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
}

.top-support {
  width: 100%;
  margin: 0 auto;
}

.top-support__title {
  position: relative;
  padding: 50px 0 30px 0;
  background: #00559A;
  text-align: center;
  color: white;
  font-size: 26px;
  font-weight: bold;
}

.top-support__title span {
  font-size: 32px;
}

@media screen and (max-width: 560px) {
  .top-support__title span {
    font-size: 20px;
  }
}

@media screen and (max-width: 560px) {
  .top-support__title {
    font-size: 18px;
  }
}

.top-support__inner {
  width: 71.4%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 560px) {
  .top-support__inner {
    padding: 40px 0;
    width: 90%;
  }
}

.top-support__innerTitle {
  text-align: center;
  color: #595750;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.top-support__innerTitle span {
  font-size: 36px;
  color: #00559A;
}

@media screen and (max-width: 560px) {
  .top-support__innerTitle span {
    font-size: 26px;
  }
}

@media screen and (max-width: 560px) {
  .top-support__innerTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.top-support__title::before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 24px 50px 0 50px;
}

@media screen and (max-width: 560px) {
  .top-support__title::before {
    border-width: 20px 40px 0 40px;
  }
}

.top-solution {
  width: 100%;
  margin: 0 auto;
  background-color: #E6EDF4;
}

.top-solution__inner {
  width: 71.4%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 70px 0;
}

@media screen and (max-width: 560px) {
  .top-solution__inner {
    padding: 50px 0 40px 0;
    width: 90%;
  }
}

.top-solution__headFlex {
  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;
  margin: 0 auto 46px auto;
}

@media screen and (max-width: 560px) {
  .top-solution__headFlex {
    margin: 0 auto 30px auto;
    display: block;
    text-align: center;
  }
}

.top-solution__headFlex img {
  width: 28%;
}

@media screen and (max-width: 560px) {
  .top-solution__headFlex img {
    width: 50%;
    margin-top: 18px;
  }
}

.top-solution__title {
  text-align: left;
  color: #595750;
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .top-solution__title {
    text-align: center;
    line-height: 1.4;
    margin-right: 0;
    font-size: 20px;
  }
}

.top-solution__title span {
  font-size: 38px;
  color: #00559A;
}

@media screen and (max-width: 560px) {
  .top-solution__title span {
    font-size: 28px;
  }
}

.top-solution__gridGroup {
  margin: 1%;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (minmax(450px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

@media screen and (max-width: 560px) {
  .top-solution__gridGroup {
    margin: 0;
  }
}

.top-solution__gridItem {
  background-color: #fff;
  width: 95%;
  padding: 3% 3%;
  text-align: center;
  border-radius: 6px;
}

@media screen and (max-width: 560px) {
  .top-solution__gridItem {
    padding: 12% 8% 8% 8%;
  }
}

.top-solution__gridImg {
  margin-top: 20px;
}

@media screen and (max-width: 560px) {
  .top-solution__gridImg {
    margin: 0 5%;
  }
}

.top-solution__gridTitle {
  color: #00559A;
  height: 60px;
  font-size: 18.5px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 560px) {
  .top-solution__gridTitle {
    font-size: 18px;
  }
}

.top-solution__gridTitle p {
  padding-top: 6px;
  padding-left: 8px;
  text-align: left;
}

.top-solution__gridTitle span {
  color: #595750;
}

.top-solution__gridTitle img {
  width: 33px;
}

.top-solution__gridText {
  color: #595750;
  font-size: 16px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  text-align: left;
  line-height: 1.6;
}

/* ADD 2022/4/27 A.S Start */
.top-solution__gridItem video {
  width: 100%;
  margin: 4px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .top-solution__gridItem video {
    width: 90%;
    margin: 16px auto 0 auto;
  }
}

.top-solution__gridItem:hover video {
  opacity: 0.8;
}
/* ADD 2022/4/27 A.S End */

.top-reduction {
  width: 71.4%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 560px) {
  .top-reduction {
    padding-top: 50px;
    width: 90%;
  }
}

.top-reduction__title {
  text-align: center;
  color: #595750;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.top-reduction__title span {
  font-size: 36px;
  color: #00559A;
}

@media screen and (max-width: 560px) {
  .top-reduction__title span {
    font-size: 26px;
  }
}

@media screen and (max-width: 560px) {
  .top-reduction__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.top-reduction__img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .top-reduction__img {
    width: 100%;
  }
}

.top-reduction__img img {
  margin-bottom: 10px;
}

.top-topics {
  width: 100%;
  margin: 80px auto 0 auto;
  background: #E8F4F7;
}

.top-topics__inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 60px 0;
}

@media screen and (max-width: 560px) {
  .top-topics__inner {
    padding: 60px 0;
  }
}

.top-topics__title {
  text-align: center;
  color: #00559A;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 560px) {
  .top-topics__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.top-topics__gridGroup {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  -ms-grid-columns: (minmax(280px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media screen and (max-width: 560px) {
  .top-topics__gridGroup {
    margin: 0;
  }
}

.top-topics__grid {
  width: 300px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.top-topics__grid a {
  text-decoration: none;
}

.top-topics__grid img {
  border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 1200px) {
  .top-topics__grid {
    width: 285px;
  }
}

@media screen and (max-width: 768px) {
  .top-topics__grid {
    width: 300px;
  }
}

.top-topics__textBox {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  color: #595750;
  padding: 7% 9% 12% 9%;
  text-align: left;
}

.top-topics__grid:hover img {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.top-topics__textBox:hover p {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.top-price {
  width: 71.4%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .top-price {
    width: 90%;
  }
}

.top-price__priceBox {
  margin: 20px 0;
}

.top-price__title {
  margin-top: 80px;
}

@media screen and (max-width: 560px) {
  .top-price__title {
    margin-top: 60px;
  }
}

.top-price__table {
  margin: 20px 0;
}

.top-price__stickyTable {
  table-layout: fixed;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  border-collapse: collapse;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 600px) {
  .top-price__stickyTable {
    display: block;
    overflow: scroll;
    border: 0;
    width: 100%;
    font-size: 14px;
  }
}

.top-price__stickyTable tr {
  background-color: #E1EAF2;
  border-bottom: 2px solid #fff;
}

.top-price__stickyTable th {
  padding: 14px;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 560px) {
  .top-price__stickyTable th {
    padding: 12px;
  }
}

.top-price__stickyTable thead th:not(.second) {
  width: 25%;
}

@media screen and (max-width: 560px) {
  .top-price__stickyTable thead th:not(.second) {
    width: 50%;
  }
}

.top-price__stickyTable thead th:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.top-price__stickyTable thead th {
  background-color: #EEEEED;
}

.top-price__stickyTable thead th span {
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .top-price__stickyTable thead th {
    white-space: nowrap;
  }
}

.top-price__stickyTable tbody th {
  background-color: #00559A;
  color: #fff;
  white-space: nowrap;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

@media screen and (max-width: 600px) {
  .top-price__stickyTable tbody th {
    white-space: nowrap;
  }
}

.top-price__stickyTable td {
  padding: 14px;
  border-right: 2px solid #fff;
  text-align: center;
}

.top-price__stickyTable td span {
  white-space: nowrap;
}

.top-price__stickyTable td p {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .top-price__stickyTable td p {
    text-align: left;
  }
}

.top-price__tableOption td {
  background-color: #F6F1DB;
  white-space: nowrap;
  font-size: 14px;
}

.top-price__caption {
  font-size: 14px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-price__caption a {
  color: #00559A;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #00559A;
  padding-bottom: 1px;
}

.top-price__caption a:hover {
  opacity: 0.6;
}

.second {
  width: 40%;
}
/*# sourceMappingURL=2.css.map */