@charset "utf-8";
/*
 * form.css
 */


/* Form
---------------------------------------------------------- */
.box_form {
	margin: 21px 0;
}
.box_form label {
	display: block;
	margin: 0 0 8px;
}
.box_form  > .text {
	margin: 8px 10px;
}
.box_form .list > .tit03 {
	margin: 2px 2px 0;
}
.box_form .box_left,
.box_form .box_right {
	width: 50%;
}

/* Form用DL */
.dl_form {
	margin: 0 2px;
}
.dl_form dt {
	margin: 8px 10px 0;
	color: #000;
	font-weight: bold;
}
.dl_form dd {
	margin: 3px 10px 13px;
}
.box_form .box_left .dl_form dt,
.box_form .box_left .dl_form dd {
	margin-right: 5px;
}
.box_form .box_right .dl_form dt,
.box_form .box_right .dl_form dd {
	margin-left: 5px;
}

/* From用BOX */
.box_form div.box {
	margin: 8px 12px 13px;
}

.box_form dd select
{
	width: 100%;
}

/* 期限 */
.box_form .list_kigen {
	display: table;
	width: 100%;
}
.box_form .list_kigen li {
	display: table-cell;
}
.box_form .list_kigen li.bar {
	width: 1.5em;
	padding: 0 0 0 5px;
}
.box_form .list_kigen li select {
	width: 100%;
}

/* 郵便番号 */
.box_form .list_post {
	display: table;
	width: 100%;
}
.box_form .list_post li {
	display: table-cell;
	vertical-align: middle;
}
.box_form .list_post li.bar {
	width: 1.5em;
	text-align: center;
}
.box_form .list_post li.btn {
	width: 7em;
}
.box_form .list_post li.btn a.btn_sub01 {
	padding: 8px 0;
	margin: 0 0 0 8px;
	font-size: 14px;
}

/* 電話番号 */
.box_form .list_tel {
	display: table;
	width: 100%;
}
.box_form .list_tel li {
	display: table-cell;
}
.box_form .list_tel li.select {
	width: 7em;
	padding: 0 8px 0 0;
}
.box_form .list_tel li.select select {
	width: 100%;
}

/* メール */
.box_form .list_mail {
	display: table;
	width: 100%;
}
.box_form .list_mail li {
	display: table-cell;
}
.box_form .list_mail li.bar {
	width: 2em;
	text-align: center;
}

/* 生年月日 */
.box_form .list_birth {
	display: table;
	width: 100%;
}
.box_form .list_birth li {
	display: table-cell;
}
.box_form .list_birth li.tit {
	width: 2em;
	padding: 0 5px 0 0;
}
.box_form .list_birth li.bar {
	width: 1em;
	padding: 0 5px;
}
.box_form .list_birth li.year {

}
.box_form .list_birth li select {
	width: 100%;
}

/* 2-BLOCK */
.box_form .list_2block {
	overflow: hidden;
	zoom: 1;
}
.box_form .list_2block li {
	margin: 5px 0 0;
}
.box_form .list_2block li:nth-child(odd) {
	float: left;
	width: 49%;
}
.box_form .list_2block li:nth-child(even) {
	float: right;
	width: 49%;
}
/* 画像認証 */

.box_form .ninsho {
	margin: 8px 0;
	text-align: center;
}
.box_form .ninsho .btn_sub01 {
	display: inline-block;
	margin: 0 0 8px;
}

/* アコーディオン */
.list.attention_list {
	border: #db0000 4px solid;
}
.accordion {
	padding: 0;
}
.attention_list h4 { 
	position: relative;
	padding: 10px;
	background: #db0000;
	color: #fff;
}
.attention_list .accordion h4 { 
	padding: 10px 90px 10px 10px;
}
.accordion .btn {
	position: absolute;
	top: 50%;
	right: 2px;
	display: inline-block;
	width: 3em;
	height: 15px;
	padding: 10px 30px 10px 10px;
	margin: -18px 0 0;
	line-height: 15px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background: -moz-linear-gradient(top,  #a3a3a3 0%, #666 50%, #666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3a3a3), color-stop(50%,#666), color-stop(100%,#666));
	background: -webkit-linear-gradient(top,  #a3a3a3 0%,#666 50%,#666 100%);
	background: linear-gradient(to bottom,  #a3a3a3 0%,#666 50%,#666 100%);
	text-shadow: 0 1px 4px #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.accordion .btn:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 15px;
	height: 15px;
	margin: -7px 0 0;
	background: url(/image/common/ico_togopen.png) no-repeat 0 0;
	-webkit-background-size: 15px 15px;
	   -moz-background-size: 15px 15px;
	        background-size: 15px 15px;
}
.accordion .open .btn:after {
	background: url(/image/common/ico_pagetop.png) no-repeat 0 0;
	-webkit-background-size: 15px 15px;
	   -moz-background-size: 15px 15px;
	        background-size: 15px 15px;
}
.accordion .accBody {
	padding: 8px 10px 0;
}



