p {
    font-size: 16px;
    line-height: 2em;
}
main {
    overflow-x: hidden;
}
a {
    color: #6fba2c !important;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
     p {
        font-size: 14px;
    }
    ul li {
        font-size: 13px;
        line-height: 1.3em;
    }
}

h1 {
    text-align: center;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
        letter-spacing: 0;
    }
}

.lead {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .lead {
        font-size: 20px;
    }
}

.column1 {
    padding: 30px;
    box-sizing: border-box;
    background: url(../img/bg_dot.png) repeat 0 0;
    border-radius: 10px;
}
.column1 h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.column1 p {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.column1 p small {
    font-size: 50%;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 15px;
    }
    .column1 h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .column1 p {
        font-size: 30px;
        line-height: 1.5em;
    }
}





/* レイアウト共通
=================================================================================== */
.main_bg {
    padding: 80px 0;
}
.gray_bg {
    padding: 80px 0;
    background: url(../img/bg_dot.png) repeat 0 0;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding: 50px 0;
        overflow-x: hidden;
    }
    .gray_bg {
        padding: 50px 0;
    }
}





/* メイン
=================================================================================== */
.point_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: calc(100% + 80px);
}
.point_wrap .box {
    padding: 80px 20px;
    width: calc((100% - 80px*2) / 3);
    box-sizing: border-box;
    border-radius: 50%;
}
.point_wrap .box.box1 {
    background: #6fba2c url(../img/box1_bg.png) no-repeat center center;
}
.point_wrap .box.box2 {
    background: #6fba2c url(../img/box2_bg.png) no-repeat center center;
}
.point_wrap .box.box3 {
    background: #6fba2c url(../img/box3_bg.png) no-repeat center center;
}
.point_wrap .box .num {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-family: 'bebas';
    font-weight: 400;
    font-size: 40px;
    border: 3px solid #fff;
}
.point_wrap .box p {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .point_wrap {
        display: block;
        width: 100%;
    }
    .point_wrap .box {
        padding: 30px 20px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .point_wrap .box.box1, .point_wrap .box.box2, .point_wrap .box.box3 {
        background-size: 40%;
    }
    .point_wrap .box .num {
        width: 50px;
        height: 50px;
        font-size: 30px;
        border: 2px solid #fff;
    }
    .point_wrap .box p {
        font-size: 20px;
    }
}

.example_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.example_wrap .box {
    width: calc((100% - 20px*2) / 4);
}
.example_wrap .box .photo {
    text-align: center;
}
.example_wrap .box .text {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .example_wrap {
        gap: 10px;
        width: calc(100% + 30px);
    }
    .example_wrap .box {
        width: calc((100% - 20px*2) / 2);
    }
    .example_wrap .box .text {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 11px;
    }
}





/* お問い合わせ
=================================================================================== */
.privacypolicy {
    padding: 20px;
    height: 200px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
}
.privacypolicy p {
    font-size: 13px;
    line-height: 1.3em;
}
.privacypolicy h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
.privacypolicy h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .privacypolicy {
        padding: 10px;
        height: 150px;
    }
    .privacypolicy p {
        font-size: 11px;
    }
    .privacypolicy h3 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .privacypolicy h4 {
        font-size: 13px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}





/* LINE
=================================================================================== */
.line_wrap {
    padding: 50px;
    background: #fff;
    border: 5px solid #06C755;
    border-radius: 10px;
}
.line_wrap .line_icon {
    width: 150px;
    height: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767px) {
    .line_wrap {
        padding: 30px;
    }
    .line_wrap .line_icon {
        width: 100px;
        height: 100px;
    }
}
