/* -----------------------------------------------------
    全体・共通
  -----------------------------------------------------*/
body {
    background-color: #E5F1F3;
}

#backlog {
    margin: 0 auto;
    padding: 0;
}

#backlog #right-sidebar {
    padding: 0px 6px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

#backlog #layout-wrap {
    border-top: none;
}

/* -----------------------------------------------------
    ヘッダー
  -----------------------------------------------------*/
#backlog header {
    padding: 8px 0;
    background-color: #ffffff;
}

#backlog #layout-header-logo {
    position: relative;
    width: 289px;
    height: 90px;
    background: url(/assets/img/backlog/backlog_logo.png?2024090903)  center no-repeat;
    margin: 0 16px 0 13px;
}

#backlog #layout-header-logo div#logo_header {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 190px;
    height: 47px;
    text-indent: -9999px;
}

#backlog header .ascii_logo {
    position: absolute;
    top: 55px;
    right: 0px;
    width: 125px;
    height: 35px;
    text-indent: -9999px;
}

#backlog header .ascii_logo a{
    display: block;
    height: 2rem;
}

#backlog #layout-header-logo div#logo_header a {
    display: block;
    height: 3rem;
}

#backlog #layout-header-ad .ad-box {
    margin: 0;
}

#backlog #layout-header-ad {
    display: inline-block;
    width: 728px;
    background: transparent;
}

#backlog #jpWrap #header #generalMenu {
    background-image: url(/img/0910/bg_generalmenu_bk.gif?201910161500);
}

#backlog #jpWrap #header #generalMenu li a {
    background-image: url(/img/0910/menu_general_bk.gif?201910161500);
}

/* 枠タイトル */
#backlog .title-box h2{
    position: relative;
    padding: 5px 17px;
    color: #FFFFFF;
    font-size: 0.95rem;
    height: 32px;
    font-weight: 600;
    background: #1B8561;
    margin-bottom: 5px;
    box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.5);
    /*
    line-height:25px;
    */

}

#backlog .title-box h2::after {
    position: absolute;
    top: 0.4em;
    left: 0.5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 0.8em);
    height: calc(100% - 0.8em);
    background-color: #E5F1F3;
}
/* 枠タイトルここまで */

/* -----------------------------------------------------
    過去記事アーカイブ
  -----------------------------------------------------*/
#backlog #article_archive{
    background: #fff;
    border-radius: 3px;
    margin: 10px auto 6px;
    -webkit-border-radius: 3px;
}

#backlog #article_archive .title-box h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}

#backlog #article_archive dl{
    border-bottom: 1px solid #ddd;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-top: 5px;
    margin-bottom: 3px;
}

#backlog #article_archive dl:last-child{
    border-bottom: none;
}

#backlog #article_archive dt{
    border-right: 1px solid #ddd;
    display: inline-block;
    margin: 0 5px 3px 0;
    padding: 4px 10px;
    font-weight: normal;
}

#backlog #article_archive dd{
    color: #ccc;
    display: inline-block;
    padding: 4px 9px 4px 0;
    margin-bottom: 3px;
}

/* -----------------------------------------------------
    サイドバー
  -----------------------------------------------------*/
#backlog .right_contents_box{
    /* background-color: #f9f9f9; */
    margin-bottom: 15px;
}

#backlog .right_contents_box .title-box{
    font-size: 0.6rem;
    min-height: 32px;
}

#backlog .right_contents_box h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}

#backlog .right_contents_box #ad_box {
    background-color: #ffffff;
}

#backlog .right_contents_box #ad_box div {
    margin-bottom: 5px;
}

#backlog .right_contents_box #youtube_area {
    line-height: 0;
    margin-bottom: 5px;
}

/* おすすめ記事（ランキング） */
#backlog #ranking{
    margin-bottom: 5px;
}

#backlog #ranking .title-box{
    font-size: 0.6rem;
    min-height: 32px;
}

#backlog #ranking h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}

#backlog #ranking li{
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    color: #666;
    display: grid;
    font-size: 0.75rem;
    padding: 15px 8px 10px 10px;
}

