.bg-f5f5f5{
    background-color: #f5f5f5!important;
}

@media only screen and (max-width: 969px) and (min-width: 601px) {
    #wrapper, #contentsArea {
        width: 100%;
    }
}

.play{
    display:none;
}

.pause{
    display:inline-block;
}

.btn-control{
    text-align: center;
}

.btn-control button{
    border:0;
    background:none;
    padding:0;
    cursor:pointer;
}

.btn-control button img{
    display:block;
}


.btn-control button:focus{
    outline: 2px solid #000;
    outline-offset: 2px;
}

.dflex-col-6{
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

.dflex-col-6 figcaption{
    text-align: center;
}

#contentsArea .dflex-col-6 a{
    text-decoration: none!important;
    color: #000;
}

.text-center{
    text-align: center!important;
}

.col-1_6{
    width: 15%;
}

.knot-circle{
    text-align: center;
}

#contentsArea .mainContent .l-inner-1220 {
    width: 100%;
     margin: 0 auto;
    overflow: hidden;
}

#contentsArea .logo-track {
  display: flex;
  width: max-content;
    margin: 0 auto;
}


.logo-item img {
    width: 200px;
    display: block;
}


.logo-item {
    width: 220px;
    flex-shrink: 0;
}

.logo-track .logo-item:last-child{
    margin-right: 15px;
}


@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}



/* ============================================
      heroArea-bg
============================================ */
#contentsArea .mainContent .heroArea-bg {
	font-size: 2.4rem;
	text-align: center;
	background: url(/business/solution/homepage_pkg/img/bg_homepage_pkg_pc.jpg) no-repeat center center;
	/* background-size:%; */
	margin: 0;
    height: 395px;
	/* padding: 66px 0; */
    position: relative;
}

.bg-content-kv{
    position: relative;
}


#contentsArea .knot-circle ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contentsArea .knot-circle ul li{
    width: 5px;
    height: 5px;
    background-color: #aaaaaa;
    border-radius: 50%;
    margin: 0 7px 30px 0!important;
    padding: 0!important;

}

#contentsArea .mainContent h2.title-ab-arrow{
    margin: 20px 0 10px;
}

.l-content-bg{
    display: block;
    gap: 15px;
    position: absolute;
    bottom: 50px;

}

.l-content-bg .content-header p.txt-header{
    font-size: 22px!important;
    color: #0062C2!important;
    line-height: 1.2;
    text-align: left;
    padding: 0 10px;
}

#contentsArea .content-header-btn{
    position: absolute;
    left: 18%;
    bottom: 20%;
}


#contentsArea .btn-collection a{
  border-radius: 30px;
  background-color: #00A094;
  color: #fff!important;
  text-align: center;
  padding: 10px 7px 8px;
  vertical-align: middle;
  border: 2px solid #00A094;
  width: 325px;
  /* margin: 0 auto; */
  text-decoration: none;
  line-height: normal;
  font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}


#contentsArea .btn-collection a:hover::before, #contentsArea .btn-collection a:active::before {
  -webkit-transform: scale(7);
  transform: scale(7);
}

#contentsArea .btn-collection a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 40%;
  bottom: 0%;
  right: 40%;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#contentsArea .mainContent .btn-collection:hover a{
    color: #00A094;
}


#contentsArea .btn-collection::after{
  content: ">";
  position: absolute;
  right: 25px;
  color: #fff;
  font-size: 16px;
  top: 11px;
}

#contentsArea .btn-collection:hover:after{
  content: ">";
  position: absolute;
  right: 25px;
  color: rgb(0, 158, 183);
  font-size: 16px;
}


#contentsArea .btn-collection a:hover{
  color: rgb(0, 158, 183)!important;
  background-color: #fff;
  text-decoration: none;
}

#contentsArea .section-col-img{
    padding: 20px 0 35px 0;

}

#contentsArea .p-caption{
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;

}

#contentsArea .p-img-slide{
    margin-bottom: 10px!important;

}

#contentsArea h4.section-col-img-h4{
    text-align: center;
    color: #000;
    font-size: 22px;
    margin: 25px 0 40px;
}

#contentsArea h4.section-col-img-h4 span{
    font-size: 18px;
}

#contentsArea div.point-area div.box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
    align-items: stretch;
}

#contentsArea div.point-area div.box div.gray {
    width: 250px;
    background: #F7F8FA;
    border-radius: 10px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contentsArea div.point-area div.box div.gray p.ttl {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0;
}

