/* ----------------------------

サービスリスト/top/ダウンロード/お問い合わせ

----------------------------- */

#top .dlb_c35_l,
.page_contact_1 .dlb_c35_l,
.page_download .dlb_c35_l{
    background: none;
    min-width: auto;
	width:240px;
    padding: 0;
    /*padding-bottom:3rem;*/
	height:130px;
}
#top .dlb_c35_r,
.page_contact_1 .dlb_c35_r,
.page_download .dlb_c35_r {
    display: flex;
    align-items: center;
	width:calc(100% - 240px);
}

@media only screen and (max-width: 690px) {
	#top .dlb_c35_l,
	.page_contact_1 .dlb_c35_l,
	.page_download .dlb_c35_l, 
	#top .dlb_c35_r,
	.page_contact_1 .dlb_c35_r,
	.page_download .dlb_c35_r {
		width:100%;
	}
}

#top .inner .dlb_c35_l img {
	max-height:92px;
	max-width: 100%;
}


#top .dlb_banner_1,
#top .dlb_banner_1 .col,
#top .dlb_banner_1 .col:nth-child(4n+1){
    border: none;
	text-align: center;
}
#top .dlb_content-35{
    background: rgba(12, 125, 193, 0.2);
    /* padding: 6rem 0; */
}
#top .dlb_c35_block_cover{
    background: #fff;
    padding: 0 5rem;
}
#top .service_list-first{
    padding-top: 6rem;
}
#top .service_list-first .dlb_c35_block_cover{
    border-radius: 35px 35px 0 0;
    padding-top: 3.5rem;
}
#top .service_list-last{
    padding-bottom: 6rem;
}
#top .service_list-last .dlb_c35_block_cover{
    border-radius: 0 0 35px 35px;
    padding-bottom: 3.5rem;
}
#top .dlb_banner_1.Logolist .col{
    padding: 10px;
}
@media only screen and (max-width: 690px){
    #top .dlb_c35_block_cover {
        padding: 0 25px;
    }
    #top .dlb_banner_1.Logolist .col{
        padding: 0;
    }
    /*
    #top .dlb_content-35 {
        padding: 2rem 0;
    }
    #top .dlb_c35_block_cover{
        padding: 3.5rem 2rem;
    }
    #top .dlb_c35_l{
        padding-bottom: 0;
    }
    */
}

.page_contact_1 .dlb_btn_inlineb,
.page_download .dlb_btn_inlineb{
    width: 100%;
}

.page_contact_1 .dlb_btn_inlineb a,
.page_download .dlb_btn_inlineb a{
    width: 70%;
    position: relative;
    padding: 16px 3.5em 16px 1.5em;
    border-radius: 30px;
    border: none;
    font-size: 1.6rem;
    background: #0C7DC1;
    border: solid 2px #0C7DC1;
    box-shadow: 0 0 10px #0C7DC1;
}
.page_contact_1 .dlb_btn_inlineb a::after,
.page_download .dlb_btn_inlineb a::after{
    content: '';
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    position: absolute;
    right: 1.5em;
    width: 13px;
    height: 13px;
    top: calc(50% - 7px);
    transition: all .2s ease-in 0s;
}
.page_contact_1 .dlb_btn_inlineb a:hover,
.page_download .dlb_btn_inlineb a:hover{
    color: #0C7DC1;
    background-color: #ffffff;
}

@media only screen and (max-width: 979px){
    .page_contact_1 .dlb_btn_inlineb a,
    .page_download .dlb_btn_inlineb a{
        width: 95%;
    }
}
@media only screen and (max-width: 690px){
    .page_contact_1 .dlb_btn_inlineb a,
    .page_download .dlb_btn_inlineb a{
        width: 100%;
    }
}



