@charset "utf-8";

.page_contents {
  position: relative;
  width: 100%;
  min-width: 970px;
  text-align: left;
  overflow: hidden;
}

.page_contents * {
  box-sizing: content-box;
}

.page_contents img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.page_contents .page_title {
  position: relative;
  height: 204px;
  background: #4c4c4c;
  font-size: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
}
.page_contents .page_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -55px;
  border-style: solid;
  border-width: 36px 55px 0;
  border-color: #4c4c4c transparent transparent;
}

.page_contents .page_title img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -610px;
}

.page_contents .page_text {
  position: relative;
  height: 410px;
  padding: 53px 0 0;
  border-bottom: 1px solid #b1b1b1;
  background: #f7f7f7;
}

.page_contents .page_text > .page_img {
  position: absolute;
  left: 50%;
  bottom: -51px;
  width: 440px;
  height: 493px;
  margin: 0 0 0 45px;
}

.page_contents .page_text p {
  width: 970px;
  margin: 1em auto 0;
  color: #282828;
  font-size: 17px;
  line-height: 1.65;
}

.page_contents .page_text p:first-child {
  margin-top: 0;
}

.page_contents .page_text p strong {
  color: #ff0101;
  font-weight: bold;
}

.page_contents .page_contact {
  width: 970px;
  margin: 0 auto;
  padding: 50px 0 26px;
  overflow: hidden;
}

.page_contents .page_contact > ul {
  float: left;
  width: 50%;
  font-size: 0;
}

.page_contents .page_contact > ul.by_form li {
  display: inline-block;
  margin: 0 0 0 22px;
}

.page_contents .page_contact > ul.by_form li:first-child {
  margin: 0;
}

.page_contents .page_contact > ul.by_number li {
  position: relative;
  margin: 0 0 10px;
  text-align: right;
}

#content.lp #main.lp .page_contents .page_contact > ul.by_number .link_01 {
  position: absolute;
  right: 6px;
  bottom: 28px;
  width: auto;
  margin: 0;
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 1.785;
}

#content.lp #main.lp .page_contents .page_contact > ul.by_number .link_01 li {
  margin: 0;
}