@charset "utf-8";

@media print,screen and (min-width : 501px) {


#introduction{
  background-color: #f1f5f2;
  padding: 40px;
  line-height: 2;
}
#introduction h1{
  font-size:18px;font-size:1.8rem;
  font-family:"MPLUSRounded1c-4";
}

#topmenu{
  margin-top: 40px;
}
#topmenu li{
  text-align: center;
  font-family:"MPLUSRounded1c-4";
}
#topmenu li img{
  border-radius:10px;
  margin-bottom: 4px;
}

#news{
  margin-top: 40px;
}
#news .ichiran{
  margin-top: 20px;
  text-align: right;
  border-top:solid 1px #c8c8c8;
  padding-top: 6px;
}
#news h2{
  font-family:"MPLUSRounded1c-4";
  font-size:22px;font-size:2.2rem;
  border-bottom:solid 4px #c8c8c8;
  line-height: 1.4;
  padding-bottom: 8px;
}
#news #news1{
  width: 100%;
  margin-bottom: 40px;
}
#news #news2,
#news #news3{
  width: 48%;
}
#news li{
  margin-top: 14px;
  width: 100%;
}
#news li a{
  margin-left: 10px;
}

#trouble{
  margin-top: 40px;
  background-color: #f1f5f2;
  padding: 40px 0;
}
#trouble h2{
  color: #136a1f;
  font-size:26px;font-size:2.6rem;
  font-family:"MPLUSRounded1c-5";
  text-align: center;
}
#trouble ul{
  margin-top: 30px;
}
#trouble li{
  background-color: #f8faf8;
  border:solid 2px #136a1f;
  padding: 10px 4px;
  border-radius:10px;
  color: #136a1f;
  text-align: center;
  font-family:"MPLUSRounded1c-5";
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
#trouble .link{
  margin-top: 10px;
  text-align: center;
}
#trouble .link a{
  font-family:"MPLUSRounded1c-5";
  font-size:22px;font-size:2.2rem;
}

}
@media screen and (max-width : 500px) {

#introduction{
  background-color: #f1f5f2;
  padding: 20px 10px;
  line-height: 2;
}
#introduction h1{
  font-size:16px;font-size:1.6rem;
  font-family:"MPLUSRounded1c-4";
  line-height: 1.4;
  margin-bottom: 14px;
}

#topmenu{
  margin-top: 40px;
}
#topmenu li{
  text-align: center;
  font-family:"MPLUSRounded1c-4";
}
#topmenu li img{
  border-radius:10px;
  margin-bottom: 4px;
}

#news{
  margin-top: 40px;
}
#news .ichiran{
  margin-top: 20px;
  text-align: right;
  border-top:solid 1px #c8c8c8;
  padding-top: 6px;
}
#news h2{
  font-family:"MPLUSRounded1c-4";
  font-size:20px;font-size:2.0rem;
  border-bottom:solid 4px #c8c8c8;
  line-height: 1.4;
  padding-bottom: 8px;
}
#news #news1,
#news #news2,
#news #news3{
  width: 100%;
  margin-bottom: 40px;
}
#news li{
  margin-top: 14px;
  width: 100%;
}
#news li a{
  margin: 2px 0 0 6px;
  display: block;
}

#trouble{
  margin-top: 40px;
  background-color: #f1f5f2;
  padding: 40px 0;
}
#trouble h2{
  color: #136a1f;
  font-size:20px;font-size:2.0rem;
  font-family:"MPLUSRounded1c-5";
  text-align: center;
}
#trouble ul{
  margin-top: 20px;
}
#trouble li{
  width: 100%;
  background-color: #f8faf8;
  border:solid 2px #136a1f;
  padding: 10px 4px;
  border-radius:10px;
  color: #136a1f;
  text-align: center;
  font-family:"MPLUSRounded1c-5";
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
#trouble .link{
  margin-top: 10px;
  text-align: center;
}
#trouble .link a{
  font-family:"MPLUSRounded1c-5";
  font-size:18px;font-size:1.8rem;
}

}
