/*************************************************************

商品詳細　共通

*************************************************************/
.ec-productRole {
    padding: 0;
    font-size: inherit;
}

.ec-sliderItemRole {
    padding: 0;
}

.ec-productRole .ec-productRole__actions {
    padding: 0;
}

.ec-productRole .ec-productRole__profile {
    margin-left: 0;
}


.ec-productRole .ec-productRole__description{
    max-width: 669px;
    margin: auto auto 16px;
}


/*----------------------------
スライダーの読み込み対策
----------------------------*/

.item_visual {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.item_visual.slick-initialized {
    opacity: 1;
}

.slick-track {
}


.item_visual .slick-slide {
    display: none;
    overflow: hidden;
}
.item_visual .slick-initialized .slick-slide {
    display: block;
}

.item_visual .slide-item img{
    display: block;
    max-width: 100%;
    height: auto;
}

/*----------------------------
商品名
----------------------------*/
.ec-productRole .ec-productRole__title {
    border-left: solid 8px var(--paneSkyBlue);
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
    padding: 10px 0 10px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:599px) {
    .ec-productRole .ec-productRole__title {
        padding: 0;
        border: none;
        display: block;
    }
}

#ec-productRole_7.ec-productRole .ec-productRole__title {
    border-left: solid 8px #ff7f00;
}

@media screen and (max-width:599px) {
    #ec-productRole_7.ec-productRole .ec-productRole__title {
        border-left: none
    }
}

#ec-productRole_8.ec-productRole .ec-productRole__title {
    border-left: solid 8px #ff7bac;
}

@media screen and (max-width:599px) {
    #ec-productRole_8.ec-productRole .ec-productRole__title {
        border-left: none
    }
}

#ec-productRole_9.ec-productRole .ec-productRole__title {
    border-left: solid 8px #7ac975;
}

@media screen and (max-width:599px) {
    #ec-productRole_9.ec-productRole .ec-productRole__title {
        border-left: none
    }
}

.ec-productRole .ec-productRole__title h1.ec-headingTitle {
    text-align: left;
    font-weight: 900;
    font-size: 24px;
    font-size: 30px;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
}

@media screen and (max-width:599px) {
    .ec-productRole .ec-productRole__title h1.ec-headingTitle {
        border-left: solid 8px var(--paneSkyBlue);
        border-bottom: solid 1px #333;
        margin-bottom: 10px;
        font-size: 18px;
        padding: 10px;
    }

    #ec-productRole_7.ec-productRole .ec-productRole__title h1.ec-headingTitle {
        border-left: solid 8px #ff7f00;
    }

    #ec-productRole_8.ec-productRole .ec-productRole__title h1.ec-headingTitle {
        border-left: solid 8px #ff7bac;
    }

    #ec-productRole_9.ec-productRole .ec-productRole__title h1.ec-headingTitle {
        border-left: solid 8px #7ac975;
    }
}

.ec-productRole .ec-productRole__title .iconList{
    display: flex;
    justify-content: flex-start;
    margin-right: -10px;
}

.ec-productRole .ec-productRole__title .iconList li{
    flex:  0 1 auto;
    margin-right: 10px;
}

.ec-productRole .ec-productRole__title .iconList li img{
    width: auto;
}

@media screen and (max-width:599px) {
    .ec-productRole .ec-productRole__title .iconList img{
        max-width: 40px;
    }
}

/* 
.ec-productRole .ec-productRole__title .ec-headingTitle::before,
.ec-productRole .ec-productRole__title .ec-headingTitle::after {
    content: "";
    width: 53px;
    height: 53px;
}

@media screen and (max-width:599px) {

    .ec-productRole .ec-productRole__title .ec-headingTitle::before,
    .ec-productRole .ec-productRole__title .ec-headingTitle::after {
        content: "";
        width: 40px;
        height: 40px;
    }
}

.ec-productRole .ec-productRole__title .ec-headingTitle::before {
    position: absolute;
    right: 63px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/products/icon_title_01.svg) no-repeat;
    background-size: contain;
}

@media screen and (max-width:599px) {
    .ec-productRole .ec-productRole__title .ec-headingTitle::before {
        right: 50px;
    }
}

.ec-productRole .ec-productRole__title .ec-headingTitle::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/products/icon_title_02.svg) no-repeat;
    background-size: contain;
}
*/


