@charset "UTF-8";


/*
==========================================================
フォーム共通
==========================================================
*/
input[type=radio], input[type=checkbox] {
  display: none;
}
.form-area label {
	cursor: pointer;
	margin-right: 15px;
}
::-webkit-input-placeholder {
 color: #ACACAC;
font-size: 14px;
}
	
/*=======================
テキストボックス
========================*/

#formWrap .text, #formWrap textarea {
	border:1px solid #777;
	padding: 5px;
	color: #333;
	background: #fff;
	border-radius: 3px;
}	
	
	/*=======================
セレクトボックス
========================*/

select {
	height: 30px;
	margin-bottom: 5px;
	font-size: 14px;
}
	
/*
==========================================================
フォームPC設定
==========================================================
*/

@media print, screen and (min-width: 641px) {
	

#assessment {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#formtop {
	font-size: 100%;
	text-align: left;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	margin-bottom: 40px;
	width: 100%;
	margin-top: 20px;
}
#formtop h5 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#formtop table {
	font-size: 100%;
	text-align: left;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	margin-bottom: 0px;
	width: 100%;
}

#formtop th,#formtop td {
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	line-height: 1.8em;
	border: 1px solid #CCC;
}
#formtop table tr th {
	width: 30%;
	padding: 15px;
	border: 1px solid #CCC;
	background-color: #f1f1f1;
}

#formWrap {
	margin-bottom: 50px;
	padding-right: 10%;
	padding-left: 10%;
}

#formWrap h5 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #000;
}
#formWrap table {
	font-size: 100%;
	text-align: left;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	margin-bottom: 50px;
	width: 100%;
}
#formWrap th,#formWrap td {
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	line-height: 1.5em;
	border: 1px solid #CCC;
}
#formWrap table tr th {
	width: 20%;
	padding: 15px;
	border: 1px solid #CCC;
	background-color: #f1f1f1;
}
#formWrap table tr td .notes {
	font-size: 13px;
	color: #333;
	clear: both;
	display: block;
}
#formWrap table tr td input.zip {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#formWrap table tr td ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 150%;
}
#formWrap table tr td ul li {
	margin-bottom: 5px;
}
#formWrap .selectbox {
	margin: 0px;
}

#formWrap .confirmation {
	line-height: 40px;
	background-color: #F5D6D6;
	text-align: center;
	margin-bottom: 30px;
}
#formWrap table th span {
	font-size: 90%;
}

#formWrap .must {
	font-size: 13px;
	background-color: #CC0000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	display: block;
	float: right;
}
.submit {
	margin-bottom: 50px;
	text-align: center;
}

.zip.zipcord {
	border:1px solid #777;
	padding: 5px;
	color: #333;
	background: #fff;
	border-radius: 3px;
}

/*=======================
フォーム調整　独自指定
========================*/

#formWrap textarea {
	width: 60%;
	font-size: 14px;
	line-height: 1.5em;
}
input[type='text'] {
	font-size: 14px;
}
input[type='text'].tel_box {
	width: 30%
}
input[type='text'].mail_box {
	width: 60%
}
input[type='text'].name_box {
	width: 30%;
}
input[type='text'].text10 {
	width: 10%;
}
input[type='text'].text20 {
	width: 20%;
}
input[type='text'].text30 {
	width: 30%;
}
input[type='text'].text40 {
	width: 40%;
}
input[type='text'].text50 {
	width: 50%;
}
input[type='text'].text60 {
	width: 60%;
}
input[type='text'].text70 {
	width: 70%;
}
input[type='text'].text80 {
	width: 80%;
}
input[type='text'].text90 {
	width: 90%;
}
input[type='text'].text100 {
	width: 100%;
}
/*ラジオ・チェックボタン縦並び*/
.form-area ul.tate {
}
.form-area ul.tate li {
}

/*数字入力用*/
input[type='tel'].text10 {
	width: 60px;
}
input[type='tel'].text20 {
	width: 60px;
}
input[type='tel'].text_postal {/*〒番号*/
	width: 80px;
}
input[type='button'].postal_bt {/*〒から住所を自動入力ボタン*/
	background-color: #ccc;
	font-size: 14px;
	margin-bottom:10px;
}

