﻿@charset "utf-8";


.btn_over {
    opacity: 1;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}


    .btn_over:hover {
        opacity: .7;
    }

#contents_contents_unit {
    background: #98d2e3;
    width: 930px;
    margin: 40px auto;
    padding-bottom: 40px;
}

#contents_main_unit {
    background: #fff;
    width: 854px;
    margin: 30px auto 0;
    color: #202020;
}

    #contents_main_unit a {
        color: #98d2e3;
    }

.txt {
    color: #827157;
    text-align: center;
    margin-bottom: 50px;
    font-size: 85.7%;
}

.txt_lead {
    text-align: center;
    padding-top: 35px;
}

.mv ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 710px;
    margin: 40px auto 0;
}

.mv li {
    width: 25%;
    margin-bottom: 5px;
}

.mv ul img {
    max-width: 100%;
    height: auto;
}

.btn_mydesign {
    text-align: center;
    padding: 60px 0 65px 0;
}

.mydesign .inner {
    width: 710px;
    margin: 0 auto;
}

    .mydesign .inner.faq_inner {
        width: 760px;
        padding: 50px 0 40px;
    }

        .mydesign .inner.faq_inner * {
            box-sizing: border-box;
        }

        .mydesign .inner.faq_inner h2 {
            margin-bottom: 40px;
            text-align: center;
        }

        .mydesign .inner.faq_inner .headline_outer {
            text-align: center;
        }

.bdr_top {
    /*
	background: url(../../assets/img/top/line.png) no-repeat center top;
	background-size: 701px 15px;
    */
    padding-top: 55px;
}

.bdr_bottom {
    padding-bottom: 55px;
}

.about.bdr_top {
    padding-top: 25px;
}

.bdr_top.line2 {
    background: url(../../assets/img/top/line2.png) no-repeat center top;
    background-size: 708px 17px;
}


.info {
    margin-bottom: 40px;
}

    .info.bdr_top {
        background: url(../../assets/img/top/line.png) no-repeat center top, url(../../assets/img/top/line.png) no-repeat center bottom;
        background-size: 701px 15px;
    }

    .info .more_link {
        position: relative;
        margin-top: 15px;
        padding-left: 1.8em;
        text-align: right;
    }

        .info .more_link p {
            display: inline-block;
            position: relative;
            padding-left: 1.8em;
        }

            .info .more_link p:before {
                content: url(../../assets/img/cmn/icon_arrow_red.png);
                position: absolute;
                top: 0;
                left: 0.8em;
            }

.mydesign .inner.info_inner {
    width: 760px;
    padding: 50px 0;
}

    .mydesign .inner.info_inner h2 {
        margin-bottom: 40px;
        text-align: center;
    }

.info h2 {
    font-size: 18px;
}

    .info h2:before {
        content: url(../../assets/img/top/icon_tree1.svg);
        position: absolute;
        top: -.8em;
        left: 0.5em;
    }

.info .infoList {
    padding: 0 2em;
}

    .info .infoList li {
        padding: .5em;
        display: flex;
    }

    .info .infoList span {
        margin-right: 40px;
        white-space: nowrap;
        color: #827157;
    }


h2.icon,
.faq_inner h3.icon,
.info_inner h3.icon {
    color: #827157;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 3em;
    margin: 1em 0;
}

#contents_main_unit .faq_inner h3 a {
    color: #827157;
}

.faq_inner h2.icon {
    display: inline-block;
}

