@charset "UTF-8";

.top-cmt {
	position:absolute;
	top:0;
	left:50%;
	width:800px;
	height:100%;
	margin-left:-600px;
	display:flex;
	align-items:center;
	padding:0 80px;
	color:#fff;
}

.top-cmt .text1 {
	position:relative;
	font-size:2em;
	font-weight:bold;
	text-align:left;
	margin-bottom:1em;
	text-shadow:0 0 6px #000;
}

.top-cmt .text1 .bg-circle {
	position:absolute;
	top:-0.8em;
	left:-0.8em;
	width:2.4em;
	height:2.4em;
	border-radius:1.2em;
	background-color:rgba(255,30,30,0.1);
}

.top-cmt .text2 {
	font-size:1.2em;
	text-shadow:0 0 6px #000;
}


h2 > span {
	border-bottom:1px solid rgb(155,29,54);
	padding:0 0.6em 0.3em 0.6em;
}

.h2subtitle {
	color:rgb(155,29,54);
	font-size:1.1em;
	font-weight:bold;
	padding-top:0.9em;
}


/* --- パソコン ---------------------------------------------------------------------- */
@media screen and (min-width: 576px) {
	
	
	
}

/* --- スマホ ------------------------------------------------------------------------ */
@media screen and (max-width: 575px) {
	
	.top-cmt {
		display:block;
		left:0;
		width:100%;
		padding:0 5px;
		
	}
	
	.top-cmt .text1 {
		position:absolute;
		top:100px;
		width:100%;
		font-size:2em;
		font-weight:bold;
		text-align:left;
		margin-bottom:1em;
	}
	
	.top-cmt .text2 {
		position:absolute;
		left:0;
		top:180px;
		margin:0 auto;
		width: 100%;
		padding:10px;
		font-size:1.1em;
	}
	
}
