@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

:root {
    --main-color: #000;
    --sub-color: #fff;
}

html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
}

.sumikomi-lp01 .LP_inner {
    width: 800px;
    margin: auto;
}

.sumikomi-lp01 .LP_inner img {
    width: 100%;
}

.sumikomi-lp01 .LP_inner section {
    position: relative;
}

.sumikomi-lp01 .LP_inner section .cta_btn {
    position: absolute;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.sumikomi-lp01 .LP_inner section.sec_fv .cta_btn {
    bottom: 2%;
}

.sumikomi-lp01 .LP_inner section.sec_3step .cta_btn {
    top: 14.5%;
}

.sumikomi-lp01 .LP_inner section.sec_cta .cta_btn {
    bottom: 2%;
}

.sumikomi-lp01 .sec_fotter {
    padding: 10%;
    background-color: #F4F4F4;
}

.sumikomi-lp01 .sec_fotter dt {
    font-weight: bold;
}

.sumikomi-lp01 .sec_fotter dt:before {
    content: "●";
    color: #358fea;
    margin-right: 2.5%;
}

.sumikomi-lp01 .sec_fotter dd {
    margin-bottom: 5%;
}

.sumikomi-lp01 .sec_fotter dd:last-child {
    margin-bottom: 0%;
}

.sumikomi-lp01 .sec_fotter dd.privacy {
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    padding: 30px;
    height: 300px;
    overflow-y: scroll;
    font-size: 14px;
}

.sumikomi-lp01 .copyright {
    text-align: center;
    color: #9999;
    padding: 10px;
}


@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
    }

    .sumikomi-lp01 .LP_inner {
        width: 100%;
    }
}