@charset "UTF-8";
/*
 * cmn_style.css
 *
 */


/* !Base Fonts -------------------------------------------------------------- */
a {
	color: var(--main-color);
	text-decoration: none;
}
a:hover,
a:active,
a:focus { text-decoration: none;}

p { word-wrap: break-word;}

sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}

/* !Format ------------------------------------------------------------------ */
.sp-only{ display:none;}

@media screen and (max-width:1039px){
}
@media screen and (max-width:767px){
.sp-only{ display:block;}
}

.sp-none{ display: none;}
