@charset "utf-8";
/* CSS Document */

/* 10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */

.introduction-txt {margin-bottom: 20px;}
.introduction-txt p {margin: 0;}
.introduction-txt p strong {
	color: #f00;
	font-size: 108%;
}
.introduction-txt .note {
	padding-left: 1em;
	text-indent: -1em;
}

.tel-inquiry {
	background-color: #ecebdf;
	margin-bottom: 25px;
	border-color: #998675;
}
.tel-inquiry a {display: block;line-height: 1;margin-bottom: 10px;}
.tel-inquiry strong {font-size: 108%;margin-right: 10px;}


.form-step {
	list-style: none;
	margin: 0 0 20px !important;
	padding-left: 0;
	position: relative;
	overflow:hidden;
	height:34px;
}
.confirm-page {margin-top: 20px;}
.form-step li{
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	line-height:34px;
	background-size:100% auto;
	position:absolute;
}
.form-step li strong{
	display:block;
	height:34px;
	background-size:100% auto;
}
.form-step01{
	width:33%;
	min-width:98px;
	z-index:0;
	background:url(../images/common/form_step1.svg) no-repeat center center;
}
.form-step01 strong{background:url(../images/common/form_step1_active.svg) no-repeat center center;}
.form-step02{
	width:39%;
	min-width:117px;
	z-index:2;
	left:50%;
	margin-left:-19.5%;
	background:url(../images/common/form_step2.svg) no-repeat center center;
}
.form-step02 strong{background:url(../images/common/form_step2_active.svg) no-repeat center center;}
.form-step03{
	width:32.666666%;
	right:0;
	min-width:99px;
	z-index:1;
	background:url(../images/common/form_step3.svg) no-repeat center center;
}
.form-step03 strong{background:url(../images/common/form_step3_active.svg) no-repeat center center;}


.form-set {margin-bottom: 30px;}
.renrakusaki {margin-top: 20px;}
.otoiawase {margin-bottom: 0 !important;}


.form-set dt {
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 7px;
}
.form-set dd {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.form-set dd:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.otoiawase.form-set dd:last-child {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 15px;
} 
.form-set dd p {margin: 0 0 5px;}
.form-set dd ul li {margin-bottom: 5px;}
.form-set dd p:last-child,
.form-set dd ul:last-child,
.form-set dd ul li:last-child {margin: 0;}
.form-set dd p.note {
	text-indent: -1em;
	padding-left: 1em;
	color: #F00;
}
.form-set dd h4,
.form-set dd h5 {
	font-size: 108%;
	margin: 10px 0 5px;
}
.form-set dd ul {
	list-style: none;
	margin: 0 0 7px;
}


.form-set input,
.form-set textarea,
.form-set select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 123.1%;
	padding: 5px;
	margin: 3px 0;
	border: 1px solid #ccc;
}
.form-set .input01,
.form-set .input02 {width: 100%;}
.form-set .input03 {width: 85px;}
.form-set .input04 {width: 93px;}
.form-set textarea {
	width: 100%;
	height: 8em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 2px solid #42b9d0 !important;
	background-color: #e9f2f4;
}

div.alert {
	margin-bottom: 15px;
}

div.alert span {
	font-size: 90%;
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #808080;
	white-space: nowrap;
	padding: 10px 15px;
	position: relative;
}

.alert span:after, .alert span:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.alert span:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.alert span:before {
	border-color: rgba(207, 207, 207, 0);
	border-top-color: #808080;
	border-width: 11px;
	margin-left: -11px;
}

