﻿@charset "utf-8";
/* CSS Document */

/* ------------------------------------- /
/   news
/* ------------------------------------- */
/*  pagetitle_area
/* ------------------------------------- */
.pagetitle_area {
    padding: 160px 0;
    background-image: url(../img/news/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pagetitle_area h2,
.pagetitle_area2 h2,
.pagetitle_area3 h2,
.pagetitle_area4 h2,
.pagetitle_area5 h2,
.pagetitle_area6 h2{
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-shadow : 0px 3px 5px rgba(0,0,0,0.5);
}
.pagetitle_area h2 span,
.pagetitle_area2 h2 span,
.pagetitle_area3 h2 span,
.pagetitle_area4 h2 span,
.pagetitle_area5 h2 span,
.pagetitle_area6 h2 span{
    font-size: 30px;
    font-weight: 700;
}
#news .news_area {
    padding: 50px 0 0;
}
#news .news {
    width: 1025px;
    margin: 0 auto 50px;
}
#news .news h2{
    font-size:20px;
    text-align:center;
    padding-bottom:1em;
    padding-top:2em;
    border-bottom: 1px solid #309b81;
}
#news .news ul {
    padding-top: 0.5em;
}
#news .news ul li p:nth-of-type(1) {
    width: 6.5em;
    font-size: 14px;
}
#news .news ul li {
    margin-bottom: 0.5em;
    clear: both;
}
#news .news ul li a {
    color: #000;
}
#news .news ul li p {
    display: table-cell;
    word-break: break-all;
}

#news .searchbox {
    margin-bottom: 50px;
    padding: 20px 0;
    border-top: 1px dotted #c8c8c8;
    border-bottom: 1px dotted #c8c8c8;
}
#news .searchbox li select {
    width: 134px;
    margin-left: 30px;
    padding: 3px 20px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
#news .searchbox li span {
    position: relative;
}
#news .searchbox li span:before {
    position: absolute;
    top: 0.7em;
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
#news .searchbox ul {
    padding-top: 0.5em;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 70px;
}
#news .searchbox li {
    display: inline-block;
    width: 13%;
    font-size: 16px;
}
#news .searchbox li:nth-child(1) {
    width: 18%;
    color: #3972b6;
}
#news .searchbox li:nth-child(2) {
    padding-right: 20px;
    text-align: right;
}
#news .searchbox li.radio .radio_input {
    display: none;
}
#news .searchbox li.radio label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 20px;
    border-radius: 2px;
    text-align: center;
    line-height: 1;
}
#news .searchbox li.radio input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-radius: 50%;
    background: #333333;
}
#news .searchbox li.radio label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 50%;
}
#news .no_article {
    text-align: center;
}
.news_area .back a {
    display: block;
    width: 300px;
    margin: 50px auto;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #408fc6;
    border: 1px solid #408fc6;
    /*background-image: url(../img/top/backarrow_off.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 10% center;*/
}
.wp-video {
    margin: 0 auto;
}

@media screen and (max-width: 768px){
.pagetitle_area,
.pagetitle_area2,
.pagetitle_area3,
.pagetitle_area4,
.pagetitle_area5,
.pagetitle_area6 {
    padding: 150px 0;
}
.pagetitle_area {
    padding: 160px 0;
    background-image: url(../img/news/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#news h3 {
    font-size: 5vw;
    padding-bottom: 0.5em;
    padding-top: 1em;
}
#news ul{
    padding-left:0.5em;
    padding-right:0.5em;
}
#news ul li {
    margin-bottom: 1em;
}
#news ul li p {
    display: block;
}
#news ul li p:nth-of-type(1) {
    font-size: 3.5vw;
}
#news .searchbox ul {
    padding-left: 5%;
}
#news .searchbox li {
    width: 32%;
    font-size: 12px;
}
#news .searchbox li:nth-child(1) {
    width: 100%;
}
#news .searchbox li:nth-child(2) {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
#news .searchbox li.radio {
    margin-bottom: 5px;
}
#news .searchbox li.radio label {
    font-size: 12px;
    padding: 0 14px;
}
.news_area .back a {
    width: 90%;
    font-size: 12px;
}
#news .news {
    width: 100%;
    padding: 0 1em;
}

}
@media screen and (max-width: 425px){
.pagetitle_area,
.pagetitle_area2,
.pagetitle_area3,
.pagetitle_area4,
.pagetitle_area5,
.pagetitle_area6 {
    padding: 75px 0;
}
.pagetitle_area h2,
.pagetitle_area2 h2,
.pagetitle_area3 h2,
.pagetitle_area4 h2,
.pagetitle_area5 h2,
.pagetitle_area6 h2{
    font-size: 22px;
}
}

@media screen and (max-width:350px){
    #news .searchbox li {
        width: 40%;
    }
}
















