<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* PCレイアウト */
.pageimage {
	width:100%;
	margin-bottom:25px;
	background-image: url(/info/images/news_h2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height:180px;
	text-align:center;
}

.pageimage h2 {
	padding-top:85px;
	font-size:32px;
	color:#FFFFFF;
}

.news {
	margin-bottom:100px;
}

.news .date {
text-align: right;
}

.news dl,
.news dt,
.news dd {
  box-sizing: border-box;
}
.news dl {
  border-bottom:1px solid #DDDDDD;
}
.news dt,
.news dd {
  padding: 10px 0 0 0;
	font-size:15px;
}
.news dt {
  width: 15%;
  float: left;
  margin-bottom:0;
  margin-top:0;
	color:#263495;
	font-weight:bold;
}
.news dd {
  margin-left: 15%;
  padding-bottom: 10px;
}
.news dd:after {
  content: '';
  display: block;
  clear: both;
}

.news .txtbox {
width: 60%;
float: left;
}

.news .imgbox {
width: 35%;
float: right;
text-align: center;
}

.news .imgbox img {
width: 100%;
height: auto;
max-width: auto;
}


/* スマートフォンレイアウト : ～767 px  */
@media screen and (max-width:767px)
{
.pageimage {
	width:100%;
	margin-bottom:20px;
	background-image: url(/info/images/news_h2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height:130px;
	text-align:center;
}

.pageimage h2 {
	padding-top:55px;
	font-size:150%;
	color:#FFFFFF;
}

.news {
	margin-bottom:60px;
}

.news dl,
.news dt,
.news dd {
  box-sizing: border-box;
}
.news dl {
  border-bottom:1px solid #DDDDDD;
}
.news dt,
.news dd {
	font-size:15px;
}
.news dt {
  width:100%;
  float: none;
  margin-bottom:0;
  margin-top:0;
	padding: 10px 0 0 0;
	color:#263495;
	font-weight:bold;
}
.news dd {
	width:100%;
  margin-left:0;
	padding: 0 0 10px 0;
}
.news dd:after {
  content: '';
  display: block;
  clear: both;
}

.news .txtbox {
width: 100%;
margin-bottom: 40px;
float: none;
}

.news .imgbox {
width: 100%;
float: none;
text-align: center;
}


}
</pre></body></html>