@charset "utf-8";

/*  下線
--------------------------------------------------*/
.news_line {
/*	border-top: 1px solid #ca2231;*/
}


/*==================================================
  お知らせ共通
==================================================*/

.news_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.news_main {
	width: 100%;
	display: flex;
	flex-direction: column;
	/*padding: 0 20px;*/
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
.news_wrap {
	flex-direction: row;
}
.news_main {
	width: 75%;
	padding: 0 0;
	/*margin-bottom: 100px;*/
}
}
/*  お知らせ　項目
--------------------------------------------------*/
.year_wrap:nth-child(n+2) {
	margin-top: 40px;
}
.news_main dl:last-child {
	margin-bottom: 40px;
}

dl.news_list {
	flex-wrap: wrap;
}
dl.news_list dt{
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 14px;
	padding-top: 25px;
}
dl.news_list dd {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	padding-bottom: 25px;
	line-height: 1.5em;
	border-bottom: 1px dotted #c9caca;
	padding-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
dl.news_list {
	display: flex;
	padding: 0 0 40px;
}
dl.news_list dt{
	width: 6em;
	margin-bottom: 0px;
	padding: 40px 0;
	border-bottom: 1px dotted #c9caca;
}
dl.news_list dd {
	width: calc(100% - 6em);
	padding: 40px 0;
	margin-top: -1px;
}
}
/*  お知らせ　サイドメニュー
--------------------------------------------------*/

.side_menu {
	width: 100%;
}
.side_menu ul {
	list-style: none;
}
.side_menu li {
	position: relative;
	height: 55px;
	border-bottom: 1px dotted #c9caca;
	line-height: 55px;
	background-color: #e8e8e8;
}
.side_menu li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	color: #000;
}
.side_menu li a:hover {
		background-color: #b1b1b1;
	transition: all .6s ease;
	color: #fff;
}
.side_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 75px;
	background-color: #000;
	font-size: 14px;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
.side_menu {
	position: absolute;
	width: 21%;
	top: -120px;
	right: 0;
}
.side_menu li {
	position: relative;
	height: 60px;
	border-bottom: 1px dotted #c9caca;
	line-height: 55px;
	background-color: #FFFFFF;
}
.side_menu li a {
	color: #000;
}
}
/*  お知らせ　記事　pressと共通
--------------------------------------------------*/
#news img{
width: auto;
height: auto;
max-width: 100%;
}
/*#news h4 {
	font-size: 25px;
	line-height: 1.4em;
	margin: 30px 0 ;
}
#news h5 {
	font-size: 20px;
	padding-bottom: 10px;
	margin:40px 0 26px;
	border-bottom: 1px solid #ca2231;
}*/
#news p {
	margin-bottom: 30px;
}
#news img + p {
	margin-top: 10px;
}
#news p .post{
    width:7em;
    display: inline-block;
}
@media print, screen and (min-width: 768px) {
#news p {
	margin-bottom: 40px;
}
}

/* 記事内日付*/
p.news_days{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
	border-bottom: 1px solid #ca2231;
}
@media print, screen and (min-width: 768px) {
.news_days{
	margin-bottom: 0px;
	display: table-cell;
	padding: 0 0 14px;
}
}

/*  お知らせ　テーブル共通
--------------------------------------------------*/
#news .tsBasic {
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: none;
}
#news .tsBasic th, .tsBasic td {
	display: block;
	width: auto;
}
#news .tsBasic th {
	background-color: #909090;
	color: #fff;
	padding: 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	vertical-align: middle;
}
#news .tsBasic th + th{
	border-top: 1px solid #fff;
}
#news .tsBasic td {/**/
	border-top: 1px solid #636363;
	border-right: 1px solid #636363;
	border-left: 1px solid #636363;
	padding: 20px 20px;
	line-height: 1.6em;
}
#news .tsBasic tr:last-child {
	border-bottom: 1px solid #636363;
}
#news .tsBasic td span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}
#news td strong {
	font-size: 18px;
	padding-bottom: 10px;
	display: inline-block;
}
#news td strong:last-child {
	padding-bottom: 0px;
}

