@charset "UTF-8";

.top-cmt {
	position:absolute;
	bottom:100px;
	left:50%;
	width:1200px;
	margin-left:-600px;
}

.flex1 {
	flex:1;
}

.topcmt-left {
	width:550px;
	color:#fff;
	font-size:2.5em;
	text-shadow:0 0 10px #555;
	font-weight:500;
	line-height:1.3;
}

.topcmt-right {
	width:620px;
	color:#fff;
	font-size:1.2em;
	font-weight:500;
	text-shadow:0 0 10px #555;
	
}

.text1 {
	font-size:1.5em;
	font-weight:bold;
}

.faq {
	max-width:1000px;
	margin:20px auto;
	border:1px solid #999;
	padding:5px;
	cursor:pointer;
}

.faq-q {
	font-size:1.1em;
	font-weight:bold;
}

.faq-a {
	display:none;
	line-height:1.5em;
}


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

/* --- スマホ ------------------------------------------------------------------------ */
@media screen and (max-width: 575px) {
	
	.top-cmt {
		left:0;
		margin-left:10px;
		color:#fff;
		font-size:2.4em;
	}
	
	.text2 {
		font-size:1.7em;
	}
	
	
}