#contentsArea .mainContent h3::after {
    display: none!important;
}

#contentsArea div.point-area div.box div.blue {
    width: 820px;
    /* display: flex;
    align-items: center; */
    background: #EFF9FA;
    border-radius: 10px;
    padding: 20px;
}

#contentsArea div.point-area div.box div.blue div.frame-dflex{
    /* width: 820px; */
    display: flex;
    align-items: center;
}

#contentsArea div.point-area div.box div.arrow {
      width: 0; 
  height: 0; 
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid rgb(182, 182, 182);
  align-self: center;
}

#contentsArea div.point-area div.box div.blue div.txt {
    width: 570px;
    margin: 0 30px 0 0;
    text-align: left;
    font-weight: normal;
}

#contentsArea div.point-area div.box div.blue div.txt p{
    margin-bottom: 0;
}

#contentsArea h3.point-area-h3{
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: left;
    color: #00A094;

}

#contentsArea .mainContent h3.point-area-h3::after {
    content: "";
    display: none;
}


#contentsArea div.wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

#contentsArea div.wrap div.box {
    width: 29%;
    background: #fff;
    padding: 15px;
}


#contentsArea .inner_box{
    padding: 25px 0 60px 0;
}

#contentsArea div.wrap div.box p.point {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: bold;
    color: #00A094;
    text-align: center;
    min-height: 32px;
}

#contentsArea div.wrap div.box h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #00a094;
    padding-bottom: 15px;
    margin: 10px 0 18px 0;
}

#contentsArea div.wrap div.box p.txt {
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
}

/* #contentsArea div.wrap div.box.b01 div.img, #contentsArea div.wrap div.box.b03 div.img {
    margin-top: 50px;
} */


#contentsArea .mainContent .btn-link a {
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    border: 3px #00A094 solid;
    border-radius: 40px / 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 50px 8px;
    background-color: #00A094;
    color: #fff;

    vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-link a:hover::before, .btn-link a:active::before {
  -webkit-transform: scale(7);
  transform: scale(7);
}

/* 
.btn-link a:focus{
  color: #00A094;
} */

.btn-link a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 40%;
  bottom: 0%;
  right: 40%;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#contentsArea .mainContent .btn-link:hover a{
    color: #00A094;
}

/* #contentsArea .mainContent .btn-link a:hover {
    background-color: #fff;
}*/

#contentsArea .mainContent .btn-link {
    font-size: 2.8rem;
    text-align: center;
    max-width: 802px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
}

#contentsArea .mainContent .btn-link::after{
  content: ">";
  position: absolute;
  top: 51%;
  right: 50px;
  color: #fff;
  font-size: 28px;
  transform: translateY(-50%);
}

#contentsArea .mainContent .btn-link:hover::after{
  content: ">";
  position: absolute;
  top: 51%;
  right: 50px;
  color: #00A094;
  font-size: 30px;
  transform: translateY(-50%);
}

#contentsArea .mainContent .col-step{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
    margin-bottom: 20px;
}

#contentsArea .mainContent .col-step .col-step-inner{
    border: 2px solid #00A094;
    border-radius: 30px;
    width: 32%;
    padding: 15px 15px 0 15px;
}

#contentsArea .mainContent .col-step .col-step-inner .tag{
    text-align: center;
    color: #fff;
    background-color: #00A094;
    width: 220px;
    border-radius: 30px;
    display: block;
    margin: 0 auto 12px;
    vertical-align: middle;
    line-height: 2;
}

#contentsArea .mainContent .col-step .col-step-inner .step-title{
    color: #00A094;
    text-align: center;
    margin: 0;
    font-size: 22px;
}

#contentsArea .mainContent .col-step .col-step-inner .txt-step{
    font-weight: normal;
    font-size: 14px;
}

#contentsArea .mainContent .section-plan{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 1220px;
    margin: 0 auto;
}

#contentsArea .mainContent .txt-plan{
    text-align: center;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
}

#contentsArea .mainContent .txt-plan-fs{
    font-size: 28px; 
    text-align: center; 
    line-height: 1.4;
}

#contentsArea .mainContent .section-plan .col-1{
    width: 30%;
    height: 40px;
    background-color: #00A094;
}

#contentsArea .mainContent .section-plan .col-2{
    width: 60%;
}

