@charset "UTF-8";
@import url(lib/slick.css);
@import url(lib/slick-theme.css);
@import url(lib/animate.css);
/* font settings
========================================================================== */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/noto/NotoSansJP-Light.woff") format("woff"), url("../fonts/noto/NotoSansJP-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/noto/NotoSansJP-Regular.woff") format("woff"), url("../fonts/noto/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/noto/NotoSansJP-Bold.woff") format("woff"), url("../fonts/noto/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/noto/NotoSansJP-Black.woff") format("woff"), url("../fonts/noto/NotoSansJP-Black.otf") format("opentype");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato/Lato-Light.woff2") format("woff2"), url("../fonts/lato/Lato-Light.woff") format("woff"), url("../fonts/lato/Lato-Light.ttf") format("ttf");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato/Lato-Regular.woff2") format("woff2"), url("../fonts/lato/Lato-Regular.woff") format("woff"), url("../fonts/lato/Lato-Regular.ttf") format("ttf");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato/Lato-Bold.woff2") format("woff2"), url("../fonts/lato/Lato-Bold.woff") format("woff"), url("../fonts/lato/Lato-Bold.ttf") format("ttf");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato/Lato-Black.woff2") format("woff2"), url("../fonts/lato/Lato-Black.woff") format("woff"), url("../fonts/lato/Lato-Black.ttf") format("ttf");
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ky1ezj");
  src: url("../fonts/icomoon.eot?ky1ezj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ky1ezj") format("truetype"), url("../fonts/icomoon.woff?ky1ezj") format("woff"), url("../fonts/icomoon.svg?ky1ezj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
}

.icon-help:before {
  content: "\e915";
}

.icon-read:before {
  content: "\e914";
}

.icon-edit:before {
  content: "\e913";
}

.icon-account:before {
  content: "\e900";
}

.icon-add:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-drop:before {
  content: "\e903";
}

.icon-grid:before {
  content: "\e904";
}

.icon-guide:before {
  content: "\e905";
}

.icon-info:before {
  content: "\e906";
}

.icon-left:before {
  content: "\e907";
}

.icon-link-left:before {
  content: "\e908";
}

.icon-link-right:before {
  content: "\e909";
}

.icon-list:before {
  content: "\e90a";
}

.icon-login:before {
  content: "\e90b";
}

.icon-logout:before {
  content: "\e90c";
}

.icon-magazine:before {
  content: "\e90d";
}

.icon-menu:before {
  content: "\e90e";
}

.icon-more:before {
  content: "\e90f";
}

.icon-point:before {
  content: "\e910";
}

.icon-price:before {
  content: "\e911";
}

.icon-right:before {
  content: "\e912";
}

/* normalize.css
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* basic settings
   ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hoge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #173a5e;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #173a5e;
}

img {
  max-width: 100%;
}

label {
  cursor: pointer;
}

/*  common utility
   ========================================================================== */
.lato {
  font-family: 'Lato', sans-serif;
}

.txt-strong {
  font-weight: 700;
  color: #fc5a03;
}

.txt-bold {
  font-weight: 700 !important;
}

.txt-err {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fc5a03;
}

@media screen and (min-width: 600px) {
  .txt-err {
    font-size: 1.4rem;
  }
}

.txt-note {
  padding-left: 1em;
  text-indent: -1em;
}

.txt-orange {
  color: #ffa000;
}

.txt-navy {
  color: #173a5e;
}

.txt-vermilion {
  color: #fc5a03;
}

.bg-lightglay {
  background-color: #EBEEF1;
}

.pointer {
  cursor: pointer;
}

.no-wrap {
  white-space: nowrap;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.valign-t {
  vertical-align: top;
}

.full-width {
  width: 100%;
}

.kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ib {
  display: inline-block;
}

.p10 {
  padding: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt0 { padding-top: 0px !important;}
.pt5 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}

.pt45 { padding-top: 45px; }

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}
.pl0 { padding-left: 0px !important;}
.pl5 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px;}

.pr25 {
  padding-right: 25px;
}

.only-w375 {
  display: none;
}

@media screen and (max-width: 375px) {
  .only-w375 {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .no-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block;
  }
  .show-mobile-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .no-tablet {
    display: none !important;
  }
  .show-tablet {
    display: block;
  }
  .show-tablet-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  .no-desktop {
    display: none !important;
  }
  .show-desktop {
    display: block;
  }
  .show-desktop-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*   mainslider
========================================================================== */
.l-mainslider {
  position: fixed;
  top: 52px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  .l-mainslider {
    top: 60px;
  }
}

/*   subslider
========================================================================== */
.l-subslider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 52px;
  background: #2a4a71;
}

@media screen and (min-width: 600px) {
  .l-subslider {
    top: 60px;
  }
}

/*   bnrslider
========================================================================== */
.l-bnrslider {
  padding: 15px 15px 0;
  background: #ffffff;
  position: relative;
}

@media screen and (min-width: 600px) {
  .l-bnrslider {
    padding: 15px 7.5px 0;
  }
}

.l-bnrslider::before {
  width: 15px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
}

.l-bnrslider::after {
  width: 15px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 2;
}

/*   singlebnr
========================================================================== */
.l-bnr-single {
  padding: 15px 15px 0;
  background: #ffffff;
  position: relative;
  text-align: center;
}

.bnr-single {
  background-color: #c7e8f5;
}

/*   header
========================================================================== */
.l-header {
  width: 100%;
  height: 52px;
  position: fixed;
  top: 0;
  z-index: 9999;
}

@media screen and (min-width: 600px) {
  .l-header {
    height: 60px;
  }
}

/*   copy
========================================================================== */
.l-copy {
  position: relative;
  z-index: 4;
  padding: 0 15px;
  opacity: 1;
  padding-top: 52px;
  min-height: 370px;
  max-height: 620px;
}

@media screen and (min-width: 600px) {
  .l-copy {
    padding-top: 60px;
  }
}

@media screen and (min-width: 960px) {
  .l-copy {
    min-height: 520px;
  }
}

/*   menu
 ========================================================================== */
.l-menu {
  width: 100%;
  height: calc(100% - 52px);
  position: fixed;
  top: 52px;
  z-index: 5;
  border: 15px solid #ffffff;
  border-top: 0;
  overflow-y: auto;
}

/*   magazines list
 ========================================================================== */
.l-magazine {
  position: relative;
  z-index: 5;
  background: #ffffff;
  padding-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .l-magazine {
    padding: 15px 0 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
}

.is-magazine-padding {
  padding-top: 103px;
}

@media screen and (min-width: 960px) {
  .is-magazine-padding {
    padding-top: 15px;
  }
}

/*   price
 ========================================================================== */
.l-price {
  position: relative;
  z-index: 1;
  background: #ffffff;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .l-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding:15px 15px 0 15px;
  }
}

/*   feature
 ========================================================================== */
.l-feature {
  position: relative;
  z-index: 1;
  padding: 40px 15px;
}

/*   serviceInfo
 ========================================================================== */
.l-serviceInfo {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 15px;
}

@media screen and (min-width: 600px) {
  .l-serviceInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 15px 7.5px;
  }
}

/*   campaign
 ========================================================================== */
.l-campaign {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 15px;
  text-align: center;
}

/*   banner
========================================================================== */
.l-banner {
  background: #ffffff;
  position: relative;
  z-index: 1;
}

/*   footer
========================================================================== */
.l-footer {
  width: 100%;
  /* padding: 15px 0; */
  padding: 15px 0 80px 0;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.l-footer.is-bottom {
  position: absolute;
  bottom: 0;
}

.l-footer.biz {
  padding: 0;
  background: #173a5e;
}

.is-bnr-fixed .l-footer {
  padding-bottom: 160px;
}

/*   bnr-fixed
========================================================================== */
.l-bnr-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4;
  -webkit-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
}

.l-bnr-fixed.is-bnr-fixed-hidden {
  bottom: -150px;
}

/*   l-detail
========================================================================== */
@media screen and (min-width: 960px) {
  .l-detail-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
}

/*   l-page
========================================================================== */
.l-page {
  padding: 52px 0 0;
  background: #ffffff;
}

@media screen and (min-width: 600px) {
  .l-page {
    padding: 60px 0 0;
  }
}

/*   l-page-container-inn
========================================================================== */
.l-page-container-inn {
  padding: 25px 15px;
  margin: 0 auto 100px auto;
  /* margin: 0 auto; */
}

@media screen and (min-width: 600px) {
  .l-page-container-inn {
    padding: 45px 15px;
    max-width: 950px;
  }
}

.l-page-container-inn.is-full {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .l-page-container-inn.is-full {
    padding: 0;
    max-width: 100%;
  }
}

/*   l-page-content
========================================================================== */
.l-page-content {
  margin-bottom: 45px;
  font-size: 1.4rem;
}

.l-page-content-60 {
  margin-bottom: 60px;
  font-size: 1.4rem;
}

.l-page-content:last-child {
  margin-bottom: 0px;
}

/*   l-temp
========================================================================== */
.l-temp {
  background: #ffffff;
  border-bottom: 1px solid #EBEEF1;
}

/*   l-service-detail
========================================================================== */
.l-service-detail-container {
  margin-bottom: 30px;
}

/*   price
 ========================================================================== */
.l-reason {
  position: relative;
  z-index: 1;
  background: #ffffff;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .l-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 0 15px;
  }
}

/*   grid layout module
========================================================================== */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.grid-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.grid-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.grid-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.grid-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.grid-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.grid-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.grid-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.grid-layout-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.grid-padding {
  padding: 7.5px;
}

.grid-item {
  padding: 7.5px;
}

/*   col size module
========================================================================== */
.col-sp-1 {
  width: 8.33333333%;
}

.col-sp-2 {
  width: 16.66666667%;
}

.col-sp-3 {
  width: 25%;
}

