.wrap {
    width: 1100px;
    background: #fff;
    margin: 0 auto;
    padding: 60px 0
}

h2 {
    text-align: center;
    width: 100%;
    background: #fff;
    height: 200px;
    background-image: url(../img/h2_border.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 80px;
}

a:hover {
    color: #ea545d;
}

/* ----------------------------------------------- SP ---------- */
@media screen and (max-width: 750px) {
    .wrap {
        width: 96%;
        background: #fff;
        margin: 0 auto;
        padding: 60px 0
    }

    h2 {
        height: 240px;
        padding-top: 140px;
    }

    h2 img {
        max-width: 80%;
        margin-left: -10%;
    }
}

/* ------------------------------------------------------------メニュー menu */

#menu .wrap section {
    width: 1000px;
    margin: 0 auto 40px;
    padding-top: 80px;
}

#menu .wrap nav {
    width: 1000px;
    margin: 0 auto 60px;
}

#menu .wrap nav li {
    width: 235px;
    height: 70px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#menu .wrap nav li:nth-child(4n) {
    margin-right: 0;
}

#menu .wrap nav ul:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#menu .wrap h3 {
    padding: 20px 0;
    border-top: 1px solid #ea545d;
    border-bottom: 1px solid #ea545d;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

#menu .wrap h3 .time {
    position: absolute;
    right: 20px;
    top: -10px;
}

#menu .wrap .detail {
    text-align: center;
    margin-bottom: 30px;
}

#menu .wrap .detail .title {
    font-size: 2.2rem;
    color: #ea545d;
    margin-bottom: 14px;
}

#menu .wrap .detail .txt {
    font-size: 2.0rem;
    line-height: 3.0rem;
}

#menu .wrap .price_list {
    width: 100%;
    background: #fef5f5;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

#menu .wrap .price_list h4 {
    padding: 10px 0;
    text-align: center;
    background: #ea545d;
    color: #fff;
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0 0 30px;
}

#menu .wrap .price_list h4 + p {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 40px;
}

#menu .wrap .price_list ul:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#menu .wrap .price_list ul li {
    width: 290px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    float: left;
    margin-right: 30px;
    position: relative;
}

#menu .wrap .price_list ul li:nth-child(3) {
    margin-right: 0;
}

#menu .wrap .price_list ul li h5 {
    color: #ea545d;
    font-size: 2.0rem;
    line-height: 1.2em;
    padding-left: 40px;
    margin: 0 0 30px;
}

#menu .wrap .price_list ul li h5 span {
    font-size: 1.4rem;
}

#menu .wrap .price_list ul li dl:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#menu .wrap .price_list ul li dt {
    width: 50px;
    background: #ea545d;
    text-align: center;
    color: #fff;
    padding: 2px 0;
    float: left;
    font-size: 1.4rem;
}

#menu .wrap .price_list ul li dd {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    font-size: 2.6rem;
}

#menu .wrap .price_list ul li dd span {
    font-size: 1.6rem;
}

#menu .wrap .caption {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 80px;
}

#menu .wrap .flow:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#menu .wrap .flow h4 {
    text-align: center;
    margin-bottom: 40px;
}

#menu .wrap .flow article {
    width: 310px;
    float: left;
    margin-right: 35px;
    margin-bottom: 40px;
}

#menu .wrap .flow article:nth-child(3n+1) {
    margin-right: 0;
}

#menu .wrap .flow article .thumb {
    margin-bottom: 20px;
}

#menu .wrap .flow article .title {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 20px;
    color: #ea545d;
}

#menu .wrap .flow article .txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

#menu #menu01 .time {
    position: absolute;
    top: -10px;
    left: -20px;
}

#menu .price_list .price {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}

#menu .price_list .price dt,
#menu .price_list .price dd {
    display: inline;
}

#menu .price_list .price dt {
    font-size: 2.0rem;
    color: #ea545d;
    margin-right: 20px;
}

#menu .price_list .price dt span {
    font-size: 1.4rem;
}

#menu .price_list .price dd {
    font-size: 2.6rem;
}

#menu .price_list .price dd span {
    font-size: 1.6rem;
}

#menu .price_list .set01 article,
#menu .price_list .set02 article,
#menu .price_list .set03 article,
#menu .price_list .set05 article {
    width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#menu .price_list .set01 article:nth-child(2),
#menu .price_list .set02 article:nth-child(2) {
    margin-right: 0;
}

#menu .price_list .set01 article:nth-child(1),
#menu .price_list .set02 article:nth-child(1),
#menu .price_list .set05 article:nth-child(4) {
    margin-left: 160px;
}

#menu .price_list .set03 article:nth-child(3),
#menu .price_list .set05 article:nth-child(3) {
    margin-right: 0;
}

#menu .price_list .set04 article:nth-child(4) {
    margin-right: 0;
}

#menu .price_list .set04 article {
    width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#menu .price_list .set01:after,
#menu .price_list .set02:after,
#menu .price_list .set03:after,
#menu .price_list .set04:after,
#menu .price_list .set05:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#menu .price_list .set01 .thumb img,
#menu .price_list .set02 .thumb img,
#menu .price_list .set03 .thumb img,
#menu .price_list .set04 .thumb img,
#menu .price_list .set05 .thumb img {
    width: 100%;
    height: auto;
}

#menu .price_list .set01 .thumb,
#menu .price_list .set02 .thumb,
#menu .price_list .set03 .thumb,
#menu .price_list .set04 .thumb,
#menu .price_list .set05 .thumb {
    margin-bottom: 20px;
}

#menu .price_list .set01,
#menu .price_list .set02,
#menu .price_list .set03,
#menu .price_list .set04,
#menu .price_list .set05 {
    text-align: center;
    margin-bottom: 40px;
}

