@charset "UTF-8";
/* CSS Document */
/*抄録アプリ*/

/*トップ画像*/
.app_image {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.app_image img {
	width: 100%;
}

/*注意枠*/
.attention_block {
	width: 100%;
	border: 2px solid red;
	border-radius: 10px;
	background-color: #FFFCE8;
	padding: 0 10px;
}
.attention_block p {
	color: red;
	font-size: 15px;
}

/*QRコード*/
.qr_block {
	text-align: center;
}
.qr_block img {
	vertical-align: top;
	max-width: 150px;
	width: 100%;
}

/*数字リストタイトル*/
.step_title {
	font-size: 16px;
	font-weight: 600;
	padding-left: 1.5em;
	text-indent: -1.3em;
}

/*1文字落としブロック*/
.indent1_block {
	padding: 0 1em;
}
.indent1_block img {
	width: 100%;
	margin: 10px 0;
}

/*アプリダウンロードボタン*/
.download_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 220px;
}
.download_item .title {
	font-size: 14px;
	margin-bottom: 10px;
	text-align:center;
}

.link_btn {
	text-align: center;
}
.app_qr_block {
	width: 100%;
	text-align: center;
}
.app_qr_block img {
	width: 140px;
}

/*問い合わせ*/
.app_contact {
	width: 100%;
	padding-left: 1em;
	border-left: 4px solid #f39800;
}

