@charset "UTF-8";
@import url("https://use.typekit.net/mnb2pin.css");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

/***********************共通設定************************/
/* ホバーで下線が左に消える */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
レイアウト
----------------------------------------------------*/
.layoutSingle {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 751- */
  /* 1136- */
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 751px) {
  .layoutSingle {
    margin-top: 200px;
  }
}
@media all and (min-width: 1136px) {
  .layoutSingle {
    margin-top: 220px;
  }
}
.layoutSingle #inNavRight {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .layoutSingle #inNavRight {
    margin: 60px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 680px;
  }
}
@media all and (min-width: 1136px) {
  .layoutSingle #inNavRight {
    margin-top: 0px;
    width: 20%;
    display: block;
  }
  .layoutSingle #article {
    width: 78%;
    float: left;
  }
  .layoutSingle #article .section:first-child {
    margin-top: 0;
  }
  .layoutSingle #article .section:first-child .sv_titleLv2 {
    margin-top: 0;
  }
  .layoutSingle #article .prc_titleLv2:first-child {
    margin-top: 0;
  }
}
.layoutSingle .singleMain {
  margin: 0 auto;
  /* 768- */
}
@media all and (min-width: 768px) {
  .layoutSingle .singleMain {
    width: 78%;
  }
}

.aside_bottom {
  margin-top: 20px;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  .aside_bottom {
    margin-top: 0px;
    width: 45%;
  }
  .aside_bottom .member a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .aside_bottom .member a:hover img {
    opacity: 0.8;
  }
}
@media all and (min-width: 1136px) {
  .aside_bottom {
    margin-top: 25px;
    width: 100%;
  }
}

/*----------------------------------------------------
 サイトメニュー
----------------------------------------------------*/
#blogMenu {
  /* 768- */
  /* 1136- */
}
#blogMenu li {
  background: url(../images/blog/aside_bg.jpg), repeat-x;
  margin-bottom: 3px;
}
#blogMenu li > a {
  display: block;
  padding: 15px 20px 15px 0;
  border-left: 20px solid #D1D1D1;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
@media all and (min-width: 768px) {
  #blogMenu {
    width: 45%;
  }
  #blogMenu li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #blogMenu li:hover {
    opacity: 0.7;
  }
}
@media all and (min-width: 1136px) {
  #blogMenu {
    width: 100%;
  }
  #blogMenu li > a {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: block;
  }
  #blogMenu li > a.current {
    color: #388CD5;
  }
}

/*----------------------------------------------------
検索
----------------------------------------------------*/
.searchWrap {
  margin-top: 20px;
}
.searchWrap span {
  font-weight: bold;
}
.searchWrap .search {
  margin-top: 10px;
}
.searchWrap .search input {
  border: 1px solid #d1d1d1;
  background: #F8F8F8;
  border-radius: 3px;
  padding: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----------------------------------------------------
 共通
----------------------------------------------------*/
/* 1136- */
.addMgnT {
  margin-top: 50px;
}

/*----------------------------------------------------
 投稿内容
----------------------------------------------------*/
.post {
  /* -767 */
  /* 768- */
  /* 1136- */
}
.post .meta {
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  .post .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post .profile_detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
  }
  .post .date {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 39%;
    text-align: right;
    margin-top: 10px;
  }
  .post .tags {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
}
.post .date {
  color: #838383;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}
.post .post_title {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  line-height: 1.4;
}
.post .thumb {
  width: 100%;
  margin-bottom: 40px;
}
.post .post_content {
  margin-top: 40px;
  line-height: 2.15;
}
@media all and (min-width: 768px) {
  .post {
    padding: 0 100px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .post .meta {
    padding-bottom: 30px;
    position: relative;
  }
  .post .profile_detail {
    position: absolute;
    left: -80px;
  }
  .post .date {
    font-size: 16px;
  }
  .post .post_title {
    font-size: 32px;
  }
}
@media all and (min-width: 1136px) {
  .post .innerDT {
    width: auto;
  }
  .post .post_sub_title {
    font-size: 15px;
  }
}

/*----------------------------------------------------
 タグ
----------------------------------------------------*/
.tags {
  margin-top: 0.4em;
  /* 768- */
}
.tags li {
  border: 1px solid #D1D1D1;
  font-size: 10px;
  color: #707070;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 5px 5px 0;
}
@media all and (min-width: 768px) {
  .tags li {
    font-size: 11px;
    padding: 3px 8px;
  }
}

/*----------------------------------------------------
 一覧へ
----------------------------------------------------*/
.toList {
  margin: 50px 0;
  /* 768- */
}
.toList .cbtn {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.toList .cbtn a {
  color: #388CD5;
  font-weight: bold;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .toList {
    margin: 65px 0;
  }
  .toList .cbtn {
    padding-top: 30px;
  }
  .toList .cbtn a {
    font-size: 15px;
  }
}

/*----------------------------------------------------
SNS
----------------------------------------------------*/
.share {
  margin: 50px 0;
  /* 768- */
}
.share img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share li {
  width: 20px;
}
.share li a {
  display: block;
  vertical-align: middle;
}
.share li + li {
  margin-left: 5px;
}
@media all and (min-width: 768px) {
  .share {
    margin: 60px 0;
  }
}

/*----------------------------------------------------
記事一覧
----------------------------------------------------*/
#bloglist {
  /* -767 */
  /* 768- */
  /* 768- */
  /* 1136- */
}
#bloglist li a {
  color: #000;
}
@media all and (max-width: 767px) {
  #bloglist {
    margin: 50px 0;
  }
  #bloglist li + li {
    margin-top: 40px;
  }
}
@media all and (min-width: 768px) {
  #bloglist {
    margin: 100px 0;
  }
  #bloglist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #bloglist ul::after {
    content: "";
    display: block;
    width: 31%;
  }
  #bloglist li {
    width: 31%;
  }
}
#bloglist .profile_detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  margin-top: 0;
}
#bloglist .profile_detail .profile_image {
  width: 40px;
  height: 40px;
}
#bloglist .profile_detail .profile_text {
  font-weight: bold;
  line-height: 40px;
  margin-left: 10px;
}
#bloglist .authorlink {
  font-weight: bold;
  position: relative;
  color: #388CD5;
}
#bloglist .authorlink a {
  text-decoration: none;
}
#bloglist .authorlink::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: calc(50% - 7.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #388CD5;
}
#bloglist .column {
  position: absolute;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -20px;
}
#bloglist .thumb {
  width: 100%;
  height: 70vw;
  max-height: 187px;
  background-size: cover;
  background-position: center;
}
#bloglist .date {
  margin-top: 10px;
  font-size: 12px;
  color: #838383;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
#bloglist .p_title {
  margin-top: 10px;
  color: #000;
}
@media all and (min-width: 768px) {
  #bloglist .profile_detail .profile_image {
    width: 60px;
    height: 60px;
  }
  #bloglist .profile_detail .profile_text {
    line-height: 40px;
    font-size: 16px;
  }
  #bloglist .profile_detail .profile_name {
    font-size: 16px;
  }
  #bloglist .authorlink {
    font-weight: bold;
    position: relative;
    font-size: 16px;
  }
  #bloglist .authorlink::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: calc(50% - 7.5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #388CD5;
  }
  #bloglist .column {
    width: calc(100% - 60px);
    top: -30px;
  }
  #bloglist .thumb {
    width: 100%;
    height: 155px;
    background-size: cover;
    background-position: center;
  }
  #bloglist .date {
    margin-top: 20px;
  }
  #bloglist .p_title {
    margin-top: 10px;
    color: #000;
  }
}
@media all and (min-width: 1136px) {
  #bloglist .thumb {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #bloglist .thumb:hover {
    opacity: 0.8;
  }
  #bloglist .authorlink a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #bloglist .authorlink::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #bloglist .authorlink:hover a {
    color: #C9C396;
  }
  #bloglist .authorlink:hover::before {
    border-color: transparent transparent transparent #C9C396;
  }
}

.bg_gray {
  position: relative;
  background: url(../images/blog/bloglist_bg.jpg);
  background-size: 100px 100px;
  padding: 40px 20px;
  /* 768- */
}
@media all and (min-width: 768px) {
  .bg_gray {
    padding: 50px 30px;
  }
}

/*----------------------------------------------------
バナー
----------------------------------------------------*/
.aside_link .aside_list {
  display: block;
  margin: 0 0 10px;
}

/*----------------------------------------------------
wp_content　スタイリング
----------------------------------------------------*/
.post .entry-content {
  line-height: 2;
  letter-spacing: 0.1em;
}
.post .entry-content h1, .post .entry-content h2 {
  font-size: 1.8em;
  margin: 2.2em 0 2.4rem 0;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #ddd;
}
.post .entry-content ul li {
  position: relative;
  display: block;
  margin-left: 0;
  padding-left: 1.5em;
  text-indent: -0.1em;
}
.post .entry-content ul li:after {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.post .entry-content ol li {
  list-style-type: decimal;
}
.post .entry-content blockquote {
  color: #999;
  border-left: 3px solid #ddd;
  margin: 2.2em 0;
  font-style: italic;
  padding: 1.1em;
}
.post .entry-content a {
  word-break: break-all;
}
.post .entry-content em {
  font-style: italic;
}
.post .entry-content strong {
  font-size: 1.2em;
  font-weight: 600;
}
.post .entry-content hr {
  border-top: 1px solid #ddd;
}

/*----------------------------------------------------
バナー
----------------------------------------------------*/
.aside_link .aside_list {
  display: block;
  margin: 0 0 10px;
  /* 768- */
}
.aside_link .aside_list a {
  display: block;
  position: relative;
}
.aside_link .aside_list .x_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media all and (min-width: 768px) {
  .aside_link .aside_list {
    margin: 0 0 25px;
  }
  .aside_link .aside_list a .x_over {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .aside_link .aside_list a:hover .x_over {
    opacity: 1;
  }
}