


@charset "UTF-8";
/* 
======== CONTENTS ==========================================
    Site Name: group
    2019.6.28
=========================================================
*/

/*上位CSS調整*/
@media screen and (max-width: 767px) {
    #fb img {
        width: inherit;
        max-width: 100%
    }
}
#fb .se-h302-t, #fb .se-h302-b, #fb .se-h301-t, #fb .se-h301-h2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 0 .4em 0 !important;
}

/*btn*/
.se-btn01-t {
    margin-top: 1em;
}
.btn01 {
    padding: 6px 5px;
    display: block;
    float: left;
    background: url(/common/img/se_block/bg_btn01-01.gif) left top;
}
.btn01 a {
    padding: 0.65em 30px 0.65em 15px;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    background: #ffffff;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
}
.btn01 a span{
    position: relative;
    padding-left: 8px;
}
.btn01 a span::before {
    position: absolute;
    top: .35em;
    left: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #ff0026;
}
@media screen and (max-width: 767px) {
    .btn01 {width:100%}
    .btn01 a {width:100%;}
}

.lead_box {
    margin-bottom: 25px;
}
.lead_box .right_img {
    float: right;
    margin: 0 0 0 25px;
}
.se-h201-t {
    margin-bottom: 25px;
}

/*2col*/
div#fb div.sec-2col01 div.sec-l,.sec-l {
    width: 49%;
    float: left;
}
div#fb div.sec-2col01 div.sec-r,.sec-r {
    width: 49%;
    float: right;
}
@media screen and (max-width: 767px) {
    .sec-r, .sec-l {
        float: none;
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .se-anch-list02 li {
        display: block !important;
    }
}

/*2段コンテンツ*/
.ttl_box {
    padding: 0 0 11px 0;
}
.ttl_box h3 a {
    padding: 0 0 0 1em !important;
    background: url(/res/common/img/se_list/blt_share-link01.gif) 0 0.4em no-repeat !important;
    text-indent: 0 !important;
    text-decoration: underline;
}

.list_box {
    margin: 25px 0;
}
.list_box li {
    margin: 0 0 3px 0;
    padding: 0 0 0 18px;
}
.list_box .sec02-01 sec-l {
    float: left;
    width: 350px;
}
.list_box .sec02-01 sec-r {
    float: right;
    width: 350px;
}

/*バナーエリア*/
.org-bnr{}
.org-bnr__item{margin:0 0 10px 0;text-align:center;}
@media screen and (max-width: 767px) {
    .org-bnr__item{margin:0 10px 10px 10px; }
}


