@charset "utf-8";

.c-list__note.hp_red > li:before{
    color:#db3d23 !important;
}

._pc{
	display: block !important;
}

._sp{
	display: none !important;
}

.c-panel-radio__text.hp_fs16{
	font-size: 16px !important;
}

.hp_sub-txt{
	text-align: center;
	color: #0072BC;
	font-size: 26px !important;
	font-weight: bold;
}

.bg_lightblue {
        background-color: #EEF7FF;
    }



/*-------------------------------------------------------*/
/* c-badge */
/*-------------------------------------------------------*/

.c-badge {
	display: inline-block;
	padding: 7px 19px;
	line-height: 1;
	border-radius: 16px;
	background-color: #0072bc;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

@media (max-width: 991px) {
	.c-badge {
		padding: 5px 16px;
		font-size: 1.6rem;
	}
}

/*-------------------------------------------------------*/
/* c-panel-radio */
/*-------------------------------------------------------*/

.c-panel-radio {
	width: 100%;
	border: 3px solid #d0d0d0;
	border-radius: 8px;
	background-color: #fff;
	transition: background-color .2s;
}

.c-panel-radio._active {
	border: 6px solid #0072bc;
}

.c-panel-radio:not(._active):hover {
	background-color: #F1F8FF;
}

.c-panel-radio > input {
	display: none;
}

.c-panel-radio > label {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px;
	cursor: pointer;
}

.c-panel-radio__text {
	margin-top: 15px;
	font-size: 1.8rem !important;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 991px) {
	.c-panel-radio__text {
		font-size: 1.6rem !important;
	}
}

/*-------------------------------------------------------*/
/* c-icon-radio */
/*-------------------------------------------------------*/

.c-icon-radio {
	width: 26px;
	height: 26px;
	background: url(/denwa/img/icon-radio.svg) no-repeat;
	background-size: cover;
}

@media (max-width: 991px) {
	.c-icon-radio {
		width: 20px;
		height: 20px;
	}
}

.c-panel-radio._active .c-icon-radio {
	background-image: url(/denwa/img/icon-radio-checked.svg);
}

/*-------------------------------------------------------*/
/* ステップ説明文 */
/*-------------------------------------------------------*/

.alt-step__desc {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: left;
}

/*-------------------------------------------------------*/
/* 結果表示エリア */
/*-------------------------------------------------------*/

#alt-result {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#alt-result-content {
	width: 100%;
}

#js-result-placeholder {
	color: #0072BC;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	margin: 0;
}

.alt-result__title {
	color: #0072BC;
	border-bottom: none !important;
}

/*-------------------------------------------------------*/
/* panel toggle */
/*-------------------------------------------------------*/

.is-hide {
	display: none;
}

/*-------------------------------------------------------*/
/* レスポンシブ（SP対応） */
/*-------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.alt-step__desc {
		font-size: 14px;
	}

	/* ステップ2: SP時2カラムグリッド、3つ目を左寄せ */
	.alt-step2__choices.c-column__grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 15px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.alt-step2__choices > .c-column__w4 {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.alt-step2__choices .c-panel-radio > label {
		padding: 15px 10px;
	}

	.alt-step2__choices .c-panel-radio__text {
		font-size: 1.4rem !important;
	}

	.alt-result__title {
		font-size: 20px;
	}

	._pc{
		display: none !important;
	}

	._sp{
		display: block !important;
	}

	.hp_sp-ta-l{
		text-align: left !important;
	}

	.sp-c-space__mb0{
		margin-bottom: 0 !important;
	}

	.sp-c-space__mb20{
		margin-bottom: 20px !important;
	}

	.sp-c-space_mt20{
		margin-top: 20px !important;
	}

	body.c-page-home[data-page="home"] .c-link__btn, body.c-page-sub[data-page="page"] .c-link__btn{
		    padding: 14px 40px 13px 40px;
	}

	._sp_prl10{
		padding-left:10px !important;
		padding-right:10px !important;
	}

	.c-page-sub__content .hp_sub-txt{
		text-align: left;
		font-size: 18px !important;
	}

	.c-panel-radio__text {
		text-align: justify;
	}

	.hp_sp-whitespace{

	white-space: nowrap;}

	#js-result-placeholder {
	font-size: 18px;
	}

	._sp_hp_ptb0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	}

}
