@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* Author:Hiromi Yoshino | CIDARIO Inc.
* Author URI:http://cidario.co.jp
***********************************************************
*/


/* news
========================================================================================================
*/

#news{
  background: #FFF;
  padding: 60px 0 0 0;
}

@media print, screen and (min-width:768px) {
#news{
  padding: 90px 0 0 0;
  }
}

@media print, screen and (min-width:1100px) {
#news{
  padding: 120px 0 0 0;
  }
}

div.news-wrap{
  width:100%;  
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
  div.news-wrap{
    width:100%; 
    background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #EEE 50%, #EEE 100%);
  }
}

div.news-box{
  width:100%;  
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
div.news-box{
  width:100%;
  max-width: 1240px;   
  background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #EEE 50%, #EEE 100%);
  display: grid;
  grid-template-rows: 100%;  
  grid-template-columns: 1fr 26%;
  justify-content: flex-start;
  }
}

section.news-main{
  width:90%;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  background: #FFF;  
  padding: 0 0 40px 0;
  margin:40px auto 0 auto;
}

@media print, screen and (min-width:1100px) {
  section.news-main{  
    width:100%;
    max-width: 900px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    padding:0 50px 0 50px;
    margin: 0; 
  }
}

aside.news-side{
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  background: #EEE;  
  padding: 0 0 40px 0;
}

@media print, screen and (min-width:1100px) {
  aside.news-side{
    width:100%;
    max-width: 240px;
    grid-row: 1 / 2;  
    grid-column: 2 / 3; 
    padding: 70px 0 60px 0;    
    margin: 0 auto;
  }
}

/*---------   h2 -----------*/

.news-main h2.title01{
  font-weight: 600;
  line-height: 100%;
  border-bottom: 1px solid #CCC;
  text-align: left;
  padding: 0 0 15px 0;
  margin: 0 auto 40px auto;
}

@media print, screen and (min-width:768px) {
 .news-main h2.title01{  
  padding: 0 0 25px 0;
  margin: 80px 0 60px 0;
  }
}

/*---------   dl dt dd -----------*/


.news-main dl{
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 0 0 30px 0;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:1100px) {
.news-main dl{
  display: grid;
  grid-template-columns: 90px 1fr;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  }
}

.news-main dl:last-of-type{
  padding: 0;
  margin: 0;
}

.news-main dl::after{
  content: "";
  width:30px;
  height: 1px;
  background: #999;
  position: absolute;
  bottom:0;
  left:30px;
}

.news-main dl:last-of-type::after{
  content:none;
}

.news-main dt{  
  color: #000;
}

.news-main dt time{  
  display: flex;
  flex-flow: column wrap;
  align-items:center;
  justify-content: flex-start;
}

.news-main dl dt span{
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.news-main dl dt span.month{
  font-size: 1.2rem;
}
.news-main  dl dt span.day{
  font-size: 3.0rem;
}

@media print, screen and (min-width:1100px) {
.news-main dl dt span.month{
  font-size: 1.4rem;
}
.news-main dl dt span.day{
  font-size: 3.6rem;
  }
}

.news-main dd{
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  padding: 0 0 0 20px;
  margin: 0;
}

@media print, screen and (min-width:1100px) {
.news-main dd{
   font-size: 1.8rem;
   margin: 0;
  }
}

.news-main dl dd span{ 
  display: flex;
  align-items: center;
  justify-content: center;
  width:90px;
  height: 20px;
  font-size: 1.0rem;
  line-height: 100%;
  color: #FFF;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}

@media print, screen and (min-width:768px) {
.news-main dl dd span{ 
  display: flex;
  align-items: center;
  justify-content: center;
  width:100px;
  height: 26px;
  font-size: 1.2rem;
  line-height: 100%;
  color: #FFF;
  margin: 0 0 10px 0;
  }
}

#news .valueup{
  background: #4AB8CF;
}

#news .tenpo{
  background: #EF6B9E;
}

#news .others{
  background: #666666;
}

