@charset "utf-8";
.pc{
  display: block;
}
.sp {
  display: none;
}
.layout {width:100%;max-width:100%;display:block;margin:auto;}
.layout #postcon,.ad {width:920px;max-width:100%;margin:auto;padding:0 15px;}
.related {width:920px;max-width:100%;}
footer {
    padding: 26px;
}

.form-block-wrap {
    background: url(./img/bg.png) repeat top -16px center;
	padding:20px;
}


.balloon-catch{
  text-align: center;
  line-height:1.75;
  font-size: 18px;
}
.balloon-catch p{
  background: url("./img/balloon_left.png") no-repeat left center, url("./img/balloon_right.png") no-repeat right center;
  display: inline-block;
  padding: 2em 5em;
}
.balloon-catch .strong{
  background: linear-gradient( transparent 50%, #f8e8e8 50%);
  font-size: 1.25em;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.25em;
  line-height: 1.35;
}
.logo-block{
  background: #e2ebf4;
  margin: 1em calc(50% - 50vw) 0;
  padding: 4em 3em 1em;
  text-align: center;
  width: 100vw;
}
.logo-block dl{
  margin-top: -5em;
}
.logo-block dt{
  padding-bottom: 1em;
}
.logo-block dd{
  display: inline-block;
  margin: 0 1em;
}
.logo-block img{
  width: auto;
	display:block;
	margin:0 auto 10px;
}

.form-head-wrap{
  background: #d77390;
  color: #fff;
  margin: 1em calc(50% - 50vw) 0;
  padding: 1em 0;
  position: relative;
  text-align: center;
}
.form-head-wrap::after{
  content:"";
  display: block;
  background: #d77390;
  position: absolute;
  bottom:-4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 26px;
  height: 26px;
  z-index: 1;
}
.form-head{
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 780px;
}
.present{
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 5%;
  top: 43%;
  transform: translateY(-50%);
}
.present2{
  display: inline-block;
  margin: 0;
  position: absolute;
  left: 5%;
  top: 43%;
  transform: translateY(-50%) rotate(-25deg);
}
.form-head-text{
  margin: 0 auto;
  width: 90%;
	font-size:1.4em;
}
.form-head-text .title{
  border-bottom: 1px dotted #fff;
  font-size: 1.45em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.25em 0;
  margin-bottom: 0.5em;
}
.form-head-text .text{
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  z-index: 2;
}
.form-head-text .text .strong{
  font-size: 1.25em;
  font-weight: bold;
}
.form-block{
  margin: 0 auto;
  max-width: 960px;
  width: 94%;
}
.form-block img{
  width: auto;
}

.form-inner{
  background: #fff;
  padding: 1em 2em 2.5em;
    box-shadow: 0 0 0.5em #f4eaea;
}

.date-time{
  font-size: 11px;
  text-align: right;
}



/* スマホ */
@media (max-width: 767px){
  .pc{
    display: none;
  }

.sp {
  display: block;
}

  .balloon-catch p{
    background-size: 24px;
    font-size: 12px;
    line-height: 1.65;
    padding: 1em 2em;
  }

  .logo-block{
    margin-top: 1.5em;
    padding: 0.75em 0 0.5em;
  }
  .logo-block dl{
    margin-top: -2.5em;
  }
  .logo-block dt{
    padding-bottom: 0;
  }
  .logo-block dt img{
    max-width: 47%;
	  width:100%;
  }
  .logo-block dd{
    margin: 0;
    width: 100%;
  }
  .logo-block dd img{
    width: 130%;
  }

  /* スライダー */
  .slider-group {
    display: flex;
    width: 100vw;
    overflow: hidden;
  }
  .slider-group img{
    padding-right: 8px;
  }
  .slider-group img:first-child {
    animation: slide1 50s -25s linear infinite;
  }
  .slider-group img:last-child {
    animation: slide2 50s linear infinite;
  }
  @keyframes slide1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes slide2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }

  .form-head-wrap{
    margin-top: 1em;
    padding: 0.9em 0;
  }
  .form-head{
    width: 98%;
  }
  .form-head .present{
    right: 0;
    top: 19%;
    width: 70px;
    
  }
  .form-head-text{
    padding-left: 1em;
    margin-right: auto;
  }
  
.form-head .present2{
    left: 0;
    position:absolute;
    top: 19%;
    width: 70px;
  }
  
  .form-head-text .title{
    font-size: 1.3em;
  }
  .form-head-text .text{
    font-size: 0.9em;
    line-height: 1.35;
  }
  .form-head-text .text .strong{
    font-size: 1.1em;
    font-weight: bold;
  }

  .form-inner{
    padding: 1em 1em 1.5em;
  }

}

.btnbox {
  background: #e2ebf4;
  padding: 22px;
  text-align: center;
  color: #333;
  border-radius: 14px;
  box-shadow: 0 0 0.5em #f4eaea;
  margin-bottom: 24px;
}

.btnbox p {
  padding: 0 0 10px !important;
  margin: 0 !important;
}

.btnbox .txt1 {
  font-size: 1.4em !important;
  font-weight: bold;
}

.btnbox .btn {
  width: 70%;
  margin: 0 auto;
}

.btnbox .btn a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 60px;
  height: auto;
  padding: 12px 20px 12px 104px;
  background: #fff;
  border: 1px solid #e85a8a;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.btnbox .btn a span {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 90px;
  height: auto;
  padding: 8px 4px;
  background: #e85a8a;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3;
}

.btnbox .btn a span b {
  font-size: 1.2em;
}

.btnbox .btn a:hover {
  background: #fff5f8;
}

.btnbox .btn a:focus-visible {
  outline: 2px solid #e85a8a;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .btnbox .btn {
    width: 100%;
  }

  .btnbox .txt1 {
    font-size: 1.2em !important;
  }

  .btnbox .btn a {
    font-size: 1em;
  }
}
