.is-fullWidth {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%)
}
.is-blue {
  color: #2d2d8e
}
.is-green {
  color: #3cc47c
}
.is-red {
  color: #f00
}
.wrapper {
  width: 65rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 640px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
}
.column-main {
  width: 45rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
@media (max-width: 640px) {
  .column-main {
    width: 100%;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-bottom: 2.8125rem
  }
}
.column-side {
  width: 14.6875rem
}
@media (max-width: 640px) {
  .column-side {
    width: 100%
  }
}
.container {
  width: 65rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .container {
    width: 100%
  }
}
.container .ss-container {
  width: 42.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .container .ss-container {
    width: 100%
  }
}
.l-container {
  width: 73.75rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .l-container {
    width: 100%
  }
}
.l-container .container {
  width: 62.5rem;
  padding: 0
}
@media (max-width: 640px) {
  .l-container .container {
    width: 100%
  }
}
.s-container {
  width: 55rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .s-container {
    width: 100%;
    padding: 0;
  }
}
.lp-container {
  width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .lp-container {
    width: 100%
  }
}
.lp-container {
  width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .lp-container {
    width: 100%
  }
}
.ss-container {
  width: 45rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .ss-container {
    width: 100%
  }
}
.cards-4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.625rem
}
@media (max-width: 640px) {
  .cards-4col {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.cards-4col .item {
  width: calc(100% / 4 - 1.25rem);
  margin: .625rem;
  -webkit-box-shadow: 2px 2px 8px #ccc;
  box-shadow: 2px 2px 8px #ccc;
  -webkit-border-radius: 2.25rem 0 0 0;
          border-radius: 2.25rem 0 0 0;
  background: #e2f6eb;
}
@media (max-width: 640px) {
  .cards-4col .item {
    width: 47%;
    margin: .625rem 0
  }
}
.cards-4col .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.cards-4col .item a:hover {
  text-decoration: none;
  opacity: 0.7
}
.cards-4col .item .item-image {
  border-radius: 2.25rem 0 0 0;
  text-align: center;
  height: 10.3125rem;
  overflow: hidden;
  background: #FFF;
}
@media (max-width: 640px) {
  .cards-4col .item .item-image {
    height: 7.8125rem
  }
}
.cards-4col .item .item-image img {
  width: 100%;
  height: 10.3125rem;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 640px) {
  .cards-4col .item .item-image img {
    height: 7.8125rem
  }
}
.cards-4col .item .item-text {
  background: #e2f6eb;
  padding: 1.25rem
}
@media (max-width: 640px) {
  .cards-4col .item .item-text {
    padding: .9375rem
  }
}
.cards-4col .item .item-text h3 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .9375rem
}
@media (max-width: 640px) {
  .cards-4col .item .item-text h3 {
    font-size: .75rem
  }
}
.cards-4col .item .item-text p {
  font-size: .875rem;
  letter-spacing: normal;
  line-height: 1.6
}
@media (max-width: 640px) {
  .cards-4col .item .item-text p {
    font-size: .625rem
  }
}
.cards-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.625rem
}
@media (max-width: 640px) {
  .cards-3col {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.cards-3col .item {
  width: calc(100% / 3 - 1.25rem);
  margin: .625rem;
  -webkit-box-shadow: 2px 2px 8px #ccc;
  box-shadow: 2px 2px 8px #ccc;
  -webkit-border-radius: 2.25rem 0 0 0;
          border-radius: 2.25rem 0 0 0;
  background: #e2f6eb;
}
@media (max-width: 640px) {
  .cards-3col .item {
    width: 47%;
    margin: .625rem 0
  }
}
.cards-3col .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.cards-3col .item a:hover {
  text-decoration: none;
  opacity: 0.7
}
.cards-3col .item .item-image {
  border-radius: 2.25rem 0 0 0;
  text-align: center;
  height: 10.3125rem;
  overflow: hidden;
  background: #FFF;
}
@media (max-width: 640px) {
  .cards-3col .item .item-image {
    height: 7.8125rem
  }
}
.cards-3col .item .item-image img {
  width: 100%;
  height: 10.3125rem;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 640px) {
  .cards-3col .item .item-image img {
    height: 7.8125rem
  }
}
.cards-3col .item .item-text {
  background: #e2f6eb;
  padding: 1.25rem
}
@media (max-width: 640px) {
  .cards-3col .item .item-text {
    padding: .9375rem
  }
}
.cards-3col .item .item-text h3 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .9375rem
}
@media (max-width: 640px) {
  .cards-3col .item .item-text h3 {
    font-size: .75rem
  }
}
.cards-3col .item .item-text p {
  font-size: .875rem;
  letter-spacing: normal;
  line-height: 1.6
}
@media (max-width: 640px) {
  .cards-3col .item .item-text p {
    font-size: .625rem
  }
}
.scroll-table {
  width: 100%
}
.scroll-table thead {
  background: #FFF
}
@media (max-width: 640px) {
  .scroll-table thead {
    font-size: .75rem
  }
}
.scroll-table thead th {
  width: calc(100% / 3);
  padding: .625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .scroll-table thead th {
    padding: .625rem .3125rem;
    min-width: calc(100% / 3)
  }
}
.scroll-table thead th.is-member {
  background: #F2F2F2
}
@media (max-width: 640px) {
  .scroll-table thead th.is-member {
    width: calc(100% / 5)
  }
}
@media (max-width: 640px) {
  .scroll-table tbody {
    font-size: .75rem
  }
}
.scroll-table tbody tr:nth-child(even) {
  background: #FFF
}
.scroll-table tbody td {
  width: calc(100% / 3);
  padding: .625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}
@media (max-width: 640px) {
  .scroll-table tbody td:nth-child(2) {
    width: calc(100% / 5)
  }
}
.table-scroll360 {
  height: 22.5rem;
  overflow-y: scroll;
  margin-bottom: 6.25rem
}
.table-scroll360::-webkit-scrollbar {
  width: 4px
}
.table-scroll360::-webkit-scrollbar-track {
  background-color: #fff
}
.table-scroll360::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #3cc47c;
  box-shadow: inset 0 0 6px #3cc47c
}
.pagerNext {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 640px) {
  .pagerNext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.pagerNext a {
  width: 16.25rem
}
.pagerNext a.prev {
  margin: 0 auto 0 0
}
@media (max-width: 640px) {
  .pagerNext a.prev {
    margin: .625rem 0
  }
}
.pagerNext a.next {
  margin: 0 0 0 auto
}
@media (max-width: 640px) {
  .pagerNext a.next {
    margin: .625rem 0
  }
}
.pager, .wp-pagenavi {
  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;
  font-size: .875rem
}
@media (max-width: 640px) {
  .pager, .wp-pagenavi {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.pager a, .wp-pagenavi a {
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #3cc47c;
  border-radius: 50%;
  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;
  margin: 0 .625rem;
  color: #3cc47c
}
@media (max-width: 640px) {
  .pager a, .wp-pagenavi a {
    margin: .3125rem;
  }
}
.pager a:hover, .wp-pagenavi a:hover {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  color: #FFF
}
.pager span, .wp-pagenavi span {
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #3cc47c;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  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;
  color: #FFF;
  margin: 0 .625rem
}
.importantInfo {
  background: #F7F7F7;
  padding-bottom: 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: .3125rem solid #E60022
}
.importantInfo .important-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width: 640px) {
  .importantInfo .important-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.importantInfo h2 {
  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;
  font-weight: 700;
  color: #FFF;
  background: #E60022;
  height: 2.8125rem;
  border-radius: 0 0 1rem 1rem;
  width: 13.125rem;
  letter-spacing: 2px;
  margin-right: 2.1875rem
}
.importantInfo h2 i {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  display: block;
  color: #E60022;
  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;
  font-size: .75rem;
  letter-spacing: normal;
  margin-right: 3px
}
.importantInfo .important-info__list {
  width: calc(100% - 15.3125rem);
  padding-top: 1.25rem;
  font-size: .875rem;
  line-height: 1.6
}
@media (max-width: 640px) {
  .importantInfo .important-info__list {
    width: 100%
  }
}
.importantInfo .important-info__list li {
  margin-bottom: .625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.importantInfo .important-info__list li:last-child {
  margin-bottom: 0
}
.importantInfo .important-info__list li:before {
  content: '';
  width: .4375rem;
  height: .875rem;
  background: url("../img/arrow-red.svg") no-repeat;
  background-size: cover;
  display: block;
  margin-right: .625rem
}
.btn-green {
  background: #3cc47c;
  width: 100%;
  height: 3.75rem;
  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;
  text-align: center;
  color: #FFF;
  font-size: .875rem;
  position: relative;
  border: 2px solid #3cc47c;
  -webkit-transition: .3s;
  transition: .3s
}
.btn-green:hover {
  text-decoration: none;
  background: #FFF;
  color: #3cc47c
}
.btn-green.is-arrow:after {
  content: '';
  background: url("../img/icon-arrow-wh.svg") no-repeat;
  background-size: 100%;
  width: .4375rem;
  height: .75rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto
}
.btn-green.is-arrow:hover:after {
  background: url("../img/icon-arrow-green.svg") no-repeat
}
.btn-green.is-square {
  border-radius: 0
}
.btn-blue {
  background: #0031af;
  height: 5rem;
  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;
  color: #fff;
  text-align: center;
  position: relative;
  border: 2px solid #0031af;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.btn-blue:after {
  content: '';
  display: block;
  width: .75rem;
  height: .375rem;
  background: url("../img/arrow-wh.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: .625rem;
  left: 0;
  right: 0;
  margin: auto
}
.btn-blue:hover {
  text-decoration: none;
  background: #fff;
  color: #0031AF
}
.btn-blue:hover:after {
  background: url("../img/arrow-blue.svg") no-repeat
}
.btn-grade {
  text-decoration: none !important;
  width: 100%;
  height: 3.75rem;
  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;
  text-align: center;
  color: #FFF !important;
  font-size: 1rem;
  font-weight: 500;
  background: #1ba4de;
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  border-radius: 3.125rem;
  position: relative;
  -webkit-box-shadow: 2px 2px 8px #ccc;
  box-shadow: 2px 2px 8px #ccc;
  -webkit-transition: .3s;
  transition: .3s
}
@media (max-width: 640px) {
  .btn-grade {
    font-size: .75rem;
    height: 3.125rem
  }
}
.btn-grade:hover {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.7
}
.btn-grade.is-arrow:after {
  content: '';
  background: url("../img/icon-arrow-wh.svg") no-repeat;
  background-size: 100%;
  width: .4375rem;
  height: .75rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto
}
.btn-grade.is-arrow-reverce:after {
  content: '';
  background: url("../img/icon-arrow-wh.svg") no-repeat;
  background-size: 100%;
  width: .4375rem;
  height: .75rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.25rem;
  margin: auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}
.btn-grade.is-window:after {
  content: '';
  background: url("../img/icon-window-wh.svg") no-repeat;
  background-size: 100%;
  width: .875rem;
  height: .875rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto
}
.btn-grade.is-square {
  border-radius: 0
}
.btn-white {
  width: 100%;
  height: 3.75rem;
  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;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  background: #FFF;
  border-radius: 3.125rem;
  position: relative;
  -webkit-box-shadow: 1px 1px 6px #777;
  box-shadow: 1px 1px 6px #777;
  -webkit-transition: .3s;
  transition: .3s
}
@media (max-width: 640px) {
  .btn-white {
    height: 2.8125rem;
    font-size: .75rem
  }
}
.btn-white:hover {
  text-decoration: none;
  background: #e2f6eb
}
.btn-white.is-arrow:after {
  content: '';
  background: url("../img/icon-arrow-green.svg") no-repeat;
  background-size: 100%;
  width: .4375rem;
  height: .75rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto
}
.btn-opacity {
  height: 4.375rem;
  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;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s
}
@media (max-width: 640px) {
  .btn-opacity {
    height: 2.8125rem;
    font-size: .75rem
  }
}
.btn-opacity.w360 {
  width: 22.5rem;
  background: url("../img/btn-op-360.svg") no-repeat center;
  background-size: 22.5rem 4.375rem
}
@media (max-width: 640px) {
  .btn-opacity.w360 {
    width: 16.875rem;
    background-size: 16.875rem 2.8125rem
  }
}
.btn-opacity.w360-square {
  width: 22.5rem;
  background: url("../img/btn-op-360-square.svg") no-repeat center;
  background-size: 22.5rem 4.375rem;
  font-weight: 400
}
@media (max-width: 640px) {
  .btn-opacity.w360-square {
    width: 16.875rem;
    background-size: 16.875rem 2.8125rem
  }
}
.btn-opacity.w360-square-dl {
  width: 22.5rem;
  background: url("../img/btn-op-360-square-dl.svg") no-repeat center;
  background-size: 22.5rem 4.375rem;
  font-weight: 400
}
@media (max-width: 640px) {
  .btn-opacity.w360-square-dl {
    width: 16.875rem;
    background-size: 16.875rem 2.8125rem
  }
}
.btn-opacity.w270 {
  width: 16.875rem;
  background: url("../img/btn-op-270.svg") no-repeat center;
  background-size: 16.875rem 4.375rem
}
@media (max-width: 640px) {
  .btn-opacity.w270 {
    width: 18.4375rem;
    background: url("../img/btn-op-360.svg") no-repeat center;
    background-size: 16.875rem 3.125rem
  }
}
.btn-opacity:hover {
  text-decoration: none;
  opacity: 0.7
}
.btn-bordergrade {
  width: 100%;
  height: 3.75rem;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  position: relative;
  -webkit-box-shadow: 0px 0px 8px -6px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 8px -6px rgba(0, 0, 0, 0.8)
}
.btn-bordergrade 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;
  background: #F9F9FF;
  width: calc(100% - .25rem);
  height: calc(100% - .25rem);
  position: relative;
  -webkit-transition: .3s;
  transition: .3s
}
.btn-bordergrade span:after {
  content: '';
  background: url("../img/icon-arrow-green.svg") no-repeat;
  background-size: 100%;
  width: .4375rem;
  height: .75rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto
}
.btn-bordergrade.is-radius {
  border-radius: 3.125rem
}
.btn-bordergrade.is-radius span {
  border-radius: 3.125rem
}
.btn-bordergrade.is-noarrow span:after {
  display: none
}
.btn-bordergrade:hover {
  text-decoration: none
}
.btn-bordergrade:hover span {
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  color: #FFF
}
.btn-bordergrade:hover span:after {
  background: url("../img/icon-arrow-wh.svg") no-repeat
}
.btn-boxgrade {
  width: 100%;
  height: 3.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  position: relative;
  -webkit-box-shadow: 0px 0px 8px -6px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 8px -6px rgba(0, 0, 0, 0.8)
}
@media (max-width: 640px) {
  .btn-boxgrade {
    font-size: .75rem
  }
}
.btn-boxgrade span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .625rem 0 1.25rem;
  background: #F9F9FF;
  width: calc(100% - .25rem);
  height: calc(100% - .25rem);
  position: relative;
  -webkit-transition: .3s;
  transition: .3s
}
@media (max-width: 640px) {
  .btn-boxgrade span {
    padding: 0 .625rem
  }
}
.btn-boxgrade span:after {
  content: '';
  background: url("../img/icon-arrow-green.svg") no-repeat;
  background-size: 100%;
  width: .4375rem;
  height: .75rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto
}
.btn-boxgrade small {
  color: #3cc47c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  font-size: .8125rem
}
@media (max-width: 640px) {
  .btn-boxgrade small {
    font-size: .7125rem
  }
}
.btn-boxgrade small:before {
  content: '';
  background: url("../img/icon-window-green.svg") no-repeat;
  width: .875rem;
  height: .875rem;
  display: block;
  margin-right: .625rem
}
@media (max-width: 640px) {
  .btn-boxgrade small:before {
    margin-right: .3125rem;
    width: .6875rem;
    height: .6875rem
  }
}
.btn-boxgrade.is-radius {
  border-radius: 3.125rem
}
.btn-boxgrade.is-radius span {
  border-radius: 3.125rem
}
.btn-boxgrade.is-noarrow span:after {
  display: none
}
.btn-boxgrade:hover {
  opacity: 0.7;
  text-decoration: none
}
.commonHeader {
  position: relative;
  padding: 1.5625rem 0 1.25rem 0;
  background: #FFF
}
@media (max-width: 640px) {
  .commonHeader {
    padding: 0;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.commonHeader .commonHeader__inner {
  position: relative;
  margin-bottom: 1.25rem
}
@media (max-width: 640px) {
  .commonHeader .commonHeader__inner {
    margin-bottom: 0
  }
}
.commonHeader .commonHeader__inner .header-logo {
  text-align: center
}
@media (max-width: 640px) {
  .commonHeader .commonHeader__inner .header-logo {
    width: 5.625rem;
    margin: 0 auto
  }
}
.commonHeader .commonHeader__inner .header-nav {
  font-size: .875rem;
  position: absolute;
  top: 0;
  right: 0
}
@media (max-width: 640px) {
  .commonHeader .commonHeader__inner .header-nav {
    right: auto;
    left: 1.25rem
  }
}
.commonHeader .commonHeader__inner .header-nav .header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .9375rem
}
@media (max-width: 640px) {
  .commonHeader .commonHeader__inner .header-nav .header-nav__list {
    display: none
  }
}
.commonHeader .commonHeader__inner .header-nav .header-nav__list li {
  margin-left: .9375rem
}
.commonHeader .commonHeader__inner .header-nav .header-nav__list li:before {
  content: '>';
  margin-right: 0.3em
}
.commonHeader .commonHeader__mypage {
  width: 8.5rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120
}
@media (max-width: 640px) {
  .commonHeader .commonHeader__mypage {
    width: 3.125rem;
    height: 3.125rem;
    right: 4.125rem
  }
}
.commonHeader__langage{
  position: absolute;
  right: 0;
  top: 3.75rem;
  width: 8.5rem;
  z-index:110;
}
@media (max-width: 640px) {
  .commonHeader__langage{
    width: 7.25rem;
    top: 3.125rem;
    display: none;
    margin:0 0 0 auto;
  }
  .commonHeader__langage a{
    color: #3CC47C !important;
  }
  .commonHeader__langage.active{
    display: block;
    z-index:1000;
    top: 1.25rem;
    right: .9375rem;
    position: relative;
  }
}
.commonHeader__langage a{
/*  background: #4ba2d6; */
  background: #1da6da;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  height: 2rem;
}
@media (max-width: 640px) {
  .commonHeader__langage a{
    color: #3CC47C;
    background: none;
  }
  .commonHeader__langage a:after{
    content:'\f105';
    margin-left: 0.5rem;
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
  }
}
.commonHeader__langage a:hover{
  color: #FFF !important;
  opacity: 0.7;
  text-decoration: none;
}
.commonHeader__langage a i{
  margin-right: 0.3em;
}
.commonHeader .commonHeader__mypage .header-mypage {
  width: 3.75rem;
  background: #3cc47c;
  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;
  padding: .3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .commonHeader .commonHeader__mypage .header-mypage {
    width: 3.125rem
  }
}
.commonHeader .commonHeader-tel {
  font-size: 1.375rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: .625rem;
  margin-right: .625rem
}
@media (max-width: 640px) {
  .commonHeader .commonHeader-tel {
    font-size: .59375rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5
  }
}
.commonHeader .commonHeader-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.commonHeader .commonHeader-tel a i {
  margin-right: 0.5em
}
.global {
  margin-bottom: 1.25rem
}
@media (max-width: 640px) {
  .global {
    display: none
  }
}
.global .global__nav {
  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;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.global .global__nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .3125rem 1.375rem;
  letter-spacing: normal;
  height: 3.75rem;
  position: relative;
  font-size: .9375rem;
}
.global .global__nav > li > a:after{
  content:'';
  width: 1px;
  height: 1.625rem;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.global .global__nav > li:last-child > a:after{
  display: none;
}
.global .global__nav li a i {
  margin-right: 0.5em
}
.global .global__nav li .nest_menu{
  display: none;
  position: absolute;
  z-index:110;
  min-width: 15.5rem;
  background: #FFF;
  padding:1.25rem 0.625rem;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.global .global__nav li .nest_menu li{
  border-right: 0;
  margin-bottom: .975rem;
}
.global .global__nav li .nest_menu li:last-child{
  margin-bottom: 0;
}
.global .global__nav li .nest_menu li a{
  padding: 0;
}
.global .global__nav li .nest_menu li a:before{
/*  content:'・'; */
	content:' '; 
}
.globalnav {
  position: absolute;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 16.5625rem
}
@media (max-width: 640px) {
  .globalnav {
    display: none
  }
}
.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .875rem
}
.global-nav li {
  margin: 0 .9375rem
}
.commonFooter .commonFooter__nav {
  background: #e8f6fa
}
.commonFooter .commonFooter__nav .commonFooter__navInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5.625rem 1.25rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.8125rem 1.25rem
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-description {
  width: 13.125rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner .footer-description {
    width: 100%;
    text-align: center
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-description .footer-description__logo {
  margin-bottom: 1.875rem;
  width: 11.5625rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner .footer-description .footer-description__logo {
    width: 8.75rem;
    margin: 0 auto 1.5625rem auto
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-description .footer-description__guide {
  font-size: 1.0625rem;
  letter-spacing: normal
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner .footer-description .footer-description__guide {
    font-size: .8125rem;
    text-align: center;
    margin-bottom: 1.875rem
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-nav {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner .footer-nav {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    padding-top: 1.875rem
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-nav .footer-nav__list {
  margin: 0 2.8125rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner .footer-nav .footer-nav__list {
    width: 50%;
    margin: 0 0 .9375rem 0;
    font-size: .75rem
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-nav .footer-nav__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5625rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner .footer-nav .footer-nav__list li {
    margin-bottom: .9375rem
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-nav .footer-nav__list li:before {
  content: '';
  background: url("../img/icon-arrow-dotted.svg") no-repeat;
  width: .375rem;
  height: .625rem;
  display: block;
  margin-right: 1em
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-nav .footer-nav__list li.is-nest {
  padding-left: calc(1em + .375rem)
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-nav .footer-nav__list li.is-nest:before {
  content: '-';
  background: none;
  margin-right: .3em
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-btn {
  width: 13.125rem;
  position: absolute;
  bottom: 0;
  right: 1.25rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner .footer-btn {
    width: 10rem
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-btn .btn-green {
  border-radius: 1.875rem 0 0 0
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner .footer-btn .btn-green {
    height: 2.8125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .625rem
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-btn .btn-green:before {
  content: '';
  background: url("../img/icon-mypage-wh.svg") no-repeat;
  width: .8125rem;
  height: 1.125rem;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5625rem;
  margin: auto
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__nav .commonFooter__navInner .footer-btn .btn-green:before {
    width: .625rem;
    height: .84375rem
  }
}
.commonFooter .commonFooter__nav .commonFooter__navInner .footer-btn .btn-green:hover:before {
  background: url("../img/icon-mypage-gr.svg") no-repeat
}
.commonFooter .commonFooter__bottom {
  padding: 3.4375rem 0 1.875rem 0
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-description{
  margin-bottom: 1.5rem;
  text-align: center;
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-description .footer-description__logo{
  margin-bottom: 1.25rem;
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .commonFooter__bottomCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-bottom: 2.8125rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .commonFooter__bottomCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .commonFooter__bottomCol .commonFooter__bottomCol-address {
  padding-right: 2.1875rem;
  width: 21.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .commonFooter__bottomCol .commonFooter__bottomCol-address {
    width: 100%;
    padding-right: 0
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .commonFooter__bottomCol .commonFooter__bottomCol-group {
  width: calc(100% - 24.0625rem);
  padding-left: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #000
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .commonFooter__bottomCol .commonFooter__bottomCol-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 0;
    border-top: 1px solid #000;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-sitename {
  font-size: 1.125rem;
  margin-bottom: 1.25rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-sitename {
    margin-bottom: .9375rem
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-official {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-official {
    font-size: .75rem
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-official a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-right: 1.25rem
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-official a i {
  margin-right: .625rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-official a i {
    width: .65625rem
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .875rem;
  margin-bottom: .9375rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-address {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-address p {
  padding: 0 1.25rem;
  line-height: 1;
  border-right: 1px solid #000
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-address p {
    padding: 0
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-address p:first-child {
  border-left: 1px solid #000
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-license {
  font-size: .875rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-license {
    margin-bottom: 1.875rem
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-license dt {
  margin-bottom: .9375rem
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-license dd {
  line-height: 1.4;
  font-size: .75rem
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-group {
  width: 18.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -.8125rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-group {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-group li {
  margin: 0 .8125rem;
  max-width: 5.9375rem
}
@media (max-width: 640px) {
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-group li {
    margin: 0 .625rem
  }
  .commonFooter .commonFooter__bottom .commonFooter__bottomInner .footer-group li img {
    width: auto;
    height: 2.5rem
  }
}
.commonFooter .copy {
  text-align: center;
  font-size: .75rem
}

.lpFooter {
  padding: 3.125rem 1.25rem 1.875rem 1.25rem;
  text-align: center;
  position: relative
}
.lpFooter h3 {
  margin-bottom: 3.125rem
}
@media (max-width: 640px) {
  .lpFooter h3 {
    width: 10.625rem;
    margin: 0 auto 1.875rem auto
  }
}
.lpFooter .lpFooter__nav {
  margin-bottom: 1.5625rem
}
.lpFooter .lpFooter__nav ul {
  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;
  font-size: .875rem
}
@media (max-width: 640px) {
  .lpFooter .lpFooter__nav ul {
    font-size: .75rem
  }
}
.lpFooter .lpFooter__nav ul li {
  border-right: 1px solid #000;
  padding: 0 1.25rem
}
.lpFooter .lpFooter__nav ul li:first-child {
  border-left: 1px solid #000
}
.lpFooter .lpFooter__nav a:hover {
  text-decoration: none;
  color: #1da1f2
}
.lpFooter .copy {
  font-size: .75rem
}
.lpFooter .lpFooter__group {
  position: absolute;
  bottom: 1.875rem;
  right: 15%
}
@media (max-width: 640px) {
  .lpFooter .lpFooter__group {
    position: static;
    text-align: center;
    margin-top: 1.25rem
  }
}
.commonTtl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: .9375rem
}
@media (max-width: 640px) {
  .commonTtl {
    text-align: center
  }
}
.commonSubttl, .top .topInfo h3 {
  font-size: .875rem;
  font-weight: 700;
  margin-right: 1.875rem
}
@media (max-width: 640px) {
  .commonSubttl, .top .topInfo h3 {
    text-align: center;
    margin-right: 0;
    display: block
  }
}
.common__pageHeader {
  text-align: center;
  margin: 1.25rem 1.25rem 5rem 1.25rem
}
@media (max-width: 640px) {
  .common__pageHeader {
    margin-bottom: 2.5rem
  }
}
.common__pageHeader .common-pageDesc {
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 4.375rem;
  padding-top: 2.5rem
}
@media (max-width: 640px) {
  .common__pageHeader .common-pageDesc {
    margin-top: 1.875rem;
    padding-top: 1.25rem
  }
}
.common-pageTtl {
  font-weight: 700;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width: 640px) {
  .common-pageTtl {
    font-size: 1.625rem;
    line-height: 1.3
  }
}
.common-pageTtl span {
  margin-bottom: 1.5625rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem
}
@media (max-width: 640px) {
  .common-pageTtl span {
    font-size: 1.125rem;
    margin-bottom: .625rem
  }
}
.common-fullheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11.25rem
}
@media (max-width: 640px) {
  .common-fullheader {
    margin-bottom: 2.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
  }
}
.common-fullheader .common-fullheader__text {
  width: calc(100% - 40%)
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__text {
    width: 100%
  }
}
.common-fullheader .common-fullheader__text .common-fullheader__textTtl {
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  height: 33.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  padding-left: 10%;
  line-height: 1.4
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__text .common-fullheader__textTtl {
    height: auto;
    padding: 1.875rem;
    position: absolute;
    width: 80%;
    height: 13.4375rem;
    top: calc(8.48214rem)
  }
}
.common-fullheader .common-fullheader__text .common-fullheader__textDesc {
  padding: 6.875rem 1.25rem 0 1.25rem;
  width: 41.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100% - 33.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 10%;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__text .common-fullheader__textDesc {
    padding: 1.875rem;
    width: 100%;
    min-height: initial;
    font-size: .75rem
  }
}
.common-fullheader .common-fullheader__text .min-container {
  width: 37.5rem;
  margin-left: 10%
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__text .min-container {
    width: 100%;
    margin-left: 0
  }
}
.common-fullheader .common-fullheader__text h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 3.375rem;
  font-weight: 700;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__text h1 {
    font-size: 1.25rem;
    margin-bottom: 0
  }
}
.common-fullheader .common-fullheader__text h1 span {
  font-size: 1.125rem;
  margin-bottom: 1.25rem
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__text h1 span {
    margin-bottom: .625rem;
    font-size: .75rem
  }
}
.common-fullheader .common-fullheader__text h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 37.5rem;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__text h2 {
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center
  }
}
.common-fullheader .common-fullheader__image {
  width: 40%
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__image {
    width: 100%
  }
}
.common-fullheader .common-fullheader__image img {
  width: 100%;
  height: 56.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__image img {
    height: 29.6875rem
  }
}
.common-fullheader .common-fullheader__btn {
  width: 22.5rem;
  margin: 3.75rem auto 0 0
}
@media (max-width: 640px) {
  .common-fullheader .common-fullheader__btn {
    width: 16.875rem;
    margin: 3.75rem auto 0 auto
  }
}
.top {
  position: relative
}
.top:before {
  content: '';
  width: 100%;
  height: .625rem;
  background: #1ba4de;
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  display: block;
  position: absolute;
  top: -.625rem;
  left: 0;
  z-index: 100
}
@media (max-width: 640px) {
  .top:before {
    top: 0;
    height: .3125rem
  }
}
.top .topMv {
  position: relative;
  height: 760px
}
@media (max-width: 640px) {
  .top .topMv {
    height: 30rem
  }
}
.top .topMv .mv-slider {
  width: 100%;
  height: 760px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}
@media (max-width: 640px) {
  .top .topMv .mv-slider {
    height: 30rem
  }
}
.top .topMv .mv-slider img {
  width: 100%;
  height: 760px;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 640px) {
  .top .topMv .mv-slider img {
    height: 30rem
  }
}
.top .topMv .topMv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100
}
@media (max-width: 640px) {
  .top .topMv .topMv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top .topMv .topMv__inner .top-description {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
  letter-spacing: 2px;
  padding-top: 5.625rem
}
@media (max-width: 640px) {
  .top .topMv .topMv__inner .top-description {
    font-size: 1.125rem;
    padding-top: 2.1875rem
  }
}
.top .topMv .searchBox {
  width: 31.25rem;
  margin: 0 0 0 auto;
  padding-top: 1.875rem
}
.top .topMv .searchBox a{
  text-decoration: none;
  position: relative;
}
@media (max-width: 640px) {
  .top .topMv .searchBox {
    width: 100%;
    margin: auto
  }
}
.top .topTroubleshooting {
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  padding: 1.25rem 0
}
.top .topTroubleshooting .topTroubleshooting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 640px) {
  .top .topTroubleshooting .topTroubleshooting__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top .topTroubleshooting .topTroubleshooting__inner .desc {
  width: 20.625rem;
  color: #FFF;
  line-height: 1.6;
  font-weight: 500
}
@media (max-width: 640px) {
  .top .topTroubleshooting .topTroubleshooting__inner .desc {
    width: 100%;
    text-align: center;
    font-size: .75rem;
    margin-bottom: .625rem
  }
}
.top .topTroubleshooting .topTroubleshooting__inner .topTroubleshooting__btn {
  width: 36.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 640px) {
  .top .topTroubleshooting .topTroubleshooting__inner .topTroubleshooting__btn {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top .topTroubleshooting .topTroubleshooting__inner .topTroubleshooting__btn .btn-opacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .95rem
}
@media (max-width: 640px) {
  .top .topTroubleshooting .topTroubleshooting__inner .topTroubleshooting__btn .btn-opacity {
    width: 18.4375rem;
    margin: 0 auto .625rem auto;
    font-size: .875rem
  }
  .top .topTroubleshooting .topTroubleshooting__inner .topTroubleshooting__btn .btn-opacity i {
    height: .9375rem;
    width: 1.25rem;
    display: block
  }
}
.top .topTroubleshooting .topTroubleshooting__inner .topTroubleshooting__btn .btn-opacity i {
  margin-right: 0.5rem
}
.top .topInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width: 640px) {
  .top .topInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top .topInfo .info-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.875rem;
  margin-bottom: 3.75rem
}
@media (max-width: 640px) {
  .top .topInfo .info-meta {
    margin-bottom: 1.875rem
  }
}
.top .topInfo .info-meta + h3 {
  margin-bottom: 0
}
.top .topInfo .info-meta a.info-cat {
  margin: 0 .375rem
}
.top .topInfo .info-meta time {
  font-size: .875rem
}
.top .topInfo .info-cat {
  min-width: 5.3125rem;
  height: 1.5rem;
  padding: 0 .875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 3.125rem;
  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;
  text-align: center;
  margin-right: .625rem;
  font-size: .875rem;
  font-weight: 700
}
.top .topInfo .info-cat:hover {
  text-decoration: none;
  opacity: 0.7
}
.top .topInfo .topInfo__news {
  width: 60%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  padding: 7.5rem 5.3125rem 6.875rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .top .topInfo .topInfo__news {
    width: 100%;
    padding: 2.8125rem 0
  }
}
.top .topInfo .topInfo__news .topInfo__news-inner {
  width: 36.25rem;
  margin: 0 0 0 auto
}
@media (max-width: 640px) {
  .top .topInfo .topInfo__news .topInfo__news-inner {
    width: 100%;
    padding: 0 1.25rem;
    margin: auto
  }
}
.top .topInfo .topInfo__news .info-newslist {
  margin-bottom: 5rem
}
.top .topInfo .topInfo__news .info-newslist li {
  margin-bottom: 1.875rem
}
.top .topInfo .topInfo__news .info-newslist li:last-child {
  margin-bottom: 0
}
.top .topInfo .topInfo__news .info-newslist li .info-meta {
  margin-bottom: .9375rem
}
.top .topInfo .topInfo__news .info-newslist li h3 {
  line-height: 1.4;
  text-align: left;
}
.top .topInfo .topInfo__sns {
  width: 40%;
  padding: 7.5rem 0 6.875rem 5.3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .top .topInfo .topInfo__sns {
    width: 100%;
    padding: 2.8125rem 1.25rem
  }
}
.top .topInfo .topInfo__sns .topInfo__sns-inner {
  width: 23.125rem;
  margin: 0 auto 0 0
}
@media (max-width: 640px) {
  .top .topInfo .topInfo__sns .topInfo__sns-inner {
    width: 100%;
    padding: 0 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}
.top .topInfo .topInfo__sns .sns-box {
  margin-top: 1.875rem;
  height: 31.25rem;
  overflow-y: scroll
}
.top .topInfo .topInfo__sns .sns-box iframe {
  width: 100%
}
.top .topInfo .topInfo__btn {
  width: 22.5rem
}
.top .topInfo .topInfo__btn {
  width: 22.5rem
}
@media (max-width: 640px) {
  .top .topInfo .topInfo__btn {
    width: 16.875rem;
    margin: 0 auto
  }
}
.top .topTopics {
  padding: 12.5rem 0 8.125rem 0
}
@media (max-width: 640px) {
  .top .topTopics {
    padding: 1.25rem 0 2.5rem 0;
  }
}
.top .topTopics .topTopics__mv {
  width: 40rem;
  position: absolute;
  top: -18.75rem;
  right: -5rem;
}
@media (max-width: 640px) {
  .top .topTopics .topTopics__mv {
    width: 100vw;
    position: static;
    top: 0;
    right: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 1.875rem
  }
}
.top .topTopics .topTopics__inner {
  position: relative
}
.top .topTopics .desc {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 2.5rem
}
@media (max-width: 640px) {
  .top .topTopics .desc {
    font-size: .8125rem;
    text-align: center
  }
}
.top .topTopics .cards-4col {
  margin-top: 1.5625rem;
  margin-bottom: 4.75rem;
}
.toptopics__btn{
  width: 22.5rem;
  margin:0 auto;
}
@media (max-width: 640px) {
  .toptopics__btn{
    width: 16.875rem;
    margin:0 auto;
  }
}

.top .topPoint {
  padding-bottom: 3.75rem
}
.top .topPoint #topPoint__bk {
  background: url("../img/top-img02-1.png") no-repeat top center;
  background-size: 100%;
  -webkit-transition: background-image .3s;
  transition: background-image .3s
}
@media (max-width: 640px) {
  .top .topPoint #topPoint__bk {
    background-size: auto 14.375rem
  }
}
.top .topPoint #topPoint__bk.bg1 {
  background: url("../img/top-img02-1.png") no-repeat top center;
  background-size: 100%;
  -webkit-transition: background-image .3s;
  transition: background-image .3s
}
@media (max-width: 640px) {
  .top .topPoint #topPoint__bk.bg1 {
    background-size: auto 14.375rem
  }
}
.top .topPoint #topPoint__bk.bg2 {
  background: url("../img/top-img02-2.png") no-repeat top center;
  background-size: 100%;
  -webkit-transition: background-image .3s;
  transition: background-image .3s
}
@media (max-width: 640px) {
  .top .topPoint #topPoint__bk.bg2 {
    background-size: auto 14.375rem
  }
}
.top .topPoint #topPoint__bk.bg3 {
  background: url("../img/top-img02-3.png") no-repeat top center;
  background-size: 100%;
  -webkit-transition: background-image .3s;
  transition: background-image .3s
}
@media (max-width: 640px) {
  .top .topPoint #topPoint__bk.bg3 {
    background-size: auto 14.375rem
  }
}
.top .topPoint h2 {
  font-size: 2.625rem;
  font-weight: 300;
  color: #FFF;
  line-height: 1.5;
  text-align: right
}
@media (max-width: 640px) {
  .top .topPoint h2 {
    font-size: 1.3125rem;
    font-weight: 700;
    margin: -7.5rem 0 7.5rem 0;
  }
}
.top .topPoint h2 img {
  vertical-align: top;
  margin-right: 10px
}
@media (max-width: 640px) {
  .top .topPoint h2 img {
    width: 5.625rem
  }
}
.top .topPoint .topPoint__mv {
  width: 100%;
  height: 33.75rem;
  text-align: center
}
.top .topPoint .topPoint__mv .mv-image {
  width: 100%;
  height: 33.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center
}
.top .topPoint .topPoint__inner {
  padding-top: 6.5625rem;
  padding-top: 16.5625rem
}
.top .topPoint .topPoint__3cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.5rem
}
@media (max-width: 640px) {
  .top .topPoint .topPoint__3cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top .topPoint .topPoint__3cards .item {
  width: 19.0625rem;
  border-radius: 3rem 0 0 0;
  padding: 3.125rem 2.1875rem 2.5rem 2.1875rem;
  background: #D3EFFF;
  -webkit-box-shadow: 2px 2px 8px #aaa;
  box-shadow: 2px 2px 8px #aaa
}
@media (max-width: 640px) {
  .top .topPoint .topPoint__3cards .item {
    width: 100%;
    padding: 3.125rem .9375rem 1.5625rem .9375rem;
    margin-bottom: 2.5rem;
  }
}
.top .topPoint .topPoint__3cards .item a {
  display: block
}
.top .topPoint .topPoint__3cards .item h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5625rem;
  color: #008FFF
}
@media (max-width: 640px) {
  .top .topPoint .topPoint__3cards .item h3 {
    font-size: 1.125rem
  }
  .top .topPoint .topPoint__3cards .item h3 br {
    display: none
  }
}
.top .topPoint .topPoint__3cards .item figure {
  text-align: center;
  margin-bottom: 1.875rem;
  background: #FFF;
  border-radius: 50%;
  width: 100%;
  height: 14.375rem;
  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;
  padding: .625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .top .topPoint .topPoint__3cards .item figure {
    width: 15.625rem;
    height: 15.625rem;
    margin: 0 auto 1.875rem auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5rem
  }
}
.top .topPoint .topPoint__3cards .item p {
  font-size: .875rem;
  letter-spacing: normal;
  line-height: 1.6
}
.top .topPoint .topPoint__3cards .item:first-child {
  background: #CADCFF;
  margin-top: -3.75rem
}
.top .topPoint .topPoint__3cards .item:first-child h3 {
  color: #3371FF
}
.top .topPoint .topPoint__3cards .item:last-child {
  background: #e2f6eb;
  margin-top: 3.75rem
}
@media (max-width: 640px) {
  .top .topPoint .topPoint__3cards .item:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.top .topPoint .topPoint__3cards .item:last-child h3 {
  color: #3cc47c
}
.top .topPoint .topPoint__btn {
  width: 22.5rem;
  margin: 0 auto
}
@media (max-width: 640px) {
  .top .topPoint .topPoint__btn {
    width: 16.875rem
  }
}
.top .topConsult {
  background: #3cc47c;
  padding: 4.6875rem 0;
  color: #FFF
}
@media (max-width: 640px) {
  .top .topConsult {
    padding: 2.8125rem 0
  }
}
.top .topConsult h2 {
  color: #FFF;
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .top .topConsult h2 {
    font-size: 1.25rem;
    text-align: center
  }
}
.top .topConsult .desc {
  font-size: .875rem;
  text-align: center;
  margin-bottom: 3.75rem
}
@media (max-width: 640px) {
  .top .topConsult .desc {
    text-align: left;
    margin-bottom: 1.25rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.top .topConsult .topConsult__inner {
  position: relative
}

@media (max-width: 640px) {
  .top .topConsult .topConsult__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top .topConsult .topConsult__illust {
  position: absolute;
  top: -12.1875rem;
  right: -5rem;
}
@media (max-width: 640px) {
  .top .topConsult .topConsult__illust {
    position: static;
    text-align: center;
    margin-bottom: 1.875rem
  }
}
.top .topConsult .topConsult__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
@media (max-width: 640px) {
  .top .topConsult .topConsult__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.top .topConsult .topConsult__btn:after {
  content: '';
  width: 1px;
  height: 8.75rem;
  background: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media (max-width: 640px) {
  .top .topConsult .topConsult__btn:after {
    display: none
  }
}
.top .topConsult .topConsult__btn li {
  width: 27.5rem
}
@media (max-width: 640px) {
  .top .topConsult .topConsult__btn li {
    width: 100%;
    margin: .78125rem 0
  }
}
.top .topConsult .topConsult__btn a {
  background: #e2f6eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 8.75rem;
  border-radius: 4.375rem
}
@media (max-width: 640px) {
  .top .topConsult .topConsult__btn a {
    height: 6.25rem
  }
}
.top .topConsult .topConsult__btn a i {
  display: block;
  margin-bottom: .9375rem
}
.top .topConsult .topConsult__btn a:hover {
  text-decoration: none;
  background: #FFF
}
.top .topAbout {
  padding: 4.6875rem 0 5.625rem 0;
  position: relative
}
@media (max-width: 640px) {
  .top .topAbout {
    padding:0 0 2.8125rem 0;
    position: relative;
  }
}
.top .topAbout h2 {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 300;
  margin-bottom: 4.6875rem
}
@media (max-width: 640px) {
  .top .topAbout h2 {
    margin-bottom: 0;
    position: absolute;
    top: -3.75rem;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
  }
}
.top .topAbout .desc {
  font-size: .875rem;
  line-height: 1.6;
  margin-bottom: 2.1875rem;
  text-align: center;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff
}
@media (max-width: 640px) {
  .top .topAbout .desc {
    text-align: left;
    text-shadow: none;
    font-size: .75rem;
    padding-top: 2.5rem;
  }
}
.top .topAbout .topAbout__mv {
  position: absolute;
  top: auto;
  width: 100%;
  height: 33.75rem;
  top: 0;
  left: 0;
}
@media (max-width: 640px) {
  .top .topAbout .topAbout__mv {
    height: 18.75rem;
    position: static;
  }
}
.top .topAbout .topAbout__mv img {
  width: 100%;
  height: 33.75rem;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 640px) {
  .top .topAbout .topAbout__mv img {
    height: 18.75rem
  }
}
.top .topAbout .topAbout__inner {
  position: relative;
  z-index: 10
}
@media (max-width: 640px) {
  .top .topAbout .topAbout__inner {
    padding-bottom: 2.5rem;
    background: linear-gradient(90deg, rgba(27,164,222,.1) 0%, rgba(60,196,124,.1) 100%);
  }
}
.top .topAbout .about-3cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem
}
@media (max-width: 640px) {
  .top .topAbout .about-3cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.25rem;
    margin-bottom: 1.25rem
  }
}
.top .topAbout .about-3cards .item {
  background: #FFF;
  width: 19.6875rem;
  border-radius: 0 0 0 3rem;
  padding: 1.5625rem 1.5625rem 2.8125rem 1.5625rem;
  -webkit-box-shadow: 2px 2px 8px #ccc;
  box-shadow: 2px 2px 8px #ccc
}
@media (max-width: 640px) {
  .top .topAbout .about-3cards .item {
    width: 100%;
    margin-bottom: 1.25rem
  }
}
.top .topAbout .about-3cards .item h3 {
  line-height: 2.3;
  text-align: center;
  font-size: .875rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.top .topAbout .about-3cards .item h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.top .topAbout .about-3cards .item h3 img {
  vertical-align: top;
  margin: .0625rem .3125rem 0 .3125rem
}
.top .topAbout .about-3cards .item figure {
  text-align: center
}
.top .topAbout .topAbout__btn {
  width: 22.5rem;
  margin: 0 auto
}
@media (max-width: 640px) {
  .top .topAbout .topAbout__btn {
    width: 16.875rem
  }
}
.top .topSupport {
  padding-bottom: 5rem
}
@media (max-width: 640px) {
  .top .topSupport {
    padding-bottom: 2.5rem
  }
}
.top .topSupport .topSupport__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 640px) {
  .top .topSupport .topSupport__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top .topSupport .topSupport__inner .topSupport__box {
  width: 30rem;
  height: 18.75rem;
  border-radius: 3rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}
@media (max-width: 640px) {
  .top .topSupport .topSupport__inner .topSupport__box {
    width: 100%;
    height: 10.625rem
  }
}
.top .topSupport .topSupport__inner .topSupport__box .box-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.75rem
}
.top .topSupport .topSupport__inner .topSupport__box .box-image img {
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 640px) {
  .top .topSupport .topSupport__inner .topSupport__box .box-image img {
    height: 10.625rem
  }
}
.top .topSupport .topSupport__inner .topSupport__box .box-text {
  position: relative;
  z-index: 10;
  color: #FFF;
  text-align: center;
  padding-top: 1.875rem
}
.top .topSupport .topSupport__inner .topSupport__box .box-text h2 {
  font-weight: 300;
  font-size: 2.625rem;
  margin-bottom: 2.1875rem
}
@media (max-width: 640px) {
  .top .topSupport .topSupport__inner .topSupport__box .box-text h2 {
    font-size: 1.3125rem;
    margin-bottom: 1.25rem
  }
}
.top .topSupport .topSupport__inner .topSupport__box .box-text h2 span {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: .9375rem
}
@media (max-width: 640px) {
  .top .topSupport .topSupport__inner .topSupport__box .box-text h2 span {
    font-size: .75rem
  }
}
.top .topSupport .topSupport__btn {
  width: 22.5rem;
  margin: 0 auto
}
@media (max-width: 640px) {
  .top .topSupport .topSupport__btn {
    width: 16.875rem
  }
}
.top .topContact {
  background: #3cc47c;
  text-align: center;
  padding: 4.6875rem 0
}
@media (max-width: 640px) {
  .top .topContact {
    padding: 2.8125rem 0
  }
}
.top .topContact .commonTtl {
  color: #FFF;
  margin-bottom: 2.5rem
}
@media (max-width: 640px) {
  .top .topContact .commonTtl {
    font-size: 1.25rem;
    margin-bottom: 1.25rem
  }
}
.top .topContact .topContact__btn {
  width: 22.5rem;
  margin: 0 auto
}
@media (max-width: 640px) {
  .top .topContact .topContact__btn {
    width: 16.875rem
  }
}
.faq .faq-top5 {
  margin-top: -1.25rem
}
.faq .faq-top5 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .9375rem;
  font-weight: 700;
  padding: 1.25rem 0;
  border-bottom: 1px solid #000;
  position: relative;
  cursor: pointer
}
.faq .faq-top5 a:hover {
  text-decoration: none;
  opacity: 0.7
}
.faq .faq-top5 a i {
  width: 2.1875rem;
  display: block
}
.faq .faq-drop dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .9375rem;
  font-weight: 700;
  padding: 1.25rem 0;
  border-bottom: 1px solid #000;
  position: relative;
}
.faq .faq-drop dt i {
  width: 2.1875rem;
  display: block
}
.faq .faq-drop dt b{
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor:pointer;
}
.faq .faq-drop dt b:after {
  content: '＋';
}
.faq .faq-drop dt.active b:after {
  content: '−';
}
.faq .faq-drop dd {
  display: none;
  padding: .9375rem;
  font-size: .875rem
}
.faq .faq-drop dd a:hover {
  text-decoration: none;
  opacity: 0.7
}
.faq .faq-drop dd ul {
  list-style-type: disc;
  margin-left: 1.5em
}
.faq .faq-drop dd ul li {
  margin-bottom: .625rem
}
.faq .faq-drop dd ul li:last-child {
  margin-bottom: 0
}
.faq {
  margin-top: 2.5rem;
  margin-bottom: 3.75rem
}
.faq h1 {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  margin-bottom: 4.375rem
}
@media (max-width: 640px) {
  .faq h1 {
    font-size: 1.5rem;
    margin-bottom: 2.1875rem
  }
}
.faq h1 span {
  margin-bottom: .9375rem;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif
}
@media (max-width: 640px) {
  .faq h1 span {
    font-size: 1.125rem
  }
}
.faq .faq__header {
  margin-bottom: 3.75rem
}
@media (max-width: 640px) {
  .faq .faq__header {
    margin-bottom: 2.8125rem
  }
}
.faq .faq__header .faq__headSearch {
  padding: 3.75rem 3.125rem 1.25rem 3.125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%)
}
@media (max-width: 640px) {
  .faq .faq__header .faq__headSearch {
    padding: 1.25rem;
	margin-bottom: 2em;
  }
}
.faq .faq__header .faq__headSearch h2 {
  margin-bottom: 1.875rem;
  line-height: 1.5;
  text-align: center
}
.faq .faq__header .faq__headSearch .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  height: 5rem;
  margin-bottom: 1.25rem
}
@media (max-width: 640px) {
  .faq .faq__header .faq__headSearch .search-box {
    height: 3.75rem
  }
}
.faq .faq__header .faq__headSearch .search-box h2 {
  font-size: 1rem
}
.faq .faq__header .faq__headSearch .search-box button {
  width: 5rem;
  height: 5rem;
  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;
  cursor: pointer
}
@media (max-width: 640px) {
  .faq .faq__header .faq__headSearch .search-box button {
    width: 3.75rem;
    height: 3.75rem
  }
}
.faq .faq__header .faq__headSearch .search-box button img {
  width: 1.5rem;
  height: 1.5rem
}
@media (max-width: 640px) {
  .faq .faq__header .faq__headSearch .search-box button img {
    width: 1.25rem;
    height: 1.25rem
  }
}
.faq .faq__header .faq__headSearch .search-box input[type="search"] {
  width: calc(100% - 5rem);
  padding: .9375rem
}
@media (max-width: 640px) {
  .faq .faq__header .faq__headSearch .search-box input[type="search"] {
    width: calc(100% - 3.75rem)
  }
}
.faq .faq__header .faq__headSearch .search-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.faq .faq__header .faq__headSearch .search-tag a, .faq .faq__header .faq__headSearch .search-tag span {
  margin: .375rem .3125rem .375rem 0;
  background: #FFF;
  border: 1px solid #3cc47c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.1875rem;
  padding: 0 1.25rem;
  border-radius: 1.875rem;
  color: #3cc47c;
  cursor: pointer;
	font-size: 85%;
}
@media (max-width: 640px) {
  .faq .faq__header .faq__headSearch .search-tag a, .faq .faq__header .faq__headSearch .search-tag span {
    font-size: .75rem;
    padding: 0 .75rem;
    height: 1.5rem
  }
}
.faq .faq__header .faq__headSearch .search-tag a:before, .faq .faq__header .faq__headSearch .search-tag span:before {
  content: '#';
  margin-right: .25rem
}
.faq .faq__body .faq__catTtl {
  background: #000;
  padding: 1.25rem 1.875rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 1.5625rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.faq .faq__body .faq__catTtl i {
  width: 1.0625rem;
  margin-right: 0.4em
}
.faq .faq__body .result{
  font-size: .875rem;
  margin-bottom: 1.5625rem;
}
.faq .faq__content {
  margin-bottom: 3.75rem
}
.faq .faq__content .faq__contentTtl {
  background: #d8f3e5;
  padding: .9375rem .9375rem .9375rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 1.875rem;
  position: relative
}
@media (max-width: 640px) {
  .faq .faq__content .faq__contentTtl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: .9375rem
  }
}
.faq .faq__content .faq__contentTtl:before {
  content: 'Q';
  background: #3cc47c;
  width: 2.125rem;
  height: 2.125rem;
  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;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.25rem;
  margin: auto
}
@media (max-width: 640px) {
  .faq .faq__content .faq__contentTtl:before {
    position: static;
    margin: 0 .9375rem 0 0
  }
}
.faq .faq__content .faq__contentTtl .faq-cat {
  background: #3cc47c;
  color: #fff;
  height: 2.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem;
  margin-right: .625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.faq .faq__content .faq__contentTtl h2, .faq .faq__content .faq__contentTtl h3 {
  line-height: 1.4
}
@media (max-width: 640px) {
  .faq .faq__content .faq__contentTtl h2, .faq .faq__content .faq__contentTtl h3 {
    margin-top: .625rem
  }
}
.faq .faq__content .faq__contentTtl .faq-id {
  position: absolute;
  font-size: .75rem;
  right: 0;
  top: -1.5625rem
}
.faq .faq__content .faq__contentBody a {
  color: #3cc47c;
  /* margin-left: 1em; */
  text-decoration: underline
}
.faq .faq__content .faq__contentBody a:hover {
  text-decoration: none
}
.faq .faq__content .faq__answer {
  position: relative;
  padding-left: 5rem
}
@media (max-width: 640px) {
  .faq .faq__content .faq__answer {
    padding-left: 0
  }
}
.faq .faq__content .faq__answer:before {
  content: 'A';
  width: 3.4375rem;
  text-align: center;
  color: #3cc47c;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  left: 0
}
@media (max-width: 640px) {
  .faq .faq__content .faq__answer:before {
    position: static
  }
}
.faq .faq__content.faq-archive .faq__contentBody {
  margin-bottom: 1.875rem
}
.faq .faq__survey {
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  padding: 1.875rem 1.25rem;
  margin-bottom: 3.75rem;
  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
}
@media (max-width: 640px) {
  .faq .faq__survey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.faq .faq__survey h3 {
  text-align: center;
  font-size: .9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media (max-width: 640px) {
  .faq .faq__survey h3 {
    margin-bottom: 1.25rem
  }
}
.faq .faq__survey .faq__survey-radio {
  width: 28.125rem;
  margin: 0 auto 1.875rem auto
}
.faq .faq__survey .faq__survey-radio label {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem;
  border-radius: 1.5625rem;
  margin: .625rem 0
}
.faq .faq__survey .faq__survey-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1em
}
.faq .faq__survey .faq__survey-btn .btn-grade, .faq .faq__survey .faq__survey-btn .btn-white {
  width: 9.375rem;
  height: 2.5rem;
  margin: 0 .46875rem
}
.faq .faq__relation {
  margin-bottom: 3.75rem
}
.faq .faq__relation h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .faq .faq__relation h3 {
    margin-top: .625rem;
    line-height: 1.4
  }
}
.faq .faq__relation .faq__relationList {
  border-top: 1px solid #E5E5E5
}
.faq .faq__relation .faq__relationList li {
  background: #d8f3e5;
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .9375rem .9375rem .75rem .9375rem
}
@media (max-width: 640px) {
  .faq .faq__relation .faq__relationList li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.faq .faq__relation .faq__relationList li:before {
  content: 'Q';
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  margin-right: 1.25rem;
  color: #3cc47c
}
.faq .faq__relation .faq__relationList li:nth-child(even) {
  background: #FFF
}
.faq .faq__relation .faq__relationList .faq__relation-cat {
  min-width: 8.125rem;
  height: 2.1875rem;
  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;
  text-align: center;
  color: #FFF;
  padding: 0 .625rem;
  background: #3cc47c;
  margin-right: .4375rem
}
.faq .faq__topbtn {
  width: 22.5rem;
  margin: 0 auto
}
@media (max-width: 640px) {
  .faq .faq__topbtn {
    width: 16.875rem
  }
}
.guide {
  margin: 3.125rem 0 0 0
}
.guide a {
  color: #3cc47c;
  text-decoration: underline
}
.guide a:hover {
  text-decoration: none
}
.guide .common-pageTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.guide .guide__body {
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  padding: 3.75rem
}
@media (max-width: 640px) {
  .guide .guide__body {
    padding: 2.8125rem 0
  }
}
.guide .guide__nav {
  margin-bottom: 3.75rem
}
@media (max-width: 640px) {
  .guide .guide__nav {
    margin-bottom: 2.8125rem
  }
}
.guide .guide__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.3125rem
}
@media (max-width: 640px) {
  .guide .guide__nav ul {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.guide .guide__nav ul li {
  width: calc(100% / 5 - .625rem);
  margin: 0 .3125rem
}
@media (max-width: 640px) {
  .guide .guide__nav ul li {
    width: 48%;
    margin: .3125rem 0
  }
}
.guide .guide__nav ul li a {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 3.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3cc47c;
  text-decoration: none
}
.guide .guide__nav ul li a:after {
  content: '';
  width: .625rem;
  height: .625rem;
  background: url("../img/icon-arrow-green.svg") no-repeat;
  background-size: contain;
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: .3125rem
}
.guide .guide__nav ul li a:hover {
  text-decoration: none;
  background: #3cc47c;
  color: #FFF !important;
}
.guide .guide__nav ul li a:hover:after {
  background: url("../img/icon-arrow-wh.svg") no-repeat
}
.guide .guide__block {
  border-top: 1px solid #000;
  padding: 2.5rem 0 5rem 0
}
@media (max-width: 640px) {
  .guide .guide__block {
    padding-bottom: 2.5rem
  }
}
.guide .guide__block h2 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5625rem
}
.guide .guide__block .desc {
  text-align: center;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .guide .guide__block .desc {
    text-align: left;
    font-size: .875rem
  }
}
.guide .guide__block .guide__blockTablebox {
  background: #FFF;
  padding: 2.5rem 6.25rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockTablebox {
    padding: .9375rem
  }
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockTablebox .table-scrollWrap {
    overflow-x: scroll
  }
}
.guide .guide__block .guide__blockTablebox table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: .8125rem;
  letter-spacing: normal;
  margin-bottom: 1.5625rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockTablebox table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap
  }
}
.guide .guide__block .guide__blockTablebox table .tablebox-head {
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.3)), to(rgba(60, 196, 124, 0.3)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.3) 0%, rgba(60, 196, 124, 0.3) 100%)
}
.guide .guide__block .guide__blockTablebox table .tablebox-head th {
  padding: .9375rem 0
}
.guide .guide__block .guide__blockTablebox table th, .guide .guide__block .guide__blockTablebox table td {
  border: 1px solid #000;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.2;
  position: relative;
}
.guide .guide__block .guide__blockTablebox table th small, .guide .guide__block .guide__blockTablebox table td small {
  font-size: .6875rem
}
.guide .guide__block .guide__blockTablebox table th {
  padding: .625rem .3125rem;
  min-width: 8.75rem
}
.guide .guide__block .guide__blockTablebox table th.is-verwrite {
  max-width: 3.125rem;
  width: 3.125rem;
  min-width: initial;
  /* padding-right: .625rem; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.guide .guide__block .guide__blockTablebox table th.is-verwrite span{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  min-height: 4em;
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockTablebox table th.is-verwrite span{
    
  }
}
.guide .guide__block .guide__blockTablebox table th span.is-vp{
  position: absolute;
  display: block;
  width: 45px;
  top: -5px;
  left: -20px;
  /* transform:rotate(-10deg); */
}
@media (max-width: 640px) {
  .guide__blockTablebox{
    position: relative;
  }
  .guide .guide__block .guide__blockTablebox table th{
    position: static;
  }
  .guide .guide__block .guide__blockTablebox table th span.is-vp{
    top:auto;
    width: 35px;
    top: 8.3rem;
    left: 0;
  }
}
.guide .guide__block .guide__blockTablebox table td {
  padding: .3125rem .3125rem;
  min-width: 9.375rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockTablebox p {
    font-size: .75rem
  }
}
.guide .guide__block .guide__usenavi {
  margin: 0 -.3125rem 3.75rem -.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.guide .guide__block .guide__usenavi a {
  background: #FFF;
  width: 100%;
  height: 11.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 700
}
@media (max-width: 640px) {
  .guide .guide__block .guide__usenavi a {
    height: 8.75rem;
    font-size: .75rem
  }
}
.guide .guide__block .guide__usenavi a:hover {
  text-decoration: none;
  opacity: 0.7
}
.guide .guide__block .guide__usenavi a.cards-2col {
  width: calc(100% / 2 - .625rem);
  margin: .3125rem
}
.guide .guide__block .guide__usenavi a.cards-3col {
  width: calc(100% / 3 - .625rem);
  margin: .3125rem
}
.guide .guide__block .guide__usenavi a i {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5625rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__usenavi a i {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: .625rem
  }
}
.guide .guide__block .guide__usenavi a .btn-guideUse {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__usenavi a .btn-guideUse {
    width: 1.125rem;
    height: 1.125rem;
    bottom: .625rem;
    right: .625rem
  }
}
.guide .guide__block .guide__useBody .guide__useBody-block {
  width: calc(100% - 2.1875rem);
  margin: 0 0 1.25rem auto;
  height: 18.25rem;
  background: rgba(255,255,255,.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: normal;
  position: relative
}
@media (max-width: 640px) {
  .guide .guide__block .guide__useBody .guide__useBody-block {
    width: calc(100% - 1.25rem);
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.guide .guide__block .guide__useBody .guide__useBody-block:before {
  content: '';
  width: 1px;
  height: calc(100% + 1.25rem);
  background: #3cc47c;
  display: block;
  position: absolute;
  left: 0;
  top: 0
}
.guide .guide__block .guide__useBody .guide__useBody-block:first-child:before {
  height: 50%;
  top: auto;
  bottom: -1.25rem
}
.guide .guide__block .guide__useBody .guide__useBody-block:last-child:before {
  height: 50%;
  top: -1.25rem
}
.guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-text {
  width: calc(100% - 26.875rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .9375rem 0 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width: 640px) {
  .guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-text {
    width: 100%;
    padding: .9375rem;
    font-size: .875rem;
    margin-bottom: 1.875rem
  }
}
.guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-text h3{
  color: #3CC47C;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.975rem;
  display: flex;
  align-items: center;
}
.guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-text h3 i{
  display: block;
  width: 1.5625rem;
  margin-right: 0.3rem;
}
.guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-text p {
  margin-bottom: .9375rem;
  line-height: 1.6
}
.guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-text p:last-child {
  margin-bottom: 0
}
.guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-text p small {
  font-size: .875rem;
  line-height: 1.4
}
@media (max-width: 640px) {
  .guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-text p small {
    font-size: .75rem
  }
}
.guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-image {
  width: 26.875rem;
  padding: .9375rem 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-image {
    width: 100%;
    padding: .9375rem
  }
}
.guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-image img {
  width: auto;
  height: 17.1875rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__useBody .guide__useBody-block .guide__useBody-image img {
    width: 100%;
    height: auto
  }
}
.guide .guide__block .guide__useBody .guide__useBody-number {
  width: 4.375rem;
  height: 4.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2.1875rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__useBody .guide__useBody-number {
    width: 3.125rem;
    height: 3.125rem;
    left: -1.5625rem
  }
}
.guide .guide__block .guide__blockPayment {
  margin-top: 3.125rem
}
.guide .guide__block .guide__blockPayment .guide__blockPayment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 0;
  border-bottom: 1px solid #E5E5E5
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockPayment .guide__blockPayment-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.guide .guide__block .guide__blockPayment .guide__blockPayment-box:last-child {
  border-bottom: 0
}
.guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-text {
  width: calc(100% - 21.25rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.25rem;
  letter-spacing: normal
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-text {
    width: 100%;
    font-size: .875rem;
    padding-right: 0;
    margin-bottom: 1.5625rem
  }
}
.guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5625rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-text h3 {
    font-size: 1.25rem;
    line-height: 1.4
  }
}
.guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-text h3:before {
  content: '■';
  color: #3cc47c
}
.guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-text .att {
  font-size: .875rem;
  color: #F00;
  margin-top: .9375rem;
  line-height: 1.4;
  padding-left: 4em;
  position: relative
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-text .att {
    font-size: .75rem
  }
}
.guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-text .att:before {
  content: '【注意】';
  position: absolute;
  top: 0;
  left: 0
}
.guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-image {
  width: 21.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.guide .guide__block .guide__blockPayment .guide__blockPayment-box .guide__blockPayment-image span {
  width: 5rem;
  height: 5rem;
  margin-left: .3125rem;
  background: #FFF;
  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
}
.guide .guide__block .guide__blockCancel {
  background: #FFF;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockCancel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 1.25rem;
    margin-bottom: 0
  }
}
.guide .guide__block .guide__blockCancel h3 {
  width: 9.6875rem;
  font-weight: 700;
  font-size: 1.5rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockCancel h3 {
    width: 100%;
    margin-bottom: 1.5625rem;
    font-size: 1.375rem
  }
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text {
  width: 47.8125rem
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockCancel .guide__blockCancel-text {
    width: 100%
  }
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text .is-noCancel {
  margin-bottom: 20px
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text small {
  font-size: .875rem;
  letter-spacing: normal
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text a {
  color: #000
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text .guide__blockCancel-textBlock {
  border-top: 1px solid #e5e5e5;
  padding: 1.5625rem 0
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text .guide__blockCancel-textBlock:last-child {
  padding-bottom: 0
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text .guide__blockCancel-textBlock.is-norborder {
  padding-top: 0;
  border-top: 0
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text p i{
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 3px;
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4
}
@media (max-width: 640px) {
  .guide .guide__block .guide__blockCancel .guide__blockCancel-text h4 {
    font-size: 1.125rem
  }
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text h4:before {
  content: '';
  background: url("../img/icon-ic.svg") no-repeat;
  width: 1.625rem;
  height: 1.625rem;
  background-size: contain;
  margin-right: .4375rem
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text h4.is-ticket:before {
  content: '';
  background: url("../img/icon-ttl-ticket.svg") no-repeat;
  width: 1.125rem;
  height: 1.375rem;
  background-size: contain;
  margin-right: .4375rem
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text h4.is-ticket2:before {
  content: '';
  background: url("../img/icon-ttl-ticket2.svg") no-repeat;
  width: 1.125rem;
  height: 1.375rem;
  background-size: contain;
  margin-right: .4375rem
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text h4.is-tickethotel:before {
  content: '';
  background: url("../img/icon-ttl-tickethotel.svg") no-repeat;
  width: 1.375rem;
  height: 1.8125rem;
  background-size: contain;
  margin-right: .4375rem
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text h4.is-cancel:before {
  content: '';
  background: url("../img/icon-ttl-cancel.svg") no-repeat;
  width: 1.1875rem;
  height: 1.5rem;
  background-size: contain;
  margin-right: .4375rem
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text h4.is-attention:before {
  content: '';
  background: url("../img/icon-ttl-attention.svg") no-repeat;
  width: 1.4rem;
  height: 1.4rem;
  background-size: contain;
  margin-right: .4375rem
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text h5 {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.25rem
}
.guide .guide__block .guide__blockCancel .guide__blockCancel-text h5:before {
  content: '●';
  color: #3cc47c;
  margin-right: .4375rem
}
.guide .guide__footer {
  padding: 4.6875rem 1.25rem
}
@media (max-width: 640px) {
  .guide .guide__footer {
    padding: 1.875rem 1.25rem
  }
}
.guide .guide__footer .guide__footerInner {
  border-top: 1px solid #000;
  padding-top: 2.5rem
}
.guide .guide__footer h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem
}
.guide .guide__footer .guide__footer-nav ul {
  margin: 0 -.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width: 640px) {
  .guide .guide__footer .guide__footer-nav ul {
    margin: 0
  }
}
.guide .guide__footer .guide__footer-nav ul li {
  width: calc(100% / 3 - .625rem);
  margin: .3125rem
}
@media (max-width: 640px) {
  .guide .guide__footer .guide__footer-nav ul li {
    width: 100%;
    margin: .3125rem 0
  }
}
.guide .guide__footer .guide__footer-nav ul li a {
  border: 2px solid #e5e5e5;
  background: #fff;
  height: 3.75rem;
  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;
  color: #000;
  text-decoration: none;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  font-size: .9375rem;
  line-height: 1.4
}
@media (max-width: 640px) {
  .guide .guide__footer .guide__footer-nav ul li a {
    font-size: .875rem
  }
}
.guide .guide__footer .guide__footer-nav ul li a i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 1.625rem;
  height: 1.5rem;
  left: .9375rem;
  margin: auto
}
.guide .guide__footer .guide__footer-nav ul li a:hover {
  background: #e5e5e5
}
.privacy {
  margin-bottom: 6.25rem
}
.privacy h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 1.875rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000
}
@media (max-width: 640px) {
  .privacy h2 {
    font-size: 1.25rem;
    padding: 1.25rem 0
  }
}
.privacy h3 {
  margin-bottom: 1.25rem;
  line-height: 1.4;
  font-weight: 700
}
.privacy p {
  line-height: 1.6
}
.privacy ol {
  margin-top: .4375rem
}
.privacy ol li {
  line-height: 1.6;
  margin-bottom: .4375rem;
  list-style-type: none;
  counter-increment: cnt
}
.privacy ol li:before {
  content: ""counter(cnt) ") "
}
.privacy .privacy__body .privacy__bodyBox {
  padding: 2.5rem 5rem;
  border-bottom: 1px solid #e5e5e5
}
@media (max-width: 640px) {
  .privacy .privacy__body .privacy__bodyBox {
    padding: 1.25rem
  }
}
.privacy .privacy__body .privacy__bodyBox:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
.agreement {
  margin-bottom: 6.25rem
}
.agreement h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .agreement h2 {
    font-size: 1.375rem
  }
}
.agreement .desc {
  text-align: center;
  margin: -1.25rem 0 1.875rem 0
}
.agreement a {
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.agreement a strong {
  color: #000
}
.agreement a.is-pdfLink {
  color: #3cc47c
}
.agreement a.is-pdfLink:after {
  content: url("../img/icon-pdf.png");
  margin-left: .3125rem
}
.agreement .agreement__body .agreement__bodyBox {
  border-top: 1px solid #000;
  padding: 2.5rem 0 5rem 0
}
@media (max-width: 640px) {
  .agreement .agreement__body .agreement__bodyBox {
    padding-bottom: 2.5rem
  }
}
.agreement .agreement__body .agreement__bodyBox:last-child {
  border-bottom: 1px solid #000
}
.agreement .agreement__body .agreement__bodyTable {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.agreement .agreement__body .agreement__bodyTable tr {
  border-bottom: 1px solid #e5e5e5
}
.agreement .agreement__body .agreement__bodyTable th {
  width: 17.8125rem;
  padding: 1.25rem 0 1.25rem 5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  line-height: 1.6
}
@media (max-width: 640px) {
  .agreement .agreement__body .agreement__bodyTable th {
    display: block;
    width: 100%;
    padding: 1.25rem 0 0 0;
    font-weight: 700
  }
}
.agreement .agreement__body .agreement__bodyTable td {
  padding: 1.25rem 5rem 1.25rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  line-height: 1.6
}
@media (max-width: 640px) {
  .agreement .agreement__body .agreement__bodyTable td {
    display: block;
    width: 100%;
    padding-top: .625rem;
    padding-right: 0
  }
}
.information {
  margin-bottom: 6.25rem
}
.information h2 {
  padding-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  line-height: 1.3
}
@media (max-width: 640px) {
  .information h2 {
    font-size: 1.375rem;
    padding-top: 0;
    margin-bottom: 1.25rem
  }
}
.information .desc {
  margin-bottom: 1.25rem
}
.information .information__body {
  position: relative
}
.information .information__body:after {
  content: '';
  width: calc(100% - 2.5rem);
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto
}
.information .information__body .information__bodyBox {
  border-bottom: 1px solid #E5E5E5;
  padding: 3.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 640px) {
  .information .information__body .information__bodyBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875rem 0
  }
}
.information .information__body .information__bodyBox:last-child {
  border-bottom: 0
}
.information .information__body .information__bodyBox .information__bodyText {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width: 640px) {
  .information .information__body .information__bodyBox .information__bodyText {
    width: 100%;
    margin-top: 1.5625rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.information .information__body .information__bodyBox .information__bodyImage {
  width: 50%
}
@media (max-width: 640px) {
  .information .information__body .information__bodyBox .information__bodyImage {
    width: 100%
  }
}
.information .information__body .information__bodyBox .information-btn {
  margin-top: auto;
  width: 22.5rem;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.information .information__body .information__bodyBox .information-btn .is-harf{
  width: 48%;
}
.information .information__body .information__bodyBox .information-btn .is-harf span{
  font-size: .875rem;
}
@media (max-width: 640px) {
  .information .information__body .information__bodyBox .information-btn {
    width: 16.875rem;
    margin: 1.5625rem auto 0 auto
  }
}
.news {
  margin-bottom: 6.25rem
}
.news .news__body {
  padding-top: 3.75rem;
  position: relative;
}
.news .news__body:after {
  content: '';
  width: calc(100% - 2.5rem);
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto
}
.news__column{
  display: flex;
	flex-flow: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .news__column{
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .news__column .news__column-text{
  /*width: 45rem;*/
}
@media (max-width: 640px) {
  .news .news__column .news__column-text{
    width: 100%;
    margin-bottom: 2.8125rem;
  }
}
.news .news__archiveTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem
}
.news .news__archiveTab a {
  display: block;
  width: 9.0625rem;
  font-weight: 700;
  font-size: .875rem;
  padding-bottom: .3125rem;
  text-align: center
}
@media (max-width: 640px) {
  .news .news__archiveTab a {
    font-size: .75rem
  }
}
.news .news__archiveTab a:hover {
  text-decoration: none;
  border-bottom: 1px solid #3cc47c
}
.news .news__archiveTab a.active {
  border-bottom: 1px solid #3cc47c
}
.news .news__content {
    padding: 0 1.25rem;
    width: 50rem;
    margin: auto;
    margin-bottom: 2.8125rem;
}
@media (max-width: 640px) {
  .news .news__content {
    padding: 0;
    width: 100%;
  }
}
.news .news__content div{
  line-height: 1.6;
}
.news .news__content a{
  color: #3cc47c;
  text-decoration: underline;
}
.news .news__content a:hover{
  text-decoration: none;
}
.news .news__content h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2.8125rem;
  position: relative;
  padding: 18px;
}
@media (max-width: 640px) {
  .news .news__content h2 {
    font-size: 1.5rem
  }
}
.news .news__content h2:after{
  content:'';
  width: 5.9375rem;
  height: 2px;
  background: #3cc47c;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.news .news__content .news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.75rem;
  font-size: .875rem
}
.news .news__content .news__meta time {
  margin-right: 1em
}
.news .news__content .news__meta .cat {
  border: 1px solid #E5E5E5;
  height: 1.5625rem;
  min-width: 8.125rem;
  padding: 0 .625rem;
  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;
  text-align: center;
  border-radius: 1.875rem;
  margin-right: 1em;
  font-weight: 700
}
.news .news__content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
}
.news .news__content h4 {
  font-weight: 500;
  font-size: 1.3275rem;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-left: 0.625rem;
  border-left: .3125rem solid #3cc47c;
}
.news .news__content h5 {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-top: 30px;
}
.news .news__content h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  
}
.news .news__content p, .news .news__content ul, .news .news__content ol, .news .news__content blockquote {
  margin-bottom: 1.875rem
}
.news .news__content p {
  line-height: 2
}
.news .news__content ul, .news .news__content ol {
  line-height: 1.8;
  margin-left: 1.5em
}
.news .news__content ul li, .news .news__content ol li {
  margin-bottom: .3125rem
}
.news .news__content ul li:last-child, .news .news__content ol li:last-child {
  margin-bottom: 0
}
.news .news__content ul {
  list-style: disc
}
.news .news__content ol {
  list-style: decimal
}
.news .news__content blockquote {
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  padding: .9375rem
}
.news .news__content blockquote{
  line-height: 1.6;
}
.news .news__content blockquote p:last-child {
  margin-bottom: 0
}
.news .news__content iframe {
  width: 100%;
  height: 21.875rem
}
.news .news__content table{
  width: 100%;
  border: 1px solid #000;
  line-height: 1.6;
}
.news .news__content table th, .news .news__content table td{
  padding: 0.625rem;
  text-align: left;
  font-weight: 400;
  border: 1px solid #000;
  vertical-align: middle;
}
.news .news__content table th {
  background: #efefef;
}
.news .news__archive {
  margin-bottom: 3.75rem
}
.news .news__archive .news__archiveBlock {
  border-top: 1px solid #e5e5e5;
  padding: 2.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .875rem
}
@media (max-width: 640px) {
  .news .news__archive .news__archiveBlock {
    padding: 1.25rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.news .news__archive .news__archiveBlock time {
  margin-right: 1em
}
.news .news__archive .news__archiveBlock .cat {
  border: 1px solid #E5E5E5;
  height: 1.5625rem;
  width: 8.125rem;
  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;
  text-align: center;
  border-radius: 1.875rem;
  margin-right: 1em;
  font-weight: 700;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 640px) {
  .news .news__archive .news__archiveBlock .cat {
    font-size: .75rem
  }
}
.news .news__archive .news__archiveBlock h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .news .news__archive .news__archiveBlock h3 {
    margin-top: 1em;
    line-height: 1.4
  }
}
.page{
  margin-bottom: 6.25rem;
}
.page h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.8125rem;
  position: relative;
  padding: 0.625rem;
}
@media (max-width: 640px) {
  .page h2 {
    font-size: 1.5rem
  }
}
.page h2:after{
  content:'';
  width: 5.9375rem;
  height: 2px;
  background: #3cc47c;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.page h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  line-height: 1.4;
  position: relative;
  padding-bottom: 0.625rem;
}
.page h3:before{
  content:'';
  width: 100%;
  height: 1px;
  background: #efefef;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page h3:after{
  content:'';
  width: 4.375rem;
  height: 1px;
  background: #3cc47c;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page h4 {
  font-weight: 700;
  font-size: 1.3275rem;
  margin-bottom: 1.875rem;
  line-height: 1.4;
  font-weight: ;
  padding-left: 0.625rem;
  border-left: .3125rem solid #3cc47c;
}
.page h5 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.125rem;
  margin-bottom: 1.5625rem
}
.page h6 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5625rem;
  
}
.page iframe{
  width: 100%;
  height: 18.75rem;
}
.page table{
  width: 100%;
  margin-bottom: .625rem;
  border: 1px solid #000;
  line-height: 1.6;
}
.page table th{
  border: 1px solid #000;
  background: #efefef;
  padding: 0.5rem;
}
.page table td{
  border: 1px solid #000;
  padding: 0.5rem;
}
.page p, .page ul, .page ol, .page blockquote{
  margin-bottom: 1.875rem;
}
.page ul, .page ol{
  margin-left: 1.5em;
}
.page ul li{
  margin-bottom: .625rem;
  list-style-type: disc;
}
.page ul li:last-child{
  margin-bottom: 0;
}
.page ol li{
  margin-bottom: 0.625rem;
  list-style-type: decimal;
}
.page ol li:last-child{
  margin-bottom: 0;
}
.page blockquote{
  background: #E8F6FA;
  padding: 1rem;
}
.page blockquote p:last-child{
  margin-bottom: 0;
}
.page strong, .page em{
  font-weight: 700;
}
.page a{
  color: #3cc47c;
  text-decoration: underline;
}
.page a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.page__body div{
  line-height: 1.6;
}
.newsCat-all {
  color: #000
}
.newsCat-news {
  color: #3cc47c
}
.newsCat-info {
  color: #2d2d8e
}
.newsCat-important {
  color: #E60022
}
.voice {
  padding-top: 2.8125rem
}
.voice .voiceHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 7.5rem
}
@media (max-width: 640px) {
  .voice .voiceHeader {
    margin-bottom: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.voice .voiceHeader .voiceTtl {
  width: 22.8125rem;
  font-size: 1.9375rem;
  margin-bottom: 2.8125rem;
  font-weight: 300
}
@media (max-width: 640px) {
  .voice .voiceHeader .voiceTtl {
    width: 100%;
    font-size: 1.625rem
  }
}
.voice .voiceHeader .voiceTtl span {
  display: block;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .voice .voiceHeader .voiceTtl span {
    width: 65%
  }
}
.voice .voiceHeader .voiceHeader__text {
  width: 22.8125rem;
  margin-right: 2.8125rem
}
@media (max-width: 640px) {
  .voice .voiceHeader .voiceHeader__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5625rem
  }
}
.voice .voiceHeader .voiceHeader__text p {
  font-size: 1.1875rem;
  letter-spacing: normal
}
@media (max-width: 640px) {
  .voice .voiceHeader .voiceHeader__text p {
    font-size: 1rem
  }
}
.voice .voiceHeader .voiceHeader__eyecatch {
  width: 31.875rem
}
@media (max-width: 640px) {
  .voice .voiceHeader .voiceHeader__eyecatch {
    width: 100%
  }
}
.voice .voice__body {
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  padding: 3.75rem 0
}
@media (max-width: 640px) {
  .voice .voice__body {
    padding: 1.875rem 0
  }
}
.voice .voice__body .voice__body__inner {
  background: #FFF;
  padding: 3.75rem 0
}
@media (max-width: 640px) {
  .voice .voice__body .voice__body__inner {
    padding: 1.875rem 1.25rem;
    width: 94.6%
  }
}
.voice .voice__body .voice__bodyBlock {
  margin-bottom: 5.625rem
}
@media (max-width: 640px) {
  .voice .voice__body .voice__bodyBlock {
    margin-bottom: 1.875rem
  }
}
.voice .voice__body .voice__bodyBlock:last-child {
  margin-bottom: 0
}
.voice .voice__body .voice__bodyBlock .is-commingsoon {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1
}
@media (max-width: 640px) {
  .voice .voice__body .voice__bodyBlock .is-commingsoon {
    font-size: 2.25rem
  }
}
.voice .voice__body .voice__bodyBlock h2 {
  font-weight: 300;
  font-size: 1.875rem;
  padding: 1.875rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
  margin-bottom: 3.75rem
}
@media (max-width: 640px) {
  .voice .voice__body .voice__bodyBlock h2 {
    font-size: 1.375rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding: 1.25rem 0;
    margin-bottom: 1.875rem
  }
}
.voice .voice__body .voice__bodyBlock h2:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}
.voice .voice__body .voice__bodyBlock h2:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list{
  height: 50rem;
  overflow-y: auto;
}
.voice-part02 .voice__bodyBlock-list::-webkit-scrollbar {
  width: 4px
}
.voice-part02 .voice__bodyBlock-list::-webkit-scrollbar-track {
  background-color: #fff
}
.voice-part02 .voice__bodyBlock-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #3cc47c;
  box-shadow: inset 0 0 6px #3cc47c
}
.voice-part03 .voice__bodyBlock-list::-webkit-scrollbar {
  width: 4px
}
.voice-part03 .voice__bodyBlock-list::-webkit-scrollbar-track {
  background-color: #fff
}
.voice-part03 .voice__bodyBlock-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #008dff;
  box-shadow: inset 0 0 6px #008dff
}
.voice .voice__body .voice__bodyBlock.voice-part01 h2, .voice .voice__body .voice__bodyBlock.voice-part02 h2 {
  color: #3cc47c
}
.voice .voice__body .voice__bodyBlock.voice-part01 h2:before, .voice .voice__body .voice__bodyBlock.voice-part02 h2:before {
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%)
}
.voice .voice__body .voice__bodyBlock.voice-part01 h2:after, .voice .voice__body .voice__bodyBlock.voice-part02 h2:after {
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%)
}
.voice .voice__body .voice__bodyBlock.voice-part01 .voice__bodyBlock-list li, .voice .voice__body .voice__bodyBlock.voice-part02 .voice__bodyBlock-list li {
  background: #e5f7f7
}
.voice .voice__body .voice__bodyBlock.voice-part03 h2 {
  color: #008dff
}
.voice .voice__body .voice__bodyBlock.voice-part03 h2:before {
  background: #008dff
}
.voice .voice__body .voice__bodyBlock.voice-part03 h2:after {
  background: #008dff
}
.voice .voice__body .voice__bodyBlock.voice-part03 .voice__bodyBlock-list li {
  padding-top: 4.375rem;
  background: #e5f3ff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 2.5rem;
  position: relative
}
@media (max-width: 640px) {
  .voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem
  }
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li:nth-child(even) {
  background: #fff
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li h3 {
  width: 24.0625rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  font-weight: 700;
  background: #66bbff;
  position: absolute;
  top: 0;
  left: 0
}
@media (max-width: 640px) {
  .voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li h3 {
    width: 100%
  }
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li h3.is-strong {
  background: #008dff
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-icon {
  width: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media (max-width: 640px) {
  .voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-icon {
    margin: 0 auto 1.5625rem auto
  }
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-icon figcaption {
  display: block;
  margin-top: .625rem;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: .9375rem
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-text p {
  line-height: 1.6;
  letter-spacing: normal
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-description {
  margin-top: 1.25rem;
  border-top: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .9375rem
}
@media (max-width: 640px) {
  .voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-description dt, .voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-description dd {
  padding: .625rem 0;
  line-height: 1.4;
  letter-spacing: normal
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-description dt {
  border-right: 1px dotted #000;
  padding-right: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media (max-width: 640px) {
  .voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-description dt {
    border-right: 0;
    border-bottom: 1px solid #000;
    width: 100%
  }
}
.voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-description dd {
  padding-left: 1em
}
@media (max-width: 640px) {
  .voice .voice__body .voice__bodyBlock .voice__bodyBlock-list li .voice-description dd {
    padding-left: 0
  }
}
.form .form__list {
  margin-bottom: 6.25rem
}
.form .form__list h2 {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 1.25rem
}
@media (max-width: 640px) {
  .form .form__list h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center
  }
}
.form .form__list h2:before {
  display: none
}
.form .form__list .form__listBlock {
  border-bottom: 1px solid #e5e5e5;
  padding: 3.75rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 640px) {
  .form .form__list .form__listBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875rem 0
  }
}
.form .form__list .form__listBlock:first-child {
  border-top: 1px solid #000
}
.form .form__list .form__listBlock .form__listBlock-text {
  width: 28.125rem;
  font-size: .875rem
}
@media (max-width: 640px) {
  .form .form__list .form__listBlock .form__listBlock-text {
    width: 100%
  }
}
.form .form__list .form__listBlock .form__listBlock-btn {
  width: 22.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media (max-width: 640px) {
  .form .form__list .form__listBlock .form__listBlock-btn {
    width: 16.875rem;
    margin: 1.875rem auto 0 auto
  }
}
.form .form__body {
  margin-bottom: 10.625rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  padding-top: 4.6875rem
}
@media (max-width: 640px) {
  .form .form__body {
    padding-top: 2.1875rem
  }
}
.form .form__body.is-nobk {
  background: none;
  padding-top: 0;
  margin-top: -2.5rem
}
@media (max-width: 640px) {
  .form .form__body.is-nobk {
    margin-top: 0
  }
}
.form .form__body.is-nobk .form__block {
  padding: 0
}
.form .form__block {
  padding: .625rem 5rem 0 5rem;
  background: #FFF
}
@media (max-width: 640px) {
  .form .form__block {
    padding: .625rem 1.25rem 0 1.25rem
  }
}
.form h2 {
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .form h2 {
    font-size: 1.125rem
  }
}
.form h2.is-attention:before {
  content: '';
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  background: url("../img/icon-attention.svg") no-repeat;
  background-size: container;
  margin-right: 0.5em
}
.form .form__block h2.form__blockTtl {
  margin-bottom: 0;
  padding: 1.5625rem 0
}
.form .form__block h2.form__blockTtl:before {
  display: none
}
.form h2 {
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .form h2 {
    font-size: 1.125rem
  }
}
.form h2.is-attention:before {
  content: '';
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  background: url("../img/icon-attention.svg") no-repeat;
  background-size: container;
  margin-right: 0.5em
}
.form h2.form__blockTtl {
  margin-bottom: 0;
  padding: 1.5625rem 0
}
.form h2.form__blockTtl:before {
  display: none
}
.form h3 {
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  padding: 1.5625rem 0
}
.form h4 {
  margin-bottom: 1.25rem;
  line-height: 1.4
}
.form .desc {
  font-size: .9375rem;
  letter-spacing: normal;
  margin-bottom: 3.75rem
}
@media (max-width: 640px) {
  .form .desc {
    font-size: .8125rem;
    margin-bottom: 2.8125rem
  }
}
.form .desc a {
  color: #3cc47c;
  font-weight: 700;
  text-decoration: underline
}
.form .desc a:hover {
  text-decoration: none
}
.form .form__blockTable {
  width: 100%
}
.form .form__blockTable tr {
  border-bottom: 1px solid #e5e5e5
}
.form .form__blockTable th, .form .form__blockTable td {
  vertical-align: top;
  text-align: left
}
@media (max-width: 640px) {
  .form .form__blockTable th, .form .form__blockTable td {
    display: block;
    width: 100%
  }
}
.form .form__blockTable th {
  padding: 2.5rem 0;
  width: 15rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media (max-width: 640px) {
  .form .form__blockTable th {
    width: 100%
  }
}
.form .form__blockTable td {
  padding: 1.25rem 0
}
.form .form__blockTable td .form-attention {
  margin-top: .9375rem;
  font-size: .75rem;
  margin-left: 1.5em
}
@media (max-width: 640px) {
  .form .form__blockTable td .form-attention {
    margin-left: 0
  }
}
.form .form__blockTable td .form-attention li {
  padding-left: 1em;
  line-height: 1.6;
  position: relative
}
.form .form__blockTable td .form-attention li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0
}
.form .form__blockTable small {
  font-size: .75rem
}
.form .form__blockTable.is-headcolor {
  border-top: 1px solid #e5e5e5
}
.form .form__blockTable.is-headcolor th {
  width: 16.25rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  font-size: .875rem;
  padding: 1.25rem 1.25rem 1.25rem 5rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.4
}
@media (max-width: 640px) {
  .form .form__blockTable.is-headcolor th {
    width: 100%;
    padding-left: 1.25rem
  }
  .form .form__blockTable.is-headcolor th br {
    display: none
  }
}
.form .form__blockTable.is-headcolor td {
  font-size: .875rem;
  padding: 1.25rem;
  vertical-align: middle
}
@media (max-width: 640px) {
  .form .form__blockTable.is-headcolor td {
    padding: 1.25rem 0
  }
}
.form .form__blockBox {
  text-align: center;
  padding: 1.875rem 0;
  border-bottom: 1px solid #000
}
.form .form__blockBox.is-norborder {
  border-bottom: 0
}
.form .form__blockBox p {
  margin-bottom: 1.25rem
}
.form .form__blockBox p.form-privacyDesc {
  text-align: center
}
.form .form__blockBox a {
  color: #000;
  font-weight: 700;
  text-decoration: underline
}
.form .form__blockBox a:hover {
  text-decoration: none
}
.form input[type="text"], .form textarea {
  border: 2px solid #F1F1F1;
  padding: .9375rem;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.form input[type="text"].short, .form textarea.short {
  width: 7.5rem
}
.form input[type="text"].exshort, .form textarea.exshort {
  width: 3.75rem
}
.form .form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.75rem
}
@media (max-width: 640px) {
  .form .form-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.form .form-btn .btn-grade {
  width: 22.5rem;
  margin: 0 1em
}
@media (max-width: 640px) {
  .form .form-btn .btn-grade {
    width: 16.875rem;
    margin: 1em auto
  }
}
.form .form-btn .btn-white {
  width: 22.5rem;
  margin: 0 1em
}
@media (max-width: 640px) {
  .form .form-btn .btn-white {
    width: 16.875rem;
    margin: 1em auto
  }
}
.form-select {
  border: 2px solid #F1F1F1;
  overflow: hidden;
  background: #ffffff;
  position: relative
}
.form-select:after {
  content: '';
  width: .625rem;
  height: .3125rem;
  display: block;
  background: url("../img/icon-arrow-bk.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto;
  pointer-events: none
}
.form-select select {
  width: 100%;
  padding: 1.25rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-justify-content: center;
          justify-content: center;
  */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin:0 -.3125rem;
}
@media (max-width: 640px) {
  .form-check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.form-check + h4 {
  margin-top: 1.25rem;
  margin-bottom: .3125rem
}
.form-check + p {
  margin-top: 1.25rem
}
.form-check .horizontal-item {
  margin: .625rem 0.625em
}
@media (max-width: 640px) {
  .form-check .horizontal-item {
    margin: .5em 0
  }
}
.form-calendar {
  margin-bottom: 1.25rem
}
.form-sample {
  margin-top: 1em;
  margin-left: 1em;
  color: #808080;
  line-height: 1.6;
  font-size: .75rem
}
.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: .625rem 0;
  position: relative;
}
.form-flex .error {
    position: absolute;
    width: 100%;
    bottom: -1.25rem;
}
.form-flex .form-check {
  width: 10rem;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.form-flexBtn {
  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
}
@media (max-width: 640px) {
  .form-flexBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.form-flexBtn a {
  width: calc(100% / 3 - 1.25rem);
  margin: 0 .625rem;
  height: 3.125rem
}
@media (max-width: 640px) {
  .form-flexBtn a {
    width: 16.875rem;
    margin: .625rem 0
  }
}
.req {
  font-size: .675rem;
  background: #e60012;
  font-weight: 700;
  padding: .125rem .1875rem;
  color: #F1F1F1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.5em;
  height: 1.3125rem
}
@media (max-width: 640px) {
  .mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0;
  }
}

.sidemenu {
  margin-bottom: 6.25rem
}
.sidemenu .sidemenu__header {
  position: relative;
  height: 26.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9.0625rem;
  margin-bottom: 3.75rem !important;
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__header {
    height: 29.6875rem;
    margin-bottom: 3.75rem
  }
}
.sidemenu .sidemenu__header .sidemenu__header-mv {
  width: 56%;
  height: 26.875rem;
  position: absolute;
  top: 0;
  right: 0
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__header .sidemenu__header-mv {
    width: 100%;
    height: 29.6875rem
  }
}
.sidemenu .sidemenu__header .sidemenu__header-mv img {
  width: 100%;
  height: 26.875rem;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__header .sidemenu__header-mv img {
    height: 29.6875rem
  }
}
.sidemenu .sidemenu__header .sidemenu__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.sidemenu .sidemenu__header .sidemenu__header-text .sidemenu__header-textInner {
  width: 25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2.5rem;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__header .sidemenu__header-text .sidemenu__header-textInner {
    width: 80%;
    height: 13.4375rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #FFF;
    padding: 1.875rem;
    font-size: .75rem
  }
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__header .sidemenu__header-text .sidemenu__header-textInner h1 {
    font-size: 1.25rem;
    margin-bottom: 1.875rem
  }
  .sidemenu .sidemenu__header .sidemenu__header-text .sidemenu__header-textInner h1 span {
    font-size: .75rem
  }
}
.sidemenu .sidemenu__header .sidemenu__header-text .common-pageTtl {
  margin-bottom: 3.75rem
}
.sidemenu .sidemenu__block {
  margin-bottom: 3.75rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block {
    margin-bottom: 2.8125rem
  }
}
.sidemenu .sidemenu__block h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3cc47c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.75rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block h2 {
    font-size: 1.375rem;
    margin-bottom: 1.875rem
  }
}
.sidemenu .sidemenu__block h2 i {
  display: block;
  width: 5rem;
  text-align: center;
  margin-bottom: .9375rem
}
.sidemenu .sidemenu__block h3 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.875rem
}
.sidemenu .sidemenu__block h4 {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem
}
.sidemenu .sidemenu__block p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.sidemenu .sidemenu__block p:not(:last-child) {
  margin-bottom: 1.25rem
}
.sidemenu .sidemenu__block .sidemenu__block-1col {
  padding-top: 3.75rem;
  border-top: 1px solid #000
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__block-1col {
    padding-top: 1.875rem
  }
}
.sidemenu .sidemenu__block .sidemenu__block-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__block-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.sidemenu .sidemenu__block .sidemenu__block-2col .sidemenu__block-box {
  width: 28.75rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__block-2col .sidemenu__block-box {
    width: 100%;
    padding-bottom: 2.8125rem
  }
}
.sidemenu .sidemenu__block .sidemenu__block-2col .sidemenu__block-box h3 {
  border-top: 1px solid #000;
  padding-top: 1.875rem
}
.sidemenu .sidemenu__block .sidemenu__block-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__block-3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.sidemenu .sidemenu__block .sidemenu__block-3col .sidemenu__block-box {
  width: 18.4375rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__block-3col .sidemenu__block-box {
    width: 100%;
    padding-bottom: 2.8125rem
  }
}
.sidemenu .sidemenu__block .sidemenu__block-3col .sidemenu__block-box h3 {
  border-top: 1px solid #000;
  padding-top: 1.875rem
}
.sidemenu .sidemenu__block .sidemenu__block-box .sidemenu__boxlink {
  border: 1px solid #e5e5e5;
/*  height: 14.375rem; */
  height: 16rem;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.5625rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__block-box .sidemenu__boxlink {
    height: auto
  }
}
.sidemenu .sidemenu__block .sidemenu__block-box .sidemenu__boxlink:hover {
  opacity: 0.7
}
.sidemenu .sidemenu__block .sidemenu__block-box .sidemenu__boxlink span {
  position: absolute;
  bottom: 1.25rem;
  right: .625rem;
  color: #3cc47c;
  text-decoration: underline;
  font-size: .8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__block-box .sidemenu__boxlink span {
    position: static;
    margin-top: 1.25rem
  }
}
.sidemenu .sidemenu__block .sidemenu__block-box .sidemenu__boxlink span:before {
  content: '';
  background: url("../img/icon-window-green.svg") no-repeat;
  background-size: contain;
  width: .875rem;
  height: .875rem;
  display: block;
  margin-right: .625rem
}
.sidemenu .sidemenu__block .sidemenu__imgHeader {
  height: 12.5rem;
  position: relative;
  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;
  margin-bottom: 2.5rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__imgHeader {
    height: 9.375rem
  }
}
.sidemenu .sidemenu__block .sidemenu__imgHeader h3 {
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4
}
.sidemenu .sidemenu__block .sidemenu__imgHeader figure {
  width: 100%;
  height: 12.5rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__imgHeader figure {
    height: 9.375rem
  }
}
.sidemenu .sidemenu__block .sidemenu__imgHeader figure img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__imgHeader figure img {
    height: 9.375rem
  }
}
.sidemenu .sidemenu__block .sidemenu__2colBtn {
  margin-bottom: 2.5rem
}
.sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-box:last-child {
  padding-top: 2.5rem;
  border-bottom: 0
}
.sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-boxText h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2125rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-boxText h4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4
  }
}
.sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-boxText h4 small {
  font-size: .98rem
}
.sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-boxText a {
  color: #3cc47c;
  text-decoration: underline
}
.sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-boxText a:hover {
  text-decoration: none
}
.sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-boxText p {
  padding-right: 1.875rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-boxText p {
    padding-right: 0
  }
}
.sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-boxBtn {
  width: 22.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: .9375rem;
  margin-top: auto
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__block .sidemenu__2colBtn .sidemenu__2colBtn-boxBtn {
    width: 16.875rem;
    margin: 1.5625rem auto 0 auto
  }
}
.sidemenu .sidemenu__counter {
  border: 1px solid #000;
  padding: 3.75rem 2.5rem;
  margin: 4.375rem 0 7.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__counter {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 2.8125rem 0
  }
}
.sidemenu .sidemenu__counter .sidemenu__counter-text {
  width: 30rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__counter .sidemenu__counter-text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.sidemenu .sidemenu__counter .sidemenu__counter-text h3 {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 1.25rem
}
.sidemenu .sidemenu__counter .sidemenu__counter-text ul {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.6;
  margin: 1.875rem 0 0 1.5em
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__counter .sidemenu__counter-text ul {
    margin-bottom: 1.25rem
  }
}
.sidemenu .sidemenu__counter .sidemenu__counter-text a {
  color: #3cc47c;
  text-decoration: underline
}
.sidemenu .sidemenu__counter .sidemenu__counter-text a:hover {
  text-decoration: none
}
.sidemenu .sidemenu__counter .sidemenu__counter-image {
  width: 22.8125rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__counter .sidemenu__counter-image {
    width: 100%;
    margin-bottom: 1.5625rem
  }
}
.sidemenu .sidemenu__counter .sidemenu__counter-btn {
  width: 22.5rem;
  margin-bottom: 3.75rem;
  margin-top: 1.25rem;
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__counter .sidemenu__counter-btn {
    width: 16.875rem;
    margin: 0 auto 1.875rem auto
  }
}
.sidemenu .sidemenu__counter .sidemenu__counter-btn .btn-green {
  color: #FFF;
  text-decoration: none;
  border-radius: 0
}
.sidemenu .sidemenu__counter .sidemenu__counter-btn .btn-green:hover {
  color: #3cc47c
}
.sidemenu .sidemenu__servicebox {
  border: 1px solid #000;
  padding: 2.5rem 5rem;
  margin-bottom: 7.5rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__servicebox {
    margin-bottom: 3.75rem;
    padding: 1.25rem
  }
}
.sidemenu .sidemenu__servicebox p {
  text-align: center;
  margin-bottom: 1.875rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__servicebox p {
    text-align: left;
    font-size: .8125rem
  }
}
.sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col .sidemenu__servicebox-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5625rem
}
.sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col .sidemenu__servicebox-text dt {
  width: 5.9375rem;
  margin-right: 1.25rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col .sidemenu__servicebox-text dt {
    width: 4.0625rem;
    margin-right: .625rem
  }
}
.sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col .sidemenu__servicebox-text dd {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col .sidemenu__servicebox-text strong {
  font-size: 1.25rem;
  margin-bottom: .625rem;
  display: block
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col .sidemenu__servicebox-text strong {
    font-size: 1rem
  }
}
.sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col .sidemenu__servicebox-btn {
  width: 22.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: .9375rem
}
@media (max-width: 640px) {
  .sidemenu .sidemenu__servicebox .sidemenu__servicebox-2col .sidemenu__servicebox-btn {
    width: 100%;
    margin: auto
  }
}
.news__side{
  width: 14.6875em;
}
@media (max-width: 640px) {
  .news__side{
    width: 100%;
  }
}
.news__side .side-box{
  margin-bottom: 2.8125rem;
  font-size: .875rem;
}
.news__side .side-box h2{
  font-weight: 700;
  padding-bottom: .975rem;
  border-bottom: 1px solid #3cc47c;
  margin-bottom: 0.975rem;
}
.news__side .side-box h3{
  font-size: .8125rem;
}
.news__side .side-box ul li{
  margin-bottom: 0.625rem;
  line-height: 1.4;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #efefef;
}
.news__side .side-box ul li:last-child{
  margin-bottom: 0;
}
.news__side .side-box ul li .child{
  margin-top: 0.625rem;
  margin-left: 1em;
}
.news__side .side-box ul li .child li{
  border-bottom: 0;
  margin-bottom: 0.3125rem;
}
.news__side .side-box ul li .child li:before{
  content:'-';
}
.news__side .side-box .blog-meta{
  font-size: .75rem;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.news__side .side-box .blog-meta time{
  margin-right: 1em;
  font-weight: 700;
}
.news__side .side-box .blog-meta .cat{
  font-size: .625rem;
  border: 1px solid #E5E5E5;
    height: 1.5625rem;
    display: inline-flex;
    padding: 0 .625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 1.875rem;
    margin-right: 1em;
    font-weight: 700;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.omakase .omakase-bkBlock {
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  padding: 7.8125rem 0;
  position: relative
}
.omakase .omakase-grttl {
  font-size: 2.625rem;
  font-weight: 300;
  margin-bottom: 5rem;
  padding-bottom: 1.5625rem;
  position: relative;
  color: #3cc47c;
  line-height: 1.4
}
@media (max-width: 640px) {
  .omakase .omakase-grttl {
    font-size: 1.875rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin-bottom: 2.5rem
  }
}
.omakase .omakase-grttl:after {
  content: '';
  width: 2.5rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto
}
.omakase .omakase-grttl.is-center {
  text-align: center
}
.omakase .omakase-grttl.is-center:after {
  right: 0
}
.omakase .omakase__about .omakase__about-topImage {
  position: absolute;
  top: 0;
  right: 0
}
@media (max-width: 640px) {
  .omakase .omakase__about .omakase__about-topImage {
    position: static;
    margin-bottom: 2.5rem
  }
}
@media (max-width: 640px) {
  .omakase .omakase__about.omakase-bkBlock {
    padding: 0
  }
}
.omakase .omakase__about .omakase__about-bottomImage {
  position: absolute;
  bottom: 0;
  left: 0
}
@media (max-width: 640px) {
  .omakase .omakase__about .omakase__about-bottomImage {
    position: static;
    margin-top: 2.5rem
  }
}
.omakase .omakase__about .omakase__about-inner .desc {
  text-align: center;
  margin: -3.125rem 0 3.75rem 0
}
@media (max-width: 640px) {
  .omakase .omakase__about .omakase__about-inner .desc {
    margin: 0 0 1.875rem 0
  }
}
.omakase .omakase__about .omakase__about-cards {
  margin: 0 -.3125rem 7.1875rem -.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10
}
@media (max-width: 640px) {
  .omakase .omakase__about .omakase__about-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 3.4375rem 0
  }
}
.omakase .omakase__about .omakase__about-cards:last-child {
  margin-bottom: 0
}
.omakase .omakase__about .omakase__about-cards h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 -.625rem 1.5625rem -.625rem
}
@media (max-width: 640px) {
  .omakase .omakase__about .omakase__about-cards h3 {
    font-weight: 1.375rem
  }
}
.omakase .omakase__about .omakase__about-cards i {
  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;
  height: 5.3125rem;
  text-align: center;
  margin: 0 auto 1.25rem auto
}
.omakase .omakase__about .omakase__about-cards li {
  background: #FFF;
  width: calc(100% / 3 - .625rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.8125rem 1.5625rem;
  margin: .3125rem
}
@media (max-width: 640px) {
  .omakase .omakase__about .omakase__about-cards li {
    width: 100%;
    margin: .625rem 0
  }
}
.omakase .omakase__counter {
  padding: 6.25rem 0 0 0
}
.omakase .omakase__counter h3 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.5rem
}
@media (max-width: 640px) {
  .omakase .omakase__counter h3 {
    font-size: 1.375rem
  }
}
.omakase .omakase__counter h3 span {
  font-size: 1.25rem;
  display: block;
  margin-bottom: .9375rem;
  font-family: "Montserrat", sans-serif
}
@media (max-width: 640px) {
  .omakase .omakase__counter h3 span {
    font-size: 1.125rem
  }
}
.omakase .omakase__counter .omakase__counter-casebox {
  margin-bottom: 4.6875rem
}
@media (max-width: 640px) {
  .omakase .omakase__counter .omakase__counter-casebox {
    margin-bottom: 2.8125rem
  }
}
.omakase .omakase__counter .omakase__counter-comment {
  text-align: center;
  margin-bottom: 1.5625rem
}
.omakase .omakase__counter .omakase__counter-comment p {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.25rem 0;
  position: relative;
  margin-bottom: 1.875rem
}
.omakase .omakase__counter .omakase__counter-comment p:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .625rem .46875rem 0 .46875rem;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -.625rem;
  left: 0;
  right: 0;
  margin: auto
}
.omakase .omakase__counter .omakase__counter-comment p:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .625rem .46875rem 0 .46875rem;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  right: 0;
  margin: auto
}
.omakase .omakase__counter .omakase__counter-comment figure {
  text-align: center
}
.omakase .omakase__counter .omakase__counter-comment figure figcaption {
  margin-top: .625rem
}
.omakase .omakase__counter .omakase__counter-answer {
  background: #EBF9F2;
  padding: 1.875rem 5rem
}
@media (max-width: 640px) {
  .omakase .omakase__counter .omakase__counter-answer {
    padding: 1.875rem
  }
}
.omakase .omakase__counter .omakase__counter-answer .att {
  font-size: .75rem;
  margin-top: 1.5625rem
}
.omakase .omakase-flow .omakase__flow-topImage {
  position: absolute;
  top: 0;
  right: 0
}
@media (max-width: 640px) {
  .omakase .omakase-flow .omakase__flow-topImage {
    position: static;
    margin-bottom: 2.5rem
  }
}
@media (max-width: 640px) {
  .omakase .omakase-flow.omakase-bkBlock {
    padding: 0 0 2.8125rem 0
  }
}
.omakase .omakase-flow .omakase__flow-inner {
  position: relative;
  z-index: 10
}
.omakase .omakase-flow .omakase__flow-chart .omakase__flow-box {
  background: #FFF;
  padding: 2.5rem 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .625rem
}
@media (max-width: 640px) {
  .omakase .omakase-flow .omakase__flow-chart .omakase__flow-box {
    padding: 1.25rem
  }
}
.omakase .omakase-flow .omakase__flow-chart .omakase__flow-box dt {
  padding-right: 3.125rem
}
@media (max-width: 640px) {
  .omakase .omakase-flow .omakase__flow-chart .omakase__flow-box dt {
    width: 3.4375rem
  }
}
.omakase .omakase-flow .omakase__flow-chart .omakase__flow-box dt img {
  width: auto;
  height: 3.4375rem
}
@media (max-width: 640px) {
  .omakase .omakase-flow .omakase__flow-chart .omakase__flow-box dt img {
    max-width: 2.0625rem;
    height: 2.0625rem
  }
}
.omakase .omakase-flow .omakase__flow-chart .omakase__flow-box dd {
  padding-left: 3.125rem;
  border-left: 1px solid #000
}
@media (max-width: 640px) {
  .omakase .omakase-flow .omakase__flow-chart .omakase__flow-box dd {
    padding-left: 1.5625rem;
    font-size: .75rem
  }
}
.omakase .omakase-flow .omakase__flow-chart .omakase__flow-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5625rem
}
@media (max-width: 640px) {
  .omakase .omakase-flow .omakase__flow-chart .omakase__flow-box h3 {
    font-size: 1.25rem;
    margin-bottom: .9375rem
  }
}
.omakase .omakase-flow .omakase__flow-chart .omakase__flow-box a {
  color: #3cc47c;
  text-decoration: underline;
  font-weight: 700
}
.omakase .omakase-flow .omakase__flow-chart .omakase__flow-box a:hover {
  text-decoration: none
}
.omakase .omakase__footer {
  padding: 3.75rem 0;
  text-align: center
}
.omakase .omakase__footer h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5625rem
}
@media (max-width: 640px) {
  .omakase .omakase__footer h3 {
    font-size: 1.375rem;
    line-height: 1.4
  }
}
.omakase .omakase__footer .omakase-tel {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.omakase .omakase__footer .omakase-tel:hover {
  text-decoration: none;
  color: #3cc47c
}
.omakase .omakase__footer .omakase__footer-btn {
  width: 22.5rem;
  margin: 0 auto 2.1875rem auto
}
@media (max-width: 640px) {
  .omakase .omakase__footer .omakase__footer-btn {
    width: 16.875rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
  }
}
.support {
  margin-bottom: 6.25rem
}
.support .support-bkBlock {
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  padding: 7.8125rem 0 0 0;
  position: relative
}
@media (max-width: 640px) {
  .support .support-bkBlock {
    padding: 0
  }
}
.support .support-bkBlock .support-topImage {
  position: absolute;
  top: 0;
  right: 0
}
@media (max-width: 640px) {
  .support .support-bkBlock .support-topImage {
    position: static;
    margin-bottom: 2.5rem
  }
}
.support .support-grttl {
  font-size: 2.625rem;
  font-weight: 300;
  margin-bottom: 5rem;
  padding-bottom: 1.5625rem;
  position: relative;
  color: #3cc47c;
  line-height: 1.4
}
@media (max-width: 640px) {
  .support .support-grttl {
    font-size: 1.875rem;
    margin-bottom: 2.5rem
  }
}
.support .support-grttl span {
  font-size: 1.5rem;
  display: block
}
.support .support-grttl:after {
  content: '';
  width: 2.5rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#1ba4de), to(#3cc47c));
  background: linear-gradient(90deg, #1ba4de 0%, #3cc47c 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto
}
.support .support-grttl.is-center {
  text-align: center
}
.support .support-grttl.is-center:after {
  right: 0
}
.support .support__reason {
  margin-bottom: 7.1875rem
}
@media (max-width: 640px) {
  .support .support__reason {
    margin-bottom: 3.4375rem
  }
}
.support .support__system {
  margin-bottom: 7.1875rem;
  position: relative
}
@media (max-width: 640px) {
  .support .support__system {
    margin-bottom: 3.4375rem
  }
}
.support .support__system .support__system-banner {
  margin-bottom: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw
}
@media (max-width: 640px) {
  .support .support__system .support__system-banner {
    position: static;
    margin-bottom: 1.875rem
  }
}
.support .support__system .support__system-banner figure {
  width: 52%
}
@media (max-width: 640px) {
  .support .support__system .support__system-banner figure {
    width: 100%
  }
}
.support .support__system .support__system-banner figure img {
  width: 100%;
  height: auto
}
.support .support__system .support-grttl {
  width: 18.9375rem;
  margin: 0 0 5.3125rem auto;
  padding-top: 3.75rem
}
@media (max-width: 640px) {
  .support .support__system .support-grttl {
    padding-top: 0;
    margin-bottom: 2.5rem
  }
}
.support .support__system .support__system-2col {
  margin-bottom: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
@media (max-width: 640px) {
  .support .support__system .support__system-2col {
    margin-bottom: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.support .support__system .support__system-2col .support__system-2colBox {
  width: 49.5%;
  background: #FFF;
  padding: 2.5rem 1.5625rem 3.75rem 1.5625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .support .support__system .support__system-2col .support__system-2colBox {
    width: 100%;
    margin: .625rem 0;
    padding: 1.5625rem
  }
}
.support .support__system .support__system-2col .support__system-2colBox h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width: 640px) {
  .support .support__system .support__system-2col .support__system-2colBox h3 {
    font-size: 1.375rem
  }
}
.support .support__system .support__system-2col .support__system-2colBox h3 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 5.3125rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1.25rem auto
}
.support .support__system .support__system-chart {
  background: #FFF;
  padding: 2.5rem 7.5rem;
  margin-bottom: 6.25rem
}
@media (max-width: 640px) {
  .support .support__system .support__system-chart {
    padding: 1.25rem
  }
}
.support .support__system .support__system-chart p {
  margin-bottom: 1.875rem
}
.support .support__system .support__system-chart .support__system-chartBtn {
  width: 22.5rem;
  margin: 0 auto
}
@media (max-width: 640px) {
  .support .support__system .support__system-chart .support__system-chartBtn {
    width: 16.875rem
  }
}
.support .support__system h3 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.25rem
}
.support .support__cando {
  margin-bottom: 3.75rem
}
.support .support__hostory {
  margin-bottom: 6.25rem
}
@media (max-width: 640px) {
  .support .support__hostory {
    margin-bottom: 3.125rem
  }
}
.support .support__hostory h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem
}
.support .support__voice {
  height: 18.75rem;
  margin-bottom: 5.625rem;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF
}
.support .support__voice .support__voice-image {
  width: 100%;
  height: 18.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
@media (max-width: 640px) {
  .support .support__voice .support__voice-image img {
    width: 100%;
    height: 18.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
  }
}
.support .support__voice h2 {
  font-size: 2.625rem;
  font-weight: 300;
  margin-bottom: .625rem
}
@media (max-width: 640px) {
  .support .support__voice h2 {
    font-size: 2.25rem
  }
}
.support .support__voice p {
  font-size: 1.125rem;
  margin-bottom: 2.5rem
}
.support .support__faq h2 {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 2.5rem
}
.support .support__faq h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem
}
@media (max-width: 640px) {
  .support .support__faq h3 {
    font-size: 1.125rem;
    line-height: 1.4
  }
}
.support .support__faq .support__faqList {
  border-top: 1px solid #000;
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.support .support__faq .support__faqList.is-bottom {
  border-bottom: 1px solid #000;
  margin-bottom: 2.5rem
}
.support .support__faq .support__faqList dt {
  width: 8.125rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media (max-width: 640px) {
  .support .support__faq .support__faqList dt {
    width: 4.6875rem
  }
}
.support .support__faq .support__faqList dd {
  padding-left: 3.125rem;
  border-left: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 640px) {
  .support .support__faq .support__faqList dd {
    padding-left: .9375rem
  }
}
.support .support__faq .support__faqBtn {
  width: 22.5rem;
  margin: 0 auto
}
@media (max-width: 640px) {
  .support .support__faq .support__faqBtn {
    width: 16.875rem
  }
}
.support .support-cards {
  margin: 0 -.3125rem 7.1875rem -.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10
}
@media (max-width: 640px) {
  .support .support-cards {
    margin: 0 0 3.4375rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.support .support-cards:last-child {
  margin-bottom: 0
}
.support .support-cards h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 -.625rem 1.5625rem -.625rem
}
@media (max-width: 640px) {
  .support .support-cards h3 {
    font-size: 1.25rem
  }
}
.support .support-cards i {
  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;
  height: 5.3125rem;
  text-align: center;
  margin: 0 auto 1.25rem auto
}
.support .support-cards li {
  background: #FFF;
  width: calc(100% / 3 - .625rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.8125rem 1.5625rem;
  margin: .3125rem
}
@media (max-width: 640px) {
  .support .support-cards li {
    width: 100%;
    padding: 1.25rem;
    margin: .625rem 0
  }
}
.support .support-4cards {
  margin: 0 -.3125rem .625rem -.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10
}
@media (max-width: 640px) {
  .support .support-4cards {
    margin: 0 0 .625rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.support .support-4cards:last-child {
  margin-bottom: 0
}
.support .support-4cards h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 -.625rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media (max-width: 640px) {
  .support .support-4cards h3 {
    font-size: .8125rem
  }
}
.support .support-4cards h3 + p {
  margin-top: 1.5625rem
}
.support .support-4cards i {
  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;
  height: 5.3125rem;
  text-align: center;
  margin: 0 auto 1.25rem auto
}
.support .support-4cards li {
  background: #FFF;
  width: calc(100% / 4 - .625rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.8125rem 1.5625rem;
  margin: .3125rem;
  text-align: center
}
@media (max-width: 640px) {
  .support .support-4cards li {
    width: 48.5%;
    padding: 1.25rem .625rem;
    margin: .3125rem 0
  }
}
.support .support-4cards li:first-child {
  width: 100%
}
.support .support-4cards li:first-child h3 {
  font-size: 1.5rem
}
.webregister .webregister__intro {
  padding-top: 5.3125rem;
  margin-bottom: 6.25rem;
  position: relative
}
@media (max-width: 640px) {
  .webregister .webregister__intro {
    padding-top: 0;
    margin-bottom: 3.125rem
  }
}
.webregister .webregister__intro .webregister__intro-mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1
}
@media (max-width: 640px) {
  .webregister .webregister__intro .webregister__intro-mv {
    position: static;
    text-align: center;
    margin-bottom: 1.5625rem
  }
}
.webregister .webregister__intro .webregister__intro-mv img {
  width: 100%;
  height: 37.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom
}
@media (max-width: 640px) {
  .webregister .webregister__intro .webregister__intro-mv img {
    height: 9.375rem
  }
}
.webregister .webregister__intro h2 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3.75rem
}
@media (max-width: 640px) {
  .webregister .webregister__intro h2 {
    font-size: 1.3125rem;
    margin-bottom: 1.875rem
  }
}
.webregister .webregister__intro .webregister__intro-check {
  background: #FFF;
  padding: 1.5625rem 5rem 5rem 5rem
}
@media (max-width: 640px) {
  .webregister .webregister__intro .webregister__intro-check {
    padding: 0 0 2.5rem 0
  }
}
.webregister .webregister__intro .webregister__intro-check li {
  padding: 1.5625rem 0 1.5625rem 7.8125rem;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 640px) {
  .webregister .webregister__intro .webregister__intro-check li {
    padding-left: 0;
    line-height: 1.4;
    font-size: .825rem
  }
}
.webregister .webregister__intro .webregister__intro-check li:before {
  content: '';
  width: 1.75rem;
  height: 1.4375rem;
  display: block;
  background: url("../img/icon-check.svg") no-repeat;
  background-size: contain;
  margin-right: .9375rem
}
@media (max-width: 640px) {
  .webregister .webregister__intro .webregister__intro-check li:before {
    width: 1.125rem;
    height: .8125rem;
    margin-right: .625rem
  }
}
.webregister .webregister__cta .webregister__cta-link {
  background: #3cc47c;
  padding: 3.4375rem 0;
  position: relative
}
@media (max-width: 640px) {
  .webregister .webregister__cta .webregister__cta-link {
    padding: 1.875rem 0
  }
}
.webregister .webregister__cta .webregister__cta-link:after {
  content: '';
  width: 1px;
  height: calc(100% - 6.875rem);
  background: #FFF;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media (max-width: 640px) {
  .webregister .webregister__cta .webregister__cta-link:after {
    height: 1px;
    width: calc(100% - 2.5rem)
  }
}
.webregister .webregister__cta .webregister__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 640px) {
  .webregister .webregister__cta .webregister__cta-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.webregister .webregister__cta .webregister__cta-box {
  width: 22.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
@media (max-width: 640px) {
  .webregister .webregister__cta .webregister__cta-box {
    width: 100%;
    padding: 1.25rem 0
  }
}
.webregister .webregister__cta h2 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.875rem
}
.webregister .webregister__cta .webregister__cta-inquiry {
  padding: 3.75rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.webregister .webregister__cta .webregister__cta-inquiry .btn-grade {
  width: 22.5rem;
  margin: 0 auto
}
@media (max-width: 640px) {
  .webregister .webregister__cta .webregister__cta-inquiry .btn-grade {
    width: 16.875rem
  }
}
.webregister .webregister__body {
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  padding: 3.125rem 0 5rem 0
}
.webregister .webregister__body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem
}
@media (max-width: 640px) {
  .webregister .webregister__body h2 {
    font-size: 1.375rem
  }
}
.webregister .webregister__body .webregister__body-image {
  margin-bottom: 3.125rem;
  text-align: center
}
.webregister .webregister__body .webregister__body-image img {
  width: 100%;
  height: auto
}
@media (max-width: 640px) {
  .webregister .webregister__body .webregister__body-image img {
    height: 8.125rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
  }
}
.webregister .webregister__body .webregister__feature {
  margin-bottom: 3.125rem
}
.webregister .webregister__body .webregister__system .webregister__system-table {
  width: 100%;
  line-height: 1.6
}
.webregister .webregister__body .webregister__system .webregister__system-table tr {
  background: #FFF
}
.webregister .webregister__body .webregister__system .webregister__system-table tr:nth-child(even) {
  background: none
}
.webregister .webregister__body .webregister__system .webregister__system-table th {
  width: 13.4375rem;
  text-align: center;
  font-weight: 400;
  vertical-align: top;
  padding: 1.5625rem 0
}
@media (max-width: 640px) {
  .webregister .webregister__body .webregister__system .webregister__system-table th {
    display: block;
    width: 100%;
    padding: 1.25rem 1.25rem 0 1.25rem;
    font-weight: 700;
    text-align: left
  }
}
.webregister .webregister__body .webregister__system .webregister__system-table td {
  padding: 1.5625rem 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media (max-width: 640px) {
  .webregister .webregister__body .webregister__system .webregister__system-table td {
    display: block;
    width: 100%;
    padding: 1.25rem
  }
}
.webregister .webregister__body .webregister__system .webregister__system-table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1.3em;
  position: relative;
  line-height: 1.6;
  margin-bottom: .4375rem
}
.webregister .webregister__body .webregister__system .webregister__system-table ul li:before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0
}
.webregister .webregister__body .webregister-4cards {
  margin: 0 -.3125rem .625rem -.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10
}
@media (max-width: 640px) {
  .webregister .webregister__body .webregister-4cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 .625rem 0
  }
}
.webregister .webregister__body .webregister-4cards h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 -.625rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.webregister .webregister__body .webregister-4cards h3 + p {
  margin-top: 1.5625rem
}
.webregister .webregister__body .webregister-4cards i {
  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;
  height: 5.3125rem;
  text-align: center;
  margin: 0 auto 1.25rem auto
}
.webregister .webregister__body .webregister-4cards li {
  background: #FFF;
  width: calc(100% / 4 - .625rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.8125rem 1.5625rem;
  margin: .3125rem;
  text-align: center
}
@media (max-width: 640px) {
  .webregister .webregister__body .webregister-4cards li {
    width: 100%;
    padding: 1.25rem;
    margin: .3125rem 0
  }
}
.lp .lp-commonTtl {
  text-align: center;
  font-size: 3.75rem;
  margin-bottom: 4.0625rem;
  font-weight: 300;
  position: relative;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative
}
@media (max-width: 640px) {
  .lp .lp-commonTtl {
    font-size: 1.875rem;
    height: 8.125rem
  }
}
.lp .lp-commonTtl + .desc {
  text-align: center;
  margin: -1.875rem 0 4.0625rem
}
@media (max-width: 640px) {
  .lp .lp-commonTtl + .desc {
    font-size: .59375rem;
    padding: 0 1.25rem;
    margin-bottom: 2.1875rem
  }
}
.lp .lp-commonTtl.is-span {
  height: 18.75rem
}
@media (max-width: 640px) {
  .lp .lp-commonTtl.is-span {
    height: 14.375rem
  }
}
.lp .lp-commonTtl:after {
  content: '';
  width: 1px;
  height: 7.8125rem;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media (max-width: 640px) {
  .lp .lp-commonTtl:after {
    height: 3.625rem
  }
}
.lp .lp-commonTtl.is-noborder {
  height: auto
}
.lp .lp-commonTtl.is-noborder:after {
  display: none
}
.lp .lp-commonTtl span {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .lp .lp-commonTtl span {
    font-size: 1rem;
    margin-bottom: .625rem
  }
}
.lp .lp__intro {
  text-align: center;
  position: relative;
  padding-bottom: 3.75rem
}
@media (max-width: 640px) {
  .lp .lp__intro {
    padding-bottom: 1.875rem
  }
}
.lp .lp__intro h1 {
  margin-bottom: 1.875rem
}
.lp .lp__intro h1 img{
  width: 15.75rem;
  height: auto;
}
.lp .lp__intro .desc {
  font-size: 1.625rem
}
@media (max-width: 640px) {
  .lp .lp__intro .desc {
    font-size: 1rem
  }
}
.lp .lp__reason {
  padding: 0 0 7.8125rem 0;
  background: url("../img/lp-bk-reason.png") no-repeat center top 4.375rem;
  background-size: cover
}
.lp .lp__reason .lp__reason-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5rem
}
@media (max-width: 640px) {
  .lp .lp__reason .lp__reason-inner {
    padding-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.lp .lp__reason .lp__reason-box {
  width: 30rem;
  height: 37.5rem;
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
  padding: 5.625rem 1.875rem 1.875rem 1.875rem;
  font-size: 1.25rem
}
@media (max-width: 640px) {
  .lp .lp__reason .lp__reason-box {
    width: 100%;
    height: auto;
    min-height: 22.5rem;
    padding: 4.0625rem 1.5625rem 1.5625rem 1.5625rem;
    margin-bottom: 2.5rem
  }
}
.lp .lp__reason .lp__reason-box:nth-child(even) {
  margin-top: 5rem
}
@media (max-width: 640px) {
  .lp .lp__reason .lp__reason-box:nth-child(even) {
    margin-top: 0
  }
}
.lp .lp__reason h3 {
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
  height: 5.625rem;
  line-height: 1.4;
  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
}
@media (max-width: 640px) {
  .lp .lp__reason h3 {
    font-size: 1.25rem;
    height: auto;
    margin-bottom: 1.875rem
  }
}
.lp .lp__reason p {
  font-size: 1.25rem;
  line-height: 1.7
}
@media (max-width: 640px) {
  .lp .lp__reason p {
    font-size: .83125rem
  }
}
.lp .lp__reason p.is-small {
  margin-top: .4375rem;
  font-size: .9375rem;
  line-height: 1.6
}
@media (max-width: 640px) {
  .lp .lp__reason p.is-small {
    font-size: .625rem
  }
}
.lp .lp__reason i {
  color: #0031AF;
  font-size: 7.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  position: absolute;
  top: -2.1875rem;
  left: -1.5625rem
}
@media (max-width: 640px) {
  .lp .lp__reason i {
    font-size: 4.5rem;
    left: 0;
    top: -1.25rem
  }
}
.lp .lp__reason h3{

}
.lp .lp__reason h3 span{
  width: 3.75rem;
  margin: 0 .9375rem 0 0;
  display: block;
}
.lp .lp__reason h3 span img{
  width: 4.375rem;
  height: auto;
}
.lp .lp__reason ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1.3em;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7
}
@media (max-width: 640px) {
  .lp .lp__reason ul li {
    font-size: .83125rem
  }
}
/*
.lp .lp__reason ul li:before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0
}
*/
.lp .lp__reason .lp__reason-btn {
  width: 17.5rem;
  position: absolute;
  bottom: 0;
  right: 0
}
@media (max-width: 640px) {
  .lp .lp__reason .lp__reason-btn {
    width: 10.375rem
  }
  .lp .lp__reason .lp__reason-btn .btn-blue {
    height: 2.875rem;
    font-size: .625rem
  }
  .lp .lp__reason .lp__reason-btn .btn-blue:after {
    width: .4375rem;
    height: .25rem;
    bottom: .4375rem
  }
}
.lp .lp__cartoon {
  margin-top: 6.25rem;
  margin-bottom: 5rem
}
@media (max-width: 640px) {
  .lp .lp__cartoon {
    margin-top: 3.125rem;
    margin-bottom: 2.5rem
  }
}
.lp .lp__cartoon .lp__cartoon__body {
  background: #CCE7E8;
  padding: 5.625rem 0
}
@media (max-width: 640px) {
  .lp .lp__cartoon .lp__cartoon__body {
    padding: 3.125rem 0
  }
}
.lp .lp__cartoon .lp__cartoon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 640px) {
  .lp .lp__cartoon .lp__cartoon__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.lp .lp__cartoon .lp__cartoon__list li {
  width: 18.75rem;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6)
}
@media (max-width: 640px) {
  .lp .lp__cartoon .lp__cartoon__list li {
    width: 13.5rem;
    margin: .78125rem auto
  }
}
.lp .lp__cartoon .lp__cartoon__list h3 {
  background: #202A53;
  height: 9.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yusei Magic", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6
}
@media (max-width: 640px) {
  .lp .lp__cartoon .lp__cartoon__list h3 {
    height: 6.875rem;
    font-size: 1rem
  }
}
.lp .lp__cartoon .lp__cartoon__list h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: .8125rem;
  border-bottom: 2px solid #fff;
  margin-bottom: .3125rem
}
@media (max-width: 640px) {
  .lp .lp__cartoon .lp__cartoon__list h3 span {
    font-size: .625rem
  }
}
.lp .lp__cartoon .lp__cartoon__list .cartoon-img {
  background: #FFF;
  padding: 1.5625rem;
  text-align: center
}
.lp .lp__counter {
  margin-bottom: 5rem
}
@media (max-width: 640px) {
  .lp .lp__counter {
    margin-bottom: 2.5rem
  }
}
.lp .lp__counter .lp__counter-body {
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 164, 222, 0.1)), to(rgba(60, 196, 124, 0.1)));
  background: linear-gradient(90deg, rgba(27, 164, 222, 0.1) 0%, rgba(60, 196, 124, 0.1) 100%);
  padding: 3.75rem 0
}
@media (max-width: 640px) {
  .lp .lp__counter .lp__counter-body {
    padding: 1.875rem 1.25rem
  }
}
.lp .lp__counter .lp__counter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 640px) {
  .lp .lp__counter .lp__counter-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.lp .lp__counter .lp__counter-inner .lp__counter-text {
  width: 50%;
  padding-right: 4.375rem
}
@media (max-width: 640px) {
  .lp .lp__counter .lp__counter-inner .lp__counter-text {
    width: 100%;
    padding-right: 0
  }
}
.lp .lp__counter .lp__counter-inner .lp__counter-image {
  width: 50%
}
.lp .lp__counter h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2.1875rem
}
@media (max-width: 640px) {
  .lp .lp__counter h3 {
    font-size: 1.125rem;
    margin-bottom: 1.5625rem
  }
}
.lp .lp__counter ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: .9375rem;
  font-weight: 700;
  padding-left: 2.1875rem;
  position: relative
}
@media (max-width: 640px) {
  .lp .lp__counter ul li {
    font-size: .6875rem;
    padding-left: 1.5625rem
  }
}
.lp .lp__counter ul li:before {
  content: '';
  width: 1.6875rem;
  height: 1.4375rem;
  display: block;
  background: url("../img/icon-check-blue.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0
}
@media (max-width: 640px) {
  .lp .lp__counter ul li:before {
    width: 1.09375rem;
    height: .9375rem
  }
}
.lp .lp__company {
  background: url("../img/lp-bk-company.svg") no-repeat center top 16.875rem;
  background-size: 100%
}
@media (max-width: 640px) {
  .lp .lp__company {
    background: url("../img/lp-bk-company-sp.svg") no-repeat center top 9.375rem;
    background-size: auto 100%;
    padding-bottom: 5rem
  }
}
.lp .lp__company .lp-commonTtl {
  margin-bottom: 6.875rem
}
@media (max-width: 640px) {
  .lp .lp__company .lp-commonTtl {
    margin-bottom: 3.125rem;
    line-height: 1.5
  }
}
.lp .lp__company .lp__company-block {
  position: relative
}
.lp .lp__company .lp__company-block h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  line-height: 1.6
}
@media (max-width: 640px) {
  .lp .lp__company .lp__company-block h3 {
    font-size: 1.1875rem
  }
}
.lp .lp__company .lp__company-block h3 i {
  display: block;
  margin-bottom: 1.875rem
}
.lp .lp__company .lp__company-block h3 i img {
  width: auto;
  height: 6.75rem
}
.lp .lp__company .lp__company-block h3 + .desc {
  text-align: center;
  margin-top: -1.5625rem;
  margin-bottom: 1.875rem
}
.lp .lp__company .lp__company-block .is-blockCompany {
  position: relative;
  margin-bottom: 3.4375rem
}
.lp .lp__company .lp__company-block .is-blockCompany .is-blockCompany-illust01 {
  width: 16.3125rem;
  height: 20.0625rem;
  position: absolute;
  top: -4.375rem;
  left: -7.5rem
}
@media (max-width: 640px) {
  .lp .lp__company .lp__company-block .is-blockCompany .is-blockCompany-illust01 {
    width: 8.125rem;
    height: 10.0625rem;
    top: -2.5rem;
    left: .625rem
  }
}
.lp .lp__company .lp__company-block .is-blockCompany .is-blockCompany-illust02 {
  width: 5.8125rem;
  height: 12.25rem;
  position: absolute;
  top: 6.875rem;
  right: -1.5625rem;
  z-index: 10
}
@media (max-width: 640px) {
  .lp .lp__company .lp__company-block .is-blockCompany .is-blockCompany-illust02 {
    width: 2.875rem;
    height: 6.125rem;
    right: .625rem
  }
}
.lp .lp__company .lp__company-block .is-blockAdvantage {
  position: relative;
  margin-bottom: 3.4375rem
}
.lp .lp__company .lp__company-block .is-blockAdvantage .is-blockCompany-illust03 {
  width: 11.3125rem;
  height: 13.875rem;
  position: absolute;
  top: 0;
  left: -5rem
}
@media (max-width: 640px) {
  .lp .lp__company .lp__company-block .is-blockAdvantage .is-blockCompany-illust03 {
    width: 5.625rem;
    height: 6.875rem;
    left: 1.25rem;
    top: -1.875rem
  }
}
.lp .lp__company .lp__company-block .is-blockAdvantage .is-blockCompany-illust04 {
  width: 3.1875rem;
  height: 12.9375rem;
  position: absolute;
  top: 5rem;
  right: 3.75rem;
  z-index: 10
}
@media (max-width: 640px) {
  .lp .lp__company .lp__company-block .is-blockAdvantage .is-blockCompany-illust04 {
    width: 1.5625rem;
    height: 6.4375rem;
    top: 1.25rem;
    right: 2.5rem
  }
}
.lp .lp__company .lp__company-block .is-blockVoice {
  position: relative;
  padding-bottom: 6.25rem
}
.lp .lp__company .lp__company-block .is-blockVoice .is-blockCompany-illust05 {
  width: 4.9375rem;
  height: 14.3125rem;
  position: absolute;
  top: -1.875rem;
  left: 5rem
}
@media (max-width: 640px) {
  .lp .lp__company .lp__company-block .is-blockVoice .is-blockCompany-illust05 {
    width: 2.5rem;
    height: 7.1875rem;
    top: 0;
    left: 1.25rem
  }
}
.lp .lp__company .lp__company-block .is-blockVoice .is-blockCompany-illust06 {
  width: 11.25rem;
  height: 16.5rem;
  position: absolute;
  top: -.375rem;
  right: -1.25rem;
  z-index: 10
}
@media (max-width: 640px) {
  .lp .lp__company .lp__company-block .is-blockVoice .is-blockCompany-illust06 {
    width: 5.625rem;
    height: 8.25rem;
    right: 1.25rem;
    top: -2.5rem
  }
}
.lp .lp__company .lp__company-block .is-blockVoice .is-blockCompany-illust07 {
  width: 14.125rem;
  height: 13.75rem;
  position: absolute;
  bottom: 0;
  left: -7.8125rem
}
@media (max-width: 640px) {
  .lp .lp__company .lp__company-block .is-blockVoice .is-blockCompany-illust07 {
    width: 7.0625rem;
    height: 6.875rem;
    left: 2.5rem;
    bottom: -2.5rem
  }
}
.lp .lp__company .lp__company-block .is-blockVoice .is-blockCompany-illust08 {
  width: 4.6875rem;
  height: 14.0625rem;
  position: absolute;
  bottom: 6.25rem;
  right: -3.125rem;
  z-index: 10
}
@media (max-width: 640px) {
  .lp .lp__company .lp__company-block .is-blockVoice .is-blockCompany-illust08 {
    width: 2.34375rem;
    height: 7.03125rem;
    right: 3.75rem;
    bottom: -6.25rem
  }
}
.lp .lp__company .lp__copmany-4cards {
  margin: 0 -.625rem .625rem -.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10
}
@media (max-width: 640px) {
  .lp .lp__company .lp__copmany-4cards {
    margin: 0 0 .625rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.lp .lp__company .lp__copmany-4cards p {
  line-height: 1.5
}
.lp .lp__company .lp__copmany-4cards i {
  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;
  height: 5.3125rem;
  text-align: center;
  margin: 0 auto 1.25rem auto
}
@media (max-width: 640px) {
  .lp .lp__company .lp__copmany-4cards i {
    height: 4.6875rem
  }
}
.lp .lp__company .lp__copmany-4cards li {
  background: #FFF;
  width: calc(100% / 4 - 1.25rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.8125rem 1.5625rem;
  margin: 0 .625rem;
  text-align: center
}
@media (max-width: 640px) {
  .lp .lp__company .lp__copmany-4cards li {
    width: 48.5%;
    margin: .3125rem 0;
    height: 12.5rem;
    padding: 0 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .lp .lp__company .lp__copmany-4cards li p {
    font-size: .6875rem
  }
  .lp .lp__company .lp__copmany-4cards li i {
    height: 2.9375rem;
    margin-bottom: 1.875rem
  }
}
.lp .lp__company .lp__advantage-list li {
  background: #FFF;
  padding: .9375rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 640px) {
  .lp .lp__company .lp__advantage-list li {
    font-size: .75rem;
    padding: .625rem .9375rem
  }
}
.lp .lp__company .lp__advantage-list li:nth-child(even) {
  background: none
}
.lp .lp__company .lp__advantage-list span {
  font-family: "Roboto", sans-serif;
  color: #0031AF;
  font-size: 2.25rem
}
@media (max-width: 640px) {
  .lp .lp__company .lp__advantage-list span {
    font-size: 1.0625rem
  }
}
.lp .lp__company .lp__advantage-list span small {
  font-size: 1.125rem
}
@media (max-width: 640px) {
  .lp .lp__company .lp__advantage-list span small {
    font-size: .5rem
  }
}
.lp .lp__company .lp__voice-list {
  height: 18.75rem;
  overflow-y: scroll
}
.lp .lp__company .lp__voice-list::-webkit-scrollbar {
  width: 4px
}
.lp .lp__company .lp__voice-list::-webkit-scrollbar-track {
  background-color: #fff
}
.lp .lp__company .lp__voice-list::-webkit-scrollbar-thumb {
  background: #0031af
}
.lp .lp__company .lp__voice-list li {
  background: #FFF;
  padding: 1.5625rem 2.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media (max-width: 640px) {
  .lp .lp__company .lp__voice-list li {
    padding: .9375rem;
    font-size: .6875rem
  }
}
.lp .lp__company .lp__voice-list li:nth-child(even) {
  background: #EBF8FF
}
.lp .lp__company .lp__voice-list li p {
  line-height: 1.5
}
.lp .lp__company .lp__voice-list li p .is-name {
  font-weight: 700
}
.lp .lp__posibility {
  margin-top: 3.75rem;
  background: url("../img/lp-bk-posibility.svg") no-repeat;
  background-size: 100%;
  height: 56.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}
@media (max-width: 640px) {
  .lp .lp__posibility {
    background: url("../img/lp-bk-posibility-sp.svg") no-repeat top center;
    height: 50rem;
    background-size: 100%
  }
}
.lp .lp__posibility h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.75rem;
  margin-bottom: 5rem
}
@media (max-width: 640px) {
  .lp .lp__posibility h2 {
    font-size: 2.25rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin-bottom: 3.125rem
  }
}
.lp .lp__posibility h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  line-height: 1.6
}
@media (max-width: 640px) {
  .lp .lp__posibility h3 {
    font-size: .9375rem
  }
}
.lp .lp__posibility .desc {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 5rem
}
@media (max-width: 640px) {
  .lp .lp__posibility .desc {
    margin-bottom: 3.125rem
  }
}
.lp .lp__posibility .catch {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.0625rem
}
@media (max-width: 640px) {
  .lp .lp__posibility .catch {
    font-size: 2.5rem
  }
}
.lp .lp__posibility strong {
  color: #3AB8FF
}
.lp .lp__faq {
  padding: 7.8125rem 0 5rem 0;
  background: #EBF8FF
}
@media (max-width: 640px) {
  .lp .lp__faq {
    padding: 3.75rem 0 2.5rem 0
  }
}
.lp .lp__faq .lp-commonTtl {
  margin-top: -11.25rem
}
@media (max-width: 640px) {
  .lp .lp__faq .lp-commonTtl {
    margin-top: -6.25rem
  }
}
.lp .lp__faq .lp__faq-list {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.lp .lp__faq .lp__faq-list dt {
  background: #3AB8FF;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  font-weight: 700
}
.lp .lp__faq .lp__faq-list dt:after {
  content: '';
  background: url("../img/arrow-wh.svg") no-repeat;
  width: .75rem;
  height: .375rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.875rem;
  margin: auto
}
@media (max-width: 640px) {
  .lp .lp__faq .lp__faq-list dt:after {
    right: .9375rem
  }
}
.lp .lp__faq .lp__faq-list dt i {
  display: block;
  width: 3.125rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  margin-right: 1.5625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.lp .lp__faq .lp__faq-list dt p {
  line-height: 1.6
}
.lp .lp__faq .lp__faq-list dt.active:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}
.lp .lp__faq .lp__faq-list dd {
  background: #fff;
  display: none
}
.lp .lp__faq .lp__faq-list dd i {
  color: #3AB8FF
}
.lp .lp__faq .lp__faq-list .lp__faq-listInner {
  padding: 1.25rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 640px) {
  .lp .lp__faq .lp__faq-list .lp__faq-listInner {
    padding: .625rem .9375rem
  }
}
.lp .lp__faq .lp__faq-list .lp__faq-listInner i {
  display: block;
  width: 3.125rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  margin-right: 1.5625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center
}
@media (max-width: 640px) {
  .lp .lp__faq .lp__faq-list .lp__faq-listInner i {
    font-size: 1.40625rem;
    margin-right: .9375rem;
    width: 1.875rem
  }
}
.lp .lp__faq .lp__faq-list .lp__faq-listInner p {
  line-height: 1.6
}
@media (max-width: 640px) {
  .lp .lp__faq .lp__faq-list .lp__faq-listInner p {
    font-size: .6875rem
  }
}
.lp .lp-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 26.5625rem
}
@media (max-width: 640px) {
  .lp .lp-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
  }
}
.lp .lp-cta .lp-ctaLink {
  position: relative;
  width: 50%;
  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;
  color: #FFF
}
@media (max-width: 640px) {
  .lp .lp-cta .lp-ctaLink {
    width: 100%;
    height: 12.5rem
  }
}
.lp .lp-cta .lp-ctaLink:hover {
  text-decoration: none;
  opacity: 0.7
}
.lp .lp-cta .lp-ctaLink h2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4
}
@media (max-width: 640px) {
  .lp .lp-cta .lp-ctaLink h2 {
    font-size: 1.0625rem
  }
}
.lp .lp-cta .lp-ctaLink i {
  width: 3.75rem;
  height: 3.75rem;
  display: block;
  position: absolute;
  bottom: .625rem;
  right: .625rem
}
@media (max-width: 640px) {
  .lp .lp-cta .lp-ctaLink i {
    width: 1.875rem;
    height: 1.875rem
  }
}
.lp .lp-cta .lp-ctaLink figure {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1
}
.lp .lp-cta .lp-ctaLink figure:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block
}
.lp .lp-cta .lp-ctaLink figure img {
  width: 100%;
  height: 26.5625rem;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 640px) {
  .lp .lp-cta .lp-ctaLink figure img {
    height: 12.5rem
  }
}
.helpful{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.soft404{
  text-align: center;
}
.soft404 h1{
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.btn-page__top{
  width: 14rem;
  margin:2.5rem auto;
}
.btn-page__top a{
  color: #FFF;
  text-decoration: none;
  border-radius:50px;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: block
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



/* 220607 add */
.faq__contentBody p {margin-bottom: 0.8em; }
.faq .faq__content .faq__contentTtl .faq-cat,
.faq .faq__relation .faq__relationList .faq__relation-cat {
  font-size: 75% !important;
  padding: 0 .8rem !important;
	white-space: nowrap;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #3cc47c !important;
}
.top .topInfo .info-newslist .info-cat:hover {
  opacity: 1;
}
.form-privacyDesc a {
	text-decoration: underline;
  color: #3cc47c !important;
  font-weight: 700;
}

.lp .lp__faq .lp__faq-list dt {
  background: #4D5B97;
}
.lp .lp__faq .lp__faq-list dd i {
  color: #4D5B97;
}
.lp .lp__faq .lp__faq-list dt::after {
  background: none;
}
.search-box .group-tooltip-adt > .tooltip-adt {
  width: 110% !important;
}
.att-reserve{
  font-size: 1rem;
}
.att-small{
  font-size: .875rem;
}
@media (max-width: 640px) {
  .att-reserve{
    font-size: 0.875rem;
  }
  .att-small{
    font-size: 0.75rem;
  }
}

/* アートツーリストが追加(目次設置) */

#toc_container {
        margin: auto;
}

.category-tabs {
    margin-top: 20px;
}

/* アートツーリスト追加：タグ設定 */
.category-tags {
    margin-top: 20px;
}

.category-tag {
    display: inline-block;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background-color: white;
    color: #333 !important; 
    padding: 5px 15px;
    margin: 5px;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.category-tag:link, 
.category-tag:visited, 
.category-tag:hover, 
.category-tag:active {
    color: #333 !important; 
    text-decoration: none !important;
}

.category-tag:hover {
    background-color: #f0f0f0;
}

 /* アートツーリスト追加（CTA） */
 .cta-container {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin: 20px auto;
    max-width: 600px;
}

.cta-heading {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cta-button {
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.primary-button {
    background-color: #c43c74;
    color: #fff !important;
    border: 1px solid #c43c74;
    width: 240px;
}

.primary-button:hover {
    background-color: #9e2a5f;
    border-color: #9e2a5f;
    color: #f8d7e3 !important;
}

.secondary-button {
    background-color: #fff;
    color: #1da6da !important;
    border: 1px solid #1da6da;
}

.secondary-button:hover {
    background-color: #e6f7fd;
    border-color: #1585a9;
    color: #1585a9;
}

.cta-button i {
    margin-left: 8px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
    }

    .cta-button {
        width: 100%;
        margin-bottom: 10px;
    }
}

 /* アートツーリスト追加（テキストにハイライト） */
 .highlight {
  background-color: #fff9b1;
  padding: 2px 4px;
  border-radius: 3px;
}
