

/*====================================================
//// id 　leadCopy
====================================================*/
#leadCopy .txtBox ol li:before {
	top: .3em;
}

.scroll_linkBox p a {
	color: #000;
	font-size: 1.8em;
	line-height: 1.4;
	padding-bottom: 1em;
	position: relative;
	text-decoration: none;
}
.scroll_linkBox a::after {
	border: solid;
	border-width: 0 1px 1px 0;
	content: '';
	margin: auto;
	position: absolute;
		top: 1.4em;
		left: 0;
		right: 0;
	transform: rotate(45deg);
	transition: .2s ease-in-out;
	width: .6em;
	height: .6em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#leadCopy .txtBox {
		text-align: center;
	}

	.scroll_linkBox a:hover::after {
		top: 1.7em;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id form
====================================================*/
#form #form_item {
	border-top: solid 1px;
}
#form .itemBox {
	grid-gap: 40px;
}
#form label {
	width: 100%;
}
#form input[type="radio"] + span {
	background: #fff;
	border: solid .5px #000;
	border-radius: 0;
	color: #000;
  cursor: pointer;
	display: inline-block;
	font-family: 'Hina Mincho', 'Noto Serif JP', "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.4;
	overflow: hidden;
  padding: 18px 20px;
  /* width: 100%; */
  width: 100%;
  margin: 0;
  text-align: center;
	transition: .2s ease-in-out;
  position: relative;
	z-index: 1;
}
#form input[type="radio"]:checked + span {
	background: #000;
	color: #fff;
}
#form input[type="radio"] + span::before,
#form input[type="radio"] + span::after {
	display: none;
}

#form .mw_wp_form_input .item .text {
	padding-top: .5em;
}

#form .mw_wp_form_confirm .item {
	font-size: 1.4em;
}
#form .mw_wp_form_confirm .item dt {
	font-size: 1.4rem;
}

#form .wpcf7-radio {
	display: grid;
}
#form .wpcf7-list-item {
	margin: 0;
}
#form .formBox input[type="submit"].linkBtn {
	display: block;
	margin: auto;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#form .txtBox {
		text-align: center;
	}


	#form input[type="radio"] + span:before {
		background: rgba(0, 0, 0, .2);
		border: none;
		border-radius: 0;
		content: '';
		display: block;
		margin: auto;
		position: absolute;
			top: 0;
			left: auto;
			right: 0;
		transition: .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		width: 0;
		height: 100%;
		z-index: -1;
	}
	#form input[type="radio"]:checked + span:before {
		background: rgba(255, 255, 255, .2);
	}
	#form input[type="radio"] + span:hover:before {
		left: 0;
		right: auto;
		width: 100%;
	}

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}