#menu .price_list .set_price {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    font-size: 2.6rem;
    color: #ea545d;
    position: relative;
}

#menu .price_list .set_price img {
    margin-right: 20px;
}

#menu .price_list .set_price .dis {
    position: absolute;
    left: 50%;
    margin-left: 20px;
    margin-right: 0;
    top: -20px;
}

#menu .price_list .set_price span {
    font-size: 1.6rem;
}

#menu #menu07 .price_list .title {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 10px;
    color: #ea545d;
}

#menu #menu07 .price_list .txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

#menu #menu08 .price_list {
    margin-bottom: 20px;
}

#menu #menu08 .detail {
    margin-bottom: 40px;
}

#menu #menu08 .price_list p {
    text-align: center;
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin-bottom: 40px;
}

#menu #menu08 .price {
    position: relative;
}

#menu #menu08 .price img {
    vertical-align: -4px;
    margin-right: 20px;
}

#menu #menu08 .price .cap {
    position: absolute;
    width: 280px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #ea545d;
    top: 20px;
    right: 0px;
    text-align: left;
}

#menu #menu08 .ng {
    width: 100%;
    background: #fff;
    border: 1px solid #ea545d;
    padding: 20px;
    text-align: center;
    margin-bottom: 60px;
}

#menu #menu08 .ng .title {
    font-size: 1.6rem;
    color: #ea545d;
    margin-bottom: 20px;
}

#menu #menu08 .ng .txt {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

#menu #menu08 .ng .txt strong {
    color: #ea545d;
}

#menu #menu08 .flow {
    margin-bottom: 40px;
}

#menu #menu08 .btn {
    text-align: center;
}

#menu #menu08 .flow article {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fbdddf;
}

#menu #menu08 .flow .thumb {
    float: left;
    width: 80px;
}

#menu #menu08 .flow p {
    width: 100%;
    padding-left: 80px;
    text-align: left;
}

#menu #menu08 .flow p.title {
    margin-bottom: 10px;
}

/* ----------------------------------------------- SP ---------- */
@media screen and (max-width: 750px) {
    #menu .wrap section {
        width: 90%;
        margin: 0 auto;
    }

    #menu .wrap nav {
        width: 100%;
    }

    #menu .wrap nav li {
        width: 48%;
        height: auto;
        float: left;
        margin-right: 4%;
        margin-bottom: 10px;
    }

    #menu .wrap nav li img {
        width: 100%;
        height: auto;
    }

    #menu .wrap nav li:nth-child(2n) {
        margin-right: 0;
    }

    #menu .wrap h3 .time {
        position: absolute;
        right: 0;
        top: -36px;
        width: 60px;
        height: auto;
    }

    #menu .wrap .detail {
        text-align: center;
        margin-bottom: 30px;
    }

    #menu .wrap .detail .title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    #menu .wrap .detail .txt {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    #menu .wrap .price_list {
        border-radius: 10px;
        padding: 20px;
    }

    #menu .wrap .price_list h4 {
        font-size: 1.4rem;
        margin: 0 0 20px;
    }

    #menu .wrap .price_list h4 + p {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    #menu .wrap .price_list ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px;
    }

    #menu .wrap .price_list ul li h5 {
        color: #ea545d;
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    #menu .wrap .price_list ul li h5 span {
        font-size: 1.2rem;
    }

    #menu .wrap .price_list ul li dt {
        width: 50px;
        font-size: 1.2rem;
    }

    #menu .wrap .price_list ul li dd {
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
        font-size: 2.0rem;
        margin-left: 0;
        padding-left: 0;
    }

    #menu .wrap .price_list ul li dd span {
        font-size: 1.2rem;
    }

    #menu .wrap .caption {
        font-size: 1.2rem;
        line-height: 2.0rem;
        margin-bottom: 60px;
    }

    #menu .wrap h3 img {
        height: 40px;
        width: auto;
    }

    #menu .wrap .flow h4 {
        margin-bottom: 20px;
    }

    #menu .wrap .flow h4 img {
        height: 36px;
        width: auto;
    }

    #menu .wrap .flow article {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #menu .wrap .flow article .thumb img {
        width: 100%;
        height: auto;
    }

    #menu .wrap .flow article:nth-child(3n+1) {
        margin-right: 0;
    }

    #menu .wrap .flow article .thumb {
        margin-bottom: 20px;
    }

    #menu .wrap .flow article .title {
        text-align: center;
        font-size: 2.0rem;
        margin-bottom: 10px;
        color: #ea545d;
    }

    #menu .wrap .flow article .txt {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    #menu #menu01 .time {
        position: absolute;
        top: -10px;
        left: -20px;
        width: 60px;
        height: auto;
    }

    #menu .price_list .price {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        background: #fff;
        border-radius: 20px;
    }

    #menu .price_list .price dt,
    #menu .price_list .price dd {
        display: block;
    }
    #menu .price_list .price dt:nth-child(3){
        line-height: 10px;
        margin-top: 20px;
    }
    #menu .price_list .price dd:nth-child(4){
        line-height: 10px;
    }

    #menu .price_list .price dt {
        font-size: 1.6rem;
        color: #ea545d;
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }

    #menu .price_list .price dt span {
        font-size: 1.2rem;
    }

    #menu .price_list .price dd {
        font-size: 2.0rem;
    }

    #menu .price_list .price dd span {
        font-size: 1.2rem;
    }

    #menu .price_list .set01 article,
    #menu .price_list .set02 article,
    #menu .price_list .set03 article,
    #menu .price_list .set05 article {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #menu .price_list .set01 article:nth-child(1),
    #menu .price_list .set02 article:nth-child(1),
    #menu .price_list .set05 article:nth-child(4) {
        margin-left: 0;
    }


    #menu .price_list .set04 article {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #menu .price_list .set01 .thumb,
    #menu .price_list .set02 .thumb,
    #menu .price_list .set03 .thumb,
    #menu .price_list .set04 .thumb,
    #menu .price_list .set05 .thumb {
        margin-bottom: 10px;
    }

    #menu .price_list .set_price {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        background: #fff;
        border-radius: 20px;
        font-size: 2.6rem;
        color: #ea545d;
        position: relative;
    }

    #menu .price_list .set_price img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #menu .price_list .set_price .dis {
        position: absolute;
        left: 50%;
        margin-left: -65px;
        margin-right: 0;
        top: -20px;
    }

    #menu .price_list .set_price span {
        font-size: 1.6rem;
    }

    #menu #menu07 .price_list .title {
        text-align: center;
        font-size: 2.0rem;
        margin-bottom: 10px;
        color: #ea545d;
    }

    #menu #menu07 .price_list .txt {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    #menu #menu08 .price_list {
        margin-bottom: 40px;
    }

    #menu #menu08 .detail {
        margin-bottom: 40px;
    }

    #menu #menu08 .price_list p {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-bottom: 40px;
    }

    #menu #menu08 .price {
        position: relative;
    }

    #menu #menu08 .price img {
        vertical-align: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #menu #menu08 .price .cap {
        position: relative;
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #ea545d;
        top: auto;
        right: auto;
        text-align: left;
        padding-left: 10px;
        padding-top: 20px;
        margin-bottom: 0;
    }

    #menu #menu08 .ng {
        width: 100%;
        background: #fff;
        border: 1px solid #ea545d;
        padding: 20px;
        text-align: center;
        margin-bottom: 60px;
    }

    #menu #menu08 .ng .title {
        font-size: 1.6rem;
        color: #ea545d;
        margin-bottom: 20px;
    }

    #menu #menu08 .ng .txt {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    #menu #menu08 .ng .txt strong {
        color: #ea545d;
    }

    #menu #menu08 .flow {
        margin-bottom: 40px;
    }

    #menu #menu08 .btn {
        text-align: center;
    }

    #menu #menu08 .btn img {
        width: 70%;
        height: auto;
    }

    #menu #menu08 .flow p.title {
        line-height: 1.5em;
    }

    #menu #menu08 .flow article {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fbdddf;
    }

    #menu #menu08 .flow .thumb {
        float: left;
        width: 60px;
    }

    #menu #menu08 .flow .thumb img {
        width: 50px;
        height: auto;
    }

    #menu #menu08 .flow p {
        padding-left: 60px;
    }
}

