/* ===================================================================
CSS
 file name  :  thanks.css
=================================================================== */


.title01 {
	width: 100%;
	background-image: url(../images/thanks/title_bg.png);
	margin:auto;
}



@media print, screen and (min-width: 769px) {
.title01_left {
	float:left;
	margin-left: 80px;
}
.title01_right {
	float:right;
	margin-right: 50px;
    margin-top: 20px;
}
.title01_right img{
	width:320px;
}

.page_navi {
	width:1000px;
	margin: auto;
    margin-top: 10px;
    position: relative;
    color: #666;
    height: 45px;
}
.page_navi .page_num {
    font-size: 140%;
    font-weight: bold;
}


.pager {
    position: absolute;
    top: 10px;
    right: 0;
}
.pager a {
    border: 1px solid #9C8278;
    background: #FFF;
    text-decoration: none;
    width: 35px;
    margin-left: 5px;
    padding: 5px 10px;
    text-align: center;
	color:#9C8278;
}
.pager a:hover{
	border:1px solid #9C8278;
	background-color: #ECE6DB;
	color:#9C8278;
}
.pager a.on {
    border: 1px solid #9C8278;
	background:#9C8278;
	color:    #FFF;
    font-weight: bold;
}
.pager span{
	margin-left:5px;
}


.thanks_voice {
	width:320px;
	float:left;
	margin-left: 5px;
	margin-right:5px;
	margin-bottom: 50px;
	min-height: 760px;
}
.thanks_voice h3 {
	color: #666;
	text-align:left;
	padding-top:4px;
	padding-left:5px;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	font-size:14px;
}
.thanks_voice h3{
	background:#ECE6DB;
}
.thanks_voice .staff.staff_comment_img
{
	background-image: url(../images/thanks/staff_comment.png) ;
	background-position: top right;
	background-repeat: no-repeat;
}
.staff img {
	width:100px;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-right:5px;
	float:left;
}
.staff .name {
    top: 30px;
    right: 5px;
	width: 200px;
	background-color: #9C8278;
	margin-right: 5px;
	margin-left: 105px;
	margin-top: 50px;
	color: #FFF;
	background-image: url(../images/thanks/ya.png) ;
	background-position: right;
	background-repeat: no-repeat;
}
.staff a {
	text-decoration: none;
}
.details {
	/*background-image: url(../images/thanks/heart.png) ;
	background-position: right;
	background-repeat: no-repeat;*/
	margin-right:20px;
	padding: 10px;
	font-size: 90%;
	line-height: normal;
}


.thanks_voice li {
	display:block;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background:#FCFAF3;
	padding:12px 20px;
	box-sizing:border-box;
	font-size:85%;
	text-decoration:none;
	line-height:140%;
}
.thanks_voice li .date {
	color: #666;
}
.thanks_voice li .date div{
	color:#FFFFFF;
	font-size:10px;
	background:#9C8278;
	padding:0 6px;
	border-radius:3px;
	display:inline;
}
.thanks_voice li.reply {
	background-color: #FFFFCC;
	color:#666666;
}
.thanks_voice li.reply .date {
	color: #9C8278;
	font-weight:bold;
}
.btn_list a{
	display:block;
	color:#FFFFFF;
	background:#9C8278;
	text-align:center;
	padding:5px 0;
	text-decoration:none;
	font-size:90%;
}
.btn_list a:hover{
	background:#707070;
}


}