input{/*IEフォームズレ対策*/
     "MS PGothic"
}
.form_box th,
.form_box td {/*IEフォームズレ対策*/
	line-height: 180%;
	vertical-align: middle; 
}

/*=======================
チェック・セレクトボックス設定 　共通
========================*/
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #FFD1D9;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #FF6600;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF3808;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FF3808;
  border-bottom: 3px solid #FF3808;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
/*=======================
チェック・セレクトボックス設定（ラジオボタンの中のチェックボックス）
========================*/
.radio_in {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox_in {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 12px 12px 12px 42px;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 0;
}
.radio_in:hover, .checkbox_in:hover {
  background-color: #FFD1D9;
}
.radio_in:hover:after, .checkbox_in:hover:after {
	border-color: #FF6600;
}
.radio_in:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.checkbox_in:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.radio_in:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF3808;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio_in:before {
  opacity: 1;
}
.checkbox_in:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FF3808;
  border-bottom: 3px solid #FF3808;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox_in:before {
  opacity: 1;
}


/*=======================
フォームボタン
========================*/

#submit {
	padding-top: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 0%;
}
#submit p {
	font-size: 16px;
	line-height: 1.8em;
}
#submit .privacy {
	color: #D70100;
}
#submit .bt {
	padding-top: 30px;
	padding-bottom: 0px;
}
#submit .css_btn_class {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #D90E00;
	color: #ffffff;
	display: inline-block;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 50px;
}
#submit .css_btn_class:hover {
	background-color: #FFCD01;
	text-decoration: none;
}
#submit .css_btn_class:active {
	position:relative;
	top:1px;
}
#submit .btn_text{
	color: #fff;
	text-decoration:none;
	font-size: 18px;
}
#submit a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}



#formWrap form .box table tr td dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
#formWrap form .box table tr td dl dt {
	float: left;
	width: 15%;
	margin-right: 10px;
}
#formWrap form .box table tr td dl dd {
	float: left;
	margin-right: 20px;
}
#formWrap form .box table tr td dl dd.add {
	float: left;
	margin-right: 20px;
	width: 80%;
	font-size: 12px;
	color: #333;
}
#formWrap .point:before {
   content: url(/images/form_point.png);
   margin: 10px;
   position: relative;
   top: 8px;
}

#formWrap .actionbox .select {
	float: left;
	display: inline-block;
}
#formWrap .actionbox .close {
	display: block;
}
#formWrap .actionbox .select .more {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.8em;
}



}

/*
==========================================================
フォームSP設定
==========================================================
*/


@media screen and (max-width: 640px) {

#form .inner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#formtop {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#formtop h2 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2E5FA2;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #FFF;
}
#formtop table {
	font-size: 100%;
	text-align: left;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	margin-bottom: 0px;
	width: 100%;
}
#formtop table thead {
  display: block;
  float: left;
  width: 30%;
}
#formtop table tbody {
  display: block;
  float: left;
  width: 70%;
}
#formtop table tbody tr td {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#formtop th,
#formtop td{
	display: block;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 1.8em;
}
#formtop th{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
#formtop td {
	margin-bottom: 40px;
	text-align: left;
}
#formWrap {
	margin-top: 20px;
	margin-bottom: 50px;
	width: 100%;
	overflow: hidden;
}
#formWrap h5 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2E5FA2;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #FFF;
}
#formWrap table {
;
	margin-right: auto;
	margin-left: auto;
}
#formWrap th,
#formWrap td{
	display: block;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 1.8em;
}
#formWrap th{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #eee;
	font-weight: bold;
}
#formWrap td {
	margin-bottom: 30px;
	text-align: left;
}
#form textarea,input[type="text"] {
	width: 90%;
	font-size: 15px;
}
#formWrap td span {
}
#formWrap table tr td input {
	margin-bottom: 10px;
}
#formWrap table tr td input.mid {
	width: 80%;
}
#formWrap table tr td input.short {
	width: 20%;
}
#formWrap table tr td .notes {
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
}
#formWrap .must {
	font-size: 11px;
	background-color: #CC0000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	display: block;
	float: right;
}

/*=======================
フォーム調整　独自指定
========================*/

