body {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
}

.blank_x {
    width: 56%;
}

.title {
    font-size: 32px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.subtitle {
    font-size: 20px;
    padding-top: 50px;
}

.contents {
    font-size: 16px;
    line-height: 24px;
}

.contents1 {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}

.blank_bottom {
    padding-bottom: 140px;
}

/* スマホ対応 */
.blank_x_sp {
    width: 75%;
}

.title_sp {
    font-size: 24px;
    padding: 0;
}

.subtitle_sp {
    font-size: 16px;
    padding: 0;
}

.contents_sp {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
}

.contents1_sp {
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}

.blank_bottom_sp {
    padding-bottom: 100px;
}