@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@500&display=swap");
/*-------------------------------------------*/
@font-face {
  font-family: "f_playfair";
  src: url("/common/font/PlayfairDisplay-VariableFont_wght.woff2") format("woff2"), url("/common/font/PlayfairDisplay-VariableFont_wght.woff") format("woff"), url("/common/font/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "f_quentin";
  src: url("/common/font/Quentin.woff2") format("woff2"), url("/common/font/Quentin.woff") format("woff"), url("/common/font/Quentin.ttf") format("truetype");
}
/*
源ノ明朝（typekit/Android代替用）
400：Reguler
500：Medium（デフォルト）
700：Bold
*/
/*
遊明朝（typekit/使用保留）
400：Reguler（デフォルト）

@mixin f_min6($weight:400) {
	font-family: yu-mincho-pr6, sans-serif;
	font-style: normal;
	font-weight:$weight;

	//webフォント文字太り対策
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
/*
遊明朝N（typekit/使用保留）
400：Reguler（デフォルト）

@mixin f_min6n($weight:400) {
font-family: yu-mincho-pr6n, sans-serif;
	font-style: normal;
	font-weight:$weight;

	//webフォント文字太り対策
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
/*Googlefont Gilda
400：Reguler（デフォルト）
*/
/*Googlefont Spartan
500：Medium（デフォルト）
*/
/*Playfair
400：Reguler（デフォルト）
*/
/*quentin
400：Reguler（デフォルト）
*/
/*
example
@include vaM;
*/
/*
example
@include taJ
*/
/*
example
@include dotted(#COLOR, WidthPX,SpaceingPX,HeightPX); 横破線
@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?gt18q1");
  src: url("../../assets/fonts/icomoon.eot?gt18q1#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?gt18q1") format("truetype"), url("../../assets/fonts/icomoon.woff?gt18q1") format("woff"), url("../../assets/fonts/icomoon.svg?gt18q1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "\e900";
}

.icon-loop2:before {
  content: "\e901";
}

/* -----------------------------------------------------------------------------

local common

----------------------------------------------------------------------------- */
.contentsWrap {
  padding-bottom: 0 !important;
}

/* -----------------------------------------------------------------------------

local layout

----------------------------------------------------------------------------- */
/* mvArea */
.sec_article {
  padding-top: 1rem;
}
@media screen and (max-width: 460px) {
  .sec_article {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }
}
.sec_article .secHeader {
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #ddd;
}
@media screen and (max-width: 460px) {
  .sec_article .secHeader {
    margin: 0 0.1rem 0.3rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.sec_article .contTit {
  display: block;
  font-size: 0.28rem;
}
@media screen and (max-width: 460px) {
  .sec_article .contTit {
    font-size: 0.24rem;
  }
}
.sec_article .contTit span {
  display: block;
  line-height: 1.5;
  font-weight: 700;
}
.sec_article .cont_writer_name {
  margin-top: 0.1rem;
  text-align: right;
}
@media screen and (max-width: 460px) {
  .sec_article .cont_writer_name {
    font-size: 1.2rem;
    font-size: 0.12rem;
    padding-left: 0.2rem;
  }
}
.sec_article .cont_writer_name span {
  display: inline-block;
  font-size: 0.16rem;
  margin-bottom: 0.05rem;
  padding-left: 0.3rem;
  position: relative;
}
@media screen and (max-width: 460px) {
  .sec_article .cont_writer_name span {
    padding-left: 0.2rem;
  }
}
.sec_article .cont_writer_name span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../assets/img/icon/icon_author.svg) center no-repeat;
  background-size: 0.22rem 0.22rem;
  width: 0.22rem;
  height: 0.22rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 460px) {
  .sec_article .cont_writer_name span:before {
    background-size: 0.16rem 0.16rem;
    width: 0.16rem;
    height: 0.16rem;
  }
}
.sec_article .bannerbox {
  margin-top: 0.4rem;
}
.sec_article .bannerbox a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .sec_article .bannerbox a:hover {
  opacity: 0.6;
}
.sec_article .bannerbox .sugarbnr {
  font-size: 0;
}
.sec_article .bannerbox .sugarbnr img {
  width: 100%;
}
.sec_article .article * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.sec_article .article-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.1rem;
}
.sec_article .article-cat {
  position: relative;
  font-size: 0.14rem;
  padding: 0.05rem 0.1rem;
  color: #fff;
  margin-right: 0.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 460px) {
  .sec_article .article-cat {
    font-size: 0.12rem;
    padding: 0.03rem 0.08rem;
  }
}
.sec_article .article-cat.mens {
  background: #000;
}
.sec_article .article-cat.women {
  background: #c2293d;
}
.no-touchevents .sec_article .article-cat:hover {
  opacity: 0.6;
}
.sec_article .article-date {
  position: relative;
  font-size: 0.14rem;
  color: #BDC2C7;
  padding: 0.05rem 0 0.05rem 0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_article .article-date {
    font-size: 0.12rem;
    padding: 0.025rem 0 0.025rem 0.15rem;
  }
}
.sec_article .article-date::before {
  font-family: "icomoon" !important;
  font-size: 0.14rem;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 460px) {
  .sec_article .article-date::before {
    font-size: 0.12rem;
  }
}
.sec_article .article-date.created::before {
  content: "\e900";
}
.sec_article .article-date.updated::before {
  content: "\e901";
}
.sec_article .article-date + .article-date {
  margin-left: 0.25rem;
}
.sec_article .article-figure {
  text-align: center;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 460px) {
  .sec_article .article-figure {
    margin: 0 calc(50% - 50vw) 0.5rem;
  }
}
.sec_article .article-figure img {
  width: 100%;
  height: auto;
}
.sec_article .article-pagenavi {
  font-size: 0.16rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 400;
  margin-top: 1rem;
}
@media screen and (max-width: 460px) {
  .sec_article .article-pagenavi {
    margin-top: 0.5rem;
    font-size: 0.13rem;
  }
}
.sec_article .article-pagenavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.3rem 0.15rem;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
@media screen and (max-width: 460px) {
  .sec_article .article-pagenavi ul {
    padding: 0.2rem 0.1rem;
  }
}
.sec_article .article-pagenavi li.prev a, .sec_article .article-pagenavi li.next a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .sec_article .article-pagenavi li.prev a:hover, .no-touchevents .sec_article .article-pagenavi li.next a:hover {
  opacity: 0.6;
}
.sec_article .article-pagenavi li.prev a::before, .sec_article .article-pagenavi li.next a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.18rem;
  height: 0.18rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 460px) {
  .sec_article .article-pagenavi li.prev a::before, .sec_article .article-pagenavi li.next a::before {
    width: 0.1rem;
    height: 0.1rem;
  }
}
.sec_article .article-pagenavi li.prev a {
  padding-left: 0.25rem;
}
.sec_article .article-pagenavi li.prev a::before {
  border-left: 2px solid #d20035;
  border-bottom: 2px solid #d20035;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_article .article-pagenavi li.next a {
  padding-right: 0.25rem;
}
.sec_article .article-pagenavi li.next a::before {
  border-top: 2px solid #c2293d;
  border-right: 2px solid #c2293d;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_article .article .article-figure {
  overflow: hidden;
  font-size: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .article .article-figure {
    border-radius: 0;
    margin: 0 0.1rem 0.3rem;
  }
}
.sec_article .article .article-figure img {
  width: 100%;
  height: 4.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 460px) {
  .sec_article .article .article-figure img {
    height: auto;
    height: 2.1rem;
  }
}
.sec_article .entry-content {
  font-size: 0.18rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content {
    font-size: 0.14rem;
    margin: 0 0.1rem;
  }
}
.sec_article .entry-content > * + * {
  margin-top: 0.2rem;
}
.sec_article .entry-content > p + p {
  margin-top: 0.2rem;
}
.sec_article .entry-content h2 {
  position: relative;
  font-size: 0.28rem;
  font-weight: 700;
  margin-top: 0.4rem;
  padding-left: 0.2rem;
  line-height: 1.57;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content h2 {
    font-size: 0.18rem;
    padding-left: 0.16rem;
  }
}
.sec_article .entry-content h2::before {
  content: "";
  display: block;
  position: absolute;
  background: #d20035;
  width: 0.02rem;
  height: 0.28rem;
  top: 0.07rem;
  left: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content h2::before {
    height: 0.22rem;
    top: 0.02rem;
  }
}
.sec_article .entry-content h3 {
  font-size: 0.24rem;
  font-weight: 700;
  margin-top: 0.4rem;
  line-height: 1.69;
  border-bottom: 2px solid #d20035;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content h3 {
    font-size: 0.16rem;
    margin-top: 0.3rem;
    border-bottom-width: 1px;
  }
}
.sec_article .entry-content h4 {
  position: relative;
  font-size: 1.9rem;
  font-size: 0.19rem;
  font-weight: 700;
  margin-top: 0.4rem;
  padding: 0 0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content h4 {
    font-size: 0.14rem;
    margin-top: 0.3rem;
    padding: 0 0 0 0.12rem;
  }
}
.sec_article .entry-content h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  bottom: 0.05rem;
  margin: auto;
  display: block;
  width: 1px;
  background-color: #000;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content h4:before {
    top: 0.04rem;
  }
}
.sec_article .entry-content ul.is-style-vk-arrow-mark li,
.sec_article .entry-content ul.is-style-vk-triangle-mark li,
.sec_article .entry-content ul.is-style-vk-check-mark li,
.sec_article .entry-content ul.is-style-vk-check-circle-mark li,
.sec_article .entry-content ul.is-style-vk-check-square-mark li,
.sec_article .entry-content ul.is-style-vk-handpoint-mark li,
.sec_article .entry-content ul.is-style-vk-pencil-mark li,
.sec_article .entry-content ul.is-style-vk-smile-mark li,
.sec_article .entry-content ul.is-style-vk-frown-mark li,
.sec_article .entry-content ul.is-style-vk-numbered-circle-mark li,
.sec_article .entry-content ul.is-style-vk-numbered-square-mark li,
.sec_article .entry-content ol.is-style-vk-arrow-mark li,
.sec_article .entry-content ol.is-style-vk-triangle-mark li,
.sec_article .entry-content ol.is-style-vk-check-mark li,
.sec_article .entry-content ol.is-style-vk-check-circle-mark li,
.sec_article .entry-content ol.is-style-vk-check-square-mark li,
.sec_article .entry-content ol.is-style-vk-handpoint-mark li,
.sec_article .entry-content ol.is-style-vk-pencil-mark li,
.sec_article .entry-content ol.is-style-vk-smile-mark li,
.sec_article .entry-content ol.is-style-vk-frown-mark li,
.sec_article .entry-content ol.is-style-vk-numbered-circle-mark li,
.sec_article .entry-content ol.is-style-vk-numbered-square-mark li {
  margin: 0;
}
.sec_article .entry-content ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.sec_article .entry-content ul > li {
  position: relative;
  padding-left: 0.25rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content ul > li {
    padding-left: 0.18rem;
  }
}
.sec_article .entry-content ul > li:before {
  content: "";
  display: block;
  position: absolute;
  background: #d20035;
  border-radius: 50%;
  width: 0.15rem;
  height: 0.15rem;
  top: 0.09rem;
  left: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content ul > li:before {
    width: 0.13rem;
    height: 0.13rem;
    top: 0.09rem;
  }
}
.sec_article .entry-content ul.vk-has-black-color li:before {
  background: #000 !important;
}
.sec_article .entry-content ul.vk-has-cyan-bluish-gray-color li:before {
  background: #abb8c3 !important;
}
.sec_article .entry-content ul.vk-has-white-color li:before {
  background: #fff !important;
}
.sec_article .entry-content ul.vk-has-pale-pink-color li:before {
  background: #f78da7 !important;
}
.sec_article .entry-content ul.vk-has-vivid-red-color li:before {
  background: #cf2e2e !important;
}
.sec_article .entry-content ul.vk-has-luminous-vivid-orange-color li:before {
  background: #ff6900 !important;
}
.sec_article .entry-content ul.vk-has-vivid-red-color li:before {
  background: #fcb900 !important;
}
.sec_article .entry-content ul.vk-has-light-green-cyan-color li:before {
  background: #7bdcb5 !important;
}
.sec_article .entry-content ul.vk-has-vivid-green-cyan-color li:before {
  background: #00d084 !important;
}
.sec_article .entry-content ul.vk-has-pale-cyan-blue-color li:before {
  background: #8ed1fc !important;
}
.sec_article .entry-content ul.vk-has-vivid-cyan-blue-color li:before {
  background: #0693e3 !important;
}
.sec_article .entry-content ul.vk-has-vivid-purple-color li:before {
  background: #9b51e0 !important;
}
.sec_article .entry-content ul.is-style-default li:before, .sec_article .entry-content ul.is-style-vk-default li:before {
  content: "";
  display: block;
  position: absolute;
  background: #d20035;
  border-radius: 50%;
  width: 0.15rem;
  height: 0.15rem;
  top: 0.09rem;
  left: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content ul.is-style-default li:before, .sec_article .entry-content ul.is-style-vk-default li:before {
    width: 0.13rem;
    height: 0.13rem;
    top: 0.09rem;
  }
}
.sec_article .entry-content ul.is-style-sme-list-arrow li:before {
  border-width: 0 2px 2px 0;
  height: 0.06rem;
  top: 0.15rem;
  left: 0.05rem;
}
.sec_article .entry-content ul.is-style-sme-list-arrow li:after {
  top: 0.18rem;
  left: 0.04rem;
}
.sec_article .entry-content ul.is-style-vk-arrow-mark li:before {
  content: "\f138";
  background: none !important;
  border-radius: 0;
  width: auto;
  height: auto;
  top: initial;
}
.sec_article .entry-content ul.is-style-vk-triangle-mark li:before {
  left: 0.05rem;
  content: "\f0da";
  background: none !important;
  border-radius: 0;
  width: auto;
  height: auto;
  top: initial;
}
.sec_article .entry-content ul.is-style-vk-check-mark li:before {
  content: "\f00c";
  background: none !important;
  border-radius: 0;
  width: auto;
  height: auto;
  top: initial;
}
.sec_article .entry-content ul.is-style-vk-check-square-mark li:before {
  content: "\f14a";
  background: none !important;
  border-radius: 0;
  width: auto;
  height: auto;
  top: initial;
}
.sec_article .entry-content ul.is-style-vk-check-circle-mark li:before {
  content: "\f058";
  background: none !important;
  border-radius: 0;
  width: auto;
  height: auto;
  top: initial;
}
.sec_article .entry-content ul.is-style-vk-handpoint-mark li:before {
  content: "\f0a4";
  background: none !important;
  border-radius: 0;
  width: auto;
  height: auto;
  top: initial;
}
.sec_article .entry-content ul.is-style-vk-pencil-mark li:before {
  content: "\f303";
  background: none !important;
  border-radius: 0;
  width: auto;
  height: auto;
  top: initial;
}
.sec_article .entry-content ul.is-style-vk-smile-mark li:before {
  content: "\f118";
  background: none !important;
  border-radius: 0;
  width: auto;
  height: auto;
  top: initial;
}
.sec_article .entry-content ul.is-style-vk-frown-mark li:before {
  content: "\f119";
  background: none !important;
  border-radius: 0;
  width: auto;
  height: auto;
  top: initial;
}
.sec_article .entry-content ol {
  counter-reset: num;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.sec_article .entry-content ol > li {
  position: relative;
  padding-left: 0.25rem;
}
.sec_article .entry-content ol > li::before {
  counter-increment: num;
  content: counter(num) ".";
  display: block;
  position: absolute;
  color: #d20035;
  top: 0;
  left: 0;
}
.sec_article .entry-content ol.vk-has-black-color li:before {
  color: #000 !important;
}
.sec_article .entry-content ol.vk-has-cyan-bluish-gray-color li:before {
  color: #abb8c3 !important;
}
.sec_article .entry-content ol.vk-has-white-color li:before {
  color: #fff !important;
}
.sec_article .entry-content ol.vk-has-pale-pink-color li:before {
  color: #f78da7 !important;
}
.sec_article .entry-content ol.vk-has-vivid-red-color li:before {
  color: #cf2e2e !important;
}
.sec_article .entry-content ol.vk-has-luminous-vivid-orange-color li:before {
  color: #ff6900 !important;
}
.sec_article .entry-content ol.vk-has-vivid-red-color li:before {
  color: #fcb900 !important;
}
.sec_article .entry-content ol.vk-has-light-green-cyan-color li:before {
  color: #7bdcb5 !important;
}
.sec_article .entry-content ol.vk-has-vivid-green-cyan-color li:before {
  color: #00d084 !important;
}
.sec_article .entry-content ol.vk-has-pale-cyan-blue-color li:before {
  color: #8ed1fc !important;
}
.sec_article .entry-content ol.vk-has-vivid-cyan-blue-color li:before {
  color: #0693e3 !important;
}
.sec_article .entry-content ol.vk-has-vivid-purple-color li:before {
  color: #9b51e0 !important;
}
.sec_article .entry-content ol.is-style-ranking {
  list-style: none !important;
}
.sec_article .entry-content ol.is-style-ranking li {
  padding-left: 0.325rem;
  position: relative;
}
.sec_article .entry-content ol.is-style-ranking li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.04rem;
  width: 0.27rem;
  height: 0.27rem;
  background-size: 27px 27px;
  background: url(../../assets/img/icon/icon-lank-f_banngai.svg) center no-repeat;
  background-size: 0.27rem 0.27rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content ol.is-style-ranking li:before {
    width: 0.24rem;
    height: 0.24rem;
    background-size: 0.24rem 0.24rem;
  }
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(1)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_1.svg);
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(2)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_2.svg);
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(3)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_3.svg);
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(4)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_4.svg);
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(5)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_5.svg);
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(6)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_6.svg);
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(7)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_7.svg);
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(8)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_8.svg);
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(9)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_9.svg);
}
.sec_article .entry-content ol.is-style-ranking li:nth-child(10)::before {
  background-image: url(../../assets/img/icon/icon-lank-f_10.svg);
}
.sec_article .entry-content ol.is-style-vk-default li:before {
  counter-increment: num;
  content: counter(num) ".";
  display: block;
  position: absolute;
  color: #d20035;
  top: 0;
  left: 0;
  font-size: 0.18rem;
  line-height: 2;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content ol.is-style-vk-default li:before {
    font-size: 0.14rem;
  }
}
.sec_article .entry-content ol.is-style-vk-numbered-circle-mark li {
  line-height: 2;
}
.sec_article .entry-content ol.is-style-vk-numbered-circle-mark li:before {
  content: counter(num);
  margin-left: -0.04rem;
  font-size: 0.14rem;
  color: #fff !important;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.26rem;
  top: 0.05rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content ol.is-style-vk-numbered-circle-mark li:before {
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
    top: 0.04rem;
  }
}
.sec_article .entry-content ol.is-style-vk-numbered-square-mark li {
  line-height: 2;
}
.sec_article .entry-content ol.is-style-vk-numbered-square-mark li:before {
  content: counter(num);
  margin-left: -0.04rem;
  font-size: 0.14rem;
  color: #fff !important;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.26rem;
  top: 0.05rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content ol.is-style-vk-numbered-square-mark li:before {
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
    top: 0.04rem;
  }
}
.sec_article .entry-content a {
  color: #d20035;
}
.no-touchevents .sec_article .entry-content a:hover {
  color: rgba(210, 0, 53, 0.7);
}
.sec_article .entry-content .layout_definition dl {
  margin-bottom: 0.3rem;
}
.sec_article .entry-content .layout_definition dl:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #d20035;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.4rem;
}
.sec_article .entry-content .layout_definition dl dt {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.sec_article .entry-content .layout_balloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sec_article .entry-content .layout_balloon.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec_article .entry-content .layout_balloon.right .balloon_img {
  margin-left: 0.2rem;
  margin-right: 0;
}
.sec_article .entry-content .layout_balloon.right .balloon_name {
  text-align: right;
}
.sec_article .entry-content .layout_balloon.right .balloon_text:before {
  left: auto;
  right: -10px;
}
.sec_article .entry-content .layout_balloon.right .balloon_text:after {
  left: auto;
  right: -8px;
}
.sec_article .entry-content .layout_balloon .balloon_img {
  width: 0.8rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_balloon .balloon_img {
    width: 16vw;
  }
}
.sec_article .entry-content .layout_balloon .balloon_img img {
  width: 0.8rem;
  height: 0.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_balloon .balloon_img img {
    width: 16vw;
    height: 16vw;
  }
}
.sec_article .entry-content .layout_balloon .balloon_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_article .entry-content .layout_balloon .balloon_name {
  font-size: 1.4rem;
  font-size: 0.14rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.sec_article .entry-content .layout_balloon .balloon_text {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
}
.sec_article .entry-content .layout_balloon .balloon_text:before {
  border: 9px solid transparent;
  border-top-color: #b2b2b2;
  content: "";
  position: absolute;
  top: -1px;
  left: -10px;
}
.sec_article .entry-content .layout_balloon .balloon_text:after {
  border: 8px solid transparent;
  border-top-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
}
.sec_article .entry-content .layout_linklist ul li:before,
.sec_article .entry-content .layout_textlink ul li:before {
  content: "";
  display: block;
  position: absolute;
  background: #d20035;
  border-radius: 50%;
  width: 0.15rem;
  height: 0.15rem;
  top: 0.09rem;
  left: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_linklist ul li:before,
  .sec_article .entry-content .layout_textlink ul li:before {
    width: 0.13rem;
    height: 0.13rem;
    top: 0.09rem;
  }
}
.sec_article .entry-content .layout_textlink ul li a {
  font-weight: 700;
}
.sec_article .entry-content .layout_blogcard {
  position: relative;
  border: 1px solid #ddd;
}
.sec_article .entry-content .layout_blogcard .blogcard_wrapper a {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.16rem;
  z-index: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_blogcard .blogcard_wrapper a {
    padding: 0.08rem;
  }
}
.no-touchevents .sec_article .entry-content .layout_blogcard .blogcard_wrapper a:hover {
  background-color: #f5f5f5;
  opacity: 1;
}
.sec_article .entry-content .layout_blogcard .blogcard_img {
  overflow: hidden;
  border-radius: 0.06rem;
  font-size: 0;
  margin-right: 0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_blogcard .blogcard_img {
    width: 26vw;
    margin-right: 0.1rem;
  }
}
.sec_article .entry-content .layout_blogcard .blogcard_img img {
  max-width: 2rem;
  max-height: 1.04rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_article .entry-content .layout_blogcard .blogcard_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_blogcard .blogcard_content {
    padding-right: 0.1rem;
  }
}
.sec_article .entry-content .layout_blogcard .blogcard_title {
  font-size: 2.2rem;
  font-size: 0.22rem;
  font-weight: 700;
  background: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_blogcard .blogcard_title {
    font-size: 1.3rem;
    font-size: 0.13rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}
.sec_article .entry-content .layout_blogcard .blogcard_link {
  text-align: right;
  margin-top: 0.05rem;
}
.sec_article .entry-content .layout_blogcard .blogcard_button {
  display: inline-block;
  padding: 0.05rem 0.2rem;
  background: #535353;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_blogcard .blogcard_button {
    font-size: 0.1rem;
    padding: 0.025rem 0.1rem;
  }
}
.no-touchevents .sec_article .entry-content .layout_blogcard .blogcard_button:hover {
  background: rgba(83, 83, 83, 0.7);
}
.sec_article .entry-content .layout_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
  border: 1px solid #b2b2b2;
}
.sec_article .entry-content .layout_profile .profile_img {
  width: 1rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_profile .profile_img {
    width: 16vw;
  }
}
.sec_article .entry-content .layout_profile .profile_img img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_profile .profile_img img {
    width: 16vw;
    height: 16vw;
  }
}
.sec_article .entry-content .layout_profile .profile_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_article .entry-content .layout_profile .profile_name {
  background: none;
  font-size: 0.2rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #d20035;
  margin: 0 0 0.08rem !important;
  padding: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_profile .profile_name {
    font-size: 1.4rem;
    font-size: 0.14rem;
  }
}
.sec_article .entry-content .layout_profile .profile_text {
  font-size: 1.4rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_profile .profile_text {
    font-size: 1.2rem;
    font-size: 0.12rem;
  }
}
.sec_article .entry-content .layout_captionbox {
  position: relative;
  border: 1px solid #d20035;
  border-radius: 10px;
  margin-top: 0.3rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_captionbox {
    margin-top: 0.2rem;
  }
}
.sec_article .entry-content .layout_captionbox .captionbox_title {
  display: table;
  background: #fff;
  color: #d20035;
  font-weight: 700;
  margin-top: -0.18rem;
  margin-left: 0.2rem;
  padding: 0 0.1rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_captionbox .captionbox_title {
    margin-top: -0.15rem;
    margin-left: 0.1rem;
  }
}
.sec_article .entry-content .layout_captionbox .captionbox_title.ttlblk {
  color: #14141e;
}
.sec_article .entry-content .layout_captionbox .captionbox_text {
  padding: 0.3rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_captionbox .captionbox_text {
    padding: 0.2rem;
  }
}
.sec_article .entry-content .layout_captionbox .captionbox_text > * {
  margin-top: 0.2rem;
}
.sec_article .entry-content .layout_captionbox .captionbox_text > *:first-child {
  margin-top: 0;
}
.sec_article .entry-content .layout_captionbox.bxblk {
  border-color: #14141e;
}
.sec_article .entry-content .layout_captionbox.bxgry {
  border-color: #ddd;
}
.sec_article .entry-content .layout_captionbox .captionbox_text .wp-block-lazyblock-balloon + .wp-block-lazyblock-balloon,
.sec_article .entry-content .layout_captionbox .captionbox_text .wp-block-lazyblock-balloon + p {
  margin-top: 0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_captionbox .captionbox_text .wp-block-lazyblock-balloon + .wp-block-lazyblock-balloon,
  .sec_article .entry-content .layout_captionbox .captionbox_text .wp-block-lazyblock-balloon + p {
    margin-top: 0.1rem;
  }
}
.sec_article .entry-content .layout_box {
  position: relative;
  padding: 0.3rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_box {
    padding: 0.2rem;
  }
}
.sec_article .entry-content .layout_box .box_text > * {
  margin-top: 0.2rem;
}
.sec_article .entry-content .layout_box .box_text > *:first-child {
  margin-top: 0;
}
.sec_article .entry-content .layout_box .box_title {
  position: relative;
  margin: 0 0 0.2rem;
  font-size: 0.19rem;
  font-weight: 700;
  color: #d20035;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_box .box_title {
    font-size: 0.14rem;
  }
}
.sec_article .entry-content .layout_box .captionbox_text {
  padding: 0.15rem 0.3rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_box .captionbox_text {
    padding: 0.1rem 0.2rem;
  }
}
.sec_article .entry-content .layout_box.bdred {
  border: 1px solid #d20035;
}
.sec_article .entry-content .layout_box.bdblk {
  border: 1px solid #14141e;
}
.sec_article .entry-content .layout_box.bdgry {
  border: 1px solid #ddd;
}
.sec_article .entry-content .layout_box.bdtb {
  border-right: 0;
  border-left: 0;
}
.sec_article .entry-content .layout_accordion {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.1rem 0.3rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_accordion {
    padding: 0.08rem 0.12rem;
  }
}
.sec_article .entry-content .layout_accordion .accordion_title {
  position: relative;
  font-weight: 700;
  color: #d20035;
  cursor: pointer;
  padding: 0.1rem 0;
  margin-bottom: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_accordion .accordion_title {
    padding: 0.05rem 0;
  }
}
.sec_article .entry-content .layout_accordion .accordion_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: #d20035;
  border-radius: 50%;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_accordion .accordion_title:before {
    width: 0.23rem;
    height: 0.23rem;
  }
}
.sec_article .entry-content .layout_accordion .accordion_title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-2px) rotate(135deg);
          transform: translateY(-2px) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_accordion .accordion_title:after {
    width: 0.07rem;
    height: 0.07rem;
    right: 0.07rem;
  }
}
.sec_article .entry-content .layout_accordion .accordion_title.open:after {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}
.sec_article .entry-content .layout_accordion .accordion_text {
  display: none;
}
.sec_article .entry-content .layout_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sec_article .entry-content .layout_tab .tab_head {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border: 1px solid #b2b2b2;
  border-bottom: none;
  background-color: #f2f4f4;
  border-radius: 10px 10px 0 0;
  padding: 0.05rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  z-index: 1;
  cursor: pointer;
}
.sec_article .entry-content .layout_tab .tab_head:not(:first-of-type) {
  margin-left: 0.05rem;
}
.sec_article .entry-content .layout_tab .tab_head.active {
  background-color: #fff;
  color: #d20035;
  border: 1px solid #b2b2b2;
  border-bottom: none;
  z-index: 10;
}
.sec_article .entry-content .layout_tab .tab_head.active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
}
.sec_article .entry-content .layout_tab .tab_head span {
  display: inline-block;
  font-weight: 700;
}
.sec_article .entry-content .layout_tab .tab_body {
  display: none;
  width: 100%;
  padding: 0.3rem;
  background-color: #fff;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_tab .tab_body {
    padding: 0.16rem;
  }
}
.sec_article .entry-content .layout_tab .tab_body > * {
  margin-top: 0.2rem;
}
.sec_article .entry-content .layout_tab .tab_body > *:first-child {
  margin-top: 0;
}
.sec_article .entry-content .layout_tab .tab_body.active {
  display: block;
}
.sec_article .entry-content .layout_itemlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_itemlist {
    display: block;
  }
}
.sec_article .entry-content .layout_itemlist dt {
  position: relative;
  width: 1.2rem;
  color: #d20035;
  padding: 0.075rem 0;
  border-bottom: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_itemlist dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.sec_article .entry-content .layout_itemlist dt:after {
  content: "：";
  display: block;
  position: absolute;
  top: 0.075rem;
  right: -0.025rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_itemlist dt:after {
    display: inline-block;
    position: relative;
    top: auto;
    right: 0;
  }
}
.sec_article .entry-content .layout_itemlist dd {
  width: calc(100% - 1.2rem);
  padding: 0.075rem 0 0.075rem 0.1rem;
  border-bottom: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_itemlist dd {
    width: 100%;
    padding-top: 0;
  }
}
.sec_article .entry-content .layout_sbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_sbs {
    display: block;
  }
}
.sec_article .entry-content .layout_sbs:after {
  content: "";
  display: block;
  clear: both;
}
.sec_article .entry-content .layout_sbs.img_right .sbs_img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_sbs.img_right .sbs_img {
    margin-left: 0.25rem;
    margin-right: 0;
    margin-bottom: 0.1rem;
    float: right;
    width: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_sbs.img_right .sbs_img img {
    width: 1.5rem;
    height: 1.3rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec_article .entry-content .layout_sbs.img_right .sbs_text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.sec_article .entry-content .layout_sbs > div {
  width: 47%;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_sbs > div {
    width: auto;
    width: 100%;
  }
}
.sec_article .entry-content .layout_sbs > div.sbs_img {
  border-radius: 0.06rem;
  overflow: hidden;
  font-size: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_sbs > div.sbs_img {
    margin-bottom: 0.1rem;
    margin-right: 0.25rem;
    margin-bottom: 0.1rem;
    float: left;
    width: 1.5rem;
  }
}
.sec_article .entry-content .layout_sbs > div.sbs_img img {
  width: 100%;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_sbs > div.sbs_img img {
    width: 1.5rem;
    height: 1.3rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec_article .entry-content .layout_column.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_article .entry-content .layout_column.col2 .column {
  width: 47%;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2 .column {
    width: auto;
    width: 100%;
    width: calc((100% - 0.25rem) / 2);
  }
}
.sec_article .entry-content .layout_column.col2 .column > div.column_img {
  margin-bottom: 0.1rem;
  border-radius: 0.06rem;
  overflow: hidden;
  font-size: 0;
}
.sec_article .entry-content .layout_column.col2 .column > div.column_img img {
  width: 100%;
  height: 2.62rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2 .column > div.column_img img {
    height: 1.3rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2 .column:first-child {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2.img_left {
    display: block;
  }
}
.sec_article .entry-content .layout_column.col2.img_left .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  width: 47%;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2.img_left .column {
    display: block;
    width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2.img_left .column:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2.img_left .column:first-child {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2.img_left .column:nth-child(even) .column_img {
    margin-left: 0.25rem;
    margin-right: 0;
    margin-bottom: 0.1rem;
    float: right;
    width: 1.5rem;
  }
}
.sec_article .entry-content .layout_column.col2.img_left .column > div {
  width: 47%;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2.img_left .column > div {
    width: auto;
    width: 100%;
  }
}
.sec_article .entry-content .layout_column.col2.img_left .column > div.column_img {
  margin-right: 2%;
  font-size: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2.img_left .column > div.column_img {
    margin-right: 0.25rem;
    margin-bottom: 0.1rem;
    float: left;
    width: 1.5rem;
  }
}
.sec_article .entry-content .layout_column.col2.img_left .column > div.column_img img {
  height: 1.3rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col2.img_left .column > div.column_img img {
    width: 1.5rem;
    height: 1.3rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec_article .entry-content .layout_column.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col3 {
    display: block;
  }
}
.sec_article .entry-content .layout_column.col3 .column {
  width: 30%;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col3 .column {
    display: block;
    width: auto;
    width: 100%;
  }
}
.sec_article .entry-content .layout_column.col3 .column > div.column_img {
  margin-bottom: 0.1rem;
  border-radius: 0.06rem;
  overflow: hidden;
  font-size: 0;
}
.sec_article .entry-content .layout_column.col3 .column > div.column_img img {
  width: 100%;
  height: 1.9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col3 .column > div.column_img img {
    height: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_column.col3 .column:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
.sec_article .entry-content .layout_btn {
  text-align: center;
}
.sec_article .entry-content .layout_btn .micro_copy {
  font-weight: 700;
  margin-bottom: 0.08rem;
}
.sec_article .entry-content .layout_btn .micro_copy.fcred {
  color: #d20035;
}
.sec_article .entry-content .layout_btn .btnbox .btn {
  display: inline-block;
  width: 100%;
  min-width: 1rem;
  max-width: 4rem;
  background-color: #d20035;
  border-radius: 0;
  font-size: 0.18rem;
  color: #fff;
  padding: 0.1rem 0.36rem 0.1rem 0.2rem;
  border: 2px solid #d20035;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_btn .btnbox .btn {
    max-width: 3rem;
    font-size: 0.14rem;
  }
}
.sec_article .entry-content .layout_btn .btnbox .btn:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  top: calc((100% - 0.1rem) / 2);
  right: 0.2rem;
}
.sec_article .entry-content .layout_btn .btnbox .btn.fts {
  font-size: 0.16rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_btn .btnbox .btn.fts {
    font-size: 0.13rem;
  }
}
.sec_article .entry-content .layout_btn .btnbox .btn.ft {
  font-size: 0.18rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_btn .btnbox .btn.ft {
    font-size: 0.15rem;
  }
}
.sec_article .entry-content .layout_btn .btnbox .btn.ftl {
  font-size: 0.21rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_btn .btnbox .btn.ftl {
    font-size: 0.18rem;
  }
}
.sec_article .entry-content .layout_btn .btnbox .btn.clrblk {
  background-color: #14141e;
  border-color: #14141e;
}
.sec_article .entry-content .layout_btn .btnbox .btn.clrblk.outline {
  color: #14141e;
  border-color: #ddd;
}
.sec_article .entry-content .layout_btn .btnbox .btn.clrblk.outline:before {
  border-color: #14141e;
}
.sec_article .entry-content .layout_btn .btnbox .btn.outline {
  background-color: transparent;
  color: #d20035;
}
.sec_article .entry-content .layout_btn .btnbox .btn.outline:before {
  background-color: transparent;
  border-color: #d20035;
}
.sec_article .entry-content .layout_btn .btnbox .btn.corner01 {
  border-radius: 0.06rem;
}
.sec_article .entry-content .layout_btn .btnbox .btn.corner-all {
  border-radius: 10rem;
}
.no-touchevents .sec_article .entry-content .layout_btn .btnbox .btn:hover {
  opacity: 0.7;
}
.sec_article .entry-content .lazy-hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0.4rem 0 0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .lazy-hr {
    margin: 0.2rem 0;
  }
}
.sec_article .entry-content .lazy-hr.dash {
  border-style: dashed;
}
.sec_article .entry-content .lazy-hr.dot {
  border-style: dotted;
}
.sec_article .entry-content .lazy-hr.bold {
  border-top-width: 2px;
}
.sec_article .entry-content .wp-block-table table {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.sec_article .entry-content .wp-block-table table thead tr th {
  border-right: 1px solid #ddd;
  border-bottom: 3px double #ddd;
  padding: 0.04rem 0.08rem;
  background-color: #f0f0f0;
  background-clip: padding-box;
  border-top: 0;
  border-left: 0;
}
.sec_article .entry-content .wp-block-table table tbody tr th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 0;
}
.sec_article .entry-content .wp-block-table table tbody tr td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.04rem 0.08rem;
  background-clip: padding-box;
  border-top: 0;
  border-left: 0;
}
.sec_article .entry-content .wp-block-table.is-style-stripes table thead tr th {
  background-color: #f0f0f0;
}
.sec_article .entry-content .wp-block-table.is-style-stripes table tbody tr:nth-of-type(even) td {
  background-color: #f0f0f0;
}
.sec_article .entry-content .layout_table .wp-block-table table {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.sec_article .entry-content .layout_table .wp-block-table table thead tr th {
  border-right: 1px solid #ddd;
  border-bottom: 3px double #ddd;
  padding: 0.04rem 0.08rem;
  background-clip: padding-box;
}
.sec_article .entry-content .layout_table .wp-block-table table tbody tr td {
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.04rem 0.08rem;
  position: relative;
  background-clip: padding-box;
}
.sec_article .entry-content .layout_table .wp-block-table.is-style-stripes table thead tr th {
  background-color: #f0f0f0;
}
.sec_article .entry-content .layout_table.tlbscroll .wp-block-table {
  border: 1px solid #ddd;
  overflow-y: auto;
  overflow-x: auto;
}
.sec_article .entry-content .layout_table.tlbscroll .wp-block-table table {
  border: none;
}
.sec_article .entry-content .layout_table.tlbscroll.lockhd table thead tr th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}
.sec_article .entry-content .layout_table.tlbscroll.lockhd table thead tr th:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-bottom: 3px double #ddd;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.sec_article .entry-content .layout_table.tlbscroll.lockhd table thead tr th:first-of-type {
  z-index: 4;
  left: 0;
}
.sec_article .entry-content .layout_table.tlbscroll.lockhd table thead tr th:first-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  right: -1px;
}
.sec_article .entry-content .layout_table.tlbscroll.lockhd .wp-block-table {
  max-height: 3.6rem;
}
.sec_article .entry-content .layout_table.tlbscroll.lock1st table tbody tr td {
  z-index: 1;
}
.sec_article .entry-content .layout_table.tlbscroll.lock1st table tbody tr td:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_table.tlbscroll.lock1st table tbody tr td:first-of-type {
    font-size: 0.14rem;
  }
}
.sec_article .entry-content .layout_table.tlbscroll.lock1st table tbody tr td:first-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  right: -1px;
}
.sec_article .entry-content .layout_table.tlbscroll.w10r .wp-block-table table {
  width: 10rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_table.tlbscroll.w10r .wp-block-table table {
    width: 8rem;
  }
}
.sec_article .entry-content .layout_table.tlbscroll.w12r .wp-block-table table {
  width: 12rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_table.tlbscroll.w12r .wp-block-table table {
    width: 10rem;
  }
}
.sec_article .entry-content .layout_table.w10r .wp-block-table table {
  width: 10rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_table.w10r .wp-block-table table {
    width: 100%;
  }
}
.sec_article .entry-content .layout_table.w12r .wp-block-table table {
  width: 12rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_table.w12r .wp-block-table table {
    width: 100%;
  }
}
.sec_article .entry-content .layout_table.bgchdred table thead tr th {
  background-color: #d20035 !important;
  color: #fff;
}
.sec_article .entry-content .layout_table.bgc1stred table tbody tr td:first-of-type {
  background-color: #ffe7ea !important;
}
.sec_article .entry-content .layout_table.bgc1stred .is-style-stripes table thead tr th {
  background-color: #f0f0f0;
}
.sec_article .entry-content .layout_table.bgc1stred .is-style-stripes table tbody tr:nth-of-type(odd) td:first-of-type {
  background-color: #fffbfb !important;
}
.sec_article .entry-content .layout_table.bgc1stred .is-style-stripes table tbody tr:nth-of-type(even) td:first-of-type {
  background-color: #ffe7ea !important;
}
.sec_article .entry-content .layout_writer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
  padding: 0.4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_writer {
    padding: 0.2rem;
  }
}
.sec_article .entry-content .layout_writer:before, .sec_article .entry-content .layout_writer:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.15rem solid transparent;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
}
.sec_article .entry-content .layout_writer:before {
  border-right-color: #d20035;
  top: -0.15rem;
  left: -0.15rem;
}
.sec_article .entry-content .layout_writer:after {
  border-left-color: #d20035;
  bottom: -0.15rem;
  right: -0.15rem;
}
.sec_article .entry-content .layout_writer .writer_img {
  width: 160px;
  margin-right: 0.3rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_writer .writer_img {
    width: 25vw;
    margin-right: 0.2rem;
  }
}
.sec_article .entry-content .layout_writer .writer_img img {
  width: 100%;
  height: auto;
}
.sec_article .entry-content .layout_writer .writer_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_article .entry-content .layout_writer .writer_description {
  position: relative;
  font-size: 0.16rem;
  margin-bottom: 0.05rem;
  padding-left: 0.3rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_writer .writer_description {
    font-size: 1.2rem;
    font-size: 0.12rem;
    padding-left: 0.2rem;
  }
}
.sec_article .entry-content .layout_writer .writer_description:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../assets/img/icon/icon_author.svg) center no-repeat;
  background-size: 0.22rem 0.22rem;
  width: 0.22rem;
  height: 0.22rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_writer .writer_description:before {
    background-size: 0.16rem 0.16rem;
    width: 0.16rem;
    height: 0.16rem;
  }
}
.sec_article .entry-content .layout_writer .writer_name {
  font-size: 0.24rem;
  color: #14141e;
  font-weight: normal;
  background: none;
  margin: 0 0 0.15rem;
  padding: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_writer .writer_name {
    font-size: 0.18rem;
    margin-bottom: 0.08rem;
  }
}
.sec_article .entry-content .layout_writer .writer_text {
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .layout_writer .writer_text {
    font-size: 0.12rem;
  }
}
.sec_article .entry-content .lazy-block-quote {
  position: relative;
  z-index: 1;
  padding: 0.5rem;
  margin: 0;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .lazy-block-quote {
    padding: 0.25rem;
  }
}
.sec_article .entry-content .lazy-block-quote:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #ddd;
  pointer-events: none;
}
.sec_article .entry-content .lazy-block-quote:after {
  content: "";
  position: absolute;
  top: 0.12rem;
  bottom: 0.12rem;
  left: 0.12rem;
  right: 0.12rem;
  background-size: 0.34rem auto;
  background-position: 0 0, right bottom;
  background-repeat: no-repeat;
  background-image: url(../img/single/pkg_icon_blockquote_upper.png), url(../img/single/pkg_icon_blockquote_lower.png);
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .lazy-block-quote:after {
    background-size: 0.16rem auto;
    top: 0.08rem;
    bottom: 0.08rem;
    left: 0.08rem;
    right: 0.08rem;
  }
}
.sec_article .entry-content .lazy-block-quote cite {
  display: block;
  font-size: 0.13rem;
  text-align: right;
}
.sec_article .entry-content .lazy-block-quote cite a {
  display: inline-block;
}
.sec_article .entry-content .wp-block-quote {
  position: relative;
  z-index: 1;
  padding: 0.5rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .wp-block-quote {
    padding: 0.25rem;
  }
}
.sec_article .entry-content .wp-block-quote:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f2f4f4;
  pointer-events: none;
}
.sec_article .entry-content .wp-block-quote:after {
  content: "";
  position: absolute;
  top: 0.12rem;
  bottom: 0.12rem;
  left: 0.12rem;
  right: 0.12rem;
  background-size: 0.34rem auto;
  background-position: 0 0, right bottom;
  background-repeat: no-repeat;
  background-image: url(../img/single/pkg_icon_blockquote_upper.png), url(../img/single/pkg_icon_blockquote_lower.png);
  pointer-events: none;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .wp-block-quote:after {
    background-size: 0.16rem auto;
    top: 0.08rem;
    bottom: 0.08rem;
    left: 0.08rem;
    right: 0.08rem;
  }
}
.sec_article .entry-content .wp-block-quote > * {
  padding-left: 0;
  padding-right: 0;
}
.sec_article .entry-content .wp-block-quote > * + * {
  margin-top: 0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .wp-block-quote > * + * {
    margin-top: 0.1rem;
  }
}
.sec_article .entry-content .wp-block-quote p {
  width: 100%;
  color: #666;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .wp-block-quote p {
    line-height: 1.69;
  }
}
.sec_article .entry-content .wp-block-quote cite,
.sec_article .entry-content .wp-block-quote footer {
  display: block;
  font-size: 1.2rem;
  font-size: 0.12rem;
}
.sec_article .entry-content .wp-block-embed {
  margin-top: 0.4rem !important;
  text-align: center;
}
.sec_article .entry-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.sec_article .entry-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_article .entry-content .wp-block-image figcaption {
  font-size: 1.3rem;
  font-size: 0.13rem;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .sec_article .entry-content .wp-block-image figcaption {
    font-size: 1.2rem;
    font-size: 0.12rem;
  }
}

