@charset "UTF-8";
/* CSS Document */
.wrap-category {
    margin-top: 50px;
    padding-top: 150px;
}
/*記事ページ用ヘッダー*/
.site-header_blog {
    position: fixed!important;
    z-index: 9999;
    width: 100%;
    margin-top: -50px;
    height: 100px;
    border: solid 1px #e1e1e1;
    background-color: #fff;
    font-family: 'myfont-Medium';
}
@media (max-width: 1199px){
.site-header_blog {
    z-index: 10;
    margin-top: -100px;
	border: solid 0px #fff;
    background-color:#fff;
}
}
@media (max-width: 991px){
.site-header_blog {
	margin-top: -100px;
}
}
@media (max-width: 320px){
.site-header_blog {
    margin-left: -5px;
    width: 155px;
}
}
li {
    border-left: 0;
}
.kiji_t_h{
	line-height: 1.6rem;
	margin-top: 50px;
    padding-top: 100px;
}
@media (max-width: 1199px){
.kiji_t_h{
    padding-top: 0px;
}
}
@media (max-width: 991px){
.kiji_t_h{
    padding-top: 0px;
}
}
@media (max-width: 425px){
.kiji_t_h{
    margin: 50px 0px 50px;
}
}
.kiji_t_h.kiji_t_h_top {
    padding-top: 0px;
    margin-top: -50px;
}
/*記事の余白*/
.column_mt {
    margin-top: 40px;
}
/*アイコンカラー*/
i.far.fa-lightbulb.new_icon,i.fas.tag_img {
    color: #f07574;
}
i.fas.fa-tree,i.fas.kategori_img {
    color: #74b88d;
}
i.fas.fa-crown {
    color: #eec757;
}
i.fas.fa-folder.year_img {
    color: #9974b8;
}
i.fas.fa-search.searchr_img {
    color: #fda6cd;
}
i.fab.fa-facebook-square.facebook_img_c {
    color: #3b5998;
}
.custom_html-2::marker{
	display: none!important;
}
::marker {
    display: none!important;
    color: #fff;
}
/*Facebook*/
@media (max-width: 767px){
.textwidget.custom-html-widget {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}
}
@media (max-width: 360px){
.textwidget.custom-html-widget {
    margin-left: -5px;
}
}
@media (max-width: 360px){
.textwidget.custom-html-widget {
    margin-left: -39px;
}
}
/*見出し　タイトル*/
.cat-new2-title {
    margin: 10px auto;
	 font-size: 20px!important;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin-bottom: 20px!important;
    font-family: 'myfont-Regular' !important;
	text-align: left;
}
@media (max-width: 767px){
.cat-new2-title {
    border-bottom: solid 0px #fff;
    font-size: 13px!important;
    line-height: 1.3rem;
}
}
.cat-new2-title a{
	color: #000;
}
.cat-new2-title a:hover{
	color: #74b88d;
}
h3.font_Noto-r.fadein.scrollin {
    font-size: 20px;
    border-bottom: solid 1px #000;
	padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'myfont-Regular' !important;
}
h3.title:before{
 font-family: "Font Awesome 5 Free";
  content: '\f521';
  font-size: 15px;
  font-weight: 900;
  margin-right: 4px;
  color:#eec757;
}
@media (max-width: 767px){
h3.title:before{
	margin-left: -15px;
}
}
h3 {
    font-size: 20px!important;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin-bottom: 20px!important;
    font-family: 'myfont-Regular' !important;
	text-align: left;
}
/*カテゴリー一覧*/
/*オススメ記事のカテゴリーを非表示*/
li.cat-item.cat-item-37 {
    display: none;
}
/*おすすめ記事内に出てきたカテゴリーの非表示*/
li.pick-cat {
    display: none;
}
/*画像下の余白*/
.col-6.mar-btm_blog{
    margin-bottom: 30px;
}
@media (max-width: 411px){
.col-6.mar-btm_blog{
    margin-bottom: 15px;
}
}
li#categories-2 h3:before{
 font-family: "Font Awesome 5 Free";
  content: '\f0ca';
  font-weight: 900;
  margin-right: 4px;
  color:#74b88d;
}
@media (max-width: 767px){
li#categories-2 h3:before{
	margin-left: -15px;
}
}
/*アーカイブ*/
h3.kategori_mt.archive_img:before{
  font-family: "Font Awesome 5 Free";
  content: '\f07b';
  font-weight: 900;
  margin-right: 4px;
  color:#9974b8;
}
@media (max-width: 767px){
h3.kategori_mt.archive_img:before{
  margin-left: -15px;
}
}
/*facebook*/
li#custom_html-3 h3:before{
  font-family: "Font Awesome 5 Brands";
  content: '\f082';
  font-weight: 400;
  margin-right: 4px;
  color:#3b5998;
}
@media (max-width: 767px){
li#custom_html-3 h3:before{
  margin-left: -15px;
}
}
.column_bg-tite{
	background-image:url("../img/kaso/column/bg-img.png");
    background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 991px){
.column_bg-tite{
    background-size: 65%;
}
}
@media (max-width: 425px){
.column_bg-tite{
    background-size: 90%;
}
}
@media (max-width: 375px){
.column_bg-tite{
    background-size: 100%;
}
}
/*カテゴリー設定*/
/*背景色*/
span.text-white.mein-a {
    padding: 4px 10px;
    font-size: 12px;
}
span.text-white.mein-a.wp-cat-color {
   padding:0;
   
}
/*枠線*/
span.mein-b {
    padding: 4px 10px;
    font-size: 12px;
    color: #000;
}
/*説明*/
p.column_t1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0rem;
}
@media (max-width: 767px){
p.column_t1 {
    font-size: 12px;
}
}
p.column_t2 {
    color: #000;
}
@media (max-width: 767px){
p.column_t2 {
    display: none;
}
}
p.column_t2:hover{
	color: #74b88d;
}
p.column_t3 {
    font-size: 13px;
    color: #000;
	font-family: 'myfont-SemiBold';
	margin-bottom: 0rem;
}
/*もっとみる　ボタン*/
.column_btn1 {
  padding: 1rem 2rem;
	background-color: #f07574;
    width: 250px;
    display: block;
	letter-spacing: 0.08rem;
    text-align: center;
    margin: 30px auto 100px;
}
.column_btn1 a{
	color: #fff;
}
.column_btn1 a:hover{
  color: #efa5c1;
}