/* ------------------------------------------------------------選ばれる理由 reason */
#reason section {
    margin-bottom: 100px;
}

#reason h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

#reason h4 {
    color: #ea545d;
    text-align: center;
    font-size: 2.8rem;
    line-height: 4.8rem;
    font-weight: normal;
    margin-bottom: 80px;
}

#reason01 {
    width: 1000px;
    margin: 0 auto;
}

#reason01:after {
    content: '';
    clear: both;
    font-size: 0;
    display: block;
}

#reason01 article {
    width: 480px;
    background: #fef5f5;
    border-radius: 20px;
    text-align: center;
    padding: 0 40px 40px;
    float: left;
    margin-bottom: 80px;
}

#reason01 article img {
    margin-top: -30px;
    margin-bottom: 20px;
}

#reason01 article:nth-child(2n) {
    float: right;
}

#reason01 article .title {
    font-size: 2.6rem;
    line-height: 4.0rem;
    text-align: center;
    margin-bottom: 20px;
}

#reason01 article p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: justify;
}

#reason02 {
    text-align: center;
    margin-bottom: 0;
}

#reason02 p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: center;
}

#reason02 h4 {
    margin-bottom: 40px;
}

#reason02 p {
    margin-bottom: 60px;
}

#reason02 article {
    margin-bottom: 100px;
}

#reason03 h4 {
    margin-bottom: 40px;
}

#reason03 .step p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: center;
    margin-bottom: 40px;
    float: none;
}

#reason03 article {
    margin-bottom: 100px;
}

#reason03 li {
    position: relative;
    width: 800px;
    height: 180px;
    padding: 30px 0;
    background: #fef5f5;
    border-radius: 20px;
    margin: 0 auto 40px;
}

#reason03 .step li .title {
    font-size: 2.6rem;
    color: #ea545d;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
}

#reason03 .step li p {
    text-align: left;
    padding-left: 120px;
    float: none;
}

#reason03 li img.step {
    position: absolute;
    top: -20px;
    left: -10px;
}

#reason03 li img.arrow {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -20px;
    z-index: 888;
}

#reason03 article.meeting p {
    float: left;
    width: 420px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: justify;
    margin-left: 150px;
}

#reason03 article.meeting div {
    float: right;
    width: 350px;
    margin-right: 150px;
}

#reason03 article.quality p {
    float: right;
    width: 420px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: justify;
    margin-right: 150px;
}

#reason03 article.quality div {
    float: left;
    width: 350px;
    margin-left: 150px;
}

#reason03 article:after {
    content: '';
    display: block;
    font-size: 0;
    clear: both;
}

/* ----------------------------------------------- SP ---------- */

