/*
Theme Name: wk_bigaku_sp_201603
Theme URI: https://josei-bigaku.jp/
Description: 女性の美学 SPテーマです
Author: higuchi
Author URI: none
Version: 1.0
*/

@charset "utf-8";

/* =============================================================================
   WordPress用
   ========================================================================== */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 20px;
}

.alignright {
   float: right;
   margin-left: 20px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* ====================================================================================
common
==================================================================================== */
body{ font-family: "メイリオ", Meiryo, sans-serif; word-break: break-all;}
a{ display: block;}
a:hover{
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
  zoom:1;
}
iframe {max-width: 100%;}

/*android改行対策*/
/*xxxx {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=") ;
}*/
textarea,input[type="text"],input[type="button"],input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
}
/* =============================================================================
   レイアウト
   ========================================================================== */
body {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  background: #FFF;
  -webkit-text-size-adjust: none;
}

.container {
  text-align: left;
}

.main {
  padding: 60px 0 0;
  overflow: hidden;
}

.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
  background: url(images/common/body-bg.png) repeat left top;
}

/* =============================================================================
   ヘッダー
   ========================================================================== */
.header {
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  box-sizing: border-box ;
  background: url(images/common/header-bg.png) repeat-x left top;
  background-size: 100% 100%;
}

.header_box {
  position: relative;
}

.header .search {
  padding-left: 5px;
  float: left;
}

.header .menu {
  padding-right: 5px;
  float: right;
}

.header .search .over,
.header .menu .over {
  display: none;
}

.header .search.on .out,
.header .menu.on .out {
  display: none;
}

.header .search.on .over,
.header .menu.on .over {
  display: block;
}

.header h1 {
  text-align: center;
}

.header h1 img {
  margin-top: -32px;
  position: relative;
}

.header .category {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  overflow-y: auto;
  background: #fff url(images/common/header-bg02.gif) repeat-x left top;
  background-size: 100% auto;
  display: none;
}

.header .category .box {
  padding: 10px 10px 20px;
}

.header .category .category_navi {
  margin-bottom: 20px;
}

.category .category_navi li {
  float: left;
  width: 50%;
  font-size: 12px;
  background-color: #EEEAF5;
  border-bottom: 1px solid #fff;
}

.category .category_navi li .mark {
  margin-right: 10px;
}

.category .category_navi li a {
  padding: 13px 11px 8px;
  display: block;
  color: #7761a0;
  text-decoration: none;
}

.category .category_navi li:nth-child(2n) a {
  border-left: 1px solid #fff;
}

.header .close {
  text-align: center;
}

.header .kyeword {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  overflow-y: auto;
  background: #fff url(images/common/header-bg02.gif) repeat-x left top;
  background-size: 100% auto;
  display: none;
}

.header .kyeword .box {
  padding: 10px 10px 20px;
}

.header .kyeword .box form {
  margin-bottom: 14px;
  border: 2px solid #EEEAF5;
  position: relative;
}

.header .kyeword .box form input[type="search"] {
  padding: 0 40px 0 14px;
  width: 100%;
  box-sizing: border-box;
  height: 41px;
  line-height: 41px;
  color: #bfb3d1;
  font-size: 18px;
  border: none;
  background-color: #fff;
}

.header .kyeword .box form input[type="submit"] {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 39px;
  width: 39px;
  background: url(images/common/header-kyeword-btn.gif) no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  border: none;
}

.header .kyeword .box form input[type="submit"]:active {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
  zoom:1;
}

.header .kyeword .title {
  margin-bottom: 14px;
  text-align: center;
}

.header .kyeword .hot ul {
  text-align: center;
}

.header .kyeword .hot li {
  margin: 0 3px 10px;
  display: inline-block;
  font-size: 12px;
  background-color: #EEEAF5;
}

.header .kyeword .hot li a {
  padding: 11px 15px 10px;
  display: block;
  color: #7761a0;
  text-decoration: none;
}

.header .kyeword .close {
  padding-top: 10px;
}

/* =============================================================================
   breadcrumb
   ========================================================================== */
#breadcrumb {
  padding: 6px 4px 4px 11px;
  color: #999;
  font-size: 13px;
  background: url(images/common/breadcrumb-bg.gif) repeat-x left top;
  background-size: 24px 24px;
}

#breadcrumb span {
  margin-right: 10px;
  color: #999;
}

#breadcrumb span a {
  padding-right: 16px;
  color: #999;
  text-decoration: none;
  background: url(images/common/icon03.png) no-repeat right center;
  background-size: 7px 7px;
  display: inline-block;
}

#breadcrumb span a span {
  margin-right: 0;
}

#breadcrumb span:last-child a {
  background: none;
}

#breadcrumb span img {
  vertical-align: -2px;
}

/* =============================================================================
   フッター
   ========================================================================== */
.sns {
  margin: 35px 0;
  text-align: center;
}

.sns h2 {
  margin-bottom: 20px;
}

.sns .facebook {
  margin: 0 auto 30px;
  width: 78%;
}

.sns .facebook .fb-page {
  height: auto;
  width: 100%;
}

.sns .twitter {
  margin: 25px 0 0 0;
}

.footer .category {
  padding: 20px 10px 25px;
  background-color: #EEEAF5;
}

.footer .category h2 {
  margin-bottom: 20px;
  text-align: center;
}

.footer .category .category_navi li {
  border-bottom: 1px solid #EEEAF5;
  background-color: #fff;
}

.footer .category .category_navi li:nth-child(2n) a {
  border-left: 1px solid #EEEAF5;
}

.footer .app {
  padding: 20px 20px 22px 25px;
  background-color: #F7F5FB;
}

.footer .app .banner {
  float: left;
  width: 76px;
}

.footer .app .text_box {
  margin-left: 92px;
}

.footer .app .text_box .txt {
  margin-bottom: 6px;
}

.footer .app .text_box .download li {
  margin-right: 12px;
  float: left;
}

.footer .f_box {
  padding: 25px 10px;
  background-color: #B3A6C8;
}

.footer .f_box .f_navi {
  margin-bottom: 12px;
}

