@charset "UTF-8";

/* --------- TOP --------- */

img {
    image-rendering: -webkit-optimize-contrast;
}

.qsBtnBlock01{
    margin:.5em auto;
}

p.campaign_applying_criteria a{
    color: white;
    font-size: 14px;
}
.card_img img {
    margin:0; 
}
.info_box{
    /*background-color: red;*/
    text-align: center;
    width: 400px;
}
.card_img {
    /*display: inline;*/
}


.campaign_applying_criteria{
    text-align: center;
}
.campaign_applying_criteria a {
    color: white;
    font-size: 13px;
    margin-top:0.5em;
    text-align: center;
    text-shadow:1px 1px 3px #000;
    color:transparent;
}
.campaign_applying_criteria {
    color: white;
    font-size: 12px;
    margin-top:0.5em;
    text-align: center;
    text-shadow:1px 1px 3px #000;
    color:transparent;
}
.text.ttl{
    margin-bottom:18px;
}

@media screen and (max-width: 767px){
.text .bold img{
    max-width: 80%;
}
.text.ttl .bold img{
    max-width: 100%;
}
.campaign_applying_criteria {
    font-size: 10px;
}

    .card_img {
        /* display: inline; */
        width: 70%;
        margin: 0 auto;
        max-width: 180px;
    }
    .campaign_applying_criteria a {
        font-size: 12px;
    }
    .info_box {
        width: 220px;
    }
    .text.ttl {
        margin-bottom: 10px;
    }
}

/* --------- MODAL --------- */
#js-modal-1 {
    font-size:13px;
}
#js-modal-1 .title{
    text-align: center;
    font-weight: bold;
    font-size:16px;
    margin-bottom:25px;
    margin-top:30px;
}
#js-modal-1 .sub_title{
    text-align: left;
    font-weight: bold;
    font-size:16px;
    margin-top:40px;
    margin-bottom:12px;
}
#js-modal-1 .num_txt{
    text-align: right;
    font-size:13px;
    margin:30px auto;
}

.main_content table,
#js-modal-1 table {
    margin-top:10px;
	width:100%;
}
.main_content table, .main_content td, .main_content th
#js-modal-1 table , #js-modal-1 td, #js-modal-1 th {
	border: 1px solid #595959;
	border-collapse: collapse;
    font-size:13px;
}
.main_content td,.main_content th,
#js-modal-1 td, #js-modal-1 th {
	padding: 5px;
	/*width: 30px;
	height: 25px;*/
    text-align: center;
    width: 1000px
}
.main_content th,
#js-modal-1 th {
	background: #104474;
	color:#fff;
	font-weight:bold;
}
.main_content .even,
#js-modal-1 .even {
	background: #fbf8f0;
}
.main_content .odd,
#js-modal-1 .odd {
	background: #fefcf9;
}
.notice2.indent2{
    margin-left: 0.5em;
    text-indent: -0.5em;
}
.num_txt{
    text-align: right;
}
.notice2.explain{
    font-size: 13px;
}
.ttl{
    font-weight: bold;
}
.p-pop {
    height: 600px
}

.p-block__pre__list__item__dsp * + * {
    margin-top: .5em;
}
.hidden_box{
    margin-top:1.5em;
}


