﻿@charset "UTF-8";
/* CSS Document */

/*--------------------------------------
    common
--------------------------------------*/

@media (max-width: 740px) {
}

/*--------------------------------------
    news
--------------------------------------*/

.newsArea{
    margin: 100px auto 130px;
}
.newsArea .tabArea{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    margin-bottom: 55px;
}
.newsArea .tabArea li{
    width:200px;
    height:48px;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 10px;
}
.newsArea .tabArea li.active{
    font-size:18px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    background: #455869;
    color:#FFFFFF;
}
.newsArea .tabArea li a{
    font-size:18px;
    display: block;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    background: rgba(69,88,105,0.2);
    color:#FFFFFF;
    transition: 0.3s;
}
.newsArea .tabArea li a:hover{
    background: #455869;
}
.newsArea .newsList{
    border-top:1px solid #707070;
    margin-bottom: 120px;
}
.newsArea .newsList .box{
    width:100%;
    height:190px;
}
.newsArea .newsList .box a{
    width:100%;
    height:100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #707070;
    transition: 0.3s;
    padding: 49px 30px 0 0;
}
.newsArea .newsList .box a:hover{
    opacity: 0.5;
}
.newsArea .newsList .box a span.category{
    display: inline-block;
    width:140px;
    height:40px;
    margin-right:20px;
    line-height: 40px;
    background: rgba(10,180,100,0.1);
    border-radius: 20px;
    text-align: center;
    color:#0AB464;
    font-weight: 700;
    font-size:15px;
}
.newsArea .newsList .box a time{
    font-weight: 700;
    line-height: 40px;
    font-size:14px;
    margin-bottom: 5px;
    opacity: 0.4;
    display: inline-block;
}
.newsArea .newsList .box a h3{
    font-weight: 700;
    font-size:18px;
    margin-top: 24px;
}
.newsArea .newsContent .box{
    margin-bottom: 50px;
}
.newsArea .newsContent .box span.category{
    display: inline-block;
    width:140px;
    height:40px;
    margin-right:20px;
    line-height: 40px;
    background: rgba(10,180,100,0.1);
    border-radius: 20px;
    text-align: center;
    color:#0AB464;
    font-weight: 700;
    font-size:15px;
}
.newsArea .newsContent .box time{
    font-weight: 700;
    line-height: 40px;
    font-size:14px;
    margin-bottom: 5px;
    opacity: 0.4;
    display: inline-block;
}
.newsArea .newsContent .box h3.singleTitle{
    font-size:28px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #0AB464;
    margin-top: 24px;
    margin-bottom: 50px;
}
.newsArea .newsContent .box h2.wp-block-heading{
    font-weight: 700;
    font-size:38px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.newsArea .newsContent .box h2.wp-block-heading::after{
    width:30px;
    height:2px;
    content: "";
    position: absolute;
    top:100%;
    left:0;
    right:0;
    margin: auto;
    background: #0AB464;
}
.newsArea .newsContent .box h3.wp-block-heading{
    font-size:22px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}
.newsArea .newsContent .box h3.wp-block-heading:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:10px;
    height:33px;
    border-radius: 5px;
    background: #0AB464;
}
.newsArea .newsContent .box h3.wp-block-heading:after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:10px;
    height:10px;
    border-radius: 5px;
    background: #78D2D2;
}
.newsArea .newsContent .box h4.wp-block-heading{
    font-size:20px;
    font-weight: 700;
    color:#0AB464;
}
.newsArea .newsContent .btn{
    width:300px;
    height:65px;
    margin: 25px auto 0;
}
.newsArea .newsContent .btn a{
    width:100%;
    height:100%;
    display: block;
    border-radius: 33px;
    position: relative;
    background: #455869;
    color:#FFFFFF;
    font-size:18px;
    font-weight: 700;
    line-height: 1;
    padding:23px 0 24px;
    box-sizing: border-box;
    transition: 0.3s;
    text-align: center;
}
.newsArea .newsContent .btn a::before{
    width:24px;
    height:24px;
    background: #FFFFFF;
    content: "";
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
    border-radius: 50%;
    z-index: 40;
}
.newsArea .newsContent .btn a::after{
    content: "";
    width:6px;
    height:6px;
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
    transform: translate(-10px,0) rotate(-45deg);
    border-right:2px solid #455869;
    border-bottom:2px solid #455869;
    z-index: 60;
}
.newsArea .newsContent .btn a:hover{
    opacity: 0.5;
}
@media (max-width: 740px) {
.newsArea{
    margin: 40px auto;
}
.newsArea .tabArea{
    margin-bottom: 40px;
}
.newsArea .tabArea li{
    width:auto;
    height:36px;
    flex: 3;
    font-size:14px;
    border-radius: 20px;
    margin: 0 2px;
}
.newsArea .tabArea li.active{
    font-size:14px;
    line-height: 36px;
}
.newsArea .tabArea li a{
    font-size:12px;
    line-height: 36px;
}
.newsArea .newsList{
    margin-bottom: 40px;
}
.newsArea .newsList .box{
    height:auto;
}
.newsArea .newsList .box a{
    height:auto;
    padding: 20px 0 40px 0;
}
.newsArea .newsList .box a span.category{
    width:100px;
    height:27px;
    margin-right:12px;
    line-height: 27px;
    border-radius: 14px;
    font-size:11px;
}
.newsArea .newsList .box a time{
    font-size:11px;
    line-height: 27px;
    margin-bottom: 0px;
}
.newsArea .newsList .box a h3{
    font-size:14px;
    margin-top: 16px;
}
.newsArea .newsContent .box{
    margin-bottom: 30px;
}
.newsArea .newsContent .box span.category{
    width:100px;
    height:27px;
    line-height: 27px;
    border-radius: 14px;
    font-size:11px;
}
.newsArea .newsContent .box time{
    font-size:11px;
    line-height: 27px;
    margin-bottom: 0px;
}
.newsArea .newsContent .box h3.singleTitle{
    font-size:21px;
    padding-bottom: 8px;
    margin-top: 16px;
    margin-bottom: 30px;
}
.newsArea .newsContent .box h2.wp-block-heading{
    font-size:24px;
    padding-bottom: 15px;
}
.newsArea .newsContent .box h2.wp-block-heading::after{
    width:20px;
}
.newsArea .newsContent .box h3.wp-block-heading{
    font-size:18px;
}
.newsArea .newsContent .box h3.wp-block-heading:before{
    height:27px;
}
.newsArea .newsContent .box h4.wp-block-heading{
    font-size:16px;
}
.newsArea .newsContent .btn{
    width:100%;
    max-width: 300px;
    margin: 20px auto 0;
}
}
