@charset "UTF-8";
/* font
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap');
/* font-family: 'M PLUS 1p', sans-serif; */
/* Light 300 / Regular 400 / Medium 500 / Bold 700 */

/* layout
========================================================================== */
/*
PC：1200まで
TAB:1199~992
SP：991以下
*/
/* reset
========================================================================== */
body, h1, h2, h3, h4, div, p, ul, ol, li, dl, dt, dd, header, nav, section, main {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

header, nav, section, main {
  display: block;
}

input {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

table th,
table td {
  word-break: break-all;
}

img,
a img {
  border: none;
}

picture,
img {
  font-size: 0;
  line-height: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

:root * {
  box-sizing: border-box;
}

a {
  word-wrap: break-word;
  text-decoration: none;
  color: #313131;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  height: 100%;
  color: #313131;
  font-size: 1.6rem;
  line-height: 2;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 2;
  color: #313131;
}

::-moz-placeholder {
  color: #c6c6c6;
  font-weight: normal;
  font-family: "mplus-2p-regular";
}

:-ms-input-placeholder {
  color: #c6c6c6;
  font-weight: normal;
  font-family: "mplus-2p-regular";
}

::placeholder {
  color: #c6c6c6;
  font-weight: normal;
  font-family: "mplus-2p-regular";
}

:-ms-input-placeholder {
  color: #c6c6c6;
  font-weight: normal;
}

select::-ms-expand {
  display: none;
}

/* header
========================================================================== */
.header {
  width: 245px;
  background: #242e4b;
}
@media screen and (max-width: 991px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
  }
}
.header .header_top {
  position: relative;
  z-index: 1;
  background: #242e4b;
}
@media screen and (max-width: 991px) {
  .header .header_top {
    z-index: 10;
  }
}
.header .header_top .header_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
}
.header .header_top .header_logo img {
  height: 48px;
}
@media screen and (max-width: 991px) {
  .header .header_top .header_logo {
    justify-content: flex-start;
    height: 60px;
    padding-left: 25px;
  }
  .header .header_top .header_logo img {
    height: 12px;
  }
}
.header .header_top .header_btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .header_top .header_btn {
    display: block;
    width: 20px;
    height: 20px;

    width: 60px;
    height: 60px;
    background: #212121;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .header .header_top .header_btn span {
    display: block;
    width: 15px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -7.5px;
    margin-top: -1px;
    background: #ffffff;
    position: absolute;
    transition: all 0.3s ease-out;
    border-radius: 2px;
  }
  .header .header_top .header_btn span:nth-child(1) {
    margin-top: -8px;
  }
  .header .header_top .header_btn span:nth-child(3) {
    margin-top: 6px;
  }
  .header .header_top .header_btn.is_active span:nth-of-type(1) {
    width: 20px;
    margin-left: -10px;
    transform: rotate(225deg);
    margin-top: -1px;
  }
  .header .header_top .header_btn.is_active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header_top .header_btn.is_active span:nth-of-type(3) {
    width: 20px;
    margin-left: -10px;
    transform: rotate(315deg);
    margin-top: -1px;
  }
}
@media screen and (max-width: 991px) {
  .header .header_nav {
    height: 0;
    overflow: auto;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    transition: height 0.3s ease-out;
    z-index: 8;
  }
}
.header .header_nav_inner {
  overflow: scroll;
  height: 100vh;
}
.header .header_nav .header_utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 115px;
  padding-left: 245px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility {
    position: relative;
    height: auto;
    padding-left: 0;
    background: none;
  }
}
.header .header_nav .header_utility .header_login {
  z-index: 1;
  margin-right: 20px;
  width: 250px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_login {
    width: 100%;
    margin-right: 0;
  }
}
.header .header_nav .header_utility .header_login > p {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 38px 0 52px;
  background: #f2f2f2;
  font-size: 1.4rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
.header .header_nav .header_utility .header_login > p span {
  margin-right: 15px;
}
.header .header_nav .header_utility .header_login > p:after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(../img/icon_nav_arrow_sp.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px 8px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -4px;
  cursor: pointer;
}
.header .header_nav .header_utility .header_login > p.is_active:after {
  background-image: url(../img/icon_nav_arrow_open_sp.png);
}
.header .header_nav .header_utility .header_login > p:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/icon_nav_link_03_sp.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -9px;
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_login > p {
    justify-content: center;
    padding: 0 35px;
    background: none;
    font-weight: 500;
    background: #ffffff;
  }
  .header .header_nav .header_utility .header_login > p:after {
    right: 22px;
    background-image: url(../img/icon_nav_arrow_sp.png);
  }
  .header .header_nav .header_utility .header_login > p.is_active:after {
    background-image: url(../img/icon_nav_arrow_open_sp.png);
  }
  
  .header .header_nav .header_utility .header_login > p.is_active {
    border-radius: 25px 25px 0 0;
  }
}
.header .header_nav .header_utility .header_login ul {
  display: none;
  flex-direction: column;
  width: calc(100% - 30px);
  height: auto;
  margin: 0 15px;
  padding: 18px 24px;
  background: #242d4c;
  border-radius: 10px;
  box-shadow: 1px 0px 7px 0 rgba(7,0,2,0.68);
  position: absolute;
  top: 65px;
  left: 0;
}
.header .header_nav .header_utility .header_login ul li {
  margin: 0;
}
.header .header_nav .header_utility .header_login ul li + li {
  margin-top: 12px;
}
.header .header_nav .header_utility .header_login ul li a {
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "mplus-2p-bold";
  position: relative;
  padding-left: 14px;
  transition: opacity 0.3s ease-out;
}
.header .header_nav .header_utility .header_login ul li a:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -2.5px;
}
.header .header_nav .header_utility .header_login ul li a:hover {
  opacity: 0.7; 
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_login ul {
    width: 100%;
    margin: 0;
    padding: 25px;
    position: relative;
    top: 0;
    box-shadow: none;
    background: #ffffff;
    border-radius: 0 0 25px 25px;
  }
  .header .header_nav .header_utility .header_login ul:before {
    content: '';
    width: calc(100% - 32px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 16px;
    background: url(../img/bg_header_login.gif) repeat 0 0 / 4px 1px;
  }
  .header .header_nav .header_utility .header_login ul li {
    width: 100%;
    border-bottom: none;
  }
  .header .header_nav .header_utility .header_login ul li + li {
    margin-top: 16px;
  }
  .header .header_nav .header_utility .header_login ul li a {
    padding-left: 0;
    font-size: 1.4rem;
    color: #212121;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    text-align: center;
  }
}

.header .header_nav .header_utility ul {
  display: flex;
  height: 42px;
  padding-right: 10px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility ul {
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding-right: 0;
  }
}
.header .header_nav .header_utility ul li {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility ul li {
    width: calc(50% - 10px);
    margin: 0;
  }
  .header .header_nav .header_utility ul li + li  {
    margin-left: 20px;
  }
}
.header .header_nav .header_utility .header_nav_name {
  padding-right: 15px;
  margin-right: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_nav_name {
    width: 100%;
    padding: 4px 20px 5px 20px;
    margin-right: 0;
    border-right: none;
    background: #f7f8fa;
    border-bottom: 1px solid #c6c6c6;
  }
}
.header .header_nav .header_utility .header_nav_name span {
  margin-right: 5px;
}
.header .header_nav .header_utility .header_nav_login a,
.header .header_nav .header_utility .header_nav_member a,
.header .header_nav .header_utility .header_nav_password a,
.header .header_nav .header_utility .header_nav_logout a {
  position: relative;
  padding-top: 30px;
  font-size: 1.1rem;
  line-height: 1;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
}
.header .header_nav .header_utility .header_nav_login a,
.header .header_nav .header_utility .header_nav_member a {
  display: flex;
  align-items: center;
  width: 130px;
  height: 50px;
  padding-left: 45px;
  padding-top: 0;
  font-size: 1.4rem;
  background: #f2f2f2;
  border-radius: 50px;
}

@media screen and (min-width: 992px) {
.header .header_nav .header_utility .header_nav_login a,
.header .header_nav .header_utility .header_nav_member a,
.header .header_nav .header_utility .header_nav_password a,
.header .header_nav .header_utility .header_nav_logout a {
    cursor: pointer;
    transition: opacity 0.3s ease-out;
}
.header .header_nav .header_utility .header_nav_login a:hover,
.header .header_nav .header_utility .header_nav_member a:hover,
.header .header_nav .header_utility .header_nav_password a:hover,
.header .header_nav .header_utility .header_nav_logout a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_nav_login a,
.header .header_nav .header_utility .header_nav_member a,
.header .header_nav .header_utility .header_nav_password a,
.header .header_nav .header_utility .header_nav_logout a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0 20px 0 20px;
    background: #ffffff;
    border-radius: 50px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
  }
}
.header .header_nav .header_utility .header_nav_login a:before,
.header .header_nav .header_utility .header_nav_member a:before,
.header .header_nav .header_utility .header_nav_password a:before,
.header .header_nav .header_utility .header_nav_logout a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_nav_login a:before,
.header .header_nav .header_utility .header_nav_member a:before,
.header .header_nav .header_utility .header_nav_password a:before,
.header .header_nav .header_utility .header_nav_logout a:before {
    display: inline-block;
    position: relative;
    left: auto;
    margin-right: 14px;
    transform: translateX(0);
  }
}
.header .header_nav .header_utility .header_nav_login a:before {
  width: 13px;
  height: 13px;
  top: 50%;
  left: 16px;
  background: url(../img/icon_nav_link_01_sp.png) no-repeat 0 0 / 13px 13px;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_nav_login a:before {
    top: 0;
    left: 0;
    transform: translateY(0);
  }
}
.header .header_nav .header_utility .header_nav_member a:before {
  width: 18px;
  height: 18px;
  top: 50%;
  left: 16px;
  background: url(../img/icon_nav_link_02_sp.png) no-repeat 0 0 / 18px 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_nav_member a:before {
    top: 0;
    left: 0;
    transform: translateY(0);
  }
}
.header .header_nav .header_utility .header_nav_password a:before {
  width: 24px;
  height: 24px;
  top: 3px;
  background: url(../img/icon_nav_link_03.png) no-repeat 0 0/24px 24px;
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_nav_password a:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_nav_password {
    border-right: 1px solid #c6c6c6;
  }
}
.header .header_nav .header_utility .header_nav_logout a:before {
  width: 23px;
  height: 20px;
  top: 5px;
  background: url(../img/icon_nav_link_04.png) no-repeat 0 0/23px 20px;
}
@media screen and (max-width: 991px) {
  .header .header_nav .header_utility .header_nav_logout a:before {
    width: 22px;
    height: 19px;
    background-size: 22px 19px;
    top: 0;
  }
}
.header .header_nav nav {
  padding-top: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header .header_nav nav {
    margin-top: 36px;
    padding-top: 0;
  }
}
.header .header_nav nav > ul li {
  position: relative;
}
.header .header_nav nav > ul li a {
  display: flex;
  align-items: center;
  padding: 3px 20px;
  margin: 2px 15px;
  min-height: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  justify-content: center;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .header .header_nav nav > ul > li + li {
    margin-top: 12px;
  }
  .header .header_nav nav > ul li a {
    justify-content: flex-start;
    padding: 0;
    padding: 3px 20px;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .header .header_nav nav > ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .header .header_nav nav > ul li a {
    width: 100%;
    min-height: 40px;
  }
}
.header .header_nav nav > ul li.nav_under a {
  position: relative;
}
.header .header_nav nav > ul li.nav_under a p {
  max-width: calc(100% - 30px);
}
.header .header_nav nav > ul li.nav_under a span {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url(../img/icon_header_nav_arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px 8px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .header .header_nav nav > ul li.nav_under a span {
    display: none;
  }
}
.header .header_nav nav > ul li.nav_under ul {
  display: none;
  margin: 10px 0;
  background: #212121;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .header .header_nav nav > ul li.nav_under ul {
    display: block;
    margin: 0 0 0 25px;
    padding: 10px 0;
    background: none;
  }
}
.header .header_nav nav > ul li.nav_under ul li a {
  min-height: 30px;
  font-size: 1.2rem;
  line-height: 2;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  background: none;
  margin: 0 18px;
}
.header .header_nav nav > ul li.nav_under ul li.is_active a {
  background: rgba(255,255,255,0.15);
  border-radius: 15px;
} 
.header .header_nav nav > ul li.nav_under ul li + li {
  margin-top: 5px;
}
.header .header_nav nav > ul li.nav_under.is_open ul {
  display: block;
}
.header .header_nav nav > ul li.nav_under.is_open > a span {
  background-image: url(../img/icon_header_nav_arrow_open.png);
}
.header .header_nav nav > ul li.is_active > a {
  background: rgba(255,255,255,0.15);
  border-radius: 18px;
}
@media screen and (max-width: 991px) {
  .header .header_nav nav > ul li.nav_under ul li a {
    font-weight: 400;
    margin: 0;
    font-size: 1.4rem;
  }
}

/* header_open */
@media screen and (max-width: 991px) {
  .is_nav .header .header_nav {
    height: calc(100% - 60px);
    padding: 25px;
    top: 60px;
    background: #212121;
  }
}
.header02 {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 50px;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (max-width: 991px) {
  .header02 {
    height: 50px;
    padding: 0 20px;
  }
}
.header02_logo img {
  width: 138px;
}
@media screen and (max-width: 991px) {
  .header02_logo img {
    width: 78px;
  }
}

@font-face {
  font-family: "mplus-2p-regular";
  src: url("../font/mplus-2p-regular.woff") format("woff");
}
@font-face {
  font-family: "mplus-2p-medium";
  src: url("../font/mplus-2p-medium.woff") format("woff");
}
@font-face {
  font-family: "mplus-2p-bold";
  src: url("../font/mplus-2p-bold.woff") format("woff");
}
/* layout
========================================================================== */
body {
  min-width: 1365px;
  font-family: "mplus-2p-medium";
}
@media screen and (max-width: 1199px) {
  body {
    min-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body.is_fix {
    padding-top: 60px;
  }
}
body.is_fix .header_nav_name {
  border-right: 1px solid #c6c6c6;
}

/* module
========================================================================== */
@media screen and (max-width: 991px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .is_sp {
    display: block;
  }
}

/* hl */
.hl_h1 {
  display: flex;
  align-items: center;
  position: absolute;
  left: 285px;
  top: 0;
  padding-right: 10px;
  min-height: 115px;
}
.hl_h1 h1 {
  font-size: 2.7rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #000000;
}
.hl_h1_info {
  display: flex;
  margin-left: 50px;
}
.hl_h1_info > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103px;
  height: 44px;
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #cccccc;
  border-radius: 22px;
  color: #000000;
  cursor: pointer;
}
.hl_h1_info > div + div {
  margin-left: 10px;
}
.hl_h1_info > div.is_active {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1199px) {
  .hl_h1 h1 {
    font-size: 2.4rem;
  }
  .hl_h1_info {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .hl_h1 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100% !important;
    min-height: auto;
    padding: 25px 10px 16px 10px;
    position: relative;
    left: 0;
  }
  .hl_h1_info {
    justify-content: center;
    width: 100%;
    margin-top: 26px;
    margin-left: 0;
  }
}

/*-- btn --*/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 40px;
  font-size: 1.3rem;
  font-family: "mplus-2p-bold";
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .btn {
    cursor: pointer;
    transition: opacity 0.3s ease-out;
  }
  .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .btn {
    width: auto;
    font-size: 1.1rem;
  }
}
.btn_type01 {
  color: #313131;
  background: #ffffff;
  border: 1px solid #989898;
}
.btn_type02 {
  color: #ffffff;
  background: #242d4b;
}
.btn_download {
  color: #ffffff;
  background: #313131;
}
.btn_download svg {
  margin-right: 5px;
  fill: #ffffff;
  width: 16px;
  height: auto;
}

.btn_wait {
  pointer-events: none;
  background: #dedede;
  color: #313131;
  border-radius: 0;
}
.btn_login, .btn_buy, .btn_display {
  position: relative;
}
.btn_login:before, .btn_buy:before, .btn_display:before {
  display: block;
  content: "";
  margin-right: 5px;
}
.btn_login:before {
  width: 17px;
  height: 15px;
  background: url(../img/icon_btn_01.png) no-repeat 0 0/17px 15px;
}
.btn_buy:before {
  width: 16px;
  height: 15px;
  background: url(../img/icon_btn_03.png) no-repeat 0 0/16px 15px;
}
.btn_display:before {
  width: 15px;
  height: 15px;
  background: url(../img/icon_btn_02.png) no-repeat 0 0/15px 15px;
}

.nav_step {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 991px) {
  .nav_step {
    margin: 0 0 15px 0;
  }
}
.nav_step ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .nav_step ul {
    /* justify-content: space-between; */
  }
}
.nav_step ul li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  height: 30px;
  font-size: 1.5rem;
  color: #7c7c7c;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  .nav_step ul li {
    padding-left: 28px;
    font-size: 1.3rem;
  }
}
.nav_step ul li + li {
  margin-left: 120px;
}
@media screen and (max-width: 991px) {
  .nav_step ul li + li {
    margin-left: 25px;
  }
}
.nav_step ul li + li:after {
  width: 80px;
  height: 1px;
  background: #c6c6c6;
  position: absolute;
  top: 50%;
  left: -100px;
}
@media screen and (max-width: 991px) {
  .nav_step ul li + li:after {
    width: 14px;
    left: -20px;
    /* width: calc(50vw - 95px);
    left: calc(-50vw + 85px); */
  }
}
@media screen and (max-width: 991px) {
  .nav_step ul li:nth-child(3) {
    /* width: 70px; */
  }
}
.nav_step ul li:before, .nav_step ul li:after {
  content: "";
  display: block;
  box-sizing: border-box;
}
.nav_step ul li:before {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #c7c7c7;
  background: #f6f7f9;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "mplus-2p-bold";
  font-size: 1.4rem;
  line-height: 2.1;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .nav_step ul li:before {
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
    background: #ffffff;
  }
}
.nav_step ul li:nth-of-type(1):before {
  content: "1";
}
.nav_step ul li:nth-of-type(2):before {
  content: "2";
}
.nav_step ul li:nth-of-type(3):before {
  content: "3";
}
.nav_step ul li:nth-of-type(4):before {
  content: "4";
}
.nav_step ul li span {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .nav_step ul li span {
    background: #ffffff;
    padding: 0 0 0 5px;
  }
}
.nav_step ul li.is_active {
  color: #313131;
}
.nav_step ul li.is_active::before {
  border-color: #242d4b;
  background: #242d4b;
  color: #ffffff;
}
.nav_step ul li.is_active + li.is_active:after {
  background: #242d4b;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  z-index: 2;
}
.nav_step ul li:last-child.is_active:after {
  /* display: none; */
}
@media screen and (max-width: 991px) {
  .nav_step ul li.is_active + li.is_active:after {
    width: 14px;
    right: calc(100% + 5px);
  }
}

