@charset "UTF-8";
/* CSS Document */

/* ===============================
	main
 =============================== */
header{
    background: rgba(0, 104, 167, 1);
}
h3.style001{
    width:720px;
    font-size:32px;
    color:#0068A4;
    border-bottom: 1px solid #0068A4;
    margin: 0 auto 40px auto;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    h3.style001{
        width:100%;
        font-size:20px;
        margin: 0 auto 30px auto;
        padding-bottom: 5px;
    }
}

/* ===============================
	.introArea
 =============================== */

 .houseTop .introArea{
     background: #F7F7F8;
     position: relative;
     padding-bottom: 115px;
 }
 .houseTop .introArea::before{
     content: "";
     width:1080px;
     display: block;
     background: #FFFFFF;
     position: absolute;
     top:-65px;
     left:0;
     right:0;
     bottom:0;
     margin: auto;
     z-index: 40;
    box-shadow: 0 0 10px #CCCCCC;
 }
 .houseTop .introArea .innerArea{
     margin-top: -16px;
     position: relative;
     z-index: 60;
     overflow: hidden;
 }
 .houseTop .introArea h2{
  width:600px;
  height:32px;
  background: linear-gradient(to right,rgba(0,104,167,0) 0,rgba(0,104,167,1) 30%,rgba(0,104,167,1) 70%,rgba(0,104,167,0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color:#FFFFFF;
  font-size:21px;
  letter-spacing: 0.1em;
  margin: 0 auto 60px auto;
  transform: translate(-0.5em,0);
}
.houseTop .introArea .innerArea .detailArea{
    width:920px;
    margin: 0 auto 85px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.houseTop .introArea .innerArea .detailArea .catchArea{
    width:320px;
    box-sizing: border-box;
    padding-right: 20px;
}
.houseTop .introArea .innerArea .detailArea .catchArea h3{
    font-size:56px;
    line-height: 1.3;
}
.houseTop .introArea .innerArea .detailArea .catchArea .catchcopy{
    font-size:24px;
    line-height: 1.3;
}
.houseTop .introArea .innerArea .detailArea .textArea{
    width:600px;
    box-sizing: border-box;
    padding: 15px 30px;
    border-left:1px solid #000000;
}
.houseTop .introArea .innerArea .detailArea a{
    width:163px;
    height:163px;
    display: block;
    position: absolute;
    top:50%;
    left:100%;
    transform: translate(0,-50%);
}
.houseTop .introArea .bnrArea{
    display: grid;
    gap:124px;
    margin: 0 auto 200px auto;
}
.houseTop .introArea .bnrArea a{
    width:100%;
    height:350px;
    position: relative;
    z-index: 100;
}
.houseTop .introArea .bnrArea a::before{
    content: "";
    width:calc(50% - 120px);
    height:200px;
    position: absolute;
    top:0;
    z-index: 120;
    background: #D2D6D0;
}
.houseTop .introArea .bnrArea a:nth-child(odd)::before{
    left:0;
}
.houseTop .introArea .bnrArea a:nth-child(even)::before{
    right:0;
}
.houseTop .introArea .bnrArea a span{
    font-size:22px;
    width:530px;
    position: absolute;
    top:30px;
    z-index: 140;
    box-sizing: border-box;
    color:#000000;
}
.houseTop .introArea .bnrArea a:nth-child(odd) span{
    right:calc(50% + 140px);
    padding-right: 40px;
}
.houseTop .introArea .bnrArea a:nth-child(even) span{
    left:calc(50% + 140px);
    padding-left: 40px;
}
.houseTop .introArea .bnrArea a span::after{
    width:16px;
    height:18px;
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    margin: auto;
    background: #0068D1;
}
.houseTop .introArea .bnrArea a:nth-child(odd) span::after{
    right:0;
    clip-path: polygon(0 0,0 100%,100% 50%);
}
.houseTop .introArea .bnrArea a:nth-child(even) span::after{
    left:0;
    clip-path: polygon(0 50%,100% 100%,100% 0);
}
.houseTop .introArea .bnrArea a h3{
    position: absolute;
    bottom:160px;
    z-index: 140;
}
.houseTop .introArea .bnrArea a:nth-child(odd) h3{
    right:calc(50% + 130px);
}
.houseTop .introArea .bnrArea a:nth-child(even) h3{
    left:calc(50% + 130px);
}
.houseTop .introArea .bnrArea a .thumbArea{
    width:calc(50% + 200px);
    height:320px;
    position: absolute;
    bottom:0;
    z-index: 100;
}
.houseTop .introArea .bnrArea a:nth-child(odd) .thumbArea{
    right:0;
}
.houseTop .introArea .bnrArea a:nth-child(even) .thumbArea{
    left:0;
}
.houseTop .introArea .bnrArea a .thumbArea img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.houseTop .introArea .case-list{
    padding: 20px 0;
    background: #F4F1EA;
}
.houseTop .introArea .case-list .slick-arrow{
    width:48px;
    height:48px;
    position: absolute;
    top:0;
    bottom:0;
    margin: auto;
    z-index: 600;
    display: block;
}
.houseTop .introArea .case-list .prev-arrow.slick-arrow{
    left:calc(50% - 680px);
    background: url("../img/btn_prev.png") no-repeat center center/contain;
}
.houseTop .introArea .case-list .next-arrow.slick-arrow{
    right:calc(50% - 680px);
    background: url("../img/btn_next.png") no-repeat center center/contain;
}
.introArea .case-list .item{
    width:400px;
    padding: 0 5px;
}
.houseTop .introArea .case-list .item .case-card > .body > .bg {
    padding-top: 50%;
}
.houseTop .introArea .caseBtn{
    width:400px;
    height:72px;
    margin: 60px auto 0 auto;
}
.houseTop .introArea .caseBtn a{
    font-size:18px;
    color:#FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    gap:10px;
    border-radius: 16px;
    background: linear-gradient(to left,#004AA7 0%,#0068D1 100%);
}
.houseTop .introArea .caseBtn a .line{
    width:304px;
    height:1px;
    background: #FFFFFF;
    position: relative;
}
.houseTop .introArea .caseBtn a .line::after{
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: -6px;
    right: -2px;
    width:24px;
    height:1px;
    transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
 .houseTop .introArea{
     padding-bottom: 50px;
 }
 .houseTop .introArea::before{
     width:96%;
     top:-50px;
 }
 .houseTop .introArea .innerArea{
     margin-top: -30px;
 }
 .houseTop .introArea h2{
  width:94%;
  font-size:16px;
  margin: 0 auto 30px auto;
     text-align: center;
}
.houseTop .introArea .innerArea .detailArea{
    width:90%;
    margin: 0 auto 40px auto;
    flex-direction: column;
}
.houseTop .introArea .innerArea .detailArea .catchArea{
    width:100%;
    padding-right: 0;
    padding-bottom: 20px;
}
.houseTop .introArea .innerArea .detailArea .catchArea h3{
    font-size:36px;
}
.houseTop .introArea .innerArea .detailArea .catchArea .catchcopy{
    font-size:16px;
}
.houseTop .introArea .innerArea .detailArea .textArea{
    width:92%;
    border-top:1px solid #000000;
    border-left:0;
    padding: 15px 10px;
}
.houseTop .introArea .innerArea .detailArea .textArea .text{
    font-size:14px;
}
.houseTop .introArea .innerArea .detailArea a{
    width:153px;
    height:153px;
    display: block;
    position: static;
    transform: none;
    margin: 50px auto 0 auto;
}
.houseTop .introArea .bnrArea{
    gap:60px;
    margin: 0 auto 60px auto;
}
.houseTop .introArea .bnrArea a{
    height:auto;
    background: #D2D6D0;
    padding: 30px 4% 15px 4%;
}
.houseTop .introArea .bnrArea a::before{
    display: none;
}
.houseTop .introArea .bnrArea a span{
    font-size:14px;
    width:100%;
    position: static;
    margin-bottom: 20px;
    padding: 0;
    display: block;
}
.houseTop .introArea .bnrArea a:nth-child(even) span {
    padding-left: 0;
}
.houseTop .introArea .bnrArea a span::after{
    display: none;
}
.houseTop .introArea .bnrArea a h3{
    position: static;
    text-align: center;
}
.houseTop .introArea .bnrArea a .thumbArea{
    width:100%;
    aspect-ratio:348 / 185;
    height:auto;
    position: static;
    margin-bottom: 10px;
}
.houseTop .introArea .case-list{
    padding: 20px 0;
}
.houseTop .introArea .case-list .slick-arrow{
    width:32px;
    height:32px;
}
.houseTop .introArea .case-list .prev-arrow.slick-arrow{
    left:2vw;
}
.houseTop .introArea .case-list .next-arrow.slick-arrow{
    right:2vw;
}
.houseTop .introArea .case-list .item{
    width:90vw;
}
.houseTop .introArea .caseBtn{
    width:90%;
    margin: 50px auto 0 auto;
}
.houseTop .introArea .caseBtn a{
    font-size:13px;
    gap:5px;
    border-radius: 10px;
}
.houseTop .introArea .caseBtn a .line{
    width:90%;
}
.houseTop .introArea .caseBtn a .line::after{
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: -6px;
    right: -2px;
    width:20px;
    height:1px;
    transform: rotate(30deg);
}
}

/* ===============================
	.houseTop .reasonArea
 =============================== */

.houseTop .reasonArea{
    background: linear-gradient(to left,#004AA7 0%,#0068D1 100%);
    position: relative;
    padding-top: 40px;
}
.houseTop .reasonArea::before{
    content: "";
    width:1080px;
    display: block;
    background: #FFFFFF;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:-50px;
    margin: auto;
    z-index: 40;
    box-shadow: 0 5px 5px #CCCCCC;
 }
.houseTop .reasonArea .innerArea{
    position: relative;
    z-index: 60;
    padding-bottom: 50px;
}
.houseTop .reasonArea .symbol{
    text-align: center;
}
.houseTop .reasonArea h2{
    width:800px;
    font-size:42px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 80px;
    color:#0068A7;
    border-top:1px solid #0068A7;
    border-bottom:1px solid #0068A7;
    margin:55px auto 0 auto;
}
.houseTop .reasonArea .reasonBox{
    margin-top: 95px;
    display: grid;
    gap:105px;
}
.houseTop .reasonArea .reasonBox a{
    display: grid;
    padding-left: calc(50% - 460px);
    grid-template-columns: 160px 504px auto;
    grid-template-rows: 100px 80px;
    gap:40px 25px;
}
.houseTop .reasonArea .reasonBox a .catchArea{
    display: flex;
    justify-content: center;
    align-items: center;
    width:160px;
    height:100px;
    position: relative;
}
.houseTop .reasonArea .reasonBox a .catchArea::before{
    width:16px;
    height:18px;
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:0;
    margin: auto;
    background: #0068D1;
    clip-path: polygon(0 0,0 100%,100% 50%);
}
.houseTop .reasonArea .reasonBox a .catchArea h3{
    font-size:36px;
    color:#000000;
}
.houseTop .reasonArea .reasonBox a .textArea{
    width:504px;
    box-sizing: border-box;
    border-left:1px solid #000000;
    padding: 10px 0 10px 25px;
}
.houseTop .reasonArea .reasonBox a .textArea .text{
    font-size:14px;
    color:#000000;
}
.houseTop .reasonArea .reasonBox a .textArea .text:not(:last-child){
    margin-bottom: 5px;
}
.houseTop .reasonArea .reasonBox a .thumbArea{
    max-width:480px;
    height:240px;
}
.houseTop .reasonArea .reasonBox a .thumbArea img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.houseTop .reasonArea .reasonBox a .pointArea{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:8px;
    font-size:14px;
    grid-column: 1 / 3;
}
.houseTop .reasonArea .reasonBox a .pointArea li{
    width:160px;
    height:36px;
    border:1px solid #000000;
    box-sizing: border-box;
    font-size:12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000000;
    text-align: center;
    line-height: 1.2;
}
.houseTop .reasonArea .flowArea{
    margin: 110px 0 110px 0;
}
.houseTop .reasonArea .flowArea h3.style001{
    margin-bottom: 60px;
}
.houseTop .reasonArea .flowArea ul{
    width:860px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    display: grid;
    gap:70px 100px;
    grid-template-columns: 1fr 1fr 1fr;
    counter-reset: number 0;
}
.houseTop .reasonArea .flowArea ul li{
    counter-increment: number 1;
}
.houseTop .reasonArea .flowArea ul li h4{
    font-size:18px;
    color:#0068A4;
    margin-bottom: 25px;
}
.houseTop .reasonArea .flowArea ul li h4::before{
    font-size:24px;
    content: counter(number,decimal-leading-zero) " ";
    margin-right: 10px;
}
.houseTop .reasonArea .flowArea ul li .text{
    position: relative;
}
.houseTop .reasonArea .afterserviceArea{
    width:860px;
    margin: 110px auto 0 auto;
}
.houseTop .reasonArea .afterserviceArea .desc{
    font-size:16px;
    margin-bottom: 90px;
}
.houseTop .reasonArea .afterserviceArea ul{
    display: grid;
    gap:50px 60px;
    grid-template-columns: 1fr 1fr;
    counter-reset: number 0;
}
.houseTop .reasonArea .afterserviceArea ul li{
    counter-increment: number 1;
}
.houseTop .reasonArea .afterserviceArea h4{
    font-size:22px;
    color:#0068A4;
    margin-bottom: 10px;
    position: relative;
}
.houseTop .reasonArea .afterserviceArea h4::before{
    font-size:90px;
    content: counter(number) " ";
    font-family: "alana-smooth", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:rgba(255,0,0,0.18);
    position: absolute;
    left:-20px;
    bottom:5px;
    line-height: 0.5;
}
.houseTop .reasonArea .requestBtn{
    width:163px;
    height:163px;
    display: block;
    position: absolute;
    top:calc(100% - 16px);
    left:0;
    right:0;
    bottom:auto;
    margin: auto;
}
.houseTop .reasonArea .reasonBox .requestBtn{
    width:163px;
    height:163px;
    display: block;
    position: static;
    margin: auto;
    padding-left: 0;
}
@media screen and (max-width: 768px) {
.houseTop .reasonArea::before{
    width:96%;
 }
.houseTop .reasonArea .innerArea{
    padding-bottom: 40px;
}
.houseTop .reasonArea h2{
    width:92%;
    font-size:20px;
    line-height: 40px;
    margin:40px auto 0 auto;
}
.houseTop .reasonArea .reasonBox{
    margin-top: 35px;
    gap:80px;
}
.houseTop .reasonArea .reasonBox a{
    display: grid;
    padding-left: 0;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    gap:20px 4vw;
}
.houseTop .reasonArea .reasonBox a .catchArea{
    width:26vw;
    box-sizing: border-box;
    height:110px;
    padding: 0 0 0 6%;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
}
.houseTop .reasonArea .reasonBox a .catchArea::before{
    position: static;
    margin-right: 15px;
}
.houseTop .reasonArea .reasonBox a .catchArea h3{
    font-size:21px;
}
.houseTop .reasonArea .reasonBox a .textArea{
    width:100%;
    border-left:none;
    padding: 0 5% 0 5%;
    grid-column:1 / 3;
    grid-row:2 / 3;
}
.houseTop .reasonArea .reasonBox a .thumbArea{
    width:66vw;
    height:auto;
    aspect-ratio:2 / 1;
    grid-column:2 / 3;
    grid-row:1 / 2;
}
.houseTop .reasonArea .reasonBox a .thumbArea img{
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: left;
}
.houseTop .reasonArea .reasonBox a .pointArea{
    width:90%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap:5px;
    grid-column:1 / 3;
    grid-row: 3 / 4;
}
.houseTop .reasonArea .reasonBox a .pointArea li{
    width:100%;
}
    .houseTop .reasonArea .flowArea{
        padding: 40px 0 40px 0;
        margin: 0;
    }
    .houseTop .reasonArea .flowArea h3.style001{
        width:calc(100% - 40px);
        margin-bottom: 20px;
    }
    .houseTop .reasonArea .flowArea ul{
        width:100%;
        padding: 20px;
        margin: 0 auto 30px auto;
        gap:40px;
        grid-template-columns: 1fr;
    }
    .houseTop .reasonArea .flowArea ul li h4{
        font-size:18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .houseTop .reasonArea .flowArea ul li h4::before{
        font-size:20px;
        margin-right: 5px;
    }
    .houseTop .reasonArea .flowArea ul li .text{
        text-align: center;
    }
    .houseTop .reasonArea .flowArea ul li .text::after{
        display: none;
    }
    .houseTop .reasonArea .afterserviceArea{
        width:90%;
        margin: 40px auto 40px auto;
    }
    .houseTop .reasonArea .afterserviceArea .desc{
        font-size:18px;
        margin-bottom: 30px;
    }
    .houseTop .reasonArea .afterserviceArea ul{
        gap:40px;
        grid-template-columns: 1fr;
    }
    .houseTop .reasonArea .afterserviceArea h4{
        font-size:18px;
        margin-left: 10px;
    }
.houseTop .reasonArea .requestBtn{
    width:153px;
    height:153px;
}
.houseTop .reasonArea .reasonBox .requestBtn{
    width:153px;
    height:153px;
}

}

/* ===============================
	.houseTop .voiceArea
 =============================== */

 .houseTop .voiceArea{
     width:1232px;
     margin: 200px auto 110px auto;
 }
 .houseTop .voiceArea h2{
     width:800px;
     font-size:42px;
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 80px;
     color:#0068A7;
     border-top:1px solid #0068A7;
     border-bottom:1px solid #0068A7;
     margin:0 auto 60px auto;
 }
.houseTop .voiceArea ul{
    display: flex;
    justify-content: center;
    gap:16px;
    margin: 0 auto 56px auto;
}
.houseTop .voiceArea ul li{
    width:400px;
}
.houseTop .voiceArea ul li a{
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    background: #F4F1EA;
    padding: 20px 25px 20px 25px;
    box-shadow: 0 5px 10px #CCCCCC;
}
.houseTop .voiceArea ul li a p{
    font-size:12px;
    font-weight: 500;
    margin-bottom: 5px;
    color:#000000;
}
.houseTop .voiceArea ul li a p:last-child{
    display: flex;
    align-items: center;
}
.houseTop .voiceArea ul li a p:last-child::before{
    content: "";
    width:18px;
    height:1px;
    background: #000000;
    margin-right: 5px;
}
.houseTop .voiceArea .voiceBtn{
    width:400px;
    height:72px;
    margin: 0 auto;
}
.houseTop .voiceArea .voiceBtn a{
    font-size:18px;
    color:#FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    gap:10px;
    border-radius: 16px;
    background: linear-gradient(to left,#004AA7 0%,#0068D1 100%);
}
.houseTop .voiceArea .voiceBtn a .line{
    width:304px;
    height:1px;
    background: #FFFFFF;
    position: relative;
}
.houseTop .voiceArea .voiceBtn a .line::after{
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: -6px;
    right: -2px;
    width:24px;
    height:1px;
    transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
.houseTop .voiceArea{
     width:96%;
     margin: 200px auto 50px auto;
 }
 .houseTop .voiceArea h2{
     width:92%;
     font-size:20px;
     line-height: 40px;
     margin:0 auto 35px auto;
 }
.houseTop .voiceArea ul{
    display: grid;
    gap:20px;
    margin: 0 auto 40px auto;
}
.houseTop .voiceArea ul li{
    width:100%;
}
.houseTop .voiceArea .voiceBtn{
    width:90%;
    margin: 50px auto 0 auto;
}
.houseTop .voiceArea .voiceBtn a{
    font-size:13px;
    gap:5px;
    border-radius: 10px;
}
.houseTop .voiceArea .voiceBtn a .line{
    width:90%;
}
.houseTop .voiceArea .voiceBtn a .line::after{
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: -6px;
    right: -2px;
    width:20px;
    height:1px;
    transform: rotate(30deg);
}
}

/* モーダルウィンドウ */
.modalBox{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.bgModal{
	background: rgba(138, 184, 212, 0.26);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modalBox .detailBox{
	width: 1200px;
    height:600px;
    padding: 90px 40px 40px 80px;
    box-sizing: border-box;
	position: absolute;
	top: 0;
    left: 0;
    right:0;
    bottom:0;
    margin: auto;
    background: #FFFFFF;
}
.modalBox .detailBox h3{
	width: 362px;
    height:65px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    box-sizing: border-box;
	position: absolute;
	top: 0;
    left: 0;
    background: #0068A4;
    color: #FFFFFF;
    font-size:26px;
}
.modalBox .detailBox h3 span{
	color: #FFFFFF;
    font-size:26px;
    margin-right: 10px;
    font-weight: bold;
}
.modalBox .detailBox .desc{
	font-size:22px;
    font-weight: bold;
    color: #0068A4;
}
.modalBox .detailBox .flexBox{
    height:410px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.modalBox .detailBox .flexBox .textBox{
    width:580px;
    margin-top: 10px;
}
.modalBox .detailBox .flexBox .textBox ul{
    margin-top: 20px;
}
.modalBox .detailBox .flexBox .textBox ul li{
    font-size:17px;
    color: #0068A4;
}
.modalBox .detailBox .flexBox .textBox ul li::before{
    content: "・";
    margin-right: 5px;
}
.modalBox .detailBox .flexBox .imgBox{
    width:440px;
}
.modalBox .btn{
    width:50px;
    height:50px;
    position: absolute;
    top:35px;
    right:35px;
    cursor: pointer;
    transition: 0.3s;
}
.modalBox .btn::before{
    content: "";
    width:70px;
    height:1px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transform: rotate(45deg);
    background: #666666;
    margin: auto;
}
.modalBox .btn::after{
    content: "";
    width:70px;
    height:1px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transform: rotate(-45deg);
    background: #666666;
    margin: auto;
}
.modalBox .btn:hover{
    opacity: 0.5;
}
@media (max-width: 768px) {
    .modalBox .detailBox{
        width: 92%;
        height:90vh;
        padding: 60px 20px 20px 20px;
        overflow-y: scroll;
    }
    .modalBox .detailBox h3{
        max-width: 230px;
        height:50px;   
        padding-left: 15px;
        font-size:20px;
    }
    .modalBox .detailBox h3 span{
        font-size:20px;
        margin-right: 5px;
    }
    .modalBox .detailBox .desc{
        font-size:14px;
    }
    .modalBox .detailBox .flexBox{
        height:auto;
        display: block;
    }
    .modalBox .detailBox .flexBox .textBox{
        width:100%;
    }
    .modalBox .detailBox .flexBox .textBox .img001{
        text-align: center;
        width:100%;
    }
    .modalBox .detailBox .flexBox .textBox ul li{
        font-size:14px;
    }
    .modalBox .detailBox .flexBox .imgBox{
        width:100%;
        text-align: center;
        margin-top: 30px;
    }
    .modalBox .btn{
        width:32px;
        height:32px;
        top:13px;
        right:13px;
    }
    .modalBox .btn::before{
        width:45px;
    }
    .modalBox .btn::after{
        width:45px;
    }
}