.socialList__link.icon-twitter {
background: #000;
border-bottom: solid 3px rgba(255,255,255,.6);
}
.icon-twitter:before {
content: "X";
}
.socialList__link.icon-twitter:after {
content: "\0058"; /*名称を【X】に変更*/
}
.widgetProfile__snsLink.icon-twitter { /*シェアボタンの【Twitter】カラーから【X】カラーに変更*/
color: #000;
}
.widgetProfile__snsLink.icon-twitter:hover { /*シェアボタンホバー時の【Twitter】カラーから【X】カラーに変更*/
	background: #000;
}
.menuBtn__naviLink.icon-twitter{ /*シェアボタンの【Twitter】カラーから【X】カラーに変更*/
	background: #000;
}

@media screen and (max-width: 600px){
  .pc{
    display: none;
  }
}

@media screen and (min-width: 600px){
  .sp{
    display: none;
  }
  .spbr{
    display: none;
  }
}

.l-footer-request-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.l-footer-request-nav__item:first-of-type {
  margin-right: 8px; }

.l-footer-request-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 126px;
  height: 34px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 1.2px;
  color: white !important;
  border: solid 1px white; }
  @media (min-width: 769px) {
    .l-footer-request-nav__link {
      height: 38px;
      font-size: 1.5rem; } }

.l-footer-request-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768.98px) {
    .l-footer-request-tel {
      display: none; } }
  .l-footer-request-tel__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .l-footer-request-tel__title {
    font-size: 1.5rem;
    color: white;
    white-space: nowrap;
    margin-right: 20px; }
  .l-footer-request-tel__item {
    width: 195px; }
    .l-footer-request-tel__item:first-of-type {
      margin-right: 18px; }
  .l-footer-request-tel__link {
    display: block; }

.l-footer-request {
  width: 100%;
  background-color: #00164e;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10; }
  .l-footer-request__inner {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 769px) {
      .l-footer-request__inner {
        height: 67px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