#backlog #ranking li i{
    position: absolute;
    top: 7px;
    left: 5px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    width: 18px;
    height: 17px;
}

#backlog #ranking li a{
    display: block;
}

#backlog #ranking li a:after{
    display: block;
    clear: both;
    content: "";
}

#backlog #ranking li a:hover {
    text-decoration: none;
}

#backlog #ranking li a .img_box {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px  solid #ccc;
    float: left;
    margin: 0 10px 0 0;
}

#backlog #ranking li a:hover .img_box {
    border: 1px solid #004550;
}

#backlog #ranking .img_box img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

#backlog #ranking li h3{
    float: left;
    width: 210px;
    font-size: 0.8rem;
    font-weight: normal;
    color: #004550;
}

#backlog #ranking li a:hover h3 {
    text-decoration: underline;
}

#backlog #ranking li a p {
    color: #666;
}
/* おすすめ記事（ランキング）ここまで */

/* -----------------------------------------------------
    トップページ
  -----------------------------------------------------*/
#backlog.top #layout-wrap-inner2{
    background-color: #ffffff;
}

#backlog.top #layout-wrap-inner2 #main{
    margin: 0 0 20px 2px;
    background-color: #ffffff;
}

/* snsリンク */
#backlog.top .snsbtn_list{
    margin: 10px 0;
    border-top: 2px solid #1B8561;
    border-bottom: 2px solid #1B8561;
}

#backlog.top .snsbtn_list ul{
    text-align: center;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#backlog.top .snsbtn_list ul li{
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 5px 0 0;
    list-style-type: none;
    font-size: 85%;
}

#backlog.top .snsbtn_list ul li iframe {
    vertical-align: middle;
}

#backlog.top .snsbtn_list ul li.twi .arrow_box {
    display: inline-block;
    vertical-align: middle;
	margin-left: 5px;
	padding: 4px 4px 3px 3px;
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	line-height: 1.0;
}

#backlog.top .snsbtn_list ul li.twi .arrow_box:after,
#backlog.top .snsbtn_list ul li.twi .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	pointer-events: none;
}

#backlog.top .snsbtn_list ul li.twi .arrow_box:after {
	margin-top: -3px;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 3px;
}

#backlog.top .snsbtn_list ul li.twi .arrow_box:before {
	margin-top: -4px;
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #cccccc;
	border-width: 4px;
}
/* snsリンクここまで */

/* アンカーボタン */
#backlog.top #anker_link {
    padding: 20px 0;
}

#backlog.top #anker_link div {
    padding: 5px;
    text-align: center;
}

#backlog.top #anker_link div a {
    display: inline-block;
    background-color: #89c9b3;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    width: 500px;
    border-radius: 3px;
    line-height: 30px;
    font-size: 0.8rem;
    box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.5);
}

#backlog.top #anker_link div a:hover {
    text-decoration: none;
    background-color: #1b8561;
}
/* アンカーボタンここまで */

/* 最新&注目コンテンツ */
#backlog.top #top_news{
    background-color: #fff;
    -webkit-border-radius: 3px;
    margin: 10px auto 30px;
}

#backlog.top #top_news .c_box{
    padding: 10px;
    min-height: 122px;
    border-bottom: 1px solid #dce4e7;
}

#backlog.top #top_news .c_box a{
    display: block;
}

#backlog.top #top_news .news_box .c_box a:hover{
    text-decoration: none;
}

#backlog.top #top_news .news_box .c_box a:hover h3{
    text-decoration: underline;
}

#backlog.top #top_news .c_box a .img_box{
    margin-right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    float: left;
}

#backlog.top #top_news .c_box .img_box img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    vertical-align: bottom;
}

#backlog.top #top_news .c_box a:hover .img_box{
    border: 1px solid #004550;
    opacity: 0.8;
    margin-right: 15px;
}


#backlog.top #top_news .c_box .text_box{
    display: inline-block;
    width: 582px;
}

#backlog.top #top_news .c_box .text_box .subtitle{
    font-size: 0.8rem;
    margin-bottom: 5px;
    color: #666;
    font-weight: 600;
}

