@charset "utf-8";
/*============================================
ヘッダ画像
============================================*/
#img_subpage {
	width:960px; height:240px;	/*トップページ以外のヘッダ画像の表示サイズを指定*/
	margin:5px 20px;		/*マージン*/
}

/******************************
 * ヘッダースライドショー
 ******************************/
#slideshow {
 height: 400px; 
}
/* スマホだけに適用するCSS */
@media screen and (max-width:1150px){
#slideshow {
 height: 380px; 
}
}
@media screen and (max-width:1000px){
#slideshow {
 height: 320px; 
}
}
@media screen and (max-width:900px){
#slideshow {
 height: 280px; 
}
}
@media screen and (max-width:800px){
#slideshow {
 height: 250px; 
}
}
@media screen and (max-width:700px){
#slideshow {
 height: 220px; 
}
}
@media screen and (max-width:641px){
#slideshow {
 height: 190px; 
}
}
@media screen and (max-width:540px){
#slideshow {
 height: 150px; 
}
}
@media screen and (max-width:480px){
#slideshow {
 height: 130px; 
}
}


#slideshow img {
  max-width:1200px;  
  width: 98%;
  height: auto;
  margin:0px 0px 0px 1%;		/*マージン*/
  position: absolute;
/*   top: 0;
   left:0;
*/
  z-index: 8;
  opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}


/******************************
 * トップページコンテンツ
 ******************************/
#top-main dl{
    margin-top: 10px;
    margin-right: 140px;
    margin-bottom: 30px;
    margin-left: 140px;
    padding: 0;
}

#top-main dt{
    float: left;
    margin: 0;
    text-align: left;
    line-height: 1.3;
    min-height: 1.3;
    font-weight: bold;
   /* width: 140px;*/
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
   /* background-image : url(point_1B1a.png);
    background-position: 5px 9px;
    background-repeat: no-repeat;*/
   color: #000;
}

#top-main dt:before{
  font-family:"Font Awesome 5 Free";
  content: "\f024";
  color: #555;
  padding-right: 8px;
}
	
#top-main dd{
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.3;/*16px;*/
    min-height: 1.3;
    padding-left: 180px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0068b7;
   color: #000;
}


/*#hpb-main dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
*/
/* スマホだけに適用するCSS */
@media screen and (max-width:1000px){
#top-main dl{
    margin-right: 30px;
    margin-left: 40px;
}
}
@media screen and (max-width:641px){
#top-main dl{
    margin-right: 5px;
    margin-left: 15px;
}
#top-main dt, #top-main dd{
	font-size:85%;
}
#top-main dd{
    padding-left: 160px;
}
}
@media screen and (max-width:480px){
#top-main dl{
    margin-right: 2px;
    margin-left: 5px;
}
#top-main dt, #top-main dd{
	font-size:80%;
}
#top-main dd{
    padding-left: 140px;
}
}

#to-news{
	text-align: center;
}
#to-news  a{
	color: #0068b7;
    font-weight: bold;
    text-decoration:none;
}
#to-news   a:hover {
  text-decoration: underline;
  color: #f63;
 }	
