@charset "utf-8";

/* ============ [ページ]求人トップページ ============ */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:lighter;
	color:#515151;
}
body > h1 {
	position:absolute;
	bottom:calc(3em + 1em); /* フッター(コピーライト)の高さ3emプラスアルファ */
	left:0;
	font-size:0.6em;
	width:100%;
	text-align:center;
	z-index:10;
}



.layoutBox { /* 個別で変更あり */
	padding:2em 0 1em;
}
h2 {
	font-size:1.4em;
	margin-bottom:1.5em;
	text-align:center;
	font-weight:bold;
}
	h2 em {
		font-size:0.7em;
		display:block;
		letter-spacing:0.08em;
		font-family: 'Yantramanav', sans-serif;
		color:rgba(129,202,196,1);
	}

.layoutBox .text {
	padding:0 4%;
	margin-bottom:2em;
}
.pink {
	color:rgba(129,202,196,1);
}

#mainImage {
	padding:0;
	/*margin-bottom:2em;*/
}
#mainImage img {
	width:100%;
}

.layoutBox.topNav {
	display:flex;
	flex-wrap:wrap;
	padding-top:0;
}
.topNav li {
	background:url(../img/top_nav_bg.png) left top repeat;
	font-size:1.2em;
	line-height:1;
	width:50%;
	margin-bottom:0.1em;
	text-align:center;
}
.topNav li a {
	display:block;
	padding:1em 0;
	color:#ffffff;
}
.topNav li em {
	display:block;
	font-size:2em;
	font-weight:bold;
	letter-spacing:0.08em;
	font-family: 'Yantramanav', sans-serif;
}
@media only screen and (max-width: 480px) {

	.layoutBox.topNav { /* 1行の文字数により値を変更 */
		font-size:3.2vw;
	}

}

#reason {
	text-align:center;
}
#reason .slideArea {
	background-color:rgba(129,202,196,0.5);
	padding-bottom:2em;
	margin-bottom:2em;
}
#reason {
	text-align:center;
}
#reason .frame {
	position:relative;
	background-color:#ffffff;
	border-radius:1em;
	padding:3em 0;
	margin:2em 5%;
	overflow:hidden;
	z-index:0;
}
	#reason .sp-slides .sp-slide:nth-of-type(3) .frame {
		background:url(../img/top_reason03_bg.jpg) center center no-repeat;
		background-size:cover;
		color:#ffffff;
	}
	#reason .sp-slides .sp-slide:nth-of-type(5) .frame {
		background:url(../img/top_reason05_bg.jpg) center center no-repeat;
		background-size:cover;
		/*color:#999999;*/
		color:#ffffff;
	}
	#reason .frame img {
		width:25%;
	}
	#reason .frame h3 {
		font-size:1.1em;
		margin:0.8em 0 2em;
		color:rgba(129,202,196,1);
		font-weight:bold;
	}

#reason .frame.filter::after {
	content:"";
	position:absolute;
	top:1em; left:2em; right:2em; bottom:1em;
	border-radius:1em;
	/*width:100%;
	height:100%;*/
	margin:auto;
	background-color:rgba(0,0,0,0.4);
	z-index:-1;
}

@media only screen and (max-width: 480px) {

	#reason .frame { /* 1行の文字数により値を変更 */
		font-size:4vw;
	}

}
#reason .recommend {
	background-color:rgba(129,202,196,0.1);
	padding:2em 4% 1em;
}
#reason .recommend h3 {
	font-size:1.2em;
	margin-bottom:1.5em;
}
#reason .recommend h3 em {
	display:block;
	line-height:1.1;
	font-family: 'Damion', cursive;
	font-style:italic;
	color:rgba(129,202,196,1);
}
#reason .recommend ul {
}
#reason .recommend ul li {
	background:url(../img/icon_check.png) no-repeat;
	background-size:1.5em auto;
	background-position:left 0.2em;
	padding-left:2em;
	margin-bottom:1.8em;
	text-align:left;
}
	#reason .recommend ul li strong {
		display:block;
	}

