@charset "utf-8";

/*-------------------------------------------*/
/*  1.0 - 基本設定
/*-------------------------------------------*/
#container {
    width: 100%;
}
.breadCrumb {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.column2R #main {
    float: none;
    width: auto;
}
.pagetop {
    width: 970px;
    margin: 0 auto;
}
.wrapper {
    background: #fff;
    color: #333;
    font-size: 16px;
}
.wrapper img {
    max-width: 100%;
}
.wrapper h3 {
    background: #ffc401;
    padding: 10px 15px;
    color: #fff;
    font-size: 36px;
    margin-bottom: 60px;
    text-align: center;
}
.wrapper h3 br {
    display: none;
}
.wrapper .innerBlock {
    width: 800px;
    margin: 0 auto;
}
.wrapper .forSP {
    display: none;
}


/*-------------------------------------------*/
/*  2.0 - メインビジュアル
/*-------------------------------------------*/
.wrapper .mainVisual {
    width: 970px;
    margin: 0 auto 20px;
}
.wrapper .catchArea {
    width: 970px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    font-size: 22px;
    margin-bottom: 50px;
}


/*-------------------------------------------*/
/*  3.0 - 事例 (.case_study)
/*-------------------------------------------*/
.case_study h3 {
    margin-bottom: 70px;
}
.case_study .inBox {
    position: relative;
    margin-bottom: 50px;
}
.case_study .inBox .example {
    font-size: 38px;
    font-weight: bold;
    background: #de0000;
    display: inline-block;
    padding: 0px 50px;
    position: absolute;
    transform: rotate(-8deg);
    top: 0;
    left: -30px;
    color: #fff;
}
.case_study .inBox img {
    margin-top: 15px;
}


/*-------------------------------------------*/
/*  4.0 - 独自機能 (.unique_features)
/*-------------------------------------------*/
.unique_features .lead_text {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 40px;
}
.unique_features .innerBlock {
    width: 670px;
    margin: 0 auto;
}
.unique_features .inBox {
    margin-bottom: 50px;
}
.unique_features .inBox p {
    margin-bottom: 10px;
}
.unique_features .inBox p span {
    font-weight: bold;
    font-size: 17px;
}
.unique_features .other {
    margin-bottom: 50px;
}
.unique_features .other p {
    font-weight: bold;
    margin-bottom: 6px;
}
.unique_features .other li:before {
    content: "・"
}


/*-------------------------------------------*/
/*  5.0 - 購入方法 (.how_to_buy)
/*-------------------------------------------*/
.how_to_buy .inBox h4 {
    color: #fff;
    background-color: #00a5ee;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.how_to_buy .inBox h4 span {
    background-color: #084d9b;
    text-align: center;
    padding: 5px 60px;
    margin-right: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    display: inline-block;
}
.how_to_buy .inBox {
    margin-bottom: 50px;
}
.how_to_buy .inBox p {
    margin-bottom: 30px;
}
.how_to_buy .inBox p span {
    color: red;
}
.how_to_buy .inBox img {
    width: 80%;
    margin: 0 auto;
    display: block;
}


/*-------------------------------------------*/
/*  6.0 - メディアクエリー
/*-------------------------------------------*/
@media screen and (max-width:479px){
    .wrapper {
        font-size: 4.1vw;
    }
    .wrapper h3 br {
        display: block;
    }
    .wrapper .forPC {
        display: none;
    }
    .wrapper .forSP {
        display: block;
    }
    .wrapper .mainVisual {
        width: 100%;
        margin: 0 auto 10px;
    }
    .wrapper .catchArea {
        width: auto;
        padding: 10px 8px;
        font-size: 4.2vw;
        margin-bottom: 20px;
    }
    .wrapper h3 {
        font-size: 5.4vw;
        margin-bottom: 20px;
    }
    .wrapper .innerBlock {
        width: 94%;
    }
    .case_study h3 {
        margin-bottom: 30px;
    }
    .case_study .inBox {
        margin-bottom: 20px;
    }
    .case_study .inBox .example {
        font-size: 20px;
        left: -7px;
        padding: 0 30px;
    }
    .case_study .inBox img {
        margin-top: 12px;
    }
    .unique_features .innerBlock {
        width: 94%;
    }
    .unique_features .lead_text {
        font-size: 4.2vw;
        margin-bottom: 24px;
    }
    .unique_features .inBox p span {
        font-size: 4.2vw;
    }
    .unique_features .inBox {
        margin-bottom: 30px;
    }
    .unique_features .other {
        margin-bottom: 30px;
    }
    .unique_features .other p {
        margin-bottom: 2px;
    }
    .how_to_buy .inBox h4 {
        font-size: 4vw;
    }
    .how_to_buy .inBox h4 span {
        padding: 3px 30px;
    }
    .how_to_buy .inBox p {
        margin-bottom: 15px;
    }
    .how_to_buy .inBox {
        margin-bottom: 30px;
    }
    .how_to_buy .inBox img {
        width: 95%;
    }
}
