/* ===================================
              希望店舗
=================================== */
.form {
	text-align:left;	
}
div.checkList li label.c_checked {
  border: 1px solid #ffd9f0;/* ボックスの境界線を実線で指定する */
  background:#ff81cc;
  color:#fff;
}

div.checkList li input[type="checkbox"] {
  display: none;
}

.r_group div.t_check li label span.checkbox_parts {
  display: inline;
}

dl.form dt {
  background:#ff81cc;
  clear: both;
  margin-bottom:20px;
  width: 100%;
  padding:2px 30px;
  float:none;
  color:#fff;
  text-align:left;
  border:none;
  font-size:28px;
}
#main dl.form dt .pink{
  color:#fff;
}

dl.form dd {
	padding:0 30px 30px;	
}
#main dl.form h6.notice {
	padding:0;
	font-size:28px;
	margin:20px 0 0;
}
#main dl.form h6.notice strong {
	color:#ff81cc;
}
#main dl.form p.p_notice {
	padding:0;
	font-size:22px;
	margin:0;
}
dl.form dd.pre {
	white-space:pre-wrap;
}
dl.form dd .checkList {
	margin:0 0 -20px;
	overflow:hidden;
	
}
dl.form dd .checkList li {
  margin: 0 20px 20px 0;
  float: left;
}
dl.form dd .checkList li:nth-child(2n) {
  margin: 0 0 20px 0;
}


dl.form div#corse_select dd span#span01 {
  margin: 2% 0 0 3%;
  width: 290px;
  background-color: #EDEDED;
  border-radius: 20px 20px 0 0 / 20px 20px 20px 20px;
}

dl.form div#corse_select dd span#span02 {
  margin: 0 0 3% 3%;
  width: 290px;
  background-color: #EDEDED;
  border-radius: 0 0 20px 20px / 20px 20px 20px 20px;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="password"],
.form textarea {
  padding: 13px;
  width: 280px;
  font-size: 24px;
  border: 1px solid #ff81cc;
}
.div.form form div.FormInner dl.form dd input[name="text6"] {
  background-color: #F6F6F6;
}

.form select {
  padding: 13px;
  font-size: 24px;
  line-height:1.2;
  border: 1px solid #ff81cc;
  background-color: #FFF;
  width:280px;
}
div.form form div.FormInner dl.form dd select[name="select1"],
div.form form div.FormInner dl.form dd select[name="select2"],
div.form form div.FormInner dl.form dd select[name="select10"] {
  background-color: #FFF;
  font-size:14px;
}

option {
	font-size:24px;
}


/*div.form form div.FormInner dl.form dd select[name="select3"] {
  background-color: #FFE1F0;
}*/

dt {
  box-sizing: border-box;
}

.form input[type="text"],
.form input[type="tel"],
.form textarea {
    padding:13px;
	font-size:24px;
  box-sizing:border-box;
  line-height:1.2;
  overflow:hidden;
  height:auto;
}

input[type=radio] {
	display: none; 	/* ラジオボタンを非表示にする */
}

input[type="radio"]:checked + label {
  color: #000;
  background-color: #FFE1F0;
}

input[type="radio"]:checked + label:before {
  display: none;
  
  margin: 0 14% 0 0;
  width: 15px;
  height: 15px;
  content:"";
  background: url(../../images/check_b.png);
  background-size: contain;
  vertical-align: middle;
}

input[type="checkbox"]:checked + label:before {
  display:none;
  
  margin: 0 14% 0 0;
  width: 15px;
  height: 15px;
  content:"";

  background: url(../../images/check_b.png);
  background-size: contain;
  vertical-align: middle;
}

label {
  display: block;   /* ブロックレベル要素化する */ 
  float:none;
  clear:both;
  margin: 0;   /* ボックス外側の余白を指定する */
  width: 278px;   /* ボックスの横幅を指定する */
  height: 110px;    /* ボックスの高さを指定する */
  text-align: center; /* テキストのセンタリングを指定する */
  line-height: 110px;  /* 行の高さを指定する */
  cursor: pointer;    /* マウスカーソルの形（リンクカーソル）を指定する */
  color:#ff81cc;      /* フォントの色を指定 */
  padding:0;

  position: relative;
  font-size: 26px;

  border: 1px solid #ff81cc;/* ボックスの境界線を実線で指定する */
  background:#fff; 
}
.label2 label {
  text-align: center;
  line-height: 1.4;
  padding:5px 0 0 0px;
  box-sizing:border-box;
  font-size: 24px;
}
label small {
	font-size:50%;
	vertical-align:middle;
}

.r div.checkList li label {
  background:#fff; 
}
.r div.checkList li input[type="checkbox"] {
	display:none;
}


