/* -----------------------------------------------------------------
   ベース
----------------------------------------------------------------- */
*{
  padding: 0;
  margin: 0;
}
html, body{
  line-height: 1.75;
}
ul li, ol li{
  list-style-type: none;
}
a{
  color: #1b96d5;
  transition: all 0.2s;
}
a:hover{
  opacity: 0.7;
}

/* -----------------------------------------------------------------
   共通スタイル
----------------------------------------------------------------- */
.inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.red{color:red;}
.blue{color:#2b75d0;}
.fw-bold{font-weight:bold;}
.flexbox{
  display: flex;
  flex-wrap: wrap;
}
.fw-normal{
  font-weight: normal;
}
.indent-1{
  text-indent: -1em;
  margin-left: 1em;
}

/* -----------------------------------------------------------------
   ヘッダー
----------------------------------------------------------------- */
.header{
  padding-top: 1em;
  margin-bottom: 0.667em;
}
.header_catch{
  color: #4d4d4d;
  font-size: 0.933em;
  margin-bottom: 0.667em;
}
.header .__banner .__wrap a.__logo{display: inline-block;vertical-align:top;padding: 0 0 1.5em;}
.header .__banner .__wrap a.__logo h1{display:block;}
/*.header .__banner .__wrap a.__logo img{max-height: 38px;}*/
.header .__banner .__wrap .__login{padding:0;}
.header .__banner .__wrap .__login.__is-guest .__block .__body{display:flex;justify-content: flex-end;align-items: center;}
.header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form{padding:0 0 0.5em;}
.header .__banner .__wrap .__login .__block .__body ul.__menu{font-size: 12px;text-align:left;padding:0;margin-left:1em;}
.header .__banner .__wrap .__login .__block .__body ul.__menu li{display:block;margin-left:0;}
.header .__banner .__wrap .__login.__is-member .__block .__body .__message{font-size:100%;vertical-align:top;padding-top:0.5em;}
.header .__banner .__wrap a.__logo img{
    width: 80%;
    max-width: 480px;
}
.gnav-pc{
  border-bottom: 0;
  background: #2b75d0;
}
.headerNav{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.headerNav_item{
  width: calc(100% / 5);
  border-left: 1px dotted #fff;
}
.headerNav_item:last-child{
  border-right: 1px dotted #fff;
}
.headerNav_item a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
}
.headerNav_item a:hover{
  text-decoration: none;
}
.headerNav_item a::before{
    font-family: 'Font Awesome 5 Free';
    font-size: 1.5em;
    font-weight: 900;
    padding-right: 0.5em;
}
.headerNav_item:nth-of-type(1) a::before{
    content: "\f015";
}
.headerNav_item:nth-of-type(2) a::before{
    content: "\f05a";
}
.headerNav_item:nth-of-type(3) a::before{
    content: "\f00b";
}
.headerNav_item:nth-of-type(4) a::before{
    content: "\f0e0";
}
.headerNav_item:nth-of-type(5) a::before{
    content: "\f07a";
}
@media screen and (max-width: 599px) {
    .header_catch{
        padding: 0 1em;
        margin-bottom: 0;
    }
    .header .__banner .__wrap{
        display: flex;
        align-items: center;
        padding: 0 1.5%;
    }
    .header .__banner .__wrap a.__logo{
        height: inherit;
        padding-bottom: 0;
    }
    .header .__banner .__wrap a.__logo img{
        margin: auto;
    }
    .header .__banner .__wrap .__toggle-open,
    .header .__banner .__wrap .__view-cart{
        display: block;
    }
}

/* -----------------------------------------------------------------
   サイドメニュー
----------------------------------------------------------------- */
.sideMenu_head .title{
  color: #111;
  font-size: 1.133em;
  font-weight: bold;
  text-align: center;
}

/*カテゴリーで探す*/
.aside section.__block:not(:last-child){
 margin-bottom: 0;
}
.aside section.__block.__block--category .__body ul.__tree{
margin-top: 15px;
border-bottom: 1px solid #ccc; 
}
.aside section.__block.__block--category .__body ul.__tree > li.__item{
    margin-top: 0;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item > a{
    font-weight: bold;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item:first-child > a{
    border-top: 1px solid #ccc; 
}
.aside section.__block.__block--category .__body ul.__tree li.__item ul{
    padding-left: 0;
}
.aside section.__block.__block--category .__body ul.__tree li.__item ul li{
    border-top: 1px dotted #ccc; 
}
.aside section.__block.__block--category .__body ul.__tree li.__item a{
    color: #333;
    font-size: 0.85em;
    padding: 0.6em 2em 0.6em 0; 
    border: none;
    position: relative;
}
.aside section.__block.__block--category .__body ul.__tree li.__item a::after{
  content: "";
  position: absolute;
  top: 45%;
  right: 8px;
  transform: translate(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item > a{
    color: #333;
    font-size: 0.933em;
}
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children > a{
    padding: 0.75em 2em 0.75em 0;
}

/*商品検索*/
.aside section.__block.__block--search {
    padding-top: 1em;
    margin-bottom: 2em;
    background: #f2f2f2;
}
.aside section.__block.__block--search .__body{
    padding: 0.5em 0 1em;
}
.aside section.__block.__block--page .__body ul li.__item a{
    color: #333;
    font-size: 0.933em;
    font-weight: bold;
    padding: 0.75em 2em 0.75em 0;
    position: relative;
}
.aside section.__block.__block--feature .__body ul li.__item.__item--text a::after,
.aside section.__block.__block--page .__body ul li.__item.__item--text a::after{
    display: inline-block;
    content: "";
    position: absolute;
    top: 45%;
    right: 8px;
    transform: translate(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    font-family: inherit;
    border-top: 1px solid #787878;
    border-right: 1px solid #787878;
}

@media screen and (min-width: 960px){
    .aside section.__block.__block--page .__body ul li.__item:last-child{
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width: 599px) {
    .sideMenu_head .title{
        font-size: 1.5em;
    }
    .aside section.__block.__block--search{
        padding: 1.5em;
        margin-bottom: 3em;
    }
    .aside section.__block.__block--category .__body ul.__tree{
        border-bottom: none;
    }
    .aside section.__block.__block--feature .__body ul,
    .aside section.__block.__block--page .__body ul,
    .aside section.__block.__block--category .__body ul.__tree > li.__item:first-child > a{
        border-top: none;
    }
    .aside section.__block.__block--category .__body ul.__tree > li.__item > a,
    .aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children > a{
        font-size: 1em;
        padding-left: 1em;
    }
    .aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle::before,
    .aside section.__block.__block--category .__body ul.__tree li.__item a::after{
        display: none;
    }
    .aside section.__block.__block--feature .__body ul li.__item.__item--text a::after,
    .aside section.__block.__block--page .__body ul li.__item.__item--text a::after{
        top: 58%;
        right: 1em;
    }
    .aside section.__block.__block--category .__body ul.__tree > li.__item > a::after,
    .aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children > a::after{
        display: inline-block;
        content: "";
        position: absolute;
        top: 45%;
        right: 1em;
        transform: translate(-50%) rotate(45deg);
        width: 5px;
        height: 5px;
        font-family: inherit;
        border-top: 1px solid #787878;
        border-right: 1px solid #787878;
    }
}


/* -----------------------------------------------------------------
   トップページ
----------------------------------------------------------------- */
@media screen and (min-width: 960px){
  .wrapper.wrapper--column-2 .__inner .main{
    padding-left: 2em;
  }
  .__block--free-1{
    padding-bottom: 3em;
    border-bottom: 2px solid #ccc;
  }
  .__block--free-2{
    padding-top: 2em;
  }
}
@media screen and (max-width: 599px) {
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after{
        display: none;
    }

    section.__block--news{
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em;
        margin-bottom: 2em;
    }
    .main.main--home section.__block.__block--news .__body ul li > a span.__date,
    .main.main--home section.__block.__block--news .__body ul li > span span.__date{
        padding-bottom: 0;
    }
    .main.main--home section.__block.__block--news .__body ul li > a span,
    .main.main--home section.__block.__block--news .__body ul li > span span{
        font-size: 1em;
    }
}

/* -----------------------------------------------------------------
   トップ > おしらせ
----------------------------------------------------------------- */
@media screen and (min-width: 960px){
  .__block--news{
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 600px){
  .main.main--home section.__block.__block--news .__body ul li{
    font-size: 1em;
  }
}
.topNews_head{
  padding: 0.3em 0.75em;
  margin-bottom: 0.5em;
  background: rgba(32,156,255,0.15);
}
.topNews_head .title{
color: #333;
  font-size: 1.067em;
font-weight: normal;
}

/* -----------------------------------------------------------------
   トップ > 取扱商品
----------------------------------------------------------------- */
.topMenu > .title{
    color: #2B75D0;
    font-size: 1.867em;
font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.topMenu_wrap{
    display: flex;
    flex-wrap: wrap;
}
.topMenu_item{
    display: block;
    width: calc(50% - 20px);
    margin: 10px;
}
.topMenu_item:hover{
text-decoration: none;
}
.topMenu_item dl{
    min-height: 180px;
    border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.topMenu_item dl dt.title{
    color: #fff;
    font-size: 1.2em;
font-weight: bold;
    padding: 8px 35px 8px 42px;
    background: #2B75D0;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.topMenu_item dl dt.title::before{
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
dl#card-magnet dt.title{
    padding-left: 10px;
}
dl#card-magnet dt.title::before{
    display: none;
}
dl#card-magnet dt.title span{
    display: inline-block;
    color: yellow;
    font-size: 1.067em;
    font-weight: bold;
    padding: 0 5px;
    margin-right: 10px;
    background-color: red;
}
dl#sdslabel dt.title::before{
    background: url("https://files.bcart.jp/mielpg-biznet/uploads/images/common/category_icon_sdslabel.png") no-repeat 0 0;
    background-size: cover;
}
dl#panflet dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_shuuchi.png") no-repeat 0 0;
    background-size: cover;
}
dl#fusei dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_fusei.png") no-repeat 0 0;
    background-size: cover;
}
dl#tekiseika dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_tekiseika.png") no-repeat 0 0;
    background-size: cover;
}
dl#bathclin dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_bathclin.png") no-repeat 0 0;
    background-size: cover;
}
dl#forbiz dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_bizdm.png") no-repeat 0 0;
    background-size: cover;
}
dl#touyu dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_touyu.png") no-repeat 0 0;
    background-size: cover;
}
dl#reform dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_reform.png") no-repeat 0 0;
    background-size: cover;
}
dl#sign dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_sign.png") no-repeat 0 0;
    background-size: cover;
}
dl#lpwa dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_lpwa.png") no-repeat 0 0;
    background-size: cover;
}
dl#hint dt.title::before{
    background: url("https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_bizhint.png") no-repeat 0 0;
    background-size: cover;
}
.topMenu_item dl dt::after{
    content: "\f138";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}
