@charset "UTF-8";
/*ヘッダー*/
header div, header span, header h1, header p, header img, header ul, header li {
  margin: 0;
  padding: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  background-color: white;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

header a {
  outline: none;
  display: inline-block;
}

header a:focus {
  outline: none;
}

header a img {
  text-decoration: none;
}

header a:link {
  color: #333;
  text-decoration: underline;
}

header a:visited {
  color: #333;
}

header a:hover {
  color: #333;
  text-decoration: none;
}

header a:active {
  color: #333;
}

header ul, ol {
  list-style-type: none;
}

#sub .push a {
  position: relative;
  top: 0;
}

#sub .push a:hover {
  opacity: 0.7;
}

#header .inner, #nav-area .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

#sub .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

#header .txt {
  font-size: 12px;
  left: -1px;
  position: absolute;
  top: 20px;
}

#header .img {
  left: 252px;
  position: absolute;
  top: 2px;
}

#logo {
  left: 0;
  position: absolute;
  top: 40px;
}

#logo-type {
  right: 0;
  position: absolute;
  top: 14px;
}

#nav-area ul li#nav04 a.init-bottom {
  background: #ffdadf;
  border-right: 1px solid #ffdadf;
  border-left: 1px solid #ffdadf;
  color: #222;
}

#sub {
  right: 0;
  position: absolute;
  top: 48px;
}

#sub .link {
  float: left;
  margin: 1px 0 0 0;
  overflow: hidden;
}

#sub .link li {
  font-size: 12px;
  float: left;
}

#sub .btns {
  float: right;
}

#sub .btns li {
  display: inline-block;
  margin: 0 0 10px 10px;
  height: 27px;
  overflow: hidden;
}

#sub .btns li a {
  color: #fff;
  font-size: 12px;
  line-height: 27px;
  text-decoration: none;
}

#sub .btns .btn-mypage a {
  background: url(../images/btn_lpink_s.png) no-repeat top left;
  height: 27px;
  width: 110px;
}

#sub .btns .btn-mypage a span {
  padding: 0 0 0 27px;
}

#sub .btns .btn-regist a {
  background: url(../images/btn_grn_s.png) no-repeat top left;
  height: 27px;
  width: 110px;
}

#sub .btns .btn-regist a span {
  padding: 0 0 0 25px;
}

#sub .btns .btn-login a {
  background: url(../images/btn_pink_s.png) no-repeat top left;
  height: 27px;
  width: 110px;
}

#sub .btns .btn-login a span {
  padding: 0 0 0 32px;
}

#sub .btns .btn-logout {
  width: 100px;
  background: #fff;
}

#sub .btns .btn-logout a {
  background: url(../images/icn_arrow_05.png) no-repeat 8px center;
  border: 1px solid #000;
  display: block;
  font-size: 12px;
  height: 25px;
  line-height: 25px !important;
  padding: 0 9px;
  text-align: center;
}

#sub .btns .btn-logout a span {
  color: #333;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}

#sub .btns .btn-logout:hover {
  background: #ccc;
}

#nav-area {
  padding: 86px 0 0;
  margin-bottom: 5px;
  border-bottom: 3px solid #d82035;
}

#nav-area ul#first-level {
  display: flex;
  flex-wrap: wrap;
}

#nav-area ul#first-level > li {
  display: inline-block;
  width: 25%;
  height: 40px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 100;
}

#nav-area ul#first-level > li:last-child {
  border-right: none;
}

#nav-area ul#first-level > li > a {
  background: #d82035;
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

#nav-area ul#first-level > li:hover a {
  opacity: 0.8;
}

#nav-area ul#first-level li ul.second-level {
  width: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  visibility: hidden;
  opacity: 0;
}

#nav-area ul#first-level li ul.second-level li {
  width: 100%;
  height: 40px;
  color: #000;
  background: #fff;
  z-index: 100;
}

#nav-area ul#first-level li ul.second-level li a {
  text-decoration: none;
  color: #000;
  position: relative;
  font-weight: bold;
  display: block;
  font-size: 12px;
  text-align: left;
  margin: 0 15px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 40px;
}

#nav-area ul#first-level li ul.second-level li a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #d82035;
  border-right: 2px solid #d82035;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-area ul#first-level li ul.second-level li a:hover {
  opacity: 0.6;
}

#nav-area ul#first-level li:hover ul.second-level {
  border: 2px solid #e6e6e6;
  visibility: visible;
  opacity: 1;
}

/* フッター */
#footer {
  background: #fff;
  padding: 24px 0 0;
  position: relative;
  /* #pagetop 配置用 */
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0;
}

#footer a {
  color: inherit;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer dt {
  font-size: 12px;
  line-height: 18px;
}

