@charset "UTF-8";
/*common*/
* {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  box-sizing: border-box;
  line-height: 1;
}

html {
  font-size: 10px;
}

body {
  color: #333333;
  font-size: 1.4rem;
  background: #ffffff;
  word-break: break-all;
}

html, body {
  min-width: 1100px;
}

a {
  color: #3b5a9a;
  text-decoration: underline;
  transition: 0.2s ease-in;
}

a[href$=".pdf"]::after {
  display: inline-block;
  content: "";
  width: 31px;
  height: 31px;
  background: url(/common/images/icon_pdf.png) no-repeat;
  vertical-align: middle;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.t18 {
  font-size: 1.8rem;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.spblock {
  display: none;
}

/*header*/
header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.header_top {
  width: 960px;
  margin: 0 auto;
  padding: 19px 10px;
}

.h1_change {
  float: left;
  width: 900px;
}

.logo {
  width: 217px;
  float: left;
}

.logo_text {
  display: block;
  padding-left: 30px;
  width: 680px;
  margin-top: 3px;
  font-size: 2.6rem;
  font-weight: bold;
  float: left;
  color: #555555;
}

.icon_fb {
  width: 40px;
  display: block;
  float: right;
  margin: 10px 0;
}
.icon_fb img {
  display: block;
  width: 100%;
}

.header_under {
  background: #009fe8;
}
.header_under nav {
  width: 960px;
  margin: 0 auto;
}
.header_under ul {
  display: table;
  padding: 0 124px;
  width: 100%;
}
.header_under li {
  display: table-cell;
}
.header_under a {
  display: block;
  padding: 14px 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in;
}

.btn_sp {
  display: none;
}

/*main*/
main {
  padding-top: 142px;
}

.block {
  width: 960px;
  margin: auto;
}

.block02 {
  width: 840px;
  margin: auto;
}

.ttl01 {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 3.2rem;
  text-align: left;
}
.ttl01::before {
  display: block;
  content: "";
  width: 10px;
  height: 30px;
  background: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl01_wrap {
  text-align: center;
  margin-bottom: 40px;
}

.ttl02 {
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.ttl02::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #009844;
  position: absolute;
  top: 8px;
  left: 0;
}

.main_ttl {
  width: 500px;
  margin: 0 auto 60px;
  padding: 40px 0 24px;
  text-align: center;
  font-size: 3.2rem;
  border-bottom: 2px solid #009fe8;
}

.block_margin {
  margin-bottom: 80px;
}

.orange_btn_area {
  background: #ffefd4;
  padding: 40px 0;
}
.orange_btn_area._underlayer {
  width: 840px;
  margin: 0 auto 80px;
}

.btn_orange {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  background: #f29600;
  width: 320px;
  padding: 14px 0;
  border-radius: 3px;
  margin: auto;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  box-shadow: 1px 2px 0px #be7800;
}
.btn_orange::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  margin-left: 14px;
}
.btn_orange._under::after {
  position: relative;
  top: -3px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

/*footer*/
footer {
  background: #009fe8;
  color: #ffffff;
  position: relative;
  margin-top: 100px;
}

.footer_wrap {
  width: 960px;
  margin: auto;
}

.nav_footer {
  text-align: center;
  padding: 20px 0 40px;
}
.nav_footer li {
  display: inline-block;
  padding: 0 30px;
}
.nav_footer li:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.nav_footer a {
  color: #ffffff;
  text-decoration: none;
}

.address_box {
  margin-left: 200px;
  margin-bottom: 40px;
}
.address_box p {
  font-size: 2rem;
  margin-bottom: 15px;
}
.address_box address {
  font-style: normal;
}
.address_box address span + span {
  margin-left: 20px;
}
.address_box a {
  display: inline-block;
  margin-top: 15px;
  color: #ffffff;
  text-decoration: none;
}

.gmap_wrap {
  width: 100%;
  padding-bottom: 400px;
  position: relative;
}
.gmap_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.copy {
  text-align: center;
  padding: 35px 0;
  line-height: 1.5;
}

.totop {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #f29600;
  position: absolute;
  right: 50px;
  top: -23px;
  z-index: 5000;
}
.totop::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
  margin: auto;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .header_under a:hover {
    color: #009fe8;
    background: #afe6ff;
  }

  a:hover {
    color: #7896e1;
  }

  .nav_footer a:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .totop:hover {
    background: #ffc86e;
  }

  .btn_orange:hover {
    color: #ffffff;
    background: #ffc86e;
  }

  .address_box a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  /*common*/
  .spblock {
    display: block;
  }

  html, body {
    min-width: 100%;
  }

  .t18 {
    font-size: 1.5rem;
  }

  /*header*/
  .btn_sp {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 12px;
    border: none;
    background: #ffffff;
    outline: none;
  }
  .btn_sp span {
    display: block;
    width: 100%;
    height: 2px;
    background: #009fe8;
    position: absolute;
  }
  .btn_sp span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .btn_sp span:nth-child(2) {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .btn_sp span:nth-child(3) {
    bottom: 0;
    left: 0;
  }

  header {
    border-bottom: 4px solid #009fe8;
  }

  .header_top {
    width: 100%;
    padding: 10px 44px 10px 10px;
    position: relative;
  }

  .h1_change {
    width: 240px;
  }

  .logo {
    width: 108px;
  }

  .logo_text {
    padding-left: 14px;
    width: auto;
    max-width: 100%;
    font-size: 1.2rem;
  }

  .icon_fb {
    width: 24px;
    margin: 3px 0;
  }

  .header_under {
    display: none;
    position: absolute;
    width: 100%;
    top: 51px;
    left: 0;
    border-top: 4px solid #009fe8;
    z-index: 10000;
  }
  .header_under nav {
    width: 100%;
  }
  .header_under ul {
    display: block;
    padding: 0;
  }
  .header_under li {
    display: block;
    border-bottom: 1px solid #009fe8;
  }
  .header_under a {
    position: relative;
    text-align: left;
    padding: 17px 20px;
    background: #afe6ff;
    color: #009fe8;
  }
  .header_under a::after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #009fe8;
    border-bottom: 2px solid #009fe8;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /*main*/
  main {
    padding-top: 55px;
  }

  .block {
    width: 100%;
    padding: 0 10px;
  }

  .block02 {
    width: 100%;
    padding: 0 10px;
  }
  .block02._spfull {
    padding: 0;
  }

  .ttl01_wrap {
    margin-bottom: 20px;
  }

  .ttl01 {
    font-size: 1.8rem;
    padding-left: 14px;
  }
  .ttl01::before {
    width: 7px;
    height: 18px;
  }

  .ttl02 {
    font-size: 1.6rem;
    padding-left: 14px;
  }
  .ttl02::before {
    width: 7px;
    height: 7px;
  }

  .main_ttl {
    width: 250px;
    padding: 30px 0 12px;
    margin-bottom: 35px;
    font-size: 2rem;
  }

  .block_margin {
    margin-bottom: 48px;
  }

  .orange_btn_area {
    padding: 20px 0;
  }
  .orange_btn_area._underlayer {
    width: 100%;
    margin-bottom: 40px;
  }

  .btn_orange {
    width: 260px;
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .btn_orange::after {
    margin-left: 10px;
    width: 10px;
    height: 10px;
  }
  .btn_orange._under::after {
    width: 10px;
    height: 10px;
    margin-left: 14px;
  }

  /*footer*/
  footer {
    margin-top: 60px;
  }

  .footer_wrap {
    width: 100%;
  }

  .nav_footer {
    display: none;
  }

  .address_box {
    margin: 0 20px;
    padding: 16px 0 20px;
  }
  .address_box p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .address_box address span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .address_box address span + span {
    margin-left: 0;
  }
  .address_box a {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .gmap_wrap {
    padding-bottom: 50%;
  }

  .copy {
    padding: 35px 20px;
    font-size: 1rem;
  }

  .totop {
    right: 10px;
  }
}
