@charset "UTF-8";
/* CSS Document */
.pink {
  color: #e65096 !important;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center !important;
}

.page15,
.page16 {
  padding: 40px;
  margin: 0 auto;
  text-align: center;
  text-align: left;
}
.page15 h3,
.page16 h3 {
  text-align: center;
  font-size: 120%;
}
.page15 h3.h317-tb,
.page16 h3.h317-tb {
  border-top: 1px solid #e65096;
  border-bottom: 1px solid #e65096;
  position: relative;
  font-weight: bold;
}
.page15 h3.h317-tb:after,
.page16 h3.h317-tb:after {
  content: "";
  background: url("../images17/tb.png") no-repeat center right;
  width: 72px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .page15 h3.h317-tb:after,
  .page16 h3.h317-tb:after {
    width: 143px;
    height: 40px;
  }
}
.page15 h3.h317-mt,
.page16 h3.h317-mt {
  border-top: 1px solid #e65096;
  border-bottom: 1px solid #e65096;
  position: relative;
  font-weight: bold;
}
.page15 h3.h317-mt:after,
.page16 h3.h317-mt:after {
  content: "";
  background: url("../images17/mt.png") no-repeat center right;
  width: 72px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .page15 h3.h317-mt:after,
  .page16 h3.h317-mt:after {
    width: 143px;
    height: 40px;
  }
}
.page15 p,
.page16 p {
  text-align: left;
  padding-bottom: 1rem;
}

.page16 p {
  padding-top: 0;
}

.page28 {
  background: #f7ae00;
}

.page18 a {
  padding: 5px 20px;
  margin: 10px auto;
  background: #015BAB;
  color: #fff !important;
  font-weight: bold;
  max-width: 400px;
  text-align: center;
  border-radius: 10px;
  margin: 10px auto 0;
}

.page18 span.pdf {
  padding: 5px 20px;
  margin: 10px auto 20px;
  background: #015BAB;
  color: #fff;
  font-weight: bold;
  max-width: 400px;
  text-align: center;
  border-radius: 10px;
  margin: 10px auto;
}

.page18 a:hover {
  opacity: 0.5;
  color: #fff;
}
.page18 .sponcer {
  margin: 0 10px 30px;
  
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .page18 .sponcer {
    margin: 0 auto 30px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.page18 .sponcer .title {
  padding: 0;
  /*
  border-top: 10px solid #e65096;
  border-bottom: 10px solid #e65096;
  background-color: #e65096;
  */
  text-align: center;
}
.page18 .sponcer .title img {
  /*margin-top: -10px;*/
  /*border-radius: 0 0 10px 10px;*/
}
.page18 .sponcer .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  row-gap: 0.5%;
  column-gap: 14px;
  background-color: #FFF;
  flex-wrap: wrap;
}
.page18 .sponcer .flex .banner {
  width: 45%;
  box-sizing: border-box;
  list-style: none;
  /*
  display: flex;
  flex-wrap: wrap;
  */
}

.page18 .sponcer .flex .banner2 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}


.page18 .sponcer a {
  padding: 0;
  margin: 0;
  background: none;
  border-radius: none;
  width: 100%;
}

.tooltipTitle{
  display: none;
}

@media screen and (max-width: 767.99px) {
  
  .tooltipTitle{
    display: none;
    font-size: 10px;
    padding:0.5em 1em 1em 1em;
    text-align: center;

    width: 60%;
    text-align: left;
    font-size: 1rem;
  }
  .page18 .sponcer a {
    padding: 0;
    background: none;
    border-radius: none;
    width: 100%;
  }
}




@media screen and (min-width: 768px) {
  .page18 .sponcer .flex .banner {
    width: 23%;
  }
  .page18 .sponcer .flex .banner2 {
    width: 40%;
    display: flex;
  }
  .tooltipTitle{
    display: none;
  }

}



.page18 .toggle {
  /* background: #e65096; */
  background-color: #015BAB;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  margin: 20px;
  border-radius: 5px;
  position: relative;
}
.page18 .toggle:after {
  content: "▸";
  position: absolute;
  right: 10px;
  top: 0;
  padding: 5px 0;
}
.page18 .hide {
  display: none;
  padding: 0 20px;
}
.page18 .preview,
.page18 .list {
  display: none;
}
.page18 h3 {
  font-size: 18px;
  text-align: center;
  margin: auto;
  width: 120px;
  position: relative;
}

.page18 h3.title {
  font-size: 18px;
  text-align: center;
  margin: auto;
  width: auto;
  position: relative;
}

.page18 h3:before,
.page18 h3:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #015BAB;
  border-radius: 50%;
  transform: translateY(-50%);
}
.page18 h3:before {
  left: 0;
}
.page18 h3:after {
  right: 0;
}
.page18 h4 {
  font-size: 14px;
  text-align: center;
  color: #015BAB;
  padding-bottom: 10px;
  border-bottom: 1px dotted #015BAB;
}
.page18 .bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  cursor: pointer;
}
.page18 .bg .image img {
  max-width: 100%;
  max-height: 905px;
  padding-top: 5rem;
}
@media screen and (min-width: 1280px) {
  .page18 .bg .image img {
    padding-top: 0;
    height: calc(100vh - 10rem);
  }
}
.wrap .page18 .bg p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.wrap .page18 .thumb {
  cursor: pointer;
  padding-bottom: 10px;
  background: none;
  border: none;
  margin: 0;
}
.wrap .page18 .thumb p {
  text-align: center;
  font-size: 14px;
}
.wrap .page18 .close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 20px;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  z-index: 2001;
}
.wrap .page18 .close:hover {
  color: #fff;
}

.btn_pdf {
  margin-top: 100px;
}

.wrap .page18 {
  margin-top: 30px;
}

/* iD 11 対策 */
@media all and (-ms-high-contrast: none) {
  .wrap .page18 .sponcer .flex .banner3 {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
  }
}

.tooltip-active{
  position: relative;
}

.tooltip-active .tooltipTitle{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 150%;
  aspect-ratio: 22 / 8;
  background-color: #fff;
  background-image: url(../2023/images/834856.jpg); 
  background-size: cover;
  font-size: 16px;
  top: calc(-100% - 2em);
  bottom: 4em;
  left: -25%;
  border: 2px solid #FF8FA5;
  color: #EA8663;
  font-weight: bold;
  text-align: center;
  border-radius: 2em;
}

.tooltip-active .tooltipTitle::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.tooltip-active .tooltipTitle::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FF8FA5;
  z-index: 1;
}



@media (max-width: 1199.98px) { 
  .tooltip-active .tooltipTitle{
    font-size: 16px;
  }
 }
 @media (max-width: 991.98px) { 
  .tooltip-active .tooltipTitle{
    font-size: 11px;
  }
 }
 @media (max-width: 767.98px) {
  .tooltip-active .tooltipTitle{
    font-size: 11px;
  }
 }
 @media (max-width: 575.98px) {
  .tooltip-active .tooltipTitle{
    font-size: 10px;
  }  
}

.container{
  overflow: visible;
}