@charset "UTF-8";

#cv-contact-area {
	display: none;
}


/*--------------------------------------------------------------
#line-area
--------------------------------------------------------------*/

@media screen and (min-width: 300px) {
	
	#line-area {
		background: #F2F2F0;
		margin-bottom: 50px;
		padding: 50px 0 0 0;
	}
	
	#line-area ul {
		width: auto;
		margin: 0 8%;
	}
	
	#line-area ul li:first-child {
		width: auto;
	}
	
	#line-area ul li:first-child dt {
		font-size: 20px;
		font-weight: 800;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#line-area ul li:first-child dt span {
		font-family: "Rubik", sans-serif;
		font-size: 25px;
		font-weight: 600;
		vertical-align: -1px;
	}
	
	#line-area ul li:first-child dd {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.8;
	}
	
	.line-bt {
		width: 140px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#line-area ul li:last-child {
		width: 220px;
		line-height: 0;
		padding-top: 30px;
		margin: 0 auto;
	}
	
	
}
	
@media screen and (min-width: 771px) {
	
	
	
}



@media screen and (min-width: 1161px) {
	
	#line-area {
		background: #F2F2F0;
		margin-bottom: 4.167vw;
		padding: 0;
	}
	
	#line-area ul {
		width: 41.66vw;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	
	#line-area ul li:first-child {
		width: 23.95vw;
	}
	
	#line-area ul li:first-child dt {
		font-size: 1.302vw;
		font-weight: 800;
		margin-bottom: 1.302vw;
		text-align: left;
	}
	
	#line-area ul li:first-child dt span {
		font-family: "Rubik", sans-serif;
		font-size: 1.562vw;
		font-weight: 600;
		vertical-align: -1px;
	}
	
	#line-area ul li:first-child dd {
		font-size: 0.938vw;
		font-weight: 600;
		line-height: 1.8;
	}
	
	.line-bt {
		width: 7.292vw;
		margin-top: 1.562vw;
		margin-left: 0;
		margin-right: 0;
	}
	
	#line-area ul li:last-child {
		width: 14.32vw;
		line-height: 0;
		padding-top: 2.083vw;
		margin: 0;
	}
	
}


/*--------------------------------------------------------------
#contactform-area
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	#contactform-area {
		margin: 0 5%;
	}
	
	#contactform-area .categry-title {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#contactform-area .categry-title h6 {
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
		font-size: 20px;
		font-weight: 800;
	}
	
	#contactform-area .categry-title h6:before {
		content: '';
		position: absolute;
		bottom: -15px;
		display: inline-block;
		width: 25px;
		height: 1px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: black;
	}
	
	#submit-btn {
		background-color: transparent;
		margin: 0 auto;
		padding: 30px 0;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #FFF;
		background: #1D201F;
		transition: 0.5s;
		width: 100%;
	}
	
	.form_btn {
		text-align: center;
	}
	
	#submit-btn2 {
		background-color: transparent;
		margin: 0 10px;
		padding: 20px 20px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #FFF;
		background: #1D201F;
		transition: 0.5s;
		width: auto;
	}
	
	#back-btn {
		background-color: transparent;
		margin: 0 10px;
		padding: 20px 20px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #FFF;
		background: rgba(167,167,167,1.00);
		transition: 0.5s;
		display: inline;
		width: auto;
	}
	
	#submit-btn:hover,
	#submit-btn2:hover,
	#back-btn:hover{
		background: #5B5F5D;
	}
	
	.bt-area {
		display: block;
		text-align: center;
		margin-top: 50px;
	}
	
	
	#contactform-area dl {
		margin-bottom: 15px;
	}
	
	#contactform-area dl.box_mb {
		margin-bottom: 30px;
	}
	
	#contactform-area dl dt {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	#contactform-area dl dt span {
		font-size: 17px;
		color: #A19E96;
	}
	
	#contactform-area dl dd {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	#contactform-area p.privacy {
		margin: 50px 3%;
		width: auto;
	}
	
	#contactform-area p.privacy span {
		text-decoration: underline;
	}
}

@media screen and (min-width: 771px) {
	
	
	
}


@media screen and (min-width: 1161px) {
	
	#contactform-area {
		margin: 0 auto;
		width: 50.52vw;
	}
	
	#contactform-area .categry-title {
		text-align: center;
		margin-bottom: 2.083vw;
	}
	
	#contactform-area .categry-title h6 {
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
		font-size: 1.562vw;
		font-weight: 800;
	}
	
	#contactform-area .categry-title h6:before {
		content: '';
		position: absolute;
		bottom: -0.781vw;
		display: inline-block;
		width: 1.302vw;
		height: 1px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: black;
	}
	
	#submit-btn {
		background-color: transparent;
		margin: 0 auto;
		padding: 1.562vw 0;
		font-size: 1.302vw;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #FFF;
		background: #1D201F;
		transition: 0.5s;
		width: 34.89vw;
	}
	
	.form_btn {
		text-align: center;
	}
	
	#submit-btn2 {
		background-color: transparent;
		margin: 0 0.521vw;
		padding: 1.562vw 2.604vw;
		font-size: 1.302vw;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #FFF;
		background: #1D201F;
		transition: 0.5s;
		width: auto;
	}
	
	#back-btn {
		background-color: transparent;
		margin: 0 0.521vw;
		padding: 1.562vw 2.604vw;
		font-size: 1.302vw;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #FFF;
		background: rgba(167,167,167,1.00);
		transition: 0.5s;
		display: inline;
		width: auto;
	}
	
	#submit-btn:hover,
	#submit-btn2:hover,
	#back-btn:hover{
		background: #5B5F5D;
	}
	
	.bt-area {
		display: block;
		text-align: center;
		margin-top: 2.604vw;
	}
	
	
	#contactform-area dl {
		margin-bottom: 1.562vw;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	#contactform-area dl.box_mb {
		margin-bottom: 1.562vw;
	}
	
	#contactform-area dl dt {
		margin: 0;
		padding: 0.521vw 0 0 0;
		width: 13.02vw;
	}
	
	#contactform-area dl dt span {
		font-size: 0.885vw;
		color: #A19E96;
	}
	
	#contactform-area dl dd {
		margin: 0;
		padding: 0;
		width: 37.5vw;
	}
	
	#contactform-area p.privacy {
		margin: 4.167vw auto;
		width: 45.83vw;
	}
	
}


/*--------------------------------------------------------------
.preview-area
--------------------------------------------------------------*/

