/*--------------------------------------------------
    reset
--------------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: normal;
}

button {
  font: inherit;
  cursor: pointer;
}

form,
select,
input,
textarea {
  font: inherit;
  background: none;
  border: none;
}

a img {
  border-width: 0;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

/*--------------------------------------------------
    setting
--------------------------------------------------*/
.sp-none {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.pc-none {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
}

/*--------------------------------------------------
    default
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "????", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.225rem;
  }
}

em {
  font-weight: bold;
  font-style: normal;
  color: #d60d0d;
}

.txt-em {
  color: #c74034;
}

.fcB {
  color: #008eed !important;
}

.fcR {
  color: #c32c24 !important;
}

.fwB {
  font-weight: bold !important;
}

.afN::after {
  content: none !important;
}

a {
  text-decoration: none;
  color: #008eed;
}

a.link-inline {
  text-decoration: none;
  color: #008eed;
}

a.link-inline::after {
  transform: rotate(45deg);
  vertical-align: middle;
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: .5em;
  content: "";
  border-top: solid #008eed 1px;
  border-right: solid #008eed 1px;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:hover > img, a:focus > img {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  a:hover, a:focus {
    text-decoration: none;
  }
}

a .icon {
  margin-left: 5px;
}

a .icon img {
  vertical-align: middle;
}

a + .icon {
  margin-left: 5px;
}

a + .icon img {
  vertical-align: middle;
}

.img-content img {
  max-width: 100%;
}

.str-inner {
  *zoom: 1;
  width: 1004px;
  max-width: 1004px;
  margin: 0 auto;
  padding: 0 10px;
}

.str-inner::after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 767px) {
  .str-inner {
    width: 100%;
    min-width: inherit;
    padding: 0 15px;
  }
}

.main-contents {
  background-color: #ebebeb;
  width: 100%;
  min-width: 1004px;
  padding: 23px 0 55px;
}

.main-contents .side-area {
  float: left;
  width: 22%;
  margin-top: 50px;
  margin-left: 3%;
}

@media only screen and (max-width: 767px) {
  .main-contents .side-area {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-contents {
    min-width: inherit;
    padding-bottom: 40px;
  }
}

/*--------------------------------------------------
    header
--------------------------------------------------*/

#page-header {
  background-color: #fff;
  position: relative;
  z-index: 11;
  min-width: 1004px;
  border-bottom: solid #ebebeb 1px;
}

#page-header .nav-area {
  *zoom: 1;
  width: 100%;
}

#page-header .nav-area::after {
  display: block;
  clear: both;
  content: "";
}

#page-header .nav-area .str-inner {
  *zoom: 1;
}

#page-header .nav-area .str-inner::after {
  display: block;
  clear: both;
  content: "";
}

#page-header .nav-area .str-inner .header-logo {
  vertical-align: middle;
  float: left;
  margin-top: 13px;
  margin-right: 15px;
}

#page-header .nav-area .str-inner .header-logo .logo img {
  max-height: 30px;
}

#page-header .nav-area .str-inner .header-logo + .header-utility {
  text-align: right;
  min-width: inherit;
  border-bottom: 0;
}

#page-header .nav-area .str-inner .header-logo + .header-utility.no-nav {
  padding: 11px 0;
}

#page-header .nav-area .str-inner .g-nav {
  display: block;
  float: right;
}

#page-header .nav-area .str-inner .g-nav .nav-detail .hdg > a {
  color: inherit;
  display: inline-block;
}

#page-header .nav-area .str-inner .g-nav .nav-detail .hdg > a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #page-header .nav-area .str-inner .g-nav .nav-detail .hdg > a:hover {
    text-decoration: none;
  }
}

#page-header .nav-area .list-nav {
  font-size: 1.6rem;
  display: table;
}

#page-header .nav-area .list-nav > li {
  vertical-align: middle;
  display: table-cell;
}

#page-header .nav-area .list-nav > li > a {
  text-align: center;
  color: #000;
  position: relative;
  display: table;
  height: 76px;
  padding: 15px 25px;
}

