.tit_pop01 {
  color: #00477d;
  font-size: 20px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tit_pop01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.tit_pop02 {
  color: #00477d;
  font-size: 16px;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tit_pop02 {
    font-size: 15px;
  }
}

.tit_pop03 {
  font-weight: bold;
  color: #00477d;
  margin-bottom: 5px;
}

.txt_pop01 {
  color: #00477d;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .txt_pop01 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.txt_pop01.-tl {
  text-align: left;
}
.txt_pop01.-fb {
  font-weight: bold;
}
.txt_pop01 strong {
  display: block;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.btn_com01 {
  width: 300px;
  margin: 0px auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00477d;
  border-radius: 10px;
  padding: 25px 0px;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .btn_com01 {
    padding: 15px 0px;
    font-size: 18px;
  }
}
.btn_com01::before {
  display: inline-block;
  content: "";
  border: solid 2px #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-bottom: none;
  border-left: none;
  margin-right: 5px;
}

.popup_box {
  background-color: #eff8fd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px;
}
@media screen and (max-width: 768px) {
  .popup_box {
    padding: 15px;
  }
}
.popup_box .popup_box_in {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .popup_box .popup_box_in {
    padding: 15px;
  }
}

.item {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .item {
    margin-bottom: 20px;
  }
}
.item:nth-last-child(1) {
  margin-bottom: 0px;
}

.popup_section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #bbe4f7;
}
@media screen and (max-width: 768px) {
  .popup_section {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.popup_section:nth-last-child(1) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.popup_section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup_section dl dt {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .popup_section dl dt {
    width: 18px;
  }
}
.popup_section dl dd {
  width: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .popup_section dl dd {
    width: calc(100% - 18px);
  }
}
.popup_section ul {
  list-style-type: disc;
  margin: 10px 0px;
}
.popup_section ul li {
  margin-bottom: 5px;
  margin-left: 20px;
}
.popup_section a {
  display: inline;
  text-decoration: underline;
  color: #00477d;
}
.popup_section .mb45 {
  margin-bottom: 45px;
}
.popup_section .mb20 {
  margin-bottom: 20px;
}