/* foooter */
.p-block {
    margin-left: auto;
    margin-right: auto;
}
.p-bg--premium {
    background-color: #000;
    background-image: url(../img/premium_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
    background-position: top 40px center;
}
.p-block__premium {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    padding: 66px 0;
}
@media screen and (max-width: 46.875em) {
    .p-block__premium {
        padding: 0;
    }
}

.p-txt--footerSizeA {
    font-size: 1.2rem;
}
.l-footer__no {
    color: #fff;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
.l-footer__inner__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -40px;
    padding: 20px 0;
}
.l-footer__inner__sns__item {
    margin-left: 40px;
}

.l-footer .p-txt{
   font-size: 1.2rem;
}
.u-fw-b {
    font-weight: bold !important;
}
.p-txt--gold03 {
    color: #4a3c25;
}
.p-txt--sizeF01 {
    font-size: 3.2rem;
}

.p-block__business {
max-width: 950px;
margin: 0 auto;
padding-top: 80px;
padding-bottom: 80px;
margin-bottom: 80px; }
@media screen and (max-width: 46.875em) {
.p-block__business {
padding-top: 50px;
padding-bottom: 50px;
margin-left: 20px;
margin-right: 20px; }
}

.hidden_box label {
    cursor :pointer;
    border: solid 1px white;
    padding: 8px 13px 8px 6px;
    position: relative;
    display: inline;
    /*border-radius: 8px;*/
}
.hidden_box label:hover {
    background-color: #4d5c6e;
}


.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    /*opacity: 0;*/
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    /*opacity: 1;*/
    height: 10em;
    margin-left: -60px;
    padding-left: 60px;
}

.hidden_box input:checked ~ .hidden_show {
    height: 10em;
    margin-top: 1em;
}
.hidden_box.h0 input:checked ~ .hidden_show {
    height: 22em;
    margin-top: 1em;
}
.hidden_box.h1 input:checked ~ .hidden_show {
    height: 14em;
    margin-top: 1em;
}
.hidden_box.h2 input:checked ~ .hidden_show {
    height: 13em;
    margin-top: 1em;
}
.hidden_box.h3 input:checked ~ .hidden_show {
    height: 22em;
    margin-top: 1em;
}
.hidden_box.h6 input:checked ~ .hidden_show {
    height: 11em;
    margin-top: 1em;
}




.shosai1::before {
  content: "＋ ";
  color: white;
}

.shosai0:checked + .shosai1::before{
    content: "－ ";
}
.pc{
    display: block;
}
.sp{
    display: none;
}





@media screen and (max-width: 46.875em) {

.shosai1{
    margin-left: -60px;
    text-align:center;
}
.pc{
    display: none;
}
.sp{
    display: block;
}
.hidden_box .hidden_show {
    margin-left: -60px;
    padding-left: 60px;
}

.hidden_box input:checked ~ .hidden_show {
    height: 15em;
    margin-top: 1em;
}
.hidden_box.h0 input:checked ~ .hidden_show {
    height: 42em;
    margin-top: 1em;
}
.hidden_box.h1 input:checked ~ .hidden_show {
    height: 19em;
    margin-top: 1em;
}
.hidden_box.h2 input:checked ~ .hidden_show {
    height: 13em;
    margin-top: 1em;
}
.hidden_box.h3 input:checked ~ .hidden_show {
    height: 22em;
    margin-top: 1em;
}
.hidden_box.h6 input:checked ~ .hidden_show {
    height: 24em;
    margin-top: 1em;
}


/* SE */

.hidden_box.h3 input:checked ~ .hidden_show {
    height: 38em;
    margin-top: 1em;
}
.hidden_box.h2 input:checked ~ .hidden_show {
    height: 23em;
    margin-top: 1em;
}
.hidden_box label {
    text-align: center;
    display: block;
    font-size: 1.6rem;
}

}


.p-block__pre__list__item__dsp a{
    color: white;
}

/* anc  */
#anc table th,
#anc table tr,
#anc table td,
#anc table{
    border:solid 1px #344c6a;
    padding: 0.3em;
    /*background-color: #4c535c;*/
    color:#333;
    background-color: white;
}
#anc table th{
    text-align: center;
    background-color: #ccc;
}
#anc table{
    margin-top:1em;
}
#anc table .red{
   /*font-weight: bold;
   color: firebrick;*/
}

.p-block__pre__list__item .bold{
    font-weight: bold;
}

@media screen and (max-width: 767px){
#anc table th,
#anc table tr,
#anc table td,
#anc table{
    font-size:12px;
}
}