.topMenu_item dl dd{
    color: #4d4d4d;
    font-size: 1em;
    padding: 15px 20px;
    border-top: 2px solid #dedede;
}
.topMenu_item dl dd ul li::before{
    display: inline-block;
    content: "■";
    color: rgba(43,117,208,0.5);
    margin-right: 2px;
}
@media screen and (max-width: 599px) {
    .topMenu_item{
        width: 93.333%;
        margin: 0 auto 10px;
    }
    .topMenu_item:nth-child(odd){
        margin-right: auto;
    }
    .topMenu_item dl{
        min-height: inherit;
    }
    .topMenu_item dl dd{
        padding: 1em;
    }
}

/* -----------------------------------------------------------------
   トップ > お問い合わせ先
------------------------------------------------------------------*/
.topContact .title{
    color: #2B75D0;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
.topContact .name{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
.topContact .contact__wrap{
    display: flex;
    flex-wrap: wrap;
}
.topContact .contact__block{
    width: 50%;
}
.topContact .contact__block dl dt{
    color: #2B75D0;
    font-weight: bold;
}
.topContact .contact__block dl dd{
    font-size: 1.067em;
    margin-bottom: 10px;
}
.topContact .contact__block dl dd span{
    display: inline-block;
    margin-top: 5px;
}
.topContact .contact__block dl dd a{
color: #333;
}
.topContact .contact__block > p{
    padding: 10px 1em;
    background: #f0f0f0;
}
.topContact .contact__block > p span{
    text-decoration: underline;
}
@media screen and (max-width: 599px) {
    .topContact{
        width: 93.333%;
        margin: 0 auto;
        padding: 2em 0;
    }
    .topContact .contact__block{
        width: 100%;
    }
    .topContact .contact__block dl dd span{
        margin-top: 0;
    }
}

/* -----------------------------------------------------------------
   パンくずリスト
------------------------------------------------------------------*/
.c-breadcrumb a{
    color: #707070;
}

/* -----------------------------------------------------------------
   商品一覧ページ
------------------------------------------------------------------*/
.main--product-list section.__heading{
    padding: 1em 1.5em 0.75em;
    margin-top: 0.5em!important;
    background-color: #209cff;
}
.main--product-list section.__heading .c-h1{
    color: #fff;
}
.main--product-list section.__heading .c-h1::before{
    display: inline-block;
    content: "";
    width: 48px;
    height: 48px;
    margin: 0 0.5em 4px 0;
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_product.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}
.main--product-list section.__child{
    margin-top: 0!important;
    padding: 0.5em 1.5em 0;
    background-color: #def0ff;
}
.main--product-list section.__child ul li a{
    color: #209cff;
    font-weight: bold;
    text-decoration: underline;
}
.main--product-list section.__category-description{
    margin-top: 0!important;
    margin-bottom: 1.5em;
    padding: 1em;
    border: 15px solid #def0ff;
    background: #fff;
}
.p-product-block ul.__product li.__item a .__photo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-product-block ul.__product li.__item a .__photo img{
    border: 1px solid #dedede;
}
.p-product-block ul.__product li.__item a .__title{
    color: #333;
    font-size: 1em;
}
@media (min-width: 1280px){
    .p-product-block ul.__product li.__item{
        width: 25%;
    }
}
@media screen and (min-width: 600px){
    .p-product-block ul.__product li.__item a .__photo img{
        max-height: 16em;
    }
}
@media screen and (max-width: 599px) {
    .wrapper.wrapper--column-2 .__inner .main{
        padding: 0 0 3em;
    }
    .main--product-list section.__heading{
        padding: 1em 0 0.75em;
        margin-top: 0!important;
    }
    .c-h1{
        font-size: 1.5em;
    }
    .main--product-list section.__heading .c-h1::before{
        width: 30px;
        height: 30px;
    }
    .main.main--product-list section.__child ul li{
        padding: 0.75em 0;
    }
    .main.main--product-list section.__category-description{
        line-height: 1.5;
        border-width: 10px;
        padding: 0.75em 1em;
    }
    .p-product-block ul.__product li.__item{
        width: 33.333%;
        padding: 1em .5em .5em;
    }
    .p-product-block ul.__product li.__item a .__title{
        font-size: 0.846em;
        line-height: 1.3;
        margin-bottom: 0;
    }
    .p-product-block ul.__product li.__item a .__description{
        margin-top: 0;
    }
}


/* -----------------------------------------------------------------
   商品一覧ページ　＞　周知パンフレット
------------------------------------------------------------------*/
.main--product-list-category-1 section.__heading,
.main--product-list-category-2 section.__heading,
.main--product-list-category-18 section.__heading{
    background: #00a458;
}
.main--product-list-category-1 section.__heading .c-h1::before,
.main--product-list-category-2 section.__heading .c-h1::before,
.main--product-list-category-18 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_shuuchi.png);
}
.main--product-list-category-1 section.__child,
.main--product-list-category-2 section.__child,
.main--product-list-category-18 section.__child{
    background: #dceede;
}
.main--product-list-category-1 section.__child ul li a,
.main--product-list-category-2 section.__child ul li a,
.main--product-list-category-18 section.__child ul li a{
    color: #00a458;
}
.main--product-list-category-1 section.__category-description,
.main--product-list-category-2 section.__category-description,
.main--product-list-category-18 section.__category-description{
    border-color: #dceede;
}
/* -----------------------------------------------------------------
   商品一覧ページ　＞　不正勧誘・抑止ツール
------------------------------------------------------------------*/
.main--product-list-category-8 section.__heading,
.main--product-list-category-4 section.__heading,
.main--product-list-category-5 section.__heading,
.main--product-list-category-6 section.__heading,
.main--product-list-category-7 section.__heading,
.main--product-list-category-9 section.__heading,
.main--product-list-category-11 section.__heading{
    background: #a64a97;
}
.main--product-list-category-8 section.__heading .c-h1::before,
.main--product-list-category-4 section.__heading .c-h1::before,
.main--product-list-category-5 section.__heading .c-h1::before,
.main--product-list-category-6 section.__heading .c-h1::before,
.main--product-list-category-7 section.__heading .c-h1::before,
.main--product-list-category-9 section.__heading .c-h1::before,
.main--product-list-category-11 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_fusei.png);
}
.main--product-list-category-8 section.__child,
.main--product-list-category-4 section.__child,
.main--product-list-category-5 section.__child,
.main--product-list-category-6 section.__child,
.main--product-list-category-7 section.__child,
.main--product-list-category-9 section.__child,
.main--product-list-category-11 section.__child{
    background: #f1e6f2;
}
.main--product-list-category-8 section.__child ul li a,
.main--product-list-category-4 section.__child ul li a,
.main--product-list-category-5 section.__child ul li a,
.main--product-list-category-6 section.__child ul li a,
.main--product-list-category-7 section.__child ul li a,
.main--product-list-category-9 section.__child ul li a,
.main--product-list-category-11 section.__child ul li a{
    color: #a64a97;
}
.main--product-list-category-8 section.__category-description,
.main--product-list-category-4 section.__category-description,
.main--product-list-category-5 section.__category-description,
.main--product-list-category-6 section.__category-description,
.main--product-list-category-7 section.__category-description,
.main--product-list-category-9 section.__category-description,
.main--product-list-category-11 section.__category-description{
    border-color: #f1e6f2;
}
/* -----------------------------------------------------------------
   商品一覧ページ　＞　取引適正化案内チラシ
------------------------------------------------------------------*/
.main--product-list-category-29 section.__heading{
    background: #12bebd;
}
.main--product-list-category-29 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_tekiseika.png);
}
.main--product-list-category-29 section.__child{
    background: #dbf5f5;
}
.main--product-list-category-29 section.__child ul li a{
    color: #12bebd;
}
.main--product-list-category-29 section.__category-description{
    border-color: #dbf5f5;
}