.footer .f_box .f_navi li {
  float: left;
  width: 50%;
  font-size: 12px;
  border-bottom: 1px solid #B3A6C8;
}

.footer .f_box .f_navi li a {
  padding: 9px 26px 7px;
  display: block;
  position: relative;
  color: #51406d;
  text-decoration: none;
  background-color: #EAE5F4;
}

.footer .f_box .f_navi li a:before {
  width: 7px;
    height: 7px;
  background: url(images/common/icon02.png) no-repeat right top;
  background-size: 7px 7px;
    position: absolute;
    top: 42%;
    left: 10px;

    content: "";
}

.footer .f_box .f_navi li:nth-child(2n) a {
  padding: 9px 20px 7px 30px;
  border-left: 1px solid #B3A6C8;
}

.footer .f_box .f_navi li:nth-child(2n) a:before {
    left: 14px;
}

.footer .f_box .copyright {
  clear: both;
  margin-bottom: 12px;
  color: #51406d;
  font-size: 9px;
  text-align: center;
}

.footer .f_box .pc_site .btn {
  padding-right: 60px;
}

.footer .f_box .pc_site .btn a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #eae5f4;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background-color: #6D5E86;
  border-radius: 3px;
}

.footer .f_box .pc_site .btn a span {
  padding-left: 24px;
  background: url(images/common/icon09.gif) no-repeat left center;
  background-size: 14px 12px;
}

.footer .f_box .pc_site .page_top {
  padding-left: 15px;
  float: right;
}

/* h1 */
.main h1,
.main .h1 {
  padding: 13px 15px 9px;
  color: #7761a0;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  border-top: 3px solid #EEEAF5;
  border-bottom: 2px solid #EEEAF5;
}

/* article */
.article {
  margin-bottom:11px;
  overflow: hidden;
}

.article li {
  float: left;
  width: 50%;
}

.article li a img {
  width: 100%;
}

.article .article_txt {
  display: block;
  padding: 5px 9px 12px;
}

.article li:first-child {
  width: 100%;
}

/* article_tab */
.article_tab {
  margin-bottom: 32px;
}

.article_tab .tab_navi {
  margin-bottom: 9px;
  padding: 0 10px;
  border-bottom: 1px solid #F1EBFA;
}

.article_tab .tab_navi li {
  float: left;
  width: 48.3%;
  text-align: center;
}

