@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@700&display=swap');
/*--------------------------------------
  width:1024px手前辺りから
  ページレイアウト全体がはみ出すので修正
--------------------------------------*/
/* [start]in2site custom */
/* 旧スタイルのコメント */
/* header > .inner {
    width: 100%;
    max-width: 1120px;
    padding: 0 8px;
}
#contents {
    width: 100%;
    max-width: 1120px;
    padding: 0 8px;
} */
/* [end]in2site custom */

/*--------------------------------------
  ベースクラス
--------------------------------------*/

body,
input, textarea, select,
button {
    font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDGothic", "Meiryo", sans-serif;
}

address {
    font-style: normal;
}

dfn {
    font-style: normal;
}

/* テーブル */
thead th,
thead td,
tbody th {
    font-weight: bold;
    background: #FFFFE8;
}

table th,
table td {
    width: auto;
}

li {
    line-height: 2.3rem;
}

img {
    height: auto;
}

/*--------------------------------------
  共通
--------------------------------------*/
.ly_center {
    margin: 0 auto;    
}

.ly_left {
    margin: 0 0 auto;
}

.ly_right {
    margin: 0 0 0 auto;
}

.ly_1l {
    width: 100%;
}

.ly_1l {
    max-width: 700px
}

.hp_tl {
    text-align: left !important;
}

.hp_tr {
    text-align: right !important;
}

.hp_tc {
    text-align: center !important;
}

.mt_ss {
    margin-top: 8px !important;
}

.mt_sm {
    margin-top: 24px !important;
}

.mt_md {
    margin-top: 48px !important;
}

.mt_lg {
    margin-top: 80px !important;
}

.mt_ll {
    margin-top: 112px !important;
}

.pb_ss {
    padding-bottom: 8px !important;
}

.pb_sm {
    padding-bottom: 24px !important;
}

.pb_md {
    padding-bottom: 48px !important;
}

.pb_lg {
    padding-bottom: 80px !important;
}

.pb_ll {
    padding-bottom: 112px !important;
}

.hp_txt3s {
    font-size: 0.64rem !important;
}

.hp_txt2s {
    font-size: 0.74rem !important;
}

.hp_txt1s {
    font-size: 0.86rem !important;
}

.hp_txtMd {
    font-size: 1rem !important;
}

.hp_txt1l {
    font-size: 1.3rem !important;
}

.hp_txt2l {
    font-size: 1.6rem !important;
}

.hp_txt3l {
    font-size: 2rem !important;
}

.hp_txt4l {
    font-size: 2.6rem !important;
}

.hp_txt5l {
    font-size: 3.2rem !important;
}

.hp_txt6l {
    font-size: 4.1rem !important;
}

@media screen and (max-width: 1024px) {
    .hp_txt3s {
        font-size: 0.75rem !important;
    }

    .hp_txt2s {
        font-size: 0.83rem !important;
    }

    .hp_txt1s {
        font-size: 0.91rem !important;
    }

    .hp_txtMd {
        font-size: 1rem !important;
    }

    .hp_txt1l {
        font-size: 1.2rem !important;
    }

    .hp_txt2l {
        font-size: 1.4rem !important;
    }

    .hp_txt3l {
        font-size: 1.7rem !important;
    }

    .hp_txt4l {
        font-size: 2.1rem !important;
    }

    .hp_txt5l {
        font-size: 2.5rem !important;
    }

    .hp_txt6l {
        font-size: 3rem !important;
    }
}

.hp_width6s,
.hp_width5s,
.hp_width4s,
.hp_width3s,
.hp_width2s,
.hp_width1s,
.hp_widthMd,
.hp_width1l,
.hp_width2l,
.hp_width3l,
.hp_width4l,
.hp_width5l,
.hp_width6l {
    width: 100% !important;
}

.hp_width6s {
    max-width: 96px !important;
}

.hp_width5s {
    max-width: 160px !important;
}

.hp_width4s {
    max-width: 224px !important;
}

.hp_width3s {
    max-width: 288px !important;
}

.hp_width2s {
    max-width: 352px !important;
}

.hp_width1s {
    max-width: 416px !important;
}

.hp_widthMd {
    max-width: 480px !important;
}

.hp_width1l {
    max-width: 560px !important;
}

.hp_width2l {
    max-width: 640px !important;
}

.hp_width3l {
    max-width: 720px !important;
}

.hp_width4l {
    max-width: 800px !important;
}

.hp_width5l {
    max-width: 880px !important;
}

.hp_width6l {
    max-width: 960px !important;
}

@media screen and (max-width: 991.9px) {
    .hp_widthMd {
        max-width: 360px !important;
    }
}

.hp_blockCenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.hp_dispBlock {
    display: block !important;
}

.hp_ulYellow {
    position: relative !important;
}

.hp_ulYellow::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0.25ex;
    width: 100%;
    border-bottom: 8px solid #FF0;
}

.hp_txtBold,
.hp_txtBold *{
    font-weight: bold !important;
}

.hp_listNoMark > li{
    list-style-type: none !important;
}

.hp_captionBottom {
    caption-side: bottom !important;
}

.lg_only,
.sm_only,
.md_only,
.md_less {
    display: none !important;   
}

@media screen and (min-width: 992px) {
    .lg_only {
        display: block !important;
    }
}

@media screen and (max-width: 575.9px) {
    .sm_only {
        display: block !important;
    }
}

@media screen and (max-width: 991.9px) {
    .md_only {
        display: block !important;
    }
}

@media screen and (max-width: 991.9px) {
    .md_less {
        display: block !important;
    }
}

/* 拡張子 */
.el_fileExt {
    color:#B32;
    font-style: italic;
}

.el_caution {
    color: #B32;
}

.el_note {
    color: #555;
}

.el_note u {
    text-decoration-color: #555;
}

.el_txtAttention,
.el_txtAttention * {
    font-size: 1.4rem;
    font-weight: bold;
}

