/*************************************
style.css
*************************************/

.f_m {font-size: 110%;}
.f_l {font-size: 120%;}
.f_ll {font-size: 130%;}

.f_s {font-size: 90%;}
.f_ss {font-size: 80%;}
.f_sss {font-size: 70%; vertical-align: baseline;}
.f_sss_sup {font-size: 70%; vertical-align: super;}

.fc_red {color: #9e3d3f;}

.f_bold {font-weight: bold;}

.marker_line {text-decoration: underline; color: #9e3d3f; }

.sp_br {display: block;}
.pc_br {display: none;}


@media screen and (orientation: portrait) and (max-width: 767px){
	
  .sp_br {display: none;}
  .pc_br {display: block;}

}


/* top_title main_catch main_message
============================ */

.top_title {
    text-align: center;
    margin: 2rem 0;
    letter-spacing: .1rem;
}

.top_title h1 {
    font-size: 1.6rem;
    font-weight: bold;
}

.top_title h2 {
    font-size: 1.1rem;
    font-weight: bold;
}

.main_catch {
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
    letter-spacing: .08rem;
    color: #9e3d3f;
    margin-bottom: 2rem;
}

.main_message {
    padding: 1.5rem 2rem;
    width: 80%;
    margin: 2rem auto;
    background-color: #ffffd6;
}

.main_message p {
    margin: 0;
    line-height: 2rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .main_message {
    padding: .5rem .8rem .8rem;
    width: 95%;
        text-align: justify;
}
    
}

/* content
============================ */
    
.content {
    border: 1px solid #9e3d3f;
    padding: 2rem 2.5rem;
    width: 80%;
    margin: 0 auto;
}

.content ul.main_conte,
.content ul.star_conte {
    margin-bottom: 1rem;
}

.content ul.main_conte .discount {
    margin: 1rem;
    font-size: 1.2rem;
    
}

.content ul.main_conte .discount span {
    font-weight: bold;
}

.content ul.main_conte li::before {
    content: "●";
}

.content ul.star_conte {
    margin-top: 2rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .content {
    padding: 1rem 1.5rem;
    width: 95%;
}
    
}


/* jw_conte
============================ */

h3 {
    font-size: 1.6rem;
    margin: 3rem 0 2rem;
    text-align: center;
    letter-spacing: .1rem;
}

.jw_conte {
    display: flex;
    column-gap: 3rem;
    margin-bottom: 3rem;
}

.jw_conte dl {
    width: calc(50% - 1.5rem);
    padding: 1rem;
    background-color: #eaf4ff;
    border-radius: .5rem;
    box-shadow: 0rem -.3rem 0 #036eb8;
    letter-spacing: .08rem;
}

.jw_conte dl.jwc_l {
    position: relative;
}

.jw_conte dl.jwc_l::before {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url('/campaign/jw_history_88plan/common/imgs/j.png');
    width: 50px;
    height: 50px;
    background-size: contain;
    vertical-align: middle;
    right: .5rem;
    top: .9rem;
}

.jw_conte dl.jwc_r {
    position: relative;
}

.jw_conte dl.jwc_r::before {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url('/campaign/jw_history_88plan/common/imgs/w.png');
    width: 50px;
    height: 50px;
    background-size: contain;
    vertical-align: middle;
    right: .5rem;
    top: .9rem;
}

.jw_conte dl dt {
    font-weight: bold;
    border-bottom: 1px solid #036eb8;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}

.jw_conte dl dd h4 {
    font-size: 1.1rem;
    color: #036eb8;
    margin-bottom: 1rem;
}

.jw_conte dl dd ul li::before {
    content: "●";
}

.jw_conte dl dd p {
    margin: 1rem 0 0;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .jw_conte {
    display: block;
}
    
    .jw_conte dl {
    width: 95%;
    padding: 1rem;
        margin: 1rem auto 2rem;
}
    
}




/* phone
============================ */
.contact_banner.phone .contact_txt {
  display: none;
}

.contact_banner.phone .phone_ikebukuro {
  display: none;
}