* {
  font-family: YuGothic, 'Yu Gothic';
  font-weight: 569;
  margin-top: 0;
}

html {
  //scroll-behavior: smooth;
overflow: auto;
 /* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
}

body {
  margin: 0;
}

section {
  position: absolute;
  top: 21.5%;
  left: 30%;
}
/* Chrome, Safari 対応 */
html::-webkit-scrollbar{
  display: none;
}
a {
  color: black;
}

#page_top_btn {
  z-index: 2;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  padding: 0.27em;
  text-align: center;
  text-decoration: none;
  border: 5px solid black;
  width: 50px;
  border-radius: 50%;
  opacity: 0;
  transition: all 1s ease;
}

#page_top_btn.show {
  opacity: 0.6;
  transform: none;
}

.label-city {
  white-space: nowrap;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊  */
/* ＊＊＊＊　　ヘッダ　上の目次 
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊  */
.header {
  /* display: block; */
  text-align: center;
  line-height: 26px;
  padding: 1rem;
  background-color: #d8d8d162;
}

.header a {
  text-decoration: none;
  font-weight: bold;
}
#login{
  display: block;
  margin-left: 96%;
  background: transparent;
  font-size: 15px;
}
#title0 {
  margin-left: -10%;
  font-size: 12px;
  color: #555555;
  text-align: center;
}

#title1 {
  font-size: 20px;
  color: rgb(249, 133, 176);
}

#title2 {
  font-size: 26px;
  color: rgb(254, 148, 187);
}

#password {
  border: 1px solid #555555;
  width: 160px;
}

#ul-newreg-mail {
  display: flex;
  flex-direction: column;
  line-height: 69px;
}

#ul-newreg-mail-radio {
  display: flex;
  justify-content: space-between;
}

#mascot {
  margin-right: 0px;
  width: 4%;
  height: 4%;
}

.header2 {
  display: flex;
  background-color: #d8d8d162;
}

.header2 input[type="submit"] {
  flex: 1 1 2px;
  background-color: transparent;
  border: transparent;
  border-left: 1.2px solid white;
  height: 50px;
  font-size: 15px;
}

.header2 input[type="submit"]:hover {
  color: rgb(254, 148, 187);
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊  */
/* ＊＊＊＊　　コンテナ
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊  */
#left-header {
  margin-left: 160px;
  padding: 10px;
  width: 20%;
  height: 1000px;
  border-radius: 5px;
  /*枠線の角を丸く*/
	text-align:center;
}

nav.m-fixed {
  position: fixed;
  top: 0;
}

#left-header input {
  margin-bottom: 7%;
  background-color: transparent;
  /*目次のボタンの背景を透明にする*/
  border: transparent;
  line-height: 25px;
  font-size: 14px;
  color: #555555;
}

#left-header input[type="submit"]:hover {
  background-color: rgba(214, 214, 206, 0.356);
  border-radius: 50px;
  /*枠線の角を丸く */
}

#left-header input[type="button"] {
  margin-top: 10%;
  margin-bottom: 10%;
  font-size: 14.5px;
  border-radius: 40px;
  background-color: rgba(214, 214, 206, 0.646);
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊  */
/* ＊＊＊＊　　一番下
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊  */
#div-under {
margin-top:100px;
  width: 100%;
}

#under_construction {
  display: flex;
  background-color: #5d6064f0;
  padding: 30px;
}

#under_construction button,
#logo-firm a {
  color: white;
  background-color: transparent;
  border: transparent;
  font-size: 5px;
  font-weight: normal;
}

#under_construction button {
  flex: 1 1 3%;
}

#logo-firm {
  margin: 0;
  background-color: #5d6064f0;
  text-align: center;
  padding: 20px;
}

/* ***************************************** */
/* ＊＊＊＊＊＊モーダルの共通CSS ＊＊＊＊＊＊＊*/
/* ***************************************** */
.modal,
.modal0 {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  //overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}

.modal-header {
  padding-top: 10px;
  padding-left: 15px;
}

.modal-container {
  display: flex;
  flex-flow: row wrap;
}

.modal-container p {
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}

.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-container ul {
  flex: 1;
}

.modal-container ul:nth-of-type(2) {
  flex: 10;
}
#modalOne li{
	font-size:10px;
}
.modal-content {
  background: #FFF;
  padding: 20px 25px;
  width: 1059px;
  height: 1060px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 430px;
  animation: show 0.6s linear 0s;
  /* filter: drop-shadow(0px 2px 6px #777); */
  border-radius: 30px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
}

.modal-close {
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 8px;
}

.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #FFF;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}