@charset "utf-8";
/* CSS Document */



/*CONSULTATION--------------------------*/
.form_waku{
	border: 1px #e05579 solid;
	margin: 10px 0;
	padding: 10px;
	color: #e05579;
	text-align: left;
}
.noform_waku{
	border: 1px #e05579 solid;
	padding: 10px;
	color: #868686;
	text-align: left;
}
.form_notes{
	padding-left: 15px;
	text-align: left;
	color: #696969;
}
.form_m20{
	margin: 20px 0 30px 0;
}
.form_m20 a{
	color: #e05579;
}
.form_m20 a:hover{
	color: #868686;
}
.input_btm{
	padding: 5px 10px;
	font-size: 16px;
}
.form_table{
	margin: 5px 0;
}
.form_table .row{
	display: table;
	table-layout: fixed;
	width: 670px;
	border: 1px #868686 solid;
	background-color: #fff;
	padding: 3px;
}
.form_table .cell1{
	display: table-cell;
	/*background-color: #98fb98;*/
	background-color: #b8dba9;
	background-color: #d1e7c8;
	width: 30%;
	padding: 5px 10px;
	text-align: left;
	color:#696969;
}
.form_table .cell2{
	display: table-cell;
	width: 70%;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
	color:#696969;
	background-color: #f5f5f5;
}
.form_table .cell2 input,select{
	border-width:2px 1px 1px 2px;
	border-color:#696969;
	border-style:inset;
	padding: 3px;
	max-width :95%;
	margin:1px;
}
.form_table .cell2 p {
	padding: 10px 2px 2px 2px;
}
.form_table .cell2 textarea{
	min-width: 200px;
	min-height: 80px;
	max-width: 440px;
	max-height: 200px;
	border-width:2px 1px 1px 2px;
	border-color:#696969;
	border-style:inset;
}
.essential_mark {
	display:block;
	padding: 2px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ws-border-radius: 5px;
	-o-border-radius: 5px;
	background-color:#ff69b4;
	color:#ffffff;
	float:right;
	font-size:13px;
	font-weight:700;
	-moz-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(4,0,0,0.3);

	background: rgba(255,105,180,1);
	background: -moz-linear-gradient(top, rgba(255,105,180,1) 0%, rgba(255,20,147,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,105,180,1) 0%,rgba(255,20,147,1) 100%);
	background: linear-gradient(to bottom, rgba(255,105,180,1) 0%,rgba(255,20,147,1) 100%);
}

.btn_table{
	margin: 5px 0;
}
.btn_table .row{
	display: table;
	table-layout: fixed;
	width: 670px;
	border: 1px #ffffff solid;
	background-color: #fff;
	padding: 3px;
}
.btn_table .cell1{
	display: table-cell;
	width: 100%;
	padding: 5px 10px;
	vertical-align: top;
	text-align: right;
	color:#696969;
}
.btn_table .cell1 input{
	border-width: 1px 2px 2px 1px;
	border-color:#696969;
	border-style:out;
	padding: 3px;
}
.btn_table .cell1 button{
	margin-top:2px;
	border-width: 1px 2px 2px 1px;
	border-color:#696969;
	border-style:out;
	padding: 3px;
}
/*LINE*/
.line_con{
	background-color: #00c300;
	color: #fff;
	padding: 10px;
}
.line_con img{
	padding-right: 10px;
}
.line_con .accepting{
	font-size: 44px;
	font-weight: 700;
}
.line_con ul li{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.line_con ul li:nth-child(even){
	border-right:none;
}
.line_con .line_table {
	box-sizing: border-box;
	margin-top: 10px;
}
.line_con .line_table .row{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	text-align: left;
}
.line_con .line_table .cell1{
	width: 110px;
	display: table-cell;
	vertical-align: top;
}
.line_con .line_table .cell2{
	width: 200px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	background-color: #696969;
}
.line_con .line_table .cell2 input{
	max-width :95%;
}
/*form_select--------------------------*/
.form_select_area{
	display: block;
	/*background-color: red;*/
	margin: 10px 5px;
	height:50px;
	text-align: center;
}
.form_select_button_off{
	display: block;
	width:33%;
	height:95%;
	text-align: center;
	/*background-color: pink;*/
	float:left;
}
.form_select_button_off button{
	font-size: 16px;
	font-weight:700;
	width:90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ws-border-radius: 10px;
	-o-border-radius: 10px;
	background: rgba(60,179,113,1);
	background: -moz-linear-gradient(top, rgba(60,179,113,1) 0%, rgba(0,100,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(60,179,113,1) 0%,rgba(0,100,0,1) 100%);
	background: linear-gradient(to bottom, rgba(60,179,113,1) 0%,rgba(0,100,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a96', endColorstr='#ff305c',GradientType=0 );
	-moz-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	color:#ffffff;
	padding: 10px 0;
}
.form_select_button_on{
	display: block;
	width:33%;
	height:95%;
	text-align: center;
	/*background-color: pink;*/
	float:left;
}
.form_select_button_on button{
	font-size: 16px;
	font-weight:700;
	width:90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ws-border-radius: 10px;
	-o-border-radius: 10px;
	background: rgba(60,179,113,1);
	background: -moz-linear-gradient(top, rgba(162,219,168,1) 0%, rgba(221,222,211,1) 100%);
	background: -webkit-linear-gradient(top, rgba(162,219,168,1) 0%,rgba(221,222,211,1) 100%);
	background: linear-gradient(to bottom, rgba(162,219,168,1) 0%,rgba(221,222,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a96', endColorstr='#ff305c',GradientType=0 );
	-moz-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	color:green;
	padding: 10px 0;
}
