<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*================================================================================================
 *  一般・共通設定
 ================================================================================================*/
p {margin:0 0 1em 0;}
#catdes p{margin:0;}
a {
	color:var(--color-a);
	text-decoration:none;
        font-weight: 600;
}
a:hover {opacity:0.8;}
img {
 vertical-align:top;
 max-width: 100%;
}
a img{transition:0.8s;}
a:hover img{opacity:0.8; transform: scale(1.01 , 1.01); transition-duration: 0.3s;}
img.img100, .img100 img:first-child {width:100%; height:auto; margin:0; display:block;}
img.img90, .img90 img:first-child {width:90%; height:auto; margin:0 auto 1em;}
.wp-caption-text{text-align:center; color:#333333; margin-bottom:1em;}
.recentcomments{color:#5C4138;}
img.wp-smiley, img.emoji {float:none;}

.alignnone{display: block; margin: 0 auto;}

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

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

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

img[class*="alignright"], img[class*="alignleft"], .wp-caption.alignright, .wp-caption.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;}
div.minimg {
    width: 100%;
    height: 100px;
    overflow:hidden;
margin-bottom:10px;
}
div.minimg img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
img.maru, .maru &gt; img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
}
img.shikaku, .yshikaku &gt; img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
img.yokonaga, .yokonaga &gt; img {
  width: 100%;
  max-height: 53vw;
  object-fit: cover;
}
@media print, screen and (min-width: 744px)
{
img.yokonaga, .yokonaga &gt; img {max-height: 25vw;}
}
div.maru {
    position: relative;
    width: 230px;
    height: 230px; 
    background-color: rgb(255 255 240 / 70%);
    border:5px solid var(--color-a);
    border-radius: 50%; 
    margin: 0 auto;
    text-align: center;
}
div.shikaku {
    position: relative;
    width: 250px;
    height: 250px; 
    background-color: rgb(255 255 240 / 70%);
    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;
}


.cf {zoom: 1;}
.cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.ov{
    clear: both;
    overflow: hidden;
    display: block !important;
}
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: 3em 0 2.5em;
    padding: 0;
    overflow: hidden;
    clear: both;
}
hr.hr0 {
    display: block;
    height: 5em;
    border: 0;
    border-top: 0px solid #cccccc;
    margin: 0;
    padding: 0;
}
hr.hr0s {
    display: block;
    height: 2em;
    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;}

/*================================================
 *  h1 - h6  widget-title 
 ================================================*/
#tinymce h1, #tinymce h2, #main h1:not(.noh), .m1, #main h2:not(.noh), .m2{font-size:1.5em; font-weight:bold; margin-top:3em; margin-bottom:1em; line-height:1.6; text-align:center;}
.pointm, .checkm{font-size:1.25em;}
#tinymce h1.lefta, #main h1:not(.noh).lefta{font-size:1.5em;}

