@charset "UTF-8";
.swiper-container {
    width: 1110px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container img {
    width: 1108px;
    height: 432px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    border: #ccc solid 1px;
    box-sizing: border-box;
}

.gallery-top {
    height: 434px;
}

.gallery-thumbs {
    height: 85px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: .4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/**
* 日管協チャンネル
*/
.video-slide {
    background: url("../img/slide/slider24.png") no-repeat;
    height: auto;
    width: 100%;
    background-size: contain;
    display: flex;
    justify-content: space-between;
}

.video-slide a {
    width: 45%;
    height: 432px;
}

/**
* topics
*/
.topics {
    width: 100%;
    margin-bottom: 3rem;
}

.topics_tit {
    background: #f69;
    color: #fff;
    margin-bottom: 1em;
}

.topics_tit h2 {
    font-weight: bold;
    padding: .5em;
    margin: 0;
}

.topics_list {
    margin: 0;
    padding: 0;
}

.topics_list dl {
    display: flex;
    align-items: center;
    padding: 0 0 .5em;
    border-bottom: #ccc dotted 1px;
    margin-bottom: .5em;
}

.topics_list dt {
    white-space: nowrap;
    color: #333;
    padding: .2em .5em;
    display: flex;
    flex-flow: column;
}

.topics_list dt .badge {
    font-size: .7em;
    margin: .2em 0;
}

.topics_list dd {
    display: flex;
    align-items: center;
    margin: 0;
}

.topics_list dd p {
    margin-right: 1em;
    width: 125px;
    white-space: nowrap;
    padding-left: .5em;
}

.badge {
    margin: 0 .5em;
    border: #ccc solid 1px;
    text-align: center;
    border-radius: 5px;
    padding: .3em;
    width: 100px;
}

.badge-honbu {
    color: #008f18;
    border: #008f18 solid 1px;
    background: #fff;
}

.badge-branch {
    color: #fa9600;
    border: #fa9600 solid 1px;
    background: #fff;
}

.badge-admin {
    color: #0951af;
    border: #0951af solid 1px;
    background: #fff;
}

.badge-sozoku {
    color: #0089cf;
    border: #0089cf solid 1px;
    background: #fff;
}

.topics_link {
    padding: 1em 0;
    text-align: right;
}

/* バナー・Facebook*/
.top-contents {
    display: flex;
    justify-content: space-between;
}

.top-contents .top-bnr {
    width: 64.5%;
}

.top-contents .top-bnr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-contents .top-bnr ul li ul {
    display: flex;
    justify-content: space-between;
}

.top-contents .top-bnr ul li ul li {
    margin-bottom: .5em;
}

.fb-page {
    display: block;
    margin: 0;
}

/* メルマガバナー */
.top-bnr .malmaga_bnr {
    background: url("../img/banner/malmaga_self_bnr_bg.jpg") no-repeat;
    display: flex;
    padding-top: 20%;
    margin-bottom: 1em;
    background-size: cover;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: flex-end;
    border: #fff solid 1px;
    box-shadow: 0 0 0 1px #a7a7a7;
}

.malmaga_bnr i {
    margin-left: .5em;
    color: #ff3;
}

/* メルマガバナー */
.malmaga_bnr_block {
    background: url("../img/banner/malmaga_self_bnr_bg.jpg") no-repeat;
    display: flex;
    width: 1110px;
    height: 430px;
    background-size: contain;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: flex-end;
    border: #fff solid 1px;
    box-shadow: 0 0 0 1px #a7a7a7;
}

.malmaga_bnr_block p {
    display: block;
    width: 400px;
    margin-top: auto;
    margin-bottom: 2em;
}

.malmaga_bnr_block a {
    background: #dc4c4c;
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding: .4em 0;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    justify-content: flex-end;
}

.malmaga_bnr_block a span {
    flex-basis: 80%;
}

.malmaga_bnr_block .member a {
    background: rgba(245, 38, 38, .8);
}

.malmaga_bnr_block .nonmember a {
    background: rgba(19, 124, 216, .8);
}

.malmaga_bnr_block .member a:hover {
    background: #f52626;
    text-decoration: none;
}

.malmaga_bnr_block .nonmember a:hover {
    background: #137cd8;
    text-decoration: none;
}

.malmaga_bnr_block a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    float: right;
    margin-right: 10px;
    color: #ff3;
}