@charset "UTF-8";
.scroll-table {
  overflow-x: scroll;
  width: 100%;
}
.scroll-table::-webkit-scrollbar {
  width: 16px;
  height: 10px;
  display: none;
}
@media only screen and (max-width: 750px) {
  .scroll-table::-webkit-scrollbar {
    display: block;
  }
}
.scroll-table::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.scroll-table::-webkit-scrollbar-thumb {
  background: #00A3F3;
  border-radius: 100px;
  width: 130px;
}
.scroll-table__left00 {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
}
.scroll-table__left01 {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  width: 160px;
}
@media only screen and (max-width: 750px) {
  .scroll-table__left01 {
    width: 100px;
  }
}
.scroll-table__left02 {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  width: 260px;
}
@media only screen and (max-width: 750px) {
  .scroll-table__left02 {
    width: 60px;
  }
}
.scroll-table__left03 {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  width: 80px;
}
@media only screen and (max-width: 750px) {
  .scroll-table__left03 {
    width: 60px;
  }
}
.scroll-table__left04 {
  position: -webkit-sticky;
  position: sticky;
  left: 59px;
  width: 80px;
}
@media only screen and (max-width: 750px) {
  .scroll-table__left04 {
    width: 60px;
  }
}

.parallax {
  position: relative;
  height: auto;
  min-height: 15rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}

.lity-container {
  max-width: 800px !important;
}

.scroll-hint-icon {
  height: 90px;
  z-index: 5;
}

