﻿#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;
}

/*
=================================== */
.form_area1 {
	position: relative;
}

.form_area1::before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	width:100%;
	height:100%;
	background-color: #f7cac8;
	z-index:-10;
}

.form_area1 .block1 {
	padding-top:50px;
	padding-bottom:45px;
}

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

.stepbox {
	padding:0 0 6px;
	width:33.3%;
	text-align: center;
	position: relative;
}

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

.stepbox::before {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:100%;
	height:2px;
	background-color: #FFF;
}

.stepbox.on::before {
	background-color: #b8a887;
}

.stepbox.on::after {
	position: absolute;
	left:calc(50% - 4px);
	bottom:-8px;
	content: '';
	border-top:4px solid #b8a887;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
	border-bottom:4px solid transparent;
}

.stepbox .step {
	margin:0 0 3px;
	line-height:1.0;
	color:#d57f90;
	font-size:1.5rem;
	font-weight: bold;
	font-family: century-gothic, sans-serif;
}

.stepbox .label {
	line-height:1.2;
	font-size:1.5rem;
}

.mex {
	margin:0 0 25px;
}

.mex p {
	line-height:1.5;
	font-size:1.5rem;
}

.mex .sm {
	padding:6px 0 0;
	font-size:1.3rem;
}

.mex a {
	text-decoration: underline;
}

.form_block {
	margin:0 0 40px;
	font-size:1.5rem;
}

.form_block table {
	width:100%;
}

.form_block th {
	display: block;
	padding:0 0 4px;
}

.form_block th p {
	display: flex;
	align-items: center;
}

.form_block th p.noflex {
	display: block;
}

.form_block th p b {
	margin:0 10px 0 0;
	font-weight: 400;
}

.form_block th p span {
	display: inline-block;
	padding:0 10px;
	line-height:20px;
	height:20px;
	text-align: center;
	color:#FFF;
	font-size:1.3rem;
	font-weight: 400;
	background-color: #d57f8f;
	border-radius: 50px;
}

.form_block th p i {
	display: block;
	line-height:1.5;
	font-size:1.3rem;
	font-style: normal;
	font-weight: 400;
}

.form_block td {
	display: block;
	padding:0 0 10px;
}

.form_block td .tdline {
	margin:0 0 8px;
}

.form_block td .tdline:last-child {
	margin-bottom:0;
}

.tdline_wrap1 {
	display: flex;
	align-items: flex-end;
	margin:0 0 8px;
}

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

.form_block td .tdline_wrap1 .tdline {
	margin:0 10px 0 0;
	width:120px;
}

.tdline_wrap1 .input100 {
	text-align: right;
}

.tdline_wrap1 .slabel {
	padding:0 0 5px;
	line-height:1.0;
	font-size:1.4rem;
}

.tdline_wrap2 {
	display: flex;
	align-items: center;
	margin:0 0 8px;
}

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

.tdline_wrap2 .tdcline {
	flex:1;
}

.tdline_wrap2 .slabel {
	margin:0 5px 0 0;
	width:100px;
	line-height:1.0;
}

.tdline_wrap3 {
	margin:0 0 15px;
}

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

.tdline_wrap3 .slabel {
	padding:0 0 5px;
	line-height:1.0;
	font-size:1.4rem;
}

.form_block td .subex {
	margin:0 0 10px;
	line-height:1.3;
	font-size:1.3rem;
}

.form_block td .subex:last-child {
	margin-bottom:0;
}

.form_block td .subex.colored {
	color:#d57f90;
}

.form_block td .subex p {
	margin:0 0 4px;
	line-height:1.5;
}

.form_block td .subex p:last-child {
	margin-bottom:0;
}

.form_block td .subex p i {
	font-style: normal;
	text-decoration-line:line-through;
}

.form_block td .subex p.colored {
	color:#d57f90;
}

.form_block td .subex ul {
	margin:0 0 3px;
	line-height:1.5;
}