.article_tab .tab_navi li a {
  display: block;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.article_tab .tab_navi li a span {
  padding: 7px 5px;
  display: block;
  color: #7761a0;
  border: 1px solid #F1EBFA;
  background-color: #EEEAF5;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: bold;
  font-size: 1.2em;
}

.article_tab .tab_navi .on a {
  margin-bottom: -3px;
}

.article_tab .tab_navi .on a span {
  padding-bottom: 10px;
  color: #333;
  background-color: #fff;
  border-bottom: none;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: bold;
  font-size: 1.2em;
}

.article_tab .tab_navi li:nth-child(2n) {
  float: right;
}

/* new */
.new {
  margin: 0 10px 20px;
  padding-bottom: 25px;
  background: url(images/common/line01.png) repeat-x left bottom;
  background-size: 3px 2px;
}

.new h2 {
  margin-bottom: 17px;
  text-align: center;
}

.new li a  {
  padding: 5px 0;
  display: table;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.new li a:before {
  width: 7px;
  height: 7px;
  background: url(images/common/icon01.gif) no-repeat right top;
  background-size: 7px 7px;
  position: absolute;
  top: 45%;
  right: -4px;

  content: "";
}

.new span {
  display: block;
}

.new .pho_box {
  padding-top: 5px;
  width: 60px;
  display: table-cell;
  vertical-align: middle;
}

.new .text_box {
  padding: 0 10px 0 15px;
  display: table-cell;
  vertical-align: middle;
}

.new .new_txt {
  margin-bottom: 5px;
  color: #3399cc;
  text-decoration: underline;
}

.new .date {
  color: #999;
  font-size: 10px;
  text-align: right;
}

.more {
  margin: 31px auto 0;
  width: 250px;
}

.entry_more {
  margin: 31px auto 20px;
  width: 250px;
}

#infscr-loading {
  text-align: center;
  margin: 30px 0 10px;
}

/* sponsored */
.sponsored {
  padding: 13px 0 19px;
  text-align: center;
  background-color: #F1F1F1;
}

.sponsored .title {
  color: #999;
  line-height: 1.2;
  text-align: center;
}

/* pickup */
.pickup {
  padding: 8px 10px 33px;
  background-color: #EEEAF5;
}

.pickup h2 {
  color: #51406d;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  background: url(images/common/pickup-h2-bg01.gif) no-repeat left top;
  background-size: 53px 43px;
}

.pickup h2 .bg {
  padding-top: 18px;
  display: block;
  background: url(images/common/pickup-h2-bg02.gif) no-repeat right top;
  background-size: 52px 43px;
}

.pickup h2 .size {
  font-size: 30px;
}

.pickup .pickupList {
  margin-bottom: 20px;
  padding-bottom: 1px;
  background: url(images/common/line01.png) repeat-x left bottom;
  background-size: 3px 2px;
}

.pickup .pickupList li {
  float: left;
  padding: 13px 0 5px;
  width: 47.5%;
}

.pickup .pickupList li a {
  text-decoration: none;
}

.pickup .pickupList li span {
  display: block;
}

.pickup .pickupList li .title {
  margin-bottom: 3px;
  color: #7c679e;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 17px;
  text-align: center;
}

.pickup .pickupList li .pho {
  margin-bottom: 5px;
}

.pickup .pickupList li .pickup_txt {
  color: #3399cc;
  text-decoration: underline;
  letter-spacing: -0.5px;
}

.pickup .pickupList li:nth-child(2n) {
  float: right;
}

/* pr */
.pr {
  padding: 0 10px 33px;
}

.pr li {
  margin-bottom: 7px;
}

.pr li:last-child {
  margin-bottom: 0;
}

.pr li span {
  display: block;
}

.pr li .pho_box {
  padding-top: 5px;
  width: 60px;
  display: table-cell;
  vertical-align: middle;
}

.pr li .text_box {
  padding: 0 10px 0 15px;
  color: #3399cc;
  display: table-cell;
  vertical-align: middle;
  text-decoration: underline;
}

.pr li .text_box img {
  vertical-align: middle;
}

.pr li a  {
  display: table;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.pr li a:before {
  width: 7px;
  height: 7px;
  background: url(images/common/icon02.png) no-repeat right top;
  background-size: 7px 7px;
  position: absolute;
  top: 45%;
  right: -4px;

  content: "";
}

/* content_box */
.content_box {
  padding: 0 10px 16px;
}

.content_box .pho {
  margin: 0 -10px 15px;
}

.content_box p {
  margin: 0 5px 20px;
}

.content_box p a {
  color: #3399cc;
  display: inline;
}

.content_box .b {
  font-weight: bold;
}

.content_box .red {
  color: #ea7e7e;
}

.content_box .b_mark {
  background-color: #FAD3D3;
}

.content_box .size {
  font-size: 16px;
}

.content_box .txt {
  margin-bottom: 29px;
}

.content_box h2 {
  margin: 40px 0 20px 0;
  padding: 5px 11px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  border-top: 3px solid #DAD1EA;
  background-color: #EEEAF5;
  color: #51406d;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
}

.content_box h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.content_box h3 {
  margin: 40px 0 22px 0;
  padding: 5px 6px 3px;
  color: #51406d;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 19px;
  font-weight: bold;
  border-top: 1px solid #DAD1EA;
  border-bottom: 1px solid #DAD1EA;
}

.content_box ul {
  margin: 10px 0;
}

.content_box ul li {
  padding: 0 0 10px 30px;
  background: url(images/common/icon05.png) no-repeat top 4px left 13px;
  background-size: 9px 9px;
  font-size: 0.9rem;
}

.content_box ol {
  margin: 0 0 30px 5px;
  padding-left: 5px;
  counter-reset: li;
  list-style: none;
}

.content_box ol li {
  margin-bottom: 15px;
  line-height: 1.2;
}

.content_box ol li:last-child {
  margin-bottom: 0;
}

.content_box ol li:before {
  color: #7C6F92;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  counter-increment: li;
  content: counter(li) ". ";
  font-weight: bold;
  margin: 0 3px 0 0;
}

.content_box ol li span {
  color: #333;
  font-size: 14px;
}

.content_box .linklist {
  margin-bottom: 20px;
}

.content_box .linklist li {
  padding: 0 0 10px 30px;
  background: url(images/common/icon04.png) no-repeat 13px 6px;
  background-size: 7px 8px;
}

.content_box .linklist a {
  color: #3399cc;
}

.content_box dl {
  margin: 0 5px 25px 25px;
}

.content_box dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.content_box dd {
  margin-bottom: 25px;
  font-size: 14px;
}

.content_box dd:last-child {
  margin-bottom: 0;
}

.content_box dd a {
  color: #3399cc;
}

.content_box dd > ul {
  margin: 10px 0 10px 0;
}
.content_box dd > ol {
  margin: 10px 0 10px 20px;
}

.content_box .recipe {
  border: 5px solid #EEEAF5;
}

.content_box .recipe {
  margin-bottom: 33px;
  padding: 12px 10px;
}

.content_box .recipe .recipe_tit {
  margin-bottom: 6px;
  padding: 0 7px 11px;
  color: #7761a0;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: bold;
  background: url(images/common/line04.gif) repeat-x left bottom;
  background-size: 2px 2px;
}

.content_box .recipe dl {
  margin: 0 0 5px;
  padding: 0 5px 2px;
  background: url(images/common/line03.gif) repeat-x left bottom;
  background-size: 3px 2px;
}

.content_box .recipe .lastDl {
  margin-bottom: 12px;
}

.content_box .recipe dt {
  float: left;
  font-size: 14px;
  font-weight: normal;
}

.content_box .recipe dd {
  margin-bottom: 0;
  float: right;
}

.content_box table {
  margin-bottom: 35px;
  width: 100%;
  border-collapse: collapse;
}

.content_box th {
  padding: 6px 4px 3px;
  width: 33.33;
  color: #7761a0;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: bold;
  text-align: center;
  background-color: #EEEAF5;
  border: 1px solid #D1C7E3;
  font-size: 0.9rem;
}

.content_box td {
  padding: 6px 4px 5px;
  text-align: center;
  border: 1px solid #D1C7E3;
  font-size: 0.9rem;
}

.content_box .feature {
  margin-bottom: 35px;
  padding: 10px 15px 10px;
  border: 1px solid #F1EEF7;
  background-color: #F6F6EF;
  font-size: 0.9rem;
}


.content_box .feature ul {
  margin: 10px 0 0 0;
}

.content_box .feature ol {
  margin: 10px 0 10px 0;
}

.content_box .feature p {
  margin: 0 0 20px;
}

.content_box .feature p:last-child {
  margin: 0;
}

.content_box blockquote {
  margin-bottom: 15px;
  padding: 30px 5px 24px;
  border: 1px solid #DAD1EA;
  position: relative;
  font-size: 0.9rem;
}

.content_box blockquote p {
  margin: 0 10px 5px;
}

#reference {
  margin-bottom: 10px;
  padding: 6px 15px;
  background-color: #F5F3F7;
}

#reference a {
  color: #3399cc;
}

.referrer {
  margin-bottom: 10px;
  padding: 6px 15px;
  background-color: #F5F3F7;
}

.referrer a {
  color: #3399cc;
}

.content_box blockquote:before {
  content: "";
  height: 22px;
  width: 32px;
  background: url(images/post/reference-img01.gif) no-repeat;
  position: absolute;
  top: 6px;
  left: 4px;
}

.content_box blockquote:after {
  content: "";
  height: 22px;
  width: 32px;
  background: url(images/post/reference-img02.gif) no-repeat;
  position: absolute;
  bottom: 6px;
  right: 4px;
}

