body{
	font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W6', Hiragino Mincho Pro,'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝',MS mincho,'メイリオ',Meiryo, serif;
	font-size: 16px;
	line-height: 1.8;
	color: #5e5e5e;
}
.logo{
	width: 268px;
}
h2.title-bar{
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	background-color: #05a988;
	padding: 10px;
	border-radius: 4px;
	margin: 0 0 30px;
	text-align: center;
}
h2.title-bar > .small{
	font-size: 20px;
	margin-left: 30px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -8px;
}
.main-title{
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	margin: 60px 0 40px;
}
.container-fluid{
	padding-right: 15px;
	padding-left: 15px;
}
.container{
	margin-left: auto;
	margin-right: auto;
}
.desc{
	text-align: center;
}
.fc-red{
	color: #fe5f5f;
}
/* STEP */

.step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.step-item{
	background-color: #f2f2f2;
	color: #888888;
	border-radius: 4px;
	text-align: center;
	width: 120px;
	height: 70px;
	padding: 8px 2px;
	position: relative;
	font-size: 14px;
}
.step-item .icon{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #d1d1d1;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
.step-item.current{
	background-color: #e6f6f3;
}
.step-item.current .icon{
	color: #fff;
	background-color: #05a988;
}
@media(min-width: 1200px){
	.step-item + .step-item:before{
		content: '';
		width: 11px;
		height: 11px;
		border-top: 2px solid #05a988;
		border-left: 2px solid #05a988;
		position: absolute;
		left: -20px;
		transform: rotate(135deg);
		top: calc(50% - 5px);
	}
}
@media(min-width: 481px) and (max-width: 1199px){
	.step {
		justify-content: flex-start;
		margin-left: -10px;
		margin-right: -10px;
	}
	.step-item{
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}
@media(min-width: 481px) and (max-width: 767px){
	.step-item{
		font-size: 2.2vw;
	}
}
@media(max-width: 1199px){
	.step-item{
		width: calc(20% - 20px);
	}
}
@media(max-width: 575px){
	.step-item{
		width: calc(33.333% - 20px);
	}
}
@media(max-width: 480px){
	.step-item{
		width: calc(50% - 10px);
		height: 70px;
		margin-bottom: 20px;
	}
}

/* ALERT MESSAGE */

.panel-alert{
	border: 2px solid #fe5f5f;
	border-radius: 4px;
	margin: 25px 0 35px;
}
.panel-alert .panel-title{
	color: #fe5f5f;
	text-align: center;
	padding: 5px;
	background-color: #fff0f0;
	font-weight: bold;
}
.panel-alert .panel-body{
	padding: 5px 40px 20px;
}
@media(max-width: 767px){
	.panel-alert .panel-body {
		padding: 15px;
	}
}
@media(min-width: 768px){
	.step1 .table{
		font-size: 16px;
	}
}
.box-choose{
	display: flex;
}
.box-choose > .select-box,
.box-choose > .radio-box{
	width: 50%;
}
.box-title{
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
}
.box-title .icon{
	font-size: 30px;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	background-color: #05a988;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.select-box {
	position: relative;
}
.box-title {
	padding-top: 7px;
	padding-left: 70px;
}
.select-box .select {
	margin-left: 70px;
}
.radio-box {
	padding-left: 100px;
}
.radio-box .radio-item {
	display: block;
	background-color: #f2f2f2;
	padding: 17px;
}
.radio-box .box-title{
	padding-left: 0;
}

/* TABLE */

.table{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 20px 20px 35px;
	margin: 50px 0 35px;
	font-size: 14px;
}
.table-border{
	border: 1px solid #05a988;
}
.table th,
.table td{
	padding: 15px;
	font-weight: 300;
}
.table th{
	background-color: #daf2ed;
	width: 120px;
}
.table-striped{
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-striped tr:nth-child(odd){
	background-color: #e6f6f3;
}
.table-striped th{
	background-color: transparent;
	width: 200px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border: 0;
}
.table-striped td .desc{
	margin-bottom: 0;
	margin-top: 3px;
	font-size: 12px;
	text-align: left;
}
.table-input input[type="text"],
.table-input input[type="email"],
.table-input textarea,
.table-input select,
.table-input .input-fill,
.input-more{
	border: 1px solid #05a988;
	margin-bottom: 5px;
	background-color: #fff;
	height: 40px;
	border-radius: 4px;
	padding: 5px;
	transition: all .25s linear;
	color: #5f5f5f;
	max-width: 100%;
}
.table-input input[type="text"]:focus,
.table-input input[type="email"]:focus,
.table-input textarea:focus,
.input-more:focus{
	border: 1px solid #036e59;
	outline: 0;
}
.table-input .input-yy{
	width: 120px;
	margin-right: 5px;
	margin-left: 5px;
}
.table-input .input-mm,
.table-input .input-dd{
	width: 80px;
	margin-right: 5px;
	margin-left: 5px;
}
.table-input td a{
	color: #ff7a73;
}
.table-input .input-name,
.table-input .input-kana,
.table-input .input-address,
.table-input .input-email,
.table-input .input-school-name,
.table-input select.input-pref,
.table-input select.input-course,
.table-input select.input-department,
.table-input select.input-graduation,
.table-input select.input-high{
	width: 100%;
}
.input-error{
	color: #ff7a73;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 3px;
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: #fccbc9;
	font-weight: bold;
}
@media(min-width: 992px){
	.table-input .input-name,
	.table-input .input-kana,
	.table-input .input-address,
	.table-input .input-email,
	.table-input .input-school-name,
	.table-input .input-tel{
		width: 450px;
	}
	.table-input select.input-pref,
	.table-input select.input-course,
	.table-input select.input-department,
	.table-input select.input-graduation,
	.table-input .input-high,
	.input-more{
		width: 350px;
	}
	.table-input .input-post{
		width: 240px;
	}
	.table-input .input-rela{
		margin-right: 20px;
	}
}
@media(min-width: 576px) and (max-width: 767px){
	.table-striped th{
		width: 130px;
	}
}
@media(max-width: 767px){
	.table{
		padding: 20px 10px;
	}
	.table-striped,
	.table-striped tr,
	.table-striped tbody,
	.table-striped th,
	.table-striped td,
	.table-striped td .desc{
		display: block;
		width: 100%;
	}
	.table-striped {
		width: 100%;
		margin-left: 0;
		margin-right: 0px;
	}
	.table-input .input-name,
	.table-input .input-kana,
	.table-input .input-address,
	.table-input .input-email,
	.table-input .input-school-name,
	.table-input .input-pref,
	.table-input .input-course,
	.table-input .input-department,
	.table-input .input-graduation,
	.table-input .input-high,
	.input-more{
		width: 100%;
	}
	.table-striped th{
		padding-bottom: 0;
	}
	.table-input .input-yy{
		width: 60px;
	}
	.table-input .input-mm,
	.table-input .input-dd{
		width: 40px;
	}
}
.title-table{
	background-color: #daf2ed;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.table-confirm{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
.table-confirm th{
	background-color: #f2f2f2;
	width: 260px;
	text-align: left;
	padding: 5px 20px;
	border-right: 1px solid #ccc;
}
.table-confirm td{
	padding: 5px 10px;
}
.table-confirm th,
.table-confirm td{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
@media(max-width: 480px){
	.table .table-confirm th{
		width: 94px;
    padding: 5px 10px;
	}
}
.step2 #high .desc{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 5px;
}
.step3 .radio-label + .radio-label{
	margin-left: 100px;
}
.step3 .table-input #postcode:not(.active),
.step3 .table-input #address:not(.active),
.step3 .table-input #address2:not(.active){
	display: none;
}

.step4 .table-border{
	padding: 40px 40px 10px;
}
.step5 .panel-body{
	color: #fe5f5f;
}
.step6 .table {
	padding: 20px 40px 40px;
}
.step6 .radio-box {
  padding-left: 0;
  font-size: 16px;
}
.step6 h3 {
  text-align: center;
  font-weight: bold;
  color: #05a988;
  font-size: 16px;
  margin: 50px 0 20px;
}
.step6 .title {
  font-size: 18px;
  text-align: center;
  margin: 20px 0 30px;
}
.step6 .radio-box .radio-item{
	margin-top: 10px;
}
.step6 .desc-more{
	padding-left: 30px;
	font-size: 14px;
}
.step6 .desc-submit{
	text-align: center;
}
.step6 .panel-alert .panel-body{
	text-align: center;
	color: #eb3838;
	padding: 1em;
}
.step6 .num{
	color: #eb3838;
}
.step6 .checkmark{
	background-color: #fff;
	border: 2px solid #cccccc;
}
.step_payment .table {
	padding: 20px 40px 40px;
}
.step_payment .radio-box {
  padding-left: 0;
  font-size: 16px;
}
.step_payment h3 {
  text-align: center;
  font-weight: bold;
  color: #05a988;
  font-size: 16px;
  margin: 50px 0 20px;
}
.step_payment .title {
  font-size: 18px;
  text-align: center;
  margin: 20px 0 30px;
}
.step_payment .radio-box .radio-item{
	margin-top: 10px;
}
.step_payment .desc-more{
	padding-left: 30px;
}
.step_payment .desc-submit{
	text-align: center;
}
.select-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #FFF;
	width: 380px;
	height: 60px;
	background-image: none;
}
.select-box select::-ms-expand {
	display: none;
}
.select-box .select {
	position: relative;
	display: flex;
	background: #fff;
	border: 1px solid #05a988;
	overflow: hidden;
}
.select-box select {
	flex: 1;
	padding: 0 .5em;
	color: #5e5e5e;
	cursor: pointer;
}
.select-box .select::after {
	content: '\25BC';
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 13px 17px;
	background: #05a988;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	color: #fff;
	width: 50px;
	height: 50px;
}
.select-box .select:hover::after {

}
.step-other .table {
	padding: 20px 40px 40px;
}
.step-other .radio-box {
  padding-left: 0;
  font-size: 16px;
}
.step-other .radio-box .radio-item{
	margin-top: 10px;
}

/* RADIO BUTTON */
.radio-item [type="radio"]:checked,
.radio-item [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.radio-item [type="radio"]:checked + label,
.radio-item [type="radio"]:not(:checked) + label{
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.radio-item [type="radio"]:checked + label:before,
.radio-item [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #05a988;
	border-radius: 100%;
	background: #fff;
}
.radio-item [type="radio"]:checked + label:after,
.radio-item [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #05a988;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.radio-item [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.radio-item [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.check-item {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.check-item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
.check-item:hover input ~ .checkmark {
	background-color: #ccc;
}
.step5 .checkmark {
	background-color: #fff;
	border: 1px #ccc solid;
}
.check-item:hover input ~ .checkmark {
	background-color: #fff;
}

.check-item input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 2px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.check-item input:checked ~ .checkmark:after {
	display: block;
}
.check-item .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #05a988;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-submit{
	text-align: center;
}
.btn-submit input{
	cursor: pointer;
	background-color: #05a988;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ2LjAyIDQ2LjAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ni4wMiA0Ni4wMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTE0Ljc1Nyw0Ni4wMmMtMS40MTIsMC0yLjgyNS0wLjUyMS0zLjkyOS0xLjU2OWMtMi4yODItMi4xNy0yLjM3My01Ljc4LTAuMjA0LTguMDYzbDEyLjc1OC0xMy40MThMMTAuNjM3LDkuNjQ1ICAgIEM4LjQ2LDcuMzcsOC41NCwzLjc2LDEwLjgxNiwxLjU4MmMyLjI3Ny0yLjE3OCw1Ljg4Ni0yLjA5Nyw4LjA2MywwLjE3OWwxNi41MDUsMTcuMjUzYzIuMTA0LDIuMiwyLjEwOCw1LjY2NSwwLjAxMyw3Ljg3MiAgICBMMTguODkzLDQ0LjI0N0MxNy43Nyw0NS40MjQsMTYuMjY3LDQ2LjAyLDE0Ljc1Nyw0Ni4wMnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIHN0eWxlPSJmaWxsOiNGRkZGRkYiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
	filter: #fff;
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	color: #fff;
	border-radius: 4px;
	width: 200px;
	height: 60px;
	border: 0;
	outline: 0;
	border-bottom: 4px solid #036e59;
}
.btn-submit input:hover{
	opacity: 0.75;
}
.btn-submit .btn-icon + .btn-icon{
	margin-left: 70px;
}
.btn-submit .btn-icon.btn-back input{
	background-color: #afafaf;
	border-color: #727272;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ2LjAyIDQ2LjAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ni4wMiA0Ni4wMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDQ2LjAyIDApIj48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xNC43NTcsNDYuMDJjLTEuNDEyLDAtMi44MjUtMC41MjEtMy45MjktMS41NjljLTIuMjgyLTIuMTctMi4zNzMtNS43OC0wLjIwNC04LjA2M2wxMi43NTgtMTMuNDE4TDEwLjYzNyw5LjY0NSAgICBDOC40Niw3LjM3LDguNTQsMy43NiwxMC44MTYsMS41ODJjMi4yNzctMi4xNzgsNS44ODYtMi4wOTcsOC4wNjMsMC4xNzlsMTYuNTA1LDE3LjI1M2MyLjEwNCwyLjIsMi4xMDgsNS42NjUsMC4wMTMsNy44NzIgICAgTDE4Ljg5Myw0NC4yNDdDMTcuNzcsNDUuNDI0LDE2LjI2Nyw0Ni4wMiwxNC43NTcsNDYuMDJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBzdHlsZT0iZmlsbDojRkZGRkZGIj48L3BhdGg+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==);
	background-position: 5% center;
}
label > [type="radio"]{
	margin-right: 10px;
	top: -2px;
	position: relative;
}
.display-number {
	margin: 60px 0;
}
.display-number .main-title{
	margin-bottom: 0;
}
.display-number .num {
	font-size: 70px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.agreement{
	text-align: center;
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 35px;
}
.agreement input{
	margin-right: 10px;
}
.title-last{
  font-size: 40px;
  text-align: center;
  color: #fd6b6b;
  margin: 60px 0;
}
.massage-last {
  text-align: center;
  font-size: 22px;
  margin-bottom: 55px;
}
.note-last{
  background-color: #fff0f0;
  padding: 15px;
  border: 2px solid #fd6b6b;
  margin-bottom: 45px;
}

/* FOOTER */

.footer{
	margin-top: 65px;
	background-color: #37baa0;
	color: #fff;
	text-align: right;
	font-size: 10px;
	padding: 5px 0;
}
.form-caution{
	margin:1em 0;
	padding-left:1em;
	text-indent:-1em;
	color: #e84266;
}
@media (min-width: 1200px){
	.container{
		width: 1000px;
	}
}
@media (max-width: 1199px){
	.container{
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 767px){
	.box-choose{
		display: block;
	}
	.box-choose > .select-box,
	.box-choose > .radio-box {
		width: 100%;
	}
	.radio-box {
		padding-left: 70px;
		margin-top: 15px;
	}
	.step4 .table-border{
		padding: 20px 10px 10px;
	}
	.main-title{
		font-size: 20px;
	}
}
@media (max-width: 575px){
	h2.title-bar{
		line-height: 1.4;
		font-size: 20px;
	}
	h2.title-bar > .small{
		margin-left: 0;
		margin-top: 0;
		font-size: 16px;
		display: block;
	}
	.box-title {
		padding-left: 40px;
	}
	.box-title .icon {
		font-size: 25px;
		font-weight: 300;
		line-height: 1.5;
		color: #fff;
		background-color: #05a988;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: inline-block;
		text-align: center;
		position: absolute;
		left: -8px;
	}
	.radio-box,
	.select-box .box-title {
		padding-left: 40px;
	}
	.select-box .select {
		margin-left: 40px;
	}
	.select-box {
		position: relative;
	}
	.btn-submit {
		display: flex;
		justify-content: center;
		margin-left: -5px;
		margin-right: -5px;
	}
	.btn-submit .btn-icon{
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.btn-submit .btn-icon + .btn-icon{
		margin-left: 0;
	}
	.btn-submit input{
		width: 160px;
	}
	.step3 .radio-label{
		display: block;
		margin-left: 0!important;
	}
	.step6 .table {
		padding: 20px 10px;
	}
	.step6 .desc-more {
		padding-left: 0px;
	}
	.step6 .btn-submit{
		display: block;
	}

	.step_payment .table {
		padding: 20px 10px;
	}
	.step_payment .desc-more {
		padding-left: 0px;
	}
	.step_payment .btn-submit{
		display: block;
	}
	.title-last {
    font-size: 6vw;
    margin: 30px 0;
	}
	.massage-last {
    font-size: 4.5vw;
    margin-bottom: 30px;
	}
}
.step1-2 .table{
	padding: 30px 50px;
}
.step1-q{
	font-size: 18px;
}
.radio-box.no-padding{
	padding-left: 0;
}
.step1-2 .form-group{
	background-color: #f2f2f2;
	padding: 1em 40px;
	margin: 2px 0 20px;
}
.step1-2 .d-flex{
	display: flex;
	flex-wrap: wrap;
}
.step1-2 .step1-fill-group{
	display: flex;
	gap: 0 0.5em;
	align-items: center;
}
.no-shrink{
	flex-shrink: 0;

}
.step1-2 .pl-0{
	padding-left: 0;
}

.caution{
	color: #ff0000;
}
.caution.small{
	font-size: 12px;
}
.text-ind{
	padding-left: 1em;
	text-indent: -1em;
}
.step1-table th{
	background: none;
	width: 350px;
	text-align: left;
	padding: 1em 0;
	font-size: 14px;
	letter-spacing: 0.08em;
}
.input-text{
	border: 1px solid #05a988;
	background-color: #fff;
	height: 40px;
	border-radius: 4px;
	padding: 5px;
	transition: all .25s linear;
	color: #5f5f5f;
	width: 100%;
	max-width: 350px;
}
.custom-select-wrapper {
	position: relative;
	display: block;
	user-select: none;
	z-index: 1;
}
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
	display: block;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	max-width: 350px;
	padding: 0 3em 0 1em;
	font-size: 14px;
	font-weight: 300;
	color: #5f5f5f;
	line-height: 40px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #05a988;
	cursor: pointer;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 9.5px; height: 8.25px;
	bottom: calc(50% + 3px);
	right: 1em;
	margin-top: -3px;
	transition: all .4s ease-in-out;
	background-color: #8d8d8d;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.custom-select-trigger:before {
	position: absolute;
	display: block;
	content: '';
	width: 9.5px; height: 8.25px;
	top: calc(50% + 3px);
	right: 1em;
	margin-top: -3px;
	transition: all .4s ease-in-out;
	background-color: #8d8d8d;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.custom-select.opened .custom-select-trigger:after {
}
.custom-options {
	position: absolute;
	display: block;
	top: calc(100% - 30px); left: 10px; right: 10px;
	max-width: 100%;
	margin:  0;
	border: 1px solid #05a988;
	border-radius: 4px;
	box-sizing: border-box;
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(15px);
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

	.option-hover:before {
		background: #f9f9f9;
	}
	.custom-option {
		position: relative;
		display: block;
		padding: 0.5em 1em;
		font-size: 14px;
		font-weight: 300;
		color: #5e5e5e;
		line-height: 1.8;
		cursor: pointer;
		transition: all .4s ease-in-out;
		z-index: 1;
	}
	.custom-option:first-of-type {
		border-radius: 4px 4px 0 0;
	}
	.custom-option:last-of-type {
		border-bottom: 0;
		border-radius: 0 0 4px 4px;
	}
.custom-option:hover,
.custom-option.selection {
	background: #f9f9f9;
}
@media (max-width: 767px){
	.step1-2 .table{
		padding: 1em;
	}
	.step1-q{
		font-size: 16px;
	}
	.step1-2 .form-group{
		padding: 1em 1em;
	}
	.step1-table th,
	.step1-table td{
		width: 100%;
		float: left;
		padding: 0;
	}
	.step1-table td{
		padding-top: 0.3em;
		padding-bottom: 1em;
	}
	.input-text{

	}
}

