﻿@charset 'utf-8';

body    {
		font-family: 'Kosugi Maru', sans-serif;
	}
	.bar {
		width: 80%;
		margin: 0 auto;
		max-width: 500px;
		padding-top: 30px;
	}
	.progressbar {
		margin: 0;
		padding: 0;
		counter-reset: step;
		z-index: 0;
		position: relative;
	}
	.progressbar li {
		list-style-type: none;
		width: 25%;
		font-size: 12px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		color: #aaa;
	}
	.progressbar li:before {
		width: 30px;
		height: 30px;
		content: counter(step);
		counter-increment: step;
		line-height: 30px;
		display: block;
		text-align: center;
		margin: 0 auto 10px auto;
		border-radius: 50%;
		background-color: #eee;
	}
	.progressbar li:after {
		width: 100%;
		height: 2px;
		content: '';
		position: absolute;
		background-color: #eee;
		top: 15px;
		left: -50%;
		z-index: -1;
	}
	.progressbar li:first-child:after {
		content: none;
	}
	.progressbar li.active {
		color: #55b776;
	}
	.progressbar li.active:before {
		background-color: #55b776;
		color:#fff;
	}
	.progressbar li.active + li:after {
		background-color: #55b776;
	}
	.box_ {
		position: relative;
		top: 20px;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 72%;
		height: 100%;
		border: solid 1px rgba(144, 144, 144, 0.25);
		border-radius: 4px;
		background-color: #fff;
	}
	.form_outer {
		padding: 30px;
	}
	.form_tab {
		display: table;
		width: 100%;
		text-align: left;
		border-collapse: collapse;
	}
	.rowlist {
		display: table-row;
		border-bottom: 1px dashed #CCC;
	}
	.rowlist > div {
		display: table-cell;
		margin: 5px;
		padding: 5px;
		background-color: #fff;
		font-size: 14pt;
		font-family: 'Kosugi Maru', sans-serif;
	}
	.rowlist > div:nth-child(odd) {
		width: 200px;
	}
	.rowlist > div:nth-child(even) {
		width: 500px;
	}
	.rowlist_ {
		display: table-row;
	}
	.rowlist_ > div {
		display: table-cell;
		margin: 5px;
		padding: 5px;
		background-color: #fff;
		font-size: 15pt;
		font-family: 'Kosugi Maru', sans-serif;
	}
	.rowlist_ > div:nth-child(odd) {
		width: 210px;
	}
	.rowlist_ > div:nth-child(even) {
		width: 400px;
	}
	.rowlist__ {
		display: table-row;
		border-bottom: 2px dotted #fccabc;
	}
	.rowlist__ > div {
		display: table-cell;
		margin: 5px;
		padding: 5px;
		background-color: #fff;
		font-size: 14pt;
		font-family: 'Kosugi Maru', sans-serif;
	}
	.rowlist__ > div:nth-child(odd) {
		width: 200px;
	}
	.rowlist__ > div:nth-child(even) {
		width: 500px;
	}
	.form_tab_ {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);
	}
	.rowlistf_ {
		display: table-row;
	}
	.rowlistf_ > div {
		display: table-cell;
		margin: 15px;
		padding: 15px;
	}
	.borderline {
		padding: 10px 0 10px;
	}
	.formstyle input[type='date'] {
		font-size: 18px;
		padding: 3px 10px;
		border-radius: 3px;
		height: 2.2em;
		overflow: hidden;
		border: 1px solid #ddd;
		background-color: #fcfcfc;
	}
		.formstyle input[type='date']:focus {
			outline: 0;
			height: 2.2em;
			box-shadow: 0 0 7px #EF810F;
			border: solid 1px #EF810F;
			background-color: #FEFAF5;
		}
	.formstyle input[type='text'] {
		font-size: 18px;
		padding: 3px 10px;
		border-radius: 3px;
		height: 2.2em;
		overflow: hidden;
		border: 1px solid #ddd;
		background-color: #fcfcfc;
	}
		.formstyle input[type='text']:focus {
			outline: 0;
			height: 2.2em;
			box-shadow: 0 0 7px #EF810F;
			border: solid 1px #EF810F;
			background-color: #FEFAF5;
		}
	.formstyle input[type='tel'] {
		font-size: 18px;
		padding: 3px 10px;
		border-radius: 3px;
		height: 2.2em;
		overflow: hidden;
		border: 1px solid #ddd;
		background-color: #fcfcfc;
	}
		.formstyle input[type='tel']:focus {
			outline: 0;
			height: 2.2em;
			box-shadow: 0 0 7px #EF810F;
			border: solid 1px #EF810F;
			background-color: #FEFAF5;
		}
	.formstyle input[type='email'] {
		font-size: 18px;
		padding: 3px 10px;
		border-radius: 3px;
		height: 2.2em;
		overflow: hidden;
		border: 1px solid #ddd;
		background-color: #fcfcfc;
	}
		.formstyle input[type='email']:focus {
			outline: 0;
			height: 2.2em;
			box-shadow: 0 0 7px #EF810F;
			border: solid 1px #EF810F;
			background-color: #FEFAF5;
		}
	.select {
		font-size: 18px;
		padding: 3px 10px;
		border-radius: 3px;
		height: 2.2em;
		overflow: hidden;
		border: 1px solid #ddd;
		background-color: #fcfcfc;
	}
	select::-ms-expand {
		display: none;
	}
	.select:focus {
		outline: 0;
		height: 2.2em;
		box-shadow: 0 0 7px #EF810F;
		border: solid 1px #EF810F;
		background-color: #FEFAF5;
	}
	span.detailed {
		font-size: 12pt;
	}
	.required {
		color: #fff;
		font-size: 8pt;
		padding: 5px;
		margin-left: 10px;
		border-radius: 50px;
		background-color: #CF2C38;
	}
	.illustration {
		color: #DB3D15;
		font-size: 11pt;
	}
	.heightspace {
		height: 65px;
	}
	.sidebar {
		width: 200px;
		height: 100%;
		position: fixed;
		top: 85px;
		right: 0px;
		font-size: 20px;
		padding-left: 40px;
		background-color: rgba( 217,241,251,1 );
	}
	h4 {
		font-family: 'M PLUS 1p', sans-serif;
		color: #DA3D54;
		font-size: 2em;
		text-align: left;
		padding: 30px 0px 10px;
	}
	h5 {
		font-family: 'M PLUS 1p', sans-serif;
		color: #17789c;
		font-size: 2em;
		text-align: left;
		padding: 30px 0px 30px;
	}
	.menu_next {
		padding: 0px 0px 150px;
	}
	.container_form {
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: auto;
		margin-right: auto;
		width: 550px;
	}
	.comment_form {
		height: 490px;
		padding: 50px 0px 70px;
	}
	#footer_form {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 80px;
		background-color: rgba( 162 , 160 , 145 ,0.7 );
		padding: 2em 0em 2em;
		z-index: 1;
	}
	.radio {
		margin: 5px 50px 5px 0;
	}
	.radio label {
		padding-left: 35px;
		margin-left: 20px;
		display: inline-block;
		cursor: pointer;
		position: relative;
		text-align: center;
		line-height: 22pt;
	}
	.radio label:before {
		content: '';
		width: 27px;
		height: 27px;
		display: inline-block;
		position: absolute;
		left: 0;
		background-color: #fff;
		border-radius: 50px 50px 50px 50px;
		border: 7px solid #E1E1E1;
	}
	.radio input[type=radio] {
		display: none;
	}
	.radio input[type=radio]:checked + label:before {
		content: '●';
		font-size: 0px;
		color: #fff;
		background-color: #fff;
		border: 7px solid #66ccff;
	}