@charset "utf-8";

/*------------------------------------------------
  saaske.css
------------------------------------------------*/

article.resp {
  margin-left: 0 !important;
	margin-top: 16px;
}
article.resp * {
  box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

li.clr {
	border: 1px solid #ccc;
	border-top: none;
  border-collapse: separate;
  /* border-spacing: 0 5px; */
  display: table;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
li.clr:nth-of-type(1),
li.label + li.clr,
.label_message + li.clr {
	border-top: 1px solid #ccc;
}

li.clr label.span_3,
li.clr div.span_9 {
  display: table-cell !important;
	vertical-align: top;
	padding: 1em 15px .8em;
}
li.clr label.span_3 {
	width: 30%;
	background: #e6e6e6;
	border-right: 1px solid #ccc;
	font-weight: bold;
  text-align: left;
}
.form_list li.clr label.span_3.required:after {
	content: "必须";
	margin: 0 .25em;
	padding: .1em .25em;
	display: inline-block;
	color: #fff;
	background: #900;
	font-weight: bold;
	line-height: 1;
}

.form_list li.clr label.span_3.required_en:after {
	content: "Must be";
	margin: 0 .25em;
	padding: .1em .25em;
	display: inline-block;
	color: #fff;
	background: #900;
	font-weight: bold;
	line-height: 1;
}

.form_list li.clr label.span_3.required_jp:after {
	content: "必須";
	margin: 0 .25em;
	padding: .1em .25em;
	display: inline-block;
	color: #fff;
	background: #900;
	font-weight: bold;
	line-height: 1;
}

li.clr div.span_9 {
	width: 70%;
	background: #fff;
}
li.clr div.span_9 label {
  display: inline-block !important;
  font-weight: normal;
}
li.clr div.span_9 span {
  display: inline-block;
}
li.clr div.span_9 p.f_comt,
li.clr div.span_9 p.f_comb {
}

li.clr div.span_9 input[type="text"], 
li.clr div.span_9 input[type="email"], 
li.clr div.span_9 input[type="tel"], 
li.clr div.span_9 input[type="url"], 
li.clr div.span_9 input[type="password"], 
li.clr div.span_9 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
  max-width: 100%;
	padding: .5em .1em ;
	width: inherit;
  width: 100%;
}
li.clr div.span_9 input[type="email"] {
  /* width: 100%; */
}

li.clr div.span_9 input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  max-width: 100%;
	padding: .5em .1em ;
}

/* 郵便番号 */
li.clr div.span_9 input[type="text"][size="10"] {
  width: 25% !important;
}
/* 郵便番号（分割） */
li.clr div.span_9 input[type="text"][size="6"],
li.clr div.span_9 input[type="text"][size="8"] {
  width: 25% !important;
}
/* 電話番号 */
li.clr div.span_9 input[size="20"] {
  /* width: 25% !important; */
}
/* 名前 */
li.clr div.span_9 input[size="40"] {
}
/* 名前（分割） */
li.clr div.span_9 > span {
  width: 49%;
}
li.clr div.span_9 > span input[size="15"] {
  width: calc(100% - 3em);
}

li.clr div.span_9 input[size="10"] + p.f_comb,
li.clr div.span_9 input[size="20"] + p.f_comb,
li.clr div.span_9 input[size="40"] + p.f_comb {
}

/* 住所（一行テキスト） */
li.clr div.span_9 input[size="45"] {
}

/* メールアドレス */
li.clr div.span_9 input[size="50"] {
}
/* メールアドレス分割 */
li.clr div.span_9 input[name*="-1"][size="20"], 
li.clr div.span_9 input[name*="-2"][size="40"] {
	width: 40% !important;
}

li.clr div.span_9 textarea {
}

li.clr div.span_9 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: url(./select.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border: 1px solid #ccc;  border-radius: 0;
  box-shadow: none;
  /* display: inline-block; */
  font-size: 16px;
  max-width: 100%;
  padding: .5em .1em ;
  width: inherit;
  width: 100%;
  padding-right: 25px;
}
li.clr div.span_9 select::-ms-expand {
  display: none;
}

li.clr div.span_9 em {
  color: #e55a3b;
  font-style: normal;
}

/* 住所セット */
li.clr div.span_9 p input,
li.clr div.span_9 p select {
  margin-bottom: 5px;
}
li.clr div.span_9 p input[size='12'] {
  width: 50% !important;
}
li.clr div.span_9 p input[size='40'] {
}
li.clr div.span_9 p input[type='button'] {
	font-size: 1em;
	width: auto !important;
}

article.resp li.label {
  display: block;
	padding: .3em 0;
	border-left: none;
	border-bottom: 1px solid #ccc;
	color: #333;
	background: none;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 1em;
	margin-bottom: 16px;
}
article.resp .label_message {
  display: inline-block;
  margin: 0 auto;
	margin-bottom: 16px;
}

/* 日付項目 */
li.clr div.span_9 input.hasDatepicker[size="15"] {
  width: 50% !important;
}
.ui-datepicker-trigger {
  border-radius: 0 !important;
  height: 19px;
  width: 19px;
}
.ui-datepicker .ui-datepicker-title select {
	background: #fff;
  color: #333;
  width: auto;
}


/**/
.policy {
	background: none !important;
  clear:both;
  float: none !important;
  margin: 0 auto;
	padding: 0 !important;
  text-align: left;
}
.policy:before {
	display: none;
}
.policy h2 {
  display: none;
}
.policy_html {
	border: none !important;
	margin: 0 auto !important;
	height: auto !important;
	overflow-y: visible !important;
	/* max-height: 150px;
	overflow-y: scroll; */
}
.policy_check {
	background: #f1f2f2 !important;
  margin-top: 1.2em;
	padding-top: 1em;
  text-align: center;
}
.policy_check label {
	cursor: pointer;
  font-weight: normal;
}
.policy_check label:after {
  content: "*";
  color: #ff0000;
  display: inline-block;
}

/*  */
.submit_btn {
  display: block;
	padding: 1.4em 0;
	box-sizing: border-box;
	display: table;
	width: 100%;
	background: #f1f2f2;
	text-align: center;
}
.submit_btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	padding: 1em 1.2em;
	border: none;
	box-shadow: 0 0 4px rgba(6, 0, 1, 0.2);
	color: #fff;
	background: #cc5252;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	white-space: normal;
	cursor: pointer;
}
/* 確認 */
.submit_btn.span_3 {
	margin-top: 1.2em;
	padding-bottom: 0;
}
.submit_btn.span_3 input {
  background-color: #777;
}


/* thanks */
.span_2 {
  display: none;
}
.msgbox {
  float: none;
}
.msgbox h2 {
	display: block;
	padding: .3em 0;
	border-left: none;
	border-bottom: 1px solid #ccc;
	color: #333;
	background: none;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 16px;
}
.msgbox .message {
  float: none;
	margin: 0 auto 2em;
}
.submit_btn.span_12 {
  float: none;
}


@media screen and (max-width: 47.5em) {
	li.clr label {
		display: block !important;
	} 
	li.clr label.span_3, 
	li.clr div.span_9 {
    border-right: none;
		display: block !important;
		width: 100%;
	}
	/* 郵便番号（分割） */
	li.clr div.span_9 input[type="text"][size="6"],
	li.clr div.span_9 input[type="text"][size="8"] {
	  width: 40% !important;
	}

}



