@charset "utf-8";
/* -----------------------------------------------------------
    新規会員登録フォーム 全ページ共通レイアウト
-------------------------------------------------------------- */
.intro-area{
	margin: 80px 0;
}
.intro-area .inner1000{
	border-radius: 30px;
	background: #F1FCF9;
	/*display: flex;
	justify-content: space-between;*/
		padding: 30px 80px;
	position: relative;
}
.cmn-pcontact-message {
	font-size: 2rem;
	letter-spacing: .05em;
	font-weight: bold;
	line-height: 2;
}
#signup.form .cmn-pcontact-message {
	font-size: 2rem;
	letter-spacing: .05em;
	font-weight: bold;
	line-height: 2;
	margin: 80px auto;
}

.cmn-pcontact-message .important{
	font-size: 3.2rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	padding: 0 5px;
	color: #1DC18E;
}

.intro-area .invitation-block .img{
	position: absolute;
	right: 0px;
	top: -30px;
}

.intro-area .invitation-block img{
	width: 360px;
}

@media screen and (max-width: 768px){
	.intro-area{
		margin: 60px 0 30px;
	}
	.intro-area .inner1000{
		border-radius: 15px;
		padding: 10px 20px;
	}
	.cmn-pcontact-message {
		font-size: 1.4rem;
		margin: 50px 0 20px;
		letter-spacing: .03em;
	}
	#signup.form .cmn-pcontact-message {
		font-size: 1.4rem;
		margin: 50px auto 20px;
		letter-spacing: .03em;
	}
	.cmn-pcontact-message  .important{
		line-height: 1.6;
	}
	
	.intro-area .invitation-block .img{
		position: absolute;
		right: -20px;
		top: -30px;
	}

	.intro-area .invitation-block img{
		width: 210px;
	}
	
}

/* -----------------------------------------------------------
    label 装飾
-------------------------------------------------------------- */
.color_input li label{
	padding:20px 10px;
	border:1px #E2D5AF solid;
	border-radius: 6px;
	background:#FCF8EE;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	color: #333;
	box-shadow: 3px 3px #f5f5f5;
	transition: 0.2s;
}

.color_input li label:hover,
.color_input li label.label-checked{
	background:#FFE655;
	border:1px #FFE655 solid;

}

.color_input li label input{
	vertical-align:middle;
}

@media screen and (max-width: 768px){
	
	.color_input li label{
		padding:10px 10px 10px 10px;
		line-height:1.4;
		font-size: 1.5rem;
		border-radius: 4px;
	}
	
	.color_input li label:hover{
		border:1px solid #DDD;
		background:#FCF8EE;
		color: #333;
	}
	.color_input li label.label-checked:hover{
		border:1px solid #FFE655;
		background:#FFE655;
	}
	
}



/* -----------------------------------------------------------
    input
-------------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"], 
input[type="date"],

select,
textarea {
	border: 1px solid #787f88;
	padding: 15px;
	font-size: 1.5rem;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	letter-spacing: 0.03em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,

select:focus,
textarea:focus {
	border: 1px solid #0099dd;
}

input[type="number"] {
	-moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

select{
	width: 30%;
	margin: 0 0 0 0;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
	background-size: 20px auto;
}

td.area select{
	width: 40%;
	padding: 9px;
	margin: 0 0 0 0;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
	background-size: 20px auto;
}

select:hover {
	cursor: pointer;
}

option {
	padding: 5px 15px;
}

select option selected {
	color: #999;
}

textarea {
	width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align:-1px;
	margin: 0 8px 0 0;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	border-radius: 0;
}

.form_area label:hover {
	cursor: pointer;
}

.form_area label.label_first {
	display: inline-block;
	margin: 0 40px 0 0;
}

.checkbox_list li {
	margin-bottom: 10px;
}


/* -----------------------------------------------------------
    button / submit
-------------------------------------------------------------- */

#form input[type="submit"],
#form input[type="button"] {
	background: #FEF779;
	border: #FEF779 3px solid;
	border-radius: 40px;
	cursor: pointer;
	color: #262b2d;
	height: 70px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.7rem;
	text-align: center;
	width: 100%;
	font-weight: 500;
	transition: .3s;
	white-space: normal;
}
/*
input[type="submit"]:hover,
input[type="button"]:hover{
	background: #FEF779!important;
	color: #fff!important;
}*/

