@charset "utf-8";

/* ---------------------------------------------
CSS Info
 File name:  lp03.css
------------------------------------------------ */
.lp02-header .header-txt {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	color: #E94366;
}
@media screen and (max-width:767px) {
	.lp02-hd-tel {display: none;}
}
@media screen and (min-width:768px) {
	.lp02-header .header-inr {
		height: 64px;
	}
	.lp02-header .header-txt {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.lp02-hd-tel {line-height: 1;}
	.lp02-hd-tel .num {
		margin-bottom: .25em;
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 900;
	}
	.lp02-hd-tel .num i {
		margin-right: 4px;
	}
	.lp02-hd-tel .txt {
		font-size: 12px;
		font-size: 1.2rem;
		color: #666;
	}
}


.lp02-main {
	position: relative;
	background: #FBEDF0;
}

.lp02-main .main-ttl {
	padding-bottom: 40px;
	line-height: 1.5;
}
.lp02-main .main-ttl .txt {
	font-weight: 700;
	color: #E94366;
}
.lp02-main .main-ttl .ttl {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	color: #E94366;
	line-height: 1.3;
}
.lp02-main .main-ttl .txt2 {
	margin-top: .5em;
	font-weight: 700;
}
.lp02-main .main-ttl .txt3 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}

.lp02-main .wizard-wrap {
	width: 100%;
	padding: 16px;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	text-align: center;
	line-height: 1.2;
	overflow: hidden;
}
.lp02-ww-hd {margin-bottom: 24px;}
.lp02-main .wizard-wrap .lp02-ww-hd .bal {
	position: relative;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	margin-bottom: 12px;
	padding: 0 1.25em;
	background: #E94366;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFF;
}
.lp02-main .wizard-wrap .lp02-ww-hd .bal span {
	font-size: 24px;
	font-size: 2.4rem;
	color: #ffea1b;
}
.lp02-main .wizard-wrap .lp02-ww-hd .bal:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #E94366 transparent transparent transparent;
	bottom: -8px;
	left: calc(50% - 8px);	
}

.lp02-main .wizard-wrap .lp02-ww-hd .txt {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	color: #E94366;
}

.lp02-main .wizard-wrap .location .label {
	margin-right: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}
.lp02-main .wizard-wrap .location .loc-item {
	background: #DDD;
	color: #999;
}
.lp02-main .wizard-wrap .location .loc-item.active {
	background: #E94366;
	color: #FFF;
}

.lp02-main .wizard-box {
	padding: 16px 20px 32px;
	float: left;
	width: 20%;
}

ul.item-checkbox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
ul.item-checkbox li {
	width: calc(50% - 16px / 2);
	margin-bottom: 8px;
	text-align: left;
}

#example {
	width: 500%;
}

.wizard-form .item-checkbox label {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 8px 0 40px;
	background: #FFF;
	border: 1px solid #ececec;
	border-radius: 4px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
}
.wizard-form .item-checkbox input + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 12px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
	border: 1px solid #ececec;
	border-radius: 2px;
}
.wizard-form .item-checkbox input:checked + label {
	background: #c5e9ff;
	border: 1px solid #c5e9ff;
}
.wizard-form .item-checkbox input:checked + label:after {
	content: "\f00c";
	position: absolute;
	left: 12px;
	width: 18px;
	height: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #E94366;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.wizard-form .item-checkbox input {display: none;}

.wizard-form input[type="text"],
.wizard-form input[type="tel"],
.wizard-form input[type="email"],
.wizard-form input[type="date"]
 {
	width: 100%;
	height: 40px;
	padding: .5em;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.wizard-form select {
	width: 100%;
	height: 40px;
	padding: .5em;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}

.companylist {
	border: 2px solid #58C4FF;
	border-radius: 5px;
    margin: 15px 0;
}

.companylist .company_list_title {
    font-size: 16px;
	color: #58C4FF;
	margin-top: 10px;
    font-weight: 600;
}

.company_list_wrap {
	margin: 20px;
}

.companybox {
	display: inline-block;
	float: left;
	width: calc(100% / 3);
}

.companybox p {
    font-size: 12px;
}

.logoimg {
	/* width: 70%; */
	height: 25px;
}

.clear {
    clear: both;
}

.btn-group .btn-next {
	background-color: #36bf98;
	border: none;
	border-radius: 4px;
	color: #fff;
}
.btn-group .btn-submit {
	background: #f25c5c;
	border-radius: 4px;
	color: #FFF;	
}
.btn-group .btn-next:hover,
.btn-group .btn-submit:hover {opacity: .75;}

.btn-group .btn-prev {
	background: #DDD;
	border-radius: 4px;
	color: #999;
}
.btn-group .btn-prev:hover {
	background: #666;
	color: #FFF;
}

.btn-group .btn-next,
.btn-group .btn-submit {
	position: relative;
	overflow: hidden;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
}
.btn-group .btn-next:before,
.btn-group .btn-submit:before {
	display: block;
	position: absolute;
	z-index: 2;
	left: -30%;
	top: calc(50% - 50px);
	content: "";
	width: 30px;
	height: 100px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
	animation: shiny 3s infinite linear;
	-webkit-animation: shiny 3s infinite linear;
	-moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-webkit-keyframes shiny {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-moz-keyframes shiny {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}

@media screen and (max-width:767px) {
	.lp02-hd-tel {display: none;}
}
@media screen and (max-width:959px) {
	.lp02-main .main-ttl {
		background: url("../img/bg-marriage.png") no-repeat right top;
		background-size: 180px auto;
	}
	.lp02-main .main-ttl-inr {
		display: inline-block;
		text-align: center;
	}
	.wizard-form .item-checkbox label {
		padding: 13px 8px 0 40px;
		line-height: 1;
	}
	.wizard-form .item-checkbox input:checked + label:after {
		top: 14px;
	}
	.companybox {
		width: 100%;
		margin: 10px 0;
	}
	/* .logoimg {
		width: 80%;
	} */
}
@media screen and (min-width:960px) {
	.lp02-main .l-main-inr {
		padding: 40px 0 80px;
		background: url("../img/bg-marriage.png") no-repeat left 260px;
        background-size: 52%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.lp02-main .l-main-inr > div {width: calc(50% - 24px / 2);}
	
	.lp02-main .main-ttl {
		padding-bottom: 480px;
		text-align: center;
	}
	.lp02-main .main-ttl .txt {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.lp02-main .main-ttl .ttl {
		font-size: 40px;
		font-size: 4rem;
	}
	.lp02-ww-hd {margin-bottom: 40px;}
	.lp02-main .wizard-wrap .lp02-ww-hd .txt {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.wizard-box .ttl {
		font-size: 20px;
		font-size: 2rem;
		text-align: center;
	}
	ul.item-checkbox {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	ul.item-checkbox li {width: 32%;}
	ul.item-checkbox li:nth-child(3n-1) {
		margin-left: 2%;
		margin-right: 2%;
	}		
}


/* FOOTER
------------------------------------------------ */
.l-footer {
	padding: 24px 0;
	background: #FFF;
	color: #333;
	text-align: center;
}
.ft-navi {
	margin-bottom: 16px;
	font-size: 14px;
	font-size: 1.4rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ft-navi li:not(:last-child) {margin-right: 1em;}
.ft-navi a {color: rgba(51,51,51,.75);}
.ft-navi a:hover {text-decoration: underline;
	color: rgba(51,51,51,1);
}
.ft-copy {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width:768px) {
	.ft-navi li:not(:last-child) {margin-right: 2em;}
}
