@charset "utf-8";

@media print,screen and (min-width : 501px) {

.ichiran{
  text-align: right;
}
.ichiran a{
  background-color: #0071bc;
  color: #fff;
  -webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px;
  font-size:14px;font-size:1.4rem;
  padding: 4px 14px;
}


/** トップスライド
---------------------------------------- */
#topImage{
  margin-top: 10px;
}
#topImage .wrap{
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
#topImage #busdoko{
  width: 220px;
  text-align: center;
  background-color: #4399d4;
}
#topImage #busdoko img{
  width: 200px;
  margin: 0 auto;
}
#topImage #busdoko0{
  margin-top: 14px;
}
#topImage #busdoko1{
  margin-top: 16px;
}
#topImage #busdoko2{
  margin-top: 14px;
}

/** トピックス
---------------------------------------- */
#topics{
  margin-top: 30px;
  background-color: #cce3f2;
  padding: 30px 0;
}
#topics ul{
  margin-top: 20px;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
#topics li{
  width: 250px;
  color: #003c83;
  margin-bottom: 20px;
}
#topics ul::after,
#topics ul::before {
  content: "";
  display: block;
  width: 250px;
  height: 0;
}
#topics ul::before {
  order: 1;
}
#topics li img{
  margin-bottom: 6px;
}


/** お知らせ
---------------------------------------- */
#news{
  margin-top: 30px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}
#news ul{
  margin-top: 10px;
  margin-bottom: 20px;
}
#news li{
  border-bottom:dotted 1px #666666;
  padding: 10px;
}
#news li a{
  color: #0071bc;
  text-decoration: underline;
}
#news time{
  margin-right: 20px;
  color: #003c83;
}

#newsBanner{
  margin-top: 50px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
#newsBanner li{
  margin-bottom: 20px;

}


/** トピックス
---------------------------------------- */
#footerBanner{
  margin-top: 30px;
  background-color: #cce3f2;
  padding: 30px 0;
}
#footerBanner ul{
  padding: 0 20px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-around;
}
#bannerMiddle li{
}
#bannerSmall{
  margin-top: 20px;
}
#bannerSmall li{
  margin-top: 10px;
}




}

 /* スマホ用------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width : 500px) {


/** トップスライド
---------------------------------------- */
#topImage{
  margin-top: 10px;
}

#topImage #busdoko{
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  background-color: #4399d4;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
#topImage #busdoko img{
  margin: 0 auto;
  width: 200px;
}

#topImage #busdoko0{
  width: 100%;
  /* margin-top: 5px; */  
  margin-bottom: 10px;
}
#topImage #busdoko1{
  width: 48%;
}
#topImage #busdoko2{
  width: 48%;
}

.ichiran{
  text-align: center;
}
.ichiran a{
  background-color: #0071bc;
  color: #fff;
  -webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px;
  font-size:14px;font-size:1.4rem;
  padding: 4px 14px;
}


/** トピックス
---------------------------------------- */
#topics{
  margin-top: 30px;
  background-color: #cce3f2;
  padding: 20px 0;
}
#topics ul{
  margin-top: 20px;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
#topics li{
  width: 48%;
  color: #003c83;
  margin-bottom: 20px;
}
#topics ul::after,
#topics ul::before {
  content: "";
  display: block;
  width: 250px;
  height: 0;
}
#topics ul::before {
  order: 1;
}
#topics li img{
  margin-bottom: 6px;
}


/** お知らせ
---------------------------------------- */
#news{
  margin-top: 30px;
}
#news ul{
  margin-top: 10px;
  margin-bottom: 20px;
}
#news li{
  border-bottom:dotted 1px #666666;
  padding: 10px;
}
#news li a{
  color: #0071bc;
  text-decoration: underline;
}
#news time{
  display: block;
  color: #003c83;
}

#newsBanner{
  margin-top: 50px;
}
#newsBanner li{
  margin-bottom: 20px;
}


/** トピックス
---------------------------------------- */
#footerBanner{
  margin-top: 30px;
  background-color: #cce3f2;
  padding: 20px 0;
}
#footerBanner img{
  width: 100%;
}

#bannerMiddle li{
  margin-bottom: 10px;
}
#bannerSmall{
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
#bannerSmall li{
  margin-top: 10px;
  width: 48%;
}





}


