@charset "UTF-8";
/* happyell common css - 元ファイルから初期表示以外の共通CSSを外部化 */
/* happyell */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.header-hun {
  display: flex;
  justify-content: center;
  align-items: center;
margin-top: 0em;
margin-bottom: 1em;
  background: #fff;
  position: relative;
}

.logo-hun {
  font-size: 1.2em;
 color: #ff3366;
text-align: center;
}

/* Google広告の高さ確保 レウアウトシフト対策 */

.article-ad {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.article-ad--fluid {
  min-height: 280px;
}

/* 最新記事表示　切り替え */
.latest-switch-item {
	display: none;
}
.latest-switch-item.is-active {
	display: block;
}


/* ここまで　ヘッダー部分 */


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size: 100%;  2024年8月1日コメントアウト　*/
	font-weight: normal;
	vertical-align: baseline;
}
section {
	display: block;
}

ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

a:link {
/* color:#0044CC; */
 font-weight: bold;
 }
ins {
	text-decoration: none;
}
mark {
	font-style: italic;
	font-weight: bold;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 1em 0;
	padding: 0;
}
button, input, select, textarea {
	outline: 0;
	font-size: 100%;
}
input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

.chien1000 {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

.chien500 {
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	color: #000;
	line-height: 1em;
/*	min-width: 800px; */
	position: relative;
	font-size : 12px;
	-webkit-font-smoothing: antialiased;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

	min-width: 20pc;
	margin: 0.5em;

}
/*
html, body {
  overflow-x: hidden;
  overflow-y: auto;
}
*/
#site_wrap {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.l-main {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
a {
	text-decoration: none;
}
b, strong {
	font-weight: 700;
}

i, cite, em, var, address, dfn {
	font-style: italic;
}

u, ins {
	text-decoration: underline;
}

h1 {
    line-height: 2em;
}

/* Header */

.l-header {
	position: relative;
	width: 100%;
	z-index: 999;
}
.l-footer {
	margin-top: 0px;
 	font-weight: 100;
}
.l-inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 98%;
}



/* adminbar */

body.admin-bar {
	padding-top: 32px;
}
body.admin-bar.l-header__fix .is-header-fixed .l-header__bar, body.admin-bar.l-header__fix--mobile .is-header-fixed .l-header__bar--mobile {
	background: #f36;
	top: 32px;
	-webkit-animation: headerSlideDown2 0.5s ease;
	animation: headerSlideDown2 0.5s ease;
}

/* copyright */

.p-copyright {
	background: #000;
	color: #fff;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
}
/* article date */

.p-article__date::before {
	content: "New";
	display: inline-block;
	margin-right: 5px;
}
/* entry */

.p-entry> :last-child {
	margin-bottom: 0;
}



.p-entry__header { margin-top: 0.1em; } 

.p-entry__header> :last-child {
	margin-bottom: 0;
}
.p-entry__thumbnail {
	margin-bottom: 10px;
}

.p-entry__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.p-entry__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 8px;
}
.p-entry__meta-top {
	color: #111;
	font-size: 12px;
	line-height: 1.8;
	margin-top: 16px;
}
.p-entry__meta-top li {
	display: inline-block;
	margin-right: 10px;
}
.p-entry__meta-top li:last-child {
	margin-right: 0;
}
.p-entry__author {
	line-height: 30px;
}
.p-entry__author a {
	color: #111;
}
.p-entry__author .p-author__thumbnail {
	display: inline-block;
	height: 30px;
	margin-left: 0;
	margin-right: 5px;
	vertical-align: middle;
	width: 30px;
}
.p-entry__body {
	color: #666;
	line-height: 1.5em;
	margin-bottom: 40px;
}
.p-entry__meta {
	margin-bottom: 30px;
}

.p-entry__body .p-entry__ad img {
	max-width: none;
	width: auto;
}
.p-author__thumbnail {
	border-radius: 50%;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 100px;
	/* old webkit bug fix */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.p-author__thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

/* widget */

.p-widget {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.6;
}
/* widget title */

.p-widget__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.31;
	margin-bottom: 16px;
}
/* default widget */

.p-widget li a {
	display: inline-block;
	padding: 0.4em 0;
}
.p-widget ul ul {
	padding-left: 0.75em;
}
.p-widget>ul:first-of-type, .p-widget div>ul:first-of-type {
	margin-top: -0.4em;
}
.p-widget>ul:last-of-type, .p-widget div>ul:last-of-type {
	margin-bottom: -0.4em;
}
.p-widget img {
	display: block;
	height: auto;
	max-width: 100%;
}
.p-widget input {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
}
.p-widget select {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 17px 0 19px;
	width: 100%;
}
.p-widget .screen-reader-text {
	display: none;
}
/* widget list */

.p-widget-list {
	font-size: 16px;
	margin: 0;
}
.p-widget-list__item>a {
	display: block;
	padding: 0;
}
.p-widget-list__item-thumbnail {
	overflow: hidden;
	position: relative;
}
.p-widget-list__item-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-widget-list__type2 .p-widget-list__item {
	margin-bottom: 25px;
}
.p-widget-list__type2 .p-widget-list__item:last-child {
	margin-bottom: 0;
}
.p-widget-list__type2 .p-widget-list__item-thumbnail {
	float: left;
	padding-top: 110px;
	width: 110px;
}
.p-widget-list__type2 .p-widget-list__item-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
}
.p-widget-list__type2 .p-widget-list__item-info {
	padding-left: 125px;
}
.p-widget-list__type2 .p-widget-list__item-title {
	font-size: 16px;
}


.ytube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}





/* footer widget area */

.p-footer-widget-area {
	background: #f7f7f7;
}
.p-footer-widget-area .p-footer-widget-area__inner {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

/* text and headline */
.p-entry__body {
	font-size: 16px;
}


.p-entry__body p {
	line-height: 2em;
	margin-bottom: 2em;
	font-size: 1em;
}
.p-entry__body h1, .p-entry__body h2, .p-entry__body h3, .p-entry__body h4, .p-entry__body h5, .p-entry__body h6 {
	clear: both;
	margin-bottom: 0px;
}
.p-entry__body h1 {
	font-size: 140%;
	line-height: 1.1em;
}
.p-entry__body h2 {
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.2em;
	line-height: 1.3em;

}
.p-entry__body h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}
.p-entry__body h4 {
	font-size: 1.2em;
	line-height: 1.1em;

}
.p-entry__body h5 {
	font-size: 1.1em;
	line-height: 1.1em;

}
.p-entry__body h6 {
	font-size: 1em;
	line-height: 1.1em;

}
/* image */

.p-entry__body .size-full, .p-entry__body .size-large, .p-entry__body .wp-post-image, .p-entry__body img {
	max-width: 100%;
	height: auto;
}



/* list */

.p-entry__body li, .p-entry__body dt, .p-entry__body dd {
	line-height: 2.2;
}
.p-entry__body ul, .p-entry__body ol, .p-entry__body dl {
	margin-bottom: 4px;
}
.p-entry__body ol {
	list-style: decimal outside none;
	margin-left: 2px;
}
.p-entry__body ul {
	list-style: circle outside none;
	margin-left: 2px;
}
.p-entry__body li>ul, .p-entry__body li>ol {
	margin-bottom: 0;
}
.p-entry__body dt {
	font-weight: bold;
}
.p-entry__body dd {
	margin-bottom: 1em;
}
/* table */

.p-entry__body table {
	margin: 0 0 24px 0;
}
.p-entry__body td, .p-entry__body th {
	border: 1px solid #ddd;
	padding: 10px 15px 7px;
	line-height: 2.2;
	font-size: 16px;
}
.p-entry__body th {
	background: #fafafa;
	font-weight: normal;
}
/* captions */