/* -----------------------------------------------------------------
   商品一覧ページ　＞　入浴法提案ツール
------------------------------------------------------------------*/
/* .main--product-list-category-11 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_bathclin.png);
}
.main--product-list-category-12 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_bathclin.png);
}
.main--product-list-category-13 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_bathclin.png);
}
.main--product-list-category-36 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_bathclin.png);
} */

/* -----------------------------------------------------------------
   商品一覧ページ　＞　業務用ハガキ
------------------------------------------------------------------*/
.main--product-list-category-14 section.__heading{
    background: #00a7ea;
}
.main--product-list-category-14 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_bizdm.png);
}
.main--product-list-category-14 section.__child{
    background: #e3f3fd;
}
.main--product-list-category-14 section.__child ul li a{
    color: #00a7ea;
}
.main--product-list-category-14 section.__category-description{
    border-color: #e3f3fd
}
/* -----------------------------------------------------------------
   商品一覧ページ　＞　灯油販促ツール
-----------------------------------------------------------------*/
.main--product-list-category-19 section.__heading,
.main--product-list-category-20 section.__heading,
.main--product-list-category-21 section.__heading,
.main--product-list-category-22 section.__heading,
.main--product-list-category-15 section.__heading{
    background: #ea5532;
}
.main--product-list-category-19 section.__heading .c-h1::before,
.main--product-list-category-20 section.__heading .c-h1::before,
.main--product-list-category-21 section.__heading .c-h1::before,
.main--product-list-category-22 section.__heading .c-h1::before,
.main--product-list-category-15 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_touyu.png);
}
.main--product-list-category-19 section.__child,
.main--product-list-category-20 section.__child,
.main--product-list-category-21 section.__child,
.main--product-list-category-22 section.__child,
.main--product-list-category-15 section.__child{
    background: #fce5e0;
}
.main--product-list-category-19 section.__child ul li a,
.main--product-list-category-20 section.__child ul li a,
.main--product-list-category-21 section.__child ul li a,
.main--product-list-category-22 section.__child ul li a,
.main--product-list-category-15 section.__child ul li a{
    color: #ea5532;
}
.main--product-list-category-19 section.__category-description,
.main--product-list-category-20 section.__category-description,
.main--product-list-category-21 section.__category-description,
.main--product-list-category-22 section.__category-description,
.main--product-list-category-15 section.__category-description{
    border-color: #fce5e0;
}
/* -----------------------------------------------------------------
   商品一覧ページ　＞　リフォーム支援ツール
-----------------------------------------------------------------*/
.main--product-list-category-16 section.__heading,
.main--product-list-category-23 section.__heading,
.main--product-list-category-24 section.__heading,
.main--product-list-category-25 section.__heading,
.main--product-list-category-26 section.__heading{
    background: #f08300;
}
.main--product-list-category-16 section.__heading .c-h1::before,
.main--product-list-category-23 section.__heading .c-h1::before,
.main--product-list-category-24 section.__heading .c-h1::before,
.main--product-list-category-25 section.__heading .c-h1::before,
.main--product-list-category-26 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_reform.png);
}
.main--product-list-category-16 section.__child,
.main--product-list-category-23 section.__child,
.main--product-list-category-24 section.__child,
.main--product-list-category-25 section.__child,
.main--product-list-category-26 section.__child{
    background: #fdecd9;
}
.main--product-list-category-16 section.__child ul li a,
.main--product-list-category-23 section.__child ul li a,
.main--product-list-category-24 section.__child ul li a,
.main--product-list-category-25 section.__child ul li a,
.main--product-list-category-26 section.__child ul li a{
    color: #f08300;
}
.main--product-list-category-16 section.__category-description,
.main--product-list-category-23 section.__category-description,
.main--product-list-category-24 section.__category-description,
.main--product-list-category-25 section.__category-description,
.main--product-list-category-26 section.__category-description{
    border-color: #fdecd9;
}
/* -----------------------------------------------------------------
   商品一覧ページ　＞　SDSラベル
-----------------------------------------------------------------*/
.main--product-list-category-10 section.__heading{
    background: #00ccb1;
}
.main--product-list-category-10 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_sdslabel.png);
}

