@charset "UTF-8";
/*明朝体*/
/*Times New Roman*/
/*Google Fonts*/
/*コンテンツwidth*/
/*よく使う色*/
/*ボーダーカラー*/
/*リンク*/
/*ボタン*/
/*
@mixin btn01SP($width: 49.8vw, $height: 12vw, $bgImg: url(img/common/arrow01_black.svgz), $bgPos: right 3.2vw center, $bgSize: 4.4vw auto, $fSize: 2.93vw) {
    a,
    input {
        display: block;
        width: $width;
        height: $height;
        margin: 0 auto;
        background: $bgImg $bgPos no-repeat;
        -webkit-background-size: $bgSize;
        background-size: $bgSize;
        border: 1px solid #333;
        line-height: $height;
        text-align: center;
        font-size: $fSize;
    }
}
*/
/*
@mixin btn01PC($width: 250px, $height: 60px, $bgImg: url(img/common/arrow01_black.png), $bgImgHover: url(img/common/arrow01_white.png), $bgPos: right 15px center, $bgSize: 22px auto, $fSize: 15rem) {
    a,
    input {
        display: block;
        width: $width;
        height: $height;
        margin: 0 auto;
        background: $bgImg  $bgPos no-repeat;
        -webkit-background-size: $bgSize;
        background-size: $bgSize;
        border: 1px solid #333;
        line-height: 58px;
        text-align: center;
        letter-spacing: 0.3em;
        font-size: $fSize;
        &:hover {
            background-image: $bgImgHover;
            color: #fff;
            cursor: pointer;
            -webkit-animation: bg 0.3s ease-in 0s forwards;
            animation: bg 0.3s ease-in 0s forwards;
            @keyframes bg {
                0% {
                    background-color: transparent;
                    color: #333;
                }
                100% {
                    background-color: $emphasis;
                    background-image: $bgImgHover;
                    color: #fff;
                }
            }
            @-webkit-keyframes bg {
                0% {
                    background-color: transparent;
                    color: #333;
                }
                100% {
                    background-color: $emphasis;
                    background-image: $bgImgHover;
                    color: #fff;
                }
            }
        }
    }
}
*/
/*タイトルバー*/
/*
投稿ページ用CSS
*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/
.content.info .main {
  padding: 0 0 20vw;
  border-bottom: 1px solid #333;
}
.content.info aside {
  padding: 8.8vw 0 0;
  background-color: #fff;
}
.content.info aside .widget {
  visibility: hidden;
}
.content.info aside .widget .widgettitle {
  margin-bottom: 4vw;
  font-size: 2.4vw;
  color: #999;
}
.content.info aside .widget .widgettitle::before {
  content: "CATEGORY";
  display: block;
  font-size: 4.26vw;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #333;
}
.content.info aside .widget ul {
  list-style: none;
}
.content.info aside .widget li {
  list-style: none;
}
.content.info aside .widget li.cat-item {
  border-bottom: 1px solid #333;
}
.content.info aside .widget li.cat-item:first-child {
  border-top: 1px solid #333;
}
.content.info aside .widget li.cat-item > a {
  padding: 3.3vw 10vw 3.3vw 2.53vw;
  background: url(img/common/arrow01_grey.png) right 2.53vw center no-repeat;
  -webkit-background-size: 5.3vw auto;
  background-size: 5.3vw auto;
}
.content.info aside .widget li.cat-item > .children > li.cat-item {
  padding: 0 0 3.3vw 2.53vw;
  border: none;
}
.content.info aside .widget li.cat-item > .children > li.cat-item::before {
  content: "－ ";
  color: #ccc;
}
.content.info aside .widget li.cat-item > .children > li.cat-item > a {
  display: inline-block;
  padding: 0;
  background: none;
  text-decoration: underline;
}
.content.info aside .widget li.cat-item > .children > li.cat-item > .children,
.content.info aside .widget li.cat-item > .children > li.cat-item .grandchildren {
  padding: 0 0 0 5.3vw;
}
.content.info aside .widget li.cat-item > .children > li.cat-item > .children > li,
.content.info aside .widget li.cat-item > .children > li.cat-item .grandchildren > li {
  padding: 0;
}
.content.info aside .widget li.cat-item > .children > li.cat-item > .children > li.cat-item,
.content.info aside .widget li.cat-item > .children > li.cat-item .grandchildren > li.cat-item {
  border: none;
}
.content.info aside .widget li.cat-item > .children > li.cat-item > .children > li.cat-item::before,
.content.info aside .widget li.cat-item > .children > li.cat-item .grandchildren > li.cat-item::before {
  content: "・";
  color: #333;
}
.content.info aside .widget li.cat-item > .children > li.cat-item > .children > li.cat-item a,
.content.info aside .widget li.cat-item > .children > li.cat-item .grandchildren > li.cat-item a {
  display: inline-block;
  padding: 0;
  background: none;
  text-decoration: underline;
}
.content.event .main {
  padding: 0 0 20vw;
  border-bottom: 1px solid #333;
}
.content.event aside {
  padding: 8.8vw 0 0;
  background-color: #fff;
}
.content.event aside .widget {
  visibility: hidden;
}
.content.event aside .widget .widgettitle {
  margin-bottom: 4vw;
  font-size: 2.4vw;
  color: #999;
}
.content.event aside .widget .widgettitle::before {
  content: "CATEGORY";
  display: block;
  font-size: 4.26vw;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #333;
}
.content.event aside .widget ul {
  list-style: none;
}
.content.event aside .widget li {
  list-style: none;
  border-bottom: 1px solid #333;
}
.content.event aside .widget li:first-child {
  border-top: 1px solid #333;
}
.content.event aside .widget li > a {
  padding: 3.3vw 10vw 3.3vw 2.53vw;
  background: url(img/common/arrow01_grey.png) right 2.53vw center no-repeat;
  -webkit-background-size: 5.3vw auto;
  background-size: 5.3vw auto;
}
.content.event aside .widget li > .children > li.cat-item {
  padding: 0 0 3.3vw 2.53vw;
  border: none;
}
.content.event aside .widget li > .children > li.cat-item::before {
  content: "－ ";
  color: #ccc;
}
.content.event aside .widget li > .children > li.cat-item > a {
  display: inline-block;
  padding: 0;
  background: none;
  text-decoration: underline;
}
.content.event aside .widget li > .children > li.cat-item > .children,
.content.event aside .widget li > .children > li.cat-item .grandchildren {
  padding: 0 0 0 5.3vw;
}
.content.event aside .widget li > .children > li.cat-item > .children > li,
.content.event aside .widget li > .children > li.cat-item .grandchildren > li {
  padding: 0;
}
.content.event aside .widget li > .children > li.cat-item > .children > li.cat-item,
.content.event aside .widget li > .children > li.cat-item .grandchildren > li.cat-item {
  border: none;
}
.content.event aside .widget li > .children > li.cat-item > .children > li.cat-item::before,
.content.event aside .widget li > .children > li.cat-item .grandchildren > li.cat-item::before {
  content: "・";
  color: #333;
}
.content.event aside .widget li > .children > li.cat-item > .children > li.cat-item a,
.content.event aside .widget li > .children > li.cat-item .grandchildren > li.cat-item a {
  display: inline-block;
  padding: 0;
  background: none;
  text-decoration: underline;
}

/*-----------------------------------------------------------------
一覧（全新着、カテゴリ、月別、日別共通）
-----------------------------------------------------------------*/
#infoList .main h2 {
  padding-bottom: 3.3vw;
  border-bottom: 1px solid #333;
  font-size: 4.26vw;
  margin-bottom: 9.3vw;
}
#infoList .main #postList > li {
  margin-bottom: 12vw;
  text-align: center;
}
#infoList .main #postList > li .date {
  font-size: 3.2vw;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
