/*------------------------------------------

	フォーム

------------------------------------------*/
.container {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
input[type="radio"],
input[type="checkbox"] {
	display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	width: 100%;
	background-color: #fff;
	border: #cccccc 1px solid;
	padding: 20px 10px;
}

select {
	padding-right: 30px;
}
.slct {
	position: relative;
}
.slct::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	pointer-events: none;
}

.ck-prv {
	position: relative;
	padding-left: 40px;
}
.ck-prv::before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: #111 1px solid;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
input:checked ~ .ck-prv::after {
    content: "";
    display: block;
    width: 17px;
    height: 12px;
    border-top: #3358a4 5px solid;
    border-right: #3358a4 5px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    left: 6px;
    top: 1px;
}

.ck-prv a {
    color: #3358a4;
    border-bottom: #3358a4 1px solid;
    padding-bottom: 10px;
}

.mw_wp_form .sbmt {
	width: 310px;
	height: 60px;
	background-color: #ff4452;
	color: #fff;
	background-size: contain;
	margin-top: 40px;
}
.mw_wp_form .sbmt:disabled {
	opacity: .5;
}

.mw_wp_form .sbmt.rtn {
	width: auto;
	height: auto;
	background: none;
	color: #3358a4;
	border-bottom: #3358a4 1px solid;
	padding-bottom: 10px;
}

.mw_wp_form .sbmt,
.mw_wp_form .sbmt.rtn {
	transition: .3s;
}
.mw_wp_form .sbmt:hover,
.mw_wp_form .sbmt.rtn:hover {
	opacity: .5;
}

span.req {
    position: relative;
    padding-right: 65px;
}
.req::after {
    width: 45px;
    text-align: center;
    content: "\5FC5\9808";
    font-size: 1.0rem;
    padding: 0px 7px;
    color: #fff;
    background-color: #ff4452;
    transform: translateY(5px);
    position: absolute;
    margin-left: 10px;
}

.imp-box {
	background-color: #fff;
	border: #ccc 1px solid;
	padding: 15px;
}


.mw_wp_form {
	background-color: #ededed;
	padding-top: 80px;
	padding-bottom: 80px;
}


.fld-tit {
	width: 300px;
}
.fld-con {
	width: calc(100% - 300px);
}

.pvcy-box {
	height: 230px;
	background-color: #fff;
	border: #ccc 1px solid;
	overflow: auto;
	padding-left: 15px;
}
.pvcy-box * {
	font-size: 1.6rem;
}

.mwform-checkbox-field-text {
	position: relative;
	padding-left: 40px;
}
.mwform-checkbox-field-text::before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: #111 1px solid;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
input:checked ~ .mwform-checkbox-field-text::after {
	content: "";
	display: block;
	width: 17px;
	height: 12px;
	border-top: #ff4452 5px solid;
	border-right: #ff4452 5px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(135deg);
	position: absolute;
	left: 6px;
	top: 1px;
}

/*PC*/
@media screen and (min-width: 768px) {
	.mwform-radio-field-text {
		position: relative;
		padding-left: 40px;
	}
	.mwform-radio-field-text::before {
		content: "";
		width: 30px;
		height: 30px;
		background-color: #fff;
		border: #111 1px solid;
		border-radius: 100px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	input:checked ~ .mwform-radio-field-text::after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background-color: #3358a4;
		border-radius: 100px;
		position: absolute;
		left: 5px;
		top: -1px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.fld-tit,
	.fld-con,
	.sub-tit,
	.sub-con {
		width: 100%;
	}

	.fld-tit {
		margin-bottom: 15px;
	}

	.mwform-checkbox-field,
	.mwform-radio-field {
		width: 100%;
		display: block;
		margin: 0;
		margin-bottom: 15px;
	}
	.mwform-checkbox-field:last-of-type,
	.mwform-radio-field:last-of-type {
		margin-bottom: 0;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0!important;
	}
	

}/*END*/


/*------------------------------------------

	確認画面非表示項目

------------------------------------------*/
.confirm #prv2,
.confirm .ck-prv,
.confirm .slct::after,
.confirm .req::after,
.confirm .btn-srch {
	display: none;
}


/*------------------------------------------

	リアルタイムエラー

------------------------------------------*/
.fld-con {
	position: relative;
}
.tooltip,
.mw_wp_form .error {
    font-size: 1.4rem;
    color: #fff!important;
    line-height: 22px;
    background-color: #df464c;
    border-radius: 5px;
    display: none;
    padding: 5px 10px;
	position: relative;
}
.tooltip {
	top: -5px;
}
.tooltip.check {
	top: -15px;
}
.mw_wp_form .error {
	top: 6px;
}

.tooltip:after,
.mw_wp_form .error:after {
    content: '';
    position: absolute;
    left: 30px;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-right: solid 13px #df464c;
    transform: rotate(28deg) translate(0,-50%);
	z-index: 1;
}
.tooltip:after {
    bottom: -16px;
}
.mw_wp_form .error:after {
    top: -16px;
    left: 15px;
    transform: rotate(210deg) translate(0,-50%);
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.tooltip {
		margin-top: 10px;
	}
}/*END*/