@charset "UTF-8";
body {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	color: #343434;
	line-height: 1.6;
	min-width: 980px;
}
a, a:visited {
	color: #156dbd;
	text-decoration: underline;
	transition: all 0.2s ease-in-out 0s;
}
em {
	font-style: normal;
	font-weight: bold;
}
@media screen and (min-width: 701px) {
	a:hover {
		color: #3b79bc;
	}
}
@media screen and (max-width: 700px) {
	body {
		min-width: 320px;
	}
	a:active {
		color: #3b79bc;
	}
}
#wrapInner {
	width: 100%;
	max-width: 980px;
	margin: auto;
	line-height: 1.5;
	box-sizing: border-box;
	position: relative;
}
#wrapInner *,#wrapInner *::before,#wrapInner *::after {
	box-sizing: inherit;
}
.stepHeader {
	position: static;
	width: 100%;
	max-width: 980px;
	top: 0;
	z-index: 1;
}
.stepHeader.scrl {
	position: fixed;
}
.stepHeader.scrl + *::before {
	content: "";
	display: block;
	position: static;
	padding-top: 123px;
}
.step {
	list-style: none;
	border-left: 3px solid #2da441;
	border-right: 3px solid #2da441;
	display: flex;
	justify-content: space-between;
	overflow-y: hidden;
	text-align: center;
}
.step li {
	flex: 1 0 auto;
	background-color: #999;
	position: relative;
	z-index: 0;
	padding: 10px 0 10px 30px;
	min-width: 0;
	color: #fff;
	font-weight: bold;
	font-size: 171.5%;
}
.step li:first-child {
	z-index: 6;
	padding-left: 15px;
}
.step li:nth-child(2) {
	z-index: 5;
}
.step li:nth-child(3) {
	z-index: 4;
}
.step li:nth-child(4) {
	z-index: 3;
}
.step li:nth-child(5) {
	z-index: 2;
}
.step li:nth-child(6) {
	z-index: 1;
}
.step li:last-child {
	padding-right: 15px;
}
.step li:not(:last-child)::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 100%;
	margin-left: -37px;
	background-color: inherit;
	height: 54px;
	width: 54px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(43deg) skewY(10deg) skewX(10deg);
}
.step li span {
	display: none;
}
.step .active {
	background-color: #b1e319;
	color: #343434;
}
.step .active ~ li {
	background-color: #e6e6e6;
	color: #343434;
}
.step .active span {
	display: inline;
}
h1 {
	background-color: #2da441;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
	font-size: 178.6%;
	font-weight: bold;
}
@media screen and (max-width: 700px) {
	.stepHeader.scrl + *::before {
		padding-top: 90px;
	}
	.step {
		border: none;
	}
	.step li {
		font-size: 125%;
		padding: 6px 0px 6px 24px;
	}
	.step li:first-child {
		padding-left: 7px;
	}
	.step li:last-child {
		padding-right: 7px;
	}
	.step li:not(:last-child)::before {
		width: 40px;
		height: 40px;
		margin-left: -22px;
		transform: rotate(42deg) skewY(20deg) skewX(20deg);
	}
	h1 {
		font-size: 128.6%;
		padding: 12px;
	}
}
.formbox dl {
	display: flex;
}
.formbox dl:nth-child(n+2) {
	border-top: 1px solid #2da441;
}
.formbox dt {
	background-color: #f5f5f5;
	flex: 0 0 auto;
	width: 350px;
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: flex-start;
	padding: 15px 20px;
	font-size: 128.6%;
	font-weight: bold;
	line-height: 1.47;
}
.formbox .hissu {
	flex: 0 0 auto;
	display: inline-block;
	background-color: #cc0000;
	border-radius: 5px;
	margin-right: 8px;
	padding: 2px 5px;
	font-size: 94.5%;
	color: #fff;
}
.formbox .ninni {
	flex: 0 0 auto;
	display: inline-block;
	background-color: #666;
	border-radius: 5px;
	margin-right: 8px;
	padding: 2px 5px;
	font-size: 94.5%;
	color: #fff;
}
.formbox dt .label {
	flex: 1 0 0;
}
.formbox dt .label > span {
	display: block;
}
.formbox dt .caution {
	flex: 0 0 100%;
	margin-top: 15px;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: normal;
	font-size: 72.3%;
}
.formbox dt .about {
	flex: 0 0 100%;
	margin-top: 5px;
	margin-left: calc(2em + 18px);
}
.formbox dd {
	flex: 0 0 auto;
	width: 630px;
	min-width: 0;
	padding: 18px 20px;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #b3b3b3;
	border-radius: 10px;
	width: 100%;
	height: 50px;
	padding: 0 14px;
	font-family: inherit;
	font-size: 114.3%;
}
input.input_ss {
	width: 100px;
}
input.input_s {
	width: 130px;
}
input.input_m {
	width: 165px;
}
input[type="text"] + input[type="text"] {
	margin-left: 20px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border: 1px solid #b3b3b3;
	border-radius: 10px;
	background: transparent url(../img/arrow-select.png) right 10px center no-repeat;
	background-size: 15px auto;
	padding: 0 34px 0 14px;
	width: 100%;
	height: 50px;
	font-family: inherit;
	font-size: 114.3%;
	cursor: pointer;
	position: relative;
}
select::-ms-expand {
	display: none;
}
.radioList > li + li {
	margin-top: 15px;
}
.radioListRow {
	display: flex;
}
.radioListRow > li {
	flex: 1 0 0%;
}
.radioListRow > li + li {
	margin-top: 0;
	margin-left: 20px;
}
.radioList .caution {
	margin-top: 4px;
}
.radioListRow .radiobox label {
	width: 100%;
}
.checkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.checkList > li {
	flex: 0 0 48%;
	margin-bottom: 15px;
}
.radiobox,.checkbox {
	position: relative;
	z-index: 0;
	min-height: 45px;
}
.radiobox input[type="radio"],
.checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	margin: 0;
	outline: none;
	opacity: 0;
}
.radiobox label {
	display: block;
	padding: 8px 8px 8px 35px;
	width: 350px;
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #b3b3b3;
	background: url(../img/radio-off.png) left center no-repeat;
	background-size: 35px auto;
	font-weight: bold;
	font-size: 128.6%;
}
.checkbox label {
	display: block;
	padding: 8px 8px 8px 35px;
	width: 100%;
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #b3b3b3;
	background: url(../img/check-off.png) left center no-repeat;
	background-size: 35px auto;
	font-weight: bold;
	font-size: 128.6%;
}
.radiobox input:checked + label {
	background-image: url(../img/radio-on.png);
	background-color: #e0f4f5;
}
.checkbox input:checked + label {
	background-image: url(../img/check-on.png);
	background-color: #e0f4f5;
}
.formbox dd input + span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.5em;
}
.example {
	font-size: 114.3%;
	margin-top: 0.5em;
}
.formbox dd .caution {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 92.9%;
}
.formbox .row {
	padding-bottom: 20px;
	margin-right: -20px;
	display: flex;
	flex-wrap: wrap;
}
.formbox .row + .row {
	border-top: 1px dashed #b3b3b3;
	padding-top: 20px;
}
.formbox dd > .row:last-child {
	padding-bottom: 0;
}
.formbox dd .title {
	position: relative;
	padding-left: 20px;
	display: inline-block;
	flex: 0 0 auto;
	width: 220px;
	color: #00a2b0;
	font-weight: normal;
	font-size: 121.5%;
}
.formbox dd .title::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 15px;
	height: 15px;
	background-color: #00a2b0;
}
.formbox .row .formContent {
	flex: 0 0 auto;
	width: 370px;
}
.formbox .row .formContent + .text {
	margin-top: 15px;
}
.formbox .formContent .input_ss {
	width: calc((100% - 58px) / 3);
}
.formbox .formContent .input_s {
	width: calc((100% - 90px) / 2);
}
.formbox .formContent .input_m {
	width: calc((100% - 25px) / 2);
}
.formbox .address input + span {
	vertical-align: bottom;
	font-size: 114.3%;
}
.placeList > li + li {
	margin-top: 30px;
}
.placeList .radiobox {
	margin-top: 6px;
}
.text_s {
	font-size: 92.9%;
}
.attention {
	color: #cc0000;
}
.attention02 {
	color: #003399;
	font-size: 123.1%;
	margin-bottom: 8px;
}
.spring_attention {
    border: solid 1px #ff0000;
    padding: 10px 10px 10px 25px;
    text-indent: -1em;
	margin-bottom: 20px;
	color: #ff0000;
}
.formbox .caution .timeCaution {
	display: flex;
	margin-left: -1em;
}
.formbox .timeCaution span {
	flex: 0 0 auto;
	text-indent: 0;
	padding-left: 0;
}
.telType2 {
	margin-top: 12px;
}
.telType2 .caution {
	margin-top: 12px;
	margin-bottom: 12px;
}
.address .zipcode input + span {
	vertical-align: middle;
}
.address .formContent .caution {
	margin-top: 5px;
}
.zipcode button {
	background-color: #00a2b0;
	border-radius: 10px;
	width: auto;
	padding: 0 10px;
	margin-left: 30px;
	vertical-align: middle;
	font-size: 121.5%;
}
.zipcode button::before {
	display: none;
}
.zipcode + .row {
	border-top: 1px dashed #b3b3b3;
	padding-top: 20px;
	margin-top: 20px;
}
.btnbox {
	margin: 92px auto 40px;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.btnbox li {
	margin: 0 14px;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	position: relative;
	margin: 0;
	background-color: #2da441;
	padding: 10px 30px 10px 20px;
	width: 220px;
	height: 50px;
	color: #fff;
	font-family: inherit;
	font-size: 157.2%;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
}
button::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
.back button {
	background-color: #808080;
	padding: 10px 20px 10px 30px;
}
.back button::before {
	right: auto;
	left: 10px;
	border-width: 0 0 2px 2px;
	border-color: #fff;
	border-style: solid;
}
.send {
	order: 0;
	flex-basis: 100%;
	text-align: center;
}
.send button {
	background-color: #cc0000;
	padding: 10px 20px 10px 30px;
	width: 468px;
	height: 62px;
	font-size: 150%;
}
@media screen and (min-width: 701px) {
	button:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 700px) {
	.formbox dl {
		display: block;
	}
	.formbox dt {
		border-bottom: 1px dashed #2da441;
		padding: 8px 14px;
		width: auto;
	}
	.formbox dt .label > span {
		display: inline;
		font-size: 77.8%;
	}
	.formbox dd {
		padding: 14px 14px 28px;
		width: auto;
	}
	input[type="text"] {
		width: 100%;
		padding: 0 8px;
	}
	input.input_ss,.formbox .formContent .input_ss {
		width: calc((100% - 3em) / 3);
	}
	input.input_s,.formbox .formContent .input_s {
		width: calc((100% - 5em) / 2);
	}
	input.input_m,.formbox .formContent .input_m {
		width: calc((100% - 35px) / 2);
	}
	select {
		width: 100%;
		padding: 0 35px 0 8px;
	}
	.formbox dd input + span {
		padding: 0 0.25em;
	}
	.formbox .row {
		flex-wrap: nowrap;
		padding-bottom: 15px;
		border-bottom: 1px dashed #b3b3b3;
		margin-right: 0;
	}
	.formbox .row + .row {
		padding-top: 15px;
		border-top: none;
	}
	.formbox dd > .row:last-child {
		padding-bottom: 15px;
	}
	.formbox .row .title {
		flex: 0 0 6em;
		width: auto;
		margin-top: 0.8em;
	}
	.formbox .row .formContent {
		width: auto;
	}
	.address {
		position: relative;
	}
	.address > dt .caution {
		position: absolute;
		left: 14px;
		top: 60px;
		margin-top: 0;
	}
	.address > dd {
		margin-top: 50px;
	}
	.efew dt {
		background-color: transparent;
		border-bottom: none;
		display: block;
		padding: 0;
		position: relative;
	}
	.efew dt .label {
		background-color: #f5f5f5;
		display: block;
		padding: 8px 14px 8px calc(2em + 32px);
		border-bottom: 1px dashed #2da441;
	}
	.efew dt .hissu {
		position: absolute;
		left: 14px;
		top: 6px;
		margin-right: 0;
	}
	.efew dt .about {
		display: block;
		margin: 8px 14px 0;
		font-weight: normal;
		font-size: 88.9%;
	}
	.efew dt .about br {
		display: none;
	}
	.efew dt .about a {
		display: inline-block;
	}
	.efew dt .about a::before {
		content: "";
		display: inline-block;
		width: 0.75em;
		height: 0.75em;
		margin-right: 5px;
		background-color: #156dbd;
	}
	.efew dt .about a:nth-of-type(n+2) {
		margin-left: 1em;
	}
	.nichiji .row, .row.longTitle {
		flex-wrap: wrap;
	}
	.row.longTitle .title {
		flex-basis: 100%;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.formbox .row .formContent {
		flex: 1 0 0%;
		max-width: 100%;
	}
	.radioListRow {
		flex-direction: column;
	}
	.radioListRow > li + li {
		margin-top: 15px;
		margin-left: 0;
	}
	.radiobox label {
		width: 100%;
	}
	.checkList li {
		flex-basis: 100%;
	}
	.condition2 .radioListRow,
	.tachiai .radioListRow {
		flex-direction: row;
	}
	.condition2 .radioListRow > li + li,
	.tachiai .radioListRow > li + li {
		margin-top: 0;
		margin-left: 20px;
	}
	.telType2 .caution {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.zipcode input {
		width: calc((100% - 150px) / 2);
	}
	.zipcode button {
		margin-left: 20px;
	}
	button {
		font-size: 121.5%;
	}
	button:active {
		opacity: 0.7;
	}
	.btnbox {
		margin: 60px 15px 40px;
		justify-content: space-between;
	}
	.btnbox li {
		flex: 0 0 48%;
		margin: 0;
	}
	.btnbox button {
		width: 100%;
	}
	.btnbox .send {
		flex-basis: 100%;
	}
	.send button {
		height: 50px;
		font-size: 121.5%;
	}
}

/* step1 */
#step1 .lead {
	margin: 35px 0 30px;
	text-align: center;
	font-size: 114.3%;
}
.setsumeisho {
	background-color: #f5f5f5;
	padding: 25px 100px 60px;
}
.setsumeisho h2 {
	color: #cc0000;
	text-align: center;
	font-size: 285.8%;
	font-weight: bold;
}
.setsumeisho h2 span {
	display: block;
	color: #343434;
	font-weight: normal;
	font-size: 40%;
}
.setsumeisho .contents {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	margin-top: 30px;
	padding: 20px;
	line-height: 1.75;
}
.setsumeisho h3 {
	background-color: #e0f4f5;
	margin: 40px 0 20px;
	padding: 8px 20px;
	color: #0089ac;
	font-weight: bold;
	font-size: 142.9%;
	line-height: 1.33;
}
.setsumeisho h3 ~ * {
	margin: 0 20px;
}
.setsumeisho .text p + p {
	text-indent: 1em;
}
.setsumeisho li {
	text-indent: -1em;
	padding-left: 1em;
}
.setsumeisho caption {
	font-weight: bold;
	font-size: 121.5%;
	margin-bottom: 5px;
}
.setsumeisho .table {
	width: 600px;
	margin: 25px auto 50px;
}
.setsumeisho table {
	border: 1px solid #00964d;
	width: 100%;
	border-collapse: collapse;
}
.setsumeisho th {
	background-color: #f6f6f6;
	border-right: 1px solid #00964d;
	border-top: 1px solid #00964d;
	padding: 10px 12px;
	width: 280px;
	font-weight: bold;
}
.setsumeisho td {
	border-top: 1px dashed #00964d;
	padding: 12px 30px;
}
.setsumeisho th + td {
	border-top: 1px solid #00964d;
}
.setsumeisho li > ol {
	border: 1px solid #c00;
	margin-top: 10px;
	padding: 12px 10px;
}
.douibox {
	position: fixed;
	max-width: 980px;
	width: 100%;
	bottom: 0;
	z-index: 1;
	background-color: #fff;
	padding: 30px 0;
	text-align: center;
}
.douibox.static {
	position: static;
}
.douibox p:first-child {
	font-size: 114.3%;
}
.douibox button {
	background-color: #cc0000;
	border-radius: 10px;
	width: 335px;
	height: 60px;
	margin: 15px auto 25px;
	padding: 0;
	font-weight: normal;
	font-size: 214.3%;
}
.douibox button::before {
	display: none;
}
@media screen and (max-width: 700px) {
	#step1 .lead {
		text-align: left;
		margin: 20px 15px;
	}
	.setsumeisho {
		padding: 25px 18px;
	}
	.setsumeisho .contents {
		padding-left: 0;
		padding-right: 0;
	}
	.setsumeisho .text {
		padding: 0 15px;
	}
	.setsumeisho h3 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.setsumeisho h3 ~ * {
		margin: 0 10px;
	}
	.setsumeisho .table {
		width: auto;
		margin: 30px 10px;
	}
	.setsumeisho table {
		display: block;
		border: none;
	}
	.setsumeisho caption {
		display: block;
		margin: 0 5px 5px;
	}
	.setsumeisho tbody,
	.setsumeisho tr {
		display: block;
	}
	.setsumeisho th {
		display: block;
		width: auto;
		border-left: 1px solid #00964d;
		margin: 0 15px;
	}
	.setsumeisho td {
		display: block;
		border-right: 1px solid #00964d;
		border-left: 1px solid #00964d;
		padding: 8px 15px;
		margin: 0 15px;
	}
	.setsumeisho tr:last-child td:last-child {
		border-bottom: 1px solid #00964d;
	}
	.douibox {
		text-align: left;
		padding: 20px 15px;
		position: static;
	}
	.douibox.static {
		padding-bottom: 100px;
	}
	.douibox .btn {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		background-color: #fff;
		padding: 20px 15px;
	}
	.douibox.static .btn {
		position: absolute;
	}
	.douibox button {
		width: 100%;
		font-size: 207.2%;
		margin: 0;
	}
	.douibox button + p {
		text-indent: -1em;
		padding-left: 1em;
	}
}

/* step4 */
.shiharai .radioListRow {
	flex-wrap: wrap;
	justify-content: space-between;
}
.shiharai .radioListRow > li {
	flex: 0 0 48%;
	margin-bottom: 15px;
}
.shiharai .radioList label {
	width: 100%;
}
.shiharai .radioListRow > li + li {
	margin-left: 0;
}
.shiharai .text_s {
	margin-bottom: 8px;
}
#step4 .row {
	border-top: 1px dashed #b3b3b3;
	padding-top: 20px;
	padding-bottom: 0;
	margin-top: 20px;
}
.shiharai .creditcard {
	display: block;
	color: #cc0000;
	font-weight: bold;
	padding-right: 20px;
}
.shiharai .creditcard .title,
.shiharai .creditcard .formContent {
	width: auto;
}
.shiharai .creditcard .midashi {
	background-color: #cc0000;
	margin: 10px 0 8px;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	font-size: 121.5%;
}
.shiharai + dl .formContent .radiobox label {
	width: 100%;
}
.shiharaiTel .radioListRow {
	justify-content: flex-start;
}
.shiharaiTel .radioListRow > li {
	flex: 0 0 170px;
}
@media screen and (max-width: 700px) {
	.shiharai .radioListRow > li + li {
		margin-top: 0;
	}
	#step4 .row {
		border-top: none;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 0;
	}
	#step4 .formbox dd > *:not(.row) + .row {
		border-top: 1px dashed #b3b3b3;
		margin-top: 15px;
	}
	.shiharai .creditcard {
		padding-right: 0;
	}
	.shiharai .creditcard .midashi {
		margin: 5px 0;
		padding: 5px 0;
	}
	.shiharaiTel .radioListRow {
		flex-direction: row;
		justify-content: space-between;
	}
	.shiharaiTel .radioListRow > li {
		flex: 0 0 48%;
	}
	.shiharaiTel .radioListRow > li + li {
		margin-top: 0;
	}
}