.form_block td .subex ul:last-child {
	margin-bottom:0;
}

.form_block td .subex li {
	margin:0 0 5px;
	line-height:1.5;
}

.form_block td .subex li:last-child {
	margin-bottom:0;
}

.form_block td .tdrbox {
	margin:0 0 8px;
}

.form_block td .tdrbox br {
	display: none;
}

.file_block {
	margin:0 0 8px;
}

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

.file_block .upload {
}

.file_block.fileup .upload {
	display: none;
}

.file_block .upload input {
	display: none;
}

.file_block .upload label {
	display: inline-block;
	width:48%;
	height:30px;
	line-height:30px;
	text-align: center;
	font-size:1.5rem;
	border:1px solid #333;
	background-color: #fff27e;
	border-radius: 70px;
	letter-spacing: -0.6px;
}

.file_block .image_block {
	display: none;
}

.file_block.fileup .image_block {
	display: block;
}

.file_block .image_block .imagebox {
	margin:0 0 8px;
}

.file_block .image_block .delete {
}

.file_block .image_block .delete a {
	display: inline-block;
	padding:0 15px;
	height:30px;
	line-height:30px;
	text-align: center;
	font-size:1.5rem;
	border:1px solid #333;
	background-color: #fff27e;
	border-radius: 70px;
	letter-spacing: -0.6px;
}

.member_block,
.group_block {
	margin:0 0 20px;
}

.member_block:last-child,
.group_block:last-child {
	margin-bottom:0;
}

.member_block li,
.group_block li {
	margin:0 0 5px;
}

.member_block li:last-child,
.group_block li:last-child {
	margin-bottom:0;
}

.memberbox,
.groupbox {
	margin:0 0 10px;
}

.memberbox:last-child,
.groupbox:last-child {
	margin-bottom:0;
}

.addbtn {
	text-align: right;
}

.addbtn a {
	display: inline-block;
	padding:3px 8px;
	font-size:1.3rem;
	background-color: #FFF;
	border:1px solid #445e96;
}

.timeinfo {
}

.timeinfo .timewrap {
	display: flex;
	align-items: center;
}

.timeinfo .timewrap .label {
	margin:0 5px 0 0;
}

.timeinfo .timewrap .input {
	margin:0 5px 0 0;
	width:60px;
	font-size:1.3rem;
}

.timeinfo .timewrap .slabel {
	font-size:1.3rem;
}

.timeinfo .timewrap .slabel span {
	font-size:1.2rem;
}

.timeinfo .ex {
	padding:5px 0 0;
	line-height:1.6;
	font-size:1.2rem;
}

.error {
	margin:0 0 8px;
	color:#d57f8f;
}

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

.sele100,
.sele110 {
	padding:0 10px;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:1.6rem;
	border:1px solid #445e96;
	background-color: #FFF;
}

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

.tarea100 {
	padding:10px;
	width:100%;
	height:100px;
	line-height:1.8;
	font-size:1.6rem;
	border:1px solid #445e96;
	background-color: #FFF;
}

.sele100.errorbox,
.sele110.errorbox,
.tarea100.errorbox,
.input100.errorbox {
	background-color: #fff27e;
}

.btn_ex {
	padding:0 0 10px;
	text-align: center;
}

.btn_ex p {
	line-height:1.5;
	font-size:1.3rem;
	letter-spacing: -0.3px;
}

.btn_ex p b {
	color:#d57f90;
}

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

.btn_block p {
	margin:0 1%;
	width:48%;
}

.btn_block p a {
	display: block;
	height:30px;
	line-height:30px;
	text-align: center;
	font-size:1.5rem;
	border:1px solid #333;
	background-color: #fff27e;
	border-radius: 70px;
	letter-spacing: -0.6px;
}

