@charset "utf-8";
/*
 * object_form
 * formページ用スタイル
 *
 *フォームがあるページ～確認ページ、サンクスページで使用
 *
 */
/* =========================================================
regist共通
========================================================= */
.form_flow {
}
.form_desc {
  margin: 10px 0;
  text-align: center;
  font-size: 12px;
}
.formTable {
  width: 100%;
  border-top: 1px solid #ccc;
}
.formTable tr {
  border-bottom: 1px solid #ccc;
}
.formTable th {
  width: 75px;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  background: #e7e7e7;
}
.formTable th.-require:after {
  content: "必須";
  display: block;
  margin: 5px 0 0 0;
  color: #d71941;
  font-size: 12px;
} 
.formTable td {
  padding: 5px 10px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
/* CVエリア */
.btns {
  margin: 15px 0;
  padding: 0 20px;
}
.btns_formBtn {
  margin: 15px 0;
}
.btns_telBtn {
  padding: 0;
}
.btns_telBtn p {
  margin: 0 0 5px;
  font-size: 12px;
  text-align: center;
  margin-right: -15px;
  margin-left:-15px;
}
.btns_toback {
  margin: 20px 0;
  text-align: center;
  text-decoration: underline;
}

/* SSL */
.ssl {
  display: flex;
  display: -webkit-flex;
  margin: 30px 15px;
}
.ssl_img img {
  width: 100% ;
  height: auto;
}
.ssl_text {
  padding-left: 15px;
}

/* フォーム部品
--------------------------------------------------------- */
.-birthY {
  margin-bottom: 5px;
}

.-name input {
  width: 45%;
}

select,
input[type=text],
input[type=tel],
input[type=email]
 {
  padding: 5px 10px;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-appearance:none;
}
select{
  line-height:1.6;
  background: url(../../img/sp/regist/icon_select_bg.png) no-repeat 95% center;
  background-size: 10px 7px;
}
select.-l,
input[type=text].-l,
input[type=tel].-l,
input[type=email].-l {
  width: 100%;
}
select.-m,
input[type=text].-m,
input[type=tel].-m,
input[type=email].-m {
  width: 80%;
}
/* エラー */
.errorMsg {
  padding: 15px 0;
  color: #d71941;
  background: #fbe2e7;
  text-align: center;
}

.formTable_errorMsg {
  margin: 5px 0;
  font-size: 12px;
  color: #d71941;
}

.-error {
  background: #fbe2e7;
}

/* ----- ボタン画像つきのradio,checkbox ----- */
.formTable_checkBtn li {
  float: left;
  width: 90px;
  height: 35px;
  margin: 1px 0;
  padding: 0 0 0 30px;
  background: #e2eff4 url(../../img/sp/regist/icon_check_off.png) 10px center no-repeat;
  background-size: 15px 15px;
  border-radius: 4px;
  margin: 0 15px 0 0;
  line-height: 35px;
  font-size: 18px;
  color: #999999;
}
.formTable_checkBtn input {
  display: none;
}
.formTable_checkBtn li.on {
  background: #0087bb url(../../img/sp/regist/icon_check_on.png) 10px center no-repeat;  
  background-size: 15px 15px;
  color: #fff;
}

/* リンクのないフッター
--------------------------------------------------------- */
#footer {

}
.footer_address {
}

/* =========================================================
regist1
========================================================= */
.form-regist1_ttlWrap {
  position: relative;
}
.form-regist1_ttlWrap img {
  position: absolute;
  top: -2px;
  right: 2px;
}
.form-regist1_ttlUpper {
  padding: 0 15px;
  background: #d1c8b5;
  color: #d71941;
  font-size: 14px;
  line-height: 20px;
}
.form-regist1_ttl {
  padding: 0 15px;
  background: #d71941;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

/* =========================================================
regist2
========================================================= */


/* =========================================================
confirm
========================================================= */
/* 会社リスト
--------------------------------------------------------- */
.corplist {
  margin: 10px 0;
}
.corplist_ttl {
  color: #fff;
  background: #0087bb;
  text-align: center;
  line-height: 20px;
}
.corplist_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background: #cccccc;
}
.corplist_list li {
  width: 33.333%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.corplist_list li:nth-child(3n) {
  border-right: none;
}
.corplist_corpName {
  position: relative;
  padding: 5px 5px 5px 15px;
  background: #e7e7e7;
  font-size: 12px;
}
.corplist_corpImg {
  padding: 10px 3px;
}
.corplist_memo {
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 20px;
}

.corp_check label.-off{
  background-position: left bottom;
}

.corp_check label{
  position: absolute;
  width: 10px;
  top: 5px;
  left: 5px;
  background: url(/assets/img/regist/btn_check.gif) no-repeat  left top;
  height: 10px;
  line-height: 10px;
  display: block;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background-size: 10px 20px;
}

.corp_check input{
  display: none;
}

/* 会社リスト
--------------------------------------------------------- */
.personalInfo_ttl {
  position: relative;
  color: #fff;
  background: #0087bb;
  text-align: center;
  line-height: 20px;
}
.personalInfo_ttl a{
  position: absolute;
  display: block;
  top: 1px;
  right: 10px;
  text-decoration: underline;
}

/* =========================================================
thanks
========================================================= */


