﻿@charset "UTF-8";
.svgCnt{
    display: none;
}
.contsArea-left {
    display: none;
}

.contsArea-right , .contsArea-center{
    width: 100%;
    margin: 0 auto;
}

@media screen and ( min-width: 1025px) {
    .contsArea-right , .contsArea-center{
        width: calc(100% - 40px);
        margin: 20px auto 0;
        max-width: 1000px;
        line-height: 1.5;
    }
}
.contsArea-right img {
    width: 100%;
/*    height: 100%;*/
}
@media screen and ( min-width: 1401px) {
    .contsArea-left {
        display: block;
        width: 280px;
        margin: 40px 0 0 20px;
    }
    .column_index .contsArea-right{
        max-width: 100%;
    }
    .contsArea-right {
        width: calc(100% - 340px);
        margin: 40px auto 0;
    }
    .contsArea-center{
        width: calc(100% - 40px);
        margin: 40px 20px 0;
    }
}

/*==========================================
BNR BLOCK
==========================================*/
.Bnr_block ul{
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Bnr_block ul li{
    width: 90%;
    margin: 0 auto 30px;
}
.Bnr_block ul li img{
    width: 100%;
    height: auto;
}

figure.topconts_block .contsLabel {
    position: absolute;
    left: 0;
    top: 0;
    background: #354c61;
    padding: 2px 10px;
}

figure.topconts_block figcaption {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.topconts_block figcaption .partsTxt {
    text-align: left;
    line-height: 1.5;
    margin: 0 0 5px;
}
figure.topconts_block figcaption .volDate {
    display: inline-block;
    text-align: left;
    padding-right: 10px;
}
figure.topconts_block figcaption .categoryTag {
    display: inline-block;
    padding-right: 10px;
}

@media screen and ( min-width: 1025px) {
    .Bnr_block ul{
        margin: 0 auto;
    }
    .Bnr_block ul li{
        width: 32%;
        margin: 0 0 60px;
    }

    figure.topconts_block .contsLabel {
        padding: 2px 10px;
    }
    figure.topconts_block figcaption {
/*        position: absolute;*/
        bottom: 0;
/*        width: calc(100% - 40px);*/
        background: #ffffff;
        padding: 10px;
    }
    figure.topconts_block .volDate {
        display: inline-block;
    }
    figure.topconts_block .categoryTag {
        display: inline-block;
        padding-left: 10px;
}
}





/*======================================================
Title Area
======================================================*/
.mainTtlBlk{
    margin: 0 auto 20px;
    line-height: 1;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.mainTtlBlk h1{
    margin: 0 auto 10px;
    text-align: left;
    line-height: 1.1;
}
.mainTtlBlk p{
    text-align: left;
    line-height: 1.5;
}
.categoryBnr_block img{
    width: 100%;
}
.subTtl{
    text-align: left;
    margin: 0 auto 30px;
    line-height: 1.2;
}

div.contsArea-right  ul.etc_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0 0;
}
div.contsArea-right  ul.etc_buttons li {
    display: inline-block;
    margin: 0 0 0 10px;
}
div.contsArea-right  ul.etc_buttons li.date{
    margin-right: 10px;
}
div.contsArea-right  ul.etc_buttons li.current:nth-child(3){
    margin: 0 10px;

}
div.contsArea-right  ul.etc_buttons li > a figure svg {
    width: 2.5em;
    height: 2.5em;
}


@media screen and ( min-width: 1025px) {
    .mainTtlBlk{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        margin: 0 0 20px;
    }
    .mainTtlBlk h1{
        margin: 0 0 10px;
        width: 100%;
    }
    .mainTtlBlk p{
        width: 70%;
    }
    .subTtl{
        margin: 0 auto 30px;
    }
    .mainTtlBlk .shareBlk{
        margin: 0 0 0 auto;
    }
    div.contsArea-right  ul.etc_buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
    }
}

/*======================================================
共通レイアウト
======================================================*/
.ManualSubTtl {
    border-bottom: 1px solid #eaedef;
    padding: 12px 0 12px 10px;
    border-left: 10px solid #eaedef;
    margin: 0 auto 30px;
}
.ManualStepTtl {
    border-bottom: 1px solid #eaedef;
    padding: 12px 0 12px 0;
    line-height: 1;
    margin: 0 auto 30px;
}

.column-2,.column-3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.BtnCenter{
    width: 85%;
}
.BtnCenter a figure{
    line-height: 1.5;
}

.explainBlk dl{

}
.explainBlk dt{
    margin: 0 auto 20px;
}
.explainBlk dd{
    margin: 0 auto 60px;
    text-align: left;
}

.checkBlk {
    background: #faf9f1;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checkmark li,.checkmark span{
    text-align: left;
    padding-left: 30px;
    position: relative;
    margin: 0 auto 20px;
    line-height: 1.2;
}
.checkmark li::before,.checkmark span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
/*    border: 1px solid #999;*/
}

