@charset "utf-8";

/* CSS Document */

.ticker {
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    border: #ccc 1px solid;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
}
.ticker ul {
    position: relative;
}
.ticker ul li {
    display: none;
}
.blog>* {
    padding: 10px 20px
}
.blog ul {}
.blog span {
    display: block;
    margin-bottom: 10px;
}

/* 20240430@修正 */
.topBnrBox {
    width: 100%;
    margin: 0 0 60px;
    text-align: center;
}
/* 20240430@修正ここまで */

@media all and (min-width:767px) {
    .blog {
        display: table;
        padding: 10px 0;
    }
    .blog>* {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
    }
    .ticker {
        margin: 0 auto;
        width: 700px;
        text-align: left;
        border: #ccc 1px solid;
        position: relative;
        overflow: hidden;
        background: #fff;
        border-radius: 6px;
        vertical-align: baseline;
    }
    .ticker ul {
        width: 100%;
        position: relative;
    }
    .ticker ul li {
        width: 100%;
        display: none;
    }
    .blog ul {}
    .blog span {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 0px;
    }
}
#mainvisual {
    background: url(../img/top/mainvisual_back.jpg) no-repeat center right #000;
    height: 555px;
    position: relative;
}
#mainvisual h2 {
    height: 555px;
    padding: 0 20px;
    vertical-align: middle;
    display: table-cell;
}
#mainvisual nav {
    display: none;
}
@media all and (min-width:767px) {
    .caution {
    max-width: 1080px;
    margin: 50px auto;
    text-align: center;
    border: 3px solid #f00;
    padding: 3px;
}

.caution p {
    border: 1px solid #f00;
    padding: 10px 50px;
}

.caution span {
    font-size: 20px;
    font-weight: bold;
    color: #ec2d2d;
}

    #mainvisual {
        height: 646px;
    }
    #mainvisual h2 {
        height: 555px;
    }
    #mainvisual nav {
        background-color: rgba(255, 255, 255, 0.90);
        position: absolute;
        width: 100%;
        bottom: 0;
        display: block;
    }
    #mainvisual nav>.category {
        width: 100%;
        display: table;
        position: relative;
        cursor: pointer;
    }
    #mainvisual nav>.category>li {
        display: table-cell;
        padding: 10px 0;
        width: 33.3333%;
        background: url(../img/top/arrow.png) no-repeat right 30px center;
        border-right: 1px solid #ddd;
    }
    #mainvisual nav>.category>li:first-child {
        border-left: 1px solid #ddd;
    }
    .category .leftimg {
        width: 90px;
        text-align: center;
    }
    .category .righttxt {
        line-height: 1.3;
    }
    #mainvisual nav>ul>li img {
        vertical-align: middle;
    }
    #mainvisual nav>ul>li span {
        color: #999999;
    }
    #mainvisual nav .category ul {
        position: absolute;
        bottom: 86px;
        left: 0;
        overflow: hidden;
        top: 0;
        background-color: rgba(255, 255, 255, 0.90);
        width: 100%;
        transition: ease-out 1s;
    }
    #mainvisual nav .category ul a {
        text-decoration: none;
    }
    #mainvisual nav .category li:hover ul {
        top: -356px;
        border-bottom: 2px solid #086AAF;
    }
    #mainvisual nav .detail li {
        float: left;
        width: 25%;
        border-right: 1px solid #DADADA;
        box-sizing: border-box;
        text-align: center;
        height: 177px;
    }
    #mainvisual nav .detail li div {
        padding: 10px 0;
    }
    #mainvisual nav .detail li p {
        margin-bottom: 10px;
        color: #1891db;
    }
    #mainvisual nav .detail li:nth-child(1), #mainvisual nav .detail li:nth-child(2), #mainvisual nav .detail li:nth-child(3), #mainvisual nav .detail li:nth-child(4) {
        border-bottom: 1px solid #DADADA;
    }
    #mainvisual nav .detail li:nth-child(4) {
        border-right: none;
    }

    /* 20180601追記分ここから */
    .div20180601_1 {
    width: 100%;
}

ul.ul20180601_1 {
    width: 100%;
}