#beginner {
}
#beginner .intro {
	background:url(../img/top_beginner_intro_bg.jpg) center top no-repeat;
	background-size:cover;
	padding:5em 6% 1em;
	margin-bottom:2em
}
	#beginner .intro p {
		background-color:rgba(129,202,196,0.7);
		border-radius:1em;
		padding:2em 5%;
		color:#ffffff;
	}

#beginner .support dl {
	padding-left:6%;
}
#beginner .support dl dt {
	display:flex;
	align-items: center;
}
	#beginner .support dl dt img {
		width:15%;
	}
	#beginner .support dl dt h3 {
		border-bottom:2px solid rgba(129,202,196,0.7);
		box-sizing:border-box;
		font-size:1.2em;
		width:calc(100% - 15%);
		padding-left:0.5em;
	}

#beginner .support dl dd {
	padding:1.5em 6% 2em 0;
}

#works p {
	background-color:rgba(129,202,196,0.1);
	padding:2em 5%;
}

#salary .amount {
	background-color:rgba(129,202,196,0.1);
	padding:2em 4% 1em;
	margin-bottom:3em;
}

#salary .amount .tabSelect {
	display: flex;
	justify-content: space-around;
	margin-bottom:3em;
}
#salary .amount .tabSelect li {
	position:relative;
	border-bottom:1px solid #b6b6b6;
	width: 45%;
	line-height:2;
	text-align: center;
	cursor: pointer;
	transition:.4s;
}
#salary .amount .tabSelect li.active {
	border-bottom:1px solid rgba(129,202,196,1);
	color:rgba(129,202,196,1);
	font-weight:bold;
}
	#salary .amount .tabSelect li::after { /* 三角矢印  */
		content:"";
		position:absolute;
		bottom:-1em;
		left:0; right:0;
		border-top:1px solid #b6b6b6;
		border-right:1px solid #b6b6b6;
		margin:auto;
		width:0.8em;
		height:0.8em;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		transition:.4s;
	}
	#salary .amount .tabSelect li.active::after { /* 三角矢印  */
		border-top:1px solid rgba(129,202,196,1);
		border-right:1px solid rgba(129,202,196,1);
		bottom:-1.4em;
	}

.tabSelection {
	display: flex;
	justify-content: space-around;
	margin-bottom:3em;
}
.tabSelection li {
	position:relative;
	border-bottom:1px solid #b6b6b6;
	width: 45%;
	line-height:2;
	text-align: center;
	cursor: pointer;
	transition:.4s;
}
.tabSelection li.active {
	border-bottom:1px solid rgba(129,202,196,1);
	color:rgba(129,202,196,1);
	font-weight:bold;
	cursor: inherit;
}
	.tabSelection li::after { /* 三角矢印  */
		content:"";
		position:absolute;
		bottom:-1em;
		left:0; right:0;
		border-top:1px solid #b6b6b6;
		border-right:1px solid #b6b6b6;
		margin:auto;
		width:0.8em;
		height:0.8em;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		transition:.4s;
	}
	.tabSelection li.active::after { /* 三角矢印  */
		border-top:1px solid rgba(129,202,196,1);
		border-right:1px solid rgba(129,202,196,1);
		bottom:-1.4em;
	}

#salary .amount .tabContent {
	box-sizing: border-box;
}
#salary .amount .tabContent li {
	display:none;
	transition:0.4s;
}
#salary .amount .tabContent li.show {
	display:block;
}
#salary .amount .tabContent dl {
	line-height:1.1;
	margin-bottom:1em;
	text-align:center;
	font-weight:bold;
}
	#salary .amount .tabContent dl dt {
		font-size:2em;
		color:rgba(129,202,196,1);
	}
	#salary .amount .tabContent dl dt em {
		font-size:1.5em;
		font-family: 'Yantramanav', sans-serif;
		font-weight:bold;
		letter-spacing:0;
	}
	#salary .amount .tabContent dl dd {
		font-size:2.5em;
	}
	#salary .amount .tabContent dl dd em {
		font-size:1.8em;
		font-family: 'Yantramanav', sans-serif;
		font-weight:bold;
		letter-spacing:0;
	}

