@charset "UTF-8";


#catichiran select{font-size:150%; margin: 0 0 1em !important; max-width: 100%;}
#catichiran h2{margin: 1em 0 0; background: transparent; border-left: unset; padding: 0;}
/*================================================================================================
 *  一般・共通設定
 ================================================================================================*/
p {margin:0 0 1em 0;}
#catdes p{margin:0;}
a {
	color:var(--color-a);
	text-decoration:none;
}
a:hover {
	color:var(--color-b);
	text-decoration:underline rgba(160 133 73 / 0.4);
}
.pagelink {
    display: block !important;
    padding-top: 60px !important;
    margin-top: -60px !important;
}
img {
 vertical-align:top;
 max-width: 100%;
}
a:hover img{opacity:0.8;transform: scale(1.02 , 1.02); transition-duration: 0.3s;}
a img{transition:0.6s;}
img.img100, .img100 img:first-child {width:100%; height:auto; margin:0;}
img.img90, .img90 img:first-child {width:90%; height:auto; margin:0 auto 1em;}
.wp-caption-text{
text-align: left;
    color: #333333;
    margin: 1em 0;
    padding: 0 1em;
    width: fit-content;
    font-family: monospace;
}
.recentcomments{color:var(--color-e);}
img.wp-smiley, img.emoji {float:none;}

.alignnone{display: block !important; margin: 0 auto !important;}
img[class*="alignnone"]{width:600px; max-width:100%; height:auto;}

.aligncenter{display: block !important; margin: 0 auto 1.5em !important; height: auto;}
img[class*="aligncenter"]{width:90%; max-width:320px; height:auto;}

.alignright { float: unset; display: block;}
.alignleft { float: unset; display: block;}
img[class*="alignright"], img[class*="alignleft"]{width:90%; max-width:320px; height:auto; margin: 0 auto;}
.wp-caption.alignright, .wp-caption.alignleft{width:90%; height:auto;}

@media print, screen and (min-width: 768px)
{
.alignright { float:right !important; margin:0 0 1em 1em !important;}
.alignleft { float:left !important; margin:0 1em 1em 0 !important;}
/*img[class*="alignright"], img[class*="alignleft"]{width:40%; height:auto;}*/
.wp-caption.alignright, .wp-caption.alignleft{width:40% !important; height:auto;}
}

