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


/* ============================
		tmpName
 ============================ */


.tmpName {
display: inline-block;
font-size: 2.4rem;
font-weight: bold;
margin-left: 0;
padding-left: 36px;
padding-top: 5px;
line-height: 40px;
color: #004480;
background-position: left center;
background-size: 25px auto;
/*background-image: url("module/other/images/icon_topics002.svg");*/
background-image: url("../../other/images/icon_topics002.svg");
background-repeat: no-repeat;
margin-top: 10px;
}
.tmpName > span {
display: inline-block;
background: linear-gradient(transparent 80%, #ccdae6 80%);
padding-left: 0.15em;
padding-right: 0.15em;
}

.tmpName > span > span {
display: inline-block;
position: relative;
top: -4px
}


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

	.tmpName {
	margin-left: 80px;
	}

}

@media screen and (min-width: 1440px) {

	.tmpName {
	margin-left: 0px;
	}

}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1023px) and (min-width: 768px){
}

/* for PC */
@media screen and (max-width: 1500px) and (min-width: 1024px){
}
@media screen and (min-width: 1024px) {
}

/* for Large PC */
@media screen and (min-width: 1501px) {
}


