@charset "utf-8";
/*-------------------------------------------

    advertisement

-------------------------------------------*/
.opeerdouga{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
#advertisement_fv{
    overflow: hidden;
}
#advertisement_fv video{
    width: 100%;
}
#advertisement_logo .ad_title img{
    max-width:300px;
}
#advertisement_logo .ad_title{
    text-align: center;
    margin-bottom: 30px;
    margin-top:0;
}
#advertisement_logo .ad_title h2{
    display: inline-block;
    position: relative;
}
#advertisement_top{
    padding: 0 0 30px;
}
#advertisement_top h3{
    padding:50px 0 0;
    font-size:4.5rem;
    letter-spacing:0.8rem;
    line-height:6rem;
    text-align:center;
    color:#3F3D3C;
    background:#EDF6E5;
    position:relative;
}
#advertisement_top h3 i{
    font-style:normal;
    color:#599343;
}
#advertisement_top h3:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 50vw 0 50vw;
    border-color: #EDF6E5 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index:-1;
}
#advertisement_top h3 span{
    color:#26933a;
    padding-bottom:3px;
    border-bottom:3px solid #26933a;
}
#advertisement_top .lst-box{
    display:flex;
    align-items:center;
    position:relative;
    margin:0 20px 0;
}
#advertisement_top .lst-box img{
    margin-top:-20px;
    position:relative;
    z-index:99;
}
#advertisement_top ol {
    margin-top:20px;
    min-width:610px;
    list-style-type:none;
    color:#3F3D3C;
}
#advertisement_top ol li {
    width:100%;
    padding:20px 0 0 55px;
    font-size:2rem;
    font-weight:bold;
    letter-spacing:0.3rem;
    line-height:5.5rem;
    position:relative;
}
#advertisement_top ol li i {
    margin-right:-10px;
    font-style: normal;
    position: absolute;
    top: -15px;
    font-size: 1.8rem;
}
#advertisement_top ol li span {
    font-size:3.2rem;
    line-height: 3.7rem;
    display: inline-block;
    color:#639A42;
    background:linear-gradient(#fff 78%, #fcee21 0%);
}
#advertisement_top ol li::before {
    position:absolute;
    content:"";
    bottom:10px;
    left:5px;
    width:35px;
    height:35px;
    background: url(../images/onecoin/ico_check01.png) no-repeat 99% center;
    background-size:contain;
}
#advertisement_top ol li::after {
    content: "";
    background-image: linear-gradient(to right, #639A42, #639A42 10px, #fff 10px, #fff 20px);
    background-size: 20px 2.5px;
    background-repeat: repeat-x;
    background-position: bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:90%;
}
#advertisement_top h2{
    padding:35px 0 35px;
    font-size:3.5rem;
    letter-spacing:0.3rem;
    color:#fff;
    text-align:center;
    background: #26933a;
}
#advertisement_top h2 span{
    font-size:5rem;
    color:#F4E427;
    padding-top: 15px;
    background-position: top left -4px;
    background-repeat: repeat-x;
    background-size: 1.07em 0.3em;
    background-image: -moz-radial-gradient(0.1em 0.1em at center center,#F4E427 100%,rgba(255,255,255,0) ,rgba(255,255,255,0)); 
    background-image: -webkit-radial-gradient(0.1em 0.1em at center center,#F4E427 100%,rgba(255,255,255,0) ,rgba(255,255,255,0));
    background-image: radial-gradient(0.1em 0.1em at center center,#F4E427 100%, rgba(255,255,255,0) , rgba(255,255,255,0));
}
#advertisement_top h2 i {
    margin:0 2px 0 0;
    font-style: normal;
    font-size:2.8rem;
}
#advertisement_top ul{
    display: flex;
    justify-content: space-between;
    margin: 4% 20px 0;
}
#advertisement_top li{
    width: 48%;
}
#advertisement_sec01{
    padding: 0 20px 80px;
}
#advertisement_sec01 h2{
    text-align: center;
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #6fba2c;
    margin: 0 0 30px;
}
#advertisement_sec01 h2 img{
    display: block;
    margin: 20px auto 0;
    max-width:300px;
}
#advertisement_sec01 h2 span{
    background: url(../images/advertisement/line.png) repeat-x bottom;
}
#advertisement_sec01 span.note_txt{
    text-align: center;
    font-size: 3rem;
    margin: 30px 0 0;
    display: block;
    color: #6fbb2c;
}
#movie_contact span.note_txt{
    text-align: center;
    font-size: 3rem;
    margin: 30px 0 0;
    display: block;
    color: #6fbb2c;
}
.dvertisement_box01 dl{
    display: flex;
    justify-content: space-between;
}
.dvertisement_box01 dl:nth-of-type(1){
    flex-direction: row-reverse;
    margin: 40px 0;
}
.dvertisement_box01 dt{
    width: 50%;
}
.dvertisement_box01 dd{
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 40px;
}
.dvertisement_box01 dl:nth-of-type(1) dd{
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px 0 0;
}
.dvertisement_box01 dd h3{
    background: #6fba2c;
    color: #fff;
    padding: 20px 15px;
    margin: 0 0 35px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    box-shadow: 5px 4px 0 #b7dc95;
}
.dvertisement_box01 dd ul li{
    background: url(../images/advertisement/ico.png) no-repeat left 2px;
    background-size: 21px;
    padding: 0 0 2px 30px;
    margin: 0 0 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #555555;
    letter-spacing: 0.08em;
}
.dvertisement_box01 dd p{
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555555;
    margin: 25px 0 0;
}
.dvertisement_box01 dd p span{
    background: url(../images/advertisement/line.png) repeat-x bottom ;
}

