@charset "UTF-8";

.main01 img, .main02 img {
    width: 100%;
}

.main01, .main02 {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.button01 {
    display: block;
    position: absolute;
    top: calc(5790 / 8970 * 100%);
    left: 0;
    right: 0;
    margin: auto;
    width: calc(820 / 900 * 100%);
    height: calc(140 / 8970 * 100%);
    background-color: rgb(0, 0, 0, 0);
}

.button02 {
    display: block;
    position: absolute;
    top: calc(8700 / 8970 * 100%);
    left: 0;
    right: 0;
    margin: auto;
    width: calc(820 / 900 * 100%);
    height: calc(140 / 8970 * 100%);
    background-color: rgb(0, 0, 0, 0);
}

.kiyaku {
    position: absolute;
    top: calc(5001 / 6428 * 100%);
    left: 0;
    right: 0;
    margin: auto;
    width: calc(760 / 900 * 100%);
    height: calc(560 / 6428 * 100%);
    overflow-y: scroll;
    background-color: rgb(0, 0, 0, 0);
}

.kiyaku p {
    font-family: 'M PLUS 1p', "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6em;
    word-break: break-all;
}

.indent01-bold {
    font-weight: 500;
}

.indent01 {
    font-weight: 300;
}

.indent02 {
    font-weight: 300;
    padding-left:1em;
	text-indent:-1em;
}

.kiyaku-link {
    color: #f69e3c;
    text-decoration:underline;
}

.bold {
    font-weight: 500;
}

/*　レスポンシブ　*/


@media screen and (max-width:750px) {

    .kiyaku p {
        font-size: 12px;
    }
 
}