@charset "utf-8";

/* -------------------------------------------------- */
/* ありがとう */
/* -------------------------------------------------- */
#container {
	min-width: auto;
	display: inline;
}

#homepage {
	width: 100%;
}

#thanksWrap {
	width: 100%;
	padding-bottom: 60px;
}

#thanksLeft {
	width: 90%;
	margin: 0 auto 30px;
	float: none;
	text-align: center;
}

#thanksRight {
	width: 90%;
  margin: 0 auto;
  float: none;
}

.thanksBnr img {
	width: 100%;
	height: auto;
}

/* 詳細ページ */
/* ---------------------------- */
#mainImg {
	width: 100%;
	padding-bottom: 20px;
}

#mainImg img{
	width: 100%;
	height: auto;
}

#singleThanksMain {
	padding: 20px 5%;
	margin-bottom: 30px;
	border: 1px #c9c9c9 solid;
	text-align: left;
}

#sThanksInfo {
	padding-bottom: 15px;
}

#sThanksTit {
	padding-bottom: 10px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 2.3rem;
	font-weight: bold;
}

.companyTop {
	display: block;
	padding-bottom: 8px;
	font-size: 1.8rem;
}

.right {
	text-align: right;
}

#sCount:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../../img/common/heart_sp.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}

#sCount span {
	display: inline-block;
	vertical-align: middle;
}

#singleThanks {
	border-top: 5px #eeeeee solid;
	padding-top: 30px;
	margin-top: 15px;
}

.thanksBnrName {
	font-size: 1.6rem;
}

/* インタビューレイアウト */
.fukidashi{
	margin-bottom: 30px;
}

.ivLeft .fukidashiInfo {
	width: 24%;
	float: left;
	text-align: center;
}

.ivRight .fukidashiInfo {
	width: 24%;
	float: right;
	text-align: center;
}

.fukidashiInfo .avater {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
	display: inline-block;
}

.fukidashiInfo .avater img {
	width: 100%;
	height: auto;
}

.fukidashiInfo .name {
	font-size: 1rem;
	text-align: center;
}

.fukidashiLeft {
	width: 70%;
  float: left;
  margin-left: 6%;
  padding: 10px 5% 0 5%;
  background: #f6f6f3;
  position: relative;
}

.fukidashiRight {
	width: 70%;
  float: right;
  margin-right: 6%;
  padding: 10px 5% 0 5%;
  background: #f6f6f3;
  position: relative;
}

.fukidashiLeft:after {
	content: "";
	width: 20px;
	height: 23px;
	background: url(../../img/common/fukidashi_left.png) 0 0 no-repeat;
	position: absolute;
	top: 20px;
	left: -20px;
}

.fukidashiRight:after {
	content: "";
	width: 20px;
	height: 23px;
	background: url(../../img/common/fukidashi_right.png) 0 0 no-repeat;
	position: absolute;
	top: 20px;
	right: -20px;
}



/* ふきだしコンテンツ */
#sThanksContent .fukidashi h2 {
	padding: 15px;
	margin: 30px 0 10px;
	font-size: 2.2rem;
	color: #0095da;
	border-top: 1px #0095da solid;
	border-bottom: 1px #0095da solid;
	line-height: 1.2;
	font-weight: 500;
}

#sThanksContent .fukidashi h3 {
	padding: 15px;
	margin: 30px 0 10px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
	background: #f1f1f1;
}

#sThanksContent .fukidashi h4 {
	margin: 30px 0 10px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 600;
}

#sThanksContent .fukidashi p {
	font-size: 1.8rem;
	padding-bottom: 10px;
}

#sThanksContent .fukidashi a {
	color: #0095da;
}

#sThanksContent .fukidashi a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #0095da;
}

#sThanksContent a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #0095da;
	transition: .3s;
}

#sThanksContent img {
	max-width: 100%;
	height: auto;
}

.quotation {
	background: #f7f7f5;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}

.quotation:before {
	content:"";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 13px;
	background: url(../../img/common/quo_left.png) 0 0 no-repeat;
}

.quotation:after {
	content:"";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 15px;
	height: 13px;
	background: url(../../img/common/quo_right.png) 0 0 no-repeat;
}

.quotation a {
	font-size: 1.2rem;
}



/* インタビュアー */
#sUserInfo {
	padding: 30px 5%;
  margin: 30px 0;
  position: relative;
  background: #f7f7f5;
}

#sUserInfoImg {
	width: 75px;
	height: 75px;
	border-radius: 75px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

#sUserInfoImg img {
	width: 100%;
	height: auto;
}

#sUserComment {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}


#sUserComment en {
	font-size: 1rem;
}

#sUserNameWrap {
	padding-bottom: 5px;
}

.sUserCom {
	font-size: 1.8rem;
	font-weight: 600;
}

.sUserName {
	font-size: 2.3rem;
	font-weight: 600;
}

#sUserDesc {
	padding-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1.4;
}

#sUserUrl {
	text-align: right;
	font-size: 1.8rem;
	color: #0095da;
}

#sUserUrl a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #0095da;
}

#sUserUrl a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #0095da;
	transition: .3s;
}

/* シェア */
#yokaneBtn {
	text-align: center;
	padding-bottom: 10px;
}

#yokaneCount:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../../img/common/heart.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}

#yokaneCount span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
}

#shareBtnWrap {
	text-align: center;
}

#shareBtnWrap .inner {
	display: inline-block;
}

#shareTit {
	padding-bottom: 5px;
	color: #666;
	text-align: left;
	font-size: 1.6rem;
}

#shareBtn li {
	display: inline-block;
	vertical-align: middle;
	border: 1px #c9c9c9 solid;
	width: 32%;
  margin-bottom: 3px;
}

#shareBtn a {
	width: 100%;
	padding: 5px;
	display: block;
	background: none;
}

.snsIcon {
	display: table-cell;
/*	width: 186px;*/
	height: 35px;
	vertical-align: middle;
	text-align: center;
}

.snsIcon img {
	width: 25%;
}

.num {
	background: #eeeeee;
	text-align: center;
	border-radius: 3px;
	line-height: 1;
	font-size: 1.2rem
}


/* サイド */
/* ---------------------------- */
#thanksSideNav li {
	padding-bottom: 20px;
}

#thanksSideNav li a {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* 戻るボタン */
/* ---------------------------- */
#backBtn {
	display: inline-block;
}

#backBtn a {
	display: table-cell;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 2px #0095da solid;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: #0095da;
	vertical-align: middle;
	background: url(../../img/common/icon3.png) 10px center no-repeat;
}

#backBtn a:hover {
	color: #FFF;
	background: url(../../img/common/icon4.png) 10px center no-repeat #0095da;
}
