@charset "utf-8";


.strong_point_red{
  color: #ed0000;
  font-weight: bold;
}
.reg-icon{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
.reg-icon.reg-building{
  background-image: url('../images/apartment-building.png');
}
.reg-icon.reg-human{
  background-image: url('../images/human.png');
}
.reg-icon.reg-up{
  background-image: url('../images/up-arrow.png');
}
.regtop_link{
  width: 170px;
  margin: 0 0 0 auto;
  line-height: 30px;
}
.regtop_announce{
  padding: 20px;
  border: 3px solid #4ea6ab;
  border-radius: 5px;
  margin: 20px 0;
}

.regtop_content{
  margin: 15px;
}
.regtop_content p{
  margin: 15px 0;
  line-height:2;
}

.regtop_content p.regtop_pagetop{
  text-align: right;
  margin: 30px 0;
}
.regtop_pagetop a{
  text-decoration: none;
}
.regtop_iC{
  text-align: center;
}

.regtop_table{
  width: 100%;
  margin: 15px 0;
}
.regtop_table th,
.regtop_table td{
  border: 1px solid #ccc;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
}
.regtop_table th{
  background-color: #FFF0F0;
}
.regtop_table th.regtop_table_bg_blue{
  background-color: #FFF0F0;
}
.regtop_table th.regtop_table_left{
  text-align: left;
}
.regtop_table td{
}
.regtop_table strong{
  font-weight: bold;
}
.regtop_table .regtop_table_red{
  color: #ec7a9b;
}
.regtop_table .regtop_table_small{
  font-size: 14px;
}
.regtop_table .regtop_table_attention{
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.regtop_sticker{
  background-color: #000;
  padding: 40px 20px;
  text-align: center;
}
.regtop_sticker p{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.regtop_sticker ul{
  padding: 10px;
}
.regtop_sticker ul li{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 5px 5px;
}
.regtop_sticker ul li img{
  max-width: 100%;
  height: auto;
}
.regtop_sticker .img_last {
	float:none;
}
.regtop_sticker .img_r {
	float:right;
}
.regtop_btn{
  margin: 30px 0;
  text-align: center;
}
.regtop_btn button,.regtop_btn a {
  display: inline-block;
  background-color: #4ea6ab;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  border: none;
}
.regtop_btn.regtop_btn_foot.pink button {
	background:#113873;
}
.regtop_btn button:after,.regtop_btn a:after{
  content: "";
  display: inline-block;
  width: 110px;
  height: 15px;
  background: url('../images/btn_blackarrow.png') no-repeat center center;
}
.regtop_btn button:hover,
.regtop_btn button:after:hover,
.regtop_btn a:hover,
.regtop_btn a:after:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.regtop_btn.regtop_btn_paid{
  text-align: right;
}
.regtop_btn.regtop_btn_paid button,.regtop_btn.regtop_btn_paid a{
  width: 280px;
  padding: 20px 0;
}
.regtop_btn.regtop_btn_paid button:after,.regtop_btn.regtop_btn_paid a:after{
  margin-left: 10px;
}
.regtop_btn.regtop_btn_foot button{
  width: 400px;
  padding: 15px 0;
  font-size: 20px;
  position: relative;
}
.regtop_btn.regtop_btn_foot button small{
  font-size: 16px;
}
.regtop_btn.regtop_btn_foot button:after{
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -8px -250px 0 0;
}

.mt5 {
	margin-top:5px;
}

.service_fifth_layout .column {
  float: left;
  width: 35%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.service_fifth_layout .column:first-child { padding-left: 0; }
.service_fifth_layout .column .step_number,
.title_pink_txt {
  color: #ec7a9b;
}

.service_fifth_layout .column_2 {
  float: left;
  width: 65%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.service_fifth_layout .column_2:first-child { padding-left: 0; }
.service_fifth_layout .column_2 .step_number,
.title_pink_txt {
  color: #ec7a9b;
}

@media screen and (max-width: 980px) {
  .regtop_announce{
    margin: 10px 10px 20px;
  }
  
  .service_fifth_layout .column {
    float: none;
    width: 100%;
    text-align: center;
	font-size:16px;
  }
  .service_fifth_layout .column_2 {
    float: none;
    width: 100%;
    text-align: center;
	font-size:16px;
  }
 .br {display:none;}
}

@media screen and (max-width: 767px) {
  .regtop_announce{
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .regtop_sticker ul li{
    width: auto;
    float: none;
    text-align: center;
    padding: 0 5px;
  }
  .regtop_link{
    width: auto;
    margin: 5px;
    font-size: 13px;
    line-height: 25px;
  }
  .regtop_link .reg-icon{
    width: 10px;
    height: 10px;
    background-size: contain;
  }
  .regtop_iC img{
    height: auto;
  }
  .regtop_btn.regtop_btn_paid{
    text-align: center;
  }
  .regtop_btn.regtop_btn_paid button{
    width: 100%;
    padding: 20px 0;
  }
  .regtop_btn.regtop_btn_foot button{
    width: 80%;
  }
  .regtop_table th, .regtop_table td{
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding: 5px;
  }
  .regtop_table strong{
    font-weight: normal;
  }
  .regtop_table .regtop_table_small{
    font-size: 11px;
    display: block;
  }
 .sp_show {display:block;}
 .regtop_sticker .img_r {float:none !important;}
 .br {display:none;}
 .service_three_layout .column {
    float: none;
    width: 100%;
    text-align: center;
	font-size:16px;
  }
  .service_fifth_layout .column_2 {
    float: none;
    width: 100%;
    text-align: center;
	font-size:16px;
  }
  .regtop_btn.regtop_btn_foot button:after{
    margin: -8px -190px 0 0;
  }
  .pinky{
    text-align: left;
  }
}
