/* iinbukken Document */
/* ----------------------------------------- */
/* ご利用者の声                               */
/* ----------------------------------------- */
main article {
    padding-left:0 !important;
    padding-right:0 !important;
    padding-bottom:0;
}
.header_area {
    padding-bottom:2em; 
}
.voice_area {
    padding-top:3em;
    padding-bottom:3em;
}
.info {
  	grid-template-columns: minmax(auto, 60%) minmax(auto, auto);
    grid-gap: 1.5em 1em;
    margin-top:1.2em;
}
.info h3 {
    margin: 20px 0;
    padding: 0;
}
.info h3 span {
    display: inline-block;
    color:#fff;
    background:#011b3c; 
    margin: 0 0 8px 0;
    padding: 3px 12px;
}
.interview h4 {
    color:#000;
    padding:0;
    margin:20px 0 10px 12px;
}
.interview h4:before {
    padding:0 3px 0 0;
    content:"\025b6";
}
.interview p {
    width:60%;
}
.w_full p {
    width:auto;
}
.interview .voice_cut_pos {
    position: relative;
}
.interview .voice_cut {
    width:34%;
    position: absolute;
    top:0;
    right:0;
    border-collapse:separate;
    border-spacing:5px;
}
.interview .voice_cut td {
    width:100%;
    display: block;
    padding:0;
}

#voice_adachi {
    background: url("../images/backimg_voice_adachi.png") top left no-repeat;
    background-size:cover;
    z-index: 0;
}
#voice_eguchi {
    background: url("../images/backimg_voice_eguchi.png") top left no-repeat;
    background-size:cover;
    z-index: 0;
}
#voice_shinohara {
    background: url("../images/backimg_voice_shinohara.png") top left no-repeat;
    background-size:cover;
    z-index: 0;
}
#voice_kawai {
    background: url("../images/backimg_voice_kawai.png") top left no-repeat;
    background-size:cover;
    z-index: 0;
}
.v_video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.v_video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.icon_play:before {
    font-family: FontAwesome;
    font-size:1.1em;
    content: " \f144";
    padding-right:.3em;
}

a.links {
	display:inline-block;
	width:auto;
	height:auto;
	padding:8px 15px;
	margin:0;
	text-align:center;
	line-height:1.5;
	letter-spacing:0;
    color:#fff;
    background:#011b3c;
    border-radius: 20px;
	text-decoration:none;
}
a.links:hover {
    color:#F9F9C8;
	filter:alpha(opacity=75);
	opacity:0.75;
}


/* インタビュー形式 */
.interview1, .interview2 {
    position: relative;
    width:82%;
    margin:15px 10px;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    background-color:#E7E4CF;
    margin-left: 110px;
}
.interview2 {
    margin-left:0;
    background-color:#FDEEEE;
    margin-right: 110px;
}
.interview1:before, .interview2:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 20px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid #E7E4CF;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.interview2:after {
    left:inherit;
    right: -15px;
    border-right: none;
    border-left: 15px solid #FDEEEE;
}
.interview1 .icon, .interview2 .icon {
    position: absolute;
    left: -110px;
    top: 0;
    text-align: center;
}
.interview2 .icon {
    position: absolute;
    left:inherit;
    right: -110px;
}
