@charset "UTF-8";
/* ===================================================================
   WordPress Markdown Styling (with Highlight support)
   =================================================================== */
.robot {
  font-family: "Roboto", sans-serif;
}

.noto {
  font-family: "Noto Serif JP", serif;
}

.RoNow {
  font-family: "ナウ-GM", "NOW-GM";
}

.main_icon {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.main_icon img {
  max-width: 500px;
}
@media only screen and (max-width: 640px) {
  .main_icon img {
    width: 100%;
  }
}

.only_pc {
  display: block;
}
@media only screen and (max-width: 640px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .only_sp {
    display: block;
  }
}

.txtC {
  text-align: center;
}

#sec_blog {
  padding: 50px 0;
  background-color: #f3f6fa;
}
#sec_blog .inner {
  /* 記事本文のコンテナ */
}
#sec_blog .inner .detailBox {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 50px;
  max-width: 1000px;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox {
    padding: 25px 20px 40px;
  }
}
#sec_blog .inner .detailBox .txtBox {
  line-height: 1.8;
  color: #333;
  /* --- 見出し (Headings) --- */
  /* --- メイン画像 --- */
  /* --- リード文 --- */
  /* h2: リボン風のメイン見出し */
  /* リボン左下の折り返し装飾 */
  /* h3: 下線とチェックアイコンの見出し */
  /* h4: 本文と同サイズの太字 */
  /* アイコン装飾（Google Material Symbols） */
  /* --- テキスト装飾 (Typography) --- */
  /* --- リスト (Lists) --- */
  /* アイコン (丸チェックマーク) */
  /* アイコン (丸チェックマーク) を内包するリスト*/
  /* ハイライト (==テキスト==) */
  /* ハイライト (カギ括弧対応) 不要？*/
  /* 強調 (Bold) */
  /* 引用 (Blockquote) */
  /* --- メディア (Images) --- */
  /* --- 2カラム --- */
  /* --- コードブロック (Code) --- */
}
#sec_blog .inner .detailBox .txtBox h1 {
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#sec_blog .inner .detailBox .txtBox .mv p {
  padding: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox .mv p {
    margin-bottom: 30px;
  }
}
#sec_blog .inner .detailBox .txtBox .mv p img {
  padding: 0;
}
#sec_blog .inner .detailBox .txtBox .lead p {
  padding: 0;
}
#sec_blog .inner .detailBox .txtBox h2 {
  position: relative;
  margin: 4em 0 2em;
  padding: 15px 20px;
  background: linear-gradient(135deg, #1e50a2, #4b85e5);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox h2 {
    font-size: 2rem;
    margin: 3em 0 1.5em;
  }
}
#sec_blog .inner .detailBox .txtBox h2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #3e567d;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox h2::before {
    border-bottom: solid 11px transparent;
    border-right: solid 15px #3e567d;
  }
}
#sec_blog .inner .detailBox .txtBox h3 {
  padding: 0 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
#sec_blog .inner .detailBox .txtBox h4 {
  padding: 0 30px;
  font-weight: bold;
}
#sec_blog .inner .detailBox .txtBox p {
  margin-bottom: 30px;
  padding: 0 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox h3,
  #sec_blog .inner .detailBox .txtBox h4 {
    padding: 0 15px;
    font-size: 1.6rem;
  }
  #sec_blog .inner .detailBox .txtBox p {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
