.topBox1 {
    padding: 100px 0 0
}

@media screen and (max-width: 768px) {
    .topBox1 {
        padding:50px 0 0
    }
}

.topBox1 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .topBox1 .inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .topBox1 .inner.w-container {
        max-width: 500px
    }
}

.topBox1 .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none
}

@media screen and (max-width: 768px) {
    .topBox1 .left {
        width:100%;
        text-align: center
    }

    .topBox1 .left img {
        width: 100%;
        max-width: 480px
    }
}

.topBox1 .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    float: none;
    margin-left: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .topBox1 .right {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding: 30px 0 0
    }
}

.topBox1 .right .clearfix {
    display: grid;
    grid-template-columns: 225px 225px;
    grid-template-rows: 225px 225px;
    gap: 6.25%
}

@media screen and (max-width: 768px) {
    .topBox1 .right .clearfix {
        grid-template-columns:repeat(2,clamp(150px,40vw,167px));
        grid-template-rows: repeat(2,clamp(150px,40vw,167px));
        gap: 4.8309178744vw
    }
}

.topBox1 .right .inBox {
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg);
    width: 100%;
    height: 100%;
    padding: 20px 0;
    background-color: #f1f1f1;
    text-align: center;
    border-radius: 20px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .topBox1 .right .inBox {
        width:100%;
        height: 100%
    }
}

.topBox1 .right .inBox .tx1 {
    font-size: 20px
}

@media screen and (max-width: 768px) {
    .topBox1 .right .inBox .tx1 {
        font-size:14px
    }
}

.topBox1 .right .inBox .tx2 {
    font-size: 97px;
    line-height: 100%;
    letter-spacing: -5px;
    color: #f06400;
    position: relative
}

@media screen and (max-width: 768px) {
    .topBox1 .right .inBox .tx2 {
        font-size:70px
    }
}

.topBox1 .right .inBox .tx3 {
    font-size: 28px
}

@media screen and (max-width: 768px) {
    .topBox1 .right .inBox .tx3 {
        font-size:20px
    }
}

.topBox1 .right .inBox:nth-child(3) .tx2:before {
    content: "業界歴";
    color: #42210b;
    font-family: inherit;
    position: absolute;
    top: 12%;
    left: -5%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: normal;
    font-size: 24px
}

@media screen and (max-width: 768px) {
    .topBox1 .right .inBox:nth-child(3) .tx2:before {
        top:12%;
        left: -5%;
        font-size: 17px
    }
}

.topBox1 .right .first {
    background-color: #f1962c
}

.topBox1 .right .first .tx2 {
    color: #fff
}

.topBox2 {
    background-color: #f1962c;
    margin: 0;
    padding: 0 0 150px
}

@media screen and (max-width: 768px) {
    .topBox2 {
        margin:0;
        padding: 0 0 70px
    }
}

.topBox2 .tx1 {
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg);
    font-size: 20px;
    text-align: center;
    padding-bottom: 50px
}

@media screen and (max-width: 768px) {
    .topBox2 .tx1 {
        padding:0 4.2666666667vw;
        text-align: left;
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: 400
    }
}

.topBox2 .tx2 {
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg);
    line-height: 180%;
    padding-top: 30px
}

@media screen and (max-width: 768px) {
    .topBox2 .tx2 {
        padding:0 4.2666666667vw;
        font-size: 14px;
        font-weight: 400
    }
}

.topBox2 .in {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: repeat(4,clamp(167px,21.7vw,219px));
    grid-template-rows: clamp(167px,21.7vw,219px);
    gap: 2.6041666667%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 768px) {
    .topBox2 .in {
        grid-template-columns:repeat(2,clamp(150px,40vw,167px));
        grid-template-rows: repeat(2,clamp(150px,40vw,167px));
        gap: 4.8309178744vw
    }
}

.topBox2 .inBox {
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg);
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 0 #ec6268;
    box-shadow: 0 5px 0 #ec6268;
    font-size: clamp(14px,1.8vw,18px);
    font-weight: 700;
    text-align: center;
    margin: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .topBox2 .inBox {
        margin:0;
        font-size: 14px
    }
}

