@charset "UTF-8";
.en_no_l{
  font-family: 'milizeBarlow-L';
}
.en_no_l_b{
  font-family: 'milizeBarlow-L';
  font-weight: bold;
}

.en_no_m{
  font-family: 'milizeBarlow-M';
}

.en_no_m_b{
  font-family: 'milizeBarlow-M';
  font-weight: bold;
}

.ac_open .en_no_m{
  font-family: 'milizeBarlow-M';
  font-weight: 600;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.3;
  width: auto;
  margin: 0;
}

.no_bgc{
  background: none;
  padding: 0;
}

.content_top .main_ttl{
  text-align: center;
  font-size: 1.3rem;
  padding: 2rem 0 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  background: -webkit-linear-gradient(40deg, rgba(255,244,255,1) 0%, rgba(233,241,255,1) 45%, rgba(230,241,255,1) 100%);
  background: -o-linear-gradient(40deg, rgba(255,244,255,1) 0%, rgba(233,241,255,1) 45%, rgba(230,241,255,1) 100%);
  background: linear-gradient(130deg, rgba(255,244,255,1) 0%, rgba(233,241,255,1) 45%, rgba(230,241,255,1) 100%);
  color: #333;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.content_app .pattern1{
  padding: 1.5rem 1.5rem;
  width: 90%;
}

.content_app .app_download .app_under_txt{
  color: #A7AAFF;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
}

.step li {
  text-align: center;
}

.step li img {
  width: 50%;
}

.step li dl{
  text-align: left;
}

.account_co01 .ac_overview,.account_co01 .ac_txt,.account_co01 .ao_sub_ttl{
  width: 90%;
  margin: 0 auto;
}

.account_co01 .ac_overview{
  padding: 1rem 0;
  line-height: 1.8;
  font-size: 1.1rem;
}

.account_co01 .ao_sub_ttl{
  padding: 2rem 0 0.5rem;
  line-height: 1.8;
  font-size: 1.35rem;
  font-weight: 500;
}

.account_co01 .ao_sub_ttl .en_no_m{
  font-weight: normal;
}

