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

#guideImg2 {
	padding-bottom: 20px;
}

#intro {
	padding-bottom: 60px;
}

#guide {
	padding-bottom: 30px;
}

.cen {
	text-align: center;
}

/* telephone
-------------------------------------------------------*/
#telephone {
	width: 600px;
	padding-bottom: 80px;
	margin: 0 auto 80px;
	text-align: center;
	border-bottom: 1px #999999 dotted;
}
#telephone p {
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

#telephone dl {
	display: inline-block;
	text-align: center;
}
#telephone dt {
	display: inline-block;
	font-size: 5.3rem;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 50px;
	color: #ea8080;
	animation: color 10s infinite;
	-webkit-animation: color 10s infinite;
}

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

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


#telephone dt em {
	font-size: 1.4rem;
	font-weight: normal;
	position: absolute;
	top: 0.8em;
	right: 0.5em;
}
#telephone dd {
	font-size: 1.5rem;
	line-height: 1.0;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 40px;
}
#telephone dd.time {
	color: #444;
}

/* form
-------------------------------------------------------*/
.contactTxt {
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}
#form p span {
	color: #e60012;
}

.flow {
	text-align: center;
	margin-bottom: 60px;
}
#formArea {
	padding: 0 150px;
}
#formArea input[type="text"],
#formArea input[type="tel"],
#formArea input[type="email"] {
	width: 100%;
	height: 53px;
	line-height: 51px;
	font-size: 2.0rem;
	border: solid 1px #a0a0a0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formArea textarea {
	width: 100%;
	line-height: 1.3;
	font-size: 2.0rem;
	border: solid 1px #a0a0a0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formArea dt {
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
}
#formArea dt span {
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.18em;
	font-weight: normal;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #c71818;
	margin-left: 10px;
	width: 50px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
#formArea dd {
	margin-bottom: 30px;
}

#btArea {
	text-align: center;
}


.pp a {
	color: #ea8080;
}

.pp a:hover {
	text-decoration: underline;
}

/* confirm
-------------------------------------------------------*/
#form.confirm .thxTxt {
	text-align: center;
}

#form.confirm dt {
	color: #666666 !important;
	margin-bottom: 10px !important;
}
#form.confirm dd {
	font-size: 2.0rem;
	line-height: 1.7;
	border-bottom: solid 3px #d2d2d2;
	padding-bottom: 3px;
}
#form.confirm #prevFrom a {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	color: #666666;
	background: url(../../img/member/icon_prev.png) 0 center no-repeat;
	padding-left: 15px;
	width: 220px;
	margin: 10px auto 0;
}


/* complete
-------------------------------------------------------*/
#form.complete .thxTxt {
	text-align: center;
}

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

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

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

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

  #memberArea {
  	width: 100%;
  }

  .memberBox {
  	width: 240px;
    height: 435px;
    padding: 8px 30px 48px;
    float: left;
  }

	.memberBox a{
		display: block;
		cursor: pointer;
	}

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

  .memberImg {
  	width: 239px;
    padding-top: 50px;
    position: relative;
    counter-increment: section;
  }

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

  .memberImg::after {
    content: "MEMBBER";
    -webkit-text-combine: horizontal;
    position: absolute;
    color: #2abc42;
    font-size: 1.2rem;
    top: 0;
    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: 6rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 2px;
  }

  .pink {
    color: #ff87a6;
  }

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

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

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

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

  .memberBusiness {
    color: #fff;
    background-color: #2abc42;
    -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: 900px !important;
    padding: 30px;
		margin: 0 auto;
		background-color: #fff;
		counter-reset: section2;
  }

  .memberSec {
    padding-bottom: 5px;
  }

	.memberSec .commonTxt2 {
    color: #000;
  }

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

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

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

	.floatPlus::before {
		content: none;
	}

	.mtWrapper {
		float: right;
		width: 600px;
	}

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