@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_orange1 {
    background-color: #FFFAE6;
}

.bg_green1 {
    background-color: #F7FFFD;
}

/* 書式 */
.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: 28px;
    color: #454545;;
    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;
    height: 298px;
    margin: 0 calc(50% - 50vw);

}

.building_mv img{
    padding-top: 50px;
}

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;
        height:initial;
    }

    .building_mv img {
        padding-top: 0;
      }

}


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

.pb30{
  padding: 0 0!important;
}

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

.cont .inner2 {
    padding: 1.5% 2% 0;
}


.cont h2 {
    padding: 0.3em 0.5em 0.2em;
    font-size: 30px;
    text-align: left;
    color: #333;
    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 {
    padding-bottom: 0;
}

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

#cont3 .inner>section h3 {
    padding: 1em 0;
    font-size: 24px;
    color: #F17606;
    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: #F17606;
    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 #F17606;
}

#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: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#cont3 .inner>section section .voice li {
    width: 94%;
    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 #F17606;
    border-bottom: 1px solid #F17606;
    background-color: #FDEBDA;
    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: #F17606;
    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: #F17606;
    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 #F17606;
    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 #F17606;
}

#cont5 .inner .accordion>div dt:before {
    content: 'Q';
    display: block;
    width: 85px;
    font-size: 40px;
    font-weight: normal;
    color: #F17606;
    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: #F17606;
    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: #F17606;
    border-left: 1px solid #F17606;
}

#cont5 .inner .accordion>div dd div:before {
    content: 'A';
    display: block;
    width: 85px;
    padding-top: 0.3em;
    font-size: 40px;
    font-weight: normal;
    color: #F17606;
    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 #F17606;
    }

    #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;
}

#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: #F17606;
}

#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: #F17606;
    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 img{
        width: 100%;
    }    

    #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: 0px;
}

#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%;
    }
}


/* #cont8 */
#cont8 {}

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

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

#cont8 .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: 72%;
    transform: translateX(25%) rotate(-45deg);
}

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

#cont8 .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;
}

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

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

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

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

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

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

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

    #cont8 .inner ol li:after,
    #cont8 .inner ol li:nth-child(4n+4):after {
        content: '';
        display: block;
        width: 10%;
        height: auto;
        padding-top: 15%;
        background: url(../img/cont8_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;
    }

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

    #cont8 .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%);
    }

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

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

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

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

    #cont8 .inner ol li figure figcaption span {
        font-size: 5vw;
    }
}


/* #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: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom_banner .inner li {
    width: 24.5%;
}

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

/* setsubi用 */
.merit-lineup {
	border: solid 1px #e1e9f5;
	background-color:#fafafa;	
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 20% 1fr 1fr;
	gap:20px;
	padding:20px 40px 30px 40px;
	margin-bottom: 30px;
}
.merit-lineup-item1{
	grid-column: 1 / 4;
	font-weight: bold;
	place-items: center;
	display: grid;
}
.merit-lineup-item2{
	border: solid 1px #32579e;
	border-radius:8px;
	background-color:#fafafa;
	padding: 15px 20px 15px 20px ;
	color:#32579e;
 	font-size: 13px;
	font-weight: bold
}
.merit-kinds-wrap {
	border: solid 1px #e1e9f5;
	background-color:#fafafa;
	padding-top: 20px;
	margin-bottom: 30px;
}
.merit-kinds-title{
	font-weight: bold;
	font-size: 18px;
	color:#133f79;
}
.merit-kinds{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
	padding:20px 40px 30px 40px;
}
.merit-kinds-item1{
	padding: 15px 20px 15px 20px ;
 	font-size: 13px;
	font-weight: bold
}
.merit-kinds-item1-p{
	color:#133f79;
	font-size: 14px;
	padding: 15px;
}
.mbt50{
	margin-top:50px;
}
.purpose {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 20% ;
  	margin: 50px 0 0 0;
	row-gap:50px;
}
.purpose-item1{
	border: solid 1px #32579e;
	margin: 0 -1px -1px 0;
	padding: 15px 20px 15px 20px ;
 	font-size: 13px;
	font-weight: bold
}
.purpose a:hover {
	color: initial;
    text-decoration: none;
}
.purpose-item1-title{
	color:#32579e;	
  font-size: 20px
}
.purpose-item2{
	grid-column: 1 / 4;
	font-weight: bold;
	place-items: center;
	display: grid;
}
.dli-chevron-down {
	display: inline-block;
	vertical-align: middle;
	color:#133f79;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}
.purpose-icon{
	margin-top: -35px;
}
.purpose-item1 img{
	margin-bottom:10px;
}
.purpose-fwb{
	font-weight:bold;
}
.setsubi-menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
	margin: 50px 0 0 0;
	gap:50px;
}
.setsubi-item{
	position: relative;
}
.setsubi-item img {
	width: 100%; 
}
.setsubi-item p {
	font-size: 20px;
	font-weight:bold;
	position: absolute;
	right: 5%;
	top: 42%;
}
.arrow-right {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	border-top: 3px solid #133f79;
	border-right: 3px solid #133f79;
	transform: rotate(45deg);
}
@media all and (max-width: 480px) {
	.merit-lineup {
    display: block;
}
	.merit-lineup-item2{
	margin: 15px;
}
	.merit-kinds{
    display: block;
}
.purpose {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 20% ;
}
.purpose-item1-title{
	font-size:16px;
}
.purpose-item1{
	height:260px;
}
.setsubi-menu{
    display: block;

}
.setsubi-item{
	margin:10px 15px;
}
.setsubi-item p {
	font-size:13px;
}
.arrow-right {
	width: 12px;
	height: 12px;
	border-top: 2px solid #133f79;
	border-right: 2px solid #133f79;
}
}