#infoList .main #postList > li .cat {
  display: flex;
  justify-content: center;
  margin-bottom: 4.6vw;
}
#infoList .main #postList > li .cat li {
  margin: 0 0.5em;
}
#infoList .main #postList > li .cat li a {
  font-size: 2.4vw;
  color: #999;
}
#infoList .main #postList > li h3 {
  margin-bottom: 9vw;
}
#infoList .main #postList > li h3 a {
  line-height: 150%;
  font-size: 3.73vw;
}
#infoList .main #postList > li .more {
  width: 15.3vw;
  margin: 0 auto;
}

#pagetitle_event {
  height: 32vw;
}
#eventList .main h2 {
  padding-bottom: 3.3vw;
  border-bottom: 1px solid #333;
  font-size: 4.26vw;
  margin-bottom: 9.3vw;
}
#eventList .main #postList {
  width: 88vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#eventList .main #postList > li {
  text-align: center;
  width: 42.6666666667vw;
  margin: 0 auto;
}
#eventList .main #postList > li:nth-of-type(n+3) {
  margin-top: 5.3333333333vw;
}
#eventList .main #postList > li:nth-of-type(2n) {
  margin-left: 2.6666666667vw;
}
#eventList .main #postList > li a {
  display: block;
}
#eventList .main #postList > li #eyeCatch {
  display: flex;
  justify-content: center;
  width: 40vw;
  margin: 0 auto 4.6vw;
}
#eventList .main #postList > li #eyeCatch img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
#eventList .main #postList > li h3 {
  margin-bottom: 2vw;
  line-height: 130%;
  text-align: center;
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
  padding: 0;
}
#eventList .main #postList > li .subtitle {
  margin-bottom: 0;
  margin-top: 1.3333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1866666667vw;
  text-align: left;
  color: #aaa;
}
#eventList .main .tablenav {
  margin-top: 13.3333333333vw;
}

