@charset "utf-8";

body {
  background:#fff;
}

#wrapper {
  overflow:hidden;
  line-height:1.4;
}

.disp_block__sp {
  display:block;
}

.disp_block__pc {
  display:none;
}

/* header */
header {
  position:relative;
  background:#fff;
}

header p {
  padding:4px 60px 4px 3.125%;
  color:#666;
  font-size:1rem;
}

header .header_contact__btn {
  position:absolute;
  top:0;
  right:0;
  width:50px;
  height:50px;
}

header .header_contact__btn a {
  display:block;
  width:50px;
  height:50px;
  background:url(../images/header_btn_contact.png) no-repeat left top/50px auto;
  text-indent:100%;
  line-height:50px;
}

.header_mv__img img {
  width:100%;
  height:auto;
}

/* main */
main {
  position:relative;
}

/* #sec_head */
#sec_head {
  position:relative;
  padding:0 0 30px;
  background:#fff;
}

#sec_head h1 {
  position:relative;
  top:-25px;
  margin:0 3.125% -10px;
  padding:10px;
  background:#1b59b3;
  color:#fff;
  text-align:center;
  font-weight:700;
  font-size:1.6rem;
}

#sec_head h2 {
  margin:0 3.125% 15px;
  text-align:center;
  font-weight:700;
  font-size:1.6rem;
}

#sec_head p {
  margin:0 3.125%;
  text-align:center;
}

#sec_head .box {
  margin:15px 3.125% 30px;
  padding:20px 15px 0;
  border:2px solid #e6e6e6;
}

#sec_head .box dt {
  padding:0 15px;
  text-align:center;
  font-weight:700;
  font-size:1.4rem;
}

#sec_head .box dd {
  margin-bottom:20px;
  padding:10px 0 20px;
  border-bottom:2px solid #e6e6e6;
}

#sec_head .box dl:last-child dd {
  margin-bottom:0;
  border-bottom:none;
}

#sec_head .box_youtube {
  position:relative;
  margin:0 auto;
  padding-top:56.25%;
  width:100%;
  text-align:center;
}

#sec_head .box_youtube iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* #sec_about */
#sec_about {
  margin-bottom:30px;
  background:#fff;
}

#sec_about .box {
  margin-bottom:30px;
}

#sec_about .box h2 {
  margin:15px 6.09375%;
  text-align:center;
  font-size:1.6rem;
}

#sec_about .box p {
  margin:0 6.09375% 15px;
}

#sec_about .link {
  padding-right:6.09375%;
  text-align:right;
}

#sec_about .link a {
  display:inline-block;
  padding:8px 15px;
  height:30px;
  background:url(../images/bg_small_btn01.png) no-repeat right top/cover;
  color:#fff;
  text-align:center;
  white-space:nowrap;
  font-weight:700;
  font-size:1.2rem;
  line-height:1.2;
}

#sec_about .box_note {
  clear:both;
  margin:0 6.09375% 30px;
  padding:15px 15px 10px;
  border:2px solid #999;
}

#sec_about .box_note h3 {
  margin-bottom:15px;
  text-align:center;
  font-weight:700;
  font-size:1.6rem;
}

#sec_about .box_note ul {
  margin-bottom:20px;
}

#sec_about .box_note ul li {
  position:relative;
  margin-bottom:8px;
  padding-left:1.25rem;
}

#sec_about .box_note ul li span {
  position:absolute;
  left:0;
}

#sec_about .box_note p {
  color:#999;
  font-size:1.2rem;
}

#sec_about .note_contact__btn {
  margin:0 10.9375%;
}

#sec_about .note_contact__btn a {
  display:block;
  padding:15px 10px;
  background:url(../images/bg_large_btn01.png) no-repeat left center/500px auto;
  color:#fff;
  text-align:center;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.2;
}

/* footer */
footer {
  background:#333;
}

footer .wrapper {
  color:#fff;
}

footer .box h2 {
  padding:5px 6.09375%;
  background:#000;
  text-align:center;
  font-size:1.6rem;
}

footer .box h3 {
  margin:15px 6.09375% 10px;
  margin-top:20px;
  text-align:center;
  font-size:1.4rem;
}

footer .box .footer_logo__img {
  margin:0 auto 10px;
  width:47.3214285714%;
}

footer .box p {
  padding:0 6.09375% 20px;
}

footer .box p a {
  color:#fff;
}