@charset "Shift_JIS";

/* -----------------------------------------
	汎用クラス
----------------------------------------- */
.note {
	margin-left: 1em;
	text-indent: -1em;
}

/* -----------------------------------------
	/otona/entry/index.html
----------------------------------------- */
#baseContainer .entry_appry {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#baseContainer .entry_appry .image {
	width: 250px;
	border: 1px solid #e2e2e2;
	margin-bottom: 40px;
}

#baseContainer .entry_appry .image a {
	padding: 30px 15px;
	display: block;
}

#baseContainer .entry_appry .image a:hover img {
	opacity: 0.7;
}

#baseContainer .entry_appry .text {
	width: calc(100% - 280px);
	margin-left: 30px;
	margin-bottom: 40px;
}

#baseContainer .entry_doc_request {
	max-width: 760px;
	margin: 0 auto;
	background: url(../img/bg_doc_request.png);
	padding: 20px 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

#baseContainer .entry_doc_request:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #ebeae6;
	border-right: 10px solid #fff;
	border-left: 10px solid #ebeae6;
	border-bottom: 10px solid #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

#baseContainer .entry_doc_request .image {
	width: 105px;
	margin-bottom: 0;
	margin-left: 20px;
}


#baseContainer .entry_doc_request .text {
	width: calc(100% - 155px);
	margin-left: 30px;
}

#baseContainer .entry_btn .middle {
	background: #00924f;
}
#baseContainer .entry_btn .zipang {
	background: #2c30b3;
}

#baseContainer .entry_btn .middle a,
#baseContainer .entry_btn .zipang a{
	font-weight: normal;
	padding: 10px 20px 10px 25px;
}

#baseContainer .middleForzipang {
	background-image: linear-gradient(#f4f4fa 50%, #e1e1f2 50%, #e1e1f2);
	background-size: 4px 4px;
	padding: 20px;
}
#baseContainer .middleForzipang .middleForzipang_box {
	max-width: 620px;
	margin: 0 auto;
}
#baseContainer .middleForzipang .middleForzipang_box a {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 30px;
	color: #333333;
	text-decoration: none;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

#baseContainer .middleForzipang .middleForzipang_box a:before {
	content: "";
	display: block;
	width: 3px;
	height: 7px;
	background: #3438ca;
	transform: skewX(45deg);
	position: absolute;
	top: -7px;
	bottom: 0;
	margin: auto;
	right: 10px;
}

#baseContainer .middleForzipang .middleForzipang_box a:after {
	content: "";
	display: block;
	width: 3px;
	height: 7px;
	background: #3438ca;
	transform: skewX(-45deg);
	position: absolute;
	top: 7px;
	bottom: 0;
	margin: auto;
	right: 10px;
}

#baseContainer .middleForzipang .middleForzipang_box a .card {
	width: 173px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

#baseContainer .middleForzipang .middleForzipang_box a .text {
	width: calc(100% - 203px);
	margin-left: 30px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 120%;
}

#baseContainer .middleForzipang .middleForzipang_box a .card li {
	max-width: 73px;
	position: relative;
}

#baseContainer .middleForzipang .middleForzipang_box a .card li:first-child:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid #d20202;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -30px;
}
#baseContainer .middleForzipang .middleForzipang_box a:hover {
	opacity: 0.7;
	background: #fff;
}
#baseContainer .middleForzipang .middleForzipang_box a:hover img {
	opacity: 1;
}

@media screen and (max-width: 640px) {
	/* -----------------------------------------
		/otona/entry/index.html
	----------------------------------------- */
	#baseContainer .entry_appry {
		display: block;
	}

	#baseContainer .entry_appry .image {
		width: 80%;
		margin: 0 auto 8%;
		border: 1px solid #e2e2e2;
	}
	#baseContainer .entry_appry .image a {
		padding: 10% 5%;
	}

	#baseContainer .entry_appry .text {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10%;
		padding-bottom: 3%;
		border-bottom: 1px dotted #d9d9d9;
	}

	#baseContainer .entry_doc_request {
		max-width: 100%;
		margin: 0 auto;
		padding: 10% 5% 5%;
		display: block;
	}

	#baseContainer .entry_doc_request .image {
		width: 45%;
		margin:0 auto 5%;
	}

	#baseContainer .entry_doc_request .text {
		width: 100%;
		margin-left: 0;
	}

	#baseContainer .entry_btn .middle a,
	#baseContainer .entry_btn .zipang a{
		padding: 3%;
	}

	#baseContainer .middleForzipang {
		padding: 8% 3%;
	}
	#baseContainer .middleForzipang .middleForzipang_box {
		max-width: 100%;
		margin: 0 auto;
	}
	#baseContainer .middleForzipang .middleForzipang_box a {
		padding: 3% 8% 3% 3%;
		color: #333333;
		text-decoration: none;
		position: relative;
		border-radius: 8px;
	}

	#baseContainer .middleForzipang .middleForzipang_box a:before {
		right: 3%;
	}

	#baseContainer .middleForzipang .middleForzipang_box a:after {
		right: 3%;
	}

	#baseContainer .middleForzipang .middleForzipang_box a .card {
		width: 18%;
		display: block;
		margin-bottom: 0;
	}

	#baseContainer .middleForzipang .middleForzipang_box a .text {
		width: 80%;
		margin-left: 5%;
		margin-bottom: 0;
		font-weight: bold;
		font-size: 120%;
	}

	#baseContainer .middleForzipang .middleForzipang_box a .card li {
		max-width: 100%;
		position: relative;
	}

	#baseContainer .middleForzipang .middleForzipang_box a .card li:first-child {
		margin-bottom: 30%;
	}

	#baseContainer .middleForzipang .middleForzipang_box a .card li:first-child:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 2.1vw solid #d20202;
		border-right: 2.1vw solid transparent;
		border-left: 2.1vw solid transparent;
		border-bottom: 2.1vw solid transparent;
		position: absolute;
		top: auto;
		margin: auto;
		right: 0;
		left: 0;
		bottom: -5.3vw;
	}
}