#page-header .nav-area .list-nav > li > a:not(.is-ios):hover, #page-header .nav-area .list-nav > li > a:focus {
  text-decoration: none;
  color: #737373;
}

@media only screen and (min-width: 768px) {
  #page-header .nav-area .list-nav > li > a:not(.is-ios):hover::after, #page-header .nav-area .list-nav > li > a:focus::after {
    background-color: #008eed;
    position: absolute;
    z-index: 12;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
  }
}

#page-header .nav-area .list-nav > li > a .txt {
  vertical-align: middle;
  display: table-cell;
}

#page-header .nav-area .list-nav > li:last-child > a {
  padding: 15px 20px 15px 25px;
}

@media only screen and (min-width: 768px) {
  #page-header .nav-area .list-nav > li.is-active > a::after {
    background-color: #008eed;
    position: absolute;
    z-index: 12;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
  }
}

#page-header .header-utility {
  width: 100%;
  height: 52px;
  min-width: 1004px;
  padding: 10px 0;
  border-bottom: solid #ebebeb 1px;
}

#page-header .header-utility + .nav-area .header-logo .logo img {
  max-height: 45px;
}

#page-header .header-utility .str-inner {
  text-align: right;
}

#page-header .header-utility .list-utility {
  display: inline-block;
}

#page-header .header-utility .list-utility > li {
  font-size: 1.2rem;
  color: #737373;
  display: inline-block;
  display: inline-block;
}

#page-header .header-utility .list-utility > li a {
  color: #737373;
}

#page-header .header-utility .list-utility > li a::after {
  transform: rotate(45deg);
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-bottom: .2em;
  margin-left: .5em;
  content: "";
  border-top: solid #008eed 1px;
  border-right: solid #008eed 1px;
}

#page-header .header-utility .list-utility > li + li {
  margin-left: 1.375em;
}

#page-header .header-utility .list-utility + .list-user {
  margin-left: 24px;
}

#page-header .header-utility .list-user {
  display: inline-block;
}

#page-header .header-utility .list-user > li a {
  font-size: 1.2rem;
}

#page-header .header-utility .list-user > li.mail {
  color: #008cf0;
  display: inline-block;
}

#page-header .header-utility .list-user > li.mail a {
  vertical-align: middle;
  color: #008cf0;
  display: inline-block;
}

#page-header .header-utility .list-user > li.mail a::before {
  background: url(/apl/renew/common/images/icon_mail.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 11px;
  margin-top: .2em;
  margin-right: .5em;
  content: "";
}

#page-header .header-utility .list-user > li.mail a .mail-number {
  font-size: .9rem;
  text-align: center;
  color: #fff;
  background-color: #c32c24;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: .35em;
  padding: 0 .2em;
  border-radius: 2em;
}

#page-header .header-utility .list-user > li.mail a .mail-number .txt {
  vertical-align: middle;
  display: inline-block;
  margin-top: 2px;
}

#page-header .header-utility .list-user > li.mail a .pc-txt {
  display: inline;
}

#page-header .header-utility .list-user > li.logout {
  display: inline-block;
  margin-left: 25px;
}

#page-header .header-utility .list-user > li.logout a {
  vertical-align: middle;
  color: #737373;
  background-color: #ebebeb;
  display: inline-block;
  padding: .5em .75em;
  border-radius: 3px;
  box-shadow: 0 1px 3px -1px #555;
}

#page-header .header-utility .list-user > li.logout a::before {
  background: url(/member-introduction/syokaicp_os202510/image/header/icon_logout.png) no-repeat;
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-right: .5em;
  content: "";
}

#page-header .header-utility .list-user > li.logout a:hover, #page-header .header-utility .list-user > li.logout a:focus {
  text-decoration: none;
  opacity: .8;
}

#page-header .header-utility .list-user > li.menu {
  display: none;
}

#page-header .header-utility .list-user > li + li {
  margin-left: 1.5em;
}

@media only screen and (max-width: 767px) {
  #page-header .header-utility {
    min-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  #page-header .header-utility.no-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #page-header {
    min-width: inherit;
  }
}

