@charset "utf-8";

/* hypertext
-------------------- */

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #888;
    text-decoration: underline;
}


/* MainImage
-------------------- */

#PCMainImage {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    margin-bottom: 36px;
    margin-top: 225px;
    background-color: #fff;
}


@media screen and (max-width: 767px) {
    #SliderBox {
        width: auto;
        margin: 0 auto 30px;
    }
    #SliderBox .bx-prev,
    #SliderBox .bx-next {
        display: none;
    }
}

#TopPage .body-wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
/* スライド上のcanvas 2018.06.28追加 yfujii@ailes
-------------------- */

#canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.95;
}

/* Main
-------------------- */

#TopPage h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5em;
    color: #333;
}

#News h2,
#Blog h2 {
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #999;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}

#News h2:after,
#Blog h2:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 1px 16px 16px 1px;
    border-style: solid;
    border-color: #F4F4F4 #F4F4F4 #999 #999;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

.contents h2 span.sub-title {
    font-size: 18px;
    font-size: 1.8rem;
    color: #999999;
}

.contents h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

#News ul,
#Blog ul {
    margin-bottom: 20px;
}

#News li,
#Blog li {
    margin-bottom: 12px;
    border-bottom: solid 1px #ccc
}

#News li:after,
#Blog li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

#News li span.date,
#Blog li span.date {
    float: left;
    display: block;
    width: 90px;
    padding: 10px 15px 10px 0;
    color: #666666;
    font-size: 18px;
    font-size: 1.8rem;
}

#News li span.title,
#Blog li span.title {
    display: block;
    margin-left: 120px;
    margin-bottom: 10px;
    padding: 9px 0;
    padding-left: 25px;
    border-left: 1px solid #CCCCCC;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn-more {
    text-align: right;
}

.btn-more a {
    position: relative;
}

/* 文章 */

#TopPage p {
    /*margin-bottom: 30px;*/
    font-size: 16px;
    font-size: 1.6rem;
}

/* feed News
-------------------- */

#Feed {
    margin-bottom: 30px;
}

#News {
    width: 48%;
    margin-top: 0px;
}

/* feed Blog
-------------------- */

#Blog {
    width: 48%;
    margin-top: 0px;
}

/* feed Status-check
-------------------- */

#Status-check {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), repeating-linear-gradient(-45deg, #999, #999 6px, #fff 0, #fff 14px);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), repeating-linear-gradient(-45deg, #999, #999 6px, #fff 0, #fff 14px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), repeating-linear-gradient(-45deg, #999, #999 6px, #fff 0, #fff 14px);
}

.inner-block {
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

#Status-check .btn-more {
    position: absolute;
    right: -4px;
    bottom: -55px;
}

/* About
-------------------- */

#About {
    /*margin-bottom: 50px;*/
    padding: 20px 0;
}

#About h2 {
    text-align: center;
}

#About li {
    position: relative;
    float: left;
    width: 300px;
    margin-right: 50px;
}

#About li:last-child {
    margin-right: 0;
}

#About li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

#About li .thumbnail img {
    border: 10px solid #fff;
}

#About li:nth-child(1) .thumbnail img {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

#About li:nth-child(2) .thumbnail img {
    border-radius: 80% 60% 50% 80%/65% 80% 85% 70%;
}

#About li:nth-child(3) .thumbnail img {
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}

#About li:nth-child(4) .thumbnail img {
    border-radius: 70% 50% 50% 50%/50% 60% 70% 60%;
}

#About li h3 {
    position: relative;
    top: -40px;
    right: -110px;
    width: 190px;
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    /*-webkit-font-smoothing: antialiased;*/
}

#About li p {
    position: relative;
    top: -20px;
    right: -110px;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 30px;
}

#About li a {
    color: #fff;
}

/* サイドバー
-------------------- */

/* indexページ 2017.08.04追加 yfujii@ailes
-------------------- */

.index-layout {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

