
/* common */

.mc-set img{
	background-image:url(../cast/img/re2024/zemba.jpg);
	background-repeat:no-repeat;
	border-radius:10px;
	margin-bottom:0.5rem;
}

.mc-tx{
	background-color:rgba(51,204,255,0.15);
	background-image:url(../img/re2024/bg-stmp01.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:33%;
	border-radius:10px;
	text-align:left;
	padding:0.5rem;
}

.mc-tx span{
	background-color:#33ccff;
	font-weight:500;
	color:#fff;
	text-align:center;
	display:block;
	border-radius:10px;
	margin-bottom:1rem;
}


.mc-tx p{margin:0 1rem 1rem 1rem;}



.sub-half{
	margin:0 auto;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sub-set{display:flex; flex-direction: column;}

.sub-p{
	background-repeat:no-repeat;
	border-radius:10px;
	margin-bottom:0.25rem;
}

/*
.sub-p1{background-image:url(../cast/img/re2024/komada.jpg);}
.sub-p2{background-image:url(../cast/img/re2024/karahashi.jpg);}
.sub-p3{background-image:url(../cast/img/re2024/sugiura.jpg);}
.sub-p4{background-image:url(../cast/img/re2024/nakanishi.jpg);}
*/

.sub-tx1, .sub-tx2, .sub-tx3{
	background-image:url(../img/re2024/bg-stmp01.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:33%;
	border-radius:10px;
	text-align:left;
	padding:0.5rem;
	flex-grow: 1;
}

.sub-tx1{background-color:rgba(31,204,190,0.15);}
.sub-tx2{background-color:rgba(11,217,131,0.15);}

.sub-tx1 span, .sub-tx2 span{
	font-weight:500;
	color:#fff;
	text-align:center;
	display:block;
	border-radius:10px;
	margin-bottom:1rem;
}

.sub-tx1 span{background-color:#1fccbe;}
.sub-tx2 span{background-color:#0bd983;}

.sub-set p{margin:0 0.7rem 0.7rem 0.7rem;}





/* pc */
@media all and (min-width: 768px) {

.mc-set{ margin:2.0rem auto; width:700px;}

.mc-tx span, .sub-set span{
	font-size:1.75rem;
	padding:0.75rem;
}

.mc-tx p, .sub-set p{ font-size:1.0rem; line-height:1.5rem;}

.sub-half{ margin:0 auto 2.0rem auto; width:700px;}
.sub-set{width:330px;}
.sub-set img{width:330px;}

}





/* smp */
@media all and (max-width: 767px) {

.mc-set{ margin:1rem auto;}

.mc-set img{
	width:100%;
	background-size:contain;
}

.mc-tx span{
	font-size:1.4rem;
	padding:0.5rem;
}

.mc-tx{font-size:0.8rem;}
.mc-tx p{line-height:1.2rem;}

.sub-half{width:100%;}
.sub-set{ margin:0.5rem auto;width:49.0%;}


.sub-set img, .sub-p{
	width:100%;
	background-size:contain;
}

.sub-set span{
	font-size:1.2rem;
	padding:0.5rem;
}

.sub-set p{font-size:0.7rem;}
.sub-set p{line-height:1.0rem;}


}
