@charset "UTF-8";
/* mypage common */
.mypage p, .mypage li {
  line-height: 1.88; }
.mypage .txt {
  font-weight: 300;
  margin: 0; }
  .mypage .txt .pink {
    color: #DD3978;
    font-weight: 500;
    text-decoration: underline; }
  .mypage .txt span {
    font-size: 20px;
    font-weight: bold; }
.mypage .btn {
  border-radius: 40px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: auto;
  width: 504px;
  height: 80px;
  line-height: 80px; }
.mypage .btn_pink {
  background: #DD3978;
  color: #fff; }
.mypage a {
  color: #3C3C3C;
  transition: .3s; }
  .mypage a:hover {
    cursor: pointer;
    opacity: .6; }
@media screen and (max-width: 767px) {
  .mypage .btn {
    width: 100%; } }

#header_menu .mypage_menu_box {
  background: url(../../img/bg_header_menu.jpg) no-repeat center center;
  background-size: cover;
  font-family: 'times', serif;
  display: flex;
  align-items: center;
  text-align: center;
  height: 160px; }
  #header_menu .mypage_menu_box .inner {
    padding: 0 15px; }
  @media screen and (max-width: 767px) {
    #header_menu .mypage_menu_box {
      background: url(../../img/bg_header_menu_sp.jpg) no-repeat center center;
      background-size: cover;
      height: 120px; } }

/* content_top */
#content_top {
  background-color: #F7F5F0;
  background-image: url(../img/bg_flower01.svg), url(../img/bg_flower02.svg);
  background-repeat: no-repeat;
  background-position: left -128px top 150px, right -96px bottom 0;
  padding: 0 15px 80px; }
  @media screen and (max-width: 767px) {
    #content_top {
      background-image: url(../img/bg_flower02.svg);
      background-size: 140px 163px;
      background-position: right -40px bottom 0;
      padding: 0 5% 180px; } }

.mypage10 #content_top {
  background-color: #F7F5F0;
  background-image: url(../img/bg_flower02.svg);
  background-repeat: no-repeat;
  background-position: right -96px bottom 0;
  padding: 0 15px 80px; }
  @media screen and (max-width: 767px) {
    .mypage10 #content_top {
      background-image: url(../img/bg_flower02.svg);
      background-size: 140px 163px;
      background-position: right -40px bottom 0;
      padding: 0 5% 180px; } }

/*=======================================================================*/
/* mv ======================================================================*/
.mv {
  background: url(../img/bg_mv01.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 336px; }
  .mv .inner {
    height: 336px;
    position: relative; }
  .mv .bnr_andme01 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 252px;
    height: auto;
    opacity: .9; }
  .mv .mv_andme01 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 392px; }
  @media screen and (max-width: 767px) {
    .mv {
      background: url(../img/bg_mv01_sp.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      height: 240px;
      position: relative; }
      .mv .inner {
        height: 240px;
        position: relative; }
      .mv .bnr_andme01 {
        position: absolute;
        top: auto;
        bottom: -120px;
        left: 0;
        right: 0;
        width: 240px;
        z-index: 2; }
      .mv .mv_andme01 {
        height: 290px;
        z-index: 1; } }

/*=======================================================================*/
/* login ======================================================================*/
.login {
  padding-top: 80px; }
  .login .form_block {
    margin: auto;
    max-width: 695px; }
  .login p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
    text-align: center; }
    .login p a {
      color: #DD3978;
      font-weight: 500;
      text-decoration: underline; }
  .login input {
    margin-top: 5px;
    width: 100%; }
  .login .login_list li label {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.88; }
  .login .login_list li + li {
    margin-top: 27px; }
  .login button {
    appearance: none;
    background: #fff url(../img/ico_login01.svg) no-repeat;
    background-position: left 76px center;
    border: solid 1px #000;
    border-radius: 28px;
    font-size: 20px;
    margin-top: 55px;
    width: 320px;
    height: 56px;
    transition: .3s; }
    .login button:hover {
      background: #DD3978 url(../img/ico_login01.svg) no-repeat;
      background-position: left 76px center;
      border: solid 1px #DD3978;
      color: #fff;
      cursor: pointer; }
  .login .forgot {
    margin-top: 16px; }
  .login .to_and_me {
    margin: 80px auto 0; }
  @media screen and (max-width: 767px) {
    .login {
      padding-top: 174px; }
      .login .form_block {
        padding-bottom: 64px; }
      .login p {
        font-size: 14px; }
      .login .login_list li label {
        font-size: 16px; }
      .login .login_list li + li {
        margin-top: 16px; }
      .login button {
        background: #fff url(../img/ico_login01.svg) no-repeat;
        background-position: left 54px center;
        background-size: 19px 19px;
        border-radius: 23px;
        font-size: 16px;
        width: 231px;
        height: 46px; }
        .login button:hover {
          background: #fff url(../img/ico_login01.svg) no-repeat;
          background-position: left 54px center;
          border: solid 1px #000;
          color: #000; }
      .login .forgot {
        margin-top: 16px; }
      .login .agree {
        text-align: left; }
      .login .to_and_me {
        margin: 40px auto 0; } }

.login_check, .password_show {
  margin-top: 32px; }
  .login_check label, .password_show label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
    text-align: center; }
    .login_check label::before, .password_show label::before {
      border: solid 1px #707070;
      background: #fff;
      color: #DD3978;
      content: '';
      display: block;
      font-size: 20px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      line-height: 1;
      width: 20px;
      height: 20px; }
  .login_check input[type=checkbox], .password_show input[type=checkbox] {
    display: none; }
  .login_check input[type=checkbox]:checked + label:before, .password_show input[type=checkbox]:checked + label:before {
    content: '\2714'; }
  @media screen and (max-width: 767px) {
    .login_check label, .password_show label {
      font-size: 14px; } }