.el_txtAttention {
    position: relative;
    background: linear-gradient(0, #FF0, #FF0);
    background-repeat: no-repeat;
    background-position: 0 0.9em;
    background-size: 100% 8px;
}

.el_imgWrap img {
    width: 100%;
    height: auto;
}

.bl_pointedList {
    list-style-type: disc;
}

.bl_pointedList.bl_pointedList__itemMargin li {
    margin-bottom: 1em;
}

.bl_pointedList.bl_pointedList__itemMargin li:last-of-type {
    margin-bottom: 0;
}

.bl_noteList li,
.bl_noteNumList li {
    position: relative;
    margin: 12px 0;
    list-style-type: none;
}

.bl_noteList li::before,
.bl_noteNumList li::before {
    position: absolute;
    color: #555;
}

.bl_noteList .el_note,
.bl_noteNumList .el_note {
    color: #555;
}

.bl_noteList {
    padding-left: 2ch !important;
}

.bl_noteList li::before {
    content: "※";
    left: -2ch;
}

.bl_noteNumList {
    counter-reset: noteNumIndex;
    padding-left: 4ch !important;
}

.bl_noteNumList li::before {
    counter-increment: noteNumIndex 1;
    content: "※" counter(noteNumIndex);
    left: -4ch;
}

.bl_sect {
    margin: 0 0 60px;
}

/* 見出し基本 */
.el_headLv2 {
    margin: 48px 0 32px;
    padding: 16px 0;
    
    text-align: center;
    font-size: 2.4em;
    
    border: 1px solid #CCC;
    border-left: none;
    border-right: none;
}

.bl_sect .el_headLv3 {
    margin: 40px 0 24px;
    padding: 12px 0;
    
    text-align: left;
    font-size: 1.4em;
    
    border: 1px solid #CCC;
    border-left: none;
    border-right: none;
}

.bl_sect .el_headLv4 {
    margin: 32px 0 12px;
    padding: 4px 0;
    
    text-align: left;
    font-size: 1.2em;
    
    border-bottom: 1px solid #CCC;
}

/* flexbox関連 */

.bl_unit {
    display: flex;
}

.bl_unit > * {
    min-width: 0;
}

.bl_unit.bl_unit__alignBottom {
    align-items: flex-end;
}

/* flex itemの幅を揃える用 */

.bl_unit.bl_unit__width6s > * {
    flex-basis: 96px;
}

.bl_unit.bl_unit__width5s > * {
    flex-basis: 160px;
}

.bl_unit.bl_unit__width4s > * {
    flex-basis: 224px;
}

.bl_unit.bl_unit__width3s > * {
    flex-basis: 288px;
}

.bl_unit.bl_unit__width2s > * {
    flex-basis: 352px;
}

.bl_unit.bl_unit__width1s > * {
    flex-basis: 416px;
}

.bl_unit.bl_unit__widthMd > * {
    flex-basis: 480px;
}

.bl_unit.bl_unit__width1l > * {
    flex-basis: 560px;
}

.bl_unit.bl_unit__width2l > * {
    flex-basis: 640px;
}

.bl_unit.bl_unit__width3l > * {
    flex-basis: 720px;
}

.bl_unit.bl_unit__width4l > * {
    flex-basis: 800px;
}

.bl_unit.bl_unit__width5l > * {
    flex-basis: 880px;
}

.bl_unit.bl_unit__width6l > * {
    flex-basis: 960px;
}


.bl_unit.bl_unit__gap6s {
    gap: 4px;
}

.bl_unit.bl_unit__gap5s {
    gap: 8px;
}

.bl_unit.bl_unit__gap4s {
    gap: 12px;
}

.bl_unit.bl_unit__gap3s {
    gap: 16px;
}

.bl_unit.bl_unit__gap2s {
    gap: 20px;
}

.bl_unit.bl_unit__gap1s {
    gap: 24px;
}

.bl_unit.bl_unit__gapMd {
    gap: 32px;
}

.bl_unit.bl_unit__gap1l {
    gap: 48px;
}

.bl_unit.bl_unit__gap2l {
    gap: 64px;
}

.bl_unit.bl_unit__gap3l {
    gap: 80px;
}

.bl_unit.bl_unit__gap4l {
    gap: 112px;
}

.bl_unit.bl_unit__gap5l {
    gap: 144px;
}

.bl_unit.bl_unit__gap6l {
    gap: 176px;
}

.bl_unit.bl_unit__center {
    justify-content: center;
}

.bl_unit.bl_unit__sa {
    justify-content: space-around;
}

.bl_unit.bl_unit__sb {
    justify-content: space-between;
}

.bl_unit.bl_unit__se {
    justify-content: space-evenly;
}

.bl_unit.bl_unit__mdLess > * {

}

@media screen and (min-width: 992px) {
    .bl_unit.bl_unit__mdLess {
        flex-wrap: wrap;
    }
    
    .bl_unit.bl_unit__mdLess > * {
        flex-basis: 100%;
    }
}

@media screen and (min-width: 576px) {
    .bl_unit.bl_unit__smOnly {
        flex-wrap: wrap;
    }
    
    .bl_unit.bl_unit__smOnly > * {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 991.9px) {
    .bl_unit.bl_unit__lgMore {
        flex-wrap: wrap;
    }
    
    .bl_unit.bl_unit__lgMore > * {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 575.9px) {
    .bl_unit.bl_unit__mdMore {
        flex-wrap: wrap;
    }
    
    .bl_unit.bl_unit__mdMore > * {
        flex-basis: 100%;
    }    
}

.bl_artbook {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.bl_artbook > * {
    flex: 1 1 50%;
    min-width: 0;
}

.bl_artbook_illust {
    flex: 0 1 40%;
    padding: 0 32px;
}

.bl_artbook_illust > img {
    display: block;
    width: 100%;
    height: auto;
}

.bl_fig {
    margin: 0 auto;
    margin-top: 4.5rem;
}

.bl_fig > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.bl_fig > figcaption {
    text-align: center;
    margin: 0 auto;
}

.bl_fig > :last-child {
    margin-top: 1.25em;
}

/*--------------------------------------
  ヘッダ
--------------------------------------*/

/* ロゴ */
header .bottom .inner {
    align-items: center;
}


/*--------------------------------------
  フッタ
--------------------------------------*/
.cookie_privacy .btn button {
    display: block;
    background-color: #32373c;
    color: #ffffff;
    padding: 11px 20px;
    font-weight: bold;
}

/*--------------------------------------
  トップ
--------------------------------------*/
/* ファーストビューに商品一覧を収める為の調整 */
/* メインビジュアルmt削除 */
.layout_content.top_content {
    margin-top: 0;
}

/* ファーストビュー見出し */
.layout_content.top_content .bl_fv_head {
    position: relative;
    margin: 2em 0 1.25em;
    padding: 0 0 0 .75em;
    text-align: left;
    font-size: 2.25rem;
    line-height: 1;
    border: none;
}

.layout_content.top_content .bl_fv_head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-right: .5em;
    border-left: 6px solid #000;
}

@media screen and (max-width: 575.9px) {
    .layout_content.top_content .bl_fv_head {
        padding: 0;
        text-align: center;
    }
    .layout_content.top_content .bl_fv_head::after {
        display: block;
        position: relative;
        height: 0;
        bottom: 0;
        width: 16px;
        margin: .5em auto 0;
        border: none;
        border-bottom: 6px solid #000;
    }
}

/* 印刷商品見出し非表示 */
.layout_content.top_content .products_list_level1 .title {
    display: none;
}

@media screen and (max-width: 1024px){
    .layout_content.top_content .bl_fv_head {
        font-size: 1.5rem;
    }
}
/*------------------------------------------*/
/* 製品一覧 */
.bl_productUnit {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    
    margin-bottom: 40px;
}

.bl_productUnit > * {
    flex: 0 1 23.4%;
    @media screen and (max-width: 991.9px) {
        flex: 0 1 32%;
        margin-bottom: 12px;
    }
    
    @media screen and (max-width: 575.9px) {
        flex: 0 1 49%;
    }
}

.bl_productUnit > *:last-child {
    margin-right: 0;
}

.bl_product {
    position: relative;
    overflow: hidden;
    padding: 1% 1.5%;
    
    background: #FFF;
    border: 1px solid #DDD;
    
    color: #000 !important;
    text-align: center;
}

.bl_product:hover {
    text-decoration: none;
}

.bl_product > * {
     transition: .3s;
}

.bl_product:hover > * {   
    opacity: .5;
}

.bl_product_head {
    font-size: 1.25rem;
    @media screen and (max-width: 991.9px) {
        font-size: 1.1rem;
    }
    
    @media screen and (max-width: 575.9px) {
        font-size: .8rem;
    }
    
    white-space: nowrap;
    word-break: keep-all;
}

.bl_product .el_imgWrap {
    background: #F9F9F9;
    padding: 4px 0;
}

.bl_product_desc {
    margin: .25em 0 2.25em;
    font-size: .85rem;
    @media screen and (max-width: 991.9px) {
        font-size: .8rem;
    }
    
    @media screen and (max-width: 575.9px) {
        font-size: .7rem;
    }
}

.bl_product_about {
    position: absolute;
    left: 50%;
    bottom: 1%;
    transform: translateX(-50%);
    line-height: 1.8;
    
    white-space: nowrap;
    word-break: keep-all;
    
    @media screen and (max-width: 991.9px) {
        font-size: .8rem;
    }
    
    @media screen and (max-width: 575.9px) {
        font-size: .7rem;
    }
}

/*------------------------------------------*/
/* バナー */

.bl_banner {
    
}

.bl_bannerUnit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.bl_bannerUnit > * {
    flex: 0 1 32%;
    @media screen and (max-width: 991.9px) {
        flex: 0 1 48%;
        margin-bottom: 12px;
    }
    
    @media screen and (max-width: 575.9px) {
        flex: 0 1 100%;
        
    }
}



/*------------------------------------------*/
/* リンク */

.bl_linkUnit {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin-top: 60px;
    
    @media screen and (max-width: 575.9px) {
        display: block;
    }
}

.bl_linkUnit > * {
    flex: 0 1 22%;
    @media screen and (max-width: 991.9px) {
        flex: 0 1 30.6%;
        margin-bottom: 12px;
    }
}

.bl_link {
    display: block;
    position: relative;
    width: 100%;
    background: #f6f6f6;
}

.bl_link::before {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    padding-bottom: 100%;
    transition: .3s;
}

@media screen and (max-width: 575.9px) {
    .bl_link {
        display: flex;
        align-items: center;
        gap: 32px;
        padding: 12px;
    }
    
    .bl_link::before {
         display: none;
    }
}

.bl_link:hover::before {
    
    background: #FFF8;
}

.bl_link > * {
    position: absolute;
    @media screen and (max-width: 575.9px) {
        position: relative;
    }
}

.bl_link .el_imgWrap {
    width: 100%;
    padding: 22%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    
    @media screen and (max-width: 575.9px) {
        width: 48px;
        padding: 0;
        top: 0;
        left: 0;
        transform: none;
    }
}

.bl_link_txt {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
    line-height: 2;
    letter-spacing: .15em;
    color: #374149;
    
    white-space: nowrap;
    
    @media screen and (max-width: 575.9px) {
        bottom: auto;
        left: 0;
        transform: none;
        font-size: .9rem;
    }
}

/*------------------------------------------*/
/* ニュースタイトル調整 */

.news .title {
    position: relative;
    padding-bottom: 12px;
}

.news .title::before {
    content: "";
    position: absolute;
    width: 6em;
    max-width: 100%;
    height: .94px;
    bottom: 0;
    left: 0;
    background: #000;
}

/*------------------------------------------*/
/* 最近の投稿 */
.top_wrap.posts {
    padding: 10px;
}

.top_wrap.posts .wrap {
    padding: 10px 20px;
    border: 1px solid #222;
}

.top_wrap.posts h2 {
    color: #d4145a;
    font-size: 1.4em;
    margin: 0 0 10px;
    font-weight: bold;
}

.top_wrap.posts ul li a {
    display: flex;
    flex-wrap: wrap;
}

.top_wrap.posts ul li a time {
    margin-right: 40px;
}

/*--------------------------------------
  ヘッダアイコン等変更
--------------------------------------*/

/* 共通 */
#menu-header a,
#menu-header button {
    text-decoration: none;
    border-bottom: 0 solid #000;
}

#menu-header .active button {
    border-bottom-width: 8px;
}

@media (hover: hover) {
    #menu-header a:hover,
    #menu-header button:hover {
        border-bottom-width: 8px;
    }
}
@media (hover: none) {
    #menu-header .active a:active,
    #menu-header .active button:active {
        border-bottom-width: 8px;
    }
}

