@charset "utf-8";

.voice_detail {}
.voice_detail .voice_detail_title {
	width: 100%;
	height: 173px;
	position: relative;
}
.voice_detail .voice_detail_title h2 {}
.voice_detail .voice_detail_title h2 span {
	line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.voice_detail .voice_detail_title h2 .span02 {
	letter-spacing: 0.1em;
}
.voice_detail .voice_detail_title h2 .span02 {
	letter-spacing: 0.14em;
}

#sec1 {}
#sec1 .sec_inner {}
#sec1 .sec_inner p {}

.voice_detail_top {}
.voice_detail_top .main_img {}
.voice_detail_top .main_img .img {}
.voice_detail_top .main_img .img img {}
.voice_detail_top .voice_detail_profile {
    /*width: 61%;*/
    max-width:  600px;
    margin:  0 auto;
}
.voice_detail_top .voice_detail_profile p {
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.voice_detail_top .voice_detail_profile .p01 {}
.voice_detail_top .voice_detail_profile .p01 .name {
	letter-spacing: 0.24em;
}
.voice_detail_top .voice_detail_profile .p01 .kana {
}
.voice_detail_top .voice_detail_profile .p02 {}
.voice_detail_top .voice_detail_profile .p03 {
    border: 1px solid #fff;
    display:  inline-block;
    padding: 12px 25px;
    min-width: 400px;
}

#sec2 {}
#sec2 .sec_inner {}
#sec2 .sec_inner .section01 {}
#sec2 .sec_inner .section01 h3 {
    width: 250px;
    line-height: 35px;
    letter-spacing:  0.24em;
    position: relative;
}
#sec2 .sec_inner .section01 h3:before {
	content: '';
	display: block;
	width: 1920px;
	height: 35px;
	background-color: #a80505;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#sec2 .sec_inner .section01 ul {}
#sec2 .sec_inner .section01 ul li {}
#sec2 .sec_inner .section01 ul li:first-child {}
#sec2 .sec_inner .section01 ul li:last-child {}
#sec2 .sec_inner .section01 ul li .li_q {
    line-height: 1.2;
    letter-spacing: 0.24em;
}
#sec2 .sec_inner .section01 ul li .li_q.thin {
    letter-spacing: .2em;
}
#sec2 .sec_inner .section01 ul li .li_a {
    line-height: 2;
    letter-spacing: 0.1em;
}