#page-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

#page-header.fixed .header-utility.nav-fixed {
  display: none !important;
}

#page-header.fixed .nav-detail {
  top: 76px;
}

@media only screen and (max-width: 767px) {
  #page-header {
    overflow: auto;
    max-height: 80vh;
    border-bottom: solid #d9d9d9 1px;
  }
}

@media only screen and (min-width: 768px) {
  .nav-detail {
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 127px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
  }
  .nav-detail .hdg {
    font-size: 1.6rem;
  }
  .nav-detail .link-list {
    font-size: 1.6rem;
  }
  .nav-detail .link-list + .hdg {
    margin-top: 30px;
  }
  .js-on .nav-detail {
    overflow: hidden;
    height: 0;
    transition: height .3s ease-in;
  }
  .js-on .nav-detail .str-inner {
    padding: 30px 0 40px;
    transition: opacity .5s ease-in;
    opacity: 0;
  }
  .js-on .nav-detail.is-active {
    border-top: solid #ebebeb 1px;
  }
  .js-on .nav-detail.is-active .str-inner {
    opacity: 1;
  }
}

@media print {
  .nav-detail {
    display: none !important;
  }
  #page-header.fixed {
    position: static !important;
  }
}

.js-nav-hook .status {
  position: fixed;
  top: -9999px;
  left: -9999px;
}