#tinymce h3, #tinymce h4, #main h3:not(.noh), .m3, #main h4:not(.noh), .m4{
    display: block;
    text-align:left;
    font-weight:bold;
    margin: 1.2em auto 0.2em;
    line-height: 1.6;
    font-size:1.25em;
}
#tinymce h5, #tinymce h6, #main h5:not(.noh), .m5, #main h6:not(.noh), .m6{
    display: block;
    text-align:center;
    font-weight:bold;
    margin: 2.2em auto 0.2em;
    line-height:2;
    font-size:1.15em;
}
#tinymce h1, #main h1:not(.noh), .m1, #main h1:not(.noh) a, .m1 a{color:var(--color-a); text-decoration:none;}
#tinymce h1 a:hover, #main h1:not(.noh) a:hover, .m1 a:hover{color:var(--color-b); text-decoration:none;}
#tinymce h2, #main h2:not(.noh), .m2, #main h2:not(.noh) a, .m2 a{color:var(--color-a); text-decoration:none;}
#tinymce h2 a:hover, #main h2:not(.noh) a:hover, .m2 a:hover{color:var(--color-b); text-decoration:none;}
#tinymce h3, #main h3:not(.noh), .m3, #main h3:not(.noh) a, .m3 a{color:var(--color-a); text-decoration:none;}
#tinymce h3 a:hover, #main h3:not(.noh) a:hover, .m3 a:hover{color:var(--color-b); text-decoration:none;}
#tinymce h4, #main h4:not(.noh), .m4, #main h4:not(.noh) a, .m4 a{color:var(--color-c); text-decoration:none;}
#tinymce h4 a:hover, #main h4:not(.noh) a:hover, .m4 a:hover{color:var(--color-d); text-decoration:none;}
#tinymce h5, #main h5:not(.noh), .m5, #main h5:not(.noh) a, .m5 a {background:var(--color-a); color:#fff;}
#tinymce h6, #main h6:not(.noh), .m6, #main h6:not(.noh) a, .m6 a {background:var(--color-c); color:#fff;}
#tinymce h5 a:hover, #main h5:not(.noh) a:hover, .m5 a:hover{background:var(--color-a); color:#fff; text-decoration:none;}
#tinymce h6 a:hover, #main h6:not(.noh) a:hover, .m6 a:hover{background:var(--color-c); color:#fff; text-decoration:none;}

@media print, screen and (min-width: 744px){
#tinymce h1, #main h1:not(.noh), .m1{font-size:2em;}
#tinymce h2, #main h2:not(.noh), .m2{font-size:2em;}
#tinymce h3, #main h3:not(.noh), .m3{font-size:font-size:1.5em;}
#tinymce h4, #main h4:not(.noh), .m4{font-size:font-size:1.5em;}
#tinymce h5, #main h5:not(.noh), .m5{font-size:1.25em;}
#tinymce h6, #main h6:not(.noh), .m6{font-size:1.25em;}
}

.widget-title{
    background:var(--color-a);
    color:#fff;
    text-align:center;
    display: block;
    clear: both;
    font-family: monospace;
    font-weight: bolder;
    text-decoration:none;
    margin:0;
    padding:0.6em 0.5em;
    line-height:1.8;
    font-size:1.25em;
}

.m0 + h2 {margin-top:0 !important; text-align:left !important;}

section &gt; h1:first-child, section &gt; h2:first-child, section &gt; h3:first-child, section &gt; h4:first-child, box1 &gt; h5:first-child, section &gt; h6:first-child,
.inner &gt; h2:first-child, .inner &gt; h3:first-child, .inner &gt; h4:first-child, .inner &gt; h5:first-child, .inner &gt; h6:first-child, .inners &gt; h2:first-child, .inners &gt; h3:first-child, .inners &gt; h4:first-child, .inners &gt; h5:first-child, .inners &gt; h6:first-child{margin-top: 0.2em !important;}
h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h1 + .m1, h1 + .m2, h1 + .m3, h1 + .m4, h1 + .m5, h1 + .m6, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
.m1 + h2, .m1 + h3, .m1 + h4, .m1 + h5, .m1 + 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{margin-top: 0 !important;}

.box1 &gt; h1:first-child, .box1 &gt; h2:first-child, .box1 &gt; h3:first-child, .box1 &gt; h4:first-child, box1 &gt; h5:first-child, .box1 &gt; h6:first-child{margin-top: 0 !important;}
.box2 &gt; h1:first-child, .box2 &gt; h2:first-child, .box2 &gt; h3:first-child, .box2 &gt; h4:first-child, box2 &gt; h5:first-child, .box2 &gt; h6:first-child{margin-top: 0 !important;}
.box3 &gt; h1:first-child, .box3 &gt; h2:first-child, .box3 &gt; h3:first-child, .box3 &gt; h4:first-child, box3 &gt; h5:first-child, .box3 &gt; h6:first-child{margin-top: 0 !important;}
.box4 &gt; h1:first-child, .box4 &gt; h2:first-child, .box4 &gt; h3:first-child, .box4 &gt; h4:first-child, box4 &gt; h5:first-child, .box4 &gt; h6:first-child{margin-top: 0 !important;}
.b1 &gt; h1:first-child, .b1 &gt; h2:first-child, .b1 &gt; h3:first-child, .b1 &gt; h4:first-child, b1 &gt; h5:first-child, .b1 &gt; h6:first-child{margin-top: 0 !important;}
.b2 &gt; h1:first-child, .b2 &gt; h2:first-child, .b2 &gt; h3:first-child, .b2 &gt; h4:first-child, b1 &gt; h5:first-child, .b2 &gt; h6:first-child{margin-top: 0 !important;}
#toc_container + h2{margin-top: 1.5em !important;}

