@charset "utf-8";

/* bg_donut_area
-------------------------------------------------- */
.bg_donut_area,
.bg_donut_area_02{
  position: relative;
  overflow: hidden;
}
.bg_donut_area::before{
  content: '';
  display: block;
  position: absolute;
  top: 250px;
  right: -60px;
  background: url(/common_2022/images/bg/img_donut_ill_07.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
.bg_donut_area::after{
  content: '';
  display: block;
  position: absolute;
  top: 42.5%;
  left: -60px;
  margin: auto;
  background: url(/common_2022/images/bg/img_donut_ill_08.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
.bg_donut_area_02::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 50px;
  right: -60px;
  background: url(/common_2022/images/bg/img_donut_ill_04.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
@media print, screen and (min-width:768px){
  .bg_donut_area::before,
  .bg_donut_area::after,
  .bg_donut_area_02::before{
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
  }
}
@media screen and (max-width:767px) {
  .bg_donut_area::before{
    top: 41.1%;
    right: -125px;
    width: 200px;
    height: 200px;
  }
  .bg_donut_area::after{
    top: 53.4%;
    left: -130px;
    width: 200px;
    height: 200px;
  }
  .bg_donut_area_02::before{
    bottom: 0;
    right: -125px;
    width: 200px;
    height: 200px;
  }
}

/* content
-------------------------------------------------- */
.campaign {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.campaign_wrap {
    padding: 50px 0 60px;
    background: #FFF9CB url(/m_menu/goods/images/bg_01.png) 37px 26px no-repeat;
    border-radius: 40px;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .campaign_wrap {
        padding: 34px 0;
        background: #FFF9CB url(/m_menu/goods/images/bg_01_sp.png) center no-repeat;
        background-size: cover;
        border-radius: 20px;
    }
}

.container01 {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}
.container01 .name{
    font-weight: bold;
}
.container01 .btn_list{
    display: flex;
}
.container01 .btn_list .c_btn_04{
    width: 48%;
    margin-right: 4%;
}
.container01 .btn_list .c_btn_04:nth-child(2n){
    margin-right: 0;
}
.container01 .btn_list .c_btn_04 a{
    min-width: 100%;
}

@media print, screen and (min-width:768px){
    .container01 .clm2_1 + .clm2_1{
        margin-top: 40px;
    }
    .container01 .clm2_1 > .clm:nth-child(2n){
        width: 50%;
    }
    .container01 .name{
        font-size: 18px;
    }
    .container01 .detail{
        margin-top: 20px;
    }
    .container01 .detail .c_txt_04{
        margin-top: 1em;
    }
    .container01 .btn_list{
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .container01 {
        padding: 25px;
        border-radius: 10px;
    }
    .container01 .clm2_1 + .clm2_1{
        margin-top: 30px;
    }
    .container01 .name{
        font-size: 14px;
    }
    .container01 .detail{
        margin-top: 10px;
    }
    .container01 .detail .c_txt_04{
        margin-top: 15px;
    }
    .container01 .btn_list{
        margin-top: 20px;
    }
    .container01 .btn_list .c_btn_04 a{
        font-size: 10px;
    }
}


.instruction_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.instruction_wrap .ph{
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.instruction_wrap .name{
    font-weight: bold;
}
@media print, screen and (min-width:768px){
    .instruction_wrap .ph{
        position: relative;
        width: 100%;
        padding-top: 168px;
    }
    .instruction_wrap .ph img{
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    .instruction_wrap .name{
        margin-top: 20px;
    }
    .instruction_wrap .c_icon_new{
        margin-top: 10px;
    }
    .instruction_wrap .detail{
        margin-top: 20px;
    }
    .instruction_wrap .detail .c_txt_04{
        margin-top: 1em;
    }
    .instruction_btm{
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .instruction_wrap .c_icon_new{
        margin-bottom: 10px;
    }
    .instruction_wrap .sub{
        margin-top: 15px;
    }
    .column_01 {
        display: flex;
        align-items: center;
    }
    .column_01 .col_01 {
        width: 50%;
    }
    .column_01 .col_01:nth-child(2) {
        width: 50%;
        padding-left: 22px;
    }
    .instruction_wrap .column_01 .clm:first-child{
        margin-top: 0;
    }
    .instruction_wrap .detail .c_txt_04{
        margin-top: 15px;
    }
    .instruction_btm{
        margin-top: 40px;
    }
}

.instruction_wrap .clm3_1 > .clm {
    position: relative;
}
@media print, screen and (min-width:768px){
    .instruction_wrap .clm3_1{
        margin-right: -20px;
        margin-left: -20px;
    }
    .instruction_wrap .clm3_1 > .clm{
        width: 33.3333%;
        margin-top: 60px;
        margin-right: 0;
        padding: 0 20px;
    }
    .instruction_wrap .clm3_1 > .clm:nth-child(-n+3){
        margin-top: 0;
    }
    .instruction_wrap .clm3_1 > .clm:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 2px;
        background: url('/m_menu/goods/images/dot_01.png') top center repeat-y;
        background-size: 100%;
    }
    .instruction_wrap .clm3_1 > .clm:nth-child(3n):after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .instruction_wrap .clm3_1 > .clm:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: url('/m_menu/goods/images/dot_01_sp.png') top center repeat-x;
        background-size: contain;
    }
    .instruction_wrap .clm3_1 > .clm{
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .instruction_wrap .clm3_1 > .clm:first-child{
        padding-top: 0;
    }
}

.btn02 a {
    min-width: 300px;
    min-height: 60px;
}
@media screen and (max-width: 767px) {
    .btn02 a {
        min-width: 230px;
        min-height: 45px;
        width: 70%;
    }
}
.border_top {
    border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .bnr_img {
        padding: 0 32px;
        text-align: center;
    }
    .btn_pdf span::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 11.5%;
    }
}

.modal_width01 {
    max-width: 316px !important;
}
@media print, screen and (min-width: 768px) {
    .btn_list .c_btn_04 a {
        min-width: 200px;
    }
}
@media screen and (max-width: 767px) {
    .btn_list {
        display: flex;
    }
    .btn_list .c_btn_04 a {
        width: 100%;
    }
    .clm2_1.btn_list .clm {
        width: 50%;
        margin-top: 0;
    }
}

/* campaign_wrap
-------------------------------------------------- */
@media print, screen and (min-width:768px){
    .campaign_wrap {
        padding-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .campaign_wrap {
        padding-top: 25px;
    }
}