@charset "utf-8";

/*---------------------------------------------

2026追加スタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼コンテンツPC */
.minikome {font-size: 14px; font-size: 1.4rem;}

.dreamtitle {
	font-size: 27px; font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.dream47logo {
	text-align: center;
	margin-bottom: 15px;
}

.dreamtitle2 {
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.dream_list {text-align: center;}

.dream_list ul {
	font-size: 18px; font-size: 1.8rem;
	line-height: 200%;
	text-align: left;
	margin-bottom: 35px;
	display: inline-block;
	list-style: disc;
}

.dreamtitle3 {
	font-size: 27px; font-size: 2.7rem;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

}

@media print, screen and (max-width: 767px) {

/* ▼コンテンツSP */
.minikome {font-size: 3.2vw;}

.dreamtitle {
	font-size: 5.5vw;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3vw;
}

.dream47logo {
	text-align: center;
	margin-bottom: 3vw;
}

.dream47logo img {width: 50%;}

.dream_txt {
	font-size: 4vw;
	line-height: 180%;
	margin-bottom: 6vw;
}

.dreamtitle2 {
	font-size: 4.5vw;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3vw;
}

.dream_list ul {
	font-size: 4vw;
	line-height: 200%;
	text-align: left;
	padding-left: 8vw;
	margin-bottom: 8vw;
	display: inline-block;
	list-style: disc;
}

.dreamtitle3 {
	font-size: 4.5vw;
	line-height: 180%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10vw;
}

}
