﻿@charset "UTF-8";

.modalSpecial {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.modalSpecialInner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.close-btn {
  position: absolute;
  top: -30px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.bgModal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2,2,2,.5);
  z-index: 1;
  cursor: pointer;
}

.btnSpecialPage {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
}

/* コンテンツ */
.specialPage {
  margin: 0 auto;
  max-width: 750px;
  width: 90vw;
  height: 80vh;
  overflow-y: scroll;
  background: #fde4e7;
}

.tel {
	position: relative;
}

.tel_btn {
  position: absolute;
  display: block;
  width: 58.8%;
  left: 20.6%;
  top: 44%;
}

@media screen and (min-width:751px) {
  .tel_btn{
    pointer-events: none;
  }
}

.modalSpecial .request__list{
  padding: 0 40px 80px;
  box-sizing: border-box;
}

@media screen and (max-width:750px) {
  .modalSpecial .request__list{
    padding: 0 5.33vw 10.67vw;
  }
}

.modalSpecial .request__list li{
  font-size: 27px;
  line-height: 1.71;
  color: #595757;
}

@media screen and (max-width:750px) {
  .modalSpecial .request__list li{
    font-size: 14px;
  }
}
