@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
/* line 5, ../../sass/common/style.scss */
.popup-block {
  display: none; }

/* line 8, ../../sass/common/style.scss */
.hide-contents {
  display: none; }

/* line 12, ../../sass/common/style.scss */
.btn-logout {
  margin: auto; }
  /* line 14, ../../sass/common/style.scss */
  .btn-logout a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-size: 1.3rem;
    background: #1b4067;
    color: #fff;
    text-align: center; }
    /* line 24, ../../sass/common/style.scss */
    .btn-logout a svg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 10%;
      width: 22px;
      height: 21px;
      margin: auto;
      fill: #fff; }

/* line 36, ../../sass/common/style.scss */
.btn-readmore {
  position: relative;
  display: block;
  width: 100%;
  padding: .5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #bfbfbf;
  color: #fff;
  text-align: center;
  cursor: pointer; }
  /* line 47, ../../sass/common/style.scss */
  .btn-readmore:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 8%;
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 66, ../../sass/common/style.scss */
  .btn-readmore.active:after {
    top: 15%;
    -o-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

/* line 78, ../../sass/common/style.scss */
header {
  position: relative;
  height: 100px;
  background: #14375b; }
  /* line 83, ../../sass/common/style.scss */
  header .function-btn .f-btn {
    background: none; }

/* line 90, ../../sass/common/style.scss */
.main-container {
  margin: 0;
  padding-bottom: 120px; }

/* line 94, ../../sass/common/style.scss */
.mypage-msg {
  position: relative;
  background: #3b4f64;
  color: #fff; }
  /* line 98, ../../sass/common/style.scss */
  .mypage-msg .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0; }
  /* line 104, ../../sass/common/style.scss */
  .mypage-msg .msg-box {
    position: relative;
    margin-right: auto;
    white-space: nowrap; }
    /* line 108, ../../sass/common/style.scss */
    .mypage-msg .msg-box .msg01 {
      margin-bottom: 2px;
      font-size: 14px;
      font-size: 1.4rem; }
      /* line 111, ../../sass/common/style.scss */
      .mypage-msg .msg-box .msg01 span {
        padding-right: 5px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
      /* line 116, ../../sass/common/style.scss */
      .mypage-msg .msg-box .msg01 .point {
        padding-left: 5px;
        color: #008ddf; }
      /* line 120, ../../sass/common/style.scss */
      .mypage-msg .msg-box .msg01:first-child {
        display: inline-block;
        margin-right: 10px; }
        /* line 123, ../../sass/common/style.scss */
        .mypage-msg .msg-box .msg01:first-child span {
          word-wrap: break-word; }
    /* line 128, ../../sass/common/style.scss */
    .mypage-msg .msg-box .msg02 {
      font-size: 13px;
      font-size: 1.3rem; }
    /* line 131, ../../sass/common/style.scss */
    .mypage-msg .msg-box ul {
      display: inline-block; }
      /* line 133, ../../sass/common/style.scss */
      .mypage-msg .msg-box ul li {
        display: inline-block;
        width: 130px;
        padding: 3px 0;
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
        background: #fff; }
        /* line 140, ../../sass/common/style.scss */
        .mypage-msg .msg-box ul li.user {
          color: #008ddf;
          border: 1px solid #008ddf; }
        /* line 144, ../../sass/common/style.scss */
        .mypage-msg .msg-box ul li.creator {
          color: #ff260f;
          border: 1px solid #ff260f; }
        /* line 148, ../../sass/common/style.scss */
        .mypage-msg .msg-box ul li.disnon {
          display: none; }
  /* line 155, ../../sass/common/style.scss */
  .mypage-msg .logout-box .btn-logout {
    width: 180px; }
    /* line 157, ../../sass/common/style.scss */
    .mypage-msg .logout-box .btn-logout a {
      border: 1px solid #fff;
      background: none;
      -ms-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s; }
      /* line 163, ../../sass/common/style.scss */
      .mypage-msg .logout-box .btn-logout a:hover {
        opacity: 1;
        background: #0b223a; }

/* line 172, ../../sass/common/style.scss */
.main-block {
  margin-top: 70px; }
  /* line 174, ../../sass/common/style.scss */
  .main-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start; }
  /* line 179, ../../sass/common/style.scss */
  .main-block .main-contents {
    width: 73.66071%;
    margin-left: 2.67857%; }
    /* line 182, ../../sass/common/style.scss */
    .main-block .main-contents .main-ttl {
      margin-bottom: 25px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: normal;
      color: #1b4067; }
    /* line 188, ../../sass/common/style.scss */
    .main-block .main-contents .main-txt {
      margin-bottom: 40px;
      font-size: 14px;
      font-size: 1.4rem; }
    /* line 192, ../../sass/common/style.scss */
    .main-block .main-contents .ttls01 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 15px; }
    /* line 196, ../../sass/common/style.scss */
    .main-block .main-contents .txts01 {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 40px; }
    /* line 200, ../../sass/common/style.scss */
    .main-block .main-contents .btn-readmore {
      width: 40%;
      margin: 0 auto;
      padding: .6em .5em; }

/* line 207, ../../sass/common/style.scss */
.info-block {
  margin-top: 120px; }

/* line 210, ../../sass/common/style.scss */
.ffs-n {
  font-feature-settings: normal; }

/* line 214, ../../sass/common/style.scss */
.footer-block .footer-link {
  padding: 20px 0;
  background: #4b4b4b;
  text-align: center;
  line-height: 1.4; }
  /* line 219, ../../sass/common/style.scss */
  .footer-block .footer-link li {
    display: inline-block;
    margin: 0 15px; }
    /* line 222, ../../sass/common/style.scss */
    .footer-block .footer-link li a {
      font-size: 13px;
      font-size: 1.3rem;
      color: #999; }
      /* line 225, ../../sass/common/style.scss */
      .footer-block .footer-link li a span {
        display: inline-block; }
    /* line 231, ../../sass/common/style.scss */
    .footer-block .footer-link li a[target="_blank"] .icon-blank:before {
      border: 1px solid #fff; }
    /* line 234, ../../sass/common/style.scss */
    .footer-block .footer-link li a[target="_blank"] .icon-blank:after {
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff; }
/* line 242, ../../sass/common/style.scss */
.footer-block p {
  padding: 12px 0 14px;
  color: #999;
  text-align: center;
  background: #222222; }

@media screen and (max-width: 840px) {
  /* line 251, ../../sass/common/style.scss */
  .footer-block .footer-link {
    padding: 25px 0; }
    /* line 253, ../../sass/common/style.scss */
    .footer-block .footer-link li {
      display: block;
      margin-bottom: 14px; }
      /* line 256, ../../sass/common/style.scss */
      .footer-block .footer-link li:last-child {
        margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  /* line 264, ../../sass/common/style.scss */
  .main-block {
    margin-top: 50px; }
    /* line 266, ../../sass/common/style.scss */
    .main-block .main-contents {
      width: 100%;
      margin-top: 3em;
      margin-left: 0; }
      /* line 270, ../../sass/common/style.scss */
      .main-block .main-contents .main-ttl {
        margin-bottom: 1em; }

  /* line 276, ../../sass/common/style.scss */
  .mypage-msg .msg-box .msg01 span {
    font-size: 14px;
    font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
    /* line 283, ../../sass/common/style.scss */
    .mypage-msg .wrap {
        display: block;
        height: auto;
        padding: 10px 0;
    }
    /* line 288, ../../sass/common/style.scss */
    .mypage-msg .logout-box {
        display: none;
    }
    /* line 292, ../../sass/common/style.scss */

    .mypage-msg .msg-box .msg01 {
        font-size: 12px;
        font-size: 1.2rem;
    }
        /* line 294, ../../sass/common/style.scss */
        .mypage-msg .msg-box .msg01 span {
            font-size: 13px;
            font-size: 1.3rem;
        }
        /* line 297, ../../sass/common/style.scss */
        .mypage-msg .msg-box .msg01 .point {
            padding-right: 0;
        }
    /* line 301, ../../sass/common/style.scss */
    .mypage-msg .msg-box ul {
        margin-right: 5px;
    }
        /* line 303, ../../sass/common/style.scss */
        .mypage-msg .msg-box ul li {
            width: auto;
            padding: 3px 4px;
        }
}

@media screen and (max-width: 640px) {
    /* line 312, ../../sass/common/style.scss */
    header {
        height: 80px;
    }

    /* line 316, ../../sass/common/style.scss */
    .mypage-msg .msg-box {
        white-space: normal;
    }

    /* line 323, ../../sass/common/style.scss */
    .main-block .main-contents .btn-readmore {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    /* line 333, ../../sass/common/style.scss */
    .mypage-msg .msg-box .msg01:last-child {
        display: inline-block;
    }
    /* line 336, ../../sass/common/style.scss */
    .mypage-msg .msg-box .msg01 .point {
        padding-right: 0;
        padding-left: 2px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 320px) {
    /* line 348, ../../sass/common/style.scss */
    .mypage-msg .msg-box ul {
        margin-right: 0;
    }
}


/* line 5, ../../sass/common/_other.scss */
.other table {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }
  /* line 12, ../../sass/common/_other.scss */
  .other table tr th,
  .other table tr td {
    padding: 2em;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #4c4c4c; }
  /* line 20, ../../sass/common/_other.scss */
  .other table tr th {
    width: 30%;
    background: #f5f7f7; }
  /* line 24, ../../sass/common/_other.scss */
  .other table tr td {
    width: 70%; }
  /* line 28, ../../sass/common/_other.scss */
  .other table tr:last-child th,
  .other table tr:last-child td {
    border-bottom: 0; }
  /* line 34, ../../sass/common/_other.scss */
  .other table .td-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
  /* line 39, ../../sass/common/_other.scss */
  .other table ul li {
    padding-left: .5em;
    text-indent: -.5em; }
  /* line 44, ../../sass/common/_other.scss */
  .other table .notice {
    font-size: 12px;
    font-size: 1.2rem; }
/* line 48, ../../sass/common/_other.scss */
.other .txts02 {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem; }
/* line 52, ../../sass/common/_other.scss */
.other .mt15 {
  display: block;
  margin-top: 15px; }
/* line 56, ../../sass/common/_other.scss */
.other a,
.other .link {
  color: #008ddf; }
/* line 61, ../../sass/common/_other.scss */
.other .num-list > li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 1.5em; }
  /* line 65, ../../sass/common/_other.scss */
  .other .num-list > li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    text-align: center; }
  /* line 73, ../../sass/common/_other.scss */
  .other .num-list > li dl dd {
    padding-left: 12px; }
  /* line 78, ../../sass/common/_other.scss */
  .other .num-list > li ol li {
    margin-top: 16px; }
    /* line 80, ../../sass/common/_other.scss */
    .other .num-list > li ol li > p {
      position: relative;
      padding-left: 2em; }
      /* line 83, ../../sass/common/_other.scss */
      .other .num-list > li ol li > p span {
        position: absolute;
        left: 0;
        top: 0;
        width: 2em;
        text-align: center; }
    /* line 91, ../../sass/common/_other.scss */
    .other .num-list > li ol li > dl {
      padding-left: 2em; }
    /* line 94, ../../sass/common/_other.scss */
    .other .num-list > li ol li .dot-list {
      padding-left: 2em; }
      /* line 96, ../../sass/common/_other.scss */
      .other .num-list > li ol li .dot-list li {
        position: relative;
        margin-top: 8px;
        padding-left: 1em; }
        /* line 100, ../../sass/common/_other.scss */
        .other .num-list > li ol li .dot-list li:first-child {
          margin-top: 12px; }
        /* line 103, ../../sass/common/_other.scss */
        .other .num-list > li ol li .dot-list li:before {
          position: absolute;
          display: block;
          content: "";
          top: 8px;
          left: 0;
          width: 9px;
          height: 9px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          background: #008ddf; }
  /* line 118, ../../sass/common/_other.scss */
  .other .num-list > li:last-child {
    margin-bottom: 40px; }
/* line 122, ../../sass/common/_other.scss */
.other .num-list .ex-box {
  margin-top: 16px;
  padding-left: .5em; }
  /* line 126, ../../sass/common/_other.scss */
  .other .num-list .ex-box p:first-child {
    font-weight: bold; }
/* line 131, ../../sass/common/_other.scss */
.other .num-list .point-box {
  margin-top: 16px;
  padding: 20px;
  background: #fff4f6; }
  /* line 136, ../../sass/common/_other.scss */
  .other .num-list .point-box p:first-child {
    font-weight: bold;
    color: #ff260f; }
  /* line 140, ../../sass/common/_other.scss */
  .other .num-list .point-box p:last-child {
    font-size: 13px;
    font-size: 1.3rem; }
@media screen and (max-width: 767px) {
  /* line 4, ../../sass/common/_other.scss */
  .other {
    /* 2017.10.26 */ }
    /* line 151, ../../sass/common/_other.scss */
    .other table tr th,
    .other table tr td {
      padding: .8em; }
    /* line 159, ../../sass/common/_other.scss */
    .other .num-list .point-box {
      padding: 4%; } }

/* line 5, ../../sass/common/_detail.scss */
video {
  object-fit: cover; }

/* line 8, ../../sass/common/_detail.scss */
.video-js {
  width: auto !important;
  height: auto !important;
  opacity: 0; }
  /* line 12, ../../sass/common/_detail.scss */
  .video-js .vjs-tech {
    position: inherit;
    height: auto; }
  /* line 16, ../../sass/common/_detail.scss */
  .video-js button {
    outline: none;
    border: 0; }
  /* line 20, ../../sass/common/_detail.scss */
  .video-js .vjs-poster {
    cursor: pointer;
    background: none;
    background-size: cover; }
  /* line 25, ../../sass/common/_detail.scss */
  .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: none;
    @inculde round(50%);
    font-size: 3.5em;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    -webkit-transition: border-color .4s,outline .4s,background-color .4s;
    -moz-transition: border-color .4s,outline .4s,background-color .4s;
    -ms-transition: border-color .4s,outline .4s,background-color .4s;
    -o-transition: border-color .4s,outline .4s,background-color .4s;
    transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
    background-color: #000000;
    font-size: 3em;
    border-radius: 50%;
    height: 2em !important;
    line-height: 2em !important;
    margin-top: -1em !important; }
  /* line 50, ../../sass/common/_detail.scss */
  .video-js .vjs-control-bar {
    height: 4em;
    padding: 5px 0;
    background: #303030; }
  /* line 55, ../../sass/common/_detail.scss */
  .video-js .vjs-play-progress {
    background: #45a0f6; }
    /* line 57, ../../sass/common/_detail.scss */
    .video-js .vjs-play-progress:before {
      display: none; }
  /* line 61, ../../sass/common/_detail.scss */
  .video-js .vjs-progress-holder {
    height: 6px; }
  /* line 64, ../../sass/common/_detail.scss */
  .video-js .vjs-current-time,
  .video-js .vjs-no-flex .vjs-current-time,
  .video-js .vjs-time-divider,
  .video-js .vjs-duration,
  .video-js .vjs-no-flex .vjs-duration {
    display: block !important; }
  /* line 71, ../../sass/common/_detail.scss */
  .video-js .vjs-fullscreen-control,
  .video-js .vjs-remaining-time {
    display: none; }
  /* line 77, ../../sass/common/_detail.scss */
  .video-js .vjs-current-time-display,
  .video-js .vjs-duration-display {
    width: 100%; }
  /* line 81, ../../sass/common/_detail.scss */
  .video-js .vjs-current-time-display {
    text-align: right; }
  /* line 84, ../../sass/common/_detail.scss */
  .video-js .vjs-duration-display {
    text-align: left; }
  /* line 87, ../../sass/common/_detail.scss */
  .video-js.vjs-has-started .vjs-control-bar {
    opacity: 1 !important; }
  /* line 90, ../../sass/common/_detail.scss */
  .video-js .vjs-play-control {
    order: 1; }
  /* line 93, ../../sass/common/_detail.scss */
  .video-js .vjs-volume-panel {
    order: 6; }
  /* line 96, ../../sass/common/_detail.scss */
  .video-js .vjs-current-time {
    order: 2;
    padding-right: 0; }
  /* line 100, ../../sass/common/_detail.scss */
  .video-js .vjs-time-divider {
    order: 3;
    min-width: 1.5em;
    padding-left: .5em;
    padding-right: 0em; }
  /* line 106, ../../sass/common/_detail.scss */
  .video-js .vjs-duration {
    order: 4;
    padding-left: 0; }
  /* line 110, ../../sass/common/_detail.scss */
  .video-js .vjs-progress-control {
    order: 5; }
  /* line 113, ../../sass/common/_detail.scss */
  .video-js .vjs-playback-rate {
    display: none;
    order: 6;
    background: #4a4a4a; }

/* line 120, ../../sass/common/_detail.scss */
.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8); }

/* line 123, ../../sass/common/_detail.scss */
.viewer-title {
  height: 200px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff; }

/* line 128, ../../sass/common/_detail.scss */
.viewer-toolbar {
  position: absolute;
  bottom: 90px;
  right: 0;
  left: 0;
  width: 80%;
  margin: 0 auto; }
  /* line 135, ../../sass/common/_detail.scss */
  .viewer-toolbar ul {
    display: inline-block;
    margin-right: 100px;
    margin-bottom: 0;
    vertical-align: middle;
    text-align: center; }
    /* line 141, ../../sass/common/_detail.scss */
    .viewer-toolbar ul li {
      position: relative;
      border-radius: 0;
      background: #000;
      width: 45px;
      height: 45px; }
      /* line 147, ../../sass/common/_detail.scss */
      .viewer-toolbar ul li:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto; }
      /* line 155, ../../sass/common/_detail.scss */
      .viewer-toolbar ul li.zoom-txt {
        width: 150px;
        border-radius: 0;
        background: none;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        line-height: 45px;
        cursor: default; }
  /* line 166, ../../sass/common/_detail.scss */
  .viewer-toolbar .btn-close {
    display: inline-block;
    vertical-align: middle; }
    /* line 169, ../../sass/common/_detail.scss */
    .viewer-toolbar .btn-close .viewer-close {
      position: relative;
      top: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      background: #008ddf;
      width: 250px;
      height: 45px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      /* line 179, ../../sass/common/_detail.scss */
      .viewer-toolbar .btn-close .viewer-close:before {
        content: "閉じる";
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background-image: none;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 45px;
        color: #fff;
        text-align: center; }

@media screen and (max-width: 767px) {
  /* line 195, ../../sass/common/_detail.scss */
  .viewer-toolbar {
    bottom: 40px; }
    /* line 197, ../../sass/common/_detail.scss */
    .viewer-toolbar ul {
      margin: auto auto 25px; }
    /* line 200, ../../sass/common/_detail.scss */
    .viewer-toolbar .btn-close {
      width: 100%; } }
/* line 206, ../../sass/common/_detail.scss */
.detail {
  padding-bottom: 0; }
  /* line 208, ../../sass/common/_detail.scss */
  .detail .main-block {
    margin-top: 28px; }
  /* line 211, ../../sass/common/_detail.scss */
  .detail article {
    width: 100%; }
    /* line 213, ../../sass/common/_detail.scss */
    .detail article .wrap {
      display: block;
      flex-wrap: initial;
      align-items: initial; }
  /* line 219, ../../sass/common/_detail.scss */
  .detail .detail-block01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }
  /* line 224, ../../sass/common/_detail.scss */
  .detail .detailLeft {
    width: 57.14286%;
    margin-right: 4.46429%; }
    /* line 227, ../../sass/common/_detail.scss */
    .detail .detailLeft .item {
      position: relative;
      width: 100%;
      overflow: hidden; }
      /* line 231, ../../sass/common/_detail.scss */
      .detail .detailLeft .item.photo {
        height: auto;
        background: #ddd;
        cursor: zoom-in; }
        @media all and (-ms-high-contrast: none) {
          /* line 231, ../../sass/common/_detail.scss */
          .detail .detailLeft .item.photo {
            cursor: pointer; } }
        /* line 238, ../../sass/common/_detail.scss */
        .detail .detailLeft .item.photo.type01 {
          height: 500px;
          overflow: hidden; }
          /* line 241, ../../sass/common/_detail.scss */
          .detail .detailLeft .item.photo.type01 img {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
            height: 100%; }
        /* line 250, ../../sass/common/_detail.scss */
        .detail .detailLeft .item.photo.type02 {
          max-height: 500px;
          overflow: hidden; }
          /* line 253, ../../sass/common/_detail.scss */
          .detail .detailLeft .item.photo.type02 img {
            width: 100%; }
        /* line 257, ../../sass/common/_detail.scss */
        .detail .detailLeft .item.photo.type03 {
          position: relative;
          height: 400px;
          overflow: hidden;
          text-align: center; }
          /* line 262, ../../sass/common/_detail.scss */
          .detail .detailLeft .item.photo.type03 img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
            height: 100%; }
    /* line 275, ../../sass/common/_detail.scss */
    .detail .detailLeft .addbtn-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 20px 12px;
      border-radius: 0 0 3px 3px;
      background: #f5f7f7; }
      /* line 282, ../../sass/common/_detail.scss */
      .detail .detailLeft .addbtn-box .btn01 {
        width: 74%; }
        /* line 285, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 ul li {
          display: inline-block;
          cursor: pointer; }
          /* line 288, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 ul li label {
            position: relative;
            display: block;
            z-index: 0;
            cursor: pointer; }
          /* line 294, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 ul li input {
            outline: 0;
            border: 0;
            color: #636363;
            z-index: 5; }
          /* line 301, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 ul li:hover input {
            text-decoration: underline; }
        /* line 307, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 svg,
        .detail .detailLeft .addbtn-box .btn01 span {
          position: absolute;
          margin: auto;
          transition: fill 200ms; }
        /* line 313, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 .btn-good {
          margin-right: 15px; }
        /* line 316, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 .btn-favorite {
          position: relative;
          padding-right: 18px; }
          @media all and (-ms-high-contrast: none) {
            /* line 316, ../../sass/common/_detail.scss */
            .detail .detailLeft .addbtn-box .btn01 .btn-favorite {
              font-size: 13px;
              font-size: 1.3rem; } }
          @supports (-ms-ime-align: auto) {
            /* line 316, ../../sass/common/_detail.scss */
            .detail .detailLeft .addbtn-box .btn01 .btn-favorite {
              font-size: 13px;
              font-size: 1.3rem; } }
          /* line 325, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 .btn-favorite:after {
            position: absolute;
            display: block;
            content: "";
            top: 0;
            right: 0;
            width: 1px;
            height: 21px;
            background: #d3d3d3; }
          /* line 336, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 .btn-favorite.active svg {
            fill: #FFA600;
            stroke: #FFA600;
            animation: iconbtn 300ms ease; }
          /* line 341, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 .btn-favorite.active input {
            color: #008ddf; }
          /* line 345, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 .btn-favorite svg {
            top: 4px;
            left: 0;
            fill: #f5f7f7;
            stroke: #6c6c6c;
            stroke-width: 4px; }
            @media all and (-ms-high-contrast: none) {
              /* line 345, ../../sass/common/_detail.scss */
              .detail .detailLeft .addbtn-box .btn01 .btn-favorite svg {
                top: 3px; } }
            @supports (-ms-ime-align: auto) {
              /* line 345, ../../sass/common/_detail.scss */
              .detail .detailLeft .addbtn-box .btn01 .btn-favorite svg {
                top: 3px; } }
          /* line 358, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 .btn-favorite input {
            padding-left: 23px; }
        @media all and (-ms-high-contrast: none) {
          /* line 362, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 .btn-cart {
            font-size: 13px;
            font-size: 1.3rem; } }
        @supports (-ms-ime-align: auto) {
          /* line 362, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 .btn-cart {
            font-size: 13px;
            font-size: 1.3rem; } }
        /* line 369, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 .btn-cart span {
          top: 2px;
          left: 13px;
          width: 21px;
          height: 20px;
          background: url(/static/images/icon-cart.png);
          z-index: -1; }
          @media all and (-ms-high-contrast: none) {
            /* line 369, ../../sass/common/_detail.scss */
            .detail .detailLeft .addbtn-box .btn01 .btn-cart span {
              top: 0; } }
          @supports (-ms-ime-align: auto) {
            /* line 369, ../../sass/common/_detail.scss */
            .detail .detailLeft .addbtn-box .btn01 .btn-cart span {
              top: 0; } }
        /* line 383, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 .btn-cart input {
          padding-left: 43px; }
        /* line 387, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 .btn-cart.active span {
          background-position: left bottom;
          animation: iconbtn02 300ms ease; }
        /* line 391, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 .btn-cart.active input {
          color: #008ddf; }
      /* line 397, ../../sass/common/_detail.scss */
      .detail .detailLeft .addbtn-box .btn02 {
        width: 26%;
        text-align: right;
        color: #555; }
        @media all and (-ms-high-contrast: none) {
          /* line 397, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn02 {
            font-size: 13px;
            font-size: 1.3rem; } }
        @supports (-ms-ime-align: auto) {
          /* line 397, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn02 {
            font-size: 13px;
            font-size: 1.3rem; } }
        /* line 407, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn02 a {
          position: relative;
          display: inline-block; }
          /* line 410, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn02 a:hover {
            opacity: 1;
            text-decoration: underline; }
@keyframes iconbtn {
  70% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
@keyframes iconbtn02 {
  70% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
  /* line 434, ../../sass/common/_detail.scss */
  .detail .detailRight {
    width: 38.39286%;
    color: #555; }
    /* line 437, ../../sass/common/_detail.scss */
    .detail .detailRight .type {
      margin-bottom: 5px;
      font-size: 14px;
      font-size: 1.4rem; }
    /* line 441, ../../sass/common/_detail.scss */
    .detail .detailRight .item-ttl {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.4; }
    /* line 445, ../../sass/common/_detail.scss */
    .detail .detailRight .item-info {
      font-size: 14px;
      font-size: 1.4rem; }
      /* line 447, ../../sass/common/_detail.scss */
      .detail .detailRight .item-info span {
        color: #008ddf; }
    /* line 451, ../../sass/common/_detail.scss */
    .detail .detailRight .item-cart {
      margin-top: 35px;
      border-bottom: 1px solid #ececec; }
      /* line 454, ../../sass/common/_detail.scss */
      .detail .detailRight .item-cart .disable {
        cursor: default; }
        /* line 458, ../../sass/common/_detail.scss */
        .detail .detailRight .item-cart .disable .radio-items:after {
          position: absolute;
          content: "";
          left: -10%;
          top: 50%;
          z-index: 2;
          width: 120%;
          height: 1px;
          background: #555; }
        /* line 469, ../../sass/common/_detail.scss */
        .detail .detailRight .item-cart .disable .not-sell {
          width: 100%; }
      /* line 473, ../../sass/common/_detail.scss */
      .detail .detailRight .item-cart .radio-input {
        display: none; }
      /* line 476, ../../sass/common/_detail.scss */
      .detail .detailRight .item-cart .radio-items {
        position: relative;
        padding-left: 40px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
        /* line 482, ../../sass/common/_detail.scss */
        .detail .detailRight .item-cart .radio-items:before {
          position: absolute;
          display: block;
          content: "";
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          border: 1px solid #999;
          border-radius: 50%; }
      /* line 494, ../../sass/common/_detail.scss */
      .detail .detailRight .item-cart .radio-input:checked + .radio-items:after {
        position: absolute;
        display: block;
        content: "";
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        background: #008ddf;
        border-radius: 50%; }
      /* line 505, ../../sass/common/_detail.scss */
      .detail .detailRight .item-cart label {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        cursor: pointer; }
        /* line 510, ../../sass/common/_detail.scss */
        .detail .detailRight .item-cart label.active {
          background: #f5f7f7; }
      /* line 514, ../../sass/common/_detail.scss */
      .detail .detailRight .item-cart dl {
        padding: 13px 20px;
        font-size: 0;
        letter-spacing: -.4rem; }
        /* line 518, ../../sass/common/_detail.scss */
        .detail .detailRight .item-cart dl dt {
          display: inline-block;
          width: 40%;
          margin-right: 2%;
          padding-left: 5px;
          letter-spacing: normal;
          vertical-align: top; }
        /* line 526, ../../sass/common/_detail.scss */
        .detail .detailRight .item-cart dl dd {
          display: inline-block;
          width: 58%;
          letter-spacing: normal;
          vertical-align: top; }
          /* line 531, ../../sass/common/_detail.scss */
          .detail .detailRight .item-cart dl dd ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
            /* line 536, ../../sass/common/_detail.scss */
            .detail .detailRight .item-cart dl dd ul li:nth-of-type(1) {
              width: 50%;
              font-size: 14px;
              font-size: 1.4rem; }
            /* line 540, ../../sass/common/_detail.scss */
            .detail .detailRight .item-cart dl dd ul li:nth-of-type(2) {
              width: 50%;
              font-size: 12px;
              font-size: 1.2rem; }
    /* line 554, ../../sass/common/_detail.scss */
    .detail .detailRight .cart-btn {
      margin-top: 30px; }
      /* line 556, ../../sass/common/_detail.scss */
      .detail .detailRight .cart-btn label {
        position: relative;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        background: #008ddf;
        cursor: pointer;
        z-index: 1;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s; }
        /* line 566, ../../sass/common/_detail.scss */
        .detail .detailRight .cart-btn label:before, .detail .detailRight .cart-btn label:after {
          position: absolute;
          z-index: -1;
          display: block;
          content: '';
          -ms-transition: all .3s;
          -webkit-transition: all .3s;
          transition: all .3s; }
        /* line 576, ../../sass/common/_detail.scss */
        .detail .detailRight .cart-btn label:hover {
          background: #1b4067; }
      /* line 580, ../../sass/common/_detail.scss */
      .detail .detailRight .cart-btn input {
        width: 100%;
        padding: 15px 5px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        outline: 0;
        border: 0; }
      /* line 591, ../../sass/common/_detail.scss */
      .detail .detailRight .cart-btn #download-link a {
        display: block;
        padding: 15px 5px;
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        text-align: center; }
        /* line 599, ../../sass/common/_detail.scss */
        .detail .detailRight .cart-btn #download-link a:hover {
          opacity: 1; }
    /* line 605, ../../sass/common/_detail.scss */
    .detail .detailRight .notice {
      margin-top: 15px;
      text-align: right; }
      /* line 608, ../../sass/common/_detail.scss */
      .detail .detailRight .notice a {
        display: inline-block;
        font-size: 12px;
        font-size: 1.2rem;
        text-decoration: underline; }
  /* line 615, ../../sass/common/_detail.scss */
  .detail .detail-ttl {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #555;
    background: #f5f7f7; }
    /* line 622, ../../sass/common/_detail.scss */
    .detail .detail-ttl:before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      height: 26px;
      margin: auto;
      background: #008ddf; }
  /* line 635, ../../sass/common/_detail.scss */
  .detail .detail-info {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem; }
  /* line 639, ../../sass/common/_detail.scss */
  .detail .detail-block02 {
    margin-bottom: 70px; }
    /* line 641, ../../sass/common/_detail.scss */
    .detail .detail-block02 .detail-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 644, ../../sass/common/_detail.scss */
      .detail .detail-block02 .detail-box .detail-list {
        width: 48%;
        margin-right: 4%; }
        /* line 647, ../../sass/common/_detail.scss */
        .detail .detail-block02 .detail-box .detail-list:nth-of-type(2n) {
          margin-right: 0; }
      /* line 651, ../../sass/common/_detail.scss */
      .detail .detail-block02 .detail-box dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5px 0;
        border-bottom: 1px solid #ececec; }
        /* line 656, ../../sass/common/_detail.scss */
        .detail .detail-block02 .detail-box dl:nth-of-type(1) {
          border-top: 1px solid #ececec; }
        /* line 659, ../../sass/common/_detail.scss */
        .detail .detail-block02 .detail-box dl dt {
          position: relative;
          width: 35%;
          color: #aaa; }
          /* line 663, ../../sass/common/_detail.scss */
          .detail .detail-block02 .detail-box dl dt span {
            position: absolute;
            display: block;
            content: "";
            top: 0;
            bottom: 0;
            right: 5px;
            margin-bottom: auto; }
        /* line 673, ../../sass/common/_detail.scss */
        .detail .detail-block02 .detail-box dl dd {
          width: 65%;
          color: #555; }
    /* line 679, ../../sass/common/_detail.scss */
    .detail .detail-block02 .detail-box02 {
      margin-top: 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 683, ../../sass/common/_detail.scss */
      .detail .detail-block02 .detail-box02 .place {
        width: 48%;
        margin-right: 4%; }
        /* line 686, ../../sass/common/_detail.scss */
        .detail .detail-block02 .detail-box02 .place iframe {
          width: 100%; }
      /* line 690, ../../sass/common/_detail.scss */
      .detail .detail-block02 .detail-box02 .product {
        width: 48%; }
        /* line 692, ../../sass/common/_detail.scss */
        .detail .detail-block02 .detail-box02 .product figure {
          width: 100%;
          height: 250px;
          background: #f5f7f7;
          text-align: center;
          overflow: hidden; }
          /* line 698, ../../sass/common/_detail.scss */
          .detail .detail-block02 .detail-box02 .product figure img {
            width: auto;
            height: 100%; }
        /* line 703, ../../sass/common/_detail.scss */
        .detail .detail-block02 .detail-box02 .product .link-txt {
          margin-top: 15px;
          text-align: right; }
          /* line 706, ../../sass/common/_detail.scss */
          .detail .detail-block02 .detail-box02 .product .link-txt span {
            margin-right: 8px;
            font-size: 14px;
            font-size: 1.4rem; }
          /* line 710, ../../sass/common/_detail.scss */
          .detail .detail-block02 .detail-box02 .product .link-txt a {
            padding: 0 35px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            background: #1b4067;
            font-size: 14px;
            font-size: 1.4rem;
            color: #fff; }
          /* line 718, ../../sass/common/_detail.scss */
          .detail .detail-block02 .detail-box02 .product .link-txt a[target="_blank"].link-blank:before {
            top: 7px;
            right: 12px; }
          /* line 722, ../../sass/common/_detail.scss */
          .detail .detail-block02 .detail-box02 .product .link-txt a[target="_blank"].link-blank:after {
            top: 9px;
            right: 10px; }
  /* line 731, ../../sass/common/_detail.scss */
  .detail .detail-block03 {
    margin-bottom: 70px; }
    /* line 733, ../../sass/common/_detail.scss */
    .detail .detail-block03 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 736, ../../sass/common/_detail.scss */
      .detail .detail-block03 ul li {
        width: 18.57143%;
        margin-right: 1.78571%;
        margin-bottom: 15px;
        height: 120px;
        overflow: hidden; }
        /* line 742, ../../sass/common/_detail.scss */
        .detail .detail-block03 ul li:nth-of-type(5n) {
          margin-right: 0; }
        /* line 745, ../../sass/common/_detail.scss */
        .detail .detail-block03 ul li:last-child {
          margin-right: 0;
          font-size: 16px;
          font-size: 1.6rem; }
          /* line 748, ../../sass/common/_detail.scss */
          .detail .detail-block03 ul li:last-child .i-more {
            position: relative;
            display: block;
            left: auto;
            width: 34px;
            height: 27px;
            margin: 0 auto 10px auto;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s; }
            /* line 758, ../../sass/common/_detail.scss */
            .detail .detail-block03 ul li:last-child .i-more:before {
              position: absolute;
              display: block;
              content: "";
              top: 0;
              right: 0;
              width: 29px;
              height: 22px;
              border: 2px solid #8a8a8a; }
            /* line 768, ../../sass/common/_detail.scss */
            .detail .detail-block03 ul li:last-child .i-more:after {
              position: absolute;
              display: block;
              content: "";
              bottom: 0;
              left: 0;
              width: 28px;
              height: 21px;
              border-bottom: 2px solid #8a8a8a;
              border-left: 2px solid #8a8a8a; }
          /* line 780, ../../sass/common/_detail.scss */
          .detail .detail-block03 ul li:last-child a {
            padding-top: 30px;
            border: 1px solid #efefef;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            background: #f5f7f7;
            color: #8a8a8a;
            font-weight: bold;
            text-align: center;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s; }
            /* line 791, ../../sass/common/_detail.scss */
            .detail .detail-block03 ul li:last-child a:hover {
              opacity: 1;
              border: 1px solid #bbb;
              color: #4c4c4c; }
              /* line 796, ../../sass/common/_detail.scss */
              .detail .detail-block03 ul li:last-child a:hover .i-more:before {
                border: 2px solid #4c4c4c;
                -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
              /* line 801, ../../sass/common/_detail.scss */
              .detail .detail-block03 ul li:last-child a:hover .i-more:after {
                border-bottom: 2px solid #4c4c4c;
                border-left: 2px solid #4c4c4c;
                -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
        /* line 811, ../../sass/common/_detail.scss */
        .detail .detail-block03 ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
        /* line 817, ../../sass/common/_detail.scss */
        .detail .detail-block03 ul li img {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%;
          margin: auto;
          min-height: 100%;
          height: auto;
          -o-transition: all 300ms ease-in-out;
          -ms-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
        /* line 832, ../../sass/common/_detail.scss */
        .detail .detail-block03 ul li:hover a {
          opacity: 1; }
        /* line 835, ../../sass/common/_detail.scss */
        .detail .detail-block03 ul li:hover img {
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  /* line 845, ../../sass/common/_detail.scss */
  .detail .detail-block04 {
    margin-bottom: 70px; }
    /* line 847, ../../sass/common/_detail.scss */
    .detail .detail-block04 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 850, ../../sass/common/_detail.scss */
      .detail .detail-block04 ul li {
        margin-bottom: 10px; }
        /* line 852, ../../sass/common/_detail.scss */
        .detail .detail-block04 ul li a {
          display: block;
          margin-right: 15px;
          padding: 5px 20px;
          border: 1px solid #f6f6f6;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px;
          color: #777;
          z-index: 1;
          -ms-transition: all .3s;
          -webkit-transition: all .3s;
          transition: all .3s; }
          /* line 863, ../../sass/common/_detail.scss */
          .detail .detail-block04 ul li a:before, .detail .detail-block04 ul li a:after {
            position: absolute;
            z-index: -1;
            display: block;
            content: '';
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s; }
          /* line 873, ../../sass/common/_detail.scss */
          .detail .detail-block04 ul li a:hover {
            opacity: 1;
            border: 1px solid #bbb;
            background: #f5f7f7; }
  /* line 882, ../../sass/common/_detail.scss */
  .detail .detail-block05 {
    padding: 30px 0 60px 0;
    background: #f5f7f7; }
    /* line 885, ../../sass/common/_detail.scss */
    .detail .detail-block05 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 888, ../../sass/common/_detail.scss */
      .detail .detail-block05 ul li {
        width: 18.57143%;
        margin-right: 1.78571%;
        margin-bottom: 15px;
        height: 120px;
        overflow: hidden; }
        /* line 894, ../../sass/common/_detail.scss */
        .detail .detail-block05 ul li:nth-of-type(5n) {
          margin-right: 0; }
        /* line 897, ../../sass/common/_detail.scss */
        .detail .detail-block05 ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
        /* line 903, ../../sass/common/_detail.scss */
        .detail .detail-block05 ul li img {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%;
          margin: auto;
          min-height: 100%;
          height: auto;
          -o-transition: all 300ms ease-in-out;
          -ms-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
        /* line 918, ../../sass/common/_detail.scss */
        .detail .detail-block05 ul li:hover a {
          opacity: 1; }
        /* line 921, ../../sass/common/_detail.scss */
        .detail .detail-block05 ul li:hover img {
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  @media screen and (max-width: 1120px) and (min-width: 961px) {
    /* line 935, ../../sass/common/_detail.scss */
    .detail .detailLeft .addbtn-box .btn01 {
      width: 100%;
      text-align: center;
      margin-bottom: 11px; }
    /* line 940, ../../sass/common/_detail.scss */
    .detail .detailLeft .addbtn-box .btn02 {
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 960px) {
    /* line 949, ../../sass/common/_detail.scss */
    .detail .detail-block01 .detailLeft {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
    /* line 954, ../../sass/common/_detail.scss */
    .detail .detail-block01 .detailRight {
      width: 100%; }
      /* line 956, ../../sass/common/_detail.scss */
      .detail .detail-block01 .detailRight .detail-txt-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        /* line 960, ../../sass/common/_detail.scss */
        .detail .detail-block01 .detailRight .detail-txt-box .type {
          margin-right: 10px; }
        /* line 963, ../../sass/common/_detail.scss */
        .detail .detail-block01 .detailRight .detail-txt-box .item-ttl {
          margin-right: 30px; }
      /* line 967, ../../sass/common/_detail.scss */
      .detail .detail-block01 .detailRight .item-cart {
        margin-top: 15px; }
      /* line 971, ../../sass/common/_detail.scss */
      .detail .detail-block01 .detailRight .cart-btn label {
        width: 80%;
        margin: 0 auto; }
      /* line 976, ../../sass/common/_detail.scss */
      .detail .detail-block01 .detailRight .notice {
        margin-top: 30px; }
    /* line 980, ../../sass/common/_detail.scss */
    .detail .detail-block01 .item-info {
      width: 100%; }
    /* line 988, ../../sass/common/_detail.scss */
    .detail .detail-block03 .product-box .item a.movie-item:before, .detail .detail-block03 .product-box .item a.photo-item:before {
      display: block; }
    /* line 996, ../../sass/common/_detail.scss */
    .detail .detail-block03 ul li {
      width: 32%;
      margin-right: 2%; }
      /* line 999, ../../sass/common/_detail.scss */
      .detail .detail-block03 ul li:nth-of-type(5n) {
        margin-right: 2%; }
      /* line 1002, ../../sass/common/_detail.scss */
      .detail .detail-block03 ul li:nth-of-type(3n) {
        margin-right: 0; }
      /* line 1005, ../../sass/common/_detail.scss */
      .detail .detail-block03 ul li:last-child {
        height: 120px;
        text-align: center; }
      /* line 1009, ../../sass/common/_detail.scss */
      .detail .detail-block03 ul li img {
        -o-transition: initial;
        -ms-transition: initial;
        -moz-transition: initial;
        -webkit-transition: initial;
        transition: initial; }
      /* line 1017, ../../sass/common/_detail.scss */
      .detail .detail-block03 ul li:hover img {
        -moz-transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
        transform: initial; }
    /* line 1029, ../../sass/common/_detail.scss */
    .detail .detail-block04 ul li {
      margin-bottom: 15px; }
    /* line 1038, ../../sass/common/_detail.scss */
    .detail .detail-block05 .product-box .item a.movie-item:before, .detail .detail-block05 .product-box .item a.photo-item:before {
      display: block; }
    /* line 1046, ../../sass/common/_detail.scss */
    .detail .detail-block05 ul li {
      width: 49%;
      height: 100px;
      margin-right: 2%; }
      /* line 1050, ../../sass/common/_detail.scss */
      .detail .detail-block05 ul li:nth-of-type(5n) {
        margin-right: 2%; }
      /* line 1053, ../../sass/common/_detail.scss */
      .detail .detail-block05 ul li:nth-of-type(2n) {
        margin-right: 0; }
      /* line 1056, ../../sass/common/_detail.scss */
      .detail .detail-block05 ul li img {
        -o-transition: initial;
        -ms-transition: initial;
        -moz-transition: initial;
        -webkit-transition: initial;
        transition: initial; }
      /* line 1064, ../../sass/common/_detail.scss */
      .detail .detail-block05 ul li:hover img {
        -moz-transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
        transform: initial; } }
  @media screen and (max-width: 768px) {
    /* line 1081, ../../sass/common/_detail.scss */
    .detail .detailLeft .item.photo.type01 {
      height: 400px; }
    /* line 1084, ../../sass/common/_detail.scss */
    .detail .detailLeft .item.photo.type02 {
      max-height: 400px;
      text-align: center; }
      /* line 1087, ../../sass/common/_detail.scss */
      .detail .detailLeft .item.photo.type02 img {
        width: auto;
        height: 100%; }
    /* line 1093, ../../sass/common/_detail.scss */
    .detail .detailLeft .item.photo.type03 img {
      height: 100%; }
    /* line 1104, ../../sass/common/_detail.scss */
    .detail .detail-block02 .detail-box02 .product .link-txt span {
      display: block;
      margin-right: 0;
      font-size: 12px;
      font-size: 1.2rem; }
    /* line 1109, ../../sass/common/_detail.scss */
    .detail .detail-block02 .detail-box02 .product .link-txt a {
      margin-top: 5px; } }
  @media screen and (max-width: 767px) {
    /* line 1121, ../../sass/common/_detail.scss */
    .detail .detailLeft .item.photo.type01 {
      height: 400px; }
    /* line 1125, ../../sass/common/_detail.scss */
    .detail .detailLeft .item.photo.type02 img {
      width: 100%;
      height: auto; }
    /* line 1131, ../../sass/common/_detail.scss */
    .detail .detailLeft .item.photo.type03 img {
      width: 90%;
      height: auto; }
    /* line 1139, ../../sass/common/_detail.scss */
    .detail .detailLeft .addbtn-box .btn01 {
      margin-bottom: 11px; }
      /* line 1141, ../../sass/common/_detail.scss */
      .detail .detailLeft .addbtn-box .btn01 ul {
        position: relative; }
      /* line 1144, ../../sass/common/_detail.scss */
      .detail .detailLeft .addbtn-box .btn01 .btn-good {
        position: absolute;
        bottom: -34px; }
      /* line 1149, ../../sass/common/_detail.scss */
      .detail .detailLeft .addbtn-box .btn01 .btn-cart span {
        left: 20px; }
      /* line 1152, ../../sass/common/_detail.scss */
      .detail .detailLeft .addbtn-box .btn01 .btn-cart input {
        padding-left: 52px; }
    /* line 1157, ../../sass/common/_detail.scss */
    .detail .detailLeft .addbtn-box .btn02 {
      width: 100%; }
    /* line 1163, ../../sass/common/_detail.scss */
    .detail .detail-block02 .detail-list {
      width: 100%;
      margin-right: 0; }
      /* line 1167, ../../sass/common/_detail.scss */
      .detail .detail-block02 .detail-list dl dt {
        width: 38%; }
      /* line 1170, ../../sass/common/_detail.scss */
      .detail .detail-block02 .detail-list dl dd {
        width: 62%; }
    /* line 1178, ../../sass/common/_detail.scss */
    .detail .detail-block03 ul li {
      width: 49%;
      height: 100px; }
      /* line 1181, ../../sass/common/_detail.scss */
      .detail .detail-block03 ul li:nth-of-type(3n) {
        margin-right: 2%; }
      /* line 1184, ../../sass/common/_detail.scss */
      .detail .detail-block03 ul li:nth-of-type(2n) {
        margin-right: 0; }
      /* line 1187, ../../sass/common/_detail.scss */
      .detail .detail-block03 ul li:last-child {
        height: 100px; }
        /* line 1189, ../../sass/common/_detail.scss */
        .detail .detail-block03 ul li:last-child a {
          padding-top: 18px; } }
  @media screen and (max-width: 660px) {
    /* line 1199, ../../sass/common/_detail.scss */
    .detail .detailLeft .addbtn-box {
      padding: 15px; }
      /* line 1201, ../../sass/common/_detail.scss */
      .detail .detailLeft .addbtn-box .btn01 {
        width: 100%; }
        /* line 1203, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          /* line 1206, ../../sass/common/_detail.scss */
          .detail .detailLeft .addbtn-box .btn01 ul li {
            width: 50%; }
        /* line 1211, ../../sass/common/_detail.scss */
        .detail .detailLeft .addbtn-box .btn01 .btn-favorite a {
          padding-right: 0; }
    /* line 1220, ../../sass/common/_detail.scss */
    .detail .detailRight .detail-txt-box .item-ttl {
      margin-bottom: 10px; }
    /* line 1225, ../../sass/common/_detail.scss */
    .detail .detailRight .item-cart .radio-items {
      padding-left: 30px; }
    /* line 1228, ../../sass/common/_detail.scss */
    .detail .detailRight .item-cart dl {
      padding: 13px 10px; }
      /* line 1235, ../../sass/common/_detail.scss */
      .detail .detailRight .item-cart dl dd ul {
        height: 25px; }
        /* line 1238, ../../sass/common/_detail.scss */
        .detail .detailRight .item-cart dl dd ul li:nth-of-type(1) {
          font-size: 12px;
          font-size: 1.2rem; }
        /* line 1242, ../../sass/common/_detail.scss */
        .detail .detailRight .item-cart dl dd ul li:nth-of-type(2) {
          font-size: 10px;
          font-size: 1rem; }
    /* line 1255, ../../sass/common/_detail.scss */
    .detail .detail-ttl,
    .detail .detail-info {
      margin-bottom: 20px; }
    /* line 1262, ../../sass/common/_detail.scss */
    .detail .detail-block02 .detail-list dl dt {
      width: 80%; }
      /* line 1264, ../../sass/common/_detail.scss */
      .detail .detail-block02 .detail-list dl dt span {
        position: inherit;
        display: inline-block;
        right: 0; }
    /* line 1270, ../../sass/common/_detail.scss */
    .detail .detail-block02 .detail-list dl dd {
      width: 100%; }
    /* line 1276, ../../sass/common/_detail.scss */
    .detail .detail-block02 .detail-box02 .place {
      width: 100%;
      margin-right: 0;
      margin-bottom: 50px; }
    /* line 1281, ../../sass/common/_detail.scss */
    .detail .detail-block02 .detail-box02 .product {
      width: 100%; }
      /* line 1283, ../../sass/common/_detail.scss */
      .detail .detail-block02 .detail-box02 .product figure {
        height: 200px; }
    /* line 1289, ../../sass/common/_detail.scss */
    .detail .detail-block02,
    .detail .detail-block03,
    .detail .detail-block04 {
      margin-bottom: 50px; } }
  @media screen and (max-width: 320px) {
    /* line 1297, ../../sass/common/_detail.scss */
    .detail .btn-good label .btn-good-box {
      width: 70px;
      margin-right: 6px; }
      /* line 1300, ../../sass/common/_detail.scss */
      .detail .btn-good label .btn-good-box img {
        margin-right: 2px; }
    /* line 1306, ../../sass/common/_detail.scss */
    .detail .detailLeft .addbtn-box {
      font-size: 13px;
      font-size: 1.3rem; } }

/* line 4, ../../sass/common/_signin.scss */
.signin {
  padding-bottom: 0; }
  /* line 6, ../../sass/common/_signin.scss */
  .signin.main-container {
    position: relative; }
  /* line 10, ../../sass/common/_signin.scss */
  .signin.forgot .txt {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem; }
  /* line 15, ../../sass/common/_signin.scss */
  .signin .disable {
    display: none; }
  /* line 18, ../../sass/common/_signin.scss */
  .signin .bg-video {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden; }
    /* line 23, ../../sass/common/_signin.scss */
    .signin .bg-video #mv-img {
      width: 100%;
      height: 100%;
      background: url(/static/images/bg-mv.jpg) no-repeat;
      background-position: top;
      background-size: cover; }
      @media all and (-ms-high-contrast: none) {
        /* line 29, ../../sass/common/_signin.scss */
        .signin .bg-video #mv-img.fadeOut {
          opacity: 0; } }
    /* line 35, ../../sass/common/_signin.scss */
    .signin .bg-video #mv-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(20, 54, 66, 0.4); }
    /* line 43, ../../sass/common/_signin.scss */
    .signin .bg-video #mv-video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -1; }
      @media all and (-ms-high-contrast: none) {
        /* line 43, ../../sass/common/_signin.scss */
        .signin .bg-video #mv-video {
          max-width: inherit !important; } }
      @supports (-ms-ime-align: auto) {
        /* line 43, ../../sass/common/_signin.scss */
        .signin .bg-video #mv-video {
          max-width: inherit !important; } }
  /* line 63, ../../sass/common/_signin.scss */
  .signin .main-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  /* line 75, ../../sass/common/_signin.scss */
  .signin .signin-block {
    width: 400px;
    margin: auto; }
    /* line 78, ../../sass/common/_signin.scss */
    .signin .signin-block .signin-tl {
      padding: 20px 0;
      text-align: center;
      background: #14375b;
      border-radius: 3px 3px 0 0; }
    /* line 84, ../../sass/common/_signin.scss */
    .signin .signin-block .signin-box {
      padding: 30px 30px 40px;
      border: 1px solid #e4e4e4;
      border-radius: 0 0 3px 3px;
      background: #f5f7f7; }
      /* line 89, ../../sass/common/_signin.scss */
      .signin .signin-block .signin-box .form-box {
        padding-bottom: 30px; }
        /* line 91, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box .form-tl {
          margin-bottom: 20px;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.2; }
        /* line 97, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box form :focus {
          outline: 0; }
        /* line 101, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box form ul li {
          /* error */ }
          /* line 102, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form ul li input {
            width: 100%;
            padding: 15px 20px 14px;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.2;
            background: #fff;
            border: 2px solid #d0d0d0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px; }
          /* line 111, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form ul li ::-webkit-input-placeholder {
            color: #c2c2c2; }
          /* line 114, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form ul li ::-moz-placeholder {
            color: #c2c2c2;
            opacity: 1; }
          /* line 118, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form ul li :-ms-input-placeholder {
            color: #c2c2c2; }
          /* line 121, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form ul li input.error {
            border: 2px solid #ff7777; }
          /* line 125, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form ul li label.error {
            display: block;
            color: #ff7777; }
          /* line 130, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form ul li .inp-error {
            border: 2px solid #ff7777; }
          /* line 133, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form ul li span {
            display: block;
            height: 30px; }
        /* line 142, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box form .error-msg {
          margin-bottom: 10px;
          color: #ff7777; }
        /* line 147, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box form .check input {
          display: none; }
        /* line 150, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box form .check span {
          position: relative;
          padding-left: 24px; }
          /* line 153, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form .check span:before, .signin .signin-block .signin-box .form-box form .check span:after {
            content: "";
            display: block;
            position: absolute; }
          /* line 158, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form .check span:before {
            top: 1px;
            left: 0;
            width: 15px;
            height: 15px;
            background: #fff;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #d0d0d0; }
          /* line 167, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form .check span:after {
            top: 4px;
            left: 5px;
            width: 5px;
            height: 7px;
            transform: rotate(40deg);
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff; }
        /* line 179, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box form .check input:checked + span:before {
          background: #008ddf;
          border: 1px solid #008ddf; }
        /* line 186, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box form .submit {
          margin-top: 10px; }
          /* line 188, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box form .submit input {
            display: block;
            width: 100%;
            padding: 16px 15px 15px;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: bold;
            color: #fff;
            line-height: 1.2;
            background: #0c92e0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s; }
            /* line 201, ../../sass/common/_signin.scss */
            .signin .signin-block .signin-box .form-box form .submit input:hover {
              background: #1b4067; }
        /* line 207, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box .form-txt {
          margin-top: 15px;
          text-align: center; }
          /* line 210, ../../sass/common/_signin.scss */
          .signin .signin-block .signin-box .form-box .form-txt a {
            color: #0c92e0;
            border-bottom: 1px solid #0c92e0; }
      /* line 216, ../../sass/common/_signin.scss */
      .signin .signin-block .signin-box .read-txt {
        padding-top: 30px;
        border-top: 1px solid #e4e4e4; }
        /* line 219, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .read-txt a {
          margin: 0 2px;
          border-bottom: 1px solid #0c92e0;
          color: #0c92e0; }
  @media screen and (max-width: 768px) {
    /* line 229, ../../sass/common/_signin.scss */
    .signin .bg-video #mv-video {
      max-width: 100%;
      min-width: inherit;
      min-height: inherit;
      height: 100%;
      object-fit: cover; } }
  @media screen and (max-width: 767px) {
    /* line 240, ../../sass/common/_signin.scss */
    .signin.forgot .bg-video {
      height: 600px; } }
  @media screen and (max-width: 640px) {
    /* line 247, ../../sass/common/_signin.scss */
    .signin .bg-video #mv-img {
      background: url(/static/images/bg-mvsp.jpg) no-repeat;
      background-position: top;
      background-size: cover; } }
  @media screen and (max-width: 550px) {
    /* line 255, ../../sass/common/_signin.scss */
    .signin .signin-block {
      width: 90%; }
      /* line 257, ../../sass/common/_signin.scss */
      .signin .signin-block .signin-box {
        padding: 20px 20px 30px; }
        /* line 263, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box form ul li input {
          padding: 15px 15px 14px; }
        /* line 269, ../../sass/common/_signin.scss */
        .signin .signin-block .signin-box .form-box .form-tl {
          font-size: 20px;
          font-size: 2rem; } }

/* line 9, ../../sass/common/_aboutlicense.scss */
.aboutlicense .main-block .main-contents .main-txt {
  margin-bottom: 20px; }
  /* line 11, ../../sass/common/_aboutlicense.scss */
  .aboutlicense .main-block .main-contents .main-txt a {
    color: #008ddf; }
/* line 18, ../../sass/common/_aboutlicense.scss */
.aboutlicense .red {
  color: #ff260f; }
/* line 23, ../../sass/common/_aboutlicense.scss */
.aboutlicense .licence-list li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.2em; }
  /* line 27, ../../sass/common/_aboutlicense.scss */
  .aboutlicense .licence-list li a {
    color: #008ddf; }
  /* line 30, ../../sass/common/_aboutlicense.scss */
  .aboutlicense .licence-list li:before {
    position: absolute;
    content: "※";
    left: 0; }
/* line 38, ../../sass/common/_aboutlicense.scss */
.aboutlicense table {
  margin-top: 40px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-spacing: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }
  /* line 46, ../../sass/common/_aboutlicense.scss */
  .aboutlicense table tr th, .aboutlicense table tr td {
    padding: 15px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }
    /* line 51, ../../sass/common/_aboutlicense.scss */
    .aboutlicense table tr th span, .aboutlicense table tr td span {
      display: inline-block; }
  /* line 55, ../../sass/common/_aboutlicense.scss */
  .aboutlicense table tr th {
    width: 32%;
    background: #f5f7f7; }
  /* line 59, ../../sass/common/_aboutlicense.scss */
  .aboutlicense table tr td {
    width: 34%; }
    /* line 61, ../../sass/common/_aboutlicense.scss */
    .aboutlicense table tr td .small {
      font-size: 90%; }
    /* line 64, ../../sass/common/_aboutlicense.scss */
    .aboutlicense table tr td .block {
      display: block; }
    /* line 67, ../../sass/common/_aboutlicense.scss */
    .aboutlicense table tr td .at {
      padding-left: 1em;
      text-indent: -1em; }
    /* line 71, ../../sass/common/_aboutlicense.scss */
    .aboutlicense table tr td a {
      color: #008ddf; }
    /* line 74, ../../sass/common/_aboutlicense.scss */
    .aboutlicense table tr td ol {
      padding-left: 1em; }
      /* line 76, ../../sass/common/_aboutlicense.scss */
      .aboutlicense table tr td ol li {
        padding-left: 1em;
        text-indent: -1em; }
  /* line 82, ../../sass/common/_aboutlicense.scss */
  .aboutlicense table tr .bg {
    background: #fbfcfc; }
  /* line 85, ../../sass/common/_aboutlicense.scss */
  .aboutlicense table tr .tx-l {
    text-align: left; }
@media screen and (max-width: 640px) {
  /* line 98, ../../sass/common/_aboutlicense.scss */
  .aboutlicense table tr th, .aboutlicense table tr td {
    padding: 8px;
    font-size: 12px;
    font-size: 1.2rem; }
  /* line 102, ../../sass/common/_aboutlicense.scss */
  .aboutlicense table tr td {
    width: 33%; }
    /* line 104, ../../sass/common/_aboutlicense.scss */
    .aboutlicense table tr td .small {
      font-size: 80%; } }
@media screen and (max-width: 360px) {
  /* line 114, ../../sass/common/_aboutlicense.scss */
  .aboutlicense table tr th, .aboutlicense table tr td {
    font-size: 10px;
    font-size: 1rem; } }

/* line 9, ../../sass/common/_aboutpurchase.scss */
.aboutpurchase .purchase-block > li dl dt {
  display: table;
  width: 100%;
  margin: 10px 0; }
  /* line 13, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dt span {
    display: table-cell;
    line-height: 1;
    vertical-align: middle; }
    /* line 17, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dt span:first-child {
      width: 100px;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      text-align: center;
      letter-spacing: 1px;
      background: #4b4b4b; }
      /* line 25, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .purchase-block > li dl dt span:first-child b {
        margin-left: 5px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: normal; }
    /* line 31, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dt span:last-child {
      padding: 18px 20px 17px;
      font-size: 20px;
      font-size: 2rem;
      color: #4c4c4c;
      background: #f0f0f0; }
/* line 39, ../../sass/common/_aboutpurchase.scss */
.aboutpurchase .purchase-block > li dl dd {
  position: relative;
  padding: 20px 0 70px 120px; }
  /* line 42, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dd:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50px;
    width: 3px;
    height: 100%;
    background: #f0f0f0; }
  /* line 51, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dd .btn-box {
    margin-top: 30px; }
    /* line 53, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .btn-box li {
      display: inline-block;
      text-align: center; }
      /* line 56, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .purchase-block > li dl dd .btn-box li a {
        position: relative;
        display: inline-block;
        width: 250px;
        padding: 10px 0;
        color: #fff;
        background: #1b4067;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s; }
        /* line 67, ../../sass/common/_aboutpurchase.scss */
        .aboutpurchase .purchase-block > li dl dd .btn-box li a:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 14px;
          width: 8px;
          height: 8px;
          margin-top: -4px;
          border-top: 2px solid #889aac;
          border-right: 2px solid #889aac;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -ms-transition: all .3s;
          -webkit-transition: all .3s;
          transition: all .3s; }
        /* line 83, ../../sass/common/_aboutpurchase.scss */
        .aboutpurchase .purchase-block > li dl dd .btn-box li a:hover {
          opacity: 1;
          background: #0b223a; }
          /* line 86, ../../sass/common/_aboutpurchase.scss */
          .aboutpurchase .purchase-block > li dl dd .btn-box li a:hover:after {
            border-color: #fff; }
      /* line 91, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .purchase-block > li dl dd .btn-box li:nth-child(2) {
        margin-left: 15px; }
  /* line 96, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dd .payment-list {
    margin-top: 20px; }
    /* line 98, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .payment-list li {
      position: relative;
      padding-left: 1em; }
      /* line 101, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .purchase-block > li dl dd .payment-list li:not(:last-child) {
        margin-bottom: 2px; }
      /* line 104, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .purchase-block > li dl dd .payment-list li:before {
        position: absolute;
        display: block;
        content: "";
        top: 8px;
        left: 0;
        width: 9px;
        height: 9px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background: #008ddf; }
  /* line 117, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dd .credit-box {
    margin-top: 40px;
    font-size: 13px;
    font-size: 1.3rem; }
    /* line 120, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .credit-box ul {
      margin-top: 5px; }
      /* line 122, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .purchase-block > li dl dd .credit-box ul li {
        position: relative;
        padding-left: 1em; }
        /* line 125, ../../sass/common/_aboutpurchase.scss */
        .aboutpurchase .purchase-block > li dl dd .credit-box ul li:not(:last-child) {
          margin-bottom: 4px; }
        /* line 128, ../../sass/common/_aboutpurchase.scss */
        .aboutpurchase .purchase-block > li dl dd .credit-box ul li:before {
          position: absolute;
          display: block;
          content: "";
          top: 9px;
          left: 0;
          width: 6px;
          height: 6px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          background: #4b4b4b; }
/* line 147, ../../sass/common/_aboutpurchase.scss */
.aboutpurchase .purchase-block > li:last-child dl dd {
  padding-bottom: 0; }
  /* line 149, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li:last-child dl dd:before {
    display: none; }
/* line 158, ../../sass/common/_aboutpurchase.scss */
.aboutpurchase .receipt-box {
  margin-top: 70px;
  padding: 30px;
  background: #f5f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #efefef; }
  /* line 164, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .receipt-box .receipt-tl {
    position: relative;
    margin-bottom: 20px;
    padding-left: 38px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 1.2; }
    /* line 172, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .receipt-box .receipt-tl:before {
      position: absolute;
      content: "";
      left: 0;
      width: 21px;
      height: 22px;
      background: url(/static/images/icon-12-l.png) center no-repeat;
      background-size: cover; }
  /* line 182, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .receipt-box div {
    display: table; }
    /* line 184, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .receipt-box div p {
      display: table-cell;
      vertical-align: middle; }
      /* line 187, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .receipt-box div p:first-child {
        padding-right: 30px;
        border-right: 1px solid #d6d6d6; }
      /* line 191, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .receipt-box div p:last-child {
        padding-left: 50px;
        text-align: center; }
        /* line 194, ../../sass/common/_aboutpurchase.scss */
        .aboutpurchase .receipt-box div p:last-child a {
          position: relative;
          display: inline-block;
          width: 240px;
          padding: 10px 0;
          color: #fff;
          background: #14375b;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px;
          -ms-transition: all .3s;
          -webkit-transition: all .3s;
          transition: all .3s; }
          /* line 205, ../../sass/common/_aboutpurchase.scss */
          .aboutpurchase .receipt-box div p:last-child a:after {
            position: absolute;
            content: "";
            top: 50%;
            right: 14px;
            width: 8px;
            height: 8px;
            margin-top: -4px;
            border-top: 2px solid #889aac;
            border-right: 2px solid #889aac;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s; }
          /* line 221, ../../sass/common/_aboutpurchase.scss */
          .aboutpurchase .receipt-box div p:last-child a:hover {
            opacity: 1;
            background: #0b223a; }
            /* line 224, ../../sass/common/_aboutpurchase.scss */
            .aboutpurchase .receipt-box div p:last-child a:hover:after {
              border-color: #fff; }
/* line 233, ../../sass/common/_aboutpurchase.scss */
.aboutpurchase .receipt-txt {
  position: relative;
  margin-top: 15px;
  padding-left: 1.2em; }
  /* line 237, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .receipt-txt:before {
    position: absolute;
    content: "※";
    left: 0; }
@media screen and (max-width: 960px) {
  /* line 250, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dd .btn-box li {
    width: 48%; }
    /* line 252, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .btn-box li a {
      width: 100%; }
    /* line 255, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .btn-box li:nth-child(2) {
      margin-left: 0; }
  /* line 261, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dd .btn-list li {
    float: left; }
    /* line 263, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .btn-list li:last-child {
      float: right; }
  /* line 273, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .receipt-box {
    margin-top: 70px;
    padding: 30px; }
    /* line 276, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .receipt-box .receipt-tl {
      position: relative;
      margin-bottom: 20px;
      padding-left: 38px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      color: #4c4c4c;
      line-height: 1.2; }
      /* line 284, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .receipt-box .receipt-tl:before {
        width: 21px;
        height: 22px; }
    /* line 289, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .receipt-box div {
      display: block; }
      /* line 291, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .receipt-box div p {
        display: block; }
        /* line 293, ../../sass/common/_aboutpurchase.scss */
        .aboutpurchase .receipt-box div p:first-child {
          padding-right: 0;
          border-right: none; }
        /* line 297, ../../sass/common/_aboutpurchase.scss */
        .aboutpurchase .receipt-box div p:last-child {
          margin-top: 20px;
          padding-left: 0; }
          /* line 300, ../../sass/common/_aboutpurchase.scss */
          .aboutpurchase .receipt-box div p:last-child a {
            width: 48%; } }
@media screen and (max-width: 767px) {
  /* line 315, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dt span:first-child {
    width: 90px;
    font-size: 14px;
    font-size: 1.4rem; }
    /* line 318, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dt span:first-child b {
      margin-left: 3px;
      font-size: 20px;
      font-size: 2rem; }
  /* line 323, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dt span:last-child {
    padding: 16px 15px 15px;
    font-size: 17px;
    font-size: 1.7rem; }
  /* line 329, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dd {
    padding: 20px 0 70px 50px; }
    /* line 331, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd:before {
      left: 20px; }
  /* line 340, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .receipt-box .receipt-tl {
    font-size: 18px;
    font-size: 1.8rem; } }
@media screen and (max-width: 480px) {
  /* line 353, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dt span:first-child {
    width: 80px; }
  /* line 356, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dt span:last-child {
    font-size: 16px;
    font-size: 1.6rem; }
  /* line 361, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .purchase-block > li dl dd {
    padding: 15px 0 50px 50px; }
    /* line 364, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .btn-box li {
      width: 100%; }
      /* line 366, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .purchase-block > li dl dd .btn-box li a {
        width: 80%; }
      /* line 369, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .purchase-block > li dl dd .btn-box li:nth-child(2) {
        margin-top: 20px; }
    /* line 375, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .btn-list li {
      float: none; }
      /* line 377, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .purchase-block > li dl dd .btn-list li:last-child {
        float: none; }
    /* line 382, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .payment-list {
      margin-top: 15px; }
    /* line 385, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .purchase-block > li dl dd .credit-box {
      margin-top: 25px; }
  /* line 393, ../../sass/common/_aboutpurchase.scss */
  .aboutpurchase .receipt-box {
    margin-top: 50px;
    padding: 6% 5%; }
    /* line 396, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .receipt-box .receipt-tl {
      padding-left: 34px;
      font-size: 17px;
      font-size: 1.7rem; }
      /* line 399, ../../sass/common/_aboutpurchase.scss */
      .aboutpurchase .receipt-box .receipt-tl:before {
        width: 19px;
        height: 20px; }
    /* line 407, ../../sass/common/_aboutpurchase.scss */
    .aboutpurchase .receipt-box div p:last-child a {
      width: 77%; } }

/* line 8, ../../sass/common/_pricelist.scss */
.pricelist .main-block .main-contents .txts01 {
  margin-bottom: 20px; }
/* line 13, ../../sass/common/_pricelist.scss */
.pricelist .at {
  padding-left: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  text-indent: -1em; }
  /* line 17, ../../sass/common/_pricelist.scss */
  .pricelist .at a {
    border-bottom: 1px solid #4c4c4c; }
/* line 21, ../../sass/common/_pricelist.scss */
.pricelist .price-box {
  margin-top: 50px;
  letter-spacing: -.4em; }
  /* line 24, ../../sass/common/_pricelist.scss */
  .pricelist .price-box dl {
    display: inline-block;
    width: 48%;
    text-align: center;
    vertical-align: top;
    letter-spacing: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden; }
    /* line 32, ../../sass/common/_pricelist.scss */
    .pricelist .price-box dl dt {
      padding: 8px 0;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      color: #fff;
      background: #14375b; }
    /* line 39, ../../sass/common/_pricelist.scss */
    .pricelist .price-box dl dd {
      padding: 18px 10px 20px;
      background: #f5f7f7;
      border: 1px solid #efefef;
      border-top: none; }
      /* line 44, ../../sass/common/_pricelist.scss */
      .pricelist .price-box dl dd p {
        margin-bottom: 10px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #2b4c70; }
      /* line 51, ../../sass/common/_pricelist.scss */
      .pricelist .price-box dl dd .price-list li {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        color: #008ddf;
        line-height: 1; }
        /* line 56, ../../sass/common/_pricelist.scss */
        .pricelist .price-box dl dd .price-list li span {
          display: inline-block; }
        /* line 59, ../../sass/common/_pricelist.scss */
        .pricelist .price-box dl dd .price-list li .size {
          position: relative;
          width: 3em;
          text-align: left; }
          /* line 63, ../../sass/common/_pricelist.scss */
          .pricelist .price-box dl dd .price-list li .size:after {
            position: absolute;
            content: "：";
            right: 0; }
        /* line 69, ../../sass/common/_pricelist.scss */
        .pricelist .price-box dl dd .price-list li .price {
          width: 7em;
          text-align: right; }
          /* line 72, ../../sass/common/_pricelist.scss */
          .pricelist .price-box dl dd .price-list li .price b {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 32px;
            font-size: 3.2rem; }
        /* line 77, ../../sass/common/_pricelist.scss */
        .pricelist .price-box dl dd .price-list li:not(:last-child) {
          margin-bottom: 7px; }
      /* line 84, ../../sass/common/_pricelist.scss */
      .pricelist .price-box dl dd .video-list li .size {
        width: 5em; }
    /* line 90, ../../sass/common/_pricelist.scss */
    .pricelist .price-box dl:first-child {
      margin-right: 4%; }
@media screen and (max-width: 640px) {
  /* line 97, ../../sass/common/_pricelist.scss */
  .pricelist .price-box {
    margin-top: 40px; }
    /* line 100, ../../sass/common/_pricelist.scss */
    .pricelist .price-box dl dt {
      font-size: 16px;
      font-size: 1.6rem; }
    /* line 103, ../../sass/common/_pricelist.scss */
    .pricelist .price-box dl dd {
      padding: 16px 10px 18px; }
      /* line 105, ../../sass/common/_pricelist.scss */
      .pricelist .price-box dl dd p {
        font-size: 15px;
        font-size: 1.5rem; }
      /* line 109, ../../sass/common/_pricelist.scss */
      .pricelist .price-box dl dd .price-list li {
        font-size: 13px;
        font-size: 1.3rem; }
        /* line 111, ../../sass/common/_pricelist.scss */
        .pricelist .price-box dl dd .price-list li .size {
          width: 2.5em; }
        /* line 114, ../../sass/common/_pricelist.scss */
        .pricelist .price-box dl dd .price-list li .price {
          width: 5.5em; }
          /* line 116, ../../sass/common/_pricelist.scss */
          .pricelist .price-box dl dd .price-list li .price b {
            font-size: 20px;
            font-size: 2rem; }
      /* line 124, ../../sass/common/_pricelist.scss */
      .pricelist .price-box dl dd .video-list li .size {
        width: 4.5em; } }
@media screen and (max-width: 360px) {
  /* line 139, ../../sass/common/_pricelist.scss */
  .pricelist .price-box dl dd .price-list li {
    font-size: 12px;
    font-size: 1.2rem; }
    /* line 142, ../../sass/common/_pricelist.scss */
    .pricelist .price-box dl dd .price-list li .price b {
      font-size: 18px;
      font-size: 1.8rem; }
  /* line 150, ../../sass/common/_pricelist.scss */
  .pricelist .price-box dl dd .video-list li .price {
    width: 5.5em; } }

/* line 9, ../../sass/common/_saleguide.scss */
.saleguide .sale-block > li dl dt {
  display: table;
  width: 100%;
  margin: 10px 0; }
  /* line 13, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dt span {
    display: table-cell;
    line-height: 1;
    vertical-align: middle; }
    /* line 17, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dt span:first-child {
      width: 100px;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      text-align: center;
      letter-spacing: 1px;
      background: #4b4b4b; }
      /* line 25, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dt span:first-child b {
        margin-left: 5px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: normal; }
    /* line 31, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dt span:last-child {
      padding: 18px 20px 17px;
      font-size: 20px;
      font-size: 2rem;
      color: #4c4c4c;
      background: #f0f0f0; }
      /* line 36, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dt span:last-child b {
        display: inline-block;
        font-weight: normal; }
/* line 43, ../../sass/common/_saleguide.scss */
.saleguide .sale-block > li dl dd {
  position: relative;
  padding: 20px 0 70px 120px; }
  /* line 46, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50px;
    width: 3px;
    height: 100%;
    background: #f0f0f0; }
  /* line 55, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .btn-box {
    margin-top: 30px; }
    /* line 57, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .btn-box li {
      display: inline-block;
      text-align: center; }
      /* line 60, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .btn-box li a {
        position: relative;
        display: inline-block;
        width: 250px;
        padding: 10px 0;
        color: #fff;
        background: #1b4067;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s; }
        /* line 71, ../../sass/common/_saleguide.scss */
        .saleguide .sale-block > li dl dd .btn-box li a:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 14px;
          width: 8px;
          height: 8px;
          margin-top: -4px;
          border-top: 2px solid #889aac;
          border-right: 2px solid #889aac;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -ms-transition: all .3s;
          -webkit-transition: all .3s;
          transition: all .3s; }
        /* line 87, ../../sass/common/_saleguide.scss */
        .saleguide .sale-block > li dl dd .btn-box li a:hover {
          opacity: 1;
          background: #0b223a; }
          /* line 90, ../../sass/common/_saleguide.scss */
          .saleguide .sale-block > li dl dd .btn-box li a:hover:after {
            border-color: #fff; }
      /* line 95, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .btn-box li:nth-child(2) {
        margin-left: 15px; }
  /* line 102, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .btn-list li a {
    padding-top: 35px; }
    /* line 104, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .btn-list li a:before {
      position: absolute;
      content: "";
      top: 15px;
      left: 50%;
      width: 18px;
      height: 15px;
      margin-left: -9px;
      background: url(/static/images/icon-photo.png) center no-repeat;
      background-size: contain; }
    /* line 115, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .btn-list li a:after {
      display: none; }
  /* line 121, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .btn-list li:last-child a:before {
    background: url(/static/images/sale_guide/icon-movie.png) center no-repeat;
    background-size: contain; }
  /* line 129, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .at {
    padding-left: 1em;
    color: #ff260f;
    text-indent: -1em; }
    /* line 133, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .at a {
      padding: 5px 35px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background: #4b4b4b;
      font-size: 14px;
      font-size: 1.4rem;
      color: #fff; }
  /* line 145, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .mt20 {
    margin-top: 20px; }
  /* line 148, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .mt30 {
    margin-top: 30px; }
  /* line 151, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .mt50 {
    margin-top: 50px; }
  /* line 155, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .detail-box {
    margin-top: 40px;
    padding: 30px;
    background: #f5f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #efefef; }
    /* line 161, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .detail-box .detail-tl {
      margin-bottom: 20px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      color: #4c4c4c;
      line-height: 1.2; }
    /* line 168, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .detail-box .type-list {
      margin-top: 10px; }
      /* line 170, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .detail-box .type-list li {
        position: relative;
        padding-left: 1em; }
        /* line 173, ../../sass/common/_saleguide.scss */
        .saleguide .sale-block > li dl dd .detail-box .type-list li:not(:last-child) {
          margin-bottom: 2px; }
        /* line 176, ../../sass/common/_saleguide.scss */
        .saleguide .sale-block > li dl dd .detail-box .type-list li:before {
          position: absolute;
          display: block;
          content: "";
          top: 9px;
          left: 0;
          width: 6px;
          height: 6px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          background: #4b4b4b; }
    /* line 189, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .detail-box .check-list {
      margin-bottom: 20px; }
      /* line 191, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .detail-box .check-list li {
        position: relative;
        padding-left: 24px; }
        /* line 194, ../../sass/common/_saleguide.scss */
        .saleguide .sale-block > li dl dd .detail-box .check-list li:not(:last-child) {
          margin-bottom: 10px; }
        /* line 197, ../../sass/common/_saleguide.scss */
        .saleguide .sale-block > li dl dd .detail-box .check-list li:before {
          position: absolute;
          display: block;
          content: "";
          top: 5px;
          left: 0;
          width: 18px;
          height: 15px;
          background: url(/static/images/icon-06.png) center no-repeat;
          background-size: contain; }
    /* line 210, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .detail-box .detail-btn {
      margin-top: 30px;
      text-align: center; }
      /* line 213, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .detail-box .detail-btn a {
        position: relative;
        display: inline-block;
        width: 250px;
        padding: 10px 0;
        color: #fff;
        background: #1b4067;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s; }
        /* line 224, ../../sass/common/_saleguide.scss */
        .saleguide .sale-block > li dl dd .detail-box .detail-btn a:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 14px;
          width: 8px;
          height: 8px;
          margin-top: -4px;
          border-top: 2px solid #889aac;
          border-right: 2px solid #889aac;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -ms-transition: all .3s;
          -webkit-transition: all .3s;
          transition: all .3s; }
        /* line 240, ../../sass/common/_saleguide.scss */
        .saleguide .sale-block > li dl dd .detail-box .detail-btn a:hover {
          opacity: 1;
          background: #0b223a; }
          /* line 243, ../../sass/common/_saleguide.scss */
          .saleguide .sale-block > li dl dd .detail-box .detail-btn a:hover:after {
            border-color: #fff; }
      /* line 248, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .detail-box .detail-btn:nth-child(2) {
        margin-left: 15px; }
/* line 257, ../../sass/common/_saleguide.scss */
.saleguide .sale-block > li:last-child dl dd {
  padding-bottom: 0; }
  /* line 259, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li:last-child dl dd:before {
    display: none; }
@media screen and (max-width: 960px) {
  /* line 274, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .btn-box li {
    width: 48%; }
    /* line 276, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .btn-box li a {
      width: 100%; }
    /* line 279, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .btn-box li:nth-child(2) {
      margin-left: 0; }
  /* line 285, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .btn-list li {
    float: left; }
    /* line 287, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .btn-list li:last-child {
      float: right; }
  /* line 294, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd .detail-box .detail-btn a {
    width: 56%; } }
@media screen and (max-width: 767px) {
  /* line 311, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dt span:first-child {
    width: 90px;
    font-size: 14px;
    font-size: 1.4rem; }
    /* line 314, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dt span:first-child b {
      margin-left: 3px;
      font-size: 20px;
      font-size: 2rem; }
  /* line 319, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dt span:last-child {
    padding: 16px 15px 15px;
    font-size: 17px;
    font-size: 1.7rem; }
  /* line 325, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd {
    padding: 20px 0 70px 50px; }
    /* line 327, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd:before {
      left: 20px; }
    /* line 331, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .detail-box .detail-tl {
      font-size: 18px;
      font-size: 1.8rem; } }
@media screen and (max-width: 480px) {
  /* line 348, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dt span:first-child {
    width: 80px; }
  /* line 351, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dt span:last-child {
    font-size: 16px;
    font-size: 1.6rem; }
  /* line 356, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dd {
    padding: 15px 0 50px 50px; }
    /* line 359, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .btn-box li {
      width: 100%; }
      /* line 361, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .btn-box li a {
        width: 80%; }
      /* line 364, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .btn-box li:nth-child(2) {
        margin-top: 20px; }
    /* line 370, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .btn-list li {
      float: none; }
      /* line 372, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .btn-list li:last-child {
        float: none; }
    /* line 377, ../../sass/common/_saleguide.scss */
    .saleguide .sale-block > li dl dd .detail-box {
      padding: 6% 5%; }
      /* line 379, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .detail-box .detail-tl {
        margin-bottom: 15px;
        font-size: 17px;
        font-size: 1.7rem; }
      /* line 383, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .detail-box .check-list {
        margin-bottom: 15px; }
      /* line 386, ../../sass/common/_saleguide.scss */
      .saleguide .sale-block > li dl dd .detail-box .detail-btn {
        margin-top: 20px; }
        /* line 388, ../../sass/common/_saleguide.scss */
        .saleguide .sale-block > li dl dd .detail-box .detail-btn a {
          width: 90%; } }
@media screen and (max-width: 360px) {
  /* line 406, ../../sass/common/_saleguide.scss */
  .saleguide .sale-block > li dl dt span:last-child {
    line-height: 1.4; } }

/* line 5, ../../sass/common/_cart.scss */
.cart-top .cart-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
/* line 10, ../../sass/common/_cart.scss */
.cart-top .cart-ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem; }
/* line 14, ../../sass/common/_cart.scss */
.cart-top .items-wrap {
  width: 60%;
  margin-right: 5%; }
/* line 18, ../../sass/common/_cart.scss */
.cart-top .sc-buy-box {
  width: 35%; }
  /* line 21, ../../sass/common/_cart.scss */
  .cart-top .sc-buy-box .fix-wrap.fixed {
    position: fixed;
    top: 20px; }
  /* line 26, ../../sass/common/_cart.scss */
  .cart-top .sc-buy-box .buy-box {
    padding: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #f2f2f2; }
    /* line 30, ../../sass/common/_cart.scss */
    .cart-top .sc-buy-box .buy-box .total-price {
      font-size: 15px;
      font-size: 1.5rem; }
      /* line 32, ../../sass/common/_cart.scss */
      .cart-top .sc-buy-box .buy-box .total-price .price {
        font-size: 30px;
        font-size: 3rem;
        font-weight: bold;
        color: #1b4067; }
    /* line 38, ../../sass/common/_cart.scss */
    .cart-top .sc-buy-box .buy-box .buy-txt {
      font-size: 13px;
      font-size: 1.3rem;
      text-align: center; }
    /* line 42, ../../sass/common/_cart.scss */
    .cart-top .sc-buy-box .buy-box .buy-button-big {
      width: 100%;
      margin: 20px auto 30px auto; }
      /* line 45, ../../sass/common/_cart.scss */
      .cart-top .sc-buy-box .buy-box .buy-button-big a {
        position: relative;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 15px 5px;
        font-size: 18px;
        font-size: 1.8rem;
        background: #008ddf;
        color: #fff;
        cursor: pointer;
        z-index: 1;
        text-align: center;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s; }
        /* line 61, ../../sass/common/_cart.scss */
        .cart-top .sc-buy-box .buy-box .buy-button-big a:hover {
          opacity: 1;
          background: #1b4067; }
/* line 69, ../../sass/common/_cart.scss */
.cart-top .cart-items-list,
.cart-top .keep-items-list {
  width: 100%;
  border-collapse: collapse; }
  /* line 73, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .img-td,
  .cart-top .keep-items-list .img-td {
    width: 22%;
    text-align: center; }
    /* line 76, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .img-td a,
    .cart-top .keep-items-list .img-td a {
      display: block;
      width: 100px;
      margin: 0 auto; }
  /* line 82, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list tr,
  .cart-top .keep-items-list tr {
    border-bottom: 1px solid #ebebeb; }
  /* line 85, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list td,
  .cart-top .keep-items-list td {
    vertical-align: top;
    padding: 15px 0 30px 0; }
  /* line 89, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .ttl-tr,
  .cart-top .keep-items-list .ttl-tr {
    border-top: 1px solid #ebebeb;
    background: #f5f7f7; }
    /* line 92, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .ttl-tr th,
    .cart-top .keep-items-list .ttl-tr th {
      font-weight: bold;
      padding: 5px 0; }
      /* line 95, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .ttl-tr th:first-child,
      .cart-top .keep-items-list .ttl-tr th:first-child {
        padding-left: 20px;
        text-align: left; }
  /* line 101, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .detail-td,
  .cart-top .keep-items-list .detail-td {
    width: 43%; }
    /* line 103, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .detail-td .item-ttl,
    .cart-top .keep-items-list .detail-td .item-ttl {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      color: #008ddf; }
  /* line 109, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .price-td,
  .cart-top .keep-items-list .price-td {
    width: 35%;
    text-align: center; }
  /* line 113, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .price-txt,
  .cart-top .keep-items-list .price-txt {
    padding: 40px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #1b4067; }
    /* line 119, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .price-txt span,
    .cart-top .keep-items-list .price-txt span {
      display: none; }
  /* line 123, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .del-txt,
  .cart-top .keep-items-list .del-txt {
    font-size: 14px;
    font-size: 1.4rem; }
    /* line 125, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .del-txt a,
    .cart-top .keep-items-list .del-txt a {
      text-decoration: underline; }
      /* line 127, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .del-txt a:hover,
      .cart-top .keep-items-list .del-txt a:hover {
        opacity: 1;
        color: #008ddf; }
    /* line 132, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .del-txt span,
    .cart-top .keep-items-list .del-txt span {
      margin: 0 5px; }
  /* line 136, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .extralicense,
  .cart-top .keep-items-list .extralicense {
    margin-top: 10px; }
    /* line 138, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .extralicense label,
    .cart-top .keep-items-list .extralicense label {
      cursor: pointer;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px; }
      /* line 142, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .extralicense label span,
      .cart-top .keep-items-list .extralicense label span {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem; }
    /* line 147, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .extralicense input[type="checkbox"],
    .cart-top .keep-items-list .extralicense input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -o-appearance: none;
      -ms-appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
      /* line 161, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .extralicense input[type="checkbox"] + span,
      .cart-top .keep-items-list .extralicense input[type="checkbox"] + span {
        position: relative;
        padding-left: 20px; }
        /* line 164, ../../sass/common/_cart.scss */
        .cart-top .cart-items-list .extralicense input[type="checkbox"] + span::before,
        .cart-top .keep-items-list .extralicense input[type="checkbox"] + span::before {
          border-color: #14375b; }
      /* line 169, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .extralicense input[type="checkbox"]:checked + span::before,
      .cart-top .keep-items-list .extralicense input[type="checkbox"]:checked + span::before {
        background-color: #14375b; }
      /* line 173, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .extralicense input[type="checkbox"]:checked + span::before,
      .cart-top .keep-items-list .extralicense input[type="checkbox"]:checked + span::before {
        background-color: #14375b; }
      /* line 176, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .extralicense input[type="checkbox"]:checked + span::after,
      .cart-top .keep-items-list .extralicense input[type="checkbox"]:checked + span::after {
        border: 1px solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 186, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .extralicense input[type="checkbox"] + span::before, .cart-top .cart-items-list .extralicense input[type="checkbox"] + span::after,
      .cart-top .keep-items-list .extralicense input[type="checkbox"] + span::before,
      .cart-top .keep-items-list .extralicense input[type="checkbox"] + span::after {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        content: '';
        box-sizing: border-box; }
      /* line 194, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .extralicense input[type="checkbox"] + span::before,
      .cart-top .keep-items-list .extralicense input[type="checkbox"] + span::before {
        z-index: 0;
        background-color: transparent;
        width: 16px;
        height: 16px;
        border: 1px #14375b solid; }
      /* line 201, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .extralicense input[type="checkbox"] + span::after,
      .cart-top .keep-items-list .extralicense input[type="checkbox"] + span::after {
        z-index: 1;
        margin: 2px 5px;
        width: 6px;
        height: 9px; }
/* line 211, ../../sass/common/_cart.scss */
.cart-top .keeplist-wrap {
  width: 55%;
  margin-top: 50px; }
/* line 215, ../../sass/common/_cart.scss */
.cart-top .btn-shopping-sp {
  display: none; }
/* line 218, ../../sass/common/_cart.scss */
.cart-top .select-box {
  position: relative;
  margin-top: 6px; }
  /* line 221, ../../sass/common/_cart.scss */
  .cart-top .select-box select {
    display: block;
    width: 100%;
    padding: 6px 15px;
    font-size: 13px;
    font-size: 1.3rem;
    background: #fff;
    border: 1px solid #ccc;
    outline: none; }
  /* line 230, ../../sass/common/_cart.scss */
  .cart-top .select-box:before, .cart-top .select-box:after {
    position: absolute;
    z-index: 1;
    content: "";
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid; }
  /* line 239, ../../sass/common/_cart.scss */
  .cart-top .select-box:before {
    top: 11px;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #777 transparent; }
  /* line 244, ../../sass/common/_cart.scss */
  .cart-top .select-box:after {
    bottom: 11px;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #777 transparent transparent transparent; }
/* line 251, ../../sass/common/_cart.scss */
.cart-top .cart-txt {
  margin-top: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: underline;
  letter-spacing: 1px;
  text-align: right; }
/* line 258, ../../sass/common/_cart.scss */
.cart-top .btn-document {
  margin-top: 40px; }
  /* line 260, ../../sass/common/_cart.scss */
  .cart-top .btn-document p {
    font-size: 13px;
    font-size: 1.3rem; }
    /* line 262, ../../sass/common/_cart.scss */
    .cart-top .btn-document p:first-child {
      margin-bottom: 15px;
      color: #1b4067;
      text-align: center; }
    /* line 270, ../../sass/common/_cart.scss */
    .cart-top .btn-document p:last-child {
      margin-top: 15px;
      padding-left: 1em;
      font-size: 13px;
      font-size: 1.3rem;
      color: #ff260f;
      text-indent: -1em; }
  /* line 278, ../../sass/common/_cart.scss */
  .cart-top .btn-document ul {
    font-size: 0;
    letter-spacing: -4rem; }
  /* line 282, ../../sass/common/_cart.scss */
  .cart-top .btn-document li {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    letter-spacing: normal; }
    /* line 287, ../../sass/common/_cart.scss */
    .cart-top .btn-document li:last-child {
      margin-right: 0; }
    /* line 290, ../../sass/common/_cart.scss */
    .cart-top .btn-document li a {
      position: relative;
      display: block;
      width: 100%;
      padding: 12px 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      font-size: 13px;
      font-size: 1.3rem;
      background: #4b4b4b;
      color: #fff;
      text-align: center;
      -o-transition: all .3s;
      -ms-transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s; }
/* line 308, ../../sass/common/_cart.scss */
.cart-top .btn-shopping,
.cart-top .btn-shopping-sp {
  width: 100%;
  margin-top: 20px; }
  /* line 312, ../../sass/common/_cart.scss */
  .cart-top .btn-shopping a,
  .cart-top .btn-shopping-sp a {
    position: relative;
    display: block;
    padding: 10px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #1b4067;
    color: #1b4067;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    letter-spacing: 1px;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s; }
    /* line 329, ../../sass/common/_cart.scss */
    .cart-top .btn-shopping a:hover,
    .cart-top .btn-shopping-sp a:hover {
      opacity: 1;
      color: #fff;
      background: #4b4b4b; }
/* line 338, ../../sass/common/_cart.scss */
.cart-top .cart-empty-block .empty-txt,
.cart-top .keep-empty-block .empty-txt {
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  background: rgba(247, 247, 247, 0.96); }
/* line 344, ../../sass/common/_cart.scss */
.cart-top .empty-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  text-align: center;
  background: rgba(247, 247, 247, 0.96);
  z-index: 10; }
  /* line 355, ../../sass/common/_cart.scss */
  .cart-top .empty-block .empty-txt {
    margin-bottom: 50px;
    font-size: 24px;
    font-size: 2.4rem; }
  /* line 359, ../../sass/common/_cart.scss */
  .cart-top .empty-block .btn-shopping {
    width: 50%;
    margin: 0 auto; }
    /* line 362, ../../sass/common/_cart.scss */
    .cart-top .empty-block .btn-shopping a {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 15px 5px;
      background: #14375b;
      color: #fff; }
      /* line 367, ../../sass/common/_cart.scss */
      .cart-top .empty-block .btn-shopping a:hover {
        opacity: 1;
        background: #0b223a; }
  /* line 373, ../../sass/common/_cart.scss */
  .cart-top .empty-block.active {
    display: block; }
@media screen and (max-width: 960px) {
  /* line 378, ../../sass/common/_cart.scss */
  .cart-top .items-wrap {
    width: 100%;
    margin-right: 0; }
  /* line 382, ../../sass/common/_cart.scss */
  .cart-top .sc-buy-box {
    width: 100%; }
    /* line 384, ../../sass/common/_cart.scss */
    .cart-top .sc-buy-box .buy-box {
      margin-top: 30px; }
      /* line 386, ../../sass/common/_cart.scss */
      .cart-top .sc-buy-box .buy-box .total-price {
        width: 90%;
        margin: 0 auto;
        text-align: right; }
      /* line 391, ../../sass/common/_cart.scss */
      .cart-top .sc-buy-box .buy-box .buy-button-big {
        width: 90%; }
    /* line 395, ../../sass/common/_cart.scss */
    .cart-top .sc-buy-box .btn-shopping {
      display: none; }
  /* line 399, ../../sass/common/_cart.scss */
  .cart-top .btn-document {
    width: 90%;
    margin: 40px auto 0 auto; }
  /* line 403, ../../sass/common/_cart.scss */
  .cart-top .keeplist-wrap {
    width: 100%; }
  /* line 406, ../../sass/common/_cart.scss */
  .cart-top .cart-txt {
    margin: 40px 0; }
  /* line 409, ../../sass/common/_cart.scss */
  .cart-top .btn-shopping-sp {
    display: block;
    width: 80%;
    margin: 0 auto; } }
@media screen and (max-width: 640px) {
  /* line 416, ../../sass/common/_cart.scss */
  .cart-top .cart-ttl {
    font-size: 18px;
    font-size: 1.8rem; }
  /* line 420, ../../sass/common/_cart.scss */
  .cart-top .sc-buy-box .buy-box {
    padding: 20px 13px; }
  /* line 427, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .ttl-tr th:nth-of-type(2),
  .cart-top .keep-items-list .ttl-tr th:nth-of-type(2) {
    display: none; }
  /* line 431, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .img-td,
  .cart-top .keep-items-list .img-td {
    width: 30%;
    float: left; }
    /* line 434, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .img-td a,
    .cart-top .keep-items-list .img-td a {
      width: 80px; }
  /* line 438, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .detail-td,
  .cart-top .keep-items-list .detail-td {
    width: 70%;
    float: left;
    padding-bottom: 15px; }
  /* line 443, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .select-box,
  .cart-top .keep-items-list .select-box {
    margin-top: 10px; }
  /* line 446, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .extralicense,
  .cart-top .keep-items-list .extralicense {
    margin-top: 20px; }
  /* line 449, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .price-td,
  .cart-top .keep-items-list .price-td {
    width: 70%;
    float: right;
    padding: 0 0 20px 0; }
    /* line 453, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .price-td .price-txt,
    .cart-top .keep-items-list .price-td .price-txt {
      margin-bottom: 10px;
      padding: 0; }
      /* line 456, ../../sass/common/_cart.scss */
      .cart-top .cart-items-list .price-td .price-txt span,
      .cart-top .keep-items-list .price-td .price-txt span {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 10px; }
  /* line 463, ../../sass/common/_cart.scss */
  .cart-top .cart-items-list .cart-item-txt,
  .cart-top .keep-items-list .cart-item-txt {
    margin-bottom: 10px;
    text-align: right; }
    /* line 466, ../../sass/common/_cart.scss */
    .cart-top .cart-items-list .cart-item-txt span,
    .cart-top .keep-items-list .cart-item-txt span {
      margin-left: 30px; }
  /* line 471, ../../sass/common/_cart.scss */
  .cart-top .cart-txt {
    letter-spacing: 0; }
  /* line 476, ../../sass/common/_cart.scss */
  .cart-top .cart-empty-block .empty-txt,
  .cart-top .keep-empty-block .empty-txt {
    font-size: 14px;
    font-size: 1.4rem; }
  /* line 481, ../../sass/common/_cart.scss */
  .cart-top .empty-block .empty-txt {
    font-size: 18px;
    font-size: 1.8rem; }
  /* line 484, ../../sass/common/_cart.scss */
  .cart-top .empty-block .btn-shopping {
    width: 90%; }
    /* line 486, ../../sass/common/_cart.scss */
    .cart-top .empty-block .btn-shopping a {
      font-size: 16px;
      font-size: 1.6rem; } }
@media screen and (max-width: 420px) {
  /* line 495, ../../sass/common/_cart.scss */
  .cart-top .btn-document p span {
    display: inline-block; } }
@media screen and (max-width: 320px) {
  /* line 502, ../../sass/common/_cart.scss */
  .cart-top .cart-txt {
    text-align: left; } }

/* line 10, ../../sass/common/_forbeginner.scss */
.forbeginner .pc {
  display: inline; }
/* line 13, ../../sass/common/_forbeginner.scss */
.forbeginner .sp {
  display: none; }
/* line 16, ../../sass/common/_forbeginner.scss */
.forbeginner .nav-sidemenu {
  display: none; }
/* line 19, ../../sass/common/_forbeginner.scss */
.forbeginner .main-contents {
  width: 100%;
  margin-left: 0; }
/* line 24, ../../sass/common/_forbeginner.scss */
.forbeginner .head-block {
  margin-bottom: 70px; }
  /* line 26, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-ttl {
    margin-bottom: 50px;
    font-weight: bold;
    color: #1b4067;
    text-align: center;
    letter-spacing: 1px; }
    /* line 32, ../../sass/common/_forbeginner.scss */
    .forbeginner .head-block .head-ttl h2 {
      font-family: 'Open Sans', sans-serif;
      font-size: 40px;
      font-size: 4rem; }
    /* line 36, ../../sass/common/_forbeginner.scss */
    .forbeginner .head-block .head-ttl p {
      font-size: 20px;
      font-size: 2rem; }
  /* line 41, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-txt .txt-box {
    float: left;
    width: 500px; }
    /* line 45, ../../sass/common/_forbeginner.scss */
    .forbeginner .head-block .head-txt .txt-box p:first-child {
      margin-bottom: 25px;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      color: #008ddf;
      line-height: 1.6; }
      /* line 51, ../../sass/common/_forbeginner.scss */
      .forbeginner .head-block .head-txt .txt-box p:first-child span {
        display: inline-block; }
    /* line 55, ../../sass/common/_forbeginner.scss */
    .forbeginner .head-block .head-txt .txt-box p:last-child {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2; }
  /* line 61, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-txt .img-box {
    float: right;
    width: 550px; }
    /* line 64, ../../sass/common/_forbeginner.scss */
    .forbeginner .head-block .head-txt .img-box img {
      width: 100%;
      height: auto; }
/* line 73, ../../sass/common/_forbeginner.scss */
.forbeginner .detail-block .detail-txt {
  margin-bottom: 70px; }
  /* line 75, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-txt dl {
    width: 540px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden; }
    /* line 80, ../../sass/common/_forbeginner.scss */
    .forbeginner .detail-block .detail-txt dl dt {
      padding: 18px 0;
      font-size: 20px;
      font-size: 2rem;
      color: #fff;
      text-align: center;
      line-height: 1.2;
      background: #008ddf; }
    /* line 88, ../../sass/common/_forbeginner.scss */
    .forbeginner .detail-block .detail-txt dl dd {
      border: 2px solid #ebebeb;
      border-top: none; }
      /* line 91, ../../sass/common/_forbeginner.scss */
      .forbeginner .detail-block .detail-txt dl dd ul {
        padding: 26px 18px 30px 30px; }
        /* line 93, ../../sass/common/_forbeginner.scss */
        .forbeginner .detail-block .detail-txt dl dd ul li {
          position: relative;
          padding-left: 40px;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.6; }
          /* line 98, ../../sass/common/_forbeginner.scss */
          .forbeginner .detail-block .detail-txt dl dd ul li span {
            font-size: 110%;
            font-weight: bold;
            color: #008ddf; }
          /* line 103, ../../sass/common/_forbeginner.scss */
          .forbeginner .detail-block .detail-txt dl dd ul li:before, .forbeginner .detail-block .detail-txt dl dd ul li:after {
            position: absolute;
            content: ""; }
          /* line 107, ../../sass/common/_forbeginner.scss */
          .forbeginner .detail-block .detail-txt dl dd ul li:before {
            top: 3px;
            left: 0;
            width: 17px;
            height: 17px;
            border: 2px solid #dfdfdf; }
          /* line 114, ../../sass/common/_forbeginner.scss */
          .forbeginner .detail-block .detail-txt dl dd ul li:after {
            top: -2px;
            left: 5px;
            width: 9px;
            height: 16px;
            -ms-transform: rotate(40deg);
            -o-transform: rotate(40deg);
            -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
            border-right: 3px solid #008ddf;
            border-bottom: 3px solid #008ddf; }
          /* line 126, ../../sass/common/_forbeginner.scss */
          .forbeginner .detail-block .detail-txt dl dd ul li:not(:last-child) {
            margin-bottom: 12px; }
    /* line 132, ../../sass/common/_forbeginner.scss */
    .forbeginner .detail-block .detail-txt dl:last-child {
      float: right; }
/* line 138, ../../sass/common/_forbeginner.scss */
.forbeginner .detail-block .detail-img p {
  text-align: center; }
/* line 141, ../../sass/common/_forbeginner.scss */
.forbeginner .detail-block .detail-img .btn {
  margin-top: 60px; }
  /* line 143, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-img .btn a {
    display: inline-block;
    padding: 20px 130px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    background: #1b4067;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s; }
    /* line 153, ../../sass/common/_forbeginner.scss */
    .forbeginner .detail-block .detail-img .btn a:hover {
      opacity: 1;
      background: #008ddf; }
/* line 163, ../../sass/common/_forbeginner.scss */
.forbeginner .info-block .item-ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
/* line 173, ../../sass/common/_forbeginner.scss */
.forbeginner .new-block .wrap {
  display: block; }
@media screen and (max-width: 1120px) {
  /* line 182, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-txt .txt-box {
    width: 48%; }
    /* line 185, ../../sass/common/_forbeginner.scss */
    .forbeginner .head-block .head-txt .txt-box p:first-child {
      font-size: 26px;
      font-size: 2.6rem; }
    /* line 188, ../../sass/common/_forbeginner.scss */
    .forbeginner .head-block .head-txt .txt-box p:last-child {
      font-size: 15px;
      font-size: 1.5rem; }
  /* line 193, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-txt .img-box {
    width: 48%; }
  /* line 201, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-txt dl {
    width: 48%; } }
@media screen and (max-width: 960px) {
  /* line 213, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-txt dl dd ul {
    padding: 24px 20px; }
    /* line 215, ../../sass/common/_forbeginner.scss */
    .forbeginner .detail-block .detail-txt dl dd ul li {
      padding-left: 34px; } }
@media screen and (min-width: 768px) {
  /* line 227, ../../sass/common/_forbeginner.scss */
  .forbeginner .info-block .item-box02 .item {
    width: 48.2%;
    margin-right: 3.6%; }
    /* line 230, ../../sass/common/_forbeginner.scss */
    .forbeginner .info-block .item-box02 .item:last-child {
      margin-right: 0; }
  /* line 235, ../../sass/common/_forbeginner.scss */
  .forbeginner .info-block .left-box {
    float: left;
    width: 49.1%; }
  /* line 239, ../../sass/common/_forbeginner.scss */
  .forbeginner .info-block .right-box {
    float: right;
    width: 49.1%; } }
@media screen and (max-width: 768px) {
  /* line 246, ../../sass/common/_forbeginner.scss */
  .forbeginner .nav-sidemenu {
    display: block; } }
@media screen and (max-width: 767px) {
  /* line 253, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-ttl h2 {
    font-size: 38px;
    font-size: 3.8rem; }
  /* line 256, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-ttl p {
    font-size: 18px;
    font-size: 1.8rem; }
  /* line 263, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-txt .txt-box p:first-child {
    font-size: 22px;
    font-size: 2.2rem; }
  /* line 266, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-txt .txt-box p:last-child {
    font-size: 14px;
    font-size: 1.4rem; }
  /* line 276, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-txt dl {
    width: 100%;
    float: none; }
    /* line 279, ../../sass/common/_forbeginner.scss */
    .forbeginner .detail-block .detail-txt dl dt {
      padding: 14px 0;
      font-size: 16px;
      font-size: 1.6rem; }
    /* line 285, ../../sass/common/_forbeginner.scss */
    .forbeginner .detail-block .detail-txt dl dd ul li {
      font-size: 14px;
      font-size: 1.4rem; }
    /* line 290, ../../sass/common/_forbeginner.scss */
    .forbeginner .detail-block .detail-txt dl:last-child {
      float: none;
      margin-top: 20px; }
  /* line 298, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-img .btn a {
    padding: 16px 100px;
    font-size: 16px;
    font-size: 1.6rem; }
  /* line 306, ../../sass/common/_forbeginner.scss */
  .forbeginner .info-block {
    margin-top: 100px; } }
@media screen and (max-width: 640px) {
  /* line 311, ../../sass/common/_forbeginner.scss */
  .forbeginner .main-contents {
    margin-top: 1em; }
  /* line 314, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block {
    margin-bottom: 60px; }
    /* line 317, ../../sass/common/_forbeginner.scss */
    .forbeginner .head-block .head-txt .txt-box {
      float: none;
      width: 100%; }
    /* line 321, ../../sass/common/_forbeginner.scss */
    .forbeginner .head-block .head-txt .img-box {
      float: none;
      width: 100%;
      margin-top: 4%;
      text-align: center; }
      /* line 326, ../../sass/common/_forbeginner.scss */
      .forbeginner .head-block .head-txt .img-box img {
        width: 60%; }
  /* line 337, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-txt dl dd ul {
    padding: 6% 5%; }
    /* line 339, ../../sass/common/_forbeginner.scss */
    .forbeginner .detail-block .detail-txt dl dd ul li {
      padding-left: 26px; }
  /* line 348, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-img .btn a {
    padding: 14px 80px;
    font-size: 15px;
    font-size: 1.5rem; } }
@media screen and (max-width: 480px) {
  /* line 357, ../../sass/common/_forbeginner.scss */
  .forbeginner .pc {
    display: none; }
  /* line 360, ../../sass/common/_forbeginner.scss */
  .forbeginner .sp {
    display: inline; }
  /* line 366, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-ttl h2 {
    font-size: 9vw; }
  /* line 369, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-ttl p {
    font-size: 4vw; }
  /* line 376, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-txt .txt-box p:first-child {
    margin-bottom: 20px;
    font-size: 5.5vw; }
  /* line 383, ../../sass/common/_forbeginner.scss */
  .forbeginner .head-block .head-txt .img-box img {
    width: 80%; }
  /* line 391, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-txt {
    margin-bottom: 40px; }
  /* line 395, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-img .btn {
    margin-top: 50px; } }
@media screen and (max-width: 320px) {
  /* line 405, ../../sass/common/_forbeginner.scss */
  .forbeginner .detail-block .detail-img .btn a {
    padding: 12px 70px;
    font-size: 14px;
    font-size: 1.4rem; } }

/* line 5, ../../sass/common/_error.scss */
.error404 {
  /* keyword */ }
  /* line 6, ../../sass/common/_error.scss */
  .error404 .pc {
    display: inline; }
  /* line 9, ../../sass/common/_error.scss */
  .error404 .sp {
    display: none; }
  /* line 12, ../../sass/common/_error.scss */
  .error404 .nav-sidemenu {
    display: none; }
  /* line 16, ../../sass/common/_error.scss */
  .error404 .main-block .main-contents {
    margin: auto; }
  /* line 21, ../../sass/common/_error.scss */
  .error404 .head-block {
    margin-bottom: 60px;
    text-align: center; }
    /* line 24, ../../sass/common/_error.scss */
    .error404 .head-block .head-img {
      margin-bottom: 50px; }
    /* line 27, ../../sass/common/_error.scss */
    .error404 .head-block .head-ttl {
      margin-bottom: 35px;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: bold;
      color: #1b4067;
      letter-spacing: 2px; }
      /* line 33, ../../sass/common/_error.scss */
      .error404 .head-block .head-ttl span {
        display: inline-block; }
    /* line 37, ../../sass/common/_error.scss */
    .error404 .head-block .head-txt {
      line-height: 2; }
      /* line 39, ../../sass/common/_error.scss */
      .error404 .head-block .head-txt span {
        display: inline-block; }
  /* line 46, ../../sass/common/_error.scss */
  .error404 .search-block {
    margin-bottom: 70px;
    padding: 30px;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #f5f7f7; }
    /* line 53, ../../sass/common/_error.scss */
    .error404 .search-block .keyword-search form {
      height: 75px; }
    /* line 56, ../../sass/common/_error.scss */
    .error404 .search-block .keyword-search .select-box {
      width: 21.96078%;
      height: 75px; }
      /* line 59, ../../sass/common/_error.scss */
      .error404 .search-block .keyword-search .select-box .select-txt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 73px; }
        /* line 70, ../../sass/common/_error.scss */
        .error404 .search-block .keyword-search .select-box .select-txt svg {
          position: absolute;
          left: 23px;
          fill: #b5b5b5; }
          /* line 74, ../../sass/common/_error.scss */
          .error404 .search-block .keyword-search .select-box .select-txt svg.icon-photo {
            top: 25px; }
          /* line 77, ../../sass/common/_error.scss */
          .error404 .search-block .keyword-search .select-box .select-txt svg.icon-movie {
            top: 23px; }
          /* line 80, ../../sass/common/_error.scss */
          .error404 .search-block .keyword-search .select-box .select-txt svg.icon-all {
            top: 27px; }
        /* line 84, ../../sass/common/_error.scss */
        .error404 .search-block .keyword-search .select-box .select-txt:after {
          top: 32px;
          right: 15px; }
      /* line 91, ../../sass/common/_error.scss */
      .error404 .search-block .keyword-search .select-box .select-list ul li {
        height: 74px;
        line-height: 72px; }
        @media all and (-ms-high-contrast: none) {
          /* line 91, ../../sass/common/_error.scss */
          .error404 .search-block .keyword-search .select-box .select-list ul li {
            line-height: 73px; } }
        /* line 98, ../../sass/common/_error.scss */
        .error404 .search-block .keyword-search .select-box .select-list ul li.active:after {
          top: 31px;
          right: 14px; }
      /* line 105, ../../sass/common/_error.scss */
      .error404 .search-block .keyword-search .select-box .select-list svg {
        position: absolute;
        left: 22px;
        fill: #b5b5b5; }
        /* line 109, ../../sass/common/_error.scss */
        .error404 .search-block .keyword-search .select-box .select-list svg.icon-photo {
          top: 24px; }
        /* line 112, ../../sass/common/_error.scss */
        .error404 .search-block .keyword-search .select-box .select-list svg.icon-movie {
          top: 22px; }
        /* line 115, ../../sass/common/_error.scss */
        .error404 .search-block .keyword-search .select-box .select-list svg.icon-all {
          top: 26px; }
    /* line 121, ../../sass/common/_error.scss */
    .error404 .search-block .keyword-search .input-box {
      width: 78.03922%;
      border-top: 1px solid #c7cacc;
      border-right: 1px solid #c7cacc;
      border-bottom: 1px solid #c7cacc;
      border-radius: 0 3px 3px 0;
      height: 75px;
      background: #feffff; }
      /* line 129, ../../sass/common/_error.scss */
      .error404 .search-block .keyword-search .input-box input[type="text"] {
        height: 65px;
        padding: 20px 0; }
  /* line 139, ../../sass/common/_error.scss */
  .error404 .list-block .list-box {
    width: 31.63636%;
    float: left;
    border: 2px solid #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background: #f5f7f7; }
    /* line 148, ../../sass/common/_error.scss */
    .error404 .list-block .list-box dt {
      display: table;
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse; }
      /* line 153, ../../sass/common/_error.scss */
      .error404 .list-block .list-box dt span {
        display: table-cell;
        padding: 15px 10px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #14375b;
        text-align: center;
        line-height: 1.4;
        vertical-align: middle; }
        /* line 162, ../../sass/common/_error.scss */
        .error404 .list-block .list-box dt span b {
          display: inline-block; }
    /* line 167, ../../sass/common/_error.scss */
    .error404 .list-block .list-box dd {
      background: #fff; }
      /* line 170, ../../sass/common/_error.scss */
      .error404 .list-block .list-box dd li svg {
        fill: #008DDf; }
      /* line 173, ../../sass/common/_error.scss */
      .error404 .list-block .list-box dd li a {
        display: block;
        padding: 14px 14px 14px 20px;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s; }
        /* line 179, ../../sass/common/_error.scss */
        .error404 .list-block .list-box dd li a span {
          position: relative;
          padding-left: 34px; }
          /* line 182, ../../sass/common/_error.scss */
          .error404 .list-block .list-box dd li a span img {
            position: absolute;
            top: 50%;
            left: 0; }
      /* line 190, ../../sass/common/_error.scss */
      .error404 .list-block .list-box dd li:hover a {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #008ddf; }
      /* line 195, ../../sass/common/_error.scss */
      .error404 .list-block .list-box dd li:not(:last-child) {
        border-bottom: 1px solid #efefef; }
    /* line 200, ../../sass/common/_error.scss */
    .error404 .list-block .list-box:not(:last-child) {
      margin-right: 2.54545%; }
  /* line 210, ../../sass/common/_error.scss */
  .error404 .list-block .list01 dd li:first-child a span img {
    margin-top: -7px; }
  /* line 219, ../../sass/common/_error.scss */
  .error404 .list-block .list01 dd li:nth-child(2) a span img {
    margin-top: -7px; }
  /* line 228, ../../sass/common/_error.scss */
  .error404 .list-block .list01 dd li:nth-child(3) a span img {
    margin-top: -7px; }
  /* line 237, ../../sass/common/_error.scss */
  .error404 .list-block .list01 dd li:last-child a span img {
    margin-top: -6.5px; }
  /* line 248, ../../sass/common/_error.scss */
  .error404 .list-block .list02 dd li {
    /*          &:nth-child(2) {
                a {
                  span {
                    &:before {
                      width: 16px;
                      height: 13px;
                      background: url(/static/images/icon06.png) center no-repeat;
                      background-size: contain;
                    }
                  }
                }
              }*/
    /*          &:last-child {
                a {
                  span {
                    &:before {
                      width: 17px;
                      height: 18px;
                      background: url(/static/images/icon08.png) center no-repeat;
                      background-size: contain;
                    }
                  }
                }
              }*/ }
    /* line 250, ../../sass/common/_error.scss */
    .error404 .list-block .list02 dd li a span {
      padding-left: 40px; }
    /* line 257, ../../sass/common/_error.scss */
    .error404 .list-block .list02 dd li:first-child a span img {
      margin-top: -7px; }
    /* line 278, ../../sass/common/_error.scss */
    .error404 .list-block .list02 dd li:last-child a span img {
      margin-top: -7.5px; }
  /* line 301, ../../sass/common/_error.scss */
  .error404 .list-block .list03 dd li {
    /*          &:last-child {
                a {
                  span {
                    &:before {
                      width: 14px;
                      height: 15px;
                      background: url(/static/images/icon12.png) center no-repeat;
                      background-size: contain;
                    }
                  }
                }
              }*/ }
    /* line 305, ../../sass/common/_error.scss */
    .error404 .list-block .list03 dd li:first-child a span img {
      margin-top: -7px; }
    /* line 314, ../../sass/common/_error.scss */
    .error404 .list-block .list03 dd li:nth-child(2) a span img {
      margin-top: -8.5px; }
    /* line 323, ../../sass/common/_error.scss */
    .error404 .list-block .list03 dd li:nth-child(3) a span img {
      margin-top: -7.5px; }
  @media screen and (max-width: 1150px) {
    /* line 348, ../../sass/common/_error.scss */
    .error404 .main-block .main-contents {
      width: 90%; } }
  @media screen and (max-width: 960px) {
    /* line 355, ../../sass/common/_error.scss */
    .error404 .main-block .main-contents {
      width: 100%; }
    /* line 362, ../../sass/common/_error.scss */
    .error404 .search-block .keyword-search .select-box {
      width: 28.96552%; }
      /* line 366, ../../sass/common/_error.scss */
      .error404 .search-block .keyword-search .select-box .select-txt svg,
      .error404 .search-block .keyword-search .select-box .select-list svg {
        display: none; }
    /* line 371, ../../sass/common/_error.scss */
    .error404 .search-block .keyword-search .input-box {
      width: 71.03448%;
      padding: 5px 40px 5px 20px; }
    /* line 379, ../../sass/common/_error.scss */
    .error404 .list-block .list-box {
      width: 31.3%; }
      /* line 381, ../../sass/common/_error.scss */
      .error404 .list-block .list-box:not(:last-child) {
        margin-right: 3%; } }
  @media screen and (max-width: 767px) {
    /* line 392, ../../sass/common/_error.scss */
    .error404 .search-block .keyword-search .select-box .select-txt svg {
      display: none; } }
  @media screen and (max-width: 640px) {
    /* line 399, ../../sass/common/_error.scss */
    .error404 .head-block {
      margin-bottom: 50px; }
      /* line 401, ../../sass/common/_error.scss */
      .error404 .head-block .head-img {
        margin-bottom: 40px; }
      /* line 404, ../../sass/common/_error.scss */
      .error404 .head-block .head-ttl {
        font-size: 22px;
        font-size: 2.2rem; }
    /* line 410, ../../sass/common/_error.scss */
    .error404 .list-block .list-box {
      display: block;
      width: 100%;
      float: none; }
      /* line 414, ../../sass/common/_error.scss */
      .error404 .list-block .list-box dt {
        display: block;
        width: 100%; }
        /* line 417, ../../sass/common/_error.scss */
        .error404 .list-block .list-box dt span {
          display: block; }
          /* line 419, ../../sass/common/_error.scss */
          .error404 .list-block .list-box dt span br {
            display: none; }
      /* line 426, ../../sass/common/_error.scss */
      .error404 .list-block .list-box dd li a {
        display: block;
        padding: 12px 12px 12px 20px; }
      /* line 432, ../../sass/common/_error.scss */
      .error404 .list-block .list-box:not(:last-child) {
        margin: 0 0 20px; } }
  @media screen and (max-width: 480px) {
    /* line 439, ../../sass/common/_error.scss */
    .error404 .pc {
      display: none; }
    /* line 442, ../../sass/common/_error.scss */
    .error404 .sp {
      display: inline; }
    /* line 446, ../../sass/common/_error.scss */
    .error404 .search-block {
      padding: 0;
      background: none;
      border: none; }
      /* line 451, ../../sass/common/_error.scss */
      .error404 .search-block .keyword-search form {
        height: 65px; }
      /* line 454, ../../sass/common/_error.scss */
      .error404 .search-block .keyword-search .select-box {
        width: 30%;
        height: 65px; }
        /* line 457, ../../sass/common/_error.scss */
        .error404 .search-block .keyword-search .select-box .select-txt {
          line-height: 63px; }
          /* line 459, ../../sass/common/_error.scss */
          .error404 .search-block .keyword-search .select-box .select-txt:after {
            top: 27px;
            right: 10px; }
        /* line 464, ../../sass/common/_error.scss */
        .error404 .search-block .keyword-search .select-box .select-list ul li {
          height: 63px;
          line-height: 63px; }
          /* line 467, ../../sass/common/_error.scss */
          .error404 .search-block .keyword-search .select-box .select-list ul li.active:after {
            top: 26px;
            right: 9px; }
      /* line 473, ../../sass/common/_error.scss */
      .error404 .search-block .keyword-search .input-box {
        width: 70%;
        height: 65px; }
        /* line 476, ../../sass/common/_error.scss */
        .error404 .search-block .keyword-search .input-box input[type="text"] {
          height: 53px; } }

/* =====================
  top page
===================== */
/* line 14, ../../sass/common/_faq.scss */
.faq {
  /* search */
  /* tab */
  /*  main-contents
  ------------------------*/
  /* cont */
  /* side */
  /* contact */ }
  /* line 15, ../../sass/common/_faq.scss */
  .faq .mt20 {
    margin-top: 20px; }
  /* line 19, ../../sass/common/_faq.scss */
  .faq .head-block {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
    /* line 23, ../../sass/common/_faq.scss */
    .faq .head-block h2 {
      margin-bottom: 30px;
      font-size: 28px;
      font-size: 2.8rem;
      color: #1b4067; }
    /* line 28, ../../sass/common/_faq.scss */
    .faq .head-block span {
      display: inline-block; }
  /* line 34, ../../sass/common/_faq.scss */
  .faq .search-block {
    width: 100%;
    margin-bottom: 50px; }
    /* line 37, ../../sass/common/_faq.scss */
    .faq .search-block .keyword-search {
      width: 73.66071%;
      margin: auto;
      padding: 2.67857%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background: #f5f7f7;
      border: 1px solid #efefef; }
      /* line 44, ../../sass/common/_faq.scss */
      .faq .search-block .keyword-search form {
        height: 75px; }
      /* line 47, ../../sass/common/_faq.scss */
      .faq .search-block .keyword-search .input-box {
        width: 100%;
        height: 75px;
        border: 1px solid #c7cacc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        background: #feffff; }
        /* line 53, ../../sass/common/_faq.scss */
        .faq .search-block .keyword-search .input-box input[type="text"] {
          height: 65px;
          padding: 20px 0; }
        /* line 57, ../../sass/common/_faq.scss */
        .faq .search-block .keyword-search .input-box input[type="image"] {
          right: 30px; }
  /* line 65, ../../sass/common/_faq.scss */
  .faq .tab-block {
    width: 100%;
    margin-bottom: 80px; }
    /* line 68, ../../sass/common/_faq.scss */
    .faq .tab-block ul {
      letter-spacing: -.4em; }
      /* line 70, ../../sass/common/_faq.scss */
      .faq .tab-block ul li {
        position: relative;
        display: inline-table;
        width: 360px;
        vertical-align: top;
        letter-spacing: normal;
        cursor: pointer; }
        /* line 77, ../../sass/common/_faq.scss */
        .faq .tab-block ul li p {
          display: table-cell;
          height: 69px;
          padding: 10px 0;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold;
          color: #1b4067;
          text-align: center;
          vertical-align: middle;
          line-height: 1.6;
          border: 2px solid #1b4067;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px;
          -ms-transition: all .3s;
          -webkit-transition: all .3s;
          transition: all .3s; }
          /* line 90, ../../sass/common/_faq.scss */
          .faq .tab-block ul li p b {
            position: absolute;
            top: 50%;
            left: 20px;
            width: 20px;
            height: 20px;
            padding-right: 3px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            vertical-align: middle;
            background: #1b4067;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            /* line 102, ../../sass/common/_faq.scss */
            .faq .tab-block ul li p b:after {
              display: inline-block;
              content: "";
              width: 7px;
              height: 7px;
              margin-top: -7px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              -ms-transition: all .3s;
              -webkit-transition: all .3s;
              transition: all .3s;
              transition-timing-function: ease-in-out; }
          /* line 116, ../../sass/common/_faq.scss */
          .faq .tab-block ul li p span {
            display: block;
            font-size: 80%; }
        /* line 121, ../../sass/common/_faq.scss */
        .faq .tab-block ul li:not(:last-child) {
          margin-right: 20px; }
        /* line 125, ../../sass/common/_faq.scss */
        .faq .tab-block ul li:hover p, .faq .tab-block ul li.active p {
          color: #fff;
          background: #1b4067;
          opacity: 1;
          filter: alpha(opacity=100); }
          /* line 129, ../../sass/common/_faq.scss */
          .faq .tab-block ul li:hover p b, .faq .tab-block ul li.active p b {
            background: #fff;
            padding-right: 1px; }
            /* line 132, ../../sass/common/_faq.scss */
            .faq .tab-block ul li:hover p b:before, .faq .tab-block ul li.active p b:before {
              background: #fff; }
            /* line 135, ../../sass/common/_faq.scss */
            .faq .tab-block ul li:hover p b:after, .faq .tab-block ul li.active p b:after {
              margin-top: -10px;
              border-color: #1b4067;
              -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
  /* line 150, ../../sass/common/_faq.scss */
  .faq .main-contents {
    width: 66.51786%;
    margin-right: 4.91071%;
    margin-left: 0; }
  /* line 157, ../../sass/common/_faq.scss */
  .faq .tab-cont {
    display: none; }
    /* line 160, ../../sass/common/_faq.scss */
    .faq .tab-cont .faq-box li a,
    .faq .tab-cont .faq-box dt, .faq .tab-cont .faq-box dd {
      position: relative;
      padding: 15px 15px 15px 60px; }
      /* line 164, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box li a span,
      .faq .tab-cont .faq-box dt span, .faq .tab-cont .faq-box dd span {
        position: absolute;
        display: inline-block;
        top: 18px;
        left: 0;
        width: 36px;
        height: 36px;
        padding-top: 7px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem;
        color: #008ddf;
        text-align: center;
        line-height: 1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #008ddf; }
    /* line 183, ../../sass/common/_faq.scss */
    .faq .tab-cont .faq-box .faq-list .faq-tl {
      padding-bottom: 15px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      color: #008ddf;
      border-bottom: 1px solid #efefef; }
    /* line 191, ../../sass/common/_faq.scss */
    .faq .tab-cont .faq-box .faq-list li a {
      display: block;
      padding: 15px 15px 15px 60px;
      border-bottom: 1px solid #efefef; }
      /* line 195, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box .faq-list li a span {
        top: 14px !important;
        left: 10px !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important; }
      /* line 202, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box .faq-list li a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #008ddf; }
    /* line 208, ../../sass/common/_faq.scss */
    .faq .tab-cont .faq-box .faq-list:not(:first-child) {
      margin-top: 54px; }
    /* line 213, ../../sass/common/_faq.scss */
    .faq .tab-cont .faq-box dl:not(:first-child) {
      margin-top: 20px; }
    /* line 216, ../../sass/common/_faq.scss */
    .faq .tab-cont .faq-box dt {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      color: #008ddf;
      border-bottom: 1px solid #efefef; }
    /* line 223, ../../sass/common/_faq.scss */
    .faq .tab-cont .faq-box dd span {
      color: #fff;
      background: #008ddf; }
    /* line 228, ../../sass/common/_faq.scss */
    .faq .tab-cont .faq-box dd .link a {
      position: relative;
      padding-left: 1.2em;
      color: #008ddf; }
      /* line 232, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box dd .link a:before {
        position: absolute;
        display: block;
        content: "";
        top: 1px;
        left: 0;
        bottom: 0;
        width: 8px;
        height: 8px;
        margin: auto;
        border-right: 2px solid #008ddf;
        border-bottom: 2px solid #008ddf;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    /* line 252, ../../sass/common/_faq.scss */
    .faq .tab-cont .top-btn {
      margin-top: 100px;
      text-align: center; }
      /* line 255, ../../sass/common/_faq.scss */
      .faq .tab-cont .top-btn a {
        position: relative;
        padding: 14px 66px 14px;
        display: inline-block;
        font-weight: bold;
        color: #1b4067;
        background: #f5f7f7;
        border: 2px solid #efefef;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s; }
        /* line 265, ../../sass/common/_faq.scss */
        .faq .tab-cont .top-btn a:before {
          position: absolute;
          display: block;
          content: "";
          top: 1px;
          left: 20px;
          bottom: 0;
          width: 8px;
          height: 8px;
          margin: auto;
          border-left: 2px solid #1b4067;
          border-bottom: 2px solid #1b4067;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(45deg);
          -ms-transition: all .3s;
          -webkit-transition: all .3s;
          transition: all .3s; }
        /* line 282, ../../sass/common/_faq.scss */
        .faq .tab-cont .top-btn a:hover {
          color: #fff;
          opacity: 1;
          filter: alpha(opacity=100);
          border-color: #1b4067;
          background: #1b4067; }
          /* line 287, ../../sass/common/_faq.scss */
          .faq .tab-cont .top-btn a:hover:before {
            border-color: #fff; }
  /* line 296, ../../sass/common/_faq.scss */
  .faq .faq-side {
    width: 28.57143%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #efefef; }
    /* line 300, ../../sass/common/_faq.scss */
    .faq .faq-side p {
      padding: 15px 0;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      color: #1b4067;
      background: #f5f7f7; }
    /* line 309, ../../sass/common/_faq.scss */
    .faq .faq-side li a {
      position: relative;
      display: block;
      padding: 14px 66px 14px 20px;
      line-height: 1.6; }
      /* line 314, ../../sass/common/_faq.scss */
      .faq .faq-side li a:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 20px;
        width: 9px;
        height: 9px;
        margin-top: -4.5px;
        border-top: 2px solid #008ddf;
        border-right: 2px solid #008ddf;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 327, ../../sass/common/_faq.scss */
      .faq .faq-side li a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #008ddf; }
    /* line 332, ../../sass/common/_faq.scss */
    .faq .faq-side li:not(:last-child) {
      border-bottom: 1px solid #efefef; }
  /* line 339, ../../sass/common/_faq.scss */
  .faq .contact-block {
    width: 100%;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 3px solid #f5f7f7;
    text-align: center; }
    /* line 345, ../../sass/common/_faq.scss */
    .faq .contact-block .contact-txt {
      margin-bottom: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      color: #008ddf; }
      /* line 350, ../../sass/common/_faq.scss */
      .faq .contact-block .contact-txt span {
        display: inline-block; }
    /* line 355, ../../sass/common/_faq.scss */
    .faq .contact-block .contact-btn a {
      display: inline-block;
      padding: 20px 85px;
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      background: #008ddf;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      -ms-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s; }
      /* line 363, ../../sass/common/_faq.scss */
      .faq .contact-block .contact-btn a:hover {
        background: #1b4067;
        opacity: 1;
        filter: alpha(opacity=100); }
  @media screen and (max-width: 1120px) {
    /* line 375, ../../sass/common/_faq.scss */
    .faq .tab-block ul li {
      width: 31.3%; }
      /* line 377, ../../sass/common/_faq.scss */
      .faq .tab-block ul li:not(:last-child) {
        margin-right: 3%; } }
  @media screen and (max-width: 960px) {
    /* line 389, ../../sass/common/_faq.scss */
    .faq .tab-block ul li p {
      font-size: 14px;
      font-size: 1.4rem; }
      /* line 392, ../../sass/common/_faq.scss */
      .faq .tab-block ul li p b:after {
        margin-top: -4px; }
      /* line 398, ../../sass/common/_faq.scss */
      .faq .tab-block ul li p:hover b:after, .faq .tab-block ul li p.active b:after {
        margin-top: -8px; } }
  @media screen and (max-width: 900px) {
    /* line 14, ../../sass/common/_faq.scss */
    .faq {
      /*  main-contents
      ------------------------*/ }
      /* line 412, ../../sass/common/_faq.scss */
      .faq .main-contents {
        width: 100%;
        margin-top: 0;
        margin-right: 0; }
      /* line 418, ../../sass/common/_faq.scss */
      .faq .faq-side {
        width: 100%;
        margin-top: 80px; }
        /* line 422, ../../sass/common/_faq.scss */
        .faq .faq-side li a {
          padding-right: 50px; } }
  @media screen and (max-width: 768px) {
    /* line 14, ../../sass/common/_faq.scss */
    .faq {
      /*  main-contents
      ------------------------*/ }
      /* line 431, ../../sass/common/_faq.scss */
      .faq .search-block .keyword-search {
        width: 80%; }
      /* line 436, ../../sass/common/_faq.scss */
      .faq .tab-block {
        margin-bottom: 50px; }
      /* line 446, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box li a span,
      .faq .tab-cont .faq-box dt span, .faq .tab-cont .faq-box dd span {
        top: 18px;
        width: 32px;
        height: 32px;
        font-size: 16px;
        font-size: 1.6rem; }
      /* line 455, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box .faq-list .faq-tl {
        font-size: 20px;
        font-size: 2rem; }
      /* line 459, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box .faq-list li a {
        padding-left: 55px; }
      /* line 463, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box .faq-list:not(:first-child) {
        margin-top: 50px; }
      /* line 468, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box dt, .faq .tab-cont .faq-box dd {
        padding-left: 50px; }
      /* line 471, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box dt {
        font-size: 20px;
        font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    /* line 482, ../../sass/common/_faq.scss */
    .faq .tab-block ul li {
      width: 48%;
      margin: 0 4% 4% 0; }
      /* line 485, ../../sass/common/_faq.scss */
      .faq .tab-block ul li:nth-child(even) {
        margin-right: 0; }
      /* line 488, ../../sass/common/_faq.scss */
      .faq .tab-block ul li:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 640px) {
    /* line 14, ../../sass/common/_faq.scss */
    .faq {
      /*  main-contents
      ------------------------*/ }
      /* line 499, ../../sass/common/_faq.scss */
      .faq .head-block h2 {
        margin-bottom: 20px;
        font-size: 26px;
        font-size: 2.6rem; }
      /* line 506, ../../sass/common/_faq.scss */
      .faq .search-block .keyword-search {
        width: 100%;
        padding: 3%; }
        /* line 509, ../../sass/common/_faq.scss */
        .faq .search-block .keyword-search form {
          height: 65px; }
        /* line 512, ../../sass/common/_faq.scss */
        .faq .search-block .keyword-search .input-box {
          height: 65px;
          padding: 5px 20px; }
          /* line 515, ../../sass/common/_faq.scss */
          .faq .search-block .keyword-search .input-box input[type="text"] {
            height: 53px; }
          /* line 518, ../../sass/common/_faq.scss */
          .faq .search-block .keyword-search .input-box input[type="image"] {
            right: 10px; }
      /* line 525, ../../sass/common/_faq.scss */
      .faq .tab-block {
        margin-bottom: 40px; }
        /* line 528, ../../sass/common/_faq.scss */
        .faq .tab-block ul li {
          width: 100%;
          margin: 0 0 5%; }
          /* line 531, ../../sass/common/_faq.scss */
          .faq .tab-block ul li p {
            height: 65px;
            padding: 9px 0 7px;
            font-size: 15px;
            font-size: 1.5rem; }
            /* line 535, ../../sass/common/_faq.scss */
            .faq .tab-block ul li p b {
              padding-right: 1px; }
              /* line 537, ../../sass/common/_faq.scss */
              .faq .tab-block ul li p b:after {
                margin-top: -10px;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
            /* line 543, ../../sass/common/_faq.scss */
            .faq .tab-block ul li p span {
              font-size: 90%; }
          /* line 547, ../../sass/common/_faq.scss */
          .faq .tab-block ul li:nth-child(even) {
            margin-right: 0; }
          /* line 552, ../../sass/common/_faq.scss */
          .faq .tab-block ul li.active:hover p {
            color: #fff;
            background: #1b4067; }
            /* line 555, ../../sass/common/_faq.scss */
            .faq .tab-block ul li.active:hover p b {
              background: #fff; }
              /* line 557, ../../sass/common/_faq.scss */
              .faq .tab-block ul li.active:hover p b:before {
                background: #1b4067; }
              /* line 560, ../../sass/common/_faq.scss */
              .faq .tab-block ul li.active:hover p b:after {
                border-color: #1b4067; }
          /* line 568, ../../sass/common/_faq.scss */
          .faq .tab-block ul li:hover p {
            color: #1b4067;
            background: #fff; }
            /* line 571, ../../sass/common/_faq.scss */
            .faq .tab-block ul li:hover p b {
              background: #1b4067; }
              /* line 573, ../../sass/common/_faq.scss */
              .faq .tab-block ul li:hover p b:before {
                background: #fff; }
              /* line 576, ../../sass/common/_faq.scss */
              .faq .tab-block ul li:hover p b:after {
                margin-top: -10px;
                border-color: #fff; }
      /* line 589, ../../sass/common/_faq.scss */
      .faq .main-contents {
        width: 100%;
        margin: -20px 0 0;
        padding-top: 20px; }
      /* line 599, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box li a span,
      .faq .tab-cont .faq-box dt span, .faq .tab-cont .faq-box dd span {
        top: 15px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        font-size: 1.4rem; }
      /* line 608, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box .faq-list .faq-tl {
        font-size: 20px;
        font-size: 2rem; }
      /* line 612, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box .faq-list li a {
        padding-left: 50px; }
        /* line 614, ../../sass/common/_faq.scss */
        .faq .tab-cont .faq-box .faq-list li a span {
          top: 13px !important; }
      /* line 619, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box .faq-list:not(:first-child) {
        margin-top: 40px; }
      /* line 624, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box dt, .faq .tab-cont .faq-box dd {
        padding-left: 40px; }
      /* line 627, ../../sass/common/_faq.scss */
      .faq .tab-cont .faq-box dt {
        font-size: 17px;
        font-size: 1.7rem; }
      /* line 631, ../../sass/common/_faq.scss */
      .faq .tab-cont .top-btn {
        margin-top: 50px; }
        /* line 633, ../../sass/common/_faq.scss */
        .faq .tab-cont .top-btn a {
          padding: 14px 50px 14px; }
      /* line 639, ../../sass/common/_faq.scss */
      .faq .contact-block {
        margin-top: 70px; }
        /* line 641, ../../sass/common/_faq.scss */
        .faq .contact-block .contact-txt {
          font-size: 14px;
          font-size: 1.4rem; }
        /* line 645, ../../sass/common/_faq.scss */
        .faq .contact-block .contact-btn a {
          padding: 15px 40px;
          font-size: 15px;
          font-size: 1.5rem; } }
  @media screen and (max-width: 320px) {
    /* line 657, ../../sass/common/_faq.scss */
    .faq .tab-cont .top-btn a {
      padding: 14px 40px 14px; }
      /* line 659, ../../sass/common/_faq.scss */
      .faq .tab-cont .top-btn a:before {
        left: 15px; }
    /* line 668, ../../sass/common/_faq.scss */
    .faq .contact-block .contact-btn a {
      padding: 15px 25px; } }

/* =====================
  lower page
===================== */
/* line 682, ../../sass/common/_faq.scss */
.faq-info .search-block {
  margin-bottom: 80px; }
/* line 685, ../../sass/common/_faq.scss */
.faq-info .tab-cont {
  display: block; }
@media screen and (max-width: 768px) {
  /* line 689, ../../sass/common/_faq.scss */
  .faq-info .search-block {
    margin-bottom: 50px; } }
