@charset "UTF-8";

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

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

.Sticky-Button {
    max-width: 900px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.kiyaku {
    position: absolute;
    top: calc(4221 / 6350 * 100%);
    left: 0;
    right: 0;
    margin: auto;
    width: calc(740 / 900 * 100%);
    height: calc(540 / 6350 * 100%);
    overflow-y: scroll;
    background-color: rgb(117, 50, 2, 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: #00a051;
    text-decoration:underline;
}

.red {
    color: #E7364A;
    font-weight: 500;
}

.bold {
    font-weight: 500;
}

.botann {
    display: block;
    position: absolute;
    top: calc(4919 / 6350 * 100%);
    left: 0;
    right: 0;
    margin: auto;
    width: calc(800 / 900 * 100%);
    height: calc(190 / 6350 * 100%);
    background-color: rgb(117, 50, 2, 0);
}





/*　レスポンシブ　*/


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

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