@charset "shift_jis";


/* 質問項目 */
.question {
}

/* 例 */
span.example {
	color:#80785c;
	font-size:92%;
}

/* 必須 */
span.required {
	margin-left:5px;
	padding:0 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	line-height:1.3;
	background-color: #ff1800;
	color: #fff;
	font-size:88%;
	vertical-align:middle;
}
/* 任意 */
span.arbitrary {
	margin-left:5px;
	padding:0 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	line-height:1.3;
	background-color:#2f24ff;
	color: #fff;
	font-size:88%;
	vertical-align:middle;
}

input[type="text"],
input[type="tel"],
select,
textarea {
	margin-bottom:20px;
	padding:8px 4px;
	border: 0;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(0,0,0,0.4) 0 1px 1px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(0,0,0,0.4) 0 1px 1px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(0,0,0,0.4) 0 1px 1px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	font-size:1.1rem;
}
select {
	background:#fff url(/image/edit/select_arrow.sp.480.png) no-repeat right center;
	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	padding-right:50px;

}
   
/* 名前入力欄 */
input.name {
}

/* 生年月日入力欄 */
input.birthday {
}

/* 出生時間入力欄 */
input.birthtime {
}

/* 性別 */
ul.gender {
	list-style: none;
	margin-bottom:20px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color: #fff;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(0,0,0,0.4) 0 1px 1px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(0,0,0,0.4) 0 1px 1px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(0,0,0,0.4) 0 1px 1px;
}
ul.gender li {
	position:relative;
	border-bottom: 1px dotted #ccc;
}
ul.gender li:last-child {
	border: 0;
}
ul.gender li input {
    padding: 0;  
    position: absolute;
    opacity : 0;  
    width: 100%;  
    height: 100%;  
}
ul.gender li input + label {
    display: block;
	padding:8px 20px 8px 8px;
    background:url(/image/edit/radio_off.sp.480.png) no-repeat 98% center;
    -webkit-background-size:24px;
    background-size:24px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#000;
}
ul.gender li input:checked + label {
    background:url(/image/edit/radio_on.sp.480.png) #CCC no-repeat 98% center;
    -webkit-background-size:24px;
    background-size:24px;
}
ul.gender li:first-child label {
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
ul.gender li:last-child label {
    border-bottom:none;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

/* 出生時間入力欄 */
select.birth_area {
}

/* 出生時間選択 */
ul.birthtime {
	list-style: none;
	margin-bottom:20px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color: #fff;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(0,0,0,0.4) 0 1px 1px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(0,0,0,0.4) 0 1px 1px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(0,0,0,0.4) 0 1px 1px;
}
ul.birthtime li {
	position:relative;
	border-bottom: 1px dotted #ccc;
}
ul.birthtime li:last-child {
	border: 0;
}
ul.birthtime li input {
    padding: 0;  
    position: absolute;
    opacity : 0;  
    width: 100%;  
    height: 100%;  
}
ul.birthtime li input + label {
    display: block;
	padding:8px 20px 8px 8px;
    background:url(/image/edit/radio_off.sp.480.png) no-repeat 98% center;
    -webkit-background-size:24px;
    background-size:24px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#000;
}
ul.birthtime li input:checked + label {
    background:url(/image/edit/radio_on.sp.480.png) #CCC no-repeat 98% center;
    -webkit-background-size:24px;
    background-size:24px;
}
ul.birthtime li:first-child label {
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
ul.birthtime li:last-child label {
    border-bottom:none;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}



/*--------
  確認
------- */
dl.confirm_box dt {
	padding:2px 0 2px 1.3em;
	background-size:auto 1.23em;
    font-weight:bold;
}
dl.confirm_box dd {
    margin-bottom:20px;
    padding-left:20px;
    font-size:1.16rem;
}


/* 戻るボタン */
.button_layout .back input[type="submit"] {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a3a3a3), color-stop(0.00, #d6d6d6));
    background: -webkit-linear-gradient(#d6d6d6, #a3a3a3);
    background: linear-gradient(#d6d6d6, #a3a3a3);
}

/* 確認枠 */
.check_box {
padding:16px 10px;
background-color:#fff;
}

/* 出生時間用の質問 */
span.birth_q {
padding-left:26px;
background:url(/image/icon/006.sp.480.png) no-repeat 0 0;
background-size:1.1rem;
font-weight:bold;
font-size:1.06rem;
}