input[type='text'] ,
input[type='tel'] {
	height: 1.8em;
}
textarea {
	width: 80%;
}
input[type='text'].tel_box {
	width: 90%;
}
input[type='text'].mail_box {
	width: 80%;
}
input[type='text'].name_box {
	width: 40%;
}
input[type='text'].text10 {
	width: 10%;
}
input[type='text'].text20 {
	width: 20%;
}
input[type='text'].text30 {
	width: 30%;
}
input[type='text'].text40 {
	width: 40%;
}
input[type='text'].text50 {
	width: 70%;
}
input[type='text'].text60 {
	width: 97%;
}
input[type='text'].text70 {
	width: 70%;
}
input[type='text'].text80 {
	width: 80%;
}
input[type='text'].text90 {
	width: 90%;
}
input[type='text'].text100 {
	width: 100%;
}
/*ラジオ・チェックボタン縦並び*/
.form-area ul.tate {
}
.form-area ul.tate li {
}


/*数字入力用*/
input[type='text'] {
	font-size: 14px;
}
input[type='tel'].text10 {
	width: 30%;
}
input[type='tel'].text20 {
	width: 30%;
}
input[type='tel'].text_postal {/*〒番号*/
	width: 25%;
}
input[type='button'].postal_bt {/*〒から住所を自動入力ボタン*/
	padding-top: 1%;
	padding-bottom: 1%;
	-webkit-appearance: none;/*スマホデフォデザイン解除*/
	background-color: #ccc;
	font-size:0.8em;
}

input{/*IEフォームズレ対策*/
     "MS PGothic"
}
.form_box th,
.form_box td {/*IEフォームズレ対策*/
	line-height: 180%;
	vertical-align: middle; 
}


/*=======================
チェック・セレクトボックス設定 　共通
========================*/
.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 3%;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
 padding-bottom: 3%;
	padding-left: 15%;
	padding-right: 3%;
	padding-top: 3%;
}

.short .radio {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 3%;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	padding-bottom: 3%;
	padding-left: 60%;
	padding-right: 3%;
	padding-top: 3%;
}

.radio:hover, .checkbox:hover {
  background-color: #FFD1D9;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #FF6600;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF3808;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FF3808;
  border-bottom: 3px solid #FF3808;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/*=======================
スマホ用指定
========================*/
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area textarea {
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
 box-sizing:border-box;
}

.radio,
.checkbox {
	width: 80%;
}
/*=======================
チェック・セレクトボックス設定（ラジオボタンの中のチェックボックス）
========================*/
.radio_in {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 3%;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	width: 90%;
	padding-bottom: 3%;
	padding-left: 15%;
	padding-right: 3%;
	padding-top: 3%;
}
.checkbox_in {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 3%;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	width: 85%;
	padding-bottom: 3%;
	padding-left: 20%;
	padding-right: 3%;
	padding-top: 3%;
}
.radio_in:hover, .checkbox_in:hover {
  background-color: #FFD1D9;
}
.radio_in:hover:after, .checkbox_in:hover:after {
	border-color: #FF6600;
}
.radio_in:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 17%;/*上揃え*/
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.checkbox_in:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	 top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
.radio_in:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	 top: 17%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF3808;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio_in:before {
  opacity: 1;
}
.checkbox_in:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FF3808;
  border-bottom: 3px solid #FF3808;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox_in:before {
  opacity: 1;
}


/*=======================
フォームボタン
========================*/

#submit {
	padding-top: 1%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 0%;
}
#submit .privacy {
	color: #0056B7;
}
#submit .bt {
	padding-top: 10px;
	padding-bottom: 0px;
}


#submit .css_btn_class {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #D90E00;
	color: #ffffff;
	display: inline-block;
	border: none;
	padding-bottom: 10px;
	-webkit-appearance: none;/*スマホデフォデザイン解除*/
	padding-top: 10px;
}

#submit .css_btn_class:hover {
	background-color: #FFCD01;
	text-decoration: none;
}
#submit .css_btn_class:active {
	position:relative;
	top:1px;
}
#submit .btn_text{
	color: #fff;
	text-decoration:none;
	font-size: 18px;
}
#submit a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}


#formWrap form .box table tr td dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
#formWrap form .box table tr td dl dt {
	float: left;
	width: 18%;
	margin-right: 10px;
}
#formWrap form .box table tr td dl dd {
	float: left;
	margin-right: 20px;
}
#formWrap form .box table tr td dl dd.add {
	float: left;
	margin-right: 20px;
	width: 70%;
}
#formWrap .point:before {
   content: url(/images/form_point.png);
   margin: 10px;
   position: relative;
   top: 8px;
}