/*----------------------------
出荷日の目安
----------------------------*/
#shippingDate {
    border: solid 1px #333;
}

#shippingDate .titleArea {
    padding: 20px;
    background: #f3f3f3;
}

#shippingDate .titleArea h3 {
    background: none;
    color: var(--mainFontColor);
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0;
}

#shippingDate .titleArea h3 img {
    width: auto;
    max-width: 100%;
    margin-right: 5px;
}

#shippingDate .titleArea dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

#shippingDate .titleArea dl>div {
    flex: 0 1 calc(100%/2 - 10px);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
}

@media screen and (max-width:599px) {
    #shippingDate .titleArea dl>div {
        flex: 0 1 100%;
        margin-bottom: 10px;
    }
}

#shippingDate .titleArea dl>div dt {
    color: #fff;
    font-size: 13px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    flex: 0 1 120px;
    text-align: center;
}

@media screen and (max-width:599px) {
    #shippingDate .titleArea dl>div dt {
        flex: 0 1 100%;
    }
}

#shippingDate .titleArea dl>div dd {
    background: #fff;
    font-size: 10px;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    flex: 0 1 calc(100% - 120px);
    padding: 7px;
}

@media screen and (max-width:599px) {
    #shippingDate .titleArea dl>div dd {
        flex: 0 1 100%;
        text-align: center;
    }
}

#shippingDate .titleArea dl>div dd p {
    margin: 0 0 5px;
}

#shippingDate .titleArea dl>div.normal {
    background: var(--paneSkyBlue);
}

#shippingDate .titleArea dl>div.normal dd p.date {
    color: var(--paneSkyBlue);
    font-size: 17px;
    margin: 0
}

#shippingDate .titleArea dl>div.express {
    background: var(--paneRed);
}

#shippingDate .titleArea dl>div.express dd p.date {
    color: var(--paneRed);
    font-size: 17px;
    margin: 0
}

#shippingDate .notesArea {
    padding: 10px;
    font-size: 10px;
    font-size: 12px;
    font-weight: 600;
}

#shippingDate .notesArea p {
    margin: 0 0 5px;
}

#shippingDate .notesArea ul.notes {
    margin-bottom: 0;
}

#shippingDate .notesArea ul.notes li {
    margin-bottom: 5px;
}

#shippingDate .notesArea ul.notes li::before {
    content: "・";
}


/*----------------------------
サイズテーブル
----------------------------*/
.size-table {
    margin-bottom: 30px;
}

@media screen and (max-width:1024px) {
    .size-table {
        padding: 0 10px;
    }
}

.size-table .table-wrapper {
    overflow-x: auto;
}

.size-table table {
    border-collapse: collapse;
    border: solid 1px #333;
    border-bottom: none;
}

.size-table thead {
    background: #dcdcdc;
}

.size-table th,
.size-table td {
    border: solid 1px #333;
    border-top: none;
    border-left: none;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    min-width: 190px;
}


/*----------------------------
印刷数量
----------------------------*/
.ec-productRole__actions > div.ec-numberInput {
    margin-bottom: 100px;
}

@media screen and (max-width:599px) {
    .ec-productRole__actions > div.ec-numberInput {
        margin-bottom: 50px;
    }
}


.ec-numberInput .text p{
    color: var(--paneRed);
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline var(--paneRed);
}

.ec-numberInput .text ul{
    list-style: disc;
    margin-left: 10px;;
}

.ec-numberInput .text ul li{
    margin-bottom: 5px;
}

/*----------------------------
ご注文内容フォーム
----------------------------*/
.form-check .form-check-input {
    margin-left: 0 !important;
}

