/* assets */
/* SCSS */
#pagetitle {
  background: url(/images/page/support/header.jpg) no-repeat;
  background-size: cover;
  height: 220px;
  position: relative;
}

#pagetitle h1 {
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75), 0 0 16px rgba(0, 0, 0, 0.75), 0 0 16px rgba(0, 0, 0, 0.75);
  letter-spacing: 0.2em;
}

#pagetitle h1 span {
  font-size: 17px;
  vertical-align: text-top;
  margin-left: 30px;
  letter-spacing: 0;
}

#pagenavi {
  padding: 40px 0;
}

#pagenavi ul {
  display: flex;
  justify-content: center;
}

#pagenavi ul li {
  width: 20.1%;
  border-right: 1px solid #020429;
}

#pagenavi ul li:last-child {
  border-right: none;
}

#pagenavi ul li a {
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 21px 0;
  position: relative;
}

#pagenavi ul li a:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-top: 8px solid #fff;
  border-left: 11px solid #020429;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#pagenavi ul li a:hover {
  opacity: 0.7;
}

#pagenavi ul li:first-child a:before {
  display: none;
}

section .flex {
  display: flex;
}

section h2 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  text-align: center;
  font-size: 16px;
  /* line-height: 55px; */
  line-height: 1;
  /* height: 55px; */
  padding: 18px 0;
  background: #e5e5e5;
}

section h2 span {
  font-size: 20px;
}

.contact_form .inner {
  padding: 55px 25px;
}

.contact_form h3 {
  font-size: 35px;
  margin-bottom: 50px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}

.contact_form .flex {
  justify-content: space-between;
}

.contact_form .form {
  width: 48%;
}

.contact_form .form label {
  font-size: 15px;
  line-height: 1.95;
}

.contact_form .form input {
  display: block;
  border: 1px solid #000;
  background: none;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  width: 100%;
  margin-bottom: 15px;
}

.contact_form .form textarea {
  display: block;
  border: 1px solid #000;
  background: none;
  border-radius: 2px;
  font-size: 15px;
  width: 100%;
  height: 270px;
}

.contact_form .map {
  width: 48%;
  padding-top: 2em;
}

.contact_form .map iframe {
  width: 100%;
  margin-bottom: 20px;
}

.contact_form .map p {
  font-size: 12px;
}

.contact_form input[type="submit"] {
  border: 1px solid #000;
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  border-radius: 26px;
  text-align: center;
  font-size: 18px;
  background: url(/images/icon_circle_arrow_black.png) no-repeat 90% 50%;
  background-size: 15px;
  margin: 40px auto 0 auto;
}

.contact_form input[type="submit"]:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media (max-width: 768px) {
  header {
    display: inherit;
  }
  section .flex {
    display: inherit;
  }
  #pagetitle {
    background: url(/images/page/support/sp_header.jpg) no-repeat right;
    background-size: cover;
    height: 100px;
    margin-top: 45px;
  }
  #pagetitle h1 {
    font-size: 24px;
    line-height: 24px;
    top: 0;
  }
  #pagetitle h1 span {
    font-size: 15px;
    margin-left: 15px;
  }
  #pagenavi {
    padding: 0;
  }
  #pagenavi ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
  }
  #pagenavi ul li {
    width: 50%;
    border-bottom: 1px solid #020429;
    border-right: none;
  }
  #pagenavi ul li:nth-child(5) {
    border-bottom: none;
  }
  #pagenavi ul li a {
    border-right: 1px solid #020429;
    padding: 15px 0;
  }
  #pagenavi ul li a:before {
    display: none;
  }
  #pagenavi ul li:nth-child(2n) a {
    border-right: none;
  }
  #pagenavi #navi_open {
    background: #6d6d6d;
    text-align: center;
    height: 27px;
  }
  #pagenavi #navi_open img {
    transition: all 0.3s;
  }
  #pagenavi #navi_open.close img {
    transform: rotate(180deg);
  }
  .contact_form .inner {
    padding: 20px;
  }
  .contact_form h3 {
    font-size: 32px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact_form .form {
    width: auto;
  }
  .contact_form .map {
    width: auto;
  }
  .contact_form .map iframe {
    height: 200px;
  }
}
