@charset "UTF-8";
/*
CORDING BY akihirohiramoto.jp/
*/
/*背景カラー*/
/*$bg_a:rgba(238,238,245,1);230, 225, 225*/
/*黒*/
/*白*/
/*グレイ*/
/*リンクカラー*/
/*御幸カラー*/
/*フォーム用アラート*/
/*テーマカラー*/
/*240,180,0,1*/
/*テキストシャドウ黒（ライトorダーク）*/
/*
CORDING BY akihirohiramoto.jp/
*/
/*投稿記事内のテーブル*/
/*MNPサポートタイトル*/
.tagcloud {
  display: flex;
  justify-content: start;
  align-items: baseline;
  padding: 1em 0;
  max-width: 1080px;
  width: 100%;
  font-size: 1.1em;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .tagcloud {
    font-size: 1.3em;
  }
}
.tagcloud a {
  display: inline-block;
  border: 1px solid #c00000;
  padding: 0.3em 0.5em;
  margin-right: 0.25em;
  border-radius: 4px;
}
.tagcloud a:hover {
  background-color: #c00000;
  color: white;
}

.tagcloud::before {
  content: "Tags: ";
  display: inline-block;
  font-size: 100%;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  margin-right: 0.5em;
}

#content h6.date-title {
  display: block;
  text-align: center;
  margin: 0 auto 0em;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.25);
  padding-top: 0;
  font-size: 1.75em;
}
@media screen and (min-width: 767px) {
  #content h6.date-title {
    font-size: 2.5em;
  }
}
#content h6.date-title a {
  display: inline-block;
  margin-left: 1em;
}
#content h6.date-title .slush {
  margin: 0 0.25em;
}
#content h6.date-title .slush:after {
  display: inline-block;
  content: "/";
}

#main_single h2.entry-single-title {
  color: black;
  display: block;
  text-align: center;
  margin: auto;
  line-height: 1.75em;
  font-size: 1.75em;
}
@media screen and (min-width: 767px) {
  #main_single h2.entry-single-title {
    font-size: 3em;
  }
}
#main_single h2.entry-single-title:after, #main_single h2.entry-single-title:before {
  content: "";
  border: 0;
}

article.post .w960-wrapper {
  margin: 0 auto 4%;
}

article.post section .w960-wrapper {
  margin: 3% auto 2%;
}

.single-index {
  display: flex;
  margin: 1% auto 0;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  counter-reset: number 0;
}
.single-index li {
  font-size: 1em;
  display: inline-block;
  line-height: 1.7em;
  padding-bottom: 0.5em;
  vertical-align: middle;
  padding-left: 3.5em;
}
@media screen and (min-width: 767px) {
  .single-index li {
    font-size: 1.2em;
  }
}
.single-index li a:before {
  margin-left: -3.75em;
  counter-increment: number 1;
  content: "#" counter(number, decimal-leading-zero);
  font-family: "roboto", sans-serif;
  font-weight: 400;
  margin-right: 1em;
  display: inline-block;
  padding-right: 1em;
  height: 2em;
  vertical-align: middle;
  color: #c00000;
  text-align: left;
  line-height: 2em;
  border-right: 1px solid rgba(192, 0, 0, 0.25);
}

.answer {
  display: inline-block;
  color: #c00000;
  font-size: 350%;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  margin: 0.25em 0.5em 0.5em 0;
  float: left;
  line-height: 1em;
  height: 1em;
  width: auto;
  position: relative;
  padding: 0 0.5em 0.5em;
}