#contentsArea .mainContent .section-plan .col-3{
    width: 30%;
    display: flex;
    align-items: center;
}

#contentsArea .mainContent .section-plan .col-3 .part-a{
    width: 100%;
    height: 40px;
    background-color: #00A094;
}

#contentsArea .mainContent .section-plan .col-3 .part-b{
  width: 0; 
  height: 0; 
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #00A094;
}

#contentsArea .mainContent .section-box-plan{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    margin-bottom: 20px;
}

#contentsArea .mainContent .section-box-plan .section-col-box{
    padding-right: 0!important;
}

#contentsArea .mainContent .section-box-plan .section-col-box-full {
 width: 30%;
     border-bottom: 4px solid #0062C2;
    border-left: 4px solid #0062C2;
    border-right: 4px solid #0062C2;
        /* border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; */

    border-radius: 25px;
}


#contentsArea .mainContent .section-box-plan .section-col-box-full h3{
    margin: 0;
    background-color: #0062C2;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#contentsArea .mainContent .section-box-plan .section-col-box h3::after{
    display: none;
}

#contentsArea .mainContent .section-box-plan .section-col-box .box-title{
    padding: 10px;
    background-color: #dce6f2;
    text-align: center;
    margin: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contentsArea .mainContent .section-box-plan .section-col-box .box-title ul{
   list-style: none;
   margin-bottom: 0;
}

#contentsArea .mainContent .section-box-plan .section-col-box .box-title ul li::marker{
    content: "";
}

#contentsArea .mainContent .section-box-plan .section-col-box .box-tick-list{
    padding: 0 10px;
    font-weight: normal;
    list-style: none;
    margin: 20px 0 15px;
}

#contentsArea .mainContent .section-box-plan .section-col-box .box-tick-list li{
    background: none!important;
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
}

#contentsArea .mainContent .section-box-plan .section-col-box .box-tick-list li::before{
    content: "✔";
    color: #0062C2;
    padding-right: 5px;
}

#contentsArea .mainContent .section-box-plan .box-00A094 .box-title{
    background-color: #ebf1de!important;
}

#contentsArea .mainContent .section-box-plan .box-00A094{
    border-bottom: 4px solid #00A094!important;
    border-left: 4px solid #00A094!important;
    border-right: 4px solid #00A094!important;
}

#contentsArea .mainContent .section-box-plan .box-00A094 h3{
    background-color: #00A094!important;
}

#contentsArea .mainContent .section-box-plan .box-00A094 .box-tick-list li::before{
    content: "✔";
    color: #00A094!important;
    padding-right: 5px;
}

#contentsArea .mainContent .section-box-plan .section-col-box .box-type-2{
    min-height: 140px!important;
}

#contentsArea .mainContent .section-box-plan .section-col-box .box-type-2{
    text-align: left!important;
    align-items: normal!important;
}

#contentsArea .section-box-attach{
    position: relative;
    padding-bottom: 125px;
}
#contentsArea .img-attach{
    position: absolute;
    left: 26%;
    bottom: -55px;

}
#contentsArea .note-warning{
    position: absolute;
    left: 35%;
    bottom: 50px;

}
#contentsArea .areaBox-arrow{
    margin: 0 auto;
    width: 90px;
    height: 100px;
    clip-path: polygon(40% 0%, 40% 20%, 80% 20%, 80% 80%, 40% 80%, 40% 100%, 0% 50%);
    background-color: #00A094;
    transform: rotate(-90deg);
}


#contentsArea .img-sz-spec{
    width: 400px;
}

.slider-section{
    padding: 40px 0;
}


.footer-btn__wrapper .footer-btn-content__link a:before {
    top: 26%;
}

.mySwiper {
  height: 320px;
}
/* =============================================================== */

   swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: normal;
    }

      swiper-slide p{
      line-height: 1.25;
    }
/* ================================================================= */



@media only screen and (min-width: 1680px) {

   #contentsArea .mainContent .l-inner-bg {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
}


}

/* 
@media only screen and (max-width: 1899px) and (min-width: 1650px){

   #contentsArea .mainContent .l-inner-bg {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
}

 #contentsArea .btn-collection a{
    width: 27vw;
    font-size: 16px;
   }

   #contentsArea .btn-collection:after {
    top: 6px;
   }

} */


