@charset "UTF-8";
/*
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Dancing Script', cursive;
font-family: 'Work Sans', sans-serif;
*/


.CourseSoushin-title {
	
}

.CourseSoushin-content {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/0E9R3576.jpg);
	min-height: 550px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	background-position: 8% 46%;
}

.CourseSoushin-main {
	margin-top: 20px;
	margin-bottom: 20px;
}

.CourseSoushin-main-left {
	min-height: 500px;
}

.CourseSoushin-main-right {
	text-align: center ;
	color: white;
	line-height: 2em;
	padding: 30px;
}

.CourseSoushin-main-right h2{
	font-size: 4.0rem;
	margin-bottom: 35px;
}

.CourseSoushin-main-right p{
	
}

.CourseSoushin-main .Activate {
	background-repeat: no-repeat;
	background-size: cover;
	background-image:linear-gradient(180deg,rgba(255,255,255,0.00) 80%,rgba(255,97,97,1.00) 100%), url(../images/shinsanso_01.jpg);
	background-position: 34% 37%;
}

.CourseSoushin-main .Burn {
	background-repeat: no-repeat;
	background-size: cover;
	background-image:linear-gradient(180deg,rgba(255,255,255,0.00) 80%,rgba(145,142,140,1.00) 100%), url(../images/shinsanso_02.jpg);
	background-position: 64% 0%;
}

.CourseSoushin-main .Reduce {
	background-repeat: no-repeat;
	background-size: cover;
	background-image:linear-gradient(180deg,rgba(255,255,255,0.00) 80%,rgba(194,183,154,1.00) 100%), url(../images/0E9R3623.jpg);
	background-position: 78% 0%;
}

.Activate+.CourseSoushin-main-right  {
	background-color: rgba(255,97,97,1.00);
}

.Burn+.CourseSoushin-main-right  {
	background-color: rgba(145,142,140,1.00);
}

.Reduce+.CourseSoushin-main-right  {
	background-color: rgba(194,183,154,1.00);
}


@media screen and (min-width:992px){
.CourseSoushin-main .Activate {
	background-image:linear-gradient(90deg,rgba(255,255,255,0.00) 70%,rgba(255,97,97,1.00) 100%), url(../images/shinsanso_01.jpg);
}

.CourseSoushin-main .Burn {
	background-image:linear-gradient(90deg,rgba(255,255,255,0.00) 70%,rgba(145,142,140,1.00) 100%), url(../images/shinsanso_02.jpg);
}

.CourseSoushin-main .Reduce {
	background-image:linear-gradient(90deg,rgba(255,255,255,0.00) 70%,rgba(194,183,154,1.00) 100%), url(../images/0E9R3623.jpg);
}
}
