@charset "UTF-8";
/* ************************************************************
* m_mainvisual
************************************************************ */
.m_mainvisual {
  background-color: #e6eaf6;
  padding-top: 18vw;
  position: relative;
}

.m_mainvisual__bnr {
  margin: 7% auto;
  width: 97%;
}

.m_mainvisual__img {
  margin: 0 0 0px;
}

.m_mainvisual__title {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  left: 0;
  margin-top: 0px;
  padding: 0 4% 20px;
  position: absolute;
  top: 44%;
  transform: translate(0%, -50%);
}
.m_mainvisual__title p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0 5px;
  text-align: left;
}
.m_mainvisual__title p span {
  font-size: 1.1rem;
  font-weight: 500;
}

.m_mainvisual__img img {
  width: 100%;
}

.m_mainvisual__sns img {
  margin: 0 auto;
  width: 90%;
}

@media all and (min-width: 769px) {
  .m_mainvisual {
    padding-top: 0;
  }
  .m_mainvisual__img {
    background: none;
    margin: 0;
  }
  .m_mainvisual__title {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    left: 50%;
    margin-top: 0%;
    padding: 0;
    top: 16%;
    transform: translate(-50%, 0%);
    width: 80%;
  }
  .m_mainvisual__title img {
    margin: 0 auto;
    width: 89%;
  }
  .m_mainvisual__title img.m_mainvisual__bnr {
    margin: 3% auto;
    width: 45%;
  }
  .m_mainvisual__title p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 40px;
    padding: 0 100px;
    text-align: center;
  }
  .m_mainvisual__title p span {
    font-size: 1.6rem;
  }
  .m_mainvisual__sns img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1760px) {
  .m_mainvisual__title {
    top: 14%;
  }
  .m_mainvisual__title p {
    margin-top: 20px;
    padding: 0 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1420px) {
  .m_mainvisual__title {
    bottom: 41.5%;
    top: unset;
    width: 70%;
  }
}
/*------------------------------------------------------------
pages
------------------------------------------------------------*/
.pages {
  margin: 0px 0 -30px;
  padding: 50px 0 40px;
  position: relative;
}
.pages:before {
  background: url(../img/bg-001.jpg);
  background-position: top center;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

@media all and (min-width: 769px) {
  .pages {
    background-position: 0 60px;
    margin: 0;
    padding: 90px 0 60px;
  }
  .pages:before {
    background: url(../img/bg-pc-001.jpg);
    background-position: top center;
    background-size: cover;
  }
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/* ************************************************************
* m_title
************************************************************ */
.m_title {
  margin: 0 auto 25px;
}

@media all and (min-width: 769px) {
  .m_title {
    margin: 0 auto;
    width: auto !important;
  }
  .m_title__text {
    margin: 0 !important;
  }
  .m_title img {
    max-width: 100%;
  }
}
/* ************************************************************
* m_title2
************************************************************ */
.m_title2 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .m_title2 {
    font-size: 2.9rem;
  }
}
/* ************************************************************
* m_title3
************************************************************ */
.m_title3 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
}

.m_title3:after {
  border-bottom: 2px dotted #000;
  content: "";
  display: block;
  height: 1px;
  margin-top: 5px;
  width: 100%;
}

@media all and (min-width: 769px) {
  .m_title3 {
    font-size: 2.3rem;
  }
  .m_title3:after {
    margin-top: 10px;
  }
}
/* ************************************************************
* m_title4
************************************************************ */
.m_title4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  border-bottom: 2px dotted #e8648c;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.9rem;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-bottom: 8px;
  text-align: center;
}
.m_title4 img {
  margin: 0 3%;
  width: 17px;
}

@media all and (min-width: 769px) {
  .m_title4 {
    border-bottom: 6px dotted #e8648c;
    font-size: 3.2rem;
    padding-bottom: 10px;
  }
  .m_title4 img {
    margin: 0 30px;
    width: 34px;
  }
}
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/* ************************************************************
* m_text1
************************************************************ */
.m_text1 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
}