#menu-header li:nth-child(1) > a,
#menu-header li:nth-child(1) > button {
    /* [start]in2site custom */
    /* importantを追加 */
    border-bottom-color: #E4007F !important;
    /* [end]in2site custom */
}

#menu-header li:nth-child(2) > a,
#menu-header li:nth-child(2) > button {
    /* [start]in2site custom */
    /* importantを追加 */
    border-bottom-color: #FFF100 !important;
    /* [end]in2site custom */
}

#menu-header li:nth-child(3) > a,
#menu-header li:nth-child(3) > button {
    /* [start]in2site custom */
    /* importantを追加 */
    border-bottom-color: #88C997 !important;
    /* [end]in2site custom */
}

#menu-header li:nth-child(4) > a,
#menu-header li:nth-child(4) > button {
    /* [start]in2site custom */
    /* importantを追加 */
    border-bottom-color: #00A0E9 !important;
    /* [end]in2site custom */
}

#menu-header li:nth-child(5) > a,
#menu-header li:nth-child(5) > button {
    /* [start]in2site custom */
    /* importantを追加 */
    border-bottom-color: #584C9D !important;
    /* [end]in2site custom */
}

#menu-header {
    display: flex;
}

#menu-header .menu-item {
    float: none;
}

@media screen and (max-width: 1024px) {
    #side #menu-header {
        flex-wrap: wrap;
    }
    
    #side #menu-header .menu-item {
        width: 100%;
    }
}

/* navメニューを中央ぞろえにする */
/* [start]in2site custom */
/* 旧スタイルのコメント */
/* #menu-header a {
    line-height: 57px;
} */
/* [end]in2site custom */

@media screen and (max-width: 1024px) {
    #menu-header a,
    #menu-header button {
        line-height: 40px;
        
    }
    
    header .bottom .inner .right ul#menu-header li > * .text {
        font-size: 0.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 2px;
        display: block;
    }
    
    header .bottom .inner .right ul#menu-header li > * {
        height: 80px;     
    }
}

#menu-header a,
#menu-header button {
    padding: 0;
}


.inner .right ul li > button {
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 100%;
    background: transparent;
    font-size: 1.3em;
    display: block;
    text-align: center;
    height: 57px;
    padding: 9px 0 0 0;
    line-height: 57px;
    transition: all 0.1s linear;
}

#side ul.menu > li > button {
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    color: #ffffff;
    margin: 10px 0 10px 0;
    padding: 6px 0 6px 10px;
    display: block;
    position: relative;
    background: #666;
    text-align: left;
    transition: all 0.1s linear;
}

/* 以下SEOの為hrefのない要素をbuttonに置き換えたもの */
#header_submenu .close_btn button,
#lightbox button,
.hamburger .hover_menu.header_menu button,
#modal_price_any_number_box button,
.bl_productFeature_body button,
.size_serach_box button {
    background: transparent;
    border: none;
    cursor: pointer;
}

button.size_clear {
    font-size: .7em;
    background: #dcdcdc;
    border: 1px solid #646464;
    padding: 4px 8px 0 8px;
}

button.btn {
    text-decoration: none;
    transition: .3s;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
}

.lb-nav button.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/wp-content/themes/insatu/library/common/images/lightbox/prev.png) left 48% no-repeat;
    opacity: 0;
    transition: opacity 0.6s;
}

.lb-nav button.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/wp-content/themes/insatu/library/common/images/lightbox/next.png) right 48% no-repeat;
    opacity: 0;
    transition: opacity 0.6s;
}

#lightbox .lb-cancel {
    background: url(/wp-content/themes/insatu/library/common/images/lightbox/loading.gif) no-repeat;
}

#lightbox .lb-data .lb-close {
    background: url(/wp-content/themes/insatu/library/common/images/lightbox/close.png) top right no-repeat;
}

.lb-nav buttonf.lb-prev:hover,
.lb-nav buttonf.lb-next:hover {
    opacity: 1;
}

/*--------------------------------------
  会社案内 所在地
--------------------------------------*/
.dl-company dt::before {
    margin: 0 0.5rem 0 0;
    top: -0.04em;
}

.dl-company-addr {
     font-style: normal;
}

.dl-company-addr dt {
    margin: 12px 0 0;
    padding: 0 0 8px;
    
    font-size: 1.2rem;
    border: none;
    border-bottom: 1px solid #CCC;
}

.dl-company-addr dt::before {
    content: "\f111";
    position: relative;
    margin: 0 0.4em 0 0;
    top: -0.1rem;
    
    font-size: 0.8rem;
    font-family: "Font Awesome 5 Free"; 
}

.dl-company-addr dt:first-of-type {
    margin: 0;
}

.dl-company-addr dd {
    margin-top: 8px;
}

/* アクセスマップ */
.bl_company .company-map {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    
    width: 100%;
    height: 60vh;
    border: 0;
}

.bl_company .el_borderHeadLv2 {
    margin-top: 2em;
    padding-bottom: .5em;
    border-bottom: 1px solid #000;
    text-align: center;
   
    font-size: 1.5rem;
}

.bl_companyInfo {
    display: flex;
    margin-top: 40px;
}

.bl_companyInfo > * {
    flex: 0 1 50%;
}

.bl_companyInfo_main {
    padding-left: 60px;
}

.bl_companyInfo_table {
    margin-top: 0;
    border: none;
}

