@charset "utf-8";

.only_smart,
.only_smart_i,
.only_smart_f {
    display: none !important;
}

@media screen and (max-width: 480px) {
    .only_pc {
        display: none !important;
    }

    .only_smart {
        display: block !important;
    }

    .only_smart_i {
        display: inline-block !important;
    }

    .only_smart_f {
        display: -webkit-flex !important;
        display: flex !important;
    }
}

/* 色関係 */
.bg_gray1 {
    background-color: #fafafa;
}

.bg_gray2 {
    background-color: #eaf0f8;
}

/* 書式 */
.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_bold {
    font-weight: bold;
}

/*　既存cssのカスタマイズ　*/
.wrap {
    padding: 0 1% !important;
    margin-bottom: 16px;
}

/* main */
main {
    font: 18px "Helvetica Neue", Helvetica, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif', 'FontAwesome';
    text-align: center;
    color: #333333;
}

main>h2 {
    /* margin:0 0 8px; */
    padding: 8px 0 8px;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    background: url(../img/bg_h2_smp.gif) repeat-x;
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 8px;
}

main>h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 3px;
}

main .building_mv {
    padding: 45px 0;
    background: url(../img/h1_bg.png)no-repeat center center;
    background-size: cover;
    width: 100vw;
    margin: 0 calc(50% - 50vw);

}

main img {
    max-width: 100%;
}

main ul,
main ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

main a {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

main a:hover {
    opacity: 0.6;
}

@media screen and (max-width:480px) {
    main {
        font-size: 13px;
    }

    main>h2 {
        /* margin: 0 0 6px; */
        padding: 10px 0 11px;
        font-size: 16px;
        background: url(../img/bg_h2_smp.gif) repeat-x;
        border-radius: 0;
        position: static;
    }

    main>h2:after {
        content: none;
    }

    main .building_mv {
        padding: 0;
        background-image: none;
    }
}


/* .cont */
.cont {
    width: 980px;
    margin: auto;
    padding: 0 0 70px;
}

.cont .inner {
    padding: 1.5% 0 0;
}

.cont h2 {
    padding: 0.3em 0.5em 0.2em;
    font-size: 30px;
    text-align: left;
    color: #30569d;
    background: url(../img/h2_bg.png);
    border: 1px solid #d8d8d9;
    border-radius: 0.2em 0.2em 0 0;
}

@media screen and (max-width:480px) {
    .cont {
        width: 100%;
        padding: 5% 0 3%;
    }

    .cont .inner {
        padding: 3% 3% 0 !important;
    }

    .cont h2 {
        padding: 1em 3% 0.9em;
        font-size: 16px;
        background: url(../img/h2_bg.png);
        background-size: 40px auto;
        border: none;
        border-radius: 0;
    }
}


/* .cta */
.cta {
    padding: 70px 0;
    display: -webkit-flex;
    display: flex;
}

.cta div {
    width: 50%;
    padding: 0 0 30px;
}

.cta div dt {
    font-size: 24px;
    font-weight: bold !important;
}

.cta div dt img {
    display: block;
    margin: 0 auto -6%;
    transform: translateY(-50%);
}

.cta div dd span {
    margin-top: 1em;
    display: block;
    font-size: 14px;
}

@media screen and (max-width:480px) {
    .cta {
        display: none;
    }
}



/* #cont1 */
#cont1 {}

#cont1 .inner p {
    line-height: 2;
    text-align: left;
}

#cont1 figure {
    margin-top: 30px;
}

@media screen and (max-width:480px) {
    #cont1 figure {
        margin-top: 3%;
    }
}


/* #cont2 */
#cont2 {}


/* #cont3 */

#cont3 .inner>section {
    padding: 20px 0 0;
}

#cont3 .inner>section h3 {
    padding: 1em 0;
    font-size: 24px;
    color: #133f79;
    border-top: 1px solid;
    border-bottom: 1px solid;
    position: relative;
}

#cont3 .inner>section h3>span {
    display: block;
    width: 5.5em;
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#cont3 .inner>section h3>span:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
    background-color: #32579e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

#cont3 .inner>section h3>span span {
    display: block;
    font-size: 28px;
}

#cont3 .inner>section .modal {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#cont3 .inner>section .modal li {
    width: 24.5%;
    margin-top: 1%;
}

#cont3 .inner>section .modal li a {
    display: block;
    position: relative;
}

#cont3 .inner>section .modal li a:after {
    content: '';
    display: block;
    width: 30px;
    padding-top: 30px;
    background: url(../img/cont3_icon.png)no-repeat center top;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