/* 2022.11 Add -------- */
.bl_entryBenefitsWrap {
	display: flex;
	flex-wrap: wrap;
	}
	.bl_entryBenefitsWrap > * {
		flex-basis: 18%;
		margin-left: 2.5%;
	}
	.bl_entryBenefitsWrap > *:nth-child(5n+1) { margin-left: 0; }
	.bl_entryBenefitsWrap > *:nth-child(n+6) { margin-top: 30px; }

.bl_entryBenefits {
	text-align: center;
	}
	.bl_entryBenefits-img > img {
		width: auto;
		max-width: 100px;
	}
	.bl_entryBenefits-img + .bl_entryBenefits-txt { margin-top: 1em; }
	.bl_entryBenefits-txt {
		font-size: 107.7%;
		margin-bottom: 0 !important;
	}

.bl_entryMethod {
	display: grid;
	grid-template-columns: 1.9fr 3fr;
	grid-template-rows: 1.3fr 3fr;
	grid-column-gap: 25px;
	}

	.bl_entryMethod-ttl { grid-area: 1 / 2 / 2 / 3; }
	.bl_entryMethod-img { grid-area: 1 / 1 / 3 / 2; }
	.bl_entryMethod-body { grid-area: 2 / 2 / 3 / 3; }

	.bl_entryMethod p { margin-bottom: 0 !important; }
	.bl_entryMethod-ttl {
		font-size: 130.8%;
		font-weight: bold;
	}
	.bl_entryMethod-img > img { width: 100%; max-width: 350px; }

	.bl_entryMethod-list > li {
		margin-top: .4em;
		padding-left: 30px;
		position: relative;
	}
	.bl_entryMethod-list > li:first-of-type { margin-top: 0; }
	.bl_entryMethod-list > li::before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #8e8456;
		position: absolute;
		left: 10px;
		top: calc((16px * 1.5 - 10px) / 2);
	}

.el_entryNonMember {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	}
	.el_entryNonMember > span {
		display: inline-block;
		margin-right: 15px;
		padding: .2em .6em .1em;
		font-size: 16px;
		font-weight: normal;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		background: #333;
	}

