/* ----------------------------------------------------------------------------
 common
---------------------------------------------------------------------------- */
#size1008 #contents_body,
#size795 #contents_body,
#size720 #contents_body {
  padding: 30px 30px;
}

#size480 #contents_body,
#size318 #contents_body {
  padding: 30px 10px;
}

#contents_body .blocks {
  margin-bottom: 30px;
}

#contents_body .blocks h2 {
  margin-bottom: 15px;
  font-size: 140%;
}

#contents_body .blocks h3 {
  margin-bottom: 15px;
  font-size: 135%;
}

#contents_body .blocks .text {
  line-height: 22px;
}

#contents_body .go_pagetop {
  margin-top: 20px;
  text-align: right;
}

/* ----------------------------------------------------------------------------
 .about
---------------------------------------------------------------------------- */
.about #contents_body .blocks h3 {
  width: 212px;
  height: 31px;
  text-indent: -9999px;
  background: url("../img/logo.png") no-repeat;
}

/* ----------------------------------------------------------------------------
  .staff
--- ------------------------------------------------------------------------- */
.staff #contents_body .float {
  float: left;
  width: 45%;
}

.staff#size318 #contents_body .float {
  float: none;
  width: 100%;
}

/* ----------------------------------------------------------------------------
  .privacy
---------------------------------------------------------------------------- */
.privacy #contents_body .blocks h3 {
  font-size: 100%;
}

/* ----------------------------------------------------------------------------
  .sitemap
---------------------------------------------------------------------------- */
.sitemap #contents_body .border {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.sitemap #contents_body .blocks ul li {
  display: block;
  float: left;
  width: 300px;
  margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------
  .inquiry
---------------------------------------------------------------------------- */
.inquiry #contents_body .text .min {
  font-size: 85%;
}

.inquiry #contents_body .form .column {
  margin-bottom: 30px;
}

.inquiry #contents_body .form .column p {
  margin: 5px 0;
  font-size: 110%;
  font-weight: bold;
}

.inquiry #contents_body .form .column p span {
  margin-left: 5px;
  font-size: 85%;
  color: #ff0000;
}

.inquiry #contents_body .form .column select {
  height: 28px;
  line-height: 28px;
}

.inquiry #contents_body .form .column select option {
  height: 28px;
  line-height: 28px;
}

.inquiry #contents_body .form .column input[type=text] {
  height: 28px;
  margin-bottom: 5px;
  padding: 0 5px;
  line-height: 28px;
  border-radius: 5px;
}

.inquiry #contents_body .form .column .error_message {
  margin-left: 10px;
  color: #ff0000;
}

#size1008.inquiry #contents_body .form .column input[type=text] {
  width: 50%;
}

#size795.inquiry #contents_body .form .column input[type=text] {
  width: 60%;
}

#size720.inquiry #contents_body .form .column input[type=text] {
  width: 70%;
}

#size480.inquiry #contents_body .form .column input[type=text],
#size318.inquiry #contents_body .form .column input[type=text] {
  width: 97%;
}

.inquiry #contents_body .form .column input.w50 {
  width: 50px !important;
}

.inquiry #contents_body .form .column textarea {
  min-height: 100px;
  padding: 5px;
  border-radius: 5px;
  font-size: 100%;
}

#size1008.inquiry #contents_body .form .column textarea {
  width: 50%;
}

#size795.inquiry #contents_body .form .column textarea {
  width: 60%;
}

#size720.inquiry #contents_body .form .column textarea {
  width: 70%;
}

#size480.inquiry #contents_body .form .column textarea,
#size318.inquiry #contents_body .form .column textarea {
  width: 97%;
}

.inquiry #contents_body .foot_text {
  margin-top: 30px;
}

.inquiry #contents_body .foot_text p {
  float: left;
  margin-right: 15px;
}

#company-outline h2 {
  font-size: 140%;
}
#company-outline .company-outline-frame {
  margin-top: 35px;
}
#company-outline .company-outline-frame dl {
  display: flex;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 811px) {
  #company-outline .company-outline-frame dl {
    flex-direction: column;
    border-bottom: none;
  }
}
#company-outline .company-outline-frame dl dt {
  background: #eee;
  padding: 10px;
  width: 200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 811px) {
  #company-outline .company-outline-frame dl dt {
    width: 100%;
  }
}
#company-outline .company-outline-frame dl dd {
  padding: 10px;
  width: 748px;
  box-sizing: border-box;
}
@media (max-width: 811px) {
  #company-outline .company-outline-frame dl dd {
    width: 100%;
  }
}

.sp-only {
  display: block !important;
}
@media (min-width: 811px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media (min-width: 811px) {
  .pc-only {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */