@charset "utf-8";
/* CSS Document */
html {background: #fffaf4;}
.wrap {
	width: 100%;
}
.header {
	width: 100%; height:18rem; 
	background: #f85b9f;
}
.content {
	width: 100%; min-height: calc(100vh - 19rem); 
	background: #fffaf4;	
}
.footer {
	position: fixed;
	bottom: 0; left: 0;
	width: 100%; height: 10rem;
	background: #e43987;
	border-radius: 1rem 1rem 0 0;
}
.container {
	width: 86rem;
	height: inherit;
	padding: 0 2rem;
	margin: 0 auto;
	box-sizing: border-box;

/*	border: 1px solid #333;	*/
}

img {width: 100%;}
.top-wrop {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: inherit;
}

.content-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;	
	flex-direction: column;
	
	background-color: #fbeca4;
}
.content-left, .content-right {
	position: relative;
	flex: 1;
	margin: 3rem 2rem;
	max-width: 45rem;
}
.content-left > img { border-radius: 0.1rem;}
.content-title1 {
	font-size: 4.2rem;
}
.content-title2 {
	font-size: 3rem;
}
.content-title3 {
	font-size: 1.6rem;
	text-align: center; 
}
.content-title1, content-title2 {
	line-height: 120%;
	transition: 0.3s all;
}
.content-title-strong {
	font-weight:bold;
	color: #e43a43;
}
.content-title-normal {
	color: #000;
}
.cr-01 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 5rem;
}
.cr-02 {
	margin-top: 3rem;
}
.cr-02 .selectOX {
	display: flex;
}
.cr-02 .selectOX > input {
	width:0; height:0;
}
.cr-02 .selectOX > label {
	margin: 0 2rem;
	cursor: pointer;
}
.btn-o-up, .btn-x-up {
	display: none;
}
.cr-03 {
	display: flex;
	justify-content: center;
	padding: 2rem 0 0;
	text-align: center;
}
.cr-04 {
	height: 7rem;
}
.btn-stella {
	width: 30rem;
	padding: 1rem 2rem 0.3rem;
	border-radius: 3rem !important;
	font-size: 3rem;
}
.input_wrap { display: flex; align-items: center; margin: 1rem 2rem 0; }

.input_wrap .input_title { font-size: 1.5rem; }
.input_wrap .input_box { padding: 0 .1rem; box-sizing: border-box; }
.input_wrap .input_box .btn { display: flex; justify-content: center; align-items: center; margin-left: 1rem; height: 3rem; font-size: 1.7rem; padding: .3rem .5rem !important; }
.input_wrap .input_label { padding-left: 1rem; }
input[type=text], input[type=number], select{ padding: 0 .9rem; width: 100%; height: 4rem; border: .1rem solid #dbdbdb; border-radius: .5rem; font-size: 1.7rem; background-color:#fff; box-sizing: border-box; color: #000; }
input[type=checkbox] { width: 2.5rem; height: 2.5rem; }
.alert-warning { position: relative; display: flex; align-items: center; margin: 1rem 2rem 0;  padding: .2rem .7rem .3rem 3rem; color: #c47709; background-color: #fce6c6; border-color: #F49917; border-radius: .5rem; font-size:1.5rem; transition: all 0.2s ease;}
.alert-warning:before { position: absolute; content:"\f071"; top: .6rem; left: .7rem; font-family: FontAwesome;}
.more {position: absolute; right: 2rem;}
.more  img { width: 9rem; }
.agree { margin-left:1rem; font-size: 1.5rem; }
.submit {cursor: pointer;}
.cominfo { padding: 0 0 4rem; font-size: 1.5rem; text-align: center; }

.col_1_8 { flex: 0 0 12.5%; max-width: 12.5%; }
.col_3_8 { flex: 0 0 37.5%; max-width: 37.5%; }
.col_1_6 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
.col_2_6 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
.col_4_6 { flex: 0 0 66.6666666666%; max-width: 66.6666666666%; }
.col_5_6 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
.col_1_4 { flex: 0 0 25%; max-width: 25%; }
.col_3_4 { flex: 0 0 75%; max-width: 75%; }
.col_1_5 { flex: 0 0 20%; max-width: 20%; }
.col_2_5 { flex: 0 0 40%; max-width: 40%; }
.col_3_5 { flex: 0 0 60%; max-width: 60%; }
.col_4_5 { flex: 0 0 80%; max-width: 80%; }

.mobileversion {
	display: none;
}

.bottom-wrop { display: flex; justify-content: center; align-items: center; position: relative; height: 100%; }
.bottom-wrop .quick { position: absolute; top: -3rem; right:0; }
.bottom-wrop .quick img { width: 12rem; }
.bottom-wrop .quick p { color: #000; font-size: 2rem; font-weight: bold; text-align: center; }
.bottom_content { display: flex; justify-content: center; align-items: center; font-size: 3.5rem; color : #fff; line-height: 0;}
.bottom_content i { margin: 0 1rem; }

input:disabled { background-color: #eee; }
input:read-only { background-color: #eee; }

.alert_box_wrap { margin: 3rem; }
.alert_box_title { position: relative; padding: 4rem 1rem; background: #fff1a4; text-align: center; z-index: 2; border-radius: 2rem; }
.img_alert_top { margin: 2rem 0; width: 50% !important; }
.bold { font-weight: 700;}
.alpha50 { color: rgba(0,0,0,.5)}

@media (max-width: 1000px) {
	.header {
		height: auto;
	}
	.container {
		width: 100%;
	}	
}
@media (max-width: 800px) {
html { font-size: 50%;}
}
@media (max-width: 720px) {
	
	
	.header, .pcversion {
		display: none;
	}
	.container {
		width: 100%;
		padding: 0;
		margin: 0;
	}	
	.mobileversion {
		display: block;
	}
	.content-wrap {
		flex-direction: column;
	}
	.content-left, .content-right {
		margin: 0;
		text-align: center;
		max-width: none;
	}
	.cr-01 {
		flex-direction: row;
	}
	.content-title-normal {
		margin-left: 1rem;
	}
	.input_wrap {
		text-align: left;
	}
	.input_wrap .input_title, .agree, .input_wrap .input_box .btn {
		font-size: 2.0rem;
	}
	.input_wrap .input_box .btn {
		height: 4.2rem; 
	}
	input[type=text], input[type=number], select{ 
		height: 5rem; 
		font-size: 2.5rem;
	}
	.alert-warning {
		font-size: 2rem
	}
	.content-title3 {
		text-align: left;
		margin-left: 3rem; 
	}
}
@media (max-width: 480px) {
	html { font-size: 40%;}

	.btn-stella {

		padding: .8rem 2rem;
	}
	
}
@media (max-width: 360px) {
	html { font-size: 36%;}
}