.ec-productRole__actions>div {
    margin-bottom: 20px;
}

#orderArea #orderForm h2 {
    background: #f0f0f0;
    position: relative;
    font-size: 24px;
    padding: 25px 20px;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}

#orderArea #orderForm h2 img {
    position: absolute;
    width: auto;
    z-index: 0;
    left: 30px;
    bottom: 0;
}

@media screen and (max-width:599px) {
    #orderArea #orderForm h2 img {
        left: 0px;
    }
}

#orderArea #orderForm h2 span {
    position: relative;
    z-index: 1;
}

#orderArea #orderForm h2 span.smallText {
    font-size: 12px;
    background: #fff;
    border-radius: 50px;
    padding: 5px 30px;
    display: inline-block;
    margin-left: 20px;
}


#orderArea #orderForm .option_Label {
    background: #f0f0f0;
    clear: both;
    padding: 10px 20px;
    border-bottom: solid 1px var(--mainFontColor);
    color: var(--mainFontColor);
    margin-bottom: 10px;
    font-size: 16px;
}

#orderArea #orderForm .option_Label_nobg {
    border-bottom: solid 1px var(--mainFontColor);
    margin: 36px auto 20px auto;
}

#orderArea #orderForm .option_Label_nobg label {
    display: none;
}

#orderArea #orderForm .form-check {
    padding: 0;
    margin: 0;
}

#orderArea #orderForm .ec-blockRadio>.option_Label+div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -10px;
}

@media screen and (max-width:599px) {
    #orderArea #orderForm .ec-blockRadio>.option_Label+div {
        justify-content: space-between;
        margin-right: 0;
    }
}

#orderArea #orderForm .ec-blockRadio>.option_Label+div>div {
    flex: 0 1 calc(100%/4 - 10px);
    margin-right: 10px;
}

@media screen and (max-width:599px) {
    #orderArea #orderForm .ec-blockRadio>.option_Label+div>div {
        flex: 0 1 calc(100%/2 - 5px);
        margin-right: 0;
    }
}

#orderArea #orderForm .ec-blockRadio>.option_Label+div>div input[type="radio"] {
    display: none;
}

#orderArea #orderForm .ec-blockRadio>.option_Label+div>div input[type="radio"]+label {
    border: solid 1px var(--mainFontColor);
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    padding: 10px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width:599px) {
    #orderArea #orderForm .ec-blockRadio>.option_Label+div>div input[type="radio"]+label {
        margin-bottom: 10px;
    }
}

#orderArea #orderForm .ec-blockRadio>.option_Label+div>div input[type="radio"]:checked+label {
    background: #999;
    color: #fff;
}

#orderArea #orderForm .option_Desc {
    padding: 5px 0 2px 0;
    color: var(--mainFontColor);
    margin-bottom: 10px;
}

#orderArea #orderForm .option_Desc2 {
    padding-top: 10px;
}

#orderArea #orderForm .ec-blockRadio>.option_Desc+div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -10px;
}

@media screen and (max-width:599px) {
    #orderArea #orderForm .ec-blockRadio>.option_Desc+div {
        justify-content: space-between;
        margin-right: 0;
    }
}

#orderArea #orderForm .ec-blockRadio>.option_Desc+div>div {
    flex: 0 1 calc(100%/4 - 10px);
    margin-right: 10px;
}

@media screen and (max-width:599px) {
    #orderArea #orderForm .ec-blockRadio>.option_Desc+div>div {
        flex: 0 1 calc(100%/2 - 5px);
        margin-right: 0;
    }
}

#orderArea #orderForm .ec-blockRadio>.option_Desc+div>div input[type="radio"] {
    display: none;
}

#orderArea #orderForm .ec-blockRadio>.option_Desc+div>div input[type="radio"]+label {
    border: solid 1px var(--mainFontColor);
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    padding: 10px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width:599px) {
    #orderArea #orderForm .ec-blockRadio>.option_Desc+div>div input[type="radio"]+label {
        margin-bottom: 10px;
    }
}