@media only screen and (max-width: 1680px) and (min-width: 1220px){


/* #contentsArea .mainContent .heroArea-bg {
	background-size: 100%;
	margin: 0;
    height: 33vw;
} */


   #contentsArea .mainContent .l-inner-bg {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
}

}

@media only screen and (max-width: 1219px) and (min-width: 1001px){


#contentsArea .mainContent .heroArea-bg {
	background-size: 100%;
    background-position: top center;
	margin: 0;
    height: 35vw;
}


   #contentsArea .mainContent .l-inner-bg {
    width: 83vw;
    margin-left: auto;
    margin-right: auto;
}


        .l-content-bg{
    bottom: 6.5vw;
}

 #contentsArea .btn-collection a{
    width: 26vw;
    font-size: 16px;
   }

   #contentsArea .btn-collection:after {
    right: 10px;
    top: 9px;
   }

}


@media only screen and (max-width: 1000px) and (min-width: 956px){

    #contentsArea .mainContent .heroArea-bg {
	background-size: 100%;
    background-position: top center;
	margin: 0;
    height: 35vw;
}

        .l-content-bg{
    bottom: 5.7vw;
}

   #contentsArea .mainContent .l-inner-bg {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
}

 #contentsArea .btn-collection a{
    width: 27vw;
    font-size: 16px;
   }

   #contentsArea .btn-collection:after {
    right: 8px;
    top: 6px;
   }

}

@media only screen and (max-width: 955px) and (min-width: 900px){

    #contentsArea .mainContent .heroArea-bg {
	background-size: 100%;
    background-position: top center;
	margin: 0;
    height: 35vw;
}

        .l-content-bg{
    bottom: calc(100% - 280px);
}

   #contentsArea .mainContent .l-inner-bg {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
}

 #contentsArea .btn-collection a{
    width: 27vw;
    font-size: 16px;
   }

   #contentsArea .btn-collection:after {
    right: 8px;
    top: 9px;
   }

}


@media only screen and (max-width: 899px) and (min-width: 800px){

    #contentsArea .mainContent .heroArea-bg {
	background-size: 100%;
    background-position: top center;
	margin: 0;
    height: 38vw;
}
        .l-content-bg{
        bottom: calc(100% - 280px);
    left: 8%;

}
   #contentsArea .btn-collection a{
    width: 264px;
    font-size: 16px;
   }

   #contentsArea .btn-collection:after {
    right: 12px;
    top: 8px;
   }
   #contentsArea .btn-collection:hover:after {
    right: 12px;
   }
}

@media only screen and (max-width: 799px) and (min-width: 750px){

    #contentsArea .mainContent .heroArea-bg {
	background-size: 100%;
    background-position: top center;
	margin: 0;
    height: 41vw;
}


        .l-content-bg{
        bottom: calc(100% - 280px);
    left: 8%;

}
   #contentsArea .btn-collection a{
    width: 264px;
    font-size: 16px;
   }

   #contentsArea .btn-collection:after {
    right: 10px;
    top: 6px;
   }
   #contentsArea .btn-collection:hover:after {
    right: 10px;
   }
}

@media only screen and (max-width: 749px) and (min-width: 700px){

    #contentsArea .mainContent .heroArea-bg {
	background-size: 100%;
    background-position: top center;
	margin: 0;
    height: 46vw;
}

    .l-content-bg{
    bottom: calc(100% - 280px);
    left: 8%;

}
   #contentsArea .btn-collection a{
    width: 265px;
    font-size: 16px;
   }

   #contentsArea .btn-collection:after {
    right: 10px;
    top: 9px;
   }
   #contentsArea .btn-collection:hover:after {
    right: 10px;
    top: 9px;
   }

}

@media only screen and (max-width: 699px) and (min-width: 651px){

    #contentsArea .mainContent .heroArea-bg {
	background-size: 100%;
    background-position: top center;
	margin: 0;
    height: 50vw;
}


    .l-content-bg{
    bottom: calc(100% - 280px);
    left: 8%;

}

 #contentsArea .btn-collection a{
    width: 264px;
    font-size: 16px;
   }

   #contentsArea .btn-collection:after {
    right: 10px;
    top: 9px;
   }
   #contentsArea .btn-collection:hover:after {
    right: 10px;
   }

}

