.toppage .fb{
    display: none !important;
}
.banner {
  position: relative; }
  .banner p {
    position: absolute;
    right: 2%;
    bottom: 5%;
    text-align: right; }
    .banner p img {
      width: 44%; }

#news {
  border: 1px solid #31bbe3;
  border-radius: 5px;
  margin-top: 6%; }
  #news .tit {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1% 0 2%;
    background: #c4edfa; }
    #news .tit p {
      position: absolute;
      right: 3%;
      top: 5%; }
      #news .tit p img {
        height: 30px; }
  #news .info {
    padding: 3%; }
    #news .info a {
      color: #666; }
    #news .info dl {
      padding: 1% 0; }

#top .box0 {
	position: relative;
	background: #fffcf9;
  border: 3px solid #89573c;
  border-radius: 4px;
  padding: 0;
}
#top .box0 h3 {
	font-size: 140%;
	font-weight: bold;
	line-height: 2;
	color: #fff;
	background-color: #89573c;
}
#top .box0 .bg_brown {
    padding: 0 2%;
    margin-top: 2%;
	margin-bottom: 8%;
}
#top .box0 .bg_brown img {
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 50%;
}
#top .box0 .txt {
	color: #0719be;
	font-weight: bold;
}
#top .box0 .txt span {
	font-size: 90%;
	color: #f57900;
}
#top .box0 .txt_sub {
	color: #462401;
	margin: 2%;
	font-size: 90%;
	width: 50%;
}
#top .box1 {
  background: #f9fff1;
  border: 3px solid #c9d981;
  border-radius: 4px;
  padding: 0 2%; }
  #top .box1 .bg_white {
    position: relative;
    padding: 2%;
    margin-top: 2%;
    width: 104%;
    margin-left: -2%; }
  #top .box1 .txt {
    width: 60%;
    text-align: justify; }
  #top .box1 .pos {
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 40%; }

#top .bg_white {
  background: #fff; }

#top .box2 {
  background: #effbff;
  border: 2px solid #31bbe3;
  border-radius: 4px; }
  #top .box2 h3 {
    padding: 2%;
    background: #fff; }
  #top .box2 .txt {
    background: url(../images/bgbox2.png) no-repeat right center;
    background-size: contain;
    text-align: justify;
    padding: 2% 3%;
    position: relative;
    padding-bottom: 10%; }
    #top .box2 .txt p {
      width: 70%; }
    #top .box2 .txt .pos {
      position: absolute;
      right: 30%;
      bottom: 7%;
      text-align: right; }

#top .box3 {
  background: #f9fff1;
  border: 1px solid #c9d981;
  border-radius: 5px; }
  #top .box3 h3 {
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px; }
  #top .box3 ul {
    margin-top: -10%;
    z-index: 9;
    position: relative; }
  #top .box3 ul, #top .box3 p, #top .box3 h4 {
    padding: 2%; }

#top .box4 {
  border: 2px solid #31bbe3;
  border-radius: 4px; }

.aside {
  margin-top: 7%; }
  .aside a {
    color: #000; }
  .aside .boximg1 {
    background: #e7f696;
    padding: 2% 3%;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .aside .boximg1 p {
      text-align: justify; }
  .aside .boximg2 {
    position: relative;
    text-align: center; }
    .aside .boximg2 p {
      position: absolute;
      left: 0;
      bottom: 3%;
      width: 100%; }
  .aside .boxmap {
    border-radius: 4px;
    border: 1px solid #31bbe3;
    background: #effbff;
    padding: 0 2%;
    padding-bottom: 3%; }
    .aside .boxmap .txt {
      margin-top: 3%; }
    .aside .boxmap h4 {
      background: #b4edff;
      padding: 0 2%;
      width: 104%;
      margin-left: -2%;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }

/*Mobile Small 0px and 320px*/
@media screen and (min-width: 0em) and (max-width: 20em) {
  /*your code*/
  .banner p img {
    width: 36%; }
  #news .tit p img {
    height: 24px; } }

/*Mobile Small 320px and 413*/
@media screen and (min-width: 20.001em) and (max-width: 25.874em) {
  /*your code*/
  .banner p img {
    width: 40%; } }

/*Mobile Small 414px and 480*/
@media screen and (min-width: 25.875em) and (max-width: 30em) {
  /*your code*/ }

/*Mobile Small 320px and 480px*/
@media screen and (min-width: 20.001em) and (max-width: 30em) {
  /*your code*/ }