.main--product-list-category-10 section.__child{
    background: #bdfff7;
}
.main--product-list-category-10 section.__child ul li a{
    color: #00ccb1;
}
.main--product-list-category-10 section.__category-description{
    border-color: #bdfff7;
}
/* -----------------------------------------------------------------
   商品一覧ページ　＞　家電販売支援ツール
-----------------------------------------------------------------*/
/* .main--product-list-category-23 section.__heading,
.main--product-list-category-24 section.__heading,
.main--product-list-category-25 section.__heading,
.main--product-list-category-26 section.__heading{
    background: #12bebd;
}
.main--product-list-category-23 section.__heading .c-h1::before,
.main--product-list-category-24 section.__heading .c-h1::before,
.main--product-list-category-25 section.__heading .c-h1::before,
.main--product-list-category-23 section.__heading .c-h1::before{
    background-image: url(https://files.bcart.jp/lpg-biz/uploads/images/common/category_icon_kaden.png);
}
.main--product-list-category-23 section.__child,
.main--product-list-category-24 section.__child,
.main--product-list-category-25 section.__child,
.main--product-list-category-26 section.__child{
    background: #dbf5f5;
}
.main--product-list-category-23 section.__child ul li a,
.main--product-list-category-24 section.__child ul li a,
.main--product-list-category-25 section.__child ul li a,
.main--product-list-category-26 section.__child ul li a{
    color: #12bebd;
}
.main--product-list-category-23 section.__category-description,
.main--product-list-category-24 section.__category-description,
.main--product-list-category-25 section.__category-description,
.main--product-list-category-26 section.__category-description{
    border-color: #dbf5f5;
} */


