@charset "utf-8";
/* CSS Document */
/* howto記事アーカイブページ／投稿ページ／サイドバー */

/*********************************************
howto記事一覧（アーカイブ）ページ
*********************************************/
#sec_howtolist-title {
  margin-top: 10vw;
  padding-bottom: 12vw;
}
.howto-list-title {
  text-align: center;
}
.howto-list-title .title-wrap {
  margin-bottom: 5vw;
  color: var(--color-green);
}
#archive_howto-list .subtitle {
  font-size: 3.5vw;
}
#archive_howto-list .maintitle {
  font-size: 8vw;
}
#archive_howto-list .note {
  font-size: 3.3vw;
  line-height: 1.5em;
}
#sec_howto-list .archive_howto-li {
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 10vw;
}
#sec_howto-list .archive_howto-li:last-child {
  border-bottom: none;
}
#sec_howto-list .archive_howto-li .thumb img {
  margin-bottom: 1vw!important;
}
#sec_howto-list .archive_howto-li .tagandtitle {
  padding: 0 1.25vw;
}
#sec_howto-list .archive_howto-li .tag {
  color: #8C8C8C;
  font-size: 3.4vw;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.4vw;
}
#sec_howto-list .archive_howto-li .tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 1.1em;
  height: 1.1em;
  transform: translateY(-50%);
  background-image: url("../images/icon_tag.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#sec_howto-list .archive_howto-li .title {
  text-align: justify;
  font-size: 5.5vw;
  line-height: 1.4em;
  margin-bottom: 5.5vw;
}
/*********************************************
howto記事（投稿）ページ
*********************************************/
/******** 監修者 ********/
.howto-sv {
  background-color: var(--color-pale-green);
}
.howto-sv .index {
  background: var(--color-green);
  color: #fff;
  text-align: center;
  font-size: 7vw;
  line-height: 1.25em;
  font-weight: 700;
  padding: 0.4em;
}
.howto-sv .sv-prf {
  padding: 4vw;
}
.howto-sv .info-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 3.5vw;
}
.howto-sv .sv-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.howto-sv .sv-prfimg {
  line-height: 0;
  margin-right: 4vw;
  width: 35%;
  max-width: 35%;
}
.howto-sv .sv-prfimg img {
  border-radius: 0.6em;
  margin-bottom: 0!important;
}
.howto-sv .sv-role {
  background: #fff;
  border: 1px solid var(--color-green);
  border-radius: 50rem;
  padding: 0 0.7em 0.03em;s
  font-size: 3.6vw;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.75em;
}
.howto-sv .sv-affiliation {
  font-size: 2.4vw;
  line-height: 1.35em;
  margin-bottom: 1.6em;
}
.howto-sv .sv-name {
  font-size: 8.3vw;
  font-weight: 700;
}
.howto-sv .sv-honorific {
  color: var(--color-green);
  font-size: 5.3vw;
  font-weight: 500;
  margin-left: 0.25em;
}
.howto-sv .sv-comment {
  background: #fff;
  font-size: 3.2vw;
  line-height: 1.55em;
  border-radius: 1em;
  padding: 1.25em 1.9em 1.3em 1.9em;
}
/*********************************************
サイドバー（howto記事ページ）
*********************************************/
#sidebar-howto {
  background: #F2F2F2;
  padding: 16vw 4vw 24vw;
  margin: 0 -4vw;
  margin-bottom: 16vw;
}
#sidebar-howto .index {
  font-size: 5.8vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6.2vw;
}
#sb_new-howto-list .ul-wrap {
  background-color: #fff;
  padding: 10vw 4vw 3vw;
  border-radius: 1em;
}
.sb_new-howto-li {
  margin-bottom: 5vw;
}
#sb_new-howto-list a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#sb_new-howto-list .thumb {
  width: 35%;
  min-width: 35%;
  margin-right: 0.9em;
  line-height: 0;
}
#sb_new-howto-list .thumb img {
  margin-bottom: 0!important;
}
#sb_new-howto-list .date {
  font-size: 3vw;
  line-height: 1.4em;
  color: var(--color-green);
}

#sb_new-howto-list .title {
  text-align: justify;
  font-size: 3.6vw;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 0;
}

/*********************************************
レスポンシブ
*********************************************/
@media(min-width:600px) {
}
@media(min-width:760px) { /* ipad mini */
}
@media(min-width:1200px) {
  /*********************************************
  howto記事一覧（アーカイブ）ページ（PC）
  *********************************************/
  #sec_howtolist-title {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .howto-list-title {
    margin-bottom: 2.2rem;
  }
  .howto-list-title .title-wrap {
    margin-bottom: 2.05rem;
  }
  #archive_howto-list .subtitle {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
  #archive_howto-list .maintitle {
    font-size: 3.2rem;
  }
  #archive_howto-list .note {
    font-size: 1.3rem;
  }
  #sec_howto-list {
    padding-bottom: 8rem;
  }
  #sec_howto-list .archive_howto-li {
    margin-bottom: 4rem;
  }
  #sec_howto-list .archive_howto-li .thumb img {
    margin-bottom: 0.4rem!important;
  }
  #sec_howto-list .archive_howto-li .tagandtitle {
    padding: 0 0.5rem;
  }
  #sec_howto-list .archive_howto-li .tag {
    font-size: 1rem;
    margin-bottom: 0.1rem;
  }
  #sec_howto-list .archive_howto-li .title {
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
  }

  /*********************************************
  howto記事（投稿）ページ（PC）
  *********************************************/
  /******** 監修者 ********/
  .howto-sv .index {
    font-size: 2.2rem;
  }
  .howto-sv .sv-prf {
    padding: 2rem 4rem;
  }
  .howto-sv .info-wrap {
    margin-bottom: 2rem;
  }
  .howto-sv .sv-prfimg {
    margin-right: 2rem;
  }
  .howto-sv .sv-prfimg img {
    margin-bottom: 0!important;
  }
  .howto-sv .sv-role {
    font-size: 1.3rem;
  }
  .howto-sv .sv-affiliation {
    font-size: 1rem;
  }
  .howto-sv .sv-name {
    font-size: 3.2rem;
  }
  .howto-sv .sv-honorific {
    font-size: 1.5rem;
  }
  .howto-sv .sv-comment {
    font-size: 1.3rem;
  }
  
  /*********************************************
  サイドバー（howto記事ページ）（PC）
  *********************************************/
  #sidebar-howto {
    background: none;
    padding: 0;
    margin: 0;
    margin-left: 6rem;
  }
  #sb_new-howto-list .ul-wrap {
    background: none;
    padding: 0;
    margin: 0;
  }
  #sidebar-howto .index {
    margin-bottom: 1.6rem;
    font-size: 1.55rem;
  }
  .sb_new-howto-li {
    margin-bottom: 2rem;
  }
  #sb_new-howto-list .title {
    font-size: 1.15rem;
    line-height: 1.45em;
  }
}