/*-- radio --*/
.radio_type01 input {
  display: none;
}
.radio_type01 input:checked + label {
  border: 1px solid #242d4b;
}
.radio_type01 input:checked + label:before {
  border: 5px solid #2bb686;
}
.radio_type01 label {
  display: flex;
  align-items: center;
  padding-left: 35px;
  width: 150px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-family: "mplus-2p-medium";
  border: 1px solid #ffffff;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .radio_type01 label {
    font-size: 1.3rem;
  }
}
.radio_type01 label:before {
  box-sizing: border-box;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 1px solid #c6c6c6;
  position: absolute;
  left: 10px;
  top: 9px;
}

.checkbox_type01 input {
  display: none;
}
.checkbox_type01 input:checked + label {
  background: url(../img/bg_checkbox01_checked.png) no-repeat 0 2px/15px 15px;
}
.checkbox_type01 label {
  padding: 1px 0 2px 20px;
  font-size: 1.3rem;
  background: url(../img/bg_checkbox01.png) no-repeat 0 2px/15px 15px;
  cursor: pointer;
  font-family: "mplus-2p-medium";
}
@media screen and (max-width: 991px) {
  .checkbox_type01 label {
    font-size: 1.2rem;
  }
}

.select {
  border-radius: 5px;
  background: #ffffff;
  position: relative;
}
.select:before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  background: url(../img/icon_nav_arrow.png) no-repeat 0 0/14px 8px;
  pointer-events: none;
}
.select select {
  width: 100%;
  height: 40px;
  padding: 0 50px 0 15px;
  font-family: "mplus-2p-regular";
  color: #313131;
  font-size: 1.8rem;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .select select {
    font-size: 1.6rem;
  }
}
.select select option::first-child {
  color: #c6c6c6;
}
.select select:invalid {
  color: #c6c6c6;
}
.select select:focus {
  border-color: #242d4b;
}
.select.is_error select {
  border-color: #e40008;
}

