
/***********************************************************************************************************************

news.css

***********************************************************************************************************************/
.news{
}

.news main{
	overflow-x: hidden; /* フォールバック */
	overflow-x: clip;   /* モダンブラウザ向け */
}


/* sec *************************************************************/
.sec_hd{
	position: relative;
	/*padding: 0;*/
	padding-top: 17.3611111%;
	background: #006FB5;
background: linear-gradient(90deg, rgba(0, 111, 181, 1) 0%, rgba(73, 189, 236, 1) 50%, rgba(0, 111, 181, 1) 100%);
}

.sec_news{
	padding: 8% 0 8%;
}


@media screen and (max-width: 767px) {
.sec_hd{
	padding-top: 43.75%;
}
.sec_news{
	padding: 12% 0 18%;
}
}




/* h1〜 *************************************************************/
h1.h1_ttl{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	font-size: 18px;
	font-size: clamp(14px, 1.8vw, 18px);
	text-align: center;
	color: #fff;
}
h1.h1_ttl .en{
	display: block;
	font-size: 310%;
	padding-bottom: 0.1em;
}

h2.h2_ttl{
	font-size: 34px;
	font-size: clamp(22px, 3.4vw, 34px);
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 1.2em; /*0.8em*/
}


p.lead{
	font-size: 18px;
	font-size: clamp(14px, 1.8vw, 18px);
	text-align: center;
	line-height: 2.2em;
}



@media screen and (max-width: 767px) {
h1.h1_ttl .en{
	font-size: 250%;
}
}




/* fig_hd *************************************************************/
.fig_hd{

}
.fig_hd img{
	width: 100%;
	height: auto;
}
.fig_hd .pc{}
.fig_hd .sp{ display: none;}


@media screen and (max-width: 767px) {
.fig_hd .pc{ display: none;}
.fig_hd .sp{ display: block;}
}







/**********************************

top-news.php

**********************************/

body.top-news{
	background-color: transparent;
}

.cateBox{
	margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
.cateBox{
	margin: 0 0 30px;
}
}



/* cate_list *******************************/
.cate_list{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.cate_list li{
	width: 19%;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	font-size: 14px;
	text-align: center;
}
.cate_list li a{
	display: flex;
	flex-direction: column;
	color: #1a274d;
	font-weight: 500;
	border: 1px solid #1a274d;
	padding: 10px 0;
}
.cate_list li a:hover{
	color: #fff;
	background-color: #1a274d;
}

@media screen and (max-width: 767px) {
.cate_list li{
	font-size: 1.2rem;
	font-size: 12px;
}
}

@media screen and (max-width: 639px) {
.cate_list li{
	width: 49%;
	margin-bottom: 2%;
}
.cate_list li:first-child{
	width: 100%;
	display: none;
}
}



/* kiji*******************************/
dl.kiji{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
dl.kiji dt{
	width: calc(100% - 230px);
	margin-top: -4px;
}
dl.kiji dd{
	position: relative;
	width: 220px;
	text-align: left;
	margin: 0;
}

.copy_name{
	display: none;
}
.displayNone{
	display: none;
}

ul#newsList{
	margin:0;
	padding:0;
}

ul#newsList li{
	position: relative;
	margin: 0 0;
	padding: 30px 40px 30px 20px;
	color: #000;
	border-bottom: 1px solid #E5E5E5;
	transition: all .3s linear;
}
ul#newsList li:hover{
	background-color:rgba(153,221,255,0.1);
}

 ul#newsList a li:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 15px;
	width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #006FB5 #006FB5 transparent transparent;
  transform: translateY(-50%) rotate(45deg);
	transition: all .3s linear;
}
 ul#newsList a:hover li:after{
 	right: 10px;
 }



.catName{
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 1.4rem;
	font-size: 14px;
	color: #1a274d;
	letter-spacing: 0.05em;
}
a .catName{
	transition: all .3s linear;
}
a:hover .catName{
	color: #7898cb;
}
.title{
	display: block;
	margin: 10px 0 0;
	padding: 0;
	font-size: 16px;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.8em;
	color: #666;
}

.newMark{
	position: absolute;
	z-index: 1;
	top: -8px;
	left: -5px;
	display:block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding:0;
	font-size:10px;
	text-align: center;
	letter-spacing: normal;
	background:#006fb5;
	border-radius: 15px;
	color:#fff;
}
.comment{
	/*display:block;*/
	padding:3px 0;
	/*float:left;
	overflow:hidden;*/
	/*width:500px; 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

.up_ymd{
	display:inline-block;
	font-size: 1.4rem;
	font-size: 14px;
	letter-spacing: normal;
	margin: 0 10px 0 0;	
	color: #006FB5;
}

.thumbNailWrap{
	display: block;
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 67.857142%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 0 12px;
}
.thumbNailWrap img{
/* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 画像の最大サイズは枠の1.5倍まで */
/*  max-width: 150%;
  max-height: 150%;*/
}

