@charset "UTF-8";

/* style reset */
.articleBody {
  & h2,h3,h4,h5,h6,
  ul,ol,li,
  table,tr,th,td {
    margin: revert;
    padding: revert;
    list-style: revert;
    width: revert;
    height: revert;
    line-height: revert;
  }
  & ul,ol {
    margin-left: 1em;
  }
  & table,tr,th,td {
    display: revert;
    padding: 1em;
  }
}

.breadcrumb-wrap {
  color: gray;
  padding: 0.5em 0;
}

.contents-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.breadcrumb {
  /* display: flex; */
  font-size: max(0.6rem, 11px);
}

#content .breadcrumb a {
  text-decoration: none;
  color: gray;
}

.breadcrumb > li {
  display: inline;
}

.breadcrumb > li + li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 1.5em;
}

.titleServiceArticleInner {
  height: 120px;
  text-align: center;
}

.serviceArticleBox_list {
  padding: 50px 0;
}

.serviceArticleBox_list .tx {
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.purposeSelectDidplaybtn {
  text-align: center;
  width: 200px;
  font-weight: bold;
}

.purposeSelectDidplaybtn a:before {
  content: " ";
  position: absolute;
  background-image: url(../images/article/glass.webp);
  top: 13px;
  left: 30px;
  width: 30px;
  height: 30px;
  background-size: 20px;
  background-repeat: no-repeat;
  z-index: 1;
}

.purposeSelectDidplaybtn a {
  position: relative;
  background-color: #f06400;
  color: #FFF !important;
  text-decoration: none !important;
  display: block;
  padding: 10px;
  border-radius: 20px;
}

.purposeSelectbtn {
  position: relative;
  text-align: center;
  max-width: 330px;
  width: 100%;
  font-weight: bold;
}

.purposeSelectbtn a {
  background-color: #fff;
  color: #42210B !important;
  text-decoration: none !important;
  display: block;
  padding: 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0 0 gray;
          box-shadow: 0 5px 0 0 gray;
}

.purposeSelectbtn a:before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: " ";
  position: absolute;
  top: 12px;
  right: 20px;
  background-color: #42210B;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  z-index: 2;
}

.purposeSelectbtn a:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: " ";
  position: absolute;
  top: 18px;
  right: 24px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 3;
}

.purposeSelectWrap {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

#content .purposeSelectWrap .tx {
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}

#content .purposeSelectWrap span {
  font-size: 32px;
  font-weight: bold;
  color: #f06400;
}

/* --- 検索全体のBOX */
.searchArea {
  width: 100%;
  height: 35px;
  margin: auto;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* --- テキスト入力欄のSTYLE設定 --- */
.searchArea .searchText {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  max-width: 300px;
  margin: 0;
  padding: 0 15px;
  border: none;
  border-radius: 10px 0 0 10px;
  color: #333;
  outline: 0;
  font-size: 16px;
  width: 80%;
}

/* --- 検索ボタン欄のSTYLE設定 --- */
.searchArea .searchButton {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 50px;
  margin: 0;
  border: none;
  border-radius: 0 10px 10px 0;
  background: #f06400;
  color: #fff;
  cursor: pointer;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchArea .searchButton img {
  width: 20px;
}

#content .searchButton a {
  text-decoration: none;
  color: #fff;
}

.searchArea .searchText::-ms-clear {
  display: none;
}

.articleSearch {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff0c8;
  border-radius: 20px;
  margin: 100px auto;
}

.articleSearch .leftBox {
  width: 55%;
  padding: 20px 40px;
  background-color: #fff0c8;
  border-radius: 20px 0 0 20px;
}

.articleSearch .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  padding: 0 40px;
  background-color: #fff0c8;
  border-radius: 0 20px 20px 0;
}

.articleSearch .rightBox form {
  width: 100%;
}

.articleSearch .rightBox .inBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 20px;
}

.articleSearch_Text {
  font-size: 32px;
  font-weight: bold;
  color: #f06400;
}

.ArticleTag_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.ArticleTag_list h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 18px;
}

#content .post-tags a,
#content .post-body .post-tags a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
  line-height: 200%;
  padding: 0 1em;
  border-radius: 1em;
  background: #f0f1f1;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
  color: #f06400;
  text-decoration: none;
}

.post-tags {
  text-align: center;
}

