@charset "utf-8";
/* ==================================================
elements
================================================== */
img{
  max-width: 100%;
}
.cntSec .innerWrap {
  padding: 0;
}
.cntSec .heading2{
  font-size: 16px;
}
.cntSec .heading2.sp_noBorder:before,
.cntSec .heading2.sp_noBorder span:after{
  display: none;
}

/* ==================================================
heading
================================================== */


/* ==================================================
MV
================================================== */
#mv {
  height: auto;
  background: none;
}
#mv .innerWrap{
  padding: 0;
}

/* mv__list */
#mv .mv__list a {
  text-decoration: none;
  color: #fff;
}
#mv .mv__lists {
  height: 30vw;
  overflow: hidden;
}
#mv .mv__list {
  width: 100%!important;
  height: 30vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mv .mv__list.no001 {background-image: url(/top/images/mv_bg_001_20230710.jpg);}
#mv .mv__list.no002 {background-image: url(/top/images/mv_bg_003.jpg);}
#mv .mv__list.no003 {background-image: url(/top/images/mv_bg_003sp.png);}
#mv .mv__list.no001_hd {background-image: url(/top/images/mv_bg_001_hd.jpg);}

.mv__outer {
  display: table;
  width: 100%;
  margin: auto;
}
#mv .mv__inner {
  display: table-cell;
  margin: auto;
  padding: 10px 20px;
  text-align: center;
}
#mv .mv__list.spLayout--middle .mv__inner {vertical-align: middle;}
#mv .mv__list.spLayout--top .mv__inner {vertical-align: top;}
#mv .mv__list.spLayout--bottom .mv__inner {vertical-align: bottom;}

#mv .mv__list .mv__title{
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}
#mv .mv__list .mv__title .title--main{
  font-size: 16px;
}
#mv .mv__list img {
  display: inline !important;
}
#mv .bx-wrapper .bx-viewport {
  width: 100%;
}
#mv .bx-wrapper .bx-viewport .mv__link {
  display: block;
}
#mv .bx-wrapper .bx-viewport .mv__link img {
  width: 100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
#mv .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  opacity: .5;
}
#mv .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 5px;
  background: url(/common/images/arrow_prev_white.svg) no-repeat center center;
  background-size: 20px 34px;
}
#mv .bx-wrapper .bx-controls-direction a.bx-next {
  right: 5px;
  background: url(/common/images/arrow_next_white.svg) no-repeat center center;
  background-size: 20px 34px;
}
#mv .bx-loading {
  z-index: 3;
}

/* mv__important */
#mv .mv__important .innerWrap{
  padding: 0 10px;
  min-height: 50px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
}
#mv .mv__important .important--head{
  flex: none;
  width: 20px;
  height: 20px;
  text-indent: -10000em;
  background: url(/common/images/icon_caution_red_03.svg) no-repeat 0 center;
  background-size: 20px 20px;
}
#mv .mv__important .important--body{
  flex: 1;
  padding: 5px 10px;
}
#mv .mv__important .important--body #topics__body{
  overflow: hidden;
  position: relative;
}
#mv .mv__important .important--body #topics__body li{
  display: none;
}
#mv .mv__important .important--body a.textLink{
  display: table;
  height: 100%;
  margin-right: 0;
  padding-right: 10px;
}
#mv .mv__important .important--body a.textLink > span{
  display: table-cell;
  vertical-align: middle;
}
#mv .mv__important .important--btn{
  flex: none;
  width: 3em;
}
#mv .mv__important .important--btn a.textLink{
  background: none;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}

