@charset "UTF-8";

#news_detail .container {
    width: 100%;
    padding: 0 20px 100px;
}
#news_detail .wrap {
margin-top: 40px;
    color: #333;
    text-align: left;
}
#news_detail .social {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
#news_detail .detail_title {
    font-size: 3.2rem;
    font-size: 32px;
    color: #002f58;
    line-height: 1.4;
    font-weight: bold;
    margin: 30px 0 35px;
}
#news_detail .detail_tag {
    padding: 2px 8px;
    margin-left: 8px;
    font-size: 1.2rem;
    font-size: 12px;
    color: #fff;
    background: #587e96;
}
#news_detail .detail_body {
    padding: 40px 0;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 2;
}
#news_detail div.detail_body img,
#news_detail div.detail_thumimg img {
    width: 100%;
    height:auto;
}
#news_detail .paging {
    padding-bottom: 100px;
}
#news_detail .paging a span{
    padding: 8px 8px;
    border: 1px solid #666;
}
/* navi
-----------------------------------------*/
#content nav,#news_detail nav {
    background-image: url("../images/common/nav_bg.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#content {
    text-align: center;
}
#content h1 {
    font-size: 3.6rem;
    font-size: 36px;
    font-weight: bold;
    margin: 50px 0 0;
}

#content h2, #news_detail h2 {
    font-size: 2.8rem;
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
    padding-bottom: 40px;
}
#content .lead, #news_detail .lead  {
    font-size: 2.0rem;
    font-size: 20px;
    margin-top: 16px;
    padding-bottom: 30px;
}
#content ul.cate-navi {
    font-size: 2.0rem;
    font-size: 20px;
    text-align: center;
    margin: 10px auto 0;
    background: #f0f0f0;
}
#content ul.cate-navi li {
    display: inline-block;
    background: #f0f0f0;
    line-height: 1;
    padding: 20px 20px 20px 0;
    word-wrap: break-word;
}
#content ul.cate-navi li a{
    padding-left: 20px;
    border-bottom: 0px;
    border-left: 1px solid #002f58;
}
#content ul.cate-navi li.cn-first a{
    border-left: none;
}
#content ul.cate-navi li:hover, #content ul.cate-navi li.current {
    background: #002f58;
}
#content ul.cate-navi li:hover a, #content ul.cate-navi li.current a {
    color: #fff;
}
#content ul.cate-navi li.current a {
    border-left: 1px solid #002f58 !important;
}
#content ul.cate-navi li:hover+li a {
    border-left: 1px solid #f0f0f0;
    -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    transition: all  0.0s ease;
}
#content ul.cate-navi li.current+li a {
    border-left: none;
    -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    transition: all  0.0s ease;
}
#content p#content_more {
    padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
    #content ul.cate-navi {
        font-size: 1.4rem;
        font-size: 14px;
    }
    #content ul.cate-navi li a{
        width: 16%;
        line-height: 1.2;
    border-left: none;
    }
    #content ul.cate-navi li:hover+li a {
        border-left: none;
        -webkit-transition: all 0.0s ease;
        -moz-transition: all 0.0s ease;
        -o-transition: all 0.0s ease;
        transition: all  0.0s ease;
    }
    #news_detail .wrap {
       padding: 0 10px;
    }
}
@media screen and (max-width: 768px) {
    .inner .banner{padding-top: 100px;padding-bottom:0;}
    #content h1 {
        font-size: 2.4rem;
        font-size: 24px;
    }
    #content h2, #news_detail h2 {
        font-size: 2.0rem;
        font-size: 20px;
    }
    #content .lead  {
        font-size:1.6rem;
        font-size:16px;
    }

    #news_detail .detail_title {
        font-size: 2.4rem;
        font-size: 24px;
        margin: 25px 0 20px;
    }
    #news_detail .social {
        padding: 10px 0;
        border-top: 1px solid #ccc;
       border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        position: relative;
    }

    #news_detail .social .fb_iframe_widget_fluid {
        display: inline-block;
    }

    #news_detail .social #___plusone_0,#news_detail .social #___plusone_1 {
        position: relative;
        top: -2px;
        width: 70px !important;
        padding: 1em 0 !important;
    }
}

@media screen and (max-width: 460px) {
    #content ul.cate-navi {
        font-size: 1.2rem;
        font-size: 12px;
    }
    #content ul.cate-navi li {
        padding: 14px 20px 14px 0;
    }

    #news_detail .social div, #news_detail .social iframe{ /*margin-bottom: 5px;*/ }
}
.content_more {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1;
    color: #002f58;
    border-bottom: none;
    font-weight: bold;
    display: inline-block;
    background: url("../images/content_arrow_nv.png") 10px 50% no-repeat;
    width: 360px;
    height: 60px;
    margin-top: 2px;
    padding: 20px 0;
    border: 2px solid #002f58;
}
.alm-btn-wrap {
    margin-top: 40px;
}

