section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}

.section-1 .bg {
	position: relative;
	width: 100%;
	padding-top: 880px; 
	background-image: url(../images/recommand/26/sec_1_bg.png);
	background-position: center;
}
.section-1 .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-80%, -50%);
}
@media screen and (max-width: 1024px) {
	.section-1 .bg {
		padding-top: 45.83%;
		min-height: 300px;
		background-position: 60% 40%;
	}
	.section-1 .title {
		max-height: 144px;
	}
}
@media screen and (max-width: 640px) {
	.section-1 .bg {
	    min-height: 240px;
		background-position: 55% 50%;
	}
	.section-1 .title {
		transform: translate(-50%, -50%);
	}
	.section-1 .title {
		max-height: 86px;
	}
}



.section-2 .bg {
	padding: 150px 0;
	background-color: #583f73;
}
.section-2 .title {
}
.section-2 .content {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-top: 48px;
}
.section-2 .content .content-1 {
	float: left;
}
.section-2 .content .content-2 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 72px;
	transform: translate(-50%, 0);
}
.section-2 .content .content-3 {
	float: right;
}
@media screen and (max-width: 1024px) {
	.section-2 .bg {
		padding: 100px 0;
	}
	.section-2 .title {
		max-height: 105px;
	}
	.section-2 .content .content-1 {
		display: block;
		float: none;
		width: 50%;
		max-width: 450px;
		min-width: 240px;
		margin: 0 auto;
	}
	.section-2 .content .content-2 {
		display: block;
		position: relative;
		left: 0;
		width: 50%;
		max-width: 450px;
		min-width: 240px;
		margin: 24px auto 0 auto;
		transform: none;
	}
	.section-2 .content .content-3 {
		display: block;
		float: none;
		width: 50%;
		max-width: 450px;
		min-width: 240px;
		margin-top: 24px;
		margin: 24px auto 0 auto;
	}
}
@media screen and (max-width: 640px) {
	.section-2 .bg {
		padding: 72px 0;
	}
	.section-2 .title {
		max-height: 63px;
	}
}



.section-3 .bg {
	padding: 100px 0 150px 0;
	background-image: url(../images/recommand/1_6/1/check_patt.png);
}
.section-3 .title {
}
.section-3 .check-container {
	position: relative;
	max-width: 1024px;
	margin: 120px auto 0 auto;
	border-radius: 42px;
	box-shadow: 0 0 0 48px #000000;
}
.section-3 .check-container.cc2 {
	margin-top: 180px;
}
.section-3 .check-container .ob {
	position: absolute;
	top: -24px;
    left: 50%;
    transform: translate(-50%, 0);
}
.section-3 .check-container .notice {
	padding-top: 120px;
}
.section-3 .check-container .notice .text {
	margin-top: 1em;
	padding: 0 24px;
}
.section-3 .check-container .check-list {
	padding: 48px;
}
.section-3 .check-container .check-list li {
	display: inline-block;
	width: 100%;
	color: #3e3e3e;
	font-size: 1.375em;
	font-weight: 500;
}
.section-3 .check-container .check-list li:not(:first-child) {
	margin-top: 24px;	
}
.section-3 .check-container .check-list li .q {
	float: left;
	display: flex;
	flex-direction: row;
	width: calc(100% - 180px);
	text-align: left;
	word-break: keep-all;
}
.section-3 .check-container .check-list li .q .number {
	display: inline-block;
	margin-right: 8px;
	color: #008eb3;
}
.section-3 .check-container .check-list li .a {
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 180px;
}
.section-3 .check-container .check-list li .a label {
	cursor: pointer;
}
.section-3 .check-container .check-list li .a input[type="radio"] {
	margin: -4px 8px 0 8px;
	transform: scale(1.5);
}
@media screen and (max-width: 1024px) {
	.section-3 .bg {
		padding: 72px 0 120px 0;
	}
	.section-3 .title {
		max-height: 94px;
	}
	.section-3 .check-container {
		max-width: calc(100% - 96px);
		margin: 72px auto 0 auto;
		box-shadow: 0 0 0 24px #000000;
	}
	.section-3 .check-container.cc2 {
		margin-top: 120px;
	}
	.section-3 .check-container .ob {
		top: -12px;
		height: 62px;
	}
	.section-3 .check-container .nt {
		height: 58px;
	}
	.section-3 .check-container .notice {
		padding-top: 72px;
	}
	.section-3 .check-container .check-list {
		padding: 24px;
	}
	.section-3 .check-container .check-list li .q {
		width: 100%;
	}
	.section-3 .check-container .check-list li .a {
		float: right;
		margin-top: 24px;
	}
}
@media screen and (max-width: 640px) {
	.section-3 .bg {
		padding: 72px 0 88px 0;
	}
	.section-3 .title {
		max-height: 56px;
	}
	.section-3 .check-container {
		max-width: calc(100% - 72px);
		margin: 48px auto 0 auto;
		box-shadow: 0 0 0 16px #000000;
	}
	.section-3 .check-container.cc2 {
		margin-top: 72px;
	}
	.section-3 .check-container .ob {
		top: -8px;
		height: 48px;
	}
	.section-3 .check-container .notice {
		padding-top: 48px;
	}
	.section-3 .check-container .check-list li {
		font-size: 1em;
	}
	.section-3 .check-container .check-list li .a {
		width: 120px;
		margin-top: 12px;
	}
	.section-3 .check-container .check-list li .a input[type="radio"] {
		transform: scale(1.2);
	}
}



