@charset "UTF-8";
/* CSS Document */
hr.hr_single {
  margin-bottom: 15px;
  margin-top: 5px;
}

.article-cat {
  display: inline;
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

.article-cat span a {
  color: #fff;
  font-family: "Raleway","Roboto Condensed",Helvetica Neue,Helvetica,Arial,sans-serif;
  padding: 1px 12px;
  line-height: 30px;
  margin: 0 0 8px 0;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  z-index: 14;
  position: relative;
}

.article-cat span .fashion {
  background-color: #ff8d7c;
}

.article-cat span .beauty {
  background-color: #b3aa80;
}

.article-cat span .gourmet {
  background-color: #06a271;
}

.article-cat span .lifestyle {
  background-color: #0000ff;
}

.article .article-ttBox {
  /*border-bottom: 1px solid #ccc;*/
  /*     margin-bottom: 10px; */
}

.article .article-ttBox h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
  text-align: left;
  color: #000;
  width: 100%;
}

.article .article-ttBox .name_box {
  display: block;
  text-align: right;
}

.article .article-ttBox .author-name {
  color: #929292;
  margin-bottom: 15px;
  font-size: 11px;
  margin-right: 10px;
}

.article .article-ttBox .date {
  /*     display: block; */
  margin-bottom: 15px;
  font-size: 13px;
  margin-right: 10px;
}

.article #content-wrap {
  padding-top: 20px;
}

.article #content-wrap #contentList {
  border-right: none !important;
  min-height: 800px;
}

