@charset "UTF-8";
/*jp post color*/
/*jp bank color*/
/**********************************************************************************
mypage UI
**********************************************************************************/
/*********************************************************
header→style.css
*********************************************************/
/*********************************************************
paging
*********************************************************/
.paging2__inner {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.paging2__inner--li {
  text-align: center;
  width: calc(100% / 3);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.paging2__inner--li-link {
  display: block;
  padding: 5px 2px;
}
.paging2__inner--li-link.active {
  background-color: #ededed;
}
.paging2__inner--li-link:hover {
  background-color: #ededed;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.switchArea {
  background: #ffffff;
  font-size: 8px;
  line-height: 22px;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  width: 62px;
}
.switchArea input[type='checkbox'] {
  display: none;
}
.switchArea label {
  background: #b3b3b3;
  border-radius: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 22px;
}
.switchArea input[type='checkbox']:checked + label {
  background: #000099;
}
.switchArea label span:after {
  color: #ffffff;
  content: 'OFF';
  padding: 0 0 0 13px;
}
.switchArea input[type='checkbox']:checked + label span:after {
  color: #ffffff;
  content: 'ON';
  padding: 0 13px 0 0;
}
.switchArea #swImg {
  background: #ffffff;
  border-radius: 7px;
  height: 14px;
  left: 4px;
  top: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 14px;
}
.switchArea input[type='checkbox']:checked ~ #swImg {
  background: #ffffff;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
@media screen and (max-width: 767px) {
  .spSwitchArea input[type='checkbox']:checked ~ #swImg {
    background: #ffffff;
    -webkit-transform: translateX(35px);
    transform: translateX(35px);
  }
}

.check-circle {
  background: #ffffff;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0;
  position: relative;
  margin: 2px 5px;
  text-align: center;
  width: 100px;
}
.check-circle input[type='checkbox'] {
  display: none;
}
.check-circle label {
  background: #ced4da;
  border-radius: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 26px;
  width: 100%;
  cursor: pointer;
}
.check-circle #checkimg,
.check-circle .checkimg {
  background: #ffffff;
  border-radius: 10px;
  height: 18px;
  left: 4px;
  top: 4px;
  position: absolute;
  width: 18px;
}
.check-circle input[type='checkbox']:checked ~ #checkimg,
.check-circle input[type='checkbox']:checked ~ .checkimg {
  background-color: #ffffff;
  background-image: url(../img/check_img01.png);
  background-position: center;
  background-repeat: no-repeat;
}

.check-circle2 {
  background: #ffffff;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.check-circle2 input[type='checkbox'] {
  display: none;
}
.check-circle2 label {
  background: #ced4da;
  border-radius: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 26px;
  width: 100%;
  cursor: pointer;
}
.check-circle2 #checkimg,
.check-circle2 .checkimg {
  background: #ffffff;
  border-radius: 10px;
  height: 18px;
  left: 4px;
  top: 4px;
  position: absolute;
  width: 18px;
}
.check-circle2 input[type='checkbox']:checked ~ #checkimg,
.check-circle2 input[type='checkbox']:checked ~ .checkimg {
  background-color: #ffffff;
  background-image: url(../img/icon_circle01.png);
  background-position: center;
  background-repeat: no-repeat;
}

/**********************************************
tmp payment-certificate/top
**********************************************/
.check-circle2 input[type='radio']:checked ~ #checkimg,
.check-circle2 input[type='radio']:checked ~ .checkimg {
  background-color: #ffffff;
  background-image: url(../img/icon_circle01.png);
  background-position: center;
  background-repeat: no-repeat;
}

.check-circle2 input[type='radio'] {
  display: none;
}

.badge-st {
  background-color: #0061d5;
  color: #ffffff;
  border-radius: 0.25rem;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 0.3rem 1rem;
}

.header-badge {
  background-color: #000099;
  color: #ffffff;
  border-radius: 0.25rem;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 0.4rem 0;
  width: 100px;
}

.mypageComp {
  position: relative;
  z-index: 1;
}
.mypageComp .bg {
  padding: 0 0 15px 0;
}

.mypageComp-h3 {
  border-bottom: 3px solid #d4ecff;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
  position: relative;
}
.mypageComp-h3:after {
  border-bottom: 3px solid #0061d5;
  bottom: -3px;
  content: '.';
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .mypageComp-h3 {
    border-bottom: 3px solid #d4ecff;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    margin: 0 0 24px 0;
    padding: 0 0 6px 0;
    position: relative;
  }
  .mypageComp-h3:after {
    border-bottom: 3px solid #0061d5;
    bottom: -3px;
    content: '.';
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 30%;
  }
  .bd-none-sp {
    border-style: none;
  }
}

