@charset "UTF-8";
/* 202112 add ---start */
ul,dl,ol {
    list-style: none;
}
img {
  width: 100%;
}
/* 202112 add ---end */

a {
  text-decoration: none;
}
section {
  width: 100%;
}
main {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62px;
  }
}
img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto
}
sup {
  vertical-align: super;
  font-size: smaller;
}
@media screen and (max-width: 768px) {
.head_wrap01 {
  position: absolute;
  }
}
.container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px
}
@media screen and (max-width: 768px) {
  .container {
    width: 92%;
    padding-right: 0;
    padding-left: 0
  }
}
.show-pc {
  display: block
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none
  }
}
.show-sp {
  display: none
}
@media screen and (max-width: 768px) {
  .show-sp {
    display: block
  }
}
.bg-beige {
  background: #fefcf0
}
.bg-lightblue {
  background: #f5fcff
}
.bg-white {
  background: #fff
}
.txt-center {
  text-align: center
}
@media screen and (max-width: 768px) {
  .sp-txt-left {
    text-align: left
  }
}
.mv {
  position: relative;
}
.mv .mv-bnr {
  width: 10%;
  position: absolute;
  left: 12.5%;
  top: 3.6%;
  transition: 0.3s opacity;
}
@media screen and (max-width: 768px) {
  .mv .mv-bnr {
    width: 19%;
    position: absolute;
    left: 4%;
    top: 2.7%;
    transition: 0.3s opacity;
  }
}

