@charset "UTF-8";

/* !contact
---------------------------------------------------------- */
.contactForm {
}
.contactForm dt {
	display: block;
	width: 23%;
	float: left;
	padding: 19px 0 10px;
}
.contactForm dd {
	width: 100%;
	padding: 9px 0 10px 23%;
	display: block;
}
.mw_wp_form_confirm .contactForm {
}
.mw_wp_form_confirm .contactForm dt {
	padding: 19px 0 10px;
}
.mw_wp_form_confirm .contactForm dd {
	padding: 19px 0 10px 23%;
}
.mw_wp_form_confirm .contactForm dd:last-child {
	border-bottom: none;
}
.mw_wp_form input:not([type=submit],[type=checkbox],[type=radio],[type=file]),
.mw_wp_form textarea,
.mw_wp_form select {
	padding: 0.65em 0.9em;
	width: 100%;
	border: 1px solid #dcdddd;
	background: #fff;
}
.mw_wp_form select {
	width: 15em;
	position: relative;
	display: inline-block;
	color: #000;
}
select.is-empty,
select.is-empty2,
select.is-empty3 {
	color: #939393;
}
.mw_wp_form .select-w17 select {
	width: 16.5em;
}
.mw_wp_form .select-w07 select {
	width: 6em;
}
.contactForm input[type="text"]:focus,
.contactForm input[type="email"]:focus,
.contactForm textarea:focus {
}

.mw_wp_form .w40 input:not([type=submit],[type=checkbox],[type=radio]) {
	width: 40%;
}
.mw_wp_form .w35 input:not([type=submit],[type=checkbox],[type=radio]) {
	width: 35%;
}
.mw_wp_form .w30 input:not([type=submit],[type=checkbox],[type=radio]) {
	width: 30%;
}
.mw_wp_form .w25 input:not([type=submit],[type=checkbox],[type=radio]) {
	width: 25%;
}
.mw_wp_form .w20 input:not([type=submit],[type=checkbox],[type=radio]) {
	width: 20%;
}
.mw_wp_form .w15 input:not([type=submit],[type=checkbox],[type=radio]) {
	width: 15%;
}
.mw_wp_form input.w30 {
	width: 12em;
}
.mw_wp_form input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: -3px;
}
.mw_wp_form input[type=radio] {
	width: 17px;
	height: 17px;
	vertical-align: -1px;
}
.mw_wp_form input[type=submit]:hover {
}
@media screen and (max-width: 1280px) {
	.contactForm dt {
	}
}
@media screen and (max-width: 1024px) {
	.contactForm {
	}
	.contactForm dt {
		padding: 1.5vw 0 1.5vw;
		width: 31%;
		font-size: 1.8vw;
	}
	.contactForm dd {
		padding: 0 0 1.5vw 31%;
	}
	.mw_wp_form_confirm .contactForm dt {
		padding: 3vw 0 2.2vw;
	}
	.mw_wp_form_confirm .contactForm dd {
		padding: 2.5vw 0 2.2vw 30%;
	}
	/*.contactForm dd {
		border-bottom: 1px solid #ccc;
	}
	.contactForm dd:last-child {
		border-bottom: none;
	}*/
	.mw_wp_form input:not([type=submit],[type=checkbox],[type=radio]),
	.mw_wp_form textarea,
	.mw_wp_form select {
		font-size: 16px;
	}
}
@media screen and (max-width: 820px) {
}
@media screen and (max-width: 540px) {
	.contactForm {
		margin: 0 auto;
	}
	.contactForm dt {
		font-size: 3.8vw;
		padding: 2.5vw 0 2.2vw;
		width: 39%;
		letter-spacing: -0.05em;
		font-size: 3.2vw;
		line-height: 1.6;
	}
	.contactForm dd {
		padding: 0 0 2.2vw 39%;
	}
	.mw_wp_form_confirm .contactForm dt {
		padding: 3vw 0 2.2vw;
	}
	.mw_wp_form_confirm .contactForm dd {
		padding: 2.5vw 0 2.2vw 39%;
		font-size: 3.2vw;
	}
	.mw_wp_form input:not([type=submit],[type=checkbox],[type=radio]),
	.mw_wp_form textarea,
	.mw_wp_form select {
		padding: 0.7em 0.7em;
		width: 100%;
	}
	.mw_wp_form select,
	.mw_wp_form .select-w17 select {
		width: 100%;
	}
	.mw_wp_form .select-w07 select {
		width: 5.2em;
	}
	.mw_wp_form .select-w07 select.short {
		width: 4em;
	}
	.mw_wp_form .w40 input:not([type=submit],[type=checkbox],[type=radio]) {
		width: 100%;
		margin-bottom: 1.5vw;
	}
	.mw_wp_form .w35 input:not([type=submit],[type=checkbox],[type=radio]) {
		width: 45%;
	}
	.mw_wp_form .w20 input:not([type=submit],[type=checkbox],[type=radio]) {
		width: 40%;
	}
	.mw_wp_form .w15 input:not([type=submit],[type=checkbox],[type=radio]) {
		width: 20%;
	}
	.mw_wp_form input.w30 {
		width: 100%;
	}
}
@keyframes onAutoFillStart { from {} to {}}