.topBox2 .inBox:before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    border-radius: 25px;
    z-index: 1
}

.topBox2 .inBox:after {
    position: absolute;
    bottom: 20px;
    right: 20px;
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #f06400;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (max-width: 768px) {
    .topBox2 .inBox:after {
        bottom:10px;
        right: 10px
    }
}

.topBox2 .inBox:hover {
    opacity: 1
}

.topBox2 .inBox:hover:after {
    right: 10px
}

.topBox2 .inBox:hover a:after {
    right: 19px
}

.topBox2 .inBox a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 10px 0;
    display: block;
    color: #42210b;
    font-weight: 700;
    width: 100%;
    height: 100%;
    z-index: 3
}

@media screen and (max-width: 768px) {
    .topBox2 .inBox a {
        font-size:16px;
        padding: 15px 10px 0
    }
}

.topBox2 .inBox a:after {
    position: absolute;
    bottom: 28px;
    right: 29px;
    content: " ";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (max-width: 768px) {
    .topBox2 .inBox a:after {
        bottom:18px;
        right: 19px
    }
}

.topBox2 .inBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.topBox2 .inBox1 {
    background: url(../images/top/top2_img1.webp) center center repeat;
    background-repeat: no-repeat;
    background-position: center 85%;
    background-color: #e8f0c5
}

.no-webp .topBox2 .inBox1 {
    background: url(../images/top/top2_img1.png) center center repeat
}

@media screen and (max-width: 768px) {
    .topBox2 .inBox1 {
        background-size:85%
    }
}

.topBox2 .inBox1:after {
    background-color: #347800
}

.topBox2 .inBox1:hover {
    background-color: #d8e69c
}

.topBox2 .inBox2 {
    background: url(../images/top/top2_img2.webp) center center repeat;
    background-repeat: no-repeat;
    background-position: center 70%;
    background-color: #fff0c8;
    background-size: 50%
}

.no-webp .topBox2 .inBox2 {
    background: url(../images/top/top2_img2.png) center center repeat
}

@media screen and (max-width: 768px) {
    .topBox2 .inBox2 {
        background-size:37%
    }
}

.topBox2 .inBox2:after {
    background-color: #f06400
}

.topBox2 .inBox2:hover {
    background-color: #ffb3b3
}

.topBox2 .inBox3 {
    background: url(../images/top/top2_img3.webp) center center repeat;
    background-repeat: no-repeat;
    background-position: center 80%;
    background-color: #d3edf9;
    background-size: 74%
}

.no-webp .topBox2 .inBox3 {
    background: url(../images/top/top2_img3.png) center center repeat
}

@media screen and (max-width: 768px) {
    .topBox2 .inBox3 {
        background-size:62%
    }
}

.topBox2 .inBox3:after {
    background-color: #0071bc
}

.topBox2 .inBox3:hover {
    background-color: #a6dbf3
}

.topBox2 .inBox4 {
    background: url(../images/top/top2_img4.webp) center center repeat;
    background-repeat: no-repeat;
    background-position: center 80%;
    background-color: #e2dfef;
    background-size: 56%
}

.no-webp .topBox2 .inBox4 {
    background: url(../images/top/top2_img4.png) center center repeat
}

@media screen and (max-width: 768px) {
    .topBox2 .inBox4 {
        background-size:51%;
        font-size: 14px
    }
}

.topBox2 .inBox4:after {
    background-color: #5050c8
}

.topBox2 .inBox4:hover {
    background-color: #c3bdde
}

.cam_bnr {
    margin: 150px 0;
    text-align: center
}

@media screen and (max-width: 768px) {
    .cam_bnr {
        margin:70px 0
    }
}

.cam_bnr .kari {
    display: inline-block;
    border-radius: 20px;
    background-color: #b9b9b9;
    width: 800px;
    height: 250px
}

@media screen and (max-width: 768px) {
    .cam_bnr .kari {
        width:90%;
        height: 120px
    }
}

.topBox4 {
    position: relative;
    padding-top: 57px;
    padding-bottom: 100px
}

.topBox4 .inner.w-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .topBox4 {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 50px
    }
}

