/* Variables for customization */
/*利用規約ページ*/

#terms_page {
  background: #e7eaec;
  padding: 11rem 8rem;
}

#terms_page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.terms_lead,
.terms_list,
.terms_specialTerms {
  padding: 0 1rem;
}


.terms_title {
  margin-bottom: 30px;
  font-size: 2.8rem;
  position: relative;
  padding-left: 1rem;
}

.terms_title:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #d5664d;
  position: absolute;
  left: 0%;
  bottom: 0%;
}

.terms_lead {
  line-height: 150%;
  margin-bottom: 20px;
  text-align: justify;
}

.terms_list h5,
.terms_specialTerms h5 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.terms_list div,
.terms_specialTerms div {
  margin-bottom: 30px;
}

.terms_list p,
.terms_specialTerms p {
  line-height: 150%;
  margin-bottom: 10px;
  text-align: justify;
  padding-left: 1rem;
}

.terms_list li,
.terms_specialTerms li {
  line-height: 150%;
  text-align: justify;
}

.terms_list div:last-of-type li {
  text-align: right;
}

.terms_list .type_a,
.terms_specialTerms .type_a {
  list-style-type: decimal;
  padding-left: 3rem;
}

.terms_specialTerms .type_a span {
  display: block;
  font-size: 90%;
}

.terms_list .type_a li,
.terms_specialTerms .type_a li {
  margin-bottom: 10px;
}

.terms_list .type_b {
  list-style: none;
  counter-reset: item;
  padding-left: 2rem;
}

.terms_list div:nth-of-type(2) .type_b,
.terms_list div:nth-of-type(15) .type_b {
  padding-left: 4rem;
}

.terms_list div:nth-of-type(4) .type_b,
.terms_list div:nth-of-type(8) .type_b,
.terms_list div:nth-of-type(10) .type_b {
  margin-top: 5px;
}


.terms_list .type_b li {
  counter-increment: item;
  position: relative;
  margin-bottom: 5px;
}

.terms_list .type_b li::before {
  content: "（" counter(item) "）";
  position: absolute;
  left: -1.5em;
}

.terms_list .type_c {
  list-style-type: disc;
  padding-left: 3rem;
}



.terms_specialTerms h2 {
  margin-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:960px) {
  #terms_page {
    padding: 9rem 8rem;
  }

}

@media screen and (max-width:767px) {
  #terms_page {
    padding: 6rem 2rem;
  }

  .terms_list .type_a,
  .terms_specialTerms .type_a,
  .terms_list div:nth-of-type(2) .type_b {
    padding-left: 2rem;
  }

  .terms_specialTerms .type_a span {
    line-height: 130%;
  }


}


.terms .c-information__contents li a {
  justify-content: space-between;
  position: relative;
  display: flex;
}

.terms .c-information__contents li a:after {
  content: "";
  display: block;
  width: 60%;
  border: 1px solid #d5664d;
  position: absolute;
  top: 59%;
  z-index: 10;
}

.terms .c-information__contents li:nth-of-type(even) a:after {
  left: 0%;
}

.terms .c-information__contents li:nth-of-type(odd) a:after {
  right: 0%;
}

.terms .c-information__contents li:nth-of-type(even) a {
  flex-direction: row-reverse;
}

.terms .c-information__contents li a .left,
.terms .c-information__contents li a .right {
  width: 48%;
}


.terms .c-information__contents li a .left img,
.terms .c-information__contents li a .right img {
  width: 100%;
  height: auto;
}

.terms .c-information__contents {
  width: 100%;
}

#archive_page.terms .c-information__contents--dis {
  font-size: 2.8rem;
}

#archive_page.terms .c-information__contents li a .right .c-information__contents--dis {
  width: 100%;
  padding-left: 4rem
}

@media screen and (min-width:768px) and (max-width:960px) {
  #archive_page.terms .c-information__contents li {
    margin-bottom: 6rem;
  }

  #archive_page.terms .c-information__contents--dis {
    font-size: 2.2rem;
  }

  #archive_page.terms .ttl {
    margin: 0 auto 11rem;
  }


  #archive_page.terms .c-information__contents li:nth-of-type(2) .c-information__contents--dis {
    transform: translateY(-25px);
    line-height: 110%;
  }


}

@media screen and (max-width:767px) {
  .terms .ttl {
    margin: 0 auto 6rem !important;
  }

  .terms .c-information__contents li a .left,
  .terms .c-information__contents li a .right {
    width: 100%;
  }

  .terms .c-information__contents--dis {
    font-size: 2rem !important;
  }

  .terms .c-information__contents li:nth-of-type(odd) a:after {
    width: 43%;
  }

  .terms .c-information__contents li a:after {
    display: none;
  }

  .terms .c-information__contents li:nth-of-type(even) a:after {
    left: auto;
    right: 0%;
    width: 30%;
  }

  #archive_page.terms .c-information__contents li:first-of-type {
    margin-bottom: 5rem;
  }

  #archive_page.terms .c-information__contents {
    row-gap: 3rem !important;
  }

  #archive_page.terms .c-information__contents li a .right .c-information__contents--dis {
    padding-left: 0!important;
  }

  .terms_title {
    line-height: 150%;
    padding-bottom: 15px;
  }

}



