@charset "UTF-8";

.contact_label {
	padding: 2px 5px;
	background: #616161;
	border-radius: 2px;
	color: #fff;
	font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
	.contact_label {
		font-size: 1.1rem;
	}
}

/* contact_content
---------------------------------------------------------- */
.contact_block {
	padding: 80px;
}
.contact_tel {
	position: absolute;
	left: 50%;
	display: block;
	transform: translateX(-50%);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.contact_tel ._ico{
	width:56px;
	display:block;
	margin-right: 7px;
}
.contact_tel ._txt{
	color: #393939;
	font-size: 6.4rem;
	font-weight: 500;
}
.contact_tel p{
	width:100%;
}
.contact_text-box {
	padding: 20px;
	line-height: 2;
}
.contact_text-box p {
	font-size: 1.4rem;
	font-weight: 500;
}
.partber_txt{
	font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #aaa;
}
.partner_tb{
	width:min(800px,90%);
	margin:0 auto 60px;
	border:1px solid #aaa;
}
.partner_tb div{
	display:flex;
}
.partner_tb div:first-of-type{
	border-bottom:1px solid #aaa;
}
.partner_tb div dt{
	font-size: 1.6rem;
    line-height: 2;
	width:140px;
	padding:10px;
	border-right:1px solid #aaa;
	box-sizing:border-box;
}
.partner_tb div dd{
	font-size: 1.6rem;
    line-height: 2;
	width:calc(100% - 120px);
	padding:10px;
	box-sizing:border-box;
}

.land_wrap{
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #aaa;
}
.land_ttl{
	line-height:1.5;
	font-size:1.8rem;
	font-weight:500;
	padding:30px 0;
}
.land_subttl{
	line-height:1.5;
	font-size:1.7rem;
	font-weight:500;
	padding:20px 0;
}
.land_txt{
	font-size: 1.6rem;
    line-height: 2;
	padding-bottom:30px;
}
.land_li{
	margin-bottom:30px;
}
.land_li li{
	font-size: 1.6rem;
    line-height: 2;
	display:flex;
}
.land_li li::before{
	content:"・";
}
.t_center{
	text-align:center;
}
.btn_land{
	margin:50px 0;
	justify-content:center;
	gap:30px;
}
.btn_land a{
	text-align:center;
	margin:0;
}

@media screen and (max-width: 768px) {
	.contact_block {
		padding: 20px;
	}
	.contact_tel {
		position: static;
		left: auto;
		transform: none;
		margin-top: 20px;
		text-align: center;
	}
	.contact_tel ._ico img {
		width: 43px;
		height: 28px;
	}
	.contact_tel ._txt {
		font-size: 3.2rem;
	}
	.contact_text-box {
		padding: 15px;
		line-height: 1.75;
	}
	.partber_txt{
		font-size:1.4rem;
	}
	.land_ttl{
		font-size:1.6rem;
	}
	.land_subttl{
		font-size:1.5rem;
	}
	.land_txt{
		font-size:1.4rem;
	}
	.land_li li{
		font-size:1.4rem;
	}
	.partner_tb div dt,
	.partner_tb div dd{
		font-size:1.4rem;
	}
	.btn_land{
		gap:20px;
		flex-direction:column;
	}
}

/* form_content
---------------------------------------------------------- */
.form_dt {
	margin-bottom: 16px;
	font-size: 2.0rem;
	font-weight: 500;
}
.form_dt .contact_label {
	margin-left: 6px ;
}
.form_dd {
	margin-bottom: 56px;
}
.input_text {
	width: 480px;
	padding: 14px 20px;
	border: #B3B3B3 solid 1px;
	border-radius: 4px;
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 2;
}
.input_text.size_s {
	width: 320px;
}
.input_text.size_l {
	width: 960px;
}
.input_text::placeholder {
	color: #B3B3B3;
}
.form_dd textarea {
	width: 100%;
	height: 240px;
	padding: 10px 20px;
	border: #B3B3B3 solid 1px;
	border-radius: 4px;
}
.form_dd input[type="radio"],
.form_dd input[type="checkbox"] {
	appearance: auto;
}
.form_dd .mwform-radio-field-text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.form_dt {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.form_dd {
		margin-bottom: 24px;
	}
	.form_dd p {
		font-size: 1.4rem;
	}
	.input_text {
		width: 100%;
		padding: 8px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	.input_text.size_s,
	.input_text.size_l {
		width: 100%;
	}
	.form_dd textarea {
		padding: 8px;
	}
	.form_dd .mwform-radio-field-text {
		font-size: 1.6rem;
		line-height: 1.75;
	}
}


/* select */
.mw_wp_form .form_dd .select {
	position: relative;
	display: inline-block;
}
.mw_wp_form .form_dd .select select {
	position: relative;
	appearance: none;
	width: 280px;
	padding: 14px 20px;
	border: #B3B3B3 solid 1px;
	border-radius: 4px;
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 2;
	cursor: pointer;
}
.mw_wp_form .form_dd .select .size_l {
	width: 440px;
}
.mw_wp_form .form_dd .select::before,
.mw_wp_form .form_dd .select::after {
	position: absolute;
	top: 50%;
	display: block;
	content: "";
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #393939;
	z-index: 1;
}
.mw_wp_form .form_dd .select::before {
	right: 24px;
	transform: rotate(45deg);
}
.mw_wp_form .form_dd .select::after {
	right: 33px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	.mw_wp_form .form_dd .select select {
		width: 100%;
		padding: 8px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	.mw_wp_form .form_dd .select .size_l {
		width: 100%;
	}
}


/* checkbox */
.mw_wp_form .form_dd .horizontal-item {
	display: inline-block;
	margin: 0 40px 16px 0;
}
.mw_wp_form .form_dd .horizontal-item + .horizontal-item {
	margin-left: 0;
}
.form_dd .mwform-checkbox-field-text {
	color: #1d1d1d;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	cursor: pointer;
}
.form_dd .mwform-checkbox-field label {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 4px;
}
.form_dd .mwform-checkbox-field input {
	appearance: auto;
	width: 15px;
	height: 15px;
	border: #B3B3B3 solid 1px;
	border-radius: 4px;
}

.form_dd .other_text {
	display: block;
	margin: 10px 0 0;
	padding: 14px 20px;
	border: #B3B3B3 solid 1px;
	border-radius: 4px;
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.mw_wp_form .form_dd .horizontal-item {
		display: inline-block;
		margin: 0 20px 10px 0;
	}
	.form_dd .mwform-checkbox-field-text {
		font-size: 1.6rem;
		line-height: 1.75;
	}
	.form_dd .other_text {
		padding: 8px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
}


/* agree */
.form_dd .agree {
	text-align: center;
}
.form_dd .agree .mwform-checkbox-field-text {
	font-size: 2.0rem;
}
.form_dd .agree .mwform-checkbox-field label {
		display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.form_dd .agree .mwform-checkbox-field-text {
		font-size: 1.7rem;
	}
}


/* button */
.form_content .btn button {
	color:#333;
	/*display: flex;
	justify-content:center;
	align-items: center;*/
	width: 480px;
	height: 80px;
	padding: 0 40px;
	background: #fff;
	border: #E1E1E1 solid 1px;
	border-radius: 40px;
	box-shadow: 83px 56px 28px 0px rgba(0, 0, 0, 0.00), 53px 36px 26px 0px rgba(0, 0, 0, 0.01), 30px 20px 22px 0px rgba(0, 0, 0, 0.05), 13px 9px 16px 0px rgba(0, 0, 0, 0.09), 3px 2px 9px 0px rgba(0, 0, 0, 0.10);
	line-height: 2;
	font-family: inherit;
	font-size: 1.8rem;
	font-weight: 500;
	cursor: pointer;
	transition: .5s;
}
.form_content .btn button:hover {
	opacity: .75;
}
.form_content .btn button::after {
	/*content: "";*/
	content:none;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #616161;
}

@media screen and (max-width: 768px) {
	.form_content .btn button {
		width: 100%;
		height: 60px;
		border-radius: 30px;
		padding: 0 20px;
		line-height: 1;
		justify-content:center;
		gap:5px;
	}
}


/*----------------------------------------
  confrim
----------------------------------------*/
.form_content .mw_wp_form .error {
	margin-top: 1em;
	font-size: 1.4rem;
	font-weight: 500;
}
.mw_wp_form_confirm .form_dd {
	margin-bottom: 64px;
	font-size: 2.0rem;
}
.mw_wp_form_confirm .form_dd p,
.mw_wp_form_confirm .agree {
	display: none;
}
.mw_wp_form_confirm .link {
	display: block;
	margin: 64px auto 0;
	color: #616161;
	text-decoration: underline;
	font-family: inherit;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	cursor: pointer;
	transition: .5s;
}
.mw_wp_form_confirm .link:hover {
	opacity: .75;
}
.mw_wp_form_confirm .form_dd .select::before,
.mw_wp_form_confirm .form_dd .select::after {
  display: none;
}

@media screen and (max-width: 768px) {
	.form_content .mw_wp_form .error {
		margin-top: .5em;
	}
	.mw_wp_form_confirm .form_dd {
		margin-bottom: 24px;
	}
	.mw_wp_form_confirm .link {
		margin: 32px auto 0;
		font-size: 1.6rem;
	}
}


/*----------------------------------------
  complete
----------------------------------------*/
.confim_ttl {
	margin-bottom: 48px;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.confim_ttl {
		margin-bottom: 24px;
		font-size: 2.4rem;
	}
}