#footer div, #footer ul, #footer li, dl, dt, dd {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  letter-spacing: 0;
}

#footer .inner {
  margin: 0 auto;
  width: 1024px;
}

#footer .footer-overview {
  padding: 0 0 17px;
}

#footer .footer-overview dt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px;
}

#footer .footer-overview dd {
  font-size: 10px;
  line-height: 1.667;
}

#footer .footer-search {
  background: url(/th/pc/img/common/bdr_01.png) repeat-x left top;
  padding: 21px 0 13px;
}

#footer .footer-search dt, #footer .footer-search dd {
  line-height: 1;
  margin: 0 0 9px;
}

#footer .footer-search dt {
  clear: left;
  float: left;
  width: 84px;
}

#footer .footer-search dt a {
  color: #d82035;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
}

#footer .footer-search dt a:hover {
  text-decoration: underline;
}

#footer .footer-search dd {
  float: left;
  width: 940px;
}

#footer .footer-search dd ul {
  font-size: 0;
  vertical-align: top;
}

#footer .footer-search dd ul li {
  display: inline-block;
  font-size: 12px;
}

#footer .footer-about-block {
  background: url(/th/pc/img/common/bdr_01.png) repeat-x left top;
  padding: 19px 0 20px;
  width: 100%;
}

#footer .footer-about-info {
  float: left;
  width: 868px;
}

#footer .footer-about dt {
  font-weight: bold;
  margin: 0 0 3px;
}

#footer .footer-about dd {
  line-height: 1.833;
}

#footer .footer-about dd ul {
  font-size: 0;
  vertical-align: top;
}

#footer .footer-about dd ul li {
  display: inline-block;
  font-size: 10px;
}

#footer .footer-about .footer-company {
  font-size: 0;
}

#footer .footer-about .footer-company p {
  display: inline-block;
  font-size: 10px;
  margin: 0 12px 0 0;
}

#footer .footer-about .footer-company ul {
  display: inline-block;
}

#footer .footer-about-info > .footer-mark-list {
  font-size: 0;
  height: 58px;
  margin: 17px 0 0;
}

#footer .footer-about-info > .footer-mark-list li {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  vertical-align: bottom;
}

#footer .footer-about-info .tosho {
  margin: 0 40px 0 0;
}

#footer .footer-about-info .privacymark {
  margin: 0 30px 0 0;
}

#footer .footer-about-info .privacymark .mark {
  float: left;
  width: 58px;
}

#footer .footer-about-info .privacymark p {
  float: right;
  font-size: 10px;
  height: 48px;
  line-height: 1.7;
  margin: 10px 0 0 10px;
  vertical-align: bottom;
  width: 190px;
}

#footer .footer-about-info .positive a {
  font-size: 10px;
  line-height: 1.4;
}

#footer .footer-about-sns {
  float: right;
  padding: 3px 0 0;
  width: 156px;
}

#footer .footer-about-sns ul {
  font-size: 0;
  text-align: right;
}

#footer .footer-about-sns li {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 15px;
}

#footer .footer-about-sns li:first-child {
  margin: 0 0 0;
}

#footer .footer-about-sns img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*============================
    #copyright
    ============================*/
#copyright {
  background: #000;
}

#copyright p {
  color: #fff;
  font-size: 10px;
  height: 26px;
  line-height: 26px;
  margin: 0 auto;
  text-align: center;
  width: 1024px;
}

/*============================
    #pagetop
    ============================*/
#pagetop {
  bottom: 10px;
  height: 113px;
  margin-right: -523px;
  position: absolute;
  right: 50%;
  width: 129px;
}

#pagetop a {
  display: block;
}

/*============================
    fixed-bottom-right-btn
    ============================*/
.fixed-bottom-right-btn.twitter {
  position: fixed;
  bottom: 56px;
  /*サイドメニューの右にボタンが表示されるように
  　記事コンテンツ左のマージン＋記事幅に位置調整
    (画面幅 - 記事コンテンツ幅)÷2＋記事幅 */
  left: calc((100vw - 980px) / 2 + 690px); 
  z-index: 100;
}

.fixed-bottom-right-btn.twitter::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background: #0f1419;
  border: solid 1px #CFD9DE;
  border-radius: 50%;
  top: 0;
  right: 0;
}

.fixed-bottom-right-btn.twitter::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 23px;
  display: inline-block;
  background: url(../images/x_logo_white.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  top: 11px;
  right: 12px;
}

.fixed-bottom-right-btn:hover {
  opacity: 0.7;
}

