@charset "UTF-8";

/* base styles */
#popup {
  border-top: 0;
  text-align: left;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.popupTitle {
  margin-bottom: 70px;
}

.popupContainer {
  max-width: 950px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.popupContainer img {
  max-width: 100%;
}


.popupTitleSub {
  background-color: #00a3eb;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 35px;
  padding: 15px 40px;
  margin-bottom: 60px;
}

.popupRoundText {
  line-height: 30px;
  text-align: center;
  height: 30px;
  background-color: #336db9;
  color: #fff;
  font-size: 1.3em;
  border-radius: 15px;
  margin-bottom: 30px;
}

.popupboldText {
  font-size: 1.3em;
  color: #00a3eb;
  margin-bottom: 20px;
}

.popupmarkerText {
  background: #f8ea11;
}

.popupaccentBox {
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
  background: #e85e0b;
}

.popupaccentBox__largeText {
  font-size: 1.5em;
}

.popuptextBox {
  color: #888;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
  background: #f2f2f2;
}

.popupContainer .boxNormal {
  padding: 0 40px 100px;
  margin-bottom: 0;
}

.popupLists {
  padding-left: 30px;
}

.popupLists li {
  list-style-type: disc;
  margin-bottom: 10px;
}


/* common */
.textDefault {
  font-size: 1.1em;
  color: #888;
}

.textCenter {
  text-align: center;
}

.marginText {
  font-size: 1.1em;
  color: #888;
  margin-bottom: 20px;
}

.popupLine {
  margin-bottom: 100px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

.popupBtn {
  display: block;
  background: url('../img/item_arrow.png') no-repeat right 20px center #00a3eb;
  background-size: 20px auto;
  text-align: center;
  color: #fff !important;
  text-decoration: underline !important;
  height: 5rem;
  line-height: 5rem;
  border-radius: 10px;
  font-size: 1.2em;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.popupBtn:hover {
  text-decoration: none !important;
}

/* 
/  SP
/ * * * * * * * * * */

@media screen and (max-width: 768px) {

.popupTitle {
  margin-bottom: 10vw;
}

.popupTitleSub {
  font-size: 1.1em;
  border-radius: 1.6rem;
  padding: .3em 1.5rem;
  margin-bottom: 5vw;
}

.popupRoundText {
  line-height: 2rem;
  height: 2rem;
  font-size: 1.1em;
  border-radius: 1.5rem;
  margin-bottom: 4vw;
}

.popupboldText {
  font-size: 1.1em;
  margin-bottom: 4vw;
}

.popupaccentBox,
.popuptextBox {
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 4vw;
  padding: 5vw;
  border-radius: 1rem;
}

.popupaccentBox__largeText {
  font-size: 1.3em;
}

.popupContainer .boxNormal {
  padding: 0 1.5rem 10vw;
  margin-bottom: 0;
}

.popupLists {
  margin-bottom: 1em;
  padding-left: 2rem;
}

.popupLine {
  margin-bottom: 10vw;
}

.popupBtn {
  width: auto;
}

.marginText {
  margin-bottom: 5vw;
}
}