@charset "UTF-8";
.test {
  border: solid 1px red; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.is-fixed {
  overflow: hidden;
  width: 100%;
  padding-top: 47px; }

.info_nav {
  display: none; }

#header {
  height: 98px; }
  #header .res-wrap-inner {
    height: 98px; }

#global-menu-wrap {
  display: none; }

.amc-pagetop-button {
  display: none !important; }

@media screen and (max-width: 570px) {
  #header {
    height: 68px; }
    #header .res-wrap-inner {
      height: 68px; } }

img {
  -webkit-backface-visibility: hidden; }

a:active, a:link, a:visited {
  outline: none !important; }

.content__wrapper {
  overflow: hidden; }
  .content__wrapper section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.content__title {
  text-align: center; }
  .content__title img {
    margin: 0 auto; }

.bg__white {
  background: #ffffff; }

.bg__beige {
  background: #f4f2ea; }

.bg__illust__01, .bg__illust__02, .bg__illust__03, .bg__illust__04 {
  position: relative; }

.bg__illust__line {
  background: url("../image/common/bg_illust_line-339470711a.png") center bottom repeat-x;
  padding-bottom: 170px;
  margin-bottom: 64px; }

.popup__content {
  border: 3px solid #073190;
  width: 330px;
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  top: 50px;
  right: 12px;
  padding: 20px 15px;
  display: none;
  z-index: 5; }
  .popup__content p {
    font-size: 12px;
    color: #3c3c3c;
    word-break: break-all; }

.popup__btn {
  width: 30px;
  height: auto;
  display: block; }
  .popup__btn__close {
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 30px;
    height: 30px; }

.overlay,
.overlay__about,
.overlay__campaign {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 10; }
  .overlay__about, .overlay__campaign,
  .overlay__about__about,
  .overlay__about__campaign,
  .overlay__campaign__about,
  .overlay__campaign__campaign {
    z-index: 40; }

.btn_hover:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.popup__about {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 640px;
  height: 95%;
  max-height: 650px;
  background: #ffffff;
  border-radius: 20px;
  z-index: 40;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  overflow: hidden; }
  .popup__about__image {
    width: 100%;
    height: auto; }
  .popup__about__close {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 2; }
  .popup__about__inner {
    height: 100%;
    overflow: hidden; }

@media screen and (min-height: 540px) {
  .popup__about__inner {
    min-height: 440px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.popup__campaign {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 640px;
  height: 95%;
  max-height: 570px;
  background: #ffffff;
  border-radius: 20px;
  z-index: 40;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  overflow: hidden; }
  .popup__campaign__image {
    width: 100%;
    height: auto; }
  .popup__campaign__close {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 2; }
  .popup__campaign__inner {
    height: 100%;
    overflow: hidden; }
    .popup__campaign__inner__text {
      padding: 10px 50px 30px;
      text-align: left; }
      .popup__campaign__inner__text p {
        color: #073190;
        font-size: 18px;
        line-height: 1.8; }
      .popup__campaign__inner__text dl {
        color: #073190;
        font-size: 18px;
        line-height: 1.8; }
        .popup__campaign__inner__text dl dt {
          margin-top: 10px;
          font-weight: bold; }
        .popup__campaign__inner__text dl dd {
          margin-top: 10px; }
          .popup__campaign__inner__text dl dd span {
            display: inline-block; }

.popup__care {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 970px;
  height: 95%;
  max-height: 696px;
  background: #ffffff;
  border-radius: 20px;
  z-index: 40;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  overflow: hidden; }
  .popup__care__image {
    width: 100%;
    height: auto; }
  .popup__care__close {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 2; }
  .popup__care__inner {
    height: 100%;
    overflow: hidden; }
    .popup__care__inner__text {
      padding: 10px 50px 30px;
      text-align: left; }
      .popup__care__inner__text p {
        color: #073190;
        font-size: 18px;
        line-height: 1.8; }
      .popup__care__inner__text dl {
        color: #073190;
        font-size: 18px;
        line-height: 1.8; }
        .popup__care__inner__text dl dt {
          margin-top: 10px;
          font-weight: bold; }
        .popup__care__inner__text dl dd {
          margin-top: 10px; }
          .popup__care__inner__text dl dd span {
            display: inline-block; }

.breadcrumb {
  max-width: 1230px;
  margin: 0 auto;
  padding: 10px 20px 0;
  position: relative;
  z-index: 10; }
  .breadcrumb ul {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 0; }
    .breadcrumb ul li {
      display: inline-block;
      vertical-align: top;
      color: #3c3c3c;
      font-size: 12px;
      line-height: 1.0; }
      .breadcrumb ul li:before {
        content: '＞';
        margin: 0 2px; }
      .breadcrumb ul li:nth-of-type(1):before {
        content: ''; }
      .breadcrumb ul li a {
        text-decoration: none; }
        .breadcrumb ul li a:hover {
          text-decoration: underline; }

.navi {
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0; }
  .navi.fixed {
    position: fixed;
    z-index: 5;
    top: 0;
    border-bottom: 1px solid #0f358d; }
  .navi__wrapper {
    width: 100%;
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    height: 71px;
    z-index: 11; }
  .navi__inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    height: 71px;
    margin: 0 auto;
    padding: 10px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .navi__left {
    width: 155px; }
    .navi__left a {
      display: block; }
    .navi__left img {
      width: 100%; }
  .navi__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .navi__btn {
    display: none; }
  .navi__list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .navi__list > li {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 61px;
      padding-bottom: 10px; }
      .navi__list > li > a,
      .navi__list > li > span {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 30px;
        padding: 0 30px;
        color: #073190;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border-left: 1px solid #bcc6dc;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: color .4s ease-out;
        transition: color .4s ease-out; }
        .navi__list > li > a:hover,
        .navi__list > li > span:hover {
          opacity: .7;
          -webkit-transition: all .4s ease-out;
          transition: all .4s ease-out; }
        .navi__list > li > a:link,
        .navi__list > li > span:link {
          color: #073190; }
      .navi__list > li:last-of-type > a,
      .navi__list > li:last-of-type > span {
        border-right: 1px solid #bcc6dc; }
      .navi__list > li.sub-list > span {
        cursor: default;
        position: relative;
        -webkit-transition: none;
        transition: none; }
        .navi__list > li.sub-list > span:after {
          content: '';
          background: url("../image/common/ic_arrow_blue-0ca7c90bd9.png") no-repeat 50% 50%;
          background-size: 8px 6px;
          width: 8px;
          height: 6px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -8px;
          margin: auto; }
      .navi__list > li.sub-list:hover {
        background: #0f358d;
        border-radius: 10px 10px 0 0; }
        .navi__list > li.sub-list:hover > span {
          color: #ffffff;
          border-left: 1px solid #0f358d;
          opacity: 1; }
          .navi__list > li.sub-list:hover > span:after {
            background: url("../image/common/ic_arrow_white-7732927108.png") no-repeat 50% 50%;
            background-size: 8px 6px; }
      .navi__list > li.sub-list:last-of-type:hover > a,
      .navi__list > li.sub-list:last-of-type:hover > span {
        border-right: 1px solid #0f358d; }
    .navi__list__sub {
      display: none;
      background: #0f358d;
      width: 6000px;
      padding: 0 20px;
      position: absolute;
      top: 71px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .navi__list__sub__inner {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1080px;
        margin: 0 auto; }
      .navi__list__sub a {
        display: block; }
        .navi__list__sub a:hover {
          opacity: .7;
          -webkit-transition: all .4s ease-out;
          transition: all .4s ease-out; }
    .navi__list .new {
      background: #e80000;
      padding: 4px 11px;
      color: #ffffff;
      font-size: 11px;
      font-weight: bold;
      line-height: 1.0;
      border-radius: 10px;
      position: absolute;
      z-index: 1; }
  .navi__purpose {
    width: 100%;
    padding: 40px 0 80px; }
    .navi__purpose dt {
      margin-bottom: 20px;
      padding-bottom: 12px;
      border-bottom: 4px solid #00a7eb; }
    .navi__purpose dd {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .navi__purpose__box {
      width: 100%; }
      .navi__purpose__box li {
        margin-bottom: 20px;
        position: relative; }
        .navi__purpose__box li:last-of-type {
          margin-bottom: 0; }
        .navi__purpose__box li .new {
          top: -8.88889%;
          left: -3.13725%; }
      .navi__purpose__box__inner {
        background: #c9d8f5;
        padding: 20px 7.84314%;
        border-radius: 10px; }
        .navi__purpose__box__inner__title {
          margin: 0 auto 20px; }
    .navi__purpose:nth-of-type(1) {
      width: 23.61111%; }
      .navi__purpose:nth-of-type(1) dt img {
        width: 45.88235%; }
    .navi__purpose:nth-of-type(2) {
      width: 49.07862%; }
      .navi__purpose:nth-of-type(2) dt img {
        width: 98.86792%; }
      .navi__purpose:nth-of-type(2) .navi__purpose__box {
        width: 48.11321%; }
      .navi__purpose:nth-of-type(2) .navi__purpose__box__inner__title {
        width: 42.7907%; }
    .navi__purpose:nth-of-type(3) {
      width: 23.61111%; }
      .navi__purpose:nth-of-type(3) dt img {
        width: 63.92157%; }
  .navi__product {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0 20px; }
    .navi__product li {
      width: 23.61111%;
      margin-right: 1.85185%;
      margin-bottom: 20px;
      position: relative; }
      .navi__product li:nth-of-type(4n) {
        margin-right: 0; }
      .navi__product li .new {
        top: 8.33333%;
        left: 6.27451%; }
  .navi__select {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90.74074%;
    margin: 0 auto;
    padding: 40px 0; }
    .navi__select__frame {
      background: #fff;
      padding: 13px 2.04082% 20px;
      border-radius: 10px; }
      .navi__select__frame.trip {
        width: 100%;
        margin-bottom: 20px; }
      .navi__select__frame.other {
        width: 48.97959%; }
    .navi__select__title {
      margin: 0 auto 17px; }
      .navi__select__title img {
        width: 100%; }
      .navi__select__title.trip {
        width: 19.25532%; }
      .navi__select__title.other-left {
        width: 75.90909%; }
      .navi__select__title.other-right {
        width: 102.27273%;
        margin-left: -1.13636%; }
    .navi__select__text {
      margin: 0 auto 15px; }
      .navi__select__text img {
        width: 100%; }
      .navi__select__text.confilm {
        width: 80.22727%; }
      .navi__select__text.estimate {
        width: 52.72727%; }
    .navi__select__box {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      position: relative; }
      .navi__select__box:after {
        content: '';
        background: #bcc6dc;
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .navi__select__item:nth-child(1) {
      width: 46.80851%;
      margin-right: 3.19149%; }
    .navi__select__item:nth-child(2) {
      width: 46.80851%;
      margin-left: 3.19149%; }

.anchor__link {
  background: -webkit-gradient(linear, left bottom, left top, from(#073190), to(#3058b5));
  background: linear-gradient(to top, #073190, #3058b5);
  height: 50px; }
  .anchor__link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    height: 50px; }
    .anchor__link ul li {
      border-right: 1px solid #bcc6dc;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .anchor__link ul li:nth-child(1) {
        border-left: 1px solid #bcc6dc; }
      .anchor__link ul li p {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        height: 50px;
        cursor: pointer; }
        .anchor__link ul li p:hover {
          opacity: .7;
          -webkit-transition: all .4s ease-out;
          transition: all .4s ease-out; }
      .anchor__link ul li span {
        width: 100%;
        display: block;
        line-height: 1.4;
        padding: 6px 0 5px;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        cursor: pointer;
        position: relative; }
        .anchor__link ul li span::after {
          content: "";
          display: block;
          background: url("../image/common/ic_anchor_link-53a26d71a1.png") no-repeat 0 0;
          width: 5px;
          height: 5px;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -3px; }
  .anchor__link__btn {
    display: none; }

.tab {
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#073190), to(#3058b5));
  background: linear-gradient(to top, #073190, #3058b5); }
  .tab__list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 950px;
    margin: 0 auto;
    height: 50px; }
    .tab__list li {
      border-right: 1px solid #bcc6dc;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      cursor: pointer;
      outline: none; }
      .tab__list li:nth-child(1) {
        border-left: 1px solid #bcc6dc; }
      .tab__list li a {
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 1px;
        text-decoration: none;
        height: 50px;
        position: relative;
        pointer-events: none;
        outline: none; }
        .tab__list li a span {
          width: 100%;
          display: block;
          text-align: center;
          color: #ffffff;
          position: relative;
          z-index: 2; }
        .tab__list li a::before {
          content: "";
          display: block;
          background: url("../image/common/ic_anchor_link-53a26d71a1.png") no-repeat 0 0;
          width: 5px;
          height: 5px;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -3px; }
      .tab__list li.active a::after {
        content: "";
        background: #ffffff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        display: block;
        position: absolute;
        top: 2px;
        left: 0;
        right: 0;
        width: calc(100% - 2px);
        height: 48px;
        margin: 0 auto; }
      .tab__list li.active a span {
        color: #073190; }
    .tab__list.bottom li a::before {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .tab__list.bottom li.active a::after {
      content: "";
      background: #ffffff;
      border-radius: 5px;
      display: block;
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 0;
      right: 0;
      width: calc(100% - 2px);
      height: 46px;
      margin: 0 auto; }
  .tab__content {
    display: none;
    position: relative; }
    .tab__content::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../image/common/illust-483b430d87.png") repeat-y top center;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .tab__content.overseas_travel_insurance::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../image/overseas_travel_insurance/illust_overseas_travel_insurance-737a0574fa.png") repeat-y top center;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .tab__content.active {
      display: block; }

.btn_detail,
.btn_faq,
.btn_sim,
.btn_fee {
  width: 55%;
  max-width: 524px;
  margin: 0 auto;
  display: block; }
  .btn_detail:hover,
  .btn_faq:hover,
  .btn_sim:hover,
  .btn_fee:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  .btn_detail img,
  .btn_faq img,
  .btn_sim img,
  .btn_fee img {
    display: block;
    width: 100%;
    height: auto; }

.btn_check {
  width: 100%;
  max-width: 619px;
  margin: 0 auto;
  display: block; }
  .btn_check:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  .btn_check img {
    display: block;
    width: 100%;
    height: auto; }

.btn_fee {
  margin-bottom: 15px; }

.txt_notes {
  text-align: center;
  color: #073190;
  font-size: 14px; }

.footer__link {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 26px;
  padding: 0 10px; }
  .footer__link li {
    float: left;
    width: 48.14815%; }
    .footer__link li:nth-child(2) {
      float: right; }
    .footer__link li a {
      display: block; }
      .footer__link li a:hover {
        opacity: .7;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out; }
      .footer__link li a img {
        width: 100%;
        height: auto;
        display: block; }

.footer__new_application {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px;
  position: relative;
  padding: 0 10px; }
  .footer__new_application a {
    display: block;
    position: absolute;
    top: 61.03448%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45.09259%;
    height: auto; }
    .footer__new_application a:hover {
      opacity: .7;
      -webkit-transition: all .4s ease-out;
      transition: all .4s ease-out; }
    .footer__new_application a img {
      width: 100%;
      height: auto;
      display: block; }

.footer__notes {
  text-align: center;
  font-size: 14px;
  color: #505050;
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 0 10px; }

.footer__contact {
  margin: 80px auto 40px !important;
  text-align: center; }
  .footer__contact h2 {
    color: #073190;
    font-size: 32px;
    font-weight: bold; }
  .footer__contact p {
    color: #073190;
    font-size: 18px; }
    .footer__contact p b {
      font-weight: bold; }
    .footer__contact p span {
      display: inline-block; }
  .footer__contact ul {
    display: table;
    width: 100%;
    margin-top: 20px; }
    .footer__contact ul li {
      display: table-cell;
      width: 50%;
      padding-right: 1.85185%;
      text-align: right;
      vertical-align: middle; }
      .footer__contact ul li:nth-of-type(2) {
        padding-left: 1.85185%;
        text-align: left; }
      .footer__contact ul li .text {
        display: inline-block;
        text-align: center; }
      .footer__contact ul li h3 {
        color: #3c3c3c;
        font-size: 20px; }
      .footer__contact ul li p {
        color: #3c3c3c;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 20px; }
      .footer__contact ul li a {
        pointer-events: none;
        cursor: default;
        display: block;
        padding-top: 5px; }

.btn_pagetop {
  display: block;
  width: 64px;
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4; }
  .btn_pagetop:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out; }

.floating__image {
  margin: 0 auto;
  height: 80px;
  padding-top: 20px;
  width: 100%;
  position: relative; }

.floating__box {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
  margin: 0 auto; }
  .floating__box .bt_10seconds {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    float: none;
    width: 16.66667%;
    max-width: 180px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s; }
    .floating__box .bt_10seconds:hover {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  .floating__box.static {
    position: relative;
    height: 100%; }

.inquiry {
  background: #cad7f6;
  padding: 0 20px; }
  .inquiry__inner {
    width: 100%;
    max-width: 1080px;
    padding: 20px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .inquiry__inner p {
      font-size: 14px;
      color: #505050;
      padding: 0 10px;
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .inquiry__inner p b {
        font-weight: bold; }
      .inquiry__inner p strong {
        font-size: 18px;
        font-weight: bold; }
      .inquiry__inner p:nth-child(2) {
        float: right; }
      .inquiry__inner p a {
        color: inherit;
        pointer-events: none;
        text-decoration: none; }
      .inquiry__inner p .inline {
        display: inline-block; }
  .inquiry__box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .inquiry__box__left {
      white-space: nowrap; }
    .inquiry__box__right {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }

.subscriber_benefits__bg {
  background: url("../image/common/bg_subscriber_benefits-af630a6a97.png") center top no-repeat #ffffff;
  position: relative;
  padding: 73px 0 80px; }

.subscriber_benefits__title {
  margin-bottom: 30px; }

.subscriber_benefits__lead {
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
  color: #073190;
  font-weight: bold; }

.subscriber_benefits__text {
  text-align: center;
  color: #073190;
  font-size: 18px;
  margin-bottom: 20px; }

.subscriber_benefits dl {
  width: 100%;
  max-width: 890px;
  margin: 0 auto 50px; }
  .subscriber_benefits dl dt {
    float: left;
    width: 17.52809%; }
  .subscriber_benefits dl dd {
    float: right;
    width: 79.77528%;
    font-size: 16px;
    color: #3c3c3c; }
    .subscriber_benefits dl dd p {
      color: #3c3c3c;
      font-size: 16px;
      padding: 12px 0;
      font-weight: bold; }
    .subscriber_benefits dl dd ul {
      border-top: 1px dotted #073190; }
      .subscriber_benefits dl dd ul li {
        color: #3c3c3c;
        font-size: 16px;
        border-bottom: 1px dotted #073190;
        padding: 12px 0 12px 36px;
        position: relative; }
        .subscriber_benefits dl dd ul li::before {
          content: "";
          background: url("../image/common/ic_subscriber_benefits-75d1e11fb6.png") no-repeat 0 0;
          width: 20px;
          height: 20px;
          display: block;
          position: absolute;
          top: 16px;
          left: 8px; }

.subscriber_benefits__btn_caption__01 {
  font-size: 18px;
  color: #073190;
  text-align: center;
  margin-bottom: 30px; }

.subscriber_benefits__notes {
  font-size: 14px;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 30px; }

.bnr__wrapper {
  padding-bottom: 80px;
  text-align: center;
  color: #073190;
  font-size: 14px; }

.bnr__campaign {
  float: right;
  width: 56.11111%;
  margin: -30px 6.01852% 10px 0;
  position: relative;
  z-index: 1; }
  .bnr__campaign img {
    width: 100%; }
  .bnr__campaign a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out; }

.bnr__campaign-02 {
  float: right;
  width: 56.11111%;
  margin: -30px 0 10px;
  position: relative;
  z-index: 1; }
  .bnr__campaign-02 img {
    width: 100%; }
  .bnr__campaign-02 a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out; }

.bnr__skycoin {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  min-height: 162px;
  border-radius: 10px;
  border: 2px solid #073190;
  overflow: hidden;
  position: relative; }
  .bnr__skycoin__text {
    width: 64.84211%;
    padding: 2.10526% 2.10526% 1.05263% 5.78947%;
    position: relative; }
    .bnr__skycoin__text h4 {
      margin-bottom: 5px;
      color: #073190;
      font-size: 30px;
      line-height: 1.2;
      letter-spacing: 2px; }
    .bnr__skycoin__text p {
      font-size: 16px;
      line-height: 1.75;
      letter-spacing: 1px; }
      .bnr__skycoin__text p.small {
        margin-top: 5px;
        text-indent: -1em;
        padding-left: 1em;
        font-size: 12px;
        line-height: 1.6; }
      .bnr__skycoin__text p.red {
        color: #C10102; }
    .bnr__skycoin__text a:hover {
      text-decoration: none; }
  .bnr__skycoin__img {
    width: 35.15789%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden; }
    .bnr__skycoin__img img {
      width: auto;
      max-width: none;
      height: 101.73913%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .bnr__skycoin .popup__skycoin__btn {
    display: inline-block; }

.popup__skycoin {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 940px;
  height: 95%;
  max-height: 515px;
  background: #ffffff;
  border-radius: 20px;
  z-index: 40;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  overflow: hidden; }
  .popup__skycoin__content {
    padding: 80px 40px; }
  .popup__skycoin__close {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 2; }
  .popup__skycoin__inner {
    height: 100%;
    overflow: hidden; }
  .popup__skycoin__text {
    max-width: 763px;
    margin-left: auto;
    margin-right: auto; }
    .popup__skycoin__text li {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 16px;
      line-height: 1.8; }
  .popup__skycoin__btn {
    width: 30px;
    cursor: pointer; }
    .popup__skycoin__btn img {
      -webkit-animation: animation1 1s infinite;
      animation: animation1 1s infinite; }
  .popup__skycoin__link {
    margin: 0 2px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer; }
    .popup__skycoin__link:hover:hover {
      opacity: .7;
      -webkit-transition: all .4s ease-out;
      transition: all .4s ease-out; }

@-webkit-keyframes animation1 {
  50% {
    opacity: 0.5; } }

@keyframes animation1 {
  50% {
    opacity: 0.5; } }

@media screen and (max-width: 1280px) {
  .bnr__campaign-02 {
    width: 47.34375%;
    margin: -30px 7.8125% 10px 0; } }

@media screen and (max-width: 1240px) {
  .navi__list__sub {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .bg__illust__01, .bg__illust__02, .bg__illust__03, .bg__illust__04 {
    background: none !important;
    position: relative; }
  .navi__inner {
    padding: 10px 10px 0; }
  .navi__list > li > a,
  .navi__list > li > span {
    padding: 0 10px; }
  .navi__list__sub {
    padding: 0 10px; }
  .subscriber_benefits__bg {
    background: none; } }

@media screen and (min-width: 768px) {
  .pc_view {
    display: block; }
  .sp_view {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc_view {
    display: none !important; }
  .sp_view {
    display: block; }
  .bg__illust__line {
    background-size: auto 70px;
    padding-bottom: 100px;
    margin-bottom: 30px; }
  .content__wrapper {
    overflow: hidden; }
    .content__wrapper section {
      width: 100%;
      padding: 0 10px; }
  .content__title {
    text-align: center; }
  .popup__about {
    width: 90%;
    max-width: 690px;
    height: auto;
    background: #ffffff;
    border-radius: 20px;
    z-index: 40;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none; }
    .popup__about__image {
      width: 100%;
      height: auto; }
  .popup__campaign {
    width: 90%;
    max-width: 690px;
    height: auto;
    background: #ffffff;
    border-radius: 20px;
    z-index: 40;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none; }
    .popup__campaign__image {
      width: 100%;
      height: auto; }
    .popup__campaign__inner__text {
      padding: 10px 20px 30px; }
      .popup__campaign__inner__text p {
        font-size: 12px; }
      .popup__campaign__inner__text dl {
        font-size: 14px; }
  .breadcrumb {
    display: none; }
  .res-header {
    z-index: 30;
    position: relative; }
  .navi.fixed {
    z-index: 20; }
    .navi.fixed .js-sp-menu-header {
      top: 0; }
  .navi__wrapper {
    display: block;
    height: auto;
    padding-top: 50px; }
  .navi__inner {
    height: auto;
    padding: 0;
    -webkit-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    top: 50px; }
    .js-menu-active .navi__inner {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff; }
  .navi__left {
    width: 91px !important;
    padding: 0;
    position: absolute;
    top: 20%;
    left: 10px; }
  .navi__right {
    padding-left: 111px; }
  .navi__btn {
    display: block;
    width: 50px;
    margin-left: auto;
    z-index: 20;
    position: relative; }
    .navi__btn img {
      width: 100%;
      height: auto; }
    .navi__btn .close {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .js-menu-active .navi__btn .close {
        opacity: 1; }
  .navi__list {
    display: block; }
    .navi__list__wrapper {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      background: #0f358d;
      z-index: -1;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility .2s .2s ease-in-out;
      transition: visibility .2s .2s ease-in-out; }
      .js-menu-active .navi__list__wrapper {
        visibility: visible;
        opacity: 1; }
    .navi__list > li {
      display: block;
      height: auto;
      padding-bottom: 0;
      border-bottom: 1px solid #092669; }
      .navi__list > li > a,
      .navi__list > li > span {
        display: block;
        height: auto;
        padding: 6% 4%;
        color: #ffffff;
        font-size: 4vw;
        text-align: left;
        border-left: none; }
        .navi__list > li > a:link,
        .navi__list > li > span:link {
          color: #ffffff; }
      .navi__list > li:last-of-type > a,
      .navi__list > li:last-of-type > span {
        border-right: none; }
      .navi__list > li.sub-list > span {
        cursor: pointer; }
        .navi__list > li.sub-list > span:after {
          background: url("../image/common/ic_arrow_white-7732927108.png") no-repeat 50% 50%;
          background-size: contain;
          width: 3.6%;
          height: 19.16667%;
          top: 0;
          left: auto;
          right: 4%;
          bottom: 0;
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s;
          -webkit-transform: rotate(0);
          transform: rotate(0); }
      .navi__list > li.sub-list:hover {
        border-radius: 0; }
        .navi__list > li.sub-list:hover > span {
          border-left: none; }
          .navi__list > li.sub-list:hover > span:after {
            background: url("../image/common/ic_arrow_white-7732927108.png") no-repeat 50% 50%;
            background-size: contain; }
      .navi__list > li.sub-list.active > span:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .navi__list > li.sub-list:last-of-type:hover > a,
      .navi__list > li.sub-list:last-of-type:hover > span {
        border-right: none; }
    .navi__list__sub {
      display: none;
      width: 100%;
      padding: 0;
      position: inherit;
      top: auto;
      left: auto;
      -webkit-transform: none;
      transform: none; }
      .navi__list__sub__inner {
        display: block;
        padding: 0 4%;
        text-align: left; }
      .navi__list__sub a:hover {
        opacity: 1; }
      .navi__list__sub img {
        width: 100%; }
    .navi__list .new {
      padding: 4px 9px 3px;
      font-size: 9px; }
  .navi__purpose {
    width: 100%;
    padding: 0; }
    .navi__purpose dt {
      margin-bottom: 4.34783%;
      padding-bottom: 3.47826%;
      border-bottom: 2px solid #00a7eb; }
    .navi__purpose dd {
      display: block; }
    .navi__purpose__box {
      width: 100%; }
      .navi__purpose__box li {
        margin-bottom: 4.34783%; }
        .navi__purpose__box li:last-of-type {
          margin-bottom: 4.34783%; }
        .navi__purpose__box li .new {
          top: -12.5%;
          left: -2.31884%; }
      .navi__purpose__box__inner {
        padding: 4.34783%;
        border-radius: 5px; }
        .navi__purpose__box__inner__title {
          margin: 0 auto 4.7619%; }
        .navi__purpose__box__inner ul li:last-of-type {
          margin-bottom: 0; }
    .navi__purpose:nth-of-type(1) {
      width: 100%; }
      .navi__purpose:nth-of-type(1) dt img {
        width: 21.5942%; }
    .navi__purpose:nth-of-type(2) {
      width: 100%; }
      .navi__purpose:nth-of-type(2) dt img {
        width: 98.84058%; }
      .navi__purpose:nth-of-type(2) .navi__purpose__box {
        width: 100%; }
      .navi__purpose:nth-of-type(2) .navi__purpose__box__inner__title {
        width: 21.11111%; }
    .navi__purpose:nth-of-type(3) {
      width: 100%; }
      .navi__purpose:nth-of-type(3) dt img {
        width: 29.85507%; }
  .navi__product {
    padding: 0; }
    .navi__product li {
      width: 48.55072%;
      margin-right: 2.89855%;
      margin-bottom: 2.89855%; }
      .navi__product li:nth-of-type(2n) {
        margin-right: 0; }
      .navi__product li .new {
        top: 10.16949%;
        left: 6.86567%; }
  .navi__select {
    display: block;
    width: 100%;
    padding: 0; }
    .navi__select__frame {
      margin-bottom: 4.34783%;
      padding: 4.34783% 4.34783%;
      border-radius: 5px; }
      .navi__select__frame.trip {
        width: 100%;
        margin-bottom: 4.34783%; }
      .navi__select__frame.other {
        width: 100%; }
    .navi__select__title {
      margin: 0 auto 4.34783%; }
      .navi__select__title.trip, .navi__select__title.other-left, .navi__select__title.other-right {
        width: 100%; }
    .navi__select__text {
      margin-bottom: 2.89855%; }
      .navi__select__text.confilm, .navi__select__text.estimate {
        width: 100%; }
    .navi__select__box {
      display: block; }
      .navi__select__box:after {
        display: none; }
    .navi__select__item {
      width: 100%; }
      .navi__select__item:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4.7619%;
        padding-top: 0;
        padding-bottom: 4.7619%;
        border-bottom: 1px solid #bcc6dc; }
      .navi__select__item:nth-child(2) {
        width: 100%;
        margin-left: 0; }
  .anchor__link {
    position: relative;
    width: 100%;
    height: 45px; }
    .anchor__link__wrapper {
      background: #ffffff;
      border: 1px solid #073190;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 45px;
      z-index: 2; }
    .anchor__link__btn {
      display: block;
      line-height: 45px;
      color: #ffffff !important;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      background: -webkit-gradient(linear, left bottom, left top, from(#073190), to(#3058b5));
      background: linear-gradient(to top, #073190, #3058b5);
      text-decoration: none !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer; }
      .anchor__link__btn:link, .anchor__link__btn:visited {
        color: #ffffff !important; }
      .anchor__link__btn::after {
        content: "";
        background: url("../image/common/ic_open-0fedc6480f.png") no-repeat 0 0;
        background-size: 25px 25px;
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .anchor__link__btn.active::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .anchor__link ul {
      display: none;
      height: auto; }
      .anchor__link ul li {
        width: 100% !important;
        border-right: none;
        border-bottom: 2px dotted #073190;
        overflow: hidden; }
        .anchor__link ul li:nth-last-child(1) {
          border-bottom: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
        .anchor__link ul li:nth-child(1) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
        .anchor__link ul li span {
          background: #ffffff;
          display: block;
          line-height: 1.4 !important;
          color: #073190;
          text-align: left;
          font-size: 14px;
          text-decoration: none;
          padding: 15px 30px; }
          .anchor__link ul li span:hover {
            opacity: 1; }
  .tab__list li a span {
    font-size: 12px; }
  .tab__list li a::before {
    content: none; }
  .btn_detail,
  .btn_faq,
  .btn_sim,
  .btn_fee,
  .btn_check {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    display: block; }
    .btn_detail img,
    .btn_faq img,
    .btn_sim img,
    .btn_fee img,
    .btn_check img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .btn_fee,
  .btn_check {
    margin-bottom: 15px; }
  .footer__link {
    margin: 0 auto 0;
    padding: 0 10px; }
    .footer__link li {
      float: none;
      width: 100%;
      margin-bottom: 15px; }
      .footer__link li:nth-child(2) {
        float: none; }
      .footer__link li a {
        display: block; }
        .footer__link li a img {
          width: 100%;
          height: auto;
          display: block; }
  .footer__new_application {
    margin: 0 auto 20px;
    padding: 0 10px; }
    .footer__new_application a {
      top: 63.36634%;
      width: 91.30435%; }
    .footer__new_application img {
      width: 100%; }
  .footer__notes {
    text-align: left;
    font-size: 3.3vw;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 10px; }
  .footer__contact {
    margin: 35px auto 25px !important; }
    .footer__contact h2 {
      font-size: 18px; }
    .footer__contact p {
      font-size: 14px; }
    .footer__contact ul {
      display: block;
      margin-top: 25px; }
      .footer__contact ul li {
        display: block;
        width: 100%;
        padding-right: 0;
        text-align: center; }
        .footer__contact ul li:nth-of-type(2) {
          padding-left: 0;
          text-align: center; }
        .footer__contact ul li h3 {
          font-size: 15px; }
        .footer__contact ul li p {
          font-size: 10px;
          text-align: left;
          width: 100%;
          max-width: 345px;
          margin: 0 auto;
          padding-left: 11px; }
        .footer__contact ul li a {
          pointer-events: auto;
          cursor: auto;
          border-radius: 10px;
          border: 1px solid #999999;
          display: block;
          overflow: hidden;
          max-width: 345px;
          margin: 10px auto 0;
          padding: 10px; }
          .footer__contact ul li a img {
            max-width: none;
            margin-top: 0;
            width: 100%;
            height: auto; }
  .floating__image {
    padding-top: 20px; }
    .floating__image .btn_pagetop {
      width: 18.13333%;
      position: absolute;
      right: 0; }
  .floating__box {
    width: 94.66667%; }
    .floating__box a {
      display: block; }
      .floating__box a img {
        vertical-align: bottom; }
      .floating__box a.bt_10seconds {
        position: absolute;
        right: 0;
        bottom: 10px;
        float: none;
        width: 29.57746%;
        max-width: 210px; }
  .inquiry {
    padding: 0 15px; }
    .inquiry__inner {
      display: block;
      padding-bottom: 40px; }
      .inquiry__inner p {
        float: none;
        font-size: 3.3vw;
        font-size: 14px;
        padding: 0;
        width: 100%; }
        .inquiry__inner p strong {
          font-size: 4vw;
          font-size: 16px; }
        .inquiry__inner p:nth-child(2) {
          float: none;
          padding-top: 15px; }
        .inquiry__inner p a {
          color: inherit;
          pointer-events: auto;
          text-decoration: underline; }
  .popup__content {
    border: 2px solid #073190;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .popup__content p {
      font-size: 2.4vw; }
  .popup__btn {
    width: 30px;
    height: auto;
    display: block; }
    .popup__btn__close {
      position: absolute;
      top: -15px;
      right: -15px;
      display: block;
      width: 30px;
      height: 30px; }
  .txt_notes {
    text-align: center;
    color: #073190;
    font-size: 9px; }
  .subscriber_benefits {
    margin-bottom: 0 !important; }
    .subscriber_benefits__bg {
      padding: 40px 0; }
    .subscriber_benefits__title {
      width: 76.81159%;
      margin: 0 auto 5px; }
    .subscriber_benefits__lead {
      font-size: 21px;
      text-align: center;
      margin-bottom: 10px;
      color: #073190;
      font-weight: bold; }
    .subscriber_benefits__text {
      text-align: center;
      color: #073190;
      font-size: 10px;
      margin-bottom: 0px; }
    .subscriber_benefits__text2 {
      font-size: 10.5px;
      margin-bottom: 30px; }
    .subscriber_benefits dl {
      width: 100%;
      max-width: 890px;
      margin: 0 auto 30px; }
      .subscriber_benefits dl dt {
        float: none;
        width: 100%;
        margin-bottom: 15px; }
        .subscriber_benefits dl dt img {
          width: 100%; }
      .subscriber_benefits dl dd {
        float: none;
        width: 100%;
        font-size: 12px;
        color: #3c3c3c; }
        .subscriber_benefits dl dd p {
          color: #3c3c3c;
          font-size: 12px;
          padding: 0 0 12px 0; }
        .subscriber_benefits dl dd ul {
          border-top: 1px dotted #073190; }
          .subscriber_benefits dl dd ul li {
            color: #3c3c3c;
            font-size: 12px;
            border-bottom: 1px dotted #073190;
            padding: 10px 0 10px 20px;
            position: relative; }
            .subscriber_benefits dl dd ul li::before {
              content: "";
              background: url("../image/common/ic_subscriber_benefits-75d1e11fb6.png") no-repeat 0 0;
              background-size: 14px;
              width: 14px;
              height: 14px;
              display: block;
              position: absolute;
              top: 12px;
              left: 0; }
    .subscriber_benefits__btn_caption__01 {
      font-size: 14px;
      color: #073190;
      text-align: center;
      margin-bottom: 20px; }
    .subscriber_benefits__btn_caption__02 {
      font-size: 14px;
      color: #073190;
      text-align: center;
      margin-bottom: 20px; }
    .subscriber_benefits__notes {
      font-size: 12px;
      text-align: left;
      margin-bottom: 15px; }
  .bnr__wrapper {
    padding-bottom: 40px; }
  .bnr__campaign, .bnr__campaign-02 {
    float: inherit;
    width: 100%;
    margin: 0 auto 10px; }
    .bnr__campaign img, .bnr__campaign-02 img {
      width: 100%; }
  .bnr__skycoin {
    display: block;
    min-height: auto;
    border-radius: 3px;
    border: 1px solid #073190; }
    .bnr__skycoin__text {
      width: 100%;
      padding: 4.34783% 4.34783% 2.89855%; }
      .bnr__skycoin__text h4 {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 1.2px; }
      .bnr__skycoin__text p {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.6px; }
        .bnr__skycoin__text p small {
          font-size: 10px; }
    .bnr__skycoin__img {
      width: calc(100% + 2px);
      height: auto;
      margin: 0 -1px;
      padding-top: 25.65217%;
      position: relative;
      top: auto;
      left: auto; }
      .bnr__skycoin__img img {
        width: 100.28986%;
        height: 100%; }
    .bnr__skycoin .popup__skycoin__btn {
      width: 20px; }
  .popup__skycoin__content {
    padding: 50px 20px 40px; }
  .popup__skycoin__text li {
    font-size: 12px; }
  .campaign__banner {
    float: inherit;
    width: 100%;
    margin: -10px auto 10px; } }


.asw-breadcrumb--isjp li:not(:nth-last-of-type(2)) {
  display: block !important;
}

.asw-breadcrumb__list.asw-breadcrumb--isjp > li.asw-breadcrumb__item-icon {
  display: none !important;
}

.asw-breadcrumb--isjp .asw-breadcrumb__item:not(:last-of-type)::after {
  display: block;
}

.breadcrumb {
  max-width: inherit !important;
  margin: 0 auto;
  padding: inherit !important;
  position: relative;
  z-index: 10;
}

.content__wrapper .fv {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: block;
  }

  .content__wrapper .fv {
    padding-top: 5px;
  }
}