.checkmark li::after,.checkmark span::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 5px;
    width: 7px;
    height: 14px;
    -webkit-transform: rotate(40deg) translate(-40% , -40%);
    transform: rotate(40deg) translate(-40% , -40%);
    border-bottom: 3px solid #F39939;
    border-right: 3px solid #F39939;
}

@media screen and ( min-width: 1025px) {
    .rev{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .BtnCenter{
        width: 100%;
        max-width: 460px;
    }
}

/*======================================================
Pattern A
======================================================*/
#columnLayout_A {
    width: 95%;
    margin: 40px auto;
}
#columnLayout_A .columnBlk{
    margin: 0 auto 80px;
}
#columnLayout_A .cntSet{
    margin: 0 auto 60px;
    line-height: 1.2;
}

#columnLayout_A .imgBlk,#columnLayout_A .imgBlk a{
    width: 100%;
}
#columnLayout_A .txtBlk{
    margin: 10px auto 0;
    width: 100%;
    text-align: left;
}
#columnLayout_A .txtBlk h3{
    line-height: 1.2;
}
#columnLayout_A .txtBlk .subCatch{
    line-height: 1.6;
}
#columnLayout_A .txtBlk .price{
    margin: 0 auto 10px;
}
#columnLayout_A .cntSet figcaption{
    text-align: left;
    margin: 20px 0 0;
}
#columnLayout_A .cntSet .BtnCenter figcaption{
    margin: 0;
}
#columnLayout_A .halfBlk {
    margin: 0 auto 40px;
}
@media screen and ( min-width: 1025px) {
    #columnLayout_A {
        margin: 40px auto;
        width: 100%;
    }
    #columnLayout_A .columnBlk{
        margin: 0 auto 100px;
    }
    #columnLayout_A .imgBlk{
        width: 55%;
    }
    #columnLayout_A .halfBlk{
        width: 48%;
    }
    #columnLayout_A .txtBlk{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }
    #columnLayout_A .column-2 .txtBlk{
        padding: 3%;
        width: 45%;
    }
    #columnLayout_A .column-2 .txtBlk img.capwide{
        width: 60%;
    }
    #columnLayout_A .column-3{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #columnLayout_A .column-3 .imgBlk{
        width: 30%;
    }
    #columnLayout_A .subCatch{
        line-height: 2;
    }
    #columnLayout_A  .price{
        margin: 0 auto 10px;
    }
}

/*======================================================
パターンB
======================================================*/

#columnLayout_B {
    width: 90%;
    margin: 40px auto;
}
#columnLayout_B .cntSet{
    margin: 0 auto 60px;
}

#columnLayout_B .imgBlk{

}
#columnLayout_B .txtBlk{
    margin: 20px auto 0;
}
#columnLayout_B .txtBlk .subCatch{
    line-height: 1.6;
    margin: 0 auto 10px;
}
#columnLayout_B .txtBlk .price{
    margin: 0 auto 10px;
}

@media screen and ( min-width: 1025px) {
    #columnLayout_B {
        margin: 40px auto;
    }

    #columnLayout_B .imgBlk{
        width: 50%;

    }
    #columnLayout_B .txtBlk{
        width: 50%;
        padding: 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
    }
    #columnLayout_B .txtBlk .subCatch{
        line-height: 2;
        margin: 0 auto 30px;
    }
    #columnLayout_B .txtBlk .price{
        margin: 0 auto 10px;
    }
}



/*======================================================
ナンバー表記
======================================================*/
.numbering{
    position: relative;
    padding: 0 0 10px 80px;
    display: block;
    margin: 0 0 30px;
    border-bottom: 1px solid #ac9630;
}
.numbering::before{
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0 , -50%) scale(1.2);
    transform: translate(0 , -50%) scale(2);
    font-weight: 300;
    font-style: italic;
}
.no_one::before{content: "01.";}
.no_two::before{content: "02.";}
.no_three::before{content: "03.";}
.no_four::before{content: "04.";}