.submit_btn_wrap {
	text-align: center;
	position: relative;
	min-width: 320px;
	max-width: 320px;
	margin: 0 auto;
}


.submit_btn_wrap::before {
	content: "\f054";
	color: #333;
	font: 900 1.6rem/1 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}
/*
.submit_btn_wrap:hover::before {
	color: #fff;
}*/

.submit_org {
	background: #FF8C53;
}
input[type="submit"].submit_gray,
input[type="button"].submit_gray{
	color: #333!important;
	width: 320px;
	background: #edecec;
	padding: 18px 10px 20px 10px;
	text-align: center;
}

input[type="button"].submit_gray:hover {
	background: #edecec;
	box-shadow: none;
}

.submit_magenta {
	background: #3EC473;
}
.submit_green {
	background: #F45C18;
}


/*		送信ボタン		*/
.form_btn_area {
	padding: 0 0 70px 0;
	text-align: center;
}
.form_btn_area .fl {
	float: left;
}
.form_btn_area .fr {
	float: right;
}

.form_btn_txt {
	margin: 0 0 40px;
}

.error_message{
	text-align:center;
	padding:130px 0 40px;
	line-height:1.8;
}

/* -----------------------------------------------------------
    入力画面共通  /  table
-------------------------------------------------------------- */
#form{
	/*background-color: #ECFCF7;*/
	padding: 100px 0 50px;
	background: #f8f8f8;
}

#form .f-copy{
	padding: 150px 0 10px;
	text-align: center;
}
.form_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 1.8;
	border-top: 1px #9eabb1 dotted;
	margin: 20px 0 30px;
}
.form_table th {
	padding: 15px 0 15px 30px;
	width: 220px;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #9eabb1 dotted;
}

.form_table td {
	padding: 30px 30px 30px 50px;
	border-bottom: 1px #9eabb1 dotted;
}

.form_th_title {
	font-size: 1.7rem;
	display: inline-block;
	padding: 5px 0 0;
}

.form_th_title span{
	font-size: 1.2rem;
	color: #666;
}

