
img {
    width: 170px;
    margin-bottom: 30px;
}

.input_sec .input_table input {
    width: 180px;
}

.input_sec .form {
	text-align: unset;
}

ul.btn_area {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px){
	ul.btn_area {
	margin-bottom: 0px;
    }
}

ul.btn_area li button {
    min-width: 160px;
}

.input_table td {
	word-break: break-all;
}

.form #agree {
	display: unset;
}

p.error {
	text-align: left;
}

@media screen and (max-width:376px){
	.input_table th,
	.input_table td {
	display: block;
	}
}

@media screen and (max-width:376px){
	.input_table th {
	padding-left: 10px;
	}
}

@media screen and (max-width:767px){
	body.view_sp {
	padding: 0 0 50px;
	}
}

.btn01.color02 button {
	width: 135px;
	display: block;
	margin: 15px auto 0;
	border: 1px solid #3C3C43;
	border-radius: 5px;
	padding: 10px;
	color: #585858;
	transition: all 0.25s linear;
  }



.view_sec .form {
  text-align: center;
}

.view_sec .view_table {
  margin: 0 auto;
  text-align: left;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .view_sec .view_table {
    margin-bottom: 15px;
  }
}

.view_sec .view_table th, .view_sec .view_table td {
  padding-bottom: 30px;
  line-height: 1.4;
}

.view_sec .view_table th {
  white-space: nowrap;
}

.view_sec .view_table td {
  padding-left: 35px;
}

@media only screen and (max-width: 767px) {
  .view_sec .view_table td {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 365px) {
  .view_sec .view_table td {
    padding-left: 10px;
  }
}

.view_sec .view_table input {
  width: 130px;
  margin-right: 10px;
}

@media only screen and (max-width: 365px) {
  .view_sec .view_table input {
    width: 100px;
    margin-right: 5px;
  }
}

.view_sec .view_table .error {
  margin-top: 8px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .view_sec .view_table .error {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}

section.data_list {
  text-align: left;
}

button.back_btn {
  width: 135px;
  margin-bottom: 40px;
  border: 1px solid #3C3C43;
  border-radius: 5px;
  padding: 10px;
  color: #585858;
  transition: all 0.25s linear;
  background-color: transparent;
}

.innerWrap {
  word-break: break-word;
}

.error_txt {
  text-align: center;
  color: #ff0000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .error_txt {
    text-align: left;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■password_eye
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.form .row input[type="password"] {
  margin: 2px;
}
.input_sec .form div.password {
  position: relative;
}


.input_sec .form div.password input {
  padding-right: 38px;
}

.input_sec .form #eye {
  display: block;
  background: url(../img/ico_pw_close.png) no-repeat center center;
  width: 24px;
  height: 20px;
  background-size: 24px auto;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.input_sec .form #eye:hover {
  cursor: pointer;
  opacity: 0.8;
}

.input_sec .form #eye.pw_ico_default {
  background-image: url(../img/ico_pw.png);
}

.input_sec .form #eye2 {
  display: block;
  background: url(../img/ico_pw_close.png) no-repeat center center;
  width: 24px;
  height: 20px;
  background-size: 24px auto;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.input_sec .form #eye2:hover {
  cursor: pointer;
  opacity: 0.8;
}

.input_sec .form #eye2.pw_ico_default {
  background-image: url(../img/ico_pw.png);
}

.input_sec .form .password_bloc{
  width: 190px;
}
.input_sec .form .password_bloc .col{
  width: 180px;
}

.input_sec .form  .password_bloc #eye {
  right: 20px;
}

.input_sec .form  .password_bloc #eye2 {
  right: 20px;
}

@media screen and (max-width:376px){
	.password_table th,
	.password_table td {
	display: table-cell;
	}
}

@media screen and (max-width:376px){
	.password_table th {
	padding-left: 0;
	}
}

