﻿@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  /*overflow: auto;*/
}
/* ▼基本デザイン */
/* ----------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
a:link, a:visited, a:hover, a:active {
  color: #111;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.65;
}
a, a:hover, a:visited {
  text-decoration: none !important;
}
.pure-toggle-label {
  display: none !important;
}
h5 {
  line-height: 1;
  height: auto;
  text-indent: 0;
  width: auto;
}
#wrapper {
  width: 100%;
}
#wrapper p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}
.writer_pics img, .writer_box img {
  border-radius: 100%;
  border: 1px solid #e1dfdf;
}
b {
  font-weight: normal;
  font-size: 12px;
}
b::before {
  content: "";
  background: url(https://www.receno.com/sp/img/favorite-on.svg) center left no-repeat;
  background-size: auto;
  background-size: auto;
  padding-left: 20px;
  background-size: cover;
  margin-right: 5px;
}
/* ▼pass */
/* ----------------------------------------------------- */
.pass_cover {}
.blog-pass {
  padding: 0 0 5px 30px;
}
ul.blog-pass li a {
  text-decoration: underline !important;
  color: #afb7ba !important;
}
ul.blog-pass li {
  display: inline;
  padding: 0 10px 0 0;
  font-size: 12px;
  color: #afb7ba !important;
}
/* 見出し系*/
/* ----------------------------------------------------- */
.mh2_theory {
  font-size: 35px;
  line-height: 1.5;
  padding-bottom: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: lighter;
  text-align: justify;
  letter-spacing: 3px;
}
.mh2_theory span {
  font-family: garamond-premier-pro, serif !important;
  font-size: 28px;
  letter-spacing: 2px;
  font-style: italic;
  color: #c9cacb;
  padding-left: 30px;
}
h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
}
.mh3 {
  font-family: garamond-premier-pro, serif !important;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: normal;
  padding-bottom: 40px;
}
.rd {
  background-color: #c4816a;
}
.ye {
  background-color: #ccaf6e;
}
.bl {
  background-color: #8fb8cc;
}
.gr {
  background-color: #81b5a1;
}
/* エントリー系*/
/* ----------------------------------------------------- */
.entry_area a {
  display: block;
  width: 100%;
}
.chap_theory {
  font-family: garamond-premier-pro, serif !important;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-right: 20px;
  border-radius: 50px;
  color: #fff;
  padding: 4px 30px 3px 30px;
}
.chap_theory span {
  font-family: garamond-premier-pro, serif !important;
  font-size: 16px;
  padding-left: 5px;
  vertical-align: -4%;
}
.title_theory {
  line-height: 1.6;
  border-bottom: 1px solid #909293;
  text-align: justify;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-size: 15px;
}
.date_theory {
  font-size: 13px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: normal;
  letter-spacing: 1px;
  color: #3d3d3d;
}
.agenda {
  padding: 20px 0 20px 0;
}
.agenda li {
  list-style: image-set;
  list-style-position: outside;
  list-style-position: inside;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ボタン系*/
/* ----------------------------------------------------- */
.bt_box {
  width: 316px;
  padding-bottom: 60px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
.bt_box a {
  display: block;
  color: #8e8e8e !important;
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #9b9b9b;
  border-radius: 100px;
  position: relative;
}
.bt_box a:hover {
  color: #fff !important;
  background-color: #9b9b9b !important;
}
#no_4 .bt_box {
  display: block;
}
/* レイアウト系*/
/* ----------------------------------------------------- */
.contents_cover_theory {
  width: 100%;
  margin: 0 auto;
}
.corner_box_theory {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 90px 0;
}
.corner_cap {
  padding-bottom: 25px;
  width: 1000px;
}
.entry_quantity {
  color: #8e8d8d !important;
  font-size: 20px;
  text-decoration: underline !important;
  padding-bottom: 30px !important;
  display: block;
  display: inline-block;
}
.entry_quantity:hover {
  text-decoration: underline !important;
}
.entry_box_theory.card {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: scroll;
  display: flex;
  padding: 0 1% 30px 5%;
  gap: 14px;
  margin-bottom: 30px;
  align-items: stretch;
}
.card .entry_area {
  min-width: 360px;
  display: flex;
  align-items: start;
  border: 1px solid #bec2c3;
}
.card .entry_img.thumb {
  width: 50%;
  height: 100%;
}
.card .entry_img.thumb img {
  height: 100%;
  object-fit: cover;
}
.cd_theory {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 18px 0;
  width: 88%;
  margin: 0 auto;
}
.card .entry_prof {
  width: 80%;
  padding: 38px 0 28px 0;
  height: 43%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.entry_prof p {
  font-size: 14px;
  padding: 20px 0 20px 0;
}
/* ▼main */
/* ----------------------------------------------------- */
.main_entry_theory_cover {
  background-color: #f5e4da;
}
.main_entry_theory a:hover {
  opacity: 1;
}
.main_entry_theory {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}
.main_entry_theory a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_entry_theory .entry_prof {
  width: 92%;
  margin: 0 auto;
}
.main_entry_img_theory.thumb {
  width: 60%;
  padding: 30px 0;
}
.main_entry_img_theory.thumb img {
  width: 100%;
  vertical-align: top;
}
.main_entry_prof_theory {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #3d3d3d;
}
.main_prof_area_theory {
  width: 70%;
  margin: 0 auto;
}
.main_logo {
  width: 45%;
  margin: 0 auto;
  padding-bottom: 10%;
}
.cd_theory.me {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 8% 0 0 0;
  width: 92%;
  margin: 0 auto;
}
.cate_theory.me {
  background-color: #fff;
  color: #3d3d3d;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  letter-spacing: 2px;
  font-weight: 100;
}
.title_theory.me {
  font-size: 30px;
  line-height: 1.3;
  padding: 20px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: normal;
  border-bottom: 1px solid #909293;
  text-align: justify;
  letter-spacing: 2px;
}
@media screen and (max-width:1350px) {
  .title_theory.me {
    font-size: 26px;
  }
}
.agenda.me {
  padding: 7% 0 0 0;
}
.agenda.me li {}
.date_theory.me {
  font-size: 17px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: normal;
  letter-spacing: 1px;
  color: #3d3d3d;
}
.chap_theory.me {
  font-size: 15px;
  letter-spacing: 2px;
  margin-right: 20px;
  border-radius: 50px;
  padding: 4px 30px 2px 30px;
}
.chap_theory.me span {
  font-size: 20px;
  padding-left: 5px;
  vertical-align: -8%;
}
/* ▼caption */
/* ----------------------------------------------------- */
.cap_theory p {
  text-align: center !important;
  margin: 0 auto;
}
.cap_theory {
  padding-top: 100px;
  padding-bottom: 135px;
}
/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {}
@media only screen and (max-width: 1200px) and (orientation: landscape) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1440px) {}
/* ------------------------------------------------------------------------------------------------------ */
/* ▼スマホ
/* ------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 479px) {
  #wrapper p {
    font-size: 0.8125rem;
  }
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* ▼pass */
  /* ----------------------------------------------------- */
  .pass_cover {}
  .blog-pass {
    padding-left: 0.75rem;
    padding-bottom: 0.3rem;
    margin-top: -0.3rem;
  }
  ul.blog-pass li {
    font-size: 0.6rem;
    padding: 0 0.1rem 0 0;
  }
  /* 見出し系*/
  /* ----------------------------------------------------- */
  .mh2_theory {
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 1rem;
  }
  .mh2_theory span {
    padding: 0.4rem 0 0 0;
    font-size: 1rem;
    display: block;
  }
  .mh3 {
    font-size: 1.47rem;
    padding-bottom: 1.5rem;
  }
  /* エントリー系*/
  /* ----------------------------------------------------- */
  .entry_area {
    min-width: 18.75rem !important;
  }
  .title_theory {
    font-size: 0.76rem;
    padding-bottom: 1.5rem;
    line-height: 1.5;
  }
  .agenda {
    padding: 1rem 0 0 0;
  }
  .agenda li {
    font-size: 0.76rem !important;
    line-height: 1.8 !important;
  }
  .date_theory {
    font-size: 0.75rem;
  }
  .chap_theory {
    font-size: 0.75rem;
    padding: 0.1rem 1rem;
  }
  /* ボタン系*/
  /* ----------------------------------------------------- */
  .bt_box {
    width: 80%;
    padding-bottom: 3rem;
    padding-top: 1rem;
  }
  .bt_box a {
    padding: 0.5rem 0;
    font-size: 0.78rem;
  }
  /* レイアウト系*/
  /* ----------------------------------------------------- */
  .contents_cover {
    width: 100%;
    margin: 0 auto;
  }
  .corner_box {
    padding: 3rem 0 4.5rem 0;
  }
  .corner_cap {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .entry_quantity {
    font-size: 1rem;
    padding-bottom: 1.5rem !important;
  }
  .corner_box_theory {
    padding: 0 0 3rem 0;
  }
  .entry_box_theory.card {
    margin-bottom: 0rem;
    gap: 0.65rem;
    padding-bottom: 1rem;
  }
  .card .entry_prof {
    width: 84%;
    padding: 2rem 0 2.5rem 0;
  }
  .entry_prof p {
    padding-top: 1rem;
    font-size: 0.76rem !important;
    line-height: 1.5 !important;
  }
  /* ▼main */
  /* ----------------------------------------------------- */
  .main_entry_theory {
    width: 90%;
    padding-top: 1.4rem;
    padding-bottom: 3rem;
  }
  .main_entry_theory a {
    flex-direction: column;
  }
  .main_entry_img_theory.thumb {
    width: 100%;
    padding: 0;
  }
  .main_entry_prof_theory {
    width: 100%;
  }
  .main_prof_area_theory {
    width: 100%;
  }
  .main_logo {
    width: 9.5rem;
    margin: 0 auto;
    padding-bottom: 6%;
    padding: 2rem 0 2rem 0;
  }
  .cate_theory.me {
    font-size: 0.9rem !important;
    padding: 0.5rem;
  }
  .chap_theory.me {
    font-size: 0.75rem;
  }
  .chap_theory.me span {
    font-size: 1.15rem;
  }
  .date_theory.me {
    font-size: 0.85rem;
  }
  .title_theory.me {
    font-size: 1.53rem;
  }
  .agenda.me li {
    font-size: 0.85rem;
    line-height: 1.8 !important;
  }
  /* ▼cap */
  /* ----------------------------------------------------- */
  .cap_theory {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    width: 80%;
    margin: 0 auto;
  }
  .cap_theory p {
    text-align: justify !important;
  }
}