.modal {
  align-items: flex-start;
  gap: 25px 0;
}
@media only screen and (min-width: 751px) {
  .modal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .modal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.modal__item {
  max-width: 290px;
  width: 32%;
  position: relative;
}
.modal__item:nth-child(n+4) {
  margin-top: 20px;
}
.modal__item::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  color: #2D4262;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 38px;
  right: 5px;
}
@media only screen and (max-width: 750px) {
  .modal__item {
    max-width: 240px;
    width: 48%;
  }
}
.modal__box {
  background-color: #fff;
  padding: 20px;
}
.modal__img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 70vh;
}
.modal__tmb {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
@media only screen and (max-width: 750px) {
  .modal__tmb {
    height: 100px;
  }
}
.modal__cap {
  padding: 10px 0 0;
  font-weight: bold;
  text-align: center;
}
.modal__txt {
  padding: 20px 0 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.art00__inner {
  margin-bottom: 0;
}

.art01 {
  background-image: url(/latex/feature/img/bg.svg);
}
.art01__table {
  display: table;
  position: relative;
  margin-top: 20px;
}
.art01__table--pc {
  display: table;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__table--pc {
    display: none;
  }
}
.art01__table--sp {
  display: none;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__table--sp {
    display: table;
  }
}
.art01__th {
  background: #2D4262;
  border: 1px solid #A2A2A2;
  box-sizing: border-box;
  color: #FFF;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .art01__th {
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 10px;
  }
}
.art01__th--none {
  border: none;
}
.art01__th--lb {
  position: relative;
  box-sizing: border-box;
  background: #00A3F3;
  color: #FFF;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.art01__th--lb::before, .art01__th--lb::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: calc(100% + 1px);
  z-index: 2;
  border-left: 5px solid #00A3F3;
}
.art01__th--lb::before {
  left: -1px;
}
.art01__th--lb::after {
  right: -1px;
}
@media only screen and (max-width: 750px) {
  .art01__th--lb {
    min-width: auto;
    width: 185px;
  }
}
.art01__td {
  border: 1px solid #A2A2A2;
  box-sizing: border-box;
  padding: 12px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .art01__td {
    font-size: 12px;
    line-height: 1.2;
  }
}
.art01__td--lb {
  position: relative;
  box-sizing: border-box;
  background: #FFFFE8;
  padding: 12px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #DB4A3E;
  border: 1px solid #A2A2A2;
}
.art01__td--lb:nth-last-of-type(1) {
  border-bottom: 5px solid #00A3F3;
}
.art01__td--lb::before, .art01__td--lb::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: calc(100% + 1px);
  z-index: 2;
  border-left: 5px solid #00A3F3;
}
.art01__td--lb::before {
  left: -1px;
}
.art01__td--lb::after {
  right: -1px;
}
.art01__tr:first-child .art01__th--lb:before {
  top: -20px;
  left: 0;
  width: 100%;
  height: 21px;
  background: #00A3F3;
  border: none;
}
.art01__tr:first-child .art01__th--lb:after {
  top: -15px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(/latex/feature/img/icon-hikaku.svg) no-repeat center center;
  border: none;
}
.art01__tr:last-child .art01__td--lb {
  border-bottom: 5px solid #00A3F3;
}
.art01__blockquote {
  margin: 0;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 45px;
  text-align: center;
}
@media screen and (min-width: 771px) {
  .art01__blockquote {
    display: none;
  }
}
.art01__blockquote img {
  width: auto;
  height: 34px;
  vertical-align: middle;
}
.art01__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art01__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .art01__inner {
    padding: 40px 0 50px;
  }
}
.art01__box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .art01__box {
    max-width: 610px;
    margin: 0 auto 50px;
  }
}
.art01__list {
  list-style: circle;
}
.art01__ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 160%;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__ttl {
    font-size: 22px;
    line-height: 140%;
  }
}
.art01__ttl02 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .art01__ttl02 {
    margin-bottom: 15px;
  }
}
.art01__inttl {
  margin-bottom: 12px;
  font-weight: bold;
}
.art01__ft {
  max-width: 114px;
  margin-right: 25px;
}
@media only screen and (max-width: 750px) {
  .art01__ft {
    max-width: 80px;
    margin-right: 15px;
  }
}
.art01__sm {
  font-size: 13px;
  line-height: 180%;
  font-weight: normal;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .art01__sm {
    line-height: 160%;
  }
}
.art01__item {
  background: #FFF;
  padding: 60px 80px;
  webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
}
.art01__item:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .art01__item {
    padding: 30px 40px;
  }
}
.art01__item02 {
  list-style: disc;
}
.art01__inbox {
  align-items: center;
}
@media only screen and (min-width: 751px) {
  .art01__inbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.art01__inbox:not(:last-child) {
  margin-bottom: 50px;
}
.art01__inbox02 {
  margin-bottom: 0.5rem;
}
.art01__cnt {
  text-align: left;
  max-width: 462px;
  width: 56.5%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__cnt {
    max-width: 100%;
    width: auto;
  }
}
.art01__cnt02 {
  text-align: left;
  max-width: 710px;
  width: 80%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__cnt02 {
    width: 100%;
  }
}
.art01__pict {
  max-width: 440px;
  width: 42.5%;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .art01__pict {
    max-width: 455px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.art01__pict02 {
  max-width: 120px;
  width: 20%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art01__pict02 {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.art01__txt {
  line-height: 160%;
  font-size: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .art01__txt {
    line-height: 140%;
    font-size: 14px;
  }
}
.art01__fa01 {
  max-width: 18px;
  margin-right: 0.4rem;
}
.art01__link {
  color: #00A3F3;
  text-decoration: underline;
}
.art01__link:hover {
  text-decoration: none;
}
.art01__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.art01__button {
  padding: 20px 0;
  background-color: #2D4262;
  color: #fff;
  font-weight: normal;
}
.art01__button:hover {
  background-color: #1a273b;
}
.art02 {
  background-color: #f2f2f2;
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art02 {
    padding: 40px 0 50px;
  }
}
.art02__table {
  display: table;
  position: relative;
  margin-top: 20px;
}
.art02__table--pc {
  display: table;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art02__table--pc {
    display: none;
  }
}
.art02__table--sp {
  display: none;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art02__table--sp {
    display: table;
  }
}
.art02__th {
  background: #2D4262;
  border: 1px solid #A2A2A2;
  box-sizing: border-box;
  color: #FFF;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .art02__th {
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 10px;
  }
}
.art02__th--none {
  border: none;
}
.art02__th--lb {
  position: relative;
  box-sizing: border-box;
  background: #00A3F3;
  color: #FFF;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.art02__th--lb::before, .art02__th--lb::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: calc(100% + 1px);
  z-index: 2;
  border-left: 5px solid #00A3F3;
}
.art02__th--lb::before {
  left: -1px;
}
.art02__th--lb::after {
  right: -1px;
}
@media only screen and (max-width: 750px) {
  .art02__th--lb {
    min-width: auto;
    width: 240px;
  }
}
.art02__th--harf {
  background: #2D4262;
  border: 1px solid #A2A2A2;
  box-sizing: border-box;
  color: #FFF;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .art02__th--harf {
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 10px;
  }
}
.art02__td {
  background: #FFF;
  border: 1px solid #A2A2A2;
  box-sizing: border-box;
  padding: 12px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .art02__td {
    font-size: 12px;
    line-height: 1.2;
  }
}
.art02__td--lb {
  position: relative;
  box-sizing: border-box;
  background: #FFFFE8;
  padding: 12p;
  font-size: 14px;
  text-align: center;
  border: 1px solid #A2A2A2;
}
.art02__td--lb:nth-last-of-type(1) {
  border-bottom: 5px solid #00A3F3;
}
.art02__td--lb::before, .art02__td--lb::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: calc(100% + 1px);
  z-index: 2;
  border-left: 5px solid #00A3F3;
}
.art02__td--lb::before {
  left: -1px;
}
.art02__td--lb::after {
  right: -1px;
}
.art02__td--lb02 {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  padding: 40px 12px;
  font-size: 14px;
  border: 1px solid #A2A2A2;
  vertical-align: top;
}
.art02__td--lb02::before, .art02__td--lb02::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: calc(100% + 1px);
  z-index: 2;
  border-left: 5px solid #00A3F3;
}
.art02__td--lb02::before {
  left: -1px;
}
.art02__td--lb02::after {
  right: -1px;
}
.art02__tr:first-child .art02__th--lb {
  font-size: 20px;
}
.art02__tr:first-child .art02__th--lb:before {
  top: -20px;
  left: 0;
  width: 100%;
  height: 21px;
  background: #00A3F3;
  border: none;
}
.art02__tr:first-child .art02__th--lb:after {
  top: -15px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(/latex/feature/img/icon-hikaku.svg) no-repeat center center;
  border: none;
}
.art02__tr:nth-child(2) .art02__td {
  vertical-align: top;
  padding: 40px 12px;
  text-align: left;
}
.art02__tr:last-child .art02__td--lb {
  border-bottom: 5px solid #00A3F3;
}
.art02__blockquote {
  margin: 0;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 45px;
  text-align: center;
}
@media screen and (min-width: 771px) {
  .art02__blockquote {
    display: none;
  }
}
.art02__blockquote img {
  width: auto;
  height: 34px;
  vertical-align: middle;
}
.art02__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art02__inner {
    width: calc(100% - 30px);
  }
}
.art02__inner:not(:last-child) {
  padding: 0 0 100px;
}
@media only screen and (max-width: 750px) {
  .art02__inner:not(:last-child) {
    padding: 0 0 50px;
  }
}
.art02__mark {
  background: linear-gradient(#FFF, #FFFF99) 0 100%/100% 80% no-repeat;
  text-decoration: none;
}
.art02__pict {
  max-width: 190px;
  margin: 0 auto 30px;
  border: 1px solid #f2f2f2;
  display: block;
}
.art02__pict02 {
  max-width: 26px;
}
.art02__pict02--lb {
  max-width: 32px;
}
.art02__txt {
  line-height: 160%;
  font-size: 16px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .art02__txt {
    line-height: 140%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.art02__sm {
  font-size: 13px;
  line-height: 160%;
  text-align: right;
  padding-top: 0.5rem;
}
.art02__logo {
  font-weight: bold;
  position: relative;
}
.art02__logo::before {
  content: "";
  width: 44px;
  height: 44px;
  background: url(/latex/commons/img/sm-logo.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
.art02__tel {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0;
}
.art02__tel::before {
  content: "TEL.";
  font-weight: 900;
  font-size: 26px;
  margin-right: 5px;
  vertical-align: top;
}
@media only screen and (max-width: 750px) {
  .art02__tel {
    font-size: 24px;
  }
  .art02__tel::before {
    font-size: 24px;
  }
}

.art03 {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art03 {
    padding: 40px 0 50px;
  }
}
.art03__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art03__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 751px) {
  .art03__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.art03__item {
  max-width: 320px;
  width: 32%;
}
@media only screen and (max-width: 750px) {
  .art03__item {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .art03__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.art03__inbox {
  padding: 30px 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
  .art03__inbox {
    padding: 40px 10px 20px;
  }
}
.art03__inbox--01 {
  margin-bottom: 65px;
  background-color: #f2f2f2;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art03__inbox--01 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 30px 15px 15px;
    margin-bottom: 55px;
  }
}
.art03__inbox--01::before {
  content: "";
  width: 81px;
  height: 39px;
  background: url(/latex/img/icon_wo.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: -10px;
}
.art03__inbox--01::after {
  content: "";
  width: 55px;
  height: 84px;
  background: url(/latex/img/task00.png) no-repeat center/100%;
  position: absolute;
  bottom: -82px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art03__inbox--01::after {
    width: 45px;
    height: 70px;
    bottom: -69px;
  }
}
.art03__inbox--02 {
  background-color: #E5F3F8;
  padding: 60px 35px;
}
@media only screen and (max-width: 980px) {
  .art03__inbox--02 {
    padding: 40px 15px 30px;
  }
}
.art03__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .art03__ttl {
    width: 52%;
    margin-right: 2%;
    text-align: left;
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .art03__ttl--02 {
    width: 100%;
    text-align: center;
  }
}
.art03__line {
  position: relative;
  z-index: 2;
  font-weight: bold;
  display: inline;
  position: relative;
  z-index: 2;
  background: linear-gradient(transparent 75%, #EBC945 0%);
  padding: 0 1px 1px;
}
@media only screen and (max-width: 750px) {
  .art03__line {
    background: linear-gradient(transparent 70%, #EBC945 0%);
    padding: 0 1px 2px;
  }
}
.art03__cnt {
  max-width: 220px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art03__cnt {
    width: 50%;
  }
}
.art03__pp {
  max-width: 94px;
  width: 48%;
}
.art03__name {
  position: absolute;
  bottom: 0;
  left: 40%;
}
@media only screen and (max-width: 750px) {
  .art03__name {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 140%;
    left: 46%;
  }
}
.art03__info {
  margin-bottom: 25px;
}
.art03__icon {
  max-width: 100px;
  display: table;
  margin: 0 auto 17px;
}
.art03__txt {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.art03__txt:nth-child(2) {
  margin-bottom: 5px;
}
.art03__fa02 {
  max-width: 18px;
}
.art03__link {
  padding: 15px 0;
  background-color: #fff;
  border: solid 1px #2D4262;
  transition: color 0.3s, border 0.3s;
  box-shadow: 0px 2px 7px rgba(0, 95, 154, 0.3);
}
.art03__link:hover {
  color: #00A3F3;
  border: solid 1px #00A3F3;
}
.art04 {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art04 {
    padding: 40px 0 50px;
  }
}
.art04__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art04__inner {
    width: calc(100% - 30px);
  }
}
.art04__box {
  margin-bottom: 100px;
}
@media only screen and (min-width: 751px) {
  .art04__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .art04__box {
    margin-bottom: 50px;
  }
}
.art04__item {
  max-width: 506px;
  width: 48%;
}
.art04__item:nth-child(n+3) {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .art04__item {
    width: 100%;
    margin: 0 auto;
  }
  .art04__item:nth-child(n+3) {
    margin-top: 0px;
  }
  .art04__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.art04__link:hover .art02__pict {
  opacity: 0.7;
}
.art04__link:hover .art02__ttl {
  color: #00A3F3;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.art04__cnt {
  padding: 25px 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .art04__cnt {
    padding-top: 15px;
  }
}
.art04__ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  display: inline;
  background-image: linear-gradient(#00A3F3, #00A3F3);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 750px) {
  .art04__ttl {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02rem;
  }
}
.art04__ttl::before {
  content: "";
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  display: table;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .art04__ttl::before {
    font-size: 14px;
    padding: 2px 5px;
    margin-bottom: 10px;
  }
}
.art04__ttl--movie::before {
  content: "動画配信中";
  background-color: #DB4A3E;
}
.art04__ttl--rcp::before {
  content: "受付中";
  background-color: #00A3F3;
}
.art04__ttl--end::before {
  content: "受付終了";
  background-color: #A2A2A2;
}
.art04__cta:not(:last-child)::after {
  content: "/";
  font-size: 16px;
  padding: 0 0px 0 5px;
}
@media only screen and (max-width: 750px) {
  .art04__cta:not(:last-child)::after {
    font-size: 14px;
    padding: 0 0 0 3px;
  }
}
.art04__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.art04__button {
  display: block;
  padding: 20px 0;
  background-color: #2D4262;
  color: #fff;
  font-weight: normal;
}
.art04__button:hover {
  background-color: #1a273b;
}
.art04__txt {
  margin-top: 10px;
  line-height: 160%;
}
@media only screen and (max-width: 750px) {
  .art04__txt {
    margin-top: 5px;
  }
}/*# sourceMappingURL=index.css.map */