#advertisement_sec02{
    background: #f1fee3;
    padding: 40px 20px 80px;
}
#advertisement_sec02 h2{
    background: #6fba2c;
    color: #fff;
    padding: 20px 15px;
    margin: 0 0 45px;
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
    font-weight: bold;
}
#advertisement_sec02 h2::before{
    content: "";
    display: block;
    width: 22px;
    height: 15px;
    background: url(../images/advertisement/ttl_bg.png) no-repeat center;
    left: 50%;
    top: 100%;
    transform: translateX(-11px);
    position: absolute;
}
.merit_box{
    background: #fff;
    padding: 75px 50px 35px;
    display: flex;
    justify-content: space-between;
}
.merit_item{
    width: 33.3333%;
    text-align: center;
}
.merit_item h3{
    margin: 25px 0;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #6fba2c;
}
.merit_item h3 span{
    background: linear-gradient(transparent 70%, #fcee21 0%);
    vertical-align: middle;
    padding: 0 0 0 4px;
}
.merit_item p{
    color: #555555;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

#advertisement_sec03{
    padding: 80px 20px 40px;
}
.ad_works{
    display: flex;
    justify-content: space-between;
}
.ad_works_item{
    width: 32%;
}
.ad_works_item  ul{
    margin: 25px 0 0;
}
.ad_works_item ul li{
    margin: 0 0 10px;
    padding: 0 0 2px 30px;
    color: #555555;
}
.ad_works_item li.ico01{
    background: url(../images/advertisement/ico_check.png) no-repeat 2px top;
}
.ad_works_item li.ico02{
    background: url(../images/advertisement/ico_sns.png) no-repeat 2px top;
}
.ad_works_item li.ico03{
    background: url(../images/advertisement/ico_movie.png) no-repeat left top;
}
.ad_works_item li.ico04{
    background: url(../images/advertisement/ico_time.png) no-repeat 2px top;
}

#advertisement_sec04{
    background: #f1fee3;
    padding: 40px 20px 80px;
}
.ad_flow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ad_flow_item{
    background: #fff;
    border: solid 2px #89b83e;
    padding: 25px;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    width: 31%;
    margin: 3% 0 0;
}
.ad_flow_item span.num{
    position: absolute;
    left: -20px;
    top: -20px;
}
.ad_flow_item h3{
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: #6fba2c;
    margin: 0 0 20px;
}
.ad_flow_item h3 span{
    display: inline-block;
    background: linear-gradient(transparent 70%, #fcee21 0%);
}
.ad_flow_item img{
    margin: 0 auto 25px;
    display: block;
}
.ad_flow_item p{
    color: #555555;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: justify;
}

#advertisement_sec05{
    background: #f1fee3;
    padding: 80px 20px;
}
#advertisement_sec05 h3{
    margin: 60px 0 0;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.08em;
    color: #6fba2c;
}
#advertisement_sec05 h3 span{
    background: linear-gradient(transparent 70%, #fcee21 0%);
}
.criterion_box .criterion_item:nth-of-type(4) h3.item_ttl{
    padding: 13.5px 0!important;
}
#advertisement_sec05 h3.item_ttl{
    margin: 0 0 0;
    padding: 17px 0;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    color: #fff;
    background: #639A42;
    border-radius: 10px 10px 0 0;
}
#advertisement_sec05 p{
    padding: 0 0;
    margin: 20px 0 0;
    color: #639A42;
}
#advertisement_sec05 span.note_txt{
    text-align: center;
    font-size: 3rem;
    margin: 30px 0 0;
    display: block;
    color: #639A42;
}
#advertisement_sec05 table{
    width: 100%;
}
#advertisement_sec05 th{
    background: #fff000;
    vertical-align: middle;
    color: #639A42;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    padding: 25px 0;
}
#advertisement_sec05 td{
    vertical-align: middle;
}
.sample{
    margin: 0 auto;
}
.sample h4{
    background: #6fba2c;
    color: #fff;
    padding: 20px 15px;
    margin: 45px auto 45px;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
    max-width: 540px;
}
.sample ul {
    line-height: 1.8;
    margin: 0 auto 60px;
    max-width: 540px;
}
.sample li{
    list-style-type: disc;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    color: #6fba2c;
}
.sample .bnr{
    margin: 0 0 0;
    text-align: center;
}

