@charset "UTF-8";
/*明朝体*/
/*Roboto*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*リンク*/
/*タイトルバー*/
/* .mainの共通部分CSS */
/* main内のsection設定 */
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*
投稿ページ用CSS
*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/
.content.info #pageMenu {
  display: block;
  justify-content: space-between;
  width: 92vw;
  margin: 0 auto 8vw;
}
.content.info #pageMenu li {
  width: 92vw;
  margin-bottom: 4vw;
}
.content.info #pageMenu li a {
  display: block;
  width: inherit;
  height: 12vw;
  padding-top: 1.5vw;
  background: #fff url(img/common/arrow_under_black.png) center 7.7vw no-repeat;
  -webkit-background-size: 3.2vw auto;
  background-size: 3.2vw auto;
  border: 0.66vw solid #8d8e8d;
  -webkit-border-radius: 28.8vw;
  -moz-border-radius: 28.8vw;
  border-radius: 28.8vw;
  text-align: center;
}
.content.info .container {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  padding: 1.3vw;
}
.content.info .container::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
.content.info .main {
  margin-bottom: 16vw;
}
.content.info aside {
  width: 82.6vw;
  margin: 0 auto;
}
.content.info aside .widget {
  margin-bottom: 10.6vw;
}
.content.info aside .widget .widgettitle {
  padding: 1.06vw 0 0 2.6vw;
  background-color: #5e605f;
  line-height: 11.3vw;
  font-size: 3.2vw;
  color: #ccc;
  position: relative;
}
.content.info aside .widget .widgettitle::before {
  display: inline-block;
  margin-right: 3.3vw;
  font-size: 4.26vw;
  color: #fff;
}
.content.info aside .widget .widgettitle::after {
  content: "";
  display: block;
  width: 42vw;
  height: 1.06vw;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  left: 0;
}
.content.info aside .widget.widget_categories .widgettitle::before {
  content: "CATEGORY";
}
.content.info aside .widget.widget_archive .widgettitle::before {
  content: "ARCHIVE";
}
.content.info aside .widget ul li a {
  padding: 4vw 1.3vw;
  border-bottom: 1px dotted #a2a2a2;
}
.content.info aside .widget ul li a::before {
  content: "・";
}
.content.info aside .widget ul li .children li a {
  padding: 4vw 1.3vw;
  border-bottom: 1px dotted #a2a2a2;
}
.content.info aside .widget ul li .children li a::before {
  content: "└";
  margin-right: 2vw;
}

/*-----------------------------------------------------------------
一覧（全新着、カテゴリ、月別、日別共通）
-----------------------------------------------------------------*/
#infoList .main #postList li {
  margin-bottom: 13.3vw;
}
#infoList .main #postList li h2 {
  padding: 5.3vw 0 5.3vw 4.93vw;
  margin: 0 auto 6vw;
  background-color: #5e605f;
  line-height: 130%;
  font-size: 8vw;
  color: #fff;
  position: relative;
  padding: 0;
  margin-bottom: 5.3vw;
  font-size: 4.26vw;
  font-weight: bold;
}
#infoList .main #postList li h2::before {
  content: "";
  display: block;
  width: 1.3vw;
  height: 10.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#infoList .main #postList li h2 a {
  padding: 5.3vw 0.5em 5.3vw 4.93vw;
  line-height: 160%;
  color: #fff;
}
#infoList .main #postList li .dateLine {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 82.6vw;
  margin: 0 auto 4vw;
}
#infoList .main #postList li .dateLine .date {
  font-size: 4.26vw;
  font-weight: bold;
}
#infoList .main #postList li .dateLine .new_icon {
  display: inline-block;
  width: 10.6vw;
  height: auto;
  margin-left: 0.75em;
}
#infoList .main #postList li .cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 82.6vw;
  margin: 0 auto 2.7vw;
}
#infoList .main #postList li .cat li {
  margin: 0 2.6vw 2.6vw 0;
}
#infoList .main #postList li .cat li:last-child {
  margin-right: 0;
}
#infoList .main #postList li .cat li a {
  display: inline-block;
  padding: 0 0.75em;
  background-color: #f3f3f3;
  line-height: 5.86vw;
  font-size: 3.2vw;
  font-weight: bold;
}
#infoList .main #postList li .excerpt {
  width: 82.6vw;
  margin: 0 auto 6.6vw;
  line-height: 160%;
}
#infoList .main #postList li .detailBtn a {
  display: block;
  width: 72.6vw;
  height: 10.4vw;
  margin: 0 auto;
  background: #fff url(img/common/arrow01_black.png) 66.6vw center no-repeat;
  -webkit-background-size: 1.46vw auto;
  background-size: 1.46vw auto;
  border: 0.53vw solid #5e605f;
  -webkit-border-radius: 10.4vw;
  -moz-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 10.4vw;
  text-align: center;
}

