@charset "UTF-8";
/**
 * block.css
 */

/* ブロック表示
--------------------------------------------------------- */
.faq_block {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}
	.faq_block .text_wrap {
		padding: 16px;
		/* color: #333533; */
	}





/* faq_style
--------------------------------------------------------- */
.faq_style {
	margin: 0 0 20px 0;
}
	.faq_style .question {
	}
	.faq_style .question:before {
		content: "Q.";
	}
	.faq_style .answer {
	}
	.faq_style .answer:before {
		content: "A.";
	}
		.faq_style .answer a:hover {
			text-decoration: none;
		}

/* faq_style1
--------------------------------------------------------- */
.faq_style1 {
	padding: 20px;
}
	.faq_style1 .faq {
		padding-bottom: 26px;
	}
	.faq_style1 .faq:last-child {
		padding-bottom: 0;
	}
	.faq_style1 .question {
		border-bottom: dashed 1px #ddd;
		margin-bottom: 10px;
		padding-bottom: 4px;
	}
	.faq_style1 .question:before {
		content: "Q.";
		padding-right: 10px;
		color: #09c0e0;
		font-size: 1.2em;
	}
	.faq_style1 .answer {
		border-bottom: dashed 1px #ddd;
		margin-bottom: 10px;
		padding-bottom: 4px;
	}
	.faq_style1 .answer:before {
		content: "A.";
		padding-right: 10px;
		color: #f758ad;
		font-size: 1.2em;
	}
		.faq_style1 .answer a:hover {
			text-decoration: none;
		}

/* faq_style2
--------------------------------------------------------- */
.faq_style2 {
	padding: 24px;
	background: #f1f1f1;
}
	.faq_style2 .faq {
		padding-bottom: 32px;
	}
	.faq_style2 .faq:last-child {
		padding-bottom: 0;
	}
	.faq_style2 .question {
		padding-bottom: 10px;
		font-weight: bold;
		font-size: 1.1em;
	}
	.faq_style2 .question:before {
		content: "Q.";
		color: #09c0e0;
		padding-right: 10px;
	}
	.faq_style2 .answer {
		padding: 10px 30px;
	}
	.faq_style2 .answer:before {
		content: none;
	}
		.faq_style2 .answer a:hover {
			text-decoration: none;
		}

/* faq_style3
--------------------------------------------------------- */
.faq_style3 {
	padding: 20px;
}
	.faq_style3 .faq {
		padding-bottom: 26px;
	}
	.faq_style3 .faq:last-child {
		padding-bottom: 0;
	}
	.faq_style3 .question {
		background: #9cdfea;
		padding: 16px;
		margin-bottom: 10px;
	}
	.faq_style3 .question:before {
		content: "Q.";
		padding-right: 10px;
	}
	.faq_style3 .answer {
		padding: 16px;
	}
	.faq_style3 .answer:before {
		content: "A.";
		padding-right: 10px;
		color: #f758ad;
	}
		.faq_style3 .answer a:hover {
			text-decoration: none;
		}

/* faq_style4
--------------------------------------------------------- */
.faq_style4 {
	padding: 20px;
}
	.faq_style4 .faq {
		position: relative;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #ddd;
	}
	.faq_style4 .faq:first-child {
		border-top: 1px solid #ddd;
	}
	.faq_style4 .faq::before {
		position: absolute;
		top: 26px;
		right: 32px;
		display: block;
		width: 8px;
		height: 8px;
		margin: auto;
		content: '';
		transform: rotate(135deg);
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	.faq_style4 .open::before {
		transform: rotate(-45deg);
		top: 32px;
	}
		.faq_style4 .faq .question {
			position: relative;
			margin: 0;
			padding: 20px 10px 20px 60px;
			cursor: pointer;
			font-weight: bold;
			font-size: 16px;
		}
		.faq_style4 .faq .question::before {
			font-size: 20px;
			line-height: 1;
			position: absolute;
			top: 22px;
			left: 30px;
			display: block;
			content: 'Q.';
			color: #3285bf;
		}
		.faq_style4 .faq .answer {
			position: relative;
			display: none;
			height: auto;
			padding: 0 10px 20px 60px;
		}
		.faq_style4 .faq .answer::before {
			font-size: 20px;
			line-height: 1;
			position: absolute;
			top: 02px;
			left: 30px;
			display: block;
			content: 'A.';
			font-weight: bold;
			color: #f758ad;
		}
		.faq_style4 .answer a:hover {
			text-decoration: none;
		}





/* 編集画面でのブロック表示
--------------------------------------------------------- */
.block_edit_areas .faq_block {
	cursor: grab;
	user-select: none;
}
.block_edit_areas .faq_block .ql-editor {
	cursor: grab;
}

/* 設定
--------------------------------------------------------- */
.faq_block_setting_modal .field_items .faq_style_field label.radio_label {
	display: block;
	padding: 16px 24px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 16px;
	cursor: pointer;
}
	.faq_block_setting_modal .field_items .faq_style_field label.radio_label:hover {
		background: #f9f9f9;
	}
	.faq_block_setting_modal .field_items .faq_style_field label.radio_label.selected {
		border: 3px solid #2eb1c7;
	}
	.faq_block_setting_modal .faq_style_field .radio_label .faq_style {
		margin-top: 8px;
	}


/* レスポンシブ bootstrap4 v2
----------------------------------------------- */
/* モバイル（xs） iPhone 6,7,8 縦 */
@media (max-width: 575px) {
}
/* モバイル（sm）iPhone 6,7,8 横 */
@media (min-width: 576px) and (max-width: 767px) {
}
/* タブレット（md） iPad 縦 */
@media (min-width: 768px) and (max-width: 991px) {
}
/* タブレット（lg） iPad 横 iPad Pro 縦 */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* PC（xl）iPad Pro 横 */
@media (min-width: 1200px) {
}
