@charset "utf-8";

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

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

.formBtn {
    max-width: 257px;
    padding: 20px 10px 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-radius: 35px;
    background-color: #FFB9C5;
    transition: all 0.3s ease;
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.formBtn:hover {
    background-color: #FF9EAE;
}

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

.privacyBox {
    padding: 12px 16px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 250px;
}

.privacyDt {
	border-left: 5px solid #6E4E4F !important;
	padding: 0 0 0 10px;
	font-weight: 500;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.privacyDd {
	padding: 0 0 0 16px;
	margin: 15px 0 0 0;
	line-height: 1.8em;
	font-weight: 400;
	font-size: 14px;
}

.privacyBox::-webkit-scrollbar {
    width: 8px;
}

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #FFB9C5;
    border-radius: 6px;
}

.privKakoText {
    min-width: 1rem;
}

.privKakoText {
    margin: 0 10px 0 0;
}

.privacyDdKako01 {
    display: flex;
    align-items: baseline;
    margin-top: 8px !important;
}

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


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

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



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


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


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

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


.formBtn {
    margin: 60px auto 0 auto;
    font-size: 18px;
}
  

} /* 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 ここまで */

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