@charset "UTF-8";

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
	color: #585858;
	word-break: initial;
	word-wrap: break-word;
}
input, textarea, select, button {
	font-family: inherit;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"] {
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 300px;
}
input[type="radio"] {
	transform: scale(1.1);
}
select {
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
}
a {
	color: inherit;
}
.en {
	font-family: "HelveticaNeue", 'Noto Sans JP', sans-serif;
}
.contentWrap{
}
.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.header {
	padding: 15px 0 20px;
}
.haderContent {
	display: flex;
	align-items: center;
	justify-content: lex-end;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-end;
}
.haderFreeDial {
	display: flex;
	align-items: center;
	color: #D52C0B;
}
.haderFreeDialImage {
	width: 46px;
}
.haderFreeDialText {
	padding-left: 8px;
}
.haderFreeDialText01 {
	font-size: 12px;
}
.haderFreeDialText02 {
	font-size: 32px;
	margin: 15px 0;
}
.haderFreeDialText03 {
	font-size: 11px;
}
.content {
	border-top: 3px solid #FFC001;
}
.mainTitle {
	background: -moz-linear-gradient(top, #d52c0b 0%, #f54f5d 100%);
	background: -webkit-linear-gradient(top, #d52c0b 0%,#f54f5d 100%);
	background: linear-gradient(to bottom, #d52c0b 0%,#f54f5d 100%);
	margin-top: 32px;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	padding: 21px 10px;
}
.condition {
	margin-top: 20px;
	border: 3px solid #FFC001;
	border-radius: 3px;
}
.conditionList {
	display: flex;
	text-align: center;
	font-size: 20px;
}
.conditionListItem {
	width: 25%;
	padding: 20px 0 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-height: 100%;
}
.conditionLable {
	width: 100%;
}
.conditionImage {
	margin-top: 20px;
}
.consultation {
	margin-top: 20px;
}
.consultationText{
	font-size: 20px;
	text-align: center;
	color: #F54F5D;
	border-top: 3px double #F54F5D;
	border-bottom: 3px double #F54F5D;
	padding: 20px 0;
}
.consultationButton {
	margin-top: 20px;
}
.button {
	background: -moz-linear-gradient(to top, #d52c0b 0%, #f54f5d 100%);
	background: -webkit-linear-gradient(to top, #d52c0b 0%,#f54f5d 100%);
	background: linear-gradient(to top, #d52c0b 0%,#f54f5d 100%);
	width: 480px;
	line-height: 60px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 28px;
	border-radius: 10px;
	margin: 0 auto;
	border-bottom: 4px #B7200B solid;
	cursor: pointer;
}
.disabled {
	background: -moz-linear-gradient(to top, #aaaaaa 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(to top, #aaaaaa 0%,#eeeeee 100%);
	background: linear-gradient(to top, #aaaaaa 0%,#eeeeee 100%);
	border-bottom: 4px solid #555;
	cursor: no-drop;
}
.condition2 {
	margin-top: 40px;
}
.conditionList2 {
	display: flex;
	text-align: center;
	font-size: 24px;
	justify-content: center;
}
.conditionListItem2 {
	width: 192px;
	height: 192px;
	border-radius: 50%;
	margin: 0 15px;
}
.condition2Lable {
	width: 100%;
	height: 96px;
	background-color: #FFC001;
	border-radius: 96px 96px 0 0;
	padding-top: 40px;
}
.condition2Image {
	width: 100%;
	height: 96px;
	border-radius: 0 0 96px 96px;
	border: 3px solid #FFC001;
	padding-top: 30px;
}

.form {
	margin-top: 40px;
}
.step{
	/* display: none; */
}
.inputArea{
}
.inputArea + .inputArea{
	margin-top: 20px;
}
.inputAreaLabel {
	background-color: #D52C0B;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 7px 7px 0 0;
}
.inputAreaBody {
	background-color: #ffe4e3;
	padding: 30px;
}
.inputAreaDl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.inputAreaDl + .inputAreaDl{
	margin-top: 15px;
}
.inputAreaDt {
	width: 120px;
}
.inputAreaDd {

}
.error {
	font-size: 14px;
	margin-top: 10px;
	color: red;
}
.zip {
	width: 100px !important;
}
.listLine {
	display: flex;
	margin: -20px 0 0 -20px;
	flex-wrap: wrap;
}
.listLineItem {
	margin: 20px 0 0 20px;
}
.inputLabel {
	margin-left: 8px;
}
.stepButton {
	margin-top: 20px;
}

.backButton {
	margin-top: 20px;
	width: 300px;
	font-size: 24px;
	background: linear-gradient(to top, #3261AB 0%,#74acff 100%);
	border-bottom: 4px solid #153c77;
}
.condition3 {
	margin-top: 40px;
}
.conditionList3 {
	display: flex;
	text-align: center;
	font-size: 20px;
}
.conditionListItem3 {
	width: 465px;
	padding: 20px 0 20px;
	margin: 0 22px;
	border: 3px solid #FFC001;
	border-radius: 8px;
}
.condition3Lable {
	font-size: 20px;
}
.condition3Image {
	margin: 40px 0 30px;
}
.condition3Img01 {
	width: 120px;
}
.condition3Img02{
	width: 95px;
}
.condition3Text {
	font-size: 16px;
	line-height: 2;
}
.condition3Button {
	margin-top: 20px;
}
.condition3Text2 {
	color: #D52C0B;
	font-size: 24px;
	margin-top: 40px;
	text-align: center;
}
.footer {
	margin-top: 40px;
	border-top: 3px solid #FFC001;
	padding: 40px 0 40px;
}
.footerList {
	display: flex;
	justify-content: center;
}
.footerListItem {
	margin: 0 10px;
}
.footerListItem a {
	text-decoration: underline;
}
.copyright {
	margin-top: 40px;
	text-align: center;
}

.thanks {
	margin-top: 40px;
	padding: 0 20px;
	line-height: 1.4;
}

.thanks p{
	margin-top: 1em;
}
.thanks p:first-child {
	margin-top: 0;
}

.rule {
	padding: 40px 0;
	line-height: 1.4;
}
.ruleTitle {
	font-size: 24px;
}
.ruleTitle + p {
	margin-top: 20px;
}
.ruleDl {

}
.ruleDt {
	margin-top: 20px;
}
.ruleDd {
	margin-top: 10px;
}
.ruleDd p + p{
	margin-top: 1em;
}
.ruleUl {
	
}
.ruleLi {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 5px;
}

@media screen and (max-width:560px) {
	.header {
		padding: 15px 5px 20px;
	}
	input[type="text"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select {
		-webkit-appearance: none;
		border-radius: 0;
	}
	select {
		padding-right: 2em;
		position: relative;
	}
	.inner {
		width:100%;
	}
	.button {
		width: 80%;
		font-size: 5vw;
		line-height: 10vw;
	}
	.backButton {
		width: 70% !important;
		font-size: 4vw !important;
	}
	.mainTitle {
		font-size: 6.1vw;
	}
	.condition {
		margin: 40px 20px;
	}
	.conditionList {
		flex-wrap: wrap;
		padding: 1.78vw 0;
		font-size: 3.57vw;
	}
	.conditionListItem {
		width: 50%;
		padding: 1.78vw 0 1.78vw;
	}
	.conditionLable {
		line-height: 1.4;
		font-size: 3.57vw;
	}
	.conditionImage {
		margin-top: 3.57vw;
	}
	.conditionImage img {
		max-width: 100%;
	}
	.consultationText {
		padding: 20px 10px;
		line-height: 1.2;
	}
	.conditionList2 {
		font-size: 4vw;
	}
	.conditionListItem2 {
		width: 29vw;
		height: 29vw;
		margin: 0 1vw;
	}
	.condition2Lable {
		height: 14.5vw;
		border-radius: 14.5vw 14.5vw 0 0;
		padding-top: 7vw;
	}
	.condition2Image {
		height: 14.5vw;
		border-radius: 0 0 14.5vw 14.5vw;
		border: 0.7vw solid #FFC001;
		padding-top: 3vw;
	}
	.inputAreaLabel {
		line-height: 1.4;
		border-radius: 0;
		padding: 1.3vw 2vw;
	}
	.inputAreaBody {
		padding: 6vw;
	}
	.listLine {
		margin: -4vw 0 0 -4vw;
		flex-wrap: wrap;
	}
	.listLineItem {
		margin: 4vw 0 0 4vw;
	}
	.inputAreaDl {
		display: block;
	}
	.inputAreaDt {
		width: auto;
	}
	.inputAreaDd {
		margin-top: 10px;
	}
	.conditionList3 {
		flex-wrap: wrap;
	}
	.conditionListItem3 {
		padding: 20px 0 20px;
		margin: 10px 20px;
	}
	.condition3Lable {
		font-size: 3.57vw;
	}
	.condition3Image {
		margin: 7.14vw 0 5.35vw;
	}
	.condition3Img01 {
		width: 21.42vw;
	}
	.condition3Img02 {
		width: 16.96vw;
	}
	.condition3Text {
		font-size: 2.85vw;
	}
	.condition3Text2 {
		line-height: 1.4;
		padding: 0 10px;
		font-size: 4.6vw;
	}
	.copyright {
		font-size: 2.85vw;
	}
	.thanks {
		padding: 0 20px;
	}
	.rule {
		padding: 40px 20px;
	}
}