@charset "utf-8";
/* CSS Document */


/* ==========================================================

	CTA style

===========================================================*/


.spOnly {
	display: none !important;
}
.pcOnly {
	display: block !important;
}

/* バイチューパターン =========================================== */

.s_cta {
    margin: 30px auto 20px;
    padding: 20px 0;
    text-align: center;
    background-color: #F4F4F4;
    color: #5C5C5C;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.s_cta.m20 {
	margin: 20px;
}
.s_cta p {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 12px;
}
.s_cta span.red {
    color: #f43e3e;
}
.s_cta a {
    display: block;
    width: 354px;
    margin: 0 auto;
    padding: 20px 0 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff !important;
    background-color: #61c650;
    border-radius: 30px;
    box-shadow: 0 3px 0 #57ad45;
    position: relative;
	text-decoration: none !important;
}
.s_cta a:hover {
    opacity: 0.7;
}
.s_cta a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m_cta{
	position: relative;
}
.m_cta a {
	display: block;
	width: 392px;
	margin: 0 auto;
	padding: 22px 0 18px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff !important;
	background-color: #61c650;
	border-radius: 30px;
	box-shadow: 0 4px 0 #57ad45;
	position: absolute;
	left: 32px;
	top: 134px;
	text-decoration: none !important;
}
.m_cta a:hover{
	opacity: 0.8;
}
.m_cta a::after{
	content: "";
	position: absolute;
	right: 30px;
	top: 24px;
	width: 9px;
	height: 9px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m_cta.lsize {
    margin-top: 40px;
}
.m_cta.lsize a{
	display: block;
	width: 392px;
	margin: 0 auto;
	padding: 22px 0 18px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #61c650;
	border-radius: 30px;
	box-shadow: 0 4px 0 #57ad45;
	position: absolute;
	left: 32px;
	top: 142px;	
	text-decoration: none !important;
}
.m_cta.lsize a:hover{
	opacity: 0.8;
}


/* 人物パターン =========================================== */

.m_cta.photo {
	width: 600px;
	margin: 20px auto;
}
.m_cta.photo a {
	width: 400px;
	top: 120px;
	text-decoration: none !important;
}
.m_cta.lsize.photo a {
	width: 400px;
	top: 148px;
	text-decoration: none !important;
}


/* イラスト複数パターン =========================================== */

.m_cta.illusta {
	width: 600px;
	margin: 20px auto;
}
.m_cta.illusta a {
	width: 400px;
	left: 16px;
	top: 120px;
	text-decoration: none !important;
}
.m_cta.lsize.illusta a {
	width: 400px;
	left: 32px;
	top: 169px;
	text-decoration: none !important;
}
.m_cta.illusta a:hover {
	background-color: #81d173;
	box-shadow: 0 4px 0 #79bd6a;
	opacity: 1;
}


/* イラスト一人パターン =========================================== */

.m_cta.illustb {
	width: 600px;
	margin: 20px auto;
}
.m_cta.illustb a {
	width: 400px;
	top: 120px;
	text-decoration: none !important;
}
.m_cta.lsize.illustb a {
	width: 400px;
	top: 153px;
	text-decoration: none !important;
}
.m_cta.illustb a:hover {
	background-color: #81d173;
	box-shadow: 0 4px 0 #79bd6a;
	opacity: 1;
}



@media screen and (max-width: 750px) {

	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block !important;
	}
	
	/* バイチューパターン =========================================== */

	.s_cta {
		margin: 20px auto 30px;
		padding: 20px 0 14px;
		text-align: center;
		background-color: #F4F4F4;
		color: #5C5C5C;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
	.s_cta.m20 {
		margin: 20px auto;
	}
	.s_cta p {
		font-size: 14px;
		line-height: 1;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.s_cta span.red {
		color: #f43e3e;
	}
	.s_cta a {
		display: block;
		width: calc(100% - 8vw);
		margin: 0 4vw;
		padding: 20px 0 18px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		background-color: #61c650;
		border-radius: 30px;
		box-shadow: 0 3px 0 #57ad45;
		position: relative;
	}
	.s_cta a::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 22px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.m_cta{
		position: relative;
		margin: 40px 0 30px;
	}
	.m_cta a {
		display: block;
		margin: 0 auto;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		color: #fff;
		background-color: #61c650;
		box-shadow: 0 4px 0 #57ad45;
		position: absolute;
		width: calc(100% - 8vw);
		padding: 5.2vw 0 4.9vw;
		font-size: 4.3vw;
		border-radius: 10vw;
		left: 4vw;
		top: calc(41vw + 20px);
	}
	.m_cta a:hover{
		opacity: 0.8;
	}
	.m_cta a::after{
		content: "";
		position: absolute;
		right: 6.8vw;
		top: 6vw;
		width: 2.2vw;
		height: 2.2vw;
		border-top: 3px solid #FFF;
		border-right: 3px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.m_cta.lsize {
		margin: 30px 0 0;
	}
	.m_cta.lsize a {
		display: block;
		margin: 0 auto;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		color: #fff;
		background-color: #61c650;
		box-shadow: 0 4px 0 #57ad45;
		position: absolute;
		width: calc(100% - 8vw);
		padding: 5.2vw 0 4.9vw;
		font-size: 4.3vw;
		border-radius: 10vw;
		left: 4vw;
		top: calc(41vw + 10px);
	}
	.m_cta.lsize a:hover{
		opacity: 0.8;
	}


	/* 人物パターン =========================================== */
	
	.m_cta.photo {
		width: 100%;
		margin: 20px 0;
	}
	.m_cta.photo a,
	.m_cta.lsize.photo a {
		width: calc(100% - 8vw);
		top: 39.3vw;
	}


	/* イラスト複数パターン =========================================== */
	
	.m_cta.illusta {
		width: 100%;
		margin: 20px 0;
	}
	.m_cta.illusta a,
	.m_cta.lsize.illusta a {
		width: calc(100% - 8vw);
		top: 39.3vw;
	}
	.m_cta.lsize.illusta a {
		left: 4vw;
	}

	/* イラスト一人パターン =========================================== */
	
	.m_cta.illustb {
		width: 100%;
		margin: 20px 0;
	}
	.m_cta.illustb a,
	.m_cta.lsize.illustb a {
		width: calc(100% - 8vw);
		top: 39.3vw;
	}

}

@media screen and (max-width: 320px) {
	.s_cta a { font-size: 14px;}
}