.authorBox {
  display: table;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.authorBox .authorInfo .author-name a {
  color: #666 !important;
  padding-bottom: 0;
  font-size: 14px;
}

.authorBox .authorInfo .author-desc {
  font-size: 11px !important;
}

.authorThumb {
  width: 65px;
  height: 65px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.authorThumb img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-top: 5px;
}

.authorInfo {
  display: table-cell;
  width: 77%;
  vertical-align: middle;
  padding-left: 15px;
}

.authorInfo .author-name {
  font-size: 14px;
  margin-bottom: 0 !important;
}

.authorInfo .author-desc {
  font-size: 11px !important;
  line-height: 1.3em !important;
  color: #999 !important;
}

.detail .contentList h2 {
  margin: 0px auto;
  border-bottom: 2px solid orange;
  font-size: 23px !important;
  font-family: "Raleway","Roboto Condensed",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.detail .contentList h3 {
  margin: 20px 6px;
  /*
      color: white;
      background-color: #351F1C;
  */
  font-size: 20px;
  padding: 5px 15px;
  /*     border-radius: 10px; */
  border-left: 4px solid #351F1C;
  font-weight: bold;
}

/* 蛍光マーカー */
.orange_line {
  background: transparent linear-gradient(rgba(0, 0, 0, 0) 60%, #069bf3 0%) repeat scroll 0 0;
}

/* 吹き出し */
.dsp_bk {
  display: block;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 20px !important;
}

.balloon1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 40px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 40px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

/* 吹き出し */
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #555;
  border-radius: 15px;
  font-size: 20px !important;
  color: #fff !important;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #555;
}


.linebox {
  position: relative;
  display: inline-block;
  margin: 0em 0;
  padding: 5px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #555;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px !important;
}
.linebox img {
  float: left;
  width: 33%
}

.detail .contentList p {
  line-height: 1.7;
  letter-spacing: 2px;
  padding-bottom: 0.5em;
  font-family: 'Scada', Helvetica Neue, "Noto Sans Japanese", Helvetica,Arial,sans-serif;
  font-weight: 200;
}

/* 引用 */
/*
.detailsImg {
    margin-bottom: 20px;
    max-width: 80%;
}

blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #fff3e1;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #ffe2b8;
    font-size: 130px;
    line-height: 1;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    vertical-align: middle;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #ffe2b8;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
*/
/* 引用2 */
blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #ffa50082;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #ffa50082;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 7px 0 !important;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*.detailsImg {
    max-width: 767px;
    max-height: 800px;
    margin: 0 auto 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}*/
/*.detailsImg img {
    width: auto !important;
    height: auto !important;
    max-width: 767px;
    max-height: 800px;
}*/
.article-ttBox-under {
 }

.article-ttBox-under-title {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0 5px;
  text-align: left;
  color: #000;
  width: 100%;
}

.article-ttBox-under .date {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}

.readmore-link {
  margin-bottom: 30px;
}

.readmore-link a {
  display: block;
  color: #333;
  background-color: #fff;
  padding: 8px 0;
  border: solid 2px #333;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .2s linear,background-color .2s linear;
  transition: color .2s linear,background-color .2s linear;
}

.readmore-link a:hover {
  color: #fff;
  background-color: #333;
  text-decoration: none;
}

.sharebtn_box {
  margin: 5px auto;
  text-align: center;
  /*width: 520px;*/
  max-width: 520px;
}

.sharebtn_box .sharebtn-boxout {
  padding: 10px 5px 10px 10px;
  border: solid 1px #ccc;
}

.sharebtn_box .sharebtn-wrap {
  width: 100%;
  height: 0;
  padding-top: 22.2%;
  position: relative;
}

.sharebtn_box .sharebtn-row {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.sharebtn_box .sharebtn-row .sharebtn-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sharebtn_box .sharebtn-row .sharebtn-image img {
  height: 100%;
}

.sharebtn_box .sharebtn-row .sharebtn-text {
  position: absolute;
  left: 40%;
  right: 0;
  top: 50%;
  margin-top: -33px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.sharebtn_box .sharebtn-row .sharebtn-text .text {
  margin-bottom: 15px;
}

.visible-sp-inline {
  display: none;
}

.related_tag :before {
  left: 18px;
  top: 13px;
  font-size: 12px !important;
  color: #999 !important;
}

.related_tag {
  list-style-type: circle;
  display: inline-block;
  margin-bottom: 30px;
  float: left;
  padding: 0;
  border: 0;
  background: none;
  list-style: none;
  overflow: visible;
  width: 100%;
}

.related_tag .keyword_list {
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  color: #666;
}

.related_tag .keyword_list li {
  display: inline-block;
  padding: 3px 5px 3px 0px !important;
  margin: 0 !important;
  border-bottom: 0;
  position: relative;
  z-index: 18;
}

.related_tag .keyword_list li a {
  display: inline-block;
  line-height: 1;
  padding: 7px 8px 7px 12px;
  border: solid 1px #dadada;
  position: relative;
  font-weight: normal;
  font-size: 12px !important;
  color: #999999;
}

.related_tag .keyword_list li a:hover {
  color: orange;
  border-color: orange;
}

.related_tag .keyword_list li a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 6px transparent;
  border-left-color: #dadada;
  border-top-color: #dadada;
}

.related_tag .keyword_list li a:hover:before {
  border-color: #FFF;
  border-left-color: orange;
  border-top-color: orange;
  color: orange;
}

.related_tag .keyword_list li a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  border: solid 6px transparent;
  border-left-color: white;
  border-top-color: white;
}

.related_tag .keyword_list li a:after:hover {
  border-color: orange;
  color: orange;
  border-left-color: #FFF;
  border-top-color: #FFF;
}

.yarpp-related .side_menu .article_type {
  font-family: "Raleway", "Roboto Condensed", Helvetica Neue, Helvetica,Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px 0;
  padding: 0;
  display: block;
  border-top: 0;
  left: 0 !important;
  color: #000;
  background-color: white;
  border-left: none;
  text-align: center;
}

.yarpp-related .side_menu .article_type span {
/*  border-left: 4px solid orange;
  display: inline-block;
  padding: 0 0 0 10px;
  margin-bottom: 0;*/
  position: relative;
  margin-bottom: 1em;
}

.yarpp-related .side_menu ul {
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  color: #666;
}

.yarpp-related .side_menu ul li {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border-bottom: 0;
  position: relative;
  z-index: 18;
}

.yarpp-related .side_menu ul li .image {
  float: left;
  display: table-cell;
  width: 142px;
  height: 80px;
  margin: 5px 10px 5px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yarpp-related .side_menu ul li .image img {
  /*width: 142px;*/
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
}

.yarpp-related .side_menu ul li .article_category {
  display: inline;
}

.yarpp-related .side_menu ul li .article_category a {
  font-size: 11px;
  text-transform: uppercase;
  top: 5px;
  position: relative;
}

.yarpp-related .side_menu ul li .article_category a:hover {
  text-decoration: none;
}

.yarpp-related .side_menu ul li .article_title {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px !important;
  margin-top: 5px !important;
  margin-bottom: 0;
  margin-left: 149px;
  border-bottom: none !important;
}

.yarpp-related .side_menu ul li .article_title a {
  color: #666;
  transition: color 0.1s linear;
}

.yarpp-related .side_menu ul li .article_title a:hover {
  color: #4080ff;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 5px;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 5%;
  background-color: #ffd42d;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ffd42d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 20%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

/*================================================画面の横幅が1200pxまで====*/
/*===============================================画面の横幅が991pxまで====*/
@media screen and (max-width: 991px) {
  .article #content-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .article-ttBox-under-title {
    /*margin-top: 20px;*/
    font-size: 12px;
  }

  .article .article-ttBox .date {
    font-size: 11px;
  }

  .detail .contentList p {
    font-size: 17px !important;
    line-height: 1.9;
    letter-spacing: 0.04em;
    margin-bottom: 1.6em;
  }
}
/*===============================================画面の横幅が990pxまで====*/
@media screen and (max-width: 990px) {
  .article .article-ttBox h1 {
    /*font-size: 22px;*/
  }
}
/*================================================画面の横幅が767pxまで====*/
@media screen and (max-width: 767px) {
  #g-nav {
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 10px;
  }

  .article .article-ttBox {
    padding: 0 0px;
  }

  .authorBox {
    padding: 20px 0px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .authorBox {
    padding: 0px 0px 5px;
    /*border-top: 1px solid #eee;*/
    border-bottom: 1px solid #eee;
  }

  .brt_none {
    border-top: none !important;
  }

  .authorInfo {
    padding-left: 0;
  }

  .detail #contentList p {
    padding: 0 1em 0.5em;
  }

  .readmore-link {
    margin: 0 5px;
  }

  .sharebtn_box {
    width: auto;
    margin: 40px 10px;
  }

  .sharebtn_box .sharebtn-boxout {
    padding: 4px 2px 4px 4px;
    border: solid 1px #ccc;
    margin: 0 5px;
  }

  .sharebtn_box .sharebtn-wrap {
    padding-top: 28.125%;
  }

  .sharebtn_box .sharebtn-row .sharebtn-image {
    width: 50%;
  }

  .sharebtn_box .sharebtn-row .sharebtn-text {
    margin-top: -40px;
    font-size: 10px;
    line-height: 11px;
    left: 50%;
  }

  .sharebtn_box .sharebtn-row .sharebtn-text {
    margin-bottom: 6px;
  }

  .visible-sp-inline {
    display: inline;
  }

  .related_tag :before {
    left: 18px;
    top: 13px;
    font-size: 12px !important;
    color: #999 !important;
  }

  .related_tag {
    list-style-type: circle;
    display: inline-block;
    margin-bottom: 15px;
    float: left;
    padding: 0;
    border: 0;
    background: none;
    list-style: none;
    overflow: visible;
  }

  .related_tag a {
    display: inline-block;
    line-height: 1;
    padding: 7px 10px 7px 12px;
    border: solid 1px #dadada;
    margin: 5px;
    position: relative;
    font-weight: normal;
    font-size: 12px !important;
    color: #999 !important;
    text-decoration: none;
  }

  .article .article-ttBox .name_box {
    margin-bottom: 0px;
  }
}
/*================================================画面の横幅が640pxまで====*/
@media screen and (max-width: 640px) {
  .detailsImg {
    max-width: 100%;
  }

  .detailsImg img {
    width: 100% !important;
  }
}
/*================================================画面の横幅が549pxまで====*/
/*================================================画面の横幅が320pxまで====*/
/*=====================================画面の横向き====*/
/*=====================================画面の横向き====*/