#formWrap .actionbox .select {
	display: inline-block;
	width: 80%;
}
#formWrap .actionbox .close {
	display: block;
	width: 80%;
}
#formWrap .actionbox .select .more {
	margin-bottom: 10px;
	font-size: 14px;
}
#formWrap form .box table tr td dl .ttl {
	width: 20%;
	float: left;
}
#formWrap form .box table tr td dl .short {
	float: left;
	width: 20%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#formWrap form .box table tr td dl .sub {
	clear: both;
}






}


/*
==========================================================
プライバシーポリシー共通
==========================================================
*/

#formWrap #privacy {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#formWrap #privacy .pv {
	text-align: left;
	margin: 0px;
	padding: 20px;
	border: 1px solid #CCC;
}
#formWrap #privacy .pv dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 15px;
}
#formWrap #privacy .pv dl .title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#formWrap #privacy .pv dl dt {
	font-weight: bold;
}
#formWrap #privacy .pvbox {
	display: none;
}
#formWrap #privacy .open {
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}
#formWrap #privacy .open span {
	color: #06C;
	text-decoration: underline;
	font-size: 16px;
}
#formWrap #privacy .pvbox .pv dl dd {
	line-height: 1.5em;
}
#formWrap #privacy .sub {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	color: #666;
}


#formWrap table .en {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}
#formWrap #mailform .box table tr td .radio span {
	font-size: 12px;
	text-align: center;
	
}#formWrap .box  .zip {
	margin-bottom: 10px;
	font-size: 14px;
}
#formWrap .radio {
	font-size: 14px;
}
#formWrap .more #datepicker {
	margin-bottom: 5px;
}

#formWrap  .box table tr td dl .sub {
	font-size: 12px;
	clear: both;
	padding-top: 10px;
	display: block;
	margin: 0px;
}
.add #address2 {
	margin-bottom: 10px;
}
#container #contents .inner #formWrap form .box table tr .subinput {
	width: 20%;
}
#container #contents .inner #formWrap form .box table tr td span {
}
#container #contents .inner #formWrap form .box table tr td .age {
	margin-left: 20px;
}
#container #contents .inner #formWrap .formtitle {
	font-size: 20px;
	font-weight: bold;
	background-color: #f1f1f1;
	margin-bottom: 20px;
}
#container #contents .inner #formWrap form .box .sectiontitle {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 10px;
}



@media print, screen and (min-width: 641px) {
	
#formWrap form .box table tr td .license {
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#formWrap form .box table tr td .license li {
	float: left;
	width: 49%;
}	
	
	
#thanks {
	margin-bottom: 0px;
}
#thanks h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
#thanks p {
	text-align: center;
	margin-bottom: 50px;
}
#thanks .top_back>a {
	font-size: 16px;
	color: blue;
	text-decoration: underline;
}
#thanks address {
	text-align: center;
	font-style: normal;
	font-size: 14px;
	line-height: 1.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 40px;
	margin:0 auto 3rem;
}
#thanks address .com_name{
	font-size: 16px;
	font-weight: bold;
}
#thanks address .red{
	color: red;
	margin-top: 1rem;
}
#thanks address .tel_fax{
	font-size: 15px;
	margin-top: 1em;
}
}

@media print, screen and (max-width: 640px) {
	
	#formWrap form .box table tr td .license {
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#formWrap form .box table tr td .license li {
	width: 100%;
}	

	
#thanks {
	margin-bottom: 50px;
}
#thanks h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 24px;
}
#thanks p {
	text-align: left;
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 1.5em;
}
#thanks .top_back{
	text-align: center;
}
#thanks .top_back>a {
	font-size: 16px;
	color: blue;
	text-decoration: underline;
}
#thanks address {
	text-align: left;
	font-style: normal;
	font-size: 14px;
	line-height: 1.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 40px;
}
#thanks address .com_name{
	font-size: 16px;
	font-weight: bold;
}
#thanks address .red{
	color: red;
	margin-top: 1rem;
}
#thanks address .tel_fax{
	font-size: 15px;
	margin-top: 1em;
}
#thanks address .tel_fax a.sp_only{
	text-decoration: underline;
}
}