@media only screen and (max-width: 767px) {
  #page-header.header-fixed + * {
    display: block;
    padding-top: 80px;
  }
  
  #page-header .nav-area {
    *zoom: 1;
  }
  #page-header .nav-area::after {
    display: block;
    clear: both;
    content: "";
  }
  #page-header .nav-area .str-inner {
    width: 100%;
    padding: 0;
  }
  #page-header .nav-area .str-inner .header-logo {
    float: left;
    width: auto;
    height: 65px;
    padding: 5px 10px 6px;
    width: calc(100% - 140px - 8em + 15px);
    display: table;
    table-layout: fixed;
    margin-top: 0;
    margin-right: 0;
  }
  #page-header .nav-area .str-inner .header-logo > .logo {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  #page-header .nav-area .str-inner .header-logo > .logo img {
    max-width: 77px;
  }
  #page-header .nav-area .str-inner .list-user {
    float: right;
    height: 65px;
    table-layout: auto;
  }
  #page-header .nav-area .str-inner .list-user.pc-none {
    display: table !important;
  }
  #page-header .nav-area .str-inner .list-user > li {
    vertical-align: middle;
    display: table-cell;
    height: 65px;
  }
  #page-header .nav-area .str-inner .list-user > li.logout {
    padding-right: 15px;
  }
  #page-header .nav-area .str-inner .list-user > li.logout a {
    font-size: 1.05rem;
  }
  #page-header .nav-area .str-inner .list-user > li.logout a::before {
    background: url(/member-introduction/syokaicp_os202510/image/header/icon_logout_sp.png) no-repeat;
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-right: .5em;
    content: "";
  }
  #page-header .nav-area .str-inner .list-user > li.mail {
    vertical-align: top;
    width: 65px;
    border-left: solid #d9d9d9 1px;
  }
  #page-header .nav-area .str-inner .list-user > li.mail a {
    font-size: 1.05rem;
    text-align: center;
    color: #737373;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }
  #page-header .nav-area .str-inner .list-user > li.mail a::before {
    background: url(/apl/renew/common/images/icon_mail_sp.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 50%;
    display: inline-block;
    width: 22px;
    height: 15px;
    margin-right: .5em;
    margin-left: -11px;
    content: "";
  }
  #page-header .nav-area .str-inner .list-user > li.mail .mail-number {
    font-size: .9rem;
    text-align: center;
    color: #fff;
    background-color: #c32c24;
    position: absolute;
    top: 10px;
    left: 30px;
    display: inline-block;
    margin-left: .35em;
    padding: 0 .2em;
    border-radius: 2em;
  }
  #page-header .nav-area .str-inner .list-user > li.mail .mail-number .txt {
    vertical-align: middle;
    display: inline-block;
    margin-top: 2px;
  }
  #page-header .nav-area .str-inner .list-user > li.menu {
    vertical-align: top;
    width: 65px;
  }
  #page-header .nav-area .str-inner .list-user > li.menu button {
    text-align: center;
    background-color: #d9d9d9;
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 100%;
    height: 35px;
    padding-top: 30px;
    border: none;
  }
  #page-header .nav-area .str-inner .list-user > li.menu button .txt {
    font-size: 1.05rem;
    display: inline-block;
  }
  #page-header .nav-area .str-inner .list-user > li.menu button .status {
    color: transparent;
    background: url(/apl/renew/common/images/icon_menu.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 18px;
    height: 15px;
    margin-left: -9px;
    content: "";
  }
  #page-header .nav-area .str-inner .list-user > li.menu button.is-active {
    text-align: right;
    vertical-align: middle;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 65px;
    padding-top: 0;
  }
  #page-header .nav-area .str-inner .list-user > li.menu button.is-active .txt {
    display: none;
  }
  #page-header .nav-area .str-inner .list-user > li.menu button.is-active .status {
    font-size: 1.575rem;
    color: #737373;
    background: none;
    top: 50%;
    left: 0;
    overflow: inherit;
    width: 100%;
    margin-top: -.65em;
    padding-right: 45px;
    min-height: 1.2em;
  }
  #page-header .nav-area .str-inner .list-user > li.menu button.is-active .status::before, #page-header .nav-area .str-inner .list-user > li.menu button.is-active .status::after {
    transform: rotate(45deg);
    background-color: #737373;
    position: absolute;
    top: 50%;
    right: 17px;
    display: block;
    width: 1.575rem;
    height: 1px;
    margin-top: 0;
    content: "";
  }
  #page-header .nav-area .str-inner .list-user > li.menu button.is-active .status::after {
    transform: rotate(135deg);
  }
  #page-header .nav-area .str-inner .g-nav {
    width: 100%;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav {
    display: block;
    clear: both;
    width: 100%;
    border-top: solid #ebebeb 1px;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li {
    display: block;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li > a {
    font-size: 1.55rem;
    display: block;
    height: inherit;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li > a .status {
    color: transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    left: inherit;
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li > a .status::before, #page-header .nav-area .str-inner .g-nav .list-nav > li > a .status::after {
    background: #000;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    width: 16px;
    height: 100%;
    height: 1px;
    content: "";
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li > a .status::after {
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  #page-header .nav-area .str-inner .g-nav .list-nav > li > a {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  #page-header .nav-area .str-inner .g-nav .list-nav > li.is-active > a .status::after {
    display: none;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li + li {
    border-top: solid #ebebeb 1px;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.situation {
    position: relative;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.situation > a {
    padding-right: 50px;
    padding-left: 50px;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.situation > a::before {
    background: url(/apl/renew/common/images/header/icon_situation_nav.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: -12px;
    content: "";
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.point {
    position: relative;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.point > a {
    padding-right: 50px;
    padding-left: 50px;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.point > a::before {
    background: url(/apl/renew/common/images/header/icon_campaign_nav.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: -12px;
    content: "";
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.ribo {
    position: relative;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.ribo > a {
    padding-right: 50px;
    padding-left: 50px;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.ribo > a::before {
    background: url(/apl/renew/common/images/header/icon_ribo_nav.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: -12px;
    content: "";
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.aplly {
    position: relative;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.aplly > a {
    padding-right: 50px;
    padding-left: 50px;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.aplly > a::before {
    background: url(/apl/renew/common/images/header/icon_aplly_nav.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: -12px;
    content: "";
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.userdata {
    position: relative;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.userdata > a {
    padding-left: 50px;
  }
  #page-header .nav-area .str-inner .g-nav .list-nav > li.userdata > a::before {
    background: url(/apl/renew/common/images/header/icon_userdata_nav.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: -12px;
    content: "";
  }
  #page-header .nav-area .str-inner .g-nav .list-utility {
    font-size: 1.4rem;
    padding-top: 10px;
    border-top: solid #ebebeb 1px;
  }
  #page-header .nav-area .str-inner .g-nav .list-utility > li {
    padding: 10px 20px;
  }
  #page-header .nav-area .str-inner .g-nav .list-utility > li > a {
    color: #737373;
    display: block;
  }
  #page-header .nav-area .str-inner .g-nav .list-utility > li > a::after {
    transform: rotate(45deg);
    vertical-align: middle;
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-left: .5em;
    content: "";
    border-top: solid #737373 1px;
    border-right: solid #737373 1px;
  }
  .nav-detail {
    background-color: #ebebeb;
  }
  .nav-detail .hdg {
    font-size: 1.4rem;
  }
  .nav-detail .hdg > a {
    color: inherit;
  }
  .nav-detail .separate-col4 {
    display: block;
    width: 100%;
  }
  .nav-detail .separate-col4 > .inner {
    width: 100%;
    padding: 25px 20px 0;
  }
  .nav-detail .separate-col4 > .inner .link-list {
    font-size: 1.3rem;
    background-color: #fff;
    border-radius: 8px;
  }
  .nav-detail .separate-col4 > .inner .link-list > li > a {
    color: #737373;
    display: block;
    padding: 14px;
  }
  .nav-detail .separate-col4 > .inner .link-list > li > a::after {
    border-top: solid #737373 1px;
    border-right: solid #737373 1px;
  }
  .nav-detail .separate-col4 > .inner .link-list > li + li {
    margin-top: 0;
    border-top: solid #ebebeb 1px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .nav-detail .separate-col4 > .inner .link-list > li.lyt-help {
    display: table;
    width: 100%;
    table-layout: auto;
  }
  .nav-detail .separate-col4 > .inner .link-list > li.lyt-help a {
    display: table-cell;
    vertical-align: middle;
  }
  .nav-detail .separate-col4 > .inner .link-list > li.lyt-help a.help {
    width: 44px;
    padding: 13px;
    border-left: solid #ebebeb 1px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-detail .separate-col4 > .inner .link-list + .hdg {
    margin-top: 20px;
  }
  .nav-detail .separate-col4 > .inner:last-child {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .nav-detail .separate-col4 > .inner:last-child {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-detail .separate-col4 > .inner:nth-child(4n) {
    padding-right: 20px;
  }
  .js-on .nav-detail {
    overflow: hidden;
    height: 0;
    transition: height .3s ease-in;
  }
  .js-on .nav-detail .str-inner {
    transition: opacity .5s ease-in;
  }
  .js-on #page-header .nav-area .str-inner .g-nav {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .js-on #page-header .nav-area .str-inner .g-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .js-on .js-nav-opan {
    display: table-cell;
  }
}

.js-on .js-change-display-button:hover,
.js-on .js-change-display-button:focus {
  text-decoration: none;
}

.js-on .js-change-display-button:not(.js-none-opacity):hover,
.js-on .js-change-display-button:not(.js-none-opacity):focus {
  opacity: .8;
}

.separate-col4 {
  display: table;
}

.separate-col4 > .inner {
  vertical-align: top;
  display: table-cell;
  width: 246px;
  max-width: 246px;
  padding-right: 20px;
  border-right: solid #ebebeb 1px;
}

.separate-col4 > .inner:nth-child(4n) {
  padding-right: 0;
  border: none;
}

.separate-col4 > .inner:last-child {
  border: none;
}

.separate-col4 > .inner.join {
  border-right: none;
}

.separate-col4 > .inner.join + .inner {
  padding-top: 1em;
}

@media only screen and (max-width: 767px) {
  .separate-col4 > .inner.join + .inner {
    padding-top: 0;
  }
  .separate-col4 > .inner.join + .inner > .link-list {
    margin-top: 0;
    border-top: solid #ebebeb 1px;
    border-radius: 0 0 8px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .separate-col4 > .inner.join > .link-list {
    border-top: solid #ebebeb 1px;
    border-radius: 8px 8px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .separate-col4 > .inner {
    display: block;
    width: 100%;
    max-width: inherit;
    border-right: 0;
  }
}

.separate-col4 > .inner + .inner {
  padding-left: 20px;
}

@media only screen and (orientation: landscape) and (max-width: 767px) {
  #page-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
  }
  #page-header {
    overflow: auto;
    max-height: 80vh;
  }
}

@media only screen and (min-width: 768px) {
  #page-header.fixed .header-utility.nav-fixed.sp-none.no-nav {
    display: block !important;
  }
}

#js-nav-overlay,
#js-overlay {
  background-color: #000;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .4;
}

#js-nav-overlay.is-active,
#js-overlay.is-active {
  display: block;
}

#js-nav-overlay.is-active {
  display: block;
}

@media only screen and (min-width: 768px) {
  #js-nav-overlay.is-active {
    display: none;
  }
}

/*--------------------------------------------------
    footer
--------------------------------------------------*/

#to-top {
  background-color: #fff;
  position: relative;
  width: 100%;
  min-width: 1004px;
}

#to-top > a {
  color: transparent;
  background-color: #003b92;
  position: absolute;
  top: -46px;
  right: 0;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-left: auto;
}

#to-top > a::after {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-left: -8px;
  content: "";
  border-top: solid #fff 2px;
  border-left: solid #fff 2px;
}

@media only screen and (max-width: 767px) {
  #to-top {
    width: 100%;
    min-width: inherit;
  }
}

#page-footer {
  font-size: 1.2rem;
  color: #fff;
  background-color: #003b92;
  width: 100%;
  min-width: 1004px;
}

#page-footer .str-inner {
  width: 100%;
  padding: 30px 10px;
}

@media only screen and (max-width: 767px) {
  #page-footer .str-inner {
    padding: 30px 15px;
  }
}

#page-footer .list-utility > li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  #page-footer .list-utility > li {
    margin-right: 10px;
  }
}

#page-footer .list-utility > li a {
  color: #fff;
}

#page-footer .list-utility > li:last-child {
  margin-left: 0;
}

#page-footer .copy-area {
  margin-top: 20px;
}