@media all and (min-width: 769px) {
  .m_text1 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
/* ************************************************************
* m_text2
************************************************************ */
.m_text2 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
}

@media all and (min-width: 769px) {
  .m_text2 {
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/* ************************************************************
* .m_list
************************************************************ */
.m_list__card {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m_list__card:last-child {
  margin: 0;
}

.m_list__text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

.m_list__title {
  color: #2ca4bf;
  font-size: 1.5rem;
  text-align: center;
}

.m_list__movie {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 56.5%;
  position: relative;
  width: 100%;
}

.m_list__movie iframe {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
}

@media all and (min-width: 769px) {
  .m_list__text {
    font-size: 2rem;
    line-height: 2;
  }
  .m_list__title {
    font-size: 2.3rem;
  }
  .m_list__img {
    margin: 0;
    width: 48%;
  }
  .m_list__movie {
    padding-top: 25.5%;
    width: 44%;
  }
  .m_list__card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
/* ************************************************************
* .m_box
************************************************************ */
.m_box {
  background-color: #fef5f8;
  border-radius: 25px;
  padding: 20px;
}

.m_box__ttl {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #e8648c;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: left;
}

@media all and (min-width: 769px) {
  .m_box__ttl {
    font-size: 2.8rem;
  }
  .m_box__txt2 {
    font-size: 2rem;
    line-height: 2;
  }
  .m_box__info {
    font-size: 0;
  }
  .m_box__txt2 {
    display: inline-block;
    line-height: 1.9;
    margin: 0 0 0 3%;
    vertical-align: top;
    width: 47%;
  }
  .m_box__txt2:first-child {
    border-bottom: none;
    margin: 0 0;
    padding-bottom: 0;
    position: relative;
    width: auto;
  }
}
/* ************************************************************
* .m_download
************************************************************ */
.m_download__text {
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}

.m_download__btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease;
  background-color: #2ca4bf;
  border: 1px solid #2ca4bf;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  font-weight: 500;
  height: 75px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  width: 90%;
}
.m_download__btn:hover {
  background-color: #fff;
  color: #2ca4bf;
  opacity: 1;
}
.m_download__btn:hover:after {
  border-left: 6px solid #2ca4bf;
}

.m_download__btn.m_download__btn--white {
  background-color: #fff;
  border: 1px solid #2ca4bf;
  color: #2ca4bf;
  font-size: 1.4rem;
  height: 55px;
}
.m_download__btn.m_download__btn--white:hover {
  background-color: #2ca4bf;
  color: #fff;
}
.m_download__btn.m_download__btn--white:hover:after {
  border-left: 6px solid #fff;
}

.m_download__btn:after {
  -webkit-transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  content: "";
  margin-top: -4px;
  position: absolute;
  right: 5%;
  top: 50%;
  transition: all 0.3s ease;
}

.m_download__btn.m_download__btn--white:after {
  border-left: 6px solid #2ca4bf;
}

@media all and (min-width: 769px) {
  .m_download__text {
    font-size: 2.8rem;
  }
  .m_download__btn {
    border-radius: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.6rem;
    height: 100px;
    line-height: 100px;
    width: 1000px;
  }
  .m_download__btn:after {
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    margin-top: -8px;
    right: 55px;
  }
  .m_download__btn:hover:after {
    border-left: 12px solid #2ca4bf;
  }
  .m_download__btn.m_download__btn--white:hover:after {
    border-left: 5px solid #fff !important;
  }
}
/* ************************************************************
* .m_accordion
************************************************************ */
.m_accordion__list {
  border-radius: 15px;
  margin-bottom: 25px;
  padding: 10px 10px 10px;
}

.m_accordion__ttl {
  margin-bottom: 15px;
  position: relative;
}

.m_accordion__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 15px;
}

.m_accordion__ttl .m_accordion__text {
  margin-left: 70px;
}

.m_accordion__number {
  background-color: #259b5e;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  height: 40px;
  left: 20px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.m_accordion__content {
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto 20px;
}

.m_accordion__heading {
  cursor: pointer;
  padding: 12px 0;
  position: relative;
}

.m_accordion__heading:before {
  background-color: #259b5e;
  border-radius: 50%;
  content: "";
  height: 18px;
  margin-top: -9px;
  position: absolute;
  right: 23px;
  top: 50%;
  width: 18px;
}

.m_accordion__heading:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  content: "";
  margin-top: -2px;
  position: absolute;
  right: 28px;
  top: 50%;
}

.m_accordion__heading.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  margin-top: -4px;
  transform: rotate(-180deg);
}

.m_accordion__heading .m_accordion__text {
  margin: 0 45px 0 70px;
}

.m_accordion__heading .m_accordion__number {
  left: 20px;
  margin-top: -20px;
  top: 50%;
}

.m_accordion__body {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  display: none;
  margin-top: 3px;
  padding-top: 0px;
}

.m_accordion__grid {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px 15px;
}

.m_accordion__grid .m_accordion__col {
  margin-top: 20px;
}

.m_accordion__grid--reverse .m_accordion__col {
  margin-bottom: 15px;
  margin-top: 0;
}

.m_accordion__col .m_accordion__text {
  line-height: 1.8;
}

.m_accordion__info {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 15px 15px 0;
}

.m_accordion__info img {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
}

.m_accordion__text2 {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.m_accordion__name {
  color: #259b5e;
  font-size: 1.7rem;
  font-weight: 500;
}

.m_accordion__name:after {
  color: #000;
  content: "さん";
  font-size: 1.25rem;
}

.m_accordion__pref {
  font-weight: 500;
}

.m_accordion__col .m_title3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media all and (min-width: 769px) {
  .m_accordion__list {
    margin-bottom: 60px;
    padding: 15px 3.5% 10px;
  }
  .m_accordion__number {
    font-size: 2.4rem;
    height: 80px;
    left: 45px;
    line-height: 80px;
    margin-top: -40px;
    width: 80px;
  }
  .m_accordion__text {
    font-size: 2rem;
    line-height: 1.95;
    margin-top: 50px;
  }
  .m_accordion__ttl .m_accordion__text {
    margin-left: 135px;
  }
  .m_accordion__ttl {
    margin-bottom: 50px;
  }
  .m_accordion__heading {
    padding: 50px 0;
  }
  .m_accordion__heading .m_accordion__number {
    left: 45px;
    margin-top: -35px;
  }
  .m_accordion__heading .m_accordion__text {
    margin: 0 100px 0 135px;
  }
  .m_accordion__heading:before {
    height: 35px;
    margin-top: -15px;
    right: 25px;
    width: 35px;
  }
  .m_accordion__heading:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
    right: 34px;
  }
  .m_accordion__content {
    border-radius: 30px;
    margin: 0 auto 30px;
  }
  .m_accordion__body {
    border-top: 2px dotted rgb(0, 0, 0);
    margin-top: 0px;
    padding: 60px 0 0;
  }
  .m_accordion__grid {
    padding: 0 3%;
  }
  .m_accordion__grid--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .m_accordion__col {
    margin-top: 0 !important;
    width: 48.5%;
  }
  .m_accordion__grid--reverse .m_accordion__col {
    margin-bottom: 0;
  }
  .m_accordion__col .m_accordion__text {
    font-size: 2rem;
    line-height: 2;
    margin-top: 10px;
  }
  .m_accordion__info {
    border-top: 2px dotted rgb(0, 0, 0);
    margin: 50px 0 50px;
    padding: 60px 3.5% 0;
  }
  .m_accordion__grid.txt .m_accordion__col {
    width: auto;
  }
  .m_accordion__info img {
    width: 130px;
  }
  .m_accordion__text2 {
    margin-left: 20px;
  }
  .m_accordion__name {
    display: inline-block;
    font-size: 2.8rem;
    margin-right: 45px;
    vertical-align: middle;
  }
  .m_accordion__pref {
    display: inline-block;
    font-size: 2.8rem;
    vertical-align: middle;
  }
  .m_accordion__name:after {
    font-size: 2rem;
  }
  .m_accordion__col .m_title3 {
    font-size: 2.2rem;
  }
}
/* ************************************************************
* .m_accordion2
************************************************************ */
.m_accordion2__list {
  margin-top: 20px;
}

.m_accordion2 {
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 10px;
}

.m_accordion2__ttl {
  cursor: pointer;
  padding: 20px 30px 15px 15px;
  position: relative;
}

.m_accordion2__ttl:before {
  background-color: #e8648c;
  border-radius: 50%;
  content: "";
  height: 14px;
  margin-top: -5.5px;
  position: absolute;
  right: 9.5px;
  top: 50%;
  width: 14px;
}

.m_accordion2__ttl:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  content: "";
  margin-top: -1px;
  position: absolute;
  right: 12px;
  top: 50%;
}

