@charset "UTF-8";
/*======================================

 form_common

=======================================*/
/* reset */
.contents_block {
	padding-top: 60px;
	border-bottom: none;

}

.contents_title h1 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	font-size: 32px;
}
.contents_title h1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 400px;
  height: 0;
  width: 200px;
	border-bottom: 5px solid #c3ecff;
}

/* button */
.form_table .btn_pattern02.btn_gray {
    background-color: #fff;
    border: 1px solid #888;
    color: #888;
	-webkit-box-shadow: 0px 2px 0 0 #888;
	   -moz-box-shadow: 0px 2px 0 0 #888;
			box-shadow: 0px 2px 0 0 #888;
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
			text-shadow: none;
}
.form_table .btn_pattern02.btn_gray:hover {
	top: -1px;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	-webkit-box-shadow: 0px 3px 0 0 #888;
	   -moz-box-shadow: 0px 3px 0 0 #888;
	        box-shadow: 0px 3px 0 0 #888;
}
.form_table .btn_pattern02.btn_gray:active {
	top: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.btn_pattern01.btn_yellow {
    width: 400px;
    -webkit-box-shadow: 0px 2px 0 0 #DBA301;
	   -moz-box-shadow: 0px 2px 0 0 #DBA301;
			box-shadow: 0px 2px 0 0 #DBA301;
			font-size: 21px;
}
.btn_pattern01.btn_yellow:hover {
	top: -1px;
	-webkit-box-shadow: 0px 3px 0 0 #DBA301;
	   -moz-box-shadow: 0px 3px 0 0 #DBA301;
	        box-shadow: 0px 3px 0 0 #DBA301;
}
.btn_pattern01.btn_yellow:active {
	top: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.btn_pattern01.btn_blue {
    -webkit-box-shadow: 0px 2px 0 0 #5C8AB2;
	   -moz-box-shadow: 0px 2px 0 0 #5C8AB2;
			box-shadow: 0px 2px 0 0 #5C8AB2;
	-webkit-text-shadow: -1px -1px #ccc;
	   -moz-text-shadow: -1px -1px #ccc;
			text-shadow: -1px -1px #ccc;
	cursor: pointer;
}
.btn_pattern01.btn_blue:hover {
	top: -1px;
	-webkit-box-shadow: 0px 3px 0 0 #5C8AB2;
	   -moz-box-shadow: 0px 3px 0 0 #5C8AB2;
	        box-shadow: 0px 3px 0 0 #5C8AB2;
	cursor: pointer;
}
.btn_pattern01.btn_blue:active {
	top: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	cursor: pointer;
}
.btn_pattern01.btn_green {
    -webkit-box-shadow: 0px 2px 0 0 #80AA50;
	   -moz-box-shadow: 0px 2px 0 0 #80AA50;
			box-shadow: 0px 2px 0 0 #80AA50;
}
.btn_pattern01.btn_green:hover {
	top: -1px;
	-webkit-box-shadow: 0px 3px 0 0 #80AA50;
	   -moz-box-shadow: 0px 3px 0 0 #80AA50;
	        box-shadow: 0px 3px 0 0 #80AA50;
}
.btn_pattern01.btn_green:active {
	top: 2px;
	-webkit-box-shadow: none; 
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.btn_pattern01.btn_orange {
    width: 400px;
    -webkit-box-shadow: 0px 2px 0 0 #e58f67;
	   -moz-box-shadow: 0px 2px 0 0 #e58f67;
			box-shadow: 0px 2px 0 0 #e58f67;
			font-size: 21px;
}
.btn_pattern01.btn_orange:hover {
	top: -1px;
	-webkit-box-shadow: 0px 3px 0 0 #e58f67;
	   -moz-box-shadow: 0px 3px 0 0 #e58f67;
	        box-shadow: 0px 3px 0 0 #e58f67;
}
.btn_pattern01.btn_orange:active {
	top: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.btn_pattern01.btn_gray,
.btn_pattern03.btn_gray,
.btn_pattern04.btn_gray {
    -webkit-box-shadow: 0px 2px 0 0 #999;
	   -moz-box-shadow: 0px 2px 0 0 #999;
			box-shadow: 0px 2px 0 0 #999;
	-webkit-text-shadow: -1px -1px #ccc;
	   -moz-text-shadow: -1px -1px #ccc;
			text-shadow: -1px -1px #ccc;
	cursor: pointer;
}
.btn_pattern01.btn_gray:hover,
.btn_pattern03.btn_gray:hover,
.btn_pattern04.btn_gray:hover {
	top: -1px;
	-webkit-box-shadow: 0px 3px 0 0 #999;
	   -moz-box-shadow: 0px 3px 0 0 #999;
	        box-shadow: 0px 3px 0 0 #999;
	cursor: pointer;
	transition: all .3s;
}
.btn_pattern01.btn_gray:active,
.btn_pattern03.btn_gray:active,
.btn_pattern04.btn_gray:active {
	top: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	 cursor: pointer;
}
.contents_box .btn_link_blue {
	width: 300px;
	color: #66A1DD;
	border: 1px solid #66A1DD;
    -webkit-box-shadow: 0px 2px 0 0 #5485BA;
	   -moz-box-shadow: 0px 2px 0 0 #5485BA;
			box-shadow: 0px 2px 0 0 #5485BA;
	cursor: pointer;
}
.contents_box .btn_link_blue:hover {
	width: 300px;
	background-color: #66A1DD;
	color: #fff;
	top: -1px;
	-webkit-box-shadow: 0px 3px 0 0 #5485BA;
	   -moz-box-shadow: 0px 3px 0 0 #5485BA;
	        box-shadow: 0px 3px 0 0 #5485BA;
	cursor: pointer;
}
.contents_box .btn_link_blue:active {
	width: 300px;
	top: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	cursor: pointer;
}
.btn_pattern03.tel_close,
.btn_pattern03.mail_close {
	margin-bottom: 3px !important;
}
.btn_pattern04,
.btn_pattern04:link,
.btn_pattern04:visited,
.btn_pattern04[type="submit"],
.btn_pattern04[type="reset"] { color: #fff;}
.btn_pattern04 {
	margin: 0 30px;
	padding: 10px 0;
	display: inline-block;
	width: 140px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	font-size: 18px;
}
.btn_pattern04::before,
.btn_pattern04::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	-webkit-transition: all .3s;
					transition: all .3s;
}

.btn_pattern04.btn_blue {
    -webkit-box-shadow: 0px 2px 0 0 #5C8AB2;
	   -moz-box-shadow: 0px 2px 0 0 #5C8AB2;
			box-shadow: 0px 2px 0 0 #5C8AB2;
	-webkit-text-shadow: -1px -1px #ccc;
	   -moz-text-shadow: -1px -1px #ccc;
			text-shadow: -1px -1px #ccc;
	cursor: pointer;
}
.btn_pattern04.btn_blue:hover {
	top: -1px;
	-webkit-box-shadow: 0px 3px 0 0 #5C8AB2;
	   -moz-box-shadow: 0px 3px 0 0 #5C8AB2;
	        box-shadow: 0px 3px 0 0 #5C8AB2;
	cursor: pointer;
	transition: all .3s;
}
.btn_pattern04.btn_blue:active {
	top: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	 cursor: pointer;
}
/*======================================

 header

=======================================*/

/* header
---------------------------------------*/
.header_step {
	padding: 30px 0 20px;
	max-width: 1000px;
	margin: 0 auto;
	border: none;
	height: 100px;
}
.header_step #logo {
	padding: 0;
}
.header_step p {
	margin: 20px auto 0;
	text-align: right;
	font-size: 24px;
}

/*======================================

 form_page

=======================================*/
.form_page {
	font-size: 16px;
	border-top: 1px solid #ccc;
	position: relative;
}

/* form_step
---------------------------------------*/
.form_step {
	padding: 30px 0;
	background-color: #f6f6f6;
}
.form_step ul {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 1000px;
	border: 1px solid #ccc;
}
.form_step ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
	text-align: center;
	position: relative;
	border-right: 1px solid #ccc;
}
.form_step ul li::after {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 21px solid transparent;
	border-right: 21px solid transparent;
	border-bottom: 21px solid transparent;
	position: absolute;
	top: 0px;
	right: -42px;
}
.form_step ul li:nth-child(1) {
	background-color: #f3f3f3;
}
.form_step ul li:nth-child(1)::after {
	border-left: 21px solid #f3f3f3;
	z-index: 1;
}
.form_step ul li:nth-child(2) {
	background-color: #e8e8e8;
}
.form_step ul li:nth-child(2)::after {
	border-left: 21px solid #e8e8e8;
	z-index: 1;
}
.form_step ul li:nth-child(3) {
	background-color: #d8d8d8;
}
.form_step ul li:nth-child(3)::after {
	border: none;
}
.form_step ul li.step_active {
	background-color: #36b9ff;
	color: #fff;
}

.form_step ul li.step_active::after {
	border-left: 21px solid #36b9ff;
	z-index: 2;
}


/* entry_flow
---------------------------------------*/
.entry_flow {}
.entry_flow .btn_flow {
	display: inline-block;
	text-align: center;
	padding: 45px 0;
	font-size: 16px;/* 
	padding: 73px 25px; */
	background-color: #36B9FF;
	border-bottom: 3px solid #2A96CF;
	color: #fff;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	width: 130px;
	height: 130px;
	transition: 0.4s;
	position: fixed;
	bottom: 15%;
	right: 10%;
	outline: none;
}
.entry_flow .btn_flow:hover {
	background-color: #60CAFF;
	border-bottom: 5px solid #2A96CF;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

#modal_flow {
	padding: 24px;
	border: 1px solid #ccc;
    position: relative;
    max-width: 700px;
    height: 95vh;
    margin: 10px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #eee;
    overflow-y: scroll;
}
#modal_flow::-webkit-scrollbar {
	display: none;
}
#modal_flow dl {
	margin-bottom: 20px;
}
#modal_flow dl dt {
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #e4f6ff;
}
#modal_flow dl dd {
	margin-top: 30px;
	padding: 40px 10px;
}
#modal_flow .flow1 dt::before,
#modal_flow .flow2 dt::before,
#modal_flow .flow3 dt::before,
#modal_flow .flow4 dt::before {
	display: inline-block;
	margin-right: 20px;
	padding: 10px;
	background-color: #36b9ff;
	width: 40px;
	text-align: center;
	color: #fff;
}
#modal_flow .flow1 dt::before { content: "１";}
#modal_flow .flow2 dt::before { content: "２";}
#modal_flow .flow3 dt::before { content: "３";}
#modal_flow .flow4 dt::before { content: "４";}
#modal_flow .flow1 dt::after,
#modal_flow .flow2 dt::after,
#modal_flow .flow3 dt::after,
#modal_flow .flow4 dt::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #36b9ff;
}
#modal_flow .flow1 dd { background: url(../../../img/img1/top/common/icon/icon_flow1.png) left 50% no-repeat transparent; }
#modal_flow .flow_phone dd { background: url(../../../img/img1/top/common/icon/icon_flow2.png) left 50% no-repeat transparent; }
#modal_flow .flow_mail dd { background: url(../../../img/img1/top/common/icon/icon_flow3.png) left 50% no-repeat transparent; }
#modal_flow .flow_finish dd { background: url(../../../img/img1/top/common/icon/icon_flow4.png) left 50% no-repeat transparent; }
#modal_flow .flow1 dd,
#modal_flow .flow2 dd,
#modal_flow .flow3 dd,
#modal_flow .flow4 dd {
	padding-left: 160px;
	-webkit-background-size: 140px 140px;
	   -moz-background-size: 140px 140px;
	     -o-background-size: 140px 140px;
	        background-size: 140px 140px;
	    -ms-background-size: 140px 140px;
}
#modal_flow button.mfp-close {
	width: 40px;
	height: 40px;
	font-size: 40px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	position: fixed;
	top: 40px;
	left: auto;
	right: auto;
	margin-left: 620px;
}
/* form_table
---------------------------------------*/
.form_table {}
.form_table table {
	margin: 0 auto;
}
.form_table table tr {}
.form_table table tr th {
	overflow: hidden;
	padding: 15px 20px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}
