* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f4f4f0;
  color: #333333;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}
a {
  color: #1a4a7a;
  text-decoration: underline;
}
a:hover {
  color: #c03000;
}
img {
  border: 0;
  display: block;
}

/* ===== HEADER ===== */
#header {
  background-color: #1a3a5c;
  border-bottom: 3px solid #2e6499;
  padding: 0;
}
#header-inner {
  width: 780px;
  margin: 0 auto;
  padding: 14px 10px 12px 10px;
}
#header h1 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: Georgia, "Times New Roman", serif;
}
#header .tagline {
  font-size: 11px;
  color: #aac4dd;
  margin-top: 3px;
  letter-spacing: 1px;
}

/* ===== NAV ===== */
#nav {
  background-color: #ececec;
  border-bottom: 1px solid #cccccc;
}
#nav-inner {
  width: 780px;
  margin: 0 auto;
  padding: 0 10px;
}
#nav ul {
  list-style: none;
  overflow: hidden;
}
#nav ul li {
  float: left;
}
#nav ul li a {
  display: block;
  padding: 7px 16px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  border-right: 1px solid #cccccc;
}
#nav ul li a:hover {
  background-color: #ddeeff;
  color: #1a4a7a;
}

/* ===== MAIN WRAP ===== */
#wrap {
  width: 780px;
  margin: 0 auto;
  padding: 0 10px;
}

/* ===== HERO BANNER ===== */
#hero {
  margin: 20px 0 0 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  overflow: hidden;
}
#hero img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.hero-img-placeholder {
  width: 100%;
  height: 220px;
  background-color: #d6dde4;
  border-bottom: 1px solid #b0bdc8;
  display: table;
  text-align: center;
}
.hero-img-placeholder .ph-inner {
  display: table-cell;
  vertical-align: middle;
}
.ph-label {
  font-size: 11px;
  color: #6688aa;
  border: 1px dashed #8899aa;
  display: inline-block;
  padding: 6px 14px;
  background-color: #eaf0f5;
}
.ph-alt {
  font-size: 10px;
  color: #8899aa;
  margin-top: 4px;
}
.hero-caption {
  padding: 8px 12px;
  font-size: 11px;
  color: #666666;
  background-color: #f9f9f7;
  border-top: 1px solid #e0e0e0;
}

/* ===== SECTION COMMON ===== */
.section {
  margin-top: 24px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.section-head {
  background-color: #1a3a5c;
  padding: 7px 12px;
}
.section-head h2 {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}
.section-head h2 span {
  font-size: 11px;
  color: #aac4dd;
  font-weight: normal;
  margin-left: 8px;
}
.section-body {
  padding: 16px 16px;
}
.section-body p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.85;
  color: #333333;
}
.section-body ul {
  margin: 6px 0 10px 20px;
  font-size: 13px;
}
.section-body ul li {
  margin-bottom: 4px;
  line-height: 1.7;
}

/* ===== 2-COLUMN LAYOUT ===== */
.col-wrap {
  overflow: hidden;
  margin-top: 24px;
}
.col-left {
  float: left;
  width: 500px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.col-right {
  float: right;
  width: 248px;
}

/* ===== PHOTO ROW ===== */
.photo-row {
  overflow: hidden;
  margin-top: 24px;
}
.photo-box {
  float: left;
  width: 247px;
  margin-right: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.photo-box.last {
  margin-right: 0;
}
.photo-box-img {
  width: 100%;
  height: 154px;
  background-color: #d6dde4;
  display: table;
  text-align: center;
  border-bottom: 1px solid #b0bdc8;
}
.photo-box-img .ph-inner {
  display: table-cell;
  vertical-align: middle;
}
.photo-box-img img {
  width: 100%;
  height: 154px;
  object-fit: cover;
  vertical-align: top;
}
.photo-box-caption {
  padding: 7px 9px 8px;
  font-size: 11px;
  color: #555555;
  line-height: 1.6;
  background-color: #f9f9f7;
}
.photo-box-caption strong {
  display: block;
  font-size: 12px;
  color: #1a3a5c;
  margin-bottom: 2px;
}

/* ===== SIDE WIDGET ===== */
.side-widget {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 14px;
}
.side-widget-head {
  background-color: #2e6499;
  padding: 5px 10px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}
.side-widget-body {
  padding: 10px 10px;
  font-size: 12px;
}
.side-widget-body p {
  line-height: 1.7;
  color: #444;
  margin-bottom: 6px;
}

/* ===== APPROACH BOX ===== */
.approach-list {
  border-top: 1px solid #e0e0e0;
  margin-top: 4px;
}
.approach-list li {
  border-bottom: 1px dashed #e0e0e0;
  padding: 6px 0 6px 14px;
  list-style: none;
  font-size: 13px;
  color: #333;
  position: relative;
}
.approach-list li:before {
  content: "▶";
  font-size: 9px;
  color: #2e6499;
  position: absolute;
  left: 0;
  top: 9px;
}

/* ===== CONTACT ===== */
#contact {
  margin-top: 24px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
#contact .section-body {
  overflow: hidden;
}
.contact-detail {
  float: left;
  width: 460px;
  font-size: 13px;
  line-height: 1.9;
  color: #333;
}
.contact-detail .email {
  font-size: 14px;
  color: #1a4a7a;
}
.contact-map-placeholder {
  float: right;
  width: 240px;
  height: 160px;
  background-color: #d8ddd8;
  border: 1px solid #aaaaaa;
  display: table;
  text-align: center;
}
.contact-map-placeholder .ph-inner {
  display: table-cell;
  vertical-align: middle;
}
.contact-map-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

/* ===== FOOTER ===== */
#footer {
  margin-top: 30px;
  border-top: 2px solid #1a3a5c;
  background-color: #e8e8e4;
  padding: 12px 0;
  text-align: center;
}
#footer p {
  font-size: 11px;
  color: #666666;
}

/* ===== HR ===== */
hr.divider {
  border: none;
  border-top: 1px solid #dddddd;
  margin: 12px 0;
}

/* ===== last updated ===== */
.last-updated {
  font-size: 11px;
  color: #999;
  text-align: right;
  margin-top: 6px;
}