.cp_bmwdiners{
    padding:80px 20px;
    background-color: #E4E4E4;
}
.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cp_bmwdiners .container{
    background-color: white;
    padding: 30px 88px 70px;
    /* margin-bottom: 70px; */
    box-shadow: 0px 4px 10px #bbb;
}
.cp_bmwdiners a{
    text-decoration: underline;
}

@media screen and (max-width: 767px){
.cp_bmwdiners .container{
    padding: 13px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.cp_bmwdiners{
    padding:50px 10px;
}
}


.p-block__business__column .p-block__business__column__img picture img{
    width:auto;
}

/* --------- CAMPAIGN --------- */
.main_content{
    background-color:#D3E4EC;
    border-radius:10px;
    padding:30px 26px;
    margin:30px auto;
}
.main_content:nth-child(2){
    margin-top: 60px;
}
.main_content:nth-child(n + 3){
    margin-top: 68px;
}
.main_content:last-child {
    margin: 70px auto 0;
}
.text_content{
    background-color:#fff;
    border-radius:10px;
    padding:30px;
    margin:20px auto;
}
.main_content h2{
    margin-top:-94px;
    background: url( "../img/cpn/t1.png" ) center center / contain no-repeat;
    height: 125px;
    max-width: 780px;
}
.main_content h2.t2{
    margin-top:-60px;
    background: url( "../img/cpn/t2.png" ) center center / contain no-repeat;
    height: 60px;
    width: 100%;
}
.main_content h2.t3{
    margin-top:-64px;
    background: url( "../img/cpn/t3b.png" ) center center / contain no-repeat;
    height: 68px;
    width: 100%;
}
.main_content h2.t4{
    margin-top:-64px;
    background: url( "../img/cpn/t4.png" ) center center / contain no-repeat;
    height: 68px;
    width: 100%;
}


@media screen and (max-width: 767px){
.main_content {
    padding: 11px;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.main_content:first-child {
    /*padding-top: 50px;*/
}
.text_content {
    padding: 16px;
}
.main_content h2.t1{
    margin-top:-94px;
    background: url( "../img/cpn/t1_sp.png" ) center center / contain no-repeat;
    height: 180px;
    max-width: calc(100% - 46px);
    position: absolute;
    left: 23px;
    margin: -94px 0 0 0;
}
.main_content h2.t2{
    margin-top:-40px;
    background: url( "../img/cpn/t2_sp.png" ) center center / contain no-repeat;
    height: 60px;
    width: 100%;
}
.main_content h2.t3{
    margin-top:-44px;
    background: url( "../img/cpn/t3b_sp.png" ) center center / contain no-repeat;
    height: 68px;
    width: 100%;
}
.main_content h2.t4{
    margin-top:-44px;
    background: url( "../img/cpn/t4_sp.png" ) center center / contain no-repeat;
    height: 68px;
    width: 100%;
}
.main_content:nth-child(n + 3){
    margin-top: 60px;
}
.main_content:last-child {
    margin: 60px auto 0;
}
}

/*　20250522　*/
.red_txt{
    color:#A90202;
    font-weight: bold;
    font-size:26px;
    line-height: 1.4em;
}
.red_txt .big{
    font-weight: bold;
    font-size:36px;
}
.main_content a{
    color:#707070;
    text-decoration: underline;
    margin-top: 1em;
    display: block;
    font-size: 14px;
}
.main_content a:hover{
    text-decoration: none;
}
.ttl1{
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;    
}
.subttl{
    font-size: 19px;
    font-weight: bold;
}
.smaller{
    font-size: smaller;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.alt{
    visibility:hidden;
}
.tleft{
    text-align: left;
}

.subttl{
    margin-top: 20px;
}
.text_content .notice{
    text-align: left;
    margin-top: 1em;
}
.notice{
    text-align: left;
}
.text_content .link .notice{
    text-align: center;
}
.mt40{
    margin-top: 40px;
}


/* --------------------------------------- */
/* 20240907 こだわりのサービス-ポイント */
/* --------------------------------------- */
.p-block__block04__list__item {
    text-align: center;
}
.p-block {
    margin-left: auto;
    margin-right: auto;
}
.p-bg--blue06 {
    background-color: #072032;
}
.p-block__block04 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 45px 0 80px;
}
.p-block__block04__list {
    text-align: center;
    margin-bottom: 50px;
}


.p-block__block04__column__item--type02 .p-block__block04__column__item__detail {
    position: absolute;
    top: 20px;
    right: 40px;
    bottom: 20px;
    max-width: 460px;
    padding: 20px 35px;
    background-color: rgba(247, 246, 240, 0.85);
}
.p-block__block04__column__item__detail__ttl {
    margin-bottom: 5px;
}
.fs_small {
    font-size: 1.4rem;
}
.p-block__block04__column__item__detail__ttl {
    margin-bottom: 5px;
}

.p-block__block04__column__item--type02 .p-block__block04__column__item__img {
    margin-bottom: 0;
}

.p-block__block04__column__item {
    position: relative;
    width: calc((100% / 2) - 40px);
    margin-left: 40px;
    background-color: #fff;
    padding: 10px 15px 25px;
}
.p-block__block04__column__item--type02 {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 0;
}
.p-block {
    margin-left: auto;
    margin-right: auto;
}
.p-bg--gray05 {
    background-color: #eff3f6;
}

.p-block__block04 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 45px 0 80px;
}
.p-block__block04__column {
    margin-left: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-block__block04__column > * + * {
    margin-top: 35px;
}
.p-txt--block04_04 {
    font-weight: bold;
    font-size: 2rem;
}
a {
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #333;
}
.p-block__block04__column__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin-left: 40px;
    background-color: #fff;
}
.p-block__block04__column__list__item:nth-child(2n) {
    margin-left: 40px;
}
.p-block__block04__column__list__item.noleft:nth-child(2n) {
    margin-left: 0;
}



.p-block__block04__column__list__item {
    position: relative;
    width: calc((100% / 2) - 20px);
    background-color: #fff;
    padding: 20px 15px 25px;
}
.p-txt--block04_05 {
    font-weight: bold;
    font-size: 1.6rem;
}
.p-txt--block04_06 {
    font-size: 1.4rem;
}
.p-block__block04__column__list__item--type02 {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
}
.p-txt--block04_07 {
    font-size: 1.2rem;
}
.p-block__block04__column__list__item__detail__ttl {
    margin-bottom: 15px;
}


.p-block__block04__column__list--type02 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px 45px;
}
.p-block__block04__column__list--type02 .p-block__block04__column__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding: 0;
}
.p-block__block04__column__list--type02 .p-block__block04__column__list__item:nth-child(2n) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.p-block__block04__column__list--type03 .p-block__block04__column__list__item:nth-child(2n) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.p-block__block04__column__list--type03 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 25px;
}


