@charset "utf-8";
/* CSS Document */


/* #＃＃### 共通項目 ＃＃#### */

#tcRb label {
	width: 33.33%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	padding: 14px 8px 8px 0;
	display: block;
	float: left;
}
.prologe {
	border-radius: 14px;
	background-color: #f4f4f4;
	margin-bottom: 14px;
	padding: 8px 18px;
}
.prologe p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
}

.ppBox {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-top: dotted 1px #cccccc;
	margin-top: 18px;
	padding: 18px 0;
}
.ppBox p {
	font-size: 14px;
	margin-top: 8px;
}

.subBox {
	text-align: center;
}

/* step */
.inquiry-step {
	margin-bottom: 14px;
	padding: 0;
}
.inquiry-step__item01 {
	background: #707070;
	color: #fff;
}

.inquiry-step__item:not(:last-child) {
    position: relative;
}
.inquiry-step__item {
	align-items: center;
	background: #ddd;
	border-right: 3px solid #fff;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 0.8rem;
	padding: 1.2rem 0.4rem;
}
.inquiry-step, .inquiry-step__item {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
:where(:not(fieldset,progress,meter)) {
    background-origin: border-box;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0;
}

.inquiry-step__item:not(:last-child) {
    position: relative;
}
.inquiry-step__item:not(:last-child):before {
    background: 50% no-repeat url(../img/inquiry-step_arrow-icon.svg);
    background-size: contain;
    content: "";
    display: block;
    height: 27px;
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 1.1rem;
    z-index: 1;
}
.inquiry-step__item.inquiry-step__current:before {
    background-image: url(../img/inquiry-step_current-arrow-icon.svg);
}
.inquiry-step__item span {
	font-size: 24px;
	font-weight: bolder;
	line-height: 1;
}
.inquiry-step__item p {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
}
.inquiry-step__current {
    background: #707070;
    color: #fff;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {


}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {


}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {


}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

#tcRb label {
	font-size: 13px;
	padding: 12px 6px 5px 0;
	display: block;
	float: left;
}
	
/* step */
.inquiry-step {
	margin-bottom: 10px;
	padding: 0 14px;
}
.inquiry-step__item {
	align-items: center;
	background: #ddd;
	border-right: 3px solid #fff;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 0.4rem;
	padding: 0.8rem 0.8rem;
}
.inquiry-step__item:not(:last-child):before {
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 1.1rem;
    z-index: 1;
}
.inquiry-step__item.inquiry-step__current:before {
}
.inquiry-step__item span {
	font-size: 18px;
	line-height: 1;
}
.inquiry-step__item p {
	font-size: 12px;
	line-height: 1.2;
}
.inquiry-step__current {
    background: #707070;
    color: #fff;
}

.prologe {
	border-radius: 12px;
	margin-bottom: 8px;
	padding: 6px 10px;
}
.prologe p {
	font-size: 12px;
	margin: 8px 0;
}
	
.ppBox {
	font-size: 14px;
	margin-top: 14px;
	padding: 14px 0;
}
.ppBox p {
	font-size: 13px;
	margin-top: 6px;
}
	
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {


	
}


/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {


}

/* #### width 1248px 以上の場合の設定 #### */
@media (min-width: 1248px) {


}