.tabTarget {
	box-sizing: border-box;
}
.tabTarget li {
	display:none;
	transition:0.4s;
}
.tabTarget li.show {
	display:block;
}
#salary .amount .tabTarget dl {
	line-height:1.1;
	margin-bottom:1em;
	text-align:center;
	font-weight:bold;
}
	#salary .amount .tabTarget dl dt {
		font-size:2em;
		color:rgba(129,202,196,1);
	}
	#salary .amount .tabTarget dl dt em {
		font-size:1.5em;
		font-family: 'Yantramanav', sans-serif;
		font-weight:bold;
		letter-spacing:0;
	}
	#salary .amount .tabTarget dl dd {
		font-size:2.5em;
	}
	#salary .amount .tabTarget dl dd em {
		font-size:1.8em;
		font-family: 'Yantramanav', sans-serif;
		font-weight:bold;
		letter-spacing:0;
	}

#salary .treatment {
	position:relative;
	background-color:rgba(129,202,196,0.1);
	padding:2em 4% 1em;
	overflow:visible;
}
#salary .treatment > .icon {
	margin-bottom:1em;
	text-align:center;
}
	#salary .treatment > .icon img {
		width:15%;
	}

#salary .treatment h3 {
	font-size:1.2em;
	margin-bottom:1.5em;
	text-align:center;
	overflow:visible;
}
	#salary .treatment h3 em {
		display:block;
		line-height:1.1;
		font-family: 'Damion', cursive;
		font-style:italic;
		color:rgba(129,202,196,1);
	}

#salary .treatment dl {
	margin-bottom:1.5em;
}
#salary .treatment dl dt {
	background:url(../img/icon_dia.png) no-repeat;
	background-size:2em auto;
	background-position:left 0.2em;
	padding:0.1em 0.5em 0.7em 2.5em;
	color:rgba(129,202,196,1);
	font-weight:bold;
}
#salary .treatment dl dd .pointList2 {
	font-size:0.8em;
}
#salary .treatment dl dd a.banner {
	display:block;
	padding-top:1.5em;
}

#flow .step {
	background-color:rgba(129,202,196,0.1);
	padding:2em 6% 1em;
}
#flow .step li {
	margin-bottom:2em;
}
#flow .step li h3 {
	position:relative;
	font-size:1.2em;
	margin-bottom:0.7em;
	color:rgba(129,202,196,1);
	font-weight:bold;
}
	#flow .step li h3 span {
		display:block;
		background:url(../img/icon_top_flow_step.png) no-repeat;
		background-size:2.5em auto;
		background-position:left bottom;
		font-size:1.2em;
		line-height:1;
		color:#515151;
		font-family: 'Damion', cursive;
		font-style:italic;
	}
	#flow .step li h3 span em {
		font-size:1.5em;
	}

#flow .step li p {
	margin-bottom:1em;
}
#flow .step li p.image {
	width:55%;
	margin-left:auto;
	margin-right:auto;
}
#flow .step li .contactBox .form {
	margin-bottom:0.4em;
}
	#flow .step li .contactBox .form a {
		position:relative;
		display:block;
		background-color:#4da5ee;
		font-size:1.1em;
		padding:1em 0;
		text-align:center;
		color:#ffffff;
		font-weight:bold;
	}
	#flow .step li .contactBox .form a::after {
		content:"";
		position:absolute;
		top:0; right:2em; bottom:0;
		border-top:1px solid #ffffff;
		border-right:1px solid #ffffff;
		margin:auto;
		width:0.8em;
		height:0.8em;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
#flow .step li .contactBox .way {
	display:flex;
	justify-content:space-between;
}
#flow .step li .contactBox .way a {
	display:block;
	width:49%;
}

