@charset "UTF-8";

/* ==========================================
  Page Common
========================================== */
.red {
  color: #b8180a;
}

/* ==========================================
  Page Header
========================================== */
.page-header {
  position: relative;
  width: 100%;
  background-color: #b8180a;
  padding: 50px 0 45px;
}
.page-header h2 {
  font-family: serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
  margin: 0 0 5px;
}
.page-header p img {
  height: 45px;
  object-fit: cover;
}

/* ==========================================
  Breadcrumb List
========================================== */
.breadcrumb {
  font-size: 16px;
  font-size: 1.6rem;
  color: #8b8b8b;
  margin: 40px 0 95px;
}
.breadcrumb a {
  text-decoration: none;
}

/* ==========================================
  Intro
========================================== */
.intro {
  width: 830px;
  padding: 0 0 60px;
  margin: 0 auto 60px;
  border-bottom: solid 1px #d5d5d5;
}
.intro p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.0;
}

/* ==========================================
  Inquiry Form
========================================== */
.inquiry {
  width: 640px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 100px;
}
.inquiry input[type="text"], .inquiry input[type="tel"], .inquiry input[type="email"] {
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  transition: 0.4s;
  padding: 0 1em;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}
.inquiry textarea {
  width: 100%;
  background: #f5f5f5;
  transition: 0.4s;
  padding: 1em;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
}
.inquiry dl {
  font-size: 18px;
  font-size: 1.8rem;
}
.inquiry dl dt i {
  font-style: normal;
}
.inquiry dl dd {
  margin: 10px 0 45px;
}
.inquiry dl dd label {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
}
.inquiry dl dd label input[type="radio"] {
  display: none;
}
.inquiry dl dd label span {
  padding: 0 0 0 1.75em;
  margin: 0 40px 0 0;
}
.inquiry dl dd label span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.inquiry dl dd label input[type="radio"]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  background: #b8180a;
  border-radius: 50%;
}
.inquiry dl dd .select-unit {
  position: relative;
  width: 50%;
}
.inquiry dl dd .select-unit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 54px;
  height: 58px;
  background: url(../images/form_select.png) no-repeat 0 0;
  background-size: cover;
}
.inquiry dl dd select {
  width: 100%;
  height: 58px;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: 1em;
}
.inquiry dl dd:last-of-type {
  width: 100%;
  height: 300px;
  overflow-y: auto;
  margin: 30px 0 80px;
}
.privacy {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 2.5em 0 0;
  box-sizing: border-box;
}
.agree {
  text-align: center;
}
.agree label {
  position: relative;
}
.agree label input[type="checkbox"] {
  display: none;
}
.agree label span {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 0 0 0 1.75em;
  display: inline-block;
  vertical-align: middle;
}
.agree label span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #949494;
  box-sizing: border-box;
}
.agree label input[type="checkbox"]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -11px;
  left: 5px;
  width: 12px;
  height: 24px;
  transform: rotate(40deg);
  border-bottom: 3px solid #b8180a;
  border-right: 3px solid #b8180a;
}
.confirm-btn {
  appearance: none;
  border: 0;
  outline: 0;
  width: 300px;
  height: 55px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 0.075em;
  background-color: #b8180a;
  margin: 55px auto 0;
  display: block;
  cursor: pointer;
}
.error {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b8180a;
  margin: 5px 0 0;
}

/* ==========================================
  Thanks
========================================== */
.thanks {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.0;
  text-align: center;
  padding: 0 0 95px;
}
.thanks p {
  margin: 0 0 40px;
}
.thanks p span {
  font-size: 30px;
  font-size: 3.0rem;
}
.thanks > a,
.thanks > a visited{
  color: #b8180a !important;
  text-decoration: none;
}