/* CSS Document */
#pagetop {
  position: fixed;
  right: 35px;
  bottom: 35px;
  line-height: 0;
  z-index: 8;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #pagetop.show {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible; }
  #pagetop a {
    display: block; }
  @media screen and (max-width: 700px) {
    #pagetop {
      right: 10px;
      bottom: 65px; }
      #pagetop a {
        width: 40px; } }


#bread .cf li:last-child:before {
  display: none; }

#information main .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-bottom: -2px; }
  #information main .info-box > * {
    width: calc(33.3333% - 2px) !important;
    margin-right: 2px;
    margin-bottom: 2px; }

ul.side-bnr01 li:hover .linkArea a[target="_blank"] + .inner .linkText:after, #guide-bottom ul li:hover .linkArea a[target="_blank"] + .inner .linkText:after {
  background-image: url(../img/icon-external_white.svg); }

ul.side-bnr01 li .linkArea a[target="_blank"] + .inner .linkText, #guide-bottom ul li .linkArea a[target="_blank"] + .inner .linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  ul.side-bnr01 li .linkArea a[target="_blank"] + .inner .linkText:after, #guide-bottom ul li .linkArea a[target="_blank"] + .inner .linkText:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/icon-external.svg) no-repeat;
    margin-left: 20px; }

@media screen and (min-width: 701px) and (max-width: 1000px) and (max-width: 840px) {
  #information main .info-box > * {
    width: calc(50% - 2px) !important; } }

/*sp*/
@media screen and (max-width: 700px) {
  #information main .info-box > * {
    width: calc(50% - 2px) !important; } }
