@charset "UTF-8"; /**
 * side content
 */
/* common */
[class*=section_] {
    margin-bottom: 30px
}

[class*=section_] h3 {
    position: relative;
    padding-bottom: 20px;
    color: #000;
    font-size: 18px;
    line-height: 1.3
}

[class*=section_] h3 .link_more {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 12px;
    line-height: 23px
}

[class*=section_] h3 .ico_arrow_r {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #c1c1c1
}

[class*=section_] h3 .ico_arrow_r:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    -webkit-transform: translate(-70%,-50%) rotate(-45deg);
    transform: translate(-70%,-50%) rotate(-45deg)
}

/* section_01 */
.section_01 li {
    padding: 6px 0
}

.section_01 li a {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 24px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

/* section_02 */
.section_02 {
    overflow: hidden
}

.section_02 li {
    padding: 8px 0;
    border-top: 1px solid #d8d8d8
}

.section_02 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_02 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    min-height: 60px;
    text-decoration: none
}

.section_02 .thumb {
    overflow: hidden;
    position: relative;
    width: 75px;
    height: 60px;
    margin-left: 10px;
    background: #ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_02 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_02 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_02 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_02 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 60px
}

.section_02 .txt_age {
    position: absolute;
    top: 50%;
    left: 0;
    color: #0080e0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_02 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 48px;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_02 .tit:hover {
    text-decoration: underline
}

/* section_03 */
.section_03 li {
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #d8d8d8
}

.section_03 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_03 li a {
    display: block;
    text-decoration: none
}

.section_03 .thumb {
    overflow: hidden;
    position: relative;
    float: left;
    width: 90px;
    height: 60px;
    margin: 10px 10px 0 0;
    background: #ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_03 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_03 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_03 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_03 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 20px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.section_03 .tit:hover {
    color: #963615;
    text-decoration: underline
}

.section_03 .ico_exclusive {
    display: inline-block;
    padding: 0 5px;
    margin-right: 8px;
    background-color: #963615;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top
}

.section_03 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

/* section_04 */
.section_04 li {
    padding: 8px 0;
    border-top: 1px solid #d8d8d8
}

.section_04 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_04 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    min-height: 60px;
    text-decoration: none
}

.section_04 .thumb {
    overflow: hidden;
    position: relative;
    width: 75px;
    height: 60px;
    margin-left: 10px;
    background: #ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_04 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_04 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_04 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_04 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 60px
}

.section_04 .txt_age {
    position: absolute;
    top: 50%;
    left: 0;
    color: #0080e0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_04 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 48px;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_04 .tit:hover {
    text-decoration: underline
}

/* section_05 */
.section_05 li {
    padding: 10px 0;
    border-top: 1px solid #d8d8d8
}

.section_05 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_05 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    min-height: 60px;
    text-decoration: none
}

.section_05 .thumb {
    overflow: hidden;
    position: relative;
    width: 75px;
    height: 60px;
    margin-left: 10px;
    background: #ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_05 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_05 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_05 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_05 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 35px
}

.section_05 .press {
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 1.3
}

.section_05 .rank_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    text-align: center
}

.section_05 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 96px;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_05 .tit:hover {
    text-decoration: underline
}

/* section_06 */
.section_06 li {
    padding: 10px 0;
    border-top: 1px solid #d8d8d8
}

.section_06 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_06 li a {
    display: block;
    text-decoration: none
}

.section_06 .thumb {
    overflow: hidden;
    position: relative
}

.section_06 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_06 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_06 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_06 .press {
    display: block;
    color: #666;
    font-size: 14px;
    text-align: right
}

.section_06 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 48px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_06 .tit:hover {
    text-decoration: underline
}

.section_06 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 76px;
    color: #666;
    font-size: 13px;
    line-height: 19px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_06 .thumb+.tit {
    margin-top: 10px
}

.section_06 .thumb+.lede {
    margin-top: 10px
}

.section_06 .tit+.thumb {
    margin-top: 10px
}