.faq_inner h3.icon,
.info_inner h3.icon {
    padding-bottom: 20px;
    font-family: "����������� Pro W6", "Hiragino Kaku Gothic Pro W6", Osaka, Meiryo, "�＜�ゃ����", "鐚㍼竺 鐚違�眼�激����", sans-serif;
    border-bottom: 1px solid #ededde;
}

    .faq_inner h3.icon.no_border,
    .info_inner h3.icon.no_border {
        margin-bottom: 20px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .faq_inner h3.icon .small {
        font-size: 12px;
    }

.versionup {
    margin-bottom: 95px;
}

    .versionup h2 {
        margin-bottom: 25px;
        text-align: center;
    }

    .versionup .versionup_list {
        display: flex;
        justify-content: center;
    }

        .versionup .versionup_list li {
            margin: 0 10px;
        }

            .versionup .versionup_list li a {
                -webkit-transition: .3s all ease;
                transition: .3s all ease;
            }

                .versionup .versionup_list li a:hover {
                    opacity: .7;
                }



.about {
    text-align: center;
    margin-bottom: 30px;
}

    .about h2 {
        margin-bottom: 40px;
    }

    .about .step_flow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

        .about .step_flow li {
            position: relative;
            padding-right: 23px;
        }

            .about .step_flow li:last-of-type {
                padding-right: 0;
            }

            .about .step_flow li::after {
                content: '';
                position: absolute;
                width: 23px;
                height: 100%;
                background: url(../../assets/img/top/step_flow_icon.png) center center no-repeat;
            }

            .about .step_flow li:last-of-type::after {
                display: none;
            }

        .about .step_flow a {
            -webkit-transition: .3s all ease;
            transition: .3s all ease;
        }

            .about .step_flow a:hover {
                opacity: .7;
            }

    .about p {
        text-decoration: underline;
        color: #827157;
        font-size: 16px;
        margin-top: 2em;
    }


.character {
    text-align: center;
    margin-bottom: 60px;
}

    .character h2 {
        margin-bottom: 50px;
    }

    .character .btn_more {
        padding: 40px 0 0;
    }

.designer {
    text-align: center;
    margin-bottom: 60px;
}

    .designer h2 {
        margin-bottom: 50px;
    }

    .designer ul {
        display: flex;
        flex-wrap: wrap;
    }

    .designer li {
        width: 220px;
        text-align: left;
        padding-right: 24px;
        margin-bottom: 24px;
    }

        .designer li:nth-of-type(3n) {
            padding: 0;
        }

.my_name {
    margin: 1em 0;
}

.my_price {
    color: #cc0000;
    font-weight: bold;
}

.my_description {
    margin: 1em 0 0;
}



.wrapper_links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq,
.links {
    width: 100%;
}

.faq {
    margin-bottom: 10px;
}

    .faq h2,
    .links h2,
    .faq_inner h3, {
        padding-left: 2.5em;
        margin: 1em 0 2em;
    }

        .faq h2:before,
        .faq_inner h3:before,
        .info_inner h3.icon:before {
            content: url(../../assets/img/top/icon_tree2.svg);
            position: absolute;
            top: -.2em;
            left: 0.5em;
        }

        .links h2:before {
            content: url(../../assets/img/top/icon_tree3.svg);
            position: absolute;
            top: -.3em;
            left: 0.5em;
        }

    .faq .more_link {
        position: relative;
        margin-top: 15px;
        padding-left: 1.8em;
        text-align: right;
    }

        .faq .more_link p {
            display: inline-block;
            position: relative;
            padding-left: 1.8em;
        }

            .faq .more_link p:before {
                content: url(../../assets/img/cmn/icon_arrow_red.png);
                position: absolute;
                top: 0;
                left: 0.8em;
            }


    .faq ul,
    .links ul {
        margin: 0;
        padding: 0;
    }

    .faq ul,
    .info_detail_list ul {
        background: #f8f8f0;
    }

.faq_inner .faq_categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .faq_inner .faq_categories > li {
        position: relative;
        width: 370px;
        margin-bottom: 10px;
        padding: 25px 25px 60px;
        background: #f8f8f0;
    }

    .faq_inner .faq_categories .more_link {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: right;
        padding: 10px 5px;
        background: #fff;
    }

.faq_inner .more_link p {
    display: inline-block;
    position: relative;
    padding-left: 1.8em;
}

    .faq_inner .more_link p:before {
        content: url(../../assets/img/cmn/icon_arrow_red.png);
        position: absolute;
        top: 0;
        left: 0.8em;
    }

.faq_inner .faq_list > li {
    display: flex;
    margin-bottom: 10px;
    color: #827157;
}

    .faq_inner .faq_list > li::before {
        content: '\025cf';
        display: block;
        margin-right: .2em;
    }

#contents_main_unit .faq_inner .faq_list > li a {
    color: #827157;
}