/* step5 */
#step5 .formbox dd > *:not(.row) + .row {
	border-top: 1px dashed #b3b3b3;
	padding-top: 20px;
}
#step5 .row .formContent + .title,
#step5 .row .formContent + .title + .formContent {
	margin-top: 15px;
	margin-bottom: 20px;
}
#step5 .formContent + .caution {
	padding-right: 20px;
}
.cust_tel {
	margin: 20px 0 15px;
}
.cust_tel + div .radioListRow {
	margin-top: 8px;
}
.toritsugi dt {
	padding-right: 0;
}
.toritsugi .checkbox {
	width: 275px;
	margin-bottom: 20px;
}
.toritsugi a {
	color: #cc0000;
}
@media screen and (min-width: 701px) {
	.toritsugi a:hover {
		color: #eb1616;
	}
}
@media screen and (max-width: 700px) {
	.toritsugi a:active {
		color: #eb1616;
	}
	#step5 .row .formContent + .title {
		margin-bottom: 5px;
		margin-top: 20px;
	}
	#step5 .row .formContent + .title + .formContent {
		margin-top: 0;
	}
	#step5 .formContent + .caution {
		padding-right: 0;
	}
	.cust_tel {
		margin: 30px 0 10px;
	}
	#step5 .radioListRow {
		flex-direction: row;
	}
	.toritsugi .checkbox {
		width: auto;
	}
}