.contact_list {
  display: flex;
  justify-content: space-between;
  margin-top: 95px; }
  .contact_list li {
    border-radius: 10px;
    font-family: 'Noto Serif JP', serif;
    width: 100%; }
    .contact_list li a {
      color: #fff;
      display: block;
      padding: 38px 10px 28px;
      width: 100%;
      height: 100%; }
    .contact_list li.pink {
      background: #F0869A; }
    .contact_list li.purple {
      background: #8183BE; }
    .contact_list li .title {
      font-size: 28px;
      font-weight: 500; }
      .contact_list li .title span {
        border-bottom: solid 1px #fff;
        padding-bottom: 7px; }
    .contact_list li img {
      display: block;
      margin: auto; }
  @media screen and (max-width: 767px) {
    .contact_list {
      display: block;
      margin-top: 40px; }
      .contact_list li {
        border-radius: 8px;
        width: 100%; }
        .contact_list li a {
          padding: 27px 10px 24px; }
        .contact_list li + li {
          margin-top: 16px; }
        .contact_list li .title {
          font-size: 20px;
          margin-top: 10px; }
          .contact_list li .title span {
            padding-bottom: 5px; }
        .contact_list li img {
          width: auto;
          height: 45px; } }

.caution_box {
  background: #fff;
  border: solid 1px #DD3978;
  padding: 44px 15px;
  margin: 0 15px;
  line-height: 1.88;
  text-align: center; }
  .caution_box .title {
    color: #DD3978;
    font-size: 20px;
    font-weight: bold; }
  .caution_box .txt {
    font-size: 17px;
    margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .caution_box {
      padding: 20px 5%;
      line-height: 1.73;
      margin: 0 5%;
      text-align: left; }
      .caution_box .title {
        font-size: 17px; }
      .caution_box .txt {
        font-size: 15px;
        margin-top: 20px; } }

.caution_txt {
  color: #DD3978;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.73;
  margin: 34px 15px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .caution_txt {
      font-size: 15px;
      margin: 24px 5% 0;
      text-align: left; } }

/* contact ======================================================================*/
#contact {
  font-family: 'Noto Serif JP', serif;
  padding: 169px 15px 80px; }
  #contact .title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    position: relative; }
    #contact .title::before {
      background: #B9A372;
      content: "";
      position: absolute;
      bottom: -37px;
      left: 0;
      right: 0;
      margin: auto;
      width: 120px;
      height: 2px; }
  #contact .contact_box {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
    margin-top: 88px;
    padding: 43px 0 0;
    text-align: center; }
  #contact .sub_title {
    font-size: 24px;
    letter-spacing: .15em; }
    #contact .sub_title span {
      border-bottom: solid 1px #000;
      padding-bottom: 8px; }
  #contact .phone {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.26;
    letter-spacing: .1em;
    margin-top: 35px; }
    #contact .phone a {
      color: #B9A372;
      position: relative;
      vertical-align: bottom; }
      #contact .phone a::before {
        background: url(../img/ico_tel01.svg) no-repeat;
        content: "";
        position: absolute;
        left: -70px;
        top: 20px;
        margin: auto;
        width: 56px;
        height: 56px; }
  #contact .open_time {
    font-size: 18px;
    margin-top: 17px; }
  #contact .txt {
    font-size: 15px;
    line-height: 2.13;
    margin-top: 40px; }
  #contact .box_bottom {
    background: #B9A372;
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 600;
    padding: 38px 0;
    margin-top: 56px; }
    #contact .box_bottom span {
      position: relative; }
      #contact .box_bottom span::before {
        background: url(../img/ico_pc01.svg) no-repeat;
        content: "";
        position: absolute;
        left: -80px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 56px;
        height: 42px; }
  @media screen and (max-width: 767px) {
    #contact {
      padding: 80px 0 40px; }
      #contact .title {
        font-size: 26px;
        letter-spacing: normal; }
        #contact .title::before {
          bottom: -24px; }
      #contact .contact_box {
        margin-top: 59px;
        padding: 40px 0 0; }
      #contact .sub_title {
        font-size: 18px;
        letter-spacing: .05em;
        line-height: 2; }
        #contact .sub_title span {
          padding-bottom: 4px; }
      #contact .phone {
        font-size: 38px;
        font-weight: 500;
        letter-spacing: .05em;
        line-height: 1.29;
        margin-top: 26px; }
        #contact .phone a {
          color: #B9A372;
          padding-left: 50px;
          position: relative;
          vertical-align: bottom; }
          #contact .phone a::before {
            background: url(../img/ico_tel01.svg) no-repeat;
            background-size: 100% 100%;
            left: 0;
            top: 12px;
            width: 38px;
            height: 38px; }
      #contact .open_time {
        font-size: 16px;
        line-height: 1.75; }
      #contact .txt {
        font-size: 14px;
        line-height: 2;
        margin-top: 38px; }
      #contact .box_bottom {
        font-size: 22px;
        padding: 26px 0 26px 80px;
        line-height: 1.36;
        margin-top: 47px;
        text-align: left; }
        #contact .box_bottom span {
          position: relative; }
          #contact .box_bottom span::before {
            background-size: 100% 100%;
            left: -50px;
            width: 35px;
            height: auto; } }
  @media screen and (max-width: 320px) {
    #contact .phone {
      font-size: 28px; }
      #contact .phone a::before {
        top: 8px;
        left: 10px;
        width: 28px;
        height: 28px; }
    #contact .box_bottom {
      font-size: 18px; } }