/* =============================================
 SCSS assets
============================================= */
/* =============================================
 CSS assets
============================================= */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@font-face {
  font-family: NotoSansCJKjp;
  font-weight: 400;
  font-style: normal;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}

/* =============================================
 Base / Reset
============================================= */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  outline: 0;
  background: transparent;
}

body {
  margin: 0 auto;
  text-align: left;
  color: black;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 1px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

img {
  border: none;
  vertical-align: bottom;
}

div, figure, p {
  margin: 0;
  padding: 0;
}

a {
  color: #2b9cd1;
  text-decoration: none;
  border: none;
  word-break: break-all;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

/* =============================================
 Utility
============================================= */
.fadein {
  animation: fadein 1s;
}

.sp_display {
  display: none;
}

/* =============================================
 Layout
============================================= */
main {
  margin: 0 auto;
  width: 980px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#main_area {
  margin-right: 35px;
  width: 720px;
}

#main_area.WTheader-is-fixed {
  padding-top: 135px;
}

/* =============================================
 Common Parts
============================================= */
h1 {
  font-size: 178%;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 9px 0;
}

h2 {
  clear: both;
  font-size: 125%;
  font-weight: bold;
  color: #e60039;
  line-height: 1.5;
  letter-spacing: 1.5px;
  border-left: solid 8px #e60039;
  padding-left: 10px;
  margin: 20px 0;
  text-align: left;
}

h3 {
  clear: both;
  font-size: 100%;
  font-weight: bold;
  color: #e60039;
  line-height: 1.5;
  margin: 15px 0;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  color: #e60039;
  line-height: 1.5;
  margin: 15px 0;
}

.category-nav {
  margin: 0 auto 15px;
  padding: 0;
  text-align: center;
  font-size: 13px;
}

.category-nav li {
  list-style-type: none;
  display: inline;
  color: #e60039;
}

.category-nav a {
  color: #e60039;
  font-weight: bold;
}

.category-nav a:hover {
  text-decoration: none;
  border-style: none;
  border-bottom: solid 2px #e60039;
}

/* =============================================
 以下未分類
============================================= */
.banner {
  margin: 20px auto;
}

.banner a {
  display: block;
}

.banner a:hover {
  opacity: 0.8;
}

.float_l {
  float: left;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.right_img {
  margin: 0 0 0 25px;
}

.left_img {
  margin: 0 25px 0 0;
  max-width: 16%;
  height: auto;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.displaynone {
  display: none;
}

/*パンくず*/
.bread_crumb {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  font-size: 81%;
}

.bread_crumb li {
  list-style-type: none;
  display: inline;
}

.bread_crumb li::after {
  content: " ＞";
}

.bread_crumb .current::after {
  content: " ";
}

/* 次のページ */
.nextpage-link {
  background-color: #e60039;
  display: flex;
  align-items: center;
  margin: 20px auto 0;
  padding: 10px 15px;
  font-size: 100%;
  color: white;
  letter-spacing: 1px;
}

.nextpage-link a {
  color: white;
  text-decoration: underline;
}

.nextpage-link a:hover {
  text-decoration: none;
}

.nextpage-link p {
  flex-shrink: 0;
  margin-right: 50px;
  position: relative;
}

.nextpage-link p::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: -23px;
}

.twitter-follow {
  margin: 0 auto;
  padding: 10px 0;
  background-color: #0f1419;
  border-radius: 5px;
  width: 240px;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}

.twitter-follow:link, .twitter-follow:visited {
  color: white !important;
}

.twitter-follow::before {
  content: "";
  width: 18px;
  height: 19px;
  display: inline-block;
  background: url(../images/x_logo_white.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 12px;
}

.share {
  padding-top: 30px;
  clear: both;
}

.share .twitter-follow {
  margin-bottom: 30px;
}

.share__head {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.share__list {
  width: 476px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
  padding: 0;
}

.share__list li {
  width: 22.5%;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.075rem;
  background: white no-repeat center center;
  background-size: 21px;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  height: 52px;
  list-style: none;
}

.share__list li:last-child {
  margin-right: 0;
}

.share__list li:hover {
  background-color: #eee;
}

.share__list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.share__list li.twitter {
  background-image: url(../images/x_logo_black.png);
}

.share__list li.line {
  background-image: url(../images/line.png);
  background-size: 38px;
}

.share__list li.facebook {
  background-image: url(../images/facebook.png);
}

.share__list li.hatena {
  background-image: url(../images/hatebu.png);
}

.brandpanel {
  margin: 0 auto;
  width: 720px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.brandpanel ul, .brandpanel li {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s ease;
}

.brandpanel .panels {
  border-right: 1px solid white;
  margin-right: 0.5px;
  position: relative;
  width: 508px;
  height: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
}

.brandpanel .panels:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.brandpanel .panels li {
  opacity: 0;
  position: absolute;
  z-index: 0;
}

.brandpanel .panels li.is-active {
  opacity: 1;
  z-index: 10;
}

.brandpanel .panels a {
  display: block;
  text-decoration: none;
  background-color: white;
}

.brandpanel .tabs {
  width: 208px;
  height: 267px;
  display: flex;
  flex-direction: column;
}

.brandpanel .tabs li {
  display: block;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  width: 208px;
  height: 24.6%;
  background-color: #f0f0f0;
  margin-bottom: 2px;
}

.brandpanel .tabs li:last-of-type {
  margin: 0;
}

.brandpanel .tabs li.is-active {
  color: white;
  background-color: #e60039;
}

.brandpanel .tabs li.is-active a {
  color: white;
}

.brandpanel .tabs a {
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 13px;
  color: black;
  line-height: 1.5;
}

.brandpanel .tabs a:hover {
  text-decoration: none;
}

.brandpanel .tabs span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media all and (-ms-high-contrast: none) {
  .brandpanel .tabs span {
    height: 56px;
  }
}

.WTheader {
  padding-top: 8px;
  height: 135px;
  display: flex;
  margin-left: 54px;
}

.WTheader a {
  display: inline-block;
  color: inherit;
}

.WTheader__nav {
  margin-right: 40px;
  text-align: center;
}

.WTheader__nav .logo {
  margin: 4px 0 9px 4px;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
}

.WTheader__nav .logo a {
  display: block;
}

.WTheader__date {
  width: 86px;
  height: 98px;
  background-image: url("../images/back_date.gif");
  font-size: 11px;
  color: white;
  text-align: center;
  letter-spacing: 0;
}

.WTheader__date .big-letter {
  font-size: 40px;
  display: block;
  margin: -5px 0 -15px;
}

.WTheader.fixed {
  background: white;
  margin: 0;
  padding: 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 60px;
  animation: fadein 0.5s;
  box-shadow: 1px 1px 10px rgba(58, 58, 58, 0.1);
}

.WTheader.fixed .WTheader__nav {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.WTheader.fixed .WTheader__nav .logo {
  margin: 5px 0 0;
}

.WTheader.fixed .WTheader__nav .logo:hover {
  opacity: 0.8;
}

.WTheader.fixed .WTheader__nav .logo img {
  width: 250px;
  height: 45px;
}

.WTheader.fixed .WTheader__nav .category-nav {
  margin: 0;
}

.WTheader.fixed .WTheader__nav li a {
  padding: 12px 0 5px;
}

.WTheader.fixed .WTheader__nav li a:hover {
  padding-bottom: 0;
}

.WTheader.fixed .WTheader__date {
  display: none;
}

/* TOPコンテンツ */
[id="article_area"] {
  width: 720px;
  margin: 0 auto 10px;
  padding: 10px 18px;
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

[id="article_area"]::after {
  content: "";
  display: block;
  width: 220px;
}

.article_box {
  width: 220px;
  margin: 10px 0;
  position: relative;
  background-color: white;
}

.article_box > a {
  display: block;
  transition: all ease 0.2s;
}

.article_box > a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.article_box > a:hover .caption {
  text-decoration: underline;
}

.article_box .caption {
  color: black;
  width: 202px;
  height: 55px;
  margin: 2px 5px 22px 10px;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
  box-sizing: initial;
  border: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article_box .ribbon {
  position: absolute;
  width: 62px;
  height: 65px;
  top: -8px;
  left: 5px;
}

.article_box img {
  vertical-align: bottom;
  width: 220px;
  height: 147px;
  margin-bottom: 10px;
}

.article_box .article_info {
  background-color: #eee;
}

.article_box .info {
  font-size: 10px;
  background-color: #eee;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.article_box .info a {
  color: inherit;
}

.article_box .tag-list {
  font-size: 10px;
  background-color: #eee;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
}
.article_box .tag-list a {
  margin-left: 4px;
  color: inherit;
}

.related-posts {
  background-image: url("../images/back.gif");
  background-size: cover;
  margin: 30px auto 50px;
  padding-bottom: 14px;
  width: 690px;
}

.related-posts__head {
  text-align: center;
  border: none;
  background-color: #e60039;
  color: white;
  font-size: 135%;
  font-weight: normal;
  padding: 12px;
  margin: 0 0 17px 0;
}

.related-posts .text_3 {
  width: 630px;
  height: 68px;
}

.related-posts a {
  background-color: white;
  margin: 0 20px 4px 20px;
  padding: 10px;
  display: flex;
  font-size: 82%;
  color: black;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.3px;
}

.related-posts a img {
  flex-shrink: 0;
  margin-right: 25px;
}

.related-posts a:hover {
  background-color: #eee;
}

.related-posts .box .title_text {
  font-size: 115%;
  letter-spacing: 0.6px;
  line-height: 2;
}

/* サイドバー */
.sidebar {
  width: 200px;
}

.sidebar .banner {
  margin: 15px 0;
}

.sidebar .banner:first-of-type {
  margin-top: 0;
}

.sidebar__head {
  font-size: 90%;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0;
  position: relative;
}

.sidebar__head::before {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.sidebar__head.search {
  padding: 5px 0 0 52px;
}

.sidebar__head.search::before {
  content: url(../images/search.png);
  margin-top: 2px;
}

.sidebar__head.ranking {
  border-bottom: 1px solid #e1f0b8;
  padding-left: 61px;
}

.sidebar__head.ranking::before {
  content: url(../images/ranking.jpg);
}

.sidebar__head.new {
  padding: 5px 0 0 39px;
  border-bottom: 1px solid #fbc7ce;
}

.sidebar__head.new::before {
  content: url(../images/new.jpg);
  margin-top: 1px;
}

.sidebar__cardArea {
  margin: 10px auto 10px;
}

.sidebar__cardArea .list-card {
  padding: 7px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sidebar__cardArea .list-card__imgBox {
  margin: 0 10px 11px 0;
  font-size: 0;
  position: relative;
}

.sidebar__cardArea .list-card__imgBox::after {
  content: attr(data-category);
  display: inline-block;
  position: absolute;
  left: -12px;
  bottom: -12px;
  color: white;
  background: #e60039;
  width: 80px;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  transform: scale(0.7);
}

.sidebar__cardArea .list-card__text {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.2;
  flex: 1;
}

.sidebar__cardArea .list-card__text .date {
  color: black;
  text-align: right;
  margin: 1px 5px;
}

.sidebar__cardArea .list-card__text .title {
  color: #2b9cd1;
  text-decoration: none;
  border: none;
  outline: none;
  height: 35px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sidebar__cardArea .list-card:hover {
  opacity: 0.8;
  text-decoration: none;
}

.sidebar__cardArea .list-card:hover .title {
  text-decoration: underline;
}

.sidebar__cardArea.new {
  margin: 10px -10px 30px;
  padding: 0 10px 15px;
  background-color: #fbe8eb;
}

.sidebar__cardArea.new .list-card {
  border-bottom: 1px solid #fbc7ce;
}

.sidebar__cardArea.ranking .list-card {
  border-bottom: 1px solid #e1f0b8;
}

.sidebar__cardArea.ranking .list-card__number {
  width: 100%;
  color: black;
  font-weight: bold;
  line-height: 1.4;
}

.sidebar__cardArea.ranking .list-card__imgBox {
  margin: 0 10px 0 0;
}

.sidebar__cardArea.ranking .list-card__imgBox::after {
  content: none;
}

.sidebar .search_box {
  margin-bottom: 25px;
}

.sidebar .search_box .field {
  color: black !important;
  padding: 2px;
  font-family: Arial, sans-serif;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 160px;
}

.sidebar .search_box .submit {
  width: 35px;
  height: 22px;
  background: url(../images/mushi.png) center no-repeat;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}

.sidebar .search_box .submit:hover {
  opacity: 0.7;
}

.sitemap {
  margin-bottom: 20px;
}

.sidebar hr{
  border: none;
  border-bottom: 1px solid #b5b5b5;
  margin: 20px 0;
}

.sidebar .links{
  margin: 10px 0 10px;
}

.sidebar .links .contact-link {
  display: block;
  font-size: 13px;
  color: black;
}

.sidebar .links .contact-link::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../images/mail_PC.png);
}
.sidebar .tags {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  height: calc((1em + 8px) * 4);
  overflow: hidden;
  line-height: 1em;
  padding: 0;
  list-style-type: none;
}

.sidebar .tags li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.sidebar .tags li a {
  font-size: 11px;
  color: inherit;
}

.sidebar .tag-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sidebar .tag-accordion {
  margin-top: 13px;
  text-align: center;
  font-size: 13px;
  text-decoration: underline;
}

.sidebar .tag-accordion span:hover {
  cursor: pointer;
  font-weight: bold;
}

.sidebar .tag-accordion span {
  position: relative;
}

.sidebar .tag-accordion span.close:after {
  background-image: url(../images/down_arrow.png);
  position: absolute;
  top: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.sidebar .sidebar_button_block {
  text-align: center;
  margin-bottom: 30px;
}

.sidebar .sidebar_button_block a {
  display: inline-block;
  width: 80%;
  background-color: #E60039;
  color: white;
  border-radius: 20px;
  position: relative;
  font-size: 12px;
  padding: 2px 0;
}

.sidebar .sidebar_button_block a.right-arrow-btn::after {
  content: "＞";
  display: inline-block;
  position: absolute;
  right: 15px;
  transform: scaleX(0.5);
}

/*記事ページの詳細*/
#section_1 > p {
  margin: 0 0 14px 0;
  padding: 0;
  word-break: break-word;
}

.tag_box_ {
  font-size: 12px;
  line-height: 1.5;
}

.tag_box {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 5px;
  width: 620px;
}

.tag_box .tag-list {
  clear: both;
  max-height: 20px;
  padding: 0;
}

.tag_box .tag-list a{
  margin-right: 8px;
  font-size: 11px;
}

.tag_box .tag-list a:hover{
  text-decoration: underline;
}

.tag_box .tag-list a{
  text-decoration: none;
  color: inherit;
}

.tag-list {
  list-style: none;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
  max-height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 0;
}

.title_box {
  border-top: solid 2px #e4e4e4;
  border-bottom: solid 2px #e4e4e4;
  margin: 10px 0 20px;
  padding: 20px 0 15px;
  width: 100%;
}

.title_box h1 {
  margin: 0;
}

.caption_box {
  background-color: #eee;
  width: 100%;
  padding: 20px 0 20px 20px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 89%;
  display: inline-block;
  clear: left;
}

.caption_box .caption_pic {
  width: 112px;
  height: auto;
  margin: 0 20px 0 0;
  float: left;
}

.caption_box p {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
  float: left;
}

.caption_box .title {
  width: 520px;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 5px;
}

.caption_box .text {
  width: 520px;
}

.editor_interviewee_box {
  padding: 20px;
  background-color: #eee;
  line-height: 1.5;
  font-size: 13px;
}

.editor_interviewee_box .editor_bold {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.7;
}

/* ショートコード - フリーボックス */
.editor_free_box {
  padding: 20px;
  background-color: #eee;
  line-height: 1.5;
  font-size: 13px;
}

.editor_free_box .editor_bold {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.7;
}

.news_pic {
  display: block;
  margin-bottom: 15px;
}

.news_pic figure {
  display: table;
  width: 160px;
  *width: auto;
}

.news_pic img {
  max-width: 664px;
}

.archive {
  margin: 28px 0 75px 0;
}

.archive li {
  list-style-type: none;
  display: inline;
  margin: 7px;
}

.archive a {
  background-color: #eee;
  text-decoration: none;
  color: black;
  padding: 13px 16px;
}

.archive a:hover {
  background-color: #e60039;
  color: white;
}

.archive .now_li a {
  background-color: #e60039;
  color: white;
}

/*Categoryページ*/
#cate_header {
  text-align: center;
  padding: 21px;
  margin: 0 auto;
}

.cate_border {
  border-top: solid 2px #e4e4e4;
}

#cate_header .cate_name {
  color: #e60039;
  font-size: 26px;
  vertical-align: text-bottom;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin: 0;
  display: inline;
  font-weight: normal;
}

.clearfix {
  display: inline-block;
}

.clearfix::after {
  clear: both;
  display: block;
}

#cate_header img {
  vertical-align: top;
}

.fbshare {
  background: #3b5998;
  display: inline-block;
  position: relative;
  top: -6px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  border-radius: 3px;
  padding-right: 5px;
}

.fbshare:hover {
  background: #4267b2;
  text-decoration: none;
}

.fbshareimg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: none;
}

.fbsharecounter {
  margin-left: 5px;
  margin-right: 12px;
}

/* balloon */
#main_area .balloon-block {
  overflow: hidden;
  padding: 10px 0;
  margin: 0;
  line-height: 1.5;
}

#main_area .balloon-block > .balloon-type-left::after, #main_area .balloon-block > .balloon-type-right::after {
  display: block;
  clear: both;
  content: "";
}

#main_area .balloon-block > .balloon-type-left > .balloon-speaker {
  float: left;
  margin-right: -70px;
  width: 70px;
}

#main_area .balloon-block > .balloon-type-right > .balloon-speaker {
  float: right;
  margin-left: -70px;
  width: 70px;
}

#main_area .balloon-block > .balloon-type-left > .balloon-speaker > .balloon-icon, #main_area .balloon-block > .balloon-type-right > .balloon-speaker > .balloon-icon {
  text-align: center;
  height: 60px;
}