/* mv__btns */
#mv .mv__btns .btns01{
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#mv .mv__btns .btns01 .nmlBtn{
  height: 56px;
  margin-bottom: 10px;
}
#mv .mv__btns .btns01 .nmlBtn a{
  height: 56px;
}
#mv .mv__btns .btns01 .nmlBtn .text--sub{
  font-size: 14px;
}
#mv .mv__btns .btns01 .nmlBtn .text--main{
  font-size: 16px;
}
#mv .mv__btns .btns01 .links{
  display: flex;
  justify-content: space-around;
  flex-direction:row;
}
#mv .mv__btns .btns01 .links .textLink{
  text-decoration: underline;
  font-size: 3.6vw;
  font-weight: bold;
}
#mv .mv__btns .btns01--kojin .nmlBtn a{
  background: #126de0;
  -webkit-box-shadow: 0px 4px 0px 0px #0a55b4;
  -moz-box-shadow: 0px 4px 0px 0px #0a55b4;
  box-shadow: 0px 4px 0px 0px #0a55b4;
}
#mv .mv__btns .btns01--hojin .nmlBtn a{
  background: #394ac6;
  -webkit-box-shadow: 0px 4px 0px 0px #2334b1;
  -moz-box-shadow: 0px 4px 0px 0px #2334b1;
  box-shadow: 0px 4px 0px 0px #2334b1;
}
#mv .mv__btns .btns02{
  display: inline-block;
  width: 47%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#mv .mv__btns .btns02:first-child{
  margin-right: 2%;
}
#mv .mv__btns .btns02 a{
  display: block;
  height: 48px;
  padding: 13px 13px 13px 30px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#mv .mv__btns .btns02 a.icon--1{
  background: #384ac6 url(/common/images/icon_location_white.svg) no-repeat 18px center;
  background-size: 14px 20px;
}
#mv .mv__btns .btns02 a.icon--2{
  background: #384ac6 url(/common/images/icon_account_white.svg) no-repeat 15px center;
  background-size: 34px 23px;
}

/* mv__nav */
#mv .mv__nav{
  border-top: 1px solid #a4bfe1;
}
#mv .mv__nav--inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -1px;
}
#mv .mv__nav--inner li{
  width: 25%;
  border-right: 1px solid #a4bfe1;
  border-bottom: 1px solid #a4bfe1;
}
#mv .mv__nav--inner li > a,
#mv .mv__nav--inner li > span{
  display: block;
  text-decoration: none;
  font-size: 3.4vw;
  font-weight: bold;
}
#mv .mv__nav--inner .icon{
  display: block;
  padding: 8px 0 0;
  line-height: 45px;
}
#mv .mv__nav--inner .icon img{
  vertical-align: middle;
  max-width: 35px;
  max-height: 40px;
}
#mv .mv__nav--inner .text{
  display: table;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  color: #126de0;
}
#mv .mv__nav--inner .text >span{
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  padding: 0 0 5px;
}

/* アコーディオン */
#mv .mv__nav__acdBtn{
  position: relative;
  border-top: none;
  padding: 0;
  font-weight: normal;
}
#mv .mv__nav__acdBtn:before,
#mv .mv__nav__acdBtn:after{
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 50%;
  margin: 0 0 0 -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 11px 8.5px;
  background: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
#mv .mv__nav__acdBtn:before{
  bottom: 0;
  border-color: transparent transparent #a4c0e1 transparent;
}
#mv .mv__nav__acdBtn:after{
  bottom: -2px;
  border-color: transparent transparent #d3e6fc transparent;
}
#mv .mv__nav__acdBtn.active:before,
#mv .mv__nav__acdBtn.active:after{
  visibility: visible;
  opacity: 1;
}
#mv .mv__nav__acdBody{
  position: relative;
  width: 100vw;
  margin: auto;
  padding: 20px 1vw 10px;
  border-top: 1px solid #a4bfe1;
  background: #d3e6fc;
}
#mv .mv__nav__acdBody.pos--1{ left: 0vw;}
#mv .mv__nav__acdBody.pos--2{ left: -25vw;}
#mv .mv__nav__acdBody.pos--3{ left: -50vw;}
#mv .mv__nav__acdBody.pos--4{ left: -75vw;}
#mv .mv__nav__acdBody .roundBtn{
  margin: 0 1% 10px;
  height: auto;
  vertical-align: top;
}
#mv .mv__nav__acdBody .btnWrap{
  text-align: left;
}
#mv .mv__nav__acdBody .roundBtn.col1{
  width: 98%;
}
#mv .mv__nav__acdBody .roundBtn.col2{
  width: 48%;
}
#mv .mv__nav__acdBody .roundBtn a{
  min-height: 40px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mv .mv__nav__acdBody .roundBtn.arrow--pc a > span{
  background: url(/common/images/icon_pc_red.svg) no-repeat right 12px center;
  background-size: 18px 12px;
}


