body {
  width: 1260px;
}
/*カラム調整*/
.col2:after, .col2Photo:after, .col3Photo:after, .col3Flow:after, .col2Contact_inner:after, .col2Contact_h:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.col2Contact_h:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.col2 li, .col2Photo li {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.col3Photo li, .col3Flow li {
  float: left;
  width: 32%;
  margin-right: 1%;
}
.contentArea_table-wrap {
  overflow: auto;
}
.col2Contact_right {
  float: right;
}
.col2Contact_left {
  float: left;
}
.col3Flow-dosy-wrap {
  page-break-inside: avoid;
}
/*表示切替*/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
/*テーブル*/
.contentArea_table-wrap {
  width: 960px;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.contentArea_table {
  page-break-inside: avoid;
}
/*ヘッダー*/
header {
  color: #FFF;
  position: relative;
  border-bottom: 1px solid #ccc;
  height: 91px;
  box-sizing: border-box;
  padding: 23px 0 0 0;
}
.header_logo {
  width: 168px;
  margin: 0 auto;
}
.header_logo h1 {
  margin: 0 10px 0 0;
}
.header_contact {
  background: #003983;
  position: absolute;
  width: 220px;
  height: 90px;
  right: 0;
  top: 0;
  display: table;
}
.header_contact_inner {
  position: relative;
}
.header_contact_icon {
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/icon-tel.png") no-repeat;
  background-position: top left;
  background-size: 38px;
  position: absolute;
  top: 25px;
  left: 19px;
  right: auto;
  bottom: auto;
  margin: 0;
}
.header_contact_icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.header_contact_info {
  display: block;
  position: absolute;
  top: 25px;
  left: 67px;
  line-height: 1;
}
.header_contact_number {
  display: block;
  margin: 0 0 3px 0;
}
.header_contact_number a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
}
.header_contact_time {
  font-size: 0.875rem;
}
/*フッター*/
footer {
  background: #003983;
}
footer p {
  position: relative;
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
footer p:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 16px;
}
footer p span {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
  background: #003983;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}
footer .footer_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 28px 0;
}
@media (min-width: 960px) {
  footer .footer_inner .btn-pagetop {
    position: absolute;
    top: 24px;
    right: 8px;
  }
}
footer .footer_inner .btn-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/arrow-top.png) no-repeat;
  background-size: 33px;
  background-position: center top;
  padding: 15px 0 0 0;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}
/*その他*/
.mainImg_cap {
  background: #fff;
  color: #003983;
  display: inline-block;
  padding: 10px 25px;
  position: absolute;
  right: 0;
  bottom: 30px;
  font-weight: bold;
}
.contentArea {
  padding: 80px 0 0 0;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}