#sec_blog .inner .detailBox .txtBox ul li,
#sec_blog .inner .detailBox .txtBox ol li {
  line-height: 1.6;
  margin-bottom: 10px;
}
#sec_blog .inner .detailBox .txtBox ul li:last-child,
#sec_blog .inner .detailBox .txtBox ol li:last-child {
  margin-bottom: 0;
}
#sec_blog .inner .detailBox .txtBox ul li p,
#sec_blog .inner .detailBox .txtBox ol li p {
  padding: 0;
  margin-bottom: 0;
}
#sec_blog .inner .detailBox .txtBox ol {
  list-style-type: decimal;
}
#sec_blog .inner .detailBox .txtBox ul > li > ul,
#sec_blog .inner .detailBox .txtBox ol > li > ol {
  padding-left: 1.6rem;
}
#sec_blog .inner .detailBox .txtBox > ul {
  padding: 0 30px 0 45px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox > ul {
    padding: 0 15px;
    margin-bottom: 1.2rem;
  }
}
#sec_blog .inner .detailBox .txtBox > ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sec_blog .inner .detailBox .txtBox > ol {
  padding: 0 30px 0 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox > ol {
    padding: 0 15px 0 40px;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox ul > li > ul {
    padding-left: 1.2rem;
  }
}
#sec_blog .inner .detailBox .txtBox i.fa-check-circle {
  font-size: 1.3em;
  color: #1E50A2;
  vertical-align: middle;
}
#sec_blog .inner .detailBox .txtBox ul:has(i.far) {
  padding: 0 30px 0 60px;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox ul:has(i.far) {
    padding: 0 15px 0 40px;
  }
}
#sec_blog .inner .detailBox .txtBox ul li:has(i.far) {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
#sec_blog .inner .detailBox .txtBox mark {
  background: linear-gradient(transparent 50%, #fff001 50%); /* 下半分を黄色に */
  color: inherit;
  font-weight: bold;
  padding: 0 2px;
}
#sec_blog .inner .detailBox .txtBox strong {
  font-weight: bold;
}
#sec_blog .inner .detailBox .txtBox blockquote {
  margin: 2em 0;
  padding: 1em 1.5em;
  border-left: 5px solid #ddd;
  background: #f9f9f9;
  color: #666;
  font-style: italic;
}
#sec_blog .inner .detailBox .txtBox p:nth-child(n+3) > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0;
}
#sec_blog .inner .detailBox .txtBox .flex2 {
  padding: 0 30px;
  margin: 0 auto;
}
#sec_blog .inner .detailBox .txtBox .flex2 .bx p {
  padding: 0;
  margin-bottom: 0;
}
#sec_blog .inner .detailBox .txtBox .flex2 .bx p img {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox .flex2 {
    padding: 0 15px;
  }
}
#sec_blog .inner .detailBox .txtBox hr {
  width: calc(100% - 60px);
  border: none;
  height: 2px;
  background-color: #1E50A2;
  margin: 30px auto;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox hr {
    width: calc(100% - 30px);
  }
}
#sec_blog .inner .detailBox .txtBox code {
  padding: 0.2em 0.4em;
  background: #eee;
  border-radius: 3px;
  font-family: monospace;
}
#sec_blog .inner .detailBox .txtBox pre {
  margin: 1.5em 0;
  padding: 1em;
  background: #2d2d2d;
  color: #fff;
  overflow-x: auto;
  border-radius: 5px;
}
#sec_blog .inner .detailBox .txtBox #toc_container {
  max-width: 700px;
  margin: 60px auto;
  border: 5px solid #ddd;
  padding: 45px;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox #toc_container {
    padding: 30px 15px;
  }
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_title {
  text-align: center;
  font-weight: bold;
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list {
  line-height: initial;
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list a {
  color: #333;
  font-weight: bold;
  line-height: 1.6;
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list a:hover {
  color: #1E50A2;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox #toc_container .toc_list a {
    font-size: 1.5rem;
  }
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_2 {
  display: flex;
  margin-bottom: 20px;
  padding-left: 0;
  text-indent: 0;
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_2:last-child {
  margin-bottom: 0;
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_2::before {
  content: "\f3e3";
  color: #1e50a2;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 48;
  font-size: 24px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: -5px;
  line-height: 1;
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_2 + .toc_level_3 {
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_2 {
    margin-bottom: 15px;
  }
  #sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_2 + .toc_level_3 {
    margin-top: -15px;
  }
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_3 {
  padding-left: 2em;
  text-indent: -1em;
  margin-bottom: 5px;
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_3::before {
  display: none;
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_3 + .toc_level_2 {
  margin-top: 20px;
}
#sec_blog .inner .detailBox .txtBox #toc_container .toc_list .toc_level_3 a {
  line-height: 1.6;
  font-size: 0.9em;
  font-weight: normal;
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box {
  margin: 60px auto;
  border-top: 5px solid #ddd;
  padding: 45px 60px 0;
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox .otoiawase_box {
    margin: 30px auto;
    padding: 30px 15px 0;
  }
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .toiawase {
  font-size: 2rem;
  border-bottom: solid 2px #1e50a2;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox .otoiawase_box .toiawase {
    font-size: 1.6rem;
  }
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail {
    flex-wrap: wrap;
  }
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail01 {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail01 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 850px) and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail01 {
    text-align: left;
  }
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail01 p {
  padding: 0;
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail01 .tel {
  font-size: 2.5rem;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail01 .tel {
    font-size: 2rem;
  }
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail01 .tel_num {
  font-size: 3.5rem;
  color: #1e50a2;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail01 .tel_num {
    font-size: 3rem;
    text-decoration: underline;
  }
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail02 {
  width: 45%;
}
@media only screen and (max-width: 850px) {
  #sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail02 {
    width: 100%;
  }
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail02 .btn01 {
  margin: 0 auto;
  padding: 15px 0 !important;
  background-color: #1e50a2;
  color: #fff;
  position: relative;
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail02 .btn01 .material-symbols-rounded {
  color: #fff;
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail02 .btn01::after {
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail02 .btn01::after {
    right: 10px;
  }
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail02 .btn01::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1e50a2;
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail02 .btn01:hover {
  border: 1px solid #2a70e3;
  background-color: #2a70e3;
}
#sec_blog .inner .detailBox .txtBox .otoiawase_box .otoiawase_detail .detail02 .btn01:hover::before {
  border-top: 15px solid #2a70e3;
}
#sec_blog .inner .detailBox a.btn01.back_archive {
  margin: 0 auto;
}
#sec_blog .inner .detailBox a.btn01.back_archive::after {
  content: "\e5c4";
  right: auto;
  left: 20px;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .detailBox a.btn01.back_archive {
    max-width: calc(70% + 40px);
  }
}
#sec_blog .inner .tag_area {
  margin: 0 0 30px auto;
  display: flex;
  justify-content: right;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .tag_area {
    margin: 0 0 15px auto;
  }
}
#sec_blog .inner .tag_area a:not(:last-child) {
  margin-right: 5px;
}
#sec_blog .inner .tag_area a li {
  background-color: #fff;
  color: #1e50a2;
  border: 1px solid #1e50a2;
  border-radius: 30px;
  padding: 4px 12px 5px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  #sec_blog .inner .tag_area a li {
    font-size: 1.4rem;
    padding: 4px 6px 5px;
  }
}
#sec_blog .inner .tag_area a li:hover {
  background-color: #1e50a2;
  color: #fff;
}
#sec_blog .inner .more-btn .btn_more {
  border: 1px solid #1e50a2;
  background-color: #fff;
  color: #1e50a2;
  border-radius: 20px;
  padding: 10px 20px;
}
#sec_blog .inner .more-btn .btn_more:hover {
  background-color: #1e50a2;
  color: #fff;
}/*# sourceMappingURL=layout_blog_md.css.map */