/*おすすめ記事*/
img.osusume {
    position: relative;
    margin-left: 4px;
}
@media (max-width: 1199px){
img.osusume {
    margin-left: 0px;
}
}
@media (max-width: 425px){
figure.anim {
    width: 170px;
    height: 170px;
}
}
@media (max-width: 411px){
figure.anim {
    width: 166px;
    height: 166px;
}
}
.pick-title {
    width: 92%;
    padding: 13px 23px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    height: 40%;
    background-color: rgb(16, 16, 16, 0.6);
    line-height: 1.3;
    color: #fff !important;
}
@media (max-width: 767px){
.pick-title {
    width: 88%;
}
}
@media (max-width: 425px){
.pick-title {
	width: 170px;
	height: 50%;
    padding: 10px;
    margin-left: 15px;
}
}
@media (max-width: 411px){
.pick-title {
    width: 167px;
    margin-left: 14px;
}
}
@media (max-width: 375px){
.pick-title {
    margin-left: 0px;
}
}
@media (max-width: 360px){
.pick-title {
    width: 149px;
    margin-bottom: 18px;
    margin-left: 1px;
}
}
@media (max-width: 320px){
.pick-title {
    width: 134px;
    margin-bottom: 33px;
}
}
p.top-date-text {
    font-size: 13px;
    margin-bottom: 0.5rem;
}
@media (max-width: 1199px){
p.top-date-text {
    margin-bottom: 0rem;
}
}
@media (max-width: 425px){
p.top-date-text {
    font-size: 9px;
}
}
.title-before {
    font-size: 13px;
    line-height: 1.8rem;
    font-family: 'myfont-Regular' !important;
}
@media (max-width: 425px){
.title-before {
    line-height: 1.3rem;
}
}
.title-before a{
	color: #fff;
}



/*おすすめ記事一覧へ　ボタン*/
.column_btn2 {
  padding: 1rem 2rem;
	background-color: #74b88d;
    width: 300px;
    display: block;
	letter-spacing: 0.08rem;
    text-align: center;
    margin: 30px auto 100px;
	color: #fff;
}
@media (max-width: 425px){
.column_btn2 {
    margin: 30px auto 50px;
}
}
@media (max-width: 360px){
.column_btn2 {
	margin: 0px auto 50px;
}
}
@media (max-width: 320px){
.column_btn2 {
	margin: 0px auto 0px;
    width: 250px;
}
}
/*カテゴリーー覧*/
.kategori_mt {
    margin: 30px auto 80px;
}
/*セラピスト養成スクール*/
li.cat-item.cat-item-39 {
    background-color: #74b88d;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 0.5rem;
}
/*セミナーイベント 卒業生の声*/
li.cat-item.cat-item-43,li.cat-item.cat-item-47 {
    border: solid 1px #74b88d;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 0.5rem;
}
/*ダイエットクリニック*/
li.cat-item.cat-item-12{
    background-color: #f07574;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 0.5rem;
}
/*体験談　お客様の声 ダイエット痩身*/
li.cat-item.cat-item-40, li.cat-item.cat-item-10{
	border: solid 1px #f07574;
    text-align: center;
    padding: 5px;
    margin-bottom: 0.5rem;
}
/*お知らせ　ビジネスブログ　プライベート*/
li.cat-item.cat-item-41,li.cat-item.cat-item-42,li.cat-item.cat-item-38 {
	border: solid 1px #878787;
    text-align: center;
    padding: 5px;
    margin-bottom: 0.5rem;
    background-color: #fff;
}
/*文字カラー*/
/*白*/
li.cat-item.cat-item-5 a,li.cat-item.cat-item-39 a,li.cat-item.cat-item-12 a{
	color: #fff;
}
/*黒*/
li.cat-item.cat-item-38 a,li.cat-item.cat-item-42 a,li.cat-item.cat-item-41 a,li.cat-item.cat-item-10 a,li.cat-item.cat-item-40 a,li.cat-item.cat-item-47 a,li.cat-item.cat-item-43 a{
	color: #000;
}



/*人気投稿*/
img.img-ranking {
    position: relative;
	z-index: 1;
}
.nunbar_bg::before {
    counter-increment: number 1;
    content: counter(number);
    padding: 6px 15px;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(205, 69, 35, 0.6);
    z-index: 10;
}
p.ranking_t1 {
    font-size: 13px;
    color: #000;
    margin-left: 10px;
}

img.wpp-thumbnail.wpp_featured.wpp_cached_thumb,img.wpp-thumbnail.wpp_featured.wpp_def_no_src {
    width: 170px !important;
    height: auto;
    padding: 0 15px 30px 0;
}
@media (max-width: 991px){
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb,img.wpp-thumbnail.wpp_featured.wpp_def_no_src {
    padding: 0 15px 0px 0;
}
}
a.wpp-post-title {
    font-size: 13px;
    line-height: 1.5rem!important;
    color: #000;
}
@media (max-width:767px){
a.wpp-post-title {
    text-align: left!important;
}
}
@media (max-width:767px){
.wpp-meta, .post-stats {
    text-align: left!important;
}
}
/*タグ一覧のタイトル*/
@media (max-width:767px){
p.categories-title.title-margin {
    margin-left: 14px;
}
}
.wpp-list {
    counter-reset: number 0;
}
ul.wpp-list li::before {
    counter-increment: number 1;
    content: counter(number);
    padding: 6px 15px;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    left: 4%;
    color: #fff;
    background-color: rgba(222, 192, 106, 0.6);
    z-index: 9;
}
@media (max-width:767px){
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
    left: 2.5%;
}
}
/*タグ一覧*/
span.keyword a {
    font-size: 14px;
    color: #f7b5b5 !important;
    padding: 4px 10px;
    display: inline-block;
    margin: 5px;
    border: 2px solid #f7b5b5;
    font-family: 'myfont-Regular';
}
/*タグ一覧の＃*/
span.keyword a::before {
    content: "\0023";
}
/*もっとタグうを見る*/
p.tag-link-btn.tag-link-btn-side {
    color: #f7b5b5 !important;
	font-family: 'myfont-Regular';
}
/* タグ一覧 */
.tag-key-list li a{
  font-size: 14px;
    color: #f7b5b5 !important;
    padding: 4px 10px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #f7b5b5;
    font-family: 'myfont-Regular';
}
.tag-key-list li a::before {
  content: "\0023";
}
.tag-key-list{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.tag-key-list li{
  color: #f7b5b5 !important;
}

  .tag-key-list{
    padding:0 10px;
  }

  .addtoany_header {
    color: #f7b5b5;
}
/*アーカイブ*/
li.jaw_years{
    font-size: 20px;
	line-height: 2.0rem;
    font-family: 'myfont-Regular';
}
li.jaw_months{
    font-family: 'myfont-Regular';
}
a.jaw_years {
    color: #000;
}
a.jaw_years:hover{
    color: #74b88d;
}
a.jaw_months {
    color: #74b88d;
    margin-left: 10px;
}
a.jaw_months:hover{
    color: #74b88d;
    display: block;
}
/*年の前のアイコン*/
li.jaw_years:before{
     content: "▶";
    font-weight:900;
}
li.jaw_years:hover{
    color: #74b88d;
}
/*月の前のアイコン*/
.widget_archive ul li ul li > a:before {
    content: "＞";
    font-weight:900;
}





/*検索*/
form#searchform {
    display: flex;
}
input#s-box {
    border: solid 2px #b5b5b5;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
	width: 200px;
	height: 30px;
    margin-right: 8px;
}
button {
    background-color: #b5b5b5;
    border: solid 1px #b5b5b5;
    color: #fff;
	font-size: 13px!important;
    letter-spacing: 0.09rem!important;
    margin-top: 1px!important;
}
/*///////////記事ページ///////////*/
.kiji-content h1{
	font-size: 30px;
    margin-top: 10px;
}
@media (max-width: 767px){
.kiji-content h1{
	font-size: 20px;
}
}

.kiji-content h2{
	padding-top: 50px;
	margin-bottom: 0.5rem;
	background-color: #74b88d;
    padding: 15px 20px;
    color: #fff;
    letter-spacing: 0.05rem;
    margin-left: -10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-weight: bold;
	font-size: 20px;
    margin-top: 10px;
}
@media (max-width: 991px){
.kiji-content h2{
    padding: 10px 15px;
}
}
@media (max-width: 767px){
.kiji-content h2{
    margin-bottom: 0.5rem;
    font-size: 18px;
}
}
@media (max-width: 425px){
.kiji-content h2{
/*    padding-top: 38px;*/
}
}
@media (max-width: 320px){
.kiji-content h2{
    font-size: 18px;
}
}
/*\ この記事をシェア /*/
.addtoany_header {
    font-size: 18px;
    margin-top: 20px;
    font-family: 'myfont-Regular';
}
@media (max-width: 767px){
.addtoany_header {
	font-size: 13px;
}
}
/*目次*/
/*自動で生成されたcss*/
div#toc_container {
    background-color: #eeeeee;
    margin: 30px auto;
    padding: 20px 30px;
    border: 1px solid #eee;
	width: 100%;
}
@media (max-width: 425px){
div#toc_container {
	padding: 20px;
}
}
p.toc_title {
    font-size: 20px;
    font-weight: bold;
    text-align: left!important;
}
p.toc_title::before{
	content: url('../img/kaso/column/kiji/leaf.png');
	margin-right: 15px;
}
ul.toc_list {
    margin-left: 40px!important;
    line-height: 2.0rem;
    font-family: 'myfont-Regular';
}
@media (max-width: 425px){
ul.toc_list {
    font-size: 15px;
    line-height: 1.5rem;
}
}
ul.toc_list li a{
	color: #000;
}

@media (max-width: 767px){
h2.column_title p{
    font-size: 14px;
    line-height: 1.8;
}
}
/*全記事の一番下に固定するテキスト&バナー*/
p.kiji_line_br_t {
    font-family: 'myfont-Regular';
    margin-top: 50px;
}
/*関連記事*/
h3.h3_mt {
    margin-top: 50px;
}
.kanren_box {
    margin: 20px auto;
}
.kanren_box p{
    font-size: 12px;
	color: #000;
}
/*関連記事 Yet Another Related Posts Plugin（YARPP）*/
.yarpp.yarpp-related.yarpp-related-website.yarpp-template-thumbnails h3{ 
	margin-top: 80px;
}
.yarpp.yarpp-related.yarpp-related-website.yarpp-template-thumbnails h3:before{
	content: url('../img/kaso/column/kiji/leaf.png');
	margin-right: 15px;
}
/*個々の幅*/
a.yarpp-thumbnail {
    width: 32%!important;
}
@media (max-width: 767px){
a.yarpp-thumbnail {
    width: 50%!important;
}
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: 1px solid rgba(255,255,255,.1)!important;
	height: auto;
}
/*画像*/
img.attachment-thumbnail.size-thumbnail.wp-post-image {
    display: block;
    margin: auto;
	width: 200px;
    height: auto;
    margin-bottom: 10px;
}
span.yarpp-thumbnail-title {
    display: block;
    margin: auto;
    width: auto!important;
	line-height: 1.8em!important;
    max-height: 3.5em!important;
}
span.yarpp-thumbnail-title {
    color: #000;
    font-family: 'myfont-Regular';
    margin-bottom: 80px!important;
	margin-top: 30px;
    font-size: 20px!important;
}
@media (max-width: 767px){
span.yarpp-thumbnail-title {
    font-size: 13px!important;
    margin-bottom: 50px!important;
}
}
.yarpp-thumbnails-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}
/*ページネーション*/
.nav-links {
    display: block;
    text-align: center;
    margin: 100px auto;
}
@media (max-width: 1024px){
.nav-links {
    margin: 80px auto;
}
}
@media (max-width: 991px){
.nav-links {
    margin: 50px auto;
}
}
a.prev.page-numbers {
    background-color: #74b88d;
    color: #fff;
    padding: 10px;
    margin-right: 30px;
}
span.page-numbers.current {
    background-color: #74b88d;
    color: #fff;
    padding: 10px 15px;
	margin: 0 5px;
}
a.page-numbers {
    background-color: #74b88d;
    color: #fff;
    padding: 10px 15px;
	margin: 0 10px;
}
ul.page-numbers li{
	margin-bottom: 30px;
}


/*パンくず*/
i.fas.fa-angle-right {
    color: #74b88d;
}
ul.breadcrumb.recruit-panbox {
    background-color: #fff;
}
ul.breadcrumb.recruit-panbox li a{
    color: #000;
}
i.fas.fa-angle-right.angle-right-icon {
    color: #74b88d;
}
/*トップ　画像*/
@media screen and (max-width: 767px){
.con-2-img_top {
    width: 180px;
    height: 180px;
    object-fit: cover;
    padding-bottom: 15px;
}
}
@media screen and (max-width: 425px){
.con-2-img_top {
    width: 150px;
    height: 150px;
}
}
@media screen and (max-width: 375px){
.con-2-img_top {
    height: 130px;
}
}
@media screen and (max-width: 320px){
.con-2-img_top {
    width: 88px;
    height: 105px;
}
}
@media screen and (min-width:767px) {
.con-2-img_top {
	width: 230px;
	height: 230px;
	object-fit: cover;
	margin-bottom: 30px;
}
}
@media screen and (min-width:1200px) {
.con-2-img_top {
	width: 250px;
	height: 250px;
	object-fit: cover;
    margin-bottom: 30px;
}
}
/*オススメ記事　画像*/
@media screen and (max-width: 767px){
.all_img_glog {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
@media screen and (max-width: 375px){
.all_img_glog {
    margin-left: -14px;
}
}
@media screen and (max-width: 360px){
.all_img_glog {
    width: 90%;
    height: 90%;
}
}
@media screen and (max-width: 320px){
.all_img_glog {
    width: 80%;
    height: 80%;
}
}
@media screen and (min-width:767px) {
.all_img_glog {
	width: 320px;
	height: 320px;
	object-fit: cover;
}
}
@media screen and (min-width:1024px) {
.all_img_glog {
	width: 300px;
	height: 300px;
	object-fit: cover;
}
}
@media screen and (min-width:1200px) {
.all_img_glog {
	width: 335px;
	height: 335px;
	object-fit: cover;
	margin-bottom: -16px;
}
}
.col-lg-7.col-md-8.col-sm-7.col-7.pl-lg {
    padding-left: inherit;
}
.pl-lg {
    padding-left: inherit;
}
@media screen and (max-width:1199px) {
figure {
    margin: 0 0 0.1rem!important;
}
}
@media screen and (max-width:320px) {
figure {
    margin: 0 0 0 0!important;
}
}
/*人気投稿　画像横の本文*/
.wpp-thumbnail {
     margin: 0 0rem 0 0!important;
}
/*口コミ・体験談やカテゴリーページのタイトル*/
.kategori-title2 {
    margin-top: 30px;
    font-size: 20px!important;
    font-family: 'myfont-Regular' !important;
    margin-bottom: 20px!important;
}
@media (max-width: 767px){
.kategori-title2 {
    font-size: 13px!important;
    line-height: 1.3rem;
}
}
.kategori-title2 a{
	color: #000;
}
.kategori-title2 a:hover{
	color: #74b88d;
}
/*他ページ　画像*/
@media screen and (max-width: 767px){
.all_img_glog1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
@media screen and (max-width: 375px){
.all_img_glog1 {
    margin-left: 0px;
}
}
@media screen and (max-width: 360px){
.all_img_glog1 {
    width: 100%;
    height: 100%;
}
}
@media screen and (min-width:767px) {
.all_img_glog1 {
	width: 320px;
	height: 320px;
	object-fit: cover;
}
}
@media screen and (min-width:1024px) {
.all_img_glog1 {
	width: 300px;
	height: 300px;
	object-fit: cover;
}
}
@media screen and (min-width:1200px) {
.all_img_glog1 {
	width: 335px;
	height: 335px;
	object-fit: cover;
	margin-bottom: -16px;
}
}
/*関連記事*/
/*画像*/
span.yarpp-thumbnail-default img{
    display: block;
    margin: auto;
    object-fit: cover;
    margin-bottom: -16px;
}
/*フェイスブック*/
@media screen and (max-width:425px) {
.plugin.chrome.webkit.x1.Locale_ja_JP {
    margin-left: 50px!important;
}
}
/*この記事をシェア*/
p.share_text {
    margin-top: 20px;
}