.section-4 .bg {
	padding: 120px 0;
	background-color: #f6f6f6;
}
.section-4 .title {
}
.section-4 .sub-title {
	margin: 48px 0;
	font-size: 50px;
	line-height: 1.2
}
.section-4 .sub-title span {
	color: #ff7a01;
	font-weight: 700;
}
.section-4 .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.section-4 .content img {
	max-width: 498px;
}
.section-4 .content .text {
	width: 680px;
	text-align: left;
	color: #3e3e3e;
	word-break: keep-all;
}
.section-4 .content .text .text-1 {
	font-family: serif;
	font-size: 2.5em;
	letter-spacing: -0.1em;
}
.section-4 .content .text .text-2 {
	margin-top: 48px;
	font-size: 1.5em;
	letter-spacing: -0.05em;
}
.section-4 .divider {
	display: inline-block;
	width: 1000px;
	margin: 48px 0;
	border-bottom: 1px dotted #c1c1c1;
	box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1024px) {
	.section-4 .bg {
		padding: 72px 0;
	}
	.section-4 .title {
		max-height: 96px;
	}
	.section-4 .sub-title {
		margin: 24px 0;
		font-size: 24px;
	}
	.section-4 .content {
		flex-direction: column;
	}
	.section-4 .content img {
		width: 50%;
		max-width: 498px;
		min-width: 240px;
	}
	.section-4 .content .text {
		width: 100%;
		text-align: center;
	}
	.section-4 .content .text .text-1 {
		font-size: 2em;
	}
	.section-4 .content .text .text-2 {
		margin-top: 24px;
		font-size: 1.25em;
	}
	.section-4 .divider {
		width: 75%;
		margin: 24px 0;
	}
}
@media screen and (max-width: 640px) {
	.section-4 .bg {
		padding: 48px 0;
	}
	.section-4 .title {
		max-height: 57px;
	}
	.section-4 .sub-title {
		margin: 20px 0;
		font-size: 18px;
	}
	.section-4 .content .text .text-1 {
		font-size: 20px;
	}
	.section-4 .content .text .text-2 {
		font-size: 1em;
	}
}



