@charset "utf-8";

.secDiv{
  margin-bottom: 1em;
  padding: 0;
}

#page-mainvisual {
  background: url(../images/form_regist/main.jpg) no-repeat center;
  background-size: cover;
  height: 200px;
  position: relative;
  margin-bottom: 8px;
  color: #fff;
}
#page-mainvisual h1 {
  line-height: 200px;
  text-align: center;
  color: #333333;
  font-size: 24px;
}
article h2 {
  font-size: 21px;
  margin-bottom: 15px;
}
article h2 img {
  margin-right: 5px;
  position: relative;
  top: -3px;
}


/*
*
* pageHead
*
*/

.pageHead{
  margin: 0 auto 40px;
  position: relative;
}

.pageHead img{
  width:100%;
}

.tokuten_1{
  font-size:12px;
  position: absolute;
  left: 14.4%;
  top: 48%;
}

.tokuten_2{
  font-size:12px;
  position: absolute;
  left: 14.4%;
  top: 68%;
}

.tokuten_3{
  font-size:12px;
  position: absolute;
  left: 14.4%;
  top: 88%;
}

@media screen and (max-width:980px) {
  .tokuten_1,
  .tokuten_2,
  .tokuten_3{
    font-size: 1.2vw;
  }
}  

@media screen and (max-width:767px) {
  .tokuten_1{
    padding-right: 1%;
    font-size: 3.4vw;
    left: 19%;
    top: 32.4%;
  }    
  .tokuten_2{
    padding-right: 10%;
    font-size: 3.4vw;
    left: 19%;
    top: 49.6%;
  }    
  .tokuten_3{
    padding-right: 13%;
    font-size: 3.4vw;
    left: 19%;
    top: 63.8%;
  }    
}  


/*
*
* registStep
*
*/

.registStep{
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C8C8C8;
}

.registStep .ttl{
  margin:0 auto 16px;
  padding: 7px 40px;
  color:#ffffff;
  font-size:18px;
  font-weight:normal;
  line-height:1.2;
  background-color:#85B200;
  background-image:url(../images/form_regist/icon_flag.jpg);
  background-repeat:no-repeat;
  background-position:10px 50%;
  border-radius: 5px;
}

.registStep .stepList{
  display:flex;
}

.registStep .stepList li{
  float:left;
  position: relative;
}

.registStep .stepList li.step_num_1{
  padding: 0 80px 0 44px;
  width:260px;
}

.registStep .stepList li.step_num_2{
  padding: 0 80px 0 55px;
  width:270px;
}

.registStep .stepList li.step_num_3{
  padding: 0 0 0 50px;
  width:190px;
}

.registStep .stepList li.step_num_1:after,
.registStep .stepList li.step_num_2:after{
  content:"";
  display:block;
  width:45px;
  height:45px;
  background-image:url(../images/form_regist/pic_num_arw.jpg);
  background-repeat:no-repeat;
  background-position:0 0;
  position: absolute;
  right:18px;
  top:12px;
}
    
.registStep .stepList li .num{
  position: absolute;
  left:0;
  top:0;
}

.registStep .stepList li.step_num_1 .num{left: 11px;}

.register_head{
    margin-bottom: 24px;
}

.register_head h2{
  padding: 4px 0 10px 45px;
  background-image:url(../images/form_regist/icon_pen.jpg);
  background-repeat:no-repeat;
  background-position:0 0;
}

.hissu{
  display: inline-block;
  margin-right: 3px;
  padding: 3px 6px;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  text-align: center;
  line-height:1;
  background-color:#FF0000;
  border-radius: 5px;
}

.register_head .t1{
  margin:0 auto 5px;
  font-weight:bold;
}

.register_head .t2{}

.register_head .t2 a{
  color:#0085B2;
  text-decoration: underline;
}


/*
*
* LIST AREA
*
*/

.listStyle {}

.listStyle .ttl{
  margin-bottom: 12px;
  padding: 5px 10px;
  font-size:16px;
  font-weight:bold;
  background-color:#D8D8CF;
}

.listStyle table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin-bottom: 2em;
}
.listStyle table thead th {
  background: #d8d8cf;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  width: 25%;
}
.listStyle table tbody th {
  color: #fff;
  text-align: center;
 /*  background: #85b200; */
  background-color: rgba(15,56,131,1.00);
  padding: 10px;
}
.listStyle table tbody td {
  border-bottom: 1px dotted #aaa;
  padding: 10px;
  text-align: left;
}
.listStyle table tbody td.trush {
  background-image: url(../images/icon_trush.png);
  background-repeat:no-repeat;
  background-position: right;
}
.listStyle table tbody td a {
  text-decoration: underline;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}

/*
*
* FORM AREA
*
*/

.formStyle {}

.formStyle .ttl{
  margin-bottom: 12px;
  padding: 5px 10px;
  font-size:16px;
  font-weight:bold;
  background-color:#D8D8CF;
}

.formStyle table{
  width:100%;
  background-color:#D8D8CF;
}

.formStyle table tbody{}

.formStyle table tbody th{
  padding:10px 10px 10px 15px;
  width:180px;
  text-align: left;
  vertical-align: middle;
  border:1px solid #999999;
  position: relative;
}

.formStyle table tbody th .hissu{
  position: absolute;
  right:14px;
}  

.formStyle table tbody td{
  padding:14px;
  background-color:#ffffff;
  border:1px solid #999999;
}

.formStyle table tbody td a {
  text-decoration: underline;
}

.formStyle table tbody td i {
  font-size:14px;
  font-weight:bold;
}

.formStyle table tbody td b {
  font-size:16px;
  font-weight:bold;
  color: #ff0000;
}

.formStyle table tbody td .mssg{
  display:block;
  margin: 5px auto;
  color:#FF0000;
  line-height:1.2;
}

.formStyle table tbody td .txt_zip,
.formStyle table tbody td .txt_addr2{
  display: block;
  margin: 5px auto;
}


/*
*customCheckBtn
*/

input[type=radio] {
	display: none;
}

.customRadioBtn {
	position: relative;
	padding: 0 0 0 25px;
}

.customRadioBtn:hover {
  cursor:pointer;
}

.customRadioBtn:after,  .customRadioBtn:before{
	position: absolute;	
	content: "";
	display: block;
	top: 50%;
}

