@charset "utf-8";
/*///////////////////////////////////////
	神戸ストークス　プレミアムパートナーに就任しました。
	thankscard.html
	----------------------------
	1.PC表示設定
	2.スマホ表示設定
	※前半がPC設定、後半がSP設定になります。
//////////////////////////////////////*/

/*====================================
	1.PC表示設定
	※幅801px以上の全てのデバイスに適用
====================================*/
@media all and (min-width: 801px) {
.context {
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
.img_one-bright-kobe {
	text-align: center;
}
.img_one-bright-kobe img {
	width: 70%;
	margin-bottom: 30px;
}
.link {
	font-size: 14px;
}
.link a {
	text-decoration: underline;
}
.paragraph-link {
	margin-bottom: 25px;
	font-size: 14px;
}
}/* @media PC設定ここまで
-------------------------------------------------------------------- */

/*====================================
	2.スマホ表示設定
	※幅800px以下のデバイス全てに適用
====================================*/
@media all and (max-width: 800px) {
.img_one-bright-kobe img {
	margin-bottom: 30px;
}
.link {
	text-align: left;
	font-size: 0.875rem;
}
.link a {
	text-decoration: underline;
  word-wrap: break-word;
}
.paragraph-link {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

}/* @media スマホ設定ここまで
-------------------------------------------------------------------- */