#flow #sal-step-box {
	background-color:rgba(129,202,196,0.1);
	padding:2em 6% 1em;
}
#flow .stepB .sal-step {
	margin-bottom:2em;
}
#flow .stepB .sal-step h3 {
	position:relative;
	font-size:1.2em;
	margin-bottom:0.7em;
	color:rgba(129,202,196,1);
	font-weight:bold;
}
	#flow .stepB .sal-step h3 span {
		display:block;
		background:url(https://sugoi-este.com/recruit/img/icon_top_flow_step.png) no-repeat;
		background-size:2.5em auto;
		background-position:left bottom;
		font-size:1.2em;
		line-height:1;
		color:#515151;
		font-family: 'Damion', cursive;
		font-style:italic;
	}
	#flow .stepB .sal-step h3 span em {
		font-size:1.5em;
	}

#flow .stepB .sal-step p {
	margin-bottom:1em;
}
#flow .stepB .sal-step p.image {
	width:55%;
	margin-left:auto;
	margin-right:auto;
}
#flow .stepB .sal-step .contactBox .form {
	margin-bottom:0.4em;
}
	#flow .stepB .sal-step .contactBox .form a {
		position:relative;
		display:block;
		background-color:#4da5ee;
		font-size:1.1em;
		padding:1em 0;
		text-align:center;
		color:#ffffff;
		font-weight:bold;
	}
	#flow .stepB .sal-step .contactBox .form a::after {
		content:"";
		position:absolute;
		top:0; right:2em; bottom:0;
		border-top:1px solid #ffffff;
		border-right:1px solid #ffffff;
		margin:auto;
		width:0.8em;
		height:0.8em;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

#flow .stepB .sal-step .contactBox .way {
	display:flex;
	justify-content:space-between;
}
	#flow .stepB .sal-step .contactBox .way a {
		display:block;
		width:49%;
	}

#flow.test {
	padding-bottom:0;
}
#staff {
padding-top:0;
}
#staff .content {
	background-color:rgba(129,202,196,0.1);
	padding:2em 2%;
}

#staff ul.tabSelect {
	display:table;
	width:100%;
	height:4.5em;
	/*margin-bottom:1.5em;*/
}
#staff ul.tabSelect li {
	display:table-cell;
	border:1px solid rgba(129,202,196,1);
	width:50%;
	/*font-size:0.8em;*/
	line-height:1.2;
	padding:0.7em 0;
	text-align:center;
	vertical-align:middle;
	color:rgba(129,202,196,1);
	transition:.2s;
	cursor:pointer;
}
	#staff ul.tabSelect li:first-child {
		border-right:0;
}
	#staff ul.tabSelect li.active {
		background-color:#ffffff;
		border-bottom:1px solid #ffffff;
		color:rgba(129,202,196,1);;
		cursor:inherit;
	}

#staff ul.targetContent li {
	background-color:#ffffff;
	border-left:1px solid rgba(129,202,196,1);
	border-right:1px solid rgba(129,202,196,1);
	border-bottom:1px solid rgba(129,202,196,1);
}
#staff ul.targetContent li {
	padding:1.5em 4%;
	display:none;
}
	#staff ul.targetContent li.show {
		display:block;
	}
	#staff ul.targetContent li .map {
	}


#staff ul.targetContent li .manager .photo {
	width:30%;
	margin:0 auto 1.5em;
}
#staff ul.targetContent li .manager .managerDiary {
	padding-top:1.5em;
	text-align:center;
}

#staff ul.targetContent li .waitingPlace {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#staff ul.targetContent li .waitingPlace .photo {
	width:49%;
	margin:0 auto 0.5em;
}
#staff ul.targetContent li .waitingPlace .photo p {
	padding-top:0.5em;
}

#access .content {
	background-color:rgba(129,202,196,0.1);
	padding:2em 2% 1em;
}

#access .content h3 {
	margin-bottom:1.3em;
	text-align:center;
	color:rgba(129,202,196,1);
	font-weight:bold;
}
#access .content h3:nth-of-type(2) {
	margin-top:2em;
}
#access ul.placeSelect {
	display:table;
	width:100%;
	height:4.5em;
	margin-bottom:1.5em;
}
#access ul.placeSelect li {
	display:table-cell;
	border:1px solid rgba(129,202,196,1);
	width:50%;
	font-size:0.8em;
	line-height:1.2;
	padding:0.7em 0;
	text-align:center;
	vertical-align:middle;
	color:rgba(129,202,196,1);
	transition:.2s;
	cursor:pointer;
}
	#access ul.placeSelect li.active {
		background-color:rgba(129,202,196,1);
		color:#ffffff;
		cursor:inherit;
	}