#sec3 {}
#sec3 .sec_inner {}
.voice_detail_bottom {}
.voice_detail_bottom .voice_detail_bottom_img {}
.voice_detail_bottom .voice_detail_bottom_img {}
.voice_detail_bottom .voice_detail_bottom_img .img {
    max-width: 400px;
    margin: 0 auto;
}
.voice_detail_bottom .voice_detail_bottom_img .img img {
}
.voice_detail_bottom .voice_cat_list {}
.voice_detail_bottom .voice_cat_list h3 {
    letter-spacing: 0.15em;
    margin-bottom:  22px;
}
.voice_detail_bottom .voice_cat_list ul {
    padding: 20px 20px;
    max-width: 1020px;
    margin: 0 auto;
}
.voice_detail_bottom .voice_cat_list ul li {
    float:  left;
    /*width: 12.755%;*/
    width: 15.1%;
    max-width:  148px;
/*    margin: 0 1.7857% 0 0;*/
    margin: 0 1.85% 0 0;
    padding: 0;
    border-right: none;
    position:  relative;
    background-color: #333;

}
#sec_voice.voice_detail_bottom .voice_cat_list ul li {
    float:  left;
    width: 32.04%;
    max-width:  314px;
    margin: 0 1.938% 0 0;
    padding: 0;
    border-right: none;
    position:  relative;
    background-color: #333;

}
#sec_voice.voice_detail_bottom .voice_cat_list ul li .li_tit {
    line-height: 1.6;
    left: 50%;
}
@media screen and (max-width: 770px){
    #sec_voice.voice_detail_bottom .voice_cat_list ul li .li_tit {
        left: 42%;
    }
}
#sec_voice.voice_detail_bottom .voice_cat_list ul li span {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0;
}
#sec_voice.voice_detail_bottom .voice_cat_list ul li a:hover .li_tit {
    color: #fff !important;
}
#sec_voice.voice_detail_bottom .voice_cat_list ul li:last-child {
    margin-right: 0;
}
.voice_detail_bottom .voice_cat_list ul li:first-child {}
.voice_detail_bottom .voice_cat_list ul li:last-child {
    margin-right:  0;
}
.voice_detail_bottom .voice_cat_list ul li.current {}
.voice_detail_bottom .voice_cat_list ul li a {
    display:  block;
    width:  100%;
    height:  100%;
    background-color: #333;
    padding: 0;
}
.voice_detail_bottom .voice_cat_list ul li a:hover {
	opacity: 1;
}
.voice_detail_bottom .voice_cat_list ul li.current .li_img,
.voice_detail_bottom .voice_cat_list ul li a:hover .li_img {
    opacity: 0.3;
}
.voice_detail_bottom .voice_cat_list ul li a:hover .li_img {}
.voice_detail_bottom .voice_cat_list ul li .li_img {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.voice_detail_bottom .voice_cat_list ul li .li_img img {}
.voice_detail_bottom .voice_cat_list ul li .li_tit {
    position:  absolute;
    top: 50%;
    left:  0;
    width:  100%;
    transform: translateY(-50%);
    line-height: 1.21;
    letter-spacing: 0.1em;
}




/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

	.voice_detail {}
	.voice_detail .voice_detail_title {
    height: 98px;
}
	.voice_detail .voice_detail_title h2 {}
	.voice_detail .voice_detail_title h2 span {
	font-size: 20px;
	}
	.voice_detail .voice_detail_title h2 .span02 {}
	.voice_detail .voice_detail_title h2 .span02 {
		font-size: 15px;
	}

	#sec1 {}
	#sec1 .sec_inner {}
	#sec1 .sec_inner p {}

	.voice_detail_top {}
	.voice_detail_top .main_img {}
	.voice_detail_top .main_img .img {}
	.voice_detail_top .main_img .img img {}
	.voice_detail_top .voice_detail_profile {
    width: 100%;
    max-width:  100%;
}
	.voice_detail_top .voice_detail_profile p {
    line-height: 17.5px;
}
	.voice_detail_top .voice_detail_profile .p01 {}
	.voice_detail_top .voice_detail_profile .p01 .name {}
	.voice_detail_top .voice_detail_profile .p01 .kana {}
	.voice_detail_top .voice_detail_profile .p02 {}
	.voice_detail_top .voice_detail_profile .p03 {
    padding: 6px 1em;
    min-width: 230px;
}

	#sec2 {}
	#sec2 .sec_inner {}
	#sec2 .sec_inner .section01 {}
	#sec2 .sec_inner .section01 h3 {
    display:  inline-block;
    min-width: 120px;
    max-width:  100%;
    width: auto;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-right: 2em;
    white-space:  nowrap;
}
	#sec2 .sec_inner .section01 h3:before {
    min-height: 30px;
    height:  100%;
}
	#sec2 .sec_inner .section01 ul {}
	#sec2 .sec_inner .section01 ul li {}
	#sec2 .sec_inner .section01 ul li:first-child {}
	#sec2 .sec_inner .section01 ul li:last-child {}
	#sec2 .sec_inner .section01 ul li .li_q {
    line-height: 1.4;
    letter-spacing: 0.07em;
}
	#sec2 .sec_inner .section01 ul li .li_a {
    line-height: 25px;
    letter-spacing: 0.034em;
}

	#sec3 {}
	#sec3 .sec_inner {}
	.voice_detail_bottom {}
	.voice_detail_bottom .voice_detail_bottom_img {}
	.voice_detail_bottom .voice_detail_bottom_img {}
	.voice_detail_bottom .voice_detail_bottom_img .img {
    max-width: 100%;
}
	.voice_detail_bottom .voice_detail_bottom_img .img img {
}
	.voice_detail_bottom .voice_cat_list {
    background-color: #a80505;
}
	.voice_detail_bottom .voice_cat_list h3 {
    padding-top: 42px;
    color:  #fff !important;
    letter-spacing: 0.18em;
    margin-bottom: 15px;
}
	.voice_detail_bottom .voice_cat_list ul {
    max-width:  500px;
    padding: 0px 20px 47px;
}
.voice_detail_bottom .voice_cat_list ul li {
    width: 47.5%;
    max-width: 250px;
    margin-right: 5%;
    margin-bottom: 17px;
    background:  none;
}
#sec_voice.voice_detail_bottom .voice_cat_list ul li {
    float:  none;
    width: 100%;
    padding: 0;
    margin: 0 0 17px 0;
    border-right: none;
    position:  relative;
    background-color: #333;
    max-width: 100%;

}
#sec_voice.voice_detail_bottom .voice_cat_list ul li .li_img img {
    width: 100%;
}
#sec_voice.voice_detail_bottom .voice_cat_list ul li .li_tit {
    line-height: 1.6;
    left: 50%;
    color: #fff !important;
}
	.voice_detail_bottom .voice_cat_list ul li:first-child {}
	.voice_detail_bottom .voice_cat_list ul li:last-child {}
	.voice_detail_bottom .voice_cat_list ul li:nth-child(2n) {
    margin-right:  0;
}
	.voice_detail_bottom .voice_cat_list ul li.current {}
	.voice_detail_bottom .voice_cat_list ul li a {
    position: relative;
}
	.voice_detail_bottom .voice_cat_list ul li a:hover {}
	.voice_detail_bottom .voice_cat_list ul li.current .li_img,
	.voice_detail_bottom .voice_cat_list ul li a:hover .li_img {
    opacity: 0.6;
}
	.voice_detail_bottom .voice_cat_list ul li a:hover .li_img {}
	.voice_detail_bottom .voice_cat_list ul li .li_img {
    opacity: 0.6;
}
	.voice_detail_bottom .voice_cat_list ul li .li_img img {}
	.voice_detail_bottom .voice_cat_list ul li .li_tit {
    letter-spacing: 0.16em;
    font-size: 1.5rem;
    line-height: 1.6;
}
	.voice_detail_bottom .voice_cat_list h4 {
    background-color: #231815;
    text-align:  center;
    line-height: 38px;
    letter-spacing: 0.26em;
    max-width: 500px;
    margin: 0 auto 10px;
    font-size: 12px;
}
/*	.voice_detail_bottom .voice_cat_list .sp-block {
    padding:  0 20px;
    max-width:  500px;
    margin:  0 auto;
}*/


}