#page-footer .copy-area .logo {
  display: inline-block;
}

#page-footer .copy-area .logo + .copy {
  font-size: 1.2rem;
  color: #8697bf;
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  #page-footer .copy-area .logo + .copy {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page-footer .copy-area .logo + .copy {
    font-size: .875em;
  }
}

@media only screen and (max-width: 767px) {
  #page-footer {
    width: 100%;
    min-width: inherit;
  }
}

.footer-nav {
  display: none;
  width: 100%;
  margin-bottom: 30px;
  border-top: solid #003b92 6px;
}

.footer-nav .list-nav {
  display: block;
  clear: both;
  width: 100%;
  border-top: solid #ebebeb 1px;
}

.footer-nav .list-nav > li > a {
  font-size: 1.55rem;
  color: #000;
  display: block;
  padding: 17px 50px 17px 25px;
}

.footer-nav .list-nav > li > a .status {
  color: transparent;
  position: absolute;
  top: 28px;
  right: 20px;
  left: inherit;
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.footer-nav .list-nav > li > a .status::before, .footer-nav .list-nav > li > a .status::after {
  background: #000;
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  width: 16px;
  height: 100%;
  height: 1px;
  content: "";
}

.footer-nav .list-nav > li > a .status::after {
  transform: rotate(90deg);
}

.footer-nav .list-nav > li.is-active > a .status::after {
  display: none;
}

.footer-nav .list-nav > li + li {
  border-top: solid #ebebeb 1px;
}

.footer-nav .list-nav > li.situation {
  position: relative;
}

.footer-nav .list-nav > li.situation > a {
  padding-right: 50px;
  padding-left: 50px;
}

.footer-nav .list-nav > li.situation > a::before {
  background: url(/apl/renew/common/images/header/icon_situation_nav.png) center no-repeat;
  position: absolute;
  top: 28px;
  left: 20px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  content: "";
}

.footer-nav .list-nav > li.point {
  position: relative;
}

.footer-nav .list-nav > li.point > a {
  padding-right: 50px;
  padding-left: 50px;
}

.footer-nav .list-nav > li.point > a::before {
  background: url(/apl/renew/common/images/header/icon_campaign_nav.png) center no-repeat;
  position: absolute;
  top: 28px;
  left: 20px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  content: "";
}

.footer-nav .list-nav > li.ribo {
  position: relative;
}

.footer-nav .list-nav > li.ribo > a {
  padding-right: 50px;
  padding-left: 50px;
}

.footer-nav .list-nav > li.ribo > a::before {
  background: url(/apl/renew/common/images/header/icon_ribo_nav.png) center no-repeat;
  position: absolute;
  top: 28px;
  left: 20px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  content: "";
}

.footer-nav .list-nav > li.aplly {
  position: relative;
}

.footer-nav .list-nav > li.aplly > a {
  padding-right: 50px;
  padding-left: 50px;
}

.footer-nav .list-nav > li.aplly > a::before {
  background: url(/apl/renew/common/images/header/icon_aplly_nav.png) center no-repeat;
  position: absolute;
  top: 28px;
  left: 20px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  content: "";
}

.footer-nav .list-nav > li.userdata {
  position: relative;
}

.footer-nav .list-nav > li.userdata > a {
  padding-left: 50px;
}

.footer-nav .list-nav > li.userdata > a::before {
  background: url(/apl/renew/common/images/header/icon_userdata_nav.png) center no-repeat;
  position: absolute;
  top: 28px;
  left: 20px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  content: "";
}

.footer-nav .list-utility {
  font-size: 1.4rem;
  padding-top: 10px;
  border-top: solid #ebebeb 1px;
}

.footer-nav .list-utility > li {
  padding: 10px 20px;
}

.footer-nav .list-utility > li > a {
  color: #737373;
  display: block;
}

.footer-nav .list-utility > li > a::after {
  transform: rotate(45deg);
  vertical-align: middle;
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: .5em;
  content: "";
  border-top: solid #737373 1px;
  border-right: solid #737373 1px;
}

.footer-nav .str-inner {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .footer-nav {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .link-area + .footer-nav + #to-top .list-display {
    background-color: #fff;
  }
}

.link-area + #to-top .list-display {
  background-color: #fff;
}