.p-block__block04__column__list--type03 .p-block__block04__column__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding: 0;
}
.p-block__block04__column__item__detail__txt + .p-block__block04__column__item__detail__txt {
    margin-top: 10px;
}
.p-block__block04__column__list__item--type02 a {
    text-decoration: underline;
}
.p-block__block04__column__item__img {
    margin-bottom: 15px;
}


@media screen and (max-width: 767px){
.p-block__block04__list {
        margin-bottom: 30px;
        padding: 0 15px;
}
.p-block__block04__column__item {
        padding: 15px 15px 35px;
        margin-left: 0;
        width: 100%;
    }
.p-block__block04__column__item--type02 {
    padding: 15px 15px 35px;
    width: 100%;
    margin-left: 0;
}
    .p-block__block04__column__list {
        display: block;
        margin-left: 0;
        width: 100%;
    }
.p-block__block04 {
        padding: 50px 0 50px;
    }
.p-block__block04__column {
        display: block;
        margin-left: 0;
        padding: 0 15px;
    }
    .p-block__block04__column__item--type02 .p-block__block04__column__item__detail {
        position: static;
        background-color: #fff;
        max-width: inherit;
        padding: 0;
    }

.p-txt--block04_01 {
    font-size: 2.6rem;
    font-weight: bold;
}
.p-txt--block04_02 {
    font-size: 1.8rem;
    font-weight: bold;
}
    .p-txt--block04_01 {
        font-size: calc(3.8rem / 2);
        line-height: 1;
    }


    .p-txt--block04_02 {
        font-size: calc(3.2rem / 2);
        line-height: 1;
        margin-top: 10px;
    }
    .p-txt--block04_07 {
        font-size: calc(2.8rem / 2);
    }
.p-txt--block04_03 {
        font-size: calc(2.8rem / 2);
    }

.p-txt {
        font-size: 1.2rem;
    }
.u-txt-indent9 {
    text-indent: -0.9em !important;
    padding-left: 0.9em !important;
}
    .p-txt--block04_04 {
        font-size: calc(3.8rem / 2);
        line-height: 1;
    }
.p-txt--block04_04 {
        margin-top: 0.3em;
    }
.p-txt--block04_05 {
        font-size: calc(3.2rem / 2);
        line-height: 1;
        margin-top: 10px;
    }
.p-block__block04__column__item__detail__ttl {
        margin-bottom: 20px;
    }
.p-block__block04__column__list__item {
        width: 100%;
        padding: 15px 15px 35px;
    }

.p-block__block04__column__list__item:nth-child(2n) {
    margin-left: 0;
}
.p-block__block04__column__list--type02 .p-block__block04__column__list__item__img {
        text-align: center;
        margin-bottom: 15px;
    }
    .p-block__block04__column__list--type02 {
        padding: 30px 20px;
    }

.u-mt-sp-15 {
        margin-top: 15px !important;
    }
.p-txt--block04_06 {
        font-size: calc(2.8rem / 2);
    }
.p-txt--block04_04 {
        margin-top: 0.3em;
    }
.u-mt-sp-15 {
        margin-top: 15px !important;
    }
.p-txt--block04_07 {
        font-size: calc(2.8rem / 2);
    }

.p-block__block04__column__list--type03 .p-block__block04__column__list__item__img {
        margin-bottom: 15px;
    }

.p-block__block04__column__item--type02 .p-block__block04__column__item__img {
        margin-bottom: 15px;
    }



}

