﻿#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	background-size: px px;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

#dammy {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:0;
	height:6px;
	background-color: #FFF;
}

#dammy:last-child {
	margin-bottom:0;
}

/*
=================================== */
.step_block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin:0 0 30px;
}

.stepbox {
	padding:0 0 10px;
	width:33.3%;
	color:#c6c9ce;
	text-align: center;
	border-bottom:2px solid #cccdcb;
}

.stepbox:last-child {
	width:33.4%;
}

.stepbox.on {
	color:#2057c3;
	position: relative;
	border-bottom:2px solid #2157c3;
}

.stepbox.on::after {
	position: absolute;
	top:100%;
	left:calc(50% - 7px);
	content: '';
	border-top:7px solid #2157c3;
	border-right:7px solid transparent;
	border-left:7px solid transparent;
	border-bottom:7px solid transparent;
}

.stepbox .label {
	line-height:1.4;
	font-size:1.3rem;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
}

.stepbox .name {
	line-height:1.4;
	font-size:1.5rem;
	font-weight: bold;
}

.contact_area1 .exbox {
	margin:0 0 30px;
	font-weight: 400;
}

.contact_area1 .form_block {
	margin:0 0 15px;
}

.formitem_wrap {
	display: none;
	padding:15px 0;
	border-bottom:1px dotted #d7d7d6;
}

.formitem_wrap#base {
	padding-top:0;
}

.formitem_wrap.conf,
.formitem_wrap#base,
.formitem_wrap#assay {
	display: block;
}

.formitem {
	margin:0 0 15px;
}

.formitem:last-child {
	margin-bottom:0;
}

.formitem .label1,
.formitem .label2 {
	margin:0 0 10px;
	line-height:1.6;
	font-size:1.5rem;
	font-weight: 500;
}

.inputline,
.inputline2 {
	margin:0 0 10px;
}

.inputline:last-child,
.inputline2:last-child {
	margin-bottom:0;
}

.inputline2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inputline2.w150 {
	justify-content: flex-start;
	width:160px;
}

.inputline2 .inline1 {
	width:calc(100% - 25px);
}

.inputline2.w150 .inline1 {
	margin:0 10px 0 0;
	width:calc(160px - 70px);
}

.inputline2 .inline2 {
	width:25px;
	font-weight: 400;
}

.inputline2.w150 .inline2 {
	width:70px;
	font-weight: 400;
}

.inputline#type1exline,
.inputline#type2exline2,
.inputline#type3exline {
	display: none;
}

.confline {
	margin:0 0 10px;
}

.confline:last-child {
	margin-bottom:0;
}

.confline b {
	margin:0 0 0 5px;
	font-weight: 400;
}

.ex_checkblock .confline b {
	color:#1d4fb2;
}

.input100 {
	padding:0 10px;
	width:100%;
	height:42px;
	line-height:40px;
	font-size:1.6rem;
	background-color: #f6f9fc;
	border:1px solid #aaaaab;
}

.tarea100 {
	padding:10px;
	width:100%;
	height:200px;
	line-height:1.6;
	font-size:1.6rem;
	background-color: #f6f9fc;
	border:1px solid #aaaaab;
}

.sele100 {
	background: url('../images/common/icon_pull1.svg') no-repeat right 15px center;
	background-size: 10px 6px;
	padding:0 45px 0 10px;
	width:100%;
	height:42px;
	line-height:40px;
	font-size:1.6rem;
	background-color: #f6f9fc;
	border:1px solid #aaaaab;
}

.error {
	margin:0 0 10px;
	color:#F00;
	font-weight: 700;
}

.error:last-child {
	margin-bottom:0;
}

.list1 li {
	margin:0 0 5px;
	line-height:1.4;
	font-weight: 400;
}

.list1 li:last-child {
	margin-bottom:0;
}

.list1 li label {
	margin:0 0 0 5px;
}

.f_inblock {
	margin:0 0 15px;
}

