

input[type=text].calendar {
	border: 1px solid red;
	background-image: url('../img/icon_calendar_bk.png');
	background-repeat: no-repeat;
	background-position: center right 10px; 
}

select {
	height: 40px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
    background-image: url(../img/icon_arrow_down.svg);
    background-position: center right 5px;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 35px;
    appearance: none;
}

.def_select {
	background-image: none;
}

input[type=checkbox],
input[type=radio] {
    display: none; 
}

input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    padding-left: 25px;
    height: 16px;
    font-size: 14px;
    line-height: 15px;
    background: url('../img/checkbox-none.svg') left/16px no-repeat;
}

input[type=checkbox]:checked + label {
    background-image: url('../img/checkbox.svg');
    background-repeat: no-repeat;
    background-size: 16px;
}

input[type=radio] + label {
    display: inline-block;
    cursor: pointer;
    padding-left: 25px;
    height: 16px;
    font-size: 14px;
    line-height: 15px;
    background: url('../img/btn_radio_none.svg') left/16px no-repeat;
}

input[type=radio]:checked + label {
    background-image: url('../img/btn_radio.svg');
    background-repeat: no-repeat;
    background-size: 16px;
}

input[type=text]:focus,
textarea:focus {
    outline: 1px solid #5F4EEE;
}

/* tooltip  */

.ico-info-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.ico-info-box .ico-info-type2,
.ico-info-box .ico-info-type3 {
  margin-top: 0.5rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}

.container .wrap.interview article section .sec-inner.registry .visual .v-wrap .table .ico-info-box .ico-info-type2, 
.container .wrap.interview article section .sec-inner.registry .visual .v-wrap .table .ico-info-box .ico-info-type3 {
	margin-top: 0 !important;
}

.ico-info-box .ico-info.ico-info-type1:hover + .ico-info-type-box.type1 {
  display: inline-block;
  right: 0rem;
  top: 0rem;
  left: auto;
  bottom: auto;
  transform: translate(10%, 50%);
}

.ico-info-box .ico-info.ico-info-type2:hover + .ico-info-type-box.type2 {
  display: inline-block;
  right: 0rem;
  bottom: 0rem;
  left: auto;
  top: auto;
  transform: translate(10%, 110%);
}

.ico-info-box .ico-info.ico-info-type3:hover + .ico-info-type-box.type3 {
  display: inline-block;
  right: 0rem;
  top: 0rem;
  left: auto;
  bottom: auto;
  transform: translate(80%, -100%);
}

.ico-info-box .ico-info.ico-info-type1:hover + .ico-info-type-box.type4 {
  display: inline-block;
  right: 0rem;
  top: 0rem;
  left: auto;
  bottom: auto;
  transform: translate(10%, 50%);
}

.ico-info-box .ico-info-type-box.type1 {
  font-size: 0.66666667rem;
  line-height: 0.83333333rem;
  color: #333;
  width: 11.27777778rem;
  height: 4rem;
  position: absolute;
  text-align: left;
  padding-top: 1rem;
  padding-right: 0.61111111rem;
  padding-bottom: 0.55555556rem;
  padding-left: 0.61111111rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url('../img/img_burbble.svg');
  background-size: contain;
  display: none;
  z-index: 2;
}

.ico-info-box .ico-info-type-box.type2 {
  font-size: 0.66666667rem;
  line-height: 1.11111111rem;
  color: #333;
  width: 11.33333333rem;
  height: 4rem;
  position: absolute;
  text-align: left;
  padding-top: 1rem;
  padding-right: 0.61111111rem;
  padding-bottom: 0.55555556rem;
  padding-left: 0.61111111rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url('../img/img_burbble.svg');
  background-size: contain;
  display: none;
  z-index: 2;
}

.ico-info-box .ico-info-type-box.type3 {
  font-size: 0.66666667rem;
  line-height: 1.11111111rem;
  color: #333;
  width: 11.33333333rem;
  height: 4rem;
  position: absolute;
  text-align: left;
  padding-top: 0.55555556rem;
  padding-right: 0.61111111rem;
  padding-bottom: 1rem;
  padding-left: 5px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url('../img/img_bubble_2.svg');
  background-size: contain;
  display: none;
  z-index: 2;
}

.ico-info-box .ico-info-type-box.type4 {
  font-size: 0.66666667rem;
  line-height: 1.11111111rem;
  color: #333;
  width: 11.27777778rem;
  height: 4rem;
  position: absolute;
  text-align: left;
  padding-top: 1.11111111rem;
  padding-right: 0.61111111rem;
  padding-bottom: 1rem;
  padding-left: 0.61111111rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url('../img/img_burbble.svg');
  background-size: contain;
  display: none;
  z-index: 2;
}

em {
	font-style: normal;
}


.empty_table {
	text-align: center;
}

.empty_table img {
    display: inline-block;
}
.empty_table span {
	display: block;
	color: #333333 !important;
	font-size: 14px !important;
}

.empty_table .purple_btn {
	width: 300px;
	height: 50px;
	background: #5F4EEE 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 30px;
}

.empty_table a.purple_btn {
	display: inline-block;
	line-height: 50px;
	margin-bottom: 30px;
    font-weight: 300;
}



