@charset "UTF-8";
.group {}
.group_title {}
.about {}
.about_title {}
.about_cols {
	display: flex;
}
.about_col {}
.about_col-no1 {
	width: 27.8%;
}
.about_image {}
.about_image > img {}
.about_col-no2 {
	width: 67.6%;
	margin-left: 4.6%;
}
.about_text {}
.about_headline {}
.about_tblWrap {}
.about_table {}
.about_table > thead {}
.about_table > thead > tr {}
.about_table > thead > tr > th {
	text-align: left;
	padding: 5px 10px;
	padding-left: 20px;
}
.about_table > tbody {}
.about_table > tbody > tr {}
.about_table > tbody > tr:first-child {}
.about_table > tbody > tr:last-child {}
.about_table > tbody > tr > th {
	text-align: left;
	padding: 12px 20px;
}
.about_table > tbody > tr > td {
	text-align: left;
	padding: 16px 20px;
}
.about_table > tbody > tr > td > b {
	color: #E73F4B;
	font-weight: normal;
}
.about_cauOList {
	list-style: none;
}
.about_cauOList > li {}
.about_cauOList > li:first-child {}
.about_cauOList > li:last-child {}
.about_cauOList > li:nth-child(2n+1) {}
.about_cauOList > li:nth-child(n+3) {}
.about_list {
	list-style: none;
	padding-left: 1.5em;
}
.about_list > li {}
.about_list > li:first-child {}
.about_list > li:last-child {}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.about_list-disc {
	list-style: disc;
	padding-left: 2.5em;
}
.about_list-disc > li {}
.about_oList {
	list-style: none;
	margin-top: 20px;
}
.about_oList > li {}
.about_oList > li:first-child {}
.about_oList > li:last-child {}
.about_oList > li:nth-child(2n+1) {}
.about_oList > li:nth-child(n+3) {}
.about_cauList {
	list-style: none;
}
.about_cauList > li {}
.about_cauList > li:first-child {}
.about_cauList > li:last-child {}
.about_cauList > li:nth-child(2n+1) {}
.about_cauList > li:nth-child(n+3) {}
.about_cauList > li > b {
	color: #E73F4B;
	font-weight: normal;
}
.entry {}
.entry_title {}
.entry_oList {
	list-style: none;
	counter-reset: number;
}
.entry_oList > li {
	counter-increment: number;
	padding: 24px 10px;
	position: relative;
	z-index: 1;
	padding-left: 19px;
	border-bottom: 1px #EBEBEB solid;
}
.entry_oList > li::before {
	content: counter(number)".";
	color: #0086CD;
	display: block;
	position: absolute;
	z-index: 1;
	top: 24px;
	left: 0;
}
.entry_oList > li:first-child {}
.entry_oList > li:last-child {}
.entry_oList > li:nth-child(2n+1) {}
.entry_oList > li:nth-child(n+3) {}
.entry_link {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.entry_link > a {}
.entry_link > a::before {
	content: "";
}
.entry_link > a::after {
	content: "";
}
.entry_link > a > .icon {}
.entry_box {
	border: #F4F6FC 20px solid;
	border-top: none;
	box-sizing: border-box;
}
.entry_headline {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 27px 10px;
	margin-bottom: 0;
}
.entry_headline > .icon {
	color: #0B4382;
	font-size: 20px;
	margin-right: 10px;
}
.entry_cols {
	display: flex;
	max-width: 970px;
	margin: 0 auto;
	padding: 30px 15px;
}
.entry_col {
	width: 48.5%;
}
.entry_col-no1 {}
.entry_dList {
	list-style: none;
	position: relative;
	z-index: 1;
	padding-left: 110px;
}
.entry_dList > dt {
	display: flex;
	height: 100%;
	position: absolute;
	z-index: 1;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #0B4382;
	font-size: 22px;
	font-weight: bold;
	border-radius: 12px;
	padding: 0 18px;
	top: 0;
	left: 0;
}
.entry_dList > dd {
	color: #0B4382;
	font-size: 20px;
	font-weight: bold;
	border: 1px #0B4382 solid;
	border-radius: 12px;
	height: 55px;
	text-align: center;
	margin-bottom: 10px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.entry_dList > dd:last-child {
	margin-bottom: 0;
}
.entry_dList > dd > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.entry_dList > dd > a::before {
	content: "";
}
.entry_dList > dd > a::after {
	content: "";
}
.entry_dList > dd > a > .icon {
	margin-right: 10px;
}
.entry_dList > dd > .icon {
	margin-right: 10px;
}
.entry_col-no2 {
	margin-left: 3%;
}
.cau {}
.cau_title {}
.cau_headline {}
.cau_text {}
.cau_faqLink {
	max-width: 280px;
	margin: 0 auto;
}
.cau_faqLink > a {}
.cau_faqLink > a::before {
	content: "";
}
.cau_faqLink > a::after {
	content: "";
}
.cau_faqLink > a > .icon {}
@media screen and (min-width:1000px) {
	.entry_link > a:hover {}
	.entry_dList > dd > a:hover {}
	.cau_faqLink > a:hover {}
}
@media screen and (max-width:999px) {
	.group {}
	.group_title {}
	.about {}
	.about_title {}
	.about_cols {}
	.about_col {}
	.about_col-no1 {}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {}
	.about_text {}
	.about_headline {}
	.about_tblWrap {}
	.about_table {}
	.about_table > thead {}
	.about_table > thead > tr {}
	.about_table > thead > tr > th {}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr:first-child {}
	.about_table > tbody > tr:last-child {}
	.about_table > tbody > tr > th {}
	.about_table > tbody > tr > td {
		padding: 10px 7px;
	}
	.about_table > tbody > tr > td > b {}
	.about_cauOList {}
	.about_cauOList > li {}
	.about_cauOList > li:first-child {}
	.about_cauOList > li:last-child {}
	.about_cauOList > li:nth-child(2n+1) {}
	.about_cauOList > li:nth-child(n+3) {}
	.about_list {}
	.about_list > li {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.about_list-disc {}
	.about_list-disc > li {}
	.about_oList {}
	.about_oList > li {}
	.about_oList > li:first-child {}
	.about_oList > li:last-child {}
	.about_oList > li:nth-child(2n+1) {}
	.about_oList > li:nth-child(n+3) {}
	.about_cauList {}
	.about_cauList > li {}
	.about_cauList > li:first-child {}
	.about_cauList > li:last-child {}
	.about_cauList > li:nth-child(2n+1) {}
	.about_cauList > li:nth-child(n+3) {}
	.about_cauList > li > b {}
	.entry {}
	.entry_title {}
	.entry_oList {}
	.entry_oList > li {
		padding: 16px 10px;
		padding-left: 15px;
	}
	.entry_oList > li::before {
		top: 16px;
	}
	.entry_oList > li:first-child {}
	.entry_oList > li:last-child {}
	.entry_oList > li:nth-child(2n+1) {}
	.entry_oList > li:nth-child(n+3) {}
	.entry_link {}
	.entry_link > a {}
	.entry_link > a::before {}
	.entry_link > a::after {}
	.entry_link > a > .icon {}
	.entry_box {
		border-width: 10px;
	}
	.entry_headline {}
	.entry_headline > .icon {}
	.entry_cols {}
	.entry_col {}
	.entry_col-no1 {}
	.entry_dList {
		padding-left: 80px;
	}
	.entry_dList > dt {
		font-size: 18px;
		padding: 0 10px;
	}
	.entry_dList > dd {
		font-size: 18px;
	}
	.entry_dList > dd:last-child {}
	.entry_dList > dd > a {}
	.entry_dList > dd > a::before {}
	.entry_dList > dd > a::after {}
	.entry_dList > dd > a > .icon {}
	.entry_dList > dd > .icon {}
	.entry_col-no2 {}
	.cau {}
	.cau_title {}
	.cau_headline {}
	.cau_text {}
	.cau_faqLink {}
	.cau_faqLink > a {}
	.cau_faqLink > a::before {}
	.cau_faqLink > a::after {}
	.cau_faqLink > a > .icon {}
}
@media screen and (max-width:767px) {
	.group {}
	.group_title {}
	.about {}
	.about_title {}
	.about_cols {
		display: block;
	}
	.about_col {
		width: 100%;
	}
	.about_col-no1 {
		max-width: 280px;
		margin: 0 auto 20px;
	}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {
		margin-left: 0;
	}
	.about_text {}
	.about_headline {}
	.about_tblWrap {}
	.about_table {}
	.about_table > thead {}
	.about_table > thead > tr {}
	.about_table > thead > tr > th {
		padding-left: 10px;
	}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr:first-child {}
	.about_table > tbody > tr:last-child {}
	.about_table > tbody > tr > th {
		padding: 6px 7px;
	}
	.about_table > tbody > tr > td {}
	.about_table > tbody > tr > td > b {}
	.about_cauOList {
		font-size: 12px;
	}
	.about_cauOList > li {}
	.about_cauOList > li:first-child {}
	.about_cauOList > li:last-child {}
	.about_cauOList > li:nth-child(2n+1) {}
	.about_cauOList > li:nth-child(n+3) {}
	.about_list {}
	.about_list > li {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.about_list-disc {}
	.about_list-disc > li {}
	.about_oList {
		margin-top: 10px;
	}
	.about_oList > li {}
	.about_oList > li:first-child {}
	.about_oList > li:last-child {}
	.about_oList > li:nth-child(2n+1) {}
	.about_oList > li:nth-child(n+3) {}
	.about_cauList {
		font-size: 12px;
	}
	.about_cauList > li {}
	.about_cauList > li:first-child {}
	.about_cauList > li:last-child {}
	.about_cauList > li:nth-child(2n+1) {}
	.about_cauList > li:nth-child(n+3) {}
	.about_cauList > li > b {}
	.entry {}
	.entry_title {}
	.entry_oList {}
	.entry_oList > li {
		padding: 10px 0px;
		padding-left: 15px;
	}
	.entry_oList > li::before {
		top: 10px;
	}
	.entry_oList > li:first-child {}
	.entry_oList > li:last-child {}
	.entry_oList > li:nth-child(2n+1) {}
	.entry_oList > li:nth-child(n+3) {}
	.entry_link {
		max-width: none;
	}
	.entry_link > a {}
	.entry_link > a::before {}
	.entry_link > a::after {}
	.entry_link > a > .icon {}
	.entry_box {}
	.entry_headline {
		padding: 15px 10px;
	}
	.entry_headline > .icon {
		font-size: 14px;
	}
	.entry_cols {
		display: block;
		max-width: none;
		padding: 15px 10px;
	}
	.entry_col {
		width: 100%;
	}
	.entry_col-no1 {
		margin-bottom: 15px;
	}
	.entry_dList {
		padding-left: 0;
	}
	.entry_dList > dt {
		font-size: 16px;
		padding: 10px 7px;
		border-radius: 6px;
		line-height: 1.3;
		position: static;
		margin-bottom: 5px;
	}
	.entry_dList > dd {
		font-size: 17px;
		margin-bottom: 6px;
		border-radius: 6px;
		height: 50p;
	}
	.entry_dList > dd:last-child {}
	.entry_dList > dd > a {}
	.entry_dList > dd > a::before {}
	.entry_dList > dd > a::after {}
	.entry_dList > dd > a > .icon {
		margin-right: 5px;
	}
	.entry_dList > dd > .icon {
		margin-right: 5px;
	}
	.entry_col-no2 {
		margin-left: 0;
	}
	.cau {}
	.cau_title {}
	.cau_headline {}
	.cau_text {}
	.cau_faqLink {
		max-width: none;
	}
	.cau_faqLink > a {}
	.cau_faqLink > a::before {}
	.cau_faqLink > a::after {}
	.cau_faqLink > a > .icon {}
}