.col-sp-4 {
  width: 33.33333333%;
}

.col-sp-5 {
  width: 41.66666667%;
}

.col-sp-6 {
  width: 50%;
}

.col-sp-7 {
  width: 58.33333333%;
}

.col-sp-8 {
  width: 66.66666667%;
}

.col-sp-9 {
  width: 75%;
}

.col-sp-10 {
  width: 83.33333333%;
}

.col-sp-11 {
  width: 91.66666667%;
}

.col-sp-12 {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .col-tab-1 {
    width: 8.33333333%;
  }
  .col-tab-2 {
    width: 16.66666667%;
  }
  .col-tab-3 {
    width: 25%;
  }
  .col-tab-4 {
    width: 33.33333333%;
  }
  .col-tab-5 {
    width: 41.66666667%;
  }
  .col-tab-6 {
    width: 50%;
  }
  .col-tab-7 {
    width: 58.33333333%;
  }
  .col-tab-8 {
    width: 66.66666667%;
  }
  .col-tab-9 {
    width: 75%;
  }
  .col-tab-10 {
    width: 83.33333333%;
  }
  .col-tab-11 {
    width: 91.66666667%;
  }
  .col-tab-12 {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .col-pc-1 {
    width: 8.33333333%;
  }
  .col-pc-2 {
    width: 16.66666667%;
  }
  .col-pc-3 {
    width: 25%;
  }
  .col-pc-4 {
    width: 33.33333333%;
  }
  .col-pc-5 {
    width: 41.66666667%;
  }
  .col-pc-6 {
    width: 50%;
  }
  .col-pc-7 {
    width: 58.33333333%;
  }
  .col-pc-8 {
    width: 66.66666667%;
  }
  .col-pc-9 {
    width: 75%;
  }
  .col-pc-10 {
    width: 83.33333333%;
  }
  .col-pc-11 {
    width: 91.66666667%;
  }
  .col-pc-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .col-pc-wide-1 {
    width: 8.33333333%;
  }
  .col-pc-wide-2 {
    width: 16.66666667%;
  }
  .col-pc-wide-3 {
    width: 25%;
  }
  .colpc-wide-4 {
    width: 33.33333333%;
  }
  .col-pc-wide-5 {
    width: 41.66666667%;
  }
  .col-pc-wide-6 {
    width: 50%;
  }
  .col-pc-wide-7 {
    width: 58.33333333%;
  }
  .col-pc-wide-8 {
    width: 66.66666667%;
  }
  .col-pc-wide-9 {
    width: 75%;
  }
  .col-pc-wide-10 {
    width: 83.33333333%;
  }
  .col-pc-wide-11 {
    width: 91.66666667%;
  }
  .col-pc-wide-12 {
    width: 100%;
  }
}

/*   btn module
========================================================================== */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

/*重要度*/
.btn-importance-high {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 15px;
}

.btn-importance-normal {
  font-size: 1.4rem;
  font-weight: 700;
}

.btn-importance-low {
  font-size: 1.2rem;
  font-weight: 400;
}

/*カラーリング*/
.btn-orange {
  background: #ffa000;
  color: #173a5e;
  border: none;
}

.btn-navy {
  background: #173a5e;
  color: #ffffff;
  border: 1px solid #173a5e;
}

.btn-gray {
  background: #EBEEF1;
  color: #f1f3f5;
}

.btn-border-navy {
  background: #ffffff;
  color: #173a5e;
  border: 1px solid #173a5e;
}

/*サイズ*/
.btn-size-100 {
  width: 100%;
}

.btn-size-75 {
  width: 75%;
}

.btn-size-50 {
  width: 50%;
  min-width: 290px;
}

/*ボタンレイアウト*/
.btn-layout-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.btn-layout-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.btn-layout-flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.btn-layout-flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

/*オプション*/
.btn-shadow {
  box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.22);
}

/*各種例外設定*/
.btn-ex-main {
  width: 100%;
  max-width: 290px;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .btn-ex-main {
    height: 60px;
    max-width: 290px;
  }
}

.copy-container .btn-ex-main {
  width: 90%;
  height: 50px;
}

@media screen and (min-width: 600px) {
  .copy-container .btn-ex-main {
    height: 60px;
  }
}

.btn-read.is-disabled {
  cursor: default;
  box-shadow: none;
  opacity: 0.3 !important;
}

/*   text btn module
========================================================================== */
.btn-txt {
  text-decoration: none;
}

.btn-txt-pd {
  text-decoration: none;
  padding: 10px 0;
}

.btn-txt-orange {
  color: #ffa000;
}

.btn-txt-white {
  color: #ffffff;
}

.btn-txt-sub-small {
  font-size: 1.2rem;
  padding: 5px;
}

.btn-txt-sub-xsmall {
  font-size: 1rem;
  padding: 5px;
}

/*   store btn module
========================================================================== */
.btn-set-store {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 15px 0;
}

.btn-set-store.is-flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 15px 0;
}

.btn-store {
  width: 140px;
  display: inline-block;
  margin: 0 5px;
  line-height: 0;
}

.btn-set-store-qr {
  text-align: center;
}

.btn-set-store-qr .btn-store {
  margin: 0 20px;
  line-height: 1;
}

/*   icon module
   ========================================================================== */
.icon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.icon44 {
  width: 44px;
  height: 44px;
  font-size: 2.4rem;
}

.icon36 {
  width: 36px;
  height: 36px;
  font-size: 2.0rem;
}

.icon20 {
  width: 20px;
  height: 20px;
  font-size: 2.0rem;
}

.icon18 {
  width: 18px;
  height: 18px;
  font-size: 2.0rem;
}

.icon24 {
  width: 24px;
  height: 24px;
  font-size: 2.4rem;
}

.icon32 {
  width: 32px;
  height: 44px;
  font-size: 2.4rem;
}

.icon-big {
  font-size: 4.4rem;
}

.icon-card {
  display: inline-block;
  vertical-align: middle;
}

.credit-diners {
  background: url(/imgs/logo_brand_Diners.png) no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 17px;
}

.credit-amex {
  background: url(/imgs/logo_brand_amex.png) no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 17px;
}

.credit-visa {
  background: url(/imgs/logo_brand_visa.png) no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 17px;
}

.credit-mc {
  background: url(/imgs/logo_brand_mc.png) no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 17px;
}

.credit-jcb {
  background: url(/imgs/logo_brand_jcb.png) no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 17px;
}

/*   page element
========================================================================== */
/*  タイトル
========================================================================== */
.title-page {
  background-color: #EBEEF1;
  text-align: center;
  padding: 50px 15px;
}

.title-page-main {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
}

@media screen and (min-width: 600px) {
  .title-page-main {
    font-size: 3.8rem;
    line-height: 1;
  }
}

.title-page-main.is-multiple {
  line-height: 1.3;
}

.title-page-sub {
  font-size: 1.4rem;
  margin-top: 25px;
}

@media screen and (min-width: 600px) {
  .title-page-sub {
    font-size: 1.7rem;
  }
}

.title-page-attention {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 25px;
}

@media screen and (min-width: 600px) {
  .title-page-attention {
    font-size: 1.7rem;
  }
}

.title-page-attention span {
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

@media screen and (min-width: 600px) {
  .title-page-attention span {
    font-size: 1.2rem;
  }
}

/*  見出し
========================================================================== */
.heading-1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 374px) {
  .heading-1 {
    font-size: 2.4rem;
  }
}

.heading-single {
  margin-bottom: 0px !important;
}

.heading-1-light {
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .heading-1-light {
    font-size: 2.8rem;
  }
}

.heading-2-large {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 374px) {
  .heading-2-large {
    font-size: 1.7rem;
  }
}

.heading-2 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 374px) {
  .heading-2 {
    font-size: 1.4rem;
  }
}

.heading-3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 15px;
}

@media screen and (max-width: 374px) {
  .heading-3 {
    font-size: 1.4rem;
  }
}

.heading-4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 5px;
}

@media screen and (max-width: 374px) {
  .heading-4 {
    font-size: 1.4rem;
  }
}

.heading-underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #173a5e;
}

.heading-underline-lightgray {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEEF1;
}

