@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);
}
@media (max-width: 640px) {
  .howto-list-title .title-wrap {
    transform: translateY(25px);
  }
}
@media (max-width: 470px) {
  .howto-list-title .title-wrap {
    transform: translateY(0);
  }
}
#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-contents-wrap table {
  line-height: 1.4;
    margin: 6vw 0;
}
.howto-contents-wrap table th,
.howto-contents-wrap table td {
    padding: 0.35em;
}
@media screen and (min-width: 1200px) {
  .howto-contents-wrap table {
    margin: 40px auto 34px;
  }
  .howto-contents-wrap table th,
  .howto-contents-wrap table td {
      padding: 0.3em 0.8em;
  }
}
/******** 監修者 ********/
.howto-sv {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  padding: 6vw 4.5vw 7vw;
    width: calc(100% - 14%);
    margin: 22vw 7% 15vw;
  box-sizing: border-box;
}
.sv-info {
  text-align: center;
  margin-bottom: 4vw;
}
.sv-head {
    margin-bottom: 2vw;
}
.sv-prfimg {
  margin-bottom: 1vw;
}
.sv-prfimg img {
    width: 40%;
    height: 40%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e5e5e5;
}
.sv-name {
  font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.sv-comment {
  color: #555555;
}

@media screen and (min-width: 1200px) {
  .howto-sv {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 50px;
        margin-bottom: 76px;
  }
  .howto-sv-inner {
    display: flex;
    align-items: center;
  }
  .sv-info {
    width: 220px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .sv-head {
    margin-bottom: 10px;
  }
  .sv-prfimg {
    margin-bottom: 8px;
  }
  .sv-prfimg img {
    width: 140px; 
    height: 140px;
  }
  .sv-name {
    font-size: 1.4rem;
  }
  .sv-comment {
    flex-grow: 1;
    border-left: 1px solid #e0e0e0;
    padding-left: 40px;
    margin-left: 40px;
  }
}

/******** ポイントふきだし ********/
.pont-speech {
  display: flex;
  align-items: flex-start;
  gap: 6vw;
  margin: 2em 0;
}

.pont-speech-balloon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.pont-speech-img {
  line-height: 0;
}
.pont-speech-img img {
    width: 16vw !important;
    height: 16vw;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e5e5;
    box-sizing: border-box;
    margin: 0 !important;
}

.pont-speech-name {
  font-size: 3vw;
  color: #555555;
  text-align: center;
}

.pont-speech-comment {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 5vw 6vw;
    color: #333333;
    line-height: 1.75;
    flex-grow: 1;
}

.pont-speech-comment::before {
  content: "";
  position: absolute;
  top: 35px;
  left: -12px;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #cccccc transparent transparent;
}

.pont-speech-comment::after {
  content: "";
  position: absolute;
  top: 35px;
  left: -10px;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

@media screen and (min-width: 1200px) {
  .pont-speech {
    gap: 40px;
    width: 90%;
  }
  .pont-speech-img img {
    width: 100px !important;
    height: 100px;
  }
  .pont-speech-name {
    font-size: 1rem;
  }
  .pont-speech-comment {
    padding: 20px 40px;
  }
}
/*********************************************
サイドバー（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記事ページ）（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;
  }
}