.bl_entryKbnTbl {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
	border: 2px #ccc solid;
	}
	.bl_entryKbnTbl > dt:first-of-type { grid-area: 1 / 1 / 2 / 2; }
	.bl_entryKbnTbl > dd:first-of-type { grid-area: 2 / 1 / 3 / 2; }
	.bl_entryKbnTbl > dt:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
	.bl_entryKbnTbl > dd:nth-of-type(2) { grid-area: 2 / 2 / 3 / 3; }

	.bl_entryKbnTbl p { margin-bottom: 0 !important; }

	.bl_entryKbnTbl > dt {
		padding: 1em 10px;
		font-size: 16px;
		font-weight: bold;
		background-color: #f5f4f0;
	}
	.bl_entryKbnTbl > dd {
		padding: 10px;
		border-top: 1px #ccc solid;
	}
	.bl_entryKbnTbl > dt:not(:first-of-type),
	.bl_entryKbnTbl > dd:not(:first-of-type) { border-left: 1px #ccc solid; }

	.bl_entryKbnTbl .middle { background-color: #00924f; }
	.bl_entryKbnTbl .zipang { background-color: #2c30b3; }

.bl_entryOtherTbl {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 20px;
	align-items: end;
	margin-top: 60px;
	text-align: center;
	}

	.bl_entryOtherTbl > dt:nth-of-type(1) { grid-area: 1 / 1 / 2 / 2; }
	.bl_entryOtherTbl > dd:nth-of-type(1) { grid-area: 2 / 1 / 3 / 2; }
	.bl_entryOtherTbl > dt:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
	.bl_entryOtherTbl > dd:nth-of-type(2) { grid-area: 2 / 2 / 3 / 3; }

	.bl_entryOtherTbl p { margin-bottom: 0 !important; }

	.bl_entryOtherTbl > dt {
		font-size: 16px;
		font-weight: bold;
	}

.bl_entrySwitchGuide {
	position: relative;
	overflow: hidden;
	}
	.bl_entrySwitchGuide::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #f3f5eb;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -2;
	}
	.el_entrySwitchGuideTtl {
		padding: .2em .8em .1em;
		font-size: 19px;
		font-weight: normal;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		text-align: center;
		background: rgb(47,116,30);
		background: linear-gradient(110deg, rgba(47,116,30,1) 0%, rgba(45,134,40,1) 100%);
	}
	.bl_entrySwitchGuideCont,
	.bl_entrySwitchGuideContact {
		width: 100%;
		max-width: 980px;
		margin: 90px auto 60px;
		padding: 0 15px;
		text-align: center;
		}
		.bl_entrySwitchGuideCont-ttl { font-size: 30px; }
		.bl_entrySwitchGuideCont-notes { text-align: center; margin-top: 10px; }
		.bl_entrySwitchGuideCont-lead { font-size: 18px; }
		.bl_entrySwitchGuideCont-strong {
			font-size: 1.55em;
			padding: 0 1em;
			background: rgb(255,227,114);
			background: linear-gradient(0deg, rgba(255,227,114,1) 0%, rgba(255,227,114,1) 60%, rgba(255,227,114,0) 60%);
		}
		.bl_entrySwitchGuideCont-img {
			position: absolute;
			top: 30px;
			z-index: -1;
			overflow: hidden;
		}
		.bl_entrySwitchGuideCont-address {
			display: flex;
			align-items: center;
			justify-content: center;
			}
			.bl_entrySwitchGuideCont-address > *:not(:first-child) { margin-left: 20px; }
			.bl_entrySwitchGuideCont-address address {
				font-style: normal;
				}
				.bl_entrySwitchGuideCont-address address > strong {
					font-size: 1.29em;
					font-weight: normal;
					vertical-align: middle;
				}
	.el_entrySwitchGuideBorder {
		margin: 0 auto;
		height: 0;
		border-top: 1px #2e741e dashed;
	}
	.bl_entrySwitchGuideContact {
		margin: 40px auto;
	}

.bl_entryQuestion {
	margin-top: 90px;
	}
	.bl_entryQuestionList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 16px;
		border-bottom: 1px #ccc solid;
		}
		.bl_entryQuestionList-dt,
		.bl_entryQuestionList-dd {
			flex-basis: 50%;
			padding: 30px 20px 30px 40px;
			border-top: 1px #ccc solid;
			position: relative;
			}
			.bl_entryQuestionList-dt::before,
			.bl_entryQuestionList-dd::before {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 30px;
				height: 30px;
				border-radius: 50%;
				border: 1px #7a6f38 solid;
				color: #7a6f38;
				font-size: 22px;
				font-weight: normal;
				font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
				line-height: 1;
				position: absolute;
				left: 0;
				top: calc(30px - (16px * 1.5 - 16px) / 2);
			}
		.bl_entryQuestionList-dt {
			font-weight: bold;
			}
			.bl_entryQuestionList-dt::before {
				content: "Q";
				color: #fff;
				background-color: #7a6f38;
			}
		.bl_entryQuestionList-dd {
			padding-left: 60px;
			padding-right: 0;
			}
			.bl_entryQuestionList-dd::before {
				content: "A";
				left: 20px;
			}
			.bl_entryQuestionList-dd .link02 > li:not(:first-child) {
				margin-top: .4em;
			}
			.bl_entryQuestionList-dd > p:last-of-type { margin-bottom: 0; }
			.bl_entryQuestionList-dd > .indent01 { font-size: 1.36rem; }



/* PC */
@media screen and (min-width: 981px) {
	.bl_entrySwitchGuideCont-img {
		right: calc(50% + 220px);
	}
}
/* Tablet */
@media screen and (max-width: 980px) {
	.bl_entrySwitchGuideCont-img {
		width: 46%;
		height: calc(100% - 30px);
		left: 0;
		overflow: hidden;
	}
	.bl_entrySwitchGuideCont-img > img {
		position: absolute;
		top: 0;
		right: 0;
	}
}
/* PC＆Tablet */
@media screen and (min-width:641px) {
	/* TELリンク無効 */
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		color: inherit;
		text-decoration: none;
	}
}
/* SP */
@media screen and (max-width: 640px) {
	.bl_entryBenefitsWrap > * {
		flex-basis: 48%;
		margin-left: 4%;
	}
	.bl_entryBenefitsWrap > *:nth-child(5n+1) { margin-left: 4%; }
	.bl_entryBenefitsWrap > *:nth-child(odd) { margin-left: 0; }
	.bl_entryBenefitsWrap > *:nth-child(n+6),
	.bl_entryBenefitsWrap > *:nth-child(n+3) { margin-top: 20px; }
	.bl_entryBenefits-img + .bl_entryBenefits-txt { margin-top: .4em; }

	.bl_entryMethod { display: block; }
	.bl_entryMethod-img { margin-top: 15px; text-align: center; }
	.bl_entryMethod-body { margin-top: 15px; }

	.el_entryNonMember { margin-bottom: 15px; }

	.bl_entryKbnTbl { display: block; }
	.bl_entryKbnTbl > dt:not(:first-of-type),
	.bl_entryKbnTbl > dd:not(:first-of-type) { border-left: none; }
	.bl_entryKbnTbl > dt:not(:first-of-type) { border-top: 1px #ccc solid; }

	.bl_entryOtherTbl { display: block; margin-top: 35px; }
	.bl_entryOtherTbl > dt:not(:first-of-type) { margin-top: 30px; }
	.bl_entryOtherTbl > dd { margin-top: 1em; }

	.bl_entrySwitchGuideCont {
		margin: 35px auto;
		padding: 0 10px;
		}
		.bl_entrySwitchGuideCont-ttl { font-size: clamp(25px, 4.92vw, 30px); }
		.bl_entrySwitchGuideCont-notes { text-align: left; }
		.bl_entrySwitchGuideCont-lead { font-size: clamp(15px, 2.95vw, 18px); }
		.bl_entrySwitchGuideCont-strong { padding: 0 .4em; }
		.bl_entrySwitchGuideCont-img {
			position: relative;
			top: auto;
			left: auto;
			width: 100%;
			padding: 10px 10%;
			}
			.bl_entrySwitchGuideCont-img > img {
				position: relative;
				right: auto;
				max-width: 300px;
			}
	.bl_entrySwitchGuideContact {
		margin: 20px auto;
		text-align: left;
		}
		.bl_entrySwitchGuideCont-address {
			display: block;
			}
			.bl_entrySwitchGuideCont-address > * { margin-left: 0 !important; }

	.bl_entryQuestion {
		margin-top: 50px;
		}
		.bl_entryQuestionList {
			display: block;
			}
			.bl_entryQuestionList-dt,
			.bl_entryQuestionList-dd {
				padding: 20px 0 20px 40px;
			}
			.bl_entryQuestionList-dt { padding-bottom: 0; }
			.bl_entryQuestionList-dd {
				border-top: none;
				}
				.bl_entryQuestionList-dt::before,
				.bl_entryQuestionList-dd::before {
					left: 0;
					top: calc(20px - (16px * 1.5 - 16px) / 2);
				}

}



/* -----------------------------------------
	/otona/entry/web.html
----------------------------------------- */
.contentsWrapper .admission_step > .admission_step01,
.contentsWrapper .admission_step > .admission_step02,
.contentsWrapper .admission_step > .admission_step03 {
	display: flex;
	justify-content: space-between;
}

.contentsWrapper .admission_step > li:not(:last-child) {
	position: relative;
	margin-bottom: 120px;
}

.contentsWrapper .admission_step > li:not(:last-child):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 30px solid #eeeeee;
	border-right: 70px solid transparent;
	border-bottom: 70px solid transparent;
	border-left: 70px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -140px;
	margin: 0 auto;
}

