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


/* =============================
コンテンツ1
=============================*/
#privacy_01 {
    color: #fff;
}

/*タイトル*/
.privacy_title {
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #00d1cc;
    padding-bottom: 0.2rem;
    margin-bottom: 0.4rem;
}
.privacy_title h2 {
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.2rem;
}
.privacy_title span {
    font-weight: bold;
    text-align: center;
    display: block;
}
.privacy_box {
}
.privacy_box p {
    margin-bottom: 0.4rem;
    line-height: 2;
}
.privacy_box ul {
    list-style: decimal inside;
}
.privacy_box li {
    line-height: 2;
    text-indent: -0.16rem;
    padding-left: 0.16rem;
    margin-bottom: 0.4rem;
}
.privacy_box a {
    color: #00d1cc;
}
.privacy_box a:hover {
    opacity: 0.7;
}

/*右寄せ*/
.privacy_box_right p {
    text-align: right;
}

/* =============================
コンテンツ2
=============================*/
#privacy_02 {
    color: #fff;
}

.privacy_box2 h3 {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.privacy_box2 p {
    line-height: 2;
}
.privacy_box2 ul {
    list-style: disc inside;
    padding-left: 0.16rem;
}
.privacy_box2 li {
    line-height: 2;
    text-indent: -0.16rem;
    padding-left: 0.16rem;
}
.privacy_box_inner {
    margin-bottom: 0.4rem;
}

/*コンタクト*/
.privacy_02_contact {
    background: #333333;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
}
.privacy_02_contact h3 {
    font-size: 0.18rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
}
.privacy_02_contact p {
    line-height: 2;
}
.privacy_02_contact a {
    color: #00d1cc;
}
.privacy_02_contact a:hover {
    opacity: 0.7;
}






.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 h2 {
    font-size: 0.2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.4rem;
}
.newsdetail_title h2: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;
}

/*コンテンツ*/
.newsdetail_cont {
}
.newsdetail_cont p {
    line-height: 2.5;
    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;
    justify-content: space-between;
}
.newsdetail_btn li {
    width: 33.3333%;
    box-sizing: border-box;
}
.newsdetail_btn li a {
    color: #fff;
    text-decoration: none;
}
.newsdetail_btn li img {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
/* =============================
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;
}