@charset "UTF-8";

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    background-color: #fff;
    color: #fff;
    text-align: center;
    min-width: 100px;
    min-height: 100%;
    margin: auto;
    max-width: 700px;
    box-shadow: #bbb 0px 0px 23px;
}

img {
    width: 100%;
    vertical-align: top;
}

@media screen and (max-width:600px) {
    .sp {
        display: inline-block;
    }

    .pc {
        display: none;
    }

    /* .margin {
        margin-top: 30px;
    } */
    body {
        box-shadow: none;
    }
}

@media screen and (min-width:600px) {
    .sp {
        display: none;
    }

    .pc {
        display: inline-block;
        width: 100%;
    }
}

.header {
    padding: 20px;
}

.head_box {
    display: flex;
}

img.logo {
    width: 25% !important;
    height: auto;
}

.head_box a {
    margin: 0 0 0 10px;
}

@media screen and (max-width:600px) {
    .header {
        padding: 10px;
    }

    .head_box a {
        margin: 0 0 0 5px;
    }
}


h1 {
    margin: 0 !important;
}

.cta_content {
    background-color: #c8e5ff;
    margin: 0 5% 10%;
    padding: 7% 5% 5%;
}

#Realtime {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #282828;
    margin: 0 0 20px;
}

#Realtime2 {
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width:600px) {
    #Realtime {
        font-size: 20px;
    }

    #Realtime2 {
        font-size: 14px;
    }
}

.cta_content a img {
    margin-bottom: 4%;
}

/* 点滅 */
.blinking {
    animation: flash 1.5s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

/*-------------施工費用一覧-------------*/
.cost {
    background-color: #c8e5ff;
    padding: 20px 0 50px;
}

.cost_box {
    background-color: #fff;
    width: 90%;
    font-weight: bold;
    border-radius: 15px;
    padding-bottom: 10px;
    box-shadow: 1.5px 1.5px 5px #7baac2;
    margin: 0 auto 45px;
}

.c_ttl {
    background-color: #0090fe;
    color: #fff;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    /* 左上、右上、右下、左下 */
    padding: 18px 0;
    line-height: 1;
    font-size: 40px;
}

.c_img {
    margin-bottom: 10px;
}

.c_p {
    color: #282828;
    text-align: left;
    font-size: 27px;
    padding: 20px 30px;
}

.kome {
    margin-top: -10px;
    text-align: right;
    color: #282828;
    margin: -30px 20px 0;
}

@media screen and (max-width:600px) {
    .c_ttl {
        padding: 15px 0;
        font-size: 24px;
    }

    .c_p {
        font-size: 18px;
        padding: 10px 20px;
        line-height: 1.7;
    }

    .cost_box {
        margin: 0 auto 25px;
    }

    .kome {
        font-size: 12px;
        margin: -10px 20px 0;
    }
}

/*-------------お客様の声-------------*/
.voices {
    background-color: #c8e5ff;
    padding-bottom: 11%;

}

.voice img {
    width: 100%;
}
@media screen and (min-width:600px) {
    .voice {
        margin: 20px 25px 8px;
    }
}

@media screen and (max-width:600px) {
    .voice img{
        width: 320px;
    }
    .voice li{
        margin: 20px 25px 8px;
    }
    .voice{
        margin-top: 10px;
    }
}


/*---------- 追従CTA ----------*/
#page-top {
    position: fixed;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    background-color: #8dd5ff;
    text-align: center;
    width: 700px;
}

@media screen and (max-width:600px) {
    #page-top {
        width: 100%;
    }

    #page-top a {
        display: flex;
        width: 90%;
        text-decoration: none;
        transition: all 0.3s;
        margin: 0 auto 20px;
    }
}

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@media screen and (min-width:600px) {
    #page-top a {
        display: flex;
        width: 70%;
        text-decoration: none;
        transition: all 0.3s;
        margin: 0 auto 20px;
    }
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#page-top.DownMove {
    animation: DownAnime 0.9s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(200px);
    }
}


footer {
    background-color: #0090fe;
    padding: 5% 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a p {
    margin: 4px;
}



/*---------- よくあるご質問 アコーディオン----------*/
.marker {
    background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
}

.QA_bg {
    padding-bottom: 7%;
}

.accordion-area {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    padding: 1px 0;
    text-align: left;
    font-size: 1.3rem;
}

.accordion-area li {
    margin: 10px 0;
}



.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: bold;
    padding: 1.5% 0 1% 3%;
    transition: all .5s ease;
    background-color: #0090fe;
    color: #fff;
    border-radius: 30px;
    margin-top: 6%;
}

.box {
    display: none;
    /*はじめは非表示*/
    background: #ffffff;
    padding: 2% 4% 2.5% 3%;
    position: relative;
    line-height: 1.7;
    font-weight: bold;
    border: solid 2px #ff7200;
    border-radius: 30px;
    margin-top: 10px;
}

.QA_flx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.QA_icon_Q {
    margin: 0 3% 1% 1%;
    width: 24px;
}

.QA_icon_A {
    margin: 0 3% 0 1%;
    width: 50px;
}

.QA_flx2 {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
}

.QA_answer {
    color: #292929;
    line-height: 1.5;
}


.QA_fsS {
    font-size: 0.7rem;
}

@media (max-width: 767px) {
    .accordion-area {
        list-style: none;
        max-width: 90%;
        margin: 0 auto;
    }

    .title {
        padding: 0.5% 2.7% 2.9%;
    }

    .QA_answer {
        font-size: 1rem;
    }

    .acco_sec {
        margin-bottom: 20px;
    }

    .QA_ttl {
        max-width: 70%;
        margin: 0 auto 2%;
        padding: 0;
    }

    .title {
        font-size: 1rem;
        padding: 2.8% 4.5% 2.5%;
        line-height: 1.3;
    }

    .QA_icon_Q {
        margin: 0 3% 0 0;
        width: 18.5px;
    }

    .QA_icon_A {
        margin: 0.7% 3% 0 0;
        width: 18.5px;
    }

    .box {
        font-size: 0.9rem;
        padding: 4% 0.5% 4% 4%;
        line-height: 1.5;
    }

    .QA_answer {
        max-width: 87%;
    }


    .QA_flx {
        display: flex;
        justify-content: flex-start;
        max-width: 100%;
        align-items: center;
    }

}

/* エリア */

.area_box {
    position: relative;
}

.area_nom p {
    font-size: 25px;
    padding: 3px 3px 3px 8px;
    position: absolute;
    font-weight: bold;
    color: #ff7200;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -7px #000000;
}
@media (max-width: 600px) {
    .area_nom p {
        font-size: 15px;
    }
}

.aomori {
    top: 9%;
    left: 57%;
}
.iwate {
    top: 33%;
    left: 71%;
}
.miyagi {
    top: 57%;
    left: 71%;
}
.akita {
    top: 33%;
    left: 41%;
}
.yamagata {
    top: 57%;
    left: 41%;
}
.fukushima {
    top: 76%;
    left: 57%;
}