@charset "utf-8";
img{
  max-width: 100%;
}
input[type='text'],
input[type='email'],
textarea,
select{
  padding: 15px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.4;
  color: #333;
  border: 2px solid #ea731c;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type='text']{
  height: 28px;
}
.contents a {
    text-decoration: none;
}
.net-print-area .info-wrap{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.net-print-area .info-wrap h2{
  border: none;
  font-size: 15px!important;
  border-bottom: none!important;
  background: #02735f;
  padding: 5px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  border-radius: 2px 2px 0 0;
  margin: 0;
}
.net-print-area .info-wrap .main-area{
  padding: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.net-print-area .info-wrap .catch_copy {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  padding: 0.2em 0.5em;
  color: #2d73ac;
  font-size: 26px !important;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.net-print-area .info-wrap .catch_copy:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.lp_area .fs_16 {
    font-size: 16px;
    line-height: 1.75;
}
@media screen and (max-width: 768px){
  .detailAreaWrap .catDetail h2,
  .inputAreaWrap .inputInfoWrap h2,
  .userSearch .inputInfo h3{
    color: #fff;
    padding: 7px 10px;
    border-bottom: none;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0;
  }
  .detailAreaWrap .wanted h2, .inputAreaWrap .inputInfoWrap h2 {
    background: #0a725f;
  }
  .flow_area.lp_flow .flow_item{
    width: 100%;
    margin-bottom: 20px;
  }
  .flow_area.lp_flow .flow_item div .txt{
    height: auto;
    text-align: left;
  }
  .inputAreaWrap .inputInfoWrap h2.catch_copy {
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    padding: 0.2em 0.5em;
    color: #2d73ac;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
  }

  .inputAreaWrap .inputInfoWrap h2.catch_copy:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .lp_area .fs_16{
    font-size: 14px;
  }
  .lp_area .fs_14{
    font-size: 12px;
  }
  .lp_area .net_print_H3{
    border-bottom: none;
    font-size: 18px;
  }
  .flow_area.lp_flow .flow_item div{
    text-align: center;
  }
  .flow_area .flow_item img{
    width: 60%;
  }
}

/*ログインまでのページ*/
.mail_input_block{
  margin-top: 30px;
  text-align: center;
}
.mail_input_block input{
  width: 500px;
  margin: 0 auto;
}
.howto_img_area{
  margin: 30px auto;
  text-align: center;
}
.regist_btn{
  text-align: center;
  margin: 30px auto 20px;
  max-width: 300px;
  width: 100%;
}
.regist_btn a{
  color: #fff;
  font-size:18px;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  background: #ff8410;
  display: block;
}
.regist_btn a:hover{
  background: #ffac62;
}
.login_link{
  background: url("/images/arrow_red.gif") no-repeat left center;
  padding-left: 10px;
}
@media screen and (max-width: 768px){
  .login_link{
    font-size: 12px;
    color: #642200;
  }
}
.regist_disc {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #f3f3f3;
  padding: 30px 10px;
  margin: 20px auto 40px;
  width: 70%;
  text-align: center;
}
.regist_disc p {
  font-size: 18px;
  margin-bottom: 30px;
}
.regist_disc .mail_txt {
    font-size: 18px;
}
.regist_disc h3{
  font-weight: bold;
  font-size: 22px;
  font-weight: bold;
  color: #d84315;
  margin-bottom: 30px;
}
.regist_disc h3 span{
  background:linear-gradient(transparent 60%, #f5cf97 60%);
}
.regist_disc ul{
  width: 300px;
  margin: 0 auto 20px;
}
.regist_disc ul li{
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 24px;
  background: url(/home/images/icon_check.png) no-repeat left top;
}
@media screen and (max-width: 768px){
  .regist_disc{
    width: 100%;
  }
  .regist_disc h3{
    font-size: 20px;
    border-bottom: none;
    margin-bottom: 30px !important;
  }
  .mail_input_block input{
    width: 100%;
  }
  .tmp_register_block{
    margin-bottom: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .tmp_register_block .tmp_register{
    padding: 10px;
  }
  .top-btnArea a.protected{
    background: #ff9327;
  }
}