@charset "UTF-8";

.grecaptcha-badge { visibility: hidden; }
/*================================================
 *  input
 ================================================*/
input[name="s"] {width: 96%; padding: 0.4em;}
label[for="s"]{display:none;}
#searchform {margin: 1em 0.5em 0.5em; width: 96%;}
/*-contactform7 ------comment ------------------------------------------------------------------------------------------*/
.wpcf7-form label, .wpcf7-radio, .wpcf7-text, .wpcf7-submit, .wpcf7-form textarea,
#respond input, #respond textarea{font-size:1em; line-height:1.1; width:100%;}
@media print, screen and (min-width: 768px)
{
.wpcf7-form label, .wpcf7-radio, .wpcf7-text, .wpcf7-submit, .wpcf7-form textarea,
#respond input, #respond textarea{font-size:1.2em; line-height:1.2; width:100%;}
}
div.wpcf7 .ajax-loader {display: none !important;}
#respond label{display:block;}
p.form-submit{text-align:center;}
#respond input[type="submit"]{width: auto;}
.says{display:none;}
.comment-author, .comment-meta{display:inline-block;}
#respond input[type="checkbox"] {float: left; width: auto; height: 1.5em; margin-right: 0.5em;}

#toc_container{margin: 1em auto; display:block; max-width:405px;}
@media screen and (min-width: 768px){
#toc_container{float:right; margin-top:2em; margin-left:1em;}
}

.wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator.wq-src-empty{ height:5px;}
.wq--input.wq-is-selected{top:0 !important;}
.wq-Form .wq-Select{max-width:100%;}
.wq-Form .wq-Select>.wq--input{max-width:100%;}
.wq-Form .wq-Select>.wq--input option{max-width:100%;}


.wpcf7-not-valid-tip, .wpcf7-response-output{color:red; font-weight:bold;}
div.screen-reader-response{ display: none;}

td > p:last-child{padding-bottom:0;}
td > ul:last-child{padding-bottom:0 !important;}
.w7{width:7em !important; max-width:100%;}
.w10{width:10em !important; max-width:100%;}
.w15{width:15em !important; max-width:100%;}
.w20{width:20em !important; max-width:100%;}
input[type="radio" i] , input[type="checkbox" i]{margin: 0.5em; vertical-align: top;}
.wpcf7-list-item-label{margin-right:1em; font-weight:600;}
td.labe label{display:block; margin-bottom:1em; font-size:1em;}
.wpcf7-total{font-size:1.2em;}
.wpcf7-checkbox { word-break: auto-phrase;}

/*================================================
 *  Q A
 ================================================*/
.faqstyle dt {
    margin-bottom: 1em;
    color: ＃000;
    text-indent: -1.5em;
    padding-left: 1.5em;
	    font-weight:700;
}

.faqstyle dt::before,
.faqstyle dd::before {
    margin-right: .4em;
}

.faqstyle dt::before {
    color:var(--color-f);
    content: "Q.";
    font-weight:700;
}

.faqstyle dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #fff4ed;
    color: #111;
}

.faqstyle dd::before {
    color:var(--color-d);
    content: "A.";
    font-weight:700;
}

.qanda *, .qanda *:after, .qanda *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.qanda dt, .qanda dd {
	position: relative;
	padding: 1.2em 1em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
        line-height:1.8;
}
.qanda dt p, .qanda dd p{line-height:1.8;}
.qanda dt {
	margin: 0 3em 1em 3em;
	background: #fff;
        border:1px solid var(--color-a);
}
.qanda dd {
	margin: 0 3em 3em 3em;
	background: #fff;
        border:1px solid var(--color-d);
}
/* 吹き出し?? */
.qanda dt::before,.qanda dd::before{
	position: absolute;
	z-index: 2;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し */
.qanda dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent var(--color-a) transparent transparent;
}
/* 答え吹き出し */
.qanda dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent var(--color-d);
}
/* アイコン */
.qanda dt::after, .qanda dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* Qアイコン */
.qanda dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.15em 0.4em 0.2em 0.3em;
	font-family: "Font Awesome 6 Free";
	content: '\51';
	background: var(--color-a);
}
/* Aアイコン */
.qanda dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.15em 0.3em 0.2em 0.4em;
	font-family: "Font Awesome 6 Free";
	content: '\41';
	background: var(--color-d);
}


