@charset "UTF-8";
/*
 * /contents/case/1/
 */
.mod_column_inner_01 {
  font-family: "メイリオ", Meiryo, sans-serif;
}
.mod_column_01 {
  padding-bottom: 6px;
}

/* -----------------
contents_header
 ----------------- */
.naruniha-nav {
  overflow: hidden;
  margin-top: 20px;
  font-size: 14px;
}
.naruniha-nav li {
  float: left;
  color: #7D4F5C;
}
.naruniha-nav li a {
  color: #7D4F5C;
}
.naruniha-nav li:before {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  float: left;
  margin-right: 5px;
  background-image: url(/contents/guide/img/common/content-pankuzu.png);
  background-repeat: no-repeat;
  background-position: center;
}
.naruniha-nav li + li {margin-left: 15px;}
.contents-header {
  height: 85px;
}
.contents-header .ex-h2 {
  height: 50px;
}
.contents-header + .section-header {margin-top: 15px;}

/* -----------------
section-header
 ----------------- */
.section-header {
  position: relative;
  width: 640px;
  height: 240px;
  padding: 20px;
  background-image: url(/contents/guide/img/interview/head_bg.png);
  background-repeat: no-repeat;
}
.person-unit {
  position: absolute;
  top: 25px;
  left: 0;
  width: 292px;
  height: 21px;
  padding: 12px 0 12px 52px;
  background-image: url(/contents/guide/img/interview/unit-bg.png);
  background-repeat: no-repeat;
}
.person-info {
  position: absolute;
  top: 95px;
}
.person-name {
  margin-top: 35px;
}
.person-thumbnail {
  position: absolute;
  right: 20px;
}
/* -----------------
section-main
 ----------------- */
.section-main {
  margin-top: 30px;
  overflow: hidden;
}

/* -----------------
section-left
 ----------------- */
.section-left {
  width: 430px;
  float: left;
}
.section-title {
  height: 25px;
  padding-top: 10px;
  padding-left: 55px;
  background-image: url(/contents/guide/img/interview/section-titile_icon.png);
  background-repeat: no-repeat;
  background-position: 10px 4px;
  background-color: #D07D8F;
}
.section-txt {
  font-size: 14px;
  line-height: 1.5;
}
.section-title + .section-subtitle {margin-top: 20px;}
.section-subtitle + .section-txt {margin-top: 20px;}
.section-txt + .section-title {margin-top: 40px;}
.section-txt + .section-txt {margin-top: 25px;}
.section-txt + .section-subtitle {margin-top: 40px;}

/* -----------------
section-right
 ----------------- */
.section-right {
  width: 230px;
  float: right;
}
.section-right:before {
  display: block;
  content: "";
  width: 230px;
  height: 22px;
  background-image: url(/contents/guide/img/interview/schedule-top.png);
  background-repeat: no-repeat;
}
.section-right:after {
  display: block;
  content: "";
  width: 230px;
  height: 22px;
  background-image: url(/contents/guide/img/interview/schedule-bottom.png);
  background-repeat: no-repeat;
}
.schedule {
  border-left: solid 2px #D7C6C4;
  border-right: solid 2px #D7C6C4;
  padding-top: 10px;
  background-color: #F9F3F3;
}
.schedule-header {
  position: relative;
  width: 100%;
  height: 80px;
  background-image: url(/contents/guide/img/interview/schedule-titile-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.schedule-title {
  position: absolute;
  top: 40px;
  left: 75px;
  font-size: 14.5px;
  font-weight: bold;
  color: #B9437F;
  letter-spacing: -0.5px;
}
.schedule-time-line {
  margin-top: 20px;
}
.schedule-time-line li {
  padding: 0 10px;
}
.schedule-time-line .schedule-time-block:after {
  display: block;
  content: "";
  width: 22px;
  height: 24px;
  margin:5px auto 0 auto;
  background-image: url(/contents/guide/img/interview/side_arrow.png);
  background-repeat: no-repeat;
}
.schedule-time {
  font-size: 16px;
  color: #B9437F;
  font-weight: bold;
}
.schedule-subtitle {
  font-size: 14px;
  color: #B9437F;
  }
.schedule-description {
  font-size: 14px;
  line-height: 1.5;
}
.section-main + .section-footer {margin-top: 30px;}

/* -----------------
section-footer
 ----------------- */
.section-footer {
  border-top: solid 1px #DFCAD1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-footer dl {
  background-image: url(/contents/guide/img/common/line.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 20px;
}
.section-footer dl dt {
  font-size: 14px;
  font-weight: bold;
}
.section-footer .naruniha-nav {
  margin-top: 5px;
}
.page-link {
  width: 440px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.page-link li {
  float: left;
}
.page-link li + li:before {
  content: " | ";
  margin: 0 5px;
}