@charset "utf-8";



/* 【SP】ウィンドウ幅が769px以上の場合に適用するCSS
====================================== */


@media print,
screen and (max-width:768px) {

    #campaign {
    margin-left: auto;
    margin-right: auto;
    }

    #campaign h1 {
    text-align: center;
    font-weight: 600;
	}
    #campaign h2 {
    text-align: center;
    font-weight: 600;
    background: #fff;
    padding-top: 38px;
	}
    #campaign h3 {
    text-align: center;
    font-weight: 600;
    background: #fff;
	}
    #campaign p {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
	}

    li {
        list-style: none;
    }
    .pc{
        display: none;
    }

    .text{
    }

    .text h3{
        font-weight: 600;
    }
    /* common */
    .fl {
        display: flex;
        margin: auto;
    }
	
    .fl img {
        width: 50%;
    }
.relative{
        position: relative;
        left: 9px;
        margin-top: 10px;
}
.absolute{
    position: absolute;
}
.mb{
    margin-bottom: 30px;
}

/*christmas add*/
.pattern1{background-image: url("/stg/campaign/christmas/pattern1-bk.png");
    padding: 25px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.pattern2{
    background-image: url("/stg/campaign/christmas/pattern2-bk.png");
    padding: 60px 25px;
}
.pattern3{
    background-image: url("/stg/campaign/christmas/pattern3-bk.png");
    padding: 60px 25px;
}


.bk-col-fff{
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.display-inlineblock{
    padding: 15px;
}
.list-block .price{
    margin-left: 29%;
    color: #484343;
    font-weight: 600;
}
.list-block-3 .price{
    margin-left: 42%;
    color: #484343;
    font-weight: 600;
}

.list-block_detail{
    margin-bottom: 80px;
    position: relative;
}

.list-block_detail li:nth-child(1){
    width: 38%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 4px;
}
.list-block_detail li:nth-child(2){
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.list-block a{
    position: absolute;
    background: green;
    padding: 7px 55px;
    color: #fff;
    border-radius: 10px;
    top: 110%;
    left: 23%;
}
ul.list-block-3 {
    margin-top: 10px;
}

.list-block-3 li:nth-child(1){
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}
.list-block-3 li:nth-child(2){
    width: 57%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
.list-block-3 h3{
    text-align: left;!important
}
.list-block-3 a{
    background: green;
    padding: 5px 55px;
    color: #fff;
    border-radius: 10px;
    display: block;
    margin-top: 10px;
    width: 109%;
}
div.btn_wap{
    position: relative;
}

.display-inlineblock .block_btn:nth-child(1){
    margin-right: 20%;
}
.display-inlineblock .block_btn:nth-child(2){
    margin-right: 40%;
}

.btn{
    margin-top: 30px;
}

.btn a{
    position: absolute;
    background: brown;
    padding: 10px 60px;
    color: #fff;
    border-radius: 10px;
    display: block;
    left: 12%;
    top: 35%;
}
.sec01 .btn a{
    position: absolute;
    background: brown;
    padding: 10px 60px;
    color: #fff;
    border-radius: 10px;
    display: block;
    left: 20%;
    top: 35%;
}
.block_btn.mb {
    margin-right: 57%;
}

}