@charset "UTF-8";
  
  /*------------------------------------------------------------ */
  /* スマホ時のカテゴリーメニュー
  -------------------------------------------------------------- */
  .mobile-category-button{
    position: fixed;
    top:50%;
    left:0;
    display: none;
  }
  @media screen and (max-width:576px){
    .mobile-category-button{
      display: flex;
      width: 35px;
      writing-mode: vertical-rl;
      box-shadow: 0px 1px 1px 2px rgb(0 0 0 / 30%);
      background: #e71413;
      text-align: center;
      border:none;
      color: #fff;
      z-index: 100;
      font-weight: bold;
      padding:10px 5px;
      border-radius: 0 5px 5px 0;
      transition: 0.5s;
      opacity: 0.3;
    }
    .mobile-category-button.active{
      opacity: 1;
    }
  }

  /*------------------------------------------------------------ */
  /* フッターエリア
  -------------------------------------------------------------- */
  /* レイアウト
  ------------------------------------- */
  #footer{
    font-size: 14px;
    padding:60px 0 0;
    text-align: center;
  }
  #copyright{
    padding:15px 0;
    text-align: center;
  }
  .sns-nav,
  .footer-nav{
    display: flex;
    flex-wrap: wrap;
    align-items :center;
    justify-content :center;
  }
  .sns-nav li,
  .footer-nav li{
    padding:10px 10px;
  }
  .footer-nav li h3{
    font-size: 14px;
    margin:0;
  }
  .sns-nav li{
    font-size: 24px;
  }
  .footer-logo-img{
    margin-top:5px;
    margin-bottom:5px;
    max-height: 40px;
    max-width: 200px;
  }
  /* スタイル
  ------------------------------------- */
  footer{
    background:#e71413;
    color:#fff;
  }
  footer a{
    color:#fff;
  }
  footer a:hover{
    color:#fcaaaa;
  }
  
  /*------------------------------------------------------------ */
  /* カートスタイル
  -------------------------------------------------------------- */
  /* レイアウト
  ------------------------------------- */
  .cart-wrap{
    position: relative;
    height:100%;
    padding:1rem 0;
  }
  .cart-header{
    display: flex;
    align-items: center;
    margin-bottom:15px;
    padding:0 1rem;
  }
  .cart-main{
    height:calc(100vh - 260px);
    overflow: auto;
    padding:0 1rem;
    padding-bottom:90px;
  }
  .cart-footer{
    position: absolute;
    width: 100%;
    height:250px;
    bottom:0;
    left:0;
    padding:1rem;
    background: #fff;
    z-index:3;
  }
  #cart-close{
    width:35px;
    height:35px;
  }
  .cart-content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
  }
  .cart-content .item-img{
    width:30%;
    text-align: center;
    pointer-events: none;
  }
  .cart-content .item-img a{
    pointer-events: auto;
    cursor:pointer;
    display: inline-block;
  }
  .cart-content .item-outline{
    width:70%;
    padding-left: 1rem;
    position: relative;
  }
  .cart-content .trash{
    height:20px;
    position: absolute;
    top:0px;
    right:0px;
    z-index: 3;
    cursor: pointer;
  }
  .cart-content .item-detail{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart-content .item-detail .item-price{
    width:50%;
  }
  .cart-content .item-detail .item-num{
    display:flex;
    align-items: center;
    width:30%;
  }
  .cart-content .item-detail .item-subtotal{
    width:20%;
  }
  
  .cart-footer .delivery-wrap,
  .cart-footer .subtotal-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .trash-all{
    position:absolute;
    top:5px;
    right:5px;
    font-size:1rem;
    cursor: pointer;
  }
  .trash-all i{
    pointer-events: none;
  }
  @media screen and (max-width:992px){
    .cart-footer{
      height:180px;
    }
  }
  
  /* スタイル
  ------------------------------------- */
  #cart-open{
    position:relative;
    cursor:pointer;
  }
  #cart-open:hover{
    color:#e71413;
  }
  .num-in-cart{
    position:absolute;
    top:0;
    right:0;
    width:25px;
    height:25px;
    background:#ffec47;
    margin-right:-15px;
    margin-top:-10px;
    border-radius:50%;
    display:flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 0px 5px 1px rgb(0 0 0 / 30%);
    font-size:0.8em;
    font-weight:bold;
    z-index:1;
  }
  #cart-nav{
    background:#fff;
  }
  .item-detail .item-cart-num{
    text-align: center;
    padding: 5px;
    width:3rem;
    border:1px solid #ccc;
    margin-left:3px;
    margin-right:3px;
  }
  .change-num{
    display: inline-block;
    border:1px solid #e71413;
    padding:5px 10px;
    vertical-align: middle;
    color: #e71413;
  }
  .change-num i{
    pointer-events: none;
  }
  .change-num:hover{
    background: #e71413;
    color:#fff;
  }
  .item-subtotal .price{
    font-weight: bold;
    font-size: 1.2rem;
  }
  .cart-footer .delivery-title,
  .cart-footer .subtotal-title{
    font-weight: bold;
    margin-bottom:0.5rem;
  }
  .bb-double-m{
    border-bottom:3px double #e71413;
    padding:0.3rem 0;
  }
  .cart-footer .delivery-price,
  .cart-footer .subtotal-price{
    font-weight: bold;
  }
  .cart-footer .subtotal-price{
    color:#e71413;
  }
  .lg-toolbar .lg-icon {
      height: 37px;
      line-height: 0px;
      padding:0;
  }
  .lg-toolbar .lg-close {
    width:30px;
  }
  .lg-toolbar .lg-close:before,
  .lg-toolbar .lg-close:after {
    content: "";
    overflow: hidden;
    display: block;
    width:30px;
    height: 2px;
    cursor: pointer;
    background:#000;
    margin-bottom:8px;
    position: relative;
    pointer-events: none;
  }
  .lg-toolbar .lg-close:before{
    top:10px;
    transform: rotate(45deg);
  }
  .lg-toolbar .lg-close:after{
    transform: rotate(-45deg);
  }
  @media screen and (max-width:576px){
    .item-outline .item-title{
      font-size:1rem;
    }
    .cart-content .item-detail .item-price{
      width:35%;
    }
    .item-detail .item-price{
      font-size:0.9rem;
    }
    .item-detail .item-price .per-number{
      font-size:0.7rem;
    }
    .cart-content .item-detail .item-num{
      width:40%;
    }
    .cart-content .item-detail .item-subtotal{
      width:25%;
      text-align: right;
    }
  }
  /*------------------------------------------------------------ */
  /* 顧客情報入力ページスタイル
  -------------------------------------------------------------- */
  /* レイアウト */
  .order-wrap{
    display: flex;
    position: relative;
  }
  .order-main{
    width:70%;
  }
  .order-price{
    width:25%;
    position: absolute;
    top:0;
    right:0;
  }
  .order-content{
    position: relative;
    margin-bottom: 1rem;
    height:160px;
  }
  .order-content::after{
    content: "";
    clear: both;
    display: block;
  }
  .order-content .trash{
    height:20px;
    position: absolute;
    top:50%;
    right:0px;
    margin-top:-20px;
    z-index: 99;
    cursor: pointer;
  }
  .order-content .repeat{
    width:150px;
    height:40px;
    position: absolute;
    top:50%;
    right:15px;
    margin-top: -20px;
    z-index: 99;
  }
  .order-content .item-img{
    position: absolute;
    top:0;
    left:0;  
    display: flex;
    width:20%;
    height:100%;
    text-align: center;
    justify-content: center;
    align-items: flex-start;/* safari 不具合対応 */
  }
  .order-content .item-img a{
    width:100%;
    height:100%;
    pointer-events: auto;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: flex-start;/* safari 不具合対応 */
  }
  .order-content .item-img img{
    max-width: 100%;
    max-height:100%;
  }
  .order-content .item-alert,
  .order-content .item-outline,
  .order-content .item-detail{
    display: flex;
    position: absolute;
    top:50%;
    left:25%;  
    width:75%;
    padding:0 15px;
  }
  .order-content .item-outline{
    margin-top:-35px;
  }
  .order-content .item-outline .item-code{
    margin-right:15px;
  }
  .item-alert{
    font-size:0.9em;
    align-items: center;
  }
  .item-alert i{
    margin-right:15px;
    color:#e5db14;
  }
  .item-alert.warning i{
    color:#e71413;
  }
  .order-content .item-detail{
    /*justify-content: space-between;*/
    margin-top:0px;
  }
  .order-content .item-detail .item-price{
    width:240px;
  }
  .order-content .item-detail .item-num{
    display:flex;
    align-items: center;
    width:120px;
  }
  .order-content .item-detail .item-subtotal{
    width:120px;
    text-align: right;
  }
  .order-content .item-alert{
    margin-top:50px;
    padding:5px 15px;
  }
  .order-content .item-alert.notice{
    background:#efefef;
  }
  .order-content .item-alert.warning{
    background:#f8d7da;
  }
  .form-row,
  .contents-wrap{
    margin-top:5px;
    margin-bottom:5px;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form-th{
    width:30%;
  }
  .form-td{
    width:70%;
  }
  #point-box{
    display:none;
  }
  @media screen and (max-width:1440px){
    .order-content .item-outline{
      flex-wrap: wrap;
    }
    .order-content .item-outline .item-code,
    .order-content .item-outline .item-title{
      width:100%;
    }
    .order-content .item-outline{
      margin-top:-55px;
    }
  }
  @media screen and (max-width:1280px){
    .order-content .repeat{
      width:100%;
      height:auto;
      text-align: center;
      top:auto;
      bottom:5px;
      right:0;
    }
    .order-content .repeat .display-desktop{
      display: none;
    }
  
  }
  @media screen and (max-width:992px){
    .order-main{
      width:100%;
    }
    .order-price{
      position: static;
      width:100%;
    }
    .order-content{
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 1rem;
      height: auto;
    }
    .order-content .item-img{
      width:30%;
      text-align: center;
    }
    .order-content .item-outline{
      width:70%;
      padding-left: 1rem;
      position: relative;
    }
    .order-content .trash{
      margin-top:-5px;
      top:0px;
      right:0px;
    }
    .order-content .item-alert,
    .order-content .item-detail{
      width:100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .order-content .item-outline{
      display: block;
    }
    .order-content .item-alert,
    .order-content .item-img,
    .order-content .item-outline,
    .order-content .item-detail{
      position: static;
      margin-top:0;
    }
    .order-content .item-detail{
      padding:0;
    }
    .order-content .item-detail .item-price{
      width:35%;
    }
    .order-content .item-detail .item-num{
      width:40%;
    }
    .order-content .item-detail .item-subtotal{
      width:25%;
    }
    .order-content.order-history .item-detail .item-num{
      width:25%;
    }
    .order-content.order-history .item-detail .item-subtotal{
      width:40%;
    }
    .order-content .item-alert{
      margin-top:15px;
    }
    .order-content .repeat{
      margin-top:15px;
    }
    .order-content .repeat{
      width:100%;
      height:auto;
      position: static;
      margin-top:30px;
      text-align: center;
    }
  }
  /* スタイル */
  #order{
    padding:30px 0;
    background: #efefef;
  }
  #order section{
    padding:1.5rem;
    background: #fff;
    margin-bottom: 1.5rem;
  }
  .order-price{
    background:#fff;
    padding:1.5rem;
  }
  .form-title{
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.2rem;
    color:#333;
  }
  .required{
    display: inline-block;
    background: #e71413;
    color:#fff;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 5px;
    font-size:0.7rem;
  }
  #signup-box,
  #survey-box,
  #destination-box,
  #ryoushusho-box{
    margin-bottom:1rem;
    background: #f7f7f7;
    padding: 1rem;
    display: none;
  }
  .payment-announce{
    display: none;
  }
  .announce{
    margin-top: 1rem;
    /*background: #f9e0e0;*/
    border:1px dashed var(--main-color);
    padding:1rem;
  }
  /* メールアドレスチェック */
  #check_email{
    font-size:1.5em;
    font-weight: bold;
    padding:5px 10px;
    background:#efefef;
    word-wrap: break-word;
  }
  @media screen and (max-width:576px){
    #order section{
      padding:1rem;
    }
  }
  /*------------------------------------------------------------ */
  /* 商品詳細ページ
  -------------------------------------------------------------- */
  /* レイアウト
  ------------------------------------- */
  .item-wrap{
    padding:20px 15px;
    display: flex;
    flex-wrap:wrap;
  }
  .item-img-wrap{
    width:60%;
    padding:15px;
  }
  .item-detail-wrap{
    width:40%;
    padding:15px;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
  }
  .item-detail-wrap .item-outline,
  .item-detail-wrap .item-detail,
  .item-detail-wrap .item-cart{
    width:100%;
  }
  .item-detail-wrap .item-outline{
    order: 1;
  }
  .item-detail-wrap .item-detail{
    order: 3;
  }
  .item-detail-wrap .item-cart{
    order: 2;
  }
  .item-detail-wrap .item-detail{
    min-height:250px;
  }
  .item-detail-wrap .item-title{
    margin-bottom:30px;
  }
  /*
  .item-description{
    height:0;
    overflow: hidden;
    transition: all .2s ease-out;
  }
  */
  .item-description table th{
    width:30%;
    padding:5px;
    vertical-align: top;
    border-bottom:1px solid #ccc;
  }
  .item-description table td{
    width:70%;
    padding:5px;
    border-bottom:1px solid #ccc;
  }
  .item-description .item-row{
    display:flex;
    padding:5px;
    border-bottom:1px solid #ccc;
  }
  .item-description .item-row h3{
    margin:0;
    padding:0;
    font-size:16px;
  }
  .item-description .item-row .th{
    width:30%;
  }
  .item-description .item-row .td{
    width:70%;
  }
  .item-description.active{
    height:200px;
    overflow: auto;
  }
  .item-detail-wrap .item-cart{
    margin-bottom: 30px;
  }
  .item-detail-wrap .item-price{
    margin-bottom:15px;
  }
  .item-detail-wrap .item-cart-num{
    display: flex;
    align-items: center;
    text-align: right;
    margin-bottom:15px;
  }
  .item-detail-wrap .item-cart-num .item-unit{
    display: inline-block;
    margin-left:5px;
  }
  .item-detail-wrap .item-cart-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .item-cart-num input.cart-num{
    width:4em;
    text-align: center;
    padding:10px;
  }
  .item-img-wrap .iframe{
    width:560px;
    margin:0 auto;
  }
  .item-detail-img{
    width:auto;
    height:600px;
  }
  @media screen and (max-width:1440px){
    .item-detail-img{
      height:440px;
    }
  }
  @media screen and (max-width:992px){
    .item-wrap{
      flex-wrap: wrap;
      padding:15px 0px;
    }
    .item-img-wrap{
      width:100%;
      padding:0px;
    }
    .item-detail-wrap{
      width:100%;
      padding:10px;
    }
    .item-detail-wrap .item-outline{
      order: 1;
    }
    .item-detail-wrap .item-detail{
      order: 3;
    }
    .item-detail-wrap .item-cart{
      order: 2;
    }
    .item-detail-wrap .item-price{
      text-align: left;
    }
    .item-description table th,
    .item-description table td{
      display: block;
      width:100%;
    }
    .item-description .item-row .th,
    .item-description .item-row .td{
      width:100%;
    }
    .item-description table th{
      background-color: #eee;
    }
    .item-detail-img{
      height:400px;
    }
  }
  @media screen and (max-width:576px){
    .item-detail-wrap{
      padding:10px 0px;
    }
    .item-cart-num input.cart-num{
      padding:5px;
      width:2em;
      font-size: 1.3rem;
    }
    .item-img-wrap .iframe{
      width:100%;
    }
    .item-detail-img{
      height:240px;
    }
  }
  
  /* スタイル
  ------------------------------------- */
  .item-detail-wrap .item-code{
    font-size:1.2rem;
  }
  .item-detail-wrap .item-title{
    font-size:1.5rem;
    font-weight: bold;
    padding:5px 0;
  }
  .item-detail-wrap .title-header{
    position: relative;
    font-weight: bold;
    padding:5px 0;
    cursor:pointer;
  }
  /* 「+」のアイコン表示
  .item-detail-wrap .title-header:after{
    position: absolute;
    top:50%;
      right:5px;
    font-family: 'Font Awesome 5 Free';
      content:'\f067';
    margin-top:-0.6rem;
      font-size: 0.8rem;
  }
  .item-detail-wrap .title-header.active:after{
      content:'\f068';
  }
  */
  .item-detail-wrap .frame{
    border:1px solid #000;
    padding:5px 10px;
    margin-bottom: 15px;
  }
  .item-detail-wrap .item-price .price{
    font-weight: bold;
    font-size:1.7rem;
    color:#e71413;
  }
  .item-detail-wrap .item-price .per-number{
    font-size:1rem;
  }
  .item-detail-wrap .copy-url{
    display: inline-block;
    margin-left:5px;
    cursor: pointer;
    font-size: 0.8rem;
    color:rgb(3, 116, 230);
  }
  @media screen and (max-width:992px){
    .item-detail-wrap .item-price .per-number{
      font-size:0.8rem;
    }
    .item-detail-wrap .item-code {
      font-size: 1rem;
    }
    .item-detail-wrap .item-title{
      margin-bottom:5px;
      font-size:1.1rem;
    }
  }
  /* 商品画像　スライドショー
  ------------------------------------- */
  /*
  active以外のスライドショーは、薄くする
  .swiper-container.slider-thumbnail .swiper-slide {
    opacity: 0.5;
  }
  .swiper-container.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
  */
  .swiper-wrapper {
    align-items: center;
  }
  /* lightbox
  ------------------------------------- */
  .lg-backdrop.in,
  .lg-backdrop {
    opacity: 0.5;
  }
  .lg-outer .lg {
    height: 100%!important;
    width: 90%!important;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .lg-toolbar {
    top: 10vh;
    width: 100px;
    left: auto;
    right: 0;
  }
  .lg-toolbar .lg-icon {
    color: #000;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    width: 60px;
  /*  margin-right:15px;
    margin-top:15px;*/
  }
  .lg-outer .lg-video {
    width: 100%;
    height: 90vh;
    padding-bottom:0;
  }
  .lg-toolbar .lg-icon:hover {
    color: #ccc;
  }
  .lg-toolbar {
    background:none;
    top: 5vh;
  }
  @media screen and (max-width:992px){
    .lg-toolbar .lg-close:before,
    .lg-toolbar .lg-close:after {
      width:30px;
      height: 2px;
      margin-bottom:7px;

    }
    .lg-outer .lg {
      width: 95%!important;
      margin-right: 5%;
    }  
    .lg-outer .lg-video {
      width: 100%;
      height: 100vh;
      padding-bottom: 0;
    }
    .lg-toolbar {
      top: 0vh;
    }
  }
  /*------------------------------------------------------------ */
  /* 検索フォーム
  -------------------------------------------------------------- */
  #search-wrapper{
    transition: .3s cubic-bezier(.4, 0, .2, 1);
  }
  .appear-search{
    width:100%;
    position: fixed!important;
    top:0;
    left:0;
    z-index: 99;
  }
  .search-btn{
    position:relative;
  }
  .search-btn button{
    position:absolute!important;
    top:0;
    right:0;
    height:100%;
  }
  .search-btn button.btn-main{
    border-radius: 0 5px 5px 0;
  }
  /*------------------------------------------------------------ */
  /* 購入履歴ページ
  -------------------------------------------------------------- */
  .search-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
  }
  .search-date{
    width:30%;
    display: flex;
    align-items: center;
  }
  .search-box .or{
    text-align: center;
    width:10%;
  }
  .search-from{
    width:30%;
  }
  .search-to{
    width:30%;
  }
  .order-history-list li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    margin-bottom:15px;
  }
  @media screen and (max-width:1280px){
    .order-history-list .order-add-btn{
      width:100%;
      text-align: center;
      margin-top:15px ;
    }
    .order-history-date,
    .order-history-price{
      width:33%;
      margin-bottom:15px ;
    }
    .order-detail-btn{
      width: 50%;
      text-align: center;
      margin-bottom:15px ;
    }
  
  }
  @media screen and (max-width:992px){
    .search-box .or,
    .search-date,
    .search-from,
    .search-to{
      width:100%;
      margin-bottom: 15px;
    }
    .order-history-list .order-history-date{
      margin-bottom:15px ;
    }
    .order-history-date,
    .order-history-price{
      width:100%;
    }
  
  }
  /*------------------------------------------------------------ */
  /* 購入詳細ページ
  -------------------------------------------------------------- */
  .order-detail-outline{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .order-detail-outline .order-address,
  .order-detail-outline .order-delivery-date,
  .order-detail-outline .order-payment{
    width:33%;
    padding:15px;
  }
  .order-detail-outline .order-address,
  .order-detail-outline .order-delivery-date{
    border-right:1px solid #ccc;
  }
  @media screen and (max-width:992px){
    .order-detail-outline .order-address,
    .order-detail-outline .order-delivery-date,
    .order-detail-outline .order-payment{
      width:100%;
    }
    .order-detail-outline .order-address,
    .order-detail-outline .order-delivery-date{
      border-right:none;
      border-bottom:1px solid #ccc;
    }  
  }
  /*------------------------------------------------------------ */
  /* おまかせ発注
  -------------------------------------------------------------- */
  .order-recommend-wrap .title{
      width: 250px;
  }
  @media screen and (max-width:992px){
    .order-recommend-wrap .title{
      width: 100%;
      margin-bottom: 15px;
    }
    .order-recommend-wrap .input-num{
      width: 50%;
    }
    .order-recommend-wrap .total-num{
      width: 35%;
    }
  
  }
  /*------------------------------------------------------------ */
  /* お気に入り
  -------------------------------------------------------------- */
  .order-list.favorite-list li{
    transition: 0.5s;
    cursor: pointer;
  }
  .order-list.favorite-list li:hover{
    opacity: 0.7;
  }
  
  /*------------------------------------------------------------ */
  /* TOPページニュース一覧
  -------------------------------------------------------------- */
  .recent-posts{
    padding:10px;  
  }
  .recent-posts li{
    border-bottom:1px dotted var(--main-color);
    padding:10px 0;
  }
  .recent-posts li .category-box,
  .recent-posts li .title,
  .recent-posts li .date{
    display:inline-block;
  }
  .recent-posts li .title{
    width:100%;
    color:var(--main-color)
  }
  
  
  /*------------------------------------------------------------ */
  /* ユーティリティ
  -------------------------------------------------------------- */
  /* ボーダーのスタイル */
  .border.bottom{
    border-bottom:1px solid #e71413;
  }
  .border.main{
    border-color:#e71413;
  }
  /* grayレイヤーのスタイル */
  #gray-layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity:0;
    filter:alpha(opacity=50);
    z-index:-1;
  }

  /* モーダルウィンドウの背面の操作を無効 start */
  body.lg-on {
    overflow: hidden;
  }
  @media screen and (max-width:992px){
    /* モーダルウィンドウの背面の操作を無効*/
    body.lg-on {
      width: 100%;
      position: fixed;
    }

  }
  /* モーダルウィンドウの背面の操作を無効 end */

/* 20250902 add */
/*------------------------------------------------------------ */
/* TOPページh1修正
-------------------------------------------------------------- */
div.header-logo {
  margin-bottom: .5rem;
}
h1.top-headtitle {
  text-align: center;
  margin: 20px;
  font-size: 14px;
}

/*------------------------------------------------------------ */
/*商品一覧ページh1修正
-------------------------------------------------------------- */
h1.title1 {
  font-size: 24px;
}

/*------------------------------------------------------------ */
/* フッターエリア
-------------------------------------------------------------- */
.usageguide-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 20px;
  padding: 10px;
  justify-content: space-around;
}
h3.usageguide-item-ttl {
  font-weight: bold;
  font-size: 18px;
}
.usageguide-item {
  width: 28%;
  line-height: 1.7;
  margin-bottom: 30px;
}
.usageguide-item ul {
  list-style: disc;
  padding-left: 20px;
}
.payment-type p.with-sup,
.payment-type p.sup-txt {
  margin-bottom: 0;
}
.payment-type p.sup-txt {
  font-size: 90%;
}
@media screen and (max-width: 720px) {
  .usageguide-item {
    width: 100%;
  }
}