/* index */
.main_area {
    margin-top: 0;
    margin-bottom: 100px;
}
.main_area .main_txt {
    width: 100%;
    max-width: 1120px;
}
.main_area .main_txt_in {
    /*vertical-align: top;*/
    /*padding-top: 200px;*/
}
@media only screen and (max-width: 1120px){
    .main_area .main_txt {
        width: 94%;
    }
}
@media only screen and (max-width: 690px){
    .main_area {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .main_area .main_txt_in {
        vertical-align: middle;
        padding-top: 0;
    }
}


#top .dlb_rss_03_box{
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(12, 125, 193, 0.2);
}
#top .dlb_rss dl {
    border-color: #7B7B7B;
    border-style: solid;
    position: relative;
}
#top .dlb_rss dl:last-child {
    border-bottom-width: 1px;
}
#top .dlb_rss dl::after,
#top .dlb_rss dl:last-child::after, 
#top .dlb_rss dl:last-child::before{
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    max-width: 200px;
    height: 1px;
    background-color: #0C7DC1;
}
#top .dlb_rss dl:last-child::before{
    top: auto;
    bottom: -1px;
}
#top .dlb_rss_03 .rss_date {
    color: #767676;
}
#top .dlb_rss_03 .rss_title {
    font-weight: 400;
}

@media only screen and (max-width: 690px){
    #top .dlb_rss dl::after,.#top dlb_rss dl:last-child::after {
        top: 15px;
    }
}


/**/

.useful_list dd{
	    font-size: 11px;
    color: #333333;
}

.useful_span{
    display: block;
    text-align: right;
}

/*
.arrow_circle_right{
	padding: 0;
}
*/

.dlb_list ul{
	list-style: none
}


.dlb_banner_1.inner_s .col img, .dlb_banner_1.inner_s .col:nth-child(4n+1) img {
	max-width: 100%;
	height:auto;
}


/* ----------------------------

サムネイル名 ： 表 No.04

----------------------------- */
.dlb_table_04_1 {margin-bottom: 30px;}
.dlb_table_04_1 thead td:first-child {width: 25%;}
@media only screen and (max-width: 690px) {
	.dlb_table_04_1 {margin-bottom: 0;}
}

.dlb_table_04_1 tbody tr:nth-child(even) td:first-child,
.dlb_table_04_1 tbody td:first-chil{
		background-color: none;
	color: none;
}

.dlb_table_04_1 thead td{
	background-color: #0B7DC1;
    color: #ffffff;

}

.dlb_table_04_1 tbody tr:nth-child(even) td {
    background-color: #f5f5f5;
}

/* 導入の流れ*/
.dlb_topline{
	border-top: 1px solid #ccc;
}
 

.dlb_c68_block{
	margin-top: 40px;
}


/* サービス_ページ内アンカー */

.internallink {
	background-color: #F8FBFD;
    padding: 30px;
}