.f_inblock:last-child {
	margin-bottom:0;
}

.f_inblock .f_inlabel {
	margin:0 0 5px;
	line-height:1.6;
	font-size:1.3rem;
	font-weight: 500;
}

.f_inbody .exline {
	margin:0 0 10px;
	line-height:1.6;
	color:#1d4fb2;
	font-size:1.3rem;
	font-weight: 400;
}

.upload_block {
	margin:0 0 15px;
}

.upload_block .linkbox {
	margin:0 0 10px;
}

.upload_block .linkbox a {
	display: flex;
	justify-content: center;
	align-items: center;
	height:36px;
	line-height:34px;
	font-size:1.3rem;
	font-weight: 400;
	background-color: #f6f9fd;
	border:1px solid #AAA;
	border-radius: 36px;
}

.upload_block .linkbox b {
	margin:0 5px 0 0;
	color:#1d4fb2;
	font-weight: 400;
}

.upload_block .uploadbox input {
	display: none;
}

.upload_block .uploadbox label {
	display: flex;
	justify-content: center;
	align-items: center;
	height:36px;
	line-height:34px;
	font-size:1.3rem;
	font-weight: 400;
	background-color: #f6f9fd;
	border:1px solid #AAA;
	border-radius: 36px;
}

.upload_block .uploadbox.set label {
	display: none;
}

.upload_block .uploadbox label b {
	margin:0 5px 0 0;
	color:#1d4fb2;
	font-weight: 400;
}

.upload_block .statusbox {
	display: none;
	align-items: center;
}

.upload_block .set .statusbox {
	display: flex;
}

.upload_block .statusbox .status {
	margin:0 10px 0 0;
	color:#1d4fb2;
	font-weight: 400;
}

.upload_block .statusbox .delete {
	width:120px;
}

.upload_block .statusbox .delete a {
	display: flex;
	justify-content: center;
	align-items: center;
	height:36px;
	line-height:34px;
	font-size:1.3rem;
	font-weight: 400;
	background-color: #f6f9fd;
	border:1px solid #AAA;
	border-radius: 36px;
}

.inputlinebox {
	margin:0 0 10px;
}

.inputlinebox:last-child {
	margin-bottom:0;
}

.linkline {
	margin:0 0 10px;
}

.linkline:last-child {
	margin-bottom:0;
}

.linkline a {
	line-height:1.5;
	color:#1d4fb2;
	font-weight: 500;
}

.sub_ex {
	margin:0 0 10px;
	line-height:1.5;
	font-size:1.3rem;
	font-weight: 400;
}

.sub_ex#type2exline1 {
	display: none;
}

.sub_ex:last-child {
	margin-bottom:0;
}

.ex_checkblock {
	padding:10px;
	background-color: #f6f9fd;
}

.ex_checklabel {
	margin:0 0 10px;
}

.ex_checklabel .line1,
.ex_checklabel .line2 {
	line-height:1.6;
	font-size:1.3rem;
	font-weight: 400;
}

.ex_checklabel .line2 {
	color:#2056c3;
}

.aline {
	margin:0 0 10px;
}

.aline label {
	margin:0 0 0 5px;
	line-height:1.6;
	font-size:1.3rem;
	font-weight: 400;
}

.list2 {
	display: flex;
	align-items: center;
}

.list2 li {
	margin:0 15px 0 0;
}

.list2 li:last-child {
	margin-right:0;
}

.list2 li label {
	margin:0 0 0 5px;
	line-height:1.6;
	font-size:1.3rem;
	font-weight: 400;
}

.btn_block p a {
	display: block;
	line-height:45px;
	text-align: center;
	color:#FFF;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #1d4fb2;
	position: relative;
}

.btn_block .back {
	margin:0 0 10px;
}

.btn_block p a {
	line-height:50px;
	letter-spacing:2px;
}

