/* 入会案内
-------------------------------------------------------*/
#guideImg {
	padding: 30px 0;
	text-align: center;
}

#guideImg img {
	width: 80%;
}

#guideImg2 {
	padding-bottom: 20px;
}

#guideImg2 img {
	width: 100%;
}

#intro {
	padding-bottom: 30px;
}

#guide {
	padding-bottom: 30px;
}

/* telephone
-------------------------------------------------------*/
#telephone {
	margin-bottom: 40px;
	text-align: center;
}
#telephone p {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: left;
}

#telephone dl {
	display: inline-block;
	text-align: center;
}
#telephone dt {
	display: inline-block;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
	padding-top: 15px;
	padding-left: 20px;
	color: #ea8080;
	animation: color 10s infinite;
	-webkit-animation: color 10s infinite;
}

#telephone dt a {
	color: #ea8080!important;
	animation: color 10s infinite!important;
	-webkit-animation: color 10s infinite!important;
}

#telephone dt:before {
	content: "";
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background: url(../../img/contact/tel_icon.png) 0 0 no-repeat;
	-webkit-background-size: 21px;
	background-size: 21px;
	z-index: 3;
}

#telephone dt:after {
	content: "";
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background: #ea8080;
	animation: bg-color 10s infinite;
	-webkit-animation: bg-color 10s infinite;
	z-index: 2;
}

#telephone dd {
	font-size: 1.0rem;
	line-height: 1.0;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 25px;
}
#telephone dd.time {
	color: #444;
}

.pp {
	text-align: center;
}

.pp a {
	color: #ea8080;
}

/* form
-------------------------------------------------------*/
.contactTxt {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 15px;
}
#form p span {
	color: #e60012;
}
#form #position {
	text-align: center;
	margin-bottom: 25px;
}
#form #position img {
	width: 290px;
}
#form #formArea input,
#form #formArea textarea {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}
#form #formArea input[type="text"],
#form #formArea input[type="tel"],
#form #formArea input[type="email"] {
	width: 100%;
	height: 26px;
	line-height: 24px;
	font-size: 1.4rem;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;
}
#form #formArea textarea {
	width: 100%;
	line-height: 1.3;
	font-size: 1.4rem;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
#form #formArea dt {
	font-size: 1.2rem;
	height: 16px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #666666;
	margin-bottom: 5px;
	font-weight: bold;
}
#form #formArea dt span {
	display: inline-block;
	font-size: 0.9rem;
	height: 16px;
	line-height: 16px;
	color: #fff;
	letter-spacing: 0.18em;
	font-weight: normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 0.4em;
	background: #c71818;
	margin-left: 5px;
}
#form #formArea dd {
	margin-bottom: 10px;
}
#form #formArea .scroll {
	width: 100%;
	height: 123px;
	background: #f3f3f3;
	margin-bottom: 20px;
}
#form #formArea .scroll dl {
	padding: 10px 15px 0 10px;
}
#form #formArea .scroll dt {
	font-size: 1.2rem;
	color: #333;
}
#form #formArea .scroll dd {
	font-size: 1.1rem;
	color: #555;
	margin-bottom: 15px;
}

/* 縦スクロールバー */
#form #formArea .scroll .jspVerticalBar { position:absolute; top:4px; right:3px; width:3px; height:116px; }
/* 背景 */
#form #formArea .scroll .jspTrack { background:#bfbfbf; position:relative; height:116px !important; }
/* ノブ */
#form #formArea .jspDrag { background:#535353; position:relative; top:0; left:0; cursor:pointer; }
#form #formArea .scroll .jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float:left; height:116px; }

#form #formArea #btArea {
	text-align: center;
}
#form #formArea #btArea.submit a {
	display: inline-block;
	width: 205px;
	height: 45px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../../img/common/icon_arrow_01_sp.png) no-repeat 95% 50% #ff652d;
	background-size: 5px 9px;
}
#form.confirm #formArea #btArea.submit a {
	line-height: 45px;
	letter-spacing: 0.8em;
}
#form #formArea #btArea.submit a span {
	display: block;
	font-size: 1.0rem;
	padding-top: 0.8rem;
}