/* -----------------------------------------------------------------
   商品詳細ページ
-----------------------------------------------------------------*/
.main.main--product-detail section.__information .__primary .__photo .__main img{
    border: 1px solid #dedede;
}
.main.main--product-detail section:not(:first-child):not(.__information){
    margin-top: 2em;
}
.p-product-set table thead tr th{
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 1em;
    line-height: 1.5;
}
.p-product-set table thead tr th.__description::before{
    content: "商品";
}
.p-product-set table tbody tr td.__price .__body .__detail{
    display: none;
}
/*.p-product-set table tbody tr td.__price .__body{
    text-align: left;
}
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item--0 .__volume::before{
    content: "注文数";
}
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item--1 .__volume::before,
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item--2 .__volume::before,
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item--3 .__volume::before,
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item--4 .__volume::before,
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item--5 .__volume::before,
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item--6 .__volume::before,
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item--7 .__volume::before,
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item--8 .__volume::before{
    content: "";
    padding-left: 3em;
}
.p-product-set table tbody tr td.__price .__body .__volume-discount .__discount-item .__tax-price::before{
    content: "単価";
}*/
.p-product-set table thead tr th .__detail{
    display: none;
    font-size: 0.85em;
    font-weight: normal;
}
.p-product-set table tbody tr td{
    padding: 1em 0;
}
.p-product-set table tbody tr td.__description h2.__name{
    margin-top: 0.25em;
}
.p-product-set table tbody tr td.__description .__spec{
    margin-top:0;
}
.p-product-set table tbody tr td.__description .__content{
    margin-top:0.25em;
}
.p-product-option{
    margin-top: 1em;
    border-radius: 0.25em;
    background-color: rgba(32,156,255,0.15);
}
.p-product-option .__option-heading{
    color:#fff;
    padding: 0.2em 0.75em;
    background-color:#2b75d0;
}
.p-product-option .__option-heading::before{
    display: inline-block;
    content: "▼";
    margin-right: 0.25em;
}
.p-product-option .__option-body{
    padding: 0.5em 0.75em 0.75em;
}
.p-product-option .__option-body ul li.__item dl dt,
.p-product-option .__option-body ul li.__item dl dd{
    display: block;
}
.p-product-option .__option-body ul li.__item dl dd .__form .__input{
    width: 100%;
}
.p-product-option .__option-body ul li.__item dl dd .__form .__input input[type="text"]{
    width: 100%;
}