.topBox4 .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

@media screen and (max-width: 768px) {
    .topBox4 .left {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.topBox4 .left .tx {
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg);
    font-size: 26px;
    font-weight: 700;
    line-height: 180%;
    padding: 0
}

@media screen and (max-width: 768px) {
    .topBox4 .left .tx {
        width:100%;
        font-size: 22px;
        padding: 0 0 15px;
        z-index: 3;
        text-align: center
    }
}

.topBox4 .left .tx2 {
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg);
    padding: 10px 0 50px;
    line-height: 180%
}

@media screen and (max-width: 768px) {
    .topBox4 .left .tx2 {
        padding:0 0 50px;
        font-size: 14px
    }
}

.topBox4 .left .imgBox {
    display: none
}

@media screen and (max-width: 768px) {
    .topBox4 .left .imgBox {
        display:block;
        padding: 15px 30px 30px;
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

.topBox4 .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 8.6458333333%;
    position: relative;
    padding: 0;
    z-index: 2;
    max-width: 450px
}

@media screen and (max-width: 768px) {
    .topBox4 .right {
        margin-left:0
    }
}

.topBox5 {
    background-color: #f1962c;
    margin: 100px 0 0;
    padding: 0 0 100px
}

@media screen and (max-width: 768px) {
    .topBox5 {
        margin:50px 0 0;
        padding: 0 0 70px
    }
}

.topBox5 .inBox {
    padding-bottom: 50px
}

@media screen and (max-width: 768px) {
    .topBox5 .inBox {
        padding:0
    }
}

.topBox5 .inBox .inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    margin: 0 auto 50px
}

@media screen and (max-width: 768px) {
    .topBox5 .inBox .inner {
        background-color:rgba(0,0,0,0);
        padding: 0 0 30px;
        border-radius: 0;
        margin: 0 auto
    }
}

.topBox5 .inBox .in {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #42210b
}

.topBox5 .inBox .in:first-child {
    margin: 0;
    padding: 0;
    border-top: none
}

@media screen and (max-width: 768px) {
    .topBox5 .inBox .in:first-child {
        margin:0 4% 20px
    }
}

@media screen and (max-width: 768px) {
    .topBox5 .inBox .in {
        border-top:none;
        width: 92%;
        margin: 0 4% 20px;
        padding: 0
    }
}

.topBox5 .inBox .in a {
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg);
    display: block
}

@media screen and (max-width: 768px) {
    .topBox5 .inBox .in a {
        background-color:#f1f1f1;
        border-radius: 20px;
        padding: 30px 25px
    }
}

.topBox5 .inBox .in a .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 10px;
    color: #fff;
    padding: 0 0 10px
}

.topBox5 .inBox .in a .info .icon {
    display: table-cell;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    width: 100px;
    margin: 0 10px 0 0
}

.topBox5 .inBox .in a .info .day {
    color: gray;
    padding: 0 0 0 20px
}

.topBox5 .inBox .in a .info .icon1 {
    background-color: #5bb331
}

.topBox5 .inBox .in a .info .icon2 {
    background-color: #28abd5
}

.topBox5 .inBox .in a .info .icon3 {
    background-color: #f1962c
}

.topBox5 .inBox .in a .info .icon4 {
    background-color: #f06400
}

.topBox5 .inBox .in a .info .icon5 {
    background-color: #0b9378
}

.topBox5 .inBox .in a .tx {
    font-size: 20px;
    color: #42210b;
    font-weight: 700;
    padding: 0 0 10px
}

@media screen and (max-width: 768px) {
    .topBox5 .inBox .in a .tx {
        font-size:16px
    }
}

.topBox5 .inBox .in a .tx .end {
    font-size: 13px;
    background-color: #e4e4e4;
    padding: 3px 10px;
    margin: 0 5px 0 0;
    border-radius: 10px
}

.topBox5 .inBox .in a .tx2 {
    color: #42210b;
    line-height: 160%
}

