@charset 'utf-8';

/*================================================================================================
リセット共通
独自ブロック内のエレメントをリセットするときは ラッパー要素に.reset_cmnを付与すること。
=================================================================================================*/
.reset_cmn,
.reset_cmn * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

.text-center .reset_cmn {
  text-align: left;
}

.border-bottom {
  border-bottom: 0 !important;
}

.help-block {
  color: #ed7070;
}

.free-shipment {
  color: #ed7070;
}

a {
  color: #45589e;
}

a:hover {
  text-decoration: underline;
  color: #657aca;
}

/*.text-navy {
  color: #337ab7;
}*/
a.text-navy {
  pointer-events: none;
  color: #000;
  text-decoration: none;
}

.list-items a.lst-image {
  pointer-events: none !important;
}

.red {
  color: #ed7070;
}

/*ボタンのカスタマイズ*/
a.btn_normal {
  background-color: #192658;
  color: #fff;
  text-decoration: none;
}

a.btn_normal::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

a.btn_normal:hover {
  background-color: #475179;
}

.btn {
  text-decoration: none !important;
}

.js_btn_pagetop {
  display: none;
}

.js_btn_change,
.js_btn_add,
.change-shipment-button {
  background: #282c5c !important;
  color: #fff !important;
  border-color: #282c5c !important;
  text-decoration: none !important;
}

.js_btn_logout {
  text-decoration: none !important;
}


.js_btn_pw_change {
  background: #fff !important;
  border: 1px solid #e7eaec !important;
  color: #000 !important;
}

.js_btn_pw_change:hover {
  background: #f0f2f7 !important;
  border: 1px solid #d2d2d2 !important;
  color: #000 !important;
}

.js_btn_return {}

.js_btn_stop {}

.js_btn_add {
  text-decoration: none !important;
}

.js_btn_zip,
.js_btn_delete,
.js_btn_edit {
  background: #f5f7f8 !important;
  color: #676a6c !important;
  text-decoration: none !important;
  border-color: #ccc !important;
}

.js_btn_zip:hover,
.js_btn_delete:hover,
.js_btn_edit:hover {
  background: #eef1f3 !important;
}

.js_label_regular {
  background: #ed7070 !important;
  color: #fff !important;
}

.js_btn_nocancel {
  background: #fff1f1 !important;
  color: #ed7070 !important;
  border: 0 !important;
}

.js_btn_newaddress {
  background: #282c5c !important;
  color: #fff !important;
  border-color: #282c5c !important;
  text-decoration: none !important;
}

.js_btn_chooseaddress,
.js_btn_reset,
.js_btn_itemcontact {
  background: #eef1f3 !important;
  color: #676a6c !important;
  border: 1px solid #d2d2d2 !important;
}

.js_btn_favo {
  display: none !important;
}

.js_btn_doui {
  background: #fdfbe2 !important;
}

.js_btn_apply {
  background-color: #232751 !important;
  border-color: #232751 !important;
  color: #fff !important;
}

.js_btn_gr {
  background: #009ea0;
  border: 0 !important;
}

.js_btn_gr:hover,
.js_btn_gr:active,
.js_btn_gr:focus {
  background: #13a9ab !important;
  border: 0 !important;
}

.mypage_bnr {
  display: none;
}