#orderArea #orderForm .ec-blockRadio>.option_Desc+div>div input[type="radio"]:checked+label {
    background: #999;
    color: #fff;
}

#orderArea #orderForm .option_Label_size_unit {
    bottom: -10px;
    font-weight: bold;
    padding-left: 4px;
    position: relative;
}

#orderArea #orderForm .option_Label_size_unit_sec {
    font-size: 1.8em;
    font-weight: bold;
    padding-left: 4px;
}

#orderArea #orderForm .option_Desc2:has(.opt_dsc2_right) {
    clear: both;
    float: left;
    height: 0;
    left: 410px;
    top: -160px;
    position: relative;
}

@media screen and (max-width:1024px) {
    #orderArea #orderForm .option_Desc2:has(.opt_dsc2_right) {
        clear: both;
        float: none;
        height: auto;
        left: 0;
        top: 0;
        padding-bottom: 6px;
        position: static;
    }
}


/*----------------------------
ご注文内容フォーム　説明画像CSS
----------------------------*/

#orderArea #orderForm .form-check{
    margin-bottom: 10px;
}

.option_Label_Desc img{
    margin: 0 !important
}

.form-check-label + .option_Label_Desc {
    margin-top: 10px;
}

/*-----
画像横並び　3枚
-----*/
.form-image-3row{}

.form-image-3row ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -10px;
}

@media screen and (max-width:599px) {
    .form-image-3row ul {
        justify-content: space-between;
        margin-right: 0;
    }        
}

.form-image-3row ul li{
    flex: 0 1 calc(100%/4 - 10px);
    margin-right: 10px;
}

@media screen and (max-width:599px) {
    .form-image-3row ul li{
        flex: 0 1 calc(100%/2 - 5px);
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/*-----
厚みについて
-----*/
.form-atsumi{
    margin-bottom: 30px;
}

.form-atsumi ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-atsumi ul li{
    flex: 0 1 calc(100%/2 - 10px);
}

@media screen and (max-width:599px) {
    .form-atsumi ul li{
        flex: 0 1 100%;
    }
}

@media screen and (max-width:599px) {
    .form-atsumi ul li:first-child{
        margin-bottom: 20px;
    }
}

.form-atsumi ul li dl dt{
    border-bottom: solid 1px #333;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.form-atsumi ul li dl dd{
    margin: 0 0 20px;
}



/*-----
サイズをお選びください（規格サイズ or 別注サイズ）
-----*/
.Fsize-14{
    font-size: 14px;
}

.Fsize-14.underbar{
    text-decoration: underline;
    margin-bottom: 20px;
}

.size-text-area{
    margin-top: 20px;
}

.size-text-area p{
    margin: 0 0 5px;
}

.size-text-area p span{
    color: var(--paneRed);
    text-decoration: underline var(--paneRed);
}

.size-text-area p:last-child{
    margin-bottom: 0;
}


/*-----
別注サイズ　テキスト
-----*/
.betyu-size-text-area p{
    margin-bottom: 5px;
}

.betyu-size-text-area p.Fsize-14.underbar{
    margin-bottom: 5px;
}

.betyu-size-text-area p span{
    color: var(--paneRed);
    text-decoration: underline var(--paneRed);
}


/*-----
別注サイズ　サイズ表
-----*/
.betyu-size-table {
    margin-bottom: 30px;
    overflow-x: auto;
}

@media screen and (max-width:1024px) {
    .betyu-size-table {
        padding: 0 10px;
    }
}

.betyu-size-table table {
    border-collapse: collapse;
    border: solid 1px var(--paneRed);
    color: var(--paneRed);
    border-bottom: none;
}

.betyu-size-table thead {
    background: #fbd9da;
}

.betyu-size-table th,
.betyu-size-table td {
    border: solid 1px var(--paneRed);
    border-top: none;
    border-left: none;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    min-width: 190px;
}


/*-----
別注サイズ　等身大パネル
-----*/
#betyu-size-table_5 .caution{
    margin-bottom: 20px;
    border: solid 1px #333;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

#betyu-size-table_5 .caution p{
    color: var(--paneRed);
    margin-bottom: 5px;
    text-decoration: underline var(--paneRed);
}

#betyu-size-table_5 .caution p span{
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    background: var(--paneRed);
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}