.user_info {
  text-align: center;
  padding-top: 35px; }
  .user_info .user_name {
    font-size: 32px; }
  .user_info .to_and_me {
    margin-top: 80px; }
  .user_info .forgot {
    font-weight: 300;
    margin-top: 16px; }
    .user_info .forgot a {
      color: #DD3978;
      font-weight: 500;
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .user_info {
      padding-top: 152px; }
      .user_info .user_name {
        font-size: 24px; }
      .user_info .to_and_me {
        margin-top: 40px; } }

.term_list {
  margin-top: 20px; }
  .term_list li {
    display: flex;
    justify-content: center; }
    .term_list li .title {
      font-size: 14px;
      font-weight: 300;
      text-align: left;
      min-width: 110px; }
    .term_list li .date {
      font-size: 15px;
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }
  @media screen and (max-width: 767px) {
    .term_list {
      margin-top: 24px; }
      .term_list li .title {
        font-size: 13px; }
      .term_list li .date {
        font-size: 14px; } }

.current_date {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 72px; }
  .current_date .date {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .current_date {
      font-size: 13px;
      margin-top: 89px; }
      .current_date .date {
        font-size: 14px; } }

.user_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: -19px; }
  .user_menu_list li {
    margin-bottom: 12px;
    width: 32.5%; }
    .user_menu_list li a {
      background: #fff;
      border-radius: 10px;
      border: solid 1px #CBC6C6;
      display: block;
      height: 100%;
      padding: 32px 10px 28px; }
  .user_menu_list .title {
    color: #DD3978;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    min-height: 66px; }
  .user_menu_list .txt {
    line-height: 1.5;
    margin-top: 17px;
    min-height: 50px; }
  @media screen and (max-width: 767px) {
    .user_menu_list {
      align-items: stretch;
      margin-top: 48px;
      margin-bottom: 0; }
      .user_menu_list li {
        margin-bottom: 8px;
        width: 49%; }
        .user_menu_list li a {
          padding: 18px 10px 14px; }
      .user_menu_list .title {
        font-size: 17px;
        min-height: 62px; }
      .user_menu_list .txt {
        margin-top: 13px;
        min-height: 66px; } }

.counseling_list {
  margin-top: 56px; }
  .counseling_list li {
    background: #fff;
    border: solid 1px #B9A372;
    border-radius: 10px; }
    .counseling_list li a, .counseling_list li div.inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 21px 20px 48px; }
    .counseling_list li div.inner2 {
      display: block;
      padding: 20px 21px 20px 48px; }
    .counseling_list li img {
      width: 134px;
      height: auto; }
    .counseling_list li + li {
      margin-top: 24px; }
  .counseling_list .left {
    display: flex;
    align-items: center; }
  .counseling_list .circle {
    background: linear-gradient(45deg, #AA915A, #E6D5AD);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    font-weight: 600;
    width: 160px;
    height: 160px;
    position: relative; }
    .counseling_list .circle::before {
      background: #fff;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 107px;
      height: 1px; }
  .counseling_list .circle2 {
    background: linear-gradient(45deg, #AA915A, #E6D5AD);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 600;
    width: 160px;
    height: 160px;
    position: relative; }
    .counseling_list .circle2::before {
      background: none; }
  .counseling_list .txt_box {
    text-align: left;
    margin-left: 44px;
    /* width: calc(100% - 204px); */ }
    .counseling_list .txt_box .title {
      color: #B9A372;
      font-family: 'Noto Serif JP', serif;
      font-size: 28px; }
    .counseling_list .txt_box .txt {
      font-size: 20px;
      font-family: 'Noto Serif JP', serif; }
    .counseling_list .txt_box .txt2 {
      display: block;
      font-size: 16px;
      font-weight: 300;
      margin-top: 10px; }
    .counseling_list .txt_box .navidial {
      padding-top: 30px; }
      .counseling_list .txt_box .navidial .title {
        color: #004098;
        font-size: 16px;
        font-family: 'Noto Serif JP', serif; }
      .counseling_list .txt_box .navidial .navidial_box {
        display: flex; }
        .counseling_list .txt_box .navidial .navidial_box .logo {
          margin-top: 1rem; }
          .counseling_list .txt_box .navidial .navidial_box .logo img {
            width: 60px; }
        .counseling_list .txt_box .navidial .navidial_box p {
          color: #004098;
          font-size: 50px;
          font-family: 'Noto Serif JP', serif;
          line-height: 1.2;
          padding-left: 10px;
          letter-spacing: .1em; }
          .counseling_list .txt_box .navidial .navidial_box p span {
            font-size: 28px;
            letter-spacing: 0; }
  .counseling_list .txt3 {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    width: 90%;
    margin: 0 auto; }
  .counseling_list .right .txt {
    border-left: solid 1px #B9A372;
    padding: 5px 30px 5px 42px;
    text-align: left;
    margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .counseling_list {
      margin-top: 32px; }
      .counseling_list li {
        border-radius: 8px; }
        .counseling_list li a, .counseling_list li div.inner, .counseling_list li div.inner2 {
          display: block;
          padding: 16px 18px 8px;
          position: relative; }
        .counseling_list li img {
          width: 82px; }
        .counseling_list li + li {
          margin-top: 16px; }
        .counseling_list li:nth-child(1) .right {
          position: absolute;
          right: 0;
          bottom: 40px; }
        .counseling_list li:nth-child(2) .txt {
          margin-right: 0; }
        .counseling_list li:nth-child(2) .right .txt {
          border-left: 0;
          font-size: 13px;
          padding: 0;
          margin-left: 0; }
      .counseling_list .left {
        display: flex;
        align-items: center; }
      .counseling_list .circle {
        font-size: 20px;
        width: 112px;
        height: 112px;
        position: relative; }
        .counseling_list .circle::before {
          width: 80px; }
      .counseling_list .circle2 {
        font-size: 15px;
        width: 112px;
        height: 112px;
        position: relative; }
        .counseling_list .circle2::before {
          width: 80px; }
      .counseling_list .txt_box {
        margin-left: 18px;
        /* width: calc(100% - 130px); */}
        .counseling_list .txt_box .title {
          font-size: 20px; }
        .counseling_list .txt_box .txt {
          font-size: 16px; }
      .counseling_list .txt2 {
        font-size: 11px;
        margin-top: 14px;
        text-align: left; }
      .counseling_list .txt3 {
        font-size: 11px;
        font-weight: normal;
        width: 100%;
        margin: 0 auto 10px; }
      .counseling_list .navidial .title {
        color: #004098;
        font-size: 16px;
        font-family: 'Noto Serif JP', serif; }
      .counseling_list .navidial .navidial_box {
        display: flex;
        margin-bottom: 1rem; }
        .counseling_list .navidial .navidial_box .logo {
          margin-top: 0.5rem; }
          .counseling_list .navidial .navidial_box .logo img {
            width: 50px; }
        .counseling_list .navidial .navidial_box p {
          color: #004098;
          font-size: 38px;
          font-family: 'Noto Serif JP', serif;
          line-height: 1.2;
          letter-spacing: .05em; }
          .counseling_list .navidial .navidial_box p span {
            font-size: 20px;
            letter-spacing: 0; } }

.breadscrumb {
  display: flex;
  margin-top: 10px; }
  .breadscrumb li {
    font-size: 14px; }
    .breadscrumb li a {
      text-decoration: underline; }
    .breadscrumb li + li {
      margin-left: 5px; }
      .breadscrumb li + li::before {
        content: "＞ "; }

.mypage03 .caution_box {
  margin: 68px 0 0; }

.mypage04 .info_box {
  margin: 68px 0 0; }
.mypage04 .caution_box {
  margin: 16px 0 0; }
@media screen and (max-width: 767px) {
  .mypage04 .info_box {
    margin: 40px 0 0; }
  .mypage04 .info_head .caution_box {
    margin: 16px 0 0; } }

.mypage05 .info_head .value_list {
  margin-top: 40px; }
@media screen and (max-width: 767px) {
  .mypage05 .info_head .value_list {
    margin-top: 32px; } }

.mypage06 .mypage_form .call_box {
  margin-left: 0; }
.mypage06 .info_head .small_title {
  margin-top: 120px; }
.mypage06 .value {
  font-size: 24px;
  font-weight: bold;
  margin: 14px 80px 0 23px;
  line-height: 1.5; }
  .mypage06 .value span {
    font-size: 18px;
    padding: 0 10px; }
.mypage06 .bank_list {
  margin-top: 50px; }
@media screen and (max-width: 767px) {
  .mypage06 .info_head .small_title {
    margin-top: 60px; }
  .mypage06 .value {
    font-size: 18px; }
    .mypage06 .value span {
      font-size: 16px; }
  .mypage06 .bank_list {
    margin-top: 25px;
    margin-left: 0; } }

.mypage09 .info_head .caution_box {
  margin-top: 48px;
  margin-left: 0;
  text-align: center;
  width: 100%; }
  .mypage09 .info_head .caution_box .txt {
    margin: 0; }
.mypage09 .info_head .small_title {
  margin-top: 120px; }
.mypage09 .info_head .txt {
  margin-left: 24px;
  margin-top: 9px; }
.mypage09 .txt.bottom {
  margin-top: 56px; }
@media screen and (max-width: 767px) {
  .mypage09 .info_head .caution_box {
    margin-top: 26px; }
  .mypage09 .txt.bottom {
    margin-top: 40px; }
  .mypage09 .mypage_form .form_block, .mypage09 .form_block_last {
    padding-left: 24px;
    padding-right: 24px; } }

.mypage11 .head_title {
  margin-bottom: 68px; }
.mypage11 .info_box {
  margin: 0; }
.mypage11 .info_head .caution_box {
  margin: 16px 0 0; }
@media screen and (max-width: 767px) {
  .mypage11 .head_title {
    margin-bottom: 40px; }
  .mypage11 .info_head .caution_box {
    margin: 16px 0 0; } }

.mypage15 .info_head {
  padding-top: 60px; }
  .mypage15 .info_head .small_title {
    text-align: center;
    line-height: 2.3; }

.btn_list {
  justify-content: center;
  margin-top: 120px; }
  .btn_list li {
    width: 50%; }
    .btn_list li + li {
      margin-left: 24px; }

.info_head {
  padding: 0 15px; }
  .info_head.inner {
    max-width: 934px; }
  .info_head .head_title {
    color: #DD3978;
    font-size: 32px;
    font-weight: bold;
    margin-top: 52px; }
    .info_head .head_title.center {
      text-align: center;
      line-height: 1.75;
      margin: 128px 0; }
  .info_head .sub_title {
    background: #DD3978;
    color: #fff;
    font-size: 20px;
    margin-top: 136px;
    padding: 6px 24px; }
  .info_head .small_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    margin-top: 40px; }
  .info_head .select_list {
    display: flex;
    margin-top: 48px; }
    .info_head .select_list li {
      position: relative;
      max-width: 328px;
      width: 100%; }
      .info_head .select_list li::before {
        content: "";
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 8px 0 8px;
        border-color: #DD3978 transparent transparent transparent; }
      .info_head .select_list li select {
        appearance: none;
        background: #fff;
        border: solid 1px #CBC6C6;
        border-radius: 0;
        font-size: 20px;
        padding: 8px 24px;
        width: 100%; }
        .info_head .select_list li select::-ms-expand {
          display: none; }
      .info_head .select_list li + li {
        margin-left: 24px; }
  .info_head .info_box {
    background: #fff;
    border: solid 1px #1FAEC1;
    padding: 37px 64px 43px;
    margin: 64px 0 0; }
    .info_head .info_box .title {
      color: #1FAEC1;
      font-size: 28px;
      font-weight: 500; }
      .info_head .info_box .title img {
        margin-right: 19px;
        vertical-align: -2px;
        width: 29px;
        height: auto; }
  .info_head .caution_box {
    text-align: left;
    padding: 42px 64px 39px; }
    .info_head .caution_box .title {
      font-size: 22px; }
    .info_head .caution_box .tel {
      color: #DD3978;
      font-size: 40px;
      font-weight: bold;
      letter-spacing: .05em; }
    .info_head .caution_box .txt {
      margin-top: 17px; }
      .info_head .caution_box .txt a {
        font-size: 20px;
        font-weight: bold; }
  @media screen and (max-width: 767px) {
    .info_head {
      padding: 0; }
      .info_head .head_title {
        font-size: 24px;
        margin-top: 64px; }
        .info_head .head_title.center {
          margin: 60px 0; }
      .info_head .sub_title {
        font-size: 16px;
        margin-top: 64px;
        padding: 4px 12px; }
      .info_head .small_title {
        font-size: 16px;
        margin-top: 32px; }
      .info_head .select_list {
        display: block;
        margin-top: 64px; }
        .info_head .select_list li {
          max-width: 100%; }
          .info_head .select_list li + li {
            margin-left: 0;
            margin-top: 16px; }
      .info_head .info_box {
        padding: 26px 32px 27px; }
        .info_head .info_box .title {
          display: flex;
          font-size: 24px;
          line-height: 1.33; }
        .info_head .info_box .txt {
          margin-top: 20px; }
      .info_head .caution_box {
        margin: 40px 0 0;
        padding: 26px 32px 27px; }
        .info_head .caution_box .title {
          font-size: 17px; }
        .info_head .caution_box .tel {
          font-size: 34px; }
        .info_head .caution_box .txt {
          margin-top: 15px; } }

.change_term {
  color: #DD3978;
  font-size: 22px;
  font-weight: bold;
  margin-top: 88px; }
  .change_term a {
    color: #DD3978;
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .change_term .change_term {
      font-size: 17px;
      margin-top: 56px; } }

.value_list {
  margin-top: 72px; }
  .value_list.border_top {
    border-top: solid 1px #CBC6C6;
    padding-top: 40px; }
  .value_list li {
    border-bottom: solid 1px #CBC6C6;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative; }
  .value_list .caution_txt {
    text-align: left; }
  .value_list .title {
    font-size: 18px;
    font-weight: 500; }
    .value_list .title span {
      font-size: 16px;
      font-weight: 300;
      padding-left: 16px; }
  .value_list .value {
    font-size: 24px;
    font-weight: bold;
    margin: 14px 80px 0 23px;
    line-height: 1.5; }
    .value_list .value span {
      font-size: 18px;
      padding: 0 10px; }
  .value_list .edit_btn {
    background: #DD3978;
    border-radius: 14px;
    color: #fff;
    display: block;
    font-size: 15px;
    position: absolute;
    right: 0;
    bottom: 40px;
    text-align: center;
    width: 64px;
    height: 28px;
    line-height: 28px; }
  @media screen and (max-width: 767px) {
    .value_list {
      margin-top: 64px; }
      .value_list.border_top {
        border-top: solid 1px #CBC6C6;
        padding-top: 24px; }
      .value_list li {
        padding-bottom: 22px;
        margin-bottom: 22px; }
      .value_list .title {
        font-size: 16px; }
        .value_list .title span {
          font-size: 16px;
          display: inline-block;
          padding-left: 16px;
          padding-top: 8px; }
      .value_list .value {
        font-size: 18px; }
        .value_list .value span {
          font-size: 16px; } }

.bank_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 24px;
  margin-top: 10px; }
  .bank_list.full dt {
    width: 100%; }
  .bank_list dt {
    margin-bottom: 15px;
    width: 50%; }
    .bank_list dt .value {
      margin: 0; }
  @media screen and (max-width: 767px) {
    .bank_list {
      display: block; }
      .bank_list dt {
        width: 100%; }
        .bank_list dt label {
          width: 140px; } }

.mypage_form {
  margin-top: 56px;
  max-width: 934px;
  padding: 0 15px; }
  .mypage_form .item {
    padding-bottom: 16px; }
  .mypage_form .form_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px; }
  .mypage_form .edit_btn {
    background: #DD3978;
    border-radius: 14px;
    color: #fff;
    display: block;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: -3px;
    text-align: center;
    width: 64px;
    height: 28px;
    line-height: 28px; }
  .mypage_form .sub_title {
    font-size: 24px;
    font-weight: bold;
    margin-left: 24px; }
  .mypage_form .call_box {
    background: #fff;
    border: solid 1px #CBC6C6;
    padding: 36px 48px;
    margin-left: 24px;
    margin-top: 36px; }
  .mypage_form .txt span {
    font-size: 22px;
    font-weight: bold; }
  .mypage_form .item ul.input_btn_list {
    margin-left: 24px;
    margin-top: 8px; }
  .mypage_form .postcode_label {
    margin-left: 24px;
    font-weight: 300; }
  .mypage_form .form_block {
    border-bottom: solid 1px #CBC6C6;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .mypage_form .form_block input[type=date] {
      margin-top: 8px;
      margin-right: 0;
      box-sizing: border-box;
      border: solid 1px #CBC6C6;
      padding: 16px;
      font-size: 18px;
      vertical-align: middle;
      width: 100%; }
    .mypage_form .form_block button[type=submit], .mypage_form .form_block button[type=button] {
      background: #DD3978;
      border: solid 1px #DD3978;
      border-radius: 14px;
      color: #fff;
      display: block;
      font-size: 15px;
      text-align: center;
      width: 144px;
      height: 28px;
      line-height: 1.6;
      margin-left: 24px;
      margin-top: 16px;
      transition: .3s; }
      .mypage_form .form_block button[type=submit]:hover, .mypage_form .form_block button[type=button]:hover {
        background: #fff;
        color: #DD3978;
        cursor: pointer; }
  .mypage_form .item ul.radio_list {
    margin-left: 24px; }
  .mypage_form .item ul.form_list {
    margin-left: 24px;
    margin-top: 5px;
    width: calc(100% - 24px); }
    .mypage_form .item ul.form_list .back_pink input {
      background: #FFF2ED;
      font-size: 32px;
      text-align: right; }
    .mypage_form .item ul.form_list label {
      font-weight: 300; }
    .mypage_form .item ul.form_list .ico_calendar {
      position: relative; }
      .mypage_form .item ul.form_list .ico_calendar input {
        pointer-events: all; }
      .mypage_form .item ul.form_list .ico_calendar::before {
        background: url(../../img/ico_calendar01.svg) no-repeat right center;
        background-size: 100% 100%;
        content: none;
        position: absolute;
        right: 24px;
        top: 4px;
        bottom: 0;
        margin: auto;
        width: 24px;
        height: 24px;
        z-index: 0; }
  .mypage_form .caution_txt {
    text-align: left;
    margin-top: 24px; }
  .mypage_form .password_show {
    margin: 24px 0 24px 27px; }
  .mypage_form .white_btn {
    margin-top: 80px; }
    .mypage_form .white_btn button, .mypage_form .white_btn a {
      background: linear-gradient(to right, #DD3978, #B55EEB);
      border-radius: 48px;
      color: #fff;
      display: block;
      font-size: 20px;
      margin: auto;
      text-align: center;
      width: 504px;
      height: 96px;
      line-height: 96px;
      transition: .25s; }
      .mypage_form .white_btn button:disabled, .mypage_form .white_btn a:disabled {
        background: #eee; }
        .mypage_form .white_btn button:disabled:hover, .mypage_form .white_btn a:disabled:hover {
          cursor: auto;
          opacity: 1; }
      .mypage_form .white_btn button:hover, .mypage_form .white_btn a:hover {
        cursor: pointer;
        opacity: .6; }
  .mypage_form .value {
    font-size: 24px;
    font-weight: bold;
    margin: 14px 80px 0 23px;
    line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .mypage_form {
      margin-top: 72px;
      padding: 0; }
      .mypage_form .form_title {
        font-size: 16px; }
      .mypage_form .sub_title {
        font-size: 18px;
        margin-left: 0; }
      .mypage_form .call_box {
        padding: 26px 32px;
        margin-left: 0;
        margin-top: 24px; }
      .mypage_form .txt span {
        font-size: 18px; }
      .mypage_form .item ul.input_btn_list {
        margin-left: 0; }
      .mypage_form .postcode_label {
        line-height: 1.5;
        margin-left: 0; }
      .mypage_form .form_block {
        padding-bottom: 32px;
        margin-bottom: 32px; }
        .mypage_form .form_block button[type=submit], .mypage_form .form_block button[type=button] {
          margin-left: 0;
          margin-top: 24px; }
      .mypage_form .item ul.radio_list {
        margin-left: 0; }
        .mypage_form .item ul.radio_list.sp_block {
          display: block; }
      .mypage_form .item ul.form_list {
        margin-left: 0;
        width: 100%; }
        .mypage_form .item ul.form_list label {
          font-weight: 300; }
        .mypage_form .item ul.form_list .ico_calendar {
          position: relative; }
      .mypage_form .caution_txt {
        margin-top: 24px;
        margin-left: 0; }
      .mypage_form .password_show {
        margin: 24px 0 24px; }
      .mypage_form .white_btn {
        margin-top: 40px; }
        .mypage_form .white_btn button, .mypage_form .white_btn a {
          border-radius: 40px;
          font-size: 19px;
          max-width: 368px;
          width: 100%;
          height: 80px;
          line-height: 80px; } }
  @media screen and (max-width: 320px) {
    .mypage_form .white_btn button {
      font-size: 17px; } }

.info_table {
  border-top: solid 1px #CBC6C6;
  border-left: solid 1px #CBC6C6;
  margin-top: 40px;
  width: 100%; }
  .info_table th, .info_table td {
    border-bottom: solid 1px #CBC6C6;
    border-right: solid 1px #CBC6C6;
    font-size: 18px;
    padding: 7px; }
  .info_table th {
    background: #E4E4E4;
    text-align: center;
    letter-spacing: .1em; }
  .info_table td {
    background: #fff; }
    .info_table td:nth-child(4) {
      text-align: right;
      white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .info_table {
      margin-top: 24px; }
      .info_table th, .info_table td {
        font-size: 12px; } }

.download_btn {
  margin-top: 56px; }
  .download_btn a {
    background: #DD3978 url(../../img/ico_download01.svg) no-repeat left 25px center;
    background-size: 28px 32px;
    border-radius: 28px;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    margin: auto;
    max-width: 520px;
    width: 100%;
    height: 56px; }
  @media screen and (max-width: 767px) {
    .download_btn {
      margin-top: 32px; }
      .download_btn a {
        background: #DD3978 url(../../img/ico_download01.svg) no-repeat left 15px center;
        background-size: 24px 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1.5;
        max-width: 376px;
        padding-left: 45px;
        padding-right: 15px;
        width: 100%; } }

.attention_txt {
  font-size: 15px;
  font-weight: 300; }
  .attention_txt span {
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .attention_txt {
      font-size: 13px; } }

.white_box_top {
  background: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 64px;
  height: 64px;
  margin-top: 56px;
  position: relative; }
  .white_box_top a {
    display: block; }
  .white_box_top::before, .white_box_top::after {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    width: 24px;
    height: 2px;
    transition: .3s; }
  .white_box_top::after {
    transform: rotate(90deg); }
  .white_box_top.open::before {
    opacity: 0; }
  .white_box_top.open::after {
    transform: rotate(360deg); }
  @media screen and (max-width: 767px) {
    .white_box_top {
      margin-top: 25px; }
      .white_box_top::before, .white_box_top::after {
        right: 20px;
        width: 20px; } }

.white_box {
  background: #fff;
  padding: 40px 36px 80px;
  display: none; }
  .white_box button {
    background: #DD3978;
    border: solid 1px #DD3978;
    border-radius: 28px;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    max-width: 376px;
    width: 100%;
    height: 56px;
    transition: .3s; }
    .white_box button:hover {
      background: #fff;
      color: #DD3978;
      cursor: pointer; }
  .white_box .txt {
    margin-left: 24px;
    margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .white_box {
      padding: 0 0 40px; }
      .white_box button {
        border-radius: 24px;
        font-size: 16px;
        max-width: 208px;
        height: 48px;
        transition: .3s; }
      .white_box .txt {
        margin-left: 0; } }

/*=======================================================================*/
/* sns_login ======================================================================*/
.sns_login {
  padding-top: 80px; }
  .sns_login .form_block {
    margin: auto;
    max-width: 380px; }
  .sns_login .attention {
    color: #DD3978;
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
    .sns_login .attention.margin_top {
      margin-top: 120px; }
  .sns_login .forgot {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
    text-align: center;
    margin-top: 32px; }
    .sns_login .forgot a {
      color: #DD3978;
      font-weight: 500;
      text-decoration: underline; }
  .sns_login .caution_box .txt {
    margin-top: 0; }
  .sns_login .caution_box.margin_top {
    margin-top: 40px; }
  .sns_login input {
    margin-top: 24px;
    width: 100%; }
  .sns_login button {
    appearance: none;
    background: #DD3978;
    border: solid 1px #DD3978;
    border-radius: 28px;
    color: #fff;
    font-size: 20px;
    margin-top: 55px;
    width: 100%;
    height: 56px;
    transition: .3s; }
    .sns_login button:hover {
      background: #fff;
      color: #DD3978;
      cursor: pointer; }
  @media screen and (max-width: 767px) {
    .sns_login {
      padding-top: 43px; }
      .sns_login .form_block {
        padding-bottom: 0; }
      .sns_login .attention {
        font-size: 20px; }
        .sns_login .attention.margin_top {
          margin-top: 88px; }
      .sns_login .forgot {
        font-size: 14px; }
      .sns_login .login_list li label {
        font-size: 16px; }
      .sns_login .login_list li + li {
        margin-top: 16px; }
      .sns_login button {
        border-radius: 23px;
        font-size: 16px;
        width: 208px;
        height: 46px;
        margin-top: 40px; }
      .sns_login .forgot {
        margin-top: 16px; } }

.sms_login_list {
  margin-top: 20px; }
  .sms_login_list input {
    margin-top: 5px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }
