@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
	.l8066search{
		display:none;
	}
	* .l8066logo{
		max-width:186px;
	}
	* .l8066logo img, * .l8066inner{
		height:auto !important;
	}
  .center.eye_catch{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    display: block;
  }
  .p-post__description p{
    font-size: 14px !important;
    line-height: 1.35;
  }
  * .l8066container{
    padding-top: 1.5em !important;
  }
	
}
.header-container{
	display:none;
}

.content, .entry-content{
    margin-top: 0;
}
.p-post__html.pinterest{
	display:none;
}
div.p-post__img{
	margin-bottom:1em;
}

.p-post__img__src a {
    display: block;
    position: relative;
    text-decoration: none;
}
.p-post__img__quote {
    display: block;
    font-size: 11px;
    color: #ddd;
    margin-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100%;
}
.p-post__img .p-post__img__img {
    max-width: 100%;
    width: auto;
    display: block;
    max-height: 500px;
}
.twitter-tweet{
	display: flex; max-width: 550px; width: 100%; margin-top: 10px; margin-bottom: 10px;
}
.twitter-tweet iframe{
	width: 550px !important;
    height: 801px;
}
.p-post__insta{
	display:none !important;
}
.breadcrumb a{
	color:#666;
}
.breadcrumb {
    margin: 1em 0.4em;
    color: var(--cocoon-x-pallid-text-color);
    font-size: 12px;
    margin-bottom: 0;
	color:#666;
}
.rakuten table , .rakuten table th, .rakuten table td{
	border:none;
	background:#fff;
	padding:0;
	margin:0;
}
.rakuten table td p a{
	font-size:12px !important;
}

.p-post__img__brand {
    display: block;
    margin: 5px 0 2em;
    font-size: 11px;
    line-height: 11px;
}
.p-post__img__brand > a {
    margin-left: 5px;
    color: #333;
    text-decoration: none;
    max-width: 100% !important;
    display: inline;
}
.p-post__img__brand__logo {
    height: 12px;
    vertical-align: bottom;
    margin-right: 5px;
}
.p-post__img .p-post__img__brand__logo {
    display: initial;
}
.fa-folder:before, .fa-file-o:before{
    content: "\f105";
}
.osusume_wrapper p{
	margin:0;
}
.column-narrow .content-in {
    max-width: 1100px;
	width:100%;
}
body p, .article ul li, .article ol li{
	font-size:16px;
}
.related-entry-card-title, .entry-card-title{
	font-size:16px;
}
.p-post__heading > h3 {
    font-size: 18px;
    margin: 30px 0 15px 0;
    padding: .25em .5em;
}
.article h3{
	border:none;
}
.p-post__heading > h2, .p-post__heading > h3, .p-post__heading > h4 {
    font-weight: 700;
    line-height: 32px;
    position: relative;
    text-align: left;
}
.p-post__heading--1, .article h3{
    border-left: 4px solid #9bf8f6;
}
.table_body_pickup {
    width: 100%;
    border: 1px solid #dcdcdc;
    font-size: 10pt;
}
table.table_body_pickup  *{
	    font-size: 10pt;
}
.toc li{
	margin-top:.5em !important;
}
.article ul li{
	list-style-position:inside;
}
table:not(.has-border-color) :where(th, td){
	vertical-align:middle;
}
table.table_body *{
	            font-size: 12px !important;
}

      table.table_body  {
            width: 100%;
            border:1px solid #C7E3E3 !important;
            font-size: 14px !important;
        }

        .tr_uranai {
            border:1px solid #C7E3E3 !important;
        }

        .td_uranai {
            border:1px solid #C7E3E3 !important;
            line-height: 1.5;
			padding:0;
			            font-size: 14px !important;
        }

        .table_heading  {
            background-color: #C7E3E3 !important;
            padding: 5px 5px !important;
            font-weight:bold;
			            font-size: 14px !important;
        }

        .ul_uranai  {
           padding-left: 15px !important;
	   margin-top:0px;
			            font-size: 14px !important;
        }

	.osusume_wrapper{
	   margin-top:10px;
	}
	
	.osusume {
	   font-weight:bold;
	}

.breadcrumb, .breadcrumb.pbp-main-before + .content{
	margin-top:0 !important;
}
.no-sidebar .content .main{
	padding-top:0;
}

.slide-top{
  margin: 1rem auto;
}
.slick-dots li button:before{
  font-size: 30px !important;
}

.slide-top .slick-slide img{
  max-height: 360px;
  min-height: 360px;
  width: 100%;
  object-fit: cover;
}
.cat_item_wrap{
  display: flex;
  column-gap: 1em;
  margin: 0;
  padding: 0;
}

.cat_item {
  color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: .3rem .5rem;
  border: 1px solid #fff;
  font-size: .8rem;
  margin-right: .5rem;
}

@media screen and (max-width: 767px) {
	.p-post__title, .post-single h1{
    margin: 0;
    font-size: 19px !important;
    line-height: 28px !important;
    font-weight: 700;
   padding:10px 0 0 0;
    letter-spacing: normal;
    text-align: left;
}

	.twitter-tweet iframe{
	width: 100% !important;
    height:100% !important;
	min-height:600px !important;
}
  .slide-top .slick-slide img{
    max-height: 225px;
    min-height: 225px;
    width: 100%;
    object-fit: cover;
  }

}

.slide-top .slick-slide {
  position: relative;
}

.slide-top .slick-slide .contents{
  position: absolute;
  bottom:1em;
  left:1em;
  color:#fff;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}

.admin-pv{
	display:none !important;
}

.fujoju_nichi{
text-decoration:line-through;
}
.p-tag__header--3__description{
	font-size:14px;
	line-height:1.8;
	text-align:center;
	margin-bottom:2em;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

strong, b {
  font-weight: bold; }

body {
  background-color: #fff;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3",Roboto,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.lazyload, .lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }
.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: center; }
.u-clearfix {
  *zoom: 1; }

.u-clearfix:before, .u-clearfix:after {
  content: "";
  display: table; }

.u-clearfix:after {
  clear: both; }
.u-mt-0 {
  margin-top: 0px; }

.u-mb-0 {
  margin-bottom: 0px; }

.u-mt-5 {
  margin-top: 5px; }

.u-mb-5 {
  margin-bottom: 5px; }

.u-mt-10 {
  margin-top: 10px; }

.u-mb-10 {
  margin-bottom: 10px; }

.u-mt-15 {
  margin-top: 15px; }

.u-mb-15 {
  margin-bottom: 15px; }

.u-mt-20 {
  margin-top: 20px; }

.u-mb-20 {
  margin-bottom: 20px; }

.u-mt-25 {
  margin-top: 25px; }

.u-mb-25 {
  margin-bottom: 25px; }

.u-mt-30 {
  margin-top: 30px; }

.u-mb-30 {
  margin-bottom: 30px; }
.u-pt-0 {
  padding-top: 0px; }

.u-pb-0 {
  padding-bottom: 0px; }

.u-pt-5 {
  padding-top: 5px; }

.u-pb-5 {
  padding-bottom: 5px; }

.u-pt-10 {
  padding-top: 10px; }

.u-pb-10 {
  padding-bottom: 10px; }

.u-pt-15 {
  padding-top: 15px; }

.u-pb-15 {
  padding-bottom: 15px; }

.u-pt-20 {
  padding-top: 20px; }

.u-pb-20 {
  padding-bottom: 20px; }

.u-pt-25 {
  padding-top: 25px; }

.u-pb-25 {
  padding-bottom: 25px; }

.u-pt-30 {
  padding-top: 30px; }

.u-pb-30 {
  padding-bottom: 30px; }
.u-ta-left {
  text-align: left; }

.u-ta-right {
  text-align: right; }

.u-ta-center {
  text-align: center; }

.text-right {
  text-align: right; }

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

.text-left {
  text-align: right; }
:module(l-header) .container {
  width: 100%;
  display: block;
  padding-right: 1rem;
  padding-left: 1rem; }

@media (min-width: 769px) {
  * .l8066container {
    width: 1280px;
    padding: 2rem 5rem;
    margin: 0 auto; } }
* .l8066sns .l8066list, * .l8066globalmenu .l8066list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

* .l8066sns .l8066list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

* .l8066container {
  background-color: #fff;
  padding: 3rem 0 1.5rem 0; }

* .l8066bg {
  background: #eef1d1;
  background: linear-gradient(90deg, #eef1d1 11%, #c6e3e3 50%, #e2d7e8 100%);
  background-size: contain;
  background-repeat: no-repeat repeat; }

* .l8066inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  height: 7rem; }

@media (min-width: 769px) {
  * .l8066inner {
    justify-content: space-between;
    padding: 1rem 0;
    height: 8rem; } }
* .l8066search {
  margin-left: 1rem; }

.l8066search form > div {
  display: flex;
  align-items: center;
  padding-left: 1em;
}
input[type=text]#search{
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 20px;
  padding: .8rem .8rem .8rem 1.5rem;
  font-size: .9rem;
  border: none;
}
input[type=text]#search:focus-visible{
  border: none;
  outline: none;
}

* .l8066search .l8066box {
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 20px;
  font-size: .9rem;
 }

* .l8066search .l8066icon {
  margin-right: -1rem;
  position: relative;
  z-index: 2;
}

* .l8066search input[type="search"] {
  border: 0;
  outline: none;
  background-color: transparent; }

* .l8066logo {
  height: 100%;
  display: inline-block;
  text-align: left; }

input#searchsubmit{
  background: transparent;
  padding: 0;
  width: max-content;
  font-size: 0;
  width: 0;
  border:none;
  height: 0;
}

* .l8066logo a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #9bf8f6;
  font-size: 0;
  position: relative; }

* .l8066logo img {
  width: auto;
  height: 100%; }

* .l8066sns {
  display: none; }

@media (min-width: 769px) {
  * .l8066sns {
    display: block; } }
* .l8066sns .l8066list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

* .l8066sns .l8066link {
  padding: 0em;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.75rem;
  display: block;
  color: #444;
  margin-left: 1rem; }

* .l8066sns .l8066img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: cover; }

* .l8066globalmenu {
  position: relative;
  background-color: #fff; }

* .l8066globalmenu .l8066overlay {
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset -80px 0 40px -55px #fff;
  height: 100%;
  position: absolute;
  width: 2.5rem;
  display: none; }

* .l8066globalmenu .l8066list {
  overflow: scroll;
  width: 100%;
  white-space: nowrap;
  padding: .5rem 0;
  ms-overflow-style: none;
  scrollbar-width: none;
  border-bottom: 1px solid #f7f7f7; }

* .l8066globalmenu .l8066list::-webkit-scrollbar {
  display: none; }

@media (min-width: 769px) {
  * .l8066globalmenu .l8066list {
    position: relative;
    text-align: center; } }
* .l8066globalmenu .l8066list:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0rem;
  display: none;
  text-align: center;
  color: #ccc;
  top: 50%;
  font-size: 1rem;
  margin-top: calc(-.5rem + -.25rem); }

* .l8066globalmenu .l8066item {
  display: inline-block;
  width: 20%; }

@media (min-width: 769px) {
  * .l8066globalmenu .l8066item {
    width: 12%; } }
* .l8066globalmenu .l8066link {
  display: flex;
  flex-direction: column;
  color: #777;
  padding: .5rem .2rem 0rem .2rem;
  text-align: center;
  /*font-family: "HuiFont";*/
  font-family: "Zen Kurenaido", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid transparent; }
* .l8066globalmenu .l8066link{
	font-size:10px;
}

@media (min-width: 769px) {
  * .l8066globalmenu .l8066link {
    padding: .5rem .4rem .8rem .4rem; } }
@media (min-width: 769px) {
  * .l8066globalmenu .l8066link {
    font-size: .8rem;
    font-weight: normal; } }
* .l8066globalmenu .l8066link:hover {
  border-bottom: 1px solid #9bf8f6; }

* .l8066globalmenu .l8066link img {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: .75rem; }

@media (min-width: 769px) {
  * .l8066globalmenu .l8066link img {
    width: 30%;
    margin-bottom: 1rem; } }
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.l-headerSearch {
  line-height: 55px;
  text-align: center; }

.l-headerSearch__label {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  top: 1rem;
  right: 0rem; }

@media (min-width: 769px) {
  .l-headerSearch__label {
    top: 2px; } }
.l-headerSearch #search {
  display: none;
  width: 100%; }

.l-headerSearch #search:checked ~ .l-headerSearch__box {
  display: block; }

.l-headerSearch__box {
  display: none;
  background-color: #999;
  padding: 1px 8px;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 100%; }

.l-headerSearch__box input[type="text"] {
  width: 100%;
  padding: 6px 12px;
  height: 30px;
  border: 0; }

.l-headerSearch__icon {
  font-size: 20px;
  font-weight: 600;
  color: #999; }

.l-header__logo {
  display: inline-block;
  width: 50%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  color: #222;
  font-size: 28px;
  position: relative;
  text-align: center;
  color: #333;
  text-decoration: none; }

.l-header__logo__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 43px; }

.l-header__logo__img {
  height: 100%;
  font-weight: normal;
  display: block;
  margin: 0 auto;
  padding: 1px 5px 15px 5px;
  font-size: 20px;
  text-align: center; }

.l-header__logo__img > img {
  width: auto;
  height: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto; }

.l-header__logo__msg {
  font-size: 9px;
  color: #db729f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  white-space: nowrap; }
* .l2514container {
  width: 100%;
  display: block;
  padding-right: 1rem;
  padding-left: 1rem; }

@media (min-width: 769px) {
  * .l2514container {
    width: 1280px;
    padding: 2rem 5rem;
    margin: 0 auto; } }
* .l2514sns .l2514list, * .l2514category .l2514list, * .l2514about .l2514list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

* .l2514category .l2514list, * .l2514about .l2514list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

* .l2514bg {
  background: #eef1d1;
  background: linear-gradient(90deg, #eef1d1 11%, #c6e3e3 50%, #e2d7e8 100%);
  background-size: contain;
  background-repeat: no-repeat repeat;
  padding-right: 3rem;
  padding-left: 3rem; }
.l2514list  *{
	font-size:16px;
}
* .l2514heading {
  color: #333;
  font-weight: 600;
  margin-top: 2rem;
  font-size: 1.5rem; }

@media (min-width: 769px) {
  * .l2514heading {
    font-size: 1rem;
    margin-bottom: 1.5rem; } }
* .l2514container {
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media (min-width: 769px) {
  * .l2514container {
    padding-top: 0; } }
* .l2514inner {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative; }

@media (min-width: 769px) {
  * .l2514inner {
    flex-direction: row; } }
@media (min-width: 769px) {
  * .l2514inner {
    justify-content: space-between;
    padding: 1rem 0; } }
@media (max-width: 480px) {
  * .l2514inner {
    padding-left: 1rem;
    padding-right: 1rem; } }
* .l2514content {
  background-color: #fff; }

* .l2514content:before {
  content: "";
  height: 8rem;
  background: #eef1d1;
  background: linear-gradient(90deg, #eef1d1 11%, #c6e3e3 50%, #e2d7e8 100%);
  background-size: contain;
  background-repeat: no-repeat repeat;
  display: block; }

@media (min-width: 769px) {
  * .l2514content:before {
    height: 5rem; } }
* .l2514logo {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  background-color: #fff; }

@media (min-width: 769px) {
  * .l2514logo {
    width: 25%;
    text-align: left; } }
* .l2514logo img {
  max-width: 100%;
  height: auto; }

* .l2514sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

* .l2514sns h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  display: block; }

* .l2514sns .l2514list {
  text-align: center; }

* .l2514sns .l2514item {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  margin-right: 1rem; }

@media (min-width: 769px) {
  * .l2514sns .l2514item {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0; } }
* .l2514sns .l2514link {
  color: #444;
  text-decoration: none;
  vertical-align: top; }

* .l2514sns i {
  font-size: 3rem; }

@media (min-width: 769px) {
  * .l2514sns i {
    font-size: 1.75rem; } }
* .l2514sns .l2514img {
  width: 3rem;
  height: 3rem;
  object-fit: cover; }

@media (min-width: 769px) {
  * .l2514sns .l2514img {
    width: 1.75rem;
    height: 1.75rem; } }
* .l2514description {
  font-size: .9rem;
  color: #777;
  line-height: 1.47;
  margin: 0 0 2rem 0; }

@media (min-width: 769px) {
  * .l2514description {
    margin: 1rem 0; } }
@media (min-width: 769px) {
  * .l2514category {
    width: 40%; } }
@media (min-width: 769px) {
  * .l2514category {
    padding: 0; } }
* .l2514category .l2514list {
  flex-wrap: wrap; }

* .l2514category .l2514item {
  margin-bottom: .75rem;
  width: 50%; }

* .l2514category .l2514link {
  text-decoration: none;
  color: #444; }

* .l2514category .l2514link:hover {
  text-decoration: underline; }

@media (min-width: 769px) {
  * .l2514about {
    width: 45%; } }
* .l2514about .l2514list {
  flex-wrap: wrap; }

* .l2514about .l2514item {
  width: 50%;
  margin-bottom: .75rem; }

* .l2514about .l2514link {
  text-decoration: none;
  color: #444; }

* .l2514about .l2514link:hover {
  text-decoration: underline; }

* .l2514cr {
  text-align: center;
  color: #999;
  font-size: .8rem;
  padding: 1rem 0; }
* .l3872container {
  width: 100%;
  display: block;
  padding-right: 1rem;
  padding-left: 1rem; }

@media (min-width: 769px) {
  * .l3872container {
    width: 1280px;
    padding: 2rem 5rem;
    margin: 0 auto; } }
.l-container, .l-contents {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

@media (min-width: 769px) {
  .l-container, .l-contents {
    padding: 0;
    width: 1080px;
    margin: 0 auto; } }
.l-container, .l-contents {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.l-container::-webkit-scrollbar, .l-contents::-webkit-scrollbar {
  width: 0 !important; }

.l-container__section, .l-contents__section {
  margin-bottom: 15px; }

.l-container__section p, .l-contents__section p {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 10px 0; }

.l-content__p {
  font-size: 14px;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.6; }

* .b5742flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

* .b5742justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

* .b5742align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

* .b5742flex-grow-1 {
  flex-grow: 1; }

* .l3872container {
  -ms-overflow-style: none;
  scrollbar-width: none; }

* .l3872container::-webkit-scrollbar {
  width: 0 !important; }

* .l3872column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

* .l3872column-2 .l3872left {
  width: 70%;
  padding-right: 3rem; }

* .l3872column-2 .l3872right {
  flex: 1;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }
* .c590inner {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

@media (min-width: 769px) {
  * .c590inner {
    padding: 0;
    width: 1080px;
    margin: 0 auto; } }
.l-header--3 + .c-breadcrumb {
  border-top: 1px solid #eee; }

* .c590content {
  font-size: 12px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-style: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 12px 0;
  margin: 0 auto;
  border-bottom: 1px solid #eee; }

* .c590content::-webkit-scrollbar {
  width: 0 !important; }

* .c590content::-webkit-scrollbar {
  display: none; }

* .c590content span > span {
  font-weight: bold; }

* .c590list {
  display: inline-block; }

* .c590item {
  display: inline-block; }

* .c590item:not(:first-child):before {
  content: " > ";
  margin-right: 3px; }

* .c590link {
  color: #666;
  margin-right: 5px;
  text-decoration: none; }

* .c590link:hover {
  text-decoration: underline; }

* .c590link > span {
  font-weight: bold;
  color: #777; }
.c-alert {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 10; }

.c-alert--success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.c-alert--warning {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
.c-img {
  position: relative; }

.c-img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0; }

.c-img > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block; }
.c-usermenu__tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  max-width: 280px;
  min-width: 50px;
  padding: 0;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #E2E2E2;
  box-sizing: content-box;
  z-index: 2; }

.c-usermenu__tooltip:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 14px;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: gray transparent;
  display: block;
  width: 0;
  background-color: transparent;
  -webkit-filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.16)); }

.c-usermenu__tooltip:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 3px;
  border-width: 0 20px 20px;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
  background-color: transparent; }

.c-usermenu__tooltip__content {
  position: relative;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  min-width: 280px;
  background: #fff;
  z-index: 20; }

.c-usermenu__tooltip__list {
  padding: 0;
  margin: 0; }

.c-usermenu__tooltip__list > li > a {
  display: block;
  margin: 0;
  padding: 5px 9px;
  color: #333;
  text-decoration: none;
  font-size: 12px; }

.c-usermenu__tooltip__list > li > a:hover {
  background-color: #f7f7f7; }

.c-usermenu__image {
  width: 40px;
  height: 40px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #eee;
  display: block;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: .9;
  font-size: 0; }

.c-usermenu__image:hover {
  opacity: 1; }
.flickity-slider {
  height: 300px; }

* .p3755content {
  background-color: #f7f7f7;
  overflow-y: hidden;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

* .p3755list {
  list-style-type: none;
  white-space: nowrap;
  height: 100%;
  overflow-y: hidden;
  height: 300px; }

* .p3755item {
  width: 33.33%;
  height: 100%; }

* .p3755inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 0;
  padding-bottom: 0; }

* .p3755inner::-webkit-scrollbar {
  width: 0 !important; }

* .p3755img {
  display: block;
  width: 100%;
  height: 100%; }

* .p3755grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3)); }

* .p3755link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

* .p3755link:hover {
  opacity: .9; }

* .p3755heading {
  color: #fff;
  padding: 0 15px;
  word-wrap: break-word;
  font-size: 1.1rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  line-height: 1.3;
  white-space: initial;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.p-top--1 {
  position: relative; }

.p-top--1 .c-tags--root {
  padding: 0 10px 0 0;
  float: left;
  width: 23%; }

.p-top--1 .p-top__posts {
  padding: 0 0 0 10px;
  float: left;
  width: 77%; }

.p-top--2 .c-tags--root {
  display: none; }

.p-staticPages {
  padding: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.7;
  background-color: #fff; }

.p-staticPages h1 {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 20px 0;
  font-weight: bold; }

.p-staticPages h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0;
  font-weight: bold; }

.p-staticPages p {
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 10px; }

.p-staticPages ol, .p-staticPages ul {
  padding-left: 20px;
  margin: 10px 0;
  line-height: 1.5; }

* .p7028content {
  background-color: #fff;
  margin-top: 15px; }

@media (max-width: 480px) {
  * .p7028content {
    padding: 10px 15px; } }
* .p7028heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 1.5rem 0; }

* .p7028note {
  line-height: 1.47;
  font-size: 1rem; }

@media (max-width: 480px) {
  * .p7028note {
    font-size: 1.2rem; } }
.c-tags--root ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.c-tags--root {
  position: sticky;
  top: 15px; }

.c-tags--root ul {
  display: block; }

.c-tags--root ul li {
  height: 34px;
  overflow: hidden; }

.c-tags--root ul li a {
  width: 100%;
  padding-left: 30px;
  display: block;
  margin-left: 0;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  color: #333;
  text-decoration: none;
  position: relative; }

.c-tags--root ul li a:hover {
  background-color: #eee; }

.c-tags--root ul li a.active {
  background-color: #4d4d4d;
  color: #fff; }

.c-tags--root ul li a.active i {
  color: #fff; }

.c-tags--root ul li i {
  position: absolute;
  top: 8px;
  left: 2px;
  font-size: 16px;
  color: #444; }
* .p3516area .p3516list, * .p4061list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

* .p3516area .p3516list, * .p4061list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

body > main {
  background-color: #fff; }

* .p3516feature {
  margin: 0 -1rem; }

* .p3516feature div:first-child {
  padding: 0 1rem; }

* .p3516feature .p3516content {
  background: #eef1d1;
  background: linear-gradient(90deg, #eef1d1 11%, #c6e3e3 50%, #e2d7e8 100%);
  padding: 1rem; }

* .p3516writer {
  margin: 0 -1rem; }

* .p3516writer div:first-child {
  padding: 0 1rem; }

* .p3516writer .p3516content {
  background: #eef1d1;
  background: linear-gradient(90deg, #eef1d1 11%, #c6e3e3 50%, #e2d7e8 100%);
  padding: 3rem;
  margin-bottom: 1rem; }

* .p3516writer .p3516list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 1rem; }

* .p3516writer .p3516list .p3516item {
  width: 50%;
  position: relative;
  margin: 0 1rem; }

* .p3516writer .p3516list .p3516item a {
  position: relative;
  display: block; }

* .p3516writer .p3516list .p3516item a:before {
  padding-top: 100%;
  content: "";
  display: block; }

* .p3516writer .p3516list .p3516item img {
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

* .p3516sub {
  padding-top: 3rem; }

@media (min-width: 769px) {
  * .p3516sub {
    padding: 0; } }
* .p3516main {
  background-color: #fff;
  padding-top: 3rem;
  padding: 3rem 1rem 1rem 1rem; }

@media (min-width: 769px) {
  * .p3516main {
    padding: 0; } }
* .p3516paging {
  margin: 2rem 0; }

* .p3516section {
  margin-bottom: 2rem; }

@media (max-width: 480px) {
  * .p3516section h2 {
    margin-bottom: 1.2rem; } }
* .p3516area .p3516list {
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

* .p3516area .p3516item {
  width: 33.33%;
  padding: .5rem;
  text-align: center; }

* .p4061content {
  background-color: #fff;
  visibility: hidden; }

@media (min-width: 769px) {
  * .p4061content {
    margin: 1rem 0; } }
* .p4061row {
  width: 50%;
  position: relative; }

@media (min-width: 769px) {
  * .p4061row {
    margin: 2rem 0; } }
* .p4061row:after {
  content: "";
  display: block;
  padding-top: 62.5%; }

* .p4061img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover; }

* .p4061frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)); }

* .p4061text {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  margin: .5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: .8rem; }

* .p4061heading {
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5; }

@media (min-width: 769px) {
  * .p4061heading {
    font-size: 1.2rem; } }
* .p4061link {
  display: block;
  width: 100%;
  height: 100%; }

* .p4061list {
  margin-bottom: .8rem; }

* .p4061item {
  color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: .3rem .5rem;
  border: 1px solid #fff;
  font-size: .8rem;
  margin-right: .5rem; }

.slick-center {
  z-index: 3; }

@media (min-width: 769px) {
  .slick-slide {
    margin: 0 .5rem; } }
.c-heading--99, .c-heading--99--sidebar {
  color: #abe2e1;
  /*font-family: "HuiFont";*/
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 2rem;
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
  letter-spacing: -1px; }

.c-heading--99 :first-child, .c-heading--99--sidebar :first-child {
  margin: 0 2rem 0 0; }

.c-heading--99 span, .c-heading--99--sidebar span {
  color: #777;
  font-size: 1.2rem; }

.c-heading--99--sidebar {
  padding: 0 1rem; }
* .c1128list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

* .c1128list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem; }

* .c1128item {
  width: calc(50% - 1rem);
  margin: 0 .5rem;
  padding-bottom: 1rem; }

* .c1128img {
  width: 100%;
  height: 14rem; }

* .c1128img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

* .c1128link {
  color: #333;
  text-decoration: none; }

* .c1128link:hover .c1128title {
  text-decoration: underline; }

* .c1128title {
  color: #444;
  font-size: 1.4rem;
  margin: .8rem 0;
  text-align: left;
  line-height: 1.4;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

@media (min-width: 769px) {
  * .c1128title {
    font-size: 1rem;
    height: 5rem;
    margin: .5rem 0; } }
* .c1128description {
  color: #666;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 2.9rem;
  display: none; }

@media (min-width: 769px) {
  * .c1128description {
    display: block; } }
@media (min-width: 769px) {
  * .c1128list-3 .c1128item {
    width: calc(33.333% - 1rem); } }
@media (min-width: 769px) {
  * .c1128list-3 .c1128title {
    font-size: 1rem;
    height: 4.2rem; } }
@media (min-width: 769px) {
  * .c1128list-3 .c1128img {
    height: 10rem; } }
* .c1128list-sidebar {
  flex-direction: column; }

@media (max-width: 480px) {
  * .c1128list-sidebar .c1128footer {
    margin-top: 1rem; } }
* .c1128list-sidebar .c1128footer img {
  display: none; }

@media (max-width: 480px) {
  * .c1128list-sidebar {
    margin: 0; } }
* .c1128list-sidebar .c1128info {
  padding-left: .75rem; }

* .c1128list-sidebar .c1128item {
  width: 100%;
  padding: .75rem 0;
  border-bottom: 1px solid #f7f7f7; }

@media (max-width: 480px) {
  * .c1128list-sidebar .c1128item {
    margin: 0; } }
* .c1128list-sidebar .c1128link {
  display: flex; }

* .c1128list-sidebar .c1128img {
  width: 20%;
  height: fit-content;
  position: relative;
  border-radius: 8px;
  overflow: hidden; }

* .c1128list-sidebar .c1128img:before {
  content: "";
  display: block;
  padding-top: 100%; }

* .c1128list-sidebar .c1128img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover; }

* .c1128list-sidebar .c1128title {
  font-size: 1.3rem;
  margin: 0 0 .5rem 0;
  line-height: 1.4;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media (min-width: 769px) {
  * .c1128list-sidebar .c1128title {
    font-size: .9rem; } }
* .c1128list-sidebar .c1128description {
  height: auto;
  font-size: .6rem;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media (max-width: 480px) {
  * .c1128list-sidebar .c1128description {
    display: none; } }
* .c1128list-sidebar .c1128info {
  flex: 1; }

* .c1128footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

* .c1128footer .c1128writer {
  display: flex;
  align-items: center; }

* .c1128footer .c1128writer img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-right: .5rem;
  border: 1px solid #eee; }

* .c1128footer .c1128writer span {
  font-size: .8rem;
  color: #999; }

* .c1128footer .c1128counter {
  color: #999;
  font-size: .9rem;
  text-align: right; }

* .c1128footer .c1128counter span {
  color: #666;
  margin-right: .3rem; }
.c-posts--4 .c-posts__list, .c-posts--4 .c-posts__list > li {
  *zoom: 1; }

.c-posts--4 .c-posts__list:before, .c-posts--4 .c-posts__list > li:before, .c-posts--4 .c-posts__list:after, .c-posts--4 .c-posts__list > li:after {
  content: "";
  display: table; }

.c-posts--4 .c-posts__list:after, .c-posts--4 .c-posts__list > li:after {
  clear: both; }

.c-posts__p--empty {
  text-align: center;
  padding: 15px; }

.c-posts__category {
  font-size: 11px;
  color: #666;
  border: 1px solid #666;
  display: inline-block;
  padding: 3px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block; }

.c-posts__categorya {
  cursor: pointer; }

.c-posts__category:hover {
  background-color: #eee; }

.c-posts--4 .c-posts__list {
  margin-right: -4px;
  margin-left: -4px; }

.c-posts--4 .c-posts__list > li {
  width: calc(25% - 8px);
  height: 200px;
  float: left;
  border: 0;
  margin-bottom: 15px;
  margin-right: 4px;
  margin-left: 4px; }

.c-posts--4 .c-posts__list > li > a {
  float: initial; }

.c-posts--4 .c-posts__thumb {
  width: 100%;
  height: 120px; }

.c-posts--4 .c-posts__thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.c-posts--4 .c-posts__head {
  margin-top: 8px;
  position: relative;
  float: initial;
  width: 100%; }

.c-posts--4 .c-posts__title {
  font-family: HiraKakuProN-W6;
  font-size: 15px;
  color: #000;
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  margin-bottom: 5px;
  -webkit-line-clamp: 3; }

.c-posts--4 .c-posts__category {
  display: none; }

.c-posts--4 .c-posts__description {
  display: none; }

.c-posts--4 .c-posts__date {
  display: none; }

#side .c-posts__category {
  font-size: 10px; }

#side .c-posts__date {
  display: none; }

#side .c-posts__description {
  display: none; }

#side .c-posts--1 .c-posts {
  object-fit: cover; }

#side .c-posts--1 .c-posts__thumb {
  width: 90px;
  height: 90px;
  background-color: #eee; }

#side .c-posts--1 .c-posts__thumb__img {
  width: 100%;
  height: 100%;
  background-color: #eee;
  object-fit: cover; }

#side .c-posts--1 .c-posts__list > li {
  height: 110px !important; }

#side .c-posts--1 .c-posts__head {
  width: calc(100% - 90px); }

#side .c-posts--2 .c-posts__list > li {
  height: auto;
  padding: 0;
  border: 0; }

#side .c-posts--2 .c-posts__list > li > a {
  position: relative;
  width: 100%; }

#side .c-posts--2 .c-posts__title {
  font-size: 14px;
  color: #333; }

#side .c-posts--2 .c-posts__head {
  padding: 5px 0; }

#side .c-posts--3 .c-posts {
  object-fit: cover; }

#side .c-posts--3 .c-posts__thumb {
  width: 70px;
  height: 70px; }

#side .c-posts--3 .c-posts__thumb__img {
  width: 70px;
  height: 70px; }

#side .c-posts--3 .c-posts__list > li {
  height: 90px !important; }

#side .c-posts--3 .c-posts__head {
  width: calc(100% - 70px);
  padding-left: 3%; }

#side .c-posts--3 .c-posts__title {
  font-size: 14px;
  color: #333;
  font-family: HiraKakuProN-W6; }

#side .c-posts--4 .c-posts__list > li {
  width: calc(50% - 8px);
  height: 180px; }

#side .c-posts--4 .c-posts__title {
  font-size: 12px;
  color: #333; }

.c-rankings--1 .c-rankings__label {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: #9bf8f6;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff; }

.c-rankings--1 .c-posts--1--sidebar__link, .c-rankings--1 .c-posts--3--sidebar__link, .c-rankings--1 .c-posts--5--sidebar__link {
  position: relative; }

.c-rankings--1 .c-posts--2--sidebar__link {
  position: relative; }

.c-rankings--1 .c-posts--4--sidebar__link {
  position: relative; }
* .c5566text {
  white-space: nowrap; }

* .c5566link {
  text-decoration: none;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  padding: .5rem 1.2rem;
  margin-bottom: 1rem;
  background-color: #abe2e1;
  cursor: pointer;
  text-align: center;
  z-index: 2; }

@media (min-width: 769px) {
  * .c5566link {
    padding: 1.2rem 1rem 1.1rem 1rem; } }
* .c5566withicon .c5566link {
  padding-left: 20%;
  text-align: left; }

* .c5566content {
  position: relative;
  text-align: center; }

* .c5566icon {
  margin-right: .8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: .8rem;
  align-items: center; }

* .c5566icon img {
  width: 1.4rem;
  height: 1.4rem; }

* .c5566text {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  color: #444; }

@media (min-width: 769px) {
  * .c5566text {
    font-size: 1.1rem; } }
* .c5566color-primary .c5566text {
  color: #666; }

* .c5566small .c5566text {
  font-size: 1rem; }

* .c5566small .c5566icon img {
  width: 1.1rem;
  height: 1.1rem; }

* .c5566center {
  text-align: center; }

* .c5566center .c5566link {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center; }

* .c5566center .c5566link .c5566icon {
  position: initial;
  width: auto;
  margin: 0;
  padding-right: .3rem; }

.c-tags--root ul, .c-tags--3__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.c-tags--root {
  position: sticky;
  top: 15px; }

.c-tags--root ul {
  display: block; }

.c-tags--root ul li {
  height: 34px;
  overflow: hidden; }

.c-tags--root ul li a {
  width: 100%;
  padding-left: 30px;
  display: block;
  margin-left: 0;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  color: #333;
  text-decoration: none;
  position: relative; }

.c-tags--root ul li a:hover {
  background-color: #eee; }

.c-tags--root ul li a.active {
  background-color: #4d4d4d;
  color: #fff; }

.c-tags--root ul li a.active i {
  color: #fff; }

.c-tags--root ul li i {
  position: absolute;
  top: 8px;
  left: 2px;
  font-size: 16px;
  color: #444; }

.c-tags--3__list {
  font-size: 0; }

.c-tags--3__list__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.c-tags--3__link {
  background-color: #fff;
  font-size: 13px;
  color: #222;
  padding: 5px 3px;
  border: 0;
  text-decoration: none;
  display: block; }

.c-tags--3__link:before {
  content: "";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  border-color: #eee;
  color: #c3c3c3; }

  .sidebar h2{
    font-size:inherit;
    background: transparent;
    padding: inherit;
    margin: inherit;
    border-radius: inherit;
  }

  .logo-text{
    display: none;
  }

  /**************記事ページ***************/

.post-author-image img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: .5rem;
    border: 1px solid #eee;
}
.post-author-name{
  font-size: .8rem;
  color: #999;
}

.e-card-info{
  justify-content: flex-start;
}

.cat-label{
  display: none;
}

  .post-single h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #222;
    -webkit-font-smoothing: antialiased;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.date-tags *{
  color: #aaa;
  font-size: 12px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
}

.date-tags{
  text-align: left !important;
  font-size: 11px;
}

  .post-single p, .p-post__img p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    word-break: break-word;
    margin-bottom: 20px;
}

  .eye_catch img{
    max-width: 600px !important;
    display: block;
    margin:0 auto 1em;
  }

  .marker-red {
    background: linear-gradient(transparent 60%, #f5c4c4 60%);
    font-weight: 700;
}

  .p-post__description {
    background: #f7f7f7;
    padding: 20px 25px;
    margin-bottom: 35px;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.p-post__description p:last-of-type{
  margin-bottom: 0;
}

.post-single h2{
  border-bottom: 3px solid #9bf8f6;
  padding: 20px 0 15px 10px;
  color: #222;
  background: transparent;
}

.post-single h3 {
  font-size: 18px;
  margin: 30px 0 15px 0;
  padding: .25em .5em;
  border: none;
  border-left: 4px solid #9bf8f6;
}
@media screen and (max-width: 767px) {
  .p-post__description{
    background: #fff;
    padding: 0;
    margin-bottom: .5em;
  }
}


/**********目次*********/

.toc {
  background-color: #fafafa;
  border: 2px solid #f3f3f3;
  padding: 20px;
  width: 100%;
}

.toc-title{
  font-weight: 900;
}

.toc a {
  color: #555;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}

.toc li{
  position: relative;
  margin-bottom: 1em;
  padding: 2px 0;
  position: relative;
}

.toc li::marker{
  margin-right: 8px;
  color: #9bf8f6;
  position: absolute;
  left: 0;
  top: 3px !important;
}

/*************合わせてよみたい************/

.p-post__link--internal--5__wrap .p-post__link--internal--5 {
  margin-bottom: 2rem;
}

.p-post__link--internal--5 {
  display: block;
  margin: 1rem;
  margin-bottom: 10px;
  text-decoration: none;
  border: 2px solid #9bf8f6;
  border-radius: 5px;
  padding: 1.5rem 1rem 1rem 1rem;
  position: relative;
}
h2.related-entry-heading{
	color: #abe2e1;
font-family: "Zen Kurenaido", sans-serif;
    font-size: 2rem;
	border-bottom:none;
}

/******************サービス*****************/

.service {
	background-color: #f9f4ff;
	padding: 10px;
}

.service_title_sonomae {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-left: solid 5px #8464A4;
}
.p-post__body p.service_title_sonomae{
		font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-left: solid 5px #8464A4;
}
.p-post__body p.service_title_1{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #8464A4;
    margin-bottom: 20px;
}

.btn_uranai {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service_title_1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #8464A4;
	margin-bottom: 20px;
}

.service_text {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.service_text p {
	margin-bottom: 40px;
}

.service_text ul {
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 40px;	
}

.service_futoji_red {
	font-weight: bold;
	color: red;
}

.btn_uranai {
	text-align: center;
	margin-bottom: 10px;
}

.btn_uranai p {
	font-size: 14px;
	margin-bottom: 0px;
}

.btn_uranai a {
	font-size: 20px;
	font-weight: bold;
	text-decoration :none;
	color: #FFFFFF;
	background-color:#8464A4;
	line-height: 1.2;
	padding: 15px 20px 10px 20px;
	border-radius: 10px;
	border: 1px solid  #8464A4;
	box-shadow: 4px 4px 8px #dddddd;
	display: inline-block;
	background-image: linear-gradient(#8464A4, #15101a);
}

.btn_text_1 {
	color: red;
	font-size: 18px;
}

.btn_text_2 {
	font-size: 14px;
}

.p-post__img__src a {
  display: block;
  position: relative;
  max-width: max-content;
  text-decoration: none;
}
.p-post__img__quote {
  display: block;
  font-size: 11px;
  color: #ddd;
  margin-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
}

* .p4641type-1 {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  display: block;
  -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
}

* .p4641type-1 .p4641link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 769px) {
  * .p4641type-1 .p4641img {
      width: 8rem;
      height: 8rem;
  }
}

* .p4641type-1 .p4641img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: .8rem;
}

* .p4641type-1 .p4641info {
    flex: 1;
    padding: 1rem;
}

.p-post__link--internal--1{
  display: flex;
}

* .p4641type-1 .p4641description {
  color: #767676;
  display: block;
  font-size: .8rem;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.p-post__writer {
  border: 3px solid #eee;
  border-radius: 3px;
  padding: 10px;
  margin: 10px 0;
}

.p-post__writer a{
  text-decoration: none;
}

.p-post__writer__img {
  float: left;
  margin-right: 15px;
}
.p-post__writer__img img {
  width: 70px;
  height: 70px;
  background-color: #f7f7f7;
  display: block;
  border-radius: 50%;
  display: block;
  border: 1px solid #eee;
  font-size: 11px;
}
.p-post__writer__text {
  padding-top: 5px;
}

.p-post__writer__text span {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  color: #444;
}
.p-post__writer__text p {
  color: #444;
  font-size: 14px;
  margin: 0;
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1;
}
.p-post__writer__text span {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  color: #444;
}
.article h2{
	font-size:20px;
    margin: 40px 0 20px 0;
}
.p-post__heading {
	margin-bottom:0;
}
img.small{
  max-width: 260px !important;
  display: inline-block;
}

@media (min-width: 769px) {
    * .p4641type-1 .p4641title {
        text-decoration: underline;
        font-size: 1rem;
        font-weight: 600;
    }
    * .p4641type-1 .p4641description {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
}
/**************サイドメニュー**************/

.wpp-list li  img{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  max-width: 70px;
  height: 70px;
  object-fit: cover;
}

.wpp-list li a{
  color: #444;
      font-size: .9rem;
text-decoration:none;
font-weight: bold;
line-height: 1.455;
}

.wpp-list li a:hover{
text-decoration:underline;}

.wpp-list li a:last-of-type::after{
  content: 'plush編集部';
  font-weight: normal;
  display: block;
  font-size: 0.7rem;
  color:#888;
  margin-top: .5em;
}
/**************カテゴリーページ****************/
.p-tag__header--3__heading__wrap {
  margin: 0 auto;
  padding: 80px 25px 0;
  text-align: center;
}

.p-tag__header--3__heading {
  padding-right: 0;
  font-size: 38px;
  margin-bottom: 17px;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  color:#fff;
}

.p-tag__header--3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 45px;
  color: #FFF;
  background-color: #ddd;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-color: #c8c8c8;
  border-bottom: silver solid 1px;
  min-height: 260px;
  color: #fff;
}

* .c590inner {
  padding: 0;
  max-width: 1080px;
  margin: 0 auto;
}

.blogcard-footer{
	display:none;
}

.external-blogcard-snippet{
	    color: #767676;
    font-size: .8rem;
    line-height: 1.5;
    margin-top: .5rem !important;
    text-align: left;
}
.blogcard{
border:1px solid #e7e7e7;
    -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
}
.blogcard-wrap{
	width:90%;
}

@media (min-width: 769px) {
	.blogcard-thumbnail{
		width:128px;}
	.blogcard-thumbnail img{
		min-height:128px;
		max-height:128px;
		object-fit:cover;
	}
	.blogcard-content {
    margin-left: 148px;
    max-height: 140px;
    overflow: hidden;
    margin-top:.5em;
}
	.blogcard-title{
		font-size:1.0rem;
		text-decoration:underline;
	}
}
.kanrenkiji_midashi p{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-left:4px solid #0EC8C4;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:50px;
	margin-bottom:10px;
}

.uranai_name{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;	
}

.uranai_photo{
 	text-align: center;
}

.uranai_photo img{
 	width: 200px;
}

.osusume_point {
	line-height: 1.5;
}

.osusume_point p{
	font-weight: bold;
	color: #0EC8C4;
	margin-bottom:0px;
}

.osusume_point ul{
	padding-left: 20px;
	margin-top:0px;
}

.inline-code {
  padding: .2em .5em;
  background-color: #ebecec;
  border-radius: .1875em;
  color: #1e70a2;
  font-size: 87.5%;
  font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Meiryo,monospace,serif;
  word-break: break-all; }

span.key {
  height: 1.6rem;
  min-width: 1.6rem;
  padding: 0 7px;
  margin: 0 2px;
  background: #EBECEC;
  border-radius: 4px;
  border-top: 1px solid #DDD;
  box-shadow: 0 0 3px #EEE,0 3px 0 #BFBFBF,0 3px 2px #222;
  color: #666;
  text-shadow: 0 1px 0 #F5F5F5;
  font-family: arial;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.53;
  display: inline-block;
  position: relative;
  top: -2px; }
.c-tags--root ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.c-tags--root {
  position: sticky;
  top: 15px; }

.c-tags--root ul {
  display: block; }

.c-tags--root ul li {
  height: 34px;
  overflow: hidden; }

.c-tags--root ul li a {
  width: 100%;
  padding-left: 30px;
  display: block;
  margin-left: 0;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  color: #333;
  text-decoration: none;
  position: relative; }

.c-tags--root ul li a:hover {
  background-color: #eee; }

.c-tags--root ul li a.active {
  background-color: #4d4d4d;
  color: #fff; }

.c-tags--root ul li a.active i {
  color: #fff; }

.c-tags--root ul li i {
  position: absolute;
  top: 8px;
  left: 2px;
  font-size: 16px;
  color: #444; }
.c-like__button {
  color: #666;
  font-size: 14px;
  width: 150px;
  height: 34px;
  line-height: 34px;
  color: #333;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 3px;
  white-space: nowrap; }

.c-like__button:hover {
  opacity: .9; }

.c-like__button > i {
  margin-right: 5px; }

.c-like__button.like {
  background-color: #9bf8f6;
  color: #fff;
  border: 1px solid #83f6f4; }
@keyframes a {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes b {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes c {
  0% {
    transform: translate(-50%, -50%) rotate(0); }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg); }
  to {
    transform: translate(-50%, -50%) rotate(-1turn); } }
@keyframes d {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(6px); }
  25% {
    transform: scale(1.3) translateX(8px); }
  40% {
    transform: scale(1.2) translateX(6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(6px); }
  75% {
    transform: scale(0.7) translateX(8px); }
  90% {
    transform: scale(0.8) translateX(6px); }
  to {
    transform: scale(1); } }
@keyframes e {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(-6px); }
  25% {
    transform: scale(1.3) translateX(-8px); }
  40% {
    transform: scale(1.2) translateX(-6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(-6px); }
  75% {
    transform: scale(0.7) translateX(-8px); }
  90% {
    transform: scale(0.8) translateX(-6px); }
  to {
    transform: scale(1); } }
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6); }

.lum-lightbox-inner {
  bottom: 2.5%;
  left: 2.5%;
  right: 2.5%;
  top: 2.5%; }

.lum-lightbox-inner img {
  position: relative; }

.lum-lightbox-inner .lum-lightbox-caption {
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  text-align: center; }

.lum-loading .lum-lightbox-loader {
  animation: c 1.8s infinite linear;
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px; }

.lum-lightbox-loader:after, .lum-lightbox-loader:before {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  content: "";
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px; }

.lum-lightbox-loader:before {
  animation: d 1.8s infinite linear;
  left: 0; }

.lum-lightbox-loader:after {
  animation: e 1.8s infinite linear;
  animation-delay: -.9s;
  right: 0; }

.lum-lightbox.lum-opening {
  animation: a .18s ease-out; }

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: b .18s ease-out; }

.lum-lightbox.lum-closing {
  animation: a .3s ease-in;
  animation-direction: reverse; }

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: b .3s ease-in;
  animation-direction: reverse; }

.lum-img {
  transition: opacity .12s ease-out; }

.lum-loading .lum-img {
  opacity: 0; }

.lum-gallery-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100px;
  margin: 0;
  max-height: 100%;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: 150%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 60px; }

.lum-close-button {
  height: 32px;
  opacity: .3;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px; }

.lum-close-button:hover {
  opacity: 1; }

.lum-close-button:after, .lum-close-button:before {
  background-color: #fff;
  content: " ";
  height: 33px;
  left: 15px;
  position: absolute;
  width: 2px; }

.lum-close-button:before {
  transform: rotate(45deg); }

.lum-close-button:after {
  transform: rotate(-45deg); }

.lum-previous-button {
  left: 12px; }

.lum-next-button {
  right: 12px; }

.lum-gallery-button:after {
  border-top: 4px solid rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  top: 50%;
  width: 36px; }

.lum-previous-button:after {
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px 0 0 0;
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  transform: translateY(-50%) rotate(-45deg); }

.lum-next-button:after {
  border-radius: 0 3px 0 0;
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  transform: translateY(-50%) rotate(45deg); }

@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    -webkit-overflow-scrolling: touch;
    display: flex;
    overflow: auto; }

  .lum-lightbox-caption {
    bottom: 0;
    position: absolute;
    width: 100%; }

  .lum-lightbox-position-helper {
    margin: auto; }

  .lum-lightbox-inner img {
    max-height: none;
    max-width: none; } }
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(./fonts/slick.eot);src:url(./fonts/slick.eot?#iefix) format('embedded-opentype'),url(./fonts/slick.woff) format('woff'),url(./fonts/slick.ttf) format('truetype'),url(./fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.p-post__toc--1 {
  margin-top: 15px;
  margin-bottom: 15px; }

.p-post__toc--1__list {
  list-style-type: none; }

.p-post__toc--1__wrap {
  background-color: #fafafa;
  border: 2px solid #f3f3f3;
  padding: 20px; }

.p-post__toc--1__title {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700; }

.p-post__toc--1__link {
  color: #555;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 30px; }

.p-post__toc--1__link:hover {
  color: #333; }

.p-post__toc--1__list__item {
  position: relative;
  margin-bottom: 10px;
  padding: 2px 0; }

.p-post__toc--1 .num {
  margin-right: 8px;
  color: #9bf8f6;
  position: absolute;
  left: 0;
  top: 0; }
* .i2124content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: .4rem 0; }

@media (min-width: 769px) {
  * .i2124content {
    margin: .25rem 0; } }
* .i2124content img {
  max-height: 1.5rem;
  width: auto;
  margin-right: .5rem; }

* .i2124content span {
  font-size: 1rem;
  color: #666; }

@media (min-width: 769px) {
  * .i2124content span {
    font-size: .8rem; } }
* .p4641type-1 .p4641link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

* .p4641content {
  margin: 1rem 0; }

@media (max-width: 480px) {
  * .p4641content {
    font-weight: 600;
    margin: 1.5rem 0; } }
* .p4641type-1 {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  display: block;
  -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06); }

* .p4641type-1:hover {
  opacity: .9;
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.15); }

* .p4641type-1 .p4641img {
  width: 10rem;
  height: 10rem; }

@media (min-width: 769px) {
  * .p4641type-1 .p4641img {
    width: 8rem;
    height: 8rem; } }
* .p4641type-1 .p4641img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: .8rem; }

* .p4641type-1 .p4641link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  color: inherit; }

* .p4641type-1 .p4641info {
  flex: 1;
  padding: 1rem; }

* .p4641type-1 .p4641text-only {
  padding: 1.1rem; }

* .p4641type-1 .p4641text-only .p4641title {
  text-decoration: underline; }

* .p4641type-1 .p4641text-only .p4641description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

* .p4641type-1 .p4641title {
  font-size: 1.4rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left; }

@media (min-width: 769px) {
  * .p4641type-1 .p4641title {
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 600; } }
* .p4641type-1 .p4641description {
  color: #767676;
  display: block;
  font-size: .8rem;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

@media (min-width: 769px) {
  * .p4641type-1 .p4641description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }
* .p4641type-5.p4641content {
  margin: 2rem 0 1rem 0; }
* .p4641type-5.p4641content .blogcard-wrap{
	border:none;
	width:100%;
	margin-bottom:0;
}
.p-post__link--internal--5 br{
	display:none;
}
* .p4641type-5.p4641content .blogcard{
	box-shadow:none;
	border:none;
	padding:0;
}

@media (min-width: 769px) {
  * .p4641type-5.p4641content {
    margin: 3.5rem 0 1rem 0; } }
* .c6821content {
  display: flex;
  min-height: 100px;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 1.6rem 0; }

@media (min-width: 769px) {
  * .c6821content {
    margin: 1rem 0; } }
* .c6821content.c6821right {
  flex-direction: row-reverse;
  justify-content: flex-end; }

* .c6821content.c6821right .c6821text {
  text-align: right; }

* .c6821design1 .c6821name {
  display: none; }

* .c6821design1 .c6821comment {
  display: inline-block;
  position: relative;
  margin: 0 0 0 1rem;
  padding: 15px;
  border-radius: 12px;
  background: #f6f8f6;
  width: 80%; }

* .c6821design1 .c6821comment:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #f6f8f6;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg); }

* .c6821design1.c6821right .c6821comment {
  margin: 0 1rem 0 0; }

* .c6821design1.c6821right .c6821comment:after {
  right: -13px;
  left: auto;
  border-right: 0;
  border-left: 18px solid #f6f8f6;
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg); }

* .c6821design3 {
  display: flex;
  margin-bottom: 40px; }

* .c6821design3 .c6821name {
  display: none; }

* .c6821design3 .c6821character {
  padding-right: 16px;
  margin-right: 20px;
  border-right: 1px solid #000;
  flex-shrink: 0;
  width: auto;
  padding-bottom: 20px; }

@media (min-width: 769px) {
  * .c6821design3 .c6821character {
    padding-right: 40px;
    margin-right: 40px; } }
* .c6821design3 .c6821character:after {
  font-size: 1rem;
  text-align: left;
  margin-top: .3rem;
  color: #000;
  top: calc(100% - 20px); }

@media (min-width: 769px) {
  * .c6821design3 .c6821character:after {
    font-size: .8rem; } }
* .c6821design3 .c6821character img {
  width: 64px;
  height: 64px;
  margin-right: 8px;
  border-radius: 50%;
  padding: 0;
  object-fit: cover; }

* .c6821design3.c6821right .c6821character {
  padding-left: 16px;
  margin-left: 20px;
  padding-right: 0;
  margin-right: 0;
  border-left: 1px solid #000;
  border-right: 0; }

@media (min-width: 769px) {
  * .c6821design3.c6821right .c6821character {
    padding-left: 40px;
    margin-left: 40px; } }
* .c6821design3.c6821right .c6821character:after {
  text-align: right; }

* .c6821design3.c6821right .c6821character img {
  margin-right: 0;
  margin-left: 8px; }

* .c6821design2.c6821right .c6821name {
  text-align: right;
  margin-right: 1rem; }

* .c6821design2.c6821right .c6821comment {
  margin: 8px 1rem 0 0; }

* .c6821design2.c6821right .c6821comment div {
  margin: 0; }

* .c6821design2.c6821right .c6821comment:before {
  left: auto;
  right: -9px; }

* .c6821design2.c6821right .c6821comment:after {
  left: auto;
  right: -6px; }

* .c6821design2 .c6821img:after {
  display: none; }

* .c6821design2 .c6821comment {
  position: relative;
  margin: 8px 0 0 1rem;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background-color: #fff; }

* .c6821design2 .c6821comment p {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.7;
  background-color: inherit; }

* .c6821design2 .c6821comment:before {
  left: -9px;
  position: absolute;
  top: -1px;
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #dcdcdc; }

* .c6821design2 .c6821comment:after {
  left: -6px;
  position: absolute;
  top: 0;
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #fff; }

* .c6821design2 .c6821name {
  font-weight: bold;
  margin: 0 0 0 1rem; }

* .c6821text {
  flex: 1; }

* .c6821comment {
  text-align: right; }

* .c6821comment > div p {
  text-align: left;
  margin: 0; }

* .c6821character {
  width: 80px;
  text-align: center;
  font-size: 12px;
  position: relative; }

* .c6821character > img {
  width: 80px;
  height: 80px;
  background-color: #eee;
  border: 1px solid #eee;
  object-fit: cover;
  border-radius: 50%; }

* .c6821character:after {
  content: attr(name);
  display: block;
  font-size: .9rem;
  position: absolute;
  top: 100%;
  color: #999;
  left: 0;
  right: 0;
  text-align: center; }
.c-posts--4 .c-posts__list, .c-posts--4 .c-posts__list > li {
  *zoom: 1; }

.c-posts--4 .c-posts__list:before, .c-posts--4 .c-posts__list > li:before, .c-posts--4 .c-posts__list:after, .c-posts--4 .c-posts__list > li:after {
  content: "";
  display: table; }

.c-posts--4 .c-posts__list:after, .c-posts--4 .c-posts__list > li:after {
  clear: both; }

.c-posts__p--empty {
  text-align: center;
  padding: 15px; }

.c-posts__category {
  font-size: 11px;
  color: #666;
  border: 1px solid #666;
  display: inline-block;
  padding: 3px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block; }

.c-posts__categorya {
  cursor: pointer; }

.c-posts__category:hover {
  background-color: #eee; }

.c-posts--4 .c-posts__list {
  margin-right: -4px;
  margin-left: -4px; }

.c-posts--4 .c-posts__list > li {
  width: calc(25% - 8px);
  height: 200px;
  float: left;
  border: 0;
  margin-bottom: 15px;
  margin-right: 4px;
  margin-left: 4px; }

.c-posts--4 .c-posts__list > li > a {
  float: initial; }

.c-posts--4 .c-posts__thumb {
  width: 100%;
  height: 120px; }

.c-posts--4 .c-posts__thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.c-posts--4 .c-posts__head {
  margin-top: 8px;
  position: relative;
  float: initial;
  width: 100%; }

.c-posts--4 .c-posts__title {
  font-family: HiraKakuProN-W6;
  font-size: 15px;
  color: #000;
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  margin-bottom: 5px;
  -webkit-line-clamp: 3; }

.c-posts--4 .c-posts__category {
  display: none; }

.c-posts--4 .c-posts__description {
  display: none; }

.c-posts--4 .c-posts__date {
  display: none; }
.p-post__quote__src a {
    color: #ccc;
    text-decoration: underline;
}
.p-post__quote__src {
    text-align: right;
    font-size: 11px;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ccc;
}

@media screen and (max-width: 480px){
	.c-heading--99, .c-heading--99--sidebar{
		font-size:1.75rem;
	}
	.c-heading--99 span, .c-heading--99--sidebar span{
		font-size:0.9rem;
	}
	.post-author-image img{
		width:18px;
		height:18px;
	}
	.post-author-name{
		font-size:9px;
		font-weight:normal;
		    color: #999;
	}
	* .c1128title, .e-card-title{
		font-size:14px;
		color:#444;
		font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
	}
}

.p-post__link--internal--5 {
    display: block;
    margin: 1rem;
    margin-bottom: 10px;
    text-decoration: none;
    border: 2px solid #9bf8f6;
    border-radius: 5px;
    padding: 1.5rem 1rem 1rem 1rem;
    position: relative;
}

.p-post__link--internal--5 .label {
    position: absolute;
    left: 1.5rem;
    font-size: 1rem;
    bottom: calc(100% - .75rem);
    background-color: #9bf8f6;
    color: #fff;
    display: block;
    padding: .5rem .75rem;
}
.p-post__link--internal--5__link {
    color: #333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-decoration: none;
}
.p-post__link--internal--5__link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
}
.p-post__link--internal--5__img__wrap {
    margin-right: 1rem;
    height: 100%;
}
.p-post__link--internal--5__img {
    max-width: 10rem !important;
    max-height: 5rem;
    object-fit: cover;
}
.p-post__link--internal--5__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}
.p-post__link--internal--5__description {
    font-size: .8rem;
    color: #666;
    line-height: 1.5;
    margin-top: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.p-post__link--internal--5 p{
	margin:0;
	display:inline;
}
.p-post__link--internal--5__link:hover .p-post__link--internal--5__title{
	text-decoration:underline;
}
#uranai_table_pickup center{
	font-size:9px;
}
.table_body_pickup {
    width: 100%;
    border: 1px solid #dcdcdc;
    font-size: 10pt;
}

.table_heading_pickup {
    background-color: #c7e3e3 !important;
    padding: 5px 5px;
    border: 1px solid #dcdcdc;
}
.td_uranai_pickup {
    padding: 5px 5px;
    border: 1px solid #dcdcdc;
}
.btn_uranai_sensei {
    text-align: center;
    margin-bottom: 10px;
}
.btn_uranai_sensei a {
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    line-height: 1.5;
    background-color: #FFFFFF;
    padding: 15px 65px 15px 65px;
    border-radius: 10px;
    border: 2px solid #8464A4;
    display: inline-block;
    background-image: linear-gradient(#FFFFFF, #f3e6ff);
}
.p-post__heading > h4 {
    font-size: 16px;
    padding: .25em .5em;
    margin: 20px 0 10px 0;
	border:none;
}
.p-post__heading--4:before {
    content: "";
    width: 11px;
    height: 11px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    background: #9bf8f6;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.p-post__html {
    margin: 1rem 0;
}
.review {
    background-color: #F4F7F2;
    padding: 10px;
}
.review_honbun {
    background-color: #F4F7F2;
    margin: 10px 5px 10px 5px;
    line-height: 1.5;
}
p.review_url{
    text-align: right;
    color: #888888;
    font-size: 12px;
}
.review_futoji {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #F5C9C6 0%);
}
table *{
	font-size:16px;
}
.table_body_pickup_2 {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-collapse: collapse;
		font-size:16px;
}
.table_heading_pickup_2 {
    width: 30%;
    padding: 10px 10px;
    background-color: #C7E3E3;
    border: 1px solid #b4cccc;
}
.td_uranai_pickup_2 {
    padding: 10px 10px;
    border: 1px solid #b4cccc;
}
ul.ul_uranai_pickup_2 {
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.table_body_fortuneteller {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-collapse: collapse;
	font-size:16px;
}
.td_heading_fortuneteller {
    width: 30%;
    padding: 10px 10px;
    background-color: #C7E3E3;
    border: 1px solid #b4cccc;
}
.td_info_fortuneteller {
    padding: 10px 10px;
    border: 1px solid #b4cccc;
}
ul.ul_info_fortuneteller {
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ryokin {
    margin-top: 10px;
    margin-bottom: 10px;
}
.table_body_shop {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-collapse: collapse;
	font-size:16px;
}
.td_heading_shop {
    width: 30%;
    padding: 10px 10px;
    background-color: #C7E3E3;
    border: 1px solid #b4cccc;
}
.td_info_shop {
    padding: 10px 10px;
    border: 1px solid #b4cccc;
}
.table_body_shop {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-collapse: collapse;
}
.td_heading_shop {
    width: 30%;
    padding: 10px 10px;
    background-color: #C7E3E3;
    border: 1px solid #b4cccc;
}
.td_info_shop {
    padding: 10px 10px;
    border: 1px solid #b4cccc;
}
ul.ul_info_shop {
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.btn_uranai_blue {
    text-align: center;
    margin-bottom: 10px;
}

.btn_uranai_blue p {
    font-size: 14px;
    margin-bottom: 0px;
}
.btn_blue_text_1 {
    color: red;
    font-size: 18px;
}

.btn_uranai_blue a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0EC8C4;
    line-height: 1.2;
    padding: 15px 20px 10px 20px;
    border-radius: 10px;
    border: 1px solid #0EC8C4;
    box-shadow: 4px 4px 8px #dddddd;
    display: inline-block;
    background-image: linear-gradient(#0EC8C4, #0b9997);
}
.btn_uranai_blue p{
	text-align:center;
}
.btn_blue_text_2 {
    font-size: 14px;
}
.p-post__img__src a {
    display: block;
    position: relative;
    text-decoration: none;
}
.p-post__img__comment p{
	color:#d3d3d3;
	font-size:12px !important;
}
p.service_title_1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #8464A4;
}
.p-post__html center span, .p-post__html center{
	font-size:11px !important;
}
p.service_title_2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: solid 5px #8464A4;
}

.btn_taiken_kiji{
	text-align: center;
	margin-bottom: 50px;
}

.btn_taiken_kiji p {
	font-size: 14px;
	color: red;
	margin-bottom: 0px;
}

.btn_taiken_kiji a {
	font-size: 18px;
	font-weight: bold;
	text-decoration :none;
	color: #FFFFFF;
	background-color:#0EC8C4;
	padding: 15px 15px 10px 15px;
	border-radius: 10px;
	border-bottom: 4px solid #0cb3b0;
	display: inline-block;
}
.btn_taiken_kiji {
    text-align: center;
    margin-bottom: 50px;
}
.btn_taiken_kiji p{
    text-align: center;
}
.osusume_kiji_midashi p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 2px solid #0EC8C4;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.ninki_kiji_midashi p{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	border-bottom:2px solid #0EC8C4;
	padding-left:10px;
	padding-bottom:10px;
	margin-top:50px;
	margin-bottom:10px;
}

.ninki_kiji {
	margin-top:20px;
margin-bottom:20px;
}

.ninki_kiji p{
	font-size: 16px;
	font-weight: bold;
	color: #0EC8C4;
	margin-bottom:0px;
}

.ninki_kiji ul{
	padding-left: 20px;
	margin-top:0px
}

.ninki_kiji ul li{
	line-height: 1.2;
	border-bottom:1px solid #C7E3E3;
	padding-top:5px;
	padding-bottom:5px;
}

.ninki_kiji a{
	text-decoration :none;
}	
.btn_osusume_kiji a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    background-color: #0EC8C4;
    color: #FFFFFF;
    padding: 10px 15px 10px 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #0EC8C4;
    display: inline-block;
}
* .c6821character:after {
    content: 'runa.';
    display: block;
    font-size: .9rem;
    position: absolute;
    top: 100%;
    color: #999;
    left: 0;
    right: 0;
    text-align: center;
	line-height:0;
}
.ninki_kiji ul li{
	font-size:16px;
}
b strong{
	color:#0000ff;
}
.p-post__quote {
    background-color: #eee;
    padding: 30px;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
}
.p-post__quote i {
    position: absolute;
    top: 3px;
    left: 3px;
    color: #ccc;
}
@media screen and (max-width: 767px) {
	main.main{
		padding-top:0;
	}
		.date-tags, .date-tags *{
		text-align: right !important;
		font-size: 11px !important;
	}
	.table_body_shop , .table_body_fortuneteller, .table_body_pickup_2{
		font-size:14px;
	}
		table *{
		font-size:14px;
	}
	* .p3516writer .p3516content{
		padding:2rem;
	}
	* .p3516writer .p3516list{
		padding:0;
	}
	* .l2514content:before{
		max-height:80px;
	}
	* .l2514sns i {
		font-size: 2rem;
	}
	* .l2514bg{
		padding-left:1em;
		padding-right:1em;
		padding-top:0;
	}
	* .l2514container{
		padding-bottom:0;
	}
	* .l2514heading{
		font-size:15px;
		margin-bottom:1em;
	}
	* .l2514cr{
		font-size:.5em;
	}
	* .l2514sns .l2514item{
		width:2rem;
		height:2rem;
		margin-right:.75em;
	}
}
@media screen and (min-width: 768px) {

  .sp{
    display: none;
  }

}

@media screen and (max-width: 834px) {
  .slide-top .slick-dots {
      display: block !important;
  }

  .eye_catch img{
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }
}

.related-entry-card-thumb {
  width: 90px;
  height: 90px;
}


.related-entry-card-thumb img{
  height: 90px;
  min-height: 90px;
  width: 100%;
  object-fit: cover;
}

.post-single .related-entry-card-title{
  border-left: none;
  padding-left: 0;
  margin: 0 0 .5em;
  font-size: 16px;
}

.related-entry-card-content{
  margin-left: 0;
}

.post-single .related-entry-card-title{
    margin: 0 0 5px 0;
    line-height: 1.4;
    color: #666;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 400;
    text-align: left;
}

.post-single .related-entry-card-snippet{
  color: #999;
  width: 100%;
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-entry-card-content {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.related-list a{
  border-bottom: 1px solid #ededed;
}

.related-entry-card-meta{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: 1em;
  width: 100%;
  align-items: center;
  padding-left: 100px;
}

.related-list .post-date{
margin-top: 5px;
color: #666;
font-size: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
opacity: .9;
}
.related-entry-card-categorys{
  display: flex !important;
  column-gap: 5px;
}
.related-entry-card-categorys span{
border: 1px solid #e7e7e7;
border-radius: 2px;
color: #999;
font-size: 10px;
margin-right: auto;
padding: 3px 4px;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.p-post__body p, .p-post__img p{
	font-size:16px;
}
.p-post__product {
    margin: 15px 0;
    border: 1px solid #eee;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
}
.p-post__product__btns {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-start;
}
.p-post__product__name {
    font-size: 18px;
    line-height: 1.3;
}
.p-post__product__btn {
    flex: 1;
    text-align: center;
    margin: 0 5px;
}
.p-post__product__btn > a {
    background-color: #9bf8f6;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    height: 60px;
    border: 1px solid;
    border-radius: 40px;
    line-height: 1.2;
    text-align: center;
    display: flex
;
    text-decoration: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}
.charis_box {
    border: solid 2px #b01f24;
    padding: 4px 0;
    font-size: 14px;
    background-color: #fff;
}
.charis_talk_title {
    width: 100%;
    margin: 10px 0;
    text-align: left;
}
.charis_talk {
    margin-bottom: 8px;
}
.charis_talk ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.charis_talk li {
    display: flex
;
    align-items: flex-start;
    padding: 0 8px 8px;
}
.charis_talk .arrow_box {
    display: block;
    position: relative;
    width: 80%;
    margin-left: 6%;
    padding: 6px;
    background: #FFFFFF;
    text-align: left;
    border: 2px solid #3b69a1;
    color: #3d3d3d;
    font-size: 1em;
    line-height: 1.3em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.charis_cp {
    padding: 0 4px;
}
@media screen and (min-width: 768px) {
    .charis_cp h3 {
        font-size: 1.6em;
    }
}
.charis_cp h3 {
    font-size: 1.15em;
    line-height: 1.2em;
    margin: 16px 0;
    color: #b01f24;
    padding: 8px 8px 4px 8px;
    border-bottom: solid 1px #b01f24;
}
.charis_cp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.charis_cp ul li {
    font-size: 1em;
    padding: 4px 6px;
    border-bottom: #888 dashed 1px;
    list-style: none;
}
@media screen and (min-width: 512px) {
    .charis_talk .talk_img {
        width: 7%;
    }
}
@media screen and (min-width: 512px) {
    .charis_talk .arrow_box {
        width: 90%;
        margin-left: 3%;
        padding: 10px;
        font-size: 16px;
        line-height: 1.5em;
    }
}
.charis_talk .arrow_box:before {
    border-color: rgba(64, 151, 255, 0);
    border-top-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 14px;
    border-right-width: 14px;
    margin-top: -10px;
    margin-right: 2px;
    border-right-color: #3b69a1;
}
.charis_talk .arrow_box:after, .charis_talk .arrow_box:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 25px;
}

.charis_talk .arrow_box:before {
    border-color: rgba(64, 151, 255, 0);
    border-top-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 14px;
    border-right-width: 14px;
    margin-top: -10px;
    margin-right: 2px;
    border-right-color: #3b69a1;
}
.charis_talk .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 0px;
    border-bottom-width: 8px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-top: -8px;
    border-right-color: #FFFFFF;
}
.charis_talk .arrow_box .uline {
    font-weight: bold;
    background: linear-gradient(transparent 75%, #f596f5 75%);
}

@media screen and (min-width: 768px) {
    .charis_talk .arrow_box:after, .charis_talk .arrow_box:before {
        top: 30px;
    }
}
@media screen and (max-width: 767px) {
  .related-entry-card-meta{
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
    .charis_bt {
        width: 50%;
    }
}
.charis_bt {
    display: block;
    background-color: #b01f24;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    width: 80%;
    border: #fff solid 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    padding: 10px 0;
    margin: 16px auto;
}
@media screen and (min-width: 768px) {
    .charis_bt {
        width: 50%;
    }
}
.toc{
   margin:auto;
}
.toc-title::after {
   content: '[close]';
   margin-left: .5em;
   cursor: pointer;
   font-size: .8em;
}
.toc-title.active::after {
   content: '[open]';
}
.article ol{
   padding-left:15px;
}

* .p8943cover {
    background-position: center center;
    background-size: cover;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/cdn.plush-fortune.jp/production/features/covers/000/000/010/original.png?1653301377);
	  margin: 0 calc(50% - 50vw);
  width: 100vw;
	position:relative;
	height:30vh;
}
* .p8943filter {
    background-color: rgba(255, 255, 255, 0.25);
}
.p8943header{
	position:relative;
}
.page__header__wrap{
	position:absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
max-width: 90%;
    width: 100%;
    text-align: center;
}
* .p8943heading {
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 1rem 0;
    padding-bottom: .3rem;
    font-weight: 600;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
	color:#fff;
}
@media (min-width: 769px) {
    p.p8943description {
        font-size: 14px;
        margin-top: .8rem;
        font-weight: normal;
			color:#fff;
    }
}
.article h2{
	background:transparent;
}
.p-post__heading > h2 {
    font-size: 20px;
    clear: both;
    padding: 10px 0 10px 10px;
    margin: 40px 0 20px 0;
}
.p-post__heading > h2, .p-post__heading > h3, .p-post__heading > h4 {
    font-weight: 700;
    line-height: 32px;
    position: relative;
    text-align: left;
}
.p-post__heading--2 {
    border-bottom: 3px solid #9bf8f6;
    padding: 20px 0 15px;
    color: #222;
}
* .p8943description {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 3;
}
@media (max-width: 767px) {
    * .p8943heading {
        font-size: 1.4rem;
        margin: 0 0 .5rem 0;
        padding: 0;
    }
	* .p8943description {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
    z-index: 3;
		margin-bottom:0 !important;
		color:#fff;
}
	* .p8943cover{
		height:12rem;
	}
	* .p8943description{
		margin-top:0;
	}
}
.p-features__title {
    font-size: 29px;
    margin: 20px;
}
.p-features__feature--card {
    width: calc(96% / 3);
    float: left;
    padding: 20px;
    text-align: center;
    position: relative;
}
.p-features__feature--link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p-features__feature--border {
    height: 100%;
    border-bottom: 1px solid #333;
}
.p-features__feature--card img {
    height: 240px;
    width: 300px;
    overflow: hidden;
    object-fit: cover;
}
.p-features__feature--title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
}
.p-features__feature--description {
    font-size: 12px;
    padding-bottom: 30px;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.u-clearfix {
list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.p-features{
	max-width:1490px;
	margin:auto;
}
ul.u-clearfix{
	padding:0;
}
.c-form {
    max-width: 640px;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 15px;
}
dl.border dd{
	margin-left:0;
}
dl.border dt p{
	margin-bottom:0;
}
dl.border dd p{
	margin-bottom:.75em;
}
.c-form input[type="text"], .c-form input[type="email"], .c-form input[type="password"], .c-form textarea, .wpcf7-not-valid-tip{
	font-size:13.3px;
}
.c-form input[type=submit] {
    border: 0;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 14px;
    width: 200px;
	margin-bottom:.5em;
}
.wpcf7-spinner{
	display:none;
}
dl.border{
	margin-bottom:0;
}
.submit_wrap p{
	margin-bottom:0;
}
.p-contact > h1 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin: 20px 0;
}
 span.text_red{
  background:#fe0000;
  text-align:center;
  color:#fff;
  margin-left:5px;
  display:inline-block;
  line-height:1.0;
  font-size:0.85rem;
  padding:3px;
  font-weight:normal;
  }
@media (min-width: 769px) {
    * .p3099h1 {
        padding: 0;
        font-size: 2rem;
    }
}
@media (min-width: 769px) {
    * .p3099parent {
        font-size: 1.2rem;
    }
}

* .p3099parent {
    margin: 1rem 0;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

* .p3099link {
    text-decoration: none;
    color: #333;
}
.tag_flex{
	display:flex;
	flex-wrap:wrap;
	column-gap:.5em;
}
.tag_flex a:before{
	content:'#';
	margin-right:.25em;
}
.p3099parent{
	margin-bottom:.5em !important;
}
* .p3099h1 {
	text-align:center;
	margin-bottom:1em;
	font-size:1.5rem;
}
@media (min-width: 769px) {
    * .p3099h1 {
        padding: 0;
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
	.p-features__feature--card {
		width:100%;
	}
	.p-features__feature--card{
		padding-left:0;
		padding-right:0;
	}
}

.footer-meta{
	display:none;
}
.p-post__img__brand {
    display: block;
    margin: 5px 0;
    font-size: 11px;
    line-height: 11px;
}

.p-post__img__brand > a {
    margin-left: 5px;
    color: #333;
    text-decoration: none;
    max-width: 100% !important;
    display: inline;
}
.p-post__product {
    margin: 15px 0;
    border: 1px solid #eee;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
}
.p-post__product__btns {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-start;
}
.p-post__product__btn {
    flex: 1;
    text-align: center;
    margin: 0 5px;
}
.p-post__product__btn > a {
    background-color: #9bf8f6;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    height: 60px;
    border: 1px solid;
    border-radius: 40px;
    line-height: 1.2;
    text-align: center;
    display: flex
;
    text-decoration: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}
.p-post__product__quote {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #999;
}
.p-post__product__quote > a {
    color: #999;
}
@keyframes jumpbtn {
0%, 10%, 20%, 100% {
    transform: translateY(0%);
}
5%, 15% {
    transform: translateY(-0.5em);
	}
}
.p-tags__heading {
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .8px;
    text-align: center;
    font-weight: 500;
    color: #2D2926;
    padding: 16px 0 32px;
    margin: 0;
}
.c-categories {
    margin-bottom: 15px;
    display: flex
;
    flex-wrap: wrap;
}

.c-categories__wrap {
    width: calc(50% - 20px);
    margin: 48px 10px 10px 10px;
}
.c-categories__link--mid {
    padding: 15px 0;
}
.c-categories__link {
    text-decoration: none;
    color: #666;
    display: block;
}
.c-categories__mid {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.c-categories__top {
    font-size: 23px;
    border-left: 3px solid #9bf8f6;
    padding: 5px 0 5px 15px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {


.c-categories__wrap {
    width:100%;
    margin: 10px 10px 10px 10px;
}
	.c-categories__top {
    font-size: 16px;
    border-left: 3px solid #9bf8f6;
    padding-left: 10px;
    margin-bottom: 10px;
	margin-top:1em;
}
}

.sp_search{
  display: inline-block;
  font-size: 20px;
  color:#999;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top:50%;
  transform: translateY(-50%);

}
.sp_search_wrap{
  display: none;
  background-color: #999;
  padding: 12px;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 100%;
}
.sp_search_wrap.active{
  display: block;
}

.sp_search_wrap form > div{
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 10px;
  justify-content: space-between;
}

.sp_search_wrap form > div i{
  font-size: 20px;
}

.sp_search_wrap input[type=text]#search{
  border-radius: 0px;
  padding: .7em;
}

.blogcard-thumbnail a{
	margin-bottom:0 !important;
}

/************** wp移行後追加 ********************/

.marker__big{
	font-size:20px;
	font-weight:bold;
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.sectTit {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 19px;
	color:#fe0009;
}
 
.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #faa94d;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.sectTit:before {
  transform: rotate(-45deg);
}
 
.sectTit:after {
  transform: rotate(45deg);
}

.cta__top{
	background:#f2f2fa;
	padding:1em;
	border:4px solid #ccc;
	margin-bottom:1em;
}

.cta__top picture{
	display:block;
	max-width:500px;
	margin:0 auto 0;
}

.cta__top h2{
	text-align:center;
	margin-top:0;
}

.cta__top ul li{
	margin-bottom:.75em;
}

 a.cta__btn {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1em auto 0;
    max-width: 400px;
    padding: 1.5em 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #f74a4a;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
	 text-decoration:none;
}

a.cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.float-button__wrap {
    display: none;
    width: 100vw;
    background:#fff;
    position: fixed;
    bottom: 0;
    right: left;
	padding:10px 1em .5em;
    z-index: 10;
	border-top:1px solid #eee;
	overflow:hidden;
}
.float-button__wrap .Inner{
	max-width:600px;
	margin:0 auto 0;
}
.float-button__wrap .Inner a img:hover{
	opacity:0.7;
}
p.Center{
	text-align:center;
}
@media (max-width: 767px) {
	.cta__top ul{
		margin-left:0;
		padding-left:0;
	}
	.sectTit, .marker__big{
		font-size:19px;
	}
	.title_top 	.marker__big{
		background:transparent;
	}
	.sectTit:before,
	.sectTit:after {
	  position: relative;
	  display: inline-block;
	  content: "";
	  background: #faa94d;
	  width: 2px;
	  height: 1em;
	  margin: 0 1em;
	  margin-top: -.2em;
	  vertical-align: middle;
	}
	.sectTit{
		display:flex;
		justify-content:center;
		align-items:center;
	}
}

.shiny-btn {
    position: relative;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 60px;
    height: 200px;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