/* confirm
-------------------------------------------------------*/
#form.confirm p {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 15px;
}
#form.confirm dl {
	margin-bottom: 30px;
}
#form.confirm dt {
	color: #666666 !important;
	margin-bottom: 5px !important;
}
#form.confirm dd {
	font-size: 1.6rem;
	line-height: 1.2;
	border-bottom: solid 3px #d2d2d2;
	padding-bottom: 0.2em;
	margin-bottom: 20px !important;
}
#form.confirm #prevFrom a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #666666;
	background: url(../../img/common/sp/icon_prev.png) no-repeat 0% 50%;
	-webkit-background-size: 10px auto;
	background-size: 7px auto;
	padding-left: 12px;
	margin: 10px auto 0;
}

#btArea {
	padding: 0;
}


/* complete
-------------------------------------------------------*/
#form.complete p {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 25px;
	text-align: left;
}

#form.complete a {
	color: #ea8080;
}

#form.complete .btn {
	width: 162px;
	margin: 0 auto;
}

/*エラー*/
.errIn {
	color: #e60012;
}

.errIn:before {
	content:"";
	padding-right: 10px;
	width: 7px;
	height: 6px;
	display: inline-block;
	background: url(../../img/common/sp/icon5_sp.png) 0 0 no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	color: #e60012;
	vertical-align: middle;
}

/* 入会案内ページ
-------------------------------------------------------*/
  .enrollment {
    width: 100%;
    padding-bottom: 1em;
  }

  #memberVoice {
    padding-bottom: 0;
    counter-reset: section;
  }

  .memberBox {
  	width: 30%;
    padding-bottom: 45px;
    margin-right: 5%;
  	float: left;
  }

  .memberBox:last-child {
    padding-bottom: 0px;
    margin-right: 0;
  }

  .memberBox a:hover{
    color: #000 !important;
  }

  .memberImg {
  	width: 100%;
    padding: 50px 4% 0 0;
    float: left;
    position: relative;
    counter-increment: section;
  }

  .memberImg::before {
    content: counter(section, decimal-leading-zero);
    position: absolute;
    color: #2eb9b4;
    font-size: 6.8rem;
    top: -3px;
    left: 8px;
    font-weight: bold;
    letter-spacing: -0.1em;
  }

  .memberImg::after {
    content: "MEMBBER";
    position: absolute;
    color: #2eb9b4;
    font-size: 1rem;
    top: 24px;
    left: -7px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }


  .memberPhoto {
    padding-bottom: 12px;
  }

  .memberPhoto img {
    width: 100%;
    vertical-align: top;
  }

  .memberName {
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 3px;
  }

  .pink {
    color: #ff87a6;
  }

  .nameLeft {
    display: block;
    text-align: left;
  }

  .nameRight {
    display: block;
    text-align: right;
    margin: -8px -4px 0 0;
  }

  .englishName1 {
    display: inline-block;
    font-size: 1.3rem;
    padding: 15px 0 0 3px;
    margin: -1px -6px 0 0;
    margin-top: ;
    vertical-align: top;
  }

  .englishName2 {
    display: inline-block;
    font-size: 1.3rem;
    padding: 15px 3px 0 0;
    margin-top: -1px;
    vertical-align: top;
  }

  .memberBusiness {
    color: #fff;
    background-color: #2eb9b4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0 2px 0px;
    font-size: 1.3rem;
    letter-spacing: 0px;
    text-align: center;
  }

  .memberText {
    width: 80%;
		padding: 30px;
		margin: 0 auto;
		background-color: #fff;
  }

  .memberSec {
    padding-bottom: 5px;
  }

	.memberSec .commonTxt2 {
    color: #000;
  }

  .memberTit {
    color: #2eb9b4;
    padding: 0 0 6px 1px;
    border-bottom: 1px solid #2eb9b4;
    letter-spacing: 2px;
    margin-bottom: 4px;
    font-weight: bold;
  }

	.floatPlus {
		float: left;
		margin-top: 30px;
		padding-top: 3px;
		width: 30%;
		font-family: "游ゴシック";
	}

	.floatPlus::after {
		top: -28px !important;
	}

	.floatPlus::before {
		content: none;
	}

	.mtWrapper {
		float: right;
		width: 66%;
	}

	.countMember {
		position: absolute;
		top: 0px;
		left: 0px;
		font-family: "游ゴシック";
		font-size: 6.8rem;
		font-weight: bold;
		letter-spacing: -0.1em;
		color: #2eb9b4;
		top: -33px;
    left: 8px;
	}

	.mfp-inline-holder .mfp-content,
	.mfp-ajax-holder .mfp-content {
		width: 100% !important;
	}

	.mfp-close {
		right: 46px !important;
	}