.mv .mv-bnr:hover {
  opacity: 0.8;
}
.page-link-area {
  padding: 20px 0
}
@media screen and (max-width: 768px) {
  .page-link-area {
    position: fixed;
    z-index: 7;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fefcf0
  }
  .page-link-area .container {
    width: 100%
  }
}
.page-link-area .page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .page-link-area .page-links {
    display: block;
    margin-top: 130px;
    border-top: 1px solid #d5d3c9
  }
}
.page-link-area .page-links_item {
  width: 19.25926%
}
@media screen and (max-width: 768px) {
  .page-link-area .page-links_item {
    width: 100%
  }
}
@media screen and (min-width: 769px) {
  .page-link-area .page-links_item:nth-child(2) .page-links_link {
    color: #4daba9;
    border-color: #4daba9
  }
  .page-link-area .page-links_item:nth-child(2) .page-links_link::before {
    border-color: #4daba9
  }
  .page-link-area .page-links_item:nth-child(2) .page-links_link:hover {
    color: #fff;
    background: #4daba9
  }
  .page-link-area .page-links_item:nth-child(2) .page-links_link:hover::before {
    border-color: #fff
  }
  .page-link-area .page-links_item:nth-child(3) .page-links_link {
    color: #f1a2b1;
    border-color: #f1a2b1
  }
  .page-link-area .page-links_item:nth-child(3) .page-links_link::before {
    border-color: #f1a2b1
  }
  .page-link-area .page-links_item:nth-child(3) .page-links_link:hover {
    color: #fff;
    background: #f1a2b1
  }
  .page-link-area .page-links_item:nth-child(3) .page-links_link:hover::before {
    border-color: #fff
  }
  .page-link-area .page-links_item:nth-child(4) .page-links_link {
    color: #55c1e3;
    border-color: #55c1e3
  }
  .page-link-area .page-links_item:nth-child(4) .page-links_link::before {
    border-color: #55c1e3
  }
  .page-link-area .page-links_item:nth-child(4) .page-links_link:hover {
    color: #fff;
    background: #55c1e3
  }
  .page-link-area .page-links_item:nth-child(4) .page-links_link:hover::before {
    border-color: #fff
  }
}
.page-link-area .page-links_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 0 24px;
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #f7b52c;
  border: solid 2px #f7b52c;
  border-radius: 8px;
  background: #fff
}
@media screen and (max-width: 768px) {
  .page-link-area .page-links_link {
    padding: 15px 20px;
    font-size: 16px;
    text-align: left;
    color: #004da0;
    border: none;
    border-bottom: 1px solid #d5d3c9;
    border-radius: 0;
    background: transparent
  }
}
@media screen and (min-width: 769px) {
  .page-link-area .page-links_link:hover {
    color: #fff;
    background: #f7b52c
  }
  .page-link-area .page-links_link:hover::before {
    border-color: #fff
  }
}
.page-link-area .page-links_link::before {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  border-bottom: 2px solid #f7b52c;
  border-left: 2px solid #f7b52c
}
@media screen and (max-width: 768px) {
  .page-link-area .page-links_link::before {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .nav-btn {
    position: absolute;
    z-index: 8;
    top: 72px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: background-color 0.3s;
    border-width: 1px;
    border-style: solid;
    border-color: #d5d3c9;
    border-radius: 50%;
    background-color: #f4f2e1;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1)
  }
  .nav-btn_line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #004ea2
  }
  .nav-btn_line::before,
  .nav-btn_line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #004ea2
  }
  .nav-btn_line::before {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  .nav-btn_line::after {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .btn-fixed {
    top: 10px;
    position: fixed;
  }
  .page-link-area .page-links.nav-mt-small {
    margin-top: 67px;
  }
}
@media screen and (max-width: 768px) {
  .nav-bg {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3)
  }
}
.js-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: auto
}
.js-gnav-show {
  right: 0
}
.js-gnav-bg-show {
  width: 100%;
  opacity: 1
}
.js-close-btn {
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.js-close-btn .nav-btn_line {
  background: transparent
}
.js-close-btn .nav-btn_line::before {
  width: 110%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.js-close-btn .nav-btn_line::after {
  width: 110%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.v2l-sec {
  padding: 80px 0
}
.v2l-sec h2 {
  text-align: center;
  margin-bottom: 20px;
}
.v2l-sec p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
  color: #333
}
.v2l-sec .txt-memo {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .v2l-sec .txt-memo {
    font-size: 10px;
  }
}
.v2l-sec .txt-note {
  font-size: 12px;
  text-align: left;
  color: #6e6e6e
}
@media screen and (max-width: 768px) {
  .v2l-sec .txt-note {
    font-size: 10px;
    line-height: 1.6
  }
}
.v2l-sec .txt-bigger {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px
}
@media screen and (max-width: 768px) {
  .v2l-sec .txt-bigger {
    font-size: 16px;
    letter-spacing: 0.48px
  }
}
.v2l-sec .txt-source {
  margin-top: 24px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.4px;
  color: #6e6e6e
}
@media screen and (max-width: 768px) {
  .v2l-sec .txt-source {
    margin-right: 15px;
    font-size: 15px;
    letter-spacing: 0.35px
  }
}
.v2l-sec .cases_place {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.4px
}
@media screen and (max-width: 768px) {
  .v2l-sec .cases_place {
    line-height: 1.81
  }
}
.v2l-sec .cases_place::before {
  content: "●";
  padding-right: 5px;
  color: #004da0
}
.v2l-sec .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature {
    display: block;
    padding: 30px 15px
  }
}
.v2l-sec .feature_item {
  width: 23.692%;
  text-align: center;
  image-rendering: -webkit-optimize-contrast
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
  }
}
.v2l-sec .feature_item:nth-child(1) {
  margin-top: 0
}
.v2l-sec .feature_item:nth-child(1) .feature_ttl {
  width: 141px
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature_item:nth-child(1) .feature_ttl {
    width: 70.88608%;
    max-width: calc(224px / 2)
  }
}
.v2l-sec .feature_item:nth-child(2) .feature_ttl {
  width: 120px
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature_item:nth-child(2) .feature_ttl {
    width: 61.07595%;
    max-width: calc(193px / 2)
  }
}
.v2l-sec .feature_item:nth-child(3) .feature_ttl {
  width: 192px
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature_item:nth-child(3) .feature_ttl {
    width: 96.83544%;
    max-width: calc(306px / 2)
  }
}
.v2l-sec .feature_item:nth-child(4) .feature_ttl {
  width: 181px
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature_item:nth-child(4) .feature_ttl {
    width: 91.4557%;
    max-width: calc(289px / 2)
  }
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature_img {
    width: 45.2381%;
    margin-left: 0
  }
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature_rightcol {
    width: 50.15873%;
    text-align: left
  }
}
.v2l-sec .feature_ttl {
  margin-top: 16px
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature_ttl {
    margin-top: 0
  }
}
.v2l-sec .feature_txt {
  margin-top: 12px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.48px
}
@media screen and (max-width: 768px) {
  .v2l-sec .feature_txt {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.79;
    letter-spacing: 0.36px
  }
}
.v2l-sec .sec__movie {
  position: relative;
  width: 690px;
  height: 388px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .v2l-sec .sec__movie {
    width: 100%;
    height: auto;
    padding-top: 56%
  }
}
.v2l-sec .sec__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 690px;
  height: 388px;
  border-radius: 10px
}
@media screen and (max-width: 768px) {
  .v2l-sec .sec__movie iframe {
    width: 100%;
    height: 100%
  }
}
.v2l-sec .sec__movie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}
.v2l-sec .sec__movie__icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  background: #000;
  margin: 0;
  transform: none;
  border-radius: 10px;
  background: url(../images/pic07_01.jpg) center center / cover;
}
.link-btn {
  width: 100%;
  max-width: 510px;
  margin: 0 auto
}
.link-btn_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  letter-spacing: 1.2px;
  color: #004ea2;
  border: solid 2px #004da0;
  border-radius: 10px;
  background: #fff
}
@media screen and (max-width: 768px) {
  .link-btn_link {
    padding: 13px 0;
    color: #fff;
    background: #004da0
  }
}
.link-btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #004da0;
  border-bottom: 2px solid #004da0
}
@media screen and (max-width: 768px) {
  .link-btn_link::before {
    border-color: #fff
  }
}
.link-btn_link:hover {
  color: #fff;
  background: #004da0
}
.link-btn_link:hover::before {
  border-color: #fff
}
.link-btn_unlink {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  letter-spacing: 1.2px;
  color: #004ea2;
  border: solid 2px #004da0;
  border-radius: 10px;
  background: #fff
}
@media screen and (max-width: 768px) {
  .link-btn_unlink {
    padding: 13px 0;
    color: #fff;
    background: #004da0
  }
}
.kantan-simple {
  padding: 30px
}
@media screen and (max-width: 768px) {
  .kantan-simple {
    padding: 30px 15px
  }
}
.kantan-simple .link-btn {
  margin: 26px auto 16px
}
@media screen and (max-width: 768px) {
  .kantan-simple .link-btn {
    margin: 20px auto 12px
  }
}
.model .two-cols {
  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 screen and (max-width: 768px) {
  .model .two-cols {
    display: block
  }
}
.model .two-cols .pic {
  width: 50%
}
@media screen and (max-width: 768px) {
  .model .two-cols .pic {
    width: 100%
  }
}
.model .two-cols .texts {
  width: 46.01852%
}
@media screen and (max-width: 768px) {
  .model .two-cols .texts {
    width: 100%;
    margin-top: 30px
  }
}
.model .two-cols .texts img {
  margin-left: 0
}
@media screen and (max-width: 768px) {
  .model .two-cols .texts img {
    margin-left: auto
  }
}
.model .two-cols ul {
  margin-top: 25px
}
.model .two-cols li {
  padding-left: calc(1em + 5px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.81;
  text-indent: calc(-1em - 5px);
  color: #333
}
.model .two-cols li::before {
  content: "●";
  padding-right: 5px;
  color: #004da0
}
@media screen and (max-width: 768px) {
  .model_list:nth-child(1) .texts img {
    width: 76.66667%
  }
}
.model_list:nth-child(2) {
  margin-top: 60px
}
@media screen and (max-width: 768px) {
  .model_list:nth-child(2) {
    margin-top: 40px
  }
}
.model .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .cases {
    padding-right: 15px;
    padding-left: 15px
  }
}
.cases li {
  width: 100%;
  margin-top: 24px
}
@media screen and (max-width: 768px) {
  .cases li p {
    line-height: 1.81
  }
}
.cases .pic {
  margin-top: 10px
}
.cases .half {
  width: 49.23077%
}
@media screen and (max-width: 768px) {
  .cases .half {
    width: 100%
  }
}
.spectbl-outer {
  width: 100%;
  overflow-x: auto
}
.spectbl-container,
.cartbl-container {
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  border: 1px solid #004da0;
  border-radius: 10px
}
.spectbl-container {
  min-width: 780px
}
.cartbl-container {
  max-width: 780px;
  margin: 0 auto
}
.spec-tbl,
.car-tbl {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse
}
.spec-tbl th,
.car-tbl th {
  padding: 8px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.52px;
  color: #fff;
  border-right: 1px solid #fff;
  background: #004da0
}
@media screen and (max-width: 768px) {
  .spec-tbl th,
  .car-tbl th {
    padding: 5px 0;
    font-size: 10px;
    letter-spacing: 0.32px
  }
}
.spec-tbl th:first-child,
.car-tbl th:first-child {
  width: 187px;
  border-right: 2px solid #fff
}
@media screen and (max-width: 768px) {
  .spec-tbl th:first-child,
  .car-tbl th:first-child {
    width: 156px
  }
}
.spec-tbl th:last-child,
.car-tbl th:last-child {
  border: none
}
.spec-tbl td,
.car-tbl td {
  padding: 8px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.52px;
  color: #6e6e6e;
  border-right: 1px solid #004da0;
  border-bottom: 1px solid #004da0
}
@media screen and (max-width: 768px) {
  .spec-tbl td,
  .car-tbl td {
    padding: 5px 0;
    font-size: 10px;
    letter-spacing: 0.32px
  }
}
.spec-tbl td:first-child,
.car-tbl td:first-child {
  border-right: 2px solid #004da0
}
.spec-tbl td:last-child,
.car-tbl td:last-child {
  border-right: none
}
.spec-tbl tr:last-child td,
.car-tbl tr:last-child td {
  border-bottom: none
}
.spec-tbl tr:nth-child(even) {
  background: #f5fcff
}
.spec-tbl td:first-child {
  padding-left: 16px;
  text-align: left
}
.spec-pics {
  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: 30px
}
@media screen and (max-width: 768px) {
  .spec-pics {
    display: block;
    padding: 30px 15px
  }
}
.spec-pics .pic {
  width: 49.01961%
}
@media screen and (max-width: 768px) {
  .spec-pics .pic {
    width: 100%
  }
  .spec-pics .pic:nth-of-type(2) {
    margin-top: 20px
  }
}
.spec-pics .txt-note {
  width: 100%;
  margin-top: 12px
}
@media screen and (max-width: 768px) {
  .car-tbl th:first-child {
    width: 156px
  }
}
.car-tbl td {
  text-align: center
}
.car-tbl .data-value {
  padding-left: 20px;
  text-align: left
}
.car-tbl tr:nth-child(odd) td:last-child {
  background-color: #f5fcff;
}
.car-tbl tr:nth-child(even) td:last-child {
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .car-tbl .data-value {
    padding-left: 10px
  }
}
.useful-area {
  padding: 40px 0;
  background: url(../images/pic10_01_pc.jpg) center center/cover
}
@media screen and (max-width: 768px) {
  .useful-area {
    background-image: url(../images/pic10_01_sp.jpg)
  }
}
.useful-area .useful-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .useful-area .useful-cols {
    display: block;
    padding: 30px 15px
  }
}
.useful-area .useful-cols .pic {
  width: 45.39216%
}
@media screen and (max-width: 768px) {
  .useful-area .useful-cols .pic {
    width: 100%
  }
}
.useful-area .useful-cols .txts {
  width: 49.11765%
}
@media screen and (max-width: 768px) {
  .useful-area .useful-cols .txts {
    width: 100%
  }
}
.useful-area .useful-cols .txts img {
  margin-left: 0
}
@media screen and (max-width: 768px) {
  .useful-area .useful-cols .txts img {
    width: 79.93631%;
    margin-top: 30px;
    margin-left: auto
  }
}
.useful-area .useful-cols .txts p {
  margin: 23px 0
}
.books-area {
  padding: 40px 0
}
.books-area ul {
  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
}
@media screen and (max-width: 768px) {
  .books-area ul {
    display: block
  }
}
.books-area li {
  width: 32.77778%
}
@media screen and (max-width: 768px) {
  .books-area li {
    width: 100%;
    margin-top: 15px
  }
  .books-area li:first-child {
    margin-top: 0
  }
}
.books-area li .link-btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 128px;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .books-area li .link-btn_link {
    height: 116px;
    font-size: 19px
  }
}
.books-area li .link-btn_link:hover svg {
  fill: #fff
}
.books-area li svg {
  padding-bottom: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #004da0
}
@media screen and (max-width: 768px) {
  .books-area li svg {
    fill: #fff
  }
}
.books-area li .name-normal {
  width: 58.47458%
}
@media screen and (max-width: 768px) {
  .books-area li .name-normal {
    width: 58.84058%
  }
}
.books-area li .name-lite {
  width: 75.9887%
}
@media screen and (max-width: 768px) {
  .books-area li .name-lite {
    width: 76.81159%
  }
}
.books-area li .small {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px
}
@media screen and (max-width: 768px) {
  .books-area li .small {
    padding-top: 6px;
    font-size: 11px;
    letter-spacing: 0.33px
  }
}
.contact-container {
  margin-top: 40px;
  padding: 30px
}
@media screen and (max-width: 768px) {
  .contact-container {
    padding: 30px 15px
  }
}
.contact-container .txt-contactname {
  margin-bottom: 10px;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.72px;
  color: #004da0
}
.contact-container .txt-tel {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.6px
}
.contact-container .txt-tel a {
  text-decoration: underline;
  color: #00e
}
@media screen and (max-width: 768px) {
  .contact-container p {
    font-size: 12px;
    letter-spacing: 0.6px
  }
}
@media screen and (max-width: 768px) {
  .contact-container .txt-time {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.42px
  }
}
h2 img {
  image-rendering: -webkit-optimize-contrast
}
.sec-01 {
  padding-bottom: 0
}
.sec-01 h2 img {
  width: 754px;
}
@media screen and (max-width: 768px) {
  .sec-01 h2 img {
    width: 93.47826%;
    max-width: calc(645px / 2)
  }
}
.sec-02 {
  padding-top: 60px;
  padding-bottom: 0
}
.sec-02 h2 img {
  width: 429px;
  padding-bottom: 10px
}
@media screen and (max-width: 768px) {
  .sec-02 h2 img {
    width: 93.47826%;
    max-width: calc(645px / 2)
  }
}
.sec-03 {
  padding-top: 60px
}
.sec-03 h2 img {
  width: 454px;
  padding-bottom: 10px
}
@media screen and (max-width: 768px) {
  .sec-03 h2 img {
    width: 98.26087%;
    max-width: calc(678px / 2)
  }
}
.sec-04 .img-pm {
  width: 80.5%
}
.sec-04 .img-pml {
  width: 100%
}
.sec-05 h2 img {
  width: 191px
}
@media screen and (max-width: 768px) {
  .sec-05 h2 img {
    width: 40.86957%;
    max-width: calc(282px / 2)
  }
}
.sec-06 h2 img {
  width: 155px
}
@media screen and (max-width: 768px) {
  .sec-06 h2 img {
    width: 33.47826%;
    max-width: calc(231px / 2)
  }
}
.sec-07 h2 img {
  width: 156px
}
@media screen and (max-width: 768px) {
  .sec-07 h2 img {
    width: 33.62319%;
    max-width: calc(232px / 2)
  }
}
.sec-08 h2 img {
  width: 271px
}
@media screen and (max-width: 768px) {
  .sec-08 h2 img {
    width: 58.4058%;
    max-width: calc(403px / 2)
  }
}
.sec-08 a {
  text-decoration: underline;
  color: #00e
}
.sec-09 {
  padding-bottom: 80px
}
.sec-09 h2 img {
  width: 91px
}
@media screen and (max-width: 768px) {
  .sec-09 h2 img {
    width: 19.56522%;
    max-width: calc(135px / 2)
  }
}
.sec-10 {
  padding-bottom: 0
}
.sec-10 h2 img {
  width: 157px
}
@media screen and (max-width: 768px) {
  .sec-10 h2 img {
    width: 33.76812%;
    max-width: calc(233px / 2)
  }
}
.sec-11 {
  padding-bottom: 0
}
.sec-11 h2 img {
  width: 743px
}
@media screen and (max-width: 768px) {
  .sec-11 h2 img {
    width: 100%;
    max-width: calc(689px / 2)
  }
}
.sec-12 h2 img {
  width: 506px
}
@media screen and (max-width: 768px) {
  .sec-12 h2 img {
    width: 57.68116%;
    max-width: calc(398px / 2)
  }
}
.mt-10 {
  margin-top: 10px
}
.mt-20 {
  margin-top: 20px
}
.mt-30 {
  margin-top: 30px
}
.mt-35 {
  margin-top: 35px
}
.mt-55 {
  margin-top: 55px
}
.pt-30 {
  padding-top: 30px
}
.pt-40 {
  padding-top: 40px
}
.pt-60 {
  padding-top: 60px
}
.pb-0 {
  padding-bottom: 0
}
.pb-30 {
  padding-bottom: 30px
}
.pb-40 {
  padding-bottom: 40px
}
.pb-80 {
  padding-bottom: 80px
}