@charset "UTF-8";

.entry_headText {
  margin-bottom: 30px;
}
.entry_step ol {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.entry_step li {
  display: table-cell;
  width: 33%;
  text-align: center;
  border-bottom: 3px solid #eee;
  padding: 0 0 15px 0;
  color: #ccc;
  font-weight: bold;
}
.entry_step li.cur {
  border-bottom: 3px solid #043167;
  color: #333;
}
.entry_step li span {
  font-size: 3rem;
  padding-right: 15px;
  vertical-align: middle;
}
.entry_step li.cur span {
  color: #043167;
}


/*----------------------------------
テーブル
-----------------------------------*/

.common_table th {
  width: 250px;
  padding: 30px 15px 30px 46px;
  position: relative;
  box-sizing: border-box;
}
.common_table th span {
  color: #fff;
  background-color: #ccc;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 2px 5px 3px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 0;
}
.common_table th span.ico_must,
.child_table dt span.ico_must {
  background-color: #ff0000;
}
.entry_confirm .common_table th {
  padding: 30px 15px 30px 0;
}
.child_table {
  display: table;
}
.child_table dt {
  display: table-cell;
  width: 250px;
  text-align: left;
  padding: 10px 15px 0 46px;
  vertical-align: top;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
}
.entry_confirm .child_table dt,
.child_table dt.title {
  padding: 5px 15px 5px 0;
}
.child_table dt span {
  color: #fff;
  background-color: #ccc;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 2px 5px 3px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
}
.child_table dd {
  display: table-cell;
  width: 750px;
  padding: 7px 0;
}
.entry_confirm .child_table dd {
  padding: 5px 0;
}


/*----------------------------------
調整
-----------------------------------*/

.input_type01 {
  width: 200px;
}
.input_type02 {
  width: 60px;
}
.input_type03 {
  width: 90px;
}
.input_type04 {
  width: 750px;
}
.input_type07 {
  width: 340px;
}
.sub_text {
  margin-bottom: 10px;
}
.tr_file label.checkbox {
  top: 7px;
}


/*----------------------------------
利用規約
-----------------------------------*/

.common_table tr:last-child th,
.common_table tr:last-child td {
  border-bottom: none;
}
.entry_privacy {
  height: 250px;
  border: 1px solid #ddd;
  overflow: auto;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.2rem;
}
.entry_privacy h2,
.entry_privacy h3 {
  font-size: 1.2rem;
  margin: 0;
}
.entry_privacy p {
  margin-top: 5px;
}
.entry_privacy ul {
  list-style-type: disc;
  margin: 10px 0 0 30px;
}
.entry_privacy ol {
  padding: 0;
  margin: 10px 0 0 30px;
}
.entry_text {
  margin-top: 20px;
  text-align: center;
  font-size: 1.2rem;
}
.entry_agree {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
  font-weight: bold;
}


/*----------------------------------
ボタン
-----------------------------------*/

.entry_btnBox {
  margin-top: 35px;
  text-align: center;
}
.entry_btnBox .entry_btn,
.entry_btnBox .back_btn {
  display: inline-block;
  margin: 0 15px;
}
.entry_btnBox button {
  display: block;
  border: 1px solid #043167;
  width: 300px;
  height: 100px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 6;
  letter-spacing: 0.2em;
  position: relative;
  color: #666;
  background: #fff;
}
.entry_btnBox button:hover {
  color: #fff;
  background: #043167;
}
.entry_btn button::after {
  border-right: 1px solid #043167;
  border-top: 1px solid #043167;
  content: "";
  height: 20px;
  width: 20px;
  right: 20px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 38px;
}
.back_btn button::after {
  border-right: 1px solid #043167;
  border-top: 1px solid #043167;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  position: absolute;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 38px;
}
.entry_btn button:hover::after,
.back_btn button:hover::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}


/*----------------------------------
ジオトラスト
-----------------------------------*/

.entry_bnr01 {
  margin-top: 35px;
  text-align: center;
}