.faq ul li,
.info_detail_list ul li {
    position: relative;
    border-bottom: 1px solid #ededde;
}

    .info_detail_list ul li:before {
        content: url(../../assets/img/cmn/icon_arrow_red.png);
        position: absolute;
        top: 50%;
        right: 17px;
        transform: translate3d(0,-50%,0);
    }

    .faq ul li .question,
    .info_detail_list ul li > a {
        display: block;
        position: relative;
        margin: 0;
        padding: 1em 62px 0.8em 62px;
        color: #827157 !important;
        text-decoration: none;
        background: url(../../assets/img/top/icon_q.png) 25px center no-repeat;
        background-size: 19px 22px;
    }

    .info_detail_list ul li > a {
        display: flex;
        align-items: center;
        padding: 1.2em 45px 1em 25px;
        background: none;
    }

        .info_detail_list ul li > a .date {
            width: 185px;
            color: #98d2e3;
        }

        .info_detail_list ul li > a .ttl {
            width: 100%;
        }

.answer {
    display: none;
    margin: 0 15px 15px 15px;
    padding: 18px 33px;
    color: #827157;
    background: #fff;
}

.faq ul .question:after {
    content: url(../../assets/img/cmn/icon_arrow_red.png);
    position: absolute;
    top: 50%;
    right: 16px;
    line-height: 1;
    transform: translateY(-50%) rotate(90deg);
}

.faq ul .question.open:after {
    transform: translateY(-50%) rotate(270deg);
}

.faq h4 {
    margin: 1em 0 .5em;
    color: #827157;
    font-weight: bold;
}

.faq ul.list {
    background: none;
}

    .faq ul.list li {
        border: none;
        list-style: disc;
        margin: 0 0 .5em 1.5em;
    }

.links ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

    .links ul li {
        width: 50%;
        box-sizing: border-box;
    }

.links li {
    position: relative;
    padding-left: 1.8em;
    margin: .3em 0;
}

    .links li:before {
        content: url(../../assets/img/cmn/icon_arrow_red.png);
        position: absolute;
        top: 0;
        left: 0.8em;
    }



.mail {
    position: relative;
    background: #f8f8f0;
    margin: 40px 0 20px;
}

    .mail:before {
        content: '';
        background: url(../../assets/img/top/img_fence.png);
        background-size: 83px 17px;
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        margin: auto;
        width: 83px;
        height: 17px;
    }

.mail_wrapper {
    display: flex;
    padding: 50px 40px 20px;
    color: #827157;
}

    .mail_wrapper h3 {
        padding: 1em 0;
        color: #827157;
        font-size: 16px;
        letter-spacing: -.05em;
        text-decoration: underline;
    }

        .mail_wrapper h3 strong {
            color: #cc0000;
        }

    .mail_wrapper .img_mobile {
        width: 120px;
    }

    .mail_wrapper .text {
        flex: 1;
    }

        .mail_wrapper .text p {
            font-size: 12px;
            margin-bottom: 1em;
        }

    .mail_wrapper .img_silhouette {
        margin-right: 30px;
    }

    .mail_wrapper .btn_area {
        text-align: right;
    }


/*篏睡���с����篏閶����鴻�帥�潟��膣�400腮�����膣剛�鐚�*/
.character .logo {
    background: #98d2e3;
    padding-bottom: 40px;
}

.characters {
    padding: 60px 0 0;
}

    .characters ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 40px;
        max-width: 680px;
        margin: 0 auto;
        background: #f8f8f0;
    }

    .characters li {
        width: 100px;
        padding: 5px;
        position: relative;
    }

        .characters li div {
            background: #fff;
            width: 95px;
            height: 95px;
            border-radius: 50%;
            font-size: 60px;
            font-weight: bold;
            color: #98d2e3;
            border: 4px solid #fff;
            text-align: center;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
            position: relative;
        }

        .characters li img {
            width: 85%;
            height: auto;
        }

        .characters li .name {
            font-size: 10px;
            text-align: center;
            color: #827157;
            padding-top: .5em;
        }

