@charset "utf-8";

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

.imgshadow {
  box-shadow: 0px 8px 10px #cacaca;
}

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

/* header */

.interview-archive-header {
  width: 100%;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: table;
}

.interview-archive-header > h2,
.interview-single-header>p {
  display: table-cell;
  vertical-align: middle;
}

.interview-archive-header > h2 {
  color: #4b3304;
  font-size: 38px;
}

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

/* interview-archive-list */

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

.interview-archive-list {
  width: 490px;
  height: 400px;
  padding: 10px;
  background: #f9f8f5;
  float: left;
  box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
  margin-top: 10px;
  margin-bottom: 10px;
}

.interview-archive-list.right {
  float: right;
}

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

.interview-archive-list a:hover {
  color: #f93;
}

.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 {
  margin-bottom: 10px;
}

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

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

.voice-list-banner {
  background: url(../../img/interview/voice_back.png) no-repeat right top;
  width: 100%;
  height: 146px;
  border-left: 1px solid #999;
  padding: 45px 10px 0px 195px;
  margin-bottom: 30px;
}

.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:hover {
  text-decoration: underline;
}

/* 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;
}

.case-link-list ul li + li {
  margin-left: 24px;
}

/* 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: 8px;
  background: #ece7e7;
}

.plan-link-list ul li {
  float: left;
  width: 192px;
  border: 1px solid #c3c3c3;
  background: #fff;
}

.plan-link-list ul li a {
  width: 100%;
  display: table;
  color: #333;
  text-decoration: none;
}

.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 .plan-link-list-txt {
  text-align: center;
  width: 101px;
}

.plan-link-list ul li .plan-link-list-txt h4 {
  font-size: 19px;
  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: 13px;
  margin-bottom: 5px;
}

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

.plan-link-list ul li + li {
  margin-left: 6px;
}

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


/* header */

.interview-single-header {
  width: 100%;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: table;
}

.interview-single-header > h2,
.interview-single-header > p {
  display: table-cell;
  vertical-align: middle;
}

.interview-single-header > h2 {
  color: #4b3304;
  font-size: 38px;
}

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

/* fv */

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

.interview-single-fv > p {
	position: absolute;
	top: 430px;
	left: 755px;
	font-size: 14px;
	line-height: 1.8em;
}

.interview-single-fv > p.ptn-02 {
	top: 460px;
}

.interview-single-fv > p.ptn-03 {
	top: 418px;
}

.interview-single-fv > p > a:hover {
	color: #f93;
}

/* article */

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

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

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

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

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

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

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

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

.interview-single-article-left {
  float: left;
  width: 480px;
}

.interview-single-article-left.ptn-02 {
  width: 600px;
}

.interview-single-article-right {
  float: right;
  width: 490px;
}

.interview-img-left {
  float: left;
}

.interview-txt-right {
  float: right;
  width: 680px;
}

.interview-txt-right.ptn-02 {
	width: 700px;
}

.interview-txt-right.ptn-03 {
  width: 760px;
}

.interview-txt-left {
  float: left;
  width: 680px;
}

.interview-img-right {
  float: right;
}

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

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

/* frame */

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

.interview-single-article-frame-left {
  float: left;
  width: 430px;
}

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

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

.interview-single-article-frame-left li + li {
  margin-left: 10px;
}

.interview-single-article-frame-right {
  float: right;
  width: 500px;
}

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

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

.txt-right {
  text-align: right;
}

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

/* interview-single-btm-msg */

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

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

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

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

.interview-single-btm-msg-inner figure {
  float: left;
  width: 160px;
  text-align: center;
}

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

.interview-single-btm-msg-inner figcaption a:hover {
  text-decoration: underline;
}

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

.interview-single-btm-msg-inner .interview-single-btn-msg-txt p {
  font-size: 15px;
  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: 22px;
  border: 1px solid #c8c8be;
  color: #fff;
  background: linear-gradient(to bottom, #fcfff4 0%,#e9e9ce 100%);
  margin: 0 auto 60px;
  width: 350px;
  text-align: center;
}

.interview-link-btn a {
  display: block;
  padding: 15px;
  color: #000;
}

.image-space {
	margin: 35px;
}

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

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

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

.int_ph01 {
	float: right;
	margin: 20px;
}

.content-block {
	clear: both;
	width: 100%;
	display: block;
	margin: 30px 0;
}