@media screen and (max-width: 768px) {
    .topBox5 .inBox .in a .tx2 {
        display:none
    }
}

.topBox5 .btn {
    margin: 0 auto
}

.topBox5 .btn:after {
    border-left: 8px solid #fff
}

.topBox5 .btn:before {
    background-color: #42210b !important
}

.topBox5 .btn a {
    background-color: #fff;
    color: #42210b !important
}

.topBox6 {
    padding: 0 0 150px
}

@media screen and (max-width: 768px) {
    .topBox6 {
        padding:0 0 70px
    }
}

.topBox6 .inBox {
    padding: 0 0 50px
}

@media screen and (max-width: 768px) {
    .topBox6 .inBox {
        padding:0
    }
}

.topBox6 .inBox .in {
    float: left;
    width: 30%;
    margin: 0 1.5% 50px
}

@media screen and (max-width: 768px) {
    .topBox6 .inBox .in {
        float:none;
        width: 92%;
        margin: 0 4% 30px
    }
}

.topBox6 .inBox .in a {
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg);
    background-color: #f1f1f1;
    border-radius: 20px;
    display: block
}

.topBox6 .inBox .in a .imgBox {
    position: relative;
    width: 100%;
    height: 195px;
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

@media screen and (max-width: 768px) {
    .topBox6 .inBox .in a .imgBox {
        float:left;
        width: 35%;
        height: 130px;
        border-radius: 20px 0 0 20px
    }
}

.topBox6 .inBox .in a .imgBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: auto;
    max-width: none
}

.topBox6 .inBox .in a:hover .imgBox img {
    width: 105%;
    max-width: none
}

.topBox6 .inBox .in a .txBox {
    padding: 20px
}

@media screen and (max-width: 768px) {
    .topBox6 .inBox .in a .txBox {
        float:right;
        width: 65%;
        position: relative
    }
}

.topBox6 .inBox .in a .tx {
    color: #42210b;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .topBox6 .inBox .in a .tx {
        font-size:14px;
        min-height: 70px
    }
}

.topBox6 .inBox .in a .info {
    display: table;
    width: 100%;
    font-size: 10px;
    color: #fff;
    padding: 10px 0 10px
}

@media screen and (max-width: 768px) {
    .topBox6 .inBox .in a .info {
        padding:0
    }
}

.topBox6 .inBox .in a .info .day {
    display: table-cell;
    color: gray;
    text-align: left
}

.topBox6 .inBox .in a .info .link {
    font-size: 14px;
    font-weight: 700;
    color: #f06400;
    text-align: right;
    position: relative
}

.topBox6 .inBox .in a .info .link:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 40px;
    background-color: #f06400;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .topBox6 .inBox .in a .info .link:before {
        left:10px
    }
}

.topBox6 .inBox .in a .info .link:after {
    content: " ";
    position: absolute;
    top: 4px;
    left: 47px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 6px solid rgba(0,0,0,0);
    border-bottom: 6px solid rgba(0,0,0,0);
    z-index: 3
}

@media screen and (max-width: 768px) {
    .topBox6 .inBox .in a .info .link:after {
        left:17px
    }
}

.topBox6 .btn {
    margin: 0 auto
}

.topBox7 {
    padding: 0 0 30px
}

.topBox7 .inner.w-container {
    max-width: 1020px
}

.topBox7 h3 {
    font-size: 26px;
    width: 330px;
    margin: 0 auto 30px;
    border: 1px solid #42210b;
    text-align: center;
    padding: 20px;
    border-radius: 50px
}

@media screen and (max-width: 768px) {
    .topBox7 h3 {
        width:70%;
        max-width: 248px;
        font-size: 18px;
        margin: 0 auto 20px;
        padding: 10px
    }
}

.topBox7 .campaignBox_list {
    padding: 0 !important
}

