@charset "UTF-8";
/* -------------レスポンシブ--------------- */
/* 961以上→ only_p */
/* 960以下→ un_ts */
/* 960~416→ only_t */
/* 601以上→ ov_s */
/* 600以下→ only_s */
@media screen and (min-width: 961px) {
  .only_t {
    display: none !important;
  }
  .only_s {
    display: none !important;
  }
  .un_ts {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .only_p {
    display: none !important;
  }
  .only_t {
    display: block !important;
  }
  .only_s {
    display: none !important;
  }
  .un_ts {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .ov_tab {
    display: block !important;
  }
  .un_tab {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ov_tab {
    display: none !important;
  }
  .un_tab {
    display: block !important;
  }
}
@media screen and (min-width: 600px) {
  .ov_s {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .only_p {
    display: none !important;
  }
  .only_t {
    display: none !important;
  }
  .only_s {
    display: block !important;
  }
  .ov_s {
    display: none !important;
  }
}
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" !important;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-style: none;
}

body {
  margin: 0;
}

/* 資料動画ページ */
.blog_wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .blog_wrapper {
    padding: 60px 20px 0;
  }
}
.blog_wrapper .blog_single_wrapper {
  max-width: 1200px;
  margin: 40px auto;
}
.blog_wrapper h1 {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blog_wrapper h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.blog_wrapper h2 {
  font-size: 28px;
  font-weight: 600;
  background: #EAF8F0;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .blog_wrapper h2 {
    font-size: 20px;
  }
}
.blog_wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  border-left: 5px solid #6DC790;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .blog_wrapper h3 {
    font-size: 18px;
  }
}
.blog_wrapper h4 {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #6DC790;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .blog_wrapper h4 {
    font-size: 14px;
  }
}
.blog_wrapper h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .blog_wrapper h5 {
    font-size: 14px;
  }
}
.blog_wrapper .list_text {
  font-size: 18px;
}
.blog_wrapper .list_text .text {
  font-size: 18px;
}
.blog_wrapper .single_h1 {
  font-size: 32px;
  margin-bottom: 60px;
  text-align: left;
  border-bottom: 1px solid #6DC790;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .blog_wrapper .single_h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.blog_wrapper .single_category_name {
  padding: 5px;
  background-color: #ababab;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
}
.blog_wrapper p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .blog_wrapper p {
    font-size: 14px;
  }
}
.blog_wrapper .category_list_link {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .blog_wrapper .category_list_link {
    display: block;
  }
}
.blog_wrapper .category_list_link .left_blc {
  width: 100px;
}
.blog_wrapper .category_list_link .right_blc span {
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
}

.blog_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  padding: initial;
}
@media screen and (max-width: 960px) {
  .blog_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .blog_grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
}

.blog_grid_item {
  border-radius: 15px;
  box-shadow: 2px 2px 6px 0 #c4c4c4;
  list-style: none;
}
.blog_grid_item .list_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.blog_grid_item .list_text {
  font-size: 18px;
  padding: 15px 10px;
}

.blog_list_blc .blog_list_item {
  border-bottom: 1px solid #6DC790;
  padding: 15px 0;
  position: relative;
}
.blog_list_blc .blog_list_item:before {
  content: ">";
  display: inline-block;
  font-size: 12px;
  color: #6DC790;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.pagination {
  margin: 60px 0;
}

.pagination .page-numbers {
  text-align: center;
}

.pagination .page-numbers li {
  font-weight: bold;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #6DC790;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  line-height: 50px;
}

.pagination .page-numbers li a {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
}

.pagination .page-numbers li a span {
  display: table-cell;
  vertical-align: middle;
}

