/*共通*/
.content {
    width: 100%;
    background: #FFFFF5;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
    font-size: 1.3em;
    line-height: 2em;
    color: #555;
}

article {
    display: flex;
    /*サイドバーとメインコンテンツを横並びにする                指定をした*/
}

.title_h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 4.5em;
}

.title_h3 {
    font-size: 1.5em;
}

.title_h4 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.8em;
}

.allStyle a {
    color: #222;
}

/*ボタン*/
.btn_01 {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.btn_01 a {
    display: inline-block;
    box-sizing: border-box;
    width: 30%;
    margin: 2em auto;
    padding: 1.0em;
    text-decoration: none;
    color: #eb6d91;
    border: solid 2px #eb6d91;
    border-radius: 10px;
}

.btn_01 a:hover {
    color: #fff;
    background: #eb6d91;
    transition: 0.5s;
}

.btn_02 a {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    padding: 0.5em;
    margin: 10px 0;
    color: #fff;
    background: #31313f;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
}

.btn_02 a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -0.3em 0.5em 0 0;
    background: url("/assets/img/lp/trump_tmp/icon_download.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

/*回り込み解除*/
.clear {
    clear: both;
}

/*各ページスタイル*/
/*making*/
.making_all {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

.makingBox {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.makingBox p {
    box-sizing: border-box;
    font-size: 1.1em;
    line-height: 2em;
}

.makingBox img {
    width: 100%;
}

.making_subtitle {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.7em 0.5em;
    margin: 4em 0 1em 0;
    font-size: 1.5em;
    background: #5E6572;
    color: #fff;
}