#cont3 .inner>section section {
    padding: 3% 0;
}

#cont3 .inner>section section h4 {
    line-height: 1.3;
    padding: 0.1em 0 0 0.5em;
    font-size: 24px;
    text-align: left;
    border-left: 4px solid #32579e;
}

#cont3 .inner>section section .device {
    margin-top: 1.5%;
    border-top: 1px solid #bbbbbb;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#cont3 .inner>section section .device div {
    width: 48%;
}

#cont3 .inner>section section .device div dt {
    padding-top: 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

#cont3 .inner>section section .device div dt span {
    line-height: 1.5;
    padding: 1em 0;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid;
}

#cont3 .inner>section section .device div dt span.line_five {
    min-height: 9.5em;
}

#cont3 .inner>section section .device div dd {
    padding: 5% 0;
}

#cont3 .inner>section section .device div dd img {
    width: 380px;
}

.inner .voice section h3 {
    position: relative;
    background: none;
    display: block;
    color: inherit;
    padding: auto;
    -webkit-border-top-left-radius: auto;
    -webkit-border-top-right-radius: auto;
    -moz-border-radius-topleft: auto;
    -moz-border-radius-topright: auto;
    border-top-left-radius: auto;
    border-top-right-radius: auto;
    height: auto;
}

#cont3 .inner>section section .voice {
    margin-top: 1.5%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#cont3 .inner>section section .voice li {
    width: 50%;
    padding: 3% 3% 5%;
}

#cont3 .inner>section section .voice li h5 {
    font-size: 30px;
}

#cont3 .inner>section section .voice li h5 img {
    display: block;
    margin: 0 auto 0.5em;
}

#cont3 .inner>section section .voice li p {
    line-height: 2;
    margin-top: 1.5em;
    text-align: left;
}


@media screen and (max-width:480px) {
    #cont3 {
        padding-bottom: 3%;
    }

    #cont3 .inner>section {
        padding: 3% 0 0;
    }

    #cont3 .inner>section h3 {
        line-height: 1.3;
        padding: 0.3em 0;
        font-size: 3.5vw;
    }

    #cont3 .inner>section h3>span {
        font-size: 2.5vw;
        top: 50%;
        transform: translateY(-50%);
    }

    #cont3 .inner>section h3>span span {
        font-size: 4.5vw;
    }

    #cont3 .inner>section .modal {
        margin-top: 3%;
    }

    #cont3 .inner>section .modal li {
        width: 49%;
        margin-top: 2%;
    }

    #cont3 .inner>section .modal li a:after {
        content: '';
        display: block;
        width: 12%;
        padding-top: 12%;
        background-size: 100% auto;
        right: 5%;
        bottom: 5%;
    }

    #cont3 .inner>section section {
        padding: 5% 0 3%;
    }

    #cont3 .inner>section section h4 {
        line-height: 2;
        font-size: 4vw;
        border: none;
        background-color: #f7f7f7;
    }

    #cont3 .inner>section section .device {
        margin-top: 1%;
        display: block;
        border: none;
    }

    #cont3 .inner>section section .device div {
        width: auto;
    }

    #cont3 .inner>section section .device div dt {
        font-size: 3.8vw;
    }

    #cont3 .inner>section section .device div dt span {
        font-size: 3.8vw;
    }

    #cont3 .inner>section section .device div dt span.line_five {
        min-height: auto;
    }

    #cont3 .inner>section section .device div dd {
        padding: 0 0 5%;
    }

    #cont3 .inner>section section .device div dd img {
        width: auto;
    }

    #cont3 .inner>section section .voice {
        display: block;
    }

    #cont3 .inner>section section .voice li {
        width: auto;

        padding: 3% 3% 5%;
    }

    #cont3 .inner>section section .voice li h5 {
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    #cont3 .inner>section section .voice li h5 img {
        margin: 0 0.8em 0 0;
    }

    #cont3 .inner>section section .voice li p {
        line-height: 1.9;
        margin-top: 0.5em;
    }
}


/* #cont4 */
#cont4 {}

#cont4 .inner>section {
    padding: 30px 0 0;
}

#cont4 .inner>section h3 {
    min-height: 5em;
    line-height: 1.2;
    padding: 1.2em 0;
    box-sizing: border-box;
    font-size: 30px;
    border-top: 1px solid #133f79;
    border-bottom: 1px solid #133f79;
    background-color: #f4f7fb;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

#cont4 .inner>section h3>span {
    display: block;
    width: 5.2em;
    line-height: 1;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

#cont4 .inner>section h3>span:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
    background-color: #32579e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