img[class*="alignright"], img[class*="alignleft"], img[class*="aligncenter"]{
  border-radius:0.5em;
}
.imgsh{box-shadow:0 0.2em 0.6em -0.2em rgba(0, 0, 0, 0.8);}
.imgborder{border: 1px solid #ccc;}
.imgdrop{
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
}

.bin figure{text-align:center;}
.bin img {width:100%; height:auto; margin:0;}
img.maru {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
}
img.shikaku {
  width: 250px;
  height: 250px;
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
div.maru {
    position: relative;
    width: 200px;
    height: 200px; 
    background-color: rgb(255 255 240 / 50%);
    border:5px solid var(--color-a);
    border-radius: 50%; 
    margin: 0 auto;
    text-align: center;
}
div.shikaku {
    position: relative;
    width: 200px;
    height: 200px; 
    background-color: rgb(255 255 240 / 50%);
    border:5px solid var(--color-a);
    border-radius: 0; 
    margin: 0 auto;
    text-align: center;
}
div.maru p, div.shikaku p{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom:0;
    line-height:1.5;
}
img.yokonaga, .yokonaga > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cf {zoom: 1;}
.cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
b, strong, .bold, em {font-weight:bold;}
pre {margin:1em 0; padding:1em;}
blockquote {
	margin-bottom:1em;
	padding:1em 1em 0.2em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
        background: rgb(221 221 221 / 0.2);
}
abbr[title] {border-bottom:none; text-decoration:none;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0 3em;
    padding: 0;
    overflow: hidden;
    clear: both;
}
hr.hr0 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 0px solid #cccccc;
    margin: 0;
    padding: 0;
}
dl {margin:0 0 1em 0;}
dt {margin-bottom:0.5em; border-bottom:1px dotted #ddd;}
dt:before {content:"\0025a0";}
dd {margin-bottom:1em;}
.card-excerpt{padding:5px;margin-bottom: 0;}
#toc_container{margin:1.5em auto 0em;}


/*================================================
 *  flex box
 ================================================*/
.af2, .bf2, .lf2, .af3, .bf3, .lf3, .af4, .bf4, .lf4, .af5, .bf5, .lf5, .af6, .bf6, .lf6{
     display: flex;
     flex-flow: row wrap;
}
.af2, .af3, .af4, .af5, .af6{justify-content:space-around;}
.bf2, .bf3, .bf4, .bf5, .bf6{justify-content:space-between;}
.lf2, .lf3, .lf4, .lf5, .lf6{justify-content:flex-start;}
.lf2 .bin, .lf3 .bin, .lf4 .bin, .lf5 .bin, .lf6 .bin{
    flex-grow: 0;
    margin-bottom: 3.5em;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
   /* border: 1px #ccc solid;
    box-shadow: 0px 10px 15px -10px;*/
}
.af2 .bin, .af3 .bin, .af4 .bin, .af5 .bin, .af6 .bin, .bf2 .bin, .bf3 .bin, .bf4 .bin, .bf5 .bin, .bf6 .bin{
    flex-grow: 0;
    margin-bottom: 3.5em;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media only screen and ( max-width : 540px ){ 
.af2 .bin, .af3 .bin, .af4 .bin, .af5 .bin, .af6 .bin, .bf2 .bin, .bf3 .bin, .bf4 .bin, .bf5 .bin, .bf6 .bin, .lf2 .bin, .lf3 .bin, .lf4 .bin, .lf5 .bin, .lf6 .bin{flex-basis:100%; margin-left:0;}
}
@media only screen and ( min-width : 540.1px ) and ( max-width : 767.9px ) { 
.lf2 .bin, .af2 .bin, .bf2 .bin{flex-basis:100%; margin-left:0;}
.lf3 .bin, .af3 .bin, .bf3 .bin{flex-basis:46%;}
.lf3 .bin:nth-child(3n+1), .lf3 .bin:nth-child(3n){margin-left:0;}
.lf3 .bin:nth-child(3n+2){margin-left:8%;}
.lf4 .bin, .af4 .bin, .bf4 .bin{flex-basis:46%;}
.lf4 .bin:nth-child(4n+1), .lf4 .bin:nth-child(4n+3){margin-left:0;}
.lf4 .bin:nth-child(4n+2), .lf4 .bin:nth-child(4n){margin-left:8%;}
.lf5 .bin, .af5 .bin, .bf5 .bin{flex-basis:46%;}
.lf5 .bin:nth-child(5n+1), .lf5 .bin:nth-child(5n+3), .lf5 .bin:nth-child(5n){margin-left:0;}
.lf5 .bin:nth-child(5n+2), .lf5 .bin:nth-child(5n+4){margin-left:8%;}
.lf6 .bin, .af6 .bin, .bf6 .bin{flex-basis:46%;}
.lf6 .bin:nth-child(6n+1), .lf6 .bin:nth-child(6n+3), .lf6 .bin:nth-child(6n+5){margin-left:0;}
.lf6 .bin:nth-child(6n+2), .lf6 .bin:nth-child(6n+4), .lf6 .bin:nth-child(6n){margin-left:8%;}
}
@media only screen and ( min-width : 768px ) and ( max-width : 1023.9px ) { 
.lf2 .bin, .af2 .bin, .bf2 .bin{flex-basis:46%;}
.lf2 .bin:nth-child(2n+1){margin-left:0;}
.lf2 .bin:nth-child(2n){margin-left:8%;}
.lf3 .bin, .af3 .bin, .bf3 .bin{flex-basis:30%;}
.lf3 .bin:nth-child(3n+1){margin-left:0;}
.lf3 .bin:nth-child(3n+2), .lf3 .bin:nth-child(3n){margin-left:5%;}
.lf4 .bin, .af4 .bin, .bf4 .bin{flex-basis:46%;}
.lf4 .bin:nth-child(4n+1), .lf4 .bin:nth-child(4n+3){margin-left:0;}
.lf4 .bin:nth-child(4n+2), .lf4 .bin:nth-child(4n){margin-left:8%;}
.lf5 .bin, .af5 .bin, .bf5 .bin{flex-basis:30%;}
.lf5 .bin:nth-child(5n+1){margin-left:0;}
.lf5 .bin:nth-child(5n+2), .lf5 .bin:nth-child(5n+3){margin-left:5%;}
.lf5 .bin:nth-child(5n+4), .lf5 .bin:nth-child(5n){margin-left:13.8%;}
.lf6 .bin, .af6 .bin, .bf6 .bin{flex-basis:30%;}
.lf6 .bin:nth-child(6n+1), .lf6 .bin:nth-child(6n+4){margin-left:0%;}
.lf6 .bin:nth-child(6n+2), .lf6 .bin:nth-child(6n+3), .lf6 .bin:nth-child(6n+5), .lf6 .bin:nth-child(6n){margin-left:5%;}
}
@media print, screen and (min-width: 1024px){
.lf2 .bin, .af2 .bin, .bf2 .bin{flex-basis:46%;}
.lf2 .bin:nth-child(2n+1){margin-left:0;}
.lf2 .bin:nth-child(2n){margin-left:8%;}
.lf3 .bin, .af3 .bin, .bf3 .bin{flex-basis:30%;}
.lf3 .bin:nth-child(3n+1){margin-left:0;}
.lf3 .bin:nth-child(3n+2), .lf3 .bin:nth-child(3n){margin-left:5%;}
.lf4 .bin, .af4 .bin, .bf4 .bin{flex-basis:23%;}
.lf4 .bin:nth-child(4n+1){margin-left:1%;}
.lf4 .bin:nth-child(4n+2), .lf4 .bin:nth-child(4n+3), .lf4 .bin:nth-child(4n){margin-left:2%;}
.lf5 .bin, .af5 .bin, .bf5 .bin{flex-basis:18%;}
.lf5 .bin:nth-child(5n+1){margin-left:1%;}
.lf5 .bin:nth-child(5n+2), .lf5 .bin:nth-child(5n+3), .lf5 .bin:nth-child(5n+4), .lf5 .bin:nth-child(5n){margin-left:2%;}
.lf6 .bin, .af6 .bin, .bf6 .bin{flex-basis:16%;}
.lf6 .bin:nth-child(6n+1){margin-left:0%;}
.lf6 .bin:nth-child(6n+2), .lf6 .bin:nth-child(6n+3), .lf6 .bin:nth-child(6n+4), .lf6 .bin:nth-child(6n+5), .lf6 .bin:nth-child(6n){margin-left:0.8%;}
}
.fg1 { flex-grow: 1;}
.fg2 { flex-grow: 2;}
.fg3 { flex-grow: 3;}
.f2 p, .f3 p{margin:0.5em 0.5em 1em;}


.b55l{display:block;padding:0;margin:0;width:50%;float:left;}
.b55r{display:block;padding:0;margin:0;width:50%;float:right;}
.b64l{display:block;padding:0;margin:0;width:60%;float:left;}
.b64r{display:block;padding:0;margin:0;width:40%;float:right;}
.b46l{display:block;padding:0;margin:0;width:40%;float:left;}
.b46r{display:block;padding:0;margin:0;width:60%;float:right;}
.b73l{display:block;padding:0;margin:0;width:70%;float:left;}
.b73r{display:block;padding:0;margin:0;width:30%;float:right;}
.b37l{display:block;padding:0;margin:0;width:30%;float:left;}
.b37r{display:block;padding:0;margin:0;width:70%;float:right;}
.b82l{display:block;padding:0;margin:0;width:80%;float:left;}
.b82r{display:block;padding:0;margin:0;width:20%;float:right;}
.b28l{display:block;padding:0;margin:0;width:20%;float:left;}
.b28r{display:block;padding:0;margin:0;width:80%;float:right;}
.b91l{display:block;padding:0;margin:0;width:90%;float:left;}
.b91r{display:block;padding:0;margin:0;width:10%;float:right;}
.b19l{display:block;padding:0;margin:0;width:10%;float:left;}
.b19r{display:block;padding:0;margin:0;width:90%;float:right;}
.b33l{display:block;padding:0;margin:0;width:33%;float:left;}
.b33c{display:block;padding:0;margin:0 0.5%;width:33%;float:left;}
.b33r{display:block;padding:0;margin:0;width:33%;float:right;}
.b44{display:block;padding:0;margin:0;width:25%;float:left;}
.bb55l,.bb55r,.bb64l,.bb64r,.bb46l,.bb46r,.bb73l,.bb73r,.bb37l,.bb37r,.bb82l,.bb82r,.bb28l,.bb28r,.bb91l,.bb91r,.bb19l,.bb19r
{width:100%; margin:0; padding:0; display:inline-block;}
.b0{width:50%; margin:0 auto; padding:0; display:block; overflow:hidden;}
.b1, .b2, .b3, .b4, .b6{width:100%; margin:0; padding:0; display:inline-block;}
@media only screen and (min-width: 360px)
{
.b6{width:50%; font-size:90%; margin:0; padding:0; display:inline-block; float:left;}
}
@media only screen and (min-width: 540.1px)
{
.b4 {width:50%; float:left;}
.bb55l{display:block;padding:0;margin:0;width:50%;float:left;}
.bb55r{display:block;padding:0;margin:0;width:50%;float:right;}
.bb33l{display:block;padding:0;margin:0;width:33%;float:left;}
.bb33c{display:block;padding:0;margin:0 0.5%;width:33%;float:left;}
.bb33r{display:block;padding:0;margin:0;width:33%;float:right;}
.bb44{display:block;padding:0;margin:0;width:25%;float:left;}
}
@media only screen and (min-width: 768px)
{
.b3{width:33.3%; padding-left:0; padding-right:0; float:left;}
.b6{width:33.3%; padding-left:0; padding-right:0; float:left;font-size:100%;}
.bb73l{display:block;padding:0;margin:0;width:70%;float:left;}
.bb73r{display:block;padding:0;margin:0;width:30%;float:right;}
.bb37l{display:block;padding:0;margin:0;width:30%;float:left;}
.bb37r{display:block;padding:0;margin:0;width:70%;float:right;}
.bb82l{display:block;padding:0;margin:0;width:80%;float:left;}
.bb82r{display:block;padding:0;margin:0;width:20%;float:right;}
.bb28l{display:block;padding:0;margin:0;width:20%;float:left;}
.bb28r{display:block;padding:0;margin:0;width:80%;float:right;}
.bb91l{display:block;padding:0;margin:0;width:90%;float:left;}
.bb91r{display:block;padding:0;margin:0;width:10%;float:right;}
.bb19l{display:block;padding:0;margin:0;width:10%;float:left;}
.bb19r{display:block;padding:0;margin:0;width:90%;float:right;}
}
@media print, screen and (min-width: 1024px)
{
.b2{width:50%; padding-left:0; padding-right:0; float:left;}
.b4{width:25%; padding-left:0; padding-right:0; float:left;}
.b6{width:33.3%; padding-left:0; padding-right:0; float:left;}
.bb64l{display:block;padding:0;margin:0;width:60%;float:left;}
.bb64r{display:block;padding:0;margin:0;width:40%;float:right;}
.bb46l{display:block;padding:0;margin:0;width:40%;float:left;}
.bb46r{display:block;padding:0;margin:0;width:60%;float:right;}
}


/*================================================
 *  box1
 ================================================*/
.box0, .box1, .box2, .box3, .box4, .box0b, .box1b, .box2b, .box3b, .box4b{
    display:block;
    clear:both;
    overflow:hidden;
    margin: 0 0 3em;
    padding: 1em 1em 0;
    text-align: left;
}
.box0{
    border: #ddd solid 2px;
    background: #fff;
}
.box1{
    border: var(--color-c) solid 2px;
    background: #fff;
}
.box2{
    border: var(--color-d) solid 2px;
    background: #fff;
}
.box3{
    border: var(--color-e) solid 2px;
    background: #fff;
}
.box4{
    border: var(--color-b) solid 2px;
    background: #fff;
}
.box0b{
    border: #ddd dashed 2px;
    background: #fffff0;
}
.box1b{
    border: var(--color-c) dashed 2px;
    background: #fffff0;
}
.box2b{
    border: var(--color-d) dashed 2px;
    background: #fffff0;
}
.box3b{
    border: var(--color-e) dashed 2px;
    background: #fffff0;
}
.box4b{
    border: var(--color-b) dashed 2px;
    background: #fffff0;
}

/*================================================
　scbox
 ================================================*/
.scbox{
    display:block;
    clear:both;
    overflow:hidden;
    float:left;
    width:100%;
    margin: 0 0 3em;
    padding: 1em 1em 0;
    border: 3px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0px 5px 20px -5px rgba(206, 203, 173, 0.8);
    background-color: #ffffff;
    height: 10em;
    overflow-y: auto;
    overflow-x: hidden;
}
.scbox::-webkit-scrollbar{
  width: 12px;
}
.scbox::-webkit-scrollbar-track{
  background: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777777; 
}
.scbox::-webkit-scrollbar-thumb{
  background: var(--color-d);
  border-radius: 10px;
  box-shadow: none;
}

/*-bg------------------------------------------------------------------------------------------------*/
.bgbox{
    background-image: url(../images/01a.png),url(../images/01b.png),url(../images/01.png);
    background-position: top,bottom,center;
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-size: 100%;
    margin: 0 0 3em;
    padding: 20px 1em 5px;
    color:#333333;
    overflow: hidden;
}

/*================================================
 *  h1 - h6  widget-title 
 ================================================*/
/*------body 320px - 16px ---- 360px - 18px  ---- h 414 20.7 --*/
@media only screen and (max-width: 540px)
{
h1:not(.noh), .m1, .pointm, .checkm{font-size:1em;}
h2:not(.noh), .m2, h3:not(.noh), .m3, h4:not(.noh), .m4{font-size:1em;}
}

@media only screen and (min-width: 540.1px) and (max-width: 767.9px)
{
h1:not(.noh), .m1, .pointm, .checkm{font-size:1.3em;}
h2:not(.noh), .m2, h3:not(.noh), .m3, h4:not(.noh), .m4{font-size:1.1em;}
}

@media print, screen and (min-width: 768px)
{
h1:not(.noh), .m1, .pointm, .checkm{font-size:1.5em;}
h2:not(.noh), .m2, h3:not(.noh), .m3, h4:not(.noh), .m4{font-size:1.2em;}
}
.widget-title, h6:not(.noh), .m6, h6:not(.noh) a, .m6 a, h5:not(.noh), .m5, h5:not(.noh) a, .m5 a {font-size:16px;}

h1:not(.noh), .m1{
    color: #ffff;
    background:var(--color-c);
    box-shadow: 0px 0px 0px 5px var(--color-c);
    border: dashed 1px #fff;
    padding: 0.2em 0.5em;
    text-align: center;
    display: block;
    clear: both;
    margin: 3em 0em 1em;
    font-size: 1.2em;
    text-decoration:none;
}
h2:not(.noh), .m2, h2:not(.noh) a, .m2 a{
  margin: 3.5em 0 1em;
  padding: 0.5em 0.7em;
  color: #494949;
  background: transparent;
}
h3:not(.noh), .m3, h3:not(.noh) a, .m3 a, h4:not(.noh), .m4, h4:not(.noh) a, .m4 a{
  margin: 2.5em 0 1em;
  padding: 0.25em 0.5em;
  font-weight: bold;
  color: #494949;
  background: #f3f3f3;
}

h2:not(.noh), .m2{border-left: double 10px var(--color-b); background: aliceblue; color:var(--color-b); font-weight:bold;}
h2:not(.noh) a:hover, .m2 a:hover{color: var(--color-a);}
h3:not(.noh), .m3{border-left: solid 5px var(--color-c);}
h3:not(.noh) a:hover, .m3 a:hover{color: var(--color-d);}
h4:not(.noh), .m4{border-left: solid 5px var(--color-a);}
h4:not(.noh) a:hover, .m4 a:hover{color: var(--color-b);}

h5:not(.noh), .m5, h5:not(.noh) a, .m5 a, h6:not(.noh), .m6, h6:not(.noh) a, .m6 a, .widget-title{
    margin:3.5em 0 1em;
	padding:0.6em 0.5em;
	text-align:center;
    display: block;
    clear: both;
    font-family: monospace;
    font-weight: bolder;
    text-decoration:none;
}


h5:not(.noh), h5:not(.noh) a, h6:not(.noh), h6:not(.noh) a, .m5, .m5 a, .m6, .m6 a, .widget-title{color:#fff;}
h5:not(.noh), .m5, h5:not(.noh) a, .m5 a {background:var(--color-d);}
h6:not(.noh), .m6, h6:not(.noh) a, .m6 a, .widget-title {background:var(--color-c);}
h5:not(.noh) a:hover, .m5 a:hover{background:var(--color-e); text-decoration:none;}
h6:not(.noh) a:hover, .m6 a:hover{background:var(--color-e); text-decoration:none;}

.pointm {
  position: relative;
  border-top: solid 2px var(--color-c);
  border-bottom: solid 2px var(--color-c);
  background: #efede9;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 3em 0 0.5em;
  color: var(--color-c);
  font-weight: bold;
}
.pointm:after {
  position: absolute;
  font-family: "Font Awesome 6 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: var(--color-c);
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 0.3em 0.5em 0.2em;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.checkm {
  position: relative;
  border-top: solid 2px var(--color-d);
  border-bottom: solid 2px var(--color-d);
  background: #efede9;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 3em 0 0.5em;
  color: var(--color-d);
  font-weight: bold;
}
.checkm:after {
  position: absolute;
  font-family: "Font Awesome 6 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: var(--color-d);
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 1.5em 0.5em 0em;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.widget-title{margin:0;}

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h2, h3 + h4, h3 + h5, h3 + h6, h4 + h2, h4 + h3, h4 + h5, h4 + h6,
h5 + h6, h5 + h2, h5 + h3, h5 + h4, h6 + h2, h6 + h3, h6 + h4, h6 + h5,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .m1 > a, .m2 > a, .m3 > a, .m4 > a, .m5 > a, .m6 > a{margin-top: 0 !important;}
section > h1:first-child, section > h2:first-child, section > h3:first-child, section > h4:first-child, box1 > h5:first-child, section > h6:first-child{margin-top: 0.2em !important;}
.box1 > h1:first-child, .box1 > h2:first-child, .box1 > h3:first-child, .box1 > h4:first-child, box1 > h5:first-child, .box1 > h6:first-child{margin-top: 0 !important;}
.box2 > h1:first-child, .box2 > h2:first-child, .box2 > h3:first-child, .box2 > h4:first-child, box2 > h5:first-child, .box2 > h6:first-child{margin-top: 0 !important;}
.box3 > h1:first-child, .box3 > h2:first-child, .box3 > h3:first-child, .box3 > h4:first-child, box3 > h5:first-child, .box3 > h6:first-child{margin-top: 0 !important;}
.box4 > h1:first-child, .box4 > h2:first-child, .box4 > h3:first-child, .box4 > h4:first-child, box4 > h5:first-child, .box4 > h6:first-child{margin-top: 0 !important;}
.b1 > h1:first-child, .b1 > h2:first-child, .b1 > h3:first-child, .b1 > h4:first-child, b1 > h5:first-child, .b1 > h6:first-child{margin-top: 0 !important;}
.b2 > h1:first-child, .b2 > h2:first-child, .b2 > h3:first-child, .b2 > h4:first-child, b1 > h5:first-child, .b2 > h6:first-child{margin-top: 0 !important;}


/*================================================
　btn
 ================================================*/
.btna, .btnb, .btnc, .btnd, .btnline, div.dbtna a, div.dbtnb a, div.dbtnc a, div.dbtnd a, div.dbtnline a, .btne, div.dbtne a, input[type="submit"]{font-size: 1em;}
header .btn, header .btnb, header .btnc, header .btnd{font-size: 14px;}
.btna, div.dbtna a {
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid var(--color-a);
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:var(--color-a);
}
.btna:hover, div.dbtna a:hover{
  background-color: #fff;
  border-color: var(--color-a);
  color: var(--color-a) !important;
}
.btnb, div.dbtnb a {
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid var(--color-a);
  color: var(--color-a) !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#fff;
}
.btnb:hover, div.dbtnb a:hover {
  background-color: var(--color-a);
  border-color: var(--color-a);
  color: #ffffff !important;
}
.btnc, div.dbtnc a{
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid var(--color-b);
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:var(--color-b);
}
.btnc:hover, div.dbtnc a:hover{
  background-color: #fff;
  border-color: var(--color-b);
  color: var(--color-b) !important;
}
.btnd, div.dbtnd a {
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid var(--color-b);
  color: var(--color-b) !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#fff;
}
.btnd:hover, div.dbtnd a:hover {
  background-color: var(--color-b);
  border-color: var(--color-b);
  color: #ffffff !important;
}
.btnline, div.dbtnline a {
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid #00b900;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#00b900;
}
.btnline:hover, div.dbtnline a:hover{
  background-color: #fff;
  border-color: #00b900;
  color: #00b900 !important;
}
.btne, div.dbtne a, input[type="submit"] {
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid var(--color-e);
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:var(--color-e);
}
input[type="submit"]{padding: 4px 8px; margin: 1em 5px 1em;}
.btne:hover, div.dbtne a:hover, input:hover[type="submit"] {
  background-color: #fff;
  border-color: var(--color-e);
  color: var(--color-e) !important;
}

.btns, div.dbtns a {
  display: inline-block;
  text-align: center;
  border: 2px solid var(--color-e);
  color:var(--color-e) !important;
  text-decoration: none;
  font-weight: bold;
  padding: 1px 4px;
  margin: 2px 3px 2px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#fff;
}
.btns:hover, div.dbtns a:hover {
  background-color: var(--color-e);
  border-color:var(--color-e);
  color: #ffffff !important;
}

ul.usns{padding:0 0 0em;}
.usns{
display:flex;
flex-flow:row wrap;
justify-content:flex-end;
}
.usns li{
text-align:center!important;
letter-spacing: .2px;
line-height: 1;
margin-bottom: 0em;
position: relative;
}

a.btny, a.btnl, a.btnm, a.btne, a.btnw, a.btnf, a.btnt, a.btni, a.btnn, a.btnh {
  display: inline-block;
  text-align: center;
  padding: 0.1em 0.1em;
  margin: 0;
  font-size: 2em;
 /* text-decoration: none;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: .4s;
  background:#fff7e6;*/
}
a.btny:hover, a.btnl:hover, a.btnm:hover, a.btne:hover, a.btnw:hover, a.btnf:hover, a.btnt:hover, a.btni:hover, a.btnn:hover, a.btnh:hover{
  /*background:rgba(255, 247, 230, 0.5);*/
  opacity: 0.5;
}
a.btny {color:#fc0d1c;}
a.btnl {color:#00b900;}
a.btnm {color:#ef3f56;}
a.btne {color:#ef3f56;}
a.btnw {color:#ffc107;}
a.btnf {color:#3b75d4;}
a.btni {color:#f13f79;}
a.btnn {color:#0077b5;}
a.btnh {color:#f13f79;}
a.btnt {color:#111111;}
.btntw a.btnt {color:#ffffff;}
.fa-fw {text-align: center !important; width: 1.4em !important;}

.tellb,.tellb a{font-size:1.2em; color:var(--color-a); margin:0; padding:0; text-decoration: none;}
.tellb:before{font-family:"Font Awesome 6 Free"; content:"\f2a0"; font-weight:600; color:var(--color-a); font-size:1.2em; padding-right:0.5em; vertical-align:baseline;}
.tellb a:hover{color:var(--color-b);}
.tellb:hover:before{color:var(--color-b);}

/*================================================
 *　ol ul
 ================================================*/
ul.sitemap_disp_level_0, section#contentsec ul:not([class]), section#contentsec ol:not([class]),
ol.o0, ol.o1, ol.o2, ol.o3, ol.o1b, ol.o2b, ol.o3b,
ul.u1, ul.u2, ul.u3, ul.u4, ul.u5, ul.u6, ul.u7, ul.u8, ul.u9, ul.u10, ul.u11,
ul.u1b, ul.u2b, ul.u3b, ul.u4b, ul.u5b, ul.u6b, ul.u7b, ul.u8b, ul.u9b, ul.u10b, ul.u11b{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;
    list-style-position: inside;
    margin:0 0 0 0.5em;
    padding:0.5em 0.5em 1em 1.5em;
    text-indent: 1.5em;
    display: table-cell;
}
section#contentsec ol:not([class]),ol.o0, ol.o1, ol.o2, ol.o3, ol.o1b, ol.o2b, ol.o3b{padding:0.5em 0.5em 1em 1.8em;}

/*================================================
 *　ol 
------------------------------------------------*/
section#contentsec ol:not([class]), .o0, .o0b {
 counter-reset: li;
 list-style: none;
}
section#contentsec ol:not([class]) > li, .o0 > li, .o0b > li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 2em;
 padding-bottom: 0.5em;
 line-height: 1.2;
}
section#contentsec ol:not([class]) > li:before, .o0 > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.2em;
 height: 1.2em;
 line-height: 1.2;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: var(--color-c);
}
.o0b > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.2em;
 height: 1.2em;
 line-height: 1.2;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: var(--color-d);
}
.o1, .o1b {
 counter-reset: li;
 list-style: none;
}
.o1 > li, .o1b > li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 1.8em;
 padding-bottom: 0.5em;
 line-height: 1.3;
}
.o1 > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.2em;
 height: 1.2em;
 line-height: 1.3;
 border-radius: 50%;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: var(--color-c);
}
.o1b > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.2em;
 height: 1.2em;
 line-height: 1.3;
 border-radius: 50%;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: var(--color-d);
}
.o2, .o2b {
 counter-reset: li;
 list-style: none;
}
.o2 > li, .o2b > li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 2.6em;
 padding-bottom: 0.5em;
}
.o2 > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0;
 width: 1em;
 text-align: right;
 font-weight: bold;
 color: var(--color-c);
}
.o2b > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0;
 width: 1em;
 text-align: right;
 font-weight: bold;
 color: var(--color-d);
}
.o2 > li:after {
 content: "位";
 position: absolute;
 left: 1.2em;
 top:0;
 font-weight: bold;
 color: var(--color-c);
}
.o2b > li:after {
 content: "位";
 position: absolute;
 left: 1.2em;
 top:0;
 font-weight: bold;
 color: var(--color-d);
}
.o3, .o3b {
 counter-reset: li;
 list-style: none;
}
.o3 > li, .o3b > li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 4em;
 padding-bottom: 0.5em;
 line-height: 1.2;
}
.o3 > li:before {
 content: "Point";
 position: absolute;
 left: 0;
 padding: 0 0 0 0.2em;
 text-align: right;
 font-weight: bold;
 background-color: #000000;
 color: var(--color-c);
}
.o3b > li:before {
 content: "Point";
 position: absolute;
 left: 0;
 padding: 0 0 0 0.2em;
 text-align: right;
 font-weight: bold;
 background-color: #000000;
 color: var(--color-d);
}
.o3 > li:after {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 2.6em;
 top:0;
 padding: 0 0.2em;
 font-weight: bold;
 background-color: #000000;
 color: var(--color-c);
}
.o3b > li:after {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 2.6em;
 top:0;
 padding: 0 0.2em;
 font-weight: bold;
 background-color: #000000;
 color: var(--color-d);
}

/*================================================
 *　ul li
 ================================================*/
ul.sitemap_disp_level_0 li, section#contentsec ul:not([class]) li, ul.u1 li, ul.u2 li, ul.u3 li, ul.u4 li, ul.u5 li, ul.u6 li, ul.u7 li, ul.u8 li, ul.u9 li, ul.u10 li, ul.u11 li,
ul.u1b li, ul.u2b li, ul.u3b li, ul.u4b li, ul.u5b li, ul.u6b li, ul.u7b li, ul.u8b li, ul.u9b li, ul.u10b li, ul.u11b li{
 list-style-type:none; line-height: 1.2; padding-bottom:0.5em; text-indent: -1.5em;
}
ul.sitemap_disp_level_0 li:before, section#contentsec ul:not([class]) li:before, ul.u1 li:before, ul.u2 li:before, ul.u3 li:before, ul.u4 li:before, ul.u5 li:before, ul.u6 li:before, ul.u7 li:before, ul.u8 li:before, ul.u9 li:before, ul.u10 li:before, ul.u11 li:before{
 line-height:1.2; font-family: "Font Awesome 6 Free"; font-weight:bold; color:var(--color-c);
}
ul.u1b li:before, ul.u2b li:before, ul.u3b li:before, ul.u4b li:before, ul.u5b li:before, ul.u6b li:before, ul.u7b li:before, ul.u8b li:before, ul.u9b li:before, ul.u10b li:before, ul.u11b li:before{
 line-height: 1.2; font-family: "Font Awesome 6 Free"; color:var(--color-d);
}
ul.sitemap_disp_level_0 li:before{content: "\f058" !important; font-weight:600;}
section#contentsec ul li.googlelink:before{content: "\f3c5"; font-weight:600;}
section#contentsec ul li.facebooklink:before {content: "\f082"; font-weight:400;}
section#contentsec ul li.instagramlink:before {content: "\f16d"; font-weight:400;}
section#contentsec ul li.twitterlink:before {content: "\f081"; font-weight:400;}
section#contentsec ul:not([class]) li:before {content: "\f14a" !important; font-weight:600;}
ul.u1 li:before, ul.u1b li:before {content: "\f00c" !important; font-weight:600;}
ul.u2 li:before, ul.u2b li:before {content: "\f14a" !important; font-weight:400;}
ul.u3 li:before, ul.u3b li:before {content: "\f14a" !important; font-weight:600;}
ul.u4 li:before, ul.u4b li:before {content: "\f058" !important; font-weight:400;}
ul.u5 li:before, ul.u5b li:before {content: "\f058" !important; font-weight:600;}
ul.u6 li:before, ul.u6b li:before {content: "\f00d" !important; font-weight:600;}
ul.u7 li:before, ul.u7b li:before {content: "\f0a4" !important; font-weight:600;}
ul.u8 li:before, ul.u8b li:before {content: "\f091" !important; font-weight:600;}
ul.u9 li:before, ul.u9b li:before {content: "\f201" !important; font-weight:600;}
ul.u10 li:before, ul.u10b li:before {content: "\f080" !important; font-weight:600;}
ul.u11 li:before, ul.u11b li:before {content: "\f200" !important; font-weight:600;}

ul.sitemap_disp_level_0 li:before, section#contentsec ul:not([class]) li:before, ul.u1 li:before, ul.u2 li:before, ul.u3 li:before, ul.u4 li:before, ul.u5 li:before, ul.u6 li:before, ul.u7 li:before, ul.u8 li:before, ul.u9 li:before, ul.u10 li:before, ul.u11 li:before,
ul.u1b li:before, ul.u2b li:before, ul.u3b li:before, ul.u4b li:before, ul.u5b li:before, ul.u6b li:before, ul.u7b li:before, ul.u8b li:before, ul.u9b li:before, ul.u10b li:before, ul.u11b li:before{
 padding-right:0.6em;
}

li.lin:before{display:none; margin-top:0.25em; margin-left:-0.4em;}


/*================================================
　　breadcrumb
 ================================================*/
.breadcrumb {margin:1em auto 1em 0.8em;}
.breadcrumb ol {
    font-size:0.9em;
    margin: 0;
    padding: 0;
}
.breadcrumb ol li {
    display: inline;
    list-style: none;
    color: var(--color-a);
    font-weight: bold;
    margin-left: 0;
}
.breadcrumb ol li:first-child:before {
    content: none;
}
/*.breadcrumb ol li:before {
    content: '>';
    margin: 0 5px 0 0;
    color: #777;
}*/
.breadcrumb ol li > a{
    color: var(--color-a);
    margin-right: 5px;
    text-decoration: none;  
}
.breadcrumb ol li a:hover {
    text-decoration: underline;
    color: var(--color-b);
}
@media print, screen and (max-width: 540px) {
    .breadcrumb ol li span.e-title{
        display: block;
    }   
}


/*================================================
 *  table
 ================================================*/
.tablebox {width:100%; overflow:auto;}
table {width:100%; margin:0.5em auto 0.5em; word-break:break-all; table-layout:fixed; display:table;}
table th, table td{border:2px solid #999;}
table th{background-color:#eeeeee; text-align:center; vertical-align:middle; padding:0.5em 0.5em; width:1px; white-space:nowrap;}
table td{background-color:#fff; text-align:left; padding:0.5em 1em; word-break: break-all; width:1px; white-space:unset;}
table h2, table h3, table h4, table h5, table h6{margin-bottom: 0.2em !important; text-align:left !important;}

.tdl td{text-align:left;}
.tdr td{text-align:right;}
.tdc td{text-align:center;}
.tdk td{word-break: keep-all;}
.thk th{word-break: keep-all;}
.thu th{width:1px; white-space: unset;}

/*----------------------------------------------------
	tbr
----------------------------------------------------*/
table.tbr {width:100%; margin: 0 auto 1em; border-collapse:collapse; border:2px solid #999; background:#fff; table-layout:fixed;}
table.tbr th, table.tbr td {border:none; display:block; width:100%; padding:0.5em 0.5em;}
table.tbr th {background-color:#eeeeee; text-align:center; vertical-align:middle; padding:0.5em 0.5em;}
table.tbr td {background-color:#fff; text-align:left; padding:0.5em 1em; word-break: break-all;}
.last td:last-child {border-bottom: solid 2px #999; width: 100%;}

@media print, screen and (min-width: 768px) {
table.tbr  {width:100%;}
table.tbr th, table.tbr td{display:table-cell; border:2px solid #999;}
table.tbr th{width:12em;}
}

/*----------------------------------------------------
	tbottom
----------------------------------------------------*/
table.tbottom {
    width: 98%;
    margin: -1em 1% 0.5em;
    border-collapse: separate;
    border-spacing: 0px 1.2em;
}
@media print, screen and (min-width: 768px)
{
table.tbottom {
    width: 750px;
    margin-top: -1em;
    margin-bottom: 0.5em;
    margin-left:-webkit-calc(50% - 375px);
    margin-left:font-size: calc(50% - 375px);
    margin-right:-webkit-calc(50% - 375px);
    margin-right:font-size: calc(50% - 375px);
}
}
table.tbottom th {
    background: #eee;
    vertical-align: middle;
    text-align: center;
    width: 5em;
    overflow: visible;
    position: relative;
    font-weight: bold;
    padding: 0.5em 0.5em;
    color:var(--color-c);
    font-size:1.2em;
    border: 1px solid #999;
}

table.tbottom th:before{
    content: "";
    border: 0.5em solid transparent;
    border-top: 0.6em solid var(--color-c);
    position: absolute;
    left: -webkit-calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    top: 100%;
}
table.tbottom tr.lasttr th:before{
    content: none;
}
table.tbottom td {
    background: #fffff6;
    padding: 0.5em 1em;
    border: 1px solid #999;
}
table.tbottom td p{margin-bottom:0.5em;}


/*================================================
　　v1
 ================================================*/
.v1 {
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 1.5em;
  border: 2px solid var(--color-c);
}
.v1 iframe, 
.v1 object, 
.v1 embed {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;    
}

/*================================================
 *　porimg
 ================================================*/
.porimg{position:relative;}
@media only screen and (max-width: 768px){
img.poaimg{
  position: absolute;
  width:90%;
  left:5%;
  top: 5%;
  animation:anime1 5s ease-out;
}
@keyframes anime1 {
    0% {
        opacity:  0;
    }
    100% {
        opacity:  1;
    }
}
}

@media only screen and (min-width: 768.1px) and (max-width: 899.9px){
img.poaimg{
  position: absolute;
  width:52.5%;
  left:23.75%;
  top: 0px;
  animation:anime1 5s ease-out;
}
@keyframes anime1 {
    0% {
        opacity:  0;
    }
    100% {
        opacity:  1;
    }
}
}

@media print, screen and (min-width:900px){
img.poaimg{
  position: absolute;
  width:100%;
  left:0px;
  top: 0px;
  animation:anime1 5s ease-out;
}
@keyframes anime1 {
    0% {
        opacity:  0;
    }
    100% {
        opacity:  1;
    }
}
}

/*================================================
 *　kijibox
 ================================================*/
@media only screen and (max-width: 539.9px)
{
.kijiboxl{
  display:block;
  width:100%;
}
.kijiboxr{
  display:inline-block;
  float:none;
  width:98%;
  margin: 0 1% 1.2em;
  padding: 1em 1em 0;
  text-align: left;
  border: var(--color-d) solid 2px;
  background: #fff;
}
}
@media print, screen and (min-width: 540px)
{
.kijiboxl{
  display:inline-block;
  width:48%;
}
.kijiboxr{
  display:inline-block;
  float:right;
  width:49%;
  margin: 0 2% 0.5em 0;
  padding: 1em 1em 0;
  text-align: left;
  border: var(--color-d) solid 2px;
  background: #fff;
}
}


/*================================================
 *  por  swiper
 ================================================*/
.por{position:relative;}
.por a img, .por img{
    position: relative;
    width:100%;
    height:auto;
}
.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-a); color:#fff; text-align: left; line-height: 1.2;}
.porm a:hover{background:var(--color-b);}
.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-a); color:#fff; text-align: left; line-height: 1.2;}
.port a:hover{background:var(--color-b);}
.porb {position:absolute; bottom:0; left:0;}
.por .btnc{line-height: 1; padding: 1px 3px !important; margin:0 !important; position: absolute; top:0; right:0;}
.por .btnd{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-a); 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-a); 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;margin-bottom: 0;}
.view_count{position:absolute; bottom:0; left:0; color:#fff; background:var(--color-a); padding:3px; z-index:2;}
.view_countl{position:absolute; top:0; left: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;}
@media only screen and (max-width: 767.9px)
{
.view_countb{position:absolute; bottom:0; left:0; color:#fff; background:var(--color-a); padding:3px; z-index:2;}
}
@media only screen and (min-width: 768px)
{
.view_countb{position:absolute; top:100%; left:0; color:#fff; background:var(--color-a); padding:3px; z-index:2;}
}

.poa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*<div class="fix-bg por" style="background-image:url(>*/
.fix-bg{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media screen and (max-width:767.9px){
.por .fullimg img{
    width: auto;
    margin-left: calc(-50vw + 50%);
    max-width: none;
    height: 100vh;
    display: block;
    opacity: 0.5;
}
}
@media print, screen and (min-width:768px) {
.por .fullimg img{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
    height: auto;
    display: block;
    opacity: 0.5;
}
}

/*================================================
 *　contactform7 
 ================================================*/
input[name="s"] {width: 96%; padding: 0.4em;}
label[for="s"]{display:none;}
#searchform {margin: 1em 0.5em 0.5em; width: 96%;}
.wpcf7-form label, .wpcf7-radio, .wpcf7-text, .wpcf7-submit, .wpcf7-form textarea, .wpcf7-select,
#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, .wpcf7-select,
#respond input, #respond textarea{font-size:1em; 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;}
.wpcf7-text, .wpcf7-form textarea{padding-left:0.5em; padding-right:0.5em;}
ul.toc_list li li:before{display:none;}
ul.toc_list li ul li{padding-left:1em !important;}

.wides{width:9em;}
.widem{width:15em;}

/*================================================
 *　important
 ================================================*/
.righta {text-align:right !important;}
.lefta {text-align:left !important;}
.centera {text-align:center !important;}
.rightb {display:block !important; float:right !important;}
.leftb {display:block !important; float:left !important;}
.centerb {display:block !important; float:none; margin:0 auto !important;}
.rightf {display:block !important; float:none !important; vertical-align:top;}
.leftf {display:block !important; float:none !important; vertical-align:top;}
@media print, screen and (min-width: 1024px)
{
.rightf {float:right !important;}
.leftf {float:left !important;}
}
#feed{
    height: 11em;
    overflow-y: scroll;
    overflow-x: hidden;
}
.naname {
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    padding-left: 0.45em;
    margin-bottom:0.5em;
    margin-top:0.2em;
}
.nanameb {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    padding-left: 0.45em;
    margin-bottom:0.5em;
    margin-top:0.2em;
}
.fsg{font-family:HGP行書体;}
.tshadow{
text-shadow:
    white 0.1em 0px 0.1em, white -0.1em 0px 0.1em,
    white 0px -0.1em 0.1em, white -0.1em 0px 0.1em,
    white 0.1em 0.1em 0.1em, white -0.1em 0.1em 0.1em,
    white 0.1em -0.1em 0.1em, white -0.1em -0.1em 0.1em,
    white 0.05em 0.1em 0.1em, white -0.05em 0.1em 0.1em,
    white 0.05em -0.1em 0.1em, white -0.05em -0.1em 0.1em,
    white 0.1em 0.05em 0.1em, white -0.1em 0.05em 0.1em,
    white 0.1em -0.05em 0.1em, white -0.1em -0.05em 0.1em,
    white 0.05em 0.05em 0.1em, white -0.05em 0.05em 0.1em,
    white 0.05em -0.05em 0.1em, white -0.05em -0.05em 0.1em;
}
.tshadowb{
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;
}
.bgf{background: #ffffff !important;}
.bgb{background: #000000 !important;}
.bgr{background: #ff0000 !important;}
.bgy{background: #ffff00 !important;}
.bg1{background: var(--color-a) !important;}
.bg2{background: var(--color-b) !important;}
.bg3{background: var(--color-c) !important;}
.bg4{background: var(--color-d) !important;}
.bg5{background: var(--color-e) !important;}
.bgb{background: beige !important;}
.bgbb{background: #fffff0 !important;}

.clf{color: #ffffff !important;}
.clb{color: #000000 !important;}
.clr{color: #ff0000 !important;}
.cly{color: #ffff00 !important;}
.cl1{color: var(--color-a) !important;}
.cl2{color: var(--color-b) !important;}
.cl3{color: var(--color-c) !important;}
.cl4{color: var(--color-d) !important;}
.cl5{color: var(--color-e) !important;}

.pr1{background: linear-gradient(transparent 75%, #ffff00 5%); font-weight:bold;}
.pr2{text-decoration: underline 0.2em #ff0000 wavy; text-underline-offset:0.1em; font-weight:bold;}

.fa-fw {
    text-align: left;
    width: 1.4em !important;
}
.fs500{font-size:500% !important;}
.fs400{font-size:400% !important;}
.fs300{font-size:300% !important;}
.fs290{font-size:290% !important;}
.fs280{font-size:280% !important;}
.fs270{font-size:270% !important;}
.fs260{font-size:260% !important;}
.fs250{font-size:250% !important;}
.fs240{font-size:240% !important;}
.fs230{font-size:230% !important;}
.fs220{font-size:220% !important;}
.fs210{font-size:210% !important;}
.fs200{font-size:200% !important;}
.fs190{font-size:190% !important;}
.fs180{font-size:180% !important;}
.fs170{font-size:170% !important;}
.fs160{font-size:160% !important;}
.fs150{font-size:150% !important;}
.fs140{font-size:140% !important;}
.fs130{font-size:130% !important;}
.fs120{font-size:120% !important;}
.fs110{font-size:110% !important;}
.fs100{font-size:100% !important;}
.fs90{font-size:90% !important;}
.fs80{font-size:80% !important;}
.fs70{font-size:70% !important;}
.fs60{font-size:60% !important;}
.fs50{font-size:50% !important;}
.fs40{font-size:40% !important;}
.fs30{font-size:30% !important;}
.fs20{font-size:20% !important;}
.fs10{font-size:10% !important;}
.lh2{line-height:2 !important;}
.lh15{line-height:1.5 !important;}
.lh1{line-height:1 !important;}
.lh05{line-height:0.5 !important;}
.lh0{line-height:0 !important;}
.pdxxx{padding:3em !important;}
.pdxx{padding:2.5em !important;}
.pdx{padding:1.5em !important;}
.pdm{padding:1em !important;}
.pds{padding:0.5em !important;}
.pdss{padding:0.25em !important;}
.pdn{padding:0 !important;}
.pdlrxxx{padding-left:3em !important; padding-right:3em !important;}
.pdlrxx{padding-left:2.5em !important; padding-right:2.5em !important;}
.pdlrx{padding-left:1.5em !important; padding-right:1.5em !important;}
.pdlrm{padding-left:1em !important; padding-right:1em !important;}
.pdlrs{padding-left:0.5em !important; padding-right:0.5em !important;}
.pdlrss{padding-left:0.25em !important; padding-right:0.25em !important;}
.pdlrn{padding-left:0em !important; padding-right:0em !important;}
.pdlxxx{padding-left:3em !important;}
.pdlxx{padding-left:2.5em !important;}
.pdlx{padding-left:1.5em !important;}
.pdlm{padding-left:1em !important;}
.pdls{padding-left:0.5em !important;}
.pdlss{padding-left:0.25em !important;}
.pdln{padding-left:0em !important;}
.pdrxxx{padding-right:3em !important;}
.pdrxx{padding-right:2.5em !important;}
.pdrx{padding-right:1.5em !important;}
.pdrm{padding-right:1em !important;}
.pdrs{padding-right:0.5em !important;}
.pdrss{padding-right:0.25em !important;}
.pdrn{padding-right:0em !important;}
.pdtbxxx{padding-top:3em !important; padding-bottom:3em !important;}
.pdtbxx{padding-top:2.5em !important; padding-bottom:2.5em !important;}
.pdtbx{padding-top:1.5em !important; padding-bottom:1.5em !important;}
.pdtbm{padding-top:1em !important; padding-bottom:1em !important;}
.pdtbs{padding-top:0.5em !important; padding-bottom:0.5em !important;}
.pdtbss{padding-top:0.25em !important; padding-bottom:0.25em !important;}
.pdtbn{padding-top:0em !important; padding-bottom:0em !important;}
.pdtxxx{padding-top:3em !important;}
.pdtxx{padding-top:2.5em !important;}
.pdtx{padding-top:1.5em !important;}
.pdtm{padding-top:1em !important;}
.pdts{padding-top:0.5em !important;}
.pdtss{padding-top:0.25em !important;}
.pdtn{padding-top:0 !important;}
.pdbxxx{padding-bottom:3em !important;}
.pdbxx{padding-bottom:2.5em !important;}
.pdbx{padding-bottom:1.5em !important;}
.pdbm{padding-bottom:1em !important;}
.pdbs{padding-bottom:0.5em !important;}
.pdbss{padding-bottom:0.25em !important;}
.pdbn{padding-bottom:0 !important;}
.mra{margin:0 auto !important;}
.mrxxx{margin:3em !important;}
.mrxx{margin:2.5em !important;}
.mrx{margin:1.5em !important;}
.mrm{margin:1em !important;}
.mrs{margin:0.5em !important;}
.mrss{margin:0.25em !important;}
.mrn{margin:0 !important;}
.mrlrxxx{margin-left:3em !important; margin-right:3em !important;}
.mrlrxx{margin-left:2.5em !important; margin-right:2.5em !important;}
.mrlrx{margin-left:1.5em !important; margin-right:1.5em !important;}
.mrlrm{margin-left:1em !important; margin-right:1em !important;}
.mrlrs{margin-left:0.5em !important; margin-right:0.5em !important;}
.mrlrss{margin-left:0.25em !important; margin-right:0.25em !important;}
.mrlrn{margin-left:0em !important; margin-right:0em !important;}
.mrlxxx{margin-left:3em !important;}
.mrlxx{margin-left:2.5em !important;}
.mrlx{margin-left:1.5em !important;}
.mrlm{margin-left:1em !important;}
.mrls{margin-left:0.5em !important;}
.mrlss{margin-left:0.25em !important;}
.mrln{margin-left:0em !important;}
.mrrxxx{margin-right:3em !important;}
.mrrxx{margin-right:2.5em !important;}
.mrrx{margin-right:1.5em !important;}
.mrrm{margin-right:1em !important;}
.mrrs{margin-right:0.5em !important;}
.mrrss{margin-right:0.25em !important;}
.mrrn{margin-right:0em !important;}
.mrtbxxx{margin-top:3em !important; margin-bottom:3em !important;}
.mrtbxx{margin-top:2.5em !important; margin-bottom:2.5em !important;}
.mrtbx{margin-top:1.5em !important; margin-bottom:1.5em !important;}
.mrtbm{margin-top:1em !important; margin-bottom:1em !important;}
.mrtbs{margin-top:0.5em !important; margin-bottom:0.5em !important;}
.mrtbss{margin-top:0.25em !important; margin-bottom:0.25em !important;}
.mrtbn{margin-top:0em !important; margin-bottom:0em !important;}
.mrtxxx{margin-top:3em !important;}
.mrtxx{margin-top:2.5em !important;}
.mrtx{margin-top:1.5em !important;}
.mrtm{margin-top:1em !important;}
.mrts{margin-top:0.5em !important;}
.mrtss{margin-top:0.25em !important;}
.mrtn{margin-top:0em !important;}
.mrbxxx{margin-bottom:3em !important;}
.mrbxx{margin-bottom:2.5em !important;}
.mrbx{margin-bottom:1.5em !important;}
.mrbm{margin-bottom:1em !important;}
.mrbs{margin-bottom:0.5em !important;}
.mrbss{margin-bottom:0.25em !important;}
.mrbn{margin-bottom:0em !important;}
.pdz{padding-left:1em !important; padding-right:1em !important; padding-bottom:1em !important; padding-top:0em !important;}
.pindex{text-indent: 1em;}
.potl{position: absolute; top:0; left:0;}
.potr{position: absolute; top:0; right:0;}
.pobl{position: absolute; bottom:0; left:0;}
.pobr{position: absolute; bottom:0; right:0;}
.vam{vertical-align: middle;}
.maxs{max-width:280px;}
.maxm{max-width:540px;}
.maxl{max-width:700px;}
@media only screen and (max-width: 359px)
{
.minmbb{display:none !important;}
}
@media only screen and (max-width: 540px)
{
.minmb{display:none !important;}
}
@media only screen and (max-width: 767.9px)
{
.mintb{display:none !important;}
}
@media only screen and (max-width: 1023.9px)
{
.minpc{display:none !important;}
}
@media only screen and (max-width: 1299.9px)
{
.minpcb{display:none !important;}
}

@media print, screen and (min-width: 360px)
{
.maxmbb{display:none !important;}
}
@media print, screen and (min-width: 540.1px)
{
.maxmb{display:none !important;}
}
@media print, screen and (min-width: 768px)
{
.maxtb{display:none !important;}
}
@media print, screen and (min-width: 1024px)
{
.maxpc{display:none !important;}
}
@media print, screen and (min-width: 1300px)
{
.maxpcb{display:none !important;}
}



/*------------------------------------------------
　card
------------------------------------------------*/
.card-box{
        background-color:#fdfcf2;
        border:1px solid #79afda;
        box-sizing:border-box;
        float:left;
        width:100%;
        margin: 0.3em 0;
        position: relative;
}
.card-box-left{
        width:150px;
        display:block;
        margin:0;
        padding:0;
        position: relative;
        overflow: hidden;
        float:left;
        background-color:#e8edf8;
    line-height:0;
}
.card-box-left a:hover{
        opacity: 0.7;
}
.card-box-left img {
        width:100%;
        height:auto;
        margin:0;
        padding:0;
        display: block;
    max-width: unset;
    box-shadow: unset;
    border-radius: unset;
	transition: 0.5s;
}
.card-box-left img:hover {
	transform: scale(1.1, 1.1);
}
.card-box-left p{margin:0; line-height:1.2;}
.card-text {
        position: absolute;
        text-align: left;
        width: 100%;
        left: 0;
        bottom: 0;
        font-size:1em;
        line-height:1.3;
        margin:0 0 0 0.1em;
}
.card-text > a:link, .card-text > a:visited, .card-text > a:active, .card-text > a{text-decoration:none;}
.rank-num {
        position: absolute;
        text-align: center;
        left: 0;
        top: 0;
        padding: 0.2em 0.35em 0.1em 0.2em;
        font-size: 0.8em;
        font-style: italic;
        font-weight: bold;
        line-height:1;
        background-color: #f0e68c;
        color: #321602;
}

.all{background-color:#b0a337; color:#ffffff;}
.card-box-right{
        width:calc(100% - 150px);
        display:block;
        padding:0;
        margin:0 auto;
        float:right;
}
.card-box-right a{
        text-decoration:none;
        text-align:left;
        font-weight:bold;
        display: block;
        position: absolute;
        top: 0;
        left: 32%;
        height:100%;
        width:68%;
}
.card-box-right a:hover{background: rgba(255, 255, 224, 0.4);}
.card-title a{font-size:1em; line-height:1.2; padding:0.4em 0.5em;}
.card-excerpt{
        text-decoration:none;
        text-align:left;
        font-size:1em;
        line-height:1.2;
        color:#333333;
        margin: 3em 0 0;
        padding: 0 0.5em 0;
}
.view_count{
    float: right;
    color: #666666;
    font-size: 0.6em;
    position: absolute;
    right: 0.1em;
    bottom: 0;
    line-height: 1;
}

/*------------------------------------------------
　new
------------------------------------------------*/
.new-box{
        background-color:#fdfcf2;
        border:1px solid #79afda;
        box-sizing:border-box;
        float:left;
        width:100%;
        margin: 0;
        position: relative;
}
.new-box-left{
        width:32%;
        display:block;
        margin:0;
        padding:0;
        overflow: hidden;
        float:left;
      /*  background-color:#b03a4e;*/
        line-height:0;
}
.new-box-left a:hover{
        opacity: 0.7;
}
.new-box-left img {
        width:100%;
        height:auto;
        margin:0;
        padding:0;
        display: block;
    max-width: unset;
    box-shadow: unset;
    border-radius: unset;
	transition: 0.5s;
}
.new-box-left img:hover {
	transform: scale(1.1, 1.1);
}
.new-box-left p{margin:0; line-height:1.2;}
.new-text {
    position: absolute;
    text-align: center;
    width: 32%;
    left: 0;
    bottom: 0;
    font-size: 0.5em;
    line-height: 1.3;
    margin: 0 0 0 0.1em;
}
.new-text > a:link, .new-text > a:visited, .new-text > a:active, .new-text > a{text-decoration:none;}

.blog{background-color:#b03a4e; color:#ffffff;}
.new-box-right{
        width:68%;
        display:block;
        padding:0;
        margin:0 auto;
        float:right;
        background-color:#fdfcf2;
}
.new-box-right a{
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    display: block;
    /* position: absolute; */
    /* top: 0; */
    /* left: 32%; */
    height: 100%;
    width: 100%;
}
.new-excerpt{
        text-decoration:none;
        text-align:left;
        font-size:1em;
        line-height:1.2;
        color:#333333;
        margin: 1em 0 0;
        padding: 0 0.5em 0;
}
.new-box-right a:hover{background: rgba(255, 255, 224, 0.4);}
.new-title a{font-size:1em; line-height:1.2; padding:0.4em 0.5em;}
@media print, screen and (min-width: 750px)
{
#side1 .new-box , #side2 .new-box {width:50%;}
.new-excerpt{display:none;}
}
@media print, screen and (min-width: 1000px)
{
#side1 .new-box , #side2 .new-box {width:100%;}
}