
section#news {
	background-color: #F8F8F8;
	padding-top: 4.44vw;
	padding-bottom: 10.4vw;
   
 }
 
 section#news .row {
	width: 50.69vw;
	margin: 1vw auto 0;
	flex-direction: column;
 }
 
 section#news .row .news {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
	border-bottom: 1px solid #AFAFAF;
	margin-top: 2.48vw;
 }
 
 section#news .row .news .date {
	width: 7.08vw;
	padding-left: 0.4vw;
	font-size: 1.25vw;
	width: 8vw;
 }
 
 section#news .row .news .content {
	width: 39.24vw;
	margin-top: 0;
	font-size: 1.11vw;
 }
 
 section#news h2::after {
	width: 6.94vw;
	top: 1vw;
	left: 46.4vw;
 }
 
 section#news .button {
	width: 20.83vw;
	height: 4.44vw;
	background-image: url('../image/pc-top-button04.png');
	background-size: contain;
	margin: 2.78vw auto 0;
 }
 
 section#news .button:hover {
	background-image: url('../image/pc-top-button04-hover.png');
 }

section#newsdetail {
	background-color: #F8F8F8;
	padding-top: 4.44vw;
	padding-bottom: 10.4vw;
    padding-left: 2.78vw;
    padding-right: 2.78vw;
 }

section#newsdetail .title {
    font-size: 30px;
    text-align: center;
    margin: 4vw 1vw;
    border-bottom: 1px solid #7f7f7f;
 }

section#newsdetail .title2 {
    font-size: 25px;
    text-align: center;
    margin: 6vw 1vw 4vw;
 }

section#newsdetail .text {
    font-size: 1.11vw;
    color: #7F7F7F;
    font-family: "A1 Gothic R", sans-serif!important;
    font-feature-settings: "palt";
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

section#newsdetail .subcontent {
    text-align: end;
    margin: 2vw 0;
 }

section#newsdetail
 img {
    position: relative;
    width: 70%;
    margin: 3vw auto ;
 }

section#newsdetail 
  a {
    color: blue;
    border-bottom: 1px solid blue;
 }

section#newsdetail .rankimage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48vw;
    margin: 3vw auto 3vw;
}

   section#newsdetail .rankimage
 img {
    width: 21vw;
    margin: 1vw;
}



























