@media screen and (max-width: 750px) {
    #reason section {
        margin-bottom: 0;
    }

    #reason h3 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
    }

    #reason h3 img {
        width: 240px;
        height: auto;
    }

    #reason h4 {
        color: #ea545d;
        text-align: center;
        font-size: 1.8rem;
        line-height: 3.2rem;
        font-weight: normal;
        margin-bottom: 80px;
    }

    #reason01 {
        width: 90%;
        margin: 0 auto;
    }

    #reason01:after {
        content: '';
        clear: both;
        font-size: 0;
        display: block;
    }

    #reason01 article {
        width: 100%;
        padding: 0 20px 20px;
        float: none;
        margin-bottom: 40px;
    }

    #reason01 article img {
        margin-top: -30px;
        margin-bottom: 20px;
    }

    #reason01 article:nth-child(2n) {
        float: none;
    }

    #reason01 article .title {
        font-size: 1.8rem;
        line-height: 2.8rem;
        text-align: center;
        margin-bottom: 16px;
    }

    #reason01 article p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        text-align: justify;
    }

    #reason02 {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    #reason02 p {
        font-size: 1.6rem;
        line-height: 3.2rem;
        text-align: center;
    }

    #reason02 h4 {
        margin-bottom: 40px;
    }

    #reason02 img {
        width: 90%;
        height: auto;
    }

    #reason02 p {
        margin-bottom: 60px;
    }

    #reason02 article {
        margin-bottom: 100px;
    }

    #reason03 {
        width: 90%;
        margin: 0 auto;
    }

    #reason03 h4 {
        margin-bottom: 40px;
    }

    #reason03 .step p {
        width: 100%;
        font-size: 1.6rem;
        line-height: 3.2rem;
        text-align: center;
        margin-bottom: 40px;
        float: none;
    }

    #reason03 article {
        margin-bottom: 100px;
    }

    #reason03 li {
        position: relative;
        width: 90%;
        height: auto;
        padding: 40px 20px 20px;
        background: #fef5f5;
        border-radius: 20px;
        margin: 0 auto 40px;
    }

    #reason03 .step li .title {
        font-size: 2.6rem;
        color: #ea545d;
        text-align: center;
        margin-bottom: 20px;
        padding-left: 0;
    }

    #reason03 .step li p {
        text-align: left;
        padding-left: 0;
        float: none;
    }

    #reason03 li img.step {
        position: absolute;
        top: -20px;
        left: -20px;
        width: 60px;
    }

    #reason03 li img.arrow {
        position: absolute;
        bottom: -50px;
        left: 50%;
        margin-left: -20px;
        z-index: 888;
    }

    #reason03 article.meeting p {
        float: none;
        width: 100%;
        font-size: 1.4rem;
        line-height: 2.8rem;
        margin-left: 0;
    }

    #reason03 article.meeting div {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    #reason03 article.quality p {
        float: none;
        width: 100%;
        font-size: 1.4rem;
        line-height: 2.8rem;
        margin-right: 0px;
    }

    #reason03 article.quality div {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    #reason03 article.meeting div img,
    #reason03 article.quality div img {
        max-width: 100%;
        height: auto;
    }

    #reason03 article:after {
        content: '';
        display: block;
        font-size: 0;
        clear: both;
    }
}

/* ------------------------------------------------------------よくある質問 faq */

#faq nav.subnav {
    width: 1000px;
    margin: 0 auto 80px;
    background: #fef5f5;
    padding: 20px 0;
    text-align: center;
}

#faq nav.subnav li {
    display: inline;
    font-size: 1.4rem;
    margin-right: 30px;
}

#faq nav.subnav li:last-child {
    margin-right: 0;
}

#faq nav.subnav li a:hover {
    text-decoration: underline;
    color: #ea545d;
}

#faq nav.subnav li span {
    color: #ea545d;
}

#faq section {
    margin-bottom: 40px;
    padding-top: 80px;
}

#faq h3 {
    margin-bottom: 50px;
    text-align: center;
}

#faq article {
    width: 840px;
    padding-bottom: 30px;
    margin: 0 auto 30px;
    border-bottom: 1px #fbdddf solid;
}

#faq .q {
    color: #ea545d;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-left: 40px;
    margin-bottom: 10px;
}

#faq .q:before {
    content: url(../img/faq_q.png);
    margin-right: 10px;
    vertical-align: -7px;
    margin-left: -40px;
}

#faq .a {
    color: #4e4743;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-left: 40px;
}

#faq .a:before {
    content: url(../img/faq_a.png);
    margin-right: 10px;
    vertical-align: -7px;
    margin-left: -40px;
}

/* ----------------------------------------------- SP ---------- */

@media screen and (max-width: 750px) {
    #faq nav.subnav {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #faq nav.subnav li {
        display: block;
        padding: 10px 0;
        border-bottom: 1px dotted #ea545d;
        font-size: 1.4rem;
        margin-right: 0;
    }

    #faq nav.subnav li:last-child {
        margin-right: 0;
    }

    #faq nav.subnav li a:hover {
        text-decoration: underline;
        color: #ea545d;
    }

    #faq nav.subnav li span {
        color: #ea545d;
    }

    #faq > section {
        padding: 0;
    }

    #faq section {
        margin-bottom: 0;
    }

    #faq .wrap section {
        width: 90%;
        margin: 0 auto -80px;
        padding-top: 120px;
    }

    #faq h3 {
        margin-bottom: 40px;
    }

    #faq h3 img {
        height: 22px;
        width: auto;
    }

    #faq article {
        width: 100%;
    }
}

/* ------------------------------------------------------------お知らせ news */

#news .wrap,
#news_detail .wrap {
    padding-top: 100px;
}

#news footer .wrap,
#news_detail footer .wrap {
    padding-top: 0;
}

#news .wrap:after,
#news_detail .wrap:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#news #news_main,
#news_detail #news_main {
    width: 720px;
    float: left;
    margin-left: 50px;
}

#news #news_side,
#news_detail #news_side {
    width: 240px;
    float: right;
    margin-right: 50px;
}

