/* =============================
メインビジュアル
=============================*/
.newsdetail_mv {
background-image: url("../img/news_mv.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.newsdetail_mv h1 {
color: #fff;
font-size: 0.48rem;
font-weight: 100;
}
@media screen and (max-width: 699px) {
}


/* =============================
コンテンツ
=============================*/
.newsdetail_wrapper {
padding-left: 0.3rem;
padding-right: 0.3rem;
color: #fff;
}
@media screen and (max-width: 699px) {
.newsdetail_wrapper {
padding-left: 0;
padding-right: 0;
}
}
.newsdetail_wrapper a {
color: #00d1cc;
}
.newsdetail_wrapper a:hover {
opacity: 0.7;
}

/*タイトル*/
.newsdetail_title {

}
.newsdetail_title_day {
font-size: 0.14rem;
margin-bottom: 0.1rem;
}
.newsdetail_title h3 {
font-size: 0.2rem;
font-weight: bold;
position: relative;
margin-bottom: 0.4rem;
line-height: 1.7;
}
.newsdetail_title h3:before {
content: '';
position: absolute;
left: 0.1rem;
bottom: -0.16rem; /*下線の上下位置調整*/
display: inline-block;
width: 20px; /*下線の幅*/
height: 2px; /*下線の太さ*/
-webkit-transform: translateX(-50%);
transform: translate(-50%); /*位置調整*/
background: rgba(255,255,255,1);
/*下線の色*/
background: rgba(0,209,206,0.6);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,209,206,0.6)), color-stop(47%, rgba(0,209,206,0.79)), color-stop(100%, rgba(0,209,206,1)));
background: -webkit-linear-gradient(left, rgba(0,209,206,0.6) 0%, rgba(0,209,206,0.79) 47%, rgba(0,209,206,1) 100%);
background: linear-gradient(to right, rgba(0,209,206,0.6) 0%, rgba(0,209,206,0.79) 47%, rgba(0,209,206,1) 100%);
}

/*アイキャッチ*/
.newsdetail_eyecatch {
margin-bottom: 0.3rem;
max-width: 100%;
}

.newsdetail_eyecatch img {
	width: 100%;
}

/*コンテンツ*/
.newsdetail_cont {
}
.newsdetail_cont_box {
    margin-bottom: 0.4rem;
}
.newsdetail_cont h4 {
font-size: 0.19rem;
    font-weight: bold;
    border-left: 6px solid #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    margin-bottom: 0.15rem;
}
.newsdetail_cont p {
line-height: 2;
margin-bottom: 0.3rem;
}

.newsdetail_cont_lead {
    font-weight: bold;
    font-size: 0.18rem;
}

.newsdetail_cont_textbox {
    box-sizing: border-box;
    background: #333333;
    padding: 0.2rem;
    border: 1px solid #fff;
}

/*コンテンツ内画像*/
.newsdetail_cont_box_img {
    text-align: center;
    margin-bottom: 0.3rem;
}
/*問い合わせ*/
.newsdetail_contact {
background: #333333;
padding-top: 0.2rem;
padding-bottom: 0.3rem;
padding-left: 0.2rem;
padding-right: 0.2rem;
margin-bottom: 1rem;
}
.newsdetail_contact h3 {
font-size: 0.2rem;
font-weight: bold;
margin-bottom: 0.2rem;
}


/*ページ送り*/
.newsdetail_btn {
max-width: 500px;
margin: 0 auto;
}

.newsdetail_btn ul {
display: flex;
flex-wrap: wrap;
}

.newsdetail_btn li {
width: 33.3333%;
box-sizing: border-box;
}

.newsdetail_btn li a {
color: #fff;
text-decoration: none;
}

@media screen and (max-width: 699px) {
.newsdetail_btn li a {
font-size: 0.12rem;
}
}

/* ページ送りの左右矢印 */
.newsdetail_btn li img {
padding-left: 0.1rem;
padding-right: 0.1rem;
position: relative;
}

/* 一覧に戻る */
.newsdetail_btn li.home img {
top:0.03rem;
}


/* =============================
NEWS & INFORMATION
=============================*/
/*タブ*/
#newslist_info {
color: #fff;
background: #1a1a1a;
}
.newslist_info_tab {
margin-bottom: 0.4rem;
}
.newslist_info_tab ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.newslist_info_tab li {
width: 20%;
text-align: center;
box-sizing: border-box;
padding-left: 2px;
padding-right: 2px;
}
.newslist_info_tab li a {
font-size: 0.13rem;
font-weight: bold;
text-align: center;
display: block;
border-bottom: 4px solid #666666;
box-sizing: border-box;
cursor: pointer;
padding-bottom: 0.1rem;
opacity: 0.5;
}
.newslist_info_tab li.Now a {
opacity: 1;
}
.newslist_info_tab li.Now a {
border-bottom: 4px solid #00d1cc;
}

/*タブボーダー*/
.newslist_info_tab li:nth-child(1) a {
border-bottom: 4px solid #fff;
}
.newslist_info_tab li:nth-child(2) a {
border-bottom: 4px solid #00d1cc;
}
.newslist_info_tab li:nth-child(3) a {
border-bottom: 4px solid #d9e021;
}
.newslist_info_tab li:nth-child(4) a {
border-bottom: 4px solid #c1272d;
}
.newslist_info_tab li:nth-child(5) a {
border-bottom: 4px solid #0071bc;
}

/*リストNo*/
.newslist_info_no {
z-index: 10;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.newslist_info_no a {
background: #333333;
padding: 0;
margin: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
border-radius: 50%;
color: #fff;
text-decoration: none;
font-size: 0.24rem;
font-weight: 300;
margin-left: 0.07rem;
margin-right: 0.07rem;
}

.newslist_info_no a.active {
background: #00d1cc;
color: #333333;
}