@charset "utf-8";
/* 【PC】ウィンドウ幅が769px以上の場合に適用するCSS
====================================== */

@media print,
screen and (min-width:769px) {

    #campaign {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #campaign h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
	}

  #campaign h2 {
    font-size:30px;
    margin-top: 80px;
    padding: 32px 0;
    line-height: 1.3em;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
  #campaign h3 {
    font-size:28px;
    padding: 32px 0;
    line-height: 1.3em;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.br-sp {
  display: none;
}


    #campaign h2:before, h2:after {
        border-top: 1px solid;
        content: "";
        width: 3em; 
    }
    #campaign h2:before {
        margin-right: 1em;
    }
    #campaign h2:after {
        margin-left: 1em; 
    }
    #campaign p {
    margin-left: 5px;
    margin-right: auto;
    line-height: 1.6rem;
    font-size: 1.1em;
	}

    li {
        list-style: none;
    }
    .br-sp {
        display: none;
    }

    .text{
        line-height: 2.2rem;
    }
    .text h3{
        font-weight: 600;
    }
    /* common */
    .fl {
        display: flex;
        margin: auto;
    }
	
    .fl img {
        width: 50%;
    }
.bold{
    font-weight: 700;
}
.mb{
    margin-bottom: 30px;
}
.relative{
position: relative;
}
.absolute{
    position: absolute;
}

/*christmas add*/
.pattern1{
background-image: url("/stg/campaign/christmas/pattern1-bk.png");
    padding: 120px;
}
.pattern2{
background-image: url("/stg/campaign/christmas/pattern2-bk.png");
    padding: 120px;
}
.pattern3{
background-image: url("/stg/campaign/christmas/pattern3-bk.png");
    padding: 120px;
}
.bk-col-fff{
    padding: 20px;
    padding-bottom: 40px;
    max-width: 900px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.list-block .price{
    margin-left: 55%;
}
.list-block-3 .price{
    margin-left: 65%;
}
ul.list{
    display: flex;
    justify-content: center;
    gap: 3%;
}
.display-inlineblock li{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.display-inlineblock li:nth-child(2){
    vertical-align: top;
    padding: 15px;
}
ul.list-block{
    display: flex;
    justify-content: center;
}
li.list-block{
    width: 31%;
    display: inline-block;
    position: relative;
}

.list-block a{
    position: absolute;
    background: green;
    padding: 5px 60px;
    color: #fff;
    border-radius: 10px;
    display: block;
    margin-left: 30px;
    margin-top: 10px;
}
ul.list-block-3 {
    margin-top: 30px;
}

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

.btn{
    margin-top: 30px;
}

.btn a{
    position: absolute;
    background: brown;
    padding: 29px 60px;
    color: #fff;
    border-radius: 10px;
    display: block;
    left: 32%;
    width: 40%;
    font-size: 1.3em;
    top: 40px;
}
.price {
    color: #484343;
}

}