.section_06 .tit+.lede {
    margin-top: 5px
}

/* section_07 */
.section_07 li {
    padding: 10px 0
}

.section_07 li:first-child {
    padding-top: 0
}

.section_07 li a {
    display: block;
    text-decoration: none
}

.section_07 .thumb {
    overflow: hidden;
    position: relative
}

.section_07 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_07 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_07 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_07 .press {
    display: block;
    color: #666;
    font-size: 14px;
    text-align: right
}

.section_07 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 48px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_07 .tit:hover {
    text-decoration: underline
}

.section_07 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 76px;
    color: #666;
    font-size: 13px;
    line-height: 19px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_07 .thumb+.tit {
    margin-top: 10px
}

.section_07 .thumb+.lede {
    margin-top: 10px
}

.section_07 .tit+.thumb {
    margin-top: 10px
}

.section_07 .tit+.lede {
    margin-top: 5px
}

/* section_08 */
.section_08>a {
    display: block;
    text-decoration: none !important
}

.section_08 .thumb {
    overflow: hidden;
    position: relative
}

.section_08 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_08 .thumb img {
    width: 100%;
    height: auto
}

.section_08 .info {
    padding-top: 12px
}

.section_08 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_08 .tit:hover {
    text-decoration: underline
}

.section_08 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 63px;
    margin-top: 8px;
    color: #555;
    font-size: 14px;
    line-height: 21px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

/* section_09 */
.section_09 li {
    padding: 10px 0;
    border-top: 1px solid #d8d8d8
}

.section_09 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_09 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 75px;
    text-decoration: none
}

.section_09 .thumb {
    overflow: hidden;
    position: relative;
    width: 130px;
    height: 75px;
    margin-left: 10px;
    background: #ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_09 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_09 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_09 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_09 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.section_09 .press {
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 1.3
}

.section_09 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 42px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_09 .tit:hover {
    text-decoration: underline
}

/* section_10 */
.section_10 {
    overflow: hidden
}

.section_10 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px
}

.section_10 li {
    width: 50%;
    padding: 0 7px 10px
}

.section_10 li a {
    display: block
}

.section_10 .thumb_wrap {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    background: #000 url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_10 .thumb_wrap:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_10 .thumb_wrap img,.section_10 .thumb_wrap iframe,.section_10 .thumb_wrap object,.section_10 .thumb_wrap embed,.section_10 .thumb_wrap a {
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_10 .info {
    padding: 10px 0
}

.section_10 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 38px;
    color: #333;
    font-size: 16px;
    line-height: 19px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_10 .date {
    float: left;
    color: #808080;
    text-align: left
}

.section_10 .hit {
    float: right;
    color: #cc0000;
    font-weight: bold;
    text-align: right
}

.section_10 .date,.section_10 .hit {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.3
}

/* section_11 */
.section_11 {
    overflow: hidden
}

.section_11 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px
}

.section_11 li {
    width: 50%;
    padding: 0 7px 10px
}

.section_11 li a {
    display: block
}

.section_11 .thumb_wrap {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #000 url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_11 .thumb_wrap:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
    pointer-events: none
}

.section_11 .thumb_wrap img,.section_11 .thumb_wrap iframe,.section_11 .thumb_wrap object,.section_11 .thumb_wrap embed,.section_11 .thumb_wrap a {
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_11 .info {
    padding: 10px 0
}

.section_11 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 38px;
    color: #333;
    font-size: 16px;
    line-height: 19px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_11 .date {
    float: left;
    color: #808080;
    text-align: left
}

.section_11 .hit {
    float: right;
    color: #cc0000;
    font-weight: bold;
    text-align: right
}

.section_11 .date,.section_11 .hit {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.3
}

/* section_12 */
.section_12 {
    overflow: hidden
}

.section_12 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #d6d6d6
}

.section_12 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_12 li a {
    display: block
}

.section_12 .thumb_wrap {
    overflow: hidden;
    position: relative;
    width: 146px;
    height: 88px;
    margin-right: 12px;
    background: #000 url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_12 .thumb_wrap:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
    pointer-events: none
}

