@charset "utf-8";
/* CSS Document */

* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/** ３つバナー　w719px ↓ ↓
================================================**/




#campaign_hashtag {
	width:80%;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
    line-height: 1;
	margin-bottom: 2px;
}
	

#campaign_hashtag a img {
	margin: 0;
	padding: 0;
}


#campaign_hashtag h1 {
	text-align: left;
	color: #525d66;
    font-weight: bolder;
    font-size: 160%;
	background-color: #fff;
	padding-bottom: 3px;
    line-height: 1.4;
}


#campaign_hashtag h2 {
	text-align: center;
	color: #ff2586 ;
    font-size: 200%;
    font-weight: bold; 
	background-color: #fff;
}


#campaign_hashtag h3 {
    text-align: left;
	font-size: 150%;
    font-weight: bold;
    line-height: 2; 
    color: #ff2586

}


#campaign_hashtag li {
    display: list-item;
	list-style-type: disc;
    color: #121212;
	font-size: 140%;
	padding-bottom: 3px;
    line-height: 1.5; 
}


#campaign_hashtag p {
	text-align: left;
	color: #121212;
	font-size: 140%;
	padding-bottom: 3px;
    line-height: 1.5; 
}


#campaign_hashtag resizeimage img { 
	width: 100%; }


#campaign_hashtag span {
	display: inline-block;
	width: 7em;
}


/*--------------------------
PC　641px以上の表示の場合
--------------------------*/
@media screen and (min-width:641px) {
#campaign_hashtag{
	width:100%;
}


#campaign_hashtag h1 {
	text-align: left;
    font-size: 170%;
	padding-bottom: 3px;
    line-height: 1.5;
}


#campaign_hashtag h2 {
    font-size: 170%;	
	
	
}

	
}
	
	
/*--------------------------
スマホ　640px以下の表示の場合
--------------------------*/
@media screen and (max-width:640px) {
#campaign_hashtag{
	width:100%;
}

#campaign_hashtag h1 {
    font-size: 130%;
	padding-bottom: 1px;
    line-height: 1.3;
}


#campaign_hashtag h2 {
	font-size: 140%;
	line-height: 1.2;
	font-weight: bold;
	background-color: #fff;
}

#campaign_hashtag p {
	font-size: 130%;
    line-height: 1.2; 
}