#main-area{
    width: 90%;
}

.larkhp,
.wholesalehp{
  padding-top: 150px;
}

.kentyad {
    width: 30%;
    text-align: center;
    padding: 10px;
    border: solid;
    box-shadow: 5px 5px 0px #ffc000;
}

br.kentybr{
  display: none;
}


.kentyadbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
}

h3.sub-title {
    font-weight: bold;
}

.feature-list{
    margin: auto;
    padding: 0 10vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:-20px;
    background: #f3f3f3;
}
.address_kenty{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}
.feature-item{
    margin: 30px;
    width: 22%;
}

.feature-img-wrapper{
    width: 72px;
    margin: auto;
}

.feature-inner{
    text-align: center;
}

.feature-item-title{
    font-size: 20px;
}

.feature-item-title .feature-nomal{
    font-weight: normal;
}

@media screen and (max-width:599px){
    .feature-list{
        padding: 0 1vw;
    }

    .feature-item{
        margin: 10px 5px;
        width: 31%;
    }

    .feature-item-title{
        font-size: 14px;
    }

    .feature-text{
        font-size: 13px;
    }
}

.overview-text-inner{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 100px;
    position: relative;
}

.overview-btn{
    margin-top: 50px;
    text-align: center;
}

.overview-text-inner::after{
    content: '';
    position: absolute;
    width: 70%;
    height: 23em;
    background: #f3f3f3;
    right: 10%;
    top: 60%;
    z-index: -1;
}

.overview-img img{
    width: 37vw;
}



.overview-text{
    margin-left: 20px;
    font-size: 1rem;
}

@media screen and (max-width:599px){
    .overview-img img{
        width: 100%;
    }

    .overview-text{
        font-size: 13px;
    }
}
.overview-btn a span{
	position: relative;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: #FFC000;
	border:1px solid #fff;
	overflow: hidden;
}

.overview-btn a span::after{
    content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	width: 160px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}

.overview-btn a span:hover::after{
    top: 0;
	left: 0;
}


.overview-text-under{
    position: relative;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1vh;
}

@media screen and (max-width:990px){
    .overview-text-under{
        font-size: 1.2rem;
    }

    .overview-btn{
        margin-top: 10px;
    }

}

.ems-text{
    margin-top: 0.8vw;
}
.flow-wrapper{
    margin-top: 100px;
}

.flow-inner{
    position: relative;
    z-index: 4;
}

.flow-title{
    width: 100%;
    display: block;
    font-size: 3.2rem;
    padding-bottom: 23px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.flow-title::before{
    position: absolute;
	content: '';
	bottom: -10px; /*下線の上下の位置*/
	left: 50%;
	width: 50px; /*下線の幅*/
	height: 5px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	background-color: #FFC000; /*下線の色*/
}

.flow-list{
    width: 100%;
    display: flex;
}

.flow-lis li{
    width: 25%;
}

.faq-wrapper,
.banner-wrapper{
    margin-top: 100px;
}

.qa-list,
.banner-wrapper{
    padding: 0px 3vw;
}

.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #DDD;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

.remote-flex{
    display: flex;
    justify-content: center;
}

.remotebox-img{
    width: 15%;
}

.remote-left{
    margin-right: 20px;
}

.remote-left h1{
    font-size: 3.2rem;
    font-weight: bold;
}

.remote-left h2{
    padding-top: 13px;
    font-size: 2rem;
    font-weight: 700;
    color: #FFC000;
}

.remote-left p{
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {

  .kentyad {
      width: 90%;
      margin-bottom: 20px;
  }

  .kentyadbox {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

br.kentybr{
  display: block;
}


 .qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

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

    .miilabp-text-under::before{
        left: 6%;
    }

    .overview-text-inner,
    .flow-wrapper{
        margin-top: 60px;
        display: block;
    }

    .overview-text{
        margin-left: auto;
    }

    .flow-title{
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .flow-title::before{
        bottom: 12px;
    }

    .flow-list{
        width: 100%;
        flex-wrap: wrap;
    }

    .flow-item{
        width: 50%;
    }

    .faq-wrapper, .banner-wrapper, .remotebox-wrapper{
        margin-top: 50px;
    }

    .remote-flex{
        display: block;
    }

    .remote-left h1{
        font-size: 1rem;
    }

    .remote-left h2{
        font-size: 0.8rem;
        font-weight:500;
    }

    .remote-left p{
        font-size: 0.7rem;
    }

    .remote-left br{
        display: none;
    }

    .remotebox-img {
        padding-top: 20px;
        width: 34%;
        margin: auto;
    }

}