.criterion_box{
    display: flex;
    justify-content: space-between;
    padding: 0 0;
    margin: 80px 0 0;
}
.criterion_box .btn{
    display: block;
    background: #D84742;
    color: #fff;
    border-radius: 100px;
    width: 80%;
    max-width: 300px;
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight:bold;
    letter-spacing:0.1rem;
    position:absolute;
    bottom:30px;
    left:10%;
}
.criterion_box .criterion_item{
    background: #fff;
    width: 24%;
    text-align: center;
    border-radius: 15px;
    position: relative;
}
.criterion_box .criterion_item p span{
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: bold;
    display: inline;
    background: url(../images/advertisement/line.png) repeat-x bottom center;
}
.criterion_box .criterion_item b{
    background: #ffef78;
    display: block;
    border-radius: 100px;
    text-align: center;
    color: #3e3a39;
    padding: 7px 0;
    margin: 15px 20px;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
}
.criterion_box .criterion_item h4{
    margin: 10px 20px 15px;
}
.criterion_box .criterion_item h4 img{
    max-height: 56px;
}
.criterion_box .criterion_item:nth-of-type(1) h4 img {
    max-height: 36px;
    margin: 10.5px 0;
}
.criterion_box .criterion_item:nth-of-type(2) h4 img{
    max-height: 36px;
    margin: 10.5px 0;
}
.criterion_box .criterion_item:nth-of-type(3) h4 img{
    max-height: 36px;
    margin: 15px 0;
}
.criterion_box .criterion_item:nth-of-type(4) h4 img{
    max-height: 36px;
    margin: 15px 0;
}
.criterion_box .criterion_item:nth-of-type(4){
    border: solid 7px #ffef16;
}
.criterion_box .criterion_item:nth-of-type(4)::before{
    content: "";
    display: block;
    background: url(../images/advertisement/after.png) no-repeat center;
    background-size: contain;
    width: 140px;
    height: 48px;
    position: absolute;
    top: -35px;
    left: 45px;
}
.criterion_box .criterion_item ul{
    margin: 0 10px 15px;
    text-align: left;
}
.criterion_box .criterion_item ul li {
    background: url(../images/advertisement/check.svg) no-repeat left 1px;
    background-size: 14px;
    padding: 0 0 0 18px;
    margin: 10px 0 0;
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    color: #3F3D3C;
}
.criterion_box .criterion_item ul li span{
    display: block;
    font-size: 0.9rem;
    color: #6fbc2c;
    letter-spacing: -0.05em;
    margin: 3px 0 0;
}
.criterion_box .criterion_item:nth-child(3) ul li:nth-child(4),
.criterion_box .criterion_item:nth-child(3) ul li:nth-child(6){
    letter-spacing: -0.015rem;
}
.criterion_box .criterion_item:nth-child(4) ul li:nth-child(4),
.criterion_box .criterion_item:nth-child(4) ul li:nth-child(6){
    letter-spacing: -0.015rem;
}
.option_box{
    padding: 80px 0 30px;
    text-align:center;
}
.option_box h5{
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    margin: 0 0 40px;
    display:inline-block;
    position:relative;
}
.option_box h5 span{
    font-size: 4rem;
    color: #26933a;
}
.option_box h5 span span{
    padding-top: 10px;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1.15em 0.2em;
    background-image: -moz-radial-gradient(0.1em 0.1em at center center,#1E983A 100%, rgba(255,255,255,0),rgba(255,255,255,0)); 
    background-image: -webkit-radial-gradient(0.1em 0.1em at center center,#1E983A 100%, rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: radial-gradient(0.1em 0.1em at center center,#1E983A 100%, rgba(255,255,255,0),rgba(255,255,255,0));
}
.option_box h5 i{
    font-style:normal;
    line-height: 3rem;
    display: inline-block;
    color: #639A42;
    background: linear-gradient(#f1fee3 85%, #fcee21 0%);
}
.option_box h5::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 30px;
    height: 40px;
    background: url(../images/advertisement/txt_bg01_b.png) no-repeat;
    background-size: contain;
}
.option_box h5::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 30px;
    height: 40px;
    background: url(../images/advertisement/txt_bg01_a.png) no-repeat;
    background-size: contain;
}
.option_box h6{
    font-family:MyWebFont01;
    text-align:center;
    font-size:4rem;
    margin:30px 0;
    color:#3F3D3C;
}
.option_box ul{
    color: #4C4A4A;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 20px 0 0;
}
.option_box ul li{
    margin: 0 0 0;
    text-align:left;
}
.option_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.option_list dl{
    background: #ffef78;
    width: 49%;
    margin: 2% 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border:8px solid #ffef78;
}
.option_list dl:nth-child(1) dt i,
.option_list dl:nth-child(2) dt i{
    position:absolute;
    top:10px;
    left:0;
}
.option_list dl dt{
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #3F3D3C;
    width: 248px;
    height:100%;
    text-align: center;
    background:#ffef78;
    display:flex;
    align-items:center;
    position:relative;
}
.option_list dl dt i{
    background: #3F3D3C;
    color: #FBEE7F;
    padding: 5px 8px;
    font-style: normal;
    margin: 0 10px 0;
}
.option_list dl dt span{
    font-size: 1.8rem;
}
.option_list dl dt span.subtitle{
    position:absolute;
    top:10px;
    right:10px;
}
.option_list dl dd{
    background: #fff;
    color: #3e3a39;
    padding: 15px 0;
    height:100%;
    box-sizing: border-box;
    width: calc(100% - 200px);
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height:2rem;
    text-align: center;
}
.option_list dl:nth-child(1) dd,
.option_list dl:nth-child(2) dd{
    font-size:1.8rem;
}
.option_list dl dd p{
    margin-bottom:20px!important;
}
.option_list dl dd span{
    font-size: 1.2rem;
    margin-top: 10px;
}
.option_list dl:nth-child(3) dd p,
.option_list dl:nth-child(6) dd p{
    margin: -5px 0 0 0!important;
    padding: 0;
    line-height: 1rem;
    letter-spacing: 0.01rem;
}
.option_list dl:nth-child(3) dd span,
.option_list dl:nth-child(6) dd span{
    font-size: 1rem!important;
}
.option_list dl:nth-child(4) dd,
.option_list dl:nth-child(5) dd{
    display:flex;
    justify-content: center;
    align-items: center;
}


#advertisement_contact{
    background: #f1fee3;
    padding: 40px 20px 80px;
}
.contact_img{
    text-align: center;
    margin: 0 0 40px;
}
.ad_contact_box{
    background: #fff;
    padding: 50px;
}
.ad_contact_box table{
    width: 100%;
}
.ad_contact_box table tr{
    border-bottom: solid 1px #eee;
}
.ad_contact_box table th{
    padding: 20px;
    vertical-align: middle;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    color: #555555;
    font-weight: normal;
    width: 240px;
    box-sizing: border-box;
}
.ad_contact_box table th span.req{
    background: #fff000;
    color: #6cbe3c;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 5px;
    margin: -4px 0 0 10px;
    font-size: 1.2rem;
}
.ad_contact_box table td{
    vertical-align: middle;
    padding: 15px 0;
}
.ad_contact_box table td .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    margin: 10px 0 0;
}
.ad_contact_box table td .select_box{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    display: inline-block;
    width: 180px;
}
.ad_contact_box table td .select_box::after{
    content: "▼";
    width: 30px;
    height: auto;
    background: #f1fee3;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    color: #6fba2c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    pointer-events: none;
}
.ad_contact_box table td select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    box-sizing: border-box;
    font-size: 15px;
    padding: 10px;
    border: solid 1px #eee;
    width: 100%;
    color: #555;
    letter-spacing: 0.08em;
}
.ad_contact_box table td input{
    display: block;
    box-sizing: border-box;
    font-size: 15px;
    padding: 15px;
    border: solid 1px #eee;
    border-radius: 3px;
    width: 100%;
}
.ad_contact_box table td textarea{
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 3px;
    width: 100%;
    min-height: 140px;
    font-size: 15px;
}
.ad_contact_box .submit{
    display: block;
    margin: 40px auto 0;
    width: 260px;
    color: #fff;
    background: #6eb92c;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 20px 0;
    box-shadow: 0 3px 0 rgb(87, 148, 33);
    transition: .3s all;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ad_contact_box .submit:hover{
    transform: translateY(3px);
    box-shadow: 0 0 0 rgb(87, 148, 33);
}
.ad_contact_box p{
    line-height: 30px;
}

.advert_btn{
    display: block;
    margin: 40px auto 60px;
    width: 100%;
    max-width: 360px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.08em;
    padding: 26px 0;
    background: url(../images/advertisement/btn_bg02.png);
    background-size: cover;
    border-radius:100px;
}
.advert_btn span{
    background: url(../images/advertisement/btn_arrow.png) no-repeat right center;
    display: inline-block;
    padding: 0 25px 0 0;
}





@media screen and ( max-width: 1000px) {
#advertisement_top h3:after{
    border-width:60px 500px 0 500px;
    margin-top:-1px;
}
}





