#hpb-container {
  background-image: none;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.header .container, .breadcrumbs .container, .main .container, .footer .container, .copyright .container {
  width: 1024px;
  margin: auto;
}

.header .header_01, .footer .footer_01 {
  font-weight: normal;
  width: 310px;
  text-align: left;
}
.header .header_01 strong, .footer .footer_01 strong, .header .header_01 span, .footer .footer_01 span {
  display: block;
  line-height: 30px;
  letter-spacing: 0.2em;
}
.header .header_01 strong, .footer .footer_01 strong {
  font-size: 22px;
}
.header .header_01 span, .footer .footer_01 span {
  font-size: 18px;
}
.header .header_01 a, .footer .footer_01 a {
  display: block;
}

body {
  padding-top: 145px;
}

body,
.header {
  min-width: 1100px;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.header .container {
  position: relative;
}
.header .header_01 img {
width: 239px;
height: auto;
padding: 30px 0 7px 3px;
}
.header .header_02, .header .header_03 {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.2em;
}
.header .header_02 {
  position: absolute;
  top: 10px;
  right: 120px;
  width: 500px;
  text-align: right;
}
.header .header_02 a {
  display: inline-block;
  margin-right: 20px;
}
.header .header_03 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  background-color: #7083ca;
  color: #fff;
  padding: 9px 0;
}
.header .header_04 {
  font-size: 0;
  letter-spacing: 0;
}
.header .header_04 a {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2em;
  padding: 15px 20px 15px 21px;
  background-image: linear-gradient(to bottom, transparent 20px, #c8c8c8 21px, #c8c8c8 37px, transparent 38px);
  background-size: 1px 56px;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
.header .header_04 a:first-child {
  background-image: none;
}
.header .header_04 a::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  left: 1px;
  padding-top: 4px;
  background-color: #fff;
  transition: background-color 0.5s;
}
.header .header_04 a:hover::after, .header .header_cur_01 a:nth-child(1)::after, .header .header_cur_02 a:nth-child(2)::after, .header .header_cur_03 a:nth-child(3)::after, .header .header_cur_04 a:nth-child(4)::after, .header .header_cur_05 a:nth-child(5)::after, .header .header_cur_06 a:nth-child(6)::after {
  background-color: #ca7070;
}

body.header_min .header .header_01 img {
  padding: 10px 0 1px 3px;
  width: 114px;
  height: auto;
}
body.header_min .header .header_01 strong, body.header_min .header .header_01 span {
  line-height: 14px;
  letter-spacing: 0.1em;
}
body.header_min .header .header_01 strong {
  font-size: 10px;
}
body.header_min .header .header_01 span {
  font-size: 8px;
}
body.header_min .header .header_02 {
  top: 3px;
  right: 106px;
}
body.header_min .header .header_03 {
  width: 106px;
  padding: 19px 0 18px;
}
body.header_min .header .header_04 {
  margin-top: -4px;
}
body.header_min .header .header_04 a {
  font-size: 12px;
  line-height: 22px;
  padding: 0 15px 2px 16px;
  background-image: linear-gradient(to bottom, transparent 5px, #c8c8c8 6px, #c8c8c8 18px, transparent 19px);
  background-size: 1px 29px;
}
body.header_min .header .header_04 a:first-child {
  background-image: none;
}

body.header_trs .header * {
  transition: 0.2s;
}

.breadcrumbs .container {
  text-align: left;
  padding-top: 32px;
  padding-bottom: 7px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.2em;
}
.breadcrumbs .container a {
  text-decoration: underline;
}

.main .container {
  position: relative;
}
.main .main_col_l {
  padding-bottom: 70px;
}
.main .main_col_r {
  width: 220px;
  float: right;
}
.main .main_col_r_01, .main .main_col_r_02, .main .main_col_r_03 {
  border-bottom: 1px solid #b4b4b4;
}
.main .main_col_r_01 a, .main .main_col_r_02 a, .main .main_col_r_03 a {
  display: block;
  padding: 20px 0 10px 0;
  position: relative;
}
.main .main_col_r_01 a::after, .main .main_col_r_02 a::after, .main .main_col_r_03 a::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 21px;
  background-color: #b4b4b4;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.main .main_col_r_01 h2, .main .main_col_r_02 h2, .main .main_col_r_03 h2 {
  width: auto;
  height: auto;
  text-align: center;
  overflow: visible;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 6px;
  margin-bottom: 8px;
  position: relative;
}
.main .main_col_r_01 h2::after, .main .main_col_r_02 h2::after, .main .main_col_r_03 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 1px;
  background-color: #b4b4b4;
  left: 50%;
  margin-left: -14px;
  bottom: 0;
}
.main .main_col_r_01 p, .main .main_col_r_02 p, .main .main_col_r_03 p {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}
.main .main_col_r_01 a::after {
  background-color: #da5297;
}
.main .main_col_r_02 a::after {
  background-color: #1fa9bf;
}
.main .main_col_r_03 a::after {
  background-color: #008fd8;
}
.main .main_col_r_04 a, .main .main_col_r_05 a {
  display: block;
}
.main .main_col_r_04 h2, .main .main_col_r_05 h2 {
  width: auto;
  height: auto;
  line-height: 1;
  text-align: left;
  overflow: visible;
}
.main .main_col_r_04 p, .main .main_col_r_05 p {
  font-size: 11px;
  line-height: 17px;
  margin-top: 10px;
  margin-bottom: 37px;
  letter-spacing: 0.1em;
}
.main .main_col_r_04 {
  margin-top: 30px;
}
.main .main_col_r_04 p {
  margin-top: 2px;
}

.footer {
  background-color: #f1f1f1;
}
.footer .footer_01 {
  padding-top: 23px;
  float: left;
}
.footer .footer_02 {
  margin-left: 350px;
  padding: 28px 0;
}
.footer .footer_02 address,
.footer .footer_02 p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
.footer .footer_02 address {
  font-style: normal;
}
.footer .footer_02 address a {
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  color: #fff;
  background-color: #b5b5b5;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 12px;
}
.footer .footer_02 p a {
  text-decoration: underline;
}

.copyright p {
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #696969;
  padding: 14px 0;
  letter-spacing: 0.1em;
}

/*# sourceMappingURL=common.css.map */
