@charset "utf-8";
/* ========== */
.appli_item {
		background-color: #f5f8ff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
		margin-bottom: 30px;
		padding: 30px 0;
		overflow: hidden;
		border-radius: 10px;
		position: relative;
}
.appli_item::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 100%;
		background: #C9E0FD;
		pointer-events: none
}
.appli_hd {
		padding: 0 30px;
		padding-right: 50px;
		padding-left: 50px;
		position: relative;
		cursor: pointer
}
.appli_hd .appli_hd_trigger {
		position: absolute;
		top: 2px;
		right: 40px;
		display: flex;
		align-items: center;
}
.appli_hd_trigger span {
		color: #1F2A66;
		font-weight: 500;
		margin-right: 5px;
		font-size: 14px;
}
.appli_hd_trigger_icon {
		background-color: #005be4;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		position: relative;
}
.isOpen .appli_hd_trigger_icon {
		background-color: #1F2A66;
}
.appli_hd_trigger_icon::before, .appli_hd_trigger_icon::after {
		content: '';
		display: block;
		position: absolute;
		top: 11.5px;
		left: 8px;
		width: 8px;
		height: 1px;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		background: #fff;
}
.appli_hd_trigger_icon::after {
		transform: rotate(90deg)
}
.isOpen .appli_hd_trigger_icon::before {
		transform: rotate(180deg)
}
.isOpen .appli_hd_trigger_icon::after {
		opacity: 0
}
.appli_hd p {
		line-height: 1.8;
		font-weight: 700;
		font-size: 22px;
}
.appli_cont {
		margin-top: 10px;
		padding: 25px 30px 40px;
		padding-left: 50px;
		position: relative;
		display: none
}
.appli_cont .wp-block-table td, .appli_cont .wp-block-table th {
		border: none;
		padding: 0
}
.appli_cont table {
		width: 100%;
		border-top: 1px dotted #b2c1e5;
}
.appli_cont th, .appli_cont td, .appli_cont .wp-block-table th, .appli_cont .wp-block-table td {
		text-align: left;
		border-bottom: 1px dotted #b2c1e5;
		padding: 30px 0;
		line-height: 1.8;
}
.appli_cont th, .appli_cont .wp-block-table th {
		padding-left: 10px;
		width: 20%;
		font-weight: 700;
}
/* ========== */
.faq_item {
		background-color: #f5f8ff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
		margin-bottom: 30px;
		padding: 30px 0;
}
.faq_q {
		padding: 0 30px;
		padding-right: 50px;
		padding-left: 100px;
		position: relative;
		cursor: pointer
}
.faq_q .faq_q_trigger {
		position: absolute;
		top: 2px;
		right: 40px;
		background-color: #005be4;
		width: 24px;
		height: 24px;
		border-radius: 50%;
}
.faq_q_trigger::before, .faq_q_trigger::after {
		content: '';
		display: block;
		position: absolute;
		top: 11.5px;
		left: 8px;
		width: 8px;
		height: 1px;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		background: #fff;
}
.faq_q_trigger::after {
		transform: rotate(90deg)
}
.isOpen .faq_q_trigger::before {
		transform: rotate(180deg)
}
.isOpen .faq_q_trigger::after {
		opacity: 0
}
.faq_q p {
		line-height: 1.8;
		font-weight: 700;
		font-size: 16px;
}
.faq_a {
		margin-top: 25px;
		padding: 25px 30px 0;
		border-top: 1px dotted #B4CEEE;
		padding-left: 100px;
		position: relative;
		display: none
}
.faq_q::before, .faq_a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 35px;
		width: 42px;
		height: 42px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 42px;
		border-radius: 50%;
}
.faq_q::before {
		background-image: url("../images/mark_Q.png");
		top: -6px;
}
.faq_a::before {
		background-image: url("../images/mark_A.png");
		top: 20px;
}
.faq_a p {
		line-height: 1.8;
		margin: 0 0 1em;
		font-weight: 500;
}
.faq_a p:last-child {
		margin-bottom: 0;
}
@media(max-width: 960px) {
		.appli_hd {
				padding: 0 30px;
				padding-right: 50px;
				padding-left: 40px;
		}
		.appli_hd .appli_hd_trigger {
				top: 2px;
				right: 20px;
		}
		.appli_hd p {
				font-size: 18px;
		}
		.appli_cont {
				padding: 25px 40px 40px;
		}
		.appli_cont th, .appli_cont td, .appli_cont .wp-block-table th, .appli_cont .wp-block-table td {
				display: block;
				border: none;
				padding: 0;
				width: auto;
		}
		.appli_cont th, .appli_cont .wp-block-table th {
				padding-top: 15px;
				padding-bottom: 10px;
				font-size: 17px;
		}
		.appli_cont td, .appli_cont .wp-block-table td {
				padding-bottom: 15px;
				border-bottom: 1px dotted #b2c1e5;
		}
		.faq_q {
				padding: 0 20px;
				padding-right: 50px;
				padding-left: 60px;
		}
		.faq_q::before, .faq_a::before {
				top: 0;
				left: 15px;
				width: 34px;
				height: 34px;
				background-size: 34px;
		}
		.faq_a::before {
				top: 23px;
		}
		.faq_a {
				margin-top: 25px;
				padding-left: 60px;
		}
		.faq_q .faq_q_trigger {
				top: 2px;
				right: 20px;
		}
}
@media(max-width: 600px) {
		.faq_item {
				margin-bottom: 20px;
		}
		.faq_q p {
				font-size: 15px;
		}
		.faq_q {
				padding: 0 20px;
				padding-right: 40px;
				padding-left: 50px;
		}
		.faq_q::before, .faq_a::before {
				top: 0;
				left: 10px;
				width: 30px;
				height: 30px;
				background-size: 30px;
		}
		.faq_a::before {
				position: static;
				left: inherit;
				top: inherit;
				margin-bottom: 10px;
		}
		.faq_q .faq_q_trigger {
				top: 2px;
				right: 15px;
		}
		.faq_a {
				margin-top: 20px;
				padding-top: 25px;
				padding-left: 15px;
				padding-right: 15px;
		}
}