/* CSS Document */
.hd_title {
    background: url(../img/top_hd_bg01.jpg) 50% 100% no-repeat;
    width: 960px;
    height: 556px;
    position: relative;
    z-index: 0;
}

.hd_title h1 {
    background: url(../img/top_title.png) no-repeat;
    position: absolute;
    width: 336px;
    height: 46px;
    top: 16px;
    left: 0;
    z-index: 50;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hd_title .date {
    position: absolute;
    width: 181px;
    height: 181px;
    top: 77px;
    right: 35px;
    z-index: 5;
}

.hd_title #btn_img {
    position: absolute;
    width: 177px;
    height: 114px;
    top: 388px;
    right: 36px;
    z-index: 0;
}

.hd_title #btn_img img {
    display: block;
    transform: scale(0.9);
    transition-duration: 0.3s;
}

.hd_title #btn_img img:hover {
    transform: scale(1);
    transition-duration: 0.3s;
}

/*topBg*/
.topBg {
    background: url(../img/top_bg01.png) 50% 0 repeat;
}

/*topGreeting*/
#greeting {
    padding: 35px 115px 40px;
    text-indent: 1em;
    line-height: 1.5em;
}

#greeting h2 {
    margin: 0 0 20px 0;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #d80a00;
}

#greeting p {
    letter-spacing: 1.5px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #000;
}

/* bnrList2 */
.panel {
    margin: 0;
    display: block;
}

.panel ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 24px;
}

.panel li {
    display: flex;
    width: 288px;
    margin: 0 24px 35px 0;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.panel li a {
    position: relative;
    display: block;
    width: 288px;
    height: 100%;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.panel li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffd765;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.panel li a:hover {
    text-decoration: none !important;
}

.panel li a:hover:before,
.panel li a:focus:before,
.panel li a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.panel li a:after {
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    bottom: 10px;
    width: 12px;
    height: 20px;
    z-index: 2;
    background: url(../common/img/btn_ic01.png) 0 0 no-repeat;
}

.panel ul li h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.3;
    padding: 15px 18px 10px;
    color: #d80a00;
}

.panel ul li p {
    font-size: 14px;
    padding: 0 18px 50px;
    color: #323232;
}

.panel ul li p.date {
    position: absolute;
    padding: 0 18px 15px;
    left: 0;
    bottom: 0;
    font-size: 13px;
    color: #acacac;
}

.ta-label{
	   display: inline-block;
    font-size: .7em;
    padding: 4px 8px;
    background-color: #D80C18;
    color: #FFF;
    border-radius: 3px;
}