/* error */
.error {
	background-color: #ffeeee;
	border: 1px solid #f00;
	margin: 30px 0 20px;
	padding: 20px 50px 30px;
}
.error .midashi {
	background: url(../img/icon-error.png) 0 0 no-repeat;
	padding-left: 70px;
	color: #f00;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.33;
}
.error ul {
	margin-top: 25px;
	margin-left: 70px;
	font-size: 128.6%;
}
@media screen and (max-width: 700px) {
	.error {
		padding-left: 14px;
		padding-right: 14px;
	}
	.error .midashi {
		background-size: 25px auto;
		padding-left: 35px;
		font-size: 128.6%;
	}
	.error ul {
		margin-left: 0;
		font-size: 100%;
	}
}

/* step6 */
#step6 .lead {
	color: #c00;
	font-size: 121.5%;
	margin: 20px 30px 40px;
}
.confirmbox + .confirmbox {
	margin-top: 90px;
}
.confirmbox h2 {
	background-color: #f5f5f5;
	border-top: 1px solid #2da441;
	border-bottom: 1px dashed #2da441;
	padding: 12px 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 128.6%;
}
.confirmbox dl {
	display: flex;
	border-bottom: 1px solid #b3b3b3;
	padding: 14px 0;
	margin: 0 30px;
}
.confirmbox dt {
	flex: 0 0 auto;
	min-width: 0;
	width: 330px;
	position: relative;
	color: #00a2b0;
	text-indent: calc(-0.8em - 5px);
	padding-left: calc(0.8em + 5px);
	font-size: 121.5%;
}
.confirmbox dt::before {
	content: "";
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	background-color: #00a2b0;
	margin-right: 5px;
}
.confirmbox dd {
	flex: 0 0 auto;
	min-width: 0;
	width: 588px;
	font-size: 150%;
}
.confirmbox dd .address {
	margin-left: 1em;
}
.confirmbox dd dl {
	border-bottom: none;
	padding: 0;
	margin: 20px 0 0;
	display: block;
}
.confirmbox dd > dl:first-child {
	margin-top: 0;
}
.confirmbox dd dt {
	width: auto;
	font-size: 81%;
	margin-bottom: 2px;
	text-indent: 0;
	padding-left: 0;
}
.confirmbox dd dt::before {
	display: none;
}
.confirmbox dd dd {
	width: auto;
	font-size: 100%;
}
.confirmbox .btn {
	margin-top: 50px;
	text-align: center;
}
.confirmbox .btn button {
	width: 545px;
	height: 65px;
	font-size: 142.9%;
}
.btnSend {
	background-color: #fbebeb;
	margin: 50px auto 25px;
	padding: 20px 0;
	text-align: center;
	color: #cc0000;
	font-size: 142.9%;
}
.btnSend button {
	background-color: #cc0000;
	width: 420px;
	height: 62px;
	font-size: 150%;
	margin-top: 25px;
}
@media screen and (max-width: 700px) {
	#step6 .lead {
		margin: 15px 15px 30px;
		text-align: left;
		font-size: 114.3%;
	}
	#step6 .caution {
		text-indent: -1em;
		padding-left: 1em;
	}
	.confirmbox h2 {
		padding: 12px 15px;
		margin-bottom: 0;
	}
	.confirmbox dl {
		display: block;
		margin: 0 15px;
	}
	.confirmbox dt {
		width: auto;
	}
	.confirmbox dt br {
		display: none;
	}
	.confirmbox dd {
		width: auto;
		padding-left: 22px;
	}
	.confirmbox dd .address {
		margin-left: 0;
		display: block;
	}
	.confirmbox dd dd {
		padding-left: 0;
	}
	.confirmbox .btn button {
		width: 74%;
		padding: 10px 20px 10px 40px;
		height: auto;
		text-align: left;
		font-size: 121.5%;
	}
	.btnSend {
		padding: 20px 15px;
		text-align: left;
		font-size: 114.3%;
	}
	.btnSend button {
		display: block;
		width: 90%;
		font-size: 106.3%;
		height: auto;
		margin: 20px auto 0;
	}
}