.pricetable_area{
    text-align: center;
}
.pricetable_area img{
    max-width: 100%;
}
.memo{
    border: 3px solid #209cff;
    padding: 0.75em;
    text-align: center;
}
@media screen and (min-width: 1280px){
    .p-product-set table tbody tr td{
    padding: 1em;
}
    .p-product-option .__option-body ul li.__item dl dt{
        width: 100%;
    }
    .p-product-option .__option-body ul li.__item dl dd{
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .main.main--product-detail section.__information .__primary .__photo .__sub ul{
        margin-top: 1.5em;
    }
    .main.main--product-detail section.__information .__secondary{
        margin-top: 2em;
    }
    .main.main--product-detail section.__information .__secondary .__catch{
        margin-top: 0.25em;
    }
    .main.main--product-detail section.__information .__secondary .__spec .__table{
        font-size: 1em;
    }
    .c-table-dl tr th, .c-table-dl tr td{
        line-height: 1.4;
    }
    .p-product-set table tbody tr td.__price .__heading .__detail{
        display: none;
    }
}

/* -----------------------------------------------------------------
   カートページ
-----------------------------------------------------------------*/
.main.main--cart section.__shipping-wrap .__shipping h2.__shipping-title{
    color: #2b75d0;
}
.p-cart .__product table thead th .__detail,
.p-cart .__product table tbody td.__price .__body .__detail{
    display: none;
}
.main.main--cart section.__shipping-wrap .__shipping p.__shipping-description{
    font-size: 0.9em;
    color: #666;
    line-height: 1.4;
}
@media screen and (max-width: 599px) {
    .p-cart .__product table tbody tr td.__price .__detail{
        display: none;
    }
    .p-cart .__product table tbody tr td.__price, .p-cart .__product table tbody tr td.__total,
    .p-cart .__product table tbody tr td.__order.__order--text,
    .p-cart .__product table tbody tr td.__order.__order--input{
        border-top: 1px solid #dedede;
    }
    .main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-order .__button{
        font-size: 1.25em;
    }
}

/* -----------------------------------------------------------------
   自由ページ
-----------------------------------------------------------------*/
.main--page-detail-2column section{
    margin-top:0!important;
}
.main--page-detail section.__heading{
    padding: 1em 1.5em 0.75em;
    margin-top: 0.5em!important;
    background-color: #209cff;
}
.main--page-detail section.__heading .c-h1{
    color: #fff;
}
.main--page-detail section.__heading .c-h1::before{
    display: inline-block;
    content: "";
    width: 48px;
    height: 48px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}
.main--page-detail section.__category-description{
    margin-top: 0!important;
    margin-bottom: 1.5em;
    padding: 1em;
    border: 15px solid #def0ff;
    background: #fff;
}
.freePage{
    padding-bottom: 4em;
}
.freePage__body img{
    display: block;
}
.freePage__body img.img{
    margin: 1em 0;
}
.freePage__foot{
    border-top:1px solid #ccc;
    padding-top:2em;
    margin-top:2em;
}
.freePage__foot .title{
    font-size:1.25em;
    font-weight:bold;
    letter-spacing:1px;
    margin-bottom:0.5em;
}
.btn-submit{
    display: block;
    width: 85%;
    max-width: 480px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding: 0.5em;
    margin: 1.5em auto;
    background-color: #209cff;
}
.btn-submit:hover{
    text-decoration: none;
}
@media screen and (max-width: 959px){
    .main.main--page-detail-1column section:not(.__heading),
    .main.main--page-detail-2column section:not(.__heading){
        padding: 1em 0;
    }
    .main.main--page-detail-2column section.__content{
        padding: 0;
    }
    .main--page-detail section.__heading{
        padding: 1em 0 0.75em
    }
    .main--page-detail section.__heading .c-h1::before{
        width: 30px;
        height: 30px;
    }
    .main--page-detail section.__category-description{
        line-height: 1.5;
        border-width: 10px;
        padding: 0.75em 1em!important;
    }
    .freePage{
        padding: 0 1em;
    }
    section.__to-home{
        padding: 0 1em!important;
    }
}

/* -----------------------------------------------------------------
   自由ページ　＞　ビジネスヒント
-----------------------------------------------------------------*/
.hint__area{
    display: flex;
    flex-wrap: wrap;
}
.hint{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(33% - 1em);
    text-align: center;
    padding: 1em;
    margin: 1em 0.5em;
    border: solid 1px #ccc;
}
.hint dl{
    margin-bottom: 1em;
}
.hint:hover{
    text-decoration: none;
}
.hint_img {
    margin-bottom: 1em;
    border: 1px solid #dedede;
}
.hint_name{
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.hint_text{
    color: #565656;
    font-size: 0.85em;
    text-align: left;
}
.hint .btn-submit{
    font-size: 0.85em;
    margin: auto auto 0.25em;
}
@media screen and (max-width: 599px) {
    .hint{
        width: 100%;
        text-align: left;
        margin: 0 0 0.5em;
    }
    .hint + .hint{
        margin-top: 0.5em;
    }
    .hint dl{
        display: flex;
    }
    .hint dl dt.hint_img{
        width: 50%;
        margin-bottom: 0;
    }
    .hint dl dd{
        padding-left: 1em;
    }
    .hint_name{
        font-size: 1.25em;
    }
    .hint_text{
        font-size: 1em;
    }
    .hint .btn-submit{
        width: 100%;
        font-size: 1.2em;
    }
}

/* -----------------------------------------------------------------
   自由ページ　＞　LPWA運用ツール
-----------------------------------------------------------------*/
.icon-left{
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}
.icon-left::before{
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  font-size: 14px;
  font-weight: 900;
  padding-right: 5px;
}
.icon-left p{
  display: inline;
  font-size: 15px;
  text-decoration: underline;
}
.lpwa_tool_block{
  padding-top: 6em;
}
.lpwa_tool_block:first-child{
    padding-top: 0;
}
.lpwa_tool_block__head{
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
#kenshin .lpwa_tool_block__head{
  background: linear-gradient(to right,  #e77f00 0%,#ffd700 100%);
}
#kakakuhenkou .lpwa_tool_block__head{
  background: linear-gradient(to right,  #90007b 0%,#d9bdd9 100%);
}
#hoankikan .lpwa_tool_block__head{
  background: linear-gradient(to right,  #4d569c 0%,#69a0d6 100%);
}
#tokusoku .lpwa_tool_block__head{
  background: linear-gradient(to right,  #da4f03 0%,#ef9a9d 100%);
}
#ura .lpwa_tool_block__head{
  background: linear-gradient(to right,  #008f40 0%,#e4e200 100%);
}
#chirashi .lpwa_tool_block__head{
  background: linear-gradient(to right,  #161573 0%,#009ee7 100%);
}

.lpwa_tool_block_title{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.lpwa_tool_block_read{
  margin-bottom: 30px;
}
.box-border{
  padding: 15px 20px;
  margin-bottom: 40px;
  border: 2px solid #ccc;
}
.box-border a{
  text-decoration: underline;
}

.lpwa_tool{
  text-align: center;
}
.lpwa_tool + .lpwa_tool{
  margin-top: 30px;
}
.lpwa_tool.flexbox{
  justify-content: space-between;
}
.lpwa_tool_detail{
  width: 260px;
  font-size: 15px;
  text-align: left;
}
.lpwa_tool_detail .lpwa_tool_title{
  color: #fff;
  height: 42px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
  position: relative;
  box-sizing: border-box;
}
.lpwa_tool_detail .lpwa_tool_title::before,
.lpwa_tool_detail .lpwa_tool_title::after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.lpwa_tool_detail .lpwa_tool_title::before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 10px;
  z-index: 1;
}
.lpwa_tool_detail .lpwa_tool_title::after{
  content: "";
  width: 10px;
  height: 42px;
  background: #fff;
}
#kenshin .lpwa_tool_detail .lpwa_tool_title{
  background: #e77f00;
}
#kenshin .lpwa_tool_detail .lpwa_tool_title::before{
  border-color: transparent transparent transparent #e77f00;
}
#tokusoku .lpwa_tool_detail .lpwa_tool_title{
  background: #da4f03;
}
#tokusoku .lpwa_tool_detail .lpwa_tool_title::before{
  border-color: transparent transparent transparent #da4f03;
}
.lpwa_tool_image_wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 700px;
    margin: 0 10px;
}
.lpwa_tool_image_wrap .lpwa_tool_image{
    width: 49.8%;
    margin: 0;
}
.lpwa_tool_image{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #dedede;
  box-shadow: 2px 2px 4px rgba(35,35,35,0.3);
}
.lpwa_tool_image img{
  vertical-align: top;
}
.lpwa_tool_block__foot{
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 40px 0 30px;
}
.lpwa_tool_block__foot.flexbox{
  align-items: center;
}
.item-info-area{
  width: 50%;
}
.item-info-area.flexbox{
  flex-wrap: nowrap;
}
.item-info{
  padding: 20px 15px;
  box-sizing: border-box;
}
.item-info-title{
  font-size: 15px;
  font-weight: bold;
}
.item-price{
  color: #ea2738;
  font-size: 16px;
  font-weight: bold;
}
.item-price span:not(.price){
  font-size: 13px;
}
.item-price .price{
  display: inline-block;
  color: #ea2738;
  font-size: 24px;
  padding: 0 5px;
}
.item-detail{
  width: auto;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 5px;
}
.item-note{
  width: 50%;
  padding: 10px 10px 10px 30px;
  margin: 5px 0;
  box-sizing: border-box;
  border-left: 1px solid #333;
}
.item-note ul{
  font-size: 14px;
  list-style-type: none;
}

