#release_info {
    width: 100%;
    margin: 0 auto
}

#release_info dl {
    border: 1px solid #eee;
    width: 94%;
    margin: 15px auto 0;
    padding: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05)
}

#release_info dl dt .news-title {
    color: #222;
    font-weight: 700;
    border-bottom: #e60012 2px solid;
    padding: 10px 12px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: .9rem;
    line-height: 1.5
}

#release_info dl dt .news-title p {
    display: block;
    margin: 0
}

#release_info dl dt .news-title time {
    display: block;
    flex-shrink: 0;
    font-size: .8rem;
    color: var(--color-red01);
    font-weight: 700
}

#release_info dl dd {
    padding: 14px 12px;
    font-size: .85rem;
    line-height: 1.9;
    color: #555
}

/* 該当なし（dt が無く dd だけの dl） */
#release_info dl > dd:first-child {
    text-align: center;
    padding: 20px 12px
}

#release_info dl dd img,
#release_info dl dd img.info-img {
    padding: 10px 0;
    display: block;
    margin: 10px auto
}

#release_info dl dd h4 {
    padding: 0 0 0 10px;
    margin: 20px auto 10px;
    font-size: 1rem;
    font-weight: 900;
    color: #222;
    border-left: 4px solid #e60012;
    width: 100%;
    line-height: 1.4em
}

#release_info dl dd p {
    margin: 2% 0
}

#release_info dl dd strong {
    color: #e60012;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.6em
}

#release_info dl dd b {
    font-style: italic;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4em
}

#release_info dl dd em {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif, 'Microsoft Yahei';
    font-weight: 700
}

#release_info #request_box {
    background: #f8f9f0;
    width: 100%;
    padding: 10px;
    margin: 25px auto 0;
    border-top: #2c4256 4px solid
}

#release_info #request_box h3 {
    background: 0 0;
    border: 0;
    color: #2c4256;
    font-weight: 700;
    padding: 0;
    width: 100%;
    font-size: 1.4em;
    text-shadow: none;
    margin: 10px auto;
    clear: both;
    text-align: center
}

#release_info #request_box dl.notes_list {
    background: #fff;
    width: 100%;
    border: 1px solid #eaebdd;
    position: relative;
    margin: 0 auto
}

#release_info #request_box dl.notes_list dt {
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px
}

#release_info #request_box dl.notes_list dd {
    padding: 8px 12px
}

#release_info #request_box dl.notes_list dd strong {
    font-weight: 700
}

#release_info #request_box dl.notes_list dd span {
    font-size: 14px;
    text-align: center;
    display: block
}

#release_info #request_box dl.notes_list dd img.pig {
    position: absolute;
    right: 80px;
    bottom: 140px
}

.info-btn {
    border-radius: 4px;
    border: 1px solid #e60012;
    background: #e60012;
    background: -moz-linear-gradient(top, #e60012 0, #e60012 100%);
    background: -webkit-linear-gradient(top, #e60012 0, #e60012 100%);
    background: linear-gradient(to bottom, #e60012 0, #e60012 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60012', endColorstr='#e60012', GradientType=0);
    box-shadow: 0 3px 0 0 #d70c25;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0 auto 15px;
    text-shadow: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.info-btn:hover {
    background: #d70c25;
    background: -moz-linear-gradient(top, #d70c25 0, #d70c25 100%);
    background: -webkit-linear-gradient(top, #d70c25 0, #d70c25 100%);
    background: linear-gradient(to bottom, #d70c25 0, #d70c25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d70c25', endColorstr='#d70c25', GradientType=0)
}

#information {
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 15px 15px 20px;
    font-size: .9em
}

#information .TRUSTe_link {
    width: 100%;
    text-align: right;
    margin: -6% 0 3%
}

#information .TRUSTe_link img {
    width: 30%
}

#information .list_table {
    margin: 0 auto
}

#information .list_table dl {
    width: 100%;
    /*border: 1px solid #eaebdd;*/
    border-bottom: 0
}

#information .list_table dl dt,
#information .list_table dl:last-child {
    /*border-bottom: #eaebdd solid 1px*/
}

#information .list_table dl dt {
    width: 100%;
    padding: 12px 10px;
    background: #f4f4f4
}

#information .list_table dl dd {
    padding: 12px 10px;
}

#information .list_table dl dd p {
    margin: 6px 0
}

#information p {
    margin-bottom: 15px
}

#information p.update {
    margin: 0 0 20px;
    text-align: right
}

#information .agreement h3,
#information .policy h3 {
    font-size: 1.1em;
    margin: 20px auto 10px;
    line-height: 1.4em;
    padding: 0 0 7px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
}

#information .agreement p,
#information .policy p {
    /*width: 96%;*/
    margin: 8px auto
}

#information .agreement ol,
#information .policy ol {
    margin: 0 auto 12px 15px;
    counter-reset: number
}

#information .agreement ol li,
#information .policy ol li {
    margin: 8px auto
}

/*#information .agreement ol li::before,
#information .policy ol li::before {
    counter-increment: number;
    content: counter(number) ".";
    font-weight: 700;
    margin: 0 0 0 -20px
}*/

#information .agreement ul,
#information .policy ul {
    width: 90%;
    margin: 0 auto 16px;
    counter-reset: number
}

#information .agreement ul li,
#information .policy ul li {
    margin: 8px auto
}