@charset "UTF-8";
/* CSS Document */

body {
    padding: 210px 0 0;
}
section.heading {
    width: 1200px;
    margin: auto;
    padding-bottom: 50px;
}
section.heading h1 {
    display: inline-block;
    background: url(/images/news/heading.png) right top no-repeat;
    height: 105px;
    font-size: 35px;
    line-height: 105px;
    padding: 0 65px 0 10px;
    margin-right: 40px;
    vertical-align: middle;
}
section.heading p {
    display: inline-block;
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    vertical-align: middle;
}
section.heading.detail p {
    font-size: 20px;
    line-height: 100%;
}

section#sec_01 {
    width: 980px;
    position: relative;
    padding: 0 0 100px;
    text-align: center;
}
section#sec_01 ul {
    margin: 40px auto;
    width: 980px;
    border-top: 1px solid #ddd;
}
section#sec_01 ul li {
    border-bottom: 1px solid #ddd;
    padding: 14px 50px 12px 250px;
    text-align: left;
    font-size: 15px;
    line-height: 150%;
    position: relative;
}
section#sec_01 ul li span.day {
    width: 130px;
    position: absolute;
    left: 0;
    top: 14px;
    font-weight: bold;
}
section#sec_01 ul li span.category {
    position: absolute;
    left: 140px;
    top: 14px;

    text-align:center;
    padding:1px 5px;
    font-size:10px;
    width:90px;
    background:#333333;
    color: #ffffff;
    margin-right:10px;
}
section#sec_01 ul li {
    position: relative;
}
section#sec_01 a.pdf{
    width: 20px;
    height: 100%;
    position: absolute;
    right: 24px;
    top: 22px;
    bottom: 0;
    margin: auto;
}
section#sec_01 a.arrow {
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 0;
    margin: auto;
}

article {
    display: block;
    width: 980px;
    margin: 40px auto 50px;
}
article h3 {
    font-size: 20px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 60px;
}
article p {
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
}
article .link {
    display: block;
    background: #eaeae6;
    text-align: center;
    padding: 22px 0;
    margin: 50px 0 0;
}
article .link a {
    margin: 0 5px;
    display: inline-block;
    padding: 10px 15px;
    transition: background 0.3s;
}
article .link a:hover {
    background: #CCC;
}
article .link a:hover img {
    opacity: 1;
}

.btnWrap {
    margin: 50px 0 100px;
}

@media screen and (max-width:640px) {
    body {
        padding: 24vw 0 0;
    }

    section.heading {
        width: auto;
        margin: auto;
        padding-bottom: 8vw;
    }
    section.heading h1 {
        display: inline-block;
        background: url(/images/news/heading.png) right top/auto 14vw no-repeat;
        height: 14vw;
        font-size: 18px;/*sp_heading*/
        line-height: 14vw;
        padding: 0 10vw 0 4vw;
        margin-right: 0;
        vertical-align: middle;
    }
    section.heading p {
        display: block;
        font-size: 12px;
        line-height: 150%;
        font-weight: bold;
        vertical-align: middle;
        margin: 4vw;
    }
    section.heading.detail p {
        font-size: 14px;
        line-height: 100%;
        margin: 30px 4vw 0; 
    }

    section#sec_01 {
	width: auto;
        position: relative;
        padding: 0;
        text-align: center;
    }
    section#sec_01 ul {
        margin: 0 auto;
        width: auto;
        border-top: 1px solid #ddd;
        padding: 0 4vw;
    }
    section#sec_01 ul li {
        border-bottom: 1px solid #ddd;
        padding: 10px 56px 10px 0;
        text-align: left;
        font-size: 12px;
        line-height: 150%;
        position: relative;
    }
    section#sec_01 ul li span.day {
        display: block;
        width: auto;
        position: static;
        left: inherit;
        top: inherit;
        font-weight: bold;
    }
    section#sec_01 ul li span.category {
        display: block;
        position: static;
        left: inherit;
        top: inherit;
	margin-bottom:5px;
    }
    section#sec_01 ul li {
        display: block;
        position: relative;
    }
    section#sec_01 ul a.pdf {
        width: 20px;
        height: 100%;
        position: absolute;
        right: 22px;
        top: 80px;
        bottom: 0;
        margin: auto;
    }
    section#sec_01 a.arrow {
        top: 80px;
    }
    article {
        display: block;
        width: auto;
        margin: 0 4vw;
    }
    article h3 {
        font-size: 14px;
        line-height: 160%;
        font-weight: bold;
        margin-bottom: 20px;
    }
    article p {
        font-size: 12px;
        line-height: 180%;
        margin-bottom: 20px;
    }
    article .link {
        display: block;
        background: #eaeae6;
        text-align: center;
        padding: 10px 0;
        margin: 20px 0 0;
    }
    article .link a {
        margin: 0 5px;
        display: inline-block;
        padding: 10px 15px;
        transition: background 0.3s;
    }
    article .link a:hover {
        background: #CCC;
    }
    article .link a:hover img {
        opacity: 1;
    }

    .btnWrap {
        margin: 30px 0 50px;
    }

}/*640*/

section#sec_01,
section#contact {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s, transform 0.5s;
}
@media screen and (max-width:640px) {
    section#sec_01,
    section#contact {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s, transform 0.5s;
    }
}
section.show {
    opacity: 1!important;
    transform: translateY(0)!important;
}