@media only screen and (max-width: 650px) and (min-width: 600px){

    #contentsArea .mainContent .heroArea-bg {
	background-size: 100%;
    background-position: top center;
	margin: 0;
    height: 53vw;
}


    .l-content-bg{
        bottom: calc(100% - 280px);
    left: 8%;

}

 #contentsArea .btn-collection a{
    width: 264px;
    font-size: 16px;
   }

   #contentsArea .btn-collection:after {
    right: 10px;
    top: 9px;
   }
   #contentsArea .btn-collection:hover:after {
    right: 10px;
   }

}



.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.custom-pagination button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}

.custom-pagination button.active {
  background: #0062C2;
}


#contentsArea .mySwiper .swiper-pagination {
  bottom: 0;
}

@media only screen and (min-width: 600px) {

    #contentsArea div.wrap div.box p.txt {
    min-height: 70px;
}

#contentsArea div.wrap div.b06 h3{
    min-height: 86px;
    vertical-align: middle;
        display: flex;
    align-items: center;
    justify-content: center;

}
    .mt-lg-90{
        margin-top: 90px!important;
    }
    .mt-lg-60{
        margin-top: 60px!important;
    }
    .mb-lg-24{
        margin-bottom: 24px!important;
    }


}

@media only screen and (max-width: 599px) {

    
#contentsArea .mainContent .txt-plan-fs{
    font-size: 20px; 
}

    .mt-sm-50{
        margin-top: 50px!important;
    }
     .mb-sm-60{
        margin-bottom: 60px!important;
    }

    #contentsArea div.point-area div.box div.blue div.txt {
    margin: 0 15px 0 0;
}

#contentsArea .img-sz-spec{
    width: 80%;
}

#contentsArea h4.section-col-img-h4{
    font-size: 20px;
}

#contentsArea h4.section-col-img-h4 span{
    font-size: 16px;
}


#contentsArea div.point-area div.box div.gray p.ttl {
    font-size: 18px;
}

#contentsArea h3.point-area-h3{
    text-align: center;
    padding: 20px 0 0 0;
}


.l-content-bg{
    flex-direction: column;
    position: absolute;
    top: 45%;
    left: 10%;
    transform: translate(0, 0);
}

#contentsArea .btn-collection::after{
  content: ">";
  position: absolute;
  right: 20px;
  top: 17px;
}

#contentsArea .btn-collection a{
  width: 375px;
}

#contentsArea .btn-collection{
    padding: 5px!important;
}

#contentsArea .l-sp-p{
    padding: 0 10px;
}


#contentsArea .inner_box{
    padding: 25px 0 20px 0;
}
/* ============================================
      heroArea-bg
============================================ */
#contentsArea .mainContent .heroArea-bg {
	font-size: 2.4rem;
	text-align: center;
	background: url(/business/solution/homepage_pkg/img/bg_homepage_pkg_sp.jpg) no-repeat center center;
	background-size: cover;
	margin: 0;
    height: 625px;
	padding: 30px 0;
    position: relative;
}


#contentsArea .content-header-btn{
    position: absolute;
    left:0;
}

#contentsArea .btn-collection a{
  font-size: 18px;

}


/* .dflex-col-6{
    flex-direction: column;
} */

.col-1_6{
    width: 100%;
}

#contentsArea div.point-area div.box {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

#contentsArea div.point-area div.box div.blue {
    width: 100%;
}

#contentsArea div.wrap {
    display: flex;
    flex-direction: column;
}

#contentsArea .mainContent .col-step{
    flex-direction: column;
    margin-bottom: 10px;
}

#contentsArea div.wrap div.box {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

#contentsArea div.wrap div.box .point, #contentsArea div.wrap div.box div.txt{
    padding: 0 15px 15px 15px;
}

#contentsArea div.wrap div.box div.img{
    padding: 0 15px 25px 15px;
}

#contentsArea .mainContent .col-step .col-step-inner{
     width: 100%;
     padding: 0;
}

#contentsArea .mainContent .section-box-plan{
    /* flex-direction: column; */
    flex-wrap: wrap;
}

#contentsArea .mainContent .section-box-plan .section-col-box-full{
    width: 45%;
}


#contentsArea div.point-area div.box div.blue div.txt {
    width: 100%;
}

#contentsArea div.point-area div.box div.arrow {
    transform: rotate(90deg);
}

#contentsArea div.point-area div.box div.gray {
    width: 100%;
}

#contentsArea .section-01{
    padding: 0 10px;
}

#contentsArea div.point-area div.box div.blue {
    padding: 0;
}

#contentsArea div.point-area div.box div.blue .txt{
    padding: 20px 0 20px 20px;
}