/* .bq_referrer */

.bq_referrer {
  margin: 10px 10px 20px;
  padding: 13px 15px;
  background-color: #F5F3F7;
}

.bq_referrer a {
  color: #3399cc;
  display: inline;
}

#reference a {
  color: #3399cc;
}

/* spiritual_related */
.spiritual_related {
  margin-bottom: 35px;
  padding: 15px 10px 23px;
  background-color: #EEEAF5;
}

.spiritual_related h2 {
  margin-bottom: 15px;
  color: #51406d;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.spiritual_related h2 .left_bg {
  display: inline-block;
  padding-left: 58px;
  background: url(images/common/spiritual-related-bg01.gif) no-repeat left 7px;
  background-size: 43px 13px;
}

.spiritual_related h2 .right_bg {
  display: inline-block;
  padding-right: 58px;
  background: url(images/common/spiritual-related-bg02.gif) no-repeat right 7px;
  background-size: 43px 13px;
}

.spiritual_related h2 .size {
  display: block;
  font-size: 12px;
}

.spiritual_related li {
  float: left;
  width: 50%;
  font-size: 12px;
  border-bottom: 1px solid #EEEAF5;
}

.spiritual_related li a {
  padding: 11px 16px 10px 26px;
  display: block;
  position: relative;
  color: #7761a0;
  text-decoration: none;
  background-color: #fff;
}

.spiritual_related li a:before {
  width: 7px;
  height: 7px;
  background: url(images/common/icon01.gif) no-repeat right top;
  background-size: 7px 7px;
  position: absolute;
  top: 40%;
  left: 10px;

  content: "";
}

.spiritual_related li:nth-child(2n) a {
  border-left: 1px solid #EEEAF5;
}

/* =============================================================================
   index
   ========================================================================== */
.index .sponsored {
  margin-bottom: 51px;
  padding: 0;
  background: none;
}

.index .pr {
  padding: 0;
}

.index .new {
  margin: 0 10px;
  padding-bottom: 0;
  background: none;
}

/* =============================================================================
   cate02
   ========================================================================== */
.cate02 .content_box {
  margin-bottom: 35px;
  background: url(images/common/line02.gif) repeat-x left bottom;
  background-size: 2px 2px;
}

/* =============================================================================
   post
   ========================================================================== */
.post .top_pr {
  padding: 10px 10px 14px;
  background-color: #F1F1F1;
}