ul.sector-news {
  display: flex;
  margin: 0 auto 20px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 959px) {
  ul.sector-news {
    flex-direction: row;
  }
}
ul.sector-news li {
  display: inline-block;
  width: 100%;
  padding: 10px;
  position: relative;
  padding: 3em;
}
@media screen and (min-width: 959px) {
  ul.sector-news li {
    width: calc(50% - 5px);
  }
}
ul.sector-news li {
  /*タイトル*/
}
ul.sector-news li.arch-news-title {
  background-color: rgba(255, 255, 255, 0.25);
}
ul.sector-news li.arch-news-title a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1em;
  color: #c00000;
  font-size: 1em;
}
@media screen and (min-width: 767px) {
  ul.sector-news li.arch-news-title a {
    font-size: 1.4em;
  }
}
ul.sector-news li.arch-news-title a:hover {
  text-decoration: underline;
}
ul.sector-news li {
  /*記事1件分*/
}
ul.sector-news li.arch-news-matter {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0em;
  transition: all 0.2s ease;
}
ul.sector-news li.arch-news-matter:hover {
  background-color: white;
}
ul.sector-news li.arch-news-matter .arch-link {
  display: flex;
  flex-direction: column;
  padding: 2em;
}
@media screen and (min-width: 506px) {
  ul.sector-news li.arch-news-matter .arch-link {
    flex-direction: row;
    padding: 3em;
    gap: 2em;
  }
}
ul.sector-news li.arch-news-matter .thumb-bg {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 506px) {
  ul.sector-news li.arch-news-matter .thumb-bg {
    width: 40%;
    min-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  ul.sector-news li.arch-news-matter .thumb-bg {
    width: 30%;
    min-width: 120px;
  }
}
ul.sector-news li.arch-news-matter .thumb-bg:before {
  content: "";
  padding-top: 50%;
  display: block;
}
@media screen and (min-width: 506px) {
  ul.sector-news li.arch-news-matter .thumb-bg:before {
    padding-top: 100%;
  }
}
ul.sector-news li.arch-news-matter .title-excerpt-wrapper {
  display: flex;
  flex-direction: column;
  margin: 1em auto 0;
}
@media screen and (min-width: 506px) {
  ul.sector-news li.arch-news-matter .title-excerpt-wrapper {
    margin: 0.25em auto 0;
  }
}
#main_archive ul.sector-news li.arch-news-matter .title-excerpt-wrapper h2, #main_page ul.sector-news li.arch-news-matter .title-excerpt-wrapper h2 {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  line-height: 1.4em;
  font-size: 1.1em;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 767px) {
  #main_archive ul.sector-news li.arch-news-matter .title-excerpt-wrapper h2, #main_page ul.sector-news li.arch-news-matter .title-excerpt-wrapper h2 {
    font-size: 1.3em;
  }
}
#content ul.sector-news li.arch-news-matter .title-excerpt-wrapper h3 {
  margin-top: 0;
  padding-top: 0;
  font-weight: normal;
  font-size: 1.2em;
}
@media screen and (min-width: 767px) {
  #content ul.sector-news li.arch-news-matter .title-excerpt-wrapper h3 {
    font-size: 1.4em;
  }
}
ul.sector-news li.arch-news-matter .title-excerpt-wrapper p {
  font-size: 0.75em;
}
@media screen and (min-width: 767px) {
  ul.sector-news li.arch-news-matter .title-excerpt-wrapper p {
    font-size: 0.9em;
  }
}

#main_archive {
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.widget-taghead {
  display: inline-block;
  margin: 0 auto;
}
.widget-taghead .cate-separate {
  display: inline-block;
  margin: 0 0.25em;
}

.cate-list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 3em;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cate-list li {
  font-size: 1.4em;
  display: inline-block;
}
.cate-list li a {
  display: block;
  font-size: 1.4rem;
  color: rgba(192, 0, 0, 0.75);
  line-height: 50px;
  height: 50px;
  padding: 0 0.5em;
  border-bottom: 2px solid rgba(192, 0, 0, 0.25);
}
.cate-list li a:hover {
  border-bottom: 2px solid #c00000;
}
.category-topics .cate-list li.current-cat a {
  border-bottom: 2px solid #c00000;
}

.post-navigation {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 1em;
}
.post-navigation a {
  display: inline-block;
  font-size: 1.4em;
}

.post-img-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0 auto 5%;
  justify-content: center;
  object-fit: cover;
  padding: 0 10px;
}
@media screen and (min-width: 767px) {
  .post-img-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.post-img-wrapper img {
  display: inline-block;
  width: 100%;
  max-width: 960px;
  padding: 0.5em;
  height: auto;
}
@media screen and (min-width: 767px) {
  .post-img-wrapper img {
    width: auto;
    max-width: initial;
    height: 40vh;
  }
}