#access ul.mapContent li {
	display:none;
}
#access ul.mapContent li.show {
	display:block;
}
#access ul.mapContent li .map {
}
#access ul.mapContent li .map iframe {
	width:100%;
	height:17em;
}
#access .content > p {
	font-size:0.8em;
	padding:1em 5% 0;
}

#access .content .shopAccessLink {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 4%;
}
#access .content .shopAccessLink li {
	/*border:1px solid #81cac4;*/
	border-radius:0.3em;
	background-color:#81cac4;
	width:48%;
	margin-bottom:0.8em;
}
	#access .content .shopAccessLink li a {
		font-size:0.9em;
		display:block;
		padding:0.6em 0;
		text-align:center;
		color:#ffffff;
	}
	#access .content .shopAccessLink li a em {
		font-size:1.5em;
		line-height:1.2;
		display:block;
		font-weight:bold;
	}

#access .content > p.info {
	font-size:1.2em;
	padding:0;
	margin-bottom:1.5em;
	text-align:center;
}

#voice-pv .content {
	background:#C0E4E1;
	padding:2em 5%;
}
#voice-pv .content #recruit_top-pv {
	padding:1em 5%;
}
#voice-pv .videoContainer {
	margin:0 auto 2em;
}
#recruit_top-pv.layoutBox .videoContainer {
	width:100%;
	margin:0 auto 2em;
	text-align:center;
}
#recruit_top-pv.layoutBox .videoContainer .videoFlame {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 56.25% 0 0;
}
#recruit_top-pv.layoutBox .videoContainer .videoFlame video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sp-slide video {
	width:100%;
}


#voice .content {
	background-color:rgba(129,202,196,0.1);
	padding:2em 5% 1em;
}
#voice ul li {
	position:relative;
	background-color:#ffffff;
	padding:5em 4% 3em;
	margin-top:7em;
}
	#voice ul li::before { /* 線の装飾左上 */
		content:"";
		position:absolute;
		top:0.5em; left:0.5em;
		border-top:1px solid #515151;
		border-right:1px solid #515151;
		margin:auto;
		width:4em;
		height:4em;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#voice ul li::after { /* 線の装飾m右下 */
		content:"";
		position:absolute;
		bottom:0.5em; right:0.5em;
		border-top:1px solid #515151;
		border-right:1px solid #515151;
		margin:auto;
		width:4em;
		height:4em;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#voice ul li .image {
		width:50%;
		margin:-10em auto 1.5em;
		text-align:center;
	}
	#voice ul li .image span {
		display:block;
		font-size:0.8em;
		padding-top:0.5em;
	}
	#voice li h3 {
		margin-bottom:1.3em;
		text-align:center;
		color:rgba(129,202,196,1);
		font-weight:bold;
	}

