@charset "UTF-8";
.contents-main {
  color: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/internet/set/data/special/contacts/sales-webchat/mobile-select/img/p/bg-dots.png) repeat center left;
overflow-y: auto;
}

.section-main {
  width: 860px;
  margin: 0 auto;
  position: relative;
}
.section-main-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  padding-top: 95px;
}

.section-main-ttl:before{
    content: "";
    display: block;
    background: url(/internet/set/data/special/contacts/sales-webchat/mobile-select/img/p/icon-ttl-mobile.png) no-repeat center top;
    width: 80px;
    height: 86px;
    top: 0;
    position: absolute;
    left: 50%;
    margin-left: -40px;
}
.section-main-lead{
  margin: 10px 0 0;
  font-size: 18px;
  text-align: center;
}
.section-main-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
.section-main-list-link {
  width: 50%;
  position: relative;
  background-color: #fff;
  padding: 31px 0 30px;
  color: #000 !important;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.section-main-list-link:hover {
  background: #f4d0dc;
}
.section-main-list-link::after {
    content: "";
    display: block;
    border-top: solid 2px #e7326f;
    border-right: solid 2px #e7326f;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -6px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section-main-list-link-item-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;

}
.section-main-list-link + 
.section-main-list-link {
  margin-left: 20px;
    
}

.section-main-list-link-item-txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.section-main-list-link-item-txt--small {
  font-weight: normal;
  font-size: 16px;
}
.section-main-list-link-item-txt-chat {
  position: relative;
  padding-left: 70px;
}
.section-main-list-link-item-txt-chat:before {
    content: "";
    display: block;
    background: url(/internet/set/data/special/contacts/sales-webchat/mobile-select/img/p/icon-chat.png) no-repeat center top;
    width: 70px;
    height: 57px;
    top: 50%;
    margin-top: -35px;
    position: absolute;
    left: -16px;
}

.section-main-list-link-item-img {
  margin-right: 18px;
  position: absolute;
  left: 88px;
}
.btn-close {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -21px;
  cursor: pointer;
}
.btn-close:hover {
  opacity:0.6;
}

.js-section-main {
  opacity: 0;
 }
 .js-section-main_active {
  opacity: 1;
 }