.mypage-float {
  background: #ffffff;
  border: 1px solid #0061d5;
  border-top: none;
  border-bottom: none;
  border-radius: 0.25rem !important;
  display: inline-table;
  font-size: 10px;
  line-height: 1.2;
  position: fixed;
  right: 5px;
  text-align: center;
  width: 60px;
  z-index: 5;
}
.mypage-float__box {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.js-mypage-float {
  background: #0061d5;
  border: 1px solid #0061d5;
  border-radius: 0.25rem !important;
  color: #ffffff;
  cursor: pointer;
  font-size: 10px;
  height: 40px;
  padding: 0.35rem 0;
  text-align: center;
  z-index: 10;
}

.site-footer {
  background: #000099;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

#js-menuBk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

/*********************************************************
footer
*********************************************************/
.mfooter .bg {
  background: #ededed;
}
.mfooter__ttl {
  /*0228-chenge-start
  margin: 0 0 10px 33px;
  0228-chenge-end*/
  text-align: left;
}
.mfooter__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 50px 33px;
}
.mfooter__box--ttl {
  border-right: 1px solid #333333;
  padding: 0 0.5rem;
  margin: 0.25rem 0;
}
.mfooter__box--ttl:first-child {
  padding: 0 0.5rem 0 0;
}
.mfooter__box--ttl:last-child {
  border: none;
}
.mfooter__box2 {
  background: #000099;
  padding: 1rem 0.5rem;
}
.mfooter__box2--inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 20px 0 33px;
}
.mfooter__box2--inner_img {
  display: block;
  margin: 0;
}
.mfooter__box2--inner_ttl {
  color: #ffffff;
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .f-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .mfooter .bg {
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .mfooter__ttl {
    display: block;
    /*0228-change-start
    margin: 1.25rem auto;
    0228-change-end*/
    text-align: center;
  }
  .mfooter__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .mfooter__box--ttl {
    background: #b3b3b3;
    border: none;
    outline-width: 2px;
    outline-style: solid;
    outline-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .mfooter__box--ttl_li {
    color: #ffffff !important;
    display: block;
    padding: 1rem;
  }
  .mfooter__box2 {
    background: #000099;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*0228-chenge-start*/
    /*padding: 1.25rem 0;*/
    padding: 0.5rem 0;
    /*0228-chenge-end*/
  }
  .mfooter__box2--inner {
    display: block;
    margin: 0;
  }
  .mfooter__box2--inner_img {
    display: block;
    /*0228-chenge-start*/
    /*margin: 0 auto .5rem;*/
    margin: 0.25rem 0;
    /*0228-chenge-end*/
  }
  .mfooter__box2--inner_ttl {
    color: #ffffff;
    margin: 0;
    text-align: left;
  }
}
.d-flex-center-wrap {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.badge-notice {
  position: absolute;
  top: -7px;
  left: 74%;
  font-size: 8px;
  line-height: 8px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-color: #ff9f40;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
}

.badge-notice-sp {
  position: absolute;
  top: -7px;
  left: 54%;
  font-size: 8px;
  line-height: 8px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-color: #ff9f40;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
}

.bdb-gray-3 {
  border-bottom: 1px solid #d3d3d3;
}

.non-letter-sp {
  letter-spacing: 0px;
}
/*********************************************************
checkbox  background-white
*********************************************************/
.bgwchkbox_label {
  position: relative;
  /* ボックスの位置を指定する */
  padding: 0 0 0 42px;
  /* ボックス内側の余白を指定する */
}

.bgwchkbox_label:after,
.bgwchkbox_label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: '';
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */
}

.bgwchkbox_label:before {
  left: 12px;
  /* 左から配置の基準位置を決める */
  margin-top: -10px;
  /* チェック枠の位置 */
  width: 20px;
  /* ボックスの横幅を指定する */
  height: 20px;
  /* ボックスの高さを指定する */
  border: 1px solid #b3b3b3;
  /* ボックスの境界線を実線で指定する */
  background-color: white;
}
.bgwchkbox_label:after {
  left: 18.5px;
  /* 左から配置の基準位置を決める */
  margin-top: -10px;
  /* チェックマークの位置 */
  width: 8px;
  /* ボックスの横幅を指定する */
  height: 16px;
  /* ボックスの高さを指定する */
  border-right: 3px solid #0061d5;
  /* 境界線（右）のスタイルを指定する */
  border-bottom: 3px solid #0061d5;
  /* 境界線（下）のスタイルを指定する */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* 要素を回転させる */
  opacity: 0;
  /* 要素を透過指定する */
}
input[type='checkbox']:checked + .bgwchkbox_label:after {
  opacity: 1;
  /* 要素を表示する */
}

.bgwradio label.radio,
.bgwradio label.radio__txt,
.bgwradio label.checkbox,
.bgwradio label.check__txt {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bgwradio label.radio {
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
  background-color: #ffffff;
}

.bgwradio label.radio__txt {
  margin: 5px 0 0;
  min-height: calc(18px + 5px);
  /*margin-right: calc(18px + 5px);*/
  padding-left: calc(18px + 5px);
  line-height: calc(18px + 5px);
}

.bgwradio label.radio:before,
.bgwradio label.radio__txt:before,
.bgwradio label.check__txt:before,
.bgwradio label.checkbox:after,
.bgwradio label.radio__txt:after,
.bgwradio label.check__txt:after {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bgwradio label.radio:before,
.bgwradio label.radio__txt:before {
  border-radius: 100%;
}

.bgwradio label.radio:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.bgwradio label.radio__txt:before,
.bgwradio label.radio__txt:after {
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.bgwradio label.radio:before {
  display: block;
  width: 18px;
  height: 18px;
  z-index: 1;
  background-color: #ffffff;
}

.bgwradio label.radio__txt:before {
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  left: 0px;
  z-index: 3;
}

.bgwradio label.radio__txt:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: calc(((18px / 2) - (10px) / 2));
  background-color: #0061d5;
  z-index: 4;
}

.bgwradio label.radio input[type='radio'],
.bgwradio label.radio__txt input[type='radio'],
.bgwradio label.checkbox input[type='checkbox'],
.bgwradio label.check__txt input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 4;
  margin: 0px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.bgwradio label.radio input[type='radio'],
.bgwradio label.radio__txt input[type='radio'] {
  left: calc(18px * -1);
  width: 18px;
  height: 18px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
}

.bgwradio label.radio input[type='radio'] {
  display: block;
  -webkit-box-shadow: 18px 0px #ffffff;
  box-shadow: 18px 0px #ffffff;
  z-index: 5;
}

.bgwradio label.radio__txt input[type='radio'] {
  -webkit-box-shadow: 18px 0px #ffffff;
  box-shadow: 18px 0px #ffffff;
  z-index: 5;
}

.bgwradio label.checkbox input[type='checkbox']:checked,
.bgwradio label.radio__txt input[type='radio']:checked,
.bgwradio label.radio input[type='radio']:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bgwradio label.radio__txt input[type='radio']:focus,
.bgwradio label.radio input[type='radio']:focus {
  opacity: 0.2;
}

.bgwradio label.radio__txt input[type='radio']:focus,
.bgwradio label.radio input[type='radio']:focus {
  -webkit-box-shadow: 18px 0px #ffffff;
  box-shadow: 18px 0px #ffffff;
}

/*********************************************************
checkbox  disable
*********************************************************/
label.radio__txt.disable {
  color: #d3d3d3;
  cursor: default;
}

label.radio__txt.disable:before {
  background-color: #e9ecef;
}

/*********************************************************
indent 　example→  ref:※　　numref:※1
*********************************************************/
.indent-ref {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-numref {
  padding-left: 2em;
  text-indent: -2em;
}
.indent-3em {
  padding-left: 3em;
  text-indent: -3em;
}

.text-warning2 {
  color: #ff6f00 !important;
}
@media (max-width: 767px) {
  .modal .modal-content3 {
    overflow-y: initial !important;
  }
  .modal .modal-body3 {
    height: calc(90vh - 220px);
    overflow-y: auto;
  }
}

/*********************************************************
drop 　
*********************************************************/
.drop_area {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #e9ecef;
  background-clip: border-box;
  line-height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
}

.drop_enter {
  border: 10px dotted #e6f5ff;
}

/*********************************************************
new-top
*********************************************************/
.bg-blue-top {
  background-color: #e6f5ff;
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 40px;
}
.d-center-top {
  display: -webkit-box;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.sbutton-top {
  /* align-items: center !important; */
  background-color: #fff;
  border: 1px solid #b3e0ff;
  /* border-bottom: 6px solid #b3e0ff; */
  border-radius: 16px;
  box-shadow: 0px 5px 0px #b3e0ff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  height: 100%;
  margin-bottom: 20px;
  padding: 16px;
}
.sbutton-top:hover {
  opacity: 0.6;
}
.sbutton-top__inner {
  align-items: center !important;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important; */
}
.sbutton-top__inner--img {
  height: 30px;
  margin-right: 8px;
  width: 30px;
}
.sbutton-top__inner--ttl {
  color: #0061d5;
}
.sbutton-top__inner--words {
  margin-top: 16px;
  margin-bottom: 0px;
  text-align: left;
}
.lbutton-top {
  background-color: #fff;
  border: 1px solid #b3e0ff;
  /* border-bottom: 6px solid #b3e0ff; */
  box-shadow: 0px 5px 0px #b3e0ff;
  border-radius: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 16px;
}
.lbutton-top:hover {
  opacity: 0.6;
}
.lbutton-top__inner {
  text-align: center;
}
.lbutton-top__inner--img {
  height: 30px;
  margin-right: 8px;
  width: 30px;
}
.lbutton-top__inner--ttl {
  font-size: 20px;
  color: #0061d5;
}
.lbutton-top__inner--words {
  margin-top: 16px;
  margin-bottom: 0px;
  text-align: left;
}
.tbutton-top {
  align-items: center !important;
  background-color: #fff;
  border: 1px solid #b3e0ff;
  /* border-bottom: 6px solid #b3e0ff; */
  border-radius: 16px;
  box-shadow: 0px 5px 0px #b3e0ff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  height: 100%;
  margin-bottom: 20px;
  padding: 8px 16px;
}
.tbutton-top:hover {
  opacity: 0.6;
}
.tbutton-top__inner {
  align-items: center !important;
}
.tbutton-top__inner--img {
  height: 30px;
  margin-right: 8px;
  width: 30px;
}
.tbutton-top__inner--ttl {
  color: #0061d5;
}
@media (max-width: 767px) {
  .sbutton-top {
    border-radius: 5px;
  }
  .lbutton-top {
    border-radius: 5px;
    margin-bottom: 12px;
  }
  .tbutton-top {
    border-radius: 8px;
  }
  .sbutton-top__inner--img {
    margin-right: 4px;
  }
  .lbutton-top__inner--img {
    margin-right: 4px;
  }
  .tbutton-top__inner--img {
    margin-right: 4px;
  }
  .tbutton-top__inner--ttl {
    font-size: 14px;
  }
  .sppd-r4 {
    padding-right: 4px;
  }
  .sppd-l4 {
    padding-left: 4px;
  }
}
/*********************************************************
loading
*********************************************************/
#now_loading {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

#now_loading_est {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #now_loading {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
  }
}
#now_loading img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

#now_loading_est img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

/*********************************************************
cert-reissue/download disabled
*********************************************************/
.dl-disabled {
  pointer-events: none;
  background-color: #d3d3d3;
}
/*********************************************************
top menu / disable
*********************************************************/
.not-move {
  background-color: whitesmoke;
  opacity: 0.5;
  z-index: 2;
}
.no-pointer-ev {
  pointer-events: none;
}

/*********************************************************
loan/top→loan-confirmation-modal.vue 消えないモーダル
*********************************************************/
.notDissapear-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 1040;
}
.notDissapear-modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100dvh;
  position: absolute;
  width: 100%;
}
.notDissapear-modal__content {
  background: #fff;
  border-radius: 0.3rem;
  left: 50%;
  padding: 40px 10px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  z-index: 1050;
}
.notDissapear-modal__bg-scroll-bar {
  background: none !important;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* モーダル表示時画面側のスクロールバーを非表示にする */
.scroll-hide::-webkit-scrollbar {
  display: none;
}
/*********************************************************
policy/detail hr dashed
*********************************************************/
.hr-dashed {
  border-top: 2px dashed #afafaf;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

/*********************************************************
チャットボタン用css
*********************************************************/
.embeddedServiceHelpButton {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 10;
}
.embeddedServiceHelpButton .uiButton {
  background-color: #0061d5;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 10px;
  width: 60px;
  height: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0.9;
  cursor: pointer;
  color: white;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}
.embeddedServiceHelpButton .uiButton:focus {
  outline: 1px solid #0061d5;
}
.embeddedServiceHelpButton .embeddedServiceIcon {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  background-image: url(../img/icon_chat.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.embeddedServiceHelpButton .message {
  text-align: center;
  white-space: normal;
}