.pagination .page-numbers li a:hover,
.pagination .page-numbers li a.active {
  color: #000;
  background: #ccf;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination .page-numbers li {
    display: none;
  }
  .pagination .page-numbers li.pre,
  .pagination .page-numbers li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pagination .page-numbers li.pre a,
  .pagination .page-numbers li.next a {
    width: 100%;
    text-align: center;
  }
  .pagination .page-numbers li.pre span::after {
    content: "　前の10件へ";
  }
  .pagination .page-numbers li.next span::before {
    content: "次の10件へ　";
  }
}
#toc_container {
  width: 400px !important;
  line-height: 1.75;
  padding: 20px !important;
  margin: 0 auto 40px !important;
}
@media screen and (max-width: 600px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container span.toc_toggle {
  float: right;
}

.toc_list li a {
  font-size: 16px;
}
.toc_list li ul li a {
  font-size: 14px;
}

/* templates sns */
.sns_blc {
  margin: 60px 0;
}
.sns_blc p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.sns_blc .sns_area {
  display: flex;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.sns_blc .sns_area li {
  width: 6%;
}
@media screen and (max-width: 768px) {
  .sns_blc .sns_area li {
    width: 12%;
  }
}

/* 関連記事 */
.related_post_wrap {
  margin: 60px 0;
  clear: both;
}
.related_post_wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .related_post_wrap ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
.related_post_wrap ul .related_post img {
  max-width: 268px;
  width: 100%;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .related_post_wrap ul .related_post img {
    max-width: 100%;
    height: 30vw;
  }
}
@media screen and (max-width: 960px) {
  .related_post_wrap ul .related_post .text_wrap {
    font-size: 14px;
  }
}

/* 新着記事 */
.new_post_wrap {
  margin: 60px 0;
  clear: both;
}
.new_post_wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .new_post_wrap ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
.new_post_wrap ul .new_post img {
  max-width: 268px;
  width: 100%;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .new_post_wrap ul .new_post img {
    max-width: 100%;
    height: 30vw;
  }
}
@media screen and (max-width: 960px) {
  .new_post_wrap ul .new_post .text_wrap {
    font-size: 14px;
  }
}

/* 下部LINEブロック */
.fix_line_blc {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  .fix_line_blc {
    padding: 10px 20px;
  }
}
.fix_line_blc .line_contents {
  display: flex;
  justify-content: space-between;
}
.fix_line_blc .line_contents .left_blc {
  width: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fix_line_blc .line_contents .left_blc {
    font-size: 14px;
  }
}
.fix_line_blc .line_contents .right_blc {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.fix_line_blc .line_contents .right_blc img {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .fix_line_blc .line_contents .right_blc img {
    width: 90%;
  }
}

/* 記事内の電球枠 */
.y_box_light {
  margin: 60px 0;
  border-radius: 5px;
  padding: 40px 30px;
  border: 2px solid #ffa639;
  position: relative;
}
.y_box_light:before {
  content: "";
  display: inline-block;
  background-image: url(../img/light.jpg);
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}

.y_box_bikkuri {
  margin: 60px 0;
  border-radius: 5px;
  padding: 40px 30px;
  border: 2px solid #ffa639;
  position: relative;
}
.y_box_bikkuri:before {
  content: "";
  display: inline-block;
  background-image: url(../img/bikkuri.jpg);
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}

.y_box_check {
  margin: 60px 0;
  border-radius: 5px;
  padding: 40px 30px;
  border: 2px solid #ffa639;
  position: relative;
}
.y_box_check:before {
  content: "";
  display: inline-block;
  background-image: url(../img/check.jpg);
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}

.y_box_question {
  margin: 60px 0;
  border-radius: 5px;
  padding: 40px 30px;
  border: 2px solid #ffa639;
  position: relative;
}
.y_box_question:before {
  content: "";
  display: inline-block;
  background-image: url(../img/question.jpg);
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* この記事を書いた人 */
.author_blc {
  display: flex;
  padding: 40px;
  border: 1px solid #bbb;
  border-radius: 10px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .author_blc {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    padding: 20px;
  }
}
.author_blc .left_blc {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  .author_blc .left_blc {
    width: 100%;
    border: none;
  }
}
.author_blc .left_blc img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .author_blc .left_blc img {
    max-width: 200px;
    width: 50%;
  }
}
.author_blc .right_blc {
  width: 80%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .author_blc .right_blc {
    width: 100%;
    padding-left: initial;
  }
}
.author_blc .right_blc .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .author_blc .right_blc .name {
    text-align: center;
  }
}
.author_blc .right_blc .text {
  font-size: 16px;
}

/* 吹き出し */
.baloon_take_left {
  background-color: #edf1ee;
  margin: 30px 0 30px 80px;
  width: 60%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.baloon_take_left:before {
  content: "";
  display: inline-block;
  background-image: url(../img/takezawa.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -80px;
}
.baloon_take_left:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  transform: rotate(15deg);
}

.baloon_take_right {
  background-color: #edf1ee;
  margin: 30px 80px 30px 0;
  width: 60%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  float: right;
}
.baloon_take_right:before {
  content: "";
  display: inline-block;
  background-image: url(../img/takezawa.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -80px;
}
.baloon_take_right:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  transform: rotate(165deg);
}/*# sourceMappingURL=blog.css.map */