.m_accordion2__ttl.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  margin-top: -2px;
  transform: rotate(-180deg);
}

.m_accordion2__number {
  background-color: #e8648c;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  height: 30px;
  left: 10px;
  line-height: 30px;
  margin-top: -13px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
}

.m_accordion2__text {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 35px;
}

.m_accordion2__content {
  border-top: 1px dotted #000;
  display: none;
  padding: 15px 15px;
  position: relative;
}

.m_accordion2__content .m_accordion2__number {
  margin-top: 0;
  top: 10px;
}

.m_accordion3__text {
  font-size: 1.12rem;
  line-height: 1.8;
  margin-left: 35px;
  margin-top: 10px;
}

.m_accordion2__more {
  display: none;
}

.m_accordion2_btn {
  margin-top: 40px;
}

.m_accordion2_btn__txt {
  background-color: #2ca4bf;
  border: 1px solid #2ca4bf;
  border-radius: 50px;
  color: #fff !important;
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 70%;
}
.m_accordion2_btn__txt:hover {
  background-color: #fff;
  color: #2ca4bf !important;
  opacity: 1;
}
.m_accordion2_btn__txt:hover:after {
  border-top: 6px solid #2ca4bf;
}

.m_accordion2_btn__txt:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  content: "";
  margin-top: -3px;
  position: absolute;
  right: 10%;
  top: 50%;
}