.article_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article_lists li {
  width: 46%;
  margin: 0 2% 20px !important;
  margin: 0 10px;
  text-align: left;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
}

.article_lists .imgBox {
  height: 300px;
  position: relative;
}

.article_lists .imgBox img {
  height: 300px;
  width: 100%;
}

.article_lists .txBox {
  /* height: 300px; */
  background: #f0f1f1;
  min-height: 300px;
}

.article_lists .time {
  font-size: 12px;
  color: #f06400;
}

.articleBody h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.articleBody h2::before {
  counter-increment: item;
  text-align: center;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #f06400;
  color: #fff;
  font-size: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.0;
}

.articleBody h2:nth-of-type(n+10):before {
  width: 42px;
}

@media screen and (max-width: 768px) {
  .articleBody h2::before {
    font-size: 16px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 1.5;
  }
  .articleBody h2:nth-of-type(n+10):before {
    width: 32px;
  }
}
.articleBody h2:nth-of-type(1)::before {
  content: "1";
}

.articleBody h2:nth-of-type(2)::before {
  content: "2";
}

.articleBody h2:nth-of-type(3)::before {
  content: "3";
}

.articleBody h2:nth-of-type(4)::before {
  content: "4";
}

.articleBody h2:nth-of-type(5)::before {
  content: "5";
}

.articleBody h2:nth-of-type(6)::before {
  content: "6";
}

.articleBody h2:nth-of-type(7)::before {
  content: "7";
}

.articleBody h2:nth-of-type(8)::before {
  content: "8";
}

.articleBody h2:nth-of-type(9)::before {
  content: "9";
}

.articleBody h2:nth-of-type(10)::before {
  content: "10";
}

.articleBody h2:nth-of-type(11)::before {
  content: "11";
}

.articleBody h2:nth-of-type(12)::before {
  content: "12";
}

.articleBody h2:nth-of-type(13)::before {
  content: "13";
}

.articleBody h2:nth-of-type(14)::before {
  content: "14";
}

.articleBody h2:nth-of-type(15)::before {
  content: "15";
}

.articleBody h2:nth-of-type(16)::before {
  content: "16";
}

.articleBody h2:nth-of-type(17)::before {
  content: "17";
}

.articleBody h2:nth-of-type(18)::before {
  content: "18";
}

.articleBody h2:nth-of-type(19)::before {
  content: "19";
}

.articleBody h2:nth-of-type(20)::before {
  content: "20";
}

.articleBody h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 4px solid #f06400;
  padding-left: 8px;
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 30px;
}

/* .articleBody h3::before {
    content: "";
    margin-right: 8px;
    width: 4px;
    height: 22px;
    background-color: #f06400;
} */
.articleBody h4 {
  font-weight: bold;
  border-bottom: 1px solid #f06400;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 17px;
}

#content .article_lists .tags a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
  line-height: 200%;
  padding: 0 1em;
  border-radius: 1em;
  background: #fff;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
  color: #f06400;
  text-decoration: none;
}

.txBoxInner {
  padding: 15px;
}

#content .article_lists .title {
  font-size: 18px;
  font-weight: bold;
  height: 70px;
}

.article_lists .btn {
  margin: 20px auto 0;
}

.writerBox {
  background-color: #FFF;
  z-index: 1;
  position: absolute;
  line-height: 200%;
  padding: 5px 10px 5px 5px;
  border-radius: 999px;
  right: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
}

.writerBox img + img {
  display: none;
}

.writerBox span {
  padding-left: 5px;
}

.writerBox span a {
  color: #42210C !important;
  text-decoration: none !important;
  pointer-events: none;
}

.article_lists .imgBox .writerBox img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.popularWriter_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.popularWriter_lists li {
  width: 30%;
  height: 250px;
  background-color: #F2F2F2;
  border-radius: 20px;
}

.popularWriter_lists .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popularWriter_lists .iconBox img {
  width: 100px;
  height: 100px;
}

.popularWriter_lists .iconBox p {
  line-height: 100px;
}

.popularWriter_lists .btn {
  width: 100%;
}

.popularWriter_lists .btn:first-child {
  margin-bottom: 10px;
}

.popularWriter_lists .btn a {
  font-size: 14px;
}

