@charset "UTF-8";
/* CSS Document */


/*トピックス　縁活 メインイメージ
---------------------------------------------------------------------------------------*/
.header-topics-enkatsu {
	position: relative; /* 相対位置指定 */
}
.header-topics-enkatsu .ttl-sub-enkatsu {
	font-size: 4px;
	font-family: "A-OTF Futo Go B101 Pro";
	color: rgb(238, 91, 175);
	font-weight:bold;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute; /* 絶対位置指定 */
	bottom: 5%;
	right: 15.333%;
	left: 15.333%;
}

@media screen and (min-width:375px) and ( max-width:519px) {
/*　画面サイズが375pxから519pxまではここを読み込む　*/
.header-topics-enkatsu .ttl-sub-enkatsu {
	font-size: 8px;
	font-family: "A-OTF Futo Go B101 Pro";
	color: rgb(238, 91, 175);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute; /* 絶対位置指定 */
	bottom: 5%;
	right: 15.333%;
	left: 15.333%;
}
}

@media screen and (min-width:520px) and ( max-width:767px) {
/*　画面サイズが520pxから767pxまではここを読み込む　*/
.header-topics-enkatsu .ttl-sub-enkatsu {
	font-size: 12px;
	font-family: "A-OTF Futo Go B101 Pro";
	color: rgb(238, 91, 175);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute; /* 絶対位置指定 */
	bottom: 5%;
	right: 23.333%;
	left: 23.333%;
}
}

@media screen and (min-width:768px) and ( max-width:991px) {
/*　画面サイズが768pxから991pxまではここを読み込む　*/
.header-topics-enkatsu .ttl-sub-enkatsu {
	font-size: 14px;
	font-family: "A-OTF Futo Go B101 Pro";
	color: rgb(238, 91, 175);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute; /* 絶対位置指定 */
	bottom: 5%;
	right: 23.333%;
	left: 23.333%;
}
}

@media screen and (min-width:992px) and ( max-width:1199px) {
/*　画面サイズが992pxから1199pxまではここを読み込む　*/
.header-topics-enkatsu .ttl-sub-enkatsu {
	font-size: 16px;
	font-family: "A-OTF Futo Go B101 Pro";
	color: rgb(238, 91, 175);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute; /* 絶対位置指定 */
	bottom: 5%;
	right: 27.333%;
	left: 27.333%;
}
}

@media (min-width: 1200px) { /*　画面サイズが1200pxからはここを読み込む　*/
.header-topics-enkatsu .ttl-sub-enkatsu {
	font-size: 20px;
	font-family: "A-OTF Futo Go B101 Pro";
	color: rgb(238, 91, 175);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute; /* 絶対位置指定 */
	bottom: 5%;
	right: 33.333%;
	left: 33.333%;
}
}