#content .done, #content .loading {
    display:none;
}
@media screen and (max-width: 640px) {
    .content_more {
        width: 100%;
}
    .alm-btn-wrap {
        width: 100%;
    padding: 0 20px;
}
}
/*p#content_more span{
    display: inline-block;
    background: url("../images/content_arrow_nv.png") 10px 50% no-repeat;
    width: 360px;
    height: 60px;
    margin-top: 2px;
    padding-top: 20px;
    border: 2px solid #002f58;
}*/
@media screen and (max-width: 768px) {
    p.content_more span{
    margin-top: 20px !important;
    }
}
@media screen and (max-width: 640px) {
    #content p.content_more {
        width: 100%;
        padding: 0 20px;
    }
    #content p.content_more span{
        margin-top: 20px;
    }
    #content p.content_more span{
        width: 100%;
        padding-top: 22px;
    }
    #content p.content_more a {
        font-size: 1.4rem;
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    #top .lead, #news_detail .lead {
        font-size: 1.4rem;
        font-size: 14px;
        padding-bottom: 20px;
    }
    #top .lead span{
        padding: 0 20px;
        border-right: 1px solid #002f58;
        word-wrap: break-word;
    }
    #top .lead span:last-child {
        border-right: none;
    }
    #top .lead span a{
        border-bottom: none;
    }
}
@media screen and (max-width: 640px) {
    .lead_box {
        width: 100%;
        padding: 10px;
    }
    #top .lead span:first-child {
        padding: 0 20px 0 0;
    }
}

/* blog, sekekt - list
-----------------------------------------*/
#content #news,
#content #blog,
#content #selekt {
    text-align: center;
    padding: 10px 0 60px;
}
.container .container_box a {
    color: #000;
    border-bottom: none;
    line-height: 1.5;
}
/*記事ページ*/
#news_detail .wrap {
    margin-top: 65px;
    padding: 0 10px;
}


/*seo*/
#content p.seo {
    font-size: 3.6rem !important;
    font-size: 36px !important;
    font-weight: bold !important;
    margin: 50px 0 0 !important;
}

#news_detail h1.detail_title {
    font-size: 3.2rem !important;
    font-size: 32px !important;
    color: #002f58 !important;
    line-height: 1.4 !important;
    font-weight: bold !important;
    margin: 30px 0 35px !important;
}

#content .mb2em {
	margin-bottom:2em !important;
}


@media screen and (max-width: 768px) {
    #content p.seo {
        font-size: 2.4rem !important;
        font-size: 24px !important;
    }
    #news_detail h1.detail_title {
        font-size: 2.4rem !important;
        font-size: 24px !important;
        margin: 25px 0 20px !important;
    }
}
.banner div.b_news {
    position: relative;
    width: 100%;
    background: url("../images/news/news_main.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 38.58%;
}
.banner div.b_blog {
    position: relative;
    width: 100%;
    background: url("../images/blog/blog_main.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 38.58%;
}
@media screen and (min-width: 1401px) {
    .banner div.b_news {
    }
    .banner div.b_news .news_catch img {
        max-width: 238px;
    }
    .banner div.b_news .news_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
    .inner h3{font-size:36px;margin-top:50px}
    
    .banner div.b_blog .blog_catch img {
        max-width: 140px;
    }
    .banner div.b_blog .blog_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 1400px) {
    .banner div.b_news {
    }
    .banner div.b_news .news_catch img {
        max-width: 238px;
    }
    .banner div.b_news .news_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
    .inner h3{font-size:36px;margin-top:50px}
    
    .banner div.b_blog .blog_catch img {
        max-width: 140px;
    }
    .banner div.b_blog .blog_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }}
@media screen and (max-width: 960px) {
	.inner h3{font-size:20px;margin-top:0px}
    .banner div.b_news .news_catch img {
        width: 80%;
        /*max-width: 408px;*/
    }
    .banner div.b_news .news_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 30px 0;
        top: -210px;
        left: 0;
        right: 0;
    }
    .banner div.b_news{top:-20px}
    
    .banner div.b_blog .blog_catch img {
        width: 80%;
        /*max-width: 408px;*/
    }
    .banner div.b_blog .blog_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 30px 0;
        top: -210px;
        left: 0;
        right: 0;
    }
    .banner div.b_blog{top:-20px}
}
@media screen and (max-width: 768px) {
    #content h2, #news_detail h2{
       padding-bottom:17px;
    }
    .banner div.b_news .news_catch img {
        width: 50%;
    }
    .banner div.b_news .news_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 17px 0;
        top: -180px;
        left: 0;
        right: 0;
    }
    
    .banner div.b_blog .blog_catch img {
        width: 50%;
    }
    .banner div.b_blog .blog_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 30px 0;
        top: -180px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 460px) {
    .banner div.b_news .news_catch img {
        width: 33%;
    }
    .banner div.b_news .news_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 20px 0!important;
        margin-top:50px!important;
        top: -130px;
        left: 0;
        right: 0;
    }
    
    .banner div.b_blog .blog_catch img {
        width: 20%;
    }
    .banner div.b_blog .blog_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 20px 0!important;
        margin-top:50px!important;
        top: -130px;
        left: 0;
        right: 0;
    }
    .respon {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
	}
}