.post .top_pr2 {
  padding: 15px 0;
  /*  background-color: #f6f6f6;*/
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.post .top_pr li a::before {
  background: none;
}

.post h1 {
  border: none;
}

.post .top_date {
  padding: 0 15px 10px;
  border-bottom: 2px solid #EEEAF5;
  color: #b19dd8;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 13px;
  text-align: right;
}

.post .sample {
  margin-bottom: 33px;
  padding: 0;
  background: none;
}

.post .sponsored .title {
  margin-bottom: 0;
}

.post .content_box {
  padding-bottom: 38px;
}

.post .content_box .txt02 {
  margin: 20px 5px 0;
}

.post .author {
  margin: 0 10px 24px;
  background-color: #F5F3F7;
  border-bottom: 1px solid #DAD1EA;
}

.post .author a {
  display: block;
  padding: 12px 15px 11px;
  color: #72638f;
}

.post .author span {
  padding-left: 21px;
  background: url(images/post/author-icon.gif) no-repeat left 3px;
  background-size: 13px 13px;
}

.post .author_prof {
  color: #72638f;
  margin: 24px 10px 24px;
  font-size: .875em;
}

.post .author_prof a {
  color: #72638f;
  display: inline-block;
}
.post .author_prof a:hover {
  opacity: .75;
}
.author_prof_writer {
  padding: 0 0 0 24px;
  position: relative;
}
.author_prof_writer:before {
  content: "";
  width: 18px;
  height: 19px;
  background-image: url(images/common/writer-icon.png);
  background-size: 18px 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.author_prof_illustrator {
  margin: 10px 0 0;
  padding: 0 0 0 24px;
  position: relative;
  position: relative;
}
.author_prof_illustrator:before {
  content: "";
  width: 18px;
  height: 17.5px;
  background-image: url(images/common/illustrator-icon.png);
  background-size: 18px 17.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.post .share {
  margin-bottom: 23px;
}

.post .share .title {
  margin-bottom: 15px;
  text-align: center;
}

.post .share ul {
  margin: 0 auto;
  width: 340px;
  display: flex;
}

.post .share li {
  width: calc(100% / 4);
  box-sizing: border-box;
  padding: 0 8px 10px;
}
.post .share li a {
  width: 100%;
}
.post .share li span {
  display: block;
  position: absolute;
  right: 12px;
  top: 7px;
  height: 25px;
  width: 35px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.post .share li a img{
  width: 100%;
  height: auto;
}

.post .new {
  margin-bottom: 36px;
  padding-bottom: 0;
  background: none;
}

.post .pickup {
  margin-bottom: 34px;
  padding-bottom: 30px;
}

.post .pickup .pickupList {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.post .ranking {
  margin-bottom: 0;
}

.moyo {
  display: none;
}
.content_box img[src$="images/line.jpg"] {
  display: none;
}

@media(min-width: 320px) {
  .post .share ul {
    width: 320px;
  }
}

/* =============================================================================
   manager
   ========================================================================== */
.manager h1 {
  margin-bottom: 16px;
}

.manager .top_txt {
  margin-bottom: 38px;
}

.manager .content_box {
  padding-bottom: 44px;
  border-bottom: 2px solid #EEEAF5;
}

.manager .content_box ul {
  margin-bottom: 25px;
}

.manager .content_box ul li span {
  display: block;
  color: #7761a0;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 12px;
}

.manager .content_box ul li {
  padding: 0 0 4px 26px;
  background: url(images/common/icon05.gif) no-repeat 7px 5px;
  background-size: 9px 9px;
}

.manager .content_box ul li a {
  color: #3399cc;
  display: inline;
}

.manager .content_box dl {
  margin: 0 0 0 6px;
}

.manager .content_box dd {
  margin-bottom: 16px;
}

.manager .content_box dd:last-child {
  margin-bottom: 0;
}

.content_box p img {
  width: 100%;
  margin: 0 0 10px 0;
}

.content_box img {
  width: 100%;
}

.content_box p:first-child img {
  width: 100vh;
  margin: 0 0 20px -15px;
}

/* =============================================================================
   contact
   ========================================================================== */
.contact h1 {
  margin-bottom: 16px;
}

.contact .content_box {
  padding-bottom: 30px;
  border-bottom: 2px solid #EEEAF5;
}

/* =============================================================================
   writerprofile
   ========================================================================== */
.writerprofile h1,
.writerprofile .h1 {
  margin-bottom: 16px;
}

.writerprofile .content_box {
  padding-bottom: 0;
  border-bottom: 2px solid #EEEAF5;
}

.writerprofile .top_txt {
  margin-bottom: 30px;
}

.writerprofile .img_box {
  margin-bottom: 11px;
  overflow: hidden;
  zoom: 1;
}

.writerprofile .img_box img {
  width: 75px;
  height: 75px;
  margin: 4px 16px 8px 0;
  float: left;
}

.writerprofile .img_box img+ br {
  display: none;
}

.writerprofile .link {
  margin-bottom: 35px;
  text-align: center;
}

.writerprofile .link a {
  padding-left: 15px;
  color: #3399CC;
  background: url(images/common/icon04.png) no-repeat left center;
  background-size: 6px 8px;
  display: inline-block;
}

/* =============================================================================
   writerrec
   ========================================================================== */
.writerrec .content_box {
  padding-bottom: 35px;
  border-bottom: 2px solid #EEEAF5;
}

.writerrec .txt {
  margin-bottom: 14px;
}

.writerrec ul {
  margin-bottom: 5px;
}

.writerrec ul li {
  background: url(images/common/icon05.png) no-repeat 12px 7px;
  background-size: 9px 9px;
}

.page_link .btn01,
.page_link .btn02,
.writerrec .btn03 {
  margin: 0 15px 20px;
  background: none;
  padding: 0;
}

.page_link .btn01 img,
.page_link .btn02 img,
.writerrec .btn03 img {
  width: 10px;
}


.page_link .btn01 a,
.page_link .btn02 a,
.writerrec .btn03 a {
  padding: 10px 10px 8px;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px 3px 6px 6px;
  background-color: #6D5E86;
  border-bottom: 4px solid #594874;
}

.page_link .btn01 a img,
.page_link .btn02 a img,
.writerrec .btn03 a img {
  margin: 4px 10px 0 -10px;
}

.writerrec .link span {
  padding-left: 16px;
  background: url(images/common/icon06.png) no-repeat left center;
  background-size: 7px 8px;
}

.page_link .btn02 a {
  color: #7761A0;
  background-color: #EEEAF5;
  border-bottom: 4px solid #CEC5DF;
}

.writerrec .link01 span {
  background: url(images/common/icon07.png) no-repeat left center;
  background-size: 6px 8px;
}

/*--------------------------------------------------------
オーバーレイ広告（追随）
--------------------------------------------------------*/

.btm_ad {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 500;
}

.btm_ad_bnr {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 550;
}

.btm_ad_close {
  width: 27px;
  height: auto;
  display: block;
  position: absolute;
  top: -28px;
  right: 2px;
  z-index: 560;
}

.ad_close{
  display: none;
}

a.btm_ad_bnr img {
  display:block;
}

.f_btm {
  margin: 0;
}

.amazon_button {
    position: absolute;
    top: 20%;
    right: 3%;
    z-index: 600;
    width: 23%;
}

.rakuten_button {
    position: absolute;
    top: 58%;
    right: 3%;
    z-index: 600;
    width: 23%;
}

.btm_ad_in {
  display: flex;
}

.btm_ad_in a {
  display: block;
}

.btm_ad_close2 {
  width: 27px;
  height: auto;
  display: block;
  position: absolute;
  top: -28px;
  right: 2px;
  z-index: 560;
}

/*--------------------------------------------------------
ad
--------------------------------------------------------*/

#adSenseMin {
  text-align: center;
  width: calc(100% + 20px);
  margin: 30px 0 30px -10px;
}

#adSenseMin p {
  margin: 0;
}

/* ========================================================================
  ranking
======================================================================== */

.ranking {}

.ranking_item {}

.ranking_item a {}

.ranking_item_thumb {
  width: 60px;
  display: table-cell;
  vertical-align: top;
}

.ranking_item_thumb img {
  width: 60px;
  height: 60px;
  padding: 5px 0 0 0;
}

.ranking_item_tit {
  padding: 0 10px 0 15px;
  display: table-cell;
  vertical-align: top;
  margin-bottom: 5px;
  color: #3399cc;
  text-decoration: underline;
}

.ranking_no1 .ranking_item_thumb,
.ranking_no2 .ranking_item_thumb,
.ranking_no3 .ranking_item_thumb,
.ranking_no4 .ranking_item_thumb,
.ranking_no5 .ranking_item_thumb {
  position: relative;
}

.ranking_no1 .ranking_item_thumb:after {
  content: "";
  width: 60px;
  height: 20px;
  background: url(images/common/ranking-no01.png);
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ranking_no2 .ranking_item_thumb:after {
  content: "";
  width: 60px;
  height: 20px;
  background: url(images/common/ranking-no02.png);
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ranking_no3 .ranking_item_thumb:after {
  content: "";
  width: 60px;
  height: 20px;
  background: url(images/common/ranking-no03.png);
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ranking_no4 .ranking_item_thumb:after {
  content: "";
  width: 60px;
  height: 20px;
  background: url(images/common/ranking-no04.png);
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ranking_no5 .ranking_item_thumb:after {
  content: "";
  width: 60px;
  height: 20px;
  background: url(images/common/ranking-no05.png);
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.video-contents {
  margin: 0 auto 20px;
}

/*--------------------------------------------------------
TOPラ・パルレ用CSS
--------------------------------------------------------*/
.top_pr2 li a:before {
  background: none;
  content: "";
  right: 0;
}

/* ========================================================================
  supervision
======================================================================== */

.supervision_top {
  padding: 0 10px 10px;
  margin: 0 0 10px;
}

.supervision_top .cf {
  padding: 3px 10px;
}

.supervision_top .supervision_img {
  width: 70px;
  height: 70px;
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
  background: #fff;
  position: relative;
}

.supervision_top .supervision_img:after {
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 60px;
  height: 67px;
  left: 5px;
  z-index: -1;
  content: '';
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  border-radius: 100px / 10px;
}

.supervision_top .supervision_img img {
  width: 100%;
  height: auto;
}

.supervision_top .supervision_info {
  float: left;
  padding: 10px 0 0;
}

.supervision_top .supervision_info_ttl {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

.supervision_top .supervision_info_name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.supervision_top .honorific {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 3px;
}

.supervision_top .supervision_info_hospital {
  font-size: 12px;
  color: #999;
  margin: 0;
  line-height: 1.4;
}

.supervision_top+ hr {
  margin: 0 0 20px;
}

.supervision_btm {
  margin: 0;
}

.supervision_btm_ttl {
  margin: 40px 0 22px 0;
  padding: 5px 6px 3px;
  color: #51406d;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #DAD1EA;
  border-bottom: 1px solid #DAD1EA;
}

.supervision_btm .supervision_btm_in {
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.supervision_btm .supervision_img {
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 0 20px 0 20px;
  float: left;
  position: relative;
}

.supervision_btm .supervision_img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 100px;
  left: 10px;
  z-index: -1;
  content: '';
  box-shadow: 0 0 15px rgba(0,0,0,0.8);
  border-radius: 100px / 15px;
}

.supervision_btm .supervision_img img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0;
}

.supervision_btm .supervision_info {
  float: left;
  width: calc( 100% - 145px );
  padding: 35px 5px 0 0;
  text-align: center;
}

.supervision_btm .supervision_info_in {
  display: inline-block;
}

.supervision_btm .supervision_info_name {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

.supervision_btm .honorific {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 10px;
}

.supervision_btm .supervision_info_hospital {
  color: #999;
  font-size: 12px;
  margin: 0;
}

.supervision_btm_txt {
  font-size: 13px;
  margin: 0 0 20px;
}

.supervision_btm_txt p {
  margin: 0 10px 10px 14px;
  line-height: 1.4;
}

.supervision_btm_url {
  font-size: 13px;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}


/* ========================================================================
  youtubeバナー
======================================================================== */

.banner_youtube img{
    width: 95vw;
    margin: 40px 2.5vw 0;
}

/* ========================================================================
  いいね！ボックス
======================================================================== */


.facebook_page {
  border: 1.5px solid #B3A6C8;
  margin: 0 10px 40px;
  height: 110px;
  overflow: hidden;
}

.facebook_page_thumb {
  width: 48%;
  float: left;
}

.facebook_page_btn {
  width: 52%;
  float: left;
  padding: 9px 0 0;
}

.facebook_page_btn p {
  font-size: 0.95em;
  margin: 0 10px 2px;
  line-height: 1.2;
  font-weight: bold;
}

.facebook_page_btn p.fb_link_txt {
  font-size: 11px;
  margin: 5px 15px 0;
}

.writerprofile .img_box a {
  word-break: break-all;
  display: inline;
}
@media(min-width: 320px) {
  .facebook_page_btn p {
    font-size: 0.85em;
  }
}

/*blog card 20160805*/
/*blogcard*/
.blogcard {
	padding: 15px 12px 15px 15px;
	margin: 0 3.5% 30px;
	position: relative;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.blogcard:active {
	cursor: pointer;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  -moz-opacity:0.85;
  -khtml-opacity: 0.85;
  opacity:0.85;
  zoom:1;
}
.blogcard:after {
	content: "";
	width: 20px;
	height: 23px;
	background: url(images/site-icon.png) no-repeat;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	position: absolute;
	bottom: 12px;
	right: 15px;
}
.blogcardLead {
	font-size: 13px;
}
.blogcardLead p {
	margin: 0 0 12px;
}

.blogcardThumbnail {
	display: table-cell;
	padding: 0 14px 0 0;
}

.blogcardThumbnail span {
	display: block;
/*	background: #ddd;*/
}

.blogcardThumbnail span,
.blogcardThumbnail img {
	width: 75px;
	height: 75px;
	margin-bottom: 0;
}

.blogcardType02 .blogcardThumbnail span {
	width: 180px;
	height: 120px;
}

.blogcardTit {
	display: table-cell;
	vertical-align: top;
	padding: 0;
}

.blogcardTit span {
	font-size: 13px;
	display: inline-block;
	background: #9ed475;
	color: #fff;
	padding: 1px 8px 0;
	margin: 4px 0 5px;
	letter-spacing: 0.12em;
}

.blogcardTitLink {
	font-size: 15px;
	line-height: 1.5;
}

.blogcard:hover .blogcardTitLink {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity:1.0;
}

/*button追加 20160905*/

.more_fd {
  padding: 100px 0;
}

.more_link {
    text-align: center;
    margin: 0 0 30px;
}

.more_link a {
    display: block;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 0.06em;
    background: #fda4a2;
    border: none;
    padding: 12px 0 8px;
    font-weight: normal;
    vertical-align: middle;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.more_link a:after {
    content: "";
    background: transparent;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: block;
    position: absolute;
    top: 18px;
    right: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.more_link.blue_btn a {
    background: #99d3f8;
}

.more_link.yellow_btn a {
    background: #fbc981;
}

.more_link.white_btn a {
    color: #333;
    background: #f0f0f0;
}

/*2016.09.13 クックパッド対応*/
.content_box p img[src="http://img3.cookpad.com/image/link/cpicon.gif"] {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

/*2016.11.18 love ad*/
.love_ad {
  margin: 0 0 40px;
}

.love_ad a {
  margin: 0 10px;
}

.love_ad a img {
  width: 100%;
}

/*2017.01.06 musee ad*/
.musee_ad {
  margin: 40px 0;
}

.musee_ad_home {
  margin: 0;
}

.musee_ad_pr {
  margin: 20px 0;
}

.musee_ad a {
  margin: 0 10px;
}

.musee_ad a img {
  width: 100%;
}

/*2018.01.06 musee ad*/
.beauty_ad {
	margin: 40px 0;
    text-align: center;
}
.beauty_ad img {
	width: 92%;
}


/* 追従バナー使用時
.f_btm {
  margin: 0 0 70px;
}*/

/*2017.01.013 text ad*/
.text_ad {
  margin: 0 0 25px;
}

.text_ad h2 {
  color: #787871;
  font-size: 0.95em;
  margin: 0 0 2px 8px;
}

.text_ad_single {
  margin: -25px 0 25px;
}

.text_ad_home {
  margin: 0;
}

.text_ad_pr {
  margin: 20px 0;
}

.text_ad li {
  margin: 0 10px;
  border-bottom: 1px solid #eeeee7;
}

.text_ad li:last-child {
  border-bottom: 0;
}

.text_ad_home li:last-child {
  border-bottom: 1px solid #eeeee7;
}

.text_ad li a {
  width: 100%;
  padding: 12px 0;
  font-size: 1.15em;
  line-height: 1.4;
  color: #3C3C35;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*iphone6plus*/
@media(min-width: 414px) {
  .text_ad li a {   font-size: 1.15em; }
}

.pickup {
  padding: 8px 10px 0;
}

/*2017.01.17 c3 ad*/
.c3_ad {
  margin: 0 0 40px;
}

.c3_ad_home {
  margin: 0;
}

.c3_ad_pr {
  margin: 20px 0;
}

.c3_ad a {
  margin: 0 10px;
}

.c3_ad a img {
  width: 100%;
}

/*2017.02.03 square ad*/
.square_ad {
  margin: 0 0 40px;
}

.square_ad a {
  margin: 0 10px;
}

.square_ad a img {
  width: 100%;
}

/* コメント追加 2017.01.19 */
.comments {
  font-weight: bold;
  /*padding: 30px 0;*/
  margin: 35px 0 0;
}

.comments h3 {
  margin: 0 0 22px 0;
  padding: 5px 6px 3px;
  color: #51406d;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: bold;
  border-top: 1px solid #DAD1EA;
  border-bottom: 1px solid #DAD1EA;
}

.comments .comments-form {
  margin: 0 30px;
}

.comments_form_comment {
  margin: 0 0 20px;
}

.comments_form_comment label {
  display: block;
  width: 100px;
  padding: 6px 0 0 0;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.comments_form_comment textarea {
  width: 100%;
  max-width: calc(100vw - 44px);
  min-height: 5em;
  display: block;
  padding: 10px;
  border: 2px solid #E5DFEE;
  font-weight: normal;
}

.comments_name {
  margin: 0 0 5px;
}

.comments_name label {
  display: block;
  width: 100px;
  padding: 6px 0 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.comments_name input {
  width: 100%;
  max-width: calc(100vw - 44px);
  display: block;
  padding: 10px;
  border: 2px solid #E5DFEE;
  font-weight: normal;
}

.comments .form-submit {
  text-align: center;
}

.comments .form-submit input {
  width: 50%;
  display: inline-block;
  border: none;
  padding: 15px 0 12px;
  background: #6D5E86;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.comments .form-submit input:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.comments_list {
  margin: 10px 0 0;
}

.comments_list h3 {
  margin: 0 0 22px 0;
  padding: 5px 6px 3px;
  color: #51406d;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: bold;
  border-top: 1px solid #DAD1EA;
  border-bottom: 1px solid #DAD1EA;
}

.comments_list .comment {
  list-style: none
  margin: 0 10px;
}

.comments_list_item {
  border-bottom: 2px dashed #DAD1EA;
  padding: 0 10px;
  margin: 0 0 25px;
}

.comments_list_item_name {
  margin: 0 0 7px;
}

.comments_list_item_name cite {
  font-weight: bold;
  font-size: 1.05em;
  color: #51406d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.comments_list_item_reply {
  text-align: right;
  font-size: 12px;
  margin: -3px 0 0;
}
.comments_list_item_reply .comment-reply-link {
  width: 46px;
  height: 23px;
  display: inline-block;
  margin: 0 5px 3px 0;
}

.comments_list li .comments_list_item_reply .comment-reply-link:before {
  content: "";
  background: none;
}

.comments_list_item_reply .comment-reply-link img {
  width: 100%;
  height: auto;
}

/*2017.01.31 CategoryAds br削除*/
.cat-txt #adSenseMin br {
  display: none;
}

/* comments 装飾追加 20170213 */

.comments_flower {
  width: 100%;
  margin: 120px auto;
  position: relative;
}

.comments_flower:before {
  content: "";
  width: 100vw;
  height: 300px;
  background-image: url(images/comment/comment-flower-bg-top.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: -10px;
  z-index: 1;
}
@media(min-width: 414px) {
  .comments:before {
    width: 100vw;
    position: absolute;
    top: -95px;
    left: -10px;
  }
}

.comments_flower:after {
  content: "";
  width: 100vw;
  height: 300px;
  background-image: url(images/comment/comment-flower-bg-bottom.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: cover;
  position: absolute;
  bottom: -80px;
  left: -10px;
  z-index: 1;
}
@media(min-width: 414px) {
  .comments_flower:after {
    width: 100vw;
    position: absolute;
    bottom: -80px;
    left: -10px;
  }
}


.comments_wrap {
  border:1px solid #ededed;
  padding: 11px 12px;
  position: relative;
  background: rgba(255,255,255, 0.949);
  z-index: 2;
}

.comments {
  border:2px solid #848484;
  padding: 15px;
  margin: 0;
  position: relative;
  background: #fff;
  z-index: 4;
}

.comments:before {
  content: "";
  width: 100vw;
  height: 300px;
  background-image: url(images/comment/comment-flower-top.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: cover;
  position: absolute;
  top: -90px;
  left: -25px;
  z-index: 3;
}
@media(min-width: 414px) {
  .comments:before {
    width: 100vw;
    position: absolute;
    top: -120px;
    left: -25px;
  }
}


.comments:after {
  content: "";
  width: 100vw;
  height: 300px;
  background-image: url(images/comment/comment-flower-bottom.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: cover;
  position: absolute;
  bottom: -190px;
  left: -25px;
  z-index: 3;
}
@media(min-width: 414px) {
  .comments:after {
    width: 100vw;
    position: absolute;
    bottom: -180px;
    left: -25px;
  }
}

.comments_in {
  position: relative;
  z-index: 10;
}

.comments h3 {
  color: rgb(81, 64, 109);
  font-size: 21px;
  line-height: 1.0;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 18px;
  padding: 12px 20px 18px;
  background-image: url(images/comment/heading_bg.png);
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  background-size: 132px 14px;
  border-bottom: 0;
  border-top: 0;
}

.comments_list .comment {
  list-style: none;
  margin: 0 10px;
}

.comments_list li{
  list-style: none;
  border-bottom: 1px solid #b4a6ca;
  padding: 0;
  margin: 0 0 15px;
}

.comments_list .children {
  padding: 0 0 0 14px;
}

.comments_list .children .children {
  padding: 0 0 0 14px;
}

.comments_name {
  display: block;
  margin: 0 0 8px;
}

.comments_name label {
  display: block;
  padding: 0;
  margin: 0 0 5px;
}

.comments_name input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c8bcda;
}

.comments_form_comment {
  display: block;
  margin: 0 0 40px;
}

.comments_form_comment label {
  display: block;
  padding: 0;
  margin: 0 0 5px;
}

.comments_form_comment textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c8bcda;
  resize: vertical;
}

.comments .form-submit input {
  width: 60%;
  border: none;
  border-radius: 4px;
  padding: 9px 0 8px 10px;
  background-color: #6D5E86;
  background-image: url(images/comment/comment-submit-icon.png);
  background-repeat: no-repeat;
  background-position: top 10px left 17%;
  background-size: 8px 18px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*光るボタン追加*/
.btn_ad p {
	margin: 0;
}


.btn_adlink {
    width: 240px;
    height: 88px;
    padding: 0 20px 0 40px;
    background: url(images/ad/btn_ad.png) no-repeat left 0 top 0;
    background-size: cover;
    margin: 0 auto;
    position: relative;

}
.content_box .btn_ad_innner {
    width: 300px;
    height: 88px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.3em;
	line-height: 1.3em;
    font-weight: bold;

}
.btn_ad_arrow {
	position: absolute;
    width: 10%;
    top: 2.3em;
    left: 0;
    z-index: 500;
    animation: btn_ad_arrow 0.9s linear 0s infinite;
}
@keyframes btn_ad_arrow {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.0, 1.0) translate(5%, 5%); }
  40%  { transform: scale(1.0, 1.0) translate(15%, 0%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { transform: scale(1.0, 1.0) translate(-100%, 0%); }
  75%  { transform: scale(1.0, 1.0) translate(-20%, 0%); }
  85%  { transform: scale(1.0, 1.0) translate(15%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.btn_ad_pc, .blinking {
	display: none;}
.sp_blinking {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
/* 点滅 */
.sp_blinking{
	-webkit-animation:sp_blink 1s ease-in-out infinite alternate;
    -moz-animation:sp_blink 1s ease-in-out infinite alternate;
    animation:sp_blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes sp_blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes sp_blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes sp_blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*cat ads 20170817*/
.inc_ads {
  margin: 0 auto 20px;
}

/*h3 ads 20170915*/
.heading_ad {
  text-align: center;
  margin: 40px 0;
}
.heading_ad p {
  margin: 0 0 8px;
}

/* copy_btn 20180508 */
.copy {
	margin: 10px 5% 20px;
}

.copy_btn {
  width: auto;
	display: block;
	background-image: url(images/common/copy-btn.png);
	background-repeat: no-repeat;
	background-position: center top;
  background-size: 100% 100%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	opacity: 1.0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  line-height: 1.1;
  padding: 18px 40px 16px 97px;
	margin: 0 auto 10px;
  letter-spacing: 0.05em;
}

.copy_btn:active {
	filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity:0.7;
  zoom:1;
	cursor: pointer;
}

.copy_btn.copied {
	width: auto;
	display: block;
	background-image: url(images/common/copy-btn-clipped.png);
  background-size: 100% 100%;
	color: #fff;
	padding: 18px 40px 16px 97px;
	pointer-events: none;
}

.copy_btn.copied:active {
	filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity:1.0;
  zoom:1;
	cursor: default;
}

.copy_txt {
	display: none;
	font-size: 15px;
	line-height: 1.15;
}

.copy_txt_ttl {
  margin: 0 0 10px;
      max-height: 100%;
      line-height: 1.8;
}

.copy_txt_ttl:before {
	content: "記事タイトル";
	font-weight: normal;
  width: auto;
      font-size: 12px;
	color: #fff;
  padding: 4px 6px 3px 10px;
	margin: 0 5px 0 0;
	background: #1c294a;
}

.copy_txt_url {
	max-height: 100%;
}

.copy_txt_url:before {
	content: "記事URL";
	font-weight: normal;
  width: auto;
      font-size: 12px;
	color: #fff;
  padding: 4px 6px 3px 10px;
	margin: 0 5px 0 0;
	background: #1c294a;
}

.sns .instagram_follow {
  color: #FFF;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  height: 24px;
  padding: 4px 0 0 6px;
  width: 124px;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  vertical-align: middle;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration:none;
}
.instagram_follow:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.instagram_follow img{
  width: 18px;
  height: auto;
  position: relative;
  top: 1px;
  left: -4px;
}

.insta_btn2 span {
  display:inline-block;
  position: relative;
}

#toc_container li+ li {
  margin: 14px 0 0 0;
}

.ad_related {
  margin: 60px auto;
  text-align: center;
}

.bgy {
  background-color: #ff9;
}