﻿.pc-style #list {
    padding: 10px 0px;
}

.pc-style #list dl {
    padding: 30px;
    background: #ffffff;
    min-height: 600px;
}

.pc-style #list dt {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 20px;
    color: #333333;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    font-weight: bold;
}

.pc-style #list dd {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.pc-style #list dd img {
    max-width: 100%;
}

.mobile-style #list {
    padding: 10px 0px;
}
.mobile-style #bot{
    display: none;
}
.mobile-style #list dl {
    padding: 16px;
    background: #ffffff;
    border-radius: 12px;
}

.mobile-style #list dt {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 16px;
    color: #333333;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    font-weight: bold;
}

.mobile-style #list dd {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.6;
}

.mobile-style #list dd img {
    max-width: 100%;
}