.p-entry__body .wp-caption {
	margin-bottom: 24px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.p-entry__body .wp-caption-text {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px auto;
}
/* clearfix */

.u-clearfix::after {
	clear: both;
	content: " ";
	display: table;
}
/* headline - 見出しのスタイル */

.style3a, .style3b, .style4a, .style4b, .style5a, .style5b, .style6 {
	line-height: 1.6;
}
.style3a {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	font-size: 22px;
	font-weight: 400;
	margin: 3em 0 1.5em;
	padding: 1.1em .2em 1em;
}
.style4a {
	border-bottom: none;
	border-left: 2px solid #222;
	font-size: 18px;
	font-weight: 400;
	margin: 2.5em 2px 1.2em;
	padding: .3em 0 .3em .8em;
}
.style5a {
	background: #f5f5f5;
	box-shadow: 0px 2px 0px 0px #f2f2f2;
	font-size: 18px;
	font-weight: 700;
	margin: 2em 0 1em;
	padding: .5em .8em .3em 1em;
}
.style6 {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em .8em .8em 1.3em;
	position: relative;
}
.style6:before {
	background: #222;
	content: "";
	position: absolute;
	top: .5em;
	left: .2em;
	width: 12px;
	height: 12px;
}
.style3b {
	border-bottom: 3px solid #ff5588;
	color: #440000;
	background-color: transparent;
	font-weight: bold;
	padding: 0 0 0.2em 0;
}
.style4b {
	border-bottom: 2px dotted #ff7fa1;
	color: #660000;
	background-color: transparent;
	font-weight: bold;
	margin: 1em 0.5em 1em 0;
}
.style5b {
	color: #660000;
	background-color: transparent;
	font-weight: bold;
	margin: 1em 0.5em 1em 0;
border-bottom: 1.5px dotted #ff7fa1;
}
/* flame - 囲み枠 */

.well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well2 {
	font-size: 1.2em;
	margin: 1em 0 30px;
	padding: .5em 1.5em;
	line-height: 2;
	border: 1px solid #fc873a;
	background: #ffffef;
	box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.well3 {
	margin: 2em 0 2.5em;
	padding: 1em 1.5em;
	line-height: 2.0;
	border: 1px dashed #cdcdcd;
	background: #fcfcfc;
	box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}
/* button - CSSボタンのスタイル */

.q_button {
	background-color: #535353;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	color: #111;
	display: inline-block;
	min-width: 200px;
	max-width: 90%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
  cursor: pointer; /* カーソルをポインタ型に変更 */

}


.q_button a {
  color: inherit; /* リンクの色を親要素と同じにする */
  display: flex;
flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* クリック対象は a を全面にする（div側に hover を持たせない） */
.q_button {
  display: block;              /* inline-blockだと当たり判定が狭くなりがち */
  cursor: default;             /* クリックはaが担当 */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;  /* 余計な遅延やジェスチャー判定を減らす */
}

.q_button a {
  display: flex;
  width: 100%;
  min-height: 44px;            /* スマホのタップしやすさ */
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.bt_yellow {
	background: #f1c40f;
	color: #fff;
}



.bt_red, .bt_blue, .bt_green {
	display: block;
	width: 80%;
	margin: 1em;
	color: #000;
	/* 文字色 */
	background: #fff;
	/* 背景色 */
	padding: 10px 0;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	border-radius: 25px;
	overflow: hidden;
}


.bt_red {
	border: 2px solid #FF3366;
	/* 線幅・種類・色 */
	-webkit-box-shadow: 4px 4px 0 #F38173;
	/* 影の距離・色 */
	box-shadow: 4px 4px 0 #F38173;
	/* 影の距離・色 */
}
.bt_blue {
	border: 2px solid #2980b9;
	/* 線幅・種類・色 */
	-webkit-box-shadow: 4px 4px 0 #096099;
	/* 影の距離・色 */
	box-shadow: 4px 4px 0 #096099;
	/* 影の距離・色 */
}
.bt_green {
	border: 2px solid #27ae60;
	/* 線幅・種類・色 */
	-webkit-box-shadow: 4px 4px 0 #078e50;
	/* 影の距離・色 */
	box-shadow: 4px 4px 0 #078e50;
	/* 影の距離・色 */
}

/* 太字 */

.b {
	font-weight: 700;
}
/* 下線 */

.u {
	text-decoration: underline;
}
/* 打ち消し線 */

.del {
	text-decoration: line-through;
}
/* font-color - フォントカラー */

.red {
	color: red;
}
.blue {
	color: #2ca9e1;
}
.green {
	color: #82ae46;
}
.orange {
	color: #ff7d00;
}
.yellow {
	color: #fff000;
}
.pink {
	color: #ff0084;
}
.gray {
	color: #999999;
}
/* background-color - 背景色 */

.bg-blue {
	background-color: #4ab0f5;
	padding: 2px;
}
.bg-red {
	background-color: red;
	padding: 2px;
}
.bg-yellow {
	background-color: #ff0;
	padding: 2px;
}
/* text-align - 配置 */

.align1 {
	text-align: center;
}
.align2 {
	text-align: right;
}
.align3 {
	text-align: left;
}
/* float - 回り込み */

.r-flo {
	float: right;
	margin: 10px;
}
.l-flo {
	float: left;
	margin: 10px;
}
/* 回り込みの解除 */

.f-clear {
	clear: both;
}


.p-headline, .p-page-header__title, .p-index-slider__item-catch, .p-widget__title, .c-load--type1 {
border: 4px solid #fdd;
}

.p-entry__title, .p-article__title {
	color: #333333
}
.p-entry__body, .p-author__desc, .p-blog-archive__item-excerpt {
	color: #333333;
}
.l-header a, .p-global-nav>li>a {
	color: #630000;
}
.c-meta-box {
	background: #ffe5d4;
	font-size: 1pc;
	line-height: 30px
}
.c-meta-box__item.c-meta-box__item--tag>a {
	border: solid 2px #ff3c3c;
	border-radius: 1px
}
em {
	background: linear-gradient(transparent 90%, #ff77aa 10%);
	font-weight: 600;
	font-size: 1.1em;
}
strong {
	font-size: 1.2em;
	background: linear-gradient(transparent 80%, #ff5588 80%);
}
.nv-horizontal {
	display: inline;
	top: 0px;
}
.nv-horizontal, .nv-horizontal2 {
	 /* position: absolute; */
	pointer-events: auto;
	z-index: 1;
	width: 100%;
	overflow-y: hidden;
	overflow: hidden;
}
.nv-horizontal2 {
	bottom: 0;
	background: #58b9e6
}
.nv-horizontal::-webkit-scrollbar {
	display: none
}
.nv-horizontal2::-webkit-scrollbar {
	display: none
}
.nv-mask {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	font-size:1em;
}
.nv-ll {
	display: inline-table;
	max-width: 100%;
	text-align: center;
	margin: 0;
	padding: 0
}
.nv-llusj li {
	border: 2px solid #e14;
	background-color: #fff;
	padding: 0.2em
}
.nv-lltdl li, .nv-llusj li {
	display: table-cell;
	white-space: nowrap;
	font-size: 100%;
	line-height: 1.4;
	height: 2.3rem;
}
.nv-lltdl li {
	border: 2px solid #3697c4;
	background-color: #fff;
	padding: 0.2em;
}
.nv-mask li a {
	text-decoration: none;
	color: #300;
	display: block;
	padding: 0.3em;
}
.pc {
	display: block
}
.sp {
	display: none
}
.catefuta1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catefuta2 {
	text-align: center;
	line-height: 2.0;
	width: 50%;
	border: solid 1px #ff7fa1;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.catefuta3 {
	background-color: #ed873a;
	color: #000000;
	text-align: center;
}

/* ここから2021年5月15日追加 */

.well {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	font-size: 16px;
	background: #ff4477;
	color: #ffffff;
}
.well:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #ff4477;
}
.well p {
	margin: 0;
	padding: 0;
}
.home {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.nv-horizontal {
	display: inline;
	position: fixed;
	top: 0px;
}
.p-entry {
	max-width: 800px;
}




.wpp-list {
	display: flex;
	flex-wrap: wrap;
/* 20241020 */
counter-reset: numberranking;
}


.topnav {
	margin: 0;
	margin-left: -1%;
	margin-right: -1%;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
.topnavul {
	padding: 0 5px 20px 5px;
	box-sizing: border-box;
	display: flex;
	table-layout: fixed;
	flex-wrap: wrap;
}
.topnavli {
	min-height: 86px;
	min-width: 86px;
	width: 32%;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.6;
	list-style: none;
	display: table-cell;
	margin: 1px;
}
.topnavli>a {
	transform: scale(0.9);
	font-size: 0.8rem;
}
.headranking {
	border: 1px solid #e14;
	background-color: #f36;
	padding: 10px 10px 0px 5px;
}
.headranking2 {
	border: 1px solid #37a8d5;
	background-color: #8becf9;
	padding: 10px 10px 0px 5px;
}
.headranking li {
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #551111;
}
.headranking li a {
	text-decoration: none;
	color: #222222;
}
.headranking2 li {
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #881111;
}
.headranking2 li a {
	text-decoration: none;
	color: #11aa33;
}
.q_button a {
	color: #000000;
}
.pankuzu_arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #ff77aa;
    margin: 0 5px 0 5px;
}
.breadcrumbs>span {
	margin-right: 12px;
}
.breadcrumbs>span>a {
	color: #333333;
}
.breadcrumbs .home {
	color: #1040eb;
}
.breadcrumbs .home {
	color: #1040eb;
    margin: -5px;
    padding: 5px;
}
.breadcrumbs {
    min-height: 5em;
overflow: hidden;
}

	span.post.post-post.current-item {
		display: none;
	}
ul, ol {
	padding: 0;
}
ul li {
	position: relative;
	list-style-type: none!important;
	/*ポチ消す*/
	padding: 0.5em 0.1em 0.5em 0.1em;
	margin-bottom: 5px;
	line-height: 1.5;
	vertical-align: middle;
	border-radius: 6px 6px 6px 6px;
	/*左側の角丸く*/
}

table.tablemini {
	padding: 1px;
	table-layout: fixed;
	width: 98%;
}

.p-entry__description {
	font-size: 1.4em;
	line-height: 1.2em;
	color : #533;
}
.yasui {
	background: #b6d7a8;
}
.naka {
	background: #f9cb9c;
}
.takai {
	background: #ea9999;
}
hr {
	height: 1.1em;
	border: 0;
margin 0;
	box-shadow: inset 0 12px 12px -12px rgba(88, 185, 230, 0.6);
}



/*SNS share*/

.snsshare ul li {
    margin-bottom: 0px;
    padding: 0;
line-height: 1;
}

.snsshare ul {
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.snsshare li {
	width: calc(21%);
}
.snsshare a {
	box-sizing: border-box;
	display: block;
	padding: .6em 0;
	border-radius: 3px;
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.btn--twitter {
	background: #000000;
}
.btn--facebook {
	background: #3b5998;
}
.btn--line {
	background: #006000;
}
.adsense-wrapper {
	min-height: 280px;
}


/*/////////////////////////////////////////////////
//チャット画面(会話方式)を記事に表示する方法
/////////////////////////////////////////////////*/

.balloon__contener {
	clear: both;
	width: 100%;
	padding: 10px 0;
}
.balloon__contener:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.balloon__contener figure {
	width: 60px;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
}
.balloon__contener figure img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: solid 1px #dddddd;
}
.balloon__contener figure figcaption {
	color: #000000;
	width: 60px;
	position: absolute;
	top: 60px;
	text-align: center;
	font-size: 70%;
	line-height: 100%;
}
.balloon__contener .balloon__left {
	width: 100%;
	position: relative;
	display: block;
	max-width: 80%;
	clear: both;
}
.balloon__contener .balloon__left figure {
	left: 0;
}
.balloon__contener .balloon__left .balloon__text {
	margin-left: 80px;
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #d8f4f8;
}
.balloon__contener .balloon__left .balloon__text::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -10px;
	top: 12px;
	border-right: 15px solid #d8f4f8;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.balloon__contener .balloon__right {
	width: 100%;
	position: relative;
	display: block;
	float: right;
	max-width: 80%;
	clear: both;
}
.balloon__contener .balloon__right figure {
	right: 0;
}
.balloon__contener .balloon__right .balloon__text {
	margin-right: 80px;
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #eeeeee;
}
.balloon__contener .balloon__right .balloon__text::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -10px;
	top: 12px;
	border-left: 15px solid #eeeeee;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.boxmi6 {
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(3, 198, 225, 0) 0%, rgba(3, 198, 225, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(3, 198, 225, 0) 95%, #036CE1 100%);
	background-size: 8px 100%, 100% 2em;
	line-height: 2;
	border: solid 2px #036CE1;
	padding: 22px 8px 22px 8px;
	color: #ee8992;
	margin: 2em 0;
	font-weight: bold;
}
.boxmi6-title {
	font-size: 1.2em;
	background: #1C3283;
	padding: 0.6em;
	margin: -22px -8px 22px -8px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.boxmi6 p {
	padding: 0;
	margin: 0;
}
.boxmi7 {
	position: relative;
	margin: 3em 0 1em 0;
	border: solid 2px #036CE1;
	padding: 12px 6px 12px 10px;
	color: #aa0000;
	font-weight: bold;
}
.boxmi7-title {
	font-size: 1.2em;
	position: absolute;
	display: inline-block;
	padding: 1px 10px 0 10px;
	background: #036CE1;
	color: #fff;
	letter-spacing: 0.1em;
	margin: -44px 0 0 -12px;
}
.boxmi7 p {
	padding: 0;
	margin: 0;
}
.boxmi15 {
	position: relative;
	margin: 2em 0;
	padding: 1em 2em;
	border-top: solid 2px #ee8992;
	border-bottom: solid 2px #ee8992;
	background-color: #fff;
	color: #aa0000;
	font-weight: bold;
}
.boxmi15:before, .boxmi15:after {
	position: absolute;
	top: -12px;
	width: 2px;
	height: calc(100% + 24px);
	background-color: #aa0000;
	content: "";
}
.boxmi15:before {
	left: 12px;
}
.boxmi15:after {
	right: 12px;
}
.boxmi15-title {
	font-size: 1.15em;
	padding: 4px 0 10px 12px;
	color: #aa0000;
	font-weight: bold;
	text-align: center;
	margin: -14px -24px 5px -24px;
}
.boxmi15 p {
	margin: 0;
	padding: 0;
}
.sen15 {
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
	background-size: 8px 100%, 100% 2em;
	line-height: 2;
	padding: 4px 10px 22px 10px;
	 font-size: 1.2em;
}
.rss_item, .p-widget-list__item {
	width: 50%;
	float: left;
	margin-bottom: 0px;
	border: 2px solid #fdd;
	overflow: hidden;
}
.rss_image {
	float: left;
}
.title {
	width: 10em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.u-clearfix {
	flex-direction: column;
	position: relative;
}
.p-widget-list__item-title {
	width: 11em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	position: absolute;
	bottom: 0px;
	left: 0px;
}



body.l-header__fix .is-header-fixed .l-header__bar {
	min-width: initial;
}


audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}

del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end MacIE5 */

.headranking {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.headranking2 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
big {
	font-size: larger;
}
small {
	font-size: 80%;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
tt, code, kbd, samp {
	font-family: monospace;
}


/* loading-anime */

@-webkit-keyframes loading-anime {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading-anime {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Header */

.l-header__bar {
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	width: 100%;
	z-index: 998;
}
body.l-header__fix .is-header-fixed .l-header__bar {
	min-width: 1280px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
body.l-header__fix .l-header.is-header-fixed {
	margin-bottom: 58px;
}
/* columns */

.l-primary {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.l-secondary__inner {
	width: 300px;
}
.l-tertiary__inner {
	width: 170px;
}
.l-3columns, .l-2columns {
	display: flex;
}
.l-layout-type5 .l-secondary, .l-layout-type5 .l-secondary {
	border-left: 1px solid #ddd;
	padding-left: 22px;
	margin-left: 22px;
}
.l-layout-type5 .l-tertiary {
	border-right: 1px solid #ddd;
	padding-right: 22px;
	margin-right: 22px;
}
.l-layout-type4 .l-primary {
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
}
.l-layout-type5 .l-tertiary {
	-webkit-order: -1;
	-ms-order: -1;
	order: -1;
}


@media only screen and (max-width:600px) {
	body.admin-bar.l-header__fix .is-header-fixed .l-header__bar, body.admin-bar.l-header__fix--mobile .is-header-fixed .l-header__bar--mobile {
		top: 0;
	}
}
/* breadcrumb */

.c-breadcrumb__item {
	display: inline;
}
.c-breadcrumb__item--home a::before {
	content: "\e90c";
}
.c-breadcrumb__item--home span {
	display: none;
}
/* ページナビ */

.c-comment__pager {
	margin-bottom: 10px;
}
.c-comment__pager a, .c-comment__pager span {
	display: inline;
	float: left;
	margin-right: 10px;
}
.c-comment__pager span {
	text-decoration: underline;
}
/* メッセージ、警告文 */

.c-comment__item-note {
	background: #d6f4f0;
	border: 1px solid #94ddd4;
	color: #33a8e5;
	display: block;
	font-size: 11px;
	margin-bottom: 1em;
	padding: 10px 15px;
}
/* entry nav */

.c-entry-nav {
	border-collapse: collapse;
	display: flex;
}
.c-entry-nav__item {
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	width: 50%;
	height: 100px;
	flex: 1;
}
.c-entry-nav__item a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: 0 40px;
}
.c-entry-nav__item a span {
	display: block;
	max-height: 100%;
	overflow: hidden;
}
.c-entry-nav__item--empty {
	border: none;
}
.c-entry-nav__item--prev+.c-entry-nav__item--next {
	border-left: none;
}
.c-entry-nav__item--prev a {
	padding-left: 50px;
}
.c-entry-nav__item--next a {
	padding-right: 50px;
}
.c-entry-nav__item--prev a::before, .c-entry-nav__item--next a::after {
	content: "";
	display: block;
	line-height: 1;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
}
.c-entry-nav__item--prev a::before {
	content: "\e90f";
	left: 22px;
}
.c-entry-nav__item--next a::after {
	content: "\e910";
	right: 22px;
}

/* header logo */

.p-logo a {
	color: #000;
}
.p-header__logo.has-ad .l-inner {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.p-header__logo .p-logo {
	line-height: 1.2;
	padding: 30px 0;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-ms-flex-positive: 2;
	-webkit-flex-grow: 2;
	-moz-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}
.p-header__logo .p-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
/* header ad */

.p-header__ad {
	float: right;
	padding: 18px 0 18px 20px;
	/*max-width: 40.66%;*/
}
.p-header__ad img {
	display: block;
	max-width: 100%;
	height: auto;
}
/* header band */

.p-header-band {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
}
.p-header-band__inner {
	display: flex;
}
.p-header-band__item {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 52px;
}
.p-header-band__item a, .p-header-band__item span {
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 1.31;
	min-width: 200px;
	padding: 0 20px;
	text-align: center;
}
.p-header-band__item.is-active {
	background: #fff;
	color: #000;
}
.p-header-band__item.is-active a, .p-header-band__item.is-active span {
	color: #000;
}

.p-header-band__item-desc span {
	line-height: 1.7;
	padding-right: 0;
	text-align: left;
}
/* breadcrumb */

.p-breadcrumb {
	color: #666;
	margin-top: 37px;
	margin-bottom: 38px;
}
.p-breadcrumb__inner {
	font-size: 12px;
	line-height: 2;
}
.p-breadcrumb__item {
	padding-right: 0;
}
.p-breadcrumb__item+.p-breadcrumb__item::before {
	content: "＞";
	display: inline-block;
	font-size: 10px;
	margin-left: 2px;
	margin-right: 2px;
}
/* page header */

.p-page-header {
	background-position: center center;
	background-size: cover;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0;
	position: relative;
	width: 100%;
	min-height: 150px;
}
.p-page-header::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.p-page-header__inner {
	text-align: center;
	opacity: 0;
	position: relative;
	z-index: 2;
}
.p-page-header__title {
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	margin: 0;
}
.p-page-header__desc {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.p-page-header__title+.p-page-header__desc {
	margin-top: 0.5em;
}

/* footer logo */

.p-footer__logo {
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-footer__logo__inner {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.p-footer__logo .p-logo {
	line-height: 1.2;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}
.p-footer__logo .p-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
.p-logo__footer--mobile {
	display: none;
}
/* footer menu */

.p-footer-nav {
	line-height: 1.5;
	margin-left: 38px;
	margin-right: 20px;
}
.p-footer-nav li {
	display: inline-block;
}
.p-footer-nav li+li::before {
	content: "|";
	display: inline-block;
	margin-left: 5px;
	margin-right: 8px;
}
/* footer social */

.p-footer__logo .p-social-nav {
	line-height: 1.5;
	margin-left: auto;
}
/* copyright */

.p-copyright {
	background: #000;
	color: #fff;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
}
/* pagetop */

.p-pagetop {
	display: inline;
	position: fixed;
	bottom: 90px;
	right: 30px;
	z-index: 90;
}
.p-pagetop a {
	background: #aa0000;
	color: #fff;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
}
.p-pagetop a::after {
	font-size: 16px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.p-pagetop2 {
	display: inline;
	position: fixed;
	bottom: 90px;
	right: 100px;
	z-index: 90;
}
.p-pagetop2 a {
	background: #ff3366;
	color: #fff;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
}
/* category */

.p-category-label {
	font-size: 12px;
}
.p-category-label span {
	background: #999;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	min-width: 100px;
	text-align: center;
	padding: 0 8px;
}
/* float category */

.p-float-category {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.p-float-category span {
	background: #ff3366;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	min-width: 100px;
	text-align: center;
	padding: 0 8px;
}
.p-float-category__has-rank span {
	min-width: 130px;
	padding-left: 35px;
}
/* native ad */

.p-native-ad-label {
	background: #999;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 30px;
	min-width: 100px;
	text-align: center;
	padding: 0 8px;
}
.p-float-native-ad-label {
	background: #999;
	color: #fff;
	font-size: 11px;
	line-height: 30px;
	margin: 0;
	max-width: 100%;
	min-width: 100px;
	padding: 0 8px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.p-float-native-ad-label__small {
	background: #999;
	color: #fff;
	font-size: 11px;
	line-height: 1.6;
	height: 1.6em;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	padding: 0 8px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.p-article__native-ad-label {
	background: #999;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 1.6;
	min-width: 40px;
	text-align: center;
	padding: 0 8px;
}
.p-article__native-ad-sponsor {}
/* article meta */

.p-article__meta {
	color: #999;
	font-size: 10px;
	line-height: 1.8;
	display: inline-block;
	margin-right: 0;
}
.p-article__meta-link {
	color: #999;
	display: inline-block;
}
/* article date */

.p-article__date::before {
	content: "New";
	display: inline-block;
	margin-right: 5px;
}
/* article views */

.p-article__views::before {
	content: "New";
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	margin-right: 5px;
	vertical-align: -2px;
}
/* article author */

.p-article__author+.p-article__author {
	margin-left: 10px;
}
.p-article__author-thumbnail {
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
	height: 30px;
	width: 30px;
	vertical-align: middle;
}
.p-article__author-thumbnail img {
	border-radius: 50%;
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	object-fit: cover;
	margin: 0;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-ms-transition-property: none;
	transition-property: none;
}
/* ad */

.p-ad {
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
}
.p-ad__item {
	display: inline-block;
	margin-bottom: 30px;
}
.p-ad__item+.p-ad__item {
	margin-left: 35px;
}
.p-ad img {
	max-width: none;
	width: auto;
}
/* article ad */

.p-archive-ad {
	clear: both;
}
/* article title */

.p-article__title, .p-article-news__title {}
.p-article-news__title {}

/* blog archive */

.p-blog-archive__item {
	margin-bottom: 22px;
}
.p-blog-archive__item:last-child {
	margin-bottom: 0;
}
.p-blog-archive__item a {
	display: block;
}
.p-blog-archive__item-thumbnail {
	float: left;
	overflow: hidden;
	position: relative;
	width: 46.875%;
}
.p-blog-archive__item-thumbnail_inner {
	padding-top: 70%;
}
.p-blog-archive__item-thumbnail_inner img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.p-blog-archive__item-info {
	float: right;
	width: 49.218%;
}
.p-blog-archive__item-title {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2em;
}
.p-blog-archive__item-excerpt {
	color: #666;
	line-height: 2;
	margin-top: 8px;
}
.p-blog-archive__item-meta {
	margin-top: 6px;
}
.p-blog-archive__large-item {
	margin-bottom: 45px;
	width: 46.875%;
}
.p-blog-archive__large-item:nth-child(odd) {
	float: left;
}
.p-blog-archive__large-item:nth-child(even) {
	float: right;
}
.p-blog-archive__large-item.p-blog-archive__large-item__left {
	float: left;
}
.p-blog-archive__large-item.p-blog-archive__large-item__right {
	float: right;
}
.p-blog-archive__large-item+.p-blog-archive__item {
	clear: both;
}
.p-blog-archive__large-item a {
	display: block;
}
.p-blog-archive__large-item .p-blog-archive__item-thumbnail, .p-blog-archive__large-item .p-blog-archive__item-info {
	float: none;
	width: 100%;
}
.p-blog-archive__large-item .p-blog-archive__item-thumbnail_inner {
	padding-top: 100%;
}
.p-blog-archive__large-item .p-blog-archive__item-title {
	font-weight: 700;
	margin-top: 9px;
}
.p-blog-archive__large-item .p-blog-archive__item-excerpt {
	display: none;
}
.p-blog-archive__large-item .p-blog-archive__item-meta {
	margin-top: 4px;
}
.p-blog-archive__full-item {
	margin-bottom: 40px;
	position: relative;
}
.p-blog-archive__full-item a {
	display: block;
}
.p-blog-archive__full-item .p-blog-archive__item-thumbnail, .p-blog-archive__full-item .p-blog-archive__item-info {
	float: none;
	width: 100%;
}
.p-blog-archive__full-item .p-blog-archive__item-info {
	padding: 60px 30px 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.p-blog-archive__full-item .p-blog-archive__item-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0;
}

.p-blog-archive__full-item .p-blog-archive__item-meta {
	color: #fff;
	margin-top: 15px;
}
.p-blog-archive__full-item .p-blog-archive__item-excerpt {
	display: none;
}
.p-blog-ranking__item {
	margin-bottom: 25px;
}
.p-blog-archive__item-rank {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	padding: 0 5px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}
.p-blog-ranking__item .p-float-native-ad-label {
	min-width: 130px;
}
/* footer blog */

.p-footer-blog__item-info {
	max-height: 100%;
	padding-bottom: 22px;
	padding-top: 44px;
}
.p-footer-blog__item-info .p-article__title {
	min-height: 3.2em;
}
/* entry */

.p-entry> :last-child {
	margin-bottom: 0;
}
/* .p-entry__header { border-bottom: 1px solid #ddd; margin-bottom: 40px; padding-bottom: 40px; } */

.p-entry__header> :last-child {
	margin-bottom: 0;
}

.p-entry__title {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 6px;
}
.p-entry__meta-top {
	color: #111;
	font-size: 12px;
	line-height: 1.8;
	margin-top: 0px;
}
.p-entry__meta-top li {
	display: inline-block;
	margin-right: 10px;
}
.p-entry__meta-top li:last-child {
	margin-right: 0;
}
.p-entry__author {
	line-height: 30px;
}
.p-entry__author a {
	color: #111;
}

.p-entry__share {
	margin-bottom: 25px;
}
.p-entry__meta {
	margin-bottom: 30px;
}
.p-entry__nav {
	margin-bottom: 50px;
}
.p-entry__ad {}
.p-entry__body .p-entry__ad img {
	max-width: none;
	width: auto;
}
.p-entry__next-page {
	margin-top: 30px;
	text-align: center;
}
.p-entry__next-page__link {
	background: #999;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	padding: 0 25px;
	position: relative;
}
.p-entry__next-page__link::after {
	content: '\e910';
	position: absolute;
	right: 11px;
}
.p-entry__next-page__numbers {
	display: block;
	font-size: 16px;
	margin-top: 0.5em;
	text-align: center;
}
.p-entry__related {
	margin-bottom: 50px;
}
.p-entry__related-items {
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-entry__related-item {
	width: 17.5%;
	position: relative;
	margin-top: 25px;
}
.l-3columns .p-entry__related-item {
	width: 21.875%;
}
.p-entry__related-item__thumbnail {
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	width: 100%;
}
.p-entry__related-item__thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.p-entry__related-item__title {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 0.8em;
}
.p-entry__related-item__meta {
	color: #111;
	font-size: 12px;
	margin-top: 6px;
}
/* author */

.p-author__box {
	background: #f7f7f7;
	margin-bottom: 25px;
	padding: 40px;
}
body.author .p-author__box {
	margin-bottom: 40px;
}
.p-author__thumbnail {
	border-radius: 50%;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 100px;
	/* old webkit bug fix */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.p-author__thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.p-author__thumbnail__inner {
	height: 100%;
	width: 100%;
	position: relative;
}
.p-author__info {
	margin-left: 140px;
}
.p-author__views {
	font-size: 12px;
	line-height: 1.8;
}
.p-author__desc {
	color: #666;
	line-height: 2;
	margin-top: 10px;
}
.p-author__desc p+p {
	margin-top: 12px;
}
.p-author__info .p-social-nav {
	margin-top: 20px;
	font-size: 12px;
}
.p-author-archive .p-headline {
	background: transparent;
	border-bottom: 4px solid #000;
	color: #000;
	margin-bottom: 34px;
	padding: 0 0 16px 0;
}
/* button */

.p-button {
	background: #000;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	overflow: hidden;
	padding: 0 15px;
	text-align: center;
}
/* contents builder */

.p-cb__item {
	margin-bottom: 50px;
}
.p-cb__item:last-child {
	margin-bottom: 0;
}
.p-cb__item-header {
	margin-bottom: 25px;
}
.p-cb__item-header__has-border {
	border-bottom: 4px solid #000;
	padding-bottom: 16px;
}
.p-cb__item-headline {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.31;
}
.p-cb__item-header__has-button .p-cb__item-headline {
	padding-top: 1px;
}
.p-cb__item-archive-link {
	float: right;
	font-size: 16px;
	line-height: 1.6;
	padding-top: 1px;
}
.p-cb__item-archive-link::after {
	display: inline-block;
	font-size: 12px;
	margin-left: 6px;
}
.p-cb__item-archive-link__button {
	background: #000;
	color: #fff;
	line-height: 44px;
	min-width: 170px;
	padding: 0 20px;
	text-align: center;
}

.p-cb__item-header__has-button .p-cb__item-archive-link__button {
	margin-bottom: -20px;
}
.p-cb-2columns {
	overflow: hidden;
}
.p-cb-2columns .p-cb-column--1 {
	float: left;
	width: 46.875%;
}
.p-cb-2columns .p-cb-column--2 {
	float: right;
	width: 46.875%;
	position: relative;
}
.p-cb-2columns .p-cb-column--1+.p-cb-column--2::after {
	border-left: 1px solid #ddd;
	content: '';
	position: absolute;
	top: 0;
	bottom: -9999px;
	left: -7%;
}
/* contents builder blog */

.p-index-blog__item, .p-index-blog__large-item {
	margin-bottom: 25px;
}
.p-index-blog__item:last-child {
	margin-bottom: 0;
}
.p-index-blog__item a, .p-index-blog__large-item a {
	display: block;
}
.p-index-blog__item-thumbnail {
	float: left;
	overflow: hidden;
	position: relative;
	width: 33.33%;
}
.p-index-blog__item-thumbnail_inner {
	padding-top: 100%;
}
.p-index-blog__item-thumbnail_inner img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.p-index-blog__item-info {
	float: right;
	width: 60%;
}
.p-index-blog__item-title {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
}
.p-index-blog__item-excerpt {
	color: #666;
	line-height: 2;
	margin-top: 8px;
}
.p-index-blog__item-meta {
	margin-top: 3px;
}
.p-index-blog__large-item .p-index-blog__item-thumbnail {
	float: none;
	margin-bottom: 16px;
	width: 100%;
}
.p-index-blog__large-item .p-index-blog__item-info {
	float: none;
	width: 100%;
}
.p-index-blog__large-item .p-index-blog__item-meta {
	margin-top: 3px;
}
.p-index-blog--type1 .p-blog-archive__item {
	margin-bottom: 25px;
}
.p-index-blog--type1 .p-blog-archive__item-excerpt {
	margin-top: 5px;
}
.p-index-blog--type1 .p-blog-archive__item-meta {
	margin-top: 4px;
}
.p-cb__item--ad {
	margin-bottom: 20px;
}
.p-cb__item--wysiwyg .p-entry__body, .p-cb__item--wysiwyg .p-entry__body> :last-child {
	margin-bottom: 0;
}
/* page-links */

.p-page-links {
	font-size: 16px;
	margin-top: 30px;
}
.p-page-links a, .p-page-links>span {
	background: #f7f7f7;
	border: 1px solid #ddd;
	color: #000;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	min-width: 40px;
	height: 40px;
}
.p-page-links>span {
	background: #000;
	color: #fff;
}
.p-page-links .p-page-links__title {
	background: transparent;
	border: none;
	color: #666;
	text-align: left;
	width: auto;
	height: auto;
}
/* pager */

.p-pager {
	margin-top: 50px;
}
.p-pager__item {
	display: inline-block;
	font-size: 16px;
	vertical-align: text-bottom;
}
.p-pager__item a, .p-pager__item span {
	border: 1px solid #ddd;
	color: #000;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	min-width: 40px;
	height: 40px;
}

.p-pager__item .prev, .p-pager__item .next {
	font-size: 12px;
}
/* widget */

.p-widget {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.6;
}
/* widget title */

.p-widget__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.31;
	margin-bottom: 16px;
}
/* default widget */

.p-widget li a {
	display: inline-block;
	padding: 0.4em 0;
}
.p-widget ul ul {
	padding-left: 0.75em;
}
.p-widget>ul:first-of-type, .p-widget div>ul:first-of-type {
	margin-top: -0.4em;
}
.p-widget>ul:last-of-type, .p-widget div>ul:last-of-type {
	margin-bottom: -0.4em;
}
.p-widget img {
	display: block;
	height: auto;
	max-width: 100%;
}
.p-widget input {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
}
.p-widget select {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 17px 0 19px;
	width: 100%;
}
.p-widget .screen-reader-text {
	display: none;
}
.p-widget .calendar_wrap caption {
	margin-bottom: 20px;
}
.p-widget .calendar_wrap tbody {
	line-height: 1.8;
	margin-bottom: 20px;
}
.p-widget .calendar_wrap tfoot {
	line-height: 1.8;
}
.p-widget .searchform {
	position: relative;
}
.p-widget .searchform #s {
	background: #eee;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 0;
	box-shadow: 0 0 3px #ddd inset;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: calc(100% - 45px);
}
.p-widget .searchform #searchsubmit {
	background: none transparent;
	color: #000;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	z-index: 2;
}
.p-widget .searchform::after {
	background: #000;
	color: #fff;
	content: '\e915';
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	z-index: 1;
}
/* widget ad */

.tcdw_ad_widget img {
	margin: 0 auto;
}
/* widget categories */

.p-widget-categories {
	border: 1px solid #ddd;
	border-top: none;
	margin: 0;
	padding: 0;
}
.p-widget-categories li {
	border-top: 1px solid #ddd;
	margin: 0;
}
.p-widget-categories li a {
	display: block;
	font-weight: normal;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
}
.p-widget-categories .has-children {
	position: relative;
}
.p-widget-categories .has-children .toggle-children {
	cursor: pointer;
	display: block;
	line-height: 48px;
	padding-right: 15px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
}
.p-widget-categories .has-children .toggle-children::before {
	content: '\e90e';
	font-size: 16px;
	opacity: 0.7;
}
.p-widget-categories .has-children.is-active>.toggle-children {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.p-widget-categories .children {
	background: #f7f7f7;
	display: none;
	padding-left: 0;
}
.p-widget-categories .children .children {
	background: #f0f0f0;
}
.p-widget-categories .children .children .children {
	background: #e9e9e9;
}
/* widget dropdown */

.p-widget-dropdown {
	height: 45px;
	line-height: 45px;
	position: relative;
}
.p-widget-dropdown::after {
	color: #666;
	content: "\e90e";
	position: absolute;
	top: 0;
	right: 17px;
	z-index: 1;
}
.p-widget-dropdown select {
	padding-right: 33px;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.p-widget-dropdown select::-ms-expand {
	display: none;
}
.p-dropdown {
	font-size: 16px;
}
.p-dropdown__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 50px;
	padding: 0 18px;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 50px;
}
.p-dropdown__title::after {
	position: absolute;
	right: 17px;
	content: "\e90e";
}

.p-dropdown__title.is-active::after {
	content: "\e911";
}
.p-dropdown__list {
	display: none;
}
.p-widget .p-dropdown .p-dropdown__list {
	background: #fff;
	margin: 0;
}
.p-dropdown__list li {
	border: 1px solid #ddd;
	border-top: 0;
	line-height: 1.5;
}
.p-dropdown__list li a {
	display: block;
	padding: 16px 18px;
}

/* widget list */

.p-widget-list {
	font-size: 16px;
	margin: 0;
}
.p-widget-list__item>a {
	display: block;
	padding: 0;
}
.p-widget-list__item-thumbnail {
	overflow: hidden;
	position: relative;
}
.p-widget-list__item-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-widget-list__item-meta {
	line-height: 1.2;
	margin-top: 6px;
}
.p-widget-list__type1 .p-widget-list__item {
	margin-bottom: 25px;
}
.p-widget-list__type1 .p-widget-list__item:last-child {
	margin-bottom: 0;
}
.p-widget-list__type1 .p-widget-list__item-thumbnail {
	padding-top: 70%;
	position: relative;
	width: 100%;
}
.p-widget-list__type1 .p-widget-list__item-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
}
.p-widget-list__type1 .p-widget-list__item-info {
	border: 1px solid #ddd;
	padding: 15px 20px;
}
.p-widget-list__type1 .p-widget-list__item-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
}
.p-widget-list__type1 .p-widget-list__item-meta {
	margin-bottom: 5px;
}
.p-widget-list__type2 .p-widget-list__item {
	margin-bottom: 25px;
}
.p-widget-list__type2 .p-widget-list__item:last-child {
	margin-bottom: 0;
}
.p-widget-list__type2 .p-widget-list__item-thumbnail {
	float: left;
	padding-top: 110px;
	width: 110px;
}
.p-widget-list__type2 .p-widget-list__item-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
}
.p-widget-list__type2 .p-widget-list__item-info {
	padding-left: 125px;
}
.p-widget-list__type2 .p-widget-list__item-title {
	font-size: 16px;
}
.p-widget-list__type2 .p-float-category span, .p-widget-list__type2 .p-float-native-ad-label {
	height: 30px;
	min-width: 110px;
	overflow: hidden;
}
.p-widget-list__type3 {
	border-top: 1px solid #ddd;
	padding-top: 16px;
}
.p-widget-list__type3 .p-widget-list__item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.p-widget-list__type3 .p-widget-list__item:last-child {
	margin-bottom: 0;
}
.p-widget-list__item-rank {
	background: #000;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	padding: 0 5px;
	text-align: center;
}
.p-widget-list__ranking .p-widget-list__item {
	margin-bottom: 20px;
	position: relative;
}
.p-widget-list__ranking .p-widget-list__item:last-child {
	margin-bottom: 0;
}
.p-widget-list__ranking .p-widget-list__item-title {
	font-size: 16px;
}
.p-widget-list__ranking .p-category-label {
	margin-bottom: 10px;
}
.p-widget-list__ranking .p-category-label span {
	min-width: 100%;
	text-align: left;
	padding-left: 40px;
}
.p-widget-list__ranking .p-native-ad-label {
	margin-bottom: 10px;
	min-width: 100%;
	text-align: left;
	padding-left: 10px;
}
.p-widget-list__ranking .p-widget-list__item-rank {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}
.p-widget__ranking-link {
	font-size: 16px;
	margin-top: 16px;
	text-align: right;
}
.p-widget__ranking-link a::after {
	content: "\e910";
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
}
/* widget search */

.p-widget-search {
	position: relative;
}
.p-widget-search .p-widget-search__input {
	background: #eee;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 0;
	box-shadow: 0 0 3px #ddd inset;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: calc(100% - 45px);
}
.p-widget-search .p-widget-search__submit {
	background: #000;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
}
/* footer widget */

.p-footer-widget-area .p-widget {
	padding: 50px 4.2% 50px;
	margin: 0;
	width: 100%;
}
.p-footer-widget-area .p-widget.p-footer-widget__left {
	padding-left: 0;
}
.p-footer-widget-area .p-widget.p-footer-widget__right {
	padding-right: 0;
}
.p-footer-widget-area .p-widget.p-footer-widget__border-left {
	border-left: 1px solid #ddd;
}
.p-footer-widget-area .p-widget.p-footer-widget__border-top {
	position: relative;
}
.p-footer-widget-area .p-widget.p-footer-widget__border-top::after {
	border-top: 1px solid #ddd;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -32767px;
	right: -32767px;
}
.p-footer-widget-area .p-widget__title {
	font-size: 16px;
	margin-bottom: 22px;
}
.p-footer-widget-area .p-widget.widget_nav_menu {
	padding-right: 0;
	width: 16.6667%;
}
.p-footer-widget-area .p-widget.widget_nav_menu-neighbor {
	padding-left: 2%;
}
.p-footer-widget-area .p-widget-list__type2 .p-widget-list__item-thumbnail {
	padding-top: 90px;
	width: 90px;
}
.p-footer-widget-area .p-widget-list__type2 .p-widget-list__item-info {
	padding-left: 105px;
}
.p-footer-widget-area .p-widget-list__type2 .p-float-category span, .p-footer-widget-area .p-widget-list__type2 .p-float-native-ad-label {
	min-width: 90px;
}
/**
 * wordpress preset style
 */

/* alignment */

.p-entry__body .alignright {
	float: right;
}
.p-entry__body .alignleft {
	float: left;
}
.p-entry__body .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}
.p-entry__body blockquote.alignleft, .p-entry__body img.alignleft {
	margin: 7px 24px 7px 0;
}
.p-entry__body .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
.p-entry__body blockquote.alignright, .p-entry__body img.alignright {
	margin: 7px 0 7px 24px;
}
.p-entry__body .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
.p-entry__body blockquote.aligncenter, .p-entry__body img.aligncenter, .p-entry__body .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* table style */

.table_no_border th, .table_no_border td {
	border: none;
	padding-left: 0;
}
.table_border_horizontal th, .table_border_horizontal td {
	border-left: none;
	border-right: none;
	padding-left: 0;
}
/* block quote */

.p-entry__body blockquote {
	margin: 0 0 25px 0;
	padding: 27px 30px 0;
	border: 1px solid #ddd;
	box-shadow: 0px 4px 0px 0px #f2f2f2;
	position: relative;
}
.p-entry__body blockquote:before {
	content: '"';
	font-style: italic;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 10px;
	color: #5cbcd7;
}
.p-entry__body blockquote:after {
	content: '"';
	font-style: italic;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	line-height: 60px;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 7px;
	right: -2px;
	color: #5cbcd7;
}
.p-entry__body blockquote cite {
	border-top: 1px dotted #aaa;
	display: block;
	padding: 20px 0 0 0;
	font-style: italic;
	text-align: right;
	font-size: 90%;
}

/* float */

.u-left {
	float: left;
}
.u-right {
	float: right;
}
.u-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* hidden */

.u-hidden {
	display: none;
}
.u-visible-sm, .u-visible-xs {
	display: none;
}
/* overflow */

.u-overflow-hidden {
	overflow: hidden;
}
/* Column layout - カラムレイアウト */

.post_row {
	line-height: 2;
	margin-left: -15px;
	margin-right: -15px;
}
.post_row:before, .post_row:after {
	content: " ";
	display: table;
}
.post_row:after {
	clear: both;
}
.post_col, .post_col-2, .post_col-3 {
	float: left;
	margin-bottom: 1em;
	min-height: 1px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	width: 100%;
	font-size: 0.8em;
}

.news_headline1 {
	border-left: 8px solid #444;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 80px 0 25px 0;
	padding: .5em;
	position: relative;
}
.news_headline1:after {
	border-bottom: 1px dotted #ddd;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 0;
}
.news_headline2 {
	border-left: 6px solid #545454;
	font-size: 1.1em;
	line-height: 26px;
	margin: 40px 0 20px 0;
	padding: 0 .5em;
}
.balloon {
	background: #222;
	border-bottom: 0;
	clear: both;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin: 50px 0 22px;
	min-width: 115px;
	padding: .5em 18px .5em;
	position: relative;
	text-align: left;
	width: auto;
	z-index: 0;
}
.balloon:after {
	border-color: #222 transparent transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	bottom: -10px;
	content: "";
	display: block;
	margin-left: -10px;
	position: absolute;
	left: 30px;
	width: 0px;
	height: 0px;
}
.wl_red {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.wl_yellow {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.wl_blue {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.wl_green {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
/* Button option */

.rounded {
	border-radius: 6px;
}
.pill {
	border-radius: 50px;
}
.sz_full {
	display: block;
	font-size: 110%;
	max-width: 100%;
	min-width: 100px;
	padding: 1em 1.5em .9em;
}
.sz_l {
	font-size: 110%;
	max-width: 90%;
	min-width: 350px;
	padding: .8em 1.5em .7em;
}

.sz_s {
	min-width: 100px;
	max-width: 90%;
	font-size: 85%;
	padding: .4em 1em .3em;
}

/* Youtube responsive - Youtube動画のレスポンシブ表示 */

.ytube {
/*	position: relative;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	overflow: hidden; */
	padding: 30px 10px 30px 10px;

}
/* Table responsive - テーブルのレスポンシブ表示 */

.rps_table {
	line-height: 2.0;
}
@media only screen and (max-width: 480px) {
	.rps_table tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.rps_table th, .rps_table td {
		display: list-item;
		list-style-type: none;
		border: none;
	}
}
/* Cardlink style - カードリンクのスタイル */

.cardlink {
	padding: 12px;
	margin: 1px 0;
	border: 1px solid #ff7070;
	word-wrap: break-word;
	max-width: 100%;
	background-color: transparent;
}
.cardlink_thumbnail {
	float: left;
	margin-right: 20px;
}
.cardlink_content {
	line-height: 1.2;
}
.cardlink_timestamp {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #222;
	line-height: 1.6;
	font-size: 12px;
}
.cardlink_title {
	font-size: 18px;
	margin: 0 0 5px;
}
.cardlink_title {
	color: red;
}
.cardlink_title br {
	display: none;
}
.cardlink_title a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.cardlink_excerpt {
	color: #666;
	font-size: 10px;
	overflow: hidden;
	line-height: 1.3;
}
.cardlink_footer {
	clear: both;
}
.clear {
	clear: both;
}


/* text-style - テキストスタイル */

.att {
	padding-left: 1em;
	text-indent: -1em;
}
.att_box {
	margin: 2em 0 2.5em;
	padding: 1em 1.2em;
	line-height: 2.0;
	border: 1px dotted #ddd;
	background: #fcfcfc;
	box-shadow: 0px 4px 0px 0px #f7f7f7;
}

.p-copyright, .p-tabbar, .p-headline, .p-cb__item-archive-link__button,  .p-page-links>span, .p-pager__item .current,  .p-widget .searchform::after, .p-widget-search .p-widget-search__submit, .p-widget-list__item-rank,  c-comment__password-protected, .slick-arrow, .c-pw__btn--register, .c-pw__btn {
	background-color: #aa0000;
}
.p-page-links>span,  .p-pager__item .current, .p-author-archive .p-headline, .p-cb__item-header {
	border-color: #ff3366;
}
.c-comment__tab-item.is-active a,  .c-comment__tab-item.is-active p {
	background-color: rgba(255, 51, 102, 0.7);
}
.c-comment__tab-item.is-active a:after, .c-comment__tab-item.is-active p:after {
	border-top-color: rgba(255, 51, 102, 0.7);
}
.p-author__box, .p-entry-news__header, .p-page-links a, .p-pager__item a, .p-pager__item span {
	background-color: #f7f7f7;
}
.p-global-nav .sub-menu, .p-float-native-ad-label__small {
	background-color: #000000;
}
.p-global-nav .sub-menu a {
	color: #ffffff;
}

.p-global-nav>li.menu-item-has-children>.sub-menu {
	border-color: #999999;
}
.p-native-ad-label, .p-float-native-ad-label, .p-float-native-ad-label__small, .p-article__native-ad-label {
	background-color: #eeee22;
	color: #000000;
	font-size: 11px;
}
.p-header-band__item-desc {
	font-size: 16px;
}

.cat-item-1>a, .cat-item-1 {
	color: #999999;
}
.p-category-item--1 {
	background-color: #999999;
}
.cat-item-2>a, .cat-item-2 {
	color: #8224e3;
}
.p-category-item--2 {
	background-color: #8224e3;
}
.cat-item>a, .cat-item {
	color: #ff3366;
}
.p-category-item--17, .p-category-item--18, .p-category-item--19, .p-category-item--20, .p-category-item--21, .p-category-item--886, .p-category-item--1425 {
	background-color: #ff3366;
}
.cat-item-22>a, .cat-item-22, .cat-item-23>a, .cat-item-23, .cat-item-50>a, .cat-item-50, .cat-item-55>a, .cat-item-55, .cat-item-59>a, .cat-item-59, .cat-item-73>a, .cat-item-73, .cat-item-927>a, .cat-item-927, .cat-item-1420>a, .cat-item-1420, .cat-item-1451>a, .cat-item-1451 {
	color: #58b9e6;
}
.p-category-item--22, .p-category-item--23, .p-category-item--50, .p-category-item--55, .p-category-item--59, .p-category-item--73, .p-category-item--927, .p-category-item--1420 {
	background-color: #58b9e6;
}
.cat-item-72>a, .cat-item-72 {
	color: #8224e3;
}
.p-category-item--72 {
	background-color: #8224e3;
}
.cat-item-1451>a, .cat-item-1451 {
	color: #81d742;
}
.p-category-item--1451 {
	background-color: #81d742;
}


body.l-header__fix .is-header-fixed .l-header__bar {
	background: rgba(255, 51, 102, 1);
}

.p-header__logo--mobile {
	height: 80px;
	display: inherit;
	background: #f36;
}
.logo {
	padding: 45px 0 0 50px;

}
/* LI - 人気記事ランキング */

.wpp-list li {
	width: 100%;
	height: 2em;
	padding: 2px;
	margin: 1px 0px 1px 0px;
	border: 2px solid #fdd;
	overflow: hidden;
	border-radius: 0;
	font-size: 1.2em;
	text-overflow: ellipsis;
/* 20241020 */
	white-space: nowrap;

}

/* 20241020 */
#ninkiranking .bloghpp-listli:before {
    counter-increment: numberranking 1;
    content: counter(numberranking) "位 ";
}



/* 20241020 ここまで */

.wpp-list a {
margin : -5px;
padding: 5px;
}

.wpp-post-title{
	content: "\A";
   	white-space: pre;
}

/*　プロフィール */

.saboxplugin-gravatar {
	float: left!important;
}
.saboxplugin-desc p {
	font-size: 0.8em;
	line-height: 1.1em
}



.cardlink_excerpt {
	color: #000;
	background-color: #fff100;
	border-bottom: 5px solid #ccc100;
	font-size: 1em;
	width: 7em;
	text-align: center;
	margin: 0 0 0 auto;
}
/*　lul li デザイン */

.list1ul {
	background: #fffde8;
	box-shadow: 0px 0px 0px 10px #fffde8;
	/*線の外側*/
	border: dashed 2px #ffb03f;
	/*破線*/
	border-radius: 9px;
	margin-left: 10px;
	/*はみ出ないように調整*/
	margin-right: 5px;
	/*はみ出ないように調整*/
	padding: 0.1em 0.1em 0.1em 1em;
}
.list1li {
	line-height: 1.5;
	padding: 0.5em 0;
}
.list1li:before {
	content: ">>";
	/*アイコン種類*/
	left: 0.5em;
	/*左端からのアイコンまで*/
	color: #ffb03f;
	/*アイコン色*/
}
/* 待ち時間 */

table.waittime th {
	background-color: #ffffb7;
}
td.waitatra {
	background-color: #d0FFd0;
}
/* 混雑予想 */

table.yosou2 th {
	background-color: #ffffb7;
}
.knz1 {
	background-color: #006a00;
	color: #ffffff;
}
.knz2 {
	background-color: #80ff00;
}
.knz3 {
	background-color: #ffff80;
}
.knz4 {
	background-color: #ff9020;
}
.knz5 {
	background-color: #aa0000;
	color: #ffffff;
}
.knz6 {
	background-color: #660000;
	color: #ffffff;
}
/*　チケット */

table.ticket th {
	background-color: #ffffdd;
	font-size: 0.9em;
	padding: 5px;
	font-weight: bold;
}
table.ticket td {
	font-size: 0.9em;
	padding: 5px;
	font-weight: bold;
}
td.ticketrank1 {
	background-color: #7cfdff;
}
td.ticketrank2 {
	background-color: #00ffff;
}
td.ticketrank3 {
	background-color: #b6d7a8;
}
td.ticketrank4 {
	background-color: #f9cb9c;
}
td.ticketrank5 {
	background-color: #ea9999;
}
td.ticketrank6 {
	background-color: #fb2200;
}
td.ticketrank7 {
	background-color: #980000;
}

.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
	zoom: 3!important;
}

/*　複数の項目を紹介する */

.happ-waku {
	border: dotted 4px #ff3366;
	border-radius: 20px;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.happ-midashi {
	border-left: solid 10px #f5af7e;
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.happ-nakami {
	margin-top: 10px;
}
/* 横並び */

.hpp-flex {
	display: flex;
	/*横並び*/
}
.hpp-flex .hpp-image {
	width: 150px;
	/*画像サイズ指定*/
	min-width: 150px;
	margin: 0 0.1em 0.5em 0.1em;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.hpp-flex .hpp-text {
	margin: 0 0.3em 0 0.3em;
	padding: 0;
}
.post_row {
	margin-left: 10px;
	margin-right: 10px;
}
/*　固定ページ　記事出力 */

.bloghpp-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.bloghpp-listli {
margin: 0em .1em 0em .1em;
    padding: 0em .05em 0em .05em;
    width: calc(32% - 0px);
    /* border: 1px solid #eee; */
    border-radius: 0;
    font-size: 1em;
line-height: 1em !important;
}
.hpp-img {
	width: 100%;
	/*画像サイズ指定*/
	min-width: 110px;
	text-align: center;
}

.hpp-img img {
    width: 100%;
    height: auto;
}

.hpp-title {
	font-size: 1em;
	line-height: 1.1em;
	margin: 0.2em 0em -1em 0em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.hpp-data {
	font-size: 0.8em;
	text-align: center;
}
.p-entry__body .wp-caption {
	background-color: #0e0e0e;
	color: #fafafa;
	padding: 1px;
	margin: 5px 0px 24px 0px;
	text-align: center;
}
.tate {
	text-align: initial;
	font-size: 1em;
	line-height: 0.8em;
	margin: 0 auto;
	white-space: nowrap;
	writing-mode: vertical-rl;
	display: flex;
	text-orientation: upright;
}
.happy-tb td {
	padding: 8px 8px 7px;
}



.head_sticky {
  position: sticky;
  top: 44px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ff7fa1;
  background: #fffafa;
 font-size:14px;
 padding: 1px 5px 1px 5px;
z-index: 100;
    line-height: 1.8em;
}



.th_sticky {
  position: sticky;
  top: 90px;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}
.th_sticky:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
  background: #ffffb7;
  z-index: -1;
}

.futa_sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
/*  height: 100%; */
  background: #fffafa;
 font-size:14px;
 padding: 1px 5px 1px 5px;
z-index: 100;
    line-height: 1.8em;
   max-width: 900px;
   margin: 0 auto;
}

.futa_sticky2 {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fffff6;
 font-size:10px;
 padding: 1px 5px 1px 5px;
z-index: 100;
    line-height: 1.8em;
   max-width: 900px;
   margin: 0 auto;
max-height: 6em;
}


span.p-author__name {
    font-size: 16px;
    display: block;
    width: 20em;
}
a.taxonomy.category{
    margin: -5px;
    padding: 5px;
}

/*　チケットページ用 */
.boxwaku{
display: flex;
    flex-direction: column;
    margin: 16px 5px 20px 5px;
    padding: 0 10px 10px;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid #ff7fa1;
}

.boxtitle{
  margin: 20px 0 20px;
    font-size: 1.8em;
    color: #046BE2;
    font-weight: 800;
line-height: 1.2em;
}

.boxdata3{
display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.boxdata{
border-left: 1px solid #222;
    padding: 0 5px 0 5px;
}

.box-list1{
font-size: 1.4rem;
    font-weight: 600;
}

.box-list2{
color: #333;
    font-size: 1.5rem;
    font-weight: 600;

}

.catefuta2 a {
    margin: -5px;
    padding: 5px;
}

.textwidget a {
    margin: -5px;
    padding: 5px;
 font-size: 0.8em;
}

.bloghpp-listli a {
    margin: -5px;
    padding: 5px;
}

.wp-caption-text a {
    color: #fff;
    margin: -5px;
    padding: 5px;
}


/*---検索結果一覧のカスタマイズ--サムネイル拡大表示・角丸-----*/
.gs-result .gs-image, .gs-result .gs-promotion-image {
  max-width: 200px !important;
  height:auto !important;
  border-radius: 10px !important;
}

/*-----説明の位置調整-----*/
.gs-web-image-box, .gs-promotion-image-box {
    display: table !important;
}

/*-----タイトルフォントサイズ-----*/
/*PC・タブレット*/
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *{font-size:22px !important;}

/*スマホ*/
@media screen and (max-width:480px){
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *{font-size:18px !important;}
}

.gs-webResult.gs-result {
    line-height: 1.6em;
}


/************************
* ページネーション
・一覧ページのページネーション(.pagination .page-numbers)
・一覧ページの「もっと見る」ボタン(.list-more-button)
・コメントのボタン(.comment-btn)
************************/
.pagination .page-numbers {
	text-shadow: 0px 0px 1px rgba(var(--white-color), 1);
	transition: all 235ms ease-out 0s;
	color: rgba(var(--black-color), 1);
	border-color: rgba(var(--black-color), 1);
	background-color: transparent;
	align-self: center;
	border-style: solid;
	border-width: 2px;
}

.pagination .current {
	color: rgba(var(--white-color), 1);
	vertical-align:middle;
	background: rgba(var(--primary-color), 1);
	border-color: transparent;
	box-shadow: 0 5px 8px -7px rgba(var(--black-color), 1);
}

.pagination-next-link, .list-more-button, .comment-btn {
	position: relative;
	background: none;
	padding: 12px 22px;
	margin: 0 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	border: 2px solid rgba(var(--gray-color), 1);
}

.pagination-next-link:before, .list-more-button:before, .comment-btn:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	background-color: rgba(var(--secondary-color), 1);
	transition: all .3s ease;
	z-index: -1;
}

.pagination-next-link:active:before, .list-more-button:active:before, .comment-btn:active:before {
	top: -10px;
	left: 18px;
	width: 100%;
	height: 100%;
}

/************************************
** ページネーション
************************************/
.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.pagination .current {
  background-color: var(--cocoon-current-background-color);
}


.page-numbers {
  color: var(--cocoon-text-color);
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 1px solid var(--cocoon-thin-color);
  margin: 0 4px;
  line-height: 46px;
  text-align: center;
  border-radius: var(--cocoon-basic-border-radius);
}
.page-numbers span {
  line-height: inherit;
}

.page-numbers.dots {
  opacity: 0.6;
  background-color: var(--cocoon-xx-thin-color);
}

/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next {
  margin-top: 24px;
}

.pagination-next-link, .comment-btn {
  background-color: #f9f9f9;
  border: 1px solid var(--cocoon-thin-color);
  color: var(--cocoon-text-color);
  font-size: 1.2em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}


/************************************
** マルチページのページャーリンク
************************************/
.pager-links {
  margin: 24px 0;
  clear: both;
  text-align: center;
}
.pager-links .post-page-numbers {
  background-color: transparent;
}
.pager-links span {
  background-color: var(--cocoon-current-background-color);
}
.pager-links a {
  display: inline-block;
}
.pager-links a span {
  background-color: var(--cocoon-white-color);
}


.pager-prev-next a {
  width: 40%;
  margin: 0 4px;
}
.pager-prev-next span {
  width: 100%;
  margin: 0;
}


/*　アコーディオン */

.ac-box {
	width: auto;
	margin: 30px auto 5px;
}
.ac-box label {
	max-width: 385px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #111111;
	margin: auto;
	line-height: 50px;
	position: relative;
	display: block;
	height: 50px;
	border-radius: 8px;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s;
}

.ac-box input {
	display: none;
}
.ac-box label:after {
	color: #fff;
	content: "　↓ 表示する ↓";
}
.ac-box input:checked~label::after {
	color: #fff;
	content: "　【非表示】";
}
.ac-box div {
	display:none;
	padding: 0px;
	overflow: hidden;
/*	opacity: 0.4;
	transition: 0.5s; */
}
.ac-box input:checked~div div {
	opacity: 1;
	display:block;

}
.ac-box input:checked~div {
	display:block;
	height: auto;
	opacity: 1;
	padding: 0.2em 0.2em;
	margin: 0.2em 0;
	color: #565656;
	background: #fffdfd;
	box-shadow: 0px 0px 0px 1px #ffeaea;
	border: dashed 2px #ffc3c3;
	border-radius: 2px;
}
.ac-box div p {
	margin: 0;
	padding: 0;
}
.ac-small p {
	margin-bottom: 0px;
}
/*　アコーディオンここまで */

/*　トップページなどの記事一覧表示 */
td.ichiran02-image {
    width: 60px;
padding: 2px;
border-left: none;
  border-right: none;
}
td.ichiran02-title {
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: top;
  border-left: none;
  border-right: none;
padding: 1px 0 0 6px;

}

.ichiran02-title p {
    line-height: normal;
    margin-bottom: auto;
    font-size: 1em;
}

.ichiran02-title a {
    color: #000;
}


.ichiran02-image1 img {
	max-width: 100%;
	height: auto;
}
.ichiran-ta tr {
    border: 1px solid #ddd;
    /* padding: 10px 15px 7px; */
    line-height: 2.2;
    font-size: 16px;
}
/* トップページ　一覧表示ここまで */

/*最後の方にいれる */
.responsive_1 {
	width: 300px;
	height: 250px
}
@media(min-width:500px) {
	.responsive_1 {
		width: 21pc;
		height: 280px
	}
}

/* タブレット　*/
@media (max-width: 991px) {
	.pc {
		display: none
	}
	.sp {
		display: block
	}
	body.admin-bar {
		padding-top: 1.3em;
	}
	body.l-header__fix--mobile .is-header-fixed .l-header__bar--mobile {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-animation: headerSlideDown .5s ease;
		animation: headerSlideDown .5s ease
	}
	body.author .p-author__box {
		margin-bottom: 35px
	}
	.c-menu-button {
			display: block
	}
	
	.l-2columns, .l-3columns {
		display: block
	}
	
	.l-footer {
		margin-top: 0px
	}

	.l-header__bar--mobile, .p-header__logo--mobile {
		height: 40px;
	}
	.l-header {   
     height: auto;
		position: relative;
		z-index: 1;
	}
	.l-header__bar {
		position: static
	}
	.l-header__bar--mobile {
		background: #f36;
		height: 60px
	}

	.logo {
		padding: 0px 0 0 40px
	}
	.l-primary+.l-secondary, .l-primary+.l-tertiary {
		border-top: 1px solid #ddd;
		margin-top: 25px;
		padding-top: 25px
	}
	.l-secondary, .l-tertiary {
		border: 0;
		margin: 40px 0 0;
		padding: 0
	}
	.l-secondary__inner, .l-tertiary__inner {
		width: 100%
	}

	.nv-mask {
	font-size:1em;
}
	.nv-horizontal .nv-horizontal2 {
		loverflow-x: scroll;
		-webkit-overflow-scrolling: touch
	}
	.nv-horizontal2 {
		top: 91px;
		bottom: auto
	}
	.p-author__box {
		margin-bottom: 20px;
		padding: 20px
	}
	.p-author__thumbnail {
		border-radius: 50%;
		margin: 0 auto 1pc
	}
	.p-author__thumbnail img {
		display: block;
		height: 100%;
		width: 100%;
		object-fit: cover
	}
	.p-author__info {
		margin-left: 0
	}
	.p-author__desc {
		margin-top: 8px
	}
	.p-author__info .p-social-nav {
		margin-top: 9px
	}
	.p-author-archive .p-headline {
		margin-bottom: 20px;
		padding: 0 0 1pc
	}
	.p-header-band__item-desc {
		font-size: 12px;
	}	
	.p-widget {
		margin-bottom: 40px
	}
	.p-widget__title {
		font-size: 1pc;
		margin-bottom: 17px
	}
	.p-widget-list__type2 .p-widget-list__item {
		margin-bottom: 20px
	}
	.p-entry__ad, .p-entry__nav, .p-entry__related {
		margin-bottom: 40px
	}
	
	.p-entry__header {
				margin-bottom: 1px;
				margin-top: 3.2em;
				padding-bottom: 1px

	}

	.p-entry__body {
				font-size: 16px;
				line-height: 2em;
				margin-bottom: 40px
	}
	.p-entry__body p {
		line-height: 1.6em;
		margin-bottom: 1em;
		font-size: 1.1em;
	}
	
	.p-entry__header+.p-entry__share {
		margin-top: -10px;
		margin-bottom: 22px
	}
	.p-entry__meta-top {
				margin-top: 11px
			}
	
	.p-entry__title {
		font-size: 1.5em;
	}
	.p-entry-news__title {
		font-size: 18px;
	}
	.p-entry-news__body {
		font-size: 16px;
	}
	.p-entry-news .p-entry__header {
			padding: 17px 22px
	}	
	.p-footer-widget-area__inner {
				width: 100%
	}
	.p-footer-widget-area .p-footer-widget-area__inner {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				-webkit-justify-content: start;
				justify-content: flex-start
	}
		
	.p-footer-widget-area .p-widget:first-child {
				border-top: 0
	}
	.p-footer-widget-area .p-widget__title {
				margin-bottom: 18px
	}
	.p-footer-widget-area .p-widget-list__type2 .p-widget-list__item-thumbnail {
				padding-top: 110px;
				width: 110px
	}
	.p-footer-widget-area .p-widget-list__type2 .p-widget-list__item-info {
				padding-left: 130px
	}

	.p-footer-widget-area__inner {
				width: 100%
			}
	.p-footer-widget-area .p-footer-widget-area__inner {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				-webkit-justify-content: start;
				justify-content: flex-start
	}
			
	.p-footer-widget-area .p-widget-list__type2 .p-float-category span, .p-footer-widget-area .p-widget-list__type2 .p-float-native-ad-label {
		min-width: 110px
	}
		
	.p-header__logo--mobile .p-logo {
		line-height: 55px;
		max-height: 90px;
		overflow: hidden;
		padding: 0
	}
	
	.p-logo__header--mobile.p-logo__header--text a {
		font-size: 24px;
	}
	.p-logo__footer--mobile.p-logo__footer--text a {
		font-size: 24px;
	}
	
	.p-pagetop {
		display: inline;
		bottom: 75pt;
		right: 40px
	}
	.p-widget {
				margin-bottom: 40px
		}
	.p-widget__title {
		font-size: 1pc;
		height: 40px
	}
	.p-widget-list__item-meta {
		margin-top: 3px
	}
	.p-widget-list__type1 .p-widget-list__item {
		border: 1px solid #ddd;
		line-height: 1.6
	}
	.p-widget-list__type1 .p-widget-list__item-meta {
		margin-bottom: 0
	}
	.p-widget-list__type2 .p-widget-list__item {
		margin-bottom: 20px
	}
	.p-widget-list__ranking .p-widget-list__item {
				margin-bottom: 1pc
			}
	.p-sidebar-b .p-widget-list__type2 .p-widget-list__item-thumbnail {
		float: left;
		margin-bottom: 0;
		padding-top: 110px;
		margin-top: 0;
		text-align: right;
		position: absolute;
		right: 0;
		top: 2px
	}
	
	.u-hidden-sm {
		display: none
	}
	.u-visible-sm {
		display: block
	}
	.slick-dots {
		bottom: 22px;
		right: 18px
	}
	
	
}
/* スマホ */
@media (max-width: 768px) {
	.adsense-wrapper {
		min-height: 320px;

	}
	.ad-auto {
		margin: 16px 0;
	}

	.balloon__contener .balloon__left, .balloon__contener .balloon__right {
		max-width: 100%;
	}	
	body.admin-bar {
		padding-top: 46px;
	}
	body.admin-bar.l-header__fix .is-header-fixed .l-header__bar, body.admin-bar.l-header__fix--mobile .is-header-fixed .l-header__bar--mobile {
		top: 34px;
	}
	.cardlink_thumbnail {}
	.cardlink_timestamp {
		line-height: 2.4;
		vertical-align: middle;
	}
	.cardlink_excerpt {
		float: none;
	}		
	.c-load--type1 {
		width: 30px;
		height: 30px
	}
	.c-comment {
		margin-bottom: 30px
	}
	.c-comment__item-act {
		margin-top: 10px;
		padding-left: 0;
		position: static
	}
	.c-comment__tab-item a, .c-comment__tab-item p {
		padding: 9px 10px
	}
	.c-comment__tab-item.is-active a, .c-comment__tab-item.is-active p {
		display: flex;
		align-items: center;
		justify-content: center
	}
	.c-meta-box {
		background: 0;
		margin-bottom: 10px;
		padding: 0
	}
	.c-meta-box__item {
		border-right: 0;
		float: none;
		margin-bottom: 1pc
	}
	.l-inner {
		width: 98%;
	}	
	.p-entry__meta-top li {
		margin-right: 5px;
	}
	.p-footer-blog__item-info .p-article__title {
		font-size: 9px;
	}
	.p-index-carousel .l-inner {
		width: 98%;
	}	

	.p-author__thumbnail {
		margin-bottom: 0;
	}
	.post_col-2 {
		width: 50%;
	}
	.post_col-3 {
		width: 33.33333%;
	}
	.responsive_1 {
		width: 21pc;
		height: 280px
	}	
	.sz_l {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}	
	.u-hidden-xs {
		display: none
	}
	.u-visible-xs {
		display: block
	}
	
}


/* 初期は非表示状態 */
.futa_sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  z-index: 9999;
}

/* 上スクロールで表示 */
.futa_sticky.futa_visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}





/* 記事ページ上部・本文カード系（元ファイル末尾から共通CSSへ移動） */
/* ==================================================
   記事ページ：同ジャンル 最新・人気記事
   （イベントと同じUI設計）
================================================== */

.happyell-post-genre-pickup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 6px 0 16px;
}

.happyell-post-genre-pickup__card {
  border-bottom: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
}

.happyell-post-genre-pickup__link {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  align-items: center;
  color: #111;
  text-decoration: none;
}

.happyell-post-genre-pickup__thumb {
  width: 150px;
  aspect-ratio: 16 / 9;
  background: #f2f2f2;
  overflow: hidden;
}

.happyell-post-genre-pickup__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 画像なし */
.happyell-post-genre-pickup__noimg {
  width: 100%;
  height: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  background: #f2f2f2;
  font-size: 12px;
}

.happyell-post-genre-pickup__body {
  min-width: 0;
  padding: 6px 6px 6px 0;
}

.happyell-post-genre-pickup__label {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.3;
  color: #0073aa; /* 記事なのでイベントと色変え */
  font-weight: 700;
}

.happyell-post-genre-pickup__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;

  /* 2行制限 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* PC */
@media (min-width: 768px) {
  .happyell-post-genre-pickup__link {
    grid-template-columns: 200px 1fr;
  }

  .happyell-post-genre-pickup__thumb {
    width: 200px;
  }

  .happyell-post-genre-pickup__title {
    font-size: 16px;
  }

  .happyell-post-genre-pickup__noimg {
    min-height: 112px;
  }
}

/* ==================================================
   clinkショートコード：横長カード化
   目的：カード全体クリック、16:9画像、更新日表示
================================================== */

.cardlink.cardlink--wide {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid #ffd1dc;
  border-radius: 12px;
  background: #fff;
  color: #111;
  text-decoration: none;
  overflow: hidden;
  word-wrap: normal;
  max-width: 100%;
  box-sizing: border-box;
}

.cardlink.cardlink--wide:hover {
  background: #fff8fb;
  text-decoration: none;
}

.cardlink.cardlink--wide .cardlink_thumbnail {
  float: none;
  display: block;
  width: 150px;
  margin-right: 0;
  aspect-ratio: 16 / 9;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 8px;
}

.cardlink.cardlink--wide .cardlink_thumbnail img,
.cardlink.cardlink--wide .cardlink_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cardlink.cardlink--wide .cardlink_content {
  display: block;
  min-width: 0;
  line-height: 1.4;
}

.cardlink.cardlink--wide .cardlink_title {
  display: -webkit-box;
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cardlink.cardlink--wide .cardlink_meta {
  display: block;
  margin-top: 5px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cardlink.cardlink--wide {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 14px;
    padding: 10px;
  }

  .cardlink.cardlink--wide .cardlink_thumbnail {
    width: 200px;
  }

  .cardlink.cardlink--wide .cardlink_title {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }
}
