a {
    color: #29a8df;
    /*text-decoration: underline;*/
}

button a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

/*privacy*/
.privacy {
    height: 66vh;
    margin: 3rem 0 0rem;
}

/*tel*/
.mt-120 {
    margin-top: 120px;
}

/* モーダルウィンドウ */
/*.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  background-color: #fff;
  z-index: 11;
  padding: 2rem 8rem;
}*/
/* 閉じるボタン */
/*.button-close {
	display:block;
	margin: 0px auto;
}*/

/* オーバーレイ */
/*.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}*/

/*プロフィール登録*/
.profile-register .flex .mb-2 span {
    display: inline-block;
    margin-left: 10px;
    padding: 0 10px;
    background-color: red;
    color: #fff;
    font-size: 13px;
}

.profile-register .flex .mb-2 span.nini {
    background-color: gray;
}

.profile-register .flex a {
    /*font-size: 2.3rem;*/
    font-size: 15px;
}

.profile-register .flex p span {
    color: red;
    line-height: 1.7;
}