/*================================================
 *  Q A　image
 ================================================*/
.arrow_answer, .arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 1em;
    border-radius: 10px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    font-size: 1em;
}
.arrow_question {
    float: right;
    margin-right: 1em;
}
.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 2em;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_question:after, .arrow_question:before { right: 100%; }
.arrow_answer:after, .arrow_answer:before { left: 100%; }
.arrow_answer:after, .arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
}
.arrow_answer:after { border-left-color: #fff ; }
.arrow_question:after { border-right-color: #fff ; }
.arrow_answer:before, .arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 16px;
    margin-top: -16px;
}
.arrow_answer:before { border-left-color: #c8c8c8; }
.arrow_question:before { border-right-color: #c8c8c8; }
.question_image { float: left; }
.answer_image { float: right; margin-right: 1em;}
.answer_image img, .question_image img { border-radius: 50%; width:90px; height:auto;}
.answer_image span, .question_image span { width:90px; font-size:0.8em;}
.question_box { margin-bottom: 2em; overflow: hidden;}
.answer_box { margin-bottom: 3em; overflow: hidden;}

/*================================================
 *  footmenu
 ================================================*/
footer{background-color:#f3f3f2; font-size:1em;}
@media print, screen and (min-width: 1024px)
{
.footmenu { 
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
    overflow: hidden;
    border-top:1px groove rgba(112, 111, 111, 0.5);
}
.footmenu .menu{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    width: 100%;
    height: 100%;
}
.footmenu li{
	position: relative;
	display: inline-block;
	background-color: #f3f3f2;
        text-align: center;
	text-decoration: none;
	transition: all 1.5s;
        width:100%;
        height:100%;
        float:left;
        margin:0;
}
.footmenu li::after {
	position: absolute;
	top: 50%;
	right: 0.2em;
	content: '';
	margin-top: -0.4em;
	border: 0.4em solid transparent;
	border-top-width: 0.4em;
	border-bottom-width: 0.4em;
	border-left-color:var(--color-c);
	transition: all 1.5s;
}
.footmenu li a{color:var(--color-a); font-weight:400; text-decoration:none; display:block; line-height:3em; height:100%; border-bottom:2px solid rgba(112, 111, 111, 0.5);}
.footmenu li:hover {background-color:#efede9; opacity:0.6; color:var(--color-b);}
.footmenu li:hover a{color:var(--color-b);}
.footmenu li:hover::after {border-left-color:var(--color-b);}
.footmenu li:nth-child(2n){border-left:none;}
.footmenu ul li{width:auto; padding-left:0.8em; padding-right:1.5em; float:left; margin-top:1px;}
.footmenu ul li:nth-child(1n){border-right: none;}
.footmenu li a{border: none;}
.footmenu, .footmenu li{background-color:#f3f3f2;}
.footmenu li:hover {background-color:#f3f3f2;}
}
@media only screen and (min-width: 768px) and (max-width: 1023.9px)
{
.footmenu ul li{width:50%; float:left;}
.footmenu ul li:nth-child(1n){border-right: 1px groove rgba(112, 111, 111, 0.5);}
}
@media only screen and (max-width: 1023.9px)
{
.footmenu{display:none;}
}
.copyright{text-align: center; padding-bottom:120px; padding-top: 1em; clear:both;}
.copyright a {color:var(--color-a);}
.copyright a:hover {color: var(--color-b);}

@media print, screen and (min-width: 768px) 
{
.copyright{padding-bottom:140px;}
}

.fixf{position:fixed; bottom:0; margin:0; width:100%; z-index:10;}
@media only screen  and (max-width: 539.9px)
{
.fixfl{position:absolute; bottom:0; width:48%; left:1%;}
.fixfr{position:absolute; bottom:0; width:48%; right:1%;}
}
@media print, screen and (min-width: 540px) {
.fixfl{position:absolute; bottom:0; right: -webkit-calc(50vw + 10px); right: calc(50vw + 10px);}
.fixfr{position:absolute; bottom:0; left: -webkit-calc(50vw + 10px); left: calc(50vw + 10px);}
}

/*================================================
 *  サイドメニュー
 ================================================*/
/*#sidebar{background: #f3f3f2;}*/
ul#menu-side_menu {background: #f3f3f2;}
#menu-side_menu li, .widget li{
	margin:0;
	padding:0;
	list-style:none;
}
#menu-side_menu li a:before, .widget li a:before{
	content:"■";
	color:var(--color-d);
	padding-right: 0.5em;
	padding-left: 0.8em;
}
#menu-side_menu li a, .widget li a {
	display:block;
	color:#555;
	border-bottom:1px solid #ddd;
	text-decoration:none;
	padding:10px 0.2em 10px 1.5em;
	text-indent: -1.5em;
}
#menu-side_menu li a:hover, .widget li a:hover{
	background:#eee;
}
#menu-side_menu ul li.menu-item-has-children > a:before{
	content:"■";
	color:var(--color-f);
}
#menu-side_menu ul.sub-menu {margin-bottom:0; padding-left:0.6em;}
#menu-side_menu ul.sub-menu li{margin:0; padding: 0; text-indent: 1em;}
#menu-side_menu ul.sub-menu li a:before{
	content: "\025b6";
	color:var(--color-c);
}
#sidebar img{width:96%; height:auto;  margin:1em 2%;}
@media only screen and (min-width: 768px) and (max-width: 1023.9px)
{
#menu-side_menu li, .widget li{width:50%; float:left;}
#menu-side_menu li:nth-child(1n), .widget li:nth-child(1n){border-right: 1px groove rgba(112, 111, 111, 0.5);}
#menu-side_menu ul.sub-menu li{width: 100%; border-right: unset;}
#sidebar img{width:40%; margin:1em 5%; float:left; max-width:unset;}
}
@media print, screen and (min-width: 1024px)
{
#menu-side_menu li, .widget li{border:none; margin-top:1px;}
#menu-side_menu li:nth-child(1n), .widget li li:nth-child(1n){border-right: none;}
#sidebar img{width:40%; margin:1em 5%; float:left; max-width:unset;}
}
@media print, screen and (min-width: 1150px)
{
#sidebar img{width:100%; margin:0.2em 0 0; max-width:unset;}
}
@media screen and (min-width: 1150px){
.side-fixed {
    position: fixed !important;
    top: 60px;
    width: 250px;
    margin: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.90);
}
}