/*--------------------------------------------------
    adjust
--------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/* slider */
.slider {
  margin: 0px auto;
  width: 90%;
  max-width: 100%;
  border-radius: 10px;
  border: 2px solid #E96479;
  background-color: #fff;
}

.slider__inner {
  padding: 25px;
}

.slider > *::last-child {
  margin-bottom: 0px;
}
.slider__img {
  text-align: center;
}

.slider__img img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.slider .slider__header3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #1C0501;
}

.slider__step {
  text-align: center;
  line-height: 25px;
}
.slider__step span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #E96479;
  border-radius: 14px;
  width: 76px;
  height: 25px;
  vertical-align: middle;
}

.slider__text {
  font-size: 14px;
  margin-bottom: 19px;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-align: left;
  color: #141513;
}
.slider .slider__text.slider__text--big {
  font-size: 18px;
  color: #E96479;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.slider__text.slider__text--mb0 {
  margin-bottom: 0px;
}

.slider__text.slider__text--mb {
  margin-bottom: 20px;
}

.slider__text span {
  font-weight: bold;
  display: inline;
  padding: 0 3px;
  color: #E96479;
}

.slider .bg--gray {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 116px;
  max-width: 400px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #F7F7F7;
}

.slider_check_list + .slider__text {
  margin-top: -1px;
  padding-left: 0.5em;
  margin-bottom: 15px;
}