.section-5 .bg {
	padding: 120px 0;
}
.section-5 .title {
}
.section-5 .sub-title {
	margin: 36px 0;
	font-size: 50px;
	line-height: 1.2;
    letter-spacing: -0.03em;
}
.section-5 .sub-title span {
	display: inline-block;
	margin-left: 8px;
	text-align: left;
	font-size: 0.5em;
	font-weight: 700;
    vertical-align: top;
}
.section-5 .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto 0 auto;
	padding: 0 20px;
}
.section-5 .content > img {
	width: calc(100% - 600px);
	max-width: 506px;
}
.section-5 .content .text {
	width: 660px;
	text-align: left;
	color: #3e3e3e;
	word-break: keep-all;
}
.section-5 .content .text.c1_t {
	align-self: center;
}
.section-5 .content .text .progress {
	width: 600px;
	height: 80px;
	border-radius: 40px;
	background-color: #3d1f5d;
	line-height: 80px;
}
.section-5 .content .text .progress img {
	margin-left: 40px;
	vertical-align: middle;
}
.section-5 .content .text .desc {
	padding: 48px 0 0 40px;
	font-size: 30px;
	line-height: 1.4;
}
.section-5 .content .text .desc span.check {
	color: #3d1f5d;
	font-weight: 700;
}
.section-5 .content .text .progress-2 {
	width: 600px;
	height: 60px;
	margin: 36px 0;
	border-radius: 60px;
	background-color: #008eb3;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
    font-weight: 700;
}
.section-5 .content .text .desc-2 {
	width: 600px;
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 1024px) {
	.section-5 .bg {
		padding: 72px 0;
	}
	.section-5 .title {
		max-height: 95px;
	}
	.section-5 .sub-title {
		margin: 24px 0;
		font-size: 24px;
	}
	.section-5 .content {
		flex-direction: column;
		align-items: center;
	}
	.section-5 .content > img {
		width: 50%;
		max-width: 506px;
		min-width: 240px;
	}
	.section-5 .content > img.c2_i {
		align-self: center;
	}
	.section-5 .content .text {
		width: 100%;
		text-align: center;
	}
	.section-5 .content .text .progress {
		width: 440px;
		margin: 0 auto;
		height: 60px;
		border-radius: 30px;
		line-height: 60px;
	}
	.section-5 .content .text .progress img {
		margin-left: 0;
		height: 24px;
	}
	.section-5 .content .text .desc {
		display: inline-block;
		padding: 24px 0 0 0;
		text-align: left;
		font-size: 20px;
	}
	.section-5 .content .text .progress-2 {
		width: 440px;
		height: 40px;
		margin: 24px auto;
		border-radius: 20px;
		line-height: 40px;
		font-size: 18px;
	}
	.section-5 .content .text .desc-2 {
		width: 440px;
		margin: 0 auto;
		font-size: 15px;
	}
}
@media screen and (max-width: 640px) {
	.section-5 .bg {
		padding: 48px 0;
	}
	.section-5 .title {
		max-height: 57px;
	}
	.section-5 .sub-title {
		font-size: 18px;
	}
	.section-5 .content .text .progress {
		width: 100%;
		height: 40px;
		border-radius: 20px;
		line-height: 40px;
	}
	.section-5 .content .text .progress img {
		height: 20px;
	}
	.section-5 .content .text .desc {
		font-size: 16px;
	}
	.section-5 .content .text .progress-2 {
		width: 100%;
		font-size: 16px;
	}
	.section-5 .content .text .desc-2 {
		width: 100%;
		font-size: 13px;
	}
}



.section-6 .bg {
	padding: 120px 0;
	background-color: #f6f6f6;
}
.section-6 .title {
}
.section-6 .sub-title {
	margin: 48px 0;
	font-size: 50px;
	line-height: 1.2
}
.section-6 .sub-title span {
	color: #ff7a01;
	font-weight: 700;
}
.section-6 .sub-title span.ul {
	display: inline-block;
	border-bottom: 4px solid #ff7a01;
}
.section-6 .content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.section-6 .content .text {
	margin-top: 48px;
	text-align: center;
	color: #3e3e3e;
	font-size: 30px;
	word-break: keep-all;
}
.section-6 .content .text span {
	color: #3d1f5d;
	font-weight: 700;
}
.section-6 .content .text span.ul {
	display: inline-block;
	color: #3e3e3e;
	font-weight: 400;
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.section-6 .bg {
		padding: 72px 0;
	}
	.section-6 .title {
		max-height: 94px;
	}
	.section-6 .sub-title {
		margin: 24px 0;
		font-size: 24px;
	}
	.section-6 .sub-title span.ul {
		border-bottom: 2px solid #ff7a01;
	}
	.section-6 .content .text {
		margin-top: 24px;
		font-size: 20px;
	}
}
@media screen and (max-width: 640px) {
	.section-6 .bg {
		padding: 48px 0;
	}
	.section-6 .title {
		max-height: 54px;
	}
	.section-6 .sub-title {
		font-size: 18px;
	}
	.section-6 .sub-title span.ul {
		border-bottom: 1px solid #ff7a01;
	}
	.section-6 .content .text {
		font-size: 16px;
	}
}



