@charset "utf-8";

/*-------------------------------------------------------*/
/* 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;

	&.is-info{
		background-color: #fff;
		color: #0072bc;
		border:1px solid #0072bc;
	}
}

@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;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}

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

.c-panel-radio:not(._active):hover {
	background-color: #e7f2fc;
	transition: background-position 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;

	.c-panel-radio__icon{
		background-color: #fff;
	}
}

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

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

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

.c-link__combo-textarea-text {
	font-size: 1.4rem !important;
	text-align: center;
	display: block;
	margin-top: 10px;
}

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

@media (max-width: 767px) {
	.c-panel-radio{
		padding:10px;
	}
}


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

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

@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);
}

/*-------------------------------------------------------*/
/* c-panel-result */
/*-------------------------------------------------------*/

.c-panel-result {
	margin-top: 60px;
	padding: 40px;
	border: 2px solid #0072bc;
	border-radius: 8px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.c-panel-result {
		padding: 20px;
	}
}

/*-------------------------------------------------------*/
/* c-panel-result__title */
/*-------------------------------------------------------*/

.c-panel-result__title {
	padding-bottom: 0 !important;
	border-bottom: none !important;
	color: #0072bc;
	font-size: 2rem !important;
}

.c-panel-result__title > span {
	display: inline-block;
	margin-right: 5px;
	padding: 5px;
	line-height: 1;
	background-color: #ffdf3d;
	font-size: 2.4rem;
}

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

.c-panel-radio__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-color: #e7f2fc;
	margin: 0 auto 12px;
}

.c-panel-radio__icon img {
	max-width: 72px;
	height: auto;
	display: block;
}

.c-panel-radio._active .c-panel-radio__icon {
	border-color: #0072bc;
}

@media (max-width: 767px) {
	.c-panel-radio__icon {
		width: 70px;
		height: 70px;
		margin-bottom: 10px;
	}

	.c-panel-radio__icon img {
		width: 30px;
	}
}

/*-------------------------------------------------------*/
/* panel toggle */
/*-------------------------------------------------------*/
.is-hide {
	display: none;
}

/*-------------------------------------------------------*/
/* step1 responsive layout */
/*-------------------------------------------------------*/
@media (max-width: 767px) {
	#js-step1 .c-column__grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	#js-step1 .c-column__w4 {
		width: calc(50% - 5px);
		flex: 0 0 calc(50% - 5px);
	}
}

/*-------------------------------------------------------*/
/* pc＆sp
/*-------------------------------------------------------*/
 ._sp {
  display: none;
}

@media (max-width: 767px) {
  ._sp {
    display: block;
  }
}