/*+-+-+-+-+-+-+-+-+-+-ページナビ+-+-+-+-+-+-+-+-+-+-+-+-*/
.tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 82.6vw;
  padding-top: 10.6vw;
  margin: 0 auto;
  border-top: 1px dotted #a2a2a2;
}
.tablenav .page-numbers {
  display: block;
  width: 10.6vw;
  height: 10.6vw;
  margin: 0 1vw 1vw;
  background-color: #fff;
  border: 1px solid #5e605f;
  line-height: 10.6vw;
  text-align: center;
}
.tablenav .page-numbers.current {
  background-color: #5e605f;
  color: #fff;
}
.tablenav .page-numbers.prev, .tablenav .page-numbers.next {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}
.tablenav .page-numbers.prev::before, .tablenav .page-numbers.next::before {
  display: block;
  overflow: visible;
  text-indent: 0;
  white-space: normal;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tablenav .page-numbers.prev::before {
  content: "<";
}
.tablenav .page-numbers.next::before {
  content: ">";
}

/*-----------------------------------------------------------------
投稿詳細
-----------------------------------------------------------------*/
#infoDetail .main #articleTitle {
  padding: 5.3vw 0 5.3vw 4.93vw;
  margin: 0 auto 6vw;
  background-color: #5e605f;
  line-height: 130%;
  font-size: 8vw;
  color: #fff;
  position: relative;
  padding-right: 0.5em;
  margin-bottom: 5.3vw;
  line-height: 160%;
  font-size: 4.26vw;
  font-weight: bold;
}
#infoDetail .main #articleTitle::before {
  content: "";
  display: block;
  width: 1.3vw;
  height: 10.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#infoDetail .main .dateLine {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 82.6vw;
  margin: 0 auto 4vw;
}
#infoDetail .main .dateLine .date {
  font-size: 4.26vw;
  font-weight: bold;
}
#infoDetail .main .dateLine .new_icon {
  display: inline-block;
  width: 10.6vw;
  height: auto;
  margin-left: 0.75em;
}
#infoDetail .main .cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 82.6vw;
  margin: 0 auto 2.7vw;
}
#infoDetail .main .cat li {
  margin: 0 2.6vw 2.6vw 0;
}
#infoDetail .main .cat li:last-child {
  margin-right: 0;
}
#infoDetail .main .cat li a {
  display: inline-block;
  padding: 0 0.75em;
  background-color: #f3f3f3;
  line-height: 5.86vw;
  font-size: 3.2vw;
  font-weight: bold;
}
#infoDetail .main #eyeCatch {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#infoDetail .main #eyeCatch img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 6.6vw;
}
#infoDetail .main .post_detail {
  width: 82.6vw;
  padding-bottom: 10vw;
  margin: 0 auto 10vw;
  border-bottom: 1px dotted #a2a2a2;
  overflow: hidden;
}
#infoDetail .main .post_detail p {
  clear: both;
  margin-bottom: 6.6vw;
  line-height: 160%;
}
#infoDetail .main .post_detail p img.alignright {
  text-align: right;
}
#infoDetail .main .post_detail .alignleft {
  float: left;
}
#infoDetail .main .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#infoDetail .main .post_detail .alignright {
  float: right;
}
#infoDetail .main .post_detail img {
  width: auto;
  height: auto;
  margin: 5px;
}
#infoDetail .main .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#infoDetail .main .post_detail img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
#infoDetail .main .post_detail img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
#infoDetail .main .post_detail ul {
  margin: 6.6vw 0 6.6vw;
}
#infoDetail .main .post_detail ul li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
}
#infoDetail .main .post_detail ul li:after, #infoDetail .main .post_detail ul li:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#infoDetail .main .post_detail ul li:before {
  left: 0;
  width: 17px;
  height: 17px;
  background: rgb(189, 46, 52);
}
#infoDetail .main .post_detail ul li:after {
  top: 1em;
  left: 0.5em;
  width: 14px;
  height: 14px;
  background: rgba(189, 46, 52, 0.5);
}
#infoDetail .main .post_detail ol {
  margin: 6.6vw 0 6.6vw;
  counter-reset: clist;
}
#infoDetail .main .post_detail ol li {
  position: relative;
  margin: 0 0 16px 30px;
}
#infoDetail .main .post_detail ol li::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: clist;
  content: counter(clist);
  background: #bd2e34;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 2px;
  margin-left: -30px;
}
#infoDetail .main .post_detail li {
  line-height: 160%;
}
#infoDetail .main .post_detail h1 {
  padding: 5.3vw 0 5.3vw 4.93vw;
  margin: 0 auto 6vw;
  background-color: #5e605f;
  line-height: 130%;
  font-size: 8vw;
  color: #fff;
  position: relative;
  padding-right: 0.5em;
  margin-bottom: 5.3vw;
  line-height: 160%;
  font-size: 5vw;
  font-weight: bold;
  background-color: #bd2e34;
}
#infoDetail .main .post_detail h1::before {
  content: "";
  display: block;
  width: 1.3vw;
  height: 10.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#infoDetail .main .post_detail h1::before {
  background-color: #fff;
}
#infoDetail .main .post_detail h2 {
  padding: 5.3vw 0 5.3vw 4.93vw;
  margin: 0 auto 6vw;
  background-color: #5e605f;
  line-height: 130%;
  font-size: 8vw;
  color: #fff;
  position: relative;
  background-color: #f1f1f1;
  padding-right: 0.5em;
  margin-bottom: 5.3vw;
  line-height: 160%;
  font-size: 4.5vw;
  font-weight: bold;
  color: #333;
}
#infoDetail .main .post_detail h2::before {
  content: "";
  display: block;
  width: 1.3vw;
  height: 10.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#infoDetail .main .post_detail h3 {
  --x-gradient: linear-gradient(90deg, #bd2e34 0 100%);
  --y-gradient: linear-gradient(#bd2e34 0 15px, transparent 0 calc(100% - 15px), #bd2e34 calc(100% - 15px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  margin-bottom: 5.3vw;
  padding: 3.3vw;
  line-height: 160%;
  font-size: 4.5vw;
  font-weight: bold;
  position: relative;
}
#infoDetail .main .post_detail h4 {
  padding: 0 0 3.3vw 3.3vw;
  margin-bottom: 5.3vw;
  line-height: 160%;
  font-size: 4.26vw;
  font-weight: bold;
  position: relative;
}
#infoDetail .main .post_detail h4::before {
  content: "";
  display: block;
  width: 25%;
  height: 0.53vw;
  background-color: #bd2e34;
  position: absolute;
  bottom: 0;
  left: 0;
}
#infoDetail .main .post_detail h4::after {
  content: "";
  display: block;
  width: 75%;
  height: 0.53vw;
  background-color: #5e605f;
  position: absolute;
  bottom: 0;
  right: 0;
}
#infoDetail .main .post_detail h5 {
  padding: 0 0 0 6vw;
  margin-bottom: 5.3vw;
  font-size: 4.26vw;
  position: relative;
  font-weight: bold;
}
#infoDetail .main .post_detail h5::before {
  content: "";
  display: block;
  width: 2.6vw;
  height: 2.6vw;
  border: 1vw solid #5e605f;
  -webkit-border-radius: 2.6vw;
  border-radius: 2.6vw;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#infoDetail .main .post_detail h6 {
  padding: 0 0 0 6vw;
  margin-bottom: 5.3vw;
  font-size: 4.26vw;
  position: relative;
}
#infoDetail .main .post_detail h6::before {
  content: "";
  display: block;
  width: 1.06vw;
  height: 1.06vw;
  background-color: #5e605f;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#infoDetail .main .post_detail em {
  font-style: italic;
}
#infoDetail .main .post_detail table {
  margin: 6.6vw 0;
}
#infoDetail .main .post_detail table th {
  padding: 15px;
  background-color: #5e605f;
  border: 1px solid #5e605f;
  line-height: 160%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#infoDetail .main .post_detail table td {
  padding: 15px;
  border: 1px solid #5e605f;
  line-height: 160%;
  text-align: left;
}
#infoDetail .main .post_detail a {
  display: inline;
  line-height: 150%;
  text-decoration: underline;
  color: #f40000;
}

