
div#mw_wp_form_mw-wp-form-6 form li p {

}
div#sbi_images {
    padding: 0!important;
	   cursor:pointer;
}

#sb_instagram #sbi_images .sbi_item {
    padding-right: 15px!important;
    padding-bottom: 20px!important;
}

.accordion-item:last-of-type {
    margin-bottom: 0;
}
/* .l-voice .p-voice__block {
    margin-bottom: 0;
} */
	.p-strength__subtitle {
    line-height: 1.4;
}
.p-gallery__list:nth-of-type(8) {
    margin-left: -16px;
}
@media screen and (max-width: 768px){

#sb_instagram #sbi_images .sbi_item {
    padding-right: 10px!important;
    padding-bottom: 10px!important;
}
	.p-contact__privacy--txt {
    padding: 1.3rem;
}
	.p-underBlock--sp .p-underBlock__btn--line {
    background-color: #06c755;
		height: 3.3125rem;
		border-radius: 5px;
}
	.l-underBlock.p-underBlock {
    background-color: transparent;
}
	.p-underBlock__btn--mail {
    width: calc(50% - 5px);
    /* height: 45px; */
    /* height: 2.8125rem; */
    background-image: linear-gradient(90deg, rgb(34, 155, 202), rgb(35, 124, 221));
		height: 3.3125rem;
		border-radius: 5px;
}
	.p-underBlock__btn--mail span {
    letter-spacing: 0.005em;
}
	.p-underBlock__btn--line span {
    letter-spacing: 0.005em;
}
}

.p-diary__instagram .p-diary__more {
    margin: 0 auto 0rem;
}

.checked{
	text-align:center;
}

.p-mv__circles{
	display:none;
}


.confirm {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
	padding-top:10rem;
}

.confirm li.confirm_rap {
  list-style: none;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: block;
}

.confirm li.confirm_rap .p-contact__subtitle {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}



.confirm .wpcf7-form .p-contact__submit {
  text-align: center;
  margin-top: 30px;
}

.confirm .wpcf7-form .p-contact__submit input[type="button"],
.confirm .wpcf7-form .p-contact__submit input[type="submit"] {
  display: inline-block;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(90deg, rgb(34, 155, 202), rgb(35, 124, 221));
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 10px;
  transition: 0.3s;
}

.confirm .wpcf7-form .p-contact__submit input[type="button"]:hover,
.confirm .wpcf7-form .p-contact__submit input[type="submit"]:hover {
  background: linear-gradient(90deg, rgb(35, 124, 221), rgb(34, 155, 202));
}


.confirm_rap .p-contact__subtitle p{
  color: black;
}

.post{
	margin-bottom:1rem;
}

.policy{
	margin-bottom:3rem;
	color:white;
}

.wpcf7-form-control-wrap {
    position: relative;
	color: white;
}

	
.wpcf7-list-item {
    margin: 0;
}

.p-contact__check input[type="checkbox"] {
    margin-left: 0;
}

input[type=radio] + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 1rem;
}


@media screen and (max-width: 768px) {
input[type=radio] + span {
    font-size: 0.8125rem;

}
	
	.contact_thanks {
    width: 90%!important;
    margin: 0 auto;
    margin-top: 10rem;
    margin-bottom: 5rem;
    text-align: center;
    /* font-size: 1rem; */

}


}


.p-contact__submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px; /* ボタン間のスペース */
  margin-top: 30px;
	    margin-bottom: 5rem;
	}


.p-contact__submit .wpcf7-previous {
  display: inline-block;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 6px 6px 16px -6px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  min-width: 160px;
	  height: 48px;
  padding: 0 30px;
}

.p-contact__submit .wpcf7-submit {
  display: inline-block;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
	background: linear-gradient(90deg, #229bca, #237cdd);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 6px 6px 16px -6px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  min-width: 160px;
	  height: 48px;
  padding: 0 30px;
}





.p-contact__submit .wpcf7-previous:hover,
.p-contact__submit .wpcf7-submit:hover {
  background: linear-gradient(90deg, #237cdd, #229bca);
}

	.wpcf7-spinner {
    display: none;
}

@media (max-width: 768px) {
  .p-contact__submit {
    flex-direction: column;
    align-items: center;
  }

}

.p-contact__submit br {
  display: none;
}