.thanks {
	padding:70px 0;
	text-align: center;
}

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

	/*
	=================================== */
	.contact_area1 .block1 {
		padding-top:60px;
		padding-bottom:100px;
		width:900px;
	}

	.step_block {
		margin:0 0 40px;
	}

	.stepbox.on::after {
		left:calc(50% - 10px);
	}

	.stepbox .label {
		font-size:1.86rem;
	}

	.stepbox .name {
		font-size:1.8rem;
	}

	.contact_area1 .exbox {
		margin:0 0 40px;
	}

	.contact_area1 .form_block {
		margin:0 0 30px;
	}

	.formitem_wrap {
		padding:30px 0;
		border-bottom:1px dotted #d7d7d6;
	}

	.formitem {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin:0 0 20px;
	}

	.formitem .label1,
	.formitem .label2 {
		margin:0;
		padding:12px 0 0;
		width:210px;
		font-size:1.6rem;
	}

	.formitem .label1.t0 {
		padding:4px 0 0;
	}

	.formitem .label2 {
		width:125px;
	}

	.formitem .label1.pt0,
	.formitem .label2.pt0 {
		padding:0;
	}

	.inputline2.w150 {
		width:200px;
	}

	.inputline2 .inline1 {
		width:calc(100% - 25px);
	}

	.inputline2.w150 .inline1 {
		margin:0 15px 0 0;
		width:calc(200px - 95px);
	}

	.inputline2 .inline2 {
		width:25px;
	}

	.inputline2.w150 .inline2 {
		width:80px;
	}

	.formitem .bodybox1,
	.formitem .bodybox2 {
		width:calc(100% - 210px);
	}

	.formitem .bodybox2 {
		width:calc(100% - 125px);
	}

	.input100 {
		padding:0 15px;
		height:48px;
		line-height:48px;
	}

	.tarea100 {
		padding:10px 15px;
	}

	.sele100 {
		padding:0 45px 0 15px;
		height:48px;
		line-height:46px;
	}

	.f_inblock {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin:0 0 15px;
	}

	.f_inblock.blank {
		justify-content: flex-end;
	}

	.f_inblock:last-child {
		margin-bottom:0;
	}

	.f_inblock .f_inlabel {
		margin:0;
		padding:12px 0 0;
		width:195px;
		font-size:1.6rem;
	}

	.f_inblock .f_inlabel.pt0 {
		padding:0;
	}

	.f_inblock .f_inbody {
		width:calc(100% - 210px);
	}

	.f_inblock .f_inbody.p12 {
		padding:12px 0 0;
	}

	.f_inbody .exline {
		font-size:1.5rem;
	}

	.upload_block .linkbox {
		width:310px;
	}

	.upload_block .linkbox a {
		height:40px;
		line-height:38px;
		font-size:1.5rem;
		border-radius: 40px;
	}

	.upload_block .uploadbox label {
		width:310px;
		height:40px;
		line-height:38px;
		font-size:1.5rem;
		border-radius: 40px;
	}

	.upload_block .statusbox .status {
		margin:0 15px 0 0;
	}

	.upload_block .statusbox .delete a {
		height:40px;
		line-height:38px;
		font-size:1.5rem;
		border-radius: 40px;
	}

	.sub_ex {
		font-size:1.5rem;
	}

	.ex_checkblock {
		padding:10px 10px 10px 15px;
	}

	.ex_checklabel .line1,
	.ex_checklabel .line2 {
		font-size:1.5rem;
	}

	.aline label {
		font-size:1.5rem;
	}

	.list2 li label {
		font-size:1.5rem;
	}

	.btn_block {
		display: flex;
		justify-content:center;
		align-items: center;
	}

	.btn_block p {
		width:calc(50% - 10px);
	}

	.btn_block .confirm {
		width:100%;
	}

	.btn_block .back {
		margin:0 20px 0 0;
	}

	.btn_block p a {
		line-height:50px;
		letter-spacing:2px;
	}

	.thanks {
		padding:100px 0;
	}
}
