/* --------------------------------------------------------------------
	ログイン画面・下部
-------------------------------------------------------------------- */


.key_bannerblock {
  margin-top: 70px;
}






/* --------------------------------------------------------------------
	会員規約画面・下部
-------------------------------------------------------------------- */
#member_guide .deta {
    background-color: #ccf1ff;
    padding: 10px 10px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


#member_guide .deta_inner {
    padding: 30px 10px; /* 60px 30px; */
}

#member_guide .deta .sp {
    display: none;
}

#member_guide .alink {
  color:#00F;
  text-decoration:underline;
  font-size: 10;   /* 20px; */
  font-weight: 600;
}


#member_guide .deta_agreement p {
  font-weight: 400;
  line-height: 1.9;
  font-size: 10;   /* 22px; */
  margin-top: 10px;
}


#member_guide .pti {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  margin-top: 90px;
  background: #ffd500;
  font-size: 10;   /* 23px; */
  font-weight: 700;
  color: #0d3380;
    padding: 10px 10px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#member_guide .pti:before {
  position: absolute;
  top: -9px;
  left: -12px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #0d3380;
}


#member_guide .deta_title p {
  font-weight: 700;
  line-height: 1.9;
  font-size: 8;   /* 18px; */
}


#member_guide .deta_contents {
    background-color: #FFFFFF;
    padding: 20px 10px;  /* 50px; */
    border-radius: 20px;
    max-width: 95%;  /* 824px; */
    margin-left: auto;
    margin-right: auto;
}


#member_guide .deta_title {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

#member_guide .deta_title p:nth-child(1) {
    font-size: 8;   /* 18px; */
}

#member_guide .deta_title p:nth-child(2) strong {
    display: inline-block;
    position: relative;
    color: #0d3380;
    font-size: 28px; 
    padding-bottom: 2px;
}

#member_guide .deta_title p:nth-child(2) strong::before {
    content: "";
    position: absolute;
    background-image: url();
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 190px;
    height: 12px;
}


#member_guide .deta_notes {
    text-align: center;
    font-size: 8;  /* 18px; */
    line-height: 1.9;
    text-indent: -1em;
    padding-left: 1em;
}

#member_guide .deta_notes li:nth-child(1) strong {
    color: #0d3380;
    font-size: 9;  /* 23px; */
    padding-bottom: 2px;
}


#member_guide .deta_button {
    display: block;
    text-align: center;
    background-color: #ffd500;
    color: #000000;
    text-decoration: none;
    font-size: 9;
    font-weight: 600;
    width: 280px; /* 280px; */
    padding: 2% 2%; /* 20px 20px; */
    border-radius: 20px;
    box-shadow: 0 6px #99872e;
    margin: auto auto 3% auto;
}