/*+-+-+-+-+-+-+-+-+-+-ページナビ+-+-+-+-+-+-+-+-+-+-+-+-*/
.tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  clear: both;
}
.tablenav .page-numbers {
  display: block;
  width: 10.6vw;
  height: 10.6vw;
  margin: 0 1vw 1vw;
  background-color: #fff;
  border: 1px solid #333;
  line-height: 10.6vw;
  text-align: center;
}
.tablenav .page-numbers:hover, .tablenav .page-numbers.current {
  background-color: #6c6565;
  border: 1px solid #6c6565;
  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 .title {
  padding-bottom: 3.3vw;
  border-bottom: 1px solid #333;
  font-size: 4.26vw;
  margin-bottom: 3.3vw;
  text-align: justify;
  font-weight: bold;
}
#infoDetail .main .dateLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 6.6vw;
}
#infoDetail .main .dateLine .date {
  margin-right: 1em;
  font-size: 3.2vw;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
#infoDetail .main .dateLine .cat {
  margin-bottom: 4.6vw;
}
#infoDetail .main .dateLine .cat a {
  font-size: 2.4vw;
  color: #999;
}

#eyeCatch img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 6.6vw;
}

.post_detail {
  clear: both;
  padding-bottom: 10vw;
  margin-bottom: 10vw;
  border-bottom: 1px solid #333;
  overflow: hidden;
}
.post_detail p {
  clear: both;
  margin-bottom: 15px;
  line-height: 150%;
}
.post_detail p img.alignright {
  text-align: right;
}
.post_detail .alignleft {
  float: left;
}
.post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_detail .alignright {
  float: right;
}
.post_detail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 5px;
}
.post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_detail img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.post_detail img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.post_detail ul {
  margin: 30px 0 30px 1.5em;
}
.post_detail ul li {
  list-style: disc outside;
}
.post_detail ol {
  margin: 30px 0 30px 1.5em;
}
.post_detail ol li {
  list-style: decimal outside;
}
.post_detail li {
  line-height: 150%;
}
.post_detail h1 {
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  font-size: 18rem;
  margin-bottom: 25px;
  font-size: 5.6vw;
  font-family: "Cormorant Garamond", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.post_detail h2 {
  padding-left: 0.75em;
  margin-bottom: 25px;
  border-left: 1px solid #999;
  font-size: 5.6vw;
  font-family: "Cormorant Garamond", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.post_detail h3 {
  padding-left: 4vw;
  margin-bottom: 25px;
  font-size: 5.6vw;
  font-family: "Cormorant Garamond", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  position: relative;
}
.post_detail h3::before {
  content: "";
  display: block;
  width: 2.6px;
  height: 1px;
  margin: auto 0;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.post_detail h4 {
  padding-left: 1.5em;
  margin-bottom: 25px;
  text-indent: -1.5em;
  font-weight: bold;
}
.post_detail h4::before {
  content: "◆ ";
  color: #6c6565;
}
.post_detail h5 {
  padding-left: 1em;
  margin-bottom: 25px;
  text-indent: -1em;
  font-weight: bold;
}
.post_detail h5::before {
  content: "・";
}
.post_detail h6 {
  margin-bottom: 25px;
  font-weight: bold;
}
.post_detail em {
  font-style: italic;
}
.post_detail table {
  max-width: 100%;
  margin: 30px 0;
}
.post_detail table th {
  padding: 15px;
  background-color: #f6f2f2;
  border: 1px solid #ccc;
  line-height: 130%;
  text-align: center;
  font-weight: bold;
}
.post_detail table td {
  padding: 15px;
  border: 1px solid #dcdcdc;
  line-height: 130%;
  text-align: left;
}
.post_detail a {
  display: inline;
  line-height: 130%;
}
.post_detail a:link {
  text-decoration: underline;
  color: #c26c6c;
}
.post_detail a:visited {
  text-decoration: underline;
  color: #c26c6c;
}
.post_detail a:hover {
  text-decoration: none;
  color: #c26c6c;
}
.post_detail a:active {
  text-decoration: none;
  color: #c26c6c;
}

/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#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: 10.6vw;
}
#single_otherpost p.list {
  width: 31.86vw;
}
#single_otherpost p a {
  height: 10.6vw;
  background-color: #6c6565;
  line-height: 10.6vw;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  /*------------------------------ PC用CSS ------------------------------*/
  /*-----------------------------------------------------------------
  共通
  -----------------------------------------------------------------*/
  .content.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 150px;
  }
  .content.info #breadcrumbs {
    width: 100%;
  }
  .content.info .main {
    order: 1;
    width: 900px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .content.info aside {
    order: 2;
    width: 260px;
    padding: 0;
    margin-left: 40px;
  }
  .content.info aside .widget .widgettitle {
    margin-bottom: 20px;
    font-size: 12rem;
  }
  .content.info aside .widget .widgettitle::before {
    font-size: 18rem;
  }
  .content.info aside .widget li {
    list-style: none;
  }
  .content.info aside .widget li.cat-item {
    border-bottom: 1px solid #333;
  }
  .content.info aside .widget li.cat-item:first-child {
    border-top: 1px solid #333;
  }
  .content.info aside .widget li.cat-item > a {
    display: block;
    padding: 15px 40px 15px 10px;
    background-position: right 9px center;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
  }
  .content.info aside .widget li.cat-item > .children {
    padding-left: 10px;
  }
  .content.info aside .widget li.cat-item > .children > li.cat-item {
    padding: 0;
  }
  .content.info aside .widget li.cat-item > .children > li.cat-item .children,
.content.info aside .widget li.cat-item > .children > li.cat-item .grandchildren {
    padding: 10px 0 15px 1em;
  }
  .content.event {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 150px;
  }
  .content.event #breadcrumbs {
    width: 100%;
  }
  .content.event .main {
    order: 1;
    width: 900px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .content.event aside {
    order: 2;
    width: 260px;
    padding: 0;
    margin-left: 40px;
  }
  .content.event aside .widget .widgettitle {
    margin-bottom: 20px;
    font-size: 12rem;
  }
  .content.event aside .widget .widgettitle::before {
    font-size: 18rem;
  }
  .content.event aside .widget li {
    list-style: none;
    border-bottom: 1px solid #333;
  }
  .content.event aside .widget li:first-child {
    border-top: 1px solid #333;
  }
  .content.event aside .widget li > a {
    display: block;
    padding: 15px 40px 15px 10px;
    background-position: right 9px center;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
  }
  .content.event aside .widget li > .children {
    padding-left: 10px;
  }
  .content.event aside .widget li > .children > li.cat-item {
    padding: 0;
  }
  .content.event aside .widget li > .children > li.cat-item .children,
.content.event aside .widget li > .children > li.cat-item .grandchildren {
    padding: 10px 0 15px 1em;
  }
  /*-----------------------------------------------------------------
  一覧（全新着、カテゴリ、月別、日別共通）
  -----------------------------------------------------------------*/
  #infoList .main h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    font-size: 18rem;
    margin-bottom: 40px;
  }
  #infoList .main #postList > li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    text-align: left;
  }
  #infoList .main #postList > li .date {
    margin: 0 20px 20px 0;
    font-size: 14rem;
  }
  #infoList .main #postList > li .cat {
    margin-bottom: 20px;
  }
  #infoList .main #postList > li .cat li {
    margin: 0 1em 0 0;
  }
  #infoList .main #postList > li .cat li a {
    font-size: 12rem;
  }
  #infoList .main #postList > li .cat li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #infoList .main #postList > li h3 {
    width: 100%;
    margin-bottom: 15px;
  }
  #infoList .main #postList > li h3 a {
    font-size: 14rem;
  }
  #infoList .main #postList > li .more {
    width: 71px;
    margin: 0;
  }
  #infoList .main #postList > li .more a img {
    width: 71px;
  }
  #infoList .main #postList > li .more a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #pagetitle_event {
    height: 200px;
  }
  #pagetitle_event p {
    font-size: 48rem;
  }
  #pagetitle_event h1 {
    font-size: 14rem;
  }

  #eventList .main h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    font-size: 18rem;
    margin-bottom: 45px;
  }
  #eventList .main #postList {
    display: flex;
    flex-wrap: wrap;
    width: 840px;
    margin: 0 auto;
  }
  #eventList .main #postList > li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
    text-align: left;
    width: 370px;
  }
  #eventList .main #postList > li:nth-of-type(n+3) {
    margin-top: 0;
  }
  #eventList .main #postList > li:nth-of-type(2n) {
    margin-left: 100px;
  }
  #eventList .main #postList > li a {
    transition: opacity 0.3s ease-in-out;
  }
  #eventList .main #postList > li a:hover {
    opacity: 0.5;
  }
  #eventList .main #postList > li #eyeCatch {
    width: 100%;
    margin-bottom: 0;
  }
  #eventList .main #postList > li #eyeCatch img {
    margin-bottom: 0;
  }
  #eventList .main #postList > li h3 {
    width: 100%;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 14rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: left;
    color: #333;
  }
  #eventList .main #postList > li .subtitle {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12rem;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 1.4px;
    text-align: left;
    color: #aaa;
  }
  #eventList .main #postList > li .more {
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
  }
  #eventList .main #postList > li .more a {
    width: 71px;
  }
  #eventList .main #postList > li .more a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  /*+-+-+-+-+-+-+-+-+-+-ページナビ+-+-+-+-+-+-+-+-+-+-+-+-*/
  .tablenav {
    justify-content: flex-start;
  }
  .tablenav .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
    line-height: 38px;
  }

  /*-----------------------------------------------------------------
  投稿詳細
  -----------------------------------------------------------------*/
  #infoDetail .main .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    font-size: 18rem;
    margin-bottom: 20px;
  }
  #infoDetail .main .dateLine {
    margin-bottom: 60px;
  }
  #infoDetail .main .dateLine p.date {
    font-size: 14rem;
  }
  #infoDetail .main .dateLine p.cat {
    margin: 0;
  }
  #infoDetail .main .dateLine p.cat a {
    font-size: 12rem;
  }
  #infoDetail .main #eyeCatch {
    /*
    width: 460px;
    */
  }
  #infoDetail .main #eyeCatch img {
    display: inline-block;
    margin-bottom: 45px;
  }

  .post_detail {
    padding-bottom: 70px;
    margin-bottom: 60px;
  }
  .post_detail p {
    margin-bottom: 35px;
  }
  .post_detail h1 {
    margin-bottom: 45px;
    font-size: 28rem;
  }
  .post_detail h2 {
    padding: 8px 0 8px 25px;
    font-size: 28rem;
  }
  .post_detail h3 {
    padding: 0 0 0 40px;
    font-size: 28rem;
  }
  .post_detail h3::before {
    width: 20px;
  }
  .post_detail a {
    display: inline;
  }
  .post_detail table {
    width: auto;
  }

  /*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
  #single_otherpost p {
    margin: 0 5px;
  }
  #single_otherpost p.prev, #single_otherpost p.next {
    width: 40px;
  }
  #single_otherpost p.list {
    width: 150px;
  }
  #single_otherpost p a {
    display: block;
    height: 40px;
    background-color: #fff;
    border: 1px solid #333;
    line-height: 38px;
    color: #333;
  }
  #single_otherpost p a:hover {
    background-color: #6c6565;
    border: 1px solid #6c6565;
    color: #fff;
  }

  /*------------------------------ //PC用CSS ------------------------------*/
}