/* --------------------------------------- */
/* 20240907 END　こだわりのサービス-ポイント */
/* --------------------------------------- */



.p-block__block04__column a{
    text-decoration: underline;
}

.main_content td, .main_content th, #js-modal-1 td, #js-modal-1 th {
    width: auto;
}
.ml1em {
    text-indent: -1em;
    padding-left: 2em;
}
.cotent .p-txt{
    font-size:1.3rem;
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;

}
.cotent .p-txt--sizePopA.u-fw-b{
    font-size:1.5rem;
}
.angle_circle {
    font-weight: bold;
    background-color: #104474;
    border-radius: 0.5em;
    /* display: inline-block; */
    padding: 0.5em 1.5em;
    color: white;
    font-size: 1.8rem;
}
.main_content a.noblock {
    display: inline;
    color: black;
}
.campaign_applying_criteria a.noshadow {
    text-shadow:none;
}
.bk_content {
    /* color: #aa0000; */
    line-height: 2em;
    font-size: 17px;
    font-weight: bold;
}
.bk_txt .big, .red_txt .big {
    font-weight: bold;
    font-size: 36px;
    color: #aa0000;
}
.round {
    font-weight: bold;
    background-color: #0070c0;
    border-radius: 0.5em;
    display: inline-block;
    padding: 0.5em 1.5em;
    color: white;
}
.tokuten {
    font-weight: bold;
    margin-bottom: 0.5em;
}

