@charset "utf-8";

/*
---------------------------------------
  common
---------------------------------------
*/

.wrapBtn01.footer-tel-btn {
  margin-bottom: 30px;
}

#interview-page.page-inner {
  padding: 10px 0;
}

.interview-inner {
  width: 100%;
  padding: 0 10px;
}

/*
---------------------------------------
  archive
---------------------------------------
*/

/* header */

.interview-archive-header {
  width: 100%;
  margin-bottom: 15px;
}

.interview-archive-header > h2 {
  color: #4b3304;
  font-size: 30px;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.interview-archive-header > p {
  font-size: 14px;
  line-height: 1.6em;
}

/* interview-archive-list */ 

.interview-archive-list-wrapper {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.interview-archive-list {
  width: 100%;
  padding: 10px;
  background: #f9f8f5;
  box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}

.interview-archive-list + .interview-archive-list {
  margin-top: 15px;
}

.interview-archive-list a {
  text-decoration: none;
  display: block;
  color: #333;
}

.interview-archive-list a h3 {
  font-weight: 700;
  color: #2b8300;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.interview-archive-list a figure img {
  width: 100%;
}

.interview-archive-list a figure {
  margin-bottom: 10px;
}

.interview-archive-list a p strong {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 5px;
  display: block;
}

.interview-archive-list a p span {
  font-size: 14px;
  line-height: 1.4em;
}

.voice-list-banner {
  background: #fdf8e8;
  width: 100%;
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 30px;
}

.voice-list-banner h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.voice-list-banner li {
  font-size: 13px;
  line-height: 1.8em;
}

.voice-list-banner .txt_r {
  text-align: right;
  font-size: 14px;
}

.voice-list-banner a {
  color: #333;
  text-decoration: none;
}

/* case-link-list */

.case-link-list {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.case-link-list h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.case-link-list h3 a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}

.case-link-list ul {
  width: 100%;
  overflow: hidden;
}

.case-link-list ul li {
/*  float: left;
  width: 232px;
  margin-right: 10px;*/
  margin-bottom: 10px;
}

.case-link-list ul li a {
  position: relative;
  background: #f9f8f5;
  display: block;
  width: 100%;
  text-align: center;
}

.case-link-list ul li a img {
  height: 110px;
  width: auto;
}

.case-link-list ul li:nth-child(even) a {
  background: #e6e5e2;
}

.case-link-list ul li a:before {
  content: "";
  border-top: 5px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
}

/* plan-link-list */

.plan-link-list {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.plan-link-list h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.plan-link-list h3 a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}

.plan-link-list ul {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0;
  background: #ece7e7;
}

.plan-link-list ul li {
  width: 100%;
  border: 1px solid #c3c3c3;
  background: #fff;
  margin-bottom: 10px;
}

.plan-link-list ul li a {
  width: 100%;
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
  text-align: left;
}

.plan-link-list ul li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #4e504e;
  border-right: 2px solid #4e504e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}

.plan-link-list ul li figure,
.plan-link-list ul li .plan-link-list-txt {
  display: table-cell;
  vertical-align: middle;
}

.plan-link-list ul li figure {
  width: 89px;
}

.plan-link-list ul li figure img {
  width: 100%;
  height: auto;
}

.plan-link-list ul li .plan-link-list-txt {
  padding-left: 15px;
  width: 150px;
}

.plan-link-list ul li .plan-link-list-txt h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.plan-link-list ul li .plan-link-list-txt img {
  width: 89px;
}

.plan-link-list ul li .plan-link-list-txt p span,
.plan-link-list ul li .plan-link-list-txt p strong {
  display: block;
  line-height: 1.6em;
}

.plan-link-list ul li .plan-link-list-txt p span {
  font-size: 14px;
  margin-bottom: 5px;
}

.plan-link-list ul li .plan-link-list-txt p strong {
  font-size: 18px;
  color: #41A731;
  font-weight: normal;
}

/*
---------------------------------------
  single
---------------------------------------
*/

/* header */

.interview-single-header {
  width: 100%;
  margin-bottom: 15px;
}

.interview-single-header > h2 {
  color: #4b3304;
  font-size: 30px;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.interview-single-header > p {
  font-size: 14px;
  line-height: 1.6em;
}

/* .interview-single-fv */

.interview-single-fv {
  position: relative;
}

.interview-single-fv img {
  width: 100%;
}

.interview-single-fv h3 {
  padding: 10px;
  line-height: 1.4em;
  background: #eae1cc;
  color: #4b3304;
  font-size: 18px;
}

.interview-single-fv p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  background: rgba(255,255,255,0.7);
  font-size: 12px;
  line-height: 1.4em;
  padding: 8px;
}

.interview-single-fv p a {
  color: #333;
}

/* article */

.interview-single-article-wrapper {
  margin-bottom: 50px;
}

.interview-single-article-sec {
  width: 100%;
  border-top: 1px solid #4b3304;
  position: relative;
  padding-top: 15px;
  display: table;
}

.interview-single-article-sec + .interview-single-article-sec {
  margin-top: 50px;
}

.interview-single-article-sec:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  right: 0;
  border-top: 1px solid #d3d4b4;
}

.interview-single-article-sec h3 {
  font-weight: 700;
  color: #2b8300;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.interview-single-article-sec p {
  font-size: 14px;
  line-height: 1.6em;
}

.interview-single-article-sec p + h3,
.interview-single-article-sec p + p {
  margin-top: 1.0em;
}

.interview-single-article-left {
  margin-bottom: 15px;
}

.interview-single-article-sec figure {
  margin: 15px 0;
}

.interview-single-article-box {
  display: table;
  width: 100%;
}

.interview-single-article-box + .interview-single-article-box {
  margin-top: 20px;
}

.interview-single-article-wrapper .interview-single-article-sec h2 {
  color: #4b3304;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4em;
  background: url(../../img/interview/interview_ttl_ico.png) no-repeat left center;
  padding-left: 40px;
  padding-top: 15px;
  font-weight: normal;
}

/* frame */

.interview-single-article-frame {
  width: 100%;
  display: table;
  padding: 20px 10px;
  background: url(../../img/interview/int_sougi_back.png) repeat-y;
  margin-bottom: 5px;
}

.interview-single-article-frame-left + .interview-single-article-frame-right {
  margin-top: 20px;
}

.interview-single-article-frame-left img {
  width: 100%;
}

.interview-single-article-frame-left ul {
  display: table;
  width: 100%;
}

.interview-single-article-frame-left li {
  float: left;
  width: 50%;
}

.interview-single-article-frame-right p + h3 {
  margin-top: 1.0em;
}

.txt-right small {
  font-size: 80%;
}

.interview-single-article-sec .interview-single-article-ttl {
  color: #4b3304;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: normal;
}

.interview-single-article-frame .mb30 + .interview-single-article-ttl {
  margin-top: 20px;
}

/* interview-single-btm-msg */

.interview-single-btm-msg {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 30px;
}

.interview-single-btm-msg h3 {
  color: #4b3304;
  font-size: 22px;
  margin-bottom: 20px;
  background: url(../../img/interview/interview_ttl_ico.png) no-repeat left center;
  padding-left: 40px;
  font-weight: 700;
  padding-top: 15px;
  line-height: 1.4em;
}

.interview-single-btm-msg h4 {
  color: #2b8300;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4em;
}

.interview-single-btm-msg-inner {
  margin: 0 auto;
  display: table;
}

.interview-single-btm-msg-inner figure {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}

.interview-single-btm-msg-inner figcaption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

.interview-single-btm-msg-inner figcaption a {
  text-decoration: none;
  color: #333;
}


.interview-single-btm-msg-inner .interview-single-btn-msg-txt {
  float: right;
}

.interview-single-btm-msg-inner .interview-single-btn-msg-txt p {
  font-size: 14px;
  line-height: 1.6em;
}

.interview-single-btm-msg-inner .interview-single-btn-msg-txt p + p {
  margin-top: 1.0em;
}

.interview-link-btn {
  font-size: 18px;
  border: 1px solid #c8c8be;
  color: #fff;
  background: linear-gradient(to bottom, #fcfff4 0%,#e9e9ce 100%);
  margin: 0 auto 60px;
  width: 1005;
  text-align: center;
}

.interview-link-btn a {
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
}

.interview-single-description {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 30px;
}

.interview-single-description h2 {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.interview-single-description p {
  font-size: 16px;
  line-height: 1.8em;
}

.int_ph01 {
  padding: 1px;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}