@charset "UTF-8";


/***********************************************************************

  STEP表示

***********************************************************************/

.compt.step_box {
	margin: 0 0 40px 0;
}

.compt.step_box .step_txt {
	display: flex;
	/*padding: 0 20px 10px;*/
	margin: 0 auto;
	width: 100%;
	/*max-width: 900px;*/
}


.compt.step_box .step_txt li {
	color: var(--color-toshiba-gray-40);
	list-style-type: none;
	text-align: center;
	width: 24%;
	padding: 10px;
	/*font-size: 15px;
	line-height: 25px;*/
}

.compt.step_box[data-size="3"] .step_txt li:nth-child(2) {
	width: 52%;
}

.compt.step_box[data-step="1"] .step_txt li:nth-child(1),
.compt.step_box[data-step="2"] .step_txt li:nth-child(2),
.compt.step_box[data-step="3"] .step_txt li:nth-child(3) {
	color: var(--color-black);
}

.compt.step_box .step_txt li span {
	font-weight: bold;
	display: block;
}

.compt.step_box .step_image {
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
}

.compt.step_box[data-size="3"][data-step="1"] .step_image {
	background-image: url(../images/step3_1_pc.png);
}

.compt.step_box[data-size="3"][data-step="2"] .step_image {
	background-image: url(../images/step3_2_pc.png);
}

.compt.step_box[data-size="3"][data-step="3"] .step_image {
	background-image: url(../images/step3_3_pc.png);
}

@media (max-width:750px) {
	.compt.step_box {
		margin: 0 10px 40px 10px;
	}

	.compt.step_box .step_txt {
		padding: 0;
		min-width: 100%;
	}

	.compt.step_box .step_txt li {
		font-size: 16px;
		width: 100%;
		text-align: left;
	}

	.compt.step_box .step_txt li span {
		font-weight: bold;
		padding: 0 10px 0 0;
		display: inline-block;
	}

	.compt.step_box[data-step="1"] .step_txt li:not(:nth-child(1)),
	.compt.step_box[data-step="2"] .step_txt li:not(:nth-child(2)),
	.compt.step_box[data-step="3"] .step_txt li:not(:nth-child(3)) {
		display: none;
	}

	.compt.step_box .step_image {
		height: 60px;
	}

	.compt.step_box[data-size="3"][data-step="1"] .step_image {
		background-image: url(../images/step3_1_sp.png);
	}

	.compt.step_box[data-size="3"][data-step="2"] .step_image {
		background-image: url(../images/step3_2_sp.png);
	}

	.compt.step_box[data-size="3"][data-step="3"] .step_image {
		background-image: url(../images/step3_3_sp.png);
	}
}




/***********************************************************************

  必須マーク

***********************************************************************/
.compt.label {
	font-weight: 600;
}


.compt.label .req {
	color: var(--color-white);
	font-weight: 400;
	background-color: var(--color-toshiba-red);
	/*border-radius: 1px;*/
	padding: 0.2em 1em;
	margin-left: 2rem;
	/*margin-left: 1em;*/
	line-height: 2.0;
	word-break: keep-all;
}


@media (max-width:750px) {
	.compt.label .req {
		margin-left: 0.5rem;
	}
}

/***********************************************************************

  セレクト

***********************************************************************/

.compt.select {
}

.compt.select select {
	/*background-color: var(--color-white);*/
	background-color: var(--color-toshiba-cyan-10);
	border: 1px var(--color-black) solid;
	/*border-radius: 4px;*/
	color: var(--color-toshiba-gray-dark);
	padding: 0.5em;
	border-radius: 0;
	border: 2px var(--color-toshiba-gray) solid;
	/*border-radius: 4px;*/
	color: var(--color-black);
	/*box-shadow: inset 0 1px 3px var(--color-toshiba-gray-55);*/
}

.compt.select select:hover {
	/*border-color: var(--color-toshiba-blue);*/
}

.compt.select select:focus {
	/*outline: 1px var(--color-toshiba-gray-dark) dotted;*/
	/*outline: 3px var(--color-toshiba-cyan-55) solid;*/
	border-color: var(--color-toshiba-blue);
	/*background-color: var(--color-toshiba-cyan-10);*/
}


@media (max-width:750px) {
	.compt.select select {
		font-size: 1.2rem;
		height: 3.2rem;
		
	}
}



/***********************************************************************

  テキストボックス

***********************************************************************/

.compt.textbox input[type=text]:not(.bd0), 
.compt.textbox input[type=password], 
.compt.textbox textarea {
	/*background-color: var(--color-white);*/
	/*background-color: var(--color-toshiba-gray-15);*/
	background-color: var(--color-toshiba-cyan-10);
	outline: none;
	border: 2px var(--color-toshiba-gray) solid;
	border-radius: 0;
	/*border-radius: 4px;*/
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
	color: var(--color-black);
	padding: 0.5em;


	/*border: 1px var(--color-black) solid;*/
	/*box-shadow: inset 0 1px 3px var(--color-toshiba-gray-55);*/
}

