@charset "utf-8";

.campaign_allstyle {
    width: 100%;
    text-align: center;
}

.campaign_allstyle,
.campaign_allstyle p {
    color: #333;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

h1.campaign_h1 {
    width: 950px;
    margin: auto;
}

h1.campaign_h1 img {
    width: 100%;
}

.campaign_intro {
    width: 950px;
    margin: 3em auto 0;
}

.campaign_intro p{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2em;
}

.campaign_overview h2 {
    color: #1d2087;
    text-align: left;
    background: #bce5f9;
    padding: 0.5em;
    margin: 2em 0 1em;
    font-size: 1.6em;
    font-weight: bold;
}

.campaign_overview{
    width: 950px;
    margin: 3em auto 0;
    text-align: left;
    line-height: 1.8em;
}

.campaign_overview p {
    font-size: 1.2em;
}

.campaign_overview p a{
    display: inline-block;
    font-size: 1.2em;
    text-decoration: none;
    margin: 0.5em 0 0;
}

.campaign_overview table{
    width: 100%;
}
.campaign_overview table th,
.campaign_overview table td{
    box-sizing: border-box;
    border: solid 1px #ff5500;
    padding: 0.5em;
}
.campaign_overview table th{
    background: #fff4ef;
}

.campaign_overview table.campaign_price_table th{
    text-align: center;
}

.campaign_overview table.campaign_price_table td:last-of-type{
    text-align: center;
}

ul.cp_point {
    box-sizing: border-box;
    list-style: disc;
    margin-top: 1em;
    padding: 0.5em 0.5em 0.5em 2em;
    background: #F7F7F7;
}

.cp_point li{
    margin: 1em 0;
}

a.campaign_btn {
    max-width: 100%;
    display: inline-block;
    padding: 0.5em 2em;
    margin-top: 2em;
    border-radius: 10em;
    color: #fff;
    background: #ff6e00;
    justify-content: center;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: bold;
}

a.campaign_btn02 {
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 10em;
    color: #fff;
    background: #55baee;
    justify-content: center;
    text-decoration: none;
    font-size: 1em;
}

a.campaign_btn:hover,
a.campaign_btn02:hover {
    opacity: 0.5;
}

.topback {
    text-align: center;
    margin-top: 8em;
}

.topback a {
    font-size: 1.8em;
    padding: 10px 80px;
    border-radius: 5px;
    color: #fff;
    background: #285fd5;
    text-decoration: none;
}

.topback a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.cp_product{
    display: flex;
    justify-content: space-between;
}
.cp_product div{
    width: 23%;
    text-align: center;
}
.cp_product div h3{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: #1d2087;
}
.cp_product div img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 1.5em;
}
.cp_product div a{
    width: 80%;
    border-radius: 5px;
    font-size: 1.2em;
    color: #fff;
    background: #ff6e00;
    padding: 0.5em 1.5em;
    text-decoration: none;
}