#betyu-size-table_5 .caution img{
    width: auto;
}

/*-----
穴あけについて
-----*/
.anaake-text-area p{
    margin-bottom: 10px;
}

.anaake-text-area p.Fsize-16{
    font-size: 16px;
    font-weight: 600;
    color: var(--paneRed);
    text-decoration: underline var(--paneRed);
}

.anaake-text-area li span{
    text-decoration: underline;
}



/*-----
アルミフレーム加工について
-----*/
.aluminum-text-area .Fsize-16{
    font-size: 16px;
    font-weight: 600;
    color: var(--paneRed);
    text-decoration: underline var(--paneRed);
}

.aluminum-text-area img{
    max-width: 150px;
    width: auto;
}








/*----------------------------
カートボタンの固定
----------------------------*/
body#page_product_detail{
    transition: .3s;
}

body#page_product_detail.active-padding-bottom {
    padding-bottom: 200px;
}

@media screen and (max-width:1024px) {
    #page_product_detail {
        padding-bottom: 0;
    }
}

.ec-productRole__btn.active {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #444;
    padding: 10px;
    margin: 0;
    z-index: 100;
    color: #fff;
    border-top: solid 2px #fff;
    /* 
    min-height: 203px;
    */
}

@media screen and (max-width:1024px) {
    .ec-productRole__btn.active {
        position: static;
        background: #fff;
        color: inherit;
    }
}

.ec-productRole__btn.active>.inner {
    max-width: 1050px;
    margin: auto;
    position: relative;
}

.ec-productRole__btn.active>.inner>.accordion{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

/* 
.ec-productRole__btn.active>.inner::after {
    content: "注文内容";
    background: var(--paneSkyBlue);
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: -49px;
    padding: 10px;
    width: 120px;
    border-radius: 10px 10px 0 0;
    border: solid 2px #fff;
    border-bottom: none;
}


@media screen and (max-width:1024px) {
    .ec-productRole__btn.active>.inner::after {
        display: none;
    }
}
*/

.ec-productRole__btn.active>.inner .trigger-bt {
    background: var(--paneSkyBlue);
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: -52px;
    padding: 10px 20px 10px 10px;
    width: 120px;
    border-radius: 10px 10px 0 0;
    border: solid 2px #fff;
    border-bottom: none;
    cursor: pointer;
}


@media screen and (max-width:1024px) {
    .ec-productRole__btn.active>.inner .trigger-bt {
        display: none;
    }
}

.ec-productRole__btn.active>.inner .trigger-bt::before{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%) rotate(135deg);
    transition: .3s;
}

.ec-productRole__btn.active>.inner .trigger-bt.accordion-off::before{
    transform: translate(0, calc(-50% + 3px)) rotate(-45deg);
}

.ec-productRole__btn.active>.inner .contents {
    flex: 0 1 calc(100% - 300px);
    display: flex;
    justify-content: space-between;
    min-height: 181px;
}

@media screen and (max-width:1024px) {
    .ec-productRole__btn.active>.inner .contents {
        min-height: 0;
    }
}

.ec-productRole__btn.active>.inner dl {
    flex: 0 1 calc(100%/2 - 10px);
    position: relative;
    padding: 0 !important;
    font-size: 12px;
}

@media screen and (max-width:1024px) {
    .ec-productRole__btn.active>.inner dl {
        display: none;
    }
}

.ec-productRole__btn.active>.inner dl::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #ccc;
    position: absolute;
    right: -10px;
}

.ec-productRole__btn.active>.inner dl>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
    padding-bottom: 5px;
    border-bottom: dotted 2px #ccc;
    height: 30px;
}

.ec-productRole__btn.active>.inner dl>div>dt {
    margin-right: 10px;
    flex: 0 1 150px;
}

