#contact-area {
	display: none;
}

/*--------------------------------------------------------------
#contact-flow
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#contact-flow {
		margin: 0 0 80px 0;
		padding: 0;
		width: auto;
	}
	
	#contact-flow ul {
		margin: 0 0 50px 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	#contact-flow ul li {
		margin: 0;
		padding: 25px 0;
		width:  33.3%;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}
	
	#contact-flow ul li span {
		display: block;
	}
	
	#contact-flow ul li:nth-child(1) {
		color: #FFF;
		background: url("images/flow1.png") top center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		background-color: #7095DF;
	}
	
	#contact-flow ul li:nth-child(2) {
		color: #FFF;
		background: url("images/flow2.png") top center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		background-color: #BCCDF0;
	}
	
	#contact-flow ul li:nth-child(3) {
		color: #6596E5;
		background: url("images/flow3.png") top center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		background-color: #DCE5F7;
	}
	
	#contact-flow p {
		margin: 0 10%;
		padding: 0;
		font-size: 14px;
		line-height: 1.8;
	}
	
	#contact-flow p.complete {
		margin: 0 10%;
		padding: 0;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}
	
	#contact-flow p.complete br {
		display: none;
	}
	
	#contact-flow p.complete span {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 20px;
		font-weight: bold;
		color: rgba(22,103,173,1.00);
		display: block;
		text-align: center;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#contact-flow {
		margin: 0 auto 80px auto;
		padding: 0;
		width: 800px;
	}
	
	#contact-flow ul {
		margin: 0 0 50px 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	#contact-flow ul li {
		margin: 0;
		padding: 25px 0;
		width:  33.3%;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}
	
	#contact-flow ul li span {
		display: inline;
	}
	
	#contact-flow ul li:nth-child(1) {
		color: #FFF;
		background: url("images/flow1.png") top center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	#contact-flow ul li:nth-child(2) {
		color: #FFF;
		background: url("images/flow2.png") top center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	#contact-flow ul li:nth-child(3) {
		color: #6596E5;
		background: url("images/flow3.png") top center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	#contact-flow p {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 1.8;
	}
	
	#contact-flow p.complete {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 1.8;
		text-align: center;
	}
	
	#contact-flow p.complete br {
		display: inherit;
	}

}

/*--------------------------------------------------------------
.tab_title
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.tab_title {
		margin: 0;
		padding: 0;
	}
	
	.tab_title h2 {
		position: relative;
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
		text-align: center;
		color: #6596E5;
		font-size: 20px;
		font-weight: bold;
	}
	
	.tab_title h2:before {
		position: absolute;
		bottom: -10px;
		left: calc(50% - 50px);
		width: 100px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #E8F1FA;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	.tab_title {
		margin: 0;
		padding: 0;
	}
	
	.tab_title h2 {
		position: relative;
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
		text-align: center;
		color: #6596E5;
		font-size: 25px;
		font-weight: bold;
	}
	
	.tab_title h2:before {
		position: absolute;
		bottom: -10px;
		left: calc(50% - 50px);
		width: 100px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #E8F1FA;
	}
	
}


/*--------------------------------------------------------------
#form-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#form-area {
		margin: 0 0 50px 0;
		padding: 0;
	}

	.tab {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.tab li {
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		width: 50%;
	}
	
	.tab li span {
		margin: 5px 0 0 0;
		font-size: 11px;
		display: block;
		font-weight: normal;
		font-family: 'Outfit', sans-serif;
	}
	
	.tab li:first-child a {
		display: block;
		background: #FFF;
		margin: 0;
		padding: 15px 20px;
		color: #294191;
	}
	
	.tab li:last-child a {
		display: block;
		background: #FFF;
		margin: 0;
		padding: 15px 20px;
		color: #E284CB;
	}
	
	.tab li:first-child.active a {
		background: #294191;
		color: #FFF;
	}
	
	.tab li:last-child.active a {
		background: #E284CB;
		color: #FFF;
	}
	
	.tab li a:link {
		text-decoration: none;
	}
	
	.tab li a:visited {
		text-decoration: none;
	}
	
	.tab li a:hover,
	.tab li a:active,
	.tab li a:focus {
		text-decoration: none;
	}

	.area {
		display: none;
		opacity: 0;
		background: #fff;
		margin: 0 auto;
		padding: 50px 0;
		position: relative;
	}
	
	.info {
		position: absolute;
		top: -5px;
		left: 25%;
	}
	
	.trans {
		position: absolute;
		top: -5px;
		left: 75%;
	}
	
	.area dl {
		margin: 0 30px;
		padding: 0;
		width: auto;
		line-height: 1.5;
		font-size: 14px;
	}
	
	.area dt {
		margin: 0;
		padding: 10px 0;
		float: left;
		width: 160px;
		color: #294191;
		font-family: 'Spartan', sans-serif;
		position: relative;
	}
	
	.area dt span {
		margin: 0;
		padding: 3px 5px;
		font-size: 11px;
		position: absolute;
		top: 10px;
		left: 80px;
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		font-weight: bold;
		color: #FFF;
	}
	
	.area dt span.news {
		background: #6596E5;
	}
	
	.area dt span.service {
		background: #E192E8;
	}
	
	.area dd {
		margin: 0 0 0 150px;
		padding: 10px 0;
	}
	
	.info img,
	.trans img {
		margin: 0 0 0 -7px;
		width: 20px;
		height: auto;
	}

	.area.is-active {
		display: block;
		animation-name: displayAnime;
		animation-duration: 0;
		animation-fill-mode: forwards;
	}


}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	.area dl {
		margin: 0 10%;
		padding: 0;
		width: auto;
		line-height: 1.5;
		font-size: 14px;
	}
	
	.btn_center {
		margin: 0 auto;
		padding: 0;
		width: 400px;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#form-area {
		margin: 0 0 100px 0;
		padding: 0;
	}

	
	.tab li {
		font-size: 23px;
		text-align: center;
		font-weight: bold;
		width: 450px;
	}
	
	.tab li span {
		margin: 5px 0 0 0;
		font-size: 13px;
	}
	
	.tab li:first-child a {
		margin: 0;
		padding: 15px 20px;
	}
	
	.tab li:last-child a {
		margin: 0;
		padding: 15px 20px;
	}
	
	.tab li:first-child.active a {
		background: #6596E5;
		color: #FFF;
	}
	
	.tab li:last-child.active a {
		background: #E284CB;
		color: #FFF;
	}

	.area {
		margin: 0 auto;
		padding: 50px 0;
		width: 900px;
	}
	
	
	.area dl {
		margin: 0 auto;
		padding: 0;
		width: 800px;
		line-height: 1.5;
		font-size: 15px;
	}
	
	.area dt {
		margin: 0;
		padding: 10px 0;
		float: left;
		width: 220px;
	}
	
	.area dt span {
		margin: 0;
		padding: 3px 15px;
		font-size: 14px;
		position: absolute;
		top: 8px;
		left: 100px;
	}
	
	.area dt span.news {
		background: #6596E5;
	}
	
	.area dt span.service {
		background: #E192E8;
	}
	
	.area dd {
		margin: 0 0 0 220px;
		padding: 10px 0;
	}
	
	
}


/*--------------------------------------------------------------
.form-inner
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.form-inner {
		margin: 0;
		padding: 0 0 60px 0;
	}
	
	.form-inner dl {
		width: auto;
		margin: 0 0 30px 0;
		padding: 0;
	}
	
	.form-inner dt {
		width: 100%;
		margin: 0;
		padding: 10px 20px;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 2;
		text-align: left;
		position: relative;
		box-sizing: border-box;
		background: none;;
		color: #567EA5;
		font-weight: bold;
	}

	.form-inner dd {
		margin: 0;
		padding: 20px 20px;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 2;
	}
	
	.form-inner dd span {
		margin: 0;
		padding: 0 10px 0 5px;
	}
	
	
	.form-inner dd.noborder {
		margin: 0;
		padding: 20px 20px 0 20px;
		font-size: 12px;
		border-bottom: none;
	}
	
	.form-inner dd.error {
		color: #B7090C;
	}
	
	.subject {
		display: none;
	}


}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	.form-inner {
		margin: 0;
		padding: 0 0 50px 0;
	}
	
	.form-inner dl {
		width: 800px;
		margin: 0 auto 30px auto;
		padding: 0;
		background: url("images/form_bg.png") left top no-repeat;
		-webkit-background-size: 220px 100%;
		background-size: 220px 100%;
	}
	
	.form-inner dt {
		width: 220px;
		float: left;
		margin: 0;
		padding: 10px 0;
		font-size: 15px;
		color: #567EA5;
		text-align: center;
		font-weight: normal;
	}
	
	.form-inner dd {
		margin: 0;
		padding: 10px 20px 10px 250px;
		font-size: 14px;
		border-bottom: 5px solid #FFF;
	}
	
	.form-inner dd.noborder {
		margin: 0;
		padding: 10px 20px 0 250px;
		font-size: 14px;
		border-bottom: none;
	}
	
	

}



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

/* mobile */
@media (min-width: 300px) {
	
	input[type=text] {
		width: 100%;
		height: 40px;
		padding: 1em 10px;
		border: 1px solid #B7B6B6;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 13px;
		background: #FFF;
	}
	
	input[type=text].name {
		width: 70%;
		height: 60px;
		padding: 1em 10px;
		font-size: 12px;
		border-radius: 5px;
	}
	
	input[type=text].pref {
		width: 40%;
		height: 60px;
		margin: 0 10px 0 0;
		padding: 1em 10px;
		font-size: 12px;
		border-radius: 5px;
	}
	
	input[type=text].year {
		width: 50px;
		height: 60px;
		padding: 1em 10px;
		font-size: 12px;
		border-radius: 5px;
	}
	
	input[type=text].company {
		width: 100%;
		height: 60px;
		padding: 1em 10px;
		font-size: 12px;
		border-radius: 5px;
	}
	
	form dd select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		height: 60px;
		margin: 0;
		padding: 4px 14px 6px;
		border: 1px solid #B7B6B6;
		background: #fff;
		box-sizing: border-box;
		background-image: url("images/triangle.svg");
		background-repeat: no-repeat;
		background-size: 6px 15px;
		background-position: right 10px center;
		font-size: 12px;
		border-radius: 5px;
		color: #000;
	}
	
	form dd select.post {
		width: 40%;
		margin: 0;
	}
	
	form dd select.schedule {
		width: 60px;
	}
	
	.form-inner textarea {
		width: 100%;
		height: 150px;
		padding: 1em 10px;
		font-size: 12px;
		border-radius: 5px;
		border: 1px solid #B7B6B6;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
	}
	
	textarea:focus,
	input:focus {
		background-color: #F3F8F7;
	}
	
	.form_btn,
	.back_btn {
		position: relative;
		width: 90%;
		height: 64px;
		margin: 0 auto;
	}
	
	input.submit-btn,
	.back_btn a {
		margin: 0;
		padding: 0;
		display: inline-block;
		width: 100%;
		height: 100%;
		text-align: center;
		text-decoration: none;
		line-height: 64px;
		outline: none;
		font-size: 15px;
		background-color: #026ED9;
		color: #FFF;
		box-sizing: border-box;
		cursor: pointer;
		border-radius: 5px;
		
	}
	
	.form_btn span,
	.back_btn a span {
		position: absolute;
		top: 50%;
		left: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: #FFF;
		font-size: 13px;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	input[type=text].rt {
		width: 500px;
		height: 60px;
		padding: 1em 10px;
		font-size: 12px;
	}
	
	.form-inner textarea {
		width: 100%;
		height: 150px;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	input[type=text].name {
		width: 350px;
		height: 60px;
		padding: 1em 10px;
		font-size: 13px;
		border-radius: 5px;
	}
	
	input[type=text].pref {
		width: 180px;
		height: 60px;
		margin: 0 10px 0 0;
		padding: 1em 10px;
		font-size: 13px;
		border-radius: 5px;
	}
	
	input[type=text].company {
		width: 100%;
		height: 60px;
		padding: 1em 10px;
		font-size: 13px;
		border-radius: 5px;
	}
	
	.form-area textarea {
		width: 100%;
		height: 150px;
		padding: 1em 10px;
		font-size: 13px;
		border-radius: 5px;
	}
	
	form dd select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		height: 60px;
		margin: 0;
		padding: 4px 14px 6px;
		border: 1px solid #B7B6B6;
		background: #fff;
		box-sizing: border-box;
		background-image: url("images/triangle.svg");
		background-repeat: no-repeat;
		background-size: 6px 15px;
		background-position: right 10px center;
		font-size: 13px;
	}
	
	form dd select.post {
		width: 180px;
	}
	
	.form_btn,
	.back_btn {
		position: relative;
		width: 250px;
		height: 64px;
		margin: 0 auto;
	}
	
	input.submit-btn,
	.back_btn a {
		margin: 0;
		padding: 0;
		display: inline-block;
		width: 100%;
		height: 100%;
		text-align: center;
		text-decoration: none;
		line-height: 64px;
		outline: none;
		font-size: 15px;
		background-color: #026ED9;
		color: #FFF;
		box-sizing: border-box;
		cursor: pointer;
		
	}

}


/*--------------------------------------------------------------
Validate
--------------------------------------------------------------*/

input[type=text].error,
textarea.error,
form dd select.error {
	background-color: #FFF7CB;
}

label.error {
	display: block;
	line-height: 1.2;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #C00;
	font-size: 13px;
}