#main_area .balloon-block > .balloon-type-left > .balloon-speaker > .balloon-icon > img.balloon-icon, #main_area .balloon-block > .balloon-type-right > .balloon-speaker > .balloon-icon > img.balloon-icon {
  height: 59px;
  width: 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#main_area .balloon-block > .balloon-type-left > .balloon-speaker > .balloon-speaker-name, #main_area .balloon-block > .balloon-type-right > .balloon-speaker > .balloon-speaker-name {
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  padding: 0;
}

#main_area .balloon-block > .balloon-type-left > .balloon-area {
  float: left;
  position: relative;
  margin-left: 80px;
  margin-right: 80px;
}

#main_area .balloon-block > .balloon-type-left > .balloon-area::before {
  position: absolute;
  top: 9px;
  left: -6px;
  z-index: 1;
  height: 0;
  width: 0;
  border-style: solid solid solid none;
  border-width: 6px;
  border-color: transparent #ccc;
  content: "";
}

#main_area .balloon-block > .balloon-type-left > .balloon-area::after {
  position: absolute;
  top: 9px;
  left: -5px;
  z-index: 3;
  height: 0;
  width: 0;
  border-style: solid solid solid none;
  border-width: 6px;
  border-color: transparent white;
  content: "";
}

#main_area .balloon-block > .balloon-type-right > .balloon-area {
  float: right;
  position: relative;
  margin-right: 80px;
  margin-left: 80px;
}