.section-7 .bg {
	padding: 120px 0;
}
.section-7 .title {
}
.section-7 .sub-title {
	margin: 48px 0;
	font-size: 50px;
	line-height: 1.2
}
.section-7 .sub-title span {
	color: #ff7a01;
	font-weight: 700;
}
.section-7 .content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
.section-7 .content .about {
	margin-top: 48px;
}
.section-7 .content .about .introduce {
	width: 100%;
	height: 80px;
	border-radius: 40px;
	background-color: #008eb3;
	line-height: 80px;
}
.section-7 .content .about .introduce img {
	vertical-align: middle;
}
.section-7 .content .about .desc {
	text-align: left;
	font-size: 25px;
	line-height: 1.4;
}
.section-7 .content .about .list li.item {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 40px 0;
}
.section-7 .content .about .list li.item.reverse {
	flex-direction: row-reverse;
}
.section-7 .content .about .list li.item .text {
	width: 600px;
	padding: 0 24px;
	text-align: left;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	word-break: keep-all;
}
.section-7 .content .about .list li.item .text .subject {
	position: relative;
	color: #7ca0d2;
	font-weight: 700;
}
.section-7 .content .about .list li.item .text .subject::before {
    content: '';
    display: inline-block;
	position: absolute;
    top: 8px;
    left: -20px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #7ca0d2;
}
.section-7 .content .about .list li.item.reverse .text .subject::before {
	left: auto;
    right: -20px;
    background-color: #eb788c;
}
.section-7 .content .about .list li.item .text .subject::after {
	content: '';
    display: inline-block;
    position: absolute;
    z-index: -10;
    top: 12px;
    left: -20px;
    width: 127px;
    border-top: 3px solid;
    transform: translate(-100%, 0);
}
.section-7 .content .about .list li.item.reverse .text .subject::after {
	left: auto;
    right: -20px;
    transform: translate(100%, 0);
}