#news_main .date {
    width: 90px;
    font-size: 1.4rem;
    color: #ea545d;
    float: left;
    text-align: left;
}

#news_main .cat {
    width: 110px;
    font-size: 1.1rem;
    color: #fff;
    padding: 1px 0;
    float: left;
    text-align: center;
    margin-right: 20px;
}

#news_main .news_gernal {
    background-color: #72b2e4;
}

#news_main .news_campaign {
    background-color: #63a66f;
}

#news_main .news_etc {
    background-color: #edd248;
}

#news_main .news_cat_none {
    background-color: #ccc;
}

#news_main .title {
    width: 500px;
    font-size: 1.8rem;
    float: left;
    text-align: left;
    text-decoration: underline;
}

#news_main article {
    margin-bottom: 40px;
}

#news_main article:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

a:hover article .title {
    color: #ea545d;
}

a:hover article {
    opacity: 0.8;
}

#news_side {
    width: 240px;
    float: right;
    margin-right: 50px;
}

#news_side h4 {
    color: #ea545d;
    font-size: 1.6rem;
    line-height: 2.0rem;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #f5cbcd;
    font-weight: normal;
}

#news_side h4 span {
    display: block;
    font-size: 1.0rem;
}

#news_side .news_cat {
    margin-bottom: 80px;
}

#news_side .news_cat li,
#news_side .news_archives li {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

#news_side .news_cat li span,
#news_side .news_archives li span {
    font-size: 1.2rem;
    color: #ea545d;
    font-weight: bold;
}

#news_detail #news_main img {
    max-width: 100%;
    height: auto;
}

#news_detail #news_main .photo {
    margin-bottom: 40px;
}

#news_detail #news_main .date {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}

#news_detail #news_main .title {
    width: 100%;
    font-size: 2.6rem;
    line-height: 1.8em;
    float: none;
    text-decoration: none;
    margin-bottom: 20px;
}

#news_detail #news_main .content {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: justify;
    margin-bottom: 20px;
}

#news_detail article {
    margin-bottom: 80px;
}

#news_detail .btn {
    text-align: center;
}

/* ----------------------------------------------- SP ---------- */
@media screen and (max-width: 750px) {

    #news,
    #news_detail {
        width: 96%;
        margin: 0 auto;
    }

    #news .wrap,
    #news_detail .wrap {
        padding-top: 60px;
    }


    #news #news_main,
    #news_detail #news_main {
        width: 90%;
        float: none;
        margin: 0 auto 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ea545d;
    }

    #news #news_side,
    #news_detail #news_side {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    #news_main .date {
        width: 90px;
        font-size: 1.4rem;
        color: #ea545d;
        float: left;
        text-align: left;
    }

    #news_main .cat {
        width: 110px;
        font-size: 1.1rem;
        color: #fff;
        padding: 1px 0;
        float: left;
        text-align: center;
        margin-right: 20px;
    }

    #news_main .btn img {
        width: 70%;
    }

    #news_main .title {
        clear: both;
        padding-top: 10px;
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.8em;
        float: none;
    }


    #news_side h4 {
        font-size: 1.6rem;
        line-height: 2.0rem;
        margin: 0 0 20px;
        padding-bottom: 12px;
        border-bottom: 1px dotted #f5cbcd;
        font-weight: normal;
    }

    #news_side h4 span {
        display: block;
        font-size: 1.0rem;
    }

    #news_side .news_cat {
        margin-bottom: 80px;
    }

    #news_side .news_cat li,
    #news_side .news_archives li {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    #news_detail #news_main .photo {
        margin-bottom: 40px;
    }

    #news_detail #news_main .date {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    #news_detail #news_main .title {
        font-size: 2.2rem;
        line-height: 1.8em;
    }

    #news_detail #news_main .content {
        font-size: 1.4rem;
        line-height: 2.8rem;
    }


}

/* ------------------------------------------------------------法人のお客様へ corporation */
#corporation p.intro {
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 40px;
}

#corporation section {
    width: 840px;
    margin: 0 auto 60px;
}

#corporation section:after {
    clear: both;
    font-size: 0;
    display: block;
    content: '';
}

#corporation section .photo {
    width: 380px;
    float: left;
}

#corporation section .photo img {
    width: 380px;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

#corporation section .txt {
    width: 400px;
    float: right;
}

#corporation section .icon {
    margin-bottom: 10px;
}

#corporation section .title {
    color: #ea545d;
    font-size: 2.6rem;
    margin-bottom: 20px;
}

#corporation section .detail {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

#corporation section.info {
    width: 1000px;
    margin: 0 auto 60px;
    background: #fef5f5;
    padding: 50px 0;
    text-align: center;
}

#corporation section.info p {
    font-size: 2.0rem;
    line-height: 3.4rem;
    margin-bottom: 20px;
}

#corporation section.info .tel {
    color: #ea545d;
    font-size: 4.2rem;
    margin-bottom: 0;
}

#corporation section.info .tel span {
    font-size: 1.8rem;
    margin-right: 10px;
}

#corporation section.info .detail {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

#corporation section.info .detail span {
    color: #ea545d;
    margin-right: 10px;
}

/* ----------------------------------------------- SP ---------- */

@media screen and (max-width: 750px) {
    #corporation p.intro {
        text-align: center;
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-bottom: 40px;
    }

    #corporation section {
        width: 90%;
    }

    #corporation > section {
        margin: 0;
    }

    #corporation section .photo {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    #corporation section .photo img {
        width: 100%;
        height: 60vw;
    }

    #corporation section .txt {
        width: 100%;
        float: none;
        text-align: justify;
    }

    #corporation section.info {
        width: 100%;
        padding: 30px 0;
        margin-bottom: 0;
    }

    #corporation section.info p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    #corporation section.info .tel {
        color: #ea545d;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    #corporation section.info .tel span {
        font-size: 1.8rem;
        margin-right: 10px;
    }

    #corporation section.info .detail {
        line-height: 1.5em;
    }

    #corporation section.info .detail span {
        color: #ea545d;
        margin-right: 10px;
    }

    #corporation section.info .btn img {
        width: 70%;
        height: auto;
    }

}