@media screen and (min-width:320px) and ( max-width: 767px) {
#advertisement_fv{
    overflow: hidden;
}
#advertisement_fv video{
    width: 100%;
}

#advertisement_logo .ad_title {
    text-align: center;
    margin:0 0 30px;
}
#advertisement_logo .ad_title h2 {
    display: inline-block;
    position: relative;
}
#advertisement_logo .ad_title img{
    max-width:200px;
}
#advertisement_top {
    padding: 0 0 0;
}
#advertisement_top h2{
    font-size:2rem;
    margin-bottom:40px;
    padding:20px 0;
}
#advertisement_top h2 i{
    font-size:1.5rem;
    font-style:normal;
}
#advertisement_top h2 span{
    font-size:3.5rem;
    display:inline-block;
}
#advertisement_top h3{
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0.4rem;
    padding: 20px 0 10px;
}
#advertisement_top h3 span{
    padding-bottom:0;
}
#advertisement_top h3:after{
    border-width: 20px 50vw 0 50vw;
}
#advertisement_top .lst-box{
    display:block;
    margin:10px 20px 0;
    padding:20px 0 0;
}
#advertisement_top .lst-box ol{
    min-width:unset;
}
#advertisement_top ol li{
    padding:0 0 0 20px;
    font-size:1rem;
    line-height:5rem;
    letter-spacing:0rem;
}
#advertisement_top ol li i{
    font-size:1rem;
    line-height:9.5rem;
    letter-spacing:0rem;
    top:-45px;
}
#advertisement_top ol li::before{
    width:20px;
    height:20px;
    left:-5px;
    bottom:13px;
}
#advertisement_top ol li span{
    font-size:1.8rem;
    line-height: 2rem;
    display: inline;
    color: #1E983A;
    background: linear-gradient(#fff 70%, #fcee21 0%);
}
#advertisement_top ol li span span{
    padding-top:4px;
}
#advertisement_top .lst-box img{
    width: 70%;
    margin: 0 0 0 28%;
}
#advertisement_sec01{
    padding: 0px 20px 40px;
}
#advertisement_sec01 h2{
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #6fba2c;
    margin: 0 0 10px;
}
#advertisement_sec01 h2 img{
    display: block;
    margin: 20px auto 0;
}
#advertisement_sec01 h2 span{
    background: url(../images/advertisement/line.png) repeat-x bottom;
}
#advertisement_sec01 span.note_txt {
    text-align: center;
    font-size: 6vw;
    display: block;
}
#movie_contact span.note_txt{
    text-align: center;
    font-size: 6vw;
    display: block;
}
.dvertisement_box01 dl{
    display: block;
    justify-content: space-between;
}
.dvertisement_box01 dl:nth-of-type(1){
    flex-direction: row-reverse;
    margin: 0 0 40px;
}
.dvertisement_box01 dt{
    width: 100%;
}
.dvertisement_box01 dd{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0;
}
.dvertisement_box01 dl:nth-of-type(1) dd{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0;
}
.dvertisement_box01 dl dd img{
    max-width: 80%;
    margin: 20px auto 0;
}
.dvertisement_box01 dd h3{
    background: #6fba2c;
    color: #fff;
    padding: 15px 15px;
    margin: 25px 0 25px;
    font-size: 1.85rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    box-shadow: 5px 4px 0 #b7dc95;
}
.dvertisement_box01 dd ul li{
    background: url(../images/advertisement/ico.png) no-repeat left 2px;
    background-size: 18px;
    padding: 0 0 0 25px;
    margin: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #555555;
    letter-spacing: 0.08em;
}
.dvertisement_box01 dd p{
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555555;
    margin: 15px 0;
}
.dvertisement_box01 dd p span{
    background: url(../images/advertisement/line.png) repeat-x bottom ;
}