.popularWriterBtnArea {
  margin: 30px auto 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* === モーダル非表示（初期） ============================== */
.modalNoDisp {
  display: none;
}

/* === モーダルバックグランド ============================== */
.modalBg {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
  z-index: 1000;
}

/* === モーダルバックグランド：OPEN時のアニメーション ====== */
.modalBgOpen {
  -webkit-animation: bgOpenAnime 0.3s ease;
  animation: bgOpenAnime 0.3s ease;
}

@-webkit-keyframes bgOpenAnime {
  /* フェードイン */
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgOpenAnime {
  /* フェードイン */
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* === モーダルバックグランド：CLOSE時のアニメーション ===== */
.modalBgClose {
  bottom: 100%;
  -webkit-animation: bgCloseAnime 0.3s ease;
  animation: bgCloseAnime 0.3s ease;
}

@-webkit-keyframes bgCloseAnime {
  /* フェードイン */
  0% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 0;
    bottom: 0;
  }
}
@keyframes bgCloseAnime {
  /* フェードイン */
  0% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 0;
    bottom: 0;
  }
}
/* === モーダルウインド ==================================== */
.modalBg .modalWindow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  max-width: 700px;
  width: 80%;
  min-height: 220px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
}

.modalWindow label {
  display: block;
}

.selectArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: left;
}

.selectArea h2 {
  font-size: 22px;
}

.selectArea .radioWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.selectArea .radio {
  margin-left: 5px;
  cursor: pointer;
}

.selectArea .checkboxArea {
  margin-bottom: 10px;
}

.selectArea .checkboxArea input[type=checkbox] {
  margin-right: 5px;
}

.modalWindow .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.ModalSearchBtn {
  position: relative;
  text-align: center;
  width: 200px;
  font-weight: bold;
}

.ModalSearchBtn a:before {
  content: " ";
  position: absolute;
  background-image: url(../images/article/glass.webp);
  top: 13px;
  left: 30px;
  width: 30px;
  height: 30px;
  background-size: 20px;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ModalSearchBtn a:before {
    background-image: none;
  }
}
.ModalSearchBtn a {
  background-color: #f06400;
  color: #FFF !important;
  text-decoration: none !important;
  display: block;
  padding: 10px;
  border-radius: 20px;
}

.ModalCloseBtn {
  background-color: #42210B;
  color: #FFF !important;
  text-decoration: none !important;
  display: block;
  padding: 10px;
  width: 200px;
  border-radius: 20px;
  margin-right: 20px;
}

.sp_view {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_view {
    display: block;
  }
  .breadcrumb {
    margin-left: 20px;
    margin-right: 20px;
  }
  .serviceArticleBox_list .tx {
    font-size: 20px;
  }
  .purposeSelectWrap {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .purposeSelectbtn {
    margin: 0 auto;
  }
  .purposeSelectDidplaybtn {
    margin: 0 auto;
  }
  .articleSearch {
    display: block;
    padding: 25px;
    width: 90%;
  }
  .articleSearch .leftBox {
    width: 100%;
    padding: 0;
  }
  .articleSearch .rightBox {
    width: 100%;
    padding: 0;
  }
  .articleSearch_Text {
    font-size: 24px;
  }
  .searchArea .searchText {
    height: 40px;
  }
  .searchArea .searchButton {
    height: 40px;
    line-height: 25px;
  }
  .articleSearch .rightBox .inBox {
    padding: 0;
  }
  .article_lists {
    display: block;
  }
  .article_lists li {
    width: 90%;
    margin: 0 auto 20px !important;
  }
  .popularWriterBox {
    display: none;
  }
  .selectArea {
    display: block;
  }
  .modalInner {
    overflow-y: scroll;
    height: 100%;
  }
  .modalBg .modalWindow {
    width: 90%;
    height: 90%;
  }
  .article_lists .btn {
    width: 80%;
  }
  .txBoxInner {
    padding-bottom: 30px;
  }
}
.service #content .txArea .imgBox img {
  width: 100%;
  border-radius: 20px;
}

.service #content .entry-content .txArea .imgBox {
  padding: 0;
}

.service #content .post-tags a {
  font-size: 0.7rem;
}

.service .post-tags {
  padding: 20px 0;
}

.service .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service .dateBox .entry-date {
  margin-left: 8px;
}

.service .dateBox .date {
  color: gray;
}

.dateBoxRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dateBoxRight img {
  width: 30px;
  height: 30px;
}

.articleBody img {
  width: auto;
  border-radius: 20px;
}