/*----------   side   ------------ */

aside.news-side dl dt span{
  width:90px;
  height: 20px;
  background: #4AB8CF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0rem;
  color: #FFF;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0 0 10px;
}

@media print, screen and (min-width:768px) {
aside.news-side dl dt span{
  width:100px;
  font-size: 1.2rem;
  margin: 0 0 0 10px;
  }
}

aside.news-side dl dt span.ct01{
  background: #4AB8CF;
}


aside.news-side dl dt span.ct02{
  background: #4AB8CF;
}

/*---------  news nav -----------*/

.news-nav{
  width:90%;
  margin: 0 auto 60px auto;
}

@media print, screen and (min-width:1100px) {
.news-nav{
  width:100%;
  margin: 0 0 80px 0;
  }
}

.news-nav ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap:10px;
}

@media print, screen and (min-width:1100px) {
.news-nav ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap:10px;
  }
}

.news-nav ul li{
  width: 100px;
  height: 27px;
}

@media print, screen and (min-width:768px) {
.news-nav ul li{
  width: 140px;
  height: 36px;
  }
}

.news-nav ul li a{
  display: block;
  width:100%;
  height: 100%;   
  background: #FFF;
  border: 2px solid #4AB8CF;  
  border-radius: 14px;
  transition: 0.8s;
}

@media print, screen and (min-width:768px) {
.news-nav ul li a{
  border-radius: 18px;    
  }
}

.news-nav ul li a.on{
  background: #4AB8CF;
  border: 2px solid #4AB8CF;  
}

.news-nav ul li a span{
  width:100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #4AB8CF;
  font-weight: 700;
  transition: 0.8s;
}

@media print, screen and (min-width:768px) {
.news-nav ul li a span{
  font-size: 1.4rem;
  }
}

.news-nav ul li a.on span{
  color: #FFF;
}

.news-nav ul li a:hover{
  background: #4AB8CF;
}

.news-nav ul li a:hover span{
  color: #FFF;
}

/*---------  related-news -----------*/

.related-news{
  width:100%;
  border-top: 1px solid #000;
  padding: 40px 0 20px 0;
  margin: 0;
}

@media print, screen and (min-width:1100px) {
.related-news{  
  border-top: 1px solid #000; 
  border-bottom: 1px solid #000;  
  padding: 50px 20px 50px 0;
  margin: 0 0 120px 0;
  }
}

.related-news h2{
  color: #000;
  font-size: 2rem;
  padding: 0;
  margin: 0 0 40px 0;
}

@media print, screen and (min-width:1100px) {
.related-news h2{
  margin: 0 0 50px 0;
  }
}

.related-news dl{
  width:100%;
  margin: 0;
}

.related-news dl::after{
  content: none;
}

/*  news-side
======================================================================
*/

aside.news-side h2{
  width:100%;
  height: 60px;
  background: #20202F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.6rem;   
  margin: 0;
}

@media print, screen and (min-width:1100px) {
 aside.news-side h2{
   width:240px;
   height: 60px;
   font-size: 1.8rem;
   margin: 0;
  }
}

aside.news-side ul.news-side-nav{
  width:100%;
  margin: 0;
}
@media print, screen and (min-width:1100px) {
aside.news-side ul.news-side-nav{
  margin: 0 0 70px 0;
  }
}

aside.news-side ul.news-side-nav li{
  width:100%;
  height: 70px;  
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;   
  margin: 0;
}

@media print, screen and (max-width:1100px) {
 aside.news-side ul.news-side-nav li:last-of-type{
  border-bottom:none;
  }
}