.mw_wp_form input:-webkit-autofill,
.mw_wp_form textarea:-webkit-autofill {
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}


.mw_wp_form input[name="__children[個人情報の取扱いに同意する][]"] + .error,
.mw_wp_form select[name="__children[月][]"] + .error,
.mw_wp_form select[name="__children[日][]"] + .error {
	display : inline;
	padding-right:.5em;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

.mw_wp_form_input .complete_only,
.mw_wp_form_input .confirm_only,
.mw_wp_form_confirm .complete_only,
.mw_wp_form_confirm .input_only,
.mw_wp_form_complete .input_only,
.mw_wp_form_complete .confirm_only,
.mw_wp_form_complete .complete_hidden {
	display: none;
}


/* !ラジオボタン色変え
---------------------------------------------------------- */
input[type=radio] {
  appearance: none;
  display: none;
}
input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 30px;
  margin-right: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
  margin-top: 13px;
}
input[type=radio] + span::before {
	background: #fff;
	border: 1px solid #b9b9b9;
	border-radius: 50%;
	content: '';
	display: block;
	height: 18px;
	left: -25px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 18px;
}
input[type=radio] + span::after {
	background: var(--red);
	border-radius: 50%;
	content: '';
	display: block;
	height: 12px;
	left: -22px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 12px;
}
input[type=radio]:checked + span::after {
    opacity: 1;
}
@media screen and (max-width: 540px) {
	input[type=radio] + span {
	  margin-left: 6vw;
	  margin-right: 6vw;
	  margin-top: 1.7vw;
	}
}

::placeholder {
	color: #939393;
}
.contactWrap {
	padding: 40px 68px 50px;
}
@media screen and (max-width: 1366px) {
	.contactWrap {
		padding: 2.928vw 4.978vw 3.66vw;
	}
}
@media screen and (max-width: 1024px) {
	.contactWrap {
	}
}
@media screen and (max-width: 540px) {
	.contactWrap {
		padding: 3.906vw 6.641vw 4.883vw;
	}
}


.select-box {
	position: relative;
	display: inline-block;
}
.select-box::before {
	content: "▼";
	position: absolute;
	right: 1.5em;
	top: 30%;
	display: inline-block;
	vertical-align: 2px;
	z-index: 2;
	color: #727171;
	font-size: 70%;
}
.mw_wp_form_confirm .select-box::before {
	content: none;
}
@media screen and (max-width: 1024px) {
	.select-box::before {
		font-size: 90%;
	}
}
@media screen and (max-width: 540px) {
	.select-box {
		display: block;
	}
	.select-box.select-box-dib {
		display: inline-block;
	}
	.mw_wp_form .select-w07 .select-box::before {
		content: "";
		position: absolute;
		right: 0;
		top: 35%;
		width: 9px;
		height: 9px;
		margin-right: 10px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(135deg);
		display: inline-block;
		vertical-align: 2px;
	}
	.select-box::before {
		right: 1em;
	}
	
}

input[type="checkbox"] {
  accent-color: var(--red);
}
.mwform-checkbox-field-text {
	font-weight: 700;
}