@charset "UTF-8";

/*
==============================
▼▼▼ P）CTAの閉じるボタン消去
================================= */
#footer-sticky-nav > .p-footer-cta__close-btn {
	display :none !important;
}


/*
==============================
▼▼▼ P）タイトル文字
・.ppp >> h1指定
================================= */
.ppp h1 {
	font-size :1.7rem;	/* Default 1.66667rem 26.66667px 相当 */
	/*
	 color :blue;
	*/
}

/* タブレット）画面の横幅が 40em 以上 */
@media (min-width: 40em) {
	.ppp h1 {
		font-size :3rem;	/* Default 2rem 32px 相当 */
	/*
		color :yellow
	*/
	}
}
/* PC）画面の横幅が 64em 以上 */
@media (min-width: 64em) {
	.ppp h1 {
		font-size :4rem;	/* Default 2.5rem 40px 相当 */
	/*
		color :red;
	*/
	}
}

/* Default */
	/*
		h1 {
		  font-size: 26.66667px;
		  font-size: 1.66667rem;
		  line-height: 1.46154; }
		  @media (min-width: 40em) {
		    h1 {
		      font-size: 32px;
		      font-size: 2rem;
		      line-height: 1.38462; } }
		  @media (min-width: 64em) {
		    h1 {
		      font-size: 40px;
		      font-size: 2.5rem;
		      line-height: 1.30769; } }
	*/

/*
==============================
▼▼▼ P）バナー
div.office-ppp-banner-TB div.smb-items__banner__title > span.sme-highlighter > span {
================================= */
/* TB）画面の横幅が 64em 以上 */
div.office-ppp-banner-TB div.smb-items__banner__title span span {
	font-size :1rem !important;
	color :red;
}

/* SB）画面の横幅が 64em 以上 */
div.office-ppp-banner-SB div.smb-items__banner__title span span {
	font-size :2rem !important;
	color :blue;
}