.service #content .serviceBox_child .inBox .in a .tx2,
.service #content .serviceBox_child .inBox .in a .tx_price {
  display: none;
}

.article .example_no_slide {
  color: #fff;
}

.article .article_lists {
  color: #42210B;
}

.service #content .articlePage .nav_list {
  margin: 0;
  padding: 100px 0 !important;
}

.service #content .ServiceArticleNavList .t_h2_c {
  padding-top: 30px;
}

.service #content .ServiceArticleNavList .t_h3_c {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 20px;
}

.service #content .ServiceArticleNavList .post-tags a {
  background-color: #fff;
}

.service #content .ServiceArticleNavList .sub {
  text-align: center;
}

.service #content .ServiceArticleNavList .inBox {
  padding: 20px;
}

.service #content .ServiceArticleNavList form {
  width: 80%;
}

.service #content .ServiceArticleNavList .searchArea .searchText {
  max-width: 100%;
}

.service #content .ServiceArticleNavList .purposeSelectWrap {
  width: 70%;
  max-width: 960px;
}

@media screen and (max-width: 768px) {
  .service #content .ServiceArticleNavList .purposeSelectWrap {
    width: 100%;
  }
}
.service #content .ServiceArticleNavList .nav_list {
  margin: 0;
  padding: 20px !important;
}

@media screen and (max-width: 768px) {
  .service #content .ServiceArticleNavList .nav_list {
    padding: 20px 2% !important;
  }
}
.borderTop {
  border-top: 1px solid lightgray;
}

.searchArticle_list {
  padding: 50px 0;
}

#ez-toc-container .ez-toc-title-toggle {
  display: none;
}

/* スマホ用コード */
@media (max-width: 700px) {
  /* 目次タイトル */
  div#ez-toc-container p.ez-toc-title {
    font-size: 18px;
    /* フォントサイズ */
  }
}
div#ez-toc-container {
  padding: 0;
  margin: 40px 0;
  width: 100%;
  border: none;
  border-radius: 30px;
}

/* 目次タイトル周りの調整 */
#ez-toc-container p.ez-toc-title {
  display: block;
  /* 目次タイトルを固める  */
  text-align: center;
  /* 目次タイトルをセンターへ */
  padding: 5px;
  /* 目次タイトルの内側余白  */
}

#ez-toc-container,
#ez-toc-container .ez-toc-title-container {
  margin: 0;
  /* 目次タイトルと枠線の余白をなくす */
  padding: 20px 50px 0 50px;
}

/* 目次見出し内側余白を調整 */
div#ez-toc-container ul li {
  padding: 10px 0 0;
}

/* 見出しにマウスを乗せた時のアンダーラインを消す */
#ez-toc-container ul a:hover {
  text-decoration: none;
}

#content .ez-toc-counter nav ul li a {
  color: #f06400;
}

.ez-toc-counter nav ul li a::before {
  content: counter(item, numeric) " ";
  /* margin-right: 0.2em; */
  counter-increment: item;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: #f06400;
  color: #fff;
  border-radius: 20px;
  line-height: 20px;
}

.ez-toc-counter nav ul li ul li a::before {
  content: counters(item,'-',numeric) ' ';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
}

.ez-toc-counter ul {
  counter-reset: item;
  display: block;
}

#ez-toc-container li,
#ez-toc-container ul {
  text-align: left;
}

/* 目次枠線内の余白を調整 */
#ez-toc-container .ez-toc-list {
  padding: 10px 50px 20px 50px;
}

@media screen and (max-width:768px) {
  #ez-toc-container .ez-toc-list {
      padding-left: 25px;
      padding-right: 25px;
  }
}

/* 目次の閉じるボタンデザイン */
.ez-toc-btn {
  border: none;
  background: #fafafa;
  border-radius: 0;
}

/* SANGO専用・目次アイコンを消す */
#ez-toc-container .ez-toc-title-container:before {
  display: none;
}

/* 目次プラグインのスタイルを上書き */
#ez-toc-container ul ul {
  padding-left: 1.5em;
  margin-left: 0 ;
}


div#ez-toc-container nav {
  .ez-toc-list-level-3 {
      .ez-toc-heading-level-3 {
          padding-bottom: 0px;
      }
  }
}

/* 余白調整 */
#content .pageCon .entry-content h2.title {
  padding-bottom: 0;
}