@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@media screen and (max-width: 640px) {
  .content_wrap {
    margin-top: 0;
  }
}
.cms_template {
}
.cms_template .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
  padding: 0 0 1rem;
  padding: 1rem 0 1rem;
}
@media screen and (max-width: 640px) {
  .cms_template .in {
    padding: 0.6rem 0.24rem 0.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cms_template .block.-bg00 {
  background-color: #fff;
}
.cms_template .block.-bg01 {
  background-color: #f6f6f6;
}
.cms_template .block.-bg01 .faq_box {
  background-color: #fff;
}
.cms_template .block.-bg02 {
  background-color: #edf8f9;
}
.cms_template .block.-bg02 .faq_box {
  background-color: #fff;
}
.cms_template .separator {
  border-bottom: 1px solid #5c5c5c;
  position: relative;
  max-width: 12rem;
  margin: auto;
}
.cms_template .separator.-flow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  border-top: 0.16rem solid #5c5c5c;
  border-bottom: 0;
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.cms_template .separator.-flow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.09rem solid transparent;
  border-left: 0.09rem solid transparent;
  border-top: 0.15rem solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -0.14rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.cms_template .btn_common {
  margin-bottom: 0.3rem;
}
.cms_template .btn_common.-large {
  max-width: 8.48rem;
  width: 100%;
}
.cms_template .btn_op {
  text-align: center;
  margin-bottom: 0.3rem;
}
.cms_template .btn_op a {
  color: #50b9c3;
  font-size: 0.17rem;
  font-weight: 700;
  position: relative;
}
.cms_template .btn_op a:after {
  content: "";
  width: 0.1rem;
  height: 0.12rem;
  background-image: url(/img/icon_btn_arrow_gn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.cms_template .btn_op a:hover {
  opacity: 0.7;
}
.cms_template .btn_other {
  text-align: center;
  margin-bottom: 0.3rem;
}
.cms_template .btn_other a {
  font-size: 0.14rem;
  position: relative;
  border-bottom: 1px solid #000;
}
.cms_template .btn_other a:after {
  content: "";
  width: 0.1rem;
  height: 0.12rem;
  background-image: url(/img/icon_btn_arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  display: inline-block;
  padding-left: 0.1rem;
}
.cms_template .btn_other a:hover {
  opacity: 0.7;
}
.cms_template .flow_list_wrap {
  width: 100%;
  max-width: 12rem;
  margin: auto;
  position: relative;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .cms_template .flow_list_wrap {
    margin: 0.3rem auto 0;
    padding: 0 0.08rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cms_template .flow_list_wrap .list {
  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;
}
.cms_template .flow_list_wrap .list .detail {
  width: 100%;
  max-width: 3.8rem;
  border-radius: 0.05rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #50b9c3;
}
@media screen and (max-width: 640px) {
  .cms_template .flow_list_wrap .list .detail {
    max-width: 100%;
    margin-bottom: 0.08rem;
  }
}
.cms_template .flow_list_wrap .list .detail .icon {
  width: 0.64rem;
  height: 0.64rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .cms_template .flow_list_wrap .list .detail .icon {
    width: 0.48rem;
    height: 0.48rem;
    margin: 0;
  }
}
.cms_template .flow_list_wrap .list .detail .icon img {
  display: block;
  height: 100%;
}
.cms_template .flow_list_wrap .list .detail .txt {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .cms_template .flow_list_wrap .list .detail .txt {
    font-size: 0.16rem;
    width: calc(100% - 0.7rem);
    text-align: left;
    margin-top: 0;
  }
}
.cms_template .flow_list_wrap .list .detail .txt span {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .cms_template .flow_list_wrap .list .detail .txt span {
    display: block;
    width: 100%;
    position: relative;
  }
}
.cms_template .flow_list_wrap .list .detail .txt span:after {
  content: "";
  width: 0.1rem;
  height: 0.12rem;
  display: inline-block;
  margin-left: 0.1rem;
  background-image: url(/img/txt_link_arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -0.01rem;
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 640px) {
  .cms_template .flow_list_wrap .list .detail .txt span:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cms_template .flow_list_wrap .list .detail .wrap_link {
  padding: 0.35rem 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .cms_template .flow_list_wrap .list .detail .wrap_link {
    padding: 0.12rem 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cms_template .flow_list_wrap .list .detail .wrap_link:hover .txt span {
  color: #50b9c3;
}
.cms_template .flow_list_wrap .list .detail .wrap_link:hover .txt span:after {
  background-image: url(/img/txt_link_arrow_blue.svg);
}
.cms_template .page_tit {
  margin: 0.5rem 0;
}
@media screen and (max-width: 640px) {
  .cms_template .page_tit {
    margin: 0.4rem 0 0.2rem;
  }
}
.cms_template .page_tit .en {
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: #c8aa50;
}
@media screen and (max-width: 640px) {
  .cms_template .page_tit .en {
    font-size: 0.16rem;
  }
}
.cms_template .page_tit h1 {
  font-size: 0.38rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .cms_template .page_tit h1 {
    font-size: 0.22rem;
  }
}
.cms_template .sec_tit {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .cms_template .sec_tit {
    margin-bottom: 0.1rem;
  }
}
.cms_template .sec_tit.-deco {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 0.17rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.cms_template .sec_tit .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
  color: #c8aa50;
}
@media screen and (max-width: 640px) {
  .cms_template .sec_tit .en {
    font-size: 0.16rem;
  }
}
.cms_template .sec_tit h2 {
  font-size: 0.28rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .cms_template .sec_tit h2 {
    font-size: 0.2rem;
  }
}
.cms_template .lead {
  margin-top: 0.25rem;
}
.cms_template .lead p {
  font-size: 0.16rem;
  line-height: 2.15;
}
@media screen and (max-width: 640px) {
  .cms_template .lead p {
    font-size: 0.15rem;
    line-height: 2;
  }
}
.cms_template .small_tit {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.cms_template .small_tit h3 {
  font-size: 0.18rem;
}
.cms_template .text {
  margin-bottom: 0.2rem;
}
.cms_template .text p {
  font-size: 0.14rem;
  line-height: 1.71;
}
.cms_template .text.-bg {
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem;
}
.cms_template .text.-bg2 {
  background: #edf8f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem;
}
.cms_template .cat {
  font-size: 0.14rem;
  padding: 0.05rem 0;
}
.cms_template .cat .cat01 {
  color: #8f8f8f;
}
.cms_template .cat .cat02 {
  color: #ce99a6;
}
.cms_template .cat .cat03 {
  color: #85adca;
}
.cms_template .cat .cat04 {
  color: #9c7dbb;
}
.cms_template .cat .cat05 {
  color: #72a56e;
}
.cms_template .list_dot {
  margin-top: 1rem;
}
.cms_template .list_dot li {
  font-size: 0.16rem;
  line-height: 1.7;
  padding-bottom: 0.05rem;
  position: relative;
  padding-left: 0.17rem;
}
.cms_template .list_dot li:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #0aa1c2;
  position: absolute;
  left: 0;
  top: 0.07rem;
}
.cms_template .list_no {
  margin-top: 0.8rem;
  counter-reset: item;
}
.cms_template .list_no li {
  font-size: 0.16rem;
  line-height: 1.7;
  padding-bottom: 0.05rem;
  position: relative;
  padding-left: 0.2rem;
}
.cms_template .list_no li:before {
  content: "";
  display: block;
  counter-increment: item;
  content: counter(item);
  color: #0aa1c2;
  position: absolute;
  font-size: 0.15rem;
  font-weight: 700;
  left: 0;
  top: 0.01rem;
}
.cms_template .text_box {
  margin: 1rem 0;
  background: rgba(80, 185, 195, 0.1);
  border-left: 0.08rem solid #50b9c3;
  padding: 0.5rem 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cms_template .text_box h1 {
  font-weight: 600;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.16rem;
}
.cms_template .text_box p {
  font-size: 0.14rem;
  line-height: 1.7;
}
.cms_template .layout_free_text.free_text h1 {
  font-size: 0.38rem;
  font-weight: 700;
  padding: 0.2rem 0 0.2rem;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_free_text.free_text h1 {
    font-size: 0.22rem;
  }
}
.cms_template .layout_free_text.free_text h2 {
  font-size: 0.28rem;
  font-weight: 700;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_free_text.free_text h2 {
    font-size: 0.2rem;
  }
}
.cms_template .layout_free_text.free_text h3 {
  font-size: 0.18rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_free_text.free_text h3 {
    font-size: 0.18rem;
  }
}
.cms_template .layout_free_text.free_text p {
  font-size: 0.16rem;
  line-height: 2.15;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_free_text.free_text p {
    font-size: 0.15rem;
    line-height: 2;
    text-align: justify;
  }
}
.cms_template .layout_free_text.free_text ul {
  margin-top: 0.3rem;
  counter-reset: item;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_free_text.free_text ul {
    margin-top: 0.2rem;
  }
}
.cms_template .layout_free_text.free_text ul li {
  font-size: 0.16rem;
  line-height: 1.7;
  padding-bottom: 0.05rem;
  position: relative;
  padding-left: 0.17rem;
}
.cms_template .layout_free_text.free_text ul li:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #0aa1c2;
  position: absolute;
  left: 0;
  top: 0.07rem;
}
.cms_template .layout_free_text.free_text ol {
  margin-top: 1rem;
  counter-reset: item;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_free_text.free_text ol {
    margin-top: 0.2rem;
  }
}
.cms_template .layout_free_text.free_text ol li {
  font-size: 0.14rem;
  line-height: 1.7;
  padding-bottom: 0.05rem;
  position: relative;
  padding-left: 0.17rem;
}
.cms_template .layout_free_text.free_text ol li:before {
  content: "";
  display: block;
  counter-increment: item;
  content: counter(item);
  color: #0aa1c2;
  position: absolute;
  font-size: 0.15rem;
  font-weight: 700;
  left: 0;
  top: -0.01rem;
}
.cms_template .layout_free_text.free_text blockquote {
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_free_text.free_text blockquote {
    padding: 0.16rem;
  }
}
.cms_template .layout_free_text.free_text blockquote p {
  font-size: 0.14rem;
  line-height: 1.71;
}
.cms_template .layout_free_text.free_text a {
  text-decoration: underline;
  color: #50b9c3;
}
.cms_template .layout_free_text.free_text a:hover {
  text-decoration: none;
}
.cms_template .lead {
  margin-top: 0.25rem;
}
.cms_template .small_tit {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.cms_template .text {
  margin-bottom: 0.2rem;
}
.cms_template .text p {
  font-size: 0.14rem;
  line-height: 1.71;
}
.cms_template .text.-bg {
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem;
}
.cms_template .cat {
  font-size: 0.14rem;
  padding: 0.05rem 0;
}
.cms_template .cat .cat01 {
  color: #8f8f8f;
}
.cms_template .cat .cat02 {
  color: #ce99a6;
}
.cms_template .cat .cat03 {
  color: #85adca;
}
.cms_template .cat .cat04 {
  color: #9c7dbb;
}
.cms_template .cat .cat05 {
  color: #72a56e;
}
.cms_template .list_dot {
  margin-top: 1rem;
}
.cms_template .list_no {
  margin-top: 0.8rem;
  counter-reset: item;
}
.cms_template .text_box {
  margin: 1rem 0;
  background: rgba(80, 185, 195, 0.1);
  border-left: 0.08rem solid #50b9c3;
  padding: 0.5rem 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cms_template .text_box h1 {
  font-weight: 600;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.16rem;
}
.cms_template .text_box p {
  font-size: 0.14rem;
  line-height: 1.7;
}
.cms_template .koumoku {
  margin-bottom: 0.5rem;
}
.cms_template .koumoku table {
  width: 100%;
  border-collapse: collapse;
}
.cms_template .koumoku table tr {
  border-top: 1px solid #e5e8ea;
}
.cms_template .koumoku table tr:last-child {
  border-bottom: 1px solid #e5e8ea;
}
.cms_template .koumoku table tr th {
  background: rgba(80, 185, 195, 0.1);
  font-size: 0.14rem;
  font-weight: 700;
  padding: 0.2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.25rem;
}
.cms_template .koumoku table tr td {
  font-size: 0.14rem;
  padding: 0.2rem 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cms_template .hyo {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  .cms_template .hyo {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.cms_template .hyo table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  .cms_template .hyo table {
    width: 8.4rem;
    white-space: nowrap;
  }
}
.cms_template .hyo table tr {
  border: 1px solid #e5e8ea;
}
.cms_template .hyo table tr th {
  background: rgba(80, 185, 195, 0.1);
  font-size: 0.14rem;
  font-weight: 700;
  padding: 0.2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  border-left: 1px solid #e5e8ea;
  text-align: center;
}
.cms_template .hyo table tr th.recommend_part {
  text-align: center;
}
.cms_template .hyo table tr td {
  font-size: 0.14rem;
  padding: 0.2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #e5e8ea;
  text-align: center;
  background-color: #fff;
}
.cms_template .hyo table .play_area .play_btn {
  width: 0.28rem;
  height: 0.28rem;
  background-color: #50b9c3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.cms_template .hyo table .play_area .play_btn:before {
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
  border-style: solid;
  border-top: 0.05rem solid transparent;
  border-bottom: 0.05rem solid transparent;
  border-left: 0.08rem solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.01rem);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cms_template .hyo table .play_area .play_btn.pause:before {
  content: "";
  width: 0.09rem;
  height: 0.1rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-left: 0.03rem solid #fff;
  border-right: 0.03rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cms_template .hyo.sound_sample {
  line-height: 1.2;
  margin-top: 0.3rem;
}
.cms_template .hyo.sound_sample th {
  width: auto;
  padding: 0.06rem 0;
}
.cms_template .hyo.sound_sample th.play_tit {
  width: auto;
  text-align: center;
}
.cms_template .hyo.sound_sample th.gender {
  width: 1.42rem;
  text-align: center;
}
.cms_template .hyo.sound_sample th.recommend {
  width: 4.63rem;
  text-align: center;
}
.cms_template .hyo.sound_sample th.recommend .recommend_part {
  width: 25%;
  text-align: center;
}
.cms_template .hyo.sound_sample th.play_area {
  text-align: left;
  position: relative;
  font-weight: 400;
  background-color: #fff;
  padding: 0.06rem 0.8rem 0.06rem 0.25rem;
}
.cms_template .faq {
  padding: 0;
}
.cms_template .faq .faq_box.-close .icon:after {
  -webkit-transform: translateX(-50%) rotate(0);
  transform: translateX(-50%) rotate(0);
}
.cms_template .faq .faq_box.-close .txt_box {
  display: none;
}
.cms_template .spec .spec_box_wrap {
  margin-top: 0.5rem;
  border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 640px) {
  .cms_template .spec .spec_box_wrap {
    margin-top: 0.25rem;
  }
}
.cms_template .spec .spec_box_wrap .spec_box {
  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: 0.24rem 0;
  border-bottom: 1px solid #e7e7e7;
}
.cms_template .spec .spec_box_wrap .spec_box .tit {
  width: 100%;
  max-width: 2rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .cms_template .spec .spec_box_wrap .spec_box .tit {
    margin-bottom: 0.2rem;
  }
}
.cms_template .spec .spec_box_wrap .spec_box .txt_box {
  width: calc(100% - 2rem);
}
@media screen and (max-width: 640px) {
  .cms_template .spec .spec_box_wrap .spec_box .txt_box {
    width: 100%;
  }
}
.cms_template .spec .spec_box_wrap .spec_box .txt_box .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 1.71;
}
.cms_template .img_only {
  margin-top: 0;
}
.cms_template .img_only.-iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.cms_template .img_only.-iframe .wrap_link {
  display: block;
  cursor: pointer;
}
.cms_template .img_only.-iframe iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 0.25rem;
}
.cms_template .img_only img {
  margin-bottom: 0.25rem;
}
.cms_template .img_only .text {
  font-size: 0.14rem;
  line-height: 1.71;
}
.cms_template .img_col2 {
  margin-top: 0.8rem;
}
.cms_template .img_col2.-iframe .movie_wrap {
  aspect-ratio: 16/9;
  width: 100%;
}
.cms_template .img_col2.-iframe .movie_wrap iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 0.25rem;
}
.cms_template .img_col2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cms_template .img_col2 .list img {
  margin-bottom: 0.25rem;
}
.cms_template .img_col2 .list .item {
  width: calc((100% - 0.4rem) / 2);
}
.cms_template .img_col2 .list .item .title {
  margin-bottom: 0.16rem;
  font-size: 0.18rem;
  font-weight: 700;
}
.cms_template .img_col2 .list .item .text {
  font-size: 0.14rem;
  line-height: 1.71;
}
.cms_template .img_col3 {
  margin-top: 0.8rem;
}
.cms_template .img_col3.-iframe .movie_wrap {
  aspect-ratio: 16/9;
  width: 100%;
}
.cms_template .img_col3.-iframe .movie_wrap iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 0.25rem;
}
.cms_template .img_col3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cms_template .img_col3 .list img {
  margin-bottom: 0.25rem;
}
.cms_template .img_col3 .list .item {
  width: calc((100% - 0.6rem) / 3);
}
.cms_template .img_col3 .list .item .title {
  margin-bottom: 0.16rem;
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
}
.cms_template .img_col3 .list .item .text {
  font-size: 0.14rem;
  line-height: 1.71;
}
.cms_template .img_left {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .cms_template .img_left {
    margin-top: 0.4rem;
  }
}
.cms_template .img_left.-iframe .movie_wrap {
  aspect-ratio: 16/9;
  max-width: 3.8rem;
  width: 100%;
}
.cms_template .img_left.-iframe .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
.cms_template .img_left .cont_wrap {
  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;
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 640px) {
  .cms_template .img_left .cont_wrap {
    margin-bottom: 0;
  }
}
.cms_template .img_left .cont_wrap.-bg {
  margin-bottom: 0.35rem;
  background: rgba(80, 185, 195, 0.1);
}
@media screen and (max-width: 640px) {
  .cms_template .img_left .cont_wrap.-bg .text_wrap {
    padding: 0.2rem;
  }
}
.cms_template .img_left .cont_wrap .ph_wrap {
  max-width: 3.8rem;
  width: 100%;
  height: 2.85rem;
}
@media screen and (max-width: 640px) {
  .cms_template .img_left .cont_wrap .ph_wrap {
    max-width: 100%;
    height: 66vw;
  }
}
.cms_template .img_left .cont_wrap .ph_wrap img {
  vertical-align: top;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cms_template .img_left .cont_wrap .text_wrap {
  width: calc(100% - 3.8rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
@media screen and (max-width: 640px) {
  .cms_template .img_left .cont_wrap .text_wrap {
    width: 100%;
    padding: 0.2rem 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cms_template .img_left .cont_wrap .text_wrap .title {
  margin-bottom: 0.16rem;
  font-size: 0.18rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .cms_template .img_left .cont_wrap .text_wrap .title {
    margin-bottom: 0.12rem;
  }
}
.cms_template .img_left .cont_wrap .text_wrap .text {
  font-size: 0.14rem;
  line-height: 1.71;
  margin-bottom: 0;
}
.cms_template .img_right {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .cms_template .img_right {
    margin-top: 0.4rem;
  }
}
.cms_template .img_right.-iframe .movie_wrap {
  aspect-ratio: 16/9;
  max-width: 3.8rem;
  width: 100%;
}
.cms_template .img_right.-iframe .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
.cms_template .img_right .cont_wrap {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 640px) {
  .cms_template .img_right .cont_wrap {
    margin-bottom: 0;
  }
}
.cms_template .img_right .cont_wrap.-bg {
  margin-bottom: 0.35rem;
  background: rgba(80, 185, 195, 0.1);
}
@media screen and (max-width: 640px) {
  .cms_template .img_right .cont_wrap.-bg .text_wrap {
    padding: 0.2rem;
  }
}
.cms_template .img_right .cont_wrap .ph_wrap {
  max-width: 3.8rem;
  width: 100%;
  height: 2.85rem;
}
@media screen and (max-width: 640px) {
  .cms_template .img_right .cont_wrap .ph_wrap {
    max-width: 100%;
    height: 66vw;
  }
}
.cms_template .img_right .cont_wrap .ph_wrap img {
  vertical-align: top;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cms_template .img_right .cont_wrap .text_wrap {
  width: calc(100% - 3.8rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
@media screen and (max-width: 640px) {
  .cms_template .img_right .cont_wrap .text_wrap {
    width: 100%;
    padding: 0.2rem 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cms_template .img_right .cont_wrap .text_wrap .title {
  margin-bottom: 0.16rem;
  font-size: 0.18rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .cms_template .img_right .cont_wrap .text_wrap .title {
    margin-bottom: 0.12rem;
  }
}
.cms_template .img_right .cont_wrap .text_wrap .text {
  font-size: 0.14rem;
  line-height: 1.71;
  margin-bottom: 0;
}
.cms_template .product {
  margin-top: 0.8rem;
}
.cms_template .product .mov_list {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .cms_template .product .mov_list {
    margin-top: 0.2rem;
    overflow-x: scroll;
    margin-right: -0.24rem;
  }
}
.cms_template .product .mov_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media screen and (max-width: 640px) {
  .cms_template .product .mov_list .list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    padding: 0 0.24rem;
  }
}
.cms_template .product .mov_list .list .detail {
  width: 100%;
  max-width: 3.6rem;
  padding: 0 0.2rem 0.9rem;
}
@media screen and (max-width: 640px) {
  .cms_template .product .mov_list .list .detail {
    max-width: 2.83rem;
    padding: 0.1rem 0.3rem 0.4rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: wrap;
  }
}
.cms_template .product .mov_list .list .detail .ph {
  height: 2.03rem;
  -webkit-box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .cms_template .product .mov_list .list .detail .ph {
    height: 1.6rem;
  }
}
.cms_template .product .mov_list .list .detail .ph img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms_template .product .mov_list .list .detail .txt_box {
  margin-top: 0.25rem;
  color: #262626;
}
@media screen and (max-width: 640px) {
  .cms_template .product .mov_list .list .detail .txt_box {
    margin-top: 0.2rem;
  }
}
.cms_template .product .mov_list .list .detail .txt_box .tit {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms_template .product .mov_list .list .detail .txt_box .cat {
  font-size: 0.14rem;
  color: #727272;
  padding: 0.13rem 0;
}
@media screen and (max-width: 640px) {
  .cms_template .product .mov_list .list .detail .txt_box .cat {
    padding: 0.05rem 0 0.08rem;
  }
}
.cms_template .product .mov_list .list .detail .txt_box .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  text-align: justify;
}
.cms_template .product .mov_list .list .detail .txt_box .price {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  margin-top: 0.17rem;
}
.cms_template .product .mov_list .list .detail .txt_box .price:after {
  content: "（税込）";
  font-size: 0.14rem;
  font-weight: 400;
  display: inline-block;
}
.cms_template .product .mov_list .list .detail .wrap_link {
  display: block;
}
.cms_template .product .mov_list .list .detail .wrap_link:hover .ph img {
  opacity: 0.7;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.cms_template .product .mov_list .list .detail .wrap_link:hover .txt_box .tit {
  color: #50b9c3;
}
.cms_template .product_small {
  margin-top: 0.8rem;
}
.cms_template .product_small .mov_list {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .cms_template .product_small .mov_list {
    margin-top: 0.2rem;
    overflow-x: scroll;
    margin-right: -0.24rem;
  }
}
.cms_template .product_small .mov_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media screen and (max-width: 640px) {
  .cms_template .product_small .mov_list .list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    padding: 0 0.24rem;
  }
}
.cms_template .product_small .mov_list .list .detail {
  width: 100%;
  max-width: 2.67rem;
  padding: 0 0.2rem 0.9rem;
}
@media screen and (max-width: 640px) {
  .cms_template .product_small .mov_list .list .detail {
    max-width: 2.83rem;
    padding: 0.1rem 0.3rem 0.4rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: wrap;
  }
}
.cms_template .product_small .mov_list .list .detail .ph {
  height: 1.5rem;
  -webkit-box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .cms_template .product_small .mov_list .list .detail .ph {
    height: 1.35rem;
  }
}
.cms_template .product_small .mov_list .list .detail .ph img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms_template .product_small .mov_list .list .detail .txt_box {
  margin-top: 0.17rem;
  color: #262626;
}
@media screen and (max-width: 640px) {
  .cms_template .product_small .mov_list .list .detail .txt_box {
    margin-top: 0.2rem;
  }
}
.cms_template .product_small .mov_list .list .detail .txt_box .tit {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms_template .product_small .mov_list .list .detail .txt_box .price {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  margin-top: 0.1rem;
}
.cms_template .product_small .mov_list .list .detail .txt_box .price:after {
  content: "（税込）";
  font-size: 0.14rem;
  font-weight: 400;
  display: inline-block;
}
.cms_template .product_small .mov_list .list .detail .wrap_link {
  display: block;
}
.cms_template .product_small .mov_list .list .detail .wrap_link:hover .ph img {
  opacity: 0.7;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.cms_template
  .product_small
  .mov_list
  .list
  .detail
  .wrap_link:hover
  .txt_box
  .tit {
  color: #50b9c3;
}
.cms_template .vocie_box {
  width: 100%;
  max-width: 12rem;
  padding: 0.3rem 0.6rem;
  margin: 0 auto 0.2rem;
  background-color: #f6f6f6;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .cms_template .vocie_box {
    padding: 0.35rem 0.16rem 0.25rem;
    border-radius: 0.05rem;
  }
}
.cms_template .vocie_box:last-child {
  border-bottom: 0;
}
.cms_template .vocie_box .voice_header {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cms_template .vocie_box .voice_header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cms_template .vocie_box .voice_header .ph {
  width: 1.17rem;
  height: 1.17rem;
}
@media screen and (max-width: 640px) {
  .cms_template .vocie_box .voice_header .ph {
    width: 0.87rem;
    height: 0.87rem;
  }
}
.cms_template .vocie_box .voice_header .txt_box {
  width: calc(100% - 1.47rem);
}
@media screen and (max-width: 640px) {
  .cms_template .vocie_box .voice_header .txt_box {
    width: calc(100% - 1.03rem);
  }
}
.cms_template .vocie_box .voice_header .txt_box .tit {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
}
@media screen and (max-width: 640px) {
  .cms_template .vocie_box .voice_header .txt_box .tit {
    font-size: 0.14rem;
    line-height: 1.85;
  }
}
.cms_template .vocie_box .voice_header .txt_box .name {
  font-size: 0.14rem;
  font-weight: 700;
  margin-top: 0.1rem;
}
.cms_template .vocie_box .main_txt {
  margin-top: 0.42rem;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media screen and (max-width: 640px) {
  .cms_template .vocie_box .main_txt {
    margin-top: 0.26rem;
  }
}
.cms_template .vocie_box .main_txt .txt {
  font-size: 0.14rem;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: justify;
}
.cms_template .vocie_box .main_txt .cat {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .cms_template .vocie_box .main_txt .cat {
    margin-top: 0.1rem;
  }
}
.cms_template .vocie_box.-cat01 .main_txt .cat {
  color: #ce99a6;
}
.cms_template .vocie_box.-cat02 .main_txt .cat {
  color: #85adca;
}
.cms_template .vocie_box.-cat03 .main_txt .cat {
  color: #9c7dbb;
}
.cms_template .vocie_box.-cat04 .main_txt .cat {
  color: #72a56e;
}
.cms_template .bnr {
  margin-top: 0.8rem;
  width: 100%;
}
.cms_template .bnr.col2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.55rem;
}
.cms_template .bnr.col2 ul li {
  width: calc(50% - 0.275rem);
}
.cms_template .bnr.col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.36rem;
}
.cms_template .bnr.col3 ul li {
  width: calc(33.3333333333% - 0.24rem);
}
.cms_template .bnr.col4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 0.25rem;
}
.cms_template .bnr.col4 ul li {
  width: calc(25% - 0.1875rem);
}
.cms_template .layout_margin.s {
  height: 0.4rem;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_margin.s {
    height: 0.2rem;
  }
}
.cms_template .layout_margin.m {
  height: 0.8rem;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_margin.m {
    height: 0.4rem;
  }
}
.cms_template .layout_margin.l {
  height: 1.5rem;
}
@media screen and (max-width: 640px) {
  .cms_template .layout_margin.l {
    height: 0.6rem;
  }
}
[data-modal-youtube] {
  cursor: pointer;
}
body.__modal-active {
  overflow-y: hidden;
}
.modal_container {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  z-index: 2;
  max-width: 1280px;
  width: calc(100% - 80px);
  height: 100%;
  z-index: 250000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-tap-highlight-color: transparent !important;
}
.modal_container:focus {
  outline: none !important;
}
.__modal-active .modal_container {
  opacity: 1;
  pointer-events: auto;
}
.__modal-noclick .modal_container {
  pointer-events: none !important;
}
@media screen and (max-width: 640px) {
  .modal_container {
    width: calc(100% - 40px);
  }
}
.modal_container .modal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 1rem);
  position: relative;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.modal_container .modal_wrap .modal_block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}
.modal_container .modal_wrap .modal_block.__view {
  opacity: 1;
  pointer-events: auto;
}
.modal_container .modal_wrap .modal_block._youtube {
  overflow: visible;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}
.modal_container .modal_wrap .modal_block._youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_container .modal_wrap .modal_block._youtube .modal-close {
  top: auto;
  bottom: 100%;
}
@media print, screen and (min-width: 641px) {
  .modal_container .modal_wrap .modal_block._youtube .modal-close {
    right: 0;
  }
}
.modal_container .modal_wrap .modal_block._youtube .modal-close i:after,
.modal_container .modal_wrap .modal_block._youtube .modal-close i:before {
  background-color: #fff;
}
.modal_container .modal-close {
  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 auto;
  width: 50px;
  height: 48px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.modal_container .modal-close.__view {
  opacity: 1;
  pointer-events: auto;
}
.__modal-noclick .modal_container .modal-close.__view {
  opacity: 0;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .modal_container .modal-close {
    width: 40px;
    height: 38px;
  }
}
.modal_container .modal-close i {
  display: block;
  margin: auto 0;
  width: 80%;
  height: 80%;
  position: relative;
}
.modal_container .modal-close i:after,
.modal_container .modal-close i:before {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
}
.modal_container .modal-close i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_container .modal-close i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_container.view .modal-close {
  opacity: 1;
}
.modal-overlay {
  z-index: 200000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.__modal-active .modal-overlay {
  opacity: 1;
  pointer-events: auto;
}
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modal-loading {
  position: absolute;
  width: 5px;
  height: 5px;
  margin: auto;
  top: -250px;
  left: -5px;
  right: 0;
  bottom: 0;
}
.modal-loading > div {
  -webkit-animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  margin: 2px;
}
.modal-loading > div:first-child {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.modal-loading > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.modal-loading > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.modal-loading > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.modal-loading > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.modal-loading > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.modal-loading > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.modal-loading > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}
/*# sourceMappingURL=template.css.map */