/* ==================================================
recommended
================================================== */
.recommendedList .js-slider{
  height: 19.5vw;
  overflow: hidden;
}
/* ==================================================
product
================================================== */
#product{
  position: relative;
}
#productBG{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#productBG li{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
}
#productBG li.assets{ background-image: url('/top/images/product_bg_assets_sp.jpg');}
#productBG li.loan{ background-image: url('/top/images/product_bg_loan_sp.jpg');}
#productBG li.prepare{ background-image: url('/top/images/product_bg_prepare_sp.jpg');}
#productBG li.use{ background-image: url('/top/images/product_bg_use_sp.jpg');}

#productBG li.active{
  opacity: 1;
  z-index: 2;
}

#product .heading2,
#product .innerWrap{
  position: relative;
  z-index: 3;
}
#product .heading2 span{
  color: #fff;
}
/* アコーディオン */
#product .productBox__head{
  border-color:  rgba(255, 255, 255, .3);
  color: #fff;
}
#product .productBox__head:after {
  background-image: url(/common/images/icon_acordion_plus_white.svg);
}
#product .productBox__body{
  padding: 0;
  border: none;
}
#product .productBox__head.active:after {
  background-image: url(/common/images/icon_acordion_minus_white.svg);
}
/* アコーディオン内コンテンツ */
.productBox__text.text--read{
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 20px;
  border-top:  1px solid rgba(255, 255, 255, .3);
}
.productBox__text.text--link{
  text-align: center;
  padding-bottom: 25px;
}
.productBox__text.text--link a{
  color: #fff;
  text-decoration: underline;
}
.productBox__links .links--list{
  display: flex;
  flex-wrap: wrap;
  margin: 15px 1%;
}
.productBox__links .links--list li{
  width: 48%;
  margin: 1%;
}
.productBox__links .links--list a{
  border: none;
  background: rgba(255, 255, 255, .7);
}
.productBox__links .links--list a .text--main{
  font-size: 14px;
  color: #000;
  line-height: 1.3;
}
.productBox__links .links--btn{
  text-align: center;
}
.productBox__links .links--btn a{
  border: none;
  background:  transparent;
}
.productBox__links .links--btn a > span{
  border: 1px solid rgba(255, 255, 255, .4);
  background:  rgba(0, 0, 0, .4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.productBox__links .links--btn a .text--main{
  color: #ccc;
  font-weight: bold;
}
.productBtn{
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding-top: 30px;
}

/* ==================================================
life
================================================== */
.lifeList .linkPanel > li{
  padding: 0 10px;
}

.life__btn .roundBtn{
  margin-bottom: 30px;
}

/* ==================================================
rank_questionnaire
================================================== */
#col_rank_questionnaire{
  background: #f0f0f0;
  padding: 12px 10px;
}
/* アコーディオン */
.rank__head,
.questionnaire__head{
  color: #0066cc;
  background-color: #fff;
}
/* rank */
.rank__body{
  background-color: #e1e1e1;
}
.rank__body .btnWrap{
  margin-bottom: 0;
}
.rank__body .nmlBtn{
  min-height: 60px;
  height: auto;
}
.rank__body .nmlBtn a{
  height: 60px;
  border: none;
}
.rank__body .nmlBtn a > span.icon{
  padding: 0 14px;
}
.rank__body .nmlBtn a > span:not(.icon){
  text-align: left;
}
.rank__body .rank__text{
  text-align: right;
}

/* questionnaire */
.questionnaire__body{
  background: url('/top/images/questionnaire_bg.png') repeat 0 0;
}
.questionnaire__inner{
  background: #e8f1fc;
  padding: 20px 10px;
}
.questionnaire__body .qauestion{
  display: table;
}
.questionnaire__body .qauestion--icon{
  display: table-cell;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
.questionnaire__body .qauestion--text{
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
  font-weight: bold;
  font-size: 15px;
}
.questionnaire__body .answer--list{
  border-top: 1px solid #ccc;
  margin: 10px 0 15px;
  padding-top: 10px;
}
.questionnaire__body .answer--list li{
  margin-bottom: 8px;
}
.questionnaire__body .answer--list input[type="radio"]{
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin: 0 5px 0 10px;
  vertical-align: sub;
}
.questionnaire__body .answer--btnWrap{
  display: flex;
  justify-content:space-around;
  align-items:center;
}

/* 投票ボタン 画像ver. */
.questionnaire__body #touhyou{
  margin: 0 auto;
  width: 45%;
}
.questionnaire__body #touhyou input{
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  background: none;
  vertical-align: top;
}
.questionnaire__body #touhyou input:not([disabled="disabled"]){
  -webkit-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
  box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
}
/* 投票ボタン テキストver. */
.questionnaire__body .answer--btn{
  width: 45%;
  height: 50px;
  margin-bottom: 0;
  text-align: center;
}
.questionnaire__body .answer--btn[disabled="disabled"]{
  background: #eee;
  color: #ccc;
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.questionnaire__body .answer--link{
  width: 45%;
  text-align: center;
}
.questionnaire__body .answer--link a{
  color: #126de0;
}

/* ==================================================
news
================================================== */
#news .stdTab{
  margin-bottom: 0;
}
#news .stdTab__btn > span{
  padding-left: 0;
  padding-right: 0;
}
#news .stdTab__body{
  padding: 0;
}
#news .newsList{
  margin-bottom: 20px;
  padding: 0 10px;
}
#news .newsList span.tag{
  font-size: 12px;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#news .newsList span.tag.overseas{ background: #0a55b4; color: #e8f1fc;}