/*-- input --*/
.input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 5px;
  font-family: "mplus-2p-regular";
  border: 1px solid #c6c6c6;
  color: #313131;
  font-size: 1.8rem;
}
.input:focus {
  border-color: #242d4b;
}
@media screen and (max-width: 991px) {
  .input {
    font-size: 1.6rem;
    letter-spacing: -0.05em;
  }
}
.input.is_error {
  border-color: #e40008;
}
.input_error {
  margin-top: 4px;
  color: #e40008;
  font-family: "mplus-2p-medium";
  font-size: 1.1rem;
}

.textarea {
  width: 100%;
  height: 120px;
  padding: 8px 10px;
  border-radius: 5px;
  font-family: "mplus-2p-regular";
  color: #313131;
  border: 1px solid #c6c6c6;
  background: #f5f5f5;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .textarea {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
}

/*-- icon --*/
.icon_must {
  color: #2bb686;
}

/*-- txt --*/
.txt_center {
  text-align: center;
}

.txt_note {
  margin-top: 12px;
}
.txt_note li {
  padding-left: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 991px) {
  .txt_note li {
    padding-left: 11px;
    font-size: 1.1rem;
    line-height: 1.45;
  }
}
.txt_note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.txt_link {
  font-family: "mplus-2p-medium";
  font-size: 1.3rem;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .txt_link {
    font-size: 1.2rem;
  }
}

