@charset "UTF-8"; 
.txtArea{width:90%;max-width:990px;margin:0 auto 3rem}.txtArea{margin:0 auto 1rem;font-size:1.2rem;line-height:1.5rem;text-align:left}.txtArea p{padding-bottom:1rem}
.txtArea span{
	font-weight: 900;
}
.btnArea{
	width:90%;
	max-width:990px;
	margin:0 auto 2rem;
}
.btnBox a{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	position:relative;
	width:50%;
	height:4rem;
	margin:0 auto;
	border-radius:2rem;
	font-size:1.5rem;
	font-weight:bold;
	line-height:4rem;
	text-align:center;
}
.widebtn a{
	width:70%;
}
.btnArrow a:after{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:block;
	position:absolute;
	top:50%;
	right:1rem;
	width:.5rem;
	height:.5rem;
	margin-top:-.3rem;
	clear:both;
	border-width:0 2px 2px 0;
	border-style:solid;
	border-color:transparent #1F1F1F #1F1F1F transparent;
	content:"";
}
.balloon {
	position: relative;
}
.balloon div{
	display: grid;
	place-items: center;

	position: absolute;
	bottom: 7px;
	right: -40px;
	width: 70px;
	height: 70px;

	background: url("https://c.mangaplaza.com/common/support/beginner/images/beginnerBalloon240926.svg") no-repeat;
	background-size: contain;
	color: #FF9204;
	font-size: 1.2rem;
	line-height: 1.2rem;
}
@media (min-width: 768px) {
	.balloon div{
		bottom: 5px;

		width: 90px;
		height: 90px;
	}
}
.youtube{
	text-align: center;
	margin: 10px auto 50px auto;
	position: relative;
	width: 80%;
	padding-top: 45%; /* 9/16*横幅 */
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.btnBox .btnOrange2 {
    border: 1px solid #C7C7C7;
    background: #FF9204;
    color: #1F1F1F;
}