#main_area .balloon-block > .balloon-type-right > .balloon-area::before {
  position: absolute;
  top: 9px;
  right: -6px;
  z-index: 1;
  height: 0;
  width: 0;
  border-style: solid none solid solid;
  border-width: 6px;
  border-color: transparent #ccc;
  content: "";
}

#main_area .balloon-block > .balloon-type-right > .balloon-area::after {
  position: absolute;
  top: 9px;
  right: -5px;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid none solid solid;
  border-width: 6px;
  border-color: transparent white;
  content: "";
}

#main_area .balloon-block > .balloon-type-left > .balloon-area > .balloon-text, #main_area #section_1 .balloon-block > .balloon-type-right > .balloon-area > .balloon-text {
  font-size: 14px;
  line-height: 1.9;
  position: relative;
  padding: 16px 20px;
  z-index: 2;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 5px;
  word-wrap: break-word;
  word-break: break-word;
}

#main_area .marker_yellow {
  background: linear-gradient(transparent 80%, #f8e81c 0);
  font-weight: 700;
  background-position-y: 17px;
}

.article-image {
  margin: 20px 0;
  max-width: 100%;
  display: table;
}

.article-image img {
  max-width: 100%;
}

.article-image__caption {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  clear: both;
  padding: 10px 0;
}