ul.news-side-nav li a{
  width:100%;
  height: 70px;  
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

ul.news-side-nav li a{
  font-size: 1.4rem;
  color: #666;
  transition: 0.8s;
}

@media print, screen and (min-width:768px) {
 ul.news-side-nav li a{
  font-size: 1.6rem;
 }
}

ul.news-side-nav li a:hover{
  color: #BBB;
}

aside.news-side dl{  
  width:90%;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
 aside.news-side dl{
   width:100%;
   margin: 30px 0 0 0;
  }
}

aside.news-side dl dt{
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 30px 0 10px 0;
}

@media print, screen and (min-width:1100px) {
aside.news-side dl dt{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  }
}

aside.news-side dl dt time{
  width:115px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;  
  display: flex;
  align-items: center;
}

aside.news-side dl dd{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 175%;
}

section aside#pager{
  width: 100%;
  border-top: 1px solid #CCC;
  padding: 40px 0 0 0;
  margin: 40px auto 0 auto;
}

@media print, screen and (min-width: 768px) { 
section aside#pager{
  width: 100%;
  border-top: 1px solid #CCC;
  padding: 60px 0 0 0;
  margin: 60px auto 150px auto;
 }
}

/* news detail
========================================================================================================
*/

section.news-main div.news-ct{
	width:100%;  
  font-size: 1.5rem;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) { 
	section.news-main div.news-ct{
	  width:95%;
    padding: 60px 0 0 0;
	}
}

section.news-main div.news-ct div.news-ct-hd{
	display: flex;
	flex-flow: row nowrap;
  align-items: center;
	margin: 0;
}

section.news-main div.news-ct div.news-ct-hd time{
	display: block;
	width:115px;
	font-size:1.4rem;
	color: #666;
}

section.news-main div.news-ct div.news-ct-hd time + span{	
	width:100px;
  height: 22px;
	background: #313140;
	font-size: 1.2rem;
	color: #FFF;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-- hover-underline02 --*/

section.news-main div.news-ct a {
  padding-bottom: .2em;
  background: linear-gradient(#666, #666) 0 100%/100% 1px no-repeat;
  transition: background .8s;
  text-decoration: none;
}

section.news-main div.news-ct a:hover {
  background-size: 0 1px;
}

section.news-main div.news-ct h1{
	font-size:2.4rem;
	font-weight:700;
	line-height: 200%;
	border-bottom: 1px solid #000;
  color: #000;
	padding: 20px 0 30px 0;
	margin: 0 0 30px 0;
}

@media print, screen and (min-width: 768px) { 
 section.news-main div.news-ct h1{
	 font-size:3.0rem;	
   padding: 20px 0 30px 0;
	 margin: 0 0 30px 0;
	}
}

section.news-main div.news-ct h2{
	font-size:2.2rem;
	font-weight:700;
  line-height:200%;
  color: #000;
  padding: 0;
	margin: 0 0 20px 0;
}

@media print, screen and (min-width:1100px) {
  section.owner-detail-ct h2{
	 font-size:2.4rem;
  }
}

section.news-main div.news-ct  h3{
	font-size:1.8rem;
	font-weight:700;
	line-height:200%;
  color: #000;
	margin: 0 0 20px 0;	
}

@media print, screen and (min-width:1100px) {
  section.news-main div.news-ct  h3{
	  font-size:1.8rem;
  }
}

section.news-main div.news-ct p{
	line-height: 250%;
	margin: 0 0 40px 0;
}

section.news-main div.news-ct ul{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 40px 0;
}

section.news-main div.news-ct ul li{
	line-height: 200%;
	padding: 0;
	margin: 0 0 15px 30px;	
}

section.news-main div.news-ct ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 40px 0;
}

section.news-main div.news-ct ol li{
	line-height: 200%;
	padding: 0;
	margin: 0 0 15px 30px;	
}
 
section.news-main div.news-ct  img{
  display: block;
	max-width: 100%;
  height: auto;
  margin: 0 0 50px 0;
}

@media print, screen and (min-width: 1100px) {
 section.news-main div.news-ct  img{
	 max-width: 800px;
	}
}

section.news-main div.news-ct div.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

section.news-main div.news-ct div.youtube iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.news-main div.news-relation{
	width:100%;
	border-top: 1px solid #000;  
  border-bottom:  1px solid #000;  
  padding: 0;
	margin: 0 auto 50px auto;
}



