@charset "UTF-8";
/*
 *  SiteName : DETAIL ARTIST(ディテールアーティスト)
 *  2025 DETAIL ARTIST
 */
/*==============================================================
  common
==============================================================*/
section {
  margin: 0;
}

/*==============================================================
  contents
==============================================================*/

.contents__date {
font-size: 2.2rem;
margin: 0 0 40px 0;
}

.contents__text {
margin: 0 0 40px 0;
line-height: 28px;
}

.contents__text p {
margin: 0 0 30px 0;
}

@media only screen and (max-width: 48.0625em){
  .contents__date {
  font-size: 1.8rem;
  margin: 0 0 40px 0;
}
}


/*==============================================================
  nav
==============================================================*/

.nav-links {
    display: flex;
    justify-content: space-between;
}

.nav-links {
  font-size: 1.4rem;
  margin-top: 50px;
}
.nav-links a {
  text-decoration: none;
  color: #FFFFFF;
}
.nav-previous {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
}
.nav-previous::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: all 0.3s ease 0s;
}
.nav-previous > a:hover {
  cursor: pointer;
  color: #FFFFFF;
}
.nav-previous:hover::after {
  width: 100%;
}
.nav-next {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
}
.nav-next::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: all 0.3s ease 0s;
}
.nav-next > a:hover {
  cursor: pointer;
  color: #FFFFFF;
}
.nav-next:hover::after {
  width: 100%;
}


/*==============================================================
  basic_title
==============================================================*/
#basic_title {
  margin: 140px auto 100px;
}
#basic_title h2 {
  font-size: 20px;
  font-size: 2rem;
}
#basic_title h3 {
  margin: 23px 0 0;
  font-size: 70px;
  font-size: 7rem;
}
#basic_title h4 {
  margin: 40px 0 0;
}
#basic_title .basic_image {
  margin: 60px 0 0;
  width: 100%;
  height: 400px;
  background-image: url(../img/basic/news-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media only screen and (max-width: 48.0625em){

  #basic_title {
    margin: 100px auto 30px;
  }
  #basic_title h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #basic_title h3 {
    margin: 14px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
  }
  #basic_title h4 {
    margin: 20px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #basic_title .basic_image {
    margin: 40px 0 0;
    height: 160px;
  }
}

/*==============================================================
  privacy-policy
==============================================================*/

.privacy h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.privacy h4 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.privacy h4:before {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
.privacy h4:before {
  margin-right: 1em;
}
.privacy p {
  line-height: 28px;
  margin: 0 0 30px 0;
}
.privacy ul {
  list-style: none;
  padding-left: 0;
}
.privacy ol {
  padding-left: 1.5rem;
  list-style: square;
}
.privacy ul > li {
  margin-bottom: 40px;
  font-size: 1.6rem;
}
.privacy ol li {
  margin-bottom: 15px;
}
.privacy table tr {
  border-bottom: 1px solid #333;
}
.privacy table tr:last-child {
  border: none;
}
.privacy .recaptcha {
  text-align: center;
}


/*==============================================================
  archive
==============================================================*/

.contents__list li {
border-bottom: 1px solid #fff;
padding: 30px 0;
}