/* 関連記事 */
.sec_related {
  border-top: 1px solid #ddd;
  padding: 1rem 0;
}
@media screen and (max-width: 460px) {
  .sec_related {
    padding: 0.5rem 0;
  }
}
.sec_related > .in {
  max-width: 11rem;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 460px) {
  .sec_related > .in {
    max-width: calc(100% - 0.3rem);
    margin: 0 auto;
  }
}
.sec_related .contTit {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 461px) {
  .sec_related .related-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -0.5rem 0 0;
  }
}
.sec_related .related-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 461px) {
  .sec_related .related-item {
    width: 33.3333333333%;
    padding: 0 0.5rem 0 0;
  }
}
.sec_related .related-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.no-touchevents .sec_related .related-link:hover ~ .related-figure .related-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.sec_related .related-figure {
  width: 3.2rem;
  height: 1.9rem;
  overflow: hidden;
}
@media screen and (max-width: 460px) {
  .sec_related .related-figure {
    width: 40vw;
    height: 29.87vw;
    margin: 0 auto;
  }
}
.sec_related .related-img {
  width: 3.2rem;
  height: 1.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 460px) {
  .sec_related .related-img {
    width: 40vw;
    height: 29.87vw;
    margin: 0 auto;
  }
}
.sec_related .related-content {
  margin-top: 0.15rem;
}
@media screen and (max-width: 460px) {
  .sec_related .related-content {
    width: 40vw;
    margin: 0.15rem auto 0;
  }
}
.sec_related .related-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.1rem;
}
.sec_related .related-cat {
  position: relative;
  font-size: 0.14rem;
  padding: 0.05rem 0.1rem;
  background: #c2293d;
  color: #fff;
  margin-right: 0.1rem;
  z-index: 2;
}
@media screen and (max-width: 460px) {
  .sec_related .related-cat {
    font-size: 0.12rem;
    padding: 0.03rem 0.08rem;
  }
}
.sec_related .related-date {
  font-size: 0.14rem;
  color: #BDC2C7;
  padding: 0.05rem 0;
}
@media screen and (max-width: 460px) {
  .sec_related .related-date {
    font-size: 0.12rem;
    padding: 0.025rem 0;
  }
}
.sec_related .related-title {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 460px) {
  .sec_related .related-title {
    font-size: 0.16rem;
  }
}