label:before {
  display: none;
  
  width: 15px;
  height: 15px;
  content:"";

  background: url(../../images/check_a.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 35%;
  left: 6%;
  z-index: 1;
}

label:hover {
  background-color: #F6F6F6;
}

label.c_checked:before {
  margin: 0 14% 0 0;
  width: 15px;
  height: 15px;
  content:"";
  display: inline-block;
  background: url(../../images/check_b.png);
  background-size: contain;
  vertical-align: middle;
}

label span {

}

.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus,
.form select:focus {

}
.form textarea {
  margin:0;
  width: 100%;
  height: 7em;
  background-color: #FFF;
  box-sizing:border-box;
}
.form input.size1 {
  background-color: #EDEDED;
}
.form input.size2 {
  width: 80px;
  margin-right: 5px;
}
.form input.size3 {
  width: 120px;
  margin-right: 5px;
}
input.btn_send,
input.btn_back,
input.btn_conf {
  padding: 5px;
  font-size: 16px;
color: #FFFFFF;
    font-weight: bold;
}
div.btn form {
  float: left;
  margin: 0 5px 0 5px;
}
.FormBtnArea{width:320px;margin:0 auto;}
input.btn_send,
input.btn_back {
  width: 150px;
  margin: 20px auto;
  float: none;
}

div.FormInner div.FormInnerArea dl.form dd select#prefectures {
  margin: 1%;
  width: 300px;
  background-color: #F6F6F6;
}

div.FormInner div.FormInnerArea dl.form div#corse_select dd.r_group div#corse01_select select {
  background-color: rgb(255, 182, 193);
}

div.FormInner div.FormInnerArea dl.form dd input#datepicker,
div.FormInner div.FormInnerArea dl.form dd input#datepicker02,
div.FormInner div.FormInnerArea dl.form dd input#datepicker03,
div.FormInner div.FormInnerArea dl.form dd input.size2{
}

div.FormInner div.FormInnerArea dl.form dd input.size1,
div.FormInner div.FormInnerArea dl.form dd input#staff1,
div.FormInner div.FormInnerArea dl.form dd input#present1 {
  background-color: #FFF;
}

select.PeriodInputSize{
width:140px;
}
span.c01,
div.FormInner div.FormInnerArea dl.form dd span#span03 {
  background-color: #FFF;
  height:34px;
  padding:5px;
  display: inline-block;
margin: 10px 5px;

}

div.FormInner div.FormInnerArea dl.form dd select#naire {
  margin: 0 2% 2%;
  width: 95%;
  background-color: #FFF;
}

div.FormInner div.FormInnerArea dl.form dd select#question {
  margin: 0 2% 2%;
  width: 95%;
}

input.btn_conf {
  width: auto;
  margin-bottom: 20px;
}
dl.form dd p,
.fs p{font-size:10px;}
dl.form dd em{margin-left:10px;}

input[type="radio"]:checked + label {
  border: 1px solid #ffd9f0;/* ボックスの境界線を実線で指定する */
  background:#ff81cc;
  color:#fff;
}

li.text4_li {
	padding-left: 5px;
}
.form .time input[type="text"]{width:80px;}
.form select.PeriodInputSize{margin:0px; padding:13px;  width:280px;}

.form .time_each {
	margin:0 0 15px;
}
.form .time_each h5 {
	font-size:28px;
	font-weight:bold;
	margin:0px;
}



.form .time_each select.PeriodInputSize{margin:0px; padding:13px; width:138px;}
.form .time_each input.size1{margin:0 10px 0 0; padding:13px; width:242px;}

#form_notice {
	padding:30px;
	background:#e6e6e6;
}
#form_notice p{
	margin:0;
	padding:0;
	font-size:24px;
	line-height:1.4;
}
#form_notice p strong{
	display:block;
	text-align:center;
	font-weight:normal;
	margin:0 0 20px;
	padding:0;
	font-size:32px;
	line-height:1.4;
}

.form_bt {
	margin:60px 0 50px;
	text-align:center;
}
.form_bt input{
	background:#ff81cc;
	padding:10px 50px;
	display:inline-block;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	letter-spacing:2px;
	border-radius:35px;
}
.form_bt input.back{
	background:#999999;
}
.form_bt.long input{
	padding:10px 0px;
	width:280px;	
}
#wrap-submit input[disabled="disabled"]{
	display:none;
}
#wrap-submit #submit-block {
	position:relative !important;
	top:auto !important;
	left:auto !important;
}


#form_cautions {
	padding:0 0 20px;
	margin:0 0;
}
#form_cautions h2{
  background:#ff81cc;
  clear: both;
  margin-bottom:20px;
  width: 100%;
  padding:2px 30px;
  float:none;
  color:#fff;
  text-align:left;
  border:none;
  font-size:28px;	
}
#form_cautions h3{
  margin:0 30px 20px;
  font-size:30px;
  line-height:1.4;
}
#form_cautions ul{
  margin:0 30px 40px;
  font-size:24px;
  line-height:1.4;
}
#form_cautions ul li{
	position:relative;
	padding:0 0 0 1em;
}
#form_cautions ul li em {
	position:absolute;
	left:0;
	top:0;
	color:#ff81cc;
}

.sns_box {
	border-top:1px solid #000;
	padding:70px 0 0;
}

#navigation-required {
	z-index:9999;
}



.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	zoom:2;	
}