/* ------------------------------------------------------------会社概要 company */

#company {}

#company .main_photo {
    width: 1000px;
    margin: 0 auto 120px;
    position: relative;
}

#company .main_photo .car {
    position: absolute;
    bottom: -90px;
    left: 20px;
}

#company .outline {
    width: 860px;
    margin: 0 auto 80px;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

#company .outline dl {
    width: 100%;
}

#company .outline dt {
    color: #ea545d;
    width: 120px;
    padding-left: 10px;
    float: left;
}

#company .outline dd {
    width: 100%;
    padding-left: 120px;
    margin-left: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #e2e2e2;
}

#company .company01,
#company .company02,
#company .company03,
#company .company04 {
    width: 860px;
    margin: 0 auto 80px;
    padding: 30px 50px 50px;
    background: #fef5f5;
    border-radius: 20px;
}

#company .company01 h3,
#company .company02 h3,
#company .company03 h3,
#company .company04 h3 {
    text-align: center;
    color: #ea545d;
    font-size: 2.4rem;
    font-weight: normal;
    height: 30px;
    background-image: url(../img/company_h3_bg.png);
    background-repeat: repeat-x;
    background-position: top;
}

#company .company01 h3 span,
#company .company02 h3 span,
#company .company03 h3 span,
#company .company04 h3 span {
    background: #fef5f5;
    padding: 0 30px;
}

#company .company01 p,
#company .company02 p,
#company .company03 p,
#company .company04 p {
    font-size: 1.8rem;
    line-height: 3.8rem;
}

#company .company02 p,
#company .company04 p {
    text-align: center;
}

#company .map {
    width: 1000px;
    margin: 0 auto;
}

#company .map h3 {
    color: #ea545d;
    text-align: center;
    font-size: 3.0rem;
    font-weight: normal;
}

#company .map h3 span {
    color: #533931;
    text-align: center;
    display: block;
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ----------------------------------------------- SP ---------- */

@media screen and (max-width: 750px) {
    #company .wrap section {
        width: 90%;
        margin: 0 auto;
    }

    #company .main_photo {
        width: 100%;
        margin-bottom: 40px;
    }

    #company .main_photo img {
        width: 100%;
        height: auto;
    }

    #company .main_photo .car {
        width: 40%;
        height: auto;
        position: absolute;
        bottom: -20px;
        left: 10px;
    }

    #company .outline {
        width: 100%;
        margin: 0 auto 80px;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    #company .outline dl {
        width: 100%;
    }

    #company .outline dt {
        width: 80px;
        padding-left: 0;
    }

    #company .outline dd {
        width: 100%;
        padding-left: 80px;
    }

    #company .wrap .company01,
    #company .wrap .company02,
    #company .wrap .company03,
    #company .wrap .company04 {
        margin: 0 auto 40px;
        padding: 20px;
    }

    #company .company01 h3,
    #company .company02 h3,
    #company .company03 h3,
    #company .company04 h3 {
        font-size: 2.4rem;
        line-height: 3.8rem;
        font-weight: normal;
        height: auto;
        background-image: none;
        margin-bottom: 20px;
        margin-top: 0;
    }

    #company .company01 h3 span,
    #company .company02 h3 span,
    #company .company03 h3 span,
    #company .company04 h3 span {
        padding: 0;
    }

    #company .company01 p,
    #company .company02 p,
    #company .company03 p,
    #company .company04 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    #company .company02 p,
    #company .company04 p {
        text-align: center;
    }

    #company .map {
        width: 100%;
    }

    #company .map h3 {
        font-size: 2.4rem;
    }

    #company .map h3 span {
        font-size: 1.4rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* ------------------------------------------------------------お客様の声 voice */

#voice section {
    width: 1000px;
    margin: 0 auto;
}

#voice article {
    margin-bottom: 80px;
}

#voice article:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#voice article div.txt {
    width: 500px;
    float: left;
}

#voice article div.txt .title {
    font-size: 2.6rem;
    line-height: 4.0rem;
    color: #ea545d;
    margin-bottom: 20px;
}

#voice article div.txt .address {
    font-size: 1.8rem;
    color: #ea545d;
    margin-bottom: 20px;
    text-align: right;
}

#voice article div.txt .content {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
}

#voice article div.txt .detail {
    font-size: 1.6rem;
    color: #ea545d;
    line-height: 2.8rem;
}

#voice article div.txt .detail span {
    font-size: 1.4rem;
    height: 30px;
    background: #fef5f5;
    border-radius: 15px;
    padding: 4px 20px;
    margin-right: 10px;
}

#voice article div.letter {
    width: 460px;
    height: 350px;
    overflow: hidden;
    background-image: url(../img/voice_letter.png);
    float: right;
    text-align: center;
    position: relative;
    padding: 20px;
}

#voice article div.letter .stamp {
    width: 140px;
    height: 91px;
    position: absolute;
    top: 30px;
    left: 30px;
}

#voice article div.letter .stamp img {
    width: 140px;
    height: 91px;
    object-fit: none;
}

#voice article div.letter img {
    width: 420px;
    height: 310px;
    object-fit: contain;
    object-position: center bottom;
}

/* ----------------------------------------------- SP ---------- */