/* 裏面パターン */
.pattern.flexbox{
  justify-content: space-between;
}
.pattern-area-title{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.pattern-item{
  width: 240px;
  text-align: center;
  margin: 20px 0;
}
.pattern-item a{
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.pattern-number{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  width: 34px;
  height: 34px;
  background: #008f40;
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.pattern-title{
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0 10px;
}
.pattern-image{
  border: 1px solid #ccc;
}
.pattern-image img{
  vertical-align: top;
}
.pattern-item .zoom{
  font-size: 14px;
  text-decoration: underline;
  margin-top: 5px;
}

.chirashi-area{
  justify-content: space-between;
}
.chirashi{
  width: 100%;
  max-width: 500px;
}
.chirashi-item-area{
  justify-content: space-between;
  margin-bottom: 15px;
}
.chirashi-item{
  width: 240px;
}
.chirashi-header{
  padding-left: 10px;
  margin-bottom: 5px;
  background: linear-gradient(to right, #2778bc 0%,#ffffff 100%);
}
.chirashi-title{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.chirashi-image{
  border: 1px solid #ccc;
}
.chirashi-detail{
  flex-direction: column;
  align-items: flex-end;
}
.chirashi-detail-image:first-child{
  width: 100%;
  max-width: 440px;
  margin-bottom: 20px;
}
.chirashi-detail-image:last-child{
  width: 100%;
  max-width: 410px;
}

/* 商品お問い合わせボタン */
.btn-order{
    display: block;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    background: #209cff;
    position: relative;
}
.btn-order::before{
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  font-size: 1em;
  font-weight: 900;
  padding-right: 10px;
}
.btn-order:hover{
    text-decoration: none;
}
.btn-hagaki{
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: auto;
}
.btn-hagaki a{
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 0;
  background: #209cff;
}
.btn-hagaki a::before{
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  font-size: 14px;
  font-weight: 900;
  padding-right: 10px;
}

.lpwa_chirashi{
  width: 100%;
  max-width: inherit;
}
.lpwa_chirashi_item_area{
margin-bottom: 1.5em;
  justify-content: center;
}
.lpwa_chirashi_item{
  width: calc(50% - 2em);
margin: 0 1em 1em;
}
.lpwa_chirashi_item__head{
  padding-left: 20px;
  margin-bottom: 8px;
  background: linear-gradient(to right, #2778bc 0%, #fff 100%);
}
.lpwa_chirashi_title{
  font-size: 20px;
  color: #fff;
font-weight: bold;
}
.lpwa_chirashi_image{
border: 1px solid #ccc;
}
.lpwa_chirashi_detail{
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.lpwa_chirashi_detail__box{
  width: 49%;
  padding: 20px 0;
}
.lpwa_chirashi_detail__head{
  position: relative;
  padding: 8px 0 0 70px;
}
.lpwa_chirashi_detail__head .point{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 50%;
  background: #2778bc;
  box-shadow: 1px 1px 3px #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.lpwa_chirashi_detail__head .point span{
  display: block;
  font-size: 12px;
}
.lpwa_chirashi_detail_title{
  font-size: 22px;
  font-weight: bold;
}
.lpwa_chirashi_detail__body{
  padding-left: 70px;
  margin-top: 10px;
}
.lpwa_chirashi_detail__body .notice{
  color: red;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 5px;
}
.lpwa_chirashi_pricetable{
  width: 100%;
  max-width: 720px;
  margin: 2em auto;
}

@media screen and (max-width: 599px) {
    .btn_order{
        font-size: 3.8vw;
    }
    .lpwa_tool_block + .lpwa_tool_block{
        padding-top: 3em!important;
    }
    .lpwa_tool_block__foot.flexbox{
        margin: 2em 0;
    }
    .lpwa_tool_detail{
        width: 100%;
    }
    .lpwa_tool_block_title{
        text-align: center;
    }
    .lpwa_tool + .lpwa_tool{
        margin-top: 1.5em;
    }
    #tokusoku .lpwa_tool_detail .lpwa_tool_title{
        height: 35px;
        font-size: 1em;
        margin-bottom: 0.5em;
    }
    #tokusoku .lpwa_tool_detail .lpwa_tool_title::before,
    #tokusoku .lpwa_tool_detail .lpwa_tool_title::after{
        display: none;
    }
    .icon-left{
        margin: 1m 0 0;
    }
    .item-info{
        width: 100%;
        padding: 0.75em 0em;
        border-bottom: solid 1px #ccc;
    }
    .item-info-area.flexbox{
        flex-wrap: wrap;
    }
    .item-info-area{
        width: 100%;
    }
    .item-note{
        width: 100%;
        padding: 0;
        margin: 1em 0;
        border-left: none;
    }
    .box-border{
        padding: 0.75em 1em;
        margin-bottom: 1.5em;
    }
    .pattern-item{
        width: 48%;
        margin: 1em 0;
    }
    .pattern-title{
        font-size: 1em;
        line-height: 1.4;
    }
    .lpwa_chirashi_detail{
        flex-wrap: wrap;
    }
    .lpwa_chirashi_detail__box{
        width: 100%;
        padding: 1em 0;
    }
    .lpwa_chirashi_detail__head{
        padding-top: 0;
    }
    .lpwa_chirashi_detail__head .point{
        font-size: 1.55em;
    }
    .lpwa_chirashi_detail__head .point span{
        font-size: 0.55em;
    }
    .lpwa_chirashi_detail_title{
        font-size: 1.25em;
    }
    .lpwa_chirashi_detail__body{
        margin-top: 0.25em;
    }
}

/* -----------------------------------------------------------------
   ご利用案内
----------------------------------------------------------------- */
.main.main--howto .__step h2.__heading{
    display: none;
}

/* -----------------------------------------------------------------
   個人情報の取り扱いについて
----------------------------------------------------------------- */
.privacy_section{
	margin-top: 3em;
}
.privacy_section dt{
	color: #1b96d5;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	border-bottom: 2px solid #1b96d5;
}
.privacy_section.__2nd{
	margin-top: 0;
}
.privacy_section.__2nd dt{
	color: #333;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	padding:0;
	border-bottom:none;
}
.privacy_section.__2nd dd{
	margin-left: 1em;
}

/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
.footer{
  width: 100%;
  color: #333;
  padding: 0 2em;
  margin-top: 5em;
  background: rgba(43,117,208,0.15);
}
.footer .inner {
  padding: 3em 0 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_profile dt{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 4px;
}
.footer_profile dd{
  font-size: 14px;
}
.footerNav {
  display: flex;
  align-items: center;
}
.footerNav_item {
  font-size: 14px;
  margin-left: 2em;
}
.footerNav_item a{
  color: #333;
}
.copyright {
  color: #4d4d4d;
  text-align: center;
  border-top: 1px solid #cbcbcb;
  padding: 15px 0;
}
@media screen and (max-width: 599px) {
    .footer{
        padding: 0 1em;
        margin-top: 3em;
    }
    .footer .inner{
        flex-wrap: wrap;
    }
    .footer_profile dt{
        font-size: 1.25em;
    }
    .footer_profile dd{
        font-size: 1em;
    }
    .footerNav{
        display: block;
        margin-top: 1em;
    }
    .footerNav_item{
        font-size: 1em;
        margin-left: 0;
        margin-bottom: 0.25em;
    }
    .footerNav_item a{
        color: #1b96d5;
    }
}