@charset "UTF-8";

/* -----------------------------------------------------------
 File name      seccond.css
 Style Info     各ページ用CSS
----------------------------------------------------------- */

#panNav {
  width: 900px;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  margin: 0 auto;
  padding: 0px 0 15px 10px;
}

#panNav a {
  color: #060;
  text-decoration: underline;
}

#panNav a:hover {
  color: #060;
  text-decoration: none;
}

#mainContents {
  width: 100%;
  max-width: 980px;
  margin: 0px auto;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

#mainTit {
  width: 100%;
  max-width: 980px;
  margin: 0px auto 20px auto;
}
#mainTit img {
  width: 100%;
  height: auto;
  display: block;
}

.h2_bgTit_f,
.h2_bgTit_meihou,
.h2_bgTit_meitou {
  position: relative;
  width: 940px;
  height: 60px;
  margin: 0px auto 20px auto;
}

.h2_Tit {
  position: absolute;
  width: auto;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  left: 75px;
  top: 13px;
}

.h2_bgTit_f {
  background: url(../img/summary/bg_titFloor.gif) no-repeat;
}
.h2_bgTit_meihou {
  background: url(../img/summary/bg_tit_meihou.gif) no-repeat;
}
.h2_bgTit_meitou {
  background: url(../img/summary/bg_tit_meitou.gif) no-repeat;
}

.h2_btnL01 {
  position: absolute;
  top: 14px;
  left: 526px;
}
.h2_btnL {
  position: absolute;
  top: 14px;
  left: 664px;
}
.h2_btnR {
  position: absolute;
  top: 14px;
  right: 10px;
}

/*230810 レスポンシブ対応のための追記*/

.bottom_btnArea {
  width: 100%;
}
.bottom_btnArea ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom_btnArea ul > li {
  width: 16%;
  margin: 10px;
}
.bottom_btnArea ul > li > a > img {
  width: 100%;
}

.box_404 {
  width: 100%;
  max-width: 980px;
  margin: 40px auto;
}
.box_404 h1 {
  color: #fff;
  background: #84be0a;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto 30px;
}
.box_404 p a {
  display: inline-block;
  margin-top: 30px;
  background: #84be0a;
  padding: 10px 50px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1rem;
  position: relative;
}
.box_404 p a:hover {
  opacity: 0.6;
}
.box_404 p a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 767px) {
  #ab_main {
    width: 100% !important;
  }

  #ab_txt {
    width: 100% !important;
  }

  #mainContents {
    width: 100%;
  }

  #mainTit {
    width: 100%;
  }
  #mainTit > img {
    width: 100%;
  }

  #panNav {
    width: 100%;
  }

  .h2_bgTit_meihou,
  .h2_bgTit_meitou {
    width: 100%;
  }

  .door_section {
    width: 100% !important;
  }

  .bottom_btnArea {
    width: 100%;
  }
  .bottom_btnArea ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .bottom_btnArea ul > li {
    width: 43%;
    margin: 10px;
  }
  .bottom_btnArea ul > li > a > img {
    width: 100%;
  }

  .h2_Tit {
    position: absolute;
    left: 67px;
    top: 16px;
    font-size: 18px;
  }
}
