@charset "windows-31j";
/*--------------------------------------------------
    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: "CI", 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(/campaign/myj/common/images/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(/campaign/myj/common/images/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;
}