@media screen and (max-width: 750px) {
    #voice section {
        width: 100%;
    }

    #voice .wrap section {
        width: 90%;
    }

    #voice article {
        margin-bottom: 80px;
    }

    #voice article:after {
        content: '';
        clear: both;
        display: block;
        font-size: 0;
    }

    #voice article div.txt {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    #voice article div.txt .title {
        font-size: 2.0rem;
        line-height: 3.0rem;
        color: #ea545d;
        margin-bottom: 10px;
    }

    #voice article div.txt .address {
        font-size: 1.4rem;
        color: #ea545d;
        margin-bottom: 10px;
        text-align: right;
    }

    #voice article div.txt .content {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-bottom: 20px;
    }

    #voice article div.txt .detail {
        font-size: 1.6rem;
        color: #ea545d;
        line-height: 2.8rem;
    }

    #voice article div.txt .detail span {
        font-size: 1.4rem;
        height: 30px;
        background: #fef5f5;
        border-radius: 15px;
        padding: 4px 20px;
        margin-right: 10px;
    }

    #voice article div.letter {
        width: 100%;
        height: 65.4vw;
        float: none;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #voice article div.letter .stamp {
        width: 140px;
        height: 91px;
        position: absolute;
        top: 30px;
        left: 30px;
    }

    #voice article div.letter .stamp img {
        width: 140px;
        height: 91px;
        object-fit: none;
    }

    #voice article div.letter img {
        width: 100%;
        height: 57.5vw;
    }
}

/* ------------------------------------------------------------おそうじ無料診断 shindan */
#shindan .intro {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 50px;
    text-align: center;
}

#shindan .catch {
    width: 100%;
    height: 124px;
    background-image: url(../img/shindan_catch_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 2.8rem;
    line-height: 4.8rem;
    color: #ea545d;
    text-align: center;
    margin-bottom: 40px;
}

#shindan section {
    width: 1000px;
    margin: 0 auto;
}

#shindan section:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#shindan article {
    width: 480px;
    float: left;
    margin-right: 40px;
    margin-bottom: 60px;
}

#shindan article:nth-child(2n) {
    margin-right: 0;
}

#shindan article h3 {
    text-align: center;
    margin-bottom: 20px;
}

#shindan article div {
    background: #fef5f5;
    padding: 40px;
    border-radius: 20px;
}

#shindan article ul {
    margin-bottom: 60px;
}

/*チェックボックス*/
#shindan input[type="checkbox"] {
    display: none;
}

#shindan input[type="checkbox"] + label {
    display: block;
    cursor: pointer;
    float: right;
}

#shindan input[type="checkbox"] + label::before {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    content: "\2713";
    color: transparent;
    padding: 0;
    border: 2px solid #666;
    background: #fff;
    margin: 8px 0 0 0;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#shindan input[type="checkbox"] + label:hover {
    color: #808080;
}

#shindan input[type="checkbox"] + label:hover::before {
    background-color: #fff;
}

#shindan input[type="checkbox"]:checked + label {
    color: #ea545d;
}

#shindan input[type="checkbox"]:checked + label::before {
    font-size: 25px;
    background: #fff !important;
    border-color: #ea545d !important;
    color: #ea545d !important;
}


/*ここまでチェックボックス*/



#shindan article li {
    width: 400px;
    padding: 0 40px 0 70px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    height: 50px;
    margin-bottom: 20px;
    display: block;
}

#shindan article li:before {
    content: url(../img/shindan_icon.png);
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    margin-left: -70px;
}

#shindan article .btn {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}

/* ----------------------------------------------- SP ---------- */

@media screen and (max-width: 750px) {
    #shindan section {
        width: 100%;
        margin: 0;
    }

    #shindan .wrap section {
        width: 90%;
        margin: 0 auto;
    }

    #shindan .intro {
        font-size: 1.4rem;
        line-height: 2.8rem;
    }

    #shindan .catch {
        width: 100%;
        background-image: none;
        font-size: 2.4rem;
        line-height: 4.0rem;
        margin-bottom: 40px;
    }

    #shindan .wrap section {
        width: 90%;
        margin: 0 auto;
    }

    #shindan section:after {
        content: '';
        clear: both;
        display: block;
        font-size: 0;
    }

    #shindan article {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }

    #shindan article div {
        padding: 20px;
    }

    #shindan article ul {
        margin-bottom: 40px;
    }

    #shindan article li {
        width: 100%;
        padding: 0 40px 0 60px;
        font-size: 1.4rem;
        line-height: 2.0rem;
        min-height: 50px;
        height: auto;
        margin-bottom: 20px;
    }

    #shindan article li:before {
        content: url(../img/shindan_icon.png);
        height: 30px;
        width: 30px;
        display: block;
        float: left;
        margin-left: -60px;
    }

    #shindan article .btn {
        text-align: center;
        margin-bottom: 0;
        padding: 0;
    }

    #shindan article h3 img {
        height: 40px;
        width: auto;
    }
}

/* ------------------------------------------------------------プライバシー privacy */

#privacy p.intro {
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 40px;
}

#privacy section {
    width: 840px;
    margin: 0 auto 60px;
}

#privacy section p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

#privacy section p.title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#privacy section p.sign {
    text-align: right;
    margin-bottom: 10px;
}

#privacy section h3 {
    font-size: 2.2rem;
    color: #ea545d;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ea545d;
    border-bottom: 1px solid #ea545d;
    margin-bottom: 40px;
    font-weight: normal;
}

/* ----------------------------------------------- SP ---------- */

