/*プロジェクト画像リンク*/

.Pro-conts {
    display: inline-flex;
    align-items: center;
}

.Pro-conts-img {
    margin: 0 25px;
}

.Pro-conts img {
    width: 100%;
    transition-duration: 0.5s;
}

.Pro-conts-img:hover img {
    opacity: 0.6;
    transform: scale(0.9);
    transition-duration: 0.5s;
}

@media only screen and (max-width: 745px) {
    .Pro-conts {
        flex-direction: column;
        min-width: 240px;
    }
    .Pro-conts-img {
        margin: 25px 0;
    }
}


/*動画設定 その他*/

.wrap {
    margin-bottom: 1.5rem;
}

.wrap span {
    font-weight: bolder;
}

.movie {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
}

.wrap img {
    width: 100%;
}


/* ココから下がPC表示（600px以上）のレイアウト */

@media screen and (min-width: 600px) {
    .float-right {
        float: right;
        width: 49.5%;
    }
    .float-left {
        float: left;
        width: 49.5%;
    }
    .wrap:after {
        display: block;
        clear: both;
        content: "";
    }
}


/*NEWS*/

.NEWS table,
.NEWS tbody,
.NEWS tr,
.NEWS th,
.NEWS td {
    display: block;
}

.NEWS tr {
    margin: 0 0 1em;
    padding: 0 0 1em;
    transition: .3s;
    cursor: pointer;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.NEWS tr:hover {
    opacity: .6;
}

.NEWS table a {
    color: inherit;
    text-decoration: none;
    opacity: 1;
}

.NEWS .day {
    font-weight: 300;
    margin: 0 0 .4em;
    font-size: 90%;
    font-family: arial, serif;
    letter-spacing: 0.05em;
}

.NEWS-inner {
    background: rgba(255, 255, 255, 0.356);
    padding: 0em 2em 1em;
}