.m_accordion2_btn__txt.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media all and (min-width: 769px) {
  .m_accordion2 {
    background-color: #eff3f9;
    margin-bottom: 60px;
  }
  .m_accordion2__list {
    margin-top: 60px;
  }
  .m_accordion2__number {
    font-size: 2rem;
    height: 80px;
    left: 50px;
    line-height: 80px;
    margin-top: -40px;
    width: 80px;
  }
  .m_accordion2__text {
    font-size: 2.4rem;
    margin-left: 0;
  }
  .m_accordion2__ttl {
    padding: 60px 110px 60px 150px;
  }
  .m_accordion2__content {
    border-top: 2px dotted #000;
    padding: 60px 50px 30px 150px;
  }
  .m_accordion2__content .m_accordion2__number {
    top: 40px;
  }
  .m_accordion3__text {
    font-size: 2rem;
    margin-left: 0;
    margin-top: 25px;
  }
  .m_accordion2__ttl:before {
    height: 35px;
    margin-top: -18px;
    right: 60px;
    width: 35px;
  }
  .m_accordion2__ttl:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #fff;
    margin-top: -4px;
    right: 72px;
  }
  .m_accordion2__ttl.open:after {
    margin-top: -6px;
  }
  .m_accordion2_btn {
    margin-top: 60px;
  }
  .m_accordion2_btn__txt {
    font-size: 2.16rem;
    height: 100px;
    line-height: 100px;
    width: 400px;
  }
  .m_accordion2_btn__txt:hover {
    background-color: #fff !important;
    color: #e8648c !important;
  }
  .m_accordion2_btn__txt:hover:after {
    border-top: 10px solid #e8648c;
  }
  .m_accordion2_btn__txt:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    margin-top: -5px;
    right: 11%;
  }
}
/* ************************************************************
* .m_list3
************************************************************ */
.m_list3 {
  border-bottom: 1px dotted #2d3682;
  border-top: 1px dotted #2d3682;
  margin: 30px 0 15px;
  padding: 20px 0px 15px;
}