@media screen and (min-width: 300px) {
	
	.preview-list {
		border-bottom: 1px solid #CCC;
		align-items: center;
	}
	
	.preview-list dt{
		margin: 0;
		padding: 0;
	}
	
	.preview-list dt p{
		font-weight: 600;
	}
	
	.preview-list dd{
		margin: 0;
		padding: 0;
	}
	
}

@media screen and (min-width: 771px) {
	
	
	
}


@media screen and (min-width: 1161px) {
	
	.preview-list {
		border-bottom: 1px solid #CCC;
		align-items: center;
	}
	
	.preview-list dt{
		margin: 0;
		padding: 0;
	}
	
	.preview-list dt p{
		font-weight: 500;
	}
	
	.preview-list dd{
		margin: 0;
		padding: 0;
	}
	
}

/*--------------------------------------------------------------
form style
--------------------------------------------------------------*/

@media screen and (min-width: 300px) {
	
	input[type=text],
	input[type=email]{
		width: 100%;
		height: 70px;
		padding: 40px 20px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		background: #FFF;
		border: 1px solid #000000;
		border-radius: 10px;
		font-weight: 500;
		color: #000;
	}
	
	textarea {
		width: 100%;
		height: 180px;
		padding: 1em 20px;
		font-size: 14px;
		font-weight: 500;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
		border: 1px solid #000000;
		border-radius: 10px;
		color: #000;
	}
	
	input[type="radio"] {
		width: 20px;
		height: 20px;
		border-radius: 100px;
		vertical-align: middle;
	}
	
	.checkbox_list {
		
	}
	
	.checkbox {
		display: block;
		margin: 5px 0;
	}
	
	.checkbox_item {
		display: inline-block;
	}
	
	.checkbox_label {
		margin: 0;
		font-size: 15px;
		font-weight: 500;
	}
	
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		padding: 0 20px;
		background: #FFF;
		background: url("img/stat_minus.png") top center no-repeat;
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
		background-position: right 15px center;
		font-size: 15px;
		color: #000;
		border: 1px solid #000000;
		border-radius: 10px;
	}
	
	select {
		width: 250px;
		height: 70px;
	}
	
	textarea:focus,
	input[type=text]:focus,
	input[type=email]:focus{
		background-color: #F6F6F6;
	}
	
	input[type=text].error,
	input[type=email].error,
	textarea.error,
	.form_area select.error {
	background-color: #FDF5F8;
	}
	
	label.error {
		display: block;
		margin-top: 10px;
		color: #C82E30;
		font-size: 15px;
		font-weight: 600;
	}
}

@media screen and (min-width: 771px) {
	
	
}


@media screen and (min-width: 1161px) {
	
	
	input[type=text],
	input[type=email]{
		width: 100%;
		height: 4.167vw;
		padding: 0.83vw 1.66vw;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 0.938vw;
		font-weight: 500;
	}
	
	textarea {
		width: 100%;
		height: 10.417vw;
		padding: 1em 1.83vw;
		font-size: 0.938vw;
		font-weight: 500;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.checkbox_list {
		padding: 0;
	}
	
	.checkbox {
		display: block;
		padding: 0.26vw 0;
	}
	
	.checkbox_item {
		display: inline-block;
	}
	
	.checkbox_label {
		margin: 0 0 0 0.521vw;
		font-size: 1.042vw;
		font-weight: 500;
	}
	
	input[type=text].error,
	input[type=email].error,
	textarea.error,
	.form_area select.error {
	}
	
	label.error {
		display: block;
		margin-top: 1em;
		font-size: 1.042vw;
	}

}