/*================================================
 *  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: 1.5em;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.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: 1.5em;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media only screen and ( max-width : 743.9px ){ 
.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 : 744px ) 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:46%;}
.lf3 .bin:nth-child(2n+1){margin-left:0;}
.lf3 .bin:nth-child(2n){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 : 1024px ) and ( max-width : 1079.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: 1080px){
.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;}
.maxwss{max-width:300px; margin:1em auto 2em;}
@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: 414.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;}
.maxws{overflow: hidden; width:100%; max-width:300px !important; margin-left:-webkit-calc(50% - 150px); margin-left:calc(50% - 150px); margin-right:-webkit-calc(50% - 150px); margin-right:calc(50% - 150px);}
}
@media only screen and (min-width: 744px)
{
.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;}
.maxw{overflow: hidden; width:100%; max-width:900px !important; margin-left:-webkit-calc(50% - 450px); margin-left:calc(50% - 450px); margin-right:-webkit-calc(50% - 450px); margin-right:calc(50% - 450px);}
.maxwss{max-width:45%; margin:1em auto 2em;}
}

/*================================================
 *  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:unset;
    background: #f2fdf0;
}
.box2{
    border: var(--color-b) solid 2px;
    background: #fff;
}
.box3{
    border: var(--color-c) solid 2px;
    background: #fff;
}
.box4{
    border: #00a0e9 solid 2px;
    background: #fff;
}
.box0b{
    border: #ddd dashed 2px;
    background: #fffff0;
}
.box1b{
    border: var(--color-b) dashed 2px;
    background: #fffff0;
}
.box2b{
    border: var(--color-c) dashed 2px;
    background: #fffff0;
}
.box3b{
    border: var(--color-d) dashed 2px;
    background: #fffff0;
}
.box4b{
    border: #00a0e9 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-a);
  border-radius: 10px;
  box-shadow: none;
}

/*================================================
　btn
 ================================================*/
.btna, .btnb, .btnc, .btnd, div.dbtna a, div.dbtnb a, div.dbtnc a, div.dbtnd a{font-size: 1em;}
.btna, div.dbtna a {
  display: inline-block;
  min-width: auto;
  text-align: center;
  border: 2px solid var(--color-c);
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  line-height:1.4;
  padding: 14px 15px 14px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:var(--color-c);
}

.btna:hover, div.dbtna a:hover {
  background-color: #fff;
  border-color: var(--color-c);
  color: var(--color-c) !important;
}
.btnb, div.dbtnb a {
  display: inline-block;
  min-width: auto;
  text-align: center;
  border: 2px solid var(--color-c);
  color: var(--color-c) !important;
  text-decoration: none;
  font-weight: bold;
  line-height:1.4;
  padding: 14px 15px 14px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#fff;
}
.btnb:hover, div.dbtnb a:hover {
  background-color: var(--color-c);
  border-color: var(--color-c);
  color: #ffffff !important;
}
.btnc, div.dbtnc a{
  display: inline-block;
  min-width: 295px;
  text-align: center;
  border: 2px solid var(--color-a);
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  line-height:1.4;
  padding: 14px 15px 14px;
  margin: 10px 10px 1em;
  border-radius: 4px;
  transition: .4s;
  background:var(--color-a);
}
.btnc:hover, div.dbtnc a:hover{
  background-color: #fff;
  border-color: var(--color-a);
  color: var(--color-a) !important;
}
.btnd, div.dbtnd a {
  display: inline-block;
  min-width: 295px;
  text-align: center;
  border: 2px solid var(--color-a);
  color: var(--color-a) !important;
  text-decoration: none;
  font-weight: bold;
  line-height:1.4;
  padding: 14px 15px 14px;
  margin: 10px 10px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#fff;
}
.btnd:hover, div.dbtnd a:hover {
  background-color: var(--color-a);
  border-color: var(--color-a);
  color: #ffffff !important;
}