#cont4 .inner>section h3>span span {
    display: block;
    font-size: 28px;
}

#cont4 .inner>section .merit {
    padding: 4% 1%;
    display: -webkit-flex;
    display: flex;
}

#cont4 .inner>section .merit div {
    width: 50%;
    padding: 0 3%;
}

#cont4 .inner>section .merit div dt {
    line-height: 2;
    border-bottom: 1px solid;
}

#cont4 .inner>section .merit div:last-child dt {
    font-weight: bold;
    color: #133f79;
    border-bottom: 3px solid;
}

#cont4 .inner>section .merit div dd {
    padding-top: 20px;
}

@media screen and (max-width:480px) {
    #cont4 .inner>section {
        padding: 3% 0 0;
    }

    #cont4 .inner>section h3 {
        min-height: auto;
        padding: 0.3em 0;
        font-size: 3.5vw;
        position: relative;
    }

    #cont4 .inner>section h3>span {
        font-size: 2.5vw;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #cont4 .inner>section h3>span span {
        font-size: 4.5vw;
    }

    #cont4 .inner>section .merit {
        padding: 0;
        display: block;
    }

    #cont4 .inner>section .merit div {
        width: auto;
        padding: 3% 0;
    }

    #cont4 .inner>section .merit div dt {
        font-size: 3.5vw;
        font-weight: bold;
    }

    #cont4 .inner>section .merit div dd {
        padding-top: 5%;
    }
}


/* #cont5 */
#cont5 {}

#cont5 .inner .accordion>div {
    margin-top: 20px;
    font-weight: bold;
    text-align: left;
}

#cont5 .inner .accordion>div dt {
    padding: 0.3em 0;
    border: 1px solid #32579e;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

#cont5 .inner .accordion>div dt p {
    width: calc(100% - 170px);
    line-height: 2;
    padding: 0 1em;
    border-left: 1px solid #32579e;
}

#cont5 .inner .accordion>div dt:before {
    content: 'Q';
    display: block;
    width: 85px;
    font-size: 40px;
    font-weight: normal;
    color: #32579e;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#cont5 .inner .accordion>div dt:after {
    content: '＋';
    display: block;
    width: 85px;
    font-size: 40px;
    font-weight: normal;
    color: #32579e;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#cont5 .inner .accordion>div dt.close:after {
    content: '－';
}

#cont5 .inner .accordion>div dd {
    padding: 2em 0;
    background-color: #fafafa;
    display: none;
}

#cont5 .inner .accordion>div dd div {
    display: -webkit-flex;
    display: flex;
}

#cont5 .inner .accordion>div dd div p {
    width: calc(100% - 85px);
    line-height: 2;
    padding: 0 1em;
    color: #32579e;
    border-left: 1px solid #32579e;
}

#cont5 .inner .accordion>div dd div:before {
    content: 'A';
    display: block;
    width: 85px;
    padding-top: 0.3em;
    font-size: 40px;
    font-weight: normal;
    color: #32579e;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

#cont5 .inner .accordion>div dd div p img {
    margin-top: 1em;
}

@media screen and (max-width:480px) {
    #cont5 .inner .accordion>div {
        margin-top: 10px;
    }

    #cont5 .inner .accordion>div dt {
        padding: 0.5em 0;
    }

    #cont5 .inner .accordion>div dt p {
        width: calc(100% - 60px);
        line-height: 1.8;
        font-size: 14px;
        padding: 0 0.5em;
        border-left: 1px solid #32579e;
    }

    #cont5 .inner .accordion>div dt:before {
        width: 30px;
        font-size: 21px;
    }

    #cont5 .inner .accordion>div dt:after {
        width: 30px;
        font-size: 21px;
    }

    #cont5 .inner .accordion>div dd {
        padding: 0.5em 0;
    }

    #cont5 .inner .accordion>div dd div p {
        width: calc(100% - 30px);
        font-size: 14px;
    }

    #cont5 .inner .accordion>div dd div:before {
        width: 30px;
        padding-top: 0.3em;
        font-size: 21px;
    }
}


/* #cont6 */
#cont6 {
    padding-top: 50px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

#cont6 .voice {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#cont6 .voice>li {
    width: 300px;
    margin-top: 15px;
    padding-bottom: 20%;
    background-color: #fff;
    position: relative;
}

#cont6 .voice>li section {
    padding: 25px;
    text-align: left;
}

#cont6 .voice>li section h3 {
    line-height: 1.3;
    font-size: 22px;
    color: #32579e;
}

#cont6 .voice>li section .star {
    margin: 0.5em 0;
    display: -webkit-flex;
    display: flex;
}