.submit-btn {
	text-align: center;
	margin: 30px 0;
}
.submit-btn input {
	border: 0;
	font-weight: bold;
	font-size: 108%;
	color: #FFF;
	height: 50px;
	-webkit-appearance: none;
	border-radius: 5px;
	width: 100%;
}
.submit-btn input.check,
.submit-btn input.send {background-color: #f7931e;}
.submit-btn input.send {margin-bottom: 10px;}
.submit-btn input.back {background-color: #666;}
.submit-btn input.check:hover,
.submit-btn input.send:hover {background-color: #ed690f;}
.submit-btn input.back:hover {background-color: #333;}
.submit-btn input.check.disabled-btn,
.submit-btn input.check.disabled-btn:hover {background-color: #ccc;}

.hissu-img {
	vertical-align: middle;
	width: 45px;
	margin-left: 7px;
}

.policy {margin-top: 20px;}
.policy h3 {
	font-size: 108%;
	margin-bottom: 10px;
	margin-top: 0;
}
.policy .icon-newwin {color: #0075b5;margin-left: 5px;font-size: 12px;}
.policy p:last-child {margin-top: 20px;margin-bottom: 0;}

@media print, screen and (min-width: 641px) {
	
.pc-gNav>ul>li.gNav-inquiry>a:before {
	left: 0;
	right: 0;
}

.introduction-txt {margin-bottom: 30px;}
.introduction-txt p strong {font-size: 116%;line-height: 1.5;}
.tel-inquiry {margin-bottom: 30px;}

.tel-inquiry .icon-tel {display: none;}
.tel-inquiry a {position: relative;display: inline;margin-right: 10px;padding-left: 29px;}

.form-step {
	margin: 0 0 30px !important;
	height:auto;
}
.form-step li{
	color:#fff;
	text-align:center;
	float:left;
	line-height:40px;
	background-size:auto;
	position: relative;
	width: 246px;
	margin-right: 1.5%;
	font-size: 116%;
}
.form-step li:after {
	content: "";
	position: absolute;
	background: url(../images/common/spritesheet.png) no-repeat -30px -1144px;
	width: 8px;
    height: 15px;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.form-step li:last-child {width: 228px;margin-right: 0;width: 30%;}
.form-step li:last-child:after {content: none;}
.form-step li strong{
	display:block;
	background-color: #333;
	height:40px;
	background-size:auto;
	margin-right: 20px;
}
.form-step li span{
	display: block;
	background-color: #b2b2b2;
	margin-right: 20px;
}
.form-step li:last-child strong,
.form-step li:last-child span {margin-right: 0;}
.form-step01 strong{background-image:none;}
.form-step02{
	left:auto;
	margin-left:0;
}
.form-step02 strong{background-image:none;}
.form-step03{
	right:auto;
	min-width:99px;
}
.form-step03 strong{background-image:none;}

.form-set {margin-bottom: 40px;}
.renrakusaki {margin-top: 30px;}

.form-set dl {
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	background: url(../images/common/entry_tbl_bg.png) repeat-y left top;
}
.form-set dt {
	float: left;
	clear: both;
	width: 190px;
	padding: 0 15px 15px;
	min-height: 1em;
	font-size: 116%;
}
.form-set dd {
	padding-left: 230px;
	min-height: 2em;
	margin-bottom: 10px;
}
.form-set dd:last-child {border-bottom: 1px solid #ccc;padding-bottom: 15px;}

.form-set input,
.form-set textarea,
.form-set select {font-size: 100%;}
.form-set .input01 {width: 240px;}
.form-set .input02 {width: 400px;}
.form-set textarea {height: 12em;}

.form-set select {font-size: 100%;}

.form-set dd ul li {
	display: inline-block;
	margin: 0 30px 5px 0;
}

.policy {margin-top: 50px;}
.policy .icon-newwin:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 13px;
    height: 10px;
	background: url(../images/common/spritesheet.png) no-repeat -30px -793px;
}

.submit-btn {margin: 50px 0;}
.submit-btn.confirmPage {margin: 50px 0 0;}
.submit-btn input {
	width: 210px !important;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.submit-btn input.send {margin-bottom: 0;margin-right: 5px;}
.submit-btn input.back {margin-left: 5px;}



}