#news .newsList span.tag.museum{ background: #e8f1fc; color: #0a55b4;}

/* ==================================================
group 2021.04.01 追加
================================================== */
#group {
  display: flex;
  align-items: center;
  background: #e9eff7;
  padding-bottom: 30px;
  background-size: cover;
}
.group .innerWrap {
}
.group .heading2 {
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
  padding: 0;
}
.group .heading2::before {
  content: none;
}
.group .btnWrap .nmlBtn {
  height: 45px;
}
.group .btnWrap .nmlBtn a > span {
  background-position: right 7px center;
}
#group .nmlBtn .tex--tmain{
  font-size: 11px;
}

/* ==================================================
caution
================================================== */
#caution {
  background: #f4f4f4;
}
#caution .heading2 .icon{
  width: 20px;
  height: 18px;
  margin-right: 10px;
}
.cautionList--sub{
  margin: 0 10px 20px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d82433;
}
.cautionList--sub li{
  margin: 10px 0;
}
#caution .newsList{
  margin-bottom: 20px;
  padding: 0 10px;
}
#caution .newsList li{
  background: transparent;
}

/* ==================================================
footBnr
================================================== */
.footBnrList.js-sliderWrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ==================================================
アコーディオン
================================================== */
.js-spAcdBtn{
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #f0f0f0;
}
.js-spAcdBtn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: url(/common/images/icon_acordion_plus_red.svg) no-repeat center center;
  background-size: 17px 17px;
}
.js-spAcdBody{
  border-top: 1px solid #f0f0f0;
  padding: 15px;
  display: none;
}
/* アクティブ */
.js-spAcdBtn.active:after {
  background-image: url(/common/images/icon_acordion_minus_red.svg);
  background-size: 17px 1px;
}

/* ==================================================
スライダー
================================================== */
.js-sliderWrap{
  overflow-x: hidden;
  padding: 0 25px 40px;
}
.js-sliderWrap .bx-wrapper .bx-controls-direction a{
  width: 16px;
  height: 36px;
}
.js-sliderWrap .bx-wrapper .bx-controls-direction a.bx-next{
  right: -22px;
  background: url(/common/images/arrow_next_gray.svg) no-repeat center center;
  background-size: 16px 36px;
  opacity: 1;
}
.js-sliderWrap .bx-wrapper .bx-controls-direction a.bx-prev{
  left: -22px;
  background: url(/common/images/arrow_prev_gray.svg) no-repeat center center;
  background-size: 16px 36px;
  opacity: 1;
}
/* iPhone5で画像の下が少し見切れるので */
.js-sliderWrap .bx-wrapper img{
  padding-bottom: 1px;
}