@media screen and (max-width: 768px) {

.page_navi {
    margin-top: 10px;
    text-align: center;
}

.page_navi .page_num {
    font-size: 140%;
    font-weight: bold;
}


.pager {
	margin-top: 10px;
}
.pager a {
	border: 1px solid #CCC;
	background:#FFF;
	text-decoration: none;
	margin-left: 5px;
	padding: 5px 10px;
	text-align: right;
}
.pager a:hover{
	border:1px solid #9C8278;
	background-color: #ECE6DB;
	color:#9C8278;
}
.pager a.on {
    border: 1px solid #9C8278;
	background:#9C8278;
	color:    #FFF;
    font-weight: bold;
}


.pager span{
	margin-left:5px;
}


.thanks_voice {
	width:90%;
	float:none;
	margin: 30px auto;
}
.thanks_voice h3 {
	color: #666;
	text-align:left;
	padding-top:4px;
	padding-left:5px;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	font-size:14px;
}
.thanks_voice h3{
	background:#ECE6DB;
}
.thanks_voice .staff.staff_comment_img
{
	background-image: url(../images/thanks/staff_comment.png) ;
	background-position: top right;
	background-repeat: no-repeat;
}
.staff img {
	width:40%;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-right:5px;
	float:left;
}
.staff .name {
    top: 30px;
    right: 5px;
	width: 70%;
	background-color: #9C8278;
	margin-right: 5px;
	margin-left: 105px;
	margin-top: 80px;
	color: #FFF;
	background-image: url(../images/thanks/ya.png) ;
	background-position: right;
	background-repeat: no-repeat;
}
.staff a {
	text-decoration: none;
}
.details {
	/*background-image: url(../images/thanks/heart.png) ;
	background-position: right;
	background-repeat: no-repeat;*/
	margin-right:20px;
	padding: 10px;
	font-size: 90%;
	line-height: normal;
}


.thanks_voice li {
	display:block;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background:#FCFAF3;
	padding:12px 20px;
	box-sizing:border-box;
	font-size:100%;
	text-decoration:none;
	line-height:140%;
}
.thanks_voice li .date {
	color: #666;
}
.thanks_voice li .date div{
	color:#FFFFFF;
	font-size:10px;
	background:#9C8278;
	padding:0 6px;
	border-radius:3px;
	display:inline;
}
.thanks_voice li.reply {
	background-color: #FFFFCC;
	color:#666666;
}
.thanks_voice li.reply .date {
	color: #9C8278;
	font-weight:bold;
}
.btn_list a{
	display:block;
	color:#FFFFFF;
	background:#9C8278;
	text-align:center;
	padding:5px 0;
	text-decoration:none;
	font-size:90%;
}
.btn_list a:hover{
	background:#707070;
}

}


/*「…」省略のみのcss　不使用*/
.text-ellipsis {
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
} 


/*省略と展開*/
.contenedor
{
  min-height: 90px;
}
.expand {/*全体*/
  width: 100%;
  padding: 0px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
  position: relative;
  transition: .5s;
}

.expand[aria-expanded="false"]::before {/*グラデーション部分*/
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #FCFAF3);
    pointer-events: none;
    transition: 1s;
}
.thanks_voice li.reply .expand[aria-expanded="false"]::before  {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #FFFFCC);
}
.expand[aria-expanded="true"]::before {
}

.readmore_btn
{
    text-align:center;
}
.readmore_btn a
{
    color: #9C8278;
    text-decoration:none;
    font-size: .9em;
    padding: .20em 10px;
}

@media screen and (max-width: 768px) {
.expand {/*全体*/
  max-height: initial;
  min-height: initial;
}
.contenedor {
    min-height: initial;
}
}


/*動画インタビュー内*/

#name {
    color: #00306C;
	font-size: 130%;
	border-top: 3px solid #00306C;
	border-bottom: 1px dotted #00306C;
    padding: 10px;
}

video {
	width: 90%;
	height: auto;
	margin: 20px 5%;
	text-align: center;
}



/*動画インタビュー　前後の画像*/

#before {
    background: #F6F6F8;
    padding: 20px;
	width: 90%;
	margin: auto;
	border: #EFEFEF 1px solid ;
}
#before #main_text {
    margin: 10px 0;
    text-align: center;
    font-size: 22px;
}
#before ul li {
	width: 33%;
	margin: auto;
	float: left;
	text-align: center;
}

#before img {
	background-color: #FFF;
	width: 95%;
	margin: auto;
	padding: 4px;
	border: #CCC 1px solid ;
}
#after {
    background: #FEFCF8;
    padding: 20px;
	width: 90%;
	margin: auto;
	border: #EFEFEF 1px solid ;
}
#after #main_text {
    margin: 10px 0;
    text-align: center;
    font-size: 22px;
//    font-weight: bold;
	color: #F90;
}
#after ul li {
	width: 33%;
	margin: auto;
	float: left;
	text-align: center;
}
#after img {
	background-color: #FFF;
	width: 95%;
	margin: auto;
	padding: 4px;
	border: #CCC 1px solid ;
}

@media screen and (max-width: 768px) {
#before ul li {
	width: 80%;
	margin: auto;
	float: none;
	text-align: center;
}
#after ul li {
	width: 80%;
	margin: auto;
	float: none;
	text-align: center;
}

}