/*=================================================================================================
===================================================================================================
PC用CSS
※ブレイクポイントは768pxで、768px以上はPC用CSSを読み込みます。
===================================================================================================
=================================================================================================*/
@media screen and (min-width: 768px) {

  /*-------------------------------------------------------------------------------------------
  reset css
  リセットCSSは広告用記事、LPでも読み込まれている可能性があるので変更しないでください。
  変更が必要な場合は制作部藤本まで。
  -------------------------------------------------------------------------------------------*/
  body {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  blockquote {
    font-size: 16px;
    font-weight: normal;
  }

  ul,
  ol,
  li {
    list-style-type: none;
  }

  table {
    border-collapse: collapse;
  }

  i {
    font-style: normal;
    vertical-align: 0;
  }

  img {
    border: 0;
    vertical-align: bottom;
  }

  a {
    outline: 0;
    text-decoration: underline;
  }

  /*.col-lg-offset-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .col-md-10 {
    width: auto;
  }*/

  /*-------------------------------------------------------------------------------------------
  サブスクストアのデフォルトレイアウトをアスターワン用に調整
  -------------------------------------------------------------------------------------------*/
  @media screen and (min-width: 1200px) {
    .container {
      width: 1120px;
      padding-left: 60px;
      padding-right: 60px;
    }
  }


  /*-------------------------------------------------------------------------------------------
  共通 CSS
  -------------------------------------------------------------------------------------------*/
  .cf:after,
  .clerafix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
  }

  .only_sp {
    display: none;
  }

  .reset_cmn a {
    color: #337ab7;
    text-decoration: underline;
  }



  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small,
  .h1 small,
  .h1 .small,
  .h2 small,
  .h2 .small,
  .h3 small,
  .h3 .small,
  .h4 small,
  .h4 .small,
  .h5 small,
  .h5 .small,
  .h6 small,
  .h6 .small {
    color: #000;
  }


  /*ボタンのカスタマイズ*/
  a.btn_normal {
    position: relative;
    display: inline-block;
    padding: 1.5em 4em 1.5em 3em;
    margin: 1.6em 0;
    background-color: #192658;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
  }

  a.btn_normal::after {
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin: auto 0;
    transform: rotate(-45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  a.btn_normal:hover {
    background-color: #475179;
  }

  .btn {
    text-decoration: none !important;
  }

  .js_btn_pagetop {
    display: none;
  }

  .js_btn_decision {
    margin-top: 4px;
  }

  .js_btn_logout {
    text-decoration: none !important;
  }



  .js_btn_return {}

  .js_btn_stop {}

  .js_btn_add {
    text-decoration: none !important;
  }

  .js_btn_zip,
  .js_btn_delete,
  .js_btn_edit {
    background: #f5f7f8 !important;
    color: #676a6c !important;
    text-decoration: none !important;
    border-color: #ccc !important;
  }

  .js_btn_zip:hover,
  .js_btn_delete:hover,
  .js_btn_edit:hover {
    background: #eef1f3 !important;
  }

  .js_label_regular {
    background: #ed7070 !important;
    color: #fff !important;
    font-size: 11px !important;
  }

  .js_btn_nocancel {
    background: #fff1f1 !important;
    color: #ed7070 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border: 0 !important;
  }

  .js_btn_newaddress {
    background: #282c5c !important;
    color: #fff !important;
    border-color: #282c5c !important;
    text-decoration: none !important;
  }

  .js_btn_chooseaddress,
  .js_btn_reset,
  .js_btn_itemcontact {
    background: #eef1f3 !important;
    color: #676a6c !important;
    border: 1px solid #d2d2d2 !important;
  }

  .js_btn_doui {
    background: #fdfbe2 !important;
    font-size: 16px;
    padding: 10px 40px !important;
  }

  .js_btn_apply {
    background-color: #232751 !important;
    border-color: #232751 !important;
    color: #fff !important;
  }

  .js_btn_gr {
    background: #009ea0;
    border: 0 !important;
  }

  .js_btn_gr:hover,
  .js_btn_gr:active,
  .js_btn_gr:focus {
    background: #13a9ab !important;
    border: 0 !important;
  }


  /*-------------------------------------------------------------------------------------------
  レイアウト
  -------------------------------------------------------------------------------------------*/
  /*.wrapper-content {
    background: #f3f3f4;
  }
  .contents-wrapper {
    width: 1000px;
    width: auto;
    margin: auto;
    padding-bottom: 80px;
  }
  
  .contents-wrapper .main-content {
    width: auto;
    float: none;
  }
  
  .contents-wrapper .right-side {
    width: auto;
    float: none;
  }*/



  /*===========================================================
  グローバルヘッダー
  ===========================================================*/
  div.global_sp_menu {
    display: none;
  }

  div.global_header_text {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #ed7070;
    letter-spacing: 0.1em;
  }

  div.global_header_text a {
    color: #ed7070 !important;
    text-decoration: underline;
  }

  h1.site_logo {
    position: relative;
    width: 225px;
    height: 59px;
    margin: 0 auto;
  }

  h1.site_logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    margin: auto;
    z-index: 1;
  }

  nav.main_nav {
    width: 100%;
    background: #192658;
  }

  nav.main_nav ul {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    width: 1000px;
    margin: 0 auto;
    z-index: 1;
    padding-left: 0;
  }

  nav.main_nav ul > li {
    display: block;
    width: 20%;
    height: 50px;
    text-align: center;
    transition: 1s border;
  }

  nav.main_nav ul > li a,
  nav.main_nav ul > li span {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
  }

  nav.main_nav > ul > li > a::after,
  nav.main_nav > ul > li > span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 0;
    height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: 0.5s all;
    border-bottom: 4px solid #f0f2f7;
    opacity: 0;
  }

  nav.main_nav > ul > li:hover > a::after,
  nav.main_nav > ul > li:hover > span::after,
  nav.main_nav > ul > li.active > a::after,
  nav.main_nav > ul > li.active > span::after {
    width: 100%;
    opacity: 1;
  }

  nav.main_nav > ul > li ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    background-color: #f0f2f7;
    transition: 1s opacity;
    overflow: hidden;
    opacity: 0;
  }

  nav.main_nav > ul > li ul li {
    width: auto;
    padding: 0;
  }

  nav.main_nav > ul > li:hover ul,
  nav.main_nav > ul > li.active ul {
    height: 64px;
    padding: 22px 0;
    opacity: 1;
  }

  nav.main_nav > ul > li ul a {
    position: relative;
    height: 20px;
    padding: 0 3em 0 2em;
    border-right: 1px solid #c5c5c5;
    color: #3c3d3e;
    line-height: 20px;
  }

  nav.main_nav > ul > li ul a::after {
    position: absolute;
    top: 0;
    right: 2em;
    bottom: 0;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    transform: rotate(-45deg);
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
  }

  nav.main_nav > ul > li ul a:hover {
    color: #4f5980;
    text-decoration: underline;
  }

  nav.main_nav > ul > li ul li:last-child a {
    border-right: none;
  }

  nav.sub_nav {
    position: relative;
    z-index: 0;
  }

  ul.sub_nav_info {
    position: absolute;
    top: -49px;
    left: 0;
    right: 0;
    width: 100%;
    height: 45px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }

  ul.sub_nav_info li {
    float: right;
    margin: 0 0 0 10px;
  }

  ul.sub_nav_info li:first-child {
    display: none;
  }

  ul.sub_nav_info li a {
    display: block;
    height: 45px;
    font-size: 11px;
    letter-spacing: -0.1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #192658;
  }

  ul.sub_nav_info li a:hover {
    opacity: 0.8;
  }

  ul.sub_nav_info a.header_cart::before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-image: url(../images/common/cart_btn.gif);
    background-size: cover;
  }

  ul.sub_nav_info a.mypage::before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-image: url(../images/common/mypage_btn.gif);
    background-size: cover;
  }

  ul.sub_nav_info li span.menu_btn {
    display: block;
    height: 28px;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #192658;
    cursor: pointer;
  }

  ul.sub_nav_info span.menu_btn span {
    position: relative;
    display: block;
    width: 28px;
    height: 4px;
    margin: 12px auto;
    background: #192658;
    transition: 0.3s all;
  }

  ul.sub_nav_info span.menu_btn span::before,
  ul.sub_nav_info span.menu_btn span::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28px;
    height: 4px;
    background: #192658;
    transition: 0.3s all;
  }

  ul.sub_nav_info span.menu_btn span::before {
    margin-top: -8px;
  }

  ul.sub_nav_info span.menu_btn span::after {
    margin-top: 8px;
  }

  ul.sub_nav_info span.menu_btn.active span {
    background: transparent;
  }

  ul.sub_nav_info span.menu_btn.active span::before,
  ul.sub_nav_info span.menu_btn.active span::after {
    margin-top: -1px;
    background: #192658;
  }

  ul.sub_nav_info span.menu_btn.active span::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  ul.sub_nav_info span.menu_btn.active span::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }


  /*===========================================================
  グローバルナビ下のパンくずリスト
  ===========================================================*/
  .border-bottom {
    background: #f3f3f4;
    /*あとで復活するかもなのでスタイルは残しておく*/
  }

  .breadcrumb {
    max-width: 1120px;
    width: auto;
    background: #f3f3f4;
    margin: auto;
    padding: 16px 60px;
    display: none;
    /*あとで復活するかもなのでスタイルは残しておく*/
  }

  .breadcrumb + .breadcrumb {
    padding-top: 0;
  }

  .breadcrumb * {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
  }

  .breadcrumb a {
    color: #45589e !important;
    text-decoration: underline;
  }

  .breadcrumb a:hover {
    color: #657aca !important;
  }

  .breadcrumb a i {
    display: none;
  }

  .breadcrumb li:before {
    display: none !important;
  }

  .breadcrumb a:after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin: 0 1.2em;
    transform: rotate(-45deg);
    border-right: 1px solid #192658;
    border-bottom: 1px solid #192658;
  }

  /*パンくず*/
  .breadcrumb-sub * {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
  }

  .breadcrumb-sub a {
    color: #337ab7 !important;
    text-decoration: underline;
  }

  .breadcrumb-sub a:hover {
    color: #337ab7 !important;
  }

  .breadcrumb-sub a i {
    display: none;
  }

  .breadcrumb-sub li:after {
    display: none !important;
  }

  .breadcrumb-sub a:after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin: 0 1.2em;
    transform: rotate(-45deg);
    border-right: 1px solid #192658;
    border-bottom: 1px solid #192658;
  }

  /*===========================================================
  グローバルフッター
  ===========================================================*/
  .global_footer {
    width: 100%;
    height: 44px;
    padding: 1em;
    background: #192658;
    color: #fff;
    box-sizing: border-box;
  }

  .global_footer .wrapper {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: flex-end;
  }

  .global_footer div.footer_inner {
    width: 55%;
    min-width: 600px;
    margin: 0;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  nav.footer_nav {
    width: 1000px;
    height: 0;
    display: flex;
    position: relative;
    top: 16px;
    margin: auto;
  }

  nav.footer_nav a {
    font-size: 12px;
    margin-right: 2.5em;
    color: #fff;
    text-decoration: none;
  }

  nav.footer_nav a:hover {
    text-decoration: underline;
  }

  .global_footer small {
    display: block;
    font-size: 9px;
  }



  /*-------------------------------------------------------------------------------------------
  共通フッター
  -------------------------------------------------------------------------------------------*/
  div.bottom_common_block aside > div.wrapper {
    width: 1000px;
    padding: 60px;
    margin: 0 auto;
    box-sizing: content-box;
  }

  div.bottom_common_block aside > div.wrapper h2 {
    margin: 0 0 0.5em 0;
    font-size: 16px;
    font-weight: 800;
    color: #192658;
    line-height: 1.3;
    text-align: center;
  }

  div.bottom_common_block aside > div.wrapper p {
    color: #4d453f;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }


  /*バナーエリア*/
  aside.bnr_area ul {
    display: flex;
    width: 101.5%;
    margin: 0 -1.5% -1.5% 0;
    flex-wrap: wrap;
  }
  
  .related_area ul li {
    width: 172px;
  }

  aside.bnr_area ul li {
    width: 23.5%;
    margin: 0 1.5% 1.5% 0;
  }

  aside.bnr_area ul li.big_column {
    width: 48.5%;
  }

  aside.bnr_area ul li img {
    width: 100%;
  }

  /*コンタクトエリア*/
  aside.contact_area {
    background-color: #f4f4f4;
  }

  aside.contact_area div.wrapper {
    display: flex;
  }

  div.contact_area_tel {
    width: 59%;
    padding-right: 35px;
    border-right: 1px solid #ccc;
    flex-grow: 1;
  }

  div.contact_area_tel ul {
    display: flex;
    justify-content: space-between;
  }

  div.contact_area_tel ul li {
    width: 48.7%;
  }

  div.contact_area_tel ul li > a {
    display: block;
    padding: 1em;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-decoration: none;
    color: #192658;
    text-align: center;
  }

  div.contact_area_tel ul li > a h3 {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 800;
  }

  div.contact_area_tel ul li > a h3 br {
    display: none;
  }

  div.contact_area_tel ul li > a p {
    margin: 0;
    font-size: 10px;
    line-height: 1 !important;
  }

  div.contact_area_tel ul li > a p span {
    display: block;
    margin: 0 0 6px 0;
    font-size: 20px;
    font-weight: 800;
  }

  div.contact_area_tel ul li > a p span::before {
    display: inline-block;
    content: "";
    width: 36px;
    height: 21px;
    background-image: url(../images/common/freedial.svg);
    background-size: cover;
    vertical-align: bottom;
  }

  div.contact_area_tel li > span {
    font-size: 12px;
    margin-right: 1em;
    color: #192658;
  }

  div.contact_area_tel li > span:last-child {
    margin-right: 0;
  }

  div.contact_area_mail {
    width: 41%;
    flex-grow: 0;
    text-align: center;
    margin: auto;
  }

  div.contact_area_mail p {
    font-size: 14px;
    text-align: left;
  }

  /*公式ブランドサイト*/
  aside.related_area ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .related_area ul {
    display: flex;
    justify-content: center;
    gap: 0 12px;
  }
  aside.related_area ul li {
    width: 172px;  
  }

  .related_area ul li a:hover,
  .bnr_area li a:hover {
    opacity: 0.8;
  }

  aside.related_area ul li img {
    max-width: 100%;
  }

  /*トップに戻るボタン*/
  .to_top {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #475179;
    text-indent: -9999px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10000;
    transition: 0.5s all;
  }

  .to_top::before {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }


  /*===========================================================
  トップコンテンツ
  ===========================================================*/
  .top_contents {
    background: #f3f3f4;
    padding-top: 30px;
  }




  /*-------------------------------------------------------------------------------------------
  マイページ
  -------------------------------------------------------------------------------------------*/

  .col-lg-offset-2 {
    margin-left: 0;
  }

  .col-lg-8 {
    width: 100%;
  }

  .menu-block-button li a:hover {
    background: #f0f2f7;
  }

  /*ご利用ガイド*/
  .guide_area {
    max-width: 940px;
    width: auto;
    background: #fff;
    color: #000;
    border: 1px solid #192658;
    margin: auto;
  }

  .guide_area .guide_ttl {
    color: #192658;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    padding: 24px 34px;
    position: relative;
    cursor: pointer;
  }

  .guide_area .guide_ttl span {
    background: url(../images/common/icon_wakaba.png) no-repeat left center;
    background-size: auto 100%;
    padding-left: 26px;
  }

  .guide_area .btn_tgl {
    display: block;
    width: 19px;
    height: 11px;
    background: url(../images/common/arrow_blue_top.png) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s;
  }

  .on .btn_tgl {
    transform: rotate(0);
    transition: 0.2s;
  }

  .guide_box {
    display: none;
    padding: 0 34px 24px;
  }

  .guide_box.open {
    display: block;
  }

  .guide_list > li {
    overflow: hidden;
    padding-bottom: 19px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 18px;
  }

  .guide_list > li:first-child {
    //margin-top: 17px;
  }

  .guide_list > li .guide_icon {
    display: inline-block;
    width: 72px;
    background: #192658;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    float: left;
  }

  .guide_txt {
    width: calc(100% - 90px);
    float: right;
  }

  .guide_txt p {
    font-size: 15px;
    line-height: 1.57;
  }

  .guide_txt .guide_tyui {
    background: #fff1f1 url(../images/common/icon_tyui.png) no-repeat 11px 9px;
    background-size: auto 16px;
    color: #ed7070;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.38;
    padding: 8px 16px 8px 40px;
    margin-top: 8px;
  }

  .guide_list + p {
    font-size: 15px;
    line-height: 1;
    text-align: center;
  }

  .mypage_bnr {
    padding: 1.5em 0;
    text-align: center;
  }

  /*-------------------------------------------------------------------------------------------
  ログイン
  -------------------------------------------------------------------------------------------*/
  .help-block {
    font-size: 15px;
  }

  .ibox-title h5,
  .form-control,
  .single-line {
    font-size: 16px;
  }

  .label-danger {
    font-size: 11px;
  }

  /*.btn-default:not(.btn-lg) {
    background: #282c5c;
    color: #fff;
    border-color: #282c5c;
  }*/

  .form-horizontal .control-label {
    text-align: left;
  }

  .form-horizontal .checkbox-inline {
    display: block;
  }

  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-left: 0;
  }

  .radio-inline,
  .checkbox-inline {
    margin-right: 10px;
  }

  .input-field {
    vertical-align: middle;
  }

  .page_sign {}

  /*.col-xs-6{
      width:auto;
    }*/
  .col-sm-2 {
    /*width: 20%;*/
  }

  .course-order-title,
  .course-order-title * {
    font-size: 14px !important;
  }

  .js_a_confirm {
    font-weight: bold;
  }


  .js_shipping_desc .col-sm-9.col-sm-offset-3.text-right {
    width: 100%;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    box-sizing: border-box;
  }

  .js_shipping_desc .col-sm-9.col-sm-offset-3.text-right * {
    font-size: 16px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .js_shipping_desc .col-sm-9.col-sm-offset-3.text-right .js_shipping_desc {
    margin-bottom: 0.7em;
  }

  .js_shipping_desc .col-sm-9.col-sm-offset-3.text-right > div:last-child {
    border-top: 1px dashed #ddd;
    margin: 1em 0 0;
    padding-top: 1em;
  }

  .js_shipping_desc .col-sm-9.col-sm-offset-3.text-right > div:last-child div {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .js_shipping_desc .col-sm-9.col-sm-offset-3.text-right .col-sm-3 {
    width: 15%;
    font-weight: bold;
    text-align: left;
  }

  .js_shipping_desc .col-sm-9.col-sm-offset-3.text-right .col-sm-9 {
    width: 85%;
  }

  .js_shipping_desc .col-sm-9.col-sm-offset-3.text-right .col-sm-2 {
    width: 15%;
  }

  /*会員情報照会ページ専用 match_in*/
  .cnt_match_in {
    width: 1000px;
    background: #fff;
    margin: auto;
    border: 1px solid #192658;
    padding: 1em 2em;
    text-align: left;
  }

  .cnt_match_in h2 {
    color: #192658;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }

  .cnt_match_in p {
    font-size: 16px;
    line-height: 1.5;
  }

  .cnt_match_in p b {
    color: #192658;
    font-weight: bold;
  }

  .cnt_match_in .bnr {
    display: block;
    margin: 20px auto 0;
  }

  
  /* /user/edit 登録情報 */
  .cnt_user_edit_top {
    width: 960px;
    background: #f3f3f4;
    margin: auto;
    padding: 2em 0 0;
  }
  .cnt_user_edit_top > div {
    background: #fff;
    border: 1px solid #333;
    padding: 1em;
  }
  .cnt_user_edit_top p {
    font-size: 1em;
    line-height: 1.5;
  }
  .cnt_user_edit_top p + p {
    margin-top: 0.5em;
  }
}



/*=================================================================================================
===================================================================================================
タブレット用CSS
※タブレットは<meta name="viewport" content="width=1080px">が効いているので基本的には上記のPC用CSSと共通です。
  タブレットのみでの対応が必要な場合はこちらにCSSを指定して下さい。
===================================================================================================
=================================================================================================*/
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .container {
    /*width: 1120px;
      padding-left: 60px;
      padding-right: 60px;*/
    width: 1000px;
  }
}













/*=================================================================================================
===================================================================================================
スマートフォン用CSS
※ブレイクポイントは768pxで、768px未満はスマートフォン用CSSを読み込みます。
===================================================================================================
=================================================================================================*/
@media only screen and (max-width: 767px) {

  /*-------------------------------------------------------------------------------------------
  reset css
  -------------------------------------------------------------------------------------------*/
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    background: #fff !important;
  }

  body {
    font-size: 4vw;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
    color: #4d453f;
    -webkit-text-size-adjust: 100%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  blockquote {
    font-size: 4vw;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }

  ul,
  ol,
  li {
    list-style: none;
  }

  i {
    font-style: normal;
    vertical-align: 0;
  }

  table {
    border-collapse: collapse;
  }

  img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
  }


  a {
    outline: 0;
    text-decoration-line: underline;
  }

  .border-bottom {
    background-color: #f3f3f4;
  }

  ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }

  ::-webkit-scrollbar-track {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(150, 150, 150, 0.8);
    cursor: pointer;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }

  .modal-dialog {
    padding-top: 60px;
    padding-bottom: 100px !important;
  }

  /*-------------------------------------------------------------------------------------------
  共通 CSS
  -------------------------------------------------------------------------------------------*/
  .only_pc {
    display: none;
  }

  .cf:after,
  .clerafix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
  }

  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline:not(.m-l-20) {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 10px;
  }


  /*===========================================================
  カート
  ===========================================================*/
  .amazon-pay-btn {
    margin-top: 20px !important;
  }

  .m-b-lg {
    /*カートに入れるページの無駄なスペース*/
    margin-bottom: 5px !important;
  }

  /*===========================================================
  グローバルヘッダー
  ===========================================================*/
  .global_header {}

  .global_header_text {
    min-height: 7.2vw;
    padding: 0.9vw 2.65vw 0;
    text-align: center;
    line-height: 1.72;
    font-size: 3.3vw;
    color: #ed7070;
    letter-spacing: 0.1em;
  }

  .global_header_text a {
    color: #ed7070;
    /*text-decoration: underline;*/
  }

  h1.site_logo {
    position: relative;
    height: 14.4vw;
    /*border-top: 1px solid #ccc;*/
    box-sizing: border-box;
    line-height: 1;
  }

  h1.site_logo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 44.8vw;
    height: 5.33vw;
    margin: auto;
    z-index: 1;
  }

  h1.site_logo a img {
    width: 100%;
    height: auto;
  }

  body.menu_active .global_header {
    padding: 0;
  }

  .global_header_main {
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 2147;
  }

  nav.main_nav {
    width: 100%;
    background: #192658;
  }

  nav.main_nav ul {
    position: relative;
    display: flex;
    width: 100%;
    height: 16vw;
    margin: 0 auto;
    z-index: 1;
  }

  nav.main_nav ul > li {
    display: block;
    width: 25%;
    text-align: center;
    line-height: 1;
  }

  nav.main_nav ul > li.brand {
    display: none;
  }

  nav.main_nav ul > li a,
  nav.main_nav ul > li span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 2.8vw;
    color: #fff;
    text-decoration: none;
  }

  nav.main_nav ul > li a::before {
    display: block;
    content: "";
    margin: 2.63vw auto 1.2vw auto;
    width: 7.2vw;
    height: 7.2vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  nav.main_nav ul > li.item a::before {
    background-image: url(../images/common/gnav_item_icon.png);
  }

  nav.main_nav ul > li.answers a::before {
    background-image: url(../images/common/gnav_answers_icon.png);
  }

  nav.main_nav ul > li.guide a::before {
    background-image: url(../images/common/gnav_guide_icon.png);
  }

  nav.main_nav ul > li.contact a::before {
    background-image: url(../images/common/gnav_contact_icon.png);
  }


  nav.sub_nav {
    position: relative;
    z-index: 0;
  }

  ul.sub_nav_info {
    position: absolute;
    top: -14.4vw;
    left: 0;
    right: 0;
    width: 100%;
    height: 14vw;
    padding: 2vw 1.85vw 0 1.85vw;
    margin: 0 auto;
    overflow: hidden;
  }

  ul.sub_nav_info li {
    float: right;
    text-align: center;
  }

  ul.sub_nav_info li:first-child {
    display: block;
    float: left;
  }

  ul.sub_nav_info li a {
    display: block;
    width: 11.73vw;
    font-size: 2.4vw;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    color: #192658;
  }

  ul.sub_nav_info li a:hover {
    opacity: 0.8;
  }

  ul.sub_nav_info a::before {
    display: block;
    content: "";
    width: 7.45vw;
    height: 6.25vw;
    margin: 0.6vw auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  ul.sub_nav_info a.header_cart::before {
    background-image: url(../images/common/cart_btn.png);
  }

  ul.sub_nav_info a.mypage::before {
    background-image: url(../images/common/mypage_btn.png);
  }

  ul.sub_nav_info li span.menu_btn {
    /*display: block;
    サブスクのハンバーガーメニューは復活の可能性があるのでHTMLとCSSは残しておく*/
    display: none;
    width: 11.73vw;
    font-size: 2.4vw;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #192658;
    cursor: pointer;
    line-height: 1;
  }

  ul.sub_nav_info span.menu_btn span {
    position: relative;
    display: block;
    width: 6.66vw;
    height: 0.8vw;
    margin: 3.5vw auto 3vw auto;
    background: #192658;
    transition: 0.3s all;
  }

  ul.sub_nav_info span.menu_btn span::before,
  ul.sub_nav_info span.menu_btn span::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6.66vw;
    height: 0.8vw;
    background: #192658;
    transition: 0.3s all;
  }

  ul.sub_nav_info span.menu_btn span::before {
    margin-top: -2vw;
  }

  ul.sub_nav_info span.menu_btn span::after {
    margin-top: 2vw;
  }

  ul.sub_nav_info span.menu_btn.active span {
    background: transparent;
  }

  ul.sub_nav_info span.menu_btn.active span::before,
  ul.sub_nav_info span.menu_btn.active span::after {
    margin-top: -1px;
    background: #192658;
  }

  ul.sub_nav_info span.menu_btn.active span::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  ul.sub_nav_info span.menu_btn.active span::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  body.menu_active .global_header_main {
    background-color: #fff;
  }

  body.menu_active {
    overflow: hidden;
  }


  /*===========================================================
  グローバルナビ
  ===========================================================*/
  .global_sp_menu {
    position: fixed;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 94px);
    padding-bottom: 75px;
    min-height: calc(100vh - 94px);
    background-color: #f0f2f7;
    min-height: calc(100vh - 94px);
    background-color: #f0f2f7;
    overflow: auto;
    z-index: 2147;
  }

  .global_sp_menu a {
    text-decoration: none;
  }

  .member_registration {
    text-align: center;
  }

  .member_registration a.btn_normal {
    display: block;
    width: 72vw;
    height: 12vw;
    padding: 0;
    margin: 8.5vw auto 8vw auto;
    border: none;
    font-size: 4.1vw;
    font-weight: 400;
    color: #fff;
    line-height: 12vw;
    background-color: #192658;
  }

  .member_registration a.btn_normal::after {
    position: absolute;
    top: 0;
    right: 5vw;
    bottom: 0;
    display: block;
    content: "";
    width: 2vw;
    height: 2vw;
    margin: auto 0;
    transform: rotate(-45deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

  .global_sp_menu ul li a,
  .global_sp_menu ul li span {
    position: relative;
    display: block;
    height: 14.2vw;
    padding: 0 4.2vw;
    font-size: 4.2vw;
    font-weight: 800;
    line-height: 14.2vw;
    border-top: 1px solid #ccc;
    color: #192658;
  }

  .global_sp_menu ul li:not(.member_registration) a::after {
    position: absolute;
    top: 0;
    right: 4.85vw;
    bottom: 0;
    display: block;
    content: "";
    width: 2vw;
    height: 2vw;
    margin: auto 4px auto 0;
    transform: rotate(-45deg);
    border-right: 3px solid #192658;
    border-bottom: 3px solid #192658;
  }

  .global_sp_menu ul li span::before {
    position: absolute;
    top: 0;
    right: 4.2vw;
    bottom: 0;
    display: block;
    content: "";
    width: 3.7vw;
    height: 0;
    margin: auto 0;
    border-top: 3px solid #192658;
    transition: 0.5s all;
  }

  .global_sp_menu ul li span::after {
    position: absolute;
    top: 0;
    right: 4.2vw;
    bottom: 0;
    display: block;
    content: "";
    width: 3.7vw;
    height: 0;
    margin: auto 0;
    transform: rotate(90deg);
    border-top: 3px solid #192658;
    transition: 0.5s all;
  }

  .global_sp_menu ul li span.active::before,
  .global_sp_menu ul li span.active::after {
    transform: rotate(180deg);
  }

  .global_sp_menu ul li > ul {
    display: none;
  }

  .global_sp_menu ul li > ul li a,
  .global_sp_menu ul li > ul li span {
    height: 13vw;
    padding-left: 8.4vw;
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 13vw;
    color: #000;
    background-color: #fff;
  }

  .global_sp_menu ul li > ul li {
    background-color: #fff;
  }

  /*===========================================================
  グローバルナビ下のパンくずリスト
  ===========================================================*/
  .container-fluid {
    //background: #f3f3f4;/*あとで復活するかもなのでスタイルは残しておく*/
  }

  .breadcrumb {
    background: #f3f3f4;
    margin: auto;
    margin: 1.5vw 0vw;
    display: none;
    /*あとで復活するかもなのでスタイルは残しておく*/
  }

  .breadcrumb + .breadcrumb {
    padding-top: 0;
  }

  .breadcrumb * {
    font-size: 3vw;
    font-weight: normal;
    line-height: 1.6;
  }

  .breadcrumb a {
    color: #45589e !important;
    text-decoration: underline;
  }

  .breadcrumb a:hover {
    color: #657aca !important;
  }

  .breadcrumb a i {
    display: none;
  }

  .breadcrumb li:before {
    display: none !important;
  }

  .breadcrumb a:after {
    display: inline-block;
    content: "";
    width: 1.2vw;
    height: 1.2vw;
    margin: 0 3.3vw;
    transform: rotate(-45deg);
    border-right: 2px solid #192658;
    border-bottom: 2px solid #192658;
    vertical-align: middle;
    box-sizing: content-box;
  }


  .breadcrumb-sub * {
    font-size: 3vw;
    font-weight: normal;
    line-height: 1.6;
  }

  .breadcrumb-sub a {
    color: #337ab7 !important;
    text-decoration: underline;
  }

  .breadcrumb-sub a:hover {
    color: #337ab7 !important;
  }

  .breadcrumb-sub a i {
    display: none;
  }

  .breadcrumb-sub li:after {
    display: none !important;
  }

  .breadcrumb-sub a:after {
    display: inline-block;
    content: "";
    width: 1.2vw;
    height: 1.2vw;
    margin: 0 3.3vw;
    transform: rotate(-45deg);
    border-right: 2px solid #192658;
    border-bottom: 2px solid #192658;
    vertical-align: middle;
    box-sizing: content-box;
  }

  /*-------------------------------------------------------------------------------------------
  共通フッター
  -------------------------------------------------------------------------------------------*/
  aside.bnr_area ul {
    display: flex;
    margin-bottom: -2vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  aside.bnr_area ul li {
    width: 46vw;
    margin-bottom: 2vw;
    flex-shrink: 0;
  }

  aside.bnr_area ul li.big_column {
    width: 94.7vw;
  }

  aside.bnr_area ul li img {
    width: 100%;
  }

  aside.contact_area {
    background-color: #f4f4f4;
  }

  div.contact_area_tel {
    padding: 0 2.65vw 6vw 2.65vw;
    border-bottom: 1px solid #ccc;
  }

  div.contact_area_tel li {
    margin: 0 0 4.6vw 0;
    line-height: 1.3;
  }

  div.contact_area_tel li:last-child {
    margin-bottom: 0;
  }

  div.contact_area_tel li > a {
    display: flex;
    padding: 3vw 0;
    border: 1px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #192658;
    text-decoration: none;
  }

  div.contact_area_tel li a h3 {
    width: 29.3vw;
    padding: 2vw 0 0 0;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 3.5vw;
    font-weight: 800;
    text-align: center;
    flex-shrink: 0;
  }

  div.contact_area_tel li span {
    font-size: 3.22vw;
  }

  div.contact_area_tel li a p {
    display: block;
    padding: 2.4vw 3.73vw 0 3.73vw;
    font-size: 3.2vw;
  }

  div.contact_area_tel li a p span {
    display: block;
    margin-bottom: 1vw;
    font-size: 5.3vw;
    font-weight: 800;
    line-height: 1;
  }

  div.contact_area_tel li a p span::before {
    display: inline-block;
    content: "";
    width: 8.53vw;
    height: 4.93vw;
    background-image: url(../images/common/freedial.svg);
    background-size: cover;
    vertical-align: bottom;
  }

  div.contact_area_mail {
    padding: 6vw 2.65vw 0 2.65vw;
  }

  .contact_area_mail p {
    color: #4d453f;
    line-height: 1.6;
  }

  div.contact_area_mail a.btn_normal {
    position: relative;
    display: block;
    width: 61.33vw;
    height: 12vw;
    margin: 4.2vw auto 0 auto;
    background-color: #192658;
    color: #fff;
    font-size: 4.2vw;
    font-weight: 400;
    text-decoration: none;
    line-height: 12vw;
    text-align: center;
  }

  div.contact_area_mail a.btn_normal::after {
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    display: block;
    content: "";
    width: 2vw;
    height: 2vw;
    margin: auto 0;
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  div.contact_area_mail a.btn_normal:hover {
    background-color: #475179;
  }

  .bottom_common_block aside.related_area div.wrapper {
    padding-bottom: 8.4vw;
  }

  .bottom_common_block aside.related_area div.wrapper h2 {
    font-size: 4.1vw;
    margin: 0 0 3vw 0;
    text-align: center;
  }

  aside.related_area ul {
    display: flex;
    margin-bottom: -2.65vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  aside.related_area ul li {
    width: 45.866vw;
    margin-bottom: 2.65vw;
    flex-shrink: 0;
  }

  .footer_nav {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    background-color: #f4f4f4;
  }

  .footer_nav a {
    position: relative;
    display: block;
    width: 50%;
    height: 10.66vw;
    padding-left: 5.8vw;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 3.3vw;
    line-height: 10.4vw;
    color: #000;
    text-decoration: none;
  }

  .footer_nav a::after {
    position: absolute;
    top: 0;
    left: 2.2vw;
    bottom: 0;
    display: block;
    content: "";
    width: 1.3vw;
    height: 1.3vw;
    margin: auto 0;
    transform: rotate(-45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .footer_nav a:nth-child(even) {
    border-right: none;
  }

  .footer_nav a:nth-child(odd):nth-last-child(2),
  .footer_nav a:last-child {
    border-bottom: none;
  }

  .copyright_area {}

  .copyright {
    background-color: #192658;
    display: block;
    height: 10.8vw;
    line-height: 10.8vw;
    color: #fff;
    text-align: center;
    font-size: 2.9vw;
  }


  .bottom_common_block aside div.wrapper {
    padding: 8vw 2.65vw 10.5vw 2.65vw;
  }

  .bottom_common_block aside div.wrapper h2 {
    margin: 0 0 4vw 0;
    font-size: 4.8vw;
    font-weight: 800;
    text-align: center;
    color: #192658;
    line-height: 1;
  }

  /*-------------------------------------------------------------------------------------------
  マイページ
  -------------------------------------------------------------------------------------------*/
  .top_contents {
    padding-top: 4vw;
  }

  .list-items .lst-title {
    padding-bottom: 5px;
  }

  .js_btn_stop {
    margin-top: 50px !important;
  }

  .course-order-title {
    font-size: 3.2vw;
  }

  .m-t-n-xxs {
    font-size: 3.2vw;
  }

  .m-t-n-xxs span {
    /*定期注文番号*/
    font-size: 3.2vw;
  }

  .m-t-n-xxs p.m-b-0 {
    /*定期注文番号*/
    font-size: 3.2vw;
  }

  /*ポップアップ*/
  .modal-footer .btn-primary {
    margin-top: 10px;
  }

  /*ご利用ガイド*/
  .guide_area {
    width: auto;
    background: #fff;
    color: #000;
    border: 1px solid #192658;
    padding: 0 4.26vw;
    margin: auto 4vw;
  }

  .guide_area .guide_ttl {
    color: #192658;
    font-size: 4.26vw;
    font-weight: bold;
    line-height: 5vw;
    text-align: center;
    padding: 1em 0;
    position: relative;
  }

  .guide_area .guide_ttl span {
    background: url(../images/common/icon_wakaba.png) no-repeat left center;
    background-size: auto 100%;
    padding-left: 5vw;
  }

  .guide_area .btn_tgl {
    display: block;
    width: 4.53vw;
    height: 2.93vw;
    background: url(../images/common/arrow_blue_top.png) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s;
  }

  .on .btn_tgl {
    transform: rotate(0);
    transition: 0.2s;
  }

  .guide_box {
    display: none;
    padding-bottom: 4vw;
  }

  .guide_list > li {
    overflow: hidden;
    padding-bottom: 3.2vw;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 3.2vw;
  }

  .guide_list > li:first-child {
    margin-top: 0;
  }

  .guide_list > li .guide_icon {
    display: inline-block;
    //width: 72px;
    background: #192658;
    color: #fff;
    font-size: 3.73vw;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 1.3vw 2vw;
  }

  .guide_box.open {
    display: block;
  }

  .guide_txt p {
    font-size: 3.46vw;
    line-height: 1.7;
  }

  .guide_txt .guide_tyui {
    background: #fff1f1 url(../images/common/icon_tyui.png) no-repeat 2.66vw 2.93vw;
    background-size: 4.26vw auto;
    color: #ed7070;
    font-weight: bold;
    font-size: 3.46vw;
    line-height: 1.38;
    padding: 2.66vw 4vw 2.66vw 9.6vw;
    margin-top: 1.3vw;
  }

  .guide_list + p {
    font-size: 3.46vw;
    line-height: 1.7;
  }

  .col-sm-9.col-sm-offset-3.text-right * {
    margin: 0;
    padding: 0;
  }

  .col-sm-9.col-sm-offset-3.text-right .js_shipping_desc {
    text-align: left;
  }

  .col-sm-9.col-sm-offset-3.text-right > .js_shipping_desc:last-child {
    border-top: 1px dotted #ddd;
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  .col-sm-9.col-sm-offset-3.text-right .js_shipping_desc .col-sm-5 {}

  .col-sm-9.col-sm-offset-3.text-right .js_shipping_desc .col-sm-5 + .col-sm-5 {
    border-bottom: 1px dashed #ddd;
    text-align: right;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }

  .col-sm-9.col-sm-offset-3.text-right .js_shipping_desc .col-sm-4,
  .col-sm-9.col-sm-offset-3.text-right .js_shipping_desc .col-sm-8 {
    text-align: right;
  }

  .col-sm-9.col-sm-offset-3.text-right .js_shipping_desc .col-sm-3 {
    font-weight: bold;
  }

  .alert {
    font-size: 13px;
  }

  .alert-warning:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
  }

  .mypage_bnr {
    padding: 1.5em 4vw 0;
    text-align: center;
  }

  /*---------------
  カレンダー修正
  ---------------*/
  .react-datepicker-popper {
    left: -18px !important;
  }

  .react-datepicker__header,
  .react-datepicker__header > div {
    display: block !important;
    min-width: 210px !important;

  }

  .react-datepicker__month {
    min-width: 210px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /*会員情報照会ページ専用 match_in*/
  .cnt_match_in {
    width: auto;
    background: #fff;
    margin: 0 15px;
    border: 1px solid #192658;
    padding: 5.3vw 1em 1em;
    text-align: left;
  }

  .cnt_match_in h2 {
    color: #192658;
    font-size: 4.26vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }

  .cnt_match_in p {
    font-size: 3.7vw;
    line-height: 1.5;
    margin-top: 1em;
  }

  .cnt_match_in p b {
    color: #192658;
    font-weight: bold;
  }

  .cnt_match_in .bnr {
    width: 100%;
    height: auto;
    display: block;
    margin: 4vw auto 0;
  }
  
  /* /user/edit 登録情報 */
  .cnt_user_edit_top {
    background: #f3f3f4;
    margin: 0 5vw;
    padding: 2em 0 0;
  }
  .cnt_user_edit_top > div {
    background: #fff;
    border: 1px solid #333;
    padding: 1em 0.5em;
  }
  .cnt_user_edit_top p {
    font-size: 3vw;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
  .cnt_user_edit_top p + p {
    margin-top: 0.5em;
  }
}

/*-------------------------------------------
KAMIKA-2765 【バナー設置】マイページ内
https://shop.aster-one.com/user/course_orders
2021/6/15
-------------------------------------------*/
.cnt_top_bnr {
  text-align: center;
  padding-top: 1.5em;
}

.cnt_top_bnr a {
  display: inline-block;
  font-size: 0 !important;
  line-height: 1;
  border: 1px solid #192658;
}

.cnt_top_bnr img {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .cnt_top_bnr {
    width: 92vw;
    margin: auto;
  }
}


/*-------------------------------------------
ASTERONE-1426
https://shop.aster-one.com/checkout/register
2024/1/10
カスタムモーダルウインドウ
-------------------------------------------*/
.custom_modal {
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.custom_modal_inner {
  width: 600px;
  height: 85vh;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.425;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  z-index: 2200;
  transform: translateY(-100vh);
}
.custom_modal_header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.custom_modal_box {
  height: calc(100% - 180px);
  padding: 0 30px;
  margin-right: 20px;
  margin-bottom: 30px;
  overflow-y: scroll;
}
.custom_modal_footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
.btn_custom_modal_close {
  background: #232751;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  padding: 0.7em 0;
  user-select: none;
  cursor: pointer;
}

.custm_modal_show {
  display: block;
  animation: custm_modal_show 0.1s forwards;
}
.modal_slide_down {
  animation: modal_slide_down 0.3s forwards;
}
.modal_slide_up {
  animation: modal_slide_up 0.3s forwards;
}

/*complete*/
.bnr_anchor .bnr {
  display: block;
  margin: 0 1em;
}
.bnr_anchor .bnr img {
  width: 100%;
  height: auto;
}
/*cart*/
.bnr_line_cart {
  display: block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  /*complate*/
  .bnr_anchor + .bnr {
    display: block;
    margin-top: 40px;
  }
  
  /*cart*/
  .bnr_line_cart {
    margin: 0 1em 20px;
  }
}

@media (max-width: 767px) {
  .custom_modal_inner {
    width: auto;
    font-size: 4vw;
    margin: auto 20px;
    padding-right: 0;
  }
  .custom_modal_box {
    height: calc(100% - 54vw);
    padding-right: 0;
  }
}

@keyframes custm_modal_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal_slide_down {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes modal_slide_up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}