/*  段落
========================================================================== */
.p-importance-higher {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

.p-importance-high-xs {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 374px) {
  .p-importance-high-xs {
    font-size: 1.2rem;
  }
}

.p-importance-high {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.p-importance-normal {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.p-importance-normal-10 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.p-importance-low {
  font-size: 1rem;
  margin-bottom: 5px;
}

.p-importance-high:last-child,
.p-importance-normal:last-child,
.p-importance-low:last-child {
  margin-bottom: 0px;
}

.p-line-height-wide {
  line-height: 1.8;
}

.p-wide-spacing {
  font-size: 1.4rem;
  padding: 30px 0px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .p-wide-spacing {
    font-size: 1.2rem;
  }
}

/*  汎用ボックス
========================================================================== */
.box-border-pd {
  border: 1px solid #EBEEF1;
  padding: 15px;
}

@media screen and (min-width: 960px) {
  .box-border-pd {
    padding: 30px;
  }
}

.box-pd {
  padding: 15px;
}

@media screen and (min-width: 960px) {
  .box-pd {
    padding: 30px;
  }
}

.box-generic-list {
  margin-bottom: 25px;
}

.box-generic-mt15 {
  margin-top: 15px;
}

.box-generic-mt5 {
  margin-top: 5px;
}

.box-generic-mb5 {
  margin-bottom: 5px;
}

.box-generic-mb10 {
  margin-bottom: 10px;
}

.box-generic-mb15 {
  margin-bottom: 15px;
}

.box-generic-mb30 {
  margin-bottom: 30px;
}

.box-generic-mb45 {
  margin-bottom: 45px;
}

/*  リスト
========================================================================== */
/*装飾付きリスト*/
.ul-style-default {
  padding-left: 2rem;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .ul-style-default {
    padding-left: 3rem;
  }
}

/*装飾なしリスト*/
.ul-style-none {
  padding: 0;
  margin: 0;
}

.ul-style-none > li {
  list-style-type: none;
}

.li-5 {
  padding: 5px 0;
}

.li-txt-strong {
  font-weight: 700;
}

.ol-style-default {
  padding-left: 0;
  margin: 0;
}

.ol-number {
  list-style: none;
  counter-reset: number;
}

.ol-number-li {
  line-height: 40px;
}

.ol-number-li:before {
  counter-increment: number;
  content: counter(number);
  background: #ffa000;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

dl {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 1.2rem;
}

dl dl {
  margin-top: 10px;
  margin-bottom: 10px;
}

dt {
  clear: left;
  float: left;
  margin-bottom: 5px;
}

dd {
  margin-bottom: 5px;
  margin-left: 24px;
}

/*  テーブル
========================================================================== */
.table {
  display: block;
  border: 1px solid #EBEEF1;
  width: 100%;
  margin-bottom: 15px;　/*resubscribe*/
}

@media screen and (min-width: 600px) {
  .table {
    display: table;
    table-layout: fixed;
  }
}

.table-horizontal {
  display: block;
  border: none;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .table-horizontal {
    display: table;
    border: 1px solid #EBEEF1;
    table-layout: auto;
  }
}

.table-row {
  display: block;
}

@media screen and (min-width: 600px) {
  .table-row {
    display: table-row;
  }
}

.table-row-horizontal {
  display: block;
  border: 1px solid #EBEEF1;
  padding: 10px;
  margin-bottom: 15px;
}

@media screen and (min-width: 960px) {
  .table-row-horizontal {
    border: none;
    display: table-row;
    padding: 0;
    margin-bottom: 0;
  }
}

.table-th {
  padding: 8px;
  width: 100%;
  background-color: #EBEEF1;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .table-th {
    display: table-cell;
    padding: 20px 15px 10px;
    width: 250px;
    vertical-align: middle;
    text-align: right;
  }
}

.table-th .tag {
  vertical-align: middle;
  font-weight: normal;
}

.table-th-horizontal {
  padding: 8px;
  width: 100%;
  background-color: #EBEEF1;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .table-th-horizontal {
    display: table-cell;
    padding: 15px;
    width: auto;
    text-align: center;
  }
}

.table-th-memo {
  font-weight: 400;
  font-size: 1rem;
}

.table-td {
  padding: 15px 8px;
  width: 100%;
  border: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .table-td {
    padding: 20px 15px 10px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }
}

.table-td-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 0;
  width: auto;
  font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
  .table-td-horizontal {
    font-size: 1.4rem;
    padding: 15px;
    text-align: left;
    display: table-cell;
    text-align: center;
    overflow: hidden;
  }
}

.table-td-horizontal:before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: attr(data-label);
  width: 140px;
  display: inline-block;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .table-td-horizontal:before {
    display: none;
  }
}

.table-td-no-label:before {
  display: none;
}

.table-td-sub {
  padding: 0 8px 15px;
  line-height: normal;
}

@media screen and (min-width: 600px) {
  .table-td-sub {
    padding: 0 15px 10px;
  }
}

@media screen and (min-width: 600px) {
  .table-row:last-child .table-th,
  .table-row:last-child .table-td {
    padding: 20px 15px 20px;
  }
}

@media screen and (min-width: 600px) {
  .table-row:last-child .table-td-sub {
    padding: 0 15px 20px;
  }
}

.tbl-caption {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.tbl-campaign {
  width: 100%;
}

.tbl-campaign p,
.tbl-campaign ul,
.tbl-campaign ol {
  margin: 0;
}

.tbl-campaign ul,
.tbl-campaign ol {
  padding-left: 2em;
}

.tbl-campaign th,
.tbl-campaign td {
  display: block;
}

.tbl-campaign th {
  background-color: #f1f3f5;
  padding: 5px 10px;
}

.tbl-campaign td {
  padding: 10px 0 20px;
}

@media screen and (min-width: 600px) {
  .tbl-campaign {
    border: solid 1px #173a5e;
    border-bottom: none;
    margin-top: 10px;
  }
  .tbl-campaign th,
  .tbl-campaign td {
    display: table-cell;
    border-bottom: solid 1px #173a5e;
    padding: 5px 10px;
  }
  .tbl-campaign th {
    width: 20%;
    border-right: solid 1px #173a5e;
  }
}

/*  チェックボックス
========================================================================== */
.check-importance-high {
  padding: 8px 0;
  font-weight: 700;
  display: block;
  cursor: pointer;
}

.check-importance-high:before {
  background-image: url(../imgs/checkbox.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 22px auto;
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -5px;
  margin: 0 10px 0 0;
}

.check-importance-high.is-checked:before {
  background-image: url(../imgs/checkbox_on.png);
}

/*  モーダル
========================================================================== */
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.modal-inn {
  width: 92%;
  margin-left: -46%;
  box-sizing: border-box;
  padding: 44px 15px 44px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
}

@media screen and (min-width: 600px) {
  .modal-inn {
    width: 390px;
    padding: 44px 30px 44px;
    margin-left: -195px;
  }
}

.modal-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

/*  ぱんくず
========================================================================== */
.breadcrumb {
  overflow: hidden;
  width: 100%;
  font-size: 1.0rem;
  padding: 15px 15px 0;
  line-height: 1.6;
}

.breadcrumb.is-pdbottom {
  padding-bottom: 15px;
}

.breadcrumb-item {
  display: inline;
  line-height: 1.8;
}

.breadcrumb-item a {
  color: #ffa000;
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .table-th-valign-t {
    vertical-align: top;
  }
}

/*  リボン
========================================================================== */
.ribbon {
  height: 275px;
  position: relative;
  background: #EBEEF1;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media screen and (min-width: 960px) {
  .ribbon {
    height: 320px;
  }
}

@media screen and (min-width: 960px) {
  .ribbon-min {
    height: 200px;
  }
}

.ribbon-triangle {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ribbon-triangle svg {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .ribbon.ribbon-plan {
    padding-bottom: 0;
  }
  .ribbon-triangle.ribbon-plan-triangle {
    display: none;
  }
}

/*  グラフ
========================================================================== */
.graph-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  background: url(../imgs/coin.png) no-repeat;
  background-position: center;
  background-size: 504px;
}

@media screen and (min-width: 600px) {
  .graph-outer.graph-point-outer {
    background-size: 700px;
  }
}

.graph {
  width: 46%;
  max-width: 200px;
  text-align: center;
}

.graph .circle {
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
}

.graph .circle.top {
  margin-bottom: -30px;
  z-index: 2;
  background: #FFA000;
}

.graph .circle.bottom {
  margin-top: -30px;
  z-index: 0;
  background: #173A5E;
}

.graph .body {
  width: 100%;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  height: 230px;
  background: #173A5E;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.graph .nest {
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.graph .nest-body {
  width: 100%;
  height: 115px;
  background: #ffa000;
  position: relative;
}

.graph .circle.nest-bottom {
  margin-top: -30px;
  z-index: 0;
  background: #FFA000;
  border: none;
}

.graph .body .txt {
  width: 100%;
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  z-index: 1;
}

.graph .body .txt span {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
}

.graph .body .nest-body .txt {
  color: #ffffff;
  bottom: -10px;
}

/*   popup module
========================================================================== */
.popup {
  background: #ffffff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  padding: 15px;
}

.popup-nav {
  position: fixed;
  z-index: 10;
  right: 15px;
  top: 52px;
  padding: 15px;
}

.popup-nav-list {
  padding-right: 15px;
}

.popup-nav-ttl-sub {
  font-size: 14px;
  font-weight: 700;
  border-top: 1px dashed #173a5e;
  margin-top: 12px;
  padding-top: 12px;
}

.popup-nav-list-sub {
  padding-left: 10px;
  margin-left: 20px;
}

.popup-nav-list-sub li {
  margin-top: 10px;
}

.popup-nav-list-sub li:first-child {
  margin-top: 0;
}

/*   mainslider module
   ========================================================================== */
.mainslider {
  width: 100%;
  height: 100%;
  background: #173a5e;
  position: relative;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
}

@media screen and (min-width: 960px) {
  .mainslider {
    min-height: 500px;
  }
}

.mainslider-item {
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mainslider .mainslider-item-1 {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/p1.jpg);
  background-size: cover;
}

@media screen and (min-width: 600px) {
  .mainslider .mainslider-item-1 {
    background-image: url(../imgs/p1_pc.jpg);
    background-position: 70% center;
  }
}

@media screen and (min-width: 960px) {
  .mainslider .mainslider-item-1 {
    background-image: url(../imgs/p1_pc.jpg);
  }
}

.mainslider .mainslider-item-2 {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/p2.jpg);
  background-size: cover;
}

@media screen and (min-width: 600px) {
  .mainslider .mainslider-item-2 {
    background-image: url(../imgs/p2_pc.jpg);
    background-position: 70% center;
  }
}

@media screen and (min-width: 960px) {
  .mainslider .mainslider-item-2 {
    background-image: url(../imgs/p2_pc.jpg);
    background-position: center bottom;
  }
}

.mainslider .mainslider-item-3 {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/p3.jpg);
  background-size: cover;
}

@media screen and (min-width: 600px) {
  .mainslider .mainslider-item-3 {
    background-image: url(../imgs/p3_pc.jpg);
    background-position: 50% center;
  }
}

@media screen and (min-width: 960px) {
  .mainslider .mainslider-item-3 {
    background-image: url(../imgs/p3_pc.jpg);
    background-position: center bottom;
  }
}

/*   subslider module
   ========================================================================== */
.subslider {
  width: 100%;
  height: 100%;
  position: relative;
  background: #173a5e;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
}

.subslider-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top;
  background-size: cover;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.subslider .subslider-item-1 {
  background-image: url(../imgs/sub1.jpg);
}

@media screen and (min-width: 600px) {
  .subslider .subslider-item-1 {
    background-image: url(../imgs/sub1_pc.jpg);
  }
}

@media screen and (min-width: 960px) {
  .subslider .subslider-item-1 {
    background-image: url(../imgs/sub1_pc.jpg);
  }
}

.subslider .subslider-item-2 {
  background-image: url(../imgs/sub2.jpg);
}

@media screen and (min-width: 600px) {
  .subslider .subslider-item-2 {
    background-image: url(../imgs/sub2_pc.jpg);
  }
}

@media screen and (min-width: 960px) {
  .subslider .subslider-item-2 {
    background-image: url(../imgs/sub2_pc.jpg);
  }
}

.subslider .subslider-item-3 {
  background-image: url(../imgs/sub3.jpg);
}

@media screen and (min-width: 600px) {
  .subslider .subslider-item-3 {
    background-image: url(../imgs/sub3_pc.jpg);
  }
}

@media screen and (min-width: 960px) {
  .subslider .subslider-item-3 {
    background-image: url(../imgs/sub3_pc.jpg);
  }
}

/*   bnrslider module
========================================================================== */
.bnrslider .slick-prev {
  left: 0;
}

.bnrslider .slick-next {
  right: 0;
}

.bnrslider-inner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.bnrslider .slick-dots {
  position: relative;
  bottom: 0px;
}

.bnrslider .slick-dots li {
  width: 10px;
  height: 10px;
}

.bnrslider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  color: transparent;
  background: #e1e5e8;
  border-radius: 50%;
}