/*���ゃ���吟�ゃ�潟�ゃ�������*/
.guide img {
    text-align: center;
    display: block;
    margin: 10px auto 40px;
}

.guide {
    background: #98d2e3;
    padding: 10px 0 30px;
}

.guide_balloon {
    position: relative;
    display: block;
    margin: 1.5em auto;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 700px;
    color: #555;
    font-size: 16px;
    background: #fff;
    border-radius: 15px;
}

    .guide_balloon:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-bottom: 15px solid #fff;
        z-index: 0;
    }

    .guide_balloon img {
        margin: 10px auto;
        display: block;
    }

    .guide_balloon p {
        margin: 0;
        padding: 0 30px 20px;
        color: #827157;
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        text-align: left;
    }

    .guide_balloon .pb10 {
        padding-bottom: 10px;
    }

    .guide_balloon span {
        background: linear-gradient(transparent 70%, #f8f1bb 70%);
    }

.flow_box {
    max-width: 854px;
    margin: 50px auto;
}

.flow_ttl {
    width: 218px;
    display: block;
    margin: 0 auto 40px;
}

.flow_txt {
    color: #827157;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    max-width: 788px;
    margin: 0 auto;
    text-align: left;
}

.flow_step {
    background: #f8f8f0;
    max-width: 788px;
    margin: 90px auto 0;
    position: relative;
    padding: 110px 0 50px;
}

.step_ttl img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    width: 179px;
}


/*�啤�若���鴻���若�吾�с�潟�≪����*/
.versionup.character {
    margin-bottom: 35px;
}

    .versionup.character .logo img {
        width: 267px;
    }

.versionup_content {
    box-sizing: border-box;
}

    .versionup_content h1 {
        margin: 90px 0 75px;
    }

    .versionup_content *,
    .versionup_content *:after,
    .versionup_content *:before {
        box-sizing: border-box;
    }

    .versionup_content .cont {
        padding: 0 30px;
    }

    .versionup_content .point_box {
        margin-bottom: 25px;
        padding-top: 15px;
    }

        .versionup_content .point_box:last-of-type {
            margin-bottom: 0;
        }

        .versionup_content .point_box .inner {
            width: 100%;
            padding: 0 58px 40px;
            color: #827157;
            background: #f8f8f0;
        }

            .versionup_content .point_box .inner h2 {
                position: relative;
                margin-bottom: 35px;
                text-align: center;
            }

                .versionup_content .point_box .inner h2::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: -58px;
                    width: 795px;
                    height: 50%;
                    background: #fff;
                }

                .versionup_content .point_box .inner h2 img {
                    position: relative;
                    width: auto;
                }

            .versionup_content .point_box .inner h3 {
                margin-bottom: 40px;
            }

    .versionup_content #point1 ul {
        width: 600px;
        margin: 0 auto -20px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .versionup_content #point1 ul li {
            width: 20%;
            margin: 0 0 20px;
            padding: 0 5px;
            text-align: center;
            font-size: 14px;
        }

            .versionup_content #point1 ul li img {
                width: 70%;
                margin-bottom: 2px;
            }

            .versionup_content #point1 ul li .name {
                margin: 0 -1em;
            }

    .versionup_content #point2 ul {
        margin: 0;
        padding: 40px 35px 25px;
        display: flex;
        background: #fff;
    }

        .versionup_content #point2 ul li {
            width: 152px;
            margin: 0;
            padding: 0 6px;
            text-align: center;
            font-size: 10px;
        }

            .versionup_content #point2 ul li:last-of-type,
            .versionup_content #point2 ul li:nth-last-child(2) {
                margin: 0;
            }

            .versionup_content #point2 ul li .name {
                margin-top: 10px;
                font-weight: bold;
                font-size: 20px;
                line-height: 1.1;
            }

                .versionup_content #point2 ul li .name .min {
                    display: inline-block;
                    font-weight: normal;
                    font-size: 14px;
                }

    .versionup_content #point3 .flex_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .versionup_content #point3 .flex_box img {
            width: 333px;
        }

        .versionup_content #point3 .flex_box .txt {
            width: 310px;
            margin: 0;
            font-size: 16px;
            line-height: 1.6;
            text-align: left;
        }
