@charset "urf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 25px;
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main {
    width: 100%;
}

.background__line__and__tel {
    width: 100%;
    margin: 40px 0 0;
    background: linear-gradient(to bottom, #f0a9ba, #f2c171);
}

.title__header {
    width: 100%;
    margin: 60px auto 40px;
}

.title__header img {
    margin: 0 0 60px;
}

.client__voice__back {
    background-image: url(../images/lp/client_voice_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    margin: 40px auto;
    padding: 100px 60px;
}

.point__text__right {
    margin: 40px 0 40px 20px;
    display: flex;
    justify-content: end;
}

.point__text__left {
    margin: 40px 20px 40px 0;
}

.point__text__right p,
.point__text__left p {
    width: 80%;
    padding: 15px;
}

.recommend04 {
    width: 90%;
    margin: 40px auto;
}

.customize-support {
    padding: 0;
    margin: 0;
} 

img {
    display: block;
    max-width: 100%;
    margin: 0;
}

footer {
    width: 100%;
    padding: 5px;
    margin-bottom: 100px;
    background-color: #fbedd7;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.footer__frame__info {
    width: 55%;
    margin: 10px;
    background-color: #ffffff;
    border-radius: 20px;
}

.footer__frame__map {
    width: 45%;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.map__google {
    flex: 1;
}

.map__google iframe {
    width: 95%;
    height: 98%;
    margin: 0 auto;
    flex: 1;
}

.footer__company__title__wrap span {
    width: 45%;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    background: linear-gradient(to bottom, #f0a9ba, #f2c171);
    border-radius: 20px 0 20px 0;
    font-weight: bold;
}

.footer_col {
    width: 90%;
    margin: 20px auto;
}

.size-full {
    width: 100%;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright{
	display: block;
	margin: 0 0 0 auto;
}

.lp__1280__wrap {
    width: 1280px;
    margin: 0 auto;
}

.lp__768__wrap {
    width: 768px;
    margin: 0 auto;
}

.lp__full__wrap {
    width: 100%;
    margin: 0 auto;
}

.w__80 {
    width: 80%;
}

.box__right {
	margin: 0 0 0 auto;
}

.mx__auto {
    margin: 0 auto;
}

.qa__title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #f0a9ba, #f2c171);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
}

#sp-ea-12.sp-easy-accordion>.sp-ea-single:nth-of-type(even) {
    background: #f2c171;
}

/* 開発環境用 */
#sp-ea-165.sp-easy-accordion>.sp-ea-single:nth-of-type(even) {
    background: #f2c171;
}

.footer__flex {
    display: flex;
    justify-content: center;
}

.governor__footer {
    width: 60%;
}

.footer__logo__wrap {
    width: 40%;
}

.footer__logo__wrap a img {
    width: 50%;
    margin: 0 auto;
}

.governor__footer p {
    font-size: 12px;
    color: #404040;
    width: 95%;
    margin: 0 auto 10px;
}

.sns__icons {
    display: flex;

}

.sns__icons img {
    width: 40px;
    margin-right: 10px;
}

.track__wrapper {
    width: 768px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
}

.track__flex {
    width: inherit;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.track__items {
    width: 50%;
}

.track__items a img {
    width: 100%;
}

@media screen and (max-width : 960px) {
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-size: 16px;
    }

    .track__wrapper {
        width: 100%;
    }

    .wp-image-66 {
        width: 70%;
    }

    .lp__1280__wrap {
        width: 100%;
        margin: 0 auto;
    }

    .lp__768__wrap {
        width: 100%;
        margin: 0 auto;
    }
    .single-item {
        width: 100%;
        overflow-x: hidden;
    }

    .footer__company__title__wrap span {
        font-size: 12px;
    }
}

@media screen and (max-width : 469px) {
    .governor__footer p {
        font-size: 8px;
    }
    .sns__icons img {
        width: 30px;
    }
    .footer__logo__wrap a img {
        width: 65%;
        margin: 0 auto;
    }
    footer {
        margin-bottom: 70px;
    }
    
    .client__voice__back {
        padding: 20px;
    }
    
}