@media screen and (max-width: 768px) {
    .topBox7 .campaignBox_list .w-container {
        max-width:354px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.topBox7 .campaignBox_list .t_h2_c {
    display: none
}

.topBox7 .campaignBox_list .inBox {
    margin: 0 0 20px
}

.topBox7 .campaignBox_list .inBox .txBox .btn {
    display: block;
    background-color: #f06400;
    margin: 20px 0 0;
    padding: 12px;
    color: #fff;
    border-radius: 20px
}

@media screen and (max-width: 768px) {
    .topBox7 .campaignBox_list .inBox .txBox .btn {
        margin:20px auto 0
    }
}

.topBox7 .campaignBox_list .btn {
    display: none
}

.topBox7 .teiki {
    text-align: center
}

@media screen and (max-width: 768px) {
    .topBox7 .teiki {
        max-width:354px;
        margin-left: auto;
        margin-right: auto
    }
}

.topBox7 .qaBox_list .t_h2_c {
    display: none
}

.topBox8 .inner.w-container {
    max-width: 1020px
}

.topBox8 .firstBox_list {
    padding: 50px 0 0 !important
}

@media screen and (max-width: 768px) {
    .topBox8 .firstBox_list {
        padding:0 !important
    }

    .topBox8 .firstBox_list .btn {
        margin: 20px auto 0 !important
    }
}

@media screen and (max-width: 768px) {
    .topBox8 .inBox {
        padding:0 !important
    }
}

.topBox8 .inBox2 {
    margin: 75px 0;
}

@media screen and (max-width: 768px) {
    .topBox8 .inBox2 {
        margin: 25px 0;
        padding: 0;
    }
}

.topBox8 .inBox2 .pointlist {
    display: grid;
    grid-template-columns: repeat(3,24%);
    gap: 3%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    
    & li {
        position: relative;
        cursor: pointer;
        text-align: center;
        border: 3px solid #fff0c8;
        border-radius: 20px;
        -webkit-box-shadow: 0 5px 0 rgba(255,100,100,.4);
        box-shadow: 0 5px 0 rgba(255,100,100,.4);
        padding: 0 20px 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        row-gap: 30px;

        .tx {
            margin-top: 1em;
            font-size: 15px;
            font-weight: 700;
        }
        .imgBox {
            & img {
                max-width: 75%;
                vertical-align: bottom;
            }
        }
        .syurui_icon {
            display: block;
            position: absolute;
            right: 10px;
            bottom: 5px;
            line-height: 1.0;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            
        }
    }
    & li:hover {
        .syurui_icon {
            bottom: 10px;
        }
    }
}

@media screen and (max-width: 768px) {
    .topBox8 .inBox2 .pointlist {
        grid-template-columns:repeat(2,45%);
        gap: 2%;
        row-gap: 15px;

        & li {
            border-radius: 10px;
            padding-left: 10px;
            padding-right: 10px;
            row-gap: 15px;
            
            .tx {
                font-size: 13px;
            }
            .imgBox {
                & img {
                    max-width: 90%;
                }
            }
            .syurui_icon {
                right: 5px;
            }
        }
    }
}

.topBox8 .inBox3 {
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg);
    padding: 0 0 100px
}

@media screen and (max-width: 768px) {
    .topBox8 .inBox3 {
        padding:0 0 50px
    }
}

.topBox8 .inBox3 .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .topBox8 .inBox3 .in {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.topBox8 .inBox3 .in .tx {
    width: 55%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (max-width: 768px) {
    .topBox8 .inBox3 .in .tx {
        width:100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.topBox8 .inBox3 .in .tx h3 {
    font-size: 26px;
    line-height: 160%;
    padding: 0 0 20px
}

@media screen and (max-width: 768px) {
    .topBox8 .inBox3 .in .tx h3 {
        font-size:18px;
        margin-top: 40px
    }

    .topBox8 .inBox3 .in .tx h3+p {
        font-size: 14px
    }
}

.topBox8 .inBox3 .in .imgBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    line-height: 0
}

@media screen and (max-width: 768px) {
    .topBox8 .inBox3 .in .imgBox {
        padding:20px 0 0;
        width: 100%;
        max-width: 480px;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.topBox8 .inBox3 .in2 {
    background: 0 0;
    border-radius: 20px;
    padding: 30px 0
}

@media screen and (max-width: 768px) {
    .topBox8 .inBox3 .in2 {
        padding:30px 0
    }

    .topBox8 .inBox3 .in2 p {
        font-size: 14px
    }
}

.topBox8 .nav_list {
    margin: 0
}

@media screen and (max-width: 768px) {
    .topBox8 .nav_list {
        padding-left:0;
        padding-right: 0
    }
}

/* .topBox8 .lightbox {
    display: none
}
 */
.storeSearch .lightbox {
    display: none
}

.lightTx {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 0;
    width: 800px;
    z-index: 21;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.lightTx .lightbox {
    overflow: auto
}

@media screen and (max-width: 768px) {
    .lightTx {
        width:90%;
        height: 70%
    }

    .lightTx .lightbox {
        height: 100%;
        overflow: auto
    }
}

.lightTx .inBox {
    position: relative;
    -webkit-transform: rotate(.028deg);
    transform: rotate(.028deg)
}

.lightTx .inBox .title {
    padding: 0 50px 20px;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .lightTx .inBox .title {
        font-size:16px;
        padding: 0 20px 20px
    }
}

.lightTx .inBox .title .red {
    color: #f06400
}

.lightTx .inBox .title .blue {
    color: #2f80c2
}

.lightTx .inBox .tx {
    padding: 0 50px;
    font-size: 16px
}

@media screen and (max-width: 768px) {
    .lightTx .inBox .tx {
        font-size:14px;
        padding: 0 20px
    }
}

.lightTx .inBox .tx p {
    padding: .5em 0
}

.lightTx .inBox .tx p span {
    color: #f06400
}

.lightTx .inBox .txBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 2px solid #42210b;
    padding: 0;
    margin: 0 50px
}

@media screen and (max-width: 768px) {
    .lightTx .inBox .txBox {
        margin:0 20px;
        border: none
    }
}

.lightTx .inBox .txBox .box {
    width: 50%
}

@media screen and (max-width: 768px) {
    .lightTx .inBox .txBox .box {
        width:100%;
        margin: 10px 0;
        border: 2px solid #42210b
    }
}

.lightTx .inBox .txBox .box .subTitle {
    background-color: #f06400;
    color: #fff;
    text-align: center;
    padding: 10px
}

.lightTx .inBox .txBox .box .subTitle span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lightTx .inBox .txBox .box .subTitle span:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    border: 3px solid #fff;
    border-radius: 10px
}

.lightTx .inBox .txBox .box .tableTx {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 40px;
    font-size: 14px;
    height: 60px
}

.lightTx .inBox .txBox .box .tableTx:nth-child(3) {
    border-top: 1px dotted #42210b;
    border-bottom: 1px dotted #42210b
}

.lightTx .inBox .txBox .box .tableTx:after {
    content: " ";
    display: block;
    position: absolute;
    top: 21px;
    left: 18px;
    width: 15px;
    height: 15px;
    border: 1px solid #42210b
}

.lightTx .inBox .txBox .box .tableTx:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 15px;
    height: 5px;
    border-left: 3px solid #f06400;
    border-bottom: 3px solid #f06400;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lightTx .inBox .txBox .box2 {
    border-left: 1px solid #42210b
}

.lightTx .inBox .txBox .box2 .subTitle {
    background-color: #2f80c2
}

.lightTx .inBox .txBox .box2 .subTitle span .clo {
    position: relative;
    display: inline-block;
    margin: -3px 20px 0 0
}

.lightTx .inBox .txBox .box2 .subTitle span .clo:after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: inline-block;
    content: "";
    width: 15px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lightTx .inBox .txBox .box2 .subTitle span .clo:before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lightTx .inBox .txBox .box2 .subTitle span:before {
    display: none;
    border: none
}

.lightTx .inBox .txBox .box2 .tableTx:before {
    border-left: 3px solid #2f80c2;
    border-bottom: 3px solid #2f80c2
}

.lightTx .close {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 52px;
    height: 52px
}

.light_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.mv+.area_searchWrapper {
    margin-bottom: 30px
}