.thanks {
	padding:25px 0 50px;
}

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

	/*
	=================================== */
	.form_area1 .block1 {
		padding-top:40px;
		padding-bottom:90px;
	}

	.step_block {
		margin:0 0 60px;
	}

	.stepbox {
		padding:0 0 10px;
	}

	.stepbox.on::after {
		left:calc(50% - 8px);
		bottom:-16px;
		border-top:8px solid #b8a887;
		border-right:8px solid transparent;
		border-left:8px solid transparent;
		border-bottom:8px solid transparent;
	}

	.stepbox .step {
		font-size:3.0rem;
	}

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

	.mex {
		margin:0 0 45px;
	}

	.mex p {
		font-size:3.0rem;
	}

	.mex .sm {
		padding:10px 0 0;
		font-size:2.4rem;
	}

	.form_block {
		margin:0 0 80px;
		font-size:3.0rem;
	}

	.form_block th {
		padding:0 0 6px;
	}

	.form_block th p b {
		margin:0 15px 0 0;
	}

	.form_block th p span {
		padding:0 20px;
		line-height:34px;
		height:34px;
		font-size:2.7rem;
	}

	.form_block th p i {
		font-size:2.4rem;
	}

	.form_block td {
		padding:0 0 20px;
	}

	.form_block td .tdline {
		margin:0 0 15px;
	}

	.form_block td .tdline_wrap1 .tdline {
		margin:0 20px 0 0;
		width:235px;
	}

	.tdline_wrap1 {
		margin:0 0 15px;
	}

	.tdline_wrap1 .slabel {
		font-size:2.8rem;
	}

	.tdline_wrap2 {
		margin:0 0 15px;
	}

	.tdline_wrap2 .slabel {
		margin:0 5px 0 0;
		width:180px;
	}

	.tdline_wrap2 .slabel span {
		font-size:2.6rem;
	}

	.tdline_wrap3 {
		margin:0 0 30px;
	}

	.tdline_wrap3 .slabel {
		margin:0 0 10px;
		font-size:2.8rem;
	}

	.form_block td .subex {
		margin:0 0 20px;
		font-size:2.6rem;
	}

	.form_block td .subex p {
		margin:0 0 8px;
		line-height:1.5;
	}

	.form_block td .subex ul {
		margin:0 0 5px;
		line-height:1.5;
	}

	.form_block td .subex li {
		margin:0 0 8px;
		line-height:1.5;
	}

	.form_block td .tdrbox {
		margin:0 0 10px;
	}

	.file_block {
		margin:0 0 15px;
	}

	.file_block .upload label {
		width:370px;
		height:60px;
		line-height:60px;
		font-size:3.0rem;
		letter-spacing: 0.6px;
	}

	.file_block .image_block .imagebox {
		margin:0 0 15px;
	}

	.file_block .image_block .delete a {
		width:370px;
		height:60px;
		line-height:60px;
		font-size:3.0rem;
		letter-spacing: 0.6px;
	}

	.error {
		margin:0 0 15px;
	}

	.member_block li,
	.group_block li {
		margin:0 0 10px;
	}

	.member_block,
	.group_block {
		margin:0 0 30px;
	}

	.memberbox,
	.groupbox {
		margin:0 0 20px;
	}

	.addbtn a {
		padding:8px 15px;
		font-size:2.6rem;
	}

	.sele100,
	.sele110 {
		padding:0 25px;
		height:80px;
		line-height:80px;
		font-size:3.0rem;
	}

	.input100 {
		padding:0 25px;
		height:80px;
		line-height:80px;
		font-size:3.0rem;
	}

	.tarea100 {
		padding:15px 25px;
		height:200px;
		font-size:3.0rem;
	}

	.btn_ex {
		padding:0 0 30px;
	}

	.btn_ex p {
		font-size:2.8rem;
		letter-spacing: -0.6px;
	}

	.btn_block p {
		width:370px;
	}

	.btn_block p a {
		height:60px;
		line-height:60px;
		font-size:3.0rem;
		letter-spacing: 0.6px;
	}

	.thanks {
		padding:50px 0 100px;
	}
}