.section-7 .content .about .list li.item.reverse .text {
	text-align: right;
}
.section-7 .content .about .list li.item.reverse .text .subject {
	color: #eb788c;
}
.section-7 .content .about .list li.divider {
	border-bottom: 2px dotted #9f9f9f;
}
@media screen and (max-width: 1024px) {
	.section-76 .bg {
		padding: 72px 0;
	}
	.section-7 .title {
		max-height: 94px;
	}
	.section-7 .sub-title {
		margin: 24px 0;
		font-size: 24px;
	}
	.section-7 .content {
		padding: 0 20px;
	}
	.section-7 .content .about {
		margin-top: 24px;
	}
	.section-7 .content .about .introduce {
		height: 60px;
		border-radius: 30px;
		line-height: 60px;
	}
	.section-7 .content .about .introduce img {
		height: 30px;
	}
	.section-7 .content .about .desc {
		font-size: 20px;
	}
	.section-7 .content .about .list li.item {
		flex-direction: column;
	}
	.section-7 .content .about .list li.item.reverse {
		flex-direction: column;
	}
	.section-7 .content .about .list li.item img {
		width: 50%;
		max-width: 372px;
		min-width: 240px;
	}
	.section-7 .content .about .list li.item .text {
		width: 100%;
		padding: 24px 0 0 0;
		font-size: 20px;
	}
	.section-7 .content .about .list li.item.reverse .text {
		text-align: left;
	}
	.section-7 .content .about .list li.item .text .subject::before {
		display: none;
	}
	.section-7 .content .about .list li.item .text .subject::after {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.section-7 .bg {
		padding: 48px 0;
	}
	.section-7 .title {
		max-height: 54px;
	}
	.section-7 .sub-title {
		font-size: 18px;
	}
	.section-7 .content .about .introduce {
		height: 40px;
		border-radius: 20px;
		line-height: 40px;
	}
	.section-7 .content .about .introduce img {
		height: 24px;
	}
	.section-7 .content .about .desc {
		font-size: 16px;
	}
	.section-7 .content .about .list li.item .text {
		font-size: 16px;
	}
}



.section-8 .bg {
	padding-top: 150px;
	border-bottom: 16px solid #000000;
	background-color: #1f295d;
}
.section-8 .title {
}
.section-8 .content {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0 110px;
}
.section-8 .content .lp {
	position: absolute;
	top: 20%;
	left: 40%;
	transform: translate(-100%, 0);
	text-align: left;
	color: #ffffff;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.section-8 .content .rp {
	position: absolute;
	top: 20%;
	right: 40%;
	transform: translate(100%, 0);
	text-align: right;
	color: #ffffff;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.section-8 .content .lp span, .section-8 .content .rp span {
	color: #5068e6;
	font-weight: 400;
}
@media screen and (max-width: 1024px) {
	.section-8 .bg {
		padding-top: 100px;
	}
	.section-8 .title {
		max-height: 99px;
	}
	.section-8 .content .person {
		max-height: 301px;
	}
	.section-8 .content .lp {
		left: 45%;
		font-size: 24px;
	}
	.section-8 .content .rp {
		right: 45%;
		font-size: 24px;
	}
}
@media screen and (max-width: 640px) {
	.section-8 .bg {
		border-bottom: 8px solid #000000;
		padding-top: 72px;
	}
	.section-8 .title {
		max-height: 59px;
	}
	.section-8 .content {
		padding: 80px 20px 0 20px;
	}
	.section-8 .content .lp {
		top: 5%;
		left: 55%;
		font-size: 20px;
	}
	.section-8 .content .rp {
		top: 25%;
		right: 50%;
		font-size: 20px;
	}
}


.section-9 .bg {
	padding: 48px 0;
	background-color: #f6f6f6;
}
.section-9 .content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
.section-9 .content .item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 48px 0;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: -0.03em;
}
.section-9 .content .item .number {
	border-bottom: 2px solid #1f295d;
	color: #1f295d;
	font-weight: 700;
}
.section-9 .content .item p {
	width: 800px;
	padding: 0 24px;
	text-align: left;
	word-break: keep-all;
}
.section-9 .content .item p span {
	color: #1f295d;
	font-weight: 700;
}
.section-9 .content .item img {
	align-self: center;
}
.section-9 .content .divider {
	width: 100%;
	border-top: 2px solid #cccccc;
}
@media screen and (max-width: 1024px) {
	.section-9 .content .item {
		padding: 24px 0;
		font-size: 24px;
	}
	.section-9 .content .item img {
		height: 64px;
	}
}
@media screen and (max-width: 640px) {
	.section-9 .content {
		padding: 0 20px;
	}
	.section-9 .content .item {
		font-size: 18px;
	}
	.section-9 .content .item img {
		height: 48px;
	}
}



.section-10 .bg {
	padding: 72px 0;
}
@media screen and (max-width: 1024px) {
	.section-10 .content {
		padding: 48px 0;
	}
}



/* left banner */
@media screen and (max-width: 1800px) {
	.quick_menu.ican {
		visibility: hidden;
	}
}
.quick_menu.ican {
	width: auto;
	right: auto;
	left: 20px;
	margin-top: -200px;
	background-color: #ffffff;
}
.quick_menu.ican > img {
	width: 100%;
	margin: 0;
}
.quick_menu.ican .input-area {
	position: absolute;
	top: 155px;
	left: 108px;
}
.quick_menu.ican .input-area .name {
	display: block;
	width: 150px;
	height: 28px;
	border: 1px solid #e4e4e4;
	line-height: 28px;
}
.quick_menu.ican .input-area .center {
	display: block;
	width: 150px;
	height: 28px;
	margin-top: 10px;
	border: 1px solid #e4e4e4;
	line-height: 28px;
}
.quick_menu.ican .input-area .tel {
	display: block;
	width: 150px;
	height: 28px;
	margin-top: 10px;
	border: 1px solid #e4e4e4;
	line-height: 28px;
}
.quick_menu.ican .input-area .age {
	display: block;
	width: 150px;
	height: 28px;
	margin-top: 10px;
	border: 1px solid #e4e4e4;
	line-height: 28px;
}
.quick_menu.ican .input-area .yark {
	margin-top: 22px;
    margin-left: 62px;
}
.quick_menu.ican .submit {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 22px;
	width: 190px;
	height: 40px;
	transform: translate(-50%, 0);
	border-radius: 20px;
	text-indent: -99em;
	overflow: hidden;
}