@charset 'Shift_JIS';
/* ↓commonに追加したい */
.arrow_icon {
    padding: 8px 28px 8px 10px;
    font-size: 14px;
    position: relative;
    display: block;
}
.arrow_icon::after {
    height: 1em;
    margin: auto 0;
    font-family: 'icomoon';
    font-weight: normal;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    content: '\e904';
    opacity: 0.8;
}
.fl_inner {
    flex: 1 0 auto;
    align-self: auto;
}
.list_info {
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    border-width: 1px 0;
    border-style: solid;
    border-color: #a0a0a0;
    background: #dae0e5;
}
.box_pager {
    border-bottom: 1px solid #a0a0a0;
}
.box_pager .fl_inner:not(:last-child) {
    border-right: 1px solid #a0a0a0;
}
.box_pager .fl_inner.first,
.box_pager .fl_inner.last {
    width: 44px;
    -webkit-flex: 0 0 44px;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
}
.box_pager .arrow_icon,
.box_pager .btn {
    height: 44px;
    line-height: 44px;
}
.box_pager .btn {
    width: 44px;
    font-size: 14px;
    display: block;
}
.box_pager span {
    line-height: inherit;
    opacity: 0.8;
}
.box_pager .arrow_icon {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
.box_pager .arrow_icon:not(.nonactive) {
    font-weight: bold;
}
.nonactive {
    pointer-events: none;
    color: #bdc7d0;
}
.box_pager .prev .arrow_icon {
    padding-right: 8px;
    padding-left: 28px;
}
/* 左向き矢印 */
.box_pager .prev .arrow_icon::after,
.link_back .arrow_icon::after {
    right: auto;
    left: 8px;
    content: '\e902';
}
/* セレクトボックスのみパターン */
.refine_tab_cond {
    background-color: #fff;
    border: none;
    padding: 0;
}
.refine_tab_cond .box_cond {
    display: inline-block;
    width: auto;
    max-width: none;
}
.refine_tab_cond .selectbox {
    padding-left: 10px;
    padding-right: 30px;
}
.refine_tab_cond .sl {
    width: 100%;
}
/* ↓iphone_ho.cssに追加 */
.sns_button {
    line-height: 1;
}
/* ホスガイ特集 */
.box_hg-topics {
    text-align: center;
}
.box_hg-topics .ygtopics {
    text-align: left;
}
.clist_general.list_hg-topics {
    margin-top: 30px;
}
.clist_general.list_hg-topics .elm {
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 0 none;
}
.clist_general.list_hg-topics .elm:first-child {
    margin-top: 40px;
}
.box_hg-topics .btn:not(.nonactive),
.box_hg-topics .arrow_icon:not(.nonactive) {
    color: #3469e5;
}
/* 記事情報 */
.list_hg-topics .elm .topic_info {
    position: relative;
    display: block;
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    background-color: #333;
    border-width: 4px 0;
    border-style: solid;
    border-color: #856BC6;
    max-width: 480px;
    margin: auto;
}
/* 日付 */
.list_hg-topics .date {
    position: absolute;
    margin-bottom: 2px;
    width: 120px;
    height: 28px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    background-color: #FEDB19;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -32px;
    z-index: 0;
}
/* カテゴリ */
.list_hg-topics .cate {
    background: none;
    position: absolute;
    right: 4px;
    border: 1px solid #856BC6;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    top: -28px;
    font-size: 10px;
    border-radius: 2px;
}
/* バナー */
.list_hg-topics .bnr {
    max-height: 300px;
    max-width: 100%;
}
/* 記事タイトル */
.list_hg-topics .title {
    color: #0ff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
}
/* シェアボタン */
#fb-root {
    margin-left: 4px;
}