#backlog.top #top_news .c_box .text_box h3{
    font-size: 1.02rem;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #004550;
}

#backlog.top #top_news .c_box a:hover h3{
    text-decoration: underline;
}

#backlog.top #top_news .c_box .text_box .news_description{
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
}
/* 最新&注目コンテンツここまで */

/* 連載2種 */
#backlog.top .special_news{
    margin: 10px auto 30px;
    background-color: #fff;
    -webkit-border-radius: 3px;
}

#backlog.top .special_news .c_box {
    padding: 10px;
    border-bottom: 1px solid #dce4e7;
}

#backlog.top .special_news .c_box a {
    display: block;
}

#backlog.top .special_news .c_box a .img_box {
    margin-right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    float: left;
}

#backlog.top .special_news .c_box .img_box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

#backlog.top .special_news .c_box a:hover .img_box {
    border: 1px solid #004550;
    opacity: 0.8;
}


#backlog.top .special_news .c_box .text_box {
    display: inline-block;
    width: 582px;
}

#backlog.top .special_news .c_box .text_box .subtitle {
    font-size: 0.8rem;
    margin-bottom: 5px;
    color: #666;
    font-weight: 600;
}

#backlog.top .special_news .c_box .text_box h3 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #004550;
}

#backlog.top .special_news .c_box a:hover h3 {
    text-decoration: underline;
}

#backlog.top .special_news .c_box .text_box .news_description{
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
}

#backlog.top .special_news time {
    font-size: 0.8rem;
    text-align: right;
    color: #666;
    display: block;
}

#backlog.top .special_news .news_box .c_box {
    padding: 10px;
    min-height: 122px;
}

#backlog.top .special_news .news_box a {
    display: block;
}

#backlog.top .special_news  a:hover {
    text-decoration: none;
}

#backlog.top .special_news  a:hover h3 {
    text-decoration: underline;
}

#backlog.top .special_news .box_footer {
    padding: 20px;
    text-align: center;
}

#backlog.top .special_news .box_footer a {
    display: inline-block;
    background: #1B8561;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    font-size: 0.8rem;
    box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.5);
}

#backlog.top .special_news .box_footer a:hover {
    opacity: 0.8;
}

#backlog.top .special_news .box_footer a span:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/assets/img/backlog/btn_arrow.png) center no-repeat;
    position: relative;
    top: 3px;
    display: inline-block;
    transform: scale(-1, 1);
}

#backlog.top .special_news .box_footer a span:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/assets/img/backlog/btn_arrow.png) center no-repeat;
    position: relative;
    top: 3px;
    display: inline-block;
}
/* 連載2種ここまで */

/* ニュース＆レポート */
#backlog.top #backnumber {
    margin: 10px auto 30px;
    background-color: #fff;
    -webkit-border-radius: 3px;
}

#backlog.top #backnumber .c_box {
    padding: 10px;
    border-bottom: 1px solid #dce4e7;
}

#backlog.top #backnumber .c_box a {
    display: block;
}

#backlog.top #backnumber .c_box a .img_box {
    margin-right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    float: left;
}

#backlog.top #backnumber .c_box .img_box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

#backlog.top #backnumber .c_box a:hover .img_box {
    border: 1px solid #004550;
    opacity: 0.8;
}


#backlog.top #backnumber .c_box .text_box {
    display: inline-block;
    width: 582px;
}

#backlog.top #backnumber .c_box .text_box .subtitle {
    font-size: 0.8rem;
    margin-bottom: 5px;
    color: #666;
    font-weight: 600;
}

#backlog.top #backnumber .c_box .text_box h3 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #004550;
}

#backlog.top #backnumber .c_box a:hover h3 {
    text-decoration: underline;
}

#backlog.top #backnumber .c_box .text_box .news_description {
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
}

#backlog.top #backnumber time {
    font-size: 0.8rem;
    text-align: right;
    color: #666;
    display: block;
}

#backlog.top #backnumber .past_articles .news_box .c_box {
    padding: 10px;
    min-height: 122px;
}

