html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
.remodal-overlay {
  background: #e8e8e8;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: sticky;
  top: 10px;
  right: 15px;
  z-index: 99;
  width: 32px;
  height: 32px;
  margin: 15px 0 0 auto;
  display: block;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: url(../img/shared/close.png) no-repeat 0 0/100% auto;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.popup-service h2 {
  font-size: 9vw;
  font-weight: 700;
  line-height: 1.5;
}
.popup-service .note {
  margin: 5vw 0 15vw;
}
.popup-service .content .item .title {
  position: relative;
}
.popup-service .content .item .title h3 {
  font-size: 5.5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0053b9;
  padding: 2.5vw 5%;
}
.popup-service .content .item .title h3.ttl-pl {
  /* padding-left: 26%; */
  text-align: center;
}
.popup-service .content .item .title .icon {
  position: absolute;
  top: -1vw;
  left: 2%;
  width: 16%;
}
.popup-service .content .item .box {
  background: #fff;
  padding: 9vw 5% 10vw;
  margin-bottom: 50px;
}
.popup-service .content .item .box .item-child:not(:last-child) {
  margin-bottom: 30px;
}
.popup-service .content .item .box .item-child h4 {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0053b9;
  line-height: 1.5;
  margin-bottom: 5px;
}
.popup-service .content .item .box .item-child h4.tit-small1 {
  font-size: 4vw;
}
.popup-service .content .item .box .item-child h4.tit-small2 {
  font-size: 3.3vw;
  letter-spacing: 0;
}
.popup-service .content .item .box .item-child h5 {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 5px;
}
.popup-service .content .item .box .item-child .list dl {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #7f7f7f;
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 0;
}
.popup-service .content .item .box .item-child .list dl dt {
  text-align: left;
}
.popup-service .content .item .box .item-child .list dl dd {
  text-align: right;
  white-space: nowrap;
  margin-left: 10px;
}
.popup-service .content .item .box .item-child .list .db {
  display: block;
}
.popup-service .content .item .box .item-child .list .txt-wrap {
  white-space: unset;
  text-align: justify;
}
.popup-service .content .item .box .item-child .txt-sub {
  padding: 13px 0;
  border-bottom: 1px solid #7f7f7f;
  line-height: 25px;
  font-size: 14px;
  text-align: justify;
}
.popup-service .content .item .box .item-child .txt-sub span {
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.popup-service .content .item .box .note{
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.remodal .container {
  padding: 6vw 3% 10vw;
}
.btn-close {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  background: none;
  cursor: pointer;
  border: 0;
  padding-right: 30px;
}
.btn-close::after {
  content: "";
  background: url(../img/shared/btn_close.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    position: fixed;
    width: 47px;
    height: 47px;
    top: 30px;
    right: 30px;
  }
  .remodal-close:hover {
    opacity: 0.7;
  }
  .popup-service {
    max-width: 940px;
  }
  .popup-service h2 {
    font-size: 48px;
    line-height: 90px;
  }
  .popup-service .note {
    margin: 16px 0 57px;
  }
  .popup-service .content .item .title h3 {
    font-size: 33px;
    padding: 22px 50px;
    letter-spacing: 0;
  }
  .popup-service .content .item .title h3.ttl-pl {
    padding-left: 0;
  }
  .popup-service .content .item .title .icon {
    top: -20px;
    left: 24px;
    width: 118px;
  }
  .popup-service .content .item .box {
    padding: 33px 40px 40px;
    margin-bottom: 49px;
  }
  .popup-service .content .item .box .item-child:not(:last-child) {
    margin-bottom: 30px;
  }
  .popup-service .content .item .box .item-child h4 {
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .popup-service .content .item .box .item-child h4.tit-small1 {
    font-size: 28px;
  }
  .popup-service .content .item .box .item-child h4.tit-small2 {
    font-size: 28px;
    letter-spacing: 0;
  }
  .popup-service .content .item .box .item-child h5 {
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .popup-service .content .item .box .item-child .list.flex-pc {
    display: flex;
    flex-wrap: wrap;
  }
  .popup-service .content .item .box .item-child .list.flex-dl {
    display: flex;
    flex-wrap: wrap;
  }
  .popup-service .content .item .box .item-child .list.flex-dl dl {
    margin-right: 80px;
    width: calc(50% - 40px);
  }
  .popup-service
    .content
    .item
    .box
    .item-child
    .list.flex-dl
    dl:nth-child(2n) {
    margin-right: 0;
  }
  .popup-service .content .item .box .item-child .list .cl {
    margin-right: 80px;
    width: calc(50% - 40px);
  }
  .popup-service .content .item .box .item-child .list .cl:nth-child(2n) {
    margin-right: 0;
  }
  .popup-service .content .item .box .item-child .list dl {
    padding: 15px 0;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .popup-service .content .item .box .item-child .list .db {
    display: flex;
  }
  .popup-service .content .item .box .item-child .txt-sub {
    padding: 15px 0;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .popup-service .content .item .box .item-child .txt-sub span {
    font-size: 14px;
    margin-top: 5px;
    line-height: 25px;
    display: inline-block;
  }
  .btn-close {
    margin: 19px 0 0;
  }
  .btn-close:hover {
    opacity: 0.7;
  }
  .remodal .container {
    padding: 32px 20px 50px;
  }
}
.blue{
  color: #0053b9;
  font-size: 4.2vw !important;
}
@media screen and (min-width: 768px) {
  .blue{
    font-size: 20px !important;
  }
}
.cap{
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
.cap2{
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
  border-top: 2px #bfbfbf dotted;
  padding-top: 20px;
}