@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("https://static.icic.co.jp/6117/6475/3439/title.jpg");
	position: relative;
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	.intro {
		font-size: 14px;
		margin: 40px 0;
		color: #2566C0;
	}
	h3 {
		font-size: 28px;
		margin: 40px 0;
		border-bottom: 1px solid #444444;
		padding-bottom: 20px;
	}
	.attention {
		margin: 40px 0;
		text-align: center;

	}
	.thanks {
		font-size: 14px;
	}
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	.intro {
		font-size: 18px;
		margin: 40px 0;
		color: #2566C0;
	}
	h3 {
		font-size: 28px;
		margin: 40px 0;
		border-bottom: 1px solid #444444;
		padding-bottom: 20px;
	}
	.attention {
		margin: 40px 0;
		text-align: center;

	}
	.thanks {
		font-size: 16px;
	}
}