#backlog.top #backnumber .past_articles .news_box a {
    display: block;
}

#backlog.top #backnumber .news_box a:hover {
    text-decoration: none;
}

#backlog.top #backnumber .news_box a:hover h3 {
    text-decoration: underline;
}
/* ニュース＆レポートここまで */

/* -----------------------------------------------------
    記事アーカイブ
  -----------------------------------------------------*/
#backlog.archive .list_box h2{
    font-size: 1.2rem;
    margin-bottom: 15px;
    color:#444;
    font-weight: bold;
}

#backlog.archive .list_box ul{
    margin-bottom: 10px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #ccc;
}

#backlog.archive .list_box li{
    position: relative;
    padding-left: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}

#backlog.archive .list_box li:before{
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: bold;
    color:#444;
}

/* -----------------------------------------------------
    特集・連載
  -----------------------------------------------------*/
#backlog.special #special_title{
    padding: 40px 10px 10px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    background-color: #F4F5F7;
    position: relative;
    color: #444;
    min-height: 205px;
}
#backlog.special #special_title .special_type{
    background-color: #c00;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    font-size: 1.0rem;
    position: absolute;
    top: 10px;
    left: 10px;
}
#backlog.special #special_title h1{
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    width: 550px;
}
#backlog.special #special_title p.lead{
    font-size: 1.0rem;
    width: 550px;
    margin-bottom: 15px;
}
#backlog.special #special_title .special_info{
    position: absolute;
    bottom: 10px;
    width: 710px;
}
#backlog.special #special_title .special_info:after{
    display: block;
    clear: both;
    content: "";
}
#backlog.special #special_title .author{
    font-size: 0.9rem;
    width: 480px;
    float: left;
}

#backlog.special #detail_info .author:empty {
    display: none;
}

#backlog.special #detail_info .author:before {
    position: relative;
    top: 0;
    left: 0;
    content: "文●";
}

#backlog.special #special_title time{
    font-size: 0.8rem;
    color: #666;
    text-align: right;
    display: block;
    float: right;
    width: 220px;
}
#backlog.special #special_title .title_img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
}
#backlog.special #special_title .title_img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

#backlog.special .specail_box {
    padding: 0 10px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

#backlog.special .specail_box a:after {
    display: block;
    clear: both;
    content: "";
}

#backlog.special .specail_box a:hover .text_box h2 {
    text-decoration: underline;
}

#backlog.special .specail_box .text_box {
    width: 575px;
    min-height: 125px;
    float: left;
}

#backlog.special .specail_box .text_box .subtitle {
    font-size: 0.8rem;
    color: #666;
    font-weight: 600;
}

#backlog.special .specail_box .text_box h2 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    color: #004550;
}

#backlog.special .specail_box .text_box p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

#backlog.special .specail_box .text_box time {
    font-size: 0.7rem;
    color: #666;
}

#backlog.special .specail_box a .img_box {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ccc;
    float: right;
}

#backlog.special .specail_box a:hover .img_box {
    border: 1px solid #004550;
    opacity: 0.8;
}

#backlog.special .specail_box .img_box img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

/* -----------------------------------------------------
    記事詳細ページ
  -----------------------------------------------------*/
#backlog.detail #detail_box {
    word-break: break-all;
}

#backlog.detail #detail_box #detail_contents h2, #backlog.detail #detail_box #detail_contents h3 {
    margin: 2em 0 1em;
    padding: 5px 5px 2px 12px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    color: #263D5E;
    border-left: 8px solid #263D5E;
    background: #ccc;
    background: -moz-linear-gradient(top, #E8EAEE 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #E8EAEE 0%,#fff 100%);
    background: linear-gradient(to bottom, #E8EAEE 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8EAEE', endColorstr='#fff',GradientType=0 );
}

#backlog.detail #detail_recommend h2, #backlog.detail #detail_special h2 {
    padding: 5px 10px;
    border: 0;
    background: #000;
    color: #fff;
    font-size: 0.9rem;
    min-height: 32px;
    font-weight: normal;
}

#backlog.detail #detail_contents{
    width:730px;
}