.form_table table tr th .must,
.form_table table tr th .any {
	float: right;
	margin-left: 10px;
	padding: 2px 4px 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	line-height: 1.4;
	color: #ffffff;
	font-size: 77%;
}
.form_table table tr th .must { background-color: #ff4d4d;}
.form_table table tr th .any { background-color: #59afff;}
.form_table table tr td {
	padding: 15px 20px;
	text-align: left;
	vertical-align: middle;
}
.form_table table tr td input[type="text"],
.form_table table tr td input[type="email"],
.form_table table tr td input[type="tel"],
.form_table table tr td input[type="password"],
.form_table table tr td select,
.form_table table tr td textarea {
	margin-bottom: 5px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	font-size: 18px;
	color: #555;
}
.form_table table tr td input[type="text"],
.form_table table tr td input[type="email"],
.form_table table tr td input[type="password"],
.form_table table tr td select {
	width: 380px;
}
.form_table table tr td select {
	width: 200px;
	background: url('../../../img/img1/top/common/icon/icon_select.png') no-repeat 95% 50%;
}
.form_table table tr td input[type="text"]::-webkit-input-placeholder,
.form_table table tr td input[type="email"]::-webkit-input-placeholder,
.form_table table tr td input[type="tel"]::-webkit-input-placeholder,
.form_table table tr td input[type="password"]::-webkit-input-placeholder {
    color: #bbb;
}
.form_table table tr td input[type="text"]:-ms-input-placeholder,
.form_table table tr td input[type="email"]:-ms-input-placeholder,
.form_table table tr td input[type="tel"]:-ms-input-placeholder,
.form_table table tr td input[type="password"]:-ms-input-placeholder {
    color: #bbb;
}
.form_table table tr td input[type="text"]::-moz-placeholder,
.form_table table tr td input[type="email"]::-moz-placeholder,
.form_table table tr td input[type="tel"]::-moz-placeholder,
.form_table table tr td input[type="password"]::-moz-placeholder {
    color: #bbb;
}
.form_table table tr td input[type="text"]::-placeholder,
.form_table table tr td input[type="email"]::-placeholder,
.form_table table tr td input[type="tel"]::-placeholder,
.form_table table tr td input[type="password"]::-placeholder {
    color: #bbb;
}

.form_table table tr td input:focus,
.form_table table tr td textarea:focus {
	border: 1px solid #1abc9c;
	-webkit-box-shadow: 0 0 7px #1abc9c;
	   -moz-box-shadow: 0 0 7px #1abc9c;
	        box-shadow: 0 0 7px #1abc9c;
}
.form_table table tr td .form_caution {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 93%;
}
.form_table table tr td .form_caution a { color: #59abfd;}

.form_table table tr td textarea {
	width: 380px;
	height: 300px;
}

/* checkbox & radio
---------------------------------------*/
/* common */
.form_table table tr .form_check input[type="checkbox"] { display: none;}
.form_table table tr .form_check label {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding: 3px 3px 3px 25px;
	cursor: pointer;
	-webkit-transition: all .2s;
					transition: all .2s;
}
.form_table table tr .form_check label::before,
.form_table table tr .form_check label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
					transition: all .2s;
}
.form_table table tr .form_check label:hover::before { background: #fff;}
.form_table table tr .form_check input[type="checkbox"]:checked + label::before {
	background: #fff;
	border: 1px solid #3498db;
}

/* checkbox only */
.form_table table tr .form_check label::before {
	top: 45%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.form_table table tr .form_check label::after {
	opacity: 0;
	top: 45%;
	left: 5px;
	width: 11px;
	height: 6px;
	margin-top: -2px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg) scale(.5);
					transform: rotate(-45deg) scale(.5);
}
.form_table table tr .form_check input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
					transform: rotate(-45deg) scale(1);
}
/* radio only */
.form_radio input {
	display: none;
}
.form_radio label{
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	margin: 0;
	padding: 10px;
	background: #ddd;
	color: #888;
	text-align: center;
	transition: .2s;
}
.form_radio label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.form_radio label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.form_radio input[type="radio"]:checked + .radio_men {
	background-color: #0199EC;
	color: #fff;
}
.form_radio input[type="radio"]:checked + .radio_women {
	background-color: #FEADCE;
	color: #fff;
}

/* ポップアップ　〜利用規約  メール受信設定　認証エラー〜 */
#inline-wrap.terms,
#inline-wrap.mail_setting {
	max-width: 900px;
	padding: 10px;
	height: 95vh;
	overflow-y: scroll;
}
#inline-wrap.terms::-webkit-scrollbar,
#inline-wrap.mail_setting::-webkit-scrollbar {
	display: none;
}
#inline-wrap.terms .contents_block .contents_title,
#inline-wrap.mail_setting .contents_block .contents_title {
	width: auto;
	margin-bottom: 30px;
}
#inline-wrap.terms .contents_block .contents_title h3::after,
#inline-wrap.mail_setting .contents_block .contents_title h3::after {
	left: 340px;
}
#inline-wrap.terms .contents_block .contents_box,
#inline-wrap.mail_setting .contents_block .contents_box {
	width: 650px;
	margin-top: 30px;
}
#inline-wrap.terms button.mfp-close,
#inline-wrap.mail_setting button.mfp-close {
	width: 40px;
	height: 40px;
	font-size: 40px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	position: fixed;
	top: 40px;
	left: auto;
	right: auto;
	margin-left: 825px;
}
#inline-wrap.terms .page_title,
#inline-wrap.mail_setting .page_title,
#inline-wrap.error .page_title {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#inline-wrap input[type="email"] {
	margin-bottom: 5px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	font-size: 18px;
	color: #555;
	width: 180px;
}
/* form_input
---------------------------------------*/
.form_input1,
.form_input2 { padding: 40px;}
.form_input1 {
	width: 590px;
    margin: 0 auto;
}
.form_input2 { border: 1px solid #36b9ff;}
.form_input1 dt,
.form_input2 dt { margin-bottom: 10px;}
.form_input1 dd,
.form_input2 dd {
	margin: 10px 0 30px;
	font-size: 28px;
}
.form_input1 dd:last-child,
.form_input2 dd:last-child { margin-bottom: 0;}

.form_input1 dd input[type="text"],
.form_input1 dd input[type="email"],
.form_input1 dd input[type="tel"] {
	font-size: 28px;
	color: #36b9ff;
}
.form_input1 dd input[type="text"]::-webkit-input-placeholder,
.form_input1 dd input[type="email"]::-webkit-input-placeholder,
.form_input1 dd input[type="tel"]::-webkit-input-placeholder {
    color: #bbb;
}
.form_input1 dd input[type="text"]:-ms-input-placeholder,
.form_input1 dd input[type="email"]:-ms-input-placeholder,
.form_input1 dd input[type="tel"]:-ms-input-placeholder {
    color: #bbb;
}
.form_input1 dd input[type="text"]::-moz-placeholder,
.form_input1 dd input[type="email"]::-moz-placeholder,
.form_input1 dd input[type="tel"]::-moz-placeholder {
    color: #bbb;
}
.form_input1 dd input[type="text"]::-placeholder,
.form_input1 dd input[type="email"]::-placeholder,
.form_input1 dd input[type="tel"]::-placeholder {
    color: #bbb;
}
.form_input1 .tel_accordion dt,
.form_input1 .mail_accordion dt {
	font-size: 18px;
}
/* form_callstep
---------------------------------------*/
.form_callstep { 
	margin: 20px auto;
	width: 590px;
}
.form_callstep h3 {
	margin-bottom: 20px;
	padding: 5px 0;
	border-bottom: 5px solid #eee;
	font-size: 132%;
	font-weight: normal;
}
.form_callstep {}
.form_callstep ul li { margin-bottom: 40px;}
.form_callstep ul li:last-child { margin-bottom: 0;}
.acordion_tree ul li .icon_step2{
	background-position: 0 0;
}
.form_callstep ul li .text_color_yellow {
	color: #ffd700;
}
.form_callstep input[type="text"],
.form_callstep input[type="email"],
.form_callstep input[type="tel"],
.form_callstep input[type="password"],
.form_callstep select {
	margin-bottom: 5px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	font-size: 18px;
	color: #555;
	width: 100px;
}
.form_callstep input[type="email"] {
	width: 300px;
}
.form_callstep input[type="tel"] {
	width: 220px;
}
#authorize_1,
#authorize_2,
#authorize_3,
#authorize_4 {
	padding: 50px;
    position: relative;
    max-width: 700px;
    margin: 10px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.authorize {
	text-align: center;
}
.authorize dl {
	margin-bottom: 40px;
}
.authorize dt {
	margin-bottom: 20px;
}
.authorize dd {
	font-size: 24px;
}
.authorize .authorize_button p {
	display: inline-block;
}
.authorize input[type="text"],
.authorize input[type="email"],
.authorize input[type="tel"],
.authorize input[type="password"],
.authorize select {
	margin-bottom: 5px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	font-size: 18px;
	color: #555;
	width: 100px;
}
.authorize input[type="email"] {
	width: 300px;
}
.authorize input[type="tel"] {
	width: 220px;
}
.authorize dd input[type="text"]::-webkit-input-placeholder,
.authorize dd input[type="email"]::-webkit-input-placeholder,
.authorize dd input[type="tel"]::-webkit-input-placeholder {
    color: #bbb;
}
.authorize dd input[type="text"]:-ms-input-placeholder,
.authorize dd input[type="email"]:-ms-input-placeholder,
.authorize dd input[type="tel"]:-ms-input-placeholder {
    color: #bbb;
}
.authorize dd input[type="text"]::-moz-placeholder,
.authorize dd input[type="email"]::-moz-placeholder,
.authorize dd input[type="tel"]::-moz-placeholder {
    color: #bbb;
}
.authorize dd input[type="text"]::-placeholder,
.authorize dd input[type="email"]::-placeholder,
.authorize dd input[type="tel"]::-placeholder {
    color: #bbb;
}
/*======================================

 login_member_box(会員ログインpopup)

=======================================*/

.login_member_box {
	padding: 20px;
}
.login_member_box p { text-align: center;}
.login_member_box .btn_pattern01 {
	margin: 60px 0 0;
	width: 320px;
}
.reregistration {
	padding: 70px 0;
	text-align: center;
}
.reregistration p {
	margin-bottom: 20px;
}
.reregistration p:first-child {
	margin-bottom: 60px;
}
#reregistration {
	padding: 24px;
	border: 1px solid #ccc;
    position: relative;
    max-width: 700px;
    margin: 10px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #eee;
}
