/* CSS Document */
@charset "UTF-8";

html, body {
	height:100%;
}
body {
	position: relative;
	color: #333;
	padding: 0;
	margin: 0;
	text-align: center;
}
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	background: #000 url(../images/bg.jpg) repeat-x;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

.bodyContainer {
	display: inline-block;
	background: #faf2f7;
	padding-bottom: 64px;
	width: 100%;
	max-width: 640px;
	box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.2);
}

.img {
	width: 90%;
}


/* navi */
.navbg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	width: 100vw;
	height: 100vh;
	opacity: 0;
	z-index: 98;
}
.gnav-contacts {
	display: none;
	position: fixed;
	bottom: 80px;
	left: 50%;
	background: #fff;
	border-radius: 6px;
	width: 90%;
	max-width: 620px;
	padding: 36px 0 26px;
	opacity: 0;
	z-index: 99;
	transform: translateX(-50%);
}
.gnav-contacts a.gc-close {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 12px;
	background: #aaaaaa;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.gnav-contacts a.gc-close span:nth-child(1) {
	display: inline-block;
	background: #fff;
	width: 4px;
	height: 28px;
	transform: rotate(45deg) translate(5px,3px);
}
.gnav-contacts a.gc-close span:nth-child(2) {
	display: inline-block;
	background: #fff;
	width: 4px;
	height: 28px;
	transform: rotate(-45deg) translate(-5px,2px);
}
.gnav-contacts a.tel {
	display: block;
	background: #5bbee7;
	border-radius: 10px;
	padding: 10px 0;
	margin: 10px 0;
	width: 80%;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
}
.gnav-contacts a.tel .gc-icon {
	display: inline-block;
	margin: 0 8px 0 0;
	width: 20px;
	vertical-align: middle;
}
.gnav-contacts a.mail {
	display: block;
	background: #ee913e;
	border-radius: 10px;
	padding: 10px 0;
	margin: 10px 0;
	width: 84%;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
}
.gnav-contacts a.mail .gc-icon {
	display: inline-block;
	margin: 0 8px 0 0;
	width: 26px;
	vertical-align: middle;
}