#archive_page {
  background: #e7eaec;
  padding: 16rem 8rem;
}

@media screen and (min-width:961px) and (max-width:1049px) {
  #archive_page {
    padding: 10rem 4rem;
  }
}

@media screen and (min-width:768px) and (max-width:960px) {
  #archive_page {
    padding: 10rem 2rem;
  }
}

@media screen and (max-width:767px) {
  #archive_page {
    padding: 6rem 2rem;
  }
}

#archive_page .container {
  width: 100%;
  max-width: 1200px;
  /* 	max-width: calc(1400px + 4rem); */
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (min-width:961px) and (max-width:1049px) {
  #archive_page .container {
    padding: 0;
  }
}

@media screen and (min-width:768px) and (max-width:960px) {
  #archive_page .container {
    padding: 0;
  }
}

@media screen and (max-width:767px) {
  #archive_page .container {
    padding: 0;
  }
}

#archive_page .c-information__contents {
  width: 100%;
}

#archive_page .ttl {
  width: 100%;
  margin: 0 auto 6rem;
  text-align: center;
}

#archive_page .ttl h3 {
  font-size: 5rem;
  color: #525252;
  letter-spacing: .1rem;
  position: relative;
}

@media screen and (max-width:767px) {
  #archive_page .ttl h3 {
    font-size: 4rem;
  }
}

#archive_page .ttl h3:after {
  content: "";
  display: block;
  width: 4%;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  background: #d5664d;
  transform: translate(-50%, 10px);
}

@media screen and (min-width:961px) and (max-width:1049px) {
  #archive_page .ttl h3:after {
    width: 5%;
  }
}

@media screen and (min-width:768px) and (max-width:960px) {
  #archive_page .ttl h3:after {
    width: 7%;
  }
}

@media screen and (max-width:767px) {
  #archive_page .ttl h3:after {
    width: 10%;
    transform: translate(-50%, 0px);
  }
}


#archive_page .c-information__contents li a {
  align-items: center;
}

@media screen and (max-width:767px) {
  #archive_page .c-information__contents li a {
    flex-direction: column;
    align-items: flex-start;
  }
}

#archive_page .c-information__contents--date {
  flex: 0 0 20rem;
  font-size: 2.4rem;
}

@media screen and (min-width:768px) and (max-width:960px) {
  #archive_page .c-information__contents--date {
    font-size: 2.2rem;
    flex: 0 0 16rem;
  }
}

@media screen and (max-width:767px) {
  #archive_page .c-information__contents--date {
    flex: 0 0 3rem;
    font-size: 2rem;
  }
}


#archive_page .c-information__contents--dis {
  font-size: 2.4rem;
  line-height: 150%;
}

@media screen and (min-width:961px) and (max-width:1049px) {
  #archive_page .c-information__contents--dis {
    text-align: left;
  }
}

@media screen and (min-width:768px) and (max-width:960px) {
  #archive_page .c-information__contents--dis {
    font-size: 2.2rem;
    text-align: left;
  }
}


@media screen and (max-width:767px) {
  #archive_page .c-information__contents--dis {
    font-size: 2rem;
    text-align: left;
  }
}

#archive_page .c-information__contents li {
  margin-bottom: 5rem;
}

#archive_page.terms .c-information__contents li:first-of-type {
  margin-bottom: 15rem;
}

/*@media screen and (min-width:768px) and (max-width:960px){
	#archive_page .c-information__contents{
		row-gap: 5rem;
	}
}*/


/*@media screen and (max-width:767px){
	#archive_page .c-information__contents{
		row-gap: 7rem;
	}
}*/
#archive_page.terms .c-information__contents--dis {
  font-size: 2.8rem;
}


#archive_page.terms .ttl {
  margin: 0 auto 16rem;
}

#archive_page.terms .c-information__contents li a .right .c-information__contents--dis {
  width: 100%;
  padding-left: 4rem
}

@media screen and (min-width:768px) and (max-width:960px) {
  #archive_page.terms .c-information__contents li {
    margin-bottom: 6rem;
  }

  #archive_page.terms .c-information__contents--dis {
    font-size: 2.2rem;
  }

  #archive_page.terms .ttl {
    margin: 0 auto 11rem;
  }


  #archive_page.terms .c-information__contents li:nth-of-type(2) .c-information__contents--dis {
    transform: translateY(-25px);
    line-height: 110%;
  }


}

.revision_date li {
  text-align: right !important;
}