@charset "utf-8";

/*.heading1 {
  background-image: url(/personal/asset/online_sec/images/bg_h1.jpg);
}*/

.inquiry .telNumber.icon-freedial span {
  background-image: url(/personal/asset/online_sec/images/icon_freecall.svg);
  background-size:74px 54px;
}

/* ご確認事項 */
.checkList {
  height: 340px;
  background: #F5F5F5;
  border: 1px solid #EEE;
  font-size: 15px;
  line-height: 1.6;
  margin: 60px auto;
  padding: 20px 10px 20px 40px;
}
.checkList_wrap {
  width: 100%;
  height: 100%;
  padding-right: 20px;
}
.checkList .title {
  font-size: 30px;
  margin-bottom: 25px;
}
.checkList p:not(:last-child) {
  margin-bottom: 25px;
}
.checkList .customScrollbar .os-scrollbar.os-scrollbar-vertical {
  right: 0;
  top: 0;
  bottom: 0;
}
.checkList .customScrollbar .os-scrollbar.os-scrollbar-vertical {
  opacity: 1 !important;
}
.checkList .customScrollbar .os-scrollbar .os-scrollbar-track {
  background: none;
}
.checkList .customScrollbar .os-scrollbar .os-scrollbar-track .os-scrollbar-handle {
  background: #959EA7 !important;
  opacity: 1 !important;
}
/*同意チェック*/
#SBIbtn .form_label.roundBtn {
  background-color: #fff;
  border: 1px solid #2196f3;
  border-radius: 100px;
  color: #2196f3;
  display: table-cell;
  background: no-repeat center right 17.6px;
  background-size: 8px 15px;
  line-height: 1.4;
  padding: 10px 50px;
  vertical-align: middle;
  width: 100%;
  height: 52px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease;
}
.form_checkbox {
  position: absolute;
  top: 59px;
  left: 45px;
}
/* 不活性ボタン */
#SBIbtn .nmlBtn_item .nmlBtn_itemLink {
  background-color: #ccc;
  box-shadow: none;
  border: none;
  user-select: none;
  color: #fff;
  pointer-events: none;
}
/* 活性化ボタン */
#SBIbtn input[type="checkbox"]:checked ~ ul.nmlBtn .nmlBtn_item .nmlBtn_itemLink {
    background-color: #D41849;
    border: 1px solid #D41849;
    color: #fff;
    user-select: auto;
    pointer-events: auto;
}
#SBIbtn input[type="checkbox"]:checked ~ ul.nmlBtn .nmlBtn_item:hover .nmlBtn_itemLink {
  background-color: #fff;
  color: #D41849;
}
#SBIbtn input[type="checkbox"]:checked ~ ul.nmlBtn .nmlBtn_item:hover .text-sub {
  color: #D41849;
}
#SBIbtn input[type="checkbox"]:checked ~ ul.nmlBtn .nmlBtn_item.arrow-blank:hover .nmlBtn_text {
  background-image: url(/common_v2/images/icon_blank_red.svg);
}

#SBIbtn .nmlBtn_item input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    z-index: -1;
    transition-duration: 0.3s;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#SBIbtn .nmlBtn_item input[type="submit"] {
    cursor: default;
    z-index: +1;
    outline: none;
}
#SBIbtn .nmlBtn_item input[type="submit"] {
    z-index: -1;
}