.bl_companyInfo_table th,
.bl_companyInfo_table td {
    border: none;
    padding: .5em 1.5em
}

.bl_companyInfo_table th {
    position: relative;
    background: none;
}

.bl_companyInfo_table th::after {
    content: "|";
    position: absolute;
    right: 0;
    font-weight: normal;
}

@media screen and (max-width: 991.9px) {
    .bl_companyInfo {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .bl_companyInfo_sub {
        flex-basis: auto;
        max-width: 500px;
    }
    
    .bl_companyInfo_main {
        margin-top: 20px;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
/*     .bl_companyInfo_table {
        text-align: center;    
    }
    
    .bl_companyInfo_table td {
        margin-top: .25em;
        margin-bottom: .75em;
    }
    
    .bl_companyInfo_table th {
        position: relative;
    }
    
    .bl_companyInfo_table th::after {
        content: "";
        position: absolute;
        bottom: 0;
        transform: translateX(50%);
        right: 50%;
        width: 20px;
        border-bottom: 2px solid #000;
    } */
    
    .bl_companyInfo_table th,
    .bl_companyInfo_table td {
        display: table-cell;
        font-size: .85rem;
    }
    
    .bl_companyInfo_table th {
        min-width: 80px;
        padding-left: 0;
    }
}

/*--------------------------------------
  配送/送料
--------------------------------------*/

.bl_postageTableWrap{
    overflow-x: auto;
}

.bl_postageTable {
    border: none;
    border-collapse: separate;
}

.bl_postageTable caption {
    caption-side: bottom;
}

.bl_postageTable th,
.bl_postageTable td {
    display: table-cell;
    text-align: center;
    word-break: keep-all;
    border: none;
    border-left: 1px solid #555;
    border-top: 1px solid #555;
}

.bl_postageTable th {
    position: sticky;
    left: 0;
    
    border-right: 1px solid #555;
}

.bl_postageTable td {
    width: auto;
}

.bl_postageTable td:last-child {
    border-right: 1px solid #555;
}

/* 空セル非表示 */
.bl_postageTable th:empty,
.bl_postageTable td:empty {
    border: none;
    background: none;
}

.bl_postageTable tbody tr:last-child th,
.bl_postageTable tbody tr:last-child td {
    border-bottom: 1px solid #555;
}

.bl_postageTable tbody tr td:first-of-type {
    border-left: none;
}

.bl_postageTable_scrollStycky {
    position: sticky;
    left: max(140px, 45vw);
    z-index: -1;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .bl_postageTable th {
        width: 130px;
    }
    
    .bl_postageTable_scrollStyckyWrap {
        text-align: left !important;
    }
}

/*--------------------------------------
  目次
--------------------------------------*/
:root {
    --real-vw: 100vw;
    --cont-table-width: 260px;
    --cont-table-btn-width: 44px;
}

.bl_contTable_wrap {
    overflow: hidden;
    z-index: 1;
    position: sticky;
    top: 0;
    right: 0;
    margin: -160px 0 160px 100%;
    width: calc((var(--real-vw) - 100%) / 2);
    max-width: calc(100% + var(--cont-table-width) + 20px);
    height: calc(60vh + 160px);
    order: 1;
}
.bl_contTable_wrap + * {
    margin-top: calc(-1 * (60vh + 160px));
}
nav.bl_contTable {
/*     overflow: hidden; */
    position: absolute;
    top: 160px;
    right: 0;
/*     left: calc(100% + 20px); */
    width: var(--cont-table-width);
    max-width: var(--cont-table-width);
    height: auto;
/*     max-height: 60vh; */
    
    margin: 0 0 48px;
    padding: 12px 0 0 12px;
    
    background: #F7F7F7;
    border: 1px solid #CCC;
}

@media screen and (max-width: 1023px) {
    .bl_contTable_wrap {
        height: calc(60vh + 80px);
        margin: -80px 0 80px 100%;
    }
    
    .bl_contTable_wrap + * {
        margin-top: calc(-1 * (60vh + 80px));
    }
    
    nav.bl_contTable {
        top: 60px;
    }
}

nav.bl_contTable .bl_contTable_head {
    position: sticky;
    top: 0;
    margin: 0;
    padding:0;
    
    font-size: 1.4rem;
    border: none;
}

nav.bl_contTable .bl_contTable_btn {
    display: none;
}

nav.bl_contTable > .bl_contTable_list:first-of-type {
    overflow: hidden scroll;
/*     height: 100%; */
    max-height: 60vh;
}

nav.bl_contTable .bl_contTable_list li {
    position: relative;
    font-size: .9rem;
    line-height: 2.2;
}

nav.bl_contTable .bl_contTable_list li .bl_contTable_list {
    position: relative;
    padding: 0 0 1ex 4ch;
}

nav.bl_contTable ul.bl_contTable_list li {
    list-style-type: disc;
}

nav.bl_contTable ul.bl_contTable_list li ul.bl_contTable_list li {
    list-style-type: circle;
}

nav.bl_contTable ol.bl_contTable_list li {
    list-style-type: decimal;
}

*.an_end {
    animation: none!important;
}

@media screen and (max-width: 1700px) {
    .bl_contTable_wrap {
        width: var(--cont-table-btn-width);
        margin-left: calc(100% + (var(--real-vw) - 100%) / 2 - var(--cont-table-btn-width));
        transition: .3s;
    }
    
    .bl_contTable_wrap.is_active {
        width: calc(var(--cont-table-width) + var(--cont-table-btn-width));
        margin-left: calc(100% + (var(--real-vw) - 100%) / 2 - (var(--cont-table-width) + var(--cont-table-btn-width)));
    }
    
    @keyframes contTableSlidein {
        from {
            margin-left: 60px;
        }
    }
    
    nav.bl_contTable {        
        left: 100%;
        right: auto;
        margin-left: 0;
/*         opacity: .3; */
        animation: 1s ease-in-out .5s 1 normal both running contTableSlidein;
        transition: .3s;
    }
    
    .is_active nav.bl_contTable {
        margin-left: calc(-1 * var(--cont-table-width));
    }
    
    nav.bl_contTable .bl_contTable_head {
        display: none;        
    }
    
    nav.bl_contTable .bl_contTable_btn {
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        width: var(--cont-table-btn-width);
        
        background: #F7F7F7;
        
        border: 1px solid #CCC;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        
        font-size: 16px;
        cursor: pointer;
        overflow: hidden;
        transition: .3s;
    }
    
    nav.bl_contTable .bl_contTable_btn > * {
        margin: 0;
        padding: .5em 0;
    }
    
    nav.bl_contTable .bl_contTable_btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFF0;
    }
    
    nav.bl_contTable .bl_contTable_btn:hover::before {
        background: #FFF8;
    }
    nav.bl_contTable .bl_contTable_btn:focus::before {
        background: #FFF0;
    }
    
    .is_active nav.bl_contTable .bl_contTable_btn {
        color: #FFF;
        background: #c03061;
    }
    
    nav.bl_contTable .bl_contTable_icon {
        display: block;
    }
    nav.bl_contTable .bl_contTable_icon::before {
        content: "\f03a";
        display: block;
        line-height: 1;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 20px;
        font-style: normal;
        color: #000;
    }
    
    .is_active nav.bl_contTable .bl_contTable_icon::before {
        content: "\f057";
        color: #FFF;
    }
}

/*================================================
 ご利用ガイド
================================================*/
section.bl_guide {
    text-align: center;
}
section.bl_guide .el_headLv3,
section.bl_dataUpload .el_headLv3,
section.bl_qandas .el_headLv3 {
    position: relative;
    margin: 3em 0 1.25em;
    padding: 0;
    text-align: center;
    font-size: 1.75rem;
    line-height: 1;
    border: none;
    
    @media screen and (max-width: 575.9px) {
        margin: 1.75em 0 1.25em;
        font-size: 1.25rem;
    }
}
section.bl_guide .el_headLv3::before,
section.bl_dataUpload .el_headLv3::before,
section.bl_qandas .el_headLv3::before {
    content: none;
}
section.bl_guide .el_headLv3::after,
section.bl_dataUpload .el_headLv3::after,
section.bl_qandas .el_headLv3::after{
    content: "";
    display: block;
    position: relative;
    height: 0;
    bottom: 0;
    width: 16px;
    margin: .5em auto 0;
    padding-right: .5em;
    border: none;
        border-bottom: 6px solid #000;
}

.bl_guide a {
    display: block;
    color: #4B4B4B;
}

.bl_suppleArea {
    margin-top: 60px;
    padding: 0 60px 40px;
    border: 8px dotted #DDD;
}

.bl_suppleArea h3.el_headLv3::before {
    content: "\f06a";
    display: block;
    position: relative;
    margin-bottom: .5em;
    
    color: #000;
    font-size: 3rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.bl_suppleArea.bl_suppleArea__nomark h3.el_headLv3::before {
    display: none;
}

@media screen and (max-width: 991.9px) {
    .bl_suppleArea {
        padding: 0 24px 32px;
    }
}

@media screen and (max-width: 575.9px) {
    .bl_suppleArea {
        padding: 0 16px 24px;
    }
}

ul.bl_list,
ol.bl_list {
    padding: 0;
}

.bl_guide .bl_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.bl_guide .bl_list > * {
    flex: 0 1 auto;
    border: 1px solid #000;
}

.bl_guide .bl_list_head {
    margin: 0;
    padding: 1em 1.5em;
}

@media screen and (max-width: 575.9px) {
    .bl_guide .bl_list {
        flex-wrap: wrap;
        gap: 12px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .bl_guide .bl_list > * {
        flex-basis: 100%;
        
    }

    .bl_guide .bl_list_head {
        padding: .5em;
    }
}

.bl_descList {
    margin-top: 40px;
    padding: 0 24px;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
}

.bl_descList > * {
    border-bottom: 6px dotted #DDD;;
}

.bl_descList > *:last-child {
    border: none;
}

.bl_descList_head {
    text-align: left;
    margin: 1em 0 .75em;
    font-size: 1.5rem;
}

.bl_descList .bl_descList_body {
    display: flex;
    gap: 60px;
    padding: 0;
}

.bl_descList_body > * {
    flex: 1 1 50%;
}

.bl_descList .bl_descList_list {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.bl_descList .bl_descList_list > li {
    margin-bottom: 1em;
    line-height: 1.5;
}

.bl_descList.bl_descList__nosub .bl_descList_item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 1.25rem;
}

.bl_descList.bl_descList__nosub .bl_descList_item > * {
    flex: 0 1 50%;
}

.bl_descList.bl_descList__nosub .bl_descList_head {
    margin: 0;
}

.bl_descList.bl_descList__nosub .bl_descList_body {
    padding: 0;
    text-align: left
}

.bl_descList.bl_descList__nosub p {
    margin: 0;
    line-height: 2;
}

@media screen and (max-width: 991.9px) {
    .bl_descList {
        padding: 0 16px;    
    }
    
    .bl_descList .bl_descList_body {
        gap: 32px;
    }
    
    .bl_descList_body {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 575.9px) {
    .bl_descList {
        padding: 0 8px;    
    }
    
    .bl_descList_head {
        margin: .75em 0 .5em;    
    }
    
    .bl_descList .bl_descList_body {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .bl_descList.bl_descList__nosub .bl_descList_item {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .bl_descList.bl_descList__nosub .bl_descList_item > * {
        flex-basis: 100%;
    }
}

.bl_dottedTable {
    max-width: 600px;
    margin: 40px auto 0;
    padding: 12px;
    border: none;
}

.bl_dottedTable tr {
    border-bottom: 4px dotted #999;
}

.bl_dottedTable tr:last-child {
    border: none;
}

.bl_dottedTable th,
.bl_dottedTable td {
    padding: 12px 24px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1.1rem;
}

.bl_dottedTable_caption {
    caption-side: bottom;
    margin-top: 1em;
    color: #888;
    font-size: .9rem;
    text-align: left;
}

.bl_dottedTable .bl_dottedTable_caption > * {
    margin: 0;
    line-height: 1.8;
}

@media screen and (max-width: 575.9px) {
    .bl_dottedTable th,
    .bl_dottedTable td {
        padding: 0 8px;
        font-size: 1rem;
    }
    
    .bl_dottedTable th {
        padding-top: .75em;
    }
    
    .bl_dottedTable td {
        padding-bottom: .75em;
    }
}

a.el_roundLink {
    display: block;
    margin: 1.75em auto 0;
    padding: 1em 1.5em;
    background: #4B4B4B;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    
    border: 2px solid #4B4B4B;
    border-radius: 8px;
}

a.el_roundLink:hover {
    background: #FFF;
    color: #4B4B4B;
}

a.el_roundLink.el_roundLink__accentColor {
    background: #c03061;
    border-color: #c03061;
}

a.el_roundLink.el_roundLink__accentColor:hover {
    background: #FFF;
    color: #c03061;
}

/*--------------------------------------
  ご利用の流れ
--------------------------------------*/

.bl_flowCardUnit {
	counter-reset: flowCardIndex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.bl_flowCardUnit > .bl_flowCard {
    width: 16%;
    margin: 0 5% 0 0;
}

.bl_flowCardUnit > .bl_flowCard:last-of-type {
    margin-right: 0;
}

/* 各項目 */
.bl_flowCardUnit > .bl_flowCard {
    position: relative;
    width: 15.9%;
    margin: 0 5% 0 0;

	opacity: 0;
	animation: paused both;
}

.bl_flowCard .bl_flowCard_body {
    margin-top: 20px;
}

.bl_flowCard .bl_flowCard_txt {
    text-align: center;
}

/* 順番にアニメ遅延付与 */
.bl_flowCardUnit > .bl_flowCard.is_scrollTriggered:nth-of-type(1) {
    animation: kf_fadeinCard .5s 0s both;
}
.bl_flowCardUnit > .bl_flowCard.is_scrollTriggered:nth-of-type(2) {
    animation: kf_fadeinCard .5s .1s both;
}
.bl_flowCardUnit > .bl_flowCard.is_scrollTriggered:nth-of-type(3) {
    animation: kf_fadeinCard .5s .2s both;
}
.bl_flowCardUnit > .bl_flowCard.is_scrollTriggered:nth-of-type(4) {
    animation: kf_fadeinCard .5s .3s both;
}
.bl_flowCardUnit > .bl_flowCard.is_scrollTriggered:nth-of-type(5) {
    animation: kf_fadeinCard .5s .4s both;
}

.bl_flowCard_imgWrap {
	position: relative;
    width: 100%;
	margin: 0;
}

.bl_flowCard_imgWrap::before {
	content: "";
	display: block;
    padding-top: 100%;
}

/* 番号 */
.bl_flowCard_imgWrap::after {
	counter-increment: flowCardIndex;
	content: counter(flowCardIndex);

    z-index: 1;
	position: absolute;
	display: block;

	right: 2%;
	bottom: 2%;

	width: 56px;
	height: 56px;
	
	color: #555;
	text-align: center;
	line-height: 1.9em;
	font-size: 34px;
	font-style: italic;
	font-weight: bold;

	background: #FFF;
	border-radius: 50%;
	box-shadow: 6px 6px 0 0px #555;
}

@media screen and (max-width: 991px) {
    .bl_flowCard_imgWrap::after {
        right: -1px;
        bottom: -1px;

        width: 28px;
        height: 28px;

        line-height: 1.2em;
        font-size: 24px;

        box-shadow: none;
    }
}

/* アイコン */
.bl_flowCard_imgWrap img {
    z-index: 2;
    position: absolute;
	left: 50%;
	top: 50%;
    width: 50%;

	transform: translate(-50%, -50%);
}

/* アイコン装飾 円 */
.bl_flowCard.is_scrollTriggered .bl_flowCard_imgWrap .el_circleStroke {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	height: 100%;
    
	transform: translate(-50%, -50%) rotate(45deg);
    stroke: #AAA;

    animation: kf_circleStroke 1s ease-out;
}

/* 順番にアニメ遅延付与 */
.bl_flowCard.is_scrollTriggered:nth-of-type(1) .bl_flowCard_imgWrap .el_circleStroke {
    animation: kf_circleStroke 1s 0s ease-out;
}
.bl_flowCard.is_scrollTriggered:nth-of-type(2) .bl_flowCard_imgWrap .el_circleStroke {
    animation: kf_circleStroke 1s .1s ease-out;
}
.bl_flowCard.is_scrollTriggered:nth-of-type(3) .bl_flowCard_imgWrap .el_circleStroke {
    animation: kf_circleStroke 1s .2s ease-out;
}
.bl_flowCard.is_scrollTriggered:nth-of-type(4) .bl_flowCard_imgWrap .el_circleStroke {
    animation: kf_circleStroke 1s .3s ease-out;
}
.bl_flowCard.is_scrollTriggered:nth-of-type(5) .bl_flowCard_imgWrap .el_circleStroke {
    animation: kf_circleStroke 1s .4s ease-out;
}

@media screen and (max-width: 567.9px) {
    .bl_flowCardUnit {
        flex-direction: row;
    }
    
    .bl_flowCardUnit > .bl_flowCard {
        display: flex;
        align-items: center;
        gap: 40px;
        
        width: 100%;
        margin-bottom: 12px;
    }
    
    .bl_flowCard_imgWrap {
        width: 64px;
        
    }
    
    .bl_flowCard .bl_flowCard_body {
        margin: 0;
    }
    
    .bl_flowCard .bl_flowCard_txt {
        margin: 0;
        text-align: left;
    }
}

/* インラインSVG定義用 */
.sv_def {
	width: 0;
	height: 0;
	visibility: hidden;
}

/* SVG円基本 */
.el_circleStroke {
    transform: rotate(90deg);
	fill: transparent;
	stroke-width: 0.8;
	stroke: #000;
}

@keyframes kf_circleStroke {
	0% { stroke-dasharray: 0 308; }
	100% { stroke-dasharray: 308 308; }
}

@keyframes kf_fadeinCard {
	0% {
		opacity: 0;
		left: 30px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

.bl_serviceExamples {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.bl_serviceExamples_head {
    writing-mode: vertical-rl;
}

.bl_serviceExamples .bl_serviceExamples_list {
    flex: 0 1 300px;
    background: #F6F6F6;
    padding: 1.5rem 0 1.5rem 3rem;
    text-align: left;
}

.bl_serviceExamples_list li::before {
    padding-right: .5em;
}
.bl_serviceExamples_list.bl_serviceExamples_list__ok {
    color: #F66;
}
.bl_serviceExamples_list.bl_serviceExamples_list__ng {
    color: #69F;
}
.bl_serviceExamples_list.bl_serviceExamples_list__ok li::before {
    content: "〇";
    
}
.bl_serviceExamples_list.bl_serviceExamples_list__ng li::before {
    content: "×";
}

@media screen and (max-width: 575.9px) {
    .bl_serviceExamples {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .bl_serviceExamples .bl_serviceExamples_head {
        writing-mode: horizontal-tb;
        margin: 0;
    }
}

a.bl_borderedLink {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 600px;
    margin: 40px auto 0;
    padding: .75rem;
    
    color: #000;
    font-size: 1.25rem;
    
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    text-decoration: none;
}

a.bl_borderedLink::before {
    content: "\f138";
    position: relative;
    left: 0;
    padding-right: .5em;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    transition: .3s;
}

a.bl_borderedLink:hover::before {
    left: .2em;
}

/*--------------------------------------
  商品選択
--------------------------------------*/

.bl_supple {
    margin: 12px 0;
    padding: 12px 20px;
    
    background: #EEE;
}

.bl_supple dt {
    display: inline-block;
    min-width: 80px;
    
    vertical-align: top;
    font-weight: normal;
}

.bl_supple dt::after {
    content: "…";
}

.bl_supple dd {
    display: inline-block;
    vertical-align: top;
}

.bl_supple.bl_supple__alt dt::before {
    content: "\f111";
    position: relative;
    margin: 0 0.4em 0 0;
    top: -0.1rem;
    
    font-size: 0.8rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.bl_supple.bl_supple__alt dt::after {
    display: none;
}

.bl_supple.bl_supple__alt dd {
    display: block;
}

/*--------------------------------------
 データ入稿
--------------------------------------*/
.hp_txtPdf {
    color: #C30;
}

.hp_txtAi {
    color: #C60;
}

.bl_aboutDataUpload {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    margin: 80px auto 80px;
    text-align: center;
}

.bl_aboutDataUpload > * {
    flex: 0 1 50%;
}

.bl_aboutDataUpload_head {
    font-size: 1.75rem;
}

.bl_aboutDataUpload_formatUnit {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.bl_aboutDataUpload_format > * {
    margin-bottom: 16px;
}

.bl_aboutDataUpload_format > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 575.9px) {
    .bl_aboutDataUpload {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .bl_aboutDataUpload > * {
        flex-basis: 100%;
    }
    
    .bl_aboutDataUpload_format {
        flex: 0 1 140px;
    }
}

.bl_ctaArea {
    background: #F6F6F6;
    margin-top: 60px;
    padding: 60px;
    
    font-size: 1.25rem;
}

.bl_ctaArea a {
    display: inline-block;
    margin-top: 1.75rem;
    padding: .5em 1.5em;
    background: #c03061;
    color: #FFF;
    border-radius: 8px;
    text-decoration: none;
}

.bl_ctaArea a:hover {
    background: #E090B0;
}

@media screen and (max-width: 575.9px) {
    .bl_ctaArea {
        padding: 24px;
        font-size: 1.1rem;
    }
    
    p.bl_ctaArea_txt {
        margin-bottom: .75em;
    }
    
    .bl_ctaArea a {
        margin-top: 1rem;
    }
}

ol.bl_processList {
    margin-top: 40px;
    padding: 0;
}

.bl_processList > li {
    display: flex;
    align-items: center;
}

.bl_processList > li > * {
    flex: 0 1 50%;
}

.bl_processList_main {
    padding-left: 60px;
    text-align: left;
}

@media screen and (max-width: 991.9px) {
    .bl_processList_main {
        padding-left: 32px;
    }
}

@media screen and (max-width: 575.9px) {
    .bl_processList > li {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 32px;
        padding: 0;
    }
    
    .bl_processList > li > * {
        flex-basis: 100%;
    }
    
    .bl_processList_main {
        padding: 0;
    }
}
    


/*--------------------------------------
  銀行振込
--------------------------------------*/

.bl_bankInfoTable {
    width: 100%;
    max-width: 600px;
}

.bl_bankInfoTable caption {
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
}

.bl_bankInfoTable th {
    
}

/*--------------------------------------
  商品概要
--------------------------------------*/

.bl_productFeature {
	position: relative;
	width: 100%;
	padding: 32px 24px;

	background: linear-gradient(150deg, #FAFAFF, #EEF);
}

.bl_productFeature h4 ~ a {
	display: block;
}

.bl_productFeature_body {
    box-sizing: content-box;
	width: 50%;
	margin: 0 0 0 auto;
	padding: 48px 40px 48px 140px;

	background: #FFF;
}

.bl_productFeature_body a {
    padding-bottom: 12px;
}

.bl_productFeature_main > .bl_productFeature_catch {
	margin: 0;
	padding: 0 0 2.25rem;
    
	font-size: 1.5rem;
	line-height: 2rem;
	word-break: keep-all;
    
    border:none;
}

.bl_productFeature_main > .bl_productFeature_catch::before {
	display: none;
}

.bl_productFeature_main > .bl_productFeature_imgWrap {
	position: absolute;
	width: 40%;
	left: 2%;
	top: 0;
	margin: 116px 0 0;
    
	box-shadow: 0 8px 10px 2px #0003;
}

.bl_productFeature_body > .bl_productFeature_catch::before {
	display: none;
}

.bl_productFeature_catch > br {
	content: "";
	display: block;
	margin-top: 0.5rem;
}

.bl_productFeature_lead {
	margin: 0;
	padding: 0 0 1.75rem;
	font-size: .9rem;
	line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
	
	.bl_productFeature {
		position: relative;
		width: 100%;
		padding: 0;
	
		background: #EEF;
	}

	.bl_productFeature_body {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	
		background: #FFF;
	}

	.bl_productFeature_main {
		display: flex;
        align-items: flex-start;
		margin-bottom: 32px;
	}

	.bl_productFeature_main > .bl_productFeature_catch {
		position: static;
		width: 80%;
		margin: 0 24px 0 0;
		font-size: 1.05rem;
		line-height: 1.75rem
	}

	.bl_productFeature_main > .bl_productFeature_imgWrap {
		position: static;
		width: 100%;
		margin: 0px 0 0;
	}
}

/*--------------------------------------
  オンラインデザインテンプレート
--------------------------------------*/

.bl_cardUnit {
    margin-top: 60px;
}

.bl_cardUnit > .bl_cardUnit_head {
    font-size: 1.5rem ;
}

.bl_cardUnit > .bl_card {
    
}

.bl_card_imgWrap > img {
    width: 100%;
}

/*--------------------------------------
  印刷用紙一覧
--------------------------------------*/

.bl_cardUnit__col3 {
    display: flex;
    justify-content: space-around;
}

.bl_cardUnit__col3 > .bl_paperCard {
    width: 30%;
}

.bl_paperCard {
    text-align: center;
}

.bl_paperCard_imgWrap > img {
    width: auto;
    height: 300px;
    margin: 0 auto;
    object-fit: scale-down;
    transform: rotate3d(2, 2, 1, 12deg);
}

.bl_paperCard_imgWrap.bl_paperCard_imgWrap__noRotate > img {
    transform: none;
}

.bl_paperCard .bl_paperCard_head {
    width: 98%;
    margin: 12px auto 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #555;
    font-size: 1.3rem;
}

.bl_paperCard .bl_paperCard_lead {
    width: 90%;
    margin: 0 auto;
    margin-top: 8px;
}

/*--------------------------------------
  用紙選択 セレクトボックス
--------------------------------------*/

.bl_media {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  overflow: hidden
}

.bl_media .bl_media_body {
  flex: 1;
  margin: 12px 16px
}

.bl_mediaUnit {
  display: grid;
  grid-auto-rows: 100px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  width: 100%
}

.bl_media_imgWrap {
  flex: 0 1 120px;
  height: 100%;
  margin: 0
}

.bl_media_imgWrap img {
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  padding: 4px;
  width: 100%
}

.bl_paperSelector {
  background: #fff;
  cursor: pointer;
  justify-content: space-between;
  position: relative;
  width: 100%
}

.bl_paperSelector .bl_paperSelector_currentItem {
  border: 1px solid #ccc;
  flex: 1;
  margin: 0;
  padding: 4px 16px
}

.bl_paperSelector .bl_mediaUnit {
  background: #fff;
  display: none;
  height: 0;
  left: 0;
  max-height: 40vh;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  width: 100%
}

.bl_paperSelector .bl_paperSelector_dropdownIcon {
  flex: 0 1 32px;
  margin: 0;
  position: relative;
  text-align: center
}

.bl_paperSelector .bl_paperSelector_dropdownIcon:before {
  background: #ccc;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.bl_paperSelector .bl_paperSelector_dropdownIcon:after {
  content: "▼";
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.bl_paperSelector.is_clicked .bl_mediaUnit {
  display: grid !important;
  height: auto;
  z-index: 3
}

.bl_paperSelector_bar {
  display: flex
}

.is_selected {
  background: #ffc;
  border-color: #ee588a
}

/*--------------------------------------
  年賀状印刷のてびき
--------------------------------------*/

.bl_nenga .bl_unit {
    flex-wrap: nowrap;
    align-items: center;
    gap: .5rem;
    padding-bottom: 0.5rem;
}

.bl_nenga .el_imgWrap {
    padding-top: .5rem;
}

.bl_nenga_optionTable {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    
}

.bl_nenga_optionTable th,
.bl_nenga_optionTable td {
    display: table-cell;
    font-weight: normal;
    text-align: center;
}

.bl_nenga_optionTable caption {
    caption-side: bottom;
}

.bl_nengaUnit {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin-top: 40px;
    padding-bottom: 40px;
}

.bl_nengaUnit > .bl_imgWrap {
    width: 32%;
    margin-top: 8px;
    border: 1px solid #000;
}

@media screen and (max-width: 575px) {
    .bl_nengaUnit > .bl_imgWrap {
        width: 49%;
        margin-top: 8px;
        border: 1px solid #000;
    }
}

.bl_nenga_template {
    display: flex;
    gap: 1%;
}

.bl_nenga_template {
    display: flex;
    align-items: center;
    gap: 1%;
}

.bl_nenga_template > * {
    width: 49%;
}

@media screen and (max-width: 575px) {
    .bl_nenga_template {
        flex-direction: column;
        gap: 1%;
    }

    .bl_nenga_template > * {
        width: 100%;
        margin-bottom: 16px;
    }
}

.bl_nenga_template .bl_nenga_template_download {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 16px 20px;
    
    text-align: center;
    color: #48C;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    
    background: #FD4;
    border-radius: 20px;
}

.bl_nenga_template .bl_nenga_template_download:hover {
    color: #7AE;
    background: #FE9;
}

ol.bl_nengaFlow_list {
    list-style-position: inside;
    padding-left: 0;
}

ol.bl_nengaFlow_list > li {
    line-height: 1.5rem;
    padding-bottom: 1.25rem;
}

.bl_nengaFlow .bl_nengaFlow_caution {
    color: #eb7574;
    margin-top: 32px;
}

.bl_nengaFlow_strong {
    color: #0068B6;
}

.bl_nengaFlow_imgUnit {
    display: flex;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
}

.bl_nengaFlow_imgWrap {
    margin-top: 1rem;
    padding-bottom: 2.5rem;
}

@media screen and (max-width: 575px) {
    .bl_nengaFlow_imgUnit {
        flex-direction: column;
    }
}

.bl_nengaDesign {
    padding: 20px 12px;
    text-align: center;
    background: #F6F2EB;
}

.bl_nengaDesign .bl_nengaDesign_lgHead {
    width: 100%;
    max-width: 500px;
    margin: 1rem auto 0;
    padding-bottom: 1.5rem;
}

.bl_nengaDesign .bl_nengaDesign_mdHead {
    margin-top: 1.5rem;
    padding: 8px 0;
    color: #FD4;
    background: #48C;
}

.bl_nengaDesign_mdHead.bl_nengaDesign_mdHead__pdf {
    color: #48C;
    background: #FD4;
}

.bl_nengaDesign_linkUnit {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6%;
    padding-bottom: 1.5rem;
}

.bl_nengaDesign_link {
    width: 32%;
    margin-top: 0.6%;
}

@media screen and (max-width: 575px) {
    .bl_nengaDesign_link {
        width: 49%;
    }
}

.bl_nengaDesign_sample {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    margin: 20px 0;
    padding: 20px 16px;
    text-align: left;
    background: #FFF;
}

.bl_nengaDesign_sample > * {
    width: 48%;
    margin: 0 1%
}

.bl_nengaDesign_sample > .el_imgWrap {
    position: relative;
}

.bl_nengaDesign_sample > .el_imgWrap::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 23%;
    width: 1px;
    height: 1px;
    border: 20px solid transparent;
    border-right: 60px solid #F6F2EB;
}

@media screen and (max-width: 991px) {
    .bl_nengaDesign_sample {
        flex-direction: column;
    }
    
    .bl_nengaDesign_sample > * {
        width: 100%;
    }
    
    .bl_nengaDesign_sample > .el_imgWrap::after {
        content: "";
        position: absolute;
        left: 20px;
        bottom: -40px;
        width: 1px;
        height: 1px;
        border: 20px solid transparent;
        border-bottom: 60px solid #F6F2EB;
    }
}


.bl_nengaDesign_list > li {
    line-height: 1.5rem;
    padding-bottom: .75rem;
}

.bl_nengaDesign_caution {
    line-height: 1.5rem;
    margin-top: 20px;
    padding: 20px;
    background: #F6F2EB;
}

.bl_nengaDesign .bl_nengaDesign_note {
    margin: 0;
    padding-bottom: 0.5rem;
    text-align: left;
    line-height: 1.5rem;
    font-size: 12px;
}

.bl_nengaNG {
    margin: 20px 0;
    padding: 20px 16px;
    text-align: left;
    color: #eb7574;
    background: #FFF;
}

.bl_nengaNG_list > li {
    position: relative;
    padding-left: 1rem;
}

.bl_nengaNG_list > li::before {
    content: "×";
    position: absolute;
    left: 0;
}

.bl_nengaNG_head {
    text-align: center;
}

.bl_nengaNG_imgUnit {
    display: flex;
    gap: 12px;
}

.bl_nengaNG_imgWrap {
    text-align: center;
}

@media screen and (max-width: 575px) {
    .bl_nengaNG_imgUnit {
        flex-direction: column;
    }
}

.bl_nengaPDF {
    display: flex;
    align-items: center;
    gap: 16px;
    
    padding-bottom: 1.5rem;
}

.bl_nengaPDF > * {
    width: 49%;
}

.bl_nengaPDF_imgWrap {
    margin: 0 60px;
}

@media screen and (max-width: 575px) {
    .bl_nengaPDF {
        flex-direction: column-reverse;
    }
    
    .bl_nengaPDF > * {
        width: 100%;
    }
    .bl_nengaPDF_imgWrap {
        margin: 0;
    }
}



.bl_nengaPDF_list {
    text-align: left;
    list-style-position: outside;
    color: #0068B6;
}

.bl_nengaPDF_list > li {
    line-height: 1.5rem;
    padding-bottom: 1rem;
}

.bl_nengaDraft {
    
}

.bl_nengaDraft_table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #FFF;
}

.bl_nengaDraft_table th,
.bl_nengaDraft_table td{
    text-align: center;
}

.bl_nengaDraft_note {
    font-size: 12px;
}

.bl_nengaDraft .bl_nengaDraft_guideHead {
    color: #0068B6;
    font-size: 22px;
    margin: 20px 0 4px;
    
}

.bl_nengaDraft .bl_nengaDraft_guideHead::before {
    content: "＼";
    margin-right: 12px;
}

.bl_nengaDraft .bl_nengaDraft_guideHead::after {
    content: "／";
    margin-left: 12px;
}

.bl_nengaDraft .bl_nengaDraft_guideLink {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0;
    
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    
    background: #0068B6;
    border-radius: 16px;
}

.bl_nengaDraft .bl_nengaDraft_guideLink:hover {
    background: #60A8D6;
}

/*================================================
 入稿について
================================================*/
.bl_dataUpload p {
    line-height: 1.8;    
}

.bl_dataUpload .bl_list {
    display: block;
    margin: 0 auto;
}

.bl_dataUpload .bl_list > * {
    border: 1px solid #000;
    text-align: center;
    
    margin-bottom: 12px;
    padding: .75em 0;
}

.bl_dataUploadMethod {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.bl_dataUploadMethod > * {
    flex: 0 1 200px;
}

.bl_dataCreate {
    margin: 60px auto 0;
    padding: 48px 80px;
    text-align: center;
    background: #F6F6F6;
}

.bl_dataCreate.bl_dataCreate__underConstruct {
    position: relative;
    filter: grayscale(1);
}

.bl_dataCreate.bl_dataCreate__underConstruct::before {
    content: "準備中";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    padding: .15em;
    box-sizing: border-box;

    background: #000;
    color: #FFF;
    font-size: 4rem;
    word-break: keep-all;
}

.bl_dataCreate_head {
    font-size: 1.5rem;
}

.bl_dataCreate_toolUnit {
    display: flex;
    flex-wrap: wrap;
/*     justify-content: space-around; */
    gap: 10%;
    margin-top: 40px;
}

.bl_dataCreate_toolUnit > * {
    flex: 0 1 26%;
}

.bl_dataCreate_tool {
    margin-bottom: 60px;
}

.bl_dataCreate_tool:last-child {
    margin-bottom: 0;
}

.bl_dataCreate_toolName {
    font-size: 1.2rem;
}

.bl_dataCreate_toolExt {
    padding-left: .5em;
    font-size: .8em;
}

@media screen and (max-width: 991.9px) {
    .bl_dataCreate {
        padding: 40px 20px;
    }
    
    .bl_dataCreate_head {
        font-size: 1.1rem;
    }
    
    .bl_dataCreate_toolExt {
        display: block;
        padding-left: 0;
    }
}

@media screen and (max-width: 575.9px) {
    .bl_dataCreate {
        padding: 32px 12px;
    }
    
    .bl_dataCreate_toolName {
        font-size: .9rem;
    }
}

.hp_txtColorPdf {
    color: #990000;
}

.hp_txtColorAi {
    color: #cc6600;
}

.hp_txtColorPs {
    color: #0066cc;
}

.hp_txtColorId {
    color: #cc0099;
}

.hp_txtColorWord {
    color: #0066cc;
}

.hp_txtColorExcel {
    color: #009900;
}

.hp_txtColorPowerPoint {
    color: #ff3300;
}

/*--------------------------------------
  物販商品
--------------------------------------*/

/* 商品名と見出しが被るので見出しを消す */
section.page > h2.headline {
    display: none;
}

section.page h2.headline {
    margin: 0;
    padding: 0 0 .25rem;
    text-align: left;
    font-size: 1.75rem;
    border: none;
    border-bottom: 1px solid #CCC;
}

.bl_merchandise_info {
    margin-top: 1rem;
    font-size: .9rem;
}

.bl_merchandise_infoItem {
    display: flex;
    margin-top: .25rem;
    border: none;
}

.bl_merchandise_info .bl_merchandise_infoItem dt {
    padding: 0;
    border: none;
}

.bl_merchandise_info .bl_merchandise_infoItem dd {
    margin-left: .75rem;
    padding: 0;
}

.sales-item-box .bl_merchandise_desc {
    margin-top: 2.25rem;
    margin-bottom: 1.25rem;
}

.sales-item-box .bl_merchandise_desc dt{
    padding: 0;
    border: none;
}

.sales-item-box .bl_merchandise_desc dd{
    margin-top: .25rem;
    padding: 0;
}

.sales-price-box .detail .price .bl_merchandise_postage {
    margin-left: .5rem;
    font-size: 1.25rem;
}

/*================================================
 よくあるご質問
================================================*/
.bl_qandas p,
.bl_qandas dd {
    line-height: 2;
}

.bl_qandas h3.el_borderHeadLv3 {
    padding-bottom: 0;
    border: none;
    border-bottom: 2px solid #000;
}

.bl_qandas h3.el_borderHeadLv3::before {
    content: none;
}

.bl_qandas h4.el_borderHeadLv4 {
    margin-top: 2em;
    padding-bottom: 0;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 1rem;
}

.bl_qandas h4.el_borderHeadLv4::before {
    content: none;
}

/*================================================
 オンラインデザイン
================================================*/
section.online_page .online-lp-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
    .online-design-box .wrap {
        width: 47%;
        margin-bottom: 15px;
    }
}
/*================================================
 フォーム共通
================================================*/
.js_other {
    display: none;
}

.js_other.is_selectedOther {
    display: block;
}

/*================================================
 見積依頼
================================================*/

select ~ .is_selectedOther,
input[value="その他"] ~ .is_selectedOther {
    display: block;
}

input[value="その他"] ~ .is_selectedOther p {
    display: none;
}

.js_other p {
    margin: 0;
    margin-top: 1em;
}

/*================================================
 会員登録方法
================================================*/
.bl_register {
    text-align: center;
}

.bl_register .el_headLv3 {
    border: none;
}