/* ------------------------------------------------------------------
alpha（透過）
---------------------------------------------------------------------*/
.alpha {
    display: block;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.alpha:hover {
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.voice .voiceHead{
	background: url("../../../images/pi_gakusyu/voice/mainvisual.jpg");
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	padding-left: 45px;
	margin-bottom: 40px;
}
.voice .voiceHead h2{
	font-size: 24px;
	color: #552403;
	letter-spacing: .2em;
	margin-bottom: 10px;
}
.voice .voiceHead h2:before{
	content: "";
	background: url("../../../images/pi_gakusyu/voice/icon_tit.png") no-repeat left top / 100% 100%;
	width: 56px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#content .voice .voiceHead p{
	color: #324266;
	font-size: 14px;
	line-height: 2;
}

.voice li{
    list-style-type: none;
}


.voice .main{
    width: 710px;
    float: right;
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
}
.voice .main .pager{
    text-align: center;
}
.voice .main .pager span{
    vertical-align: middle;
}
.voice .main .pager span a{
    color: #999999;
    text-decoration: none;
}
.voice .main .pager span a:hover{
    color: #552302;
}
.voice .main .pager .pager__list{
    display: inline-block;
    vertical-align: middle;
}
.voice .main .pager .pager__list .pager__list__item{
    display: inline-block;
    border-left: 1px solid #dddddd;

}
.voice .main .pager .pager__list .pager__list__item:first-child{
    border-left:none;
}
.voice .main .pager .pager__list .pager__list__item a{
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    color: #999999;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial!important;
}
.voice .main .pager .pager__list .pager__list__item a:hover,
.voice .main .pager .pager__list .pager__list__item_current a
{
    color: #552302;
}
.voice .main .article{
}
.voice .main .article .article__list{
}
.voice .main .article .article__list .article__list__item{
    border-top: 4px solid #f0f0f0;
    padding-top: 40px;
    padding-bottom: 40px;
}
.voice .main .article .article__list .article__list__item:first-child{
    border-top: none;
}
.voice .main .article h3{
    font-size: 18px;
    color: #552302;
    font-weight: bold;
    margin-bottom: 20px;
}
.voice .main .article .article__inner{
    padding-left: 10px;
    padding-right: 10px;
}
.voice .main .article .article__photo{
    width: 320px;
    float: left;
}
.voice .main .article .article__photo .article__photos__list{
    margin-left: -10px;
    margin-bottom: -10px;
    font-size: 0;
}
.voice .main .article .article__photo .article__photos__list .article__photos__list__item{
    margin-left: 10px;
    margin-bottom: 10px;
    width: 155px;
    float: left;
}
.voice .main .article .article__photo .article__photos__list .article__photos__list__item:nth-child(even){
    clear: both;
}
.voice .main .article .article__photo .article__photos__list .article__photos__list__item a{
    position: relative;
    display: block;
}
.voice .main .article .article__photo .article__photos__list .article__photos__list__item a:after{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../../../images/pi_gakusyu/voice/icon_zoom.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.voice .main .article .article__photo .article__photos__list .article__photos__list__item a img{
    max-width: 100%;
}


.voice .main .article .article__photo .article__photos__list .article__photos__list__item_large{
    width: 320px;
}
.voice .main .article .article__sentence{
    width: 340px;
    float: right;
}
.voice .main .article .article__sentence .article__sentence__text{
    font-size: 14px!important;
    line-height: 1.857142857!important;
    margin-bottom: 25px;
}
.voice .main .article .article__sentence .article__sentence__list{
    margin-bottom: 20px;
}
.voice .main .article .article__sentence .article__sentence__list .article__sentence__list__item{
    font-size: 12px;
    color: #7c7c7c;
}
.voice .main .article .article__sentence .article__sentence__list .article__sentence__list__item dl dt,
.voice .main .article .article__sentence .article__sentence__list .article__sentence__list__item dl dd{
    display: inline-block;
}
.voice .main .article .article__sentence .article__sentence__list .article__sentence__list__item dl dt{
    margin-right: 10px;
}
.voice .main .article .article__sentence .article__sentence__list .article__sentence__list__item dl dd:before{
    content: ": ";

}
.voice .main .article .article__sentence .btnDetail a{
	width: 200px;
	display: block;
	padding: 10px;
	background: #E3DCD4;
	color: #4C3120;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
}
.voice .main .article .article__sentence .btnDetail a:before{
	content: "";
	display: inline-block;
	border-left: 10px solid #4C3120;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin: -4px 10px 0 0;
	vertical-align: middle;
}




.voice .search{
    width: 200px;
    float: left;
    border-top: 4px solid #f0f0f0;
}

.voice .search h3{
	color: #552302;
	margin: 20px 0;
	font-size: 16px;
}

.voice .search h4{
    font-size: 14px;
    color: #55698a;
    font-weight: bold;
    background-color: #f6f4ee;
    padding: 5px 10px;
}
.voice .search .search__category__inner{
    padding: 10px 10px 10px;
}
.voice .search h5{
    font-size: 14px;
    color: #55698a;
    font-weight: bold;
    margin-bottom: 5px;
}
.voice .search .search__category__list{
    margin-bottom: 15px;
}
.voice .search .search__category__list .search__category__list__item{
    font-size: 12px;
    color: #55698a;
    margin-top: 3px;
    text-indent: -1.5em;
    margin-left: 1.5em;
}
.voice .search .search__category__list .search__category__list__item input[type="checkbox"]{
    vertical-align: middle;
}

.voice .search .search__category__list .search__category__list__item:first-child{
    margin-top: 0;
}
.voice .search .search__category__list .search__category__list__item label:hover{
    cursor: pointer;
}
.voice .search button.submit {
    display: block;
	width: 100%;
	text-align: center;
    margin-bottom: 20px;
	background-coplor: #F0F0F0;
	color: #5A6D8B;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #CECECE;
	padding: 10px;
}
.voice .search button.submit:hover{
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha(opacity=70);
    opacity: 0.7;
    cursor: pointer;
}

.remodal-wrapper .remodal > img{
    max-width: 100%;
    max-height: 100%;
}
.remodal__close{
    position: absolute;
    top: -60px;
    right: -60px;
}
