@charset "utf-8";
/* CSS Document */

/*PC*/
@media screen and (min-width:481px) {
#LINE #tokuten {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#LINE #tokuten p {
    max-width: 49%;
}
#LINE #tokuten p img {
    width: 100%;
}
#LINE dl dd {
    font-size: 16px;
    line-height: 1.75em;
}
#LINE #m_or_n {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#LINE #m_or_n p {
    max-width: 48%;
}
#LINE #m_or_n p img {
    width: 100%;
}
#LINE dl:not(:last-of-type) {
    padding-bottom: 80px;
    border-bottom: 2px dashed #D5D5D5;
}
.text_wrap_m {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
}
}


/*スマホ*/
@media screen and (max-width:480px) {
#LINE dl dd {
    font-size: 16px;
    line-height: 1.75em;
}
#LINE dl:not(:last-of-type) {
    padding-bottom: 50px;
    border-bottom: 1px dashed #D5D5D5;
}
.text_wrap_m {
    padding-left: 20px;
    padding-right: 20px;
}
}

