/* op53sd37 */
/* box */
.radius_box {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  width: 638px;
  height: 166px;
  padding: 20px;
}

.radius_box_line {
  border-radius: 4px;
  /* height: 37px;
  padding-left: 15px !important; */
}

.radius_box_noBorder {
  border-radius: 4px;
  width: 630px !important;
  background-color: #F0F8FC;
}

/* table */
.table_type1 {
  /* padding: 0px 10px 0px 10px; */
  width: 100%;
  /* border-top: 1px dashed #D0D0D0;
  border-bottom: 1px dashed #D0D0D0; */
  border-collapse:separate;
  border-spacing: 0px 15px;
}

.table_type1 th ,
.table_type1 td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
  background: #FFFFFF;
}

/* .table_type1 th {
  width: 180px !important;
  text-align: left !important;
}

.table_type1 td {
  width: 630px !important;
} */

.js_type6-accordion_table {
  border-collapse:separate;
  border-spacing: 0px 15px;
}

.js_type6-accordion_table td{
  background-color: #F0F8FC;
}

/* modal */
._stm_help {
    display: inline-block;
    width: 18px;
    height: 18px;
    float: none;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    background: #68b7e6;
    color: #fff !important;
    margin: 0 0 0 5px;
}

._stm_help:hover{
    text-decoration: none !important;
}

._stm_btn_text_above{
    position: relative;
}

._stm_btn_text_above ._stm_help_contents1 {
    position: absolute;
    top: -97px;
    left: -37px;
    background: #444;
    z-index: 100;
    padding: 10px 15px;
    color: #fff;
    width: 260px !important;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 95% 100%;
    -webkit-transform-origin: 95% 100%;
    -moz-transform-origin: 95% 100%;
    transition: .1s all linear;
    -webkit-transition: .1s all linear;
    -moz-transition: .1s all linear;
}

._stm_btn_text_above ._stm_help_contents1:before {
    content: "";
    position: absolute;
    left: auto;
    top: auto;
    right: 112px !important;
    border-top: 7px solid #444 !important;
    border-bottom: 7px solid rgba(255, 255, 255, 0) !important;
    border-left: 10px solid rgba(255, 255, 255, 0) !important;
    border-right: 10px solid rgba(255, 255, 255, 0) !important;
    bottom: -14px !important;
}

._stm_help_contents1._stm_visible{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

._stm_btn_text_above ._stm_help_contents2 {
    position: absolute;
    top: -100px;
    left: -33px;
    background: #444;
    z-index: 100;
    padding: 10px 15px;
    color: #fff;
    width: 260px !important;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 95% 100%;
    -webkit-transform-origin: 95% 100%;
    -moz-transform-origin: 95% 100%;
    transition: .1s all linear;
    -webkit-transition: .1s all linear;
    -moz-transition: .1s all linear;
}

._stm_btn_text_above ._stm_help_contents2:before {
    content: "";
    position: absolute;
    left: auto;
    top: auto;
    right: 130px !important;
    border-top: 7px solid #444 !important;
    border-bottom: 7px solid rgba(255, 255, 255, 0) !important;
    border-left: 10px solid rgba(255, 255, 255, 0) !important;
    border-right: 10px solid rgba(255, 255, 255, 0) !important;
    bottom: -14px !important;
}

._stm_help_contents2._stm_visible{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

/* parts */
.vAlT {
  vertical-align: top !important;
}

.bg_water {
  background-color: #F0F8FC !important;
}

.w675px {
  width: 675px !important;
}

.cb_invisible {
  display: none;
}

.address_invisible {
  display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