@media print, screen and (min-width: 768px) {
#news .tsBasic {
	border: 1px solid #636363;
}
#news .tsBasic th {
	min-width: 120px;
	display: table-cell;
	text-align: left;
	border-right: 1px #fff solid;
}
#news .tsBasic th + th{
	border-top: 1px solid #636363;
}
#news .tsBasic th:last-child {
    border-right: none;
}
#news .tsBasic tr {
	border-bottom: 1px solid #fff;
}
#news .tsBasic tr:last-child {
	border-bottom: none;
}
#news .tsBasic td {
	display: table-cell;
}
#news .tsBasic02 td {
	display: table-cell;
	text-align: left;
	padding: 10px 0;
}
}

/*  お知らせ　お問い合わせ先　共通
--------------------------------------------------*/
.news_wrap h4 span{
font-size: 18px;
display: inline-block;
line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
.news_wrap h4 span{
font-size: 24px;
}
}
#news_article ul{
margin-bottom: 40px;
line-height: 1.6;
list-style: disc;
}
#news_article ul ul{
margin-bottom: 10px;
}
#news_article ul li{
line-height: 1.6;
margin-left: 1em;
}

#news_article ul li strong{
margin-top: 10px;
display: inline-block;
}
#note .news_main #news_article a {
	color: #0080E7;
	/*border-bottom: 1px solid #0080E7;*/
	text-decoration: underline;
}
#note .news_main .side_menu a {
	border-bottom:none;
	color: #000;
}
#note .news_main .side_menu a:hover {
	border-bottom:none;
	color: #fff;
}
.contactSet{
	padding: 10px;
	background-color: #e8e8e8;
}
#news .contactSet h5{
	margin-top: 10px;
}
#news .contactSet p{
	margin-bottom: 10px;
}
#news .contactSet p span{
	display: block;
}
@media print, screen and (min-width: 768px) {
#news .contactSet p span{
	display: inline-block;
}
}
/*.inquiryul li{
	display:inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.inquiryul ul li:last-child{
padding: 10px 0 10px 20px;
	background-image: url(../images/top_icon_01.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: left 45%;
}
@media print, screen and (min-width: 768px) {
.inquiryul ul li{
	display:inline;
}
.inquiryul ul li:last-child{
	margin-left: 20px;
	padding: 10px 0 10px 20px;
	background-image: url(../images/top_icon_01.png);
	background-repeat: no-repeat;
	background-position: left 45%;
	background-size: 15px 15px;
}
}
*/
#news_article ul.contact{
margin-bottom: 35px;
margin-left: -1em;
}
#news_article ul.contact li{
display:inline-block;
margin-bottom: 5px;
text-align: center;
}
#news_article ul.contact li:last-child{
padding: 10px 0 10px 20px;
	background-image: url(../images/top_icon_01.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: left 45%;
}
@media print, screen and (min-width: 768px) {
#news_article ul.contact{
}
#news_article ul.contact li{
display:inline;
}
#news_article ul.contact li:last-child{
	margin-left: 20px;
	padding: 10px 0 10px 20px;
	background-image: url(../images/top_icon_01.png);
	background-repeat: no-repeat;
	background-position: left 45%;
	background-size: 15px 15px;
}
}
div.img_center{
display: flex;
justify-content:center;
}
div.img_2col{
display: flex;
}
div.img_2col img{
  height: 800px;
  object-fit: cover;
}

/*画像のカラム*/
#news #news_article .col_wrap{
	margin-bottom: 15px;
	text-align: center;
}
#news #news_article .col_wrap div:first-child{
	margin-bottom: 15px;
}

#news .col_wrap02{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#news .col_wrap02_2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#news .col_wrap02 img,#news .col_wrap02_2 img {
	margin-bottom: 15px;
	height: auto;
}
@media print, screen and (min-width: 768px) {
#news #news_article .col_wrap div:first-child{
	margin-right: 15px;
	margin-bottom: 0;
}
/*#news #news_article .col_wrap div{
    width: 50%;
}*/
#news .col_wrap02{
	justify-content: space-between;
}
#news .col_wrap02 img {
	height: 350px;
}
#news .col_wrap02 img:first-child {
    margin-right: 15px;
}
#news .col_wrap02_2{
	justify-content: space-between;
}
#news .col_wrap02_2 img {
	height: 280px;
}
#news .col_wrap02_2 img:first-child {
    margin-right: 15px;
}	
}

@media all and (-ms-high-contrast: none){
#news #news_article .col_wrap div{
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
#news #news_article .col_wrap div{
    width: 100%;
  }
}