/* 目次 */
.entry-content #ez-toc-container {
  margin: 0.5rem 0;
  background-color: #fff;
  border: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container {
    margin: 0.25rem 0;
  }
}
.entry-content #ez-toc-container a.ez-toc-toggle {
  padding: 0;
}
.entry-content #ez-toc-container a.ez-toc-toggle label,
.entry-content #ez-toc-container a.ez-toc-toggle .ez-toc-js-icon-con {
  left: 0;
  padding: 0;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #d20035;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container a.ez-toc-toggle label,
  .entry-content #ez-toc-container a.ez-toc-toggle .ez-toc-js-icon-con {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.no-touchevents .entry-content #ez-toc-container a.ez-toc-toggle label:hover,
.no-touchevents .entry-content #ez-toc-container a.ez-toc-toggle .ez-toc-js-icon-con:hover {
  opacity: 0.6;
}
.entry-content #ez-toc-container a.ez-toc-toggle label:before,
.entry-content #ez-toc-container a.ez-toc-toggle .ez-toc-js-icon-con:before {
  content: "";
  display: block;
  display: block;
  position: absolute;
  top: 0.13rem;
  left: 0.11rem;
  width: 0.08rem;
  height: 0.08rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container a.ez-toc-toggle label:before,
  .entry-content #ez-toc-container a.ez-toc-toggle .ez-toc-js-icon-con:before {
    top: 0.1rem;
    left: 0.08rem;
    width: 0.06rem;
    height: 0.06rem;
  }
}
.entry-content #ez-toc-container a.ez-toc-toggle label span,
.entry-content #ez-toc-container a.ez-toc-toggle .ez-toc-js-icon-con span {
  display: none !important;
}
.entry-content #ez-toc-container a.ez-toc-toggle label i,
.entry-content #ez-toc-container a.ez-toc-toggle .ez-toc-js-icon-con i {
  display: none;
}
.entry-content #ez-toc-container a.ez-toc-toggle.open label:before {
  top: 0.08rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container a.ez-toc-toggle.open label:before {
    top: 0.06rem;
  }
}
.entry-content #ez-toc-container a.ez-toc-toggle.open label i {
  display: none;
}
.entry-content #ez-toc-container nav {
  display: block !important;
}
.entry-content #ez-toc-container .ez-toc-list > li {
  position: relative;
  display: block;
  font-size: 0.22rem;
  cursor: pointer;
  line-height: 1.6;
  margin-top: 0.3rem;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container .ez-toc-list > li {
    font-size: 0.15rem;
    margin-top: 0.16rem;
  }
}
.entry-content #ez-toc-container .ez-toc-list > li:before {
  content: "";
  background: none;
  display: block;
  position: absolute;
  top: 0.16rem;
  left: 0.13rem;
  width: 0.08rem;
  height: 0.08rem;
  border-bottom: 1px solid #d20035;
  border-right: 1px solid #d20035;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container .ez-toc-list > li:before {
    top: 0.13rem;
    left: 0.1rem;
    width: 0.05rem;
    height: 0.05rem;
  }
}
.entry-content #ez-toc-container .ez-toc-list > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.09rem;
  left: 0.04rem;
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
  background-color: transparent;
  border: 1px solid #d20035;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container .ez-toc-list > li:after {
    top: 0.08rem;
    width: 0.16rem;
    height: 0.16rem;
  }
}
.entry-content #ez-toc-container .ez-toc-list > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.06rem 0;
  padding-left: 0.44rem;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container .ez-toc-list > li a {
    padding: 0.04rem 0;
    padding-left: 0.3rem;
  }
}
.no-touchevents .entry-content #ez-toc-container .ez-toc-list > li a:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
.entry-content #ez-toc-container .ez-toc-list > li > a {
  position: relative;
}
.entry-content #ez-toc-container .ez-toc-list > li > ul {
  margin-left: 0;
}
.entry-content #ez-toc-container .ez-toc-list > li > ul li {
  position: relative;
}
.entry-content #ez-toc-container .ez-toc-list > li > ul li:before {
  content: "";
  background: none;
  display: block;
  position: absolute;
  top: 0.18rem;
  left: 0.44rem;
  width: 0.08rem;
  height: 0.08rem;
  border-bottom: 1px solid #d20035;
  border-right: 1px solid #d20035;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container .ez-toc-list > li > ul li:before {
    top: 0.1rem;
    left: 0.22rem;
    width: 0.05rem;
    height: 0.05rem;
  }
}
.entry-content #ez-toc-container .ez-toc-list > li > ul li a {
  font-size: 0.16rem;
  padding: 0.13rem 0 0.09rem 0;
  padding-left: 0.7rem;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container .ez-toc-list > li > ul li a {
    font-size: 0.12rem;
    padding: 0.04rem 0;
    padding-left: 0.38rem;
  }
}
.entry-content #ez-toc-container.toc_close a.ez-toc-toggle .ez-toc-js-icon-con:before {
  top: 0.09rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 460px) {
  .entry-content #ez-toc-container.toc_close a.ez-toc-toggle .ez-toc-js-icon-con:before {
    top: 0.07rem;
  }
}

/* 記事編集ボタン */
#editbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (max-width: 460px) {
  #editbtn {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
  }
}
#editbtn .btn01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.6rem;
  height: 0.56rem;
}
@media screen and (max-width: 460px) {
  #editbtn .btn01 {
    width: 1.2rem;
    height: 0.44rem;
  }
}
#editbtn .btn01:before {
  content: none;
}
#editbtn .btn01 span {
  display: inline-block;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 460px) {
  #editbtn .btn01 span {
    font-size: 0.14rem;
    letter-spacing: 0;
  }
}