@media screen and (max-width: 750px) {
    #privacy p.intro {
        text-align: center;
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-bottom: 40px;
    }

    #privacy section {
        width: 100%;
        margin: 0;
    }

    #privacy .wrap section {
        width: 90%;
        margin: 0 auto 40px;
    }

    #privacy section p {
        text-align: justify;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    #privacy section h3 {
        font-size: 2.0rem;
        line-height: 1.5em;
        padding: 20px 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

/* ------------------------------------------------------------お問い合わせ contact */

#contact p.intro {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: center;
    margin-bottom: 40px;
}

#contact p.intro a {
    color: #ea545d;
    text-decoration: underline;
}

#contact section.info {
    width: 1000px;
    margin: 0 auto 60px;
    background: #fef5f5;
    padding: 30px 0;
    text-align: center;
}

#contact section.info p {
    font-size: 2.0rem;
    line-height: 3.4rem;
    margin-bottom: 20px;
}

#contact section.info .tel {
    color: #ea545d;
    font-size: 4.2rem;
    margin-bottom: 0;
}

#contact section.info .tel span {
    font-size: 1.8rem;
    margin-right: 10px;
}

#contact section.info .detail {
    font-size: 1.2rem;
    margin-bottom: 0;
}

#contact section.info .detail span {
    color: #ea545d;
    margin-right: 10px;
}

#contact section.form {
    width: 800px;
    margin: 0 auto;
}

#contact section.form > p {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 40px;
    border-bottom: #fbdddf 1px solid;

}

#contact section.form dl {
    border-bottom: #fbdddf 1px solid;
    padding: 20px 0;
    margin: 0;
}

#contact section.form dl:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#contact section.form dt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 200px;
    text-align: right;
    float: left;
}

#contact section.form dt span {
    color: #ea545d;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

#contact section.form dd {
    float: right;
    width: 560px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-right: 20px;
}

#contact section.form input[type="text"],
#contact section.form input[type="email"],
#contact section.form input[type="tel"] {
    font-size: 1.4rem;
    line-height: 1.8em;
    padding: 10px;
    border-radius: 4px;
    border: 1px #d5d5d5 solid;
    background: #f4f4f4;
    width: 100%;
}

#contact section.form .zip input[type="text"] {
    width: 40%;
}

#contact section.form textarea {
    font-size: 1.4rem;
    line-height: 1.8em;
    padding: 10px;
    border-radius: 4px;
    border: 1px #d5d5d5 solid;
    background: #f4f4f4;
    width: 100%;
    height: 200px;
}

#contact ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

#contact :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

#contact ::placeholder {
    /* Others */
    color: #999;
}

#contact section.form #submit {
    text-align: center;
    padding-top: 40px;
}

#contact section.form .submit_btn {
    border: 0px;
    width: 265px;
    height: 54px;
    background: url(../img/contact_btn_send.png) center top no-repeat;
}

#contact section.form .submit_btn:hover {
    cursor: pointer;
}

/* -------------------------------------------------------------SP */
@media screen and (max-width: 750px) {

    #contact p.intro {
        width: 90%;
        margin: 0 auto 40px;
        font-size: 1.6rem;
        line-height: 3.2rem;
    }

    #contact section.info {
        width: 100%;
        padding: 20px 0;
    }

    #contact section.info p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    #contact section.info .tel {
        color: #ea545d;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    #contact section.info .tel span {
        font-size: 1.8rem;
        margin-right: 10px;
    }

    #contact section.info .detail {
        line-height: 1.5em;
    }

    #contact section.info .detail span {
        color: #ea545d;
        margin-right: 10px;
    }

    #contact section.form {
        width: 90%;
        margin: 0 auto;
    }

    #contact section.form > p {
        font-size: 1.4rem;
    }

    #contact section.form dt {
        font-size: 1.4rem;
        line-height: 2.4rem;
        width: 100%;
        text-align: left;
        float: none;
        margin-bottom: 10px;
    }

    #contact section.form dd {
        float: none;
        width: 100%;
        font-size: 1.4rem;
        line-height: 2.4rem;
        padding-right: 0;
        margin-left: 0;
        padding-left: 0;
    }

    #contact section.form .wpcf7-list-item {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #d5d5d5;
        padding: 10px;
        border-radius: 4px;
        margin-left: 0;
    }

    #contact section.form input[type="text"],
    #contact section.form input[type="email"],
    #contact section.form input[type="tel"] {
        font-size: 1.4rem;
        line-height: 1.8em;
        padding: 10px;
        border-radius: 4px;
        border: 1px #d5d5d5 solid;
        background: #f4f4f4;
        width: 100%;
    }

    #contact section.form .zip input[type="text"] {
        width: 40%;
    }

    #contact section.form textarea {
        font-size: 1.4rem;
        line-height: 1.8em;
        padding: 10px;
        border-radius: 4px;
        border: 1px #d5d5d5 solid;
        background: #f4f4f4;
        width: 100%;
        height: 200px;
    }

    #contact ::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #999;
    }

    #contact :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }

    #contact ::placeholder {
        /* Others */
        color: #999;
    }

    #contact section.form #submit {
        text-align: center;
        padding-top: 40px;
    }

    #contact section.form .submit_btn {
        border: 0px;
        width: 185px;
        height: 38px;
        background: url(../img/contact_btn_send.png) center top no-repeat;
        background-size: contain;
    }

    #contact section.form .submit_btn:hover {
        cursor: pointer;
    }
}

/* ------------------------------------------------------------サイトマップ sitemap */

#sitemap .wrap section {
    width: 840px;
    margin: 0 auto 60px;
}

#sitemap .wrap section ul {
    width: 100%;
}

#sitemap .wrap section li {
    font-size: 1.6rem;
    border-bottom: #fbdddf 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* -------------------------------------------------------------SP */
@media screen and (max-width: 750px) {
    #sitemap .wrap section {
        width: 90%;
    }
}
