﻿@charset "utf-8";

/*--------------------------------------

  インタビュー

---------------------------------------*/
.interview_box_outer.box_noborder {
    position: relative;
    padding: 10px;
}
.interview_box_outer h2 {
    position: absolute;
    margin-top: -30px;
    margin-left: -80px;
}
.interview_box_outer .interview_box {
    display: block;
    margin-bottom: 16px;
    padding: 18px;
    border: dashed 2px #dba3ba;
    border-radius: 8px;
}
.interview_box_outer a.interview_box:hover {
   background: #fff4f8;
}
.interview_box_outer .interview_box:nth-child(2n) {
    border-color: #ad9eba;
}
.interview_box_outer .interview_box:nth-last-child(1) {
    margin-bottom: 0;
}
.interview_box_outer .interview_box .gal_photo {
    width: 240px;
    float: left;
}
.interview_box_outer .interview_box .gal_box {
    width: 370px;
    margin-left: 10px;
    float: left;
}
.interview_box_outer .interview_box .gal_box .txt_box {
    float: left;
}
.interview_box_outer .interview_box .gal_box .txt_box .gal_name_add {
    font-size:1.1rem;
}
.interview_box_outer .interview_box .gal_box .txt_box h3,
.interview_box_outer .interview_box .gal_box .txt_box h4 {
    display: block;
    width: 370px;
    line-height: 1.3;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #54aec0;
    font-size: 2.2rem;
}
.interview_box_outer .interview_box .gal_box .txt_box time {
    display: block;
}
.interview_box_outer .interview_box .gal_box .txt_box table {
    line-height: 1.4;
    border-collapse: separate;
    border-spacing: 0 6px;
    color: #444;
    font-size: 1.2rem;
}
.interview_box_outer .interview_box .gal_box .txt_box table th,
.interview_box_outer .interview_box .gal_box .txt_box table td {
    padding: 4px 10px
}
.interview_box_outer .interview_box .gal_box .txt_box table th {
    width: 120px;
    background: #fff9e6;
    font-weight: 300;
    vertical-align: middle;
}
.interview_box_outer .interview_box .gal_box .txt_box table td {
    width: 250px;
    line-height: 1.6;
    padding: 4px 0 4px 10px;
    font-size: 1.4rem;
}
.interview_box_outer .interview_box .gal_box .txt_box table td  li {
    max-width: 250px;
}
.interview_box_outer .interview_box .gal_box .txt_box table td  li a.play {
    position: relative;
    display: block;
    width: 250px;
    text-align: center;
}
.interview_box_outer .interview_box .gal_box .txt_box table td  li a.play img {
    max-width: 100%;
}
/**/
.interview_box_outer .interview_box .bt_cate {
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin-top: 40px;
}
.interview_box_outer .interview_box .bt_cate a {
    position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
    margin: 0 10px;
    padding: 8px 0;
    border-radius: 40px;
    color: #666;
    background: #fff;
    border: solid 1px #dcdcdc;
    text-align: center;
    font-size: 1.1rem;
}
.interview_box_outer .interview_box .bt_cate a:hover {
    border-color: #fc648a;
    color: #fc648a;
}
.interview_box_outer .interview_box .bt_cate a::after {
    content: "▼";
    color: #ccc;
    padding-left: 4px;
}
.interview_box_outer .interview_box .bt_cate a:hover::after {
    color: #fc648a;
}
.interview_box_outer .interview_box .cate:nth-of-type(1) {
    margin-top: 20px;
}
.interview_box_outer .interview_box .cate {
    margin-top: 40px;
    padding: 4px 10px;
    color: #666;
    font-size: 1.4rem;
    font-weight: normal;
    background: #fff9e6;
}
/**/
.interview_box_outer .interview_box .qa {
    margin-top: 20px;
    padding-right: 2.6rem;
    padding-left: 2.6rem;
    text-indent: -2.6rem;
}
.interview_box_outer .interview_box .qa b {
    display: block;
    color: #54aec0;
    font-size: 1.8rem;
    font-weight: 600;
}
.interview_box_outer .interview_box .qa b::before {
    content: "Q.";
    padding: 0 4px;
    font-family: 'Josefin Sans', sans-serif;
}
#interview_other.interview_box_outer .interview_box .gal_photo {
    width: 140px;
}
#interview_other.interview_box_outer .interview_box .gal_box .txt_box h4 {
    margin-bottom: 4px;
    font-size: 1.8rem;
}