.formLink {
	padding:0 6%;
	text-align:center;
}
	.formLink a {
		display:block;
		border:1px solid #a7a7a7;
		border-radius:1em;
		font-size:1.2em;
		padding:1.5em 0;
		margin-top:2em;
		color:#545454;
		animation: formLink 1s ease-in-out infinite alternate; /* 色変化設定 */
	}
	/* 色変化設定 */
	@keyframes formLink {
		0% {background:rgba(167,167,167,0); color:#545454; border:1px solid #e4e4e4;}
		100% {background:rgba(95,186,255,0.5); color:#454545; border:1px solid #e4e4e4;}
	}

.linkButtonRecruit {
	display:block;
	display:flex;
	flex-wrap:wrap;
	/*justify-content:space-between;*/
	justify-content:center;
	width:90%;
	margin:3em auto 0;
	text-align:center;
}
	.linkButtonRecruit li {
		width:46%;
		margin:1em 1% 0;
	}
	.linkButtonRecruit li a {
		display:block;
		border:1px solid #515151;
		box-sizing:border-box;
		font-size:0.8em;
		line-height:1.3;
		padding:0.5em 2.5em;
		color:#515151;
	}

.footContents {
	padding:2em 3% 1em;
}
.footContents > dl {
	margin-bottom:1em;
}
.footContents dl dt {
	position:relative;
}

.footContents > dl > dt {
	display:flex;
	justify-content:space-between;
	line-height:1.3;
	margin-bottom:0.5em;
	cursor:pointer;
}
.footContents > dl > dt span:first-child {
	font-size:1.2em;
}
.footContents > dl > dt span:last-child {
	padding-right:2em;
}
.footContents > dl > dd {
	padding:1em 0;
}

.footContents dl.faq dl {
	margin-bottom:0.2em;
}
.footContents dl.faq dd dt {
	background-color:#f7f4ef;
	border-radius:0.5em;
	padding:1em 3em 1em 3em;
	cursor:pointer;
}
.footContents dl.faq dd dt::before { /* Q */
	content:"Ｑ";
	position:absolute;
	top:0.4em; left:1em;
	font-size:1.3em;
	color:#ac905e;
	font-weight:bold;
}
.footContents dl.faq dd dd {
	padding:1em;
}

.footContents > dl > dt::after { /* 外枠アコーディオン */
	content:"+";
	position:absolute;
	top:0; right:0; bottom:0;
	font-size:1.1em;
	margin:auto;
	color:#ac905e;
	font-weight:bold;
	transition:0.2s;
}
.footContents dl.faq dd dt::after { /* faq */
	content:"+";
	position:absolute;
	top:0.7em; right:1em; bottom:inherit;
	font-size:1.1em;
	margin:auto;
	color:#ac905e;
	font-weight:bold;
	transition:0.2s;
}
.footContents > dl.open > dt::after {
	transform:rotate(315deg);
}
.footContents dl.faq dl.open dt::after { /* faq */
	transform:rotate(315deg);
}

.footContents dl.requirment > dd {
	background-color:#f5f5f5;
	border-radius:0.5em;
	padding:1em;
}
.footContents dl.requirment > dd dl {
	display:flex;
	justify-content:space-between;
	margin-bottom:0.8em;
}
.footContents dl.requirment > dd dl dt {
	width:7em;
	font-weight:bold;
}
.footContents dl.requirment > dd dl dd {
	width:calc(100% - 7em);
	text-align:left;
}

.footContents dl.privacy > dd {
	background-color:#f5f5f5;
	border-radius:0.5em;
	padding:1em;
}
.footContents dl.privacy > dd .privacyplicyContents {
	color:#515151 !important;
}

/* ============ [ページ]プライバシーポリシー ============ */
.privacyplicyContents {
	/*background:#f6f6f6;
	height:150px;
	margin:0 20px 5px 20px;
	padding:15px 20px;
	overflow-y:scroll;
	border:1px solid #cccccc;
	-webkit-overflow-scrolling:touch;*/
	font-size:0.9em;
	padding:0 4%;
	margin:auto;
	color:#000000;
}

.privacyplicyContents dl {
	margin-bottom:3em;
}
	.privacyplicyContents dl dt {
		border-bottom:1px solid #999999;
		padding-bottom:0.5em;
		margin-bottom:0.5em;
		font-weight:bold;
	}
	.privacyplicyContents dl dd {
		font-size:0.9em;
	}
	.privacyplicyContents dl dd p {
		margin-bottom:0.5em;
	}
	.privacyplicyContents dl dd > ol {
		list-style-position:outside;
		list-style-type:decimal;
		margin-left:1.5em;
	}
	.privacyplicyContents dl dd > ol > ol {
		list-style-position:outside;
		list-style-type:lower-roman;
		margin-left:1.5em;
		margin-bottom:0.5em;
	}
	.privacyplicyContents dl dd li {
		margin-bottom:0.5em;
	}
	.privacyplicyContents dl dd li:last-child {
		margin-bottom:0;
	}










.voice-select {
	background:url(../img/voice_bg.jpg) top center no-repeat;
	background-size:100% auto;
	padding:0 4% 3em;
}
@media only screen and (max-width: 560px) {
	.voice-select {
		font-size:2.7vw;
	}
}
.voice-select p {
	font-size:1.4em;
	margin-bottom:1.5em;
	text-align:center;
}

.voice-select .voiceAreaTabEST {
	line-height:1.3;
	display:flex;
flex-wrap:wrap;
	border-radius:1em 1em 1em 1em;
	width:100%;
	overflow:hidden;
}
	.voice-select .voiceAreaTabEST > li {
		display:flex;
		justify-content:center;
		align-items:center;
		background-color:#ffffff;
		margin-right:1px;
		width:calc((100% / 4) - 1px);
		height:4em;
		text-align:center;
		font-weight:bold;
		color:#7f7e7e;
		transition:.3s;
		cursor:pointer;
	}



	.voice-select .voiceAreaTabEST > li.active {
		background-color:#81CAC4;
		color:#ffffff;
		pointer-events:none;
	}

.voice-select .voiceAreaContentEST {

}
.voice-select .voiceAreaContentEST > .panel {
	display:none;
}
.voice-select .voiceAreaContentEST > .panel.show {
	display:block;
}
.voice-select .voiceAreaContentEST > .panel {
	padding-top:0.1em;
}

.voiceShopContent {
	display: flex;
	flex-wrap: wrap;
}
.voiceShopContent::after {
	content: '';
	width: 100%;
	/*height: 3px;*/
	order: -1;
	display: block;
}

.voiceShopContent .tabLabel {
	display:inline-flex;
	justify-content:center;
	align-items:center;
	order: -1;
	background-color:#f3f3f3;
	width:calc((100% / 5) - 1px);
	height:4em;
	margin-right: 1px;
	text-align:center;
	color: #000000;
	transition: .3s ;
	cursor: pointer;
}
.voiceShopContent .tabLabel:nth-last-of-type(1) {/* 最後のタブ */
	border-radius:0 1em 1em 0;
	margin-right: 0;
}
.voiceShopContent .tabLabel:first-of-type { /* 最初のタブ */
	border-radius:1em 0 0 1em;
}
.voiceShopContent input {/* ラジオボタン非表示 */
	display: none;
}

.voiceShopContent input:checked + .tabLabel {
	color: #81CAC4;
	background:#81cac4;
}
.voiceShopContent input:checked + .tabLabel + .content {
	height: auto;
	overflow: auto;
	padding-top:1.5em;
	transition: .3s opacity;
	opacity: 1;
}

#voice-bg {
	background-color:#F2FAF9;
	padding:2em 1% 1em;
}

#voice-bg .voice-com {
        padding:1em 4% 3em;
}





.voice-in .content {
	background-color:rgba(129,202,196,0.1);
	padding:2em 5% 1em;
}
.voice-in ul li {
	position:relative;
	background-color:#ffffff;
	padding:5em 4% 3em;
	margin-top:7em;
}


.voice-in ul li::before { /* 線の装飾左上 */
		content:"";
		position:absolute;
		top:0.5em; left:0.5em;
		border-top:1px solid #515151;
		border-right:1px solid #515151;
		margin:auto;
		width:4em;
		height:4em;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
.voice-in ul li::after { /* 線の装飾m右下 */
		content:"";
		position:absolute;
		bottom:0.5em; right:0.5em;
		border-top:1px solid #515151;
		border-right:1px solid #515151;
		margin:auto;
		width:4em;
		height:4em;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
.voice-in ul li .image {
		width:50%;
		margin:-10em auto 1.5em;
		text-align:center;
	}
.voice-in ul li .image span {
		display:block;
		font-size:0.8em;
		padding-top:0.5em;
	}
.voice-in li h3 {
		margin-bottom:1.3em;
		text-align:center;
		color:#81CAC4;
		font-weight:bold;
	}

.voice-in li p {
		font-size:1em;
		text-align:left;
	}