.compt.textbox input[type=text]:not(.bd0):hover,
.compt.textbox input[type=password]:hover,
.compt.textbox textarea:hover{
	/*border-color: var(--color-toshiba-blue);*/
}

.compt.textbox input[type=text]:not(.bd0):focus,
.compt.textbox input[type=password]:focus,
.compt.textbox textarea:focus{
	/*outline: 1px var(--color-toshiba-gray) dotted;*/
	/*outline: 3px var(--color-toshiba-cyan-25) solid;*/
	border-color: var(--color-toshiba-blue);
	/*background-color: var(--color-toshiba-cyan-10);*/
}

.compt.textbox input[type=text].bd0:focus {
	outline: none;
}


.compt.textbox ::placeholder{
	color: var(--color-toshiba-cyan);
}


@media (max-width:750px) {
	.compt.textbox input,
	.compt.textbox textarea{
		font-size: 1.2rem;
	}
}


/***********************************************************************

  ラジオボタン

***********************************************************************/

.compt.radio {
	position: relative;
	line-height: 2.4;
}

span.compt.radio {
	display: inline-block;
}

.compt.radio input[type=radio] {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;

	width: 50px;
}

.compt.radio label {
	box-sizing: border-box;
	
	/*-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;*/
	
	transition: color .2s, background-color .2s;
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 2.4rem;
}

.compt.radio label::before,
.compt.radio label::after {
	content: "";
	display: block; 
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	/*-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;*/
	transition: opacity .2s;
	border-radius: 50%;
}

.compt.radio label::after {
	background-color: var(--color-white);
	border: 2px var(--color-toshiba-gray) solid;
	left: 0;
	width: 1.4rem;
	height: 1.4rem;
}

.compt.radio label::before {
	background-color: var(--color-toshiba-blue);
	opacity: 0;
	z-index: 1;
	
	/*left: 0.5rem;*/
	left: 0.35rem;
	width: 0.7rem;
	height: 0.7rem;
}

.compt.radio input[type=radio]:checked + label::before {
	opacity: 1.0;
}
.compt.radio input[type=radio]:checked + label::after {
	background-color: var(--color-white);
	border-color: var(--color-toshiba-blue);
}


/*.compt.radio input[type=radio]:focus + label::after,
.compt.radio label:hover::after {
	border-color: var(--color-toshiba-blue);
}*/

.compt.radio input[type=radio]:focus + label,
.compt.radio label:hover {
	color: var(--color-toshiba-blue);
	text-decoration:underline;
	text-underline-offset:.15em;
}


@media (max-width:750px) {
	.compt.radio label{
		font-size: 1.1rem;
		line-height: 1.4;
	}
}

/***********************************************************************

  チェックボックス

***********************************************************************/

.compt.checkbox {
	position: relative;
	line-height: 2.4;
}

span.compt.checkbox {
	display: inline-block;
}

.compt.checkbox input[type=checkbox] {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

.compt.checkbox label {
	box-sizing: border-box;
	
	/*-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;*/
	transition: background-color .2s, color .2s;
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 2.4rem;
}

.compt.checkbox label::before,
.compt.checkbox label::after {
	content: "";
	display: block; 
	/*border-radius: 50%;*/
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	/*-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;*/
	transition: opacity .2s;
}


.compt.checkbox label::after {
	background-color: var(--color-white);
	border: 2px var(--color-toshiba-gray) solid;
	left: 0;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 4px;
}

.compt.checkbox label::before {
	opacity: 0;
	z-index: 1;
	
	margin-top: -0.8rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 0.2rem solid var(--color-white);
	border-bottom: 0.2rem solid var(--color-white);
	left: 0.5rem;
	width: 0.5rem;
	height: 1.1rem;
}
.compt.checkbox input[type=checkbox]:checked + label::before {
	opacity: 1.0;
}
.compt.checkbox input[type=checkbox]:checked + label::after {
	background-color: var(--color-toshiba-blue);
	border-color: var(--color-toshiba-blue);
}

/*.compt.checkbox input[type=checkbox]:focus + label::after,
.compt.checkbox label:hover::after {
	border-color: var(--color-toshiba-blue);
}*/

.compt.checkbox input[type=checkbox]:focus + label,
.compt.checkbox label:hover {
	color: var(--color-toshiba-blue);
	text-decoration:underline;
	text-underline-offset:.15em;
}



/***********************************************************************

  フォーム：disabled

***********************************************************************/

.compt.select select:disabled,
.compt.radio input:disabled,
.compt.textbox input[type=text]:disabled,
.compt.textbox input[type=password]:disabled,
.compt.textbox textarea:disabled {
	background-color: var(--color-toshiba-gray-25);
	opacity: 0.8;
}