#contentsArea div.point-area div.box div.blue .icon{
    padding: 20px 20px 20px 0;
}


#contentsArea div.wrap div.box p.point {
    margin: 20px 0 0 0;
    min-height: unset!important;
    font-size: 24px;
}

#contentsArea div.wrap div.box h3 {
    padding-bottom: 25px;
    margin: 0 0 25px 0;
}

#contentsArea .mySwiper {
  height: 245px;
}


#contentsArea .mainContent .btn-link::after{
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  font-size: 16px;
  transform: translateY(-50%);
}

#contentsArea .btn-collection::after{
  content: ">";
  position: absolute;
  right: 20px;
}

#contentsArea .mainContent .col-step .col-step-inner .step-title{
    padding: 10px 15px 10px;
    font-size: 24px;
}

#contentsArea .mainContent .col-step .col-step-inner .tag{
    padding: 5px 15px;
    width: 120px;
    font-size: 16px;
}

#contentsArea .mainContent .col-step .col-step-inner .txt-step{
    padding: 0 15px 5px;
    margin-bottom: 10px;
}

#contentsArea .mainContent h2.title-ab-arrow{
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

#contentsArea .mainContent  .img-attach-sm{
    position: absolute;
    top: -85px;
    right: 5px;

}

#contentsArea .section-box-attach{
    position: relative;
    padding-bottom: 15px;
}

#contentsArea .mainContent .section-plan-sm{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin-top: 0;
    position: relative;

}

#contentsArea .mainContent .section-plan-sm .col-1{
    width: 17%;
}

#contentsArea .mainContent .section-plan-sm .col-2{
    width: 83%;
}

#contentsArea .mainContent .section-plan-sm .img-ab{
    position: absolute;
    left: 5px;
}

#contentsArea .mainContent .section-box-plan{
    margin-bottom: 10px;
}

#contentsArea .mainContent .part-arrow{
    width: 100%;
    height: 45px;
    clip-path: polygon(8% 0%, 8% 20%, 100% 20%, 100% 80%, 8% 80%, 8% 100%, 0% 50%);
    background-color: #00A094;
    transform: rotate(180deg);
    margin-bottom: 5px;
}

#contentsArea .mainContent .txt-plan{
    margin-bottom: 0;

}

#contentsArea .mainContent .btn-link {
    font-size: 1.6rem;
}

#contentsArea div.wrap div.b06 h3{
    margin-top: 30px;
}

#contentsArea div.wrap div.box p.txt {
    margin-bottom: 5px;
}

#contentsArea .mainContent .section-box-plan .section-col-box .box-type-2{
    min-height: 135px!important;
}

#contentsArea .mainContent .section-box-plan .box-00A094 .box-type-2{
    min-height: 155px!important;
}

#contentsArea .mainContent .section-box-plan .box-spec .box-type-2{
    height: 62%;
    min-height: unset!important;
}

#contentsArea .mainContent .btn-link a {
    border-radius: 30px;
}

#contentsArea .mainContent .txt-plan{
    font-size: 22px;
}

.l-content-bg{
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
}



}


@media only screen and (max-width: 450px) {


#contentsArea .btn-collection a{
  width: 285px;
}

#contentsArea .mainContent .heroArea-bg {
    height: 450px;
}

.l-content-bg{
    position: absolute;
    top: 60.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#contentsArea .mainContent .section-box-plan .section-col-box .box-type-2{
    min-height: 165px!important;
}

#contentsArea .mainContent .section-box-plan .box-00A094 .box-type-2{
    min-height: 175px!important;
}

#contentsArea .mainContent .section-box-plan .box-spec .box-type-2{
    height: 64%;
    min-height: unset!important;
}


}


@media only screen and (max-width: 420px) {



#contentsArea .mainContent .section-box-plan .section-col-box .box-type-2{
    min-height: 178px!important;
}

#contentsArea .mainContent .section-box-plan .box-00A094 .box-type-2{
    min-height: 198px!important;
}

#contentsArea .mainContent .section-box-plan .box-spec .box-type-2{
    height: 67%;
    min-height: unset!important;
}


#contentsArea .mainContent .section-box-plan .section-col-box .box-title{
    min-height: 115px;
}


}



@media only screen and (max-width: 599px) and (min-width: 440px) {

    .ml-10-sp{
        margin-left: 10px!important;
    }

}