/* layout
========================================================================== */
.book {
  height: auto;
  min-height: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .book .header:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .book {
    flex-wrap: wrap;
    background-image: linear-gradient(-45deg, #fdfdfd 25%, #e7e7e7 25%, #e7e7e7 50%, #fdfdfd 50%, #fdfdfd 75%, #e7e7e7 75%, #e7e7e7);
    background-size: 4px 4px;
    min-height: calc(100vh - 60px);
  }
}
.book main {
  padding: 115px 0 20px 0;
  width: calc(100% - 245px);
}
@media screen and (max-width: 991px) {
  .book main {
    width: 100%;
    height: 100%;
    padding: 0 0 20px 0;
  }
}
.book_inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -28px;
  padding: 0 20px;
  background: url(../img/bg_book_inner.gif) repeat 0 0 / 8px 430px;
}
@media screen and (max-width: 991px) {
  .book_inner {
    margin: -5px;
    background: none;
  }
}
.book_list {
  width: 182px;
  margin: 30px 24px 30px 24px;
}
@media screen and (max-width: 1199px) {
  .book_list {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .book_list {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 8px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0 #c8c6c7;
  }
}
.book_list_cat {
  height: 19px;
  margin-bottom: 5px;
  padding: 2px 0 3px 0;
  font-size: 1.2rem;
  border: 1px solid #c6c6c6;
  font-family: "mplus-2p-bold";
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .book_list_cat {
    height: 22px;
    margin: -10px -10px 12px -10px;
    padding: 5px 0 3px 0;
    border: none;
    font-family: 'M PLUS 1p', sans-serif;
    color: #000000;
    background: #e6e6e6;
    font-weight: 500;
  }
}
.book_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 203px;
  margin-bottom: 5px;
}
.book_list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 203px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .book_list_img {
    padding: 0 10px;
  }
  .book_list_img img {
    max-width: auto;
  }
}
.book_list_subcat {
  height: 23px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  border-bottom: 1px solid #c6c6c6;
  overflow: hidden;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .book_list_subcat {
    height: 20px;
    font-size: 1rem;
  }
}
.book_list_subcat.is_new {
  padding-right: 40px;
  position: relative;
}
.book_list_subcat.is_new:after {
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 6px;
  background: #2bb686;
  color: #ffffff;
  line-height: 1;
}
.book_list_title {
  height: 34px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #313131;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .book_list_title {
    height: 30px;
    font-size: 1.4rem;
  }
}
.book_list_price {
  height: 24px;
  text-align: right;
  color: #e40008;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "mplus-2p-bold";
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .book_list_price {
    height: 18px;
    font-size: 1.8rem;
  }
}
.book_list_btn {
  display: flex;
  height: 65px;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.book_list_btn .btn {
  width: 100%;
  height: 35px;
}
.book_list_btn .btn + .btn {
  margin-top: 5px;
}
.book_list_btn .btn.btn_download {
  height: 25px;
}

.book_list_btn .btn:before {
  margin-right: 5px;
  content: "";
}
.book_list .btn_type02 {
  background: #ffcc37;
}

.book_cat {
  margin-bottom: 5px;
  font-size: 1.2rem;
  border: 1px solid #c6c6c6;
  font-family: "mplus-2p-bold";
  text-align: center;
}
@media screen and (max-width: 991px) {
  .book_cat {
    border: none;
    text-align: left;
    font-size: 1.1rem;
  }
}
.book_img {
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .book_img {
    padding: 0 10px;
  }
  .book_img img {
    width: 100%;
  }
}
.book_subcat {
  margin-bottom: 5px;
  font-size: 1.1rem;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (max-width: 991px) {
  .book_subcat {
    font-size: 1rem;
    border-bottom: none;
  }
}
.book_subcat.is_new {
  padding-right: 40px;
  position: relative;
}
.book_subcat.is_new:after {
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 6px;
  background: #2bb686;
  color: #ffffff;
  line-height: 1;
}
.book_title {
  height: 34px;
  font-size: 1.5rem;
  line-height: 1.13;
}
@media screen and (max-width: 991px) {
  .book_title {
    height: 30px;
    font-size: 1.3rem;
  }
}
.book_author {
  color: #7c7c7c;
  font-size: 1.1rem;
}
@media screen and (max-width: 991px) {
  .book_author {
    font-size: 1rem;
  }
}
.book_price {
  text-align: right;
  color: #e40008;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "mplus-2p-bold";
}
.book_price span {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .book_price {
    font-size: 1.8rem;
  }
}
.book_btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: 8px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
  color: #313131;
}
@media screen and (min-width: 992px) {
  .book_btn button {
    cursor: pointer;
    transition: opacity 0.3s ease-out;
  }
  .book_btn button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .book_btn button {
    font-size: 1.1rem;
  }
}

.application {
  min-height: 100%;
  position: relative;
  background: #f6f7f9;
}
@media screen and (max-width: 991px) {
  .application {
    background: #ffffff;
  }
}
.application_inner {
  padding: 20px 50px 20px 50px;
}
@media screen and (max-width: 991px) {
  .application_inner {
    padding: 10px 20px 38px 20px;
  }
}
.application_box {
  background: #ffffff;
  padding: 25px 50px 50px 50px;
  box-shadow: 0px 1px 6px 3px #ecedee;
}
@media screen and (max-width: 991px) {
  .application_box {
    padding: 0;
    box-shadow: none;
  }
}
.application_box_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .application_box_btn .btn {
    width: 50%;
  }
}
.application_box_btn .btn + .btn {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .application_box_btn .btn + .btn {
    width: 50%;
    margin-left: 20px;
  }
}
.application_box_completed {
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .application_box_completed {
    padding-top: 24px;
  }
}
.application_box_completed h2 {
  font-size: 2.4rem;
  line-height: 1;
  font-family: "mplus-2p-bold";
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .application_box_completed h2 {
    font-size: 1.8rem;
    font-family: "mplus-2p-medium";
  }
}
.application_box_completed .application_txt {
  margin-top: 28px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.28;
}
.application_box_completed .application_txt + .application_txt {
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .application_box_completed .application_txt {
    font-size: 1.3rem;
    line-height: 1.38;
  }
}
.application_box_completed .application_box_btn {
  margin-top: 46px;
}
@media screen and (max-width: 991px) {
  .application_box_completed .application_box_btn {
    margin-top: 38px;
  }
}
@media screen and (max-width: 991px) {
  .application_box_completed .application_box_btn .btn {
    width: 100%;
  }
}
.application_lead {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .application_lead {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 31px;
    padding: 0 25px;
    font-size: 1.2rem;
    line-height: 1.25;
    position: relative;
    text-align: center;
  }
  .application_lead:before, .application_lead:after {
    content: "";
    display: block;
    width: 13px;
    height: 31px;
    position: absolute;
    top: 0;
    background: url(../../img/bg_app_lead.png) no-repeat 0 0/13px 31px;
  }
  .application_lead:before {
    left: 0;
  }
  .application_lead:after {
    transform: rotate(180deg);
    right: 0;
  }
}
.application_item {
  display: flex;
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .application_item {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.application_item_img {
  width: 240px;
}
@media screen and (max-width: 991px) {
  .application_item_img {
    width: 100%;
    text-align: center;
  }
}
.application_item_img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .application_item_img img {
    width: 150px;
  }
}
.application_item_content {
  flex: 1;
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .application_item_content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.application_item_content section + section {
  margin-top: 30px;
}
.application_item_h2 {
  padding-left: 5px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  border-left: 5px solid #242d4b;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .application_item_h2 {
    padding-left: 5px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.application_item_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
}
@media screen and (max-width: 991px) {
  .application_item_list {
    margin-top: -10px;
  }
}
.application_item_list dt {
  width: 85px;
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.53;
  color: #7c7c7c;
}
@media screen and (max-width: 991px) {
  .application_item_list dt {
    width: 100%;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
.application_item_list dd {
  width: calc(100% - 85px);
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.28;
  font-family: "mplus-2p-bold";
}
@media screen and (max-width: 991px) {
  .application_item_list dd {
    width: 100%;
    margin-top: 4px;
    font-size: 1.3rem;
    line-height: 1.38;
    font-family: "mplus-2p-medium";
  }
}
.application_item_list dd ul {
  display: flex;
  flex-wrap: wrap;
}
.application_item_list dd ul li + li {
  padding-left: 25px;
  position: relative;
}
.application_item_list dd ul li + li:before {
  content: "〉";
  font-family: "mplus-2p-medium";
  font-size: 1.2rem;
  position: absolute;
  left: 10px;
  top: 2px;
}
.application_item_note {
  margin-top: 10px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  color: #e40008;
  background: #fcdfe0;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 991px) {
  .application_item_note {
    font-size: 1.1rem;
  }
}
.application_item_payment .application_item_list dt {
  display: flex;
  align-items: center;
}

.setting {
  min-height: 100%;
}
.setting_inner {
  width: 400px;
  margin: 60px auto 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .setting_inner {
    width: 100%;
    margin-top: 40px;
    padding: 0 20px 20px 20px;
  }
}
.setting h2 {
  margin-top: 25px;
  margin-bottom: 28px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "mplus-2p-medium";
}
@media screen and (max-width: 991px) {
  .setting h2 {
    margin-top: 8px;
    font-size: 2rem;
  }
}
.setting h2.h2_icon {
  margin-top: 0;
  padding-top: 46px;
  background-position: 50% 0;
  background-size: 38px 38px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .setting h2.h2_icon {
    margin-top: 0;
  }
}
.setting h2.h2_icon_reset01 {
  background-image: url(../../img/icon_setting_reset_01.png);
}
.setting h2.h2_icon_reset02 {
  background-image: url(../../img/icon_setting_reset_02.png);
}
.setting h2.h2_icon_reset03 {
  background-image: url(../../img/icon_setting_reset_03.png);
}
.setting h2.h2_icon_reset04 {
  background-image: url(../../img/icon_setting_reset_04.png);
}
.setting_lead {
  margin-top: -12px;
  margin-bottom: 28px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.38;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 991px) {
  .setting_lead {
    font-size: 1.2rem;
  }
}
.setting dl dt {
  font-family: "mplus-2p-bold";
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .setting dl dt {
    font-size: 1.3rem;
  }
}
.setting dl dd + dt {
  margin-top: 20px;
}
.setting_note {
  float: right;
  font-size: 1.1rem;
  font-family: "mplus-2p-medium";
  line-height: 1;
  position: relative;
  top: 10px;
}
.setting_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .setting_link {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .setting_link .txt_link {
    margin-top: 20px;
  }
}
.setting .btn {
  margin-top: 30px;
  width: 100%;
}
.setting .btn + .txt_center {
  margin-top: 20px;
}

.setting_member_inner {
  width: 856px;
  margin-top: 80px;
}
.setting_member_inner h2 {
  margin-bottom: 36px;
}
.setting_member_clm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.setting_member_clm .setting_member_btn {
  width: 412px;
  padding: 26px 56px 44px 56px;
  background: rgba(230,230,230,0.5);
  border-radius: 8px;
}
.setting_member_clm .setting_member_btn .btn {
  margin-top: 18px;
}
.setting_member_clm .setting_member_btn_tit {
  text-align: center;
  font-family: "mplus-2p-bold";
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.setting_member_clm .setting_member_sns {
  width: 412px;
  padding: 22px 0 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.setting_member_clm .login_sns {
  margin-top: 0;
  background: #ffffff;
}

@media screen and (max-width: 991px) {
  .setting_member_inner {
    margin-top: 40px;
    width: 100%;
  }
  .setting_member_inner h2 {
    margin-bottom: 28px;
  }
  .setting_member_clm {
    flex-direction: column;
  }
  .setting_member_clm .setting_member_btn {
    width: 100%;
    padding: 0;
    background: #ffffff;
  }
  .setting_member_clm .setting_member_btn_tit {
    font-size: 1.3rem;
  }
  .setting_member_clm .setting_member_btn .btn {
    margin-top: 8px;
  }
  .setting_member_clm .setting_member_sns {
    width: 100%;
    padding-top: 32px;
    border: none;
  }
  .setting_member_clm .login_sns {
    background: rgba(230,230,230,0.5);
  }
}

.member {
  min-height: 100%;
  position: relative;
  background: #f6f7f9;
  /*-- width --*/
}
.member_inner {
  padding: 20px 10% 40px 10%;
}
@media screen and (max-width: 991px) {
  .member_inner {
    padding: 10px 20px 40px 20px;
    background: #ffffff;
  }
}
.member_box {
  background: #ffffff;
  padding: 25px 50px 30px 50px;
  box-shadow: 0px 1px 6px 3px #ecedee;
}
@media screen and (max-width: 991px) {
  .member_box {
    padding: 0;
    box-shadow: none;
  }
}
.member_box_confirm .member_form dt {
  padding-top: 10px;
}
.member_box_confirm .member_form dd {
  font-size: 1.8rem;
  font-family: "mplus-2p-regular";
}
.member_box_confirm h2 {
  font-size: 2.4rem;
  line-height: 1;
  font-family: "mplus-2p-bold";
  font-weight: normal;
  text-align: center;
}
.member_box_confirm .member_txt {
  margin-top: 28px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.28;
  text-align: center;
}
.member_box_confirm .member_txt + .member_txt {
  margin-top: 18px;
}

@media screen and (max-width: 991px) {
  .member_box_confirm .member_form dd {
    padding-left: 15px;
    font-size: 1.6rem;
  }
  .member_box_confirm h2 {
    font-size: 1.8rem;
    font-family: "mplus-2p-medium";
  }
  .member_box_confirm .member_txt {
    font-size: 1.3rem;
    line-height: 1.38;
  }
}

.member_box_completed {
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .member_box_completed {
    padding-top: 24px;
  }
}
.member_box_completed h2 {
  font-size: 2.4rem;
  line-height: 1;
  font-family: "mplus-2p-bold";
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .member_box_completed h2 {
    font-size: 1.8rem;
    font-family: "mplus-2p-medium";
  }
}
.member_box_completed .member_txt {
  margin-top: 28px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.28;
}
.member_box_completed .member_txt + .member_txt {
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .member_box_completed .member_txt {
    font-size: 1.3rem;
    line-height: 1.38;
  }
}
.member_box_completed .member_btn {
  margin-top: 46px;
}
@media screen and (max-width: 991px) {
  .member_box_completed .member_btn {
    margin-top: 38px;
  }
}
@media screen and (max-width: 991px) {
  .member_box_completed .member_btn .btn {
    width: 100%;
  }
}
.member_lead {
  font-size: 1.3rem;
  font-family: "mplus-2p-medium";
}
@media screen and (max-width: 991px) {
  .member_lead {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 31px;
    padding: 0 25px;
    font-size: 1.2rem;
    line-height: 1.25;
    position: relative;
    text-align: center;
  }
  .member_lead:before, .member_lead:after {
    content: "";
    display: block;
    width: 13px;
    height: 31px;
    position: absolute;
    top: 0;
    background: url(../../img/bg_app_lead.png) no-repeat 0 0/13px 31px;
  }
  .member_lead:before {
    left: 0;
  }
  .member_lead:after {
    transform: rotate(180deg);
    right: 0;
  }
}
.member_form {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .member_form {
    margin-top: 24px;
  }
}
.member_form_inner {
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .member_form_inner {
    width: 100%;
    margin-right: 0;
  }
}
.member_form dt {
  padding: 11px 0 0 0;
  width: 150px;
  font-size: 1.5rem;
  font-family: "mplus-2p-bold";
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .member_form dt {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0;
    font-size: 1.3rem;
    position: relative;
    letter-spacing: -0.05em;
  }
}
.member_form dt .icon_must {
  margin-left: 5px;
}
.member_form dt .btn {
  width: 72px;
  height: 34px;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .member_form dt .btn {
    width: 58px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -10px;
  }
}
.member_form dd {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 150px);
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .member_form dd {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .member_form dd + dt {
    margin-top: 28px;
  }
}
.member_form dd .input + .member_form_txt {
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .member_form dd .input + .member_form_txt {
    margin-left: 10px;
  }
}
.member_form dd .input_error {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .member_form dd .radio_type01 {
    width: calc(50% - 5px);
  }
}
.member_form dd .radio_type01 label {
  width: 100px;
}
@media screen and (max-width: 991px) {
  .member_form dd .radio_type01 label {
    width: 100%;
  }
}
.member_form dd .radio_type01 + .radio_type01 {
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .member_form dd .radio_type01 + .radio_type01 {
    margin-left: 10px;
  }
}
.member_form dd .btn {
  width: 165px;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .member_form dd .btn {
    width: 125px;
    margin-left: 10px;
    font-size: 1rem;
  }
}
.member_form dd .checkbox_type01 {
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .member_form dd .checkbox_type01 {
    margin: 5px auto 0 auto;
  }
  .member_form dd .checkbox_type01 + .input_error {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .member_form dd textarea {
    margin-top: 12px;
  }
}
.member_form dt, .member_form dd {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .member_form dt, .member_form dd {
    margin-top: 0;
  }
}
.member_form_txt, .member_form_txt02 {
  width: 35px;
  font-size: 1.5rem;
  font-family: "mplus-2p-bold";
  line-height: 2.8;
}
@media screen and (max-width: 991px) {
  .member_form_txt, .member_form_txt02 {
    width: 28px;
    font-size: 1.3rem;
    line-height: 3;
  }
}
.member_form_txt02 {
  width: 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .member_form_txt02 {
    width: 22px;
  }
}
.member_form_note {
  padding: 13px 0 0 0;
  font-size: 1.1rem;
  font-family: "mplus-2p-medium";
  line-height: 1.2;
}
.member_form_note a {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .member_form_note {
    padding-top: 0;
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .member_form_name .input {
    width: calc(50% - 33px) !important;
  }
}
@media screen and (max-width: 991px) {
  .member_form_code .member_form_txt {
    width: 18px;
  }
  .member_form_code .input {
    padding: 0 6px;
  }
}
.member_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .member_btn .btn {
    width: 50%;
  }
}
.member_btn .btn + .btn {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .member_btn .btn + .btn {
    width: 50%;
    margin-left: 20px;
  }
}
.member .w100 {
  width: 100px;
}
@media screen and (max-width: 991px) {
  .member .w100 {
    width: 75px;
  }
}
.member .w130 {
  width: 130px;
}
@media screen and (max-width: 991px) {
  .member .w130 {
    width: 85px;
  }
}
.member .w205 {
  width: 205px;
}
.member .w240 {
  width: 240px;
}
@media screen and (max-width: 991px) {
  .member .w240 {
    width: 100%;
  }
}
.member .w500 {
  width: 500px;
}
@media screen and (max-width: 991px) {
  .member .w500 {
    width: 100%;
  }
}
.member .w100p {
  width: 100%;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .modal {
    padding: 0;
  }
}
.modal.is_active {
  opacity: 1;
  visibility: visible;
}
.modal_body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 870px;
  width: 90%;
}
@media screen and (max-width: 991px) {
  .modal_body {
    overflow-y: scroll;
    margin: 20px;
    max-height: calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
.modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  .modal_close {
    top: 15px;
    right: 15px;
  }
}
.modal_close:before, .modal_close:after {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
}
.modal_close:before {
  width: 25px;
  height: 2px;
}
.modal_close:after {
  width: 2px;
  height: 25px;
}
.modal_content {
  padding: 30px 50px;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .modal_content {
    padding: 20px;
  }
}
.modal_h1 {
  font-size: 2.8rem;
  line-height: 1;
  font-family: "mplus-2p-medium";
}
@media screen and (max-width: 991px) {
  .modal_h1 {
    font-size: 2rem;
  }
}
.modal_item {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .modal_item {
    flex-wrap: wrap;
  }
}
.modal_item_img {
  width: 240px;
}
@media screen and (max-width: 991px) {
  .modal_item_img {
    width: 100%;
    text-align: center;
  }
}
.modal_item_img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .modal_item_img img {
    width: 150px;
  }
}
.modal_item_content {
  flex: 1;
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .modal_item_content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.modal_item_content section + section {
  margin-top: 30px;
}
.modal_item_h2 {
  padding-left: 5px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  border-left: 5px solid #242d4b;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .modal_item_h2 {
    padding-left: 5px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.modal_item_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
}
@media screen and (max-width: 991px) {
  .modal_item_list {
    margin-top: -10px;
  }
}
.modal_item_list dt {
  width: 85px;
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.53;
  color: #7c7c7c;
}
@media screen and (max-width: 991px) {
  .modal_item_list dt {
    width: 100%;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
.modal_item_list dd {
  width: calc(100% - 85px);
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.28;
  font-family: "mplus-2p-bold";
}
@media screen and (max-width: 991px) {
  .modal_item_list dd {
    width: 100%;
    margin-top: 4px;
    font-size: 1.3rem;
    line-height: 1.38;
    font-family: "mplus-2p-medium";
  }
}
.modal_item_list dd ul {
  display: flex;
  flex-wrap: wrap;
}
.modal_item_list dd ul li + li {
  padding-left: 25px;
  position: relative;
}
.modal_item_list dd ul li + li:before {
  content: "〉";
  font-family: "mplus-2p-medium";
  font-size: 1.2rem;
  position: absolute;
  left: 10px;
  top: 2px;
}
.modal_item_note {
  margin-top: 10px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  color: #e40008;
  background: #fcdfe0;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 991px) {
  .modal_item_note {
    font-size: 1.1rem;
  }
}
.modal .txt_note {
  margin-top: 20px;
}
.modal_btn {
  display: flex;
  margin-top: 30px;
}
.modal_btn .btn + .btn {
  margin-left: 10px;
}
.modal_btn .btn_download {
  height: 40px;
}

@media screen and (max-width: 991px) {
  .modal_btn {
    flex-direction: column;
  }
  .modal_btn .btn {
    width: 100%;
  }
  .modal_btn .btn + .btn {
    margin-top: 5px;
    margin-left: 0;
  }
}

.login_sns {
  margin-top: 14px;
  padding: 22px 57px;
  background: rgba(230,230,230,0.5);
  border-radius: 8px;
}
.login_sns div + div {
  margin-top: 15px
}
.login_sns div a {
  display: block;
  text-align: center;
  transition: opacity 0.3s ease-out;
}
.login_sns div a img {
  max-width: 286px
}
.login_sns_tit {
  margin-bottom: -4px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "mplus-2p-bold";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .login_sns div a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .login_sns {
    padding: 22px 24px;
  }
  .login_sns_tit {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}

/* directlink  */
.is_directlink {
  background: #454545;
}
.directlink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 365px;
  max-width: 365px;
}
.directlink_tit {
  margin-bottom: 24px;
  color: #ffffff;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.directlink_box {
  width: 100%;
  padding: 18px;
  background: #ffffff;
  border-radius: 15px;
  font-family: 'M PLUS 1p', sans-serif;
}
.directlink_box_logo {
  display: flex;
  justify-content: center;
  padding: 46px 0 52px 0;
}
.directlink_box_logo img {
  height: 64px;
}
.directlink_box_input {
  padding: 18px 15px 25px 15px;
  border-radius: 6px 6px 0 0;
  background: #e5e5e5;
}
.directlink_box_input p {
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.directlink_box_input div {
  margin-top: 15px;
}
.directlink_box_input input {
  width: 100%;
  height: 52px;
  box-shadow: 0 2px 2.5px 0 rgba(0,0,0,0.21) inset;
  background: #ffffff;
  text-align: center;
  font-family:inherit;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 2;
  letter-spacing: 0.1em;
  border-radius: 50px;
}
.directlink_box_input input.is_error {
  border: 1px solid #fc4e8b;
}
.directlink_box_input p.directlink_error {
  margin: 10px 0 -10px 0;
  color: #fc4e8b;
  font-weight: 700;
}
.directlink_box_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 100%;
  background: #242e4b;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0 0 6px 6px;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.directlink_box_btn:hover {
  opacity: 0.7;
}
.directlink_box_btn img {
  width: 21px;
  height: auto;
  margin-right: 11px;
}
@media screen and (max-width: 991px) {
  .directlink {
    max-width: 365px;
    min-width: 325px;
  }
  .directlink_box_input input {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=common.css.map */  