.m_list3__text1 {
  background-color: #259b5e;
  border-radius: 25px;
  color: #fff;
  font-size: 1.3rem;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 150px;
}

.m_list3__item {
  border-bottom: 1px dotted #000;
  margin: 0 0 20px;
  padding-bottom: 20px;
}

.m_list3__item:last-child {
  border-bottom: none;
  margin: 15px 0 0;
  padding-bottom: 0;
}

.m_list3__info {
  margin-top: 15px;
}

.m_list3__text2 {
  font-size: 1.15rem;
  line-height: 1.8;
}

.m_list3__note {
  color: #ff003c;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 5px;
}

.m_list3__text2 span {
  color: #ff003c;
  font-size: 1rem;
  padding: 0 2px;
}

.m_list3 .m_download__btn {
  height: 50px;
  line-height: 50px;
  margin: 0 auto 10px;
  width: 100%;
}

@media all and (min-width: 769px) {
  .m_list3 {
    margin: 45px 0 55px;
    padding: 30px 0% 30px;
  }
  .m_list3__item {
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .m_list3__text1 {
    border-radius: 30px;
    font-size: 2rem;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    top: 0;
    width: 245px;
  }
  .m_list3__info {
    font-size: 2rem;
    margin-top: 0;
    padding-left: 305px;
  }
  .m_list3__text2 {
    font-size: 2rem;
    line-height: 1.8;
    padding-top: 10px;
  }
  .m_list3__note {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .m_list3__text2 span {
    font-size: 1.8rem;
  }
  .m_list3 .m_download__btn {
    font-size: 2.16rem;
    height: 70px;
    line-height: 70px;
    width: 380px;
  }
  .m_list3 .m_download__btn:after {
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    margin-top: -5px;
    right: 30px;
  }
  .m_list3 .m_download__btn:hover:after {
    border-left: 10px solid #2ca4bf;
  }
}
/* ************************************************************
* .m_list4
************************************************************ */
.m_list4__ttl {
  font-size: 1.4rem;
  font-weight: bold;
}

.m_list4__ttl span {
  font-size: 1.1rem;
  font-weight: 500;
}

.m_list4__wrap {
  margin-top: 3px;
  padding-left: 17px;
}

.m_list4__item {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
}

.m_list4__item::before {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  background: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 5px;
}

@media all and (min-width: 769px) {
  .m_list4__ttl {
    font-size: 2rem;
  }
  .m_list4__ttl span {
    font-size: 1.8rem;
  }
  .m_list4__item {
    font-size: 2rem;
    line-height: 2;
    padding-left: 15px;
  }
  .m_list4__wrap {
    padding-left: 7px;
  }
}
/* ************************************************************
* .m_info
************************************************************ */
.m_info {
  background-color: #2ca4bf;
  border-radius: 25px;
  margin: 15px auto 0;
  padding: 15px 0;
  text-align: center;
  width: 90%;
}

.m_info__txt {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.3;
}

@media all and (min-width: 769px) {
  .m_info {
    border-radius: 40px;
    margin: 0 auto;
    padding: 40px 0;
    width: 1000px;
  }
  .m_info__txt {
    font-size: 3.4rem;
  }
}