.slider_check_list {
  line-height: 1.7em;
  text-align: left;
  padding: 1px 3px;
  width: auto;
  display: table-cell;
  font-size: 14px;
}

.slider_check_list li {
  font-size: 14px;
  position: relative;
  font-weight: bold;
  text-align: left;
  color: #E96479;
  display: block;
}

@media screen and (max-width: 700px) {
  .slider .parts__button {
    width: 90%;
    font-size: 16px;
  }
  .slider .parts__button a::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 14px;
    background-image: url("/member-introduction/syokaicp_os202510/image/icon_arrow.png");
    background-repeat: no-repeat;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-size: cover;
  }
}

@media (min-width: 701px) {
  .slider {
    width: 660px;
  }

  .slider__inner {
    padding: 37px 20px 40px;
  }

  .slider .slider__header3 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 12px;
    color: #1C0501;
  }
  .slider__step {
    text-align: center;
    line-height: 32px;
  }
  .slider__step span {
    font-size: 14px;
    width: 84px;
    height: 32px;
  }
  .slider .slider__text {
    font-size: 16px;
    margin-bottom: 19px;
    line-height: 24px;
    letter-spacing: 0.025em;
    text-align: center;
  }
  .slider .slider__text.slider__text--big {
    font-size: 22px;
    color: #E96479;
    margin-top: 30px;
  }

  .slider .bg--gray {
    height: 220px;
    max-width: 580px;
    border-radius: 10px;
    margin: 0 auto;
  }

  .slider .section__button {
    width: 420px;
    height: 76px;
    min-height: 76px;
    margin: 0px;
  }
  .slider .section__button a {
    font-size: 28px;
    padding: 16px;
  }

  .slider_check_list {
    margin: 0 auto;
    line-height: 1.7em;
    padding: 1px 3px;
    display: table;
    font-size: 16px;
  }
  .slider_check_list li {
    font-size: 16px;
  }

  .slider_check_list + .slider__text:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*--------  step flow  -------*/