.thumbNailWrap img.no_image{
	width: 100%!important;
	height: auto;
}
a .thumbNailWrap{
	transition: all .3s linear;
}
a:hover .thumbNailWrap{
	opacity: 0.7;
}


/* top-news *******************************/
.top-news #newsWrap{
	padding: 20px 0 0 20px;
}

@media screen and (max-width: 767px) {
.top-news #newsWrap{
	padding: 20px 0 0 12px;
}

dl.kiji dt{
	width: 100%;
	margin-top: 10px;
}
dl.kiji dd{
	width: 100%;
}

.catName{
	font-size: 1.3rem;
	font-size: 13px;
}
.title{
	font-size: 1.3rem;
	font-size: 13px;
}
.newMark{
	transform: scale(0.8, 0.8);
	left: -14px;
}
.up_ymd{
	font-size: 1.3rem;
	font-size: 13px;	
}
}



@media screen and (max-width: 600px) {
/* top-news *******************************/
/*.top-news dl.kiji{
	margin-left: 0;
}
.top-news dl.kiji dt{
	width: 100%;
	margin-top: 0;
}
.top-news dl.kiji dd{
	width: 100%;
}

.top-news .catName{
	transform: scale(0.8, 0.8);
	font-size: 1.0rem;
	font-size: 10px;
	width: 80px;
	margin:0 0 0 0;
}
.top-news .title{
	font-size: 1.2rem;
	font-size: 12px;
}
.top-news .newMark{
	transform: scale(0.8, 0.8);
	left: -10px;
}
.top-news .up_ymd{
	font-size: 1.0rem;
	font-size: 10px;	
}*/
}






/* Pager style *******************************/
.pager{
	text-align:right;
	padding: 30px 0;
	clear:both;
	font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200; /*from 200 to 900*/
  font-style: normal;
}
/*ページャーボタン*/
.pager a{
    /*border-radius: 5px 5px 5px 5px;*/
    color: #fff;
    font-size: 14px;
	letter-spacing: normal;
    padding: 7px 12px;
    text-decoration: none;
	margin:0 0 0 7px;
	border-radius: 2px;
	background-color: #888;
}

/*現在のページのボタン*/
.pager a.current{
    background-color: #006fb5;
    color: #fff;
}

.pager a:hover{
    background-color: #006fb5;
    color: #fff;
	text-decoration: none;
}
.pager a:hover.current{
	background-color: #7898cb;
}

.overPagerPattern{
	padding:0 2px;	
}

@media screen and (max-width: 767px) {
.pager{
	text-align:center;
}

/*ページャーボタン*/
.pager a{
    font-size: 12px;
	margin:0 0 0 5px;
}

/*現在のページのボタン*/
.pager a.current{
    font-size: 12px;
	margin:0 0 0 5px;
}
}




/********************************************************

news-detail.php

*********************************************************/

#up_ymd{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size:14px;
	letter-spacing: normal;
	color: #006FB5;
	margin:0 0 0 12px;
	padding: 0 0 0;
}

.news-detail #up_ymd{
	padding: 2em 0 0;
	margin: 0;
}


.detailUpfile{
	margin:5px 0 35px;
	text-align:left;
}

#detail .detailUpfile img{
	max-width:100%;
	height:auto;
	padding: 0 0 0 5px; /*4% 0*/
	vertical-align: middle;
}
#detail{
	font-size: 1.6rem;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 2.0em;
	padding: 50px 0 8%;
}
#detail font{
	line-height: 1.8em;
}

#detail b{
	font-weight: bold;
}

#detail a{
	color: #7898cb;
	text-decoration: underline;
}
#detail a:hover{
	text-decoration: none;
}
.page_cate{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	margin: 0 0;
}
.page_cate a{
	color: #fff;
	background-color: #000;
	padding: 8px 15px 5px;
}
.page_cate a:hover{
	background-color: #7898cb;
}
.youtube{
	margin: 4% auto;
}

h1.h1_detail{
	font-size: 28px;
	font-size: clamp(18px, 2.8vw, 28px);
	font-weight: 600;
}


@media screen and (max-width: 767px) {
#up_ymd{
	font-size:11px;
}
#detail{
	font-size: 1.4rem;
	font-size: 14px;
	padding: 25px 0 12%;
}
.page_cate{
	font-size: 1.0rem;
	font-size: 10px;
}
.page_cate a{
	padding: 5px 10px 2px;
}
}



/* btn_return *****************/
.btn_return{
	text-align: center;
}
.btn_return a{
	display: block;
	font-size: 1.4rem;
	font-size: 14px;
	color: #666;
	width: 40%;
	max-width: 240px;
	padding: 12px 0;
	margin: 0 auto;
	border: 1px solid #666;
}
.btn_return a:hover{
	color: #fff;
	background-color: #666;
}

@media screen and (max-width: 767px) {
.btn_return a{
	font-size: 1.2rem;
	font-size: 12px;
}
}


