@charset "UTF-8";
/* ==========================================================================
  /life-ins/disability共通CSS
========================================================================== */
#header .contact-item-tel{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 279px;
}
#header .contact-item-tel-img{
  width: 32px;
  margin-right: 8px;
}
#header .contact-item-tel-txt p,
#header .contact-item-tel-txt span{
  font-size: 11px;
}
#header p.contact-item-tel-no{
  font-size: 14px;
  font-weight: bold!important;
}
#header .contact-item-tel-no span{
  font-weight: normal;
}
.header_news {
  padding-top: 29px;
}
.guardText{
  box-sizing: border-box;
  padding: 0 12px 0;
}
.guardTextList li{
  font-size: 12px;
  padding-left: 17px;
  text-indent: -17px;
  line-height: 1.6;
}
.scrolltop{
  background-color: #125BF5;
}
.scrolltop::before {
  border-color: transparent transparent #fff #fff;
}
.scrolltop span{
  color: #fff;
}
.btnRequest{
  position: relative;
}
.btnRequestLink::before{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background-image: url(/common/images/icon_modal_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.d-body #otherArea {
  padding: 24px 83px 0;
  box-sizing: border-box;
  max-width: 1366px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  #header.d-body-head .hSPTInner .hSPTLogo{
    position: relative;
  }
  #header.d-body-head .hSPTInner .hSPTLogo a img{
    width: 28vw;
    max-width: 28vw;
  }
  #header.d-body-head .hSPTInner .hSPTCategoryLogo a{
    margin-top: 6px;
    padding-left: 4vw;
    font-size: 15px;
    color: #333;
  }
  #header.d-body-head .hSPTListsAreaInner .hTLogin.di-callarea{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-right: 1px solid #e0e0e0;
  }
  #header .contact-item-tel{
    min-width: 112px;
    position: relative;
    border: 1px solid #125BF5;
    border-radius: 8px;
    padding: 2px 0;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  }
  #header .contact-item-tel-img{
    width: 22px;
    margin-right: 4px;
  }
  #header .contact-item-tel-txt p,
  #header .contact-item-tel-txt span{
    font-size: 10px;
    font-weight: normal;
    text-align: left;
  }
  #header.d-body-head .hSPTListsAreaInner .hTLogin.docomo-loginarea{
    padding: 0;
  }
  .guardText{
    padding: 0;
  }
  .d-body #otherArea {
    padding: 16px 4% 0;
  }
}