/*
cp AREA 20250531
*/
#anchor07 {
    border: solid 1px #ccc;
    max-width: 1000px;
    margin: 4em auto;
    padding: 0;
    display: inline-block;
    background-color: #edf9ff;
}
.title_area {
    background-color: #104474;
    color: #fff;
    padding: 2em 7em;
}
.title_area .title {
    font-size: 3.5rem;
    font-weight: bold;
}
.cp_bmwdiners {
    text-align: center;
    padding: 0;
}
.p-block__no__wrap__column__icon {
    width: 7em;
    height: 7em;
    background-color: #104474;
}
#anchor07 .p-txt--sizeA06b {
    font-size: 3.6rem;
}
.p-txt--sizeA13 {
    font-size: 1.2rem;
}
.fs_16 {
    font-size: 1.6rem;
}
.fs_18 {
    font-size: 2rem;
}
.p-txt--red{
    color: #aa0000;
}
sup {
    vertical-align: super;
    font-size: 1.4rem;
}
.campaign_applying_criteria.nowhite a.noshadow {
    color:black;
    
}
.campaign_applying_criteria.nowhite{
    margin-top:1.5em;
    margin-bottom: 1.5em;
}
.stxt{
    color: #aa0000;
    font-size: 2.5rem;
    font-weight: bold;
}

.mtop2{
    margin-top:2em;
}


.info_box .campaign_applying_criteria a{
    font-size:12px;
    text-decoration: underline;
}
.info_box .campaign_applying_criteria a:hover{
    text-decoration: none;
}
hr{
    border: none;
    border-top: 1px solid #fff;
    height: 1px;
    background-color: transparent;
}


@media screen and (max-width: 767px){
.mt40 {
    margin-top: 20px;
}
.subttl {
    font-size: 14px;
    font-weight: bold;
}
.subttl {
    margin-top: 100px;
}
.text_content .bold{
    font-size:17px;
    line-height: 1.4em;
}
.text_content .bold.tleft {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
}
.red_txt {
    font-size: 20px;
}
.last .red_txt {
    font-size: 18px;
    line-height: 1.3em;
}
.last .text_content .bold {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 0.5em;
    display: block;
}
.red_txt .big {
    font-weight: bold;
    font-size: 30px;
}
.ttl1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
    text-indent: 0;
    line-height: 1.3em;
}

/*　20250522　*/
.bk_content {
        line-height: 1.5em;
    }
.bk_content .big {
        line-height: 1.2em;
}

.cp_bmwdiners .text_content {
    padding: 8px;
}
.main_content a.noblock {
        font-size: 1.2rem;
}


/*　20250531　*/
.title_area {
    padding: 2em;
}
#anchor07 {
    margin: 1em;
}
.title_area .title {
    font-size: 2.4rem;
}
#anchor07 .campaign_detail{
    padding:1em;
}
#anchor07 .p-block__no__wrap{
    padding:0;
}
#anchor07 .p-block__no__wrap__column:first-child {
        margin: 1em 0;
}
/*.p-txt {
    font-size: 1.2rem;
}*/
.p-block__no__wrap__column__icon {
    width: 6em;
    height: 6em;
}
.p-block__no__wrap__column__icon .p-txt {
    font-size: 1.1rem;
}
.fs_18 {
    line-height: 1.2em;
}
.p-txt--sizeA06b {
    line-height: 1.4em;
}
.fs_16 {
    font-size: 1.3rem
}
#anchor07 .p-txt--sizeA06b {
    font-size: 2.7rem;
}
.p-block__no__wrap__column {
        margin: 1.5em auto 0;
}
.stxt {
    font-size: 2rem;
}
.info_box .campaign_applying_criteria a{
    font-size:10px;
}





}