/* step7 */
.thanks p {
	margin: 0 20px;
	font-size: 107.2%;
}
.thanks p + p {
	margin-top: 45px;
}
.thanks .caution {
	text-indent: -1em;
	padding-left: 1em;
	margin: 45px 20px;
	font-size: 107.2%;
}
.thanks .lead {
	margin: 30px 0 45px;
}
.thanks .lead p {
	font-size: 121.5%;
}
.thanks .lead .uketsukeNo {
	font-size: 185.8%;
	font-weight: bold;
	color: #c00;
}
.thanks .uketsukeNo em {
	font-size: 153.9%;
}
@media screen and (max-width: 700px) {
	.thanks p {
		margin: 0 15px;
		font-size: 114.3%;
	}
	.thanks > p:last-child {
		padding-bottom: 30px;
	}
	.thanks p + p {
		margin-top: 25px;
	}
	.thanks .lead {
		margin: 20px 0 25px;
	}
	.thanks .lead .uketsukeNo {
		font-size: 114.3%;
	}
	.thanks .lead .uketsukeNo em {
		font-size: 143.8%;
	}
	.thanks .caution {
		margin: 25px 15px;
		font-size: 114.3%;
	}
}

/* 災害時開栓フォーム */
.saihoumon .stepHeader {
	background-color: #2da441;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.saihoumon .stepHeader h1 {
	padding: 0;
}
.saihoumon .stepHeader p {
	font-size: 142.9%;
}
.formbox .formContent dl + dl {
	border-top: none;
	margin-top: 10px;
}
.formbox .formContent dt {
	background-color: transparent;
	padding: 0;
	width: 72px;
	align-self: center;
	font-weight: normal;
}
.formbox .formContent dd {
	padding: 0;
	width: 0;
	flex-grow: 1;
	align-self: center;
}
.saihoumon .fumeibox {
	max-width: 276px;
	margin-top: 15px;
}