#advertisement_sec02{
    background: #f1fee3;
    padding: 40px 20px 40px;
}
#advertisement_sec02 h2{
    background: #6fba2c;
    color: #fff;
    padding: 15px 15px;
    margin: 0 0 45px;
    font-size: 1.734rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
}
#advertisement_sec02 h2::before{
    content: "";
    display: block;
    width: 22px;
    height: 15px;
    background: url(../images/advertisement/ttl_bg.png) no-repeat center;
    left: 50%;
    top: 100%;
    transform: translateX(-11px);
    position: absolute;
}
.merit_box{
    background: #fff;
    padding: 40px 20px;
    display: block;
    justify-content: space-between;
}
.merit_item{
    width: 100%;
    text-align: center;
}
.merit_item:nth-of-type(2){
    margin: 20px 0;
    padding: 20px 0;
    border-top: dashed 1px #b7f184;
    border-bottom: dashed 1px #b7f184;
}
.merit_item h3{
    margin: 15px 0;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #6fba2c;
}
.merit_item h3 span{
    background: linear-gradient(transparent 70%, #fcee21 0%);
    vertical-align: middle;
    padding: 0 0 0 4px;
}
.merit_item p{
    color: #555555;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

#advertisement_sec03{
    padding: 40px 20px;
}
.ad_works{
    display: block;
    justify-content: space-between;
}
.ad_works_item{
    width: 100%;
}
.ad_works_item:nth-of-type(2){
    margin: 20px 0;
    padding: 20px 0;
    border-top: dashed 1px #b7f184;
    border-bottom: dashed 1px #b7f184;
}
.ad_works_item img{
    width: 100%;
}
.ad_works_item  ul{
    margin: 25px 0 0;
}
.ad_works_item ul li{
    margin: 0 0 10px;
    padding: 0 0 2px 30px;
    color: #555555;
}
.ad_works_item li.ico01{
    background: url(../images/advertisement/ico_check.png) no-repeat 2px top;
}
.ad_works_item li.ico02{
    background: url(../images/advertisement/ico_sns.png) no-repeat 2px top;
}
.ad_works_item li.ico03{
    background: url(../images/advertisement/ico_movie.png) no-repeat left top;
}
.ad_works_item li.ico04{
    background: url(../images/advertisement/ico_time.png) no-repeat 2px top;
}

#advertisement_sec04{
    background: #f1fee3;
    padding: 40px 20px 40px;
}
.ad_flow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ad_flow_item{
    background: #fff;
    border: solid 2px #89b83e;
    padding: 20px 10px;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    width: 49%;
    margin: 20px 0 0;
}
.ad_flow_item span.num{
    position: absolute;
    left: -5px;
    top: -5px;
    max-width: 25px;
}
.ad_flow_item h3{
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.08em;
    color: #6fba2c;
    margin: 0 0 20px;
}
.ad_flow_item h3 span{
    display: inline-block;
    background: linear-gradient(transparent 70%, #fcee21 0%);
}
.ad_flow_item img{
    margin: 0 auto 25px;
    display: block;
}
.ad_flow_item p{
    color: #555555;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: justify;
}
.criterion_box .criterion_item:nth-of-type(2) h4 img {
    max-height: 45px;
    margin: 10.5px 0;
}
.criterion_box .criterion_item h4 img {
    max-height: 78px;
}
#advertisement_sec05{
    padding: 40px 20px;
}
#advertisement_sec05 h3{
    margin: 30px 0 0;
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #6fba2c;
}
#advertisement_sec05 h3 span{
    background: linear-gradient(transparent 70%, #fcee21 0%);
    font-size: 1.8rem;
}
#advertisement_sec05 p{
    padding: 0 0;
    margin: 20px auto 0;
    color: #64ad23;
    max-width: 100%;
}
#advertisement_sec05 span.note_txt {
    text-align: center;
    font-size: 6vw;
    display: block;
}
.criterion_box .criterion_item:nth-of-type(1) h4 img {
    max-height: 45px;
    margin: 10.5px 0;
}
#advertisement_sec05 table{
    width: 100%;
}
#advertisement_sec05 th{
    background: #fff000;
    vertical-align: middle;
    color: #6fbb2c;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    padding: 25px 0;
}
#advertisement_sec05 td{
    vertical-align: middle;
}
.criterion_box{
    display: block;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 0;
}
.criterion_box .criterion_item{
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    border: solid 2px #89b83e;
    margin: 40px auto;
    padding: 0 0 30px;
}
.criterion_box .criterion_item .btn{
    position:relative;
    bottom:0;
    left:0;
    margin: 20px 15px 0;
    padding:12px;
    width:auto;
    max-width:unset;
}
.criterion_box .criterion_item p span {
    font-size: 1.6rem;
    line-height: 1.6;
    display: inline;
    background: url(../images/advertisement/line.png) repeat-x bottom center;
}
.criterion_box .criterion_item:nth-of-type(3){
    border-left: solid 2px #89b83e;
    border-right: solid 2px #89b83e;
    margin: 20px auto;
}
.criterion_box .criterion_item:nth-of-type(4){
    border: solid 7px #ffef16;
    margin: 60px auto 0;
}
.criterion_box .criterion_item:nth-of-type(4)::before {
    content: "";
    display: block;
    background: url(../images/advertisement/after.png) no-repeat center;
    background-size: contain;
    width: 140px;
    height: 50px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.criterion_box .criterion_item dt{
    background: #fdf07e;
    padding: 12px 0;
    font-weight: 800;
    margin: 0 15px;
    border-bottom: none;
    color: #333;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    border-radius: 100px;
}
.criterion_box .criterion_item dt span{
    background: url(../images/advertisement/ac_btn.png) no-repeat right center;
    background-size: 20px;
    padding: 0 33px 2px 0;
}
.criterion_box .criterion_item dd{
    padding: 20px 5px 0;
    font-size: 2rem;
    font-weight: bold;
    color: #64ad23;
    letter-spacing: 0.08em;
    display: none;
}
.criterion_box .criterion_item dd b{
    font-size: 3.2rem;
}
.criterion_box .criterion_item ul{
    margin: 0 10px 0;
    text-align: left;
}
.criterion_box .criterion_item ul li span {
    font-size: 1rem;
    letter-spacing: -0.01rem;
}
.criterion_box .criterion_item ul li{
    background: url(../images/advertisement/ico.png) no-repeat left 1px;
    background-size: 14px;
    padding: 0 0 0 18px;
    margin: 10px 0 0;
    line-height: 1.2;
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #4c4948;
}
.option_box {
    padding: 0 0;
}
.option_box ul{
    color: #4C4A4A;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 20px 0 0;
}
.option_box h5 {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.08em;
    margin: 30px 0 0;
    color: #639A42;
}
.option_box h5::before{
    left:-10px;
}
.option_box h5::after{
    right:-10px;
}
.option_box h5 span{
    font-size:3rem;
}
.option_box h5 i{
    display:inline;
}
.option_box h5 span span{
    line-height: 5rem;
    padding-top: 2px;
}
.option_box h6{
    font-size:3rem;
}
.sample h4 {
    background: #6fba2c;
    color: #fff;
    padding: 20px 15px;
    margin: 45px auto 45px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
    max-width: 100%;
}
.sample ul{
    margin: 0 0 0 20px;
}
#advertisement_contact{
    background: #f1fee3;
    padding: 0 20px 40px;
}
.contact_img{
    text-align: center;
    margin: 0 0 40px;
}
.advert_btn{
    margin:30px auto 30px;
}
.ad_contact_box{
    background: #fff;
    padding: 20px;
}
.ad_contact_box table{
    width: 100%;
    display: block;
}
.ad_contact_box table tbody{
    display: block;
}
.ad_contact_box table tr{
    border-bottom: solid 1px #eee;
    display: block;
}
.ad_contact_box table th{
    padding: 20px 0 0;
    vertical-align: middle;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    color: #555555;
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
    display: block;
}
.ad_contact_box table th span.req{
    background: #fff000;
    color: #6cbe3c;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 5px;
    margin: -4px 0 0 10px;
    font-size: 1.2rem;
    float: right;
}
.ad_contact_box table td{
    vertical-align: middle;
    padding: 15px 0;
    display: block;
}
.ad_contact_box table td .select_box{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    display: inline-block;
    width: 180px;
}
.ad_contact_box table td .select_box::after{
    content: "▼";
    width: 30px;
    height: auto;
    background: #f1fee3;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    color: #6fba2c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.ad_contact_box table td select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #eee;
    width: 100%;
    color: #555;
    letter-spacing: 0.08em;
}
.ad_contact_box table td input{
    display: block;
    box-sizing: border-box;
    padding: 15px;
    border: solid 1px #eee;
    border-radius: 3px;
    width: 100%;
}
.ad_contact_box table td textarea{
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 3px;
    width: 100%;
    min-height: 140px;
}
.ad_contact_box .submit{
    display: block;
    margin: 40px auto 0;
    width: 260px;
    color: #fff;
    background: #6eb92c;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 20px 0;
    box-shadow: 0 3px 0 rgb(87, 148, 33);
    transition: .3s all;
}
.ad_contact_box .submit:hover{
    transform: translateY(3px);
    box-shadow: 0 0 0 rgb(87, 148, 33);
}
.option_list{
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.option_list dl{
    background: #ffef78;
    width: 100%;
    margin: 2% 0 0;
    box-sizing: border-box;
    display: block;
    align-items: center;
    padding: 0;
}
.option_list dl dt {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    color: #3e3a39;
    width: 100%;
    text-align: center;
    padding: 15px 0 23px;
}
.option_list dl dt img,
.option_list dl dt picture source[type="image/webp"]{
    width:100%;
}
.option_list dl dd {
    background: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    text-align: center;
}
.option_list dl:nth-child(1) dt,
.option_list dl:nth-child(2) dt{
    padding:0;
}
.option_list dl:nth-child(1) dd p,
.option_list dl:nth-child(2) dd p{
    margin:5px 0 15px!important;
}
.option_list dl:nth-child(3) dd span,
.option_list dl:nth-child(4) dd span,
.option_list dl:nth-child(5) dd span,
.option_list dl:nth-child(6) dd span{
    font-size:1.5rem!important;
}
.option_list dl:nth-child(3) dd p span,
.option_list dl:nth-child(6) dd p span{
    font-size:1.1rem!important;
}
}
