@charset "UTF-8";
/* 朝日ID アンケート保存機能用CSS */
.save-modal-button {
  position: fixed;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  font-size: 24px;
  height: 90px;
  width: 120px;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: none;
  border: 1px solid #c08040;
  box-sizing: border-box;
  color: #c08040;
  cursor: pointer;
}
.save-modal-button-left{
  position: fixed;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  font-size: 24px;
  height: 80px;
  width: 100px;
  bottom: 5px;
  left: 10px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: none;
  border: 1px solid #c08040;
  box-sizing: border-box;
  color: #c08040;
  cursor: pointer;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: 680px;
  max-width: 700px;
  min-width: 700px;
  padding: 45px;
  background-color: #fff;
  z-index: 2;
  border-radius: 30px;
  font-size: 16px;
}
.popup-inner h3 {
  text-align: center;
}
.close-btn {
  position: absolute;
  left: 50%;
  top: 56%;
  text-align: center;
  transform: translate(-50%,-63%);
  padding: 25px 50px 25px 50px;
  background-color: orange;
  z-index: 2;
  line-height: 5px;
  color: #fff;
  cursor: pointer;
}
.close-btn-ok {
  position: absolute;
  text-align: center;
  padding: 20px 40px 20px 40px;
  background-color: orange;
  z-index: 2;
  border-radius: 10px;
  line-height: 5px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.close-btn-ng {
  position: absolute;
  text-align: center;
  padding: 20px 30px 20px 30px;
  background-color: orange;
  z-index: 2;
  border-radius: 10px;
  line-height: 5px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.save-btn-small {
  position: absolute;
  text-align: center;
  padding: 20px 40px 20px 40px;
  background-color: orange;
  z-index: 2;
  border-radius: 10px;
  line-height: 5px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  margin: -77px 0 0 400px;
}
.save-btn-large {
  position: absolute;
  text-align: center;
  padding: 20px 40px 20px 40px;
  background-color: orange;
  z-index: 2;
  border-radius: 10px;
  line-height: 5px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.delete-btn-large {
  position: absolute;
  text-align: center;
  padding: 20px 20px 20px 20px;
  background: none;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid #c08040;
  line-height: 5px;
  font-size: 21px;
  cursor: pointer;
  box-sizing: border-box;
  color: #c08040;
  margin: 180px 0 0 180px;
}
.save-btn-close {
  position: absolute;
  text-align: center;
  padding: 20px 40px 20px 40px;
  background: none;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid #c08040;
  line-height: 5px;
  font-size: 21px;
  cursor: pointer;
  box-sizing: border-box;
  color: #c08040;
  margin: 80px 0 0 180px;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225,225,225,.8);
  z-index: 1;
  cursor: pointer;
}
.top-alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  transition: .6s;
}
.top-alert-inner {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: 230px;
  max-width: 700px;
  min-width: 700px;
  padding: 45px;
  background-color: #fff;
  z-index: 2;
  border-radius: 30px;
  font-size: 16px;
}
.top-alert-close-ok {
  position: absolute;
  text-align: center;
  padding: 20px 40px 20px 40px;
  background-color: orange;
  z-index: 2;
  border-radius: 10px;
  line-height: 5px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  margin: 60px 0 0 230px;
}
.top-alert-close {
  position: absolute;
  text-align: center;
  padding: 20px 40px 20px 40px;
  background: none;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid #c08040;
  line-height: 5px;
  color: #c08040;
  font-size: 21px;
  cursor: pointer;
  margin: 60px 0 0 230px;
}
.bottom-alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  transition: .6s;
}
.bottom-alert-inner {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: 150px;
  max-width: 700px;
  min-width: 700px;
  padding: 35px;
  background-color: #fff;
  z-index: 2;
  border-radius: 30px;
  font-size: 16px;
}
/* 朝日ID アンケート保存機能用CSS 以下SP版 */
.load-modal-open-sp {
  position: fixed;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  font-size: 20px;
  height: 50px;
  width: 150px;
  bottom: 170px;
  right: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
  border: 1px solid #c08040;
  box-sizing: border-box;
  color: #c08040;
}
.save-modal-open-sp {
  position: fixed;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  font-size: 20px;
  height: 50px;
  width: 150px;
  bottom: 110px;
  right: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
  border: 1px solid #c08040;
  box-sizing: border-box;
  color: #c08040;
}
.popup-load-sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup-load-sp.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-load-sp-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: 200px;
  max-width: 350px;
  min-width: 350px;
  padding: 15px;
  background-color: #fff;
  z-index: 2;
  border-radius: 30px;
  font-size: 16px;
}
.popup-load-sp-inner h3 {
  text-align: center;
}
.size-middle .popup-load-sp-inner {
  height: 550px;
}
.size-large .popup-load-sp-inner {
  height: 650px;
}
.modal-close-sp {
  position: fixed;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  font-size: 24px;
  height: 60px;
  width: 120px;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
  border: 1px solid #c08040;
  box-sizing: border-box;
  color: #c08040;
}
.save-btn-small-sp {
  position: relative;
  text-align: center;
  padding: 20px 40px 20px 40px;
  background-color: orange;
  z-index: 2;
  border-radius: 10px;
  line-height: 5px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.save-btn-large-sp {
  position: relative;
  text-align: center;
  padding: 15px 20px 15px 20px;
  background: none;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid #c08040;
  line-height: 20px;
  color: #c08040;
  font-size: 21px;
  cursor: pointer;
}
.top-alert-sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  transition: .6s;
}
.top-alert-inner-sp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: 230px;
  padding: 45px;
  background-color: #fff;
  z-index: 2;
  border-radius: 30px;
  font-size: 16px;
}
.top-alert-close-sp-ok {
  position: absolute;
  text-align: center;
  padding: 20px 40px 20px 40px;
  background-color: orange;
  z-index: 2;
  border-radius: 10px;
  line-height: 5px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  margin: 20px 0 0 70px;
}
.top-alert-close-sp {
  position: absolute;
  text-align: center;
  padding: 20px 40px 20px 40px;
  background: none;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid #c08040;
  line-height: 5px;
  color: #c08040;
  font-size: 21px;
  cursor: pointer;
  margin: 40px 0 0 45px;
}
.bottom-alert-sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  transition: .6s;
}
.bottom-alert-inner-sp {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: 170px;
  padding: 22px;
  background-color: #fff;
  z-index: 2;
  border-radius: 30px;
  font-size: 16px;
}