.section_12 .thumb_wrap img,.section_12 .thumb_wrap iframe,.section_12 .thumb_wrap object,.section_12 .thumb_wrap embed,.section_12 .thumb_wrap a {
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_12 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-top: 4px
}

.section_12 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 80px;
    color: #333;
    font-size: 15px;
    line-height: 20px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_12 .date {
    float: left;
    color: #808080;
    text-align: left
}

.section_12 .hit {
    float: right;
    color: #cc0000;
    font-weight: bold;
    text-align: right
}

.section_12 .date,.section_12 .hit {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.3
}

/* section_13 */
.section_13 li {
    padding: 10px 0;
    border-top: 1px solid #d8d8d8
}

.section_13 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_13 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 75px;
    text-decoration: none
}

.section_13 .thumb {
    overflow: hidden;
    position: relative;
    width: 130px;
    height: 75px;
    margin-right: 10px;
    background: #ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_13 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_13 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_13 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_13 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.section_13 .press {
    display: block;
    margin-top: 10px;
    color: #666;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3
}

.section_13 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 36px;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_13 .tit:hover {
    text-decoration: underline
}

/* section_14 */
.section_14 li {
    padding: 10px 0;
    border-top: 1px solid #d8d8d8
}

.section_14 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_14 li a {
    display: block;
    text-decoration: none
}

.section_14 .thumb {
    overflow: hidden;
    position: relative
}

.section_14 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_14 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_14 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_14 .press {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    line-height: 1.3;
    text-align: right
}

.section_14 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 48px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_14 .tit:hover {
    text-decoration: underline
}

.section_14 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 76px;
    color: #666;
    font-size: 13px;
    line-height: 19px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_14 .thumb+.tit {
    margin-top: 10px
}

.section_14 .thumb+.lede {
    margin-top: 10px
}

.section_14 .tit+.thumb {
    margin-top: 10px
}

.section_14 .tit+.lede {
    margin-top: 5px
}

/* section_15 */
.section_15 li {
    padding: 10px 0;
    border-top: 1px solid #d8d8d8
}

.section_15 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_15 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 75px;
    text-decoration: none
}

.section_15 .thumb {
    overflow: hidden;
    position: relative;
    width: 130px;
    height: 75px;
    margin-right: 10px;
    background: #ebebeb url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_15 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_15 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_15 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_15 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.section_15 .press {
    display: block;
    margin-top: 10px;
    color: #666;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3
}

.section_15 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_15 .tit:hover {
    text-decoration: underline
}

@media all and (max-width: 640px) {
    /* common */ [class*=section_] {
        margin-bottom:25px
    }

    [class*=section_] h3 {
        padding-bottom: 15px;
        margin: 0 20px
    }

    [class*=section_] ul,[class*=section_] ol {
        padding: 0
    }

    [class*=section_] ul li {
        margin: 0 20px
    }

    /* section_03 */
    .section_03 .tit:hover {
        color: inherit
    }

    /* section_08 */
    .section_08>a {
        margin: 0 20px 10px;
    }

    /* section_10 */
    .section_10 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .section_10 ul li {
        margin: auto;
        width: calc(50% - 10px);
        margin: 10px auto 0;
    }

    .section_10 ul li:nth-of-type(odd) {
        margin-left: 10px;
    }

    .section_10 ul li:nth-of-type(even) {
        margin-right: 10px;
    }

    .section_11 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .section_11 ul li {
        margin: auto;
        width: calc(50% - 10px);
        margin: 10px auto 0;
    }

    .section_11 ul li:nth-of-type(odd) {
        margin-left: 10px;
    }

    .section_11 ul li:nth-of-type(even) {
        margin-right: 10px;
    }
}

/* 광고배너 */
.ad_vert {
    position: relative;
    margin: 0 auto;
    width: 100%
}

.ad_vert a {
    display: block
}

.ad_vert a img {
    width: 100%;
    height: auto
}