.R_list{
    list-style: none;
    border-left: 3px solid #0C7DC1;
	padding-left: 20px;
}
.R_list li{
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 979px){
    .internallink {
        background: none;
        padding: 0;
    }
    .internallink ul{
        display: flex;
        flex-wrap: wrap;
        border: none;
        padding-left: 0;
    }
    .internallink li {
        width: calc(33.33333% - 5.4px);
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .internallink li:nth-child(3n) {
        margin-right: 0;
    }
    
    .internallink li a{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        margin: 0;
        padding: 10px 5% 10px 2em;
        color: #333333;
        background-color: #F8FBFD;
        border-color: #0B7DC1;
        border-width: 1px;
        border-style: solid;
        text-decoration: none;
    }
    .internallink li a::before {
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #0B7DC1;
        transform: rotate(135deg);
        transition: all .3s ease-in 0s;
        position: absolute;
        left: 1em;
        top: calc(50% - 6px);
    }
}

@media only screen and (max-width: 690px){
    .internallink li{
        width: calc(50% - 4px);
    }
    .internallink li:nth-child(3n) {
        margin-right: 8px;
    }
    .internallink li:nth-child(2n) {
        margin-right: 0;
    }
}


/* サービス_導入実績 */
.introduction_results_table{
    border: none;
}

.introduction_results_table .col,
.introduction_results_table .col:nth-child(4n+1){
    border: none;
}
.introduction_results_table .col::after{
    display: block;
    content: '';
    background-color: #0C7DC1;
    position: absolute;
    width: 24px;
    height: 1px;
    top: 0px;
    left: -12px;
}
.introduction_results_table .col::before{
    display: block;
    content: '';
    background-color: #0C7DC1;
    position: absolute;
    width: 1px;
    height: 24px;
    top: -12px;
    left: 0;
}
.introduction_results_table .col:nth-child(2)::after,
.introduction_results_table .col:nth-child(3)::after,
.introduction_results_table .col:nth-child(3n+1)::after{
    content: none;
}
.introduction_results_table .col:nth-child(2)::before,
.introduction_results_table .col:nth-child(3)::before,
.introduction_results_table .col:nth-child(3n+1)::before{
    content: none;
}

@media only screen and (max-width: 690px){
    .introduction_results_table .col::after{
        top: auto;
        left: auto;
        bottom: 0px;
        right: -12px;
        z-index: +2;
    }
    .introduction_results_table .col::before{
        top: auto;
        left: auto;
        bottom: -12px;
        right: 0;
        z-index: +2;
    }
    .introduction_results_table .col:nth-child(3n+1)::after,
    .introduction_results_table .col:nth-child(3n+1)::before{
        content: '';
    }
    .introduction_results_table .col:nth-child(2n)::after,
    .introduction_results_table .col:nth-child(2n)::before{
        content: none;
    }
    .introduction_results_table .col:nth-child(1)::after,
    .introduction_results_table .col:nth-child(3)::after,
    .introduction_results_table .col:nth-child(1)::before,
    .introduction_results_table .col:nth-child(3)::before{
        content: '';
    }
    .introduction_results_table .col:nth-child(2n+1):last-child::after,
    .introduction_results_table .col:nth-child(2n+1):last-child::before{
        content: none;
    }
}

/* サービス_インタビュー */
.Int_details{
    margin-left: auto;
}
@media only screen and (max-width: 690px){
    .Int_details{
        margin: auto;
    }
}


/* news */
.news_table{
    /* margin-top: 1em; */
}
.news_table td:first-child, 
.news_table th {
    background-color: #E7F2F9;
    color: #000000;
    font-weight: 500;
}
.news_table td{
    border-color: #ffffff;
    padding:6px 9px;
}



/* event */


/* news_event rss */

@media only screen and (max-width: 979px){
    .page_news .dlb_rss_01,
    .page_event .dlb_rss_01{
        margin-bottom: 4em;
    }
}

/* news_event 問い合わせ */

.news_ca, .event_ca{
    padding-top: 0;
    padding: 14px;
}
.news_ca h2, .event_ca h2{
    border-left: none;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 0.8rem 1.2rem;
}
.news_ca .dlb_c36_block,
.event_ca .dlb_c36_block{
    padding: 17px 0;
}
.news_ca .dlb_c36_title,
.event_ca .dlb_c36_title{
    width: 35%;
    font-size: 18px;
    padding-right: 0;
}
.news_ca .dlb_c36_txt,
.event_ca .dlb_c36_txt{
    font-size: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 979px){
}
@media only screen and (max-width: 690px){
    .news_ca .dlb_c36_title,
    .event_ca .dlb_c36_title{
        width: 100%;
        font-size: 15px;
        margin: 0;
        padding-bottom: 1em;
        border-bottom: 1px solid;
        margin-bottom: 1em;
    }
    .news_ca .dlb_c36_txt,
    .event_ca .dlb_c36_txt {
        font-size: 21px;
        text-align: center;
    }
}



/* 記事詳細 */
.related_article{
    
}

.related_article .col.dlb_c39_img{
    background: none;
}
.related_article .col.dlb_c39_txt {
    background: none;
    padding: 0;
    padding-left: 2rem;
    font-size: 16px;
}
.related_article .related_article_day{
    font-size: 10px;
    font-weight: 400;
}

.report_dl{}
@media only screen and (max-width: 690px){
    .report_dl{ margin: auto; }
}

/* サイトマップ */
#sitemap li::before {
    border-top: 2px solid #0E7DC1;
    border-right: 2px solid #0E7DC1;
}

/* レコメンド */
.recommend_box01 {
	display: flex;
}
.recommend_box01 figure {
	width:120px;
}
.recommend_box01 figure img {
	width:100px;
	height:auto;
}
.recommend_box01 .txt_right {
	width:calc(100% - 120px - 20px);
	margin-left:20px;
}

@media only screen and (max-width: 690px){
	.recommend_box01 {
		flex-direction: column;
		align-items: center;
	}
	.recommend_box01 .txt_right {
		width:100%;
	}
	
}



.Logolist .col6_633 .col {
	width:170px !important;
}