.customRadioBtn:after {
	left: 0;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.customRadioBtn:before {
	left: 7px;
	margin-top: -3px;
	width: 8px;
	height: 8px;
	background: #85B200;
	border-radius: 50%;
	opacity: 0;
}

input[type=radio]:checked + .customRadioBtn:before {
	opacity: 1;
}


/*
*customCheckBtn
*/

input[type=checkbox] {
	display: none;
}

.customCheckBtn {
	position: relative;
	padding: 0 0 0 25px;
}

.customCheckBtn:hover {
  cursor:pointer;
}

.customCheckBtn:after,  .customCheckBtn:before{
	position: absolute;	
	content: "";
	display: block;
	top: 50%;
}

.customCheckBtn:after {
	left: 0;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border: 2px solid #ccc;
	border-radius: 3px;
}

.customCheckBtn:before {
	left: 4px;
	margin-top: -5px;
	width: 14px;
	height: 12px;
	background-image: url(../images/icon_check.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	opacity: 0;
}

input[type=checkbox]:checked + .customCheckBtn:before {
	opacity: 1;
}


/*
*Error
*/
div.error{
	font-size:80%;
	color: #ff0000;
	padding-top:2px;
}
input.error{ background:#ffc0cb; }


/*
*Loading
*/
#loading{
	position: absolute;
	left: 50%;
	top: 30%;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 1;
}

/*-----------------------------*/

.formStyle table tbody td input[type="text"],
.formStyle table tbody td input[type="password"],
.formStyle table tbody td input[type="tel"],
.formStyle table tbody td input[type="email"],
.formStyle table tbody td input[type="number"]{
  padding: 11px 14px;
  width: 100%;
  max-width: 450px;
  border:1px solid #D8D8CF;
  border-radius: 6px;
}

.formStyle table tbody td div.rirekiinfo_left {
  width: 82%;
  min-height: 48px;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 6px;
  float: left;
}
.formStyle table tbody td div.rirekiinfo_right {
  width: 18%;
  min-height: 48px;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 6px;
  text-align: right;
  float: right;
}
.formStyle table tbody td div.rirekiinfo_right a {
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	/* margin-left: auto; */
	display: block;
	width: 56px;
	color: rgba(255,255,255,1.00);
  float: left;
}
.formStyle table tbody td div.rirekiinfo_right a.btn_rirekiinfo {
	font-weight: bold;
	background-color: rgba(255,0,4,1.00);
}
.formStyle table tbody td div.rirekiinfo_right a.btn_rirekidelt {
	background-color: rgba(15,56,131,1.00);
}

.formStyle table tbody td div.photo_left {
	width: 182px;
	float:left;
}
.formStyle table tbody td div.photo_right {
	margin-left: 190px;
}
.formStyle table tbody td div.photo_right p.title {
	width: 118px;
	float:left;
	text-align: right;
	padding-right: 6px;
}
.formStyle table tbody td div.photo_right p.inputfield {
	margin-left: 120px;
}

select{
  padding: 4px 18px 7px;
  min-height: 32px;
}

select:hover{
  cursor: pointer;
}

textarea{
  width:100%;
  max-width:480px;
  height:100px;
}

.form_1{
  margin-bottom: 46px;
}

.form_2{
  margin-bottom:45px;
}

.form_submit{
  margin: 0 auto 100px;
}

.form_submit .waku{
  padding:10px 0;
  text-align: center;
  background-color:#D8D8CF;
  border-radius: 10px;
} 

.propertyList{}

.propertyList:after{
  content:"";
  display:table;
  clear:both;
  height:0;
}

.propertyList li{
  float: left;
  margin: 8px auto;
  padding: 0 10px 0 0;
  line-height: 1;
}  

.propertyList li:nth-child(4){
  clear:both;
}

.walk_time_list,
.tikugoList,
.room_layout_list{
  margin:0 auto;
  padding:0;
  width:100%;
}

.walk_time_list:after,
.tikugoList:after,
.room_layout_list:after{
  content:"";
  display:table;
  clear:both;
  height:0;
}

.walk_time_list li,
.tikugoList li,
.room_layout_list li{
  float:left;
  margin: 10px auto;
  width:25%;
  line-height: 1;
}

.room_layout_list.t2{
  margin-top: 8px;
  padding-top: 4px;
  border-top:1px dotted #999999;
}


@media screen and (max-width:767px) {
  .secDiv{
    margin-bottom: 1em;
    padding: 0 2%;
  }
  #page-mainvisual {
    height: 100px;
  }
  #page-mainvisual h1 {
    line-height: 100px;
    font-size: 18px;
  }
  .formStyle table,
  .formStyle table tbody,
  .formStyle table tbody tr,
  .formStyle table tbody tr th,
  .formStyle table tbody tr td{
    display:block;
    margin:0 auto;
    width:100%;
  }
}

@media screen and (max-width:640px) {
  .registStep .stepList{
    display: block;
  }
  .registStep .stepList li{
    float: none;
  }
  .registStep .stepList li.step_num_1{
    padding: 0px 10px 70px 55px;
    width: 100%;
  }
  .registStep .stepList li.step_num_2{
    padding: 0 10px 70px 55px;
    width: 100%;
  }
  .registStep .stepList li.step_num_3{
    padding: 0 10px 70px 55px;
    width: 100%;
  }
  .registStep .stepList li.step_num_1:after,
  .registStep .stepList li.step_num_2:after{
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -10px;
    transform: rotate(90deg) translateX(-50%);
  }
  .registStep .stepList li .num{}
  }  

@media screen and (max-width:420px) {
  .walk_time_list li,
  .tikugoList li,
  .room_layout_list li{
    float:left;
    width:50%;
  }
}  

@media screen and (max-width:767px) {
  .formStyle table.tbl_rireki_list tbody td {
    min-height: 88px;
  }

  .formStyle table tbody td div.rirekiinfo_left, 
  .formStyle table tbody td div.rirekiinfo_right {
    min-height: 64px;
  }
}
