@charset "utf-8";

div#bread ul li,
div#bread ul li a {
  color: #000;
  text-shadow: unset;
}

main > div#sb_hdr {
  margin: 0 auto;
  padding: 30px 0 50px;
  background: #fff;
  position: relative;
}
main > div#sb_hdr h2 {
  position: unset;
}


#main .sctn {padding: 0 0 40px;}

/* this page */

#exbt, #exbt2 {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#exbt > ul,
#exbt2 > ul {
  width: 48%;
  max-width: 410px;
  text-align: left;
}
#exbt2 > ul:first-child {max-width: 470px;}
#en #exbt > ul,
#en #exbt2 > ul {
  max-width: 460px;
}
#exbt > ul li,
#exbt2 > ul li{
  margin: 0 auto 20px;
}
#main > section > div > div > ul h3 {
  width: 96%;
  margin: 0 auto 33px;
  padding: 12px 2%;
  border-bottom: 2px solid;
  color: #003366;
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  main:not(.top) #sb_hdr {padding: 30px 0;}
  main:not(.top) #sb_hdr h2 {max-width: 164px;}

  #exbt ul, #en #exbt > ul,
  #exbt2 ul, #en #exbt2 > ul {
    width: 100%;
    max-width: 100%;
  }
}