ul.usns{padding:0 0 0em;}
.usns{
display:flex;
flex-flow:row wrap;
justify-content:center;
}
.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.btnt {color:#555555;}
a.btni {color:#f13f79;}
a.btnn {color:#0077b5;}
a.btnh {color:#f13f79;}
.fa-fw {
    text-align: center !important;
    width: 1.4em !important;
}

/*================================================
　　v1
 ================================================*/
.v1 {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.v1 iframe, 
.v1 object, 
.v1 embed {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;    
}

/*================================================
　　fix-bg
 ================================================*/
.por{position:relative;}
.poa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*&lt;div class="fix-bg por" style="background-image:url();"&gt; */
.fix-bg{
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width:359.9px){
   .fix-bg{height:100vh;}
}
@media print, screen and (min-width:744px) {
  .fix-bg{height:450px;}
}

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

/*================================================
 *  table
 ================================================*/
table h2, table h3, table h4, table h5, table h6{margin-bottom: 0.2em !important; text-align:left !important;}

table:not([class]) {
	width:100%;
	margin: 0 auto 1em;
	border-collapse:collapse;
	border:2px solid #999;
	background:#fff;
        table-layout: fixed;
}
table:not([class]) th, table:not([class]) td {
　 　border: none;
    display: block;
    width: 100%;
    padding:10px;
}
table:not([class]) th {
	text-align:center;
	vertical-align:middle;
	background:#eee;
}
table:not([class]) td {
	text-align:left;
}
.last td:last-child {
    border-bottom: solid 2px #999;
    width: 100%;
}

@media print, screen and (min-width: 744px) {
table:not([class])  {width:100%;}
table:not([class]) th, table:not([class]) td{display: table-cell; border:2px solid #999;}
table:not([class]) th  {width: 25%;}
table:not([class]) td{width: 75%;}
}

/*-----------------------------------------------------------------------------------------------t1--*/
table.t1 {width:100%; margin:0.5em auto 0.5em; word-break:break-all; table-layout:fixed; display:table;}
table.t1 th, table.t1 td{padding:0.4em 0.2em; border:2px solid #999;}
table.t1 th{background-color:var(--color-b); color:#ffffff; text-align:center; vertical-align: middle;}
table.t1 td{background-color:#fff; color:#000000; text-align:left;}

table.tdl td{text-align:left;}
table.tdr td{text-align:right;}
table.tdc td{text-align:center;}

/*================================================
 *　tright
 ================================================*/
table.tright {
    width: 98%;
    margin: -0.3em 1% 0.5em;
    border-collapse: separate;
    border-spacing: 0px 0.5em;
}

table.tright th {
    background: #eee;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    overflow: visible;
    position: relative;
    font-weight: bold;
    padding:0;
    color:var(--color-a);
    font-size:1.2em;
}

table.tright th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: 2px solid rgba(153, 153, 153, 0);
    border-left-color: var(--color-a);
    border-width: 0.45em;
    margin-top: -0.45em;
}

table.tright td {
    background: #ffffea;
    width: 75%;
    padding: 0.2em 0.2em 0em 0.5em;
}
table.tdl td{text-align:left; padding:0.4em 0.2em 0.4em 0.4em;}
table.tdr td{text-align:right;}
table.tdc td{text-align:center;}

/*================================================
 *　tbottom
----------------------------------------------------*/
table.tbottom {
    width: 98%;
    margin: -1em 1% 0.5em;
    border-collapse: separate;
    border-spacing: 0px 1.2em;
}

table.tbottom th {
    background: #eee;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    overflow: visible;
    position: relative;
    font-weight: bold;
    padding: 0.5em 0;
    color:var(--color-a);
    font-size:1.2em;
}

table.tbottom th:before{
    content: "";
    border: 0.5em solid transparent;
    border-top: 0.6em solid var(--color-a);
    position: absolute;
    left: 45%;
    top: 100%;
}
table.tbottom tr.lasttr th:before{
    content: none;
}
table.tbottom td {
    background: #ffffea;
    width: 75%;
    padding: 0.5em 0.2em 0em 0.5em;
}
table.tbottom td p{margin-bottom:0.5em;}

/*================================================
 *　ol ul    display: table-cell;
 ================================================*/
ul#sitemap_list, #main ul:not([class]),
#main ol:not([class]), .lpstyle 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.8em;
    text-indent: 1.5em;
    display: block;
}
#main 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 
------------------------------------------------*/
#main ol:not([class]), .o0, .o0b {
 counter-reset: li;
 list-style: none;
}
#main ol:not([class]) &gt; li, .o0 &gt; li, .o0b &gt; li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 2em;
 padding-bottom: 0.5em;
 line-height: 1.3;
}
#main ol:not([class]) &gt; li:before, .o0 &gt; 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-a);
}
.o0b &gt; 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-b);
}
.o1, .o1b {
 counter-reset: li;
 list-style: none;
}
.o1 &gt; li, .o1b &gt; li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 1.8em;
 padding-bottom: 0.5em;
 line-height: 1.3;
}
.o1 &gt; li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.2em;
 height: 1.2em;
 line-height: 1.2;
 border-radius: 50%;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: var(--color-a);
}
.o1b &gt; li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.2em;
 height: 1.2em;
 line-height: 1.2;
 border-radius: 50%;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: var(--color-b);
}
.o2, .o2b {
 counter-reset: li;
 list-style: none;
}
.o2 &gt; li, .o2b &gt; li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 2.6em;
 padding-bottom: 0.5em;
}
.o2 &gt; li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0;
 width: 1em;
 text-align: right;
 font-weight: bold;
 color: var(--color-a);
}
.o2b &gt; li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0;
 width: 1em;
 text-align: right;
 font-weight: bold;
 color: var(--color-b);
}
.o2 &gt; li:after {
 content: "位";
 position: absolute;
 left: 1.2em;
 top:0;
 font-weight: bold;
 color: var(--color-a);
}
.o2b &gt; li:after {
 content: "位";
 position: absolute;
 left: 1.2em;
 top:0;
 font-weight: bold;
 color: var(--color-b);
}
.o3, .o3b {
 counter-reset: li;
 list-style: none;
}
.o3 &gt; li, .o3b &gt; li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 4em;
 padding-bottom: 0.5em;
 line-height: 1.2;
}
.o3 &gt; 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-a);
}
.o3b &gt; 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-b);
}
.o3 &gt; 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-a);
}
.o3b &gt; 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-b);
}
.rankol {
  counter-reset: rank;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.rankol li {
  position: relative;
  padding-left: 4.8em;
  margin-bottom: 1.5em;
  counter-increment: rank;
}

.rankol li::before {
  content: "\f091 " counter(rank) "位";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0em;
  font-size: 1.2em;
  color: #f4b400; /* 金色系トロフィー */
}


/*================================================
 *　ul li
 ================================================*/
ul#sitemap_list li, #main 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_list li:before, #main 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-a);
}
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-b);
}
ul#sitemap_list li:before{content: "\f058" !important; font-weight:600;}
#main ul li.googlelink:before{content: "\f3c5"; font-weight:600;}
#main ul li.facebooklink:before {content: "\f082"; font-weight:400;}
#main ul li.instagramlink:before {content: "\f16d"; font-weight:400;}
#main ul li.twitterlink:before {content: "\f081"; font-weight:400;}
#main ul:not([class]) li:before, .lpstyle 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_list li:before, #main 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;
}

