@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :contents.css
 style info :第2階層以下、ポップアップのコンテンツエリア関係 他
=================================================================== */
/*--　スライダー　------------------*/
.bxslider li {
    text-align: center;
    background: #393939;
}

@media screen and (min-width:481px) {
    .bxslider li img {
        max-width: none;
    }

    .bxslider {
        width: 1080px;
        margin: 0 auto;
    }

    .bxslider li {
        margin: 0;
        padding: 0;
    }

    .bxslider li img {
        margin: 0 -180px;
    }

    .bxslidernone {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .bxslidernone p {
        position: relative;
        width: 1000px;
        height: 522px;
        margin: 0 auto;
    }

    .bxslidernone p img {
        position: absolute;
        left: calc(50% - 720px);
        width: 1440px;
        height: 522px;
        /* margin-top: -261px;
  margin-left: -522px; */
    }
}

@media screen and (max-width:480px) {
    .bxslider li img {
        max-width: 140%;
        margin-left: -20%;
    }

    .bx-wrapper {
        margin: 0 auto 40px !important;
    }
}

/* @media screen and (min-width:481px) and (max-width:769px) {
    .bxslider li img {
        max-width: 130%;
        margin-left: -15%;
    }
} */
/*--　キャッチコピー　------------------*/
.top-promo {
    margin: 40px auto;
    text-align: center;
    font-size: 16px;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    width: 1080px;
}

.top-promo strong {
    color: #95c9e5;
}

/*PC*/
@media screen and (min-width:481px) {
    .top-promo {
        font-size: 26px;
    }
}

/*SP*/
@media screen and (max-width:480px) {
    .top-promo {
        width: 100%;
    }
}

/*--　事業内容　------------------*/
.top-business {
    background: #95c9e5;
    text-align: center;
}

.top-business h2 {
    width: 1080px;
    margin: 10px auto;
    font-size: 20px;
    text-align: center;
}

.top-business h2 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.top-business h3 {
    width: 1080px;
    margin: 0 auto 20px;
    padding: 6px;
    font-size: 20px;
    text-align: center;
    background: #6fb1d6;
    color: #fff;
}

.top-business h3 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.top-business_box {
    display: block;
    background: #fff;
    margin-bottom: 10px;
    padding: 20px 10px 10px 10px;
}

.top-business_box:link, .top-business_box:visited {
    color: #333;
}

.top-business_box:hover {
    background: #d0efff;
}

.top-business_box h4 {
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.top-business_box p {
    margin: 10px;
}

/*スマホ*/
@media screen and (max-width:480px) {
    .top-business {
        padding: 15px;
    }
}

/*PC*/
@media screen and (min-width:481px) {
    .top-business {
        padding: 60px 0;
    }

    .top-business h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .top-business-wrap {
        width: 1080px;
        margin: 0 auto 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top-business_box {
        width: 330px;
        padding: 0 0;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    }

    .top-business_box h3 {
        margin: 15px 0;
    }

    .top-business_box p {
        margin: 5px 10px 15px 10px;
    }

    .top-business_box--service {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 30px;
        padding: 18px 18px 18px 50px;
        text-align: left;
    }

    .top-business_box--service>div {
        width: 330px;
    }

    .top-business_box--service h3 {
        text-align: left;
        margin: 0 0 15px;
    }

    .top-business_box figure img {
        width: 100%;
    }
}

/*  */
.top-info-banner ul {
    display: flex;
}

.top-info-banner ul li {
    width: 47%;
}

.top-info-banner ul li:first-child {
    margin-right: 3%;
}

.top-info-banner ul li img {
    width: 100%;
}

/*スマホ*/
@media screen and (max-width:480px) {
    .top-info {
        margin: 15px;
    }

    .top-info-banner {
        margin-bottom: 25px;
    }

    /*--　お知らせ　------------------*/
    .topics_area {
        margin-bottom: 30px;
    }
}

/*PC*/
@media screen and (min-width:769px) {
    .top-info {
        width: 1080px;
        margin: 50px auto;
        display: flex;
    }

    .top-info-banner {
        width: 50%;
        margin-right: 30px;
    }

    /*--　お知らせ　------------------*/
    .topics_area {
        width: 50%;
    }
}

/*--　お知らせ　------------------*/
.topics_area {
    position: relative;
}

.topics_area h2 a.more {
    display: block;
    position: absolute;
    top: 3px;
    right: 0px;
    color: #333;
    z-index: 100;
    padding: 4px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    /* background: #333; */
    border: 1px solid #ddd;
}

.topics_area h2 a.more:link,
.topics_area h2 a.more:visited {
    text-decoration: none;
}

.topics_area h2 a.more:hover {
    opacity: .6;
}

.topics_area h2 {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.topics_area h2 strong {
    font-size: 2.4rem;
}

.topics_area h2 span {
    margin-left: 3px;
    vertical-align: text-bottom;
    font-weight: normal;
}

.topics_area dl {
    font-size: 15px;
}

.topics_area dl dt {
    padding: 10px 0 0 0;
    vertical-align: baseline;
    color: #999;
    font-size: 1.3rem;
}

.topics_area dl dd {
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}

.topics_area dl span.icon {
    display: inline-block;
    width: 80px;
    margin-right: 8px;
    padding: 3px 10px;
    line-height: 1.3;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.topics_area dl dd a:link {
    color: #000;
}

.topics_area dl dd a:hover {
    opacity: .6;
}

.topics_area dl dd a:visited {
    color: #444;
}

@media screen and (max-width:480px) {
    .topics_area h2 strong {
        font-size: 20px;
    }
}

/*--　バナー　------------------*/
.top-banner ul {
    display: flex;
}

.top-banner ul li img {
    width: 100%;
}

/*スマホ*/
@media screen and (max-width:480px) {
    .top-banner ul {
        flex-direction: column;
        margin: 15px;
    }

    .top-banner ul li {
        margin-bottom: 10px;
    }
}

/*PC*/
@media screen and (min-width:769px) {
    .top-banner {
        width: 1080px;
        margin: 0 auto;
    }

    .top-banner ul li {
        display: inline-block;
        width: 50%;
    }

    .top-banner ul li:first-child {
        margin-right: 20px;
    }
}

/*--　ダミー　------------------*/
/*スマホ*/
@media screen and (max-width:480px) {}

/*タブレット〜 */
@media screen and (min-width:481px) {}

/*タブレットのみ */
@media screen and (min-width:481px) and (max-width:769px) {}

/*PC*/
@media screen and (min-width:769px) {}
