
img {
    max-width: 100%;
  }
  
  .container {
    margin: 0 auto;
    max-width: 430px;
  }
  
  .section_container {
    padding: 1em 0;
    max-width: 340px;
    width: 90%;
    margin: 0 auto;
  }
  
  /*-------------------------
      header
  -------------------------*/
  #header .wrapper {
    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;
  }
  #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_contact
-------------------------*/
.contact-page{
  background: url(../img/bg_img01.png);
  background-size: contain;
}
.contact-page .title {
  padding: 1rem 0;
  margin: 0 auto 1em;
  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;
}
  

.contact-announce{margin: 2.5em 1em 1em 1em; color: #fff;}
.contact-announce p{margin-bottom: 1em;font-size: 12px; font-weight: 400;}


.contact-box{position: relative;}
textarea{
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 71%;
}

.contact-submit{display: block;margin: 0 auto;position: relative;}
.contact-submit p {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: 16px;font-weight: 900;background: linear-gradient(171.11deg, #D4B76E 29.41%, #E5D7B3 49.04%, #D5A52C 69.06%);
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.contact-submit img {vertical-align: bottom;}