/*================================================
 *  footer
 ================================================*/
footer{background-color:var(--color-f); font-size:0.9em; width: 100%;}
.footbox {
  width: 744px;
  max-width:fit-content;
  margin: 0 auto 2em;
  display: flex;
  flex-direction: column; /* 初期は縦並び（743.9px以下） */
  gap: 10px;
}

.f_logo {flex-shrink: 0; text-align:center;}

.f_logo img{width:200px;}

.footc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.f-cp{line-height:1.4; font-size:20px; padding-bottom:5px;}
.f-ad{line-height:1.4; font-size:14px;}

.footr {
  flex-shrink: 0;
padding-top:15px;
margin:0 auto;
}

/* 744px以上で横並びに変更 */
@media screen and (min-width: 744px) {
  .footbox {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .f_logo {
    margin-right: 10px;
    padding-top:18px;
    text-align:left;
  }
  .f_logo img{width:100px;}
  .footc {
    margin-right: auto;
    padding-top:22px;
  }

.footr {
   padding-top:8px;
}

  .f_logo,
  .footc,
  .footr {
    width: auto;
  }
}

#f-menu {
  writing-mode: vertical-rl; /* 縦書き右→左 */
  text-orientation: mixed; /* 日本語の自然な縦書きに対応 */
  font-family: serif;
  padding: 1em 1em 0.5em;
  width:fit-content;
  float: right;
  margin-right: 1em;
  line-height:1.8;
}

