@charset "utf-8";

/*===========================================================

===========================================================*/

.recruit01-voice-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px 70px;
    flex-wrap: wrap;
}

.recruit02-container {
	border-right: 1px solid var(--white);
	border-bottom:	1px solid var(--white);
}

.recruit02-th {
	padding: 10px;
	border-top: 1px solid var(--white);
	border-left: 1px solid var(--white);
}

.recruit02-td {
	padding: 10px;
	border-top: 1px solid var(--white);
	border-left: 1px solid var(--white);
}

input[type="radio"] {
	appearance: none; /* デフォルトのスタイルを消す */
	border: 1px solid #E88C9B;
	border-radius: 50%;
	height: 23px;
	/* ラジオボタンとラベルの余白 */
	margin: 0;
	position: relative;
	width: 23px;
	background-color: #fff;
}

input[type="radio"]:checked::before {
	opacity: 1;
}

/* チェックされたラジオボタン内側のスタイル */
input[type="radio"]::before {
	background-color: #E88C9B;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 15px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================

===========================================================*/



} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================

===========================================================*/



} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 