@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(/service/images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-contents #main-contents h3 {
	color: #333;
}

#lower-contents #main-contents .small {
	font-size: 1.2rem;
}



.contact-list dl {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(105,140,200,0.5);
	box-sizing: border-box;
}

.contact-list dl:last-child {
	margin-bottom: 0;
}

.contact-list dt {
	margin-bottom: 5px;
	font-weight: bold;
}

.contact-list dd {
}

.contact-list dd .disc-list {
	margin-bottom: 10px;
}

.contact-list li {
	margin-top: 0;
}

.contact-list p {
	font-size: 1.3rem;
}


@media screen and (min-width: 768px) {

	.contact-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contact-list:before,
	.contact-list:after {
		content: "";
		display: block;
		width: calc(33.33% - 20px);
		order: 2;
	}

	.contact-list dl {
		width: calc(33.333% - 20px);
	}

}



#form-area {
	width: 100%;
	margin-top: 40px;
	padding: 40px 20px 30px;
	background-color: #f7f5f2;
	border-radius: 15px;
	box-sizing: border-box;
	overflow: hidden;
	font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
	#form-area {
		padding: 40px;
	}
}

@media screen and (min-width: 1280px) {
	#form-area {
		padding: 60px;
	}
}

#form-area.confirm .hide-confirm {
	display: none;
}

#form-area h3 {
	margin-bottom: 20px;
}

#form-area dl {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

#form-area dl div {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#form-area dt {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 0;
	font-size: 95%;
	font-weight: bold;
}

#form-area dd {
	
}

#form-area dd:empty:before {
	content: "-";
}

#form-area sup {
	position: relative;
	padding: 5px 7px;
	margin-left: 3px;
	color: #fff;
	background-color: #ea6182;
	border-radius: 5px;
	line-height: 1;
	font-size: 1.0rem;
	font-weight: bold;
}

#form-area input,
#form-area textarea {
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#form-area select {
	padding: 10px;
	height: 40px;
	box-sizing: border-box;
	border: medium none;
	border-radius: 3px;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 3px;
	border: 1px solid #ccc;
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #fff url(../../../common/images/arrow_up_black.png) 180px center no-repeat;
	background-size: 5px 3px;
	vertical-align: middle;
	text-indent: 5px;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

#form-area .full {
	width: 100%;
	box-sizing: border-box;
}

#form-area p.button {
	margin: 20px auto 0;
	text-align: center;
}

#form-area p.button button {
	width: 200px;
	padding: 15px 0px;
	text-align: center;
	font-size: 1.4rem;
	font-family: inherit;
	color: #FFF;
	background-color: #000;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
}

#form-area dl .tel-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

#error {
	margin: 20px 0;
	padding: 20px;
	line-height: 20px;
	line-height: 2.0rem;
	border: 1px solid #ff0000;
	color: #ff0000;
}

#error p {
	color: #ff0000;
	font-weight: bold;
}

.error_box {
	color: #f00 !important;
	font-weight: bold !important;
}


#form-area #button-area {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#form-area #button-area p.button {
	display: inline-block;
}

#form-area p.button button#next {
	background-color: #000;
}

#form-area p.button button#back {
	background-color: #888;
}

#form-area p.button button#check {
	border: none;
}

#form-area p.button button#next:hover {
	cursor: pointer;
	background-color: #444;
}

#form-area p.button button#back:hover {
	cursor: pointer;
	background-color: #aaa;
}

#form-area p.button button#check:hover {
	cursor: pointer;
	background-color: #444;
}

#form-area p.button button#check:disabled {
	opacity: 0.5;
}

#form-area p.button button#check:disabled:hover {
	cursor: not-allowed;
	background-color: #000;
}

@media screen and (min-width: 768px) {
	#form-area #button-area .button + .button {
		margin-left: 10px;
	}
}


#form-area .confirm {
	gap: 0;
}

#form-area .confirm div {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 20px 0;
	gap: 0;
}

#form-area dl.confirm dt {
	opacity: 0.7;
	font-weight: normal;
	font-size: 85%;
}

#form-area dl.confirm dd {
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {

	#form-area .confirm div {
		flex-direction: row;
		gap: 20px;
	}
	
	#form-area .confirm dt {
		width: 12em;
	}
	
	#form-area .confirm dd {
		flex: 1;
	}
}


#finish-contents .contact-list {
	margin-top: 30px;
}





/* added ---- */

.privacypolicy-check-area {
	margin: 30px 0;
}

.privacypolicy-check-area label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}

.privacypolicy-check-area p {
	font-size: 1.2rem;
	text-align: center !important;
}

.privacypolicy-check-area a {
	display: inline;
	text-decoration: underline;
}



