
/* campaign.css */

.sp {display: none;}
.pc {display: block;}

.f_bold {font-weight: bold;}
.f_l {font-size: 130%;}

.asta {font-size: 90%;}

.campaign {
    margin-bottom: 5rem;
    padding: 1rem;
    background-color: #fff;
    background: repeating-linear-gradient( -45deg, #0093bf, #0093bf 1px, #fff 1px, #fff 7px );
}

.campaign > div {
    padding: 2.5rem;
    background-color: #fff;
}

.campaign > div h2 {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #0093bf;
    padding-bottom: .5rem;
}

.upedu_w {
    display: flex;
    column-gap: 3rem;
}

.upedu_w figure img {
    margin-top: 4rem;
    width: 270px;
}

.upedu_conte {
    flex: 1;
}

.upedu_conte dl {
    margin-top: 1.5rem;
}

.upedu_conte dl ul li {
    margin-top: 1rem;
}

.form_link {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.form_link a {
    margin-top: 1rem;
}

.form_link a::after {
    font-size: 2.3rem;
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 1.5rem;
}

    

@media screen and (orientation: portrait) and (max-width: 767px){
    .sp {display: block;}
    .pc {display: none;}
    
    .campaign > div {
    padding: 1.5rem 2rem;
}
    
    .campaign > div h2 {
    font-size: 2.8rem;
}
    .upedu_w {
    display: block;
}
    
    .upedu_w figure img {
    margin-top: 2rem;
    width: 100%;
}

}