/* ==================================================
％緊急ＭＳＧ領域％
================================================== */
/* messageArea1（赤枠） */
#messageArea1{
  padding: 25px 10px 0 10px;
}
#messageArea1 .innerWrap{
  border: 2px solid #d82433;
  padding: 15px;
}
/* messageArea11（赤枠固定） */
#messageArea11{
  padding: 15px 10px;
}
#messageArea1 .messageArea1__title{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#messageArea1 .messageArea1__body{
  font-size: 14px;
}
#messageArea11 .innerWrap{
  border: 2px solid #d82433;
  padding: 15px;
  font-size: 16px;
}
/* messageArea2（青枠） */
#messageArea2{
  background: #f4f4f4;
  padding: 15px 10px;
}
#messageArea2 .innerWrap{
  border: 2px solid #126de0;
  background: #fff;
  padding: 15px;
}
.messageArea2__title{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.messageArea2__lead{
  margin-bottom: 1rem;
  font-size: 16px;
}
.messageArea2__links li{
  border-bottom: 1px solid #ddd;
}
.messageArea2__links a{
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}


/* ==================================================
ログイン導線説明
================================================== */
#explainConductor {
  display: none;
}


/* ==================================================
口座開設モーダル
================================================== */
#selectAccountOpen{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 95%;
  height: auto;
  z-index: 101;
}
/* mainBox */
#selectAccountOpen .mainBox{
  padding: 15px 0;
  background: #fff;
}
#selectAccountOpen .selectAccount__lead{
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
}
#selectAccountOpen .selectAccount__list{
  text-align: center;
  font-size: 0;
  position: relative;
  padding-bottom: 12%;
}
#selectAccountOpen .selectAccount__list > li{
  width: 43%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
}
#selectAccountOpen .selectAccount__list .nmlBtn{
  height: auto;
}
#selectAccountOpen .selectAccount__list .nmlBtn a{
  padding: 14px 0;
}
#selectAccountOpen .selectAccount__list .img img{
  width: 70px;
}
#selectAccountOpen .selectAccount__list .text--main{
  font-size: 18px;
}
#selectAccountOpen .selectAccount__list .text--sub{
  font-size: 14px;
  color: #222;
}
#selectAccountOpen .selectAccount__list .noteList{
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  text-align: left;
}
#selectAccountOpen .selectAccount__list .noteList li{
  font-size: 12px;
}
/* btnBox */
#selectAccountOpen .btnBox{
  border-top: 1px solid #dfdfdf;
  background: #f4f4f4;
  line-height: 39px;
  text-align: center;
}
#selectAccountOpen .btnBox .text{
  padding-left: 18px;
  background: url(/common/images/icon_close_gray.svg) no-repeat left center;
  background-size: 12px 12px;
}

/* ==================================================
ビジネスＷｅｂモーダル
================================================== */
#selectBizwebOpen{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 95%;
  height: auto;
  z-index: 101;
}
/* mainBox */
#selectBizwebOpen .mainBox{
  padding: 15px 0;
  background: #fff;
}
#selectBizwebOpen .selectBizweb__lead{
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
}
#selectBizwebOpen .selectBizweb__list{
  text-align: center;
  font-size: 0;
  position: relative;
  padding-bottom: 12%;
}
#selectBizwebOpen .selectBizweb__list > li{
  width: 43%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
}
#selectBizwebOpen .selectBizweb__list .nmlBtn{
  height: auto;
}
#selectBizwebOpen .selectBizweb__list .nmlBtn a{
  padding: 14px 0;
}
#selectBizwebOpen .selectBizweb__list .img img{
  width: 70px;
}
#selectBizwebOpen .selectBizweb__list .text--main{
  font-size: 18px;
}
#selectBizwebOpen .selectBizweb__list .text--sub{
  font-size: 14px;
  color: #222;
}
#selectBizwebOpen .selectBizweb__list .noteList{
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  text-align: left;
}
#selectBizwebOpen .selectBizweb__list .noteList li{
  font-size: 12px;
}
/* btnBox */
#selectBizwebOpen .btnBox{
  border-top: 1px solid #dfdfdf;
  background: #f4f4f4;
  line-height: 39px;
  text-align: center;
}
#selectBizwebOpen .btnBox .text{
  padding-left: 18px;
  background: url(/common/images/icon_close_gray.svg) no-repeat left center;
  background-size: 12px 12px;
}