.form_th_notes {
	border-radius: 2px;
	float: right;
	display: inline-block;
	margin: 5px 0 0;
	padding: 3px 10px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff!important;
	background: #e25029;
}
.form_th_notes.est {
	float: none;
	padding: 6px 10px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.form_th_notes.any {
	background: #1294D5;
}

.form_table input[type="text"],
.form_table input[type="password"],
.form_table input[type="tel"],
.form_table input[type="email"], 
.form_table input[type="date"]{
	width: 100%;
	line-height: normal;
}
.form_table input[type="number"] {
	width: 30%;
}

/*		生年月日		*/
input[type="text"].birth {
	width: 40%;
}


/*		姓名		*/
input[type="text"].half {
	width: 36%;
	margin: 0 20px 0 10px;
}
input[type="text"].half.l {
	margin: 0 20px 0 10px;
}


/*		郵便番号		*/
input[type="number"].input_zip {
	width: 30%;
	margin: 0 0 0 10px;
}
.zip_btn {
	width: 30%;
	margin: 15px 0 0;
	text-align: center;
}
.zip_btn a {
	display: block;
	padding: 10px 0;
	color: #fff;
	background: #7FB2AA;
}

td.area .name_txt{
	margin: 0 0 5px;
	font-size: 1.4rem;
}

/*		お問い合わせ		*/
.radio_list {
}

.radio_list li {
	line-height: 2.4;
}


/*		注釈		*/
.form_td_notes {
	color: #1dc18e;
	display: block;
	margin: 5px 0 5px 15px;
	font-size: 1.4rem;
}


/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:768px){


	/* -----------------------------------------------------------
		input
	-------------------------------------------------------------- */
	 input[type="text"],  input[type="tel"],  input[type="password"],
	 input[type="email"],  input[type="number"],
	 select,  textarea {
		padding: 15px;
		box-sizing: border-box;
		font-size: 1.6rem;
		-webkit-appearance: none;
		border-radius: 0;
	}

	 input[type="text"],  input[type="email"],  input[type="number"],  input[type="tel"],  input[type="password"],  select,  textarea {
		width: 100%;
	}

	select{
		padding: 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}
	td.area select{
		width: 100%;
		padding: 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}

	/* -----------------------------------------------------------
		button / submit
	-------------------------------------------------------------- */
	
	.btn.back_btn {
		top: 0;
	}
	
	.btn.back_btn a {
		display: inline-block;
		width: auto;
		padding: 10px 5px 10px 20px;
		border: none;
		font-size: 1.6rem;
		text-align: left;
		background: #fff url(../img/icon_arrow03.png) no-repeat 0 50%;
		background-size: 11px 11px;
	}
	
	.form_area input[type="submit"] {
		display: block;
		width: 100%;
		padding: 20px 10px;
		font-size: 1.80rem;
		-webkit-appearance: none;
		box-sizing: border-box;
		
	}
	
	.submit_btn_wrap {
		min-width: unset;
	}
	
	.submit_btn_wrap::before {
		right: 15px;
	}
	
	#form input[type="submit"],
	#form input[type="button"]{
		min-width: inherit;
		max-width: 100%;
		width: 100%;
		font-size: 1.6rem;
		min-height: 60px;
		height: auto;
		padding: 0 20px;
	}
	
	.submit_btn_wrap {
		width: 100%;
	}

	input[type="submit"].submit_gray,
	input[type="button"].submit_gray{
		width: 100%;
		font-size: 1.4rem;
		padding: 10px 10px;
	}
	
	.form_btn_area {
		padding: 30px 0 0;
		text-align: left;
	}
	
	.form_btn_txt {
		margin: -20px 0 20px;
		line-height: 1.8;
		text-align: left;
	}
	
	.submit_gray {
		font-size: 1.4rem;
		box-shadow: 2px 2px 3px #DDD;
	}
	
	.form_btn_area {
		padding: 0 20px 20px 20px;
	}
	
	.form_btn_area .chk_txt {
		font-size: 1.8rem;
	}
	
	.form_btn_area .muryo_txt {
		padding: 30px 0 0;
		text-align: center;
	}
	
	.form_btn_area .muryo_txt span {
		font-size: 1.4rem;
		margin-right: 5px;
		padding: 3px 8px;
	}

	.form_btn_area .security {
		padding: 40px 0 0 0;
	}
	
	.form_btn_area .security p {
		display: block;
		margin: 0 0 10px 0;
	}
	.form_btn_area .security img {
		width: 20px;
	}
	
	.error_message{
		text-align:left;
		padding:30px 0 20px;
	}

		
	/* -----------------------------------------------------------
		入力画面共通  /  table
	-------------------------------------------------------------- */
	
	#form {
		padding: 20px 20px 30px;
	}
	
	.form_table {
		margin: 10px 0 15px;;
		width:100%;
		font-size: 1.5rem;
	}

	.form_table tr {
		border: none;
	}
	
	.form_table th {
		display: block;
		width: 100%;
		padding: 15px 0 0;
		text-align: left;
		vertical-align: middle;
		font-weight: bold;
		background: transparent;
		border-bottom: none;
	}
	
	.form_table td {
		display: block;
		width: 100%;
		border-top: none;
		padding: 13px 0 20px;
		text-align: left;
		vertical-align: top;
	}
	.form_table td.pc_display{
		display: none;
	}
	
	.form_th_title span{
		color: #efefef;
	}
	
	.form_th_title {
		font-size: 1.6rem;
		padding: 0;
	}
		
	.form_table th .form_th_notes {
		float: none;
		display: inline-block;
		margin: -5px 0 0 10px;
		padding: 2px 10px;
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	.form_table input[type="text"],
	.form_table input[type="password"],
	.form_table input[type="tel"],
	.form_table input[type="email"], 
	.form_table input[type="date"],
	.form_table select {
		width: 100%;
	}
	
	.form_table input[type="tel"] {
		margin-top: 10px;
	}
	
	.form_table input[type="number"] {
		width: 100%;
	}

	/*生年月日*/
	input[type="text"].birth {
		width: 50%;
	}

	/*姓名*/
	input[type="text"].half {
		width: 33%;
		margin: 0 0 0 5px;
	}
	input[type="text"].half.l {
		margin: 0 10px 0 10px;
	}
	
	/*郵便番号*/
	input[type="text"].input_zip,
	input[type="number"].input_zip{
		width: 50%;
		margin: 0 10px 0 10px;
	}
	
	/*ご希望内容*/
	.radio_list li {
		line-height: 1.8;
	}
	
	.radio_list label {
		display: block;
		padding: 5px;
	}
	
	
	/*注釈*/
	.form_td_notes {
		margin: 5px 0 0;
		font-size: 1.4rem;
	}

}