.contentsWrapper .admission_step > .admission_step01 .left,
.contentsWrapper .admission_step > .admission_step02 .left,
.contentsWrapper .admission_step > .admission_step03 .left {
	background: #eeeeee;
	border-radius: 8px;
	width: 199px;
	padding: 20px 25px;
}

.contentsWrapper .admission_step > .admission_step01 .rigth,
.contentsWrapper .admission_step > .admission_step02 .rigth,
.contentsWrapper .admission_step > .admission_step03 .rigth {
	width:calc(100% - 230px) ;
}

.contentsWrapper .btnArea {
	background-image: linear-gradient(#f5f0dc 50%, #fbfaf2 50%, #fbfaf2);
	background-size: 4px 4px;
	padding: 30px;
	margin-top: 30px;
	text-align: center;
}


.contentsWrapper .admission_step > .admission_step02 .admission_step02_list {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #e5e5e5;
}
.contentsWrapper .admission_step > .admission_step02 .admission_step02_list li {
	width: 50%;
	padding: 20px;
	text-align: center;
}

.contentsWrapper .admission_step > .admission_step02 .admission_step02_list li {
	border-left: 1px solid #e5e5e5;
}

.contentsWrapper .admission_step > .admission_step02 .admission_step02_list li:nth-child(1),
.contentsWrapper .admission_step > .admission_step02 .admission_step02_list li:nth-child(2){
	border-top: 1px solid #e5e5e5;
}

.contentsWrapper .admission_step > .admission_step02 .admission_step02_list li:nth-child(2n){
	border-right: 1px solid #e5e5e5;
}

.contentsWrapper .admission_step > .admission_step02 .admission_step02_list li {
	border-bottom: 1px solid #e5e5e5;
}


.contentsWrapper .admission_step > .admission_step03 .left p {
	position: relative;
}

.contentsWrapper .admission_step > .admission_step03 .left p .card {
	position: absolute;
	width: 54px;
	left: 29px;
	bottom: 15px;
}

.contentsWrapper .admission_step > .admission_step03 .left p .hand {
	position: absolute;
	left: 46px;
	bottom: 44px;
}



.contentsWrapper .admission_step > .admission_step03 .admission_step03_list {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	text-align: center;
	margin-top: 50px;
}

.contentsWrapper .admission_step > .admission_step03 .admission_step03_list .list01 .img {
	width: 80%;
	max-width: 152px;
	margin: 0 auto 20px;
}

.contentsWrapper .admission_step > .admission_step03 .admission_step03_list .list02 .img  {
	width: 100%;
	max-width: 152px;
	margin: 0 auto 20px;
}

.contentsWrapper .admission_step > .admission_step03 .admission_step03_list .list03 .img  {
	width: 100%;
	max-width: 70px;
	margin: 0 auto 20px;
}


.contentsWrapper .admission_step > .admission_step02_2,
.contentsWrapper .admission_step > .admission_step03_2 {
	background: #f5f3e9;
	padding: 40px;
	text-align: center;
}

.contentsWrapper .admission_step > .admission_step02_2 p,
.contentsWrapper .admission_step > .admission_step03_2 p {
	font-weight: bold;
	color: #7a6f38;
	font-size: 135%;
	margin-bottom: 0;
}



@media screen and (max-width: 640px) {
/* -----------------------------------------
	/otona/entry/web.html
----------------------------------------- */
	.contentsWrapper .admission_step > .admission_step01,
	.contentsWrapper .admission_step > .admission_step02,
	.contentsWrapper .admission_step > .admission_step03 {
		display: block;
		border: 2px solid #d9d9d9;
		border-radius: 8px;
	}

	.contentsWrapper .admission_step > li:not(:last-child) {
		position: relative;
		margin-bottom: 20%;
	}

	.contentsWrapper .admission_step > li:not(:last-child):after {
		left: 0;
		right: 0;
		bottom: -125px;
		margin: 0 auto;
	}

	.contentsWrapper .admission_step.web > .admission_step01 .left,
	.contentsWrapper .admission_step.web > .admission_step02 .left,
	.contentsWrapper .admission_step.web > .admission_step03 .left {
		background: #f5f3e9;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		width: 100%;
		padding: 5%;
	}

	.contentsWrapper .admission_step.web > .admission_step01 .left p {
		width: 67%;
		margin: 0 auto;
	}
	.contentsWrapper .admission_step.web > .admission_step02 .left p {
		width: 82%;
		margin: 0 auto;
	}
	.contentsWrapper .admission_step.web > .admission_step03 .left p {
		width: 100%;
		margin: 0 auto;
	}

	.contentsWrapper .admission_step > .admission_step01 .rigth,
	.contentsWrapper .admission_step > .admission_step02 .rigth,
	.contentsWrapper .admission_step > .admission_step03 .rigth {
		width: 100%;
		padding: 4%;
	}
	.contentsWrapper .btnArea {
		padding: 5% 3%;
	}

	.contentsWrapper .admission_step > .admission_step01 .btnArea {
		background-image: none;
		background-size: 0;
		padding: 0;
		margin-top: 5%;
		text-align: center;
	}


	.contentsWrapper .admission_step > .admission_step02 .admission_step02_list {
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #e5e5e5;
	}
	.contentsWrapper .admission_step > .admission_step02 .admission_step02_list li {
		width: 50%;
		padding: 4%;
		text-align: center;
	}

	.contentsWrapper .admission_step > .admission_step03 .left p {
		position: relative;
	}

	.contentsWrapper .admission_step > .admission_step03 .left p .card,
	.contentsWrapper .admission_step > .admission_step03 .left p .hand {
		display: none;
	}

	.contentsWrapper .admission_step > .admission_step03 .admission_step03_list {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: flex-start;
		text-align: center;
		margin-top: 50px;
	}

	.contentsWrapper .admission_step > .admission_step03 .admission_step03_list .list01,
	.contentsWrapper .admission_step > .admission_step03 .admission_step03_list .list02 {
		width: 49%;
	}

	.contentsWrapper .admission_step > .admission_step03 .admission_step03_list .list03 {
		width: 100%;
		margin-top: 5%;
	}


	.contentsWrapper .admission_step > .admission_step03 .admission_step03_list .list01 .img {
		width: 80%;
		max-width: 152px;
		margin: 0 auto 3%;
	}

	.contentsWrapper .admission_step > .admission_step03 .admission_step03_list .list02 .img  {
		width: 80%;
		max-width: 152px;
		margin: 0 auto 3%;
	}

	.contentsWrapper .admission_step > .admission_step03 .admission_step03_list .list03 .img  {
		width: 100%;
		max-width: 70px;
		margin: 0 auto 3%;
	}


	.contentsWrapper .admission_step.web > .admission_step02_2,
	.contentsWrapper .admission_step.web > .admission_step03_2 {
		border: 2px solid #d9d9d9;
		border-radius: 8px;
		padding: 5%;
	}

	.contentsWrapper .admission_step.web > .admission_step02_2 p,
	.contentsWrapper .admission_step.web > .admission_step03_2 p {
		font-weight: bold;
		font-size: 135%;
		margin-bottom: 0;
		font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	}
}


/* -----------------------------------------
	/otona/entry/post.html
----------------------------------------- */
.contentsWrapper .admission_step02_post_table {
	border: 2px solid #e5e5e5;
	width: 100%;
}

.contentsWrapper .admission_step02_post_table th {
	width: 25%;
}
@media screen and (max-width: 640px) {
	
	.sp_txtc {
		text-align: center;
	}
	.contentsWrapper .admission_step02_post_table th {
		width: 100%;
	}
}

.contentsWrapper .admission_step02_post_table tr th,
.contentsWrapper .admission_step02_post_table tr td {
	padding: 25px;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
	font-size: 115.4%;
}

.contentsWrapper .admission_step02_post_table tr th {
	background: #fffcf7;
	color: #7a6f38;
	text-align: center;
}

.contentsWrapper .admission_step02_post_table .textS {
	font-size: 80%;
	font-weight: normal;
	color: #d20202;
}

.contentsWrapper .admission_step02_post_table tr td h4 {
	margin-bottom: 20px;
}

.contentsWrapper .admission_step02_post_table .zipangOnly th {
	background: #f2f2fb;
	color: #0040a6;
}

.contentsWrapper .admission_step02_post_table .zipangOnly td h4,
.contentsWrapper .admission_step02_post_table .zipangOnly td .zipangtext{
	color: #0040a6;
}

.contentsWrapper .admission_step03_post_list {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

.contentsWrapper .admission_step03_post_list li {
	width: 30%;
	text-align: center;
	width: 200px;
}

.contentsWrapper .admission_step03_post_list .list01 .img,
.contentsWrapper .admission_step03_post_list .list02 .img {
	position: relative;
	display: block;
	min-height: 130px;
}
.contentsWrapper .admission_step03_post_list .list01 .img .middle,
.contentsWrapper .admission_step03_post_list .list02 .img .middle{
	max-width: 118px;
	width: 60%;
	position: absolute;
	top: 0;
	left: 0;
}
.contentsWrapper .admission_step03_post_list .list01 .img .zipang,
.contentsWrapper .admission_step03_post_list .list02 .img .zipang {
	max-width: 118px;
	width: 60%;
	position: absolute;
	top: 50px;
	right: 0;
}

.contentsWrapper .admission_step03_post_list .list03 img {
	width: 100%;
	max-width: 70px;
	margin: 0 auto ;
}


.contentsWrapper .zipang_h {
	color: #0040a6;
}
.contentsWrapper .zipang_h:before {
	background: #0040a6;
}

.contentsWrapper .admission_step03_post_list_zipang {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
}

.contentsWrapper .admission_step03_post_list_zipang li {
	width: 30%;
	text-align: center;
	width: 200px;
}


@media screen and (max-width: 640px) {
/* -----------------------------------------
	/otona/entry/post.html
----------------------------------------- */

	.contentsWrapper .admission_step.post > .admission_step01 .left,
	.contentsWrapper .admission_step.post > .admission_step02 .left,
	.contentsWrapper .admission_step.post > .admission_step03 .left {
		background: #f5f3e9;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		width: 100%;
		padding: 5%;
	}

	.contentsWrapper .admission_step.post > .admission_step01 .left p {
		width: 60%;
		margin: 0 auto;
	}
	.contentsWrapper .admission_step.post > .admission_step02 .left p {
		width: 100%;
		margin: 0 auto;
	}
	.contentsWrapper .admission_step.post > .admission_step03 .left p {
		width: 100%;
		margin: 0 auto;
	}


	.contentsWrapper .admission_step02_post_table {
		border: 1px solid #e5e5e5;
	}
	.contentsWrapper .admission_step02_post_table tr,
	.contentsWrapper .admission_step02_post_table tr th,
	.contentsWrapper .admission_step02_post_table tr td {
		display: block;
	}
	.contentsWrapper .admission_step02_post_table tr th,
	.contentsWrapper .admission_step02_post_table tr td {
		padding: 5%;
	}


	.contentsWrapper .admission_step03_post_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 50px;
	}

	.contentsWrapper .admission_step03_post_list .list01,
	.contentsWrapper .admission_step03_post_list .list02 {
		width: 45%;
	}
	.contentsWrapper .admission_step03_post_list .list03 {
		width: 100%;
		margin-top: 8%;
	}

	.contentsWrapper .admission_step03_post_list .list01 .img,
	.contentsWrapper .admission_step03_post_list .list02 .img {
		position: relative;
		display: block;
		min-height: 21vw;
	}
	.contentsWrapper .admission_step03_post_list .list01 .img .middle,
	.contentsWrapper .admission_step03_post_list .list02 .img .middle{
		max-width: 100%;
		width: 60% !important;
		position: absolute;
		top: 0;
		left: 0;
	}
	.contentsWrapper .admission_step03_post_list .list01 .img .zipang,
	.contentsWrapper .admission_step03_post_list .list02 .img .zipang {
		max-width: 100%;
		width: 60% !important;
		position: absolute;
		top: 25%;
		right: 0;
	}

	.contentsWrapper .admission_step03_post_list .list03 img {
		width: 100%;
		max-width: 70px;
		margin: 0 auto ;
	}

	.contentsWrapper .admission_step03_post_list_zipang {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 5%;
	}


	.contentsWrapper .admission_step03_post_list_zipang .list01,
	.contentsWrapper .admission_step03_post_list_zipang .list02 {
		width: 45%;
	}
	.contentsWrapper .admission_step03_post_list_zipang .list03 {
		width: 100%;
		margin-top: 8%;
	}

	.contentsWrapper .admission_step.post > .admission_step02_2,
	.contentsWrapper .admission_step.post > .admission_step03_2 {
		background: #f5f3e9;
		border: 2px solid #d9d9d9;
		border-radius: 8px;
		padding: 5%;
	}

	.contentsWrapper .admission_step.post > .admission_step02_2 p,
	.contentsWrapper .admission_step.post > .admission_step03_2 p {
		font-weight: bold;
		color: #7a6f38;
		font-size: 135%;
		margin-bottom: 0;
		font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	}
}

/* -----------------------------------------
	/otona/entry/post.html
----------------------------------------- */


@media screen and (max-width: 640px) {
/* -----------------------------------------
	/otona/entry/post.html
----------------------------------------- */

	.contentsWrapper .admission_step.byu > .admission_step01 .left,
	.contentsWrapper .admission_step.byu > .admission_step02 .left,
	.contentsWrapper .admission_step.byu > .admission_step03 .left {
		background: #f5f3e9;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		width: 100%;
		padding: 5%;
	}

	.contentsWrapper .admission_step.byu > .admission_step01 .left p {
		width: 100%;
		margin: 0 auto;
	}
	.contentsWrapper .admission_step.byu > .admission_step02 .left p {
		width: 60%;
		margin: 0 auto;
	}
	.contentsWrapper .admission_step.byu > .admission_step03 .left p {
		width: 60%;
		margin: 0 auto;
	}

	.contentsWrapper .admission_step.byu > .admission_step03 .left p.byu_title04 {
		width: 100%;
		margin: 0 auto;
	}
}


/* -----------------------------------------
	/otona/entry/rule.html
----------------------------------------- */

.heading02.rule_h:before {
	border-color: #00924f;
}

.contentsWrapper .ruleBox {
	height: 300px;
	overflow: scroll;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 20px;
}


.contentsWrapper .ruleBox .ruleBoxInner h2.heading03:before {
	border-color: #00924f;
}
.contentsWrapper .ruleBox .ruleBoxInner .contentsArea {
	margin-bottom: 40px;
}
.contentsWrapper .ruleBox .ruleBoxInner .contentsArea > p {
	margin-bottom: 20px;
}

.contentsWrapper .ruleBox .ruleBoxInner .ttl-h3 {
	font-size: 150%;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.contentsWrapper .ruleBox .ruleBoxInner .ttl-h3:before {
	content: "";
	display: block;
	width: 7px;
	height: 1.5em;
	background: #00924f;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px;
}

.ruleBox table {
	width: 100%;
	margin: 0 0 25px 0;
	border: solid 1px #CCC;
}

.ruleBox table th {
	text-align: left;
	padding: 6px;
	font-weight: normal;
	background: #7a6f38;
	color: #FFF;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

.ruleBox table td {
	padding: 6px;
	background: #FFF;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

.ruleBox h3.ttl-contact {
	background: #ccc;
	padding: 15px;
	font-size: 120%;
	margin-bottom: 20px;
}

.ruleBox dl dt {
	color: #7a6f38;
	font-weight: bold;
	margin-bottom: 10px;
}

.ruleBox dl dd {
	padding-left: 1em;
	margin-bottom: 15px;
}

.ruleBox .attention {
	color: #7a6f38;
	font-weight: bold;
}


.contentsWrapper .agree_btn {
	/*display: flex;
	justify-content: space-around;*/
}

.contentsWrapper .agree_btn li {
	margin: 0 auto 20px;
	width: 60%;
}

.contentsWrapper .agree_btn li:last-of-type {
	margin-bottom: 0;
}

.contentsWrapper .agree_btn li a {
	display: block;
	text-align: center;
	padding: 20px 40px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 140%;
	position: relative;
}

.contentsWrapper .agree_btn li.no a {
	background: #fff;
	color: #000;
	border: 2px solid #00924f;
}

.contentsWrapper .agree_btn li.no a:before {
	content: "";
	display: block;
	width: 3px;
	height: 8px;
	background: #00924f;
	transform: skewX(45deg);
	position: absolute;
	top: -8px;
	left: 20px;
	bottom: 0;
	margin: auto;
}

.contentsWrapper .agree_btn li.no a:after {
	content: "";
	display: block;
	width: 3px;
	height: 8px;
	background: #00924f;
	transform: skewX(-45deg);
	position: absolute;
	top: 8px;
	left: 20px;
	bottom: 0;
	margin: auto;
}

.contentsWrapper .agree_btn li.yes a {
	background: #00924f;
	color: #fff;
	border: 2px solid #00924f;
}

.contentsWrapper .agree_btn li.yes a:before {
	content: "";
	display: block;
	background: url(/otona/common/img/ico-window_w.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 18px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contentsWrapper .agree_btn li.no a:hover,
.contentsWrapper .agree_btn li.yes a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
/* -----------------------------------------
	/otona/entry/rule.html
----------------------------------------- */

	.contentsWrapper .ruleBox {
		margin-bottom: 10%;
		padding: 3%;
	}
	.contentsWrapper .ruleBox .ruleBoxInner .contentsArea {
		margin-bottom: 10%;
	}
	.contentsWrapper .ruleBox .ruleBoxInner .contentsArea > p {
		margin-bottom: 5%;
	}

	.contentsWrapper .ruleBox .ruleBoxInner .ttl-h3 {
		font-size: 2.0rem;
		margin-bottom: 5%;
		padding-left: 20px;
	}

	.ruleBox table {
		margin-bottom: 10%;
	}

	.contentsWrapper .agree_btn {
		display: block;
	}

	.contentsWrapper .agree_btn li {
		width: 100%;
		margin-bottom: 6%;
	}

	.contentsWrapper .agree_btn li a {
		padding: 5% 5% 5% 9%;
	}


	.contentsWrapper .agree_btn li.no a:before {
		top: -8px;
		left: 5%;
		bottom: 0;
		margin: auto;
	}

	.contentsWrapper .agree_btn li.no a:after {
		top: 8px;
		left: 5%;
		bottom: 0;
		margin: auto;
	}

	.contentsWrapper .agree_btn li.yes a:before {
		left: 3%;
		top: 0;
		bottom: 0;
		margin: auto;
	}





}


/* -----------------------------------------
	ジパングweb入会対応
----------------------------------------- */
/* お申し込み方法について */
.entry_noweb {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	justify-content: center;
}

.entry_noweb > .link02 {
	margin-bottom: 0;
}

.entry_noweb > .link02:not(:last-child) {
	margin-right: 60px;
}

@media screen and (max-width: 640px) {
	.entry_noweb {
		flex-direction: column;
	}
	
	.entry_noweb > .link02:not(:last-child) {
		margin-bottom: 1em;
		margin-right: 0;
	}
}

/* 黄色いボタン */
.btn_yellow {
	border-bottom: 1px solid #614c00;
	background-image: linear-gradient(to bottom, #ffe79d, #f6c007);
}

.btn_yellow a {
	display: flex;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #000;
	text-shadow: 0 1px 1px #fff;
	justify-content: center;
	align-items: center;
}

/* その他のご入会方法はこちらから - テキストリンクのみ */
.contentsWrapper .j_method-other {
	padding-top: 30px;
	padding-bottom: 30px;
}

.contentsWrapper .j_method-other .j_method_linkText {
	display: flex;
	justify-content: center;
}

.contentsWrapper .j_method-other .j_method_linkText .link02 {
	margin-bottom: 0;
}

.contentsWrapper .j_method-other .j_method_linkText .link02:not(:last-child) {
	margin-right: 120px;
}

@media screen and (max-width: 640px) {
	.contentsWrapper .j_method-other {
		padding-top: 8%;
		padding-bottom: 8%;
	}
	
	.contentsWrapper .j_method-other .j_method_linkText {
		flex-direction: column;
		align-items: center;
	}
	
	.contentsWrapper .j_method-other .j_method_linkText .link02:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1em;
	}
}

/* その他のご入会方法はこちらから - webボタンあり */
.j_method-web {
	display: flex;
	align-items: center;
}
.j_method-web .j_method_link {
	width: 50%;
}

.contentsWrapper .j_method-web .j_method_link > .web a {
	padding: 30px;
}

.j_method-web .j_method_linkText {
	margin-bottom: 0;
	margin-left: 40px;
}

.j_method-web .j_method_linkText > li:last-child p {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.j_method-web {
		flex-direction: column;
	}
	
	.j_method-web .j_method_link {
		width: 100%;
	}
	
	.contentsWrapper .j_method-web .j_method_link > .web a {
		padding: 8% 5%;
	}
	
	.j_method-web .j_method_linkText {
		margin-top: 6%;
		margin-left: 0;
		text-align: center;
	}
}

/* フレックスボックス */
.flexBox {
	display: flex;
}

.flexBox-campaign {
	justify-content: space-between;
}

.flexBox-campaign .copyGuard {
	width: 49.2%;
}

.flexBox_link {
	display: block !important;
}

.flexBox_image {
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	.flexBox {
		flex-direction: column;
	}
	
	.flexBox-campaign .copyGuard {
		width: 100%;
	}
}