nav {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #474747;
	width: 100%;
	height: 64px;
	z-index: 100;
}
nav .gnavilist {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	margin: 4px 0;
}
nav a.gnavi  {
	display: inline-block;
	position: relative;
	border-radius: 6px;
	padding: 4px 0;
	margin: 2px;
	width: 24.2%;
	font-size: .9em;
	font-weight: 600;
	line-height: 1.1em;
	text-align: center;
}
nav a.gnavi .icon {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
nav a.gnavi .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
nav a.gnavi.sns  {
	background: #dbf9f4;
	color: #4fcfca;
}
nav a.gnavi.tel  {
	background: #dff5fe;
	color: #19b1f0;
}
nav a.gnavi.oubo  {
	background: #fff0f7;
	color: #f9639b;
}
nav a.gnavi.mail  {
	background: #ede8fd;
	color: #9b85f6;
}



header {
	background: #eb85c7;
	padding: 4px 0;
	line-height: 0;
}
header a.rogo {
	display: inline-block;
	background: #000 url(../images/rogo.png) center center no-repeat;
	background-size: 90px auto;
	border-radius: 30px;
	width: 160px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h1.title {
	display: block;
	background: #fff1fa;
	padding: 12px 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #de0e95;
	text-align: center;
}
.main-img {
	line-height: 0;
}
.main-img img {
	width: 100%;
	height: auto;
}
.main-cmt {
	background: #fff;
	padding: 20px;
	margin: 0;
	line-height: 1.2em;
	text-align: left;
}
a.btn-tokuten {
	display: inline-block;
	background: #f7b4d0;
	border-radius: 26px;
	padding: 8px 0;
	margin: 20px 0 0;
	width: 80%;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.nav-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 4px 0;
}
a.nav {
	display: inline-block;
	position: relative;
	background: #f7b4d0;
	padding: 8px 0;
	margin: 1px;
	width: 24.2%;
	color: #fff;
	text-align: center;
}

.recTitle {
	background: #eb85c7;
	padding: 6px 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.recSubTitle {
	background: #f7b4d0;
	padding: 10px;
	margin: 0;
	font-size: 1.1em;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.recMenu-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background: #fff;
	margin: 0;
}
a.recMenu {
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 14px 0 8px;
	margin: 0;
	width: calc(100% / 4);
	line-height: 1em;
	color: #000;
	text-align: center;
}
a.recMenu span {
	display: inline-block;
	background: #fff;
	width: 20%;
	height: 4px;
}
a.recMenu.on {
	font-weight: 600;
	color: #eb85c7;
}
a.recMenu.on span {
	background: #eb85c7;
}

.jobbnr {
	padding: 20px 0;
	width: 90%;
	height: 175px;
}
.jobbnr img {
	width: 350px;
	height: auto;
}
.jobcmt, .taigu, .point {
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.jobcmt-content, .taigu-content, .point-content {
	position: relative;
	background: rgba(255,255,255,.85);
	padding: 25px;
	margin: 10px;
	height: 200px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	overflow: hidden;
	transition: all .4s;
}
.jobcmt button, .taigu button, .point button {
	position: absolute;
	display: inline-block;
	left: 50%;
	bottom: 0px;
	margin: 0;
	width: 80%;
	padding: 10px 0;
	font-size: 1em;
	color: #8d8d8d;
	text-align: center;
	border: 0;
	border-radius: 26px;
	background: #dbdbdb;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
	transition: all .4s;
}


.treatment {
	padding: 0 0 10px;
}
.treatment strong {
	display: block;
	border-left: 6px #eb85c7 solid;
	padding: 2px 10px;
	margin: 0;
}
.treatment ul.treatment-list {
	padding: 10px 0;
	margin: 0;
	list-style: none;
}
.treatment ul.treatment-list li {
	display: inline-block;
	background: #dbf9f4;
	border-bottom: 2px #6fcdca solid;
	padding: 8px 0;
	margin: .5%;
	width: 49%;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.1em;
	color: #6fcdca;
	text-align: center;
}
.treatment ul.treatment-list li.none {
	display: inline-block;
	background: #e9e9e9;
	border-bottom: 2px #a8a8a8 solid;
	font-weight: normal;
	color: #a8a8a8;
}


.ouboContainer {
	padding: 30px 0;
}
.ouboContainer .tokumei img {
	width: 50%;
}
.ouboContainer a.otherbtn {
	display: inline-block;
	background: #fff;
	border: 2px #eb85c7 solid;
	border-radius: 40px;
	padding: 10px 0;
	margin: 2%;
	width: 38%;
	color: #eb85c7;
}
.ouboContainer a.otherbtn .icon-sns {
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: auto;
}
.ouboContainer a.otherbtn .icon-tel {
	display: inline-block;
	margin-right: 3px;
	width: 14px;
	height: auto;
}
.ouboContainer a.otherbtn .icon-mail {
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: auto;
}


.oubo_contentContainer {
	background: rgba(255,255,255,.85);
	border-radius: 10px;
	padding: 20px;
	margin: 12px;
	line-height: 1.2em;
	text-align: left;
}
.oubo_contentContainer table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 98%;
}
.oubo_contentContainer th {
	padding: 24px 0 0;
	width: 18%;
	font-size: .7em;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
.oubo_contentContainer td {
	position: relative;
	padding: 24px 0 0;
	width: 82%;
}
a.mappin {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
	border: 1px #adadad solid;
	border-radius: 6px;
	padding: 6px 10px;
	width: 18px;
	line-height: 0;
}
.oubo-coution {
	padding: 30px 0;
	line-height: 1.4em;
	color: #eb85c7;
	text-align: center;
}
.oubo-coution strong {
	display: inline-block;
	border-bottom: 2px #eb85c7 dotted;
	margin: 0 0 12px;
}


.voiceContainer {
	background: url(../images/voice/voice_bg.jpg);
	padding: 14px 0;
}
.voice-slider {
	background: #fff;
	border-bottom: 6px rgba(0,0,0,0.1) solid;
	padding: 16px 0;
}
ul.voicelist {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	width: 330px;
}
ul.voicelist li.vl {
	display: block;
	width: 330px;
}
ul.voicelist li .v-img {
	display: inline-block;
	width: 40%;
	text-align: left;
	vertical-align: top;
}
ul.voicelist li .v-img img {
	width: 85%;
	height: auto;
}
ul.voicelist li .v-info {
	display: inline-block;
	width: 60%;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}
ul.voicelist li .v-info strong {
	display: block;
	border-left: 4px #565656 solid;
	padding-left: 6px;
	margin-bottom: 10px;
	font-size: 1.2em;
}
ul.voicelist li .v-info a.vmore {
	display: inline-block;
	border: 2px #ababab solid;
	border-radius: 36px;
	padding: 3px 20px;
	margin-top: 12px;
	color: #7c7c7c;
}


.point-cmt {
	background: rgba(255,255,255,.85);
	border-radius: 10px;
	padding: 20px;
	margin: 12px;
	line-height: 1.6em;
	text-align: left;
}
ul.pointslide {
	padding: 24px 20px 0;
	margin: 0;
	list-style: none;
}
ul.pointslide li {
	margin: 0 12px 0;
	width: 185px;
	text-align: left;
}


.faqlistContainer {
	position: relative;
	background: #fff;
	padding: 20px 20px 30px;
	width: 70%;
}
.faqlistContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.faqlistContainer ul li.faqlist {
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1em;
	color: #000;
	text-align: left;
}
.faqlistContainer ul .faqlist .q {
	display: block;
	position: relative;
	background: #db65b1;
	border-radius: 24px;
	padding: 20px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4em;
	color: #fff;
}
.faqlistContainer ul .faqlist .q::after {
	content: '▼';
	position: absolute;
	bottom: -.4em;
	left: 50%;
	font-size: 2em;
	color: #db65b1;
	transform: translateX(-50%);
}
.faqlistContainer ul .faqlist .a {
	display: block;
	background: #fff2f9;
	border-radius: 24px;
	padding: 20px;
	margin: 26px 0 0;
	font-size: 1.1em;
	font-weight: mnormal;
	line-height: 1.5em;
	color: #db65b1;
}
.faqlistContainer .bx-pager {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	display: inline;
}
.faqlistContainer .bx-pager-item {
	display: inline;
	padding: 0 3px;
}
.faqlistContainer .bx-pager-item a {
	background: #f4deec;
	display: inline-block;
	width: 10px;
	height: 10px;
	color: #f4deec;
	text-indent: -200%;
	overflow: hidden;
	border-radius: 50%;
	transition:.6s ease-in-out;
}
.faqlistContainer .bx-pager-item a.active {
	background: #eb85c7;
	color: #eb85c7;
}

.faqlistContainer .bx-controls-direction {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	height: 0px;
}
.faqlistContainer .bx-controls-direction a {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	text-indent: -100%;
	overflow: hidden;
}
.faqlistContainer .bx-controls-direction a:before,
.faqlistContainer .bx-controls-direction a:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 8px;
	transition:.6s ease-in-out;
}
.faqlistContainer .bx-controls-direction a:after {
	width: 16px;
	height: 16px;
	border-top: 4px solid #db65b1;
	border-right: 4px solid #db65b1;
	transform: rotate(45deg);
}
.faqlistContainer .bx-controls-direction a.bx-prev:after {
	transform: rotate(-135deg);
	left: 16px;
}
.faqlistContainer .bx-prev {
	float: left;
	margin-left: -20px;
}
.faqlistContainer .bx-next {
	float: right;
	margin-right: -20px;
}

.faqlistContainer a.more {
	display: inline-block;
	background: #fff;
	border: 3px #fff2f9 solid;
	border-radius: 38px;
	padding: 10px 0;
	margin: 20px 0;
	width: 60%;
	font-size: 1em;
	color: #db65b1;
	text-align: center;
}


.shopinfo {
	padding: 20px;
}
.shopinfo table {
	border: 1px #565656 solid;
	border-radius: 16px;
	overflow: hidden;
	border-radius: 16px;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.shopinfo th {
	background: #f1f1f1;
	border-top: 1px #565656 solid;
	border-bottom: 1px #565656 solid;
	padding: 12px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
.shopinfo td {
	background: #fff;
	border-bottom: 1px #565656 solid;
	padding: 12px;
	font-size: 1em;
	text-align: left;
}
.shopinfo th:first-of-type {
	border-top: 0;
}
.shopinfo td:last-of-type {
	border-bottom: 0;
}

#tokuten {
	background: rgba(255,255,255,.85);
	border-radius: 10px;
	padding: 20px 0;
	margin: 0 20px 12px;
	line-height: 0;
}
.tokuten-frame {
	background: url(../images/limited_frame2.webp) center top repeat-y;
	background-size: 90% auto;
	text-align: center;
}
.tokuten-frame span {
	display: inline-block;
	width: 66%;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
}


.contact-cmt {
	background: rgba(255,255,255,.85);
	border-radius: 10px;
	padding: 20px;
	margin: 12px;
	line-height: 1.6em;
	text-align: left;
}

.pgtop {
	background: #fff;
	border-top: 1px #565656 solid;
	border-bottom: 1px #565656 solid;
	padding: 16px 0;
}
.pgtop a {
	display: inline-block;
	position: relative;
	color: #333;
}
.pgtop a span {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 50%;
	border-top: 3px #565656 solid;
	border-right: 3px #565656 solid;
	width: 14px;
	height: 14px;
	font-size: 1em;
	transform: translateX(-50%) translateY(-5px) rotate(-45deg);
}


/* 体験入店 */
.taikenContainer {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	border-radius: 16px;
	margin: 10px 20px;
	overflow: hidden;
}
.taikenContainer h3 {
	background: #7cbee8;
	padding: 10px;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.taiken-mainimg {
	width: 100%;
}
.taikenContainer2 {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	margin: 10px 20px 20px;
}
.taikenContainer2 h4 {
	background: #7cbee8;
	padding: 10px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.taikenContainer2 .cmt {
	padding: 12px;
	font-size: 1.2em;
	color: #ff0000;
	text-align: center;
}
.taikenContainer2 .cmt2 {
	padding: 12px;
	font-size: 1.1em;
	text-align: left;
}
.taikenContainer2 table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.taikenContainer2 th {
	padding: 10px;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.taikenContainer2 th.qt {
	background: #a8a8a8;
}
.taikenContainer2 th.qp {
	background: #7cbee8;
}
.taikenContainer2 td {
	padding: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}
.taikenContainer2 td.at {
	background: #e8e8e8;
	color: #333;
}
.taikenContainer2 td.ap {
	background: #fffff7;
	color: #2d90cf;
}

.taiken-pointContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 30px 0;
	margin: 10px 20px;
}
.taiken-pointContainer h3 {
	display: block;
	border-bottom: 6px #7cbee8 solid;
	padding: 2px 0;
	margin: 0 20px 20px;
	font-size: 1.2em;
	color: #7cbee8;
	text-align: center;
}

/* 未経験者 */
.begiContainer {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	border-radius: 16px;
	margin: 10px 20px;
	overflow: hidden;
}
.begiContainer h3 {
	background: #4db661;
	padding: 10px;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.begi-mainimg {
	width: 100%;
}
.begiContainer2 {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	margin: 10px 20px 20px;
}
.begiContainer2 h4 {
	background: #4db661;
	padding: 10px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.begiContainer2 .cmt {
	padding: 12px;
	font-size: 1.1em;
	/*color: #eb85c7;*/
	text-align: left;
}

.begi-pointContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 30px 0;
	margin: 10px 20px;
}
.begi-pointContainer h3 {
	display: block;
	border-bottom: 6px #4db661 solid;
	padding: 2px 0;
	margin: 0 20px 20px;
	font-size: 1.2em;
	color: #4db661;
	text-align: center;
}


/* 店舗型 */
.shopContainer {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	border-radius: 16px;
	margin: 10px 20px;
	overflow: hidden;
}
.shopContainer h3 {
	background: #4d8bfe;
	padding: 10px;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.shop-mainimg {
	width: 100%;
}
.shopContainer2 {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	margin: 10px 20px 20px;
}
.shopContainer2 h4 {
	background: #4d8bfe;
	padding: 10px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.shopContainer2 .cmt {
	padding: 12px;
	font-size: 1.1em;
	/*color: #eb85c7;*/
	text-align: left;
}

.shop-pointContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 30px 0;
	margin: 10px 20px;
}
.shop-pointContainer h3 {
	display: block;
	border-bottom: 6px #4d8bfe solid;
	padding: 2px 0;
	margin: 0 20px 20px;
	font-size: 1.2em;
	color: #4d8bfe;
	text-align: center;
}

.shop-pointContainer strong {
	font-size: 1.2em;
	color: #4d8bfe;
}
.shopContainer2 table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.shopContainer2 th {
	background: #d5e9fe;
	border: 1px #8d8d8d solid;
	padding: 10px;
	font-size: 1.1em;
	font-weight: normal;
	color: #717171;
	text-align: center;
	word-break: keep-all;
}
.shopContainer2 td {
	background: #fff;
	border: 1px #b4b4b4 solid;
	padding: 10px;
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	text-align: left;
}


/* PG */
/* よくある質問 */
.pg-faqContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 24px;
	margin: 10px 20px;
	text-align: left;
}
ul.pg-faqlist {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.pg-faqlist li {
	position: relative;
	padding: 10px 0 18px 46px;
	font-size: 1em;
	line-height: 1.55em;
}
ul.pg-faqlist li .q {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #222;
	border-radius: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
}
ul.pg-faqlist li .q span {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}
ul.pg-faqlist li .q span::after {
	content: 'Q';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2em;
	font-weight: 400;
	transform: translate(-50%,-54%);
}
ul.pg-faqlist li .a {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #eb85c7;
	border-radius: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
}
ul.pg-faqlist li .a span {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}
ul.pg-faqlist li .a span::after {
	content: 'A';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2em;
	font-weight: 400;
	transform: translate(-50%,-52%);
}


/* 先輩ボイス */
.pg-voiceContainer {
	/*background: rgba(255,255,255,.85);*/
	border-radius: 16px;
	padding: 24px;
	margin: 0;
	text-align: left;
}
.pg-vlist {
	border-bottom: 3px #cee0e0 solid;
	padding-bottom: 20px;
	margin-bottom: 12px;
}
.pg-vimg {
	display: inline-block;
	width: 30%;
	text-align: center;
	vertical-align: top;
}
.pg-vimg img {
	width: 85%;
	height: auto;
}
.pg-vinfo {
	display: inline-block;
	width: 70%;
	text-align: left;
	box-sizing: border-box;
}
.pg-vinfo strong {
	display: block;
	margin-bottom: 6px;
	font-size: 1.1em;
}
.pg-vinfo strong.r {
	text-align: right;
}
.pg-vinfo .vcmt {
	display: inline-block;
	position: relative;
	background: #fff;
	border: 4px #1fcaca solid;
	border-radius: 14px;
	padding: 14px;
	width: 100%;
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	box-sizing: border-box;
}
.pg-vinfo .vcmt.l:before {
  content: "";
  position: absolute;
  top: 32px;
  left: -24px;
  border: 14px solid transparent;
  border-right: 14px solid #FFF;
  z-index: 2;
}
.pg-vinfo .vcmt.l:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -32px;
  border: 16px solid transparent;
  border-right: 16px solid #1fcaca;
  z-index: 1;
}
.pg-vinfo .vcmt.r:before {
	content: "";
	position: absolute;
	top: 32px;
	right: -24px;
	border: 14px solid transparent;
	border-left: 14px solid #FFF;
	z-index: 2;
  }
  .pg-vinfo .vcmt.r:after {
	content: "";
	position: absolute;
	top: 30px;
	right: -32px;
	border: 16px solid transparent;
	border-left: 16px solid #1fcaca;
	z-index: 1;
  }


/* アクセス */
.acc-nav {
	display: inline-block;
	margin: 4px 1px;
	width: 32%;
}
.accContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 24px;
	margin: 10px;
	text-align: left;
}
.acctable {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.acctable th {
	border-bottom: 2px #eb85c7 dotted;
	padding: 10px 12px 8px 0;
	width: 25%;
	font-size: .9em;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}
.acctable th span {
	display: inline-block;
	border-left: 4px #eb85c7 solid;
	padding-left: 8px;
}
.acctable td {
	position: relative;
	border-bottom: 2px #eb85c7 dotted;
	padding: 10px 0 8px 10px;
	width: 75%;
	font-size: .9em;
	text-align: left;
}
.acctable td a.tel {
	display: block;
	background: #f1f1f1;
	border-radius: 36px;
	padding: 8px 0;
	margin: 8px 0;
	font-size: 1.2em;
	line-height: 1em;
	color: #333;
	text-align: center;
}

.accContainer a.hp {
	display: block;
	position: relative;
	border-bottom: 1px #acacac solid;
	padding: 18px;
	font-size: 1em;
	line-height: 1em;
	color: #333;
}
.accContainer a.hp::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	border-top: 3px #3c3c3c solid;
	border-right: 3px #3c3c3c solid;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
}


/* 応募 */
.ps-men {
	display: inline-block;
	background: url(../images/ps-men.png) no-repeat;
	background-size: 90px auto;
	border-radius: 50%;
	margin: 8px 0 0;
	width: 90px;
	height: 90px;
}
.con-step-msg {
	display: inline-block;
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 16px;
	margin: 15px 0;
	width: 60%;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
}
.conContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 30px 16px;
	margin: 15px;

}
.contable table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.contable th {
	padding: 0 4px;
	width: 29%;
	font-size: .9em;
	font-weight: 600;
	line-height: 1.1em;
	text-align: center;
	vertical-align: middle;
}
.contable th span {
	font-size: .8em;
	color: #de0e95;
}
.contable td {
	padding: 0 4px;
	width: 71%;
	font-size: .9em;
	text-align: left;
}
.con-coution {
	margin: 10px 0;
	text-align: center;
}
.con-coution strong {
	display: inline-block;
	border-bottom: 2px #445cda dotted;
	color: #445cda;
}
.con-coution .cmt {
	background: #fff7f7;
	border-radius: 8px 0 8px 0;
	padding: 12px;
	margin: 0 0 14px;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
}

.con-step2, .con-step3 {
	display: none;
}
.err1, .err2, .err3, .err4, .err5 {
	color: #ff0000;
}

.confirmtable table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.confirmtable th {
	border-bottom: 2px #8d8d8d solid;
	padding: 10px 6px 6px;
	width: 40%;
	font-size: .9em;
	line-height: 1.1em;
	color: #a8a8a8;
	text-align: left;
}
.confirmtable td {
	border-bottom: 2px #8d8d8d solid;
	padding: 10px 6px 6px;
	width: 60%;
	font-size: .9em;
	line-height: 1.1em;
	text-align: left;
}




/* Slider arrow */
a.prslider_prev, a.prslider_next {
	display: block;
	border-top: 6px #474747 solid;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
a.prslider_prev {
	position: absolute;
	top: 50%;
	left: -8px;
	z-index: 95;
	border-left: 6px #474747 solid;
	transform: translateY(-5px) rotate(-45deg);
}
a.prslider_next {
	position: absolute;
	top: 50%;
	right: -8px;
	z-index: 95;
	border-right: 6px #474747 solid;
	transform: translateY(-5px) rotate(45deg);
}

.voice-slider a.prslider_prev {
	left: -20px;
}
.voice-slider a.prslider_next {
	right: -20px;
}


footer {
	background: #fff;
	padding: 50px 0;
	font-size: .8em;
	color: #8d8d8d;
}

/*  */
.clear {
	clear:both;
}
