@charset "UTF-8";

.modal-area {
  display: none;
}
.modal-area {
  position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
}
.modal-box span {
  position: relative !important;
}
.in_block {
  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;
}
.in_block {
  width: 100%;
  height: 100%;
}

.front-area {
  background-color: #fff;
  padding: 20px;
  z-index: 9999;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  width: 50%;
  position: relative;
}

.modal-switch {
  cursor: pointer;
  text-decoration: underline;
}
.modal-switch:hover {
  text-decoration: none;
}

.modal-area .close a {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  border-radius: 30px;
  border: 2px solid #fff;
  background: #444;
  padding: 4px 5px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.modal-area .txt-close {
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}

.modal-area .cont-area {
  font-size: 16px;
  line-height: 1.7;
  color: #757575;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.commonNotes li {
  position: relative;
  font-size: 16px !important;
  padding-left: 20px !important;
  margin-bottom: 5px !important;
}

.commonNotes li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.commonRound li {
  position: relative;
  padding-left: 20px !important;
  margin-bottom: 5px !important;
  font-size: 16px !important;
}

.commonRound li::before {
  content: "◎";
  position: absolute;
  left: 0;
}

.modal-area {
  word-break: break-all !important;
}
.commonModal p,
.commonModal ul {
  padding: 0 !important;
  font-size: 16px !important;
}


/* scrollArea モーダル内のスクロール設定 */
.scrollArea {
  overflow: auto;
  height: 410px;
}
@media screen and (max-width:640px) {
  .scrollArea {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 90vw;
  }
}
/* scrollArea モーダル内のスクロール設定 END */


@media screen and (max-width: 600px) {
  .modal-area .cont-area {
    font-size: 12px;
  }
  .front-area {
    width: 75%;
  }

  .commonNotes li {
    font-size: 12px !important;
    padding-left: 15px !important;
  }
  
  .commonRound li {
    font-size: 12px !important;
    padding-left: 15px !important;
  }
  .commonModal p,
  .commonModal ul {
  font-size: 12px !important;
}
}


/* 追記 */
.font16{font-size:16px!important;}
.dd_gray{color:#757575!important;}
@media screen and (max-width:640px){
  .spFont12{font-size:12px!important;}
}