.saihoumon .confirmbox .contents > div {
	border-bottom: 1px solid #b3b3b3;
	margin: 0 30px;
	padding: 14px 0;
	font-size: 131.3%;
}
.saihoumon .confirmbox .btn {
	margin: 100px 0 70px;
}
@media screen and (max-width: 700px) {
	.saihoumon .stepHeader p {
		font-size: 100%;
	}
	.formbox .formContent dl {
		display: flex;
	}
	.formbox .formContent dt {
		border-bottom: none;
	}
	.saihoumon .address > dt {
		background-color: transparent;
		border-bottom: none;
		display: block;
		padding: 0;
	}
	.saihoumon .address > dt .label {
		background-color: #f5f5f5;
		display: block;
		padding: 8px 14px;
		border-bottom: 1px dashed #2da441;
	}
	.saihoumon .address > dt .caution {
		position: static;
		display: block;
		margin: 8px 14px 0;
	}
	.saihoumon .address dd {
		margin-top: 0;
	}

	.saihoumon .confirmbox .contents > div {
		margin: 0 15px;
	}
	.saihoumon .confirmbox .btn {
		margin: 40px 0 60px;
	}
}

/* アンケート */
.enquetePage #header-logo a {
	display: block;
	pointer-events: none;
}
.enquetePage #header-link,
.enquetePage #footer #link {
	display: none;
}
#step1.enqueteForm .lead {
	line-height: 1.75;
}
#step2.enqueteForm .lead,
#step3.enqueteForm .lead {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #cc0000;
	font-weight: bold;
	font-size: 142.9%;
}
#step5.enqueteForm .lead {
	margin: 20px 0;
	color: #cc0000;
	font-size: 114.3%;
}
#step5.enqueteForm .lead .kome {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.enqueteForm .formbox dt .num {
	flex: 0 0 auto;
}
.enqueteForm .formbox dt .num + span {
	flex: 1 0 0%;
}
.enqueteForm .formbox .row {
	align-items: baseline;
	margin-right: 0;
}
#step1.enqueteForm .formbox .row + .row {
	border-top: none;
}
.enqueteForm .formbox .title {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	flex: 0 0 auto;
	width: 220px;
	color: #00a2b0;
	font-size: 121.5%;
}
.enqueteForm .formbox .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 15px;
	height: 15px;
	background-color: #00a2b0;
}
#step1.enqueteForm .formbox .title {
	margin-left: auto;
}
#step1.enqueteForm .formbox .formContent {
	flex-grow: 0;
	margin-right: auto;
}
.enqueteForm .radioList {
	display: flex;
}
.enqueteForm .radioList .radiobox {
	flex: 0 0 47.5%;
}
.enqueteForm .radioList .radiobox:nth-child(n+2) {
	margin-left: 5%;
}
.enqueteForm .radiobox .label {
	display: block;
	border: 1px solid #b3b3b3;
	border-radius: 8px;
	background: #fff url(../img/radio-off.png) no-repeat left top;
	background-size: 35px auto;
	padding: 9px 8px 9px 35px;
	font-weight: bold;
	line-height: 1.25;
	font-size: 121.5%;
	transition-duration: 0.3s;
	cursor: pointer;
}
.enqueteForm .radiobox input:checked + .label {
	background-image: url(../img/radio-on.png);
	background-color: #e0f4f5;
}
.enqueteForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 250px;
	padding: 0.5em 14px;
	border-radius: 10px;
	border: 1px solid #b3b3b3;
	font-family: inherit;
	font-size: 121.5%;
}
.enqueteForm textarea::placeholder {
	font-weight: bold;
}
#step1.enqueteForm input {
	font-size: 121.5%;
}
.enqueteForm .radioList5lv .radiobox {
	flex: 0 0 18.5%;
	display: flex;
}
.enqueteForm .radioList5lv .radiobox:nth-child(n+2) {
	margin-left: 1.875%;
}
.enqueteForm .radioList5lv .label {
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center top;
	padding: 35px 0 6px;
	text-align: center;
	font-size: 85.8%;
}
#step2.enqueteForm .radioList .radiobox {
	flex: 0 0 18.5%;
	display: flex;
}
#step2.enqueteForm .radioList .radiobox:nth-child(n+2) {
	margin-left: 1.875%;
}
#step2.enqueteForm .radiobox .label {
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center top;
	padding: 35px 0 6px;
	text-align: center;
	font-size: 85.8%;
}
.enqueteForm .lastText {
	margin-top: 50px;
	text-align: center;
	font-size: 114.3%;
}
.enqueteForm button:disabled {
	opacity: 0.3;
	pointer-events: none;
}
#step1.enqueteForm .btn {
	margin: 42px auto 100px;
}
#step1.enqueteForm .btn button {
	display: block;
	margin: 0 auto;
	background-color: #cc0000;
	border-radius: 8px;
	width: 338px;
	height: auto;
	padding: 0.5em 1.75em;
	font-size: 178.6%;
	font-weight: normal;
}
#step1.enqueteForm .btn button::before {
	display: none;
}
.enqueteForm .confirmbox dl {
	align-items: center;
}
.enqueteForm .confirmbox dt {
	display: flex;
	align-items: baseline;
	width: 75%;
	padding-left: 0;
	text-indent: 0
}
.enqueteForm .confirmbox dt::before{
	display: none;
}
.enqueteForm .confirmbox dt .num {
	flex: 0 0 auto;
}
.enqueteForm .confirmbox dt .num + span {
	flex: 1 0 0%;
}
.enqueteForm .confirmbox dd {
	width: 25%;
}
.enqueteForm .confirmbox .contents + h2 {
	margin-top: 10px;
}
.enqueteForm .confirmbox .contents > div {
	margin: 0 15px;
	padding: 14px 0;
	font-size: 131.3%;
}
.enqueteForm .confirmbox .btn {
	margin-top: 28px;
}
.enqueteForm .btnSend {
	margin-top: 80px;
}
.enqueteForm .thanks {
	text-align: center;
	margin-bottom: 80px;
}
.enqueteForm .thanks .img {
	width: 115px;
	margin: 58px auto 50px;
}
.enqueteForm .thanks .img img {
	max-width: 100%;
	height: auto;
}
.enqueteForm .thanks p + p {
	margin-top: 1.5em;
}
@media screen and (max-width: 700px) {
	#step5.enqueteForm .lead {
		margin: 20px 15px;
	}
	.enqueteForm .formbox dl {
		border-top: 1px solid #2da441;
	}
	.enqueteForm .formbox dd {
		padding-bottom: 50px;
	}
	#step1.enqueteForm .formbox .row {
		display: block;
		border-bottom: none;
		padding: 0;
		margin-left: 15px;
		margin-right: 15px;
	}
	.enqueteForm .formbox .title {
		display: block;
		width: auto;
		margin-top: 22px;
		margin-bottom: 0.4em;
	}
	.enqueteForm .lastText {
		margin-top: 0;
	}
	#step1.enqueteForm .btn {
		margin-left: 15px;
		margin-right: 15px;
	}
	#step1.enqueteForm .btn button {
		width: 100%;
		padding: 0.5em;
	}
	.enqueteForm .confirmbox dt,
	.enqueteForm .confirmbox dd {
		width: auto;
	}
	.enqueteForm .confirmbox .btn {
		margin-top: 12px;
	}
	.enqueteForm .confirmbox .btn button {
		width: 80%;
	}
	.enqueteForm .btnSend {
		margin-top: 50px;
	}
	.enqueteForm .thanks .img {
		margin: 32px auto 25px;
	}
	.enqueteForm .thanks p span {
		display: block;
	}
}
#step1.enqueteForm .kikiInfo .title,
#step1.enqueteForm .kikiInfo ~ div .title {
	margin-left: 0;
}
#step1.enqueteForm .kikiInfo .formContent,
#step1.enqueteForm .kikiInfo ~ div .formContent {
	margin-right: 0;
}
.enqueteForm .kikiInfo {
	flex-wrap: wrap;
}
.enqueteForm .kikiInfo .formContent {
	width: calc(100% - 220px);
	margin-left: auto;
	margin-right: 0;
}
.enqueteForm .kikiInfo .formContent + .formContent {
	border-top: 1px dashed #b3b3b3;
	padding-top: 10px;
	margin-top: 20px;
}
.enqueteForm .kikiList02 {
	flex-wrap: wrap;
}
.enqueteForm .kikiList02 .radiobox {
	flex-basis: 32%;
	margin-top: 10px;
}
.enqueteForm .kikiList02 .radiobox:nth-child(n+2) {
	margin-left: 2%;
}
.enqueteForm .kikiList02 .radiobox:nth-child(3n+1) {
	margin-left: 0;
}
@media screen and (max-width: 700px) {
	.enqueteForm .kikiInfo .formContent {
		width: auto;
		margin-left: 0;
	}
	.enqueteForm .kikiInfo .formContent + .formContent {
		margin-top: 14px;
		padding-top: 8px;
	}
	.enqueteForm .kikiList02 .radiobox {
		flex-basis: 47.5%;
	}
	.enqueteForm .kikiList02 .radiobox:nth-child(n+2) {
		margin-left: 5%;
	}
	.enqueteForm .kikiList02 .radiobox:nth-child(odd) {
		margin-left: 0;
	}
}
.enqueteForm .openbox h2 {
	background-color: #2da441;
	margin: 80px 0 25px;
	padding: 14px 0;
	text-align: center;
	line-height: 1.33;
	color: #fff;
	font-size: 128.6%;
	font-weight: bold;
}
.enqueteForm .openbox h2 ~ .row .title {
	width: 350px;
	margin-left: 20px;
}
.enqueteForm .openbox h2 ~ .row .formContent {
	width: auto;
}
.enqueteForm .kome {
	margin-top: 8px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 92.9%;
	line-height: 1.5;
}
.enqueteForm .openbox {
	display: none;
}
@media screen and (max-width: 700px) {
	.enqueteForm .openbox h2 {
		margin: 0;
	}
	.enqueteForm .openbox h2 ~ .row {
		display: block;
		border-bottom: none;
		margin: 0 15px;
		padding-bottom: 18px;
	}
	.enqueteForm .openbox h2 ~ .row .title {
		width: auto;
		margin-left: 0;
	}
	.enqueteForm .openbox h2 ~ .row .formContent {
		width: auto;
	}
}