html[lang="en-US"] #f-menu {
writing-mode: unset; /* 英語サイトの場合 */
line-height:1.6;
}

#f-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#f-menu li {
  margin-left: 0.2px; /* メニュー項目の間隔 */
}

#f-menu a {
  text-decoration: none;
  color: #444;
  font-size: 1em;
  display: inline-block;
  transition: color 0.3s;
}

#f-menu a:hover {
  opacity: 0.8;
}

#f-menu .current-menu-item a {
  font-weight: bold;
  color: #000; /* 現在のページ用の強調表示 */
}

.copyright{background-color:var(--color-g); color:#fff; text-align: center; padding-top: 1.5em; padding-bottom: 1.5em; clear:both;}
.copyright a {color: #fff;}
.copyright a:hover {color: #fff;}
.footfix{position:fixed; bottom:5px; width:100%;}


/*================================================
 *  .gallery
 ================================================*/
.gallery {
  display: grid;
  gap: 10px;
  justify-content: center;
  padding: 10px;
}
@media (min-width: 1230px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 920px) and (max-width: 1229px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 610px) and (max-width: 919px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 609px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

.gallery img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  display: block;
  transition: opacity 0.3s;
}

.gallery-popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.gallery-popup img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  background: #fff;
  border: 4px solid white;
  box-shadow: 0 0 20px #000;
  cursor: pointer;
}
#popupControls {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  z-index: 10000;
  pointer-events: none; /* 文字上でスワイプOK */
}
@media (min-width: 744px) {
#popupControls {width:auto; right:30px; top:unset; bottom: 20px;}
}

#popupControls &gt; div {
  pointer-events: auto; /* 閉じるボタンは操作可能 */
}
#swipeHint {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
@media (min-width: 744px) {
#swipeHint {display: none;}
}
.closeBtn {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: rgba(255,255,255,0.1);
  padding: 6px 12px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.2);
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 10001;
  display: none; /* モバイルでは非表示 */
}
.prev-button {
  left: 20px;
}
.next-button {
  right: 20px;
}
/* PC画面のみ表示 */
@media (min-width: 744px) {
  .nav-button {
    display: block;
  }
}