#cont6 .voice>li section .star li {
    font-size: 24px;
    color: #ffd633;
    position: reative;
}

#cont6 .voice>li section .star li.gray {
    color: #dddddd;
}

#cont6 .voice>li section p {
    font-size: 14px;
}

#cont6 .voice>li figure {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#cont6 a {
    display: block;
    width: 270px;
    line-height: 3;
    margin: 60px auto 0;
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #32579e;
    border-radius: 100px;
    position: relative;
}

#cont6 a:after {
    content: '';
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

#cont6 a:hover {
    text-decoration: none;
}

@media screen and (max-width:480px) {
    #cont6 {
        padding-top: 5%;
    }

    #cont6 .voice {
        display: block;
    }

    #cont6 .voice>li {
        width: auto;
        margin-top: 5%;
        padding-bottom: 0;
        position: static;
    }

    #cont6 .voice>li section {
        padding: 5%;
    }

    #cont6 .voice>li section h3 {
        font-size: 20px;
    }

    #cont6 .voice>li section .star li {
        font-size: 13px;
    }

    #cont6 .voice>li section p {
        font-size: 13px;
    }

    #cont6 .voice>li figure {
        position: static;
        bottom: auto;
    }

    #cont6 a {
        display: block;
        width: auto;
        line-height: 3.5;
        margin: 5% auto 0;
        font-size: 3.6vw;
    }
}


/* #cont7
#cont7 {
    padding-top: 70px;
}

#cont7 .inner .maker {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#cont7 .inner .maker li {
    width: 33.3%;
    margin: 0 -1px -1px 0;
}

#cont7 .inner .maker li a figure {
    position: relative;
}

#cont7 .inner .maker li a figure figcaption {
    width: 270px;
    line-height: 2.8;
    font-size: 16px;
    font-weight: bold;
    color: #32579e;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    bottom: 7%;
    transform: translateX(-50%);
}

#cont7 .inner .maker li a figure figcaption:after {
    content: '';
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width:480px) {
    #cont7 {
        padding-top: 7%;
    }

    #cont7 .inner .maker li {
        width: 50%;
    }

    #cont7 .inner .maker li a figure figcaption {
        width: 90%;
        font-size: 3.2vw;
        bottom: 5%;
    }
}
 */

/* #cont7 */
#cont7 {}

#cont7 .inner ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#cont7 .inner ol li {
    width: 25%;
    margin-top: 3%;
    padding: 0 1.5% 1.2%;
    box-sizing: border-box;
    position: relative;
}

#cont7 .inner ol li:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid #32579e;
    border-bottom: 2px solid #32579e;
    position: absolute;
    right: 0;
    top: 59%;
    transform: translateX(25%) rotate(-45deg);
}

#cont7 .inner ol li:nth-child(4n+4):after,
#cont7 .inner ol li:last-child:after {
    content: none;
}

#cont7 .inner ol li .step {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #32579e;
    border: 1px solid #b9c7db;
    border-radius: 100px;
}

#cont7 .inner ol li .step span {
    margin-left: 0.5em;
    font-size: 20px;
}

#cont7 .inner ol li figure {
    margin-top: 5%;
}

#cont7 .inner ol li figure figcaption {
    line-height: 1.3;
    margin-top: 12%;
    font-size: 14px;
    text-align: left;
}

#cont7 .inner ol li figure figcaption span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #32579e;
    text-align: center;
}

@media screen and (max-width:480px) {
    #cont7 .inner ol {
        display: block;
    }

    #cont7 .inner ol li {
        width: auto;
        padding: 7% 0 7%;
        position: relative;
        border-bottom: 1px solid #32579e;
    }

    #cont7 .inner ol li:nth-child(n+2) {
        margin-top: 9%;
    }

    #cont7 .inner ol li:after,
    #cont7 .inner ol li:nth-child(4n+4):after {
        content: '';
        display: block;
        width: 10%;
        height: auto;
        padding-top: 15%;
        background: url(../img/cont7_arrow_s.png)no-repeat center top;
        background-size: 100% auto;
        border: none;
        position: absolute;
        right: 50%;
        top: 100%;
        transform: translateX(50%);
        font-size: 90px;
    }

    #cont7 .inner ol li .step {
        width: 4.5em;
        line-height: 1;
        font-size: 3vw;
        display: block;
        border: none;
        position: absolute;
        left: 0;
        /* top: 50%; */
        transform: translateY(-50%);
    }

    #cont7 .inner ol li .step:before {
        content: '';
        width: 100%;
        padding-top: 100%;
        border: 1px solid #b9c7db;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #cont7 .inner ol li .step span {
        display: block;
        margin-left: 0;
        font-size: 7vw;
    }

    #cont7 .inner ol li figure {
        margin-top: 0;
        position: relative;
    }

    #cont7 .inner ol li figure img {
        width: 15%;
        position: absolute;
        left: calc(50% + 25%);
        /* top: 50%; */
        transform: translateY(-50%);
    }

    #cont7 .inner ol li figure figcaption {
        line-height: 1.3;
        margin: 0;
        font-size: 3vw;
    }

    #cont7 .inner ol li figure figcaption span {
        font-size: 5vw;
        margin-bottom: 20px;
    }
}