#Sidefixed div.widget_text div.textwidget {
    margin:0 auto;
}

/*------------------------------------------------
　　swiper
------------------------------------------------*/

.swiper-button-prev, .swiper-button-next{color: var(--color-d);}
.swiper-pagination-bullet-active { background: var(--color-d);}
.swiper-button-prev:after, .swiper-button-next:after{font-size:1.5em; font-weight:bold;}
.swiper-container-horizontal>.swiper-pagination-bullets{bottom:5px;}
.swiper-slide{ height: auto; }
.swiper-in{ height: 100%; }

/*================================================
 *  por  swiper
 ================================================*/
.por{position:relative;}
.por a img, .por img, .poh a img, .poh img, .poy a img, .poy img, .pos a img, .pos img{
    position: relative;
    width:100%;
    height:auto;
}
.poh{height:47vw; overflow:hidden; margin-bottom:0.5em;}
.poy{height:36vw; overflow:hidden;}
.pos{height:50.5vw; overflow:hidden;}
@media only screen and (min-width: 768px)
{
.poh{height:21.5vw;}
.poy{height:20vw;}
.pos{height:16.9vw;}
}
@media print, screen and (min-width: 1024px)
{
.poh{height:16vw;}
.poy{height:10vw;}
.pos{height:12.7vw;}
}
.porp{position:absolute; top:-webkit-calc(30% + 3em); top:calc(30% + 3em); left:0; width:100%; text-decoration: none; font-size: 0.9em; margin:0; padding:0.3em 0.3em 0.3em 0.5em;
    color:#fff; text-align: left; line-height: 1.2;
    text-shadow:
    black 0.1em 0px 0.1em, black -0.1em 0px 0.1em,
    black 0px -0.1em 0.1em, black -0.1em 0px 0.1em,
    black 0.1em 0.1em 0.1em, black -0.1em 0.1em 0.1em,
    black 0.1em -0.1em 0.1em, black -0.1em -0.1em 0.1em,
    black 0.05em 0.1em 0.1em, black -0.05em 0.1em 0.1em,
    black 0.05em -0.1em 0.1em, black -0.05em -0.1em 0.1em,
    black 0.1em 0.05em 0.1em, black -0.1em 0.05em 0.1em,
    black 0.1em -0.05em 0.1em, black -0.1em -0.05em 0.1em,
    black 0.05em 0.05em 0.1em, black -0.05em 0.05em 0.1em,
    black 0.05em -0.05em 0.1em, black -0.05em -0.05em 0.1em;
}
.porm a, .porm{position:absolute; top:30%; left:0; width:100%; text-decoration: none; font-size: 0.9em; margin:0; padding:0.3em 0.3em 0.3em 0.5em; background: var(--color-c); color:#fff; text-align: left; line-height: 1.2;}
.porm a:hover{background:var(--color-a);}
.port a, .port{position:absolute; top:0; left:0; width:100%; text-decoration: none; font-size: 0.9em; margin:0; padding:0.3em 0.3em 0.3em 0.5em; background: var(--color-c); color:#fff; text-align: left; line-height: 1.2;}
.port a:hover{background:var(--color-c);}
.porb {position:absolute; bottom:0; left:0;}
.por .btna{line-height: 1; padding: 1px 3px !important; margin:0 !important; position: absolute; top:0; right:0;}
.por .btnb{line-height: 1; padding: 1px 3px !important; margin:0 !important; position: absolute; top:0; left:0;}
.por a.btnb span:nth-of-type(1){display:none;}
.rank-num{position:absolute; left:0; top:0; background-color:var(--color-c); color:#ffffff; padding: 0.22em 0.46em 0.3em 0.4em; font-size:1.5em; line-height:1; text-align:center; font-style:italic; font-weight:bold;}
.rank-num:before{border-width: 1.5em 1.5em 0 0; position:absolute; top:0; left:-5px; content:""; width:0; height:0; z-index:-1; border-style:solid;}
.rank-maru{position:absolute; left:0; top:0; background-color:var(--color-c); color:#ffffff; width:2.2em; height:2.2em; line-height:2.2em; border-radius:50%; text-align:center; vertical-align:middle; text-decoration:none;}
.card-excerpt{padding:5px 5px 10px;margin-bottom: 0;}
.view_count{position:absolute; top:0; right:0; color:#fff; background:var(--color-a); padding:3px; z-index:2;}
.view_counts{position:absolute; bottom:-2em; left:0; width:100%; text-align:center; color:var(--color-a); padding:3px; z-index:2; font-weight:bold;}


/*------------------------------------------------------------------------------------------------qa-*/
.question {
    background: url(../images/q.png) no-repeat;
    background-position: top left;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-top: 3px;
    padding-left: 40px;
    min-height: 40px;
    color:var(--color-c);
}
.answer {
    background: url(../images/a.png) no-repeat;
    background-position: top left;
    margin-bottom: 1.5em;
    padding-top: 3px;
    padding-left: 40px;
    min-height: 40px;
}

/*------------------------------------------------------------------------------------------------mokuji-
.mokujibox{
    display:block;
    clear: both;
    overflow: hidden;
    width:98%;
    max-width:640px;
    margin: 1em auto 1em;
    padding: 0;
}
.mokujiin{
        display:block;
    clear: both;
    overflow: hidden;
    margin: 0.5em 0 0;
    padding: 0.6em 1em 0em 2.5em;
    border:var(--color-c) dashed 0.05em;
    background:#fffff0;

}
.mokujibox label {
  background: var(--color-c);
  text-align:center;
  color: #fff;
  padding: 0.4em 0 0.3em;
  display: block;
  width: 6em;
  border: 1px solid #fff;
  border-radius:5px;
  cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 2.5em;
    position: relative;
    z-index:2;
}

.mokujibox label:hover {
  background:var(--color-c);
}
.mokujibox input[type="checkbox"], .mokujibox  input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.5em;
}
.mokujibox input[type="checkbox"].on-off{
  display: none;
}
.mokujibox ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
*/
/*
.mokujibox input[type="checkbox"].on-off + div{
  display: none;
}
.mokujibox input[type="checkbox"].on-off:checked + div{
  display: block;
}
*/
/*---最初閉じているタイプ-----------
.mokujibox input[type="checkbox"].on-off + div{
  display: block;
}
.mokujibox input[type="checkbox"].on-off:checked + div{
  display: none;
}*/

/*================================================
 *  tab
 ================================================*/
.tab-wrap {
	background: White;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}
.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	border-bottom: 3px solid #ddd;
	background: rgba(191, 146, 101,.1);
}
.tab-label:hover {
	background: rgba(191, 146, 101,.2);
}
.tab-switch:checked + .tab-label {
	color: #fff;
	background: #BF9265;
}
.tab-label::after {
	color: #fff;
	background: #947e7e;
    bottom:-3px;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content {
	height:0;
	opacity:0;
	padding: 0 0px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}
.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}
.tab-wrap::after {
	content: '';
	height: 5px;
	order: -1;
	width: 100%;
}
.tab-switch {
	display: none;
}
.tabin {
    position: relative;
    background:#eee;
    border: 1px solid #ccc;
    float: left;
    line-height:1.05;
    display:block;
    width:100%;
    height:30vw;
}
#sidebar .tabin a.tabll img {
    position: absolute;
    top:0;
    left:0;
    width: 30vw;
    height: auto;
    margin: 0;
    padding: 0;
}
.tabt {
    position: absolute;
    background: rgba(240,128,128,0.1);
    top:0;
    right:0;
    width: -webkit-calc(100% - 30vw);
    width: calc(100% - 30vw);
    height:30vw;
    padding:0.4em 0.5em 0;
}
.tabp {padding:1em; margin:0; font-size:1em;}
.tabd {padding-left:1em; float:left; font-size:0.9em;}
.tabv {padding-right:1em; float:right; font-size:0.9em;}
@media only screen and ( min-width : 540px ) and ( max-width : 1150px ) {
.tabin{width:50%; height:15vw;}
#sidebar .tabin a.tabll img {width: 15vw;}
.tabt{width: -webkit-calc(100% - 15vw); width: calc(100% - 15vw); height:15vw;}
.tabp {padding:0.5em 0.4em; font-size:0.9em;}
.tabd {padding-left:0.5em; float:left; font-size:0.8em;}
.tabv {padding-right:0.5em; float:right; font-size:0.8em;}
}
@media print, screen and (min-width: 1150px){
.tabin{width:250px; height:75px;}
#sidebar .tabin a.tabll img {width: 75px;}
.tabt{width:175px; height:75px;}
.tabp {padding:0.5em 0.8em 0.6em; margin:0; font-size:0.8em;}
.tabd {width:50%; padding-left:1em; float:left; font-size:0.6em;}
.tabv {width:50%; padding-right:1em; float:right; font-size:0.6em;}
}
.tabin:hover { opacity:0.8;}
a.tabll, a.tablr {
    display:block;
    text-decoration:none;
    text-align: left;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
a.tabll{
    left: 0;    
}
a.tablr {
    right: 0;
}
.tabr {position:absolute; left:0; top:0; background-color:#BF9265; color:#ffffff; font-size:1em; font-weight:400; width:1.2em; height:1.2em; line-height:1.2em; border-radius:50%; text-align:center; vertical-align:middle; text-decoration:none;}

/*------------------------------------------------
　　tagcloud
------------------------------------------------*/
.tagcloud, .tags{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    clear: both;
}
.tagcloud li, .tags li{
    display: inline-block;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
}
.tagcloud a, .tags a{
 background:var(--color-e);
 color:#fff;
 padding:4px 8px 3px;
 margin:3px;
 border-radius:5px;
 text-decoration:none;
 font-size:1em;
 line-height: 2em;
 font-weight:600;
 white-space: nowrap;
}
.tagcloud a:hover, .tags a:hover{
 color:#fff;
 background:var(--color-d);
 font-weight:400;
}
.tagcloud a:before, .tags a:before{
 font-family:"Font Awesome 6 Free";
 content:"\f02b"; 
 font-weight:600;
 color:#fff;
 padding-right:6px;
}
.tagcloud a span, .tags a span{
 padding-left:0.5em;
 color:#fff;
}

/*------------------------------------------------
　　catcloud
------------------------------------------------*/
.catcloud, .post-categories{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: contents;
    clear: both;
}
.catcloud li, .post-categories li{
    display: inline-block;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
}
.catcloud a, .post-categories a{
 background:var(--color-d);
 color:#fff;
 padding:4px 8px 3px;
 margin:3px;
 border-radius:5px;
 text-decoration:none;
 font-size:1em;
 line-height: 2em;
 font-weight:600;
 white-space: nowrap;
}
.catcloud a:hover, .post-categories a:hover{
 background:var(--color-e);
 color:#fff;
 font-weight:400;
}
.catcloud a:before, .post-categories a:before{
 font-family:"Font Awesome 6 Free";
 content:"\f35a"; 
 font-weight:600;
 color:#fff;
 padding-right:6px;
}
.catcloud a span, .post-categories a span{
 padding-left:0.5em;
 color:#fff;
}

/*------------------------------------------------
　　topcloud
------------------------------------------------*/
.topcloud, .frontcloud{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    clear: both;
}
.topcloud li, .flontcloud li{
    display: inline-block;
    padding: 0;
    margin: 0.5em 0.5em 0.2em 0.2em;
}
.topcloud a, .flontcloud a{
 color:var(--color-a);
 border:var(--color-a) solid 1px;
 padding:0.2em 0.5em;
 margin:3px;
 border-radius:5px;
 text-decoration:none;
 font-size:1em;
 line-height: 2em;
 font-weight:600;
 white-space: nowrap;
}
.topcloud a:hover, .flontcloud a:hover{
 color:#fff;
 background:var(--color-c);
 font-weight:400;
}

/*------------------------------------------------
　　pagination
------------------------------------------------*/
.pagination {
  margin: 0 auto 0em;
  padding: 0em 0;
  text-align: center;
  display: block;
}
.pagination a {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  display: inline-block;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background:var(--color-a);
  transition: .3s
}
.pagination a:hover {
  color: #fff;
  background: var(--color-b);
}
.pagination span {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background:var(--color-a);
}
.pagination span.dots {
  background: 0
}
.pagination span.current {
  background: var(--color-c);
  color: #fff
}


/*================================================
 *  search box
 ================================================*/
.sb_s {
    overflow: hidden;
    width: 83%;
    padding-top: 0.1em;
    padding-bottom: 0.3em;
    margin: 0.5em 1% 0.5em auto;
    text-align: center;
    position: relative;
    border-radius: 2px;
    border: 2px solid var(--color-d);
    background: #ffffff;
    float: left;
}
.sb_s input[name="s"]{
	width: 100%;
	padding-right: 1em;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0.3em 2em 0.3em 0.5em;
	color: var(--color-d);
        font-size:0.8em;
        margin:unset;
}
.sb_s input[name="s"]::placeholder{color:var(--color-d);}
.sb_cat {
    overflow: hidden;
    width: 49%;
    margin: 0.5em 1% 0.5em auto;
    text-align: center;
    position: relative;
    border-radius: 2px;
    border: 2px solid var(--color-d);
    background: #ffffff;
    float: left;
}
.sb_cat select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0.5em 2em 0.5em 0.5em;
	color: var(--color-d);
}
.sb_cat select::-ms-expand {
    display: none;
}
.sb_cat::before {
	position: absolute;
	top: 0.75em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--color-d);
	pointer-events: none;
}
.sb_sub {
    overflow: hidden;
    float: right;
}

/*================================================
 *  calendar
 ================================================*/
#calendar_wrap{
  padding-top:10px;
  padding-bottom:10px;
  background:#fff;
}
#wp-calendar{
  width: 100%;
  font-size:12px;
  padding-top: 10px;
}
#wp-calendar tr{
  display: flex;
  justify-content: flex-start;
}
#wp-calendar tr:first-of-type{
  justify-content: flex-end;
}
#wp-calendar th,
#wp-calendar td{
  display: block;
  width: calc(100% / 7);
  text-align: center;
  margin-bottom: 10px;
}
#wp-calendar td:last-of-type,
#wp-calendar th:last-of-type{
  color: red;
}
#wp-calendar td a{
  padding: 0;
}
#wp-calendar tfoot tr{
  display: flex;
  justify-content: center;
}
#wp-calendar tfoot tr td{
  width: calc(100% / 3);
}
#wp-calendar #today a,
#wp-calendar #today{
  color: white;
  background-color:#6699ff;
  font-weight:bold;
}
.wp-calendar-nav-prev{margin-left: 10px;}
.wp-calendar-nav-next{margin-right: 10px;}

@media print{
.print_pages { size: A4; page-break-before: always;}
header, footer, #sidebar, #subbox , .fixfoot, .top-fixed, .side-fixed, .btn-fixed, .vwrap, #page-top, #g-menu{display:none !important;}
#contents, #main{width:100% !important; max-width:297mm !important; font-size:14px;}
}
@media all and (-ms-high-contrast: none){
  .print_pages.page-break {page-break-before: auto;}
}