ul.stepflow {
  border: none;
  width: 88%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
}
.stepflow > li {
  position: relative;
  padding: 0 0 3px 4em;
  height: 68px;
}
.stepflow > li:after {
  content: "";
  width: 2px;
  background: #E96479;
  display: block;
  position: absolute;
  top: 0px;
  height: 10px;
  left: 19px;
}
.stepflow > li:before {
  content: "";
  width: 2px;
  background: #E96479;
  display: block;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 19px;
}
.stepflow > li.stepflow__last:before,
.stepflow > li.stepflow__first:after {
  content: none;
}
.stepflow__number {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: 10px;
  left: 5px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: solid 2px #E96479;
  text-align: center;
  font-size: 20px;
  color: #E96479;
}
.stepflow__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 15px;
  color: #E96479;
  display: table-cell;
  vertical-align: middle;
  height: 52px;
}

@media (min-width: 701px) {
  ul.stepflow {
    width: 64%;
    margin: 0 auto 30px;
  }
  .stepflow > li {
    padding: 0 0 100px 6em;
    height: 68px;
  }
  .stepflow > li:after {
    width: 3px;
    height: 10px;
    left: 28px;
  }
  .stepflow > li:before {
    width: 3px;
    top: 58px;
    left: 28px;
  }
  .stepflow > li.stepflow__last:before,
  .stepflow > li.stepflow__first:after {
    content: none;
  }
  .stepflow__number {
    margin-top: 10px;
    left: 5px;
    width: 51px;
    height: 51px;
    border: solid 3px #E96479;
    font-size: 30px;
  }
  .stepflow__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 15px;
    height: 52px;
    letter-spacing: 0.05em;
  }
}


/*fix?{?^??*/

.floating_wrap {
  margin: 68px 0;
}

@media print, screen and (min-width: 701px) {
  .floating_wrap {
    margin: 102px 0;
  }
}

.campaign_fixed_wrapper {
  position: fixed;
  z-index: 100;
}

.campaign_fixed_area {
  display: none;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  padding: 15px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.campaign_fixed_area.is_floating {
  position: fixed;
  background: rgba(128, 128, 128, 0.2);
}

.campaign_fixed_area .about_cards {
  margin: 5px 0;
}

.campaign_fixed_area > p {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .is_floating {
    padding: 10px 10px;
  }
}

@media only screen and (min-width: 701px) {
  #page-header, #to-top, #page-footer {
    min-width: auto;
  }
  .str-inner {
    width: auto;
  }
}