@charset "utf-8";
.w56p{
	width: 56%;
}
.w40p{
	width: 40%;
}
.ebook .cms_text {
    position: relative;
}
.ebook .cms_text .cms_inner_blank {
	padding-right: 0;
	background: none;
}

.ebook .cms_text .name{
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../img/arrow01.png) no-repeat 0 .3em / 15px 12px;
}
/*
.ebook .cms_text .cover .name{
    background: none;
    padding-left: 0;
}
*/

.ebook .cms_text a .btn{
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    border-radius: 3px;
    background:#036;
    color:#fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 15px;
    -webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.ebook .cms_text a:hover .btn{
    opacity: .8;
}
/*事例*/
/*
.ebook .cms_text .cover{
    position: absolute;
    padding: 80px 10px 10px;
    background: linear-gradient(180deg, rgba(245, 242, 233, 0.0) 0%,  rgba(245, 242, 233, 0.8) 30%, rgba(245, 242, 233, 0.8) 100%);
    width: 100%;
    left: 0;
    bottom: 0;
}*/
.ebook.voice > .cms_text > div{
    max-width: 390px;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background:rgba(0,0,0,.4);
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.ebook.voice > .cms_text > div:hover{
    background:rgba(0,0,0,.2);
}
.ebook.voice div a{
    width: 100%;
    height: 100%;
    color:#fff;
    display: table;
    text-decoration: none;
}
.ebook.voice div a .cover{
    display: table-cell;
    padding: 30px;
    vertical-align: middle;
    position: relative;
}
.ebook.voice div a .cover .name{
    font-weight: bold;
    text-align: center;
    font-size: 2.1rem;
    background: none;
    padding-left: 0;
}
.ebook.voice div a .cover p{

}
@media print, screen and (min-width: 768px) {
    .ebook.housing .cms_text:nth-child(3n-2) {
        margin-left: 0;
    }
	.ebook .cms_text,
	.ebook .cms_text:last-child {
		margin-bottom: 15px !important;
	}
}
@media screen and (max-width:767px){
    .ebook .cms_text{
        width: 48%;
        float: left;
    }
    .ebook > .cms_text:not(:nth-child(2n)){
        margin-right: 4%;
    }
    .w56p,
    .w40p{
        width: auto;
    }
    .ebook:not(.voice) *:not(.cms_border) img,
    .ebook:not(.voice) .cms_border{
        margin-bottom: 10px;
    }
    .ebook .cms_text a p,
    .ebook:not(.sample) .cms_text a .btn{
        display: none;
    }
    .ebook.sample .cms_text a .btn {
        margin-top: 0;
    }
    /*事例*/
    .ebook.voice div a .cover{
        padding: 10px;
    }
    .ebook.voice div a .cover .name{
        font-size: 1.6rem;
    }
}