.ec-productRole__btn.active>.inner dl>div>dd {
    flex: 0 1 calc(100% - 160px);
    text-align: right;
}

.ec-productRole__btn.active>.inner .bt {
    flex: 0 1 280px;
    padding-top: 5px;
}

@media screen and (max-width:1024px) {
    .ec-productRole__btn.active>.inner .bt {
        flex: 0 1 100%;
    }
}

.ec-modal-box .ec-inlineBtn--action.btn_color {
    display: none !important;
}



/*************************************************************

商品説明　共通レイアウト

*************************************************************/
/*-----
MV下エリアレイアウト
-----*/
.detailArea {
    margin-bottom: 30px;
}

.detailArea .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detailArea .flexbox .leftArea {
    flex: 0 1 calc(100% - 270px);
}

@media screen and (max-width:599px) {
    .detailArea .flexbox .leftArea {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }
}

.detailArea .flexbox .leftArea h3 {
    margin-bottom: 20px;
}

.detailArea .flexbox .leftArea p {
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.detailArea .flexbox .rightArea {
    flex: 0 1 250px;
}

@media screen and (max-width:599px) {
    .detailArea .flexbox .rightArea {
        flex: 0 1 100%;
        text-align: center;
    }
}

.detailArea .flexbox h3 {
    font-size: 17px;
    font-size: 20px;
}


/*-----
3列回り込みレイアウト
-----*/
.optionInfo {
    margin-bottom: 30px;
}

.optionInfo ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.optionInfo ul::before {
    order: 1;
    content: "";
    display: block;
    width: calc(100%/3 - 25px);
    max-width: 194px;
}

.optionInfo ul>li {
    flex: 0 1 calc(100%/3 - 25px);
    margin-bottom: 20px;
    max-width: 196px;
}

@media screen and (max-width:1024px) {
    .optionInfo ul>li {
        flex: 0 1 calc(100%/2 - 25px);
        margin-bottom: 20px;
    }
}

@media screen and (max-width:599px) {
    .optionInfo ul>li {
        flex: 0 1 calc(100%/2 - 5px);
        margin-bottom: 10px;
    }
}

.optionInfo ul>li h3 {
    font-size: 15px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
}

.optionInfo ul>li .pic {
    margin-bottom: 10px;
}

.optionInfo ul>li p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: justify;
}

.optionInfo ul>li .bt {
    text-align: center;
}


/*-----
2列回り込みレイアウト
-----*/
.optionInfo.towRow {
    margin-bottom: 30px;
}

.optionInfo.towRow ul>li {
    flex: 0 1 calc(100%/2 - 10px);
    margin-bottom: 20px;
    max-width: none;
}

@media screen and (max-width:599px) {
    .optionInfo.towRow ul>li {
        flex: 0 1 calc(100%/2 - 5px);
        margin-bottom: 10px;
    }
}

/*************************************************************

白パネル　固有エリア

*************************************************************/
.notesBig.underline {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline var(--paneRed);
    text-underline-offset: .5em;
}



/*************************************************************

等身大パネル　固有エリア

*************************************************************/
.cutLine {
    margin-bottom: 30px;
}

.cutLine h2 span {
    background: var(--paneRed);
    text-align: center;
    color: #fff;
    padding: 5px 10px;
}