.article-image__caption__heading {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}

.article-image__caption__body {
  font-size: 11px;
}

.article-image__caption__heading, .article-image__caption__body {
  line-height: 1.2;
}

.article-image__caption--bg-gray {
  background: #eee;
  padding: 10px;
}

.article-image__caption--heading-none {
  padding-top: 8px;
  padding-bottom: 8px;
}

.article-image--left {
  float: left;
  margin-right: 2em;
}

.article-image--right {
  float: right;
  margin-left: 2em;
}

.article-image--center {
  text-align: center;
  margin: 20px auto;
}

/* 連載記事＆ショートコード 連載リンク */
#section_1 .category-list-link-header, .category-list-link-header {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px !important;
}

#section_1 .category-list-link, .category-list-link {
  word-break: break-all;
  margin-bottom: 20px;
}

.series-description {
  background-image: url(//womantype.typemag.jp/wp-content/uploads/2015/12/bg_rensai_title.png);
  font-size: 14px;
  line-height: 160%;
  padding: 20px;
  margin-bottom: 15px;
}

.series-description__imgBox {
  margin-bottom: 10px;
}

.series-description .shoulder {
  font-size: 105%;
  font-weight: bold;
  line-height: 1.2;
  color: #ea470b;
  width: 100%;
}

.series-description .title {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.7;
  color: #ea470b;
  margin-bottom: 7px;
}

/*記事内youtube埋め込み用*/
.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 1em auto;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*記事内ボックスデザイン用*/
.box1 {
  padding: 1em;
  margin: 2em 0;
  border: solid 3px #e60039;
}

.box1 p {
  margin: 0 !important;
  padding: 0 !important;
}

.box2 {
  font-size: 17px;
  padding: 1em;
  margin: 2em 0;
  background: white;
  border: solid 3px #e60039;
  border-radius: 10px;
}

.box2 p {
  margin: 0 !important;
  padding: 0;
}

.box3 {
  font-size: 17px;
  position: relative;
  margin: 4em 0;
  padding: 1em;
  border: solid 3px #e60039;
}

.box3 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  background: #e60039;
  color: white;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.box3 p {
  margin: 0 !important;
  padding: 0;
}

.box4 {
  font-size: 17px;
  margin: 2em 0;
  background: #fbe8eb;
}

.box4 .box-title {
  font-size: 17px;
  background: #e60039;
  padding: 4px;
  text-align: center;
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box4 p {
  padding: 15px 20px !important;
}

/*ページネーション*/
.pagination .now a {
  background-color: #1ab3b1;
  color: white;
}

.pagination li a {
  color: black;
  display: inline-block;
  background-color: #eee;
  height: 47px;
  width: 47px;
  padding: 17px 0;
  line-height: 1;
}

.pagination li {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

#single_post_outer .pagination {
  margin: 15px 0 20px 0;
}

.pagination {
  text-align: center;
  margin: 50px 0 60px 0;
}

.pagination li.prev a {
  background-image: url(/wt/feature/sta/images/pagep.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 7px;
}

.pagination li.dot {
  background-color: transparent;
}

.pagination li.next a {
  background-image: url(/wt/feature/sta/images/pagen.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 7px;
}

div.read_more_button {
  text-align: center;
  margin-bottom: 20px;
}

a.read_more {
  background-color: #1ab3b1;
  border-radius: 20px;
  width: 235px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  color: white;
}

a.read_more:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* 目次(TOC) */
[id="toc_container"] {
  padding: 1.5em 2em 0 0;
  margin: 2em 0;
  background: white;
  border: solid 2px #e60039;
  border-radius: 10px;
}

[id="toc_container"] .toc_title {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0 2em;
  color: black;
}

[id="toc_container"] ul {
  counter-reset: number;
  list-style: none;
}
[id="toc_container"] ul ul {
  padding-left: 20px;
  padding-bottom: 5px;
}

[id="toc_container"] li {
  line-height: 2;
}

[id="toc_container"] a {
  color: #2b9cd1;
}

[id="toc_container"] ul a::before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  margin-right: 12px;
  font-weight: bold;
}

[id="toc_container"] ul ul a {
  font-size: 12px;
  padding-left: 15px;
}
[id="toc_container"] ul ul a::before {
  content: none;
}

/* ---------------------
 SNS埋め込み
---------------------- */
.instagram-media {
  margin: 0 auto !important;
}

.twitter-tweet.twitter-tweet-rendered {
  margin: 0 auto !important;
}

.fb-post {
  width: 100% !important;
  text-align: center;
}

.page-single #main_area {
  width: 690px;
  margin-right: 65px;
}

.page-series #article_area {
  padding: 40px 18px 10px;
}

.page-series .article_box {
  margin: 10px 4px 35px !important;
  position: relative;
}

.page-series .article_box .series-link {
  height: 1rem;
  color: #1ab3b1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding: 1px 5px;
  position: absolute;
  left: 0;
  top: -22px;
  border-left: 4px solid #1ab3b1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.page-series .article_box .series-link:hover {
  color: #1ab3b1 !important;
}

.page-series .hash::before {
  content: "＃";
}

.page-404 .sidebar {
  display: none;
}

iframe.footer-iframe{
  width:1px;
  height:1px;
  border: none;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}


/* ショートコード - 関連記事 */
.related-post {
  display: flex;
  overflow: hidden;
  margin: 30px auto;
  width: 100%;
  height: 118px;
  border: 1px solid #E8E9EA;
  border-radius: 4px;
}

.related-post-link {
  display: flex;
  align-items: center;
  text-decoration: none!important;
  width: 100%; /* 親要素にフィットさせる */
}

.related-post-image {
  width: 225px; /* 固定幅 */
  height: 118px; /* 固定高さ */
  flex-shrink: 0; /* 画像が縮小されないようにする */
  display: flex;
  align-items: center;
  justify-content: flex-end; /* 右寄せ */
  overflow: hidden; /* 画像がはみ出さないようにする */
}

.related-post-image img {
  width: 225px; /* 固定幅 */
  height: 118px; /* 固定高さ */
  object-fit: contain; /* 画像がエリアに収まるようにする */
  display: block;
  object-position: right;
}

.related-post-text {
  width: calc(100% - 225px); /* カードサイズ - 画像幅 */
  padding: 15px;
  background-color: #fff;
  color: #333;
  word-break: break-word;
}

.related-post-text strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 2行で省略する */
  overflow: hidden;
  text-overflow: ellipsis; /* 省略記号の表示 */
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.2;
}

.related-post-text em {
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 3行で省略する */
  overflow: hidden;
  text-overflow: ellipsis; /* 省略記号の表示 */
}

.related-post:hover {
  border: 1.5px solid #888;
}

