
@media all and (min-width: 961px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} /* TB: min-width: 560px max-width: 1079px */
@media all and (max-width: 960px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
} /* SP: max-width: 559px */














/* イントロ */
.intro {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.intro_img {
  width: 100%;
  max-width: 305px;
  margin-right: 40px;
}
.intro_desc {
  padding: 30px 35px;
  background: #F7F7F7;
}
.intro_ttl {
  font-weight: 700;
  font-size: 18px;
  color: #FEAA04;
  margin-bottom: 20px;
}
.intro_item {
  font-size: 14px;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.intro_item:not(:last-child) {
  margin-bottom: 12px;
}
.intro_item:before {
  position: absolute;
  background: url(../images/icon_arrowR.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width:8px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}

/*SP*/
@media screen and (max-width:960px){
.intro {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 100%;
  display: block;
}
.intro_img {
  width: 100%;
  max-width: 65%;
  margin-right: 0;
  margin:30px auto 20px; 
}
.intro_desc {
  padding: 30px 20px;
}
.intro_ttl {
  font-weight: 700;
  font-size: 17px;
  color: #FEAA04;
  margin-bottom: 20px;
}
.intro_item {
  font-size: 14px;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.intro_item:not(:last-child) {
  margin-bottom: 13px;
}
.intro_item:before {
  position: absolute;
  background: url(../images/icon_arrowR.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width:8px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
}






.contact-form label.required.optional::after {
    content: '(任意)';
    color:#000;
    font-size: 12px;
    padding-left: 4px;
}



.contact-form input[type=button] {
  border-radius: 92px;
  background: #1C9AD3;
  color: white;
  height: 81px;
  border: none;
  font-size: 17px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 280px;
}

@media (min-width: 640px) {
.contact-form input[type=button] {
    width: 400px;
}
}



#handbook-confirm form.wpcf7-form div.field {
  display: block;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
#handbook-confirm form.wpcf7-form div.field:last-child {
  margin-bottom: 40px;
}
#handbook-confirm .contact-form input[type=button] {
  margin-top: 40px;
}
#handbook-confirm .contact-form label {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: normal;
  color: #1C9AD3;
}

/*SP*/
@media screen and (max-width:960px){
#handbook-confirm .contact-form {
  margin-top: 40px;
}
}




/* xxxxxxxx */

/*SP*/
@media screen and (max-width:960px){

}