@media screen and (max-width:599px) {
    .cutLine h2 span {
        display: block;
        max-width: 150px;
        margin: auto;
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.cutLine h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cutLine .summary {
    margin-bottom: 20px;
}

.cutLine .case ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cutLine .case ul>li {
    flex: 0 1 calc(100%/2 - 20px);
}

@media screen and (max-width:599px) {
    .cutLine .case ul>li {
        flex: 0 1 calc(100%/2 - 5px);
    }
}

.caution.blue {
    background: #e2f5f7;
    background: #f0f0f0;
    padding: 10px;
    border: solid 1px #333;
    font-weight: 600;
}

.caution.blue h2 {
    font-size: 14px;
}

.caution.blue dt {
    margin-bottom: 5px;
}

.caution.blue dd {
    padding: 0;
    margin: 0 0 20px;
}

.caution.blue dd p {
    margin: 0;
    margin-bottom: 3px;
}


/*************************************************************

マグネットシート　固有エリア

*************************************************************/

.optionInfo.towRow2 {
    margin-bottom: 30px;
}

.optionInfo.towRow2 ul>li {
    flex: 0 1 calc(100%/2 - 10px);
    margin-bottom: 20px;
}

@media screen and (max-width:599px) {
    .optionInfo.towRow2 ul>li {
        flex: 0 1 calc(100%/2 - 5px);
        margin-bottom: 10px;
    }
}

.ForCar h3 {
    margin-bottom: 10px;
}

.ForCar .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ForCar .flexBox .pic {
    flex: 0 1 285px;
}

@media screen and (max-width:599px) {
    .ForCar .flexBox .pic {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }
}

.ForCar .flexBox .pic h3{
    text-align: center;
    font-size: 20px;
}

.ForCar .flexBox .text {
    flex: 0 1 calc(100% - 310px);
}

@media screen and (max-width:599px) {
    .ForCar .flexBox .text {
        flex: 0 1 100%;
    }
}

.ForCar .flexBox .text p {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.ForCar .flexBox .text p.font15 {
    font-size: 15px;
}

.ForCar .flexBox .text .caution {
    border: solid 1px var(--red);
    color: var(--red);
}

.ForCar .flexBox .text .caution>div {
    padding: 10px;
}

.ForCar .flexBox .text .caution h4 {
    font-size: 14px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.ForCar .flexBox .text .caution .bgRed {
    color: #fff;
    background: var(--red);
    font-size: 12px;
}



/*************************************************************

ポスター印刷　固有エリア

*************************************************************/

.paper ul>li {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width:599px) {
    .paper ul>li {
        margin-bottom: 40px;
    }
}

.paper ul>li .text {
    flex: 0 1 calc(100% - 270px);
}

@media screen and (max-width:599px) {
    .paper ul>li .text {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }
}

.paper ul>li .text h4 {
    letter-spacing: -1px;
}

.paper ul>li .pic {
    flex: 0 1 250px;
}

@media screen and (max-width:599px) {
    .paper ul>li .pic {
        flex: 0 1 100%;
        text-align: center;
    }
}

.paper ul>li .text .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.paper ul>li .text .title img {
    width: auto;
}

.paper ul>li .text .title h3 {
    flex: 0 1 calc(100% - 100px);
    text-align: center;
    font-size: 23px;
    border-bottom: solid 1px #999;
}

@media screen and (max-width:599px) {
    .paper ul>li .text .title h3 {
        font-size: 18px;
    }
}

.paper ul>li .text h4 {
    font-size: 15px;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: -1.5px;
}

@media screen and (max-width:599px) {
    .paper ul>li .text h4 {}

    .paper ul>li .text h4 br {
        display: none;
    }
}

.paper ul>li .text h4+p {
    margin-bottom: 5px;
}

.paper ul>li .text .notes,
.paper ul>li .text .notes>li {
    margin-bottom: 0;
}


.poster-kakou .summary{
    font-size: 15px;
    margin-bottom: 30px;
}

.poster-kakou ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.poster-kakou ul li{
    flex: 0 1 calc(100%/2 - 20px);
    margin-bottom: 20px;
}

@media screen and (max-width:599px) {
    .poster-kakou ul li{
    flex: 0 1 100%;
    margin-bottom: 20px;
}
}

.poster-kakou ul li .pic{
    margin-bottom: 10px;;
}

.poster-kakou ul li .text h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}



/*************************************************************

塩ビ   固有エリア

*************************************************************/
.optionInfo.towRow.enbi ul li{
    flex: 0 1 calc(100%/2 - 40px);
}

@media screen and (max-width:599px) {
    .optionInfo.towRow.enbi ul li{
    flex: 0 1 100%;
}
}
