@charset "UTF-8";

@import url("https:/fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

* {
  margin: 0;
  padding: 0;
  border: border-box;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}
tr,
th,
td {
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  max-width: 430px;
}

@media (max-width: 430px) {
  .container {
      width: 100%; /* 画面幅が430px以下の場合は幅を100%に設定 */
  }
}

.section_container {
  max-width: 340px;
  width: 90%;
  margin: 0 auto;
}
/*-------------------------
    header
-------------------------*/
#header .wrapper {
  background: url(../img/header-bg.png);
  display: flex;
  align-items: center;
  vertical-align: bottom;
  justify-content: space-between;
  padding: 5px;
  background-color: #f3f3f3;
  margin: 0 auto;
  height: 80px;
}
#header.wrapper img {
  width: 100px;
  padding: 8px;
}

#header .logo {
  width: 100px;
  height: 60px;
  padding-left: 20px;
}

#header .my_page_info {
  display: flex;
  font-size: 10px;
  width: 50%;
  padding-top: 10px;
}

#header .info p {
  font-weight: bold;
  color: #fff;
}
#header .info p:nth-of-type(2) {
  margin-top: 13px;
}
#header .header-text {
  padding: 0.2em;
  position: relative;
  display: inline-block;
}

#header .header-text:nth-of-type(1) {
  margin-bottom: 5px;
}
#header .header-text img {
  width: 90px;
  height: 22px;
  padding: 0;
  margin: -4px 0;
}
#header .header-text a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  text-decoration: none;
  /* 黄金の文字 */
  background: linear-gradient(
    171.11deg,
    #d4b76e 29.41%,
    #e5d7b3 49.04%,
    #d5a52c 69.06%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*ここまで*/
  font-weight: 900;
  white-space: nowrap;
}
#header .button {
  text-align: right;
  width: 90px;
  margin-right: 10px;
}
/*-------------------------
  section_mail
-------------------------*/
#section_terms {
  background: #000;
  color: #fff;
  padding: 20px 0 90px;
}

#section_terms .title {
  margin: 1em auto;
  padding: 9px;
  text-align: center;
  /* position: absolute; */
  font-size: 22px;
  font-weight: 600;
  background: url(../img/login_title_bg.png);
  color: #fff;
  background-size: contain;
  /* width: 88%; */
  max-width: 430px;
}

#section_terms .subtitle{
    text-align: center;
    margin-bottom: 5%;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    
}

#section_terms .text{
    margin-bottom: 8%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

/*-------------------------
    footer
-------------------------*/

footer li {
  list-style-type: none;
  font-weight: 900;
  font-size: 16px;
  border-bottom: 1px solid rgba(242, 209, 94, 1);
  padding: 0.9em 0.9em 0.9em 0;
  margin-top: 0.2em;
}
.caution-text {
  border: 1px solid rgba(242, 209, 94, 1);
  padding: 2em 1.5em;
  margin-top: 4em;
  font-size: 12px;
  line-height: 18px;
}
