#guide {
	width: 100%;
}
#guide .inner {
	width: 90%;
    max-width: 720px;
	margin: 0 auto 160px;
}
#guide .inner  dl {
    border-bottom: 1px solid #EAEAEA;
    color: #3c3c3c;
    display: flex;
    display: -webkit-flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	justify-content: space-between;
    -webkit-justify-content: space-between;
    font-family: Kiwi Maru;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#guide .inner  dl dt {
    font-weight: 500;
    width: 30%;
}
#guide .inner  dl dd{
    width: 70%;
}
#guide .inner  dl dd h5 {
    font-family: Kiwi Maru;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: left;
    
}
#guide .inner  dl dd p {
    font-weight: 300;
    padding-bottom: 10px;
}
#guide .inner  dl dd img {
    width: auto;
}


/* 768px */
@media screen and (max-width: 768px) {

    #guide .inner {
        width: 100%;
        max-width: 89.7%;
        margin: 0 auto 40.96vw;
    }
    #guide .inner  dl {
        border-bottom: 0.256vw solid #EAEAEA;
        display: block;
        font-size: 3.584vw;
        margin-bottom: 5.12vw;
        padding-bottom: 5.12vw;
    }
    #guide .inner  dl dt {
        width: 100%;
    }
    #guide .inner  dl dd{
        width: 100%;
    }
    #guide .inner  dl dd p {
        padding-bottom: 2.56vw;
    }
    #guide .inner  dl dd img {
        width: 100%;
    }

}