.account_co01 .ac_txt{
  padding: 1rem;
  background-color: #EBEDFF;
  border-radius: 20px;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.account_co01 .ac_txt p{
  color: #4B4EA0;
  font-size: 1rem;
  font-weight: 400;
}

.account_co01 .ac_txt p .en_no_l{
  color: #4B4EA0;
  font-size: 1rem;
  font-weight: bold;
}

/* .step{
  margin: 3rem 0;
} */

.step{
  margin: 3rem auto;
  width: 87%;
}

.step li{
  margin-bottom: 2.5rem;
}

.step li img{
  width: 60%;
}

.step li:nth-child(4) img{
  width: 75%;
}
.step li:nth-child(5) img{
  width: 90%;
}

.step dt {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.step .step_no,.step span{
  color: #7C88F3;
}

.step dt .en_no_m{
  color: #333;
}

.step .step_no{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'milizeBarlow-L';
  font-size: 1.7rem;
  padding-right: 1rem;
}

.step .step_no span{
  font-size: 0.9rem;
  padding-bottom: 0.1rem;
}

.step dd{
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding: 1rem 0;
}

.step dd .small{
  font-size: 0.8rem;
  color: #333;
  display: block;
}

.button{
  margin-bottom: 3rem;
}

.remodal{
  border-radius: 10px;
}

.remodal-overlay{
  background: rgba(215,226,239,1);
  /* width: 430px; */
  box-sizing: border-box;
  margin: auto;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
}

.remodal-overlay::before{
  position: absolute;
  bottom: -1rem;
  left: 0;
  display: block;
  width: 100%;
  height: 2rem;
  content: "";
  text-align: center;
  background-color: rgba(215,226,239,1);
}

.remodal-wrapper{
  width: 430px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 250;
}

.modal_wrap{
  text-align: left;
}

.modal_wrap h2{
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0 3rem;
}

.remodal-close{
  right: 0;
  left: inherit;
  color: #6B70F0;
}

.remodal-close:before{
  right: 0;
  font-size: 30px;
}

.modal_txt_box01{
  margin-bottom: 2rem;
}

.modal_txt_box01 h3{
  color: #7C88F3;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.modal_txt_box01 p{
  line-height: 1.7;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}

.modal_txt_box01 .ac_txt{
  padding: 1rem;
  background-color: #EBEDFF;
  border-radius: 15px;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.modal_txt_box01 .ac_txt p{
  color: #4B4EA0;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.remodal {
  border-radius: 5px;
  height: calc(100% - 5rem);
  top: 0;
  margin: 0;
  overflow: hidden scroll;
}

.modal_img_box{
  text-align: center;
}

.modal_txt_box02{
  margin-bottom: 3rem;
}

.modal_txt_box02 h3{
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.modal_txt_box02 h3 span.en_no_m{
  color: #7C88F3;
}

.modal_txt_box02 h3 div.en_no_m{
  display: inline-block;
}

.modal_txt_box02 p{
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.modal_wrap .button_wrap{
  text-align: center;
}

.modal_wrap .button{
  display: inline-block;
  padding: 1rem 0;
  width: 90%;
  margin: 0 auto 1rem;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  background: -webkit-linear-gradient(rgba(170,173,247,1) 0%, rgba(108,113,241,1) 100%);
  background: -o-linear-gradient(rgba(170,173,247,1) 0%, rgba(108,113,241,1) 100%);
  background: linear-gradient(rgba(170,173,247,1) 0%, rgba(108,113,241,1) 100%);
  border-radius: 3rem;
  border: 0;
  letter-spacing: .1em;
  cursor: pointer;
}

.remodal::-webkit-scrollbar{
  display: none;
}

.content_news .news_detail{
  margin-top: 2rem;
}

@media screen and (min-width: 961px) {
  .step li img{
    width: 40%;
  }
  .step li:nth-child(4) img {
    width: 55%;
  }
  .step li:nth-child(5) img {
    width: 75%;
  }
  .content_top .main_ttl {
    background: none;
  }
  /* .news_ttl span {
    font-size: 0.6vw;
    color: #fff;
    border-radius: 3px;
    padding: 0.4rem 0.6rem;
    background: linear-gradient(90deg, rgba(114,87,192,1) 0%, rgba(87,91,192,1) 100%);
    margin-left: 0.5rem;
  } */
}

@media screen and (min-width:521px) and (max-width: 959px) {
  .step li img{
    width: 40%;
  }
  .step li:nth-child(4) img {
    width: 55%;
  }
  .step li:nth-child(5) img {
    width: 75%;
  }
  .remodal-wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 550;
  }
  .remodal-overlay {
    /* height: calc(100% - 8rem); */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
  }
  .remodal {
    border-radius: 10px;
    /* height: calc(100% - 8rem); */
    top: 1rem;
    margin: 0;
    overflow: hidden scroll;
    z-index: 1000;
  }
  .content_top .main_ttl{
    background: none;
  }
  /* .news_ttl span {
    font-size: 1.3vw;
    color: #fff;
    border-radius: 3px;
    padding: 0.4rem 0.6rem;
    background: linear-gradient(90deg, rgba(114,87,192,1) 0%, rgba(87,91,192,1) 100%);
    margin-left: 0.5rem;
  } */
  .content_news .news_detail{
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 520px) {
  main {
    height: calc(100% - 120px);
    padding-top: 120px;
  }
  .header{
    height: 120px;
    background: -webkit-linear-gradient(40deg, rgba(255,244,255,1) 0%, rgba(233,241,255,1) 45%, rgba(230,241,255,1) 100%);
    background: -o-linear-gradient(40deg, rgba(255,244,255,1) 0%, rgba(233,241,255,1) 45%, rgba(230,241,255,1) 100%);
    background: linear-gradient(130deg, rgba(255,244,255,1) 0%, rgba(233,241,255,1) 45%, rgba(230,241,255,1) 100%);
  }

  .header h2{
    text-align: center;
    font-size: 1.3rem;
    padding-top: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .header__inner{
    height: 50px;
  }
  .step .step_no {
    font-family: 'milizeBarlow-L';
    font-size: 1.6rem;
    padding-right: 0.7rem;
  }
  .step .step_no span {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
  }
  .step dt {
    font-size: 1.3rem;
  }
  .step dd {
    font-size: 1rem;
  }
  .remodal-overlay{
    background: rgba(215,226,239,1);
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 200;
  }
  .remodal-wrapper{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .remodal{
    height: auto;
  }
  .remodal {
    border-radius: 10px;
    height: auto;
    top: 0;
  }
  .account_co01 .ao_sub_ttl{
    padding: 2rem 0 0.5rem;
    line-height: 1.8;
    /* font-size: 1.35rem; */
    font-size: 1.22rem;
    font-weight: 500;
  }
  /* .news_ttl span {
    font-size: 2.5vw;
    color: #fff;
    border-radius: 3px;
    padding: 0.4rem 0.6rem;
    background: linear-gradient(90deg, rgba(114,87,192,1) 0%, rgba(87,91,192,1) 100%);
    margin-left: 0.5rem;
  } */
}

.identification{
  margin: 6rem auto 3rem;
  width: 90%;
}

.identification__itemTtile{
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #565AC0;
}

.identification__itemText{
  text-align: center;
}

.identification__button {
  text-align: center;
}

.identification__button--row {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.identification__button a{
  display: inline-block;
  padding: 1rem 0;
  width: 20rem;
  max-width: 95%;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  background: -webkit-linear-gradient(rgba(170,173,247,1) 0%, rgba(108,113,241,1) 100%);
  background: -o-linear-gradient(rgba(170,173,247,1) 0%, rgba(108,113,241,1) 100%);
  background: linear-gradient(rgba(170,173,247,1) 0%, rgba(108,113,241,1) 100%);
  border-radius: 3rem;
  letter-spacing: .1em;
}