@charset "utf-8";
/* CSS Document */

.box_contents ul li {
	padding: 0 0 5px 15px;
}
.box_contents ul li.li_btm {
	padding-bottom: 0;
}
.box_contents p.para_title_ent {
	padding: 0 0 7px 0;
	font-size: 17px;
	font-weight: bold;
    color: #666;
}
p.ent_button {
	padding: 10px 0 20px;
}
p.ent_button_btm {
	padding: 0;
}
p.ent_button a {
	display: block;
    text-align: center;
    width: 86%;
	max-width: auto;
	padding: 17px 7% 18px;
	font-size: 15px;
	background-color: #e09c29;
}
p.ent_button a:hover {
	background-color: #efb765;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
	p.ent_button a {
	    padding: 19px 7% 20px;
		font-size: 16px;
	}
}
/* PC */
@media screen and (min-width:1024px) {
	.box_contents p.para_title_ent {
		padding: 0 0 12px 0;
		font-size: 20px;
	}
	.box_contents dd {
		padding-left: 13.7em;
	}
    p.ent_button a {
        display: inline-block;
        width: auto;
	    padding: 19px 50px 20px;
    }
	/* YouTube動画 */
	.movie {
	    width: 70%;
	    padding-bottom: 39.375%;
	}
}
/* PC */
@media screen and (min-width:1366px) {
}