.bnrslider .slick-dots li.slick-active button {
  background: #ffa000;
}

.bnrslider .slick-dots li button:before {
  display: none;
}

.arrow-bnr {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  background: rgba(23, 58, 94, 0.75);
  z-index: 1;
  border-radius: 50%;
  color: #ffffff;
}

.arrow-bnr-right {
  right: 7px;
}

.arrow-bnr-left {
  left: 7px;
}

@media screen and (min-width: 600px) {
  .bnrslider-item {
    padding: 0 7.5px;
  }
}

.bnrslider-item-full {
  width: 100% !important;
}

/*   copy module
========================================================================== */
.copy {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 38, 66, 0)), color-stop(34%, rgba(0, 38, 66, 0)), to(rgba(0, 38, 66, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 38, 66, 0) 0%, rgba(0, 38, 66, 0) 34%, rgba(0, 38, 66, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 38, 66, 0) 0%, rgba(0, 38, 66, 0) 34%, rgba(0, 38, 66, 0.9) 100%);
}

@media screen and (min-width: 600px) {
  .copy {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 38, 66, 0)), color-stop(60%, rgba(0, 38, 66, 0.3)), to(#002642));
    background: -webkit-linear-gradient(right, rgba(0, 38, 66, 0) 0%, rgba(0, 38, 66, 0.3) 60%, #002642 100%);
    background: linear-gradient(to left, rgba(0, 38, 66, 0) 0%, rgba(0, 38, 66, 0.3) 60%, #002642 100%);
  }
}

.copy-container {
  width: 100%;
  font-size: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (min-width: 400px) {
  .copy-container {
    font-size: 85% !important;
  }
}

@media screen and (min-width: 600px) {
  .copy-container {
    font-size: 100% !important;
  }
}

@media screen and (min-width: 960px) {
  .copy-container {
    width: 50%;
    padding: 0 0 0 20px;
    font-size: 120% !important;
  }
}

.copy-container-item {
  margin-bottom: 1.4em;
  width: 100%;
}

.copy-line-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.copy-line {
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 1.0em;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
}

.copy-line.copy-line-3 {
  margin-bottom: 0;
}

.copy-line.copy-line-top {
  margin-bottom: 2em;
}

.copy-char {
  position: relative;
}

.copy-txt-tax {
  position: absolute;
  top: -1.1em;
  font-size: 0.35em;
  line-height: 1.0em;
  width: 100%;
  text-align: left;
}

.copy-txt-timing {
  position: absolute;
  top: -1.3em;
  right: 0.4em;
  font-size: 0.95em;
  line-height: 1.0em;
  width: 100%;
  text-align: right;
}

.copy-txt-timing-biz {
  top: -2.3em;
}

.copy-char-ja-s {
  font-size: 2.0em;
  font-weight: 400;
  line-height: 1.0em;
  margin-right: 0.15em;
}

.copy-margin-l {
  margin-left: 0.15em;
}

.copy-char-ja-m {
  font-size: 3.0em;
  font-weight: 700;
  line-height: 1.0em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.copy-char-ja-l {
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1.0em;
}

.copy-char-en-l {
  font-family: 'Lato', sans-serif;
  font-size: 6.0em;
  font-weight: 900;
  line-height: 0.8em;
}

.copy-car-v {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 2.2em;
}

.copy-container-login {
  font-size: 1.4em;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}

@media screen and (min-width: 960px) {
  .copy-container-login {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .copy-container-login {
    display: block;
    font-size: 1.2em;
  }
}

.copy-container-login-anchor {
  font-size: 1.2em;
  font-weight: 700;
  color: #ffa000;
  display: block;
  text-align: center;
  text-decoration: none;
}

/*   copybiz module
========================================================================== */
.l-copybiz {
  position: relative;
  z-index: 4;
  padding: 0 15px;
  opacity: 1;
  padding-top: 52px;
  min-height: 430px;
  max-height: 820px;
}

@media screen and (min-width: 600px) {
  .l-copybiz {
    padding-top: 60px;
  }
}

@media screen and (max-width: 960px) {
  .l-copybiz {
    min-height: 430px;
  }
}

@media screen and (min-width: 960px) {
  .l-copybiz {
    min-height: 460px;
  }
}

@media screen and (max-width: 960px) {
  .l-copybiz {
    min-height: 420px;
  }
}

@media screen and (max-width: 750px) {
  .l-copybiz {
    min-height: 460px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 600px) {
  .l-copybiz {
    min-height: 420px;
    margin-bottom: 40px;
  }
}

.l-copybiz-trial {
  min-height: 410px;
  max-height: 800px;
}

@media screen and (min-width: 600px) {
  .l-copybiz-trial {
    padding-top: 60px;
  }
}

@media screen and (max-width: 960px) {
  .l-copybiz-trial {
    min-height: 410px;
  }
}

@media screen and (min-width: 960px) {
  .l-copybiz-trial {
    min-height: 440px;
  }
}

@media screen and (max-width: 960px) {
  .l-copybiz-trial {
    min-height: 400px;
  }
}

@media screen and (max-width: 750px) {
  .l-copybiz-trial {
    min-height: 440px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 600px) {
  .l-copybiz-trial {
    min-height: 400px;
    margin-bottom: 40px;
  }
}

.copybiz-subscription {
  position: relative;
  z-index: 4;
  padding: 0 15px;
  opacity: 1;
  padding-top: 52px;
  min-height: 340px;
  max-height: 620px;
}

@media screen and (min-width: 600px) {
  .copybiz-subscription {
    padding-top: 60px;
  }
}

@media screen and (min-width: 960px) {
  .copybiz-subscription {
    min-height: 250px;
  }
}

@media screen and (max-width: 960px) {
  .copybiz-subscription {
    min-height: 250px;
  }
}

@media screen and (max-width: 750px) {
  .copybiz-subscription {
    min-height: 250px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 600px) {
  .copybiz-subscription {
    min-height: 325px;
    /*margin-bottom: -50px;*/
    margin-bottom: 15px;
  }
}

.copybiz-container .copy-char-ja-m {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.0em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.copybiz-subscription-s {
  position: relative;
  z-index: 4;
  padding: 0 15px;
  opacity: 1;
  padding-top: 52px;
  min-height: 340px;
  max-height: 620px;
}

@media screen and (min-width: 600px) {
  .copybiz-subscription-s {
    padding-top: 60px;
  }
}

@media screen and (min-width: 960px) {
  .copybiz-subscription-s {
    min-height: 250px;
  }
}

@media screen and (max-width: 960px) {
  .copybiz-subscription-s {
    min-height: 250px;
  }
}

@media screen and (max-width: 750px) {
  .copybiz-subscription-s {
    min-height: 250px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 600px) {
  .copybiz-subscription-s {
    min-height: 325px;
    /*margin-bottom: -50px;*/
    margin-bottom: 0;
  }
}

.copybiz-trial-strong-en {
  font-weight: 900;
  font-size: 1.6em;
}

@media screen and (max-width: 374px) {
  .copybiz-trial-strong-en {
    font-size: 1.45em;
  }
}

.copybiz-trial-strong-jp {
  font-weight: 700;
  font-size: 1.3em;
}

@media screen and (max-width: 374px) {
  .copybiz-trial-strong-jp {
    font-size: 1.3em;
  }
}

.copybiz {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #ffa000;
  padding: 30px 0 15px;
}

.copybiz-container {
  width: 100%;
  font-size: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (min-width: 400px) {
  .copybiz-container {
    font-size: 85% !important;
  }
}

@media screen and (min-width: 600px) {
  .copybiz-container {
    font-size: 100% !important;
  }
}

@media screen and (min-width: 960px) {
  .copybiz-container {
    width: 100%;
    max-width: 960px;
    padding: 0 0 0 20px;
    font-size: 120% !important;
  }
}

.copybiz .tagline-trial {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 374px) {
  .copybiz .tagline-trial {
    font-size: 1.3rem;
  }
}

.copybiz-char-ja-s {
  font-size: 2.0em;
  font-weight: 400;
  line-height: 1.0em;
  margin-right: 0.15em;
}

.copybiz-char-ja-l {
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.0em;
}

.copybiz-char-ja-s {
  font-size: 12px;
  text-align: left;
  padding-left: 8px;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .copybiz-char-ja-s {
    font-size: 10px;
  }
}

.copybiz-char-en-l {
  font-family: 'Lato', sans-serif;
  font-size: 7.5em;
  font-weight: 900;
  line-height: 0.8em;
}

.copybiz-char-ja-2 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.0em;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .copybiz-char-ja-2 {
    font-size: 1.9em;
    line-height: 3.0em;
    text-align: center;
  }
}

.copy-line-2 .copybiz-char-ja-l {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.0em;
  padding-left: 10px;
}

@media screen and (max-width: 599px) {
  .copy-line-2 .copybiz-char-ja-l {
    font-size: 3.6em;
  }
}

@media screen and (max-width: 374px) {
  .copy-line-2 .copybiz-char-ja-l {
    font-size: 3.3em;
  }
}

.copybiz-car-v {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.copybiz-container-login {
  font-size: 1.4em;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}

@media screen and (min-width: 960px) {
  .copybiz-container-login {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .copybiz-container-login {
    display: block;
    font-size: 1.2em;
  }
}

.copybiz-container-login-anchor {
  font-size: 1.2em;
  font-weight: 700;
  color: #ffa000;
  display: block;
  text-align: center;
  text-decoration: none;
}

/*   copybiz-banner module
============================================================================ */
.copybiz-banner {
  width: 100%;
  max-width: 520px;
  padding: 15px 15px 0;
  margin: 0 auto -60px;
  background-color: #fff;
  border: solid #173a5e 1px;
  z-index: 4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

@media screen and (max-width: 599px) {
  .copybiz-banner {
    width: 90%;
    margin: 0 auto -49px;
  }
}

.copybiz-banner-attention {
  width: 100%;
  font-size: 1rem;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 960px) {
  .copybiz-banner-attention {
    font-size: 1.2rem;
  }
}

.copybiz-banner-attention-navy {
  color: #173a5e;
}

.l-copy .copybiz-banner-attention {
  padding: 10px 0 0;
}

/*   navigation module
   ========================================================================== */
.navigation {
  width: 100%;
  height: 100%;
  padding: 0 0 0 15px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.navigation-logo {
  height: 100%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.navigation-logo > div {
  width: 100%;
}

.navigation-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.navigation-btn {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 600px) {
  .navigation-btn {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    padding-right: 15px;
  }
}

@media screen and (min-width: 960px) {
  .navigation-btn {
    padding-right: 30px;
    min-width: 52px;
  }
}

@media screen and (min-width: 960px) {
  .navigation-btn:last-child {
    padding-right: 0;
  }
}

.navigation-icon {
  font-size: 2.4rem;
}

.navigation-txt {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
      transform: scale(0.7);
  margin-top: -3px;
  font-weight: 400;
  width: 130%;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .navigation-txt {
    font-size: 1rem;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    margin-top: 0;
    font-weight: 400;
    padding-left: 5px;
  }
}

@media screen and (min-width: 960px) {
  .navigation-txt {
    font-size: 1.2rem;
  }
}

#page-temp .navigation {
  border-bottom: 1px solid #EBEEF1;
}

.navigation-biz-logo {
  width: 158px;
  height: 100%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.navigation-biz-logo div,
.navigation-biz-logo img {
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .navigation-biz-logo {
    width: 313px;
    height: 32px;
  }
}

@media screen and (min-width: 960px) {
  .navigation-biz-logo {
    width: 313px;
    height: 32px;
  }
}

.navigation-biz-btn {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 600px) {
  .navigation-biz-btn {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    padding-right: 15px;
  }
}

@media screen and (max-width: 959px) {
  .navigation-biz-btn {
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 960px) {
  .navigation-biz-btn {
    padding-right: 30px;
    min-width: 52px;
  }
  .navigation-biz-btn:last-child {
    padding-right: 0;
  }
}

.navigation-biz-icon {
  font-size: 2.4rem;
}

@media screen and (min-width: 600px) and (max-width: 720px) {
  .navigation-biz-icon {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 720px) and (max-width: 959px) {
  .navigation-biz-icon {
    font-size: 1.8rem;
  }
}

.navigation-biz-txt {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
      transform: scale(0.7);
  margin-top: -3px;
  font-weight: 400;
  width: 130%;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .navigation-biz-txt {
    font-size: 1.2rem;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    margin-top: 0;
    font-weight: 400;
    padding-left: 5px;
  }
}

@media screen and (min-width: 600px) and (max-width: 720px) {
  .navigation-biz-txt {
    font-size: 1rem;
  }
}

@media screen and (min-width: 960px) {
  .navigation-biz-txt {
    font-size: 1.2rem;
  }
}

/*   menu module
   ========================================================================== */
.menu {
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: #173a5e;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.menu-list {
  width: 100%;
  padding: 0 0 15px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu-list-item {
  height: 100%;
  max-height: 80px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
}

.menu-link {
  height: 100%;
  font-size: 1.7rem;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 374px) {
  .menu-link {
    font-size: 1.4rem;
  }
}

.menu-list-sub-wrap {
  list-style-type: none;
}

.menu-list-ttl-sub {
  border-top: 1px dashed #fff;
  margin-top: 12px;
  padding-top: 12px;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
}

.menu-list-sub {
  margin-top: 10px;
  margin-left: 15px;
  padding-left: 15px;
}

.menu-list-sub a {
  display: block;
  padding: 10px 10px 10px 0;
  color: #fff;
  font-size: 14px;
}

.menu-list-sub li:first-child {
  margin-top: 0;
}

.menu-footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.menu-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.menu-footer-link {
  font-size: 1rem;
  display: inline-block;
  padding: 5px;
}

/*   controller module
   ========================================================================== */
.controll {
  width: 100%;
  display: none;
  padding-top: 15px;
}

@media screen and (min-width: 960px) {
  .controll {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 0;
    display: block !important;
    position: relative !important;
    top: 0 !important;
  }
}

.controll-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .controll-main {
    display: block;
  }
}

.controll-main-element {
  height: 100%;
  background: rgba(222, 226, 230, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media screen and (min-width: 960px) {
  .controll-main-element {
    background-color: #ffffff;
  }
}

.controll-main-element:first-child {
  border-right: 2px solid #ffffff;
}

.controll-category {
  width: 100%;
  z-index: 3;
}

@media screen and (min-width: 600px) {
  .controll-category {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .controll-category {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    -webkit-flex: 0;
            flex: 0;
  }
}

.controll-category-content {
  padding: 10px 0;
}

@media screen and (min-width: 960px) {
  .controll-category-content,
  .controll-category-content.is-hidden {
    width: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 15px;
    display: block;
    box-shadow: none;
  }
}

@media screen and (min-width: 960px) {
  .controll-category-list.dropdown-content-list {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .controll-category-item.dropdown-content-item {
    padding: 13px 15px;
    list-style-type: none;
    font-size: 1.1rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 960px) {
  .controll-category-item.dropdown-content-item.is-dropdown-active {
    font-size: 1.4rem;
    font-weight: 900;
    border-left: 4px solid #FFA000;
  }
}

.controll-switch {
  height: 44px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 600px) {
  .controll-switch {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .controll-switch {
    width: 100%;
  }
}

.controll-switch-btn {
  width: 52px;
  height: 44px;
  font-size: 2.4rem;
}

@media screen and (min-width: 600px) {
  .controll-switch-btn {
    width: 50%;
  }
}

.controll-switch-btn:first-child {
  border-right: 2px solid #ffffff;
}

@media screen and (min-width: 600px) {
  .controll-switch-title {
    font-size: 1.0rem;
    margin-left: 5px;
  }
}

.controll-paging {
  height: 44px;
  border-top: 1px solid rgba(222, 226, 230, 0.95);
  border-bottom: 1px solid rgba(222, 226, 230, 0.95);
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media screen and (min-width: 960px) {
  .controll-paging {
    border-top: none;
    border-bottom: none;
  }
}

.controll-paging.is-page-detail {
  border-top: 1px solid rgba(222, 226, 230, 0.95);
  border-bottom: 1px solid rgba(222, 226, 230, 0.95);
  background: transparent;
}

.controll-paging-prev.is-disabled,
.controll-paging-next.is-disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.controll-balloon {
  padding: 15px 15px 0;
}

@media screen and (min-width: 960px) {
  .controll-balloon {
    padding: 0 0 15px;
  }
}

.is-controll-height0 {
  height: 0;
  padding-top: 0;
}

.is-controll-fixed {
  position: fixed;
  top: 52px;
  z-index: 5;
  padding-top: 0;
}

@media screen and (min-width: 600px) {
  .is-controll-fixed {
    top: 60px;
  }
}

/*   dopdown module
   ========================================================================== */
.dropdown {
  width: 100%;
  position: relative;
}

.dropdown-btn {
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media screen and (max-width: 374px) {
  .dropdown-btn {
    font-size: 1.1rem;
  }
}

.dropdown-content {
  width: calc(100% - 30px);
  max-width: 465px;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: calc(-50% + 15px);
  z-index: 9;
  background: #ffffff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 960px) {
  .controll-category-content.dropdown-content {
    width: 100%;
    max-width: auto;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 9;
    background: #ffffff;
    box-shadow: none;
  }
}

.dropdown-content-list {
  padding: 8px 0;
  margin: 0;
}

@media screen and (max-width: 374px) {
  .dropdown-content-list {
    padding: 4px 0;
  }
}

@media screen and (max-width: 374px) {
  .dropdown-content-list {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.dropdown-content-item {
  list-style-type: none;
  padding: 8px 15px;
  cursor: pointer;
}

@media screen and (max-width: 374px) {
  .dropdown-content-item {
    padding: 12px 15px;
    width: 50%;
  }
}

.dropdown-content-item.is-dropdown-active {
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 374px) {
  .dropdown-content-item.is-dropdown-active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

/*   magazinelist module
========================================================================== */
.magazine-h1-sp {
  display: none;
  text-align: center;
  padding: 15px 0 0;
  font-weight: 700;
  font-size: 1.7rem;
}

.magazine-h1-pc {
  text-align: left;
  padding: 0 13px 15px;
  font-weight: 700;
  font-size: 1.7rem;
}

.magazine-container-blank {
  padding-bottom: 15px;
}

.magazine-container-blank-inn {
  height: 160px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 960px) {
  .magazine-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
  }
}

.magazine-list.is-hidden,
.magazine-dummy.is-hidden {
  display: none !important;
}

.is-cover .magazine-list,
.is-cover .magazine-dummy {
  width: 100%;
  padding: 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .is-cover .magazine-list,
  .is-cover .magazine-dummy {
    padding: 0 20px;
  }
}

.is-cover .is-page-detail.magazine-list {
  display: block;
  padding-top: 0;
}

.is-cover .is-page-detail.magazine-dummy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.is-cover .magazine-item {
  position: relative;
  width: calc(100% / 3);
  padding: 0 7.5px 15px;
}

@media screen and (min-width: 480px) {
  .is-cover .magazine-item {
    width: calc(100% / 4);
  }
}

@media screen and (min-width: 720px) {
  .is-cover .magazine-item {
    width: calc(100% / 6);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .is-cover .magazine-item {
    padding: 0 22.5px 15px;
  }
}

@media screen and (min-width: 1440px) {
  .is-cover .magazine-item {
    width: calc(100% / 8);
  }
}

.is-cover .is-page-detail .magazine-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 960px) {
  .is-cover .is-page-detail .magazine-item {
    width: calc(100% / 4);
    padding: 0 7.5px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .is-cover .is-page-detail .magazine-item {
    width: calc(100% / 5);
  }
}

.is-cover .is-page-detail .magazine-item-inner {
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.magazine-image-outer {
  background: #fff;
}

.is-cover .magazine-image-outer {
  position: relative;
  cursor: pointer;
  line-height: 0;
  -webkit-transition: 0.3 -webkit-box-shadow;
  -webkit-transition: 0.3 box-shadow;
  transition: 0.3 box-shadow;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
}

.magazine-dummy-item .magazine-image-outer img {
  opacity: 0;
}

.is-cover .magazine-dummy-item .magazine-image-outer {
  cursor: default;
  background: #f1f4f6;
}

.magazine-image {
  width: 100%;
}

.is-cover .magazine-image.is-overheight {
  width: auto;
  margin: 0 auto;
}

.is-magazine-shadow {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}

.magazine-date-outer {
  width: 100%;
  height: 18px;
  font-size: 1rem;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.magazine-dummy-item .magazine-date-outer {
  background-color: #f1f4f6;
}

.magazine-date-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

@media screen and (max-width: 374px) {
  .magazine-date-item {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
        transform-origin: left;
  }
}

@media screen and (max-width: 374px) {
  .magazine-read-icon .icon24 {
    width: 20px;
    height: 20px;
    font-size: 2.0rem;
  }
}

.magazine-date-item-num {
  margin-right: 5px;
}

@media screen and (max-width: 374px) {
  .magazine-date-item-num {
    margin-right: 3px;
  }
}

.magazine-date {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
}

.coverView-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
}

.coverView-over-inner {
  width: 100%;
  height: 100%;
  line-height: normal;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.is-disabled .coverView-over-inner {
  background: rgba(220, 220, 220, 0.9);
}

.coverView-btn-read {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  color: #173a5e;
}

@media screen and (max-width: 374px) {
  .coverView-btn-read-icon {
    font-size: 3.2rem;
    width: 32px;
    height: 32px;
  }
}

.is-disabled .coverView-btn-read {
  cursor: default;
  color: rgba(23, 58, 94, 0.3);
}

.coverView-btn-detail {
  width: 100%;
  height: 50px;
  color: #ffffff;
  background: #173a5e;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

/*   detailView module
========================================================================== */
.is-cover .magazine-info {
  display: none;
}

.is-detail .magazine-list,
.is-detail .magazine-dummy {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .is-detail .magazine-list,
  .is-detail .magazine-dummy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.is-detail .magazine-item {
  border-bottom: 1px solid #EBEEF1;
}

@media screen and (min-width: 960px) {
  .is-detail .magazine-item {
    width: 50%;
  }
}

.is-detail .magazine-item-inner {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  cursor: pointer;
}

.is-detail .magazine-visual {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 374px) {
  .is-detail .magazine-visual {
    width: 70px;
  }
}

.is-detail .magazine-image-outer {
  position: relative;
}

.is-detail .magazine-info {
  width: 100%;
  padding: 0 0 0 15px;
}

.is-detail .magazine-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.is-detail .magazine-desc {
  margin-bottom: 10px;
  position: relative;
}

.is-detail .magazine-date-detail {
  width: 100%;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.is-detail .magazine-date-detail > div {
  margin-right: 5px;
  margin-bottom: 5px;
}

.is-detail .magazine-date-outer {
  height: auto;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: normal;
}

.is-detail .magazine-date-item {
  margin-bottom: 2px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

@media screen and (max-width: 374px) {
  .is-detail .magazine-date-item {
    width: 100%;
  }
}

.is-detail .magazine-date {
  margin-right: 0px;
}

.is-detail .magazine-read-icon .icon24 {
  width: 24px;
  height: 24px;
  font-size: 2.4rem;
}

.detailView-over {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.detailView-over-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-top: 1px solid #EBEEF1;
}

.detailView-btn-read {
  width: 50%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #EBEEF1;
}

.is-disabled .detailView-btn-read {
  opacity: 0.3;
  cursor: default;
}

.detailView-btn-read .icon-big {
  font-size: 3.2rem;
}

@media screen and (max-width: 374px) {
  .detailView-btn-read .icon-big {
    font-size: 2.4rem;
    width: 28px;
  }
}

.detailView-btn-detail {
  width: 50%;
  height: 100%;
  background: #173a5e;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.magazine-dummy-item .magazine-title {
  height: 24px;
  background: #f1f4f6;
}

.magazine-dummy-item .magazine-desc {
  height: 46px;
  margin-bottom: 0;
  background: #f1f4f6;
}

@media screen and (min-width: 600px) {
  .magazine-dummy-item .magazine-desc {
    height: 97px;
  }
}

.is-detailView-close {
  height: 0;
}

.is-detailView-open {
  height: 44px;
}

/*   プラン詳細
========================================================================== */
@media screen and (min-width: 960px) {
  .priceplan {
    width: 50%;
    background-color: #EBEEF1;
    padding: 30px;
  }
}

.priceplan-detail {
  text-align: center;
  position: relative;
}

.priceplan-name {
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .priceplan-name {
    font-size: 2.4rem;
  }
}

.priceplan-price {
  font-size: 4.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #ffa000;
}

@media screen and (max-width: 374px) {
  .priceplan-price {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 960px) {
  .priceplan-price {
    font-size: 6.4rem;
  }
}

.priceplan-period {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 960px) {
  .priceplan-period {
    font-size: 1.7rem;
  }
}

.priceplan-period-tax {
  font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
  .priceplan-period-tax {
    font-size: 1.4rem;
  }
}

.priceplan-attention {
  width: 100%;
  color: #fc5a03;
  position: absolute;
  top: -40px;
}

.priceplan-attention > div {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff5a00;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.priceplan-attention-strong {
  font-size: 2.2rem;
  white-space: nowrap;
}

/*   ポイント特典
========================================================================== */
@media screen and (min-width: 960px) {
  .point {
    width: 50%;
    background-color: #173a5e;
    padding: 30px 0;
    color: #ffffff;
  }
}

.point-heading {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 15px;
}

.point-heading-strong {
  font-size: 1.7rem;
  color: #fc5a03;
}

@media screen and (min-width: 600px) {
  .point-heading-strong {
    font-size: 2.4rem;
  }
}

.point-desc {
  margin: 0;
  padding: 15px;
  text-align: center;
}

/*  サービス特徴
========================================================================== */
.feature-mask {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(5, 37, 70, 0.45);
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}

@media screen and (min-width: 600px) {
  .feature-mask {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 38, 66, 0)), color-stop(40%, rgba(0, 38, 66, 0.1)), to(#002642));
    background: -webkit-linear-gradient(right, rgba(0, 38, 66, 0) 0%, rgba(0, 38, 66, 0.1) 40%, #002642 100%);
    background: linear-gradient(to left, rgba(0, 38, 66, 0) 0%, rgba(0, 38, 66, 0.1) 40%, #002642 100%);
  }
}

.feature-item {
  text-align: center;
  color: #ffffff;
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (min-width: 600px) {
  .feature-item {
    padding: 120px 0 0;
  }
}

@media screen and (min-width: 960px) {
  .feature-item {
    width: 50%;
  }
}

.feature-item svg {
  width: 100%;
}

.feature-item:last-child {
  padding: 80px 0 80px;
}

@media screen and (min-width: 600px) {
  .feature-item:last-child {
    padding: 120px 0 120px;
  }
}

.feature-item-1 .svg-outer {
  width: 120%;
  padding: 15px 0;
}

@media screen and (min-width: 600px) {
  .feature-item-1 .svg-outer {
    width: 70%;
  }
}

@media screen and (min-width: 960px) {
  .feature-item-1 .svg-outer {
    width: 100%;
    max-width: 600px;
    padding: 15px;
  }
}

.feature-item-1 .feature-desc {
  margin-top: -75px;
}

.feature-item-1 .st0 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.feature-item-1 .st0.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}

.feature-item-1 .st1 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
      transform: translateY(40px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.feature-item-1 .st1.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.feature-item-2 .svg-outer {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .feature-item-2 .svg-outer {
    width: 70%;
  }
}

@media screen and (min-width: 960px) {
  .feature-item-2 .svg-outer {
    width: 100%;
    max-width: 600px;
    padding: 15px;
  }
}

.feature-item-2 .st1 {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.feature-item-2 .st1.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}

.feature-item-3 .svg-outer {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .feature-item-3 .svg-outer {
    width: 60%;
  }
}

@media screen and (min-width: 960px) {
  .feature-item-3 .svg-outer {
    width: 100%;
    max-width: 600px;
    padding: 15px;
  }
}

.feature-item-3 .st1 {
  opacity: 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
      transform: translateX(-15px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.feature-item-3 .st1.show {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
      transform: translateX(0px);
}

/*   サービス情報
========================================================================== */
@media screen and (min-width: 600px) {
  .serviceInfo-item {
    width: 50%;
    padding: 0 7.5px;
  }
  .serviceInfo-item .accordion-nest {
    display: block !important;
  }
  .serviceInfo-content {
    padding: 0 15px;
  }
}

/*   detail page module
========================================================================== */
.detail-main {
  padding: 15px;
}

@media screen and (min-width: 960px) {
  .detail-main {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .detail-sub {
    width: 50%;
    padding: 0 15px;
  }
}

.detail-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-bottom: 15px;
}

.detail-visual {
  width: 140px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 374px) {
  .detail-visual {
    width: 120px;
  }
}

@media screen and (min-width: 600px) {
  .detail-visual {
    width: 240px;
  }
}

.detail-visual img {
  width: 100%;
}

.detail-info {
  width: 100%;
  padding-left: 15px;
}

.detail-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
  .detail-title {
    font-size: 2.4rem;
  }
}

.detail-title-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 374px) {
  .detail-title-date {
    font-size: 1.4rem;
  }
}

.detail-title-date-txt {
  margin-right: 5px;
}

.detail-limit {
  font-size: 1rem;
  margin-bottom: 10px;
}

.detail-btn-read {
  padding: 6px;
}

.detail-btn a:first-child {
  margin-bottom: 15px;
}

.detail-sub-item {
  padding: 15px 0 0;
  text-align: center;
}

/*  タブ -ステップ-
========================================================================== */
.tab-step {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border: 1px solid #EBEEF1;
}

.tab-step-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px 10px;
  border-right: 1px solid #EBEEF1;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 600px) {
  .tab-step-item {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.tab-step-item.is-current {
  background: #ffa000;
}

.tab-step-item:last-child {
  border-right: 0px;
}

.tab-step-item:first-child {
  position: relative;
  z-index: 2;
}

.tab-step-item:after,
.tab-step-item:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 4;
}

.tab-step-item:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}

.tab-step-item:before {
  border-color: rgba(235, 238, 241, 0);
  border-left-color: #EBEEF1;
  border-width: 13px;
  margin-top: -13px;
}

.tab-step-item.is-current:after {
  border-color: rgba(255, 160, 0, 0);
  border-left-color: #ffa000;
  border-width: 10px;
  margin-top: -10px;
}

.tab-step-item:last-child:after,
.tab-step-item:last-child:before {
  display: none;
}

/*  ラジオボタン
========================================================================== */
.radio {
  border: 2px solid #EBEEF1;
  margin-bottom: 15px;
}

.radio:last-child {
  margin-bottom: 0px;
}

.radio.is-active {
  border: 2px solid #ffa000;
}

.radio-inn {
  padding: 0 0 0 15px;
}

.radio-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.radio-content-input {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #EBEEF1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.is-active .radio-content-input {
  width: 26px;
  height: 26px;
  border: 6px solid #ffa000;
  border-radius: 50%;
  background: #ffffff;
}

.radio-content-txt {
  display: block;
  position: relative;
  padding: 30px 0 30px 15px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .radio-content-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.radio-content-txt-item {
  padding-right: 15px;
}

.input-radio {
  display: none;
}

.input-radio + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #EBEEF1;
  box-sizing: border-box;
}

.input-radio:checked + label::before {
  border: 6px solid #ffa000;
  background: #ffffff;
}

.input-radio + label > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7rem;
  font-weight: 700;
}

/*  チェックボックス
========================================================================== */
.input-check {
  display: none;
}

.input-check + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/imgs/checkbox.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
}

.input-check:checked + label::before {
  background-image: url(/imgs/checkbox_on.png);
}

/*  インプット
========================================================================== */
.input-w10 {
  width: 10rem;
}

.input-txt {
  padding: 10px;
}

.input-wmax {
  width: 100%;
}

.input-w15 {
  width: 15rem;
}

.input-select {
  padding: 10px;
}

/*  告知ボックス
========================================================================== */
.notice {
  padding: 15px 15px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.notice-inner {
  padding: 12px;
  background: #FFEDE6;
}

.notice-note .notice-inner {
  border-color: #173a5e;
}

.notice-title {
  color: #fc5a03;
  font-weight: 700;
  margin-bottom: 5px;
}

.notice-link {
  color: #0069ca;
}

.notice-define,
.notice-define dt,
.notice-define dd {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 720px) {
  .notice-define,
  .notice-define dt,
  .notice-define dd {
    display: inline-block;
  }
}

.magazine-notice {
  position: relative;
  padding: 37px 15px 0;
  background: #fff;
}

.magazine-notice-inner {
  padding: 10px 0 0;
}

.magazine-notice-title {
  color: #173a5e;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.magazine-notice-title:before, .magazine-notice-title:after {
  border-top: 2px solid;
  border-color: #FC5A03;
  content: "";
  flex-grow: 1;
}
.magazine-notice-title:before {
  margin-right: 1.2em;
}
.magazine-notice-title:after {
  margin-left: 1.2em;
}

.magazine-notice-info {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.magazine-notice-info li {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .magazine-notice {
    padding-top: 30px;
  }
  .magazine-notice-inner {
    border-width: 3px;
  }
  .magazine-notice-title {
    padding: 8px 0;
    font-size: 22px;
  }
  .magazine-notice-info {
    margin: 0 0 10px;
  }
  .magazine-notice-info li {
    font-size: 1.4rem;
  }
  .magazine-notice-title:before {
    margin-right: 0.3em;
  }
  .magazine-notice-title:after {
    margin-left: 0.3em;
  }
}

/*  divider
========================================================================== */
.devide-line {
  border-bottom: 1px solid #EBEEF1;
}

/*   balloon module
============================================================================ */
.balloon {
  width: 100%;
}

.balloon-content {
  background: #ffffff;
  border: 3px solid #173a5e;
  width: 100%;
  padding: 5px;
  text-align: center;
  position: relative;
  font-weight: 700;
}

.balloon-content:after, .balloon-content:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.balloon-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}

.balloon-content:before {
  border-color: rgba(23, 59, 94, 0);
  border-top-color: #173a5e;
  border-width: 10px;
  margin-left: -10px;
}

/*   banner-enrollment module
============================================================================ */
.banner-enrollment {
  width: 100%;
  padding: 15px 15px 0;
  background-color: rgba(23, 58, 94, 0.9);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.banner-enrollment-second {
  padding: 0;
  background: transparent;
  overflow: visible;
}

.banner-enrollment.is-banner-orange {
  background-color: rgba(252, 160, 1, 0.95);
}

.banner-enrollment.is-banner-orange > div {
  color: #2a4a71 !important;
}

.banner-enrollment.is-banner-orange > a {
  background: #ffffff;
}

.banner-enrollment-attention {
  width: 100%;
  font-size: 1rem;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 374px) {
  .banner-enrollment-attention {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    width: 120%;
  }
}

@media screen and (min-width: 960px) {
  .banner-enrollment-attention {
    font-size: 1.2rem;
  }
}

.banner-enrollment-attention-navy {
  color: #173a5e;
}

.l-copy .banner-enrollment-attention {
  padding: 10px 0 0;
}

/*  tagline module　「約200雑誌が月額380円(税込)で読み放題」
============================================================================ */
.tagline-price {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .tagline-price-second {
    font-size: 1.4rem;
  }
}

.tagline-price-navy {
  color: #173a5e;
}

.tagline-price-normal {
  font-size: 1.2em;
}

.tagline-price-strong {
  font-size: 1.7em;
  font-weight: 700;
}

.tagline-price-strong-en {
  font-size: 2.2em;
  font-weight: 700;
  margin: 0 1px;
  display: inline-block;
}

@media screen and (max-width: 374px) {
  .tagline-price-strong-en-sp {
    font-size: 1.8em;
    font-weight: 700;
  }
}

.tagline-price-timing {
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 1rem;
  text-align: left;
  line-height: 1;
  text-align: left;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
      transform-origin: left;
}

/*  tagline module　「31日寛0縁で試す」
============================================================================ */
.tagline-trial {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.tagline-trial-strong {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.tagline-trial-strong-en {
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0 0 0 1px;
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .tagline-trial-strong-en {
    font-size: 3.2rem;
  }
}

.tagline-trial.is-single {
  font-size: 2.4rem;
  font-weight: 700;
}

/*  snsボタン
============================================================================ */
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 15px;
}

.sns-item {
  margin: 0 2px;
}

.sns-tw iframe {
  vertical-align: bottom;
}

/*  フッターバナー
============================================================================ */
.footer-bnr {
  max-width: 160px;
}

/*  コピーライト
============================================================================ */
.copyright {
  font-size: 1rem;
  text-align: center;
  padding: 15px;
}

.copyright-biz {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding: 0 15px 15px;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
}

.footer-link {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (min-width: 600px) {
  .footer-link {
    margin: 0 10px 15px;
  }
}

@media screen and (min-width: 960px) {
  .footer-link {
    margin: 0 10px;
  }
}

.footer-biz-bottom {
  text-align: center;
  bottom: 0;
  padding: 15px;
}

.footer-biz-bottom:first-child {
  border-bottom: solid #fff 1px;
}

.footer-biz-bottom:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 599px) {
  .footer-biz-bottom {
    border-width: 20px;
    padding: 0;
  }
}

.footer-biz-link {
  display: inline-block;
  margin: 0 10px;
  color: #ffffff;
}

@media screen and (min-width: 600px) {
  .footer-biz-link {
    margin: 0 10px 15px;
  }
}

@media screen and (min-width: 960px) {
  .footer-biz-link {
    margin: 0 10px;
  }
}

.sp-footer-contents .l-temp-navy {
  background: #173a5e;
  padding: 5px 10px 5px 20px;
  border-bottom: solid #EBEEF1 1px;
}

.sp-footer-contents .l-page-content:last-child {
  border-bottom: solid #EBEEF1 0;
}

.sp-footer-contents a {
  width: 100%;
}

/*  画像ボックス
============================================================================ */
.box-image {
  line-height: 0;
}

/*  タグ
============================================================================ */
.tag {
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  display: inline-block;
  font-size: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.tag-border-orange {
  border: 1px solid #ffa000;
  color: #ffa000;
}

.tag-orange {
  color: #ffffff;
  background: #ffa000;
}

/*  アコーディオン
========================================================================== */
.accordion:first-child {
  margin-bottom: 5px;
}

.accordion-head {
  width: 100%;
  height: 40px;
  background: #EBEEF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 0 0 15px;
  cursor: pointer;
}

.accordion-title {
  width: 100%;
  white-space: nowrap;
}

.accordion-nest {
  display: none;
}

.accordion-nest-content {
  padding: 15px 0;
}

.accordion.is-border:first-child {
  margin-bottom: 15px;
}

.accordion.is-border {
  margin-bottom: 15px;
}

.accordion-head {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 0 0 15px;
  cursor: pointer;
}

.accordion.is-border .accordion-head {
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid #000000;
}

.accordion-title {
  width: 100%;
  white-space: nowrap;
}

.accordion-nest {
  display: none;
}

.accordion-nest-content {
  padding: 15px 0;
}

.mypage-item .table:not(:first-child) {
  margin-top: 15px;
}

#cont-faq h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

#cont-faq .nest-cont-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

#cont-faq .nest-cont-inn .large {
  width: 30px;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

/*  ステップ表記
========================================================================== */
.step {
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  margin-right: 0.8em;
}

.step-num-en-small {
  font-size: 1.2rem;
  font-weight: 700;
}

/*  サービス要約ボックス
========================================================================== */
.service-summary-inner {
  display: block;
  padding: 15px;
  background: #EBEEF1;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .service-summary-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0;
    background: transparent;
  }
}

.service-summary-item {
  text-align: left;
}

@media screen and (min-width: 600px) {
  .service-summary-item {
    background: #EBEEF1;
    padding: 15px;
  }
}

/*  シマーローディング
========================================================================== */
.loading-shimmer::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  -webkit-animation: loading 1.5s infinite;
  animation: loading 1.5s infinite;
}

.loading-shimmer.loading-shimmer-large::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/*   サービス詳細
========================================================================== */
.service-detail {
  border-bottom: 1px solid #EBEEF1;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .service-detail {
    margin-bottom: 0;
  }
}

.service-detail-inn {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .service-detail-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.service-detail-desc {
  padding: 15px 15px 0;
}

@media screen and (min-width: 600px) {
  .service-detail-desc {
    padding: 30px 0 30px 30px;
    border-top: none;
  }
}

.service-detail:last-child {
  border-bottom: none;
}

.service-detail-desc-title {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 30px 0 15px;
}

@media screen and (min-width: 600px) {
  .service-detail-desc-title {
    padding: 0 0 15px;
  }
}

@media screen and (min-width: 960px) {
  .service-detail-desc-title {
    font-size: 2.8rem;
  }
}

.service-detail-vi {
  padding: 30px 60px;
}

@media screen and (min-width: 600px) {
  .service-detail-vi {
    padding: 60px 30px;
  }
}

@media screen and (min-width: 960px) {
  .service-detail-vi {
    padding: 60px 30px 60px 60px;
  }
}

.service-detail-vi.is-cut {
  padding-bottom: 0;
}

.service-detail-image {
  max-width: 280px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .service-detail-image {
    max-width: inherit;
  }
}

/*   プラン詳細
========================================================================== */
@media screen and (min-width: 960px) {
  .reasonselect {
    width: 50%;
    /*background-color: $color-lightgray;*/
    padding: 30px;
  }
}

.reasonselect-detail {
  text-align: center;
  position: relative;
}

.reasonselect-name {
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .reasonselect-name {
    font-size: 2.4rem;
  }
}

.reasonselect-price {
  font-size: 4.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #ffa000;
}

@media screen and (max-width: 374px) {
  .reasonselect-price {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 960px) {
  .reasonselect-price {
    font-size: 6.4rem;
  }
}

.heading-1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 374px) {
  .heading-1 {
    font-size: 2.4rem;
  }
}

.reason-heading-1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 959px) {
  .reason-heading-1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 720px) {
  .reason-heading-1 {
    font-size: 1.7rem;
  }
}

/*
.heading-single {
  margin-bottom: 0px!important;
}

.heading-1-light {
  font-size: $font-size-large;
  font-weight: $font-weight-light;
  margin-bottom: 15px;
  @include min-screen($breakpoint-min-tablet) {
    font-size: $font-size-xlarge;
  }
}

.heading-2-large {
  font-size: $font-size-large-fixed;
  font-weight: $font-weight-bold;
  margin-bottom: 15px;
  @include max-screen($breakpoint-max-mobile-small) {
    font-size: $font-size-medium;
  }
}
*/
.reasonselect-period {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 960px) {
  .reasonselect-period {
    font-size: 1.7rem;
  }
}

.reasonselect-period-tax {
  font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
  .reasonselect-period-tax {
    font-size: 1.4rem;
  }
}

.reasonselect-attention {
  width: 100%;
  color: #fc5a03;
  position: absolute;
  top: -40px;
}

.reasonselect-attention > div {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff5a00;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.reasonselect-attention-strong {
  font-size: 2.2rem;
  white-space: nowrap;
}

.reason-number-icon {
  line-height: 52px;
  background: #ffa000;
  color: #173a5e;
  display: inline-block;
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.0rem;
}

.reason-img {
  width: 100%;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

.lt-temp {
  background: #ffffff;
  border-top: 1px solid #EBEEF1;
}

.reason-item2 {
  background: -webkit-linear-gradient(bottom, #EBEEF1, #EBEEF1) repeat-y center/1px;
  background: linear-gradient(to top, #EBEEF1, #EBEEF1) repeat-y center/1px;
  margin-top: -45px;
}

@media screen and (max-width: 599px) {
  .reason-item2 {
    background: -webkit-linear-gradient(bottom, #EBEEF1, #EBEEF1) repeat-y center/0;
    background: linear-gradient(to top, #EBEEF1, #EBEEF1) repeat-y center/0;
    margin-top: -65px;
  }
}

@media screen and (max-width: 599px) {
  .reason-item2 .box-generic-mb45:last-child {
    margin-top: -30px;
    margin-bottom: 25px;
  }
}

.flow-img {
  width: 100%;
  width: 80px;
  text-align: center;
  margin: 0 auto;
}

.flow-number-icon {
  color: #173a5e;
  vertical-align: bottom;
  text-align: left;
  margin-right: 20px;
  font-size: 1.0rem;
  margin-bottom: 4px;
}

/*   rate module
========================================================================== */
.rate-plan {
  position: relative;
  z-index: 1;
  background: #173a5e;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .l-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 0 15px;
  }
}

.rate-plan .rate-wrap .rate-wrap-inner {
  *zoom: 1;
}

.rate-plan .rate-wrap .rate-wrap-inner::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.rate-plan .rate-wrap .left_wrap,
.rate-plan .rate-wrap .right_wrap {
  display: inline-block;
  background: #fff;
  max-width: 680px;
  width: 100%;
  vertical-align: top;
  height: 188px;
}

.rate-plan .rate-wrap .right_wrap {
  margin-left: 0;
  position: relative;
}

.rate-plan .rate-wrap .left_wrap p,
.rate-plan .rate-wrap .right_wrap p {
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  margin: 0 0 0;
}

.rate-plan .rate-wrap .left_wrap h4 span,
.rate-plan .rate-wrap .right_wrap h4 span {
  display: block;
  color: #a2b0bf;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
}

.rate-plan .rate-wrap h4 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 0;
}

.rate-plan .rate-wrap h4::after {
  content: "";
  border-bottom: 1px solid #173a5e;
  width: 30px;
  display: block;
  margin: auto;
  padding-top: 18px;
}

.btn-rate {
  margin: 0 auto;
  border: solid #fff 1px;
}

@media screen and (max-width: 599px) {
  #cont-price {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/*  element state
   ========================================================================== */
.is-hidden {
  display: none;
}

.is-transparent {
  opacity: 0;
}

.is-underlayer {
  z-index: -9999;
}

.is-txt-active {
  color: #ffa000;
}

.is-relative {
  position: relative !important;
  top: 0 !important;
}

.is-fixed {
  position: fixed;
}

.is-overflow-hidden {
  overflow: hidden;
}

.is-rotate45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/*   dateperiod
========================================================================== */
.dateperiod {
  color: #ffa000;
  text-align: center;
  font-size: 1.3em;
}

.dateperiod p {
  margin: 0 0 5px 0;
}

.dateperiod #date {
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .dateperiod {
    color: #ffffff;
  }
  .dateperiod #date {
    font-size: 2.2em;
  }
}