/*================================================
 *  .img-wrapl, .img-wrapr
 ================================================*/
.img-wrapl, .img-wrapr{width:100%; height:auto;}
.img-wrapl img, .img-wrapr img{width:100% !important;}
.img-wrapl div, .img-wrapr div{
  position:sticky;
  background:rgba(255,255,255,0.8);
  width:90%;
  padding:1em;
  margin:-4em auto 0;
  z-index:2;
}
@media print, screen and (min-width: 900px)
{
.img-wrapl, .img-wrapr{position:relative; top:0; height:650px;}
.img-wrapl img, .img-wrapr img{position:absolute; width:750px !important;}
.img-wrapl img{left:0;}
.img-wrapr img{right:0;}
.img-wrapl div, .img-wrapr div{position:absolute; bottom:0; width:750px;}
.img-wrapl div{right:0;}
.img-wrapr div{left:0;}
}

/*================================================
 *  .ani, .anil, .anir 
 ================================================*/
.m0{
  background: var(--color-a);
  padding: 0px 10px;
  width: fit-content;
  color: #fff;
  clear: both;
  margin:3.0em 0 0;
}
.ani, .anil, .anir {
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.6s ease-out;
}

/* 基本のフェードイン＋拡大 */
.ani.inview {
  opacity: 1;
  transform: scale(1);
}

/* 左からスライド＋フェードイン */
.anil {
  transform: translateX(-50px);
}
.anil.inview {
  opacity: 1;
  transform: translateX(0);
}

/* 右からスライド＋フェードイン */
.anir {
  transform: translateX(50px);
}
.anir.inview {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

.faqstyle dd {
    margin: 0 0 2.5em;
    padding: 1em 1em 1em 2.5em;
    background-color: var(--color-f);
    color: #111;
}

.faqstyle dd::before {
    color:var(--color-a);
    content: "A.";
    font-weight:700;
    margin-left:-1.5em;
}
.faqstyle dd .ddin{display:contents;}

.marubg {text-align: center;}
.marubg video {
  width: 320px;
  height: auto;
  line-height: 320px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-align: center;
  border:rgba(255, 255, 255, 0.5) solid 20px;
}


/*================================================
 *　important
 ================================================*/
.rightc {text-align:right !important;}
.leftc {text-align:left !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: 744px)
{
.rightc {text-align:center !important;}
.leftc {text-align:center !important;}
.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;
}

.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;}

.bgf{background: #ffffff !important;}
.bgb{background: #000000 !important;}
.bgr{background: var(--color-g) !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;}
.bg6{background: var(--color-f) !important;}
.bgb{background: beige !important;}
.bgbb{background: #fffff0 !important;}
.bgg{background: var(--color-f) !important;}
.bggg{background: #f2fdf0 !important;}

.clf{color: #ffffff !important;}
.clb{color: #000000 !important;}
.clr{color: var(--color-g) !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;}
.cl6{color: var(--color-f) !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;}
.maxl{max-width:750px !important;}
.maxm{max-width:540px !important;}
.maxs{max-width:280px !important;}
.maxll{max-width:96% !important;}

@media only screen and (max-width: 360px)
{
.minmbb{display:none !important;}
}
@media only screen and (max-width: 414px)
{
.minmb{display:none !important;}
}
@media only screen and (max-width: 743.9px)
{
.mintb{display:none !important;}
}
@media only screen and (max-width: 1023.9px)
{
.minpc{display:none !important;}
}

@media print, screen and (min-width: 361px)
{
.maxmbb{display:none !important;}
}
@media print, screen and (min-width: 414.1px)
{
.maxmb{display:none !important;}
}
@media print, screen and (min-width: 744px)
{
.maxtb{display:none !important;}
}
@media print, screen and (min-width: 1024px)
{
.maxpc{display:none !important;}
}

@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;}
}</pre></body></html>