/* ==== 警報器取り替え受付フォーム ==== */
.keihouPage .red {
	color: #c00;
}
.keihouPage h1 br {
	display: none;
}
.keihouPage .postcard {
	display: flex;
	justify-content: center;
	margin: 60px auto 40px;
}
.keihouPage img {
	max-width: 100%;
	height: auto;
}
.keihouPage .postcard .img {
	flex: 0 0 340px;
	border: 1px solid #666;
}
_:-ms-lang(x)::-ms-backdrop, .keihouPage .postcard .img {
	max-width: 340px;
}
.keihouPage .postcard .img + .img {
	margin-left: 40px;
}
.keihouPage .cautionbox {
	max-width: 780px;
	margin: 40px auto 60px;
	border: 1px solid #ccc;
	padding: 24px 35px;
}
.keihouPage .cautionbox dd {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 8px;
}
.keihouPage #step1 .btn {
	margin: 42px auto 100px;
	text-align: center;
}
.keihouPage .formbox dd .caution + .row {
	margin-top: 0.928em;
}
.keihouPage .formbox .row .title .hissu {
	font-weight: bold;
	margin-right: 0;
	margin-left: 0.5em;
}
.keihouPage .formbox .row > .caution {
	margin-top: 1em;
}
.keihouPage label.radiobox {
	cursor: pointer;
}
.keihouPage label.radiobox .label {
	display: block;
	padding: 8px 8px 8px 35px;
	border-radius: 10px;
	border: 1px solid #b3b3b3;
	background: url(../img/radio-off.png) left center no-repeat;
	background-size: 35px auto;
	font-weight: bold;
	font-size: 128.6%;
}
.keihouPage label.radiobox :checked + .label {
	background-image: url(../img/radio-on.png);
	background-color: #e0f4f5;
}
.keihouPage .row.longTitle .title {
	width: auto;
}
.keihouPage .row.longTitle .formContent {
	flex: 1 0 0%;
	width: auto;
	margin-left: auto;
	padding-right: 1em;
	text-align: right;
}
.keihouPage .show_applicant2 .row:first-child {
	border-top: 1px dashed #b3b3b3;
	padding-top: 20px;
}
.keihouPage .zipcode button {
	margin-left: 20px;
}
.keihouPage .paybox {
	margin-top: 20px;
}
.keihouPage .paybox .caution:first-of-type {
	margin-bottom: 10px;
}
.keihouPage .paybox .radioList + .caution {
	margin-top: 16px;
}
.keihouPage .paybox .caution ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.keihouPage #step2 #sendButton {
	width: 320px;
}
@media screen and (max-width: 700px) {
	.keihouPage h1 br {
		display: inline;
	}
	.keihouPage .postcard {
		width: 92%;
		min-width: 300px;
	}
	.keihouPage .postcard .img {
		flex-basis: 49%;
	}
	.keihouPage .postcard .img + .img {
		margin-left: auto;
	}
	.keihouPage .cautionbox {
		width: 92%;
		min-width: 300px;
		padding: 15px 10px;
	}
	.keihouPage .formbox dd .caution + .row {
		margin-top: 0;
	}
	.keihouPage .formbox .row {
		display: block;
	}
	.keihouPage .formbox .address .row {
		display: flex;
	}
	.keihouPage .formbox .address .condition2,
	.keihouPage .formbox .address .condition2 ~ .row,
	.keihouPage .formbox .address.show_applicant1 > dd > .row,
	.keihouPage .formbox .address.show_applicant1 .show_applicant2 > .row:first-child {
		display: block;
	}
	.keihouPage .address .radioListRow {
		flex-direction: row;
	}
	.keihouPage .address .radioListRow li + li {
		margin-top: 0;
		margin-left: 20px;
	}
	.keihouPage .zipcode .input_ss {
		width: calc((100% - 145px) / 2);
	}
	.keihouPage .zipcode button {
		margin-left: 15px;
	}
	.keihouPage .row.longTitle .formContent {
		text-align: left;
	}
	.keihouPage .address:nth-of-type(3) dt,
	#formPostCard dt {
		position: relative;
		border-bottom: none;
		padding: 0;
		background-color: transparent;
		display: block;
	}
	.keihouPage .address:nth-of-type(3) dd,
	#formPostCard dd {
		padding-top: 0;
	}
	.keihouPage .address:nth-of-type(3) dt .label,
	#formPostCard dt .label {
		display: block;
		border-bottom: 1px dashed #2da441;
		background-color: #f5f5f5;
		padding: 8px 14px 8px 66px;
	}
	.keihouPage .address:nth-of-type(3) dt .hissu,
	#formPostCard dt .ninni {
		position: absolute;
		left: 14px;
		top: 7px;
	}
	.keihouPage .address:nth-of-type(3) dt .caution {
		position: static;
		display: block;
		margin: 15px 14px 0;
	}
	.keihouPage .address dd {
		margin-top: 0;
	}
	.keihouPage .show_applicant2 .row:first-child {
		padding-top: 15px;
	}
	.keihouPage .paybox {
		border-top: 1px dashed #2da441;
		padding-top: 20px;
	}
	#formPostCard dt .caution {
		display: block;
		margin-left: 14px;
		margin-right: 14px;
	}
	.keihouPage #step2 .btnbox li {
		flex-basis: 54%;
	}
	.keihouPage #step2 .btnbox .back {
		flex-basis: 42%;
	}
	.keihouPage #step2 #sendButton {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 1.2;
	}
	.keihouPage #step2 #sendButton span {
		display: inline-block;
	}

	.keihouPage #step6 .back button {
		text-align: center;
	}
}
