.useTowns{
    padding:0
}
.firstview.appArea.d-pc-block{
background-image: none;
background-color: transparent;
padding: 0;
margin-bottom:0;
}
.firstview.appArea.d-pc-block .dlBox{
background: #EAF8DB;
padding: 2rem 1rem;
border-radius: 10px;
}
.firstview.appArea .dlBox-l{
color:#333;
}
@media screen and (max-width: 767px){
    .firstview.appArea.d-sp-block {
    background-image: none;
    background-color: transparent;
    margin-top:2rem;
    margin-bottom:0;
    margin-left:1rem;
    margin-right:1rem;
    padding:0;
}
.firstview.appArea.d-sp-block .dlBox{
    background: #EAF8DB;
    border-radius: 10px;
    padding:2rem 0;
    margin-top:2rem;
}
}
.firstview.d-pc-block > div > div > a.item > img{
    height: 70px;
    width: auto;
}
@media screen and (max-width: 767px){
    .firstview.d-pc-block > div > div > a.item > img{
        height: auto
    }
}
.spot {
    padding: 0;
}
/* .flow.howtosteps{
    padding-top:8rem;
} */
.flow.howtosteps .flowBox {
padding: 4rem;
}
.flow .flowBox {
    margin-bottom: 4rem;
}
.flow.howtosteps ol > li {
    display: flex;
}
.flow.howtosteps ol > li:first-of-type {
    padding-top: 0;
}
.flow.howtosteps ol > li:last-child {
    padding-bottom: 0;
}
.flow.howtosteps ol > li > * {
    padding-right: 20px;
}
.flow.howtosteps ol > li > *:last-child {
    width: 80%;
    padding-right: 0;
}
.flow.howtosteps ol > li > figure {
    width: 20%;
}
.flow.howtosteps ol > li .howtotitle {
    font-size: 2.4rem;
}
.flow.howtosteps ol > li .howtotitle > p{
    font-size: 1.8rem;
}
.flow.howtosteps ol > li .howtotitle > p,
.flow.howtosteps ol > li .howtotitle > div{
    padding: 0 0 0 20px;
}
.flow.howtosteps ol > li .howtotitle > p:first-of-type {
    padding-top: 4px;
}
.flow.howtosteps .d-pc-block {
    max-width: none;
}
.flow.howtosteps .d-pc-block .dlBox > *:nth-child(2) {
          margin-left:1.5rem
}
.flow.howtosteps .dlBox .dlBox-l{
          width:auto;
          color:#333;
}

.flow.howtosteps .ssidWrap .ssidLeft {
    width: 230px;
    text-align:center;
}
.flow.howtosteps .ssidWrap .ssidRight {
    width: calc(100% - 230px);
}
.flow.howtosteps .flow-detail{
    padding-bottom:0;
}
.flow-detail .ttl{
    margin-bottom: 1rem;
    font-size: 1.6rem;
    padding:1rem 0;
}
.bodyWrapper>section{
    padding:4rem 0;
}
.bodyWrapper>section.useTowns{
    padding-top:0;
}
.bodyWrapper>section.area{
    padding-bottom:0;
}
.bodyWrapper>section.spot{
    padding-top:0;
}
@media screen and (max-width: 767px) {
    .flow.howtosteps .flowBox {
        padding: 2rem;
    }
    .flow .flowBox {
        margin-bottom: 2rem;
    }
    .flow.howtosteps ol{
        margin-bottom:2rem;
    }
    .flow.howtosteps ol > li:last-child > figure {
        padding-right: 10.5vw;
    }
    .flow.howtosteps ol > li > figure {
        width: 25vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
    }
    .flow.howtosteps ol > li > figure > img {
        height: auto;
        width: auto;
    }
    .flow.howtosteps .d-pc-block .dlBox {
        justify-content: center;
    }
    .flow.howtosteps .ssidWrap .ssidRight {
        width: 100%;
    }
    .flow.howtosteps ol > li .howtotitle {
        font-size: 1.6rem;
    }
    .flow.howtosteps ol > li .howtotitle > p,
    .flow.howtosteps ol > li .howtotitle > div{
        padding: 0 !important;
    }
    .flow.howtosteps ol > li .howtotitle > p {
        font-size: 1.4rem;
    }
    .flow.howtosteps .ssidWrap {
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .flow.howtosteps .ssidWrap .ssidLeft {
        width: 100%;
    }
    .flow .appArea.d-sp-block {
        margin: 0;
        background-color: #EAF8DB;
    }
    .appArea .dlBox-r .appItem {
        margin-right: 0;
    }
    .appArea .dlBox-r {
        gap: 20px;
    }
}