/* #cont9 */
#cont9 {}

#cont9 h3 {
    line-height: 1.1;
    padding: 1.4em 0;
    font-size: 30px;
    background: url(../img/cont9_h3_bg.png)no-repeat center center;
    background-size: cover;
}

#cont9 .inner {
    padding: 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#cont9 .inner figure {
    width: 50%;
}

#cont9 .inner dl {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}

#cont9 .inner dl div {
    padding: 0.5em 0;
    text-align: left;
    border-bottom: #b9c7db;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#cont9 .inner dl div:nth-child(n+2) {
    border-top: 1px solid #b9c7db;
}

#cont9 .inner dl div .w100 {
    width: 100%;
}

#cont9 .inner dl div dt {
    font-size: 16px;
    font-weight: bold;
}

#cont9 .inner dl div dd {
    margin-right: 0.5em;
}

#cont9 .inner dl div dd:before {
    content: '>';
    margin-right: 0.5em;
    color: #32579e;
}

#cont9 .inner dl div dd a {
    font-size: 14px;
    color: #32579e;
}

#cont9 .inner dl div dd a:hover {
    opacity: 1;
}

@media screen and (max-width:480px) {
    #cont9 h3 {
        padding: 2em 0;
        font-size: 4vw;
    }

    #cont9 .inner {
        padding: 0;
        display: block;
    }

    #cont9 .inner figure {
        width: auto;
    }

    #cont9 .inner dl {
        width: auto;
        padding: 5% 0;
    }

    #cont9 .inner dl div dt {
        font-size: 13px;
    }

    #cont9 .inner dl div dd a {
        font-size: 13px;
    }
}


/* .bottom_banner */
.bottom_banner .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom_banner .inner li {
    width: 24.5%;
    padding: 3px;
}

@media screen and (max-width:480px) {
    .bottom_banner .inner li {
        width: 49%;
        margin-top: 3%;
    }
}

/*サービスLP*/

main .repair_mv {
    padding: 80px 0;
    background: url(../img/repair_main3.png)no-repeat center center;
    background-size: cover;
    width: 100vw;
    margin: 0 calc(50% - 50vw);

}

.maker_box p  {
    margin-top: 20px;
}

.maker_box .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.maker_box .inner li {
    width: 15.5%;
    border: 1px solid #d8d8d9;
}

.box_2,.box_3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


.box_3 {
    margin-top: 20px;
}

.box_2 div {
    width: 49%;
}

.box_3 div {
    width: 33%;
}

.cont h3{
    background-color: #f9f9f9;
    color: #2159a3;
    margin: 20px 0px;
    padding: 10px;
    font-size: 22px;
}

#cont2,#cont3,#cont5,#cont6,#cont7 p {
    line-height: 2;
    text-align: left;
}

#cont3 p {
    margin-top: 20px;
}

#cont4 p {
    line-height: 2;
    text-align: left;
}

#cont5 p {
    line-height: 2;
}

#cont6 p {
    line-height: 2;
}

#cont7 {
    margin-top: 20px;
}

#cont7 span {
    text-align: center;
}

#cont8 p {
    line-height: 2;
    text-align: left;
}

#cont8 .inner  td {
    line-height: 2;
    text-align: left;
    padding: 20px 10px;
}

.f-big {
    font-size: 22px;
}

.w-65 {
    width: 65% !important;
}

.w-35 {
    width: 35% !important;
}

.repair_tb {
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
}

.repair_tb th {
    width: 30%;
}

@media screen and (max-width:480px) {


main .repair_mv {
    padding: 0px;
    background: none;
}

.maker_box .inner li {
    width: 49%;
    margin-top: 3%;
}

.box_2 div {
    width: 100%;
}

.box_3 div {
    width: 100%;
}

.w-65 {
    width: 100% !important;
}

.w-35 {
    width: 100% !important;
}

.f-big {
    font-size: 18px;
}

#cont4 p {
    margin-bottom: 20px;
}
}