li.li20180601_1 {
    width: 20%;
    float: left;
    text-align: center;
}

li.li20180601_2 {
    width: 60%;
    float: left;
    text-align: center;
}

.youtube iframe{
  width: 100%;
}
    /* 20180601追記分ここまで */
}
#news {
    padding: 30px 0;
}
#news section {
    border: 1px solid #DADADA;
    background-color: #fff;
    padding: 30px;
}
#news h3 {
    padding-left: 30px;
    background: url(../img/common/ttl_leftborder.gif) no-repeat left center;
    font-size: 12px;
    color: #DADADA;
    margin-bottom: 20px;
}
#news h3 span {
    font-size: 180%;
    margin-right: 20px;
    color: #1891db;
}
#news ul {
    max-height: 110px;
    overflow-y: auto
}
#news li {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #DADADA;
}
#news li:last-child {
    margin-bottom: 0;
}
#news li a {
    text-decoration: none;
    color: #333;
}
#news li.new dl dt:after {
    content: "NEW";
    display: inline-block;
    position: absolute;
    right: 50px;
    background-color: #3EA96F;
    color: #fff;
    padding: 0 10px;
}



@media all and (min-width:767px) {
    #news dl>* {
        float: left;
        line-height: 1.4;
    }
    #news dl dt {
        padding-right: 150px;
        position: relative;
    }
    #news dl dd {
        max-width: 770px;
        width: 74%;
    }
}

@media all and (max-width:766px) {
  .caution {
    max-width: 1080px;
    margin: 50px auto;
    text-align: center;
    border: 3px solid #f00;
    padding: 3px;
}

.caution p {
    border: 1px solid #f00;
    padding: 10px 10px;
}

.caution span {
    font-size: 20px;
    font-weight: bold;
    color: #ec2d2d;
}

    #news li.new dl dt:after {
    content: "NEW";
    position: static;
    background-color: #3EA96F;
    color: #fff;
    padding: 0 10px;
    margin-left: 10px;
    }


}






.products {
    padding-bottom: 60px;
}
.products li {
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
}
.products div {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
.products li dl {
    padding: 10px;
    padding-top: 0;
}
.products li dt {
    width: 90px;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.products li a {
    text-decoration: none;
    color: #333;
}
.eikyu {
    background-color: #288AC7;
}
.tyakuzi {
    background-color: #3EA96F;
}
.sonota {
    background: #EA68A2;
}
.setubi {
    background: #9e9e9e;
}
@media all and (max-width:767px) {
    .products li {
        float: left;
        width: 48%;
        margin-bottom: 20px;
        margin-right: 4%;
    }
    .products li:nth-child(2n) {
        margin-right: 0;
    }
    .youtube iframe {
    width: 100%;
    margin-top: 15px;
}
}
@media all and (min-width:767px) {

}
.content {
    padding: 40px 0;
}
.content section {
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
}
.content section h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}
.content section span {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
}
.content section span:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #4CA1DB;
    display: block;
    margin: 10px auto;
}
.content section p {
    width: 70%;
    margin: 0 auto;
}
.content section p a {
    background-color: #4CA1DB;
    display: block;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
}
#business, #company {
    width: 100%;
    padding: 30px 0;
    padding-left: 50%;
    box-sizing: border-box;
    display: table;
}
#business {
    background: url(../img/top/busines_back.jpg) no-repeat #fff;
    background-size: 50%;
    margin-bottom: 30px;
}
#company {
    background: url(../img/top/company_back.jpg) no-repeat #fff;
    background-size: 50%;
}
@media all and (min-width:767px) {

    .content {
        padding: 60px 0;
    }
    .content section span {
        font-size: 34px;
    }
    #business, #company {
        width: 48%;
        float: left;
        padding-left: 25%;
        box-sizing: border-box;
        height: 250px;
        display: table;
    }
    #business {
        margin-right: 4%;
        background: url(../img/top/busines_back.jpg) no-repeat #fff;
        background-size: 50%;
    }
    #company {
        background: url(../img/top/company_back.jpg) no-repeat #fff;
        background-size: 50%;
    }


}