/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  clear: both;
}
#single_otherpost p {
  margin: 0 1vw;
  text-align: center;
}
#single_otherpost p.prev, #single_otherpost p.next {
  width: 18.26vw;
}
#single_otherpost p.list {
  width: 36.53vw;
}
#single_otherpost p.list a {
  background-color: #5e605f;
  color: #fff;
}
#single_otherpost p a {
  display: block;
  height: 8.53vw;
  border: 1px solid #5e605f;
  line-height: 8.53vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /*------------------------------ PC用CSS ------------------------------*/
  /*-----------------------------------------------------------------
    共通
    -----------------------------------------------------------------*/
  .content.info #pageMenu {
    width: 1000px;
    margin: 0 auto;
  }
  .content.info #pageMenu li {
    display: inline-block;
    width: 330px;
  }
  .content.info #pageMenu li a {
    width: 310px;
    height: 64px;
    padding-top: 16px;
    background-position: center 44px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    border: 2px solid #8d8e8d;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    font-size: 14rem;
  }
  .content.info #pageMenu li a:hover {
    background-color: #8d8e8d;
    background-image: url(img/common/arrow_under_white.png);
    color: #fff;
  }
  .content.info .container {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    padding: 80px 0;
  }
  .content.info .container::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  .content.info .main {
    width: 660px;
    margin: 0 60px 0 0;
  }
  .content.info aside {
    width: 220px;
    margin: 0;
  }
  .content.info aside .widget {
    margin-bottom: 40px;
  }
  .content.info aside .widget .widgettitle {
    padding: 4px 0 0 9px;
    line-height: 42px;
    font-size: 10rem;
  }
  .content.info aside .widget .widgettitle::before {
    margin-right: 10px;
    font-size: 14rem;
  }
  .content.info aside .widget .widgettitle::after {
    width: 110px;
    height: 4px;
  }
  .content.info aside .widget ul li a {
    display: block;
    padding: 20px 15px;
  }
  .content.info aside .widget ul li .children li a {
    display: block;
    padding: 20px 15px;
  }
  .content.info aside .widget ul li .children li a::before {
    margin-right: 5px;
  }
  /*----------------------------------------------------------------- 
    一覧（全新着、カテゴリ、月別、日別共通）
    -----------------------------------------------------------------*/
  #infoList .main #postList li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  #infoList .main #postList li h2 {
    width: 1000px;
    padding: 20px 25px;
    margin: 0 auto 30px;
    background-color: #5e605f;
    line-height: 130%;
    font-size: 28rem;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 15px;
  }
  #infoList .main #postList li h2::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #infoList .main #postList li h2 a {
    display: block;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    font-size: 16rem;
  }
  #infoList .main #postList li .dateLine {
    width: auto;
    margin: 0 0 35px;
  }
  #infoList .main #postList li .dateLine .date {
    font-size: 16rem;
  }
  #infoList .main #postList li .dateLine .new_icon {
    width: 40px;
  }
  #infoList .main #postList li .cat {
    width: auto;
    margin: 0 0 35px;
  }
  #infoList .main #postList li .cat li {
    margin: 0 0 0 6px;
  }
  #infoList .main #postList li .cat li:first-child {
    margin-left: 0;
  }
  #infoList .main #postList li .cat li a {
    line-height: 17px;
    font-size: 10rem;
  }
  #infoList .main #postList li .excerpt {
    width: 100%;
    margin: 0 auto 25px;
  }
  #infoList .main #postList li .detailBtn {
    width: 100%;
    padding-left: 548px;
  }
  #infoList .main #postList li .detailBtn a {
    width: 112px;
    height: 25px;
    margin: 0;
    background: #fff url(img/common/arrow01_black.png) 95px center no-repeat;
    -webkit-background-size: auto 11px;
    background-size: auto 11px;
    border: 1px solid #5e605f;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 25px;
  }
  /*+-+-+-+-+-+-+-+-+-+-ページナビ+-+-+-+-+-+-+-+-+-+-+-+-*/
  .tablenav {
    width: 100%;
    padding-top: 50px;
  }
  .tablenav .page-numbers {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 5px 10px;
    line-height: 30px;
  }
  .tablenav .page-numbers:hover, .tablenav .page-numbers.current {
    background: #5e605f;
    border: 1px solid #5e605f;
    line-height: 30px;
    color: #fff;
  }
  .tablenav .page-numbers.prev, .tablenav .page-numbers.next {
    width: 62px;
  }
  .tablenav .page-numbers.dots {
    background: #fff;
    border: none;
    color: #5e605f;
  }
  .tablenav .page-numbers.dots:hover {
    background: #fff;
    border: none;
    color: #5e605f;
  }
  /*-----------------------------------------------------------------
    投稿詳細
    -----------------------------------------------------------------*/
  #infoDetail .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #infoDetail .main #articleTitle {
    width: 1000px;
    padding: 20px 25px;
    margin: 0 auto 30px;
    background-color: #5e605f;
    line-height: 130%;
    font-size: 28rem;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    font-size: 16rem;
  }
  #infoDetail .main #articleTitle::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #infoDetail .main .dateLine {
    width: auto;
    margin: 0 0 35px;
  }
  #infoDetail .main .dateLine .date {
    font-size: 16rem;
  }
  #infoDetail .main .dateLine .new_icon {
    width: 40px;
  }
  #infoDetail .main .cat {
    width: auto;
    margin: 0 0 35px;
  }
  #infoDetail .main .cat li {
    margin: 0 0 0 6px;
  }
  #infoDetail .main .cat li:first-child {
    margin-left: 0;
  }
  #infoDetail .main .cat li a {
    line-height: 17px;
    font-size: 10rem;
  }
  #infoDetail .main #eyeCatch {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #infoDetail .main #eyeCatch img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 35px;
  }
  #infoDetail .main .post_detail {
    width: 100%;
    padding-bottom: 60px;
    margin: 0 0 60px;
  }
  #infoDetail .main .post_detail p {
    margin-bottom: 30px;
  }
  #infoDetail .main .post_detail ul {
    margin: 30px 0 30px;
  }
  #infoDetail .main .post_detail ol {
    margin: 30px 0 30px;
  }
  #infoDetail .main .post_detail h1 {
    width: 1000px;
    padding: 20px 25px;
    margin: 0 auto 30px;
    background-color: #5e605f;
    line-height: 130%;
    font-size: 28rem;
    color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-size: 22rem;
    background-color: #bd2e34;
  }
  #infoDetail .main .post_detail h1::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #infoDetail .main .post_detail h1::before {
    background-color: #fff;
  }
  #infoDetail .main .post_detail h2 {
    width: 1000px;
    padding: 20px 25px;
    margin: 0 auto 30px;
    background-color: #5e605f;
    line-height: 130%;
    font-size: 28rem;
    color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f1f1f1;
    font-size: 20rem;
    color: #333;
  }
  #infoDetail .main .post_detail h2::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #infoDetail .main .post_detail h3 {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 18rem;
  }
  #infoDetail .main .post_detail h3::before {
    width: 4px;
    height: 20%;
  }
  #infoDetail .main .post_detail h4 {
    padding: 0 0 10px 10px;
    margin-bottom: 30px;
    font-size: 16rem;
  }
  #infoDetail .main .post_detail h4::before {
    width: 120px;
    height: 2px;
  }
  #infoDetail .main .post_detail h4::after {
    width: 540px;
    height: 2px;
  }
  #infoDetail .main .post_detail h5 {
    padding: 0 0 0 20px;
    margin-bottom: 30px;
    font-size: 16rem;
    color: #bd2e34;
  }
  #infoDetail .main .post_detail h5::before {
    width: 10px;
    height: 10px;
    border: 3px solid #bd2e34;
    background: #bd2e34;
    border-radius: 10px;
  }
  #infoDetail .main .post_detail h6 {
    padding: 0 0 0 20px;
    margin-bottom: 30px;
    font-size: 16rem;
  }
  #infoDetail .main .post_detail h6::before {
    width: 4px;
    height: 4px;
    left: 5px;
  }
  #infoDetail .main .post_detail em {
    font-style: italic;
  }
  #infoDetail .main .post_detail table {
    margin: 30px 0;
  }
  #infoDetail .main .post_detail a {
    display: inline;
    line-height: 150%;
    text-decoration: underline;
    color: #f40000;
  }
  /*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
  #single_otherpost p {
    margin: 0 5px;
    text-align: center;
  }
  #single_otherpost p.prev, #single_otherpost p.next {
    width: 62px;
  }
  #single_otherpost p.list {
    width: 112px;
  }
  #single_otherpost p a {
    height: 32px;
    line-height: 30px;
  }
  /*------------------------------ //PC用CSS ------------------------------*/
}