@charset "utf-8";
@font-face {
    font-family: 'icomoon';
    src:  url('../assets/icomoon/fonts/icomoon.eot?j6i5dq');
    src:  url('../assets/icomoon/fonts/icomoon.eot?j6i5dq#iefix') format('embedded-opentype'),
      url('../assets/icomoon/fonts/icomoon.ttf?j6i5dq') format('truetype'),
      url('../assets/icomoon/fonts/icomoon.woff?j6i5dq') format('woff'),
      url('../assets/icomoon/fonts/icomoon.svg?j6i5dq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border: 0;
}

blockquote {

display: block;
    position: relative;
background-color: whitesmoke;
padding: 22px;
border: 1px solid gainsboro;
box-shadow: 3px 3px 5px whitesmoke;
border-radius: 5px;
overflow: hidden;
}

blockquote::after {
	content: "”";
	display: block;
	position: absolute;
    bottom: -10px;
    right: 10px;
    font-size: 77px;
    color: #C8C8C8;
    /* font-family: serif; */
	opacity: 0.5;
border: none;
line-height: 0;

}

blockquote::before {
	content: "“";
	display: block;
	position: absolute;
    top: -10px;
    left: 0px;
    font-size: 77px;
    color: #C8C8C8;
    /* font-family: serif; */
	opacity: 0.5;
border: none;
line-height: 1.1;

}

.wp-block-quote> cite{
    display: block;
    text-align: right;

}

pre {
    background-color: whitesmoke;
 }


.post table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    border-spacing: 0;

 }

.post td {
    padding: 6px;
    border: 1px solid gainsboro;

 }
.post th {
    padding: 6px;
	text-align: center;
	background: whitesmoke;
    border: 1px solid gainsboro;

}

/********************************************************
WordPress 初期CSS　書き換え
********************************************************/
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
p .has-background{
    padding: 10px !important;
margin-bottom: 10px;
}


/********************************************************
WordPress コアブロック
********************************************************/

/***************************
コアブロック 見出し段落共通
****************************/
.is-style-under-angle {
    background-color: aquamarine;
}

.is-style-paragraph-shadow-box {
    background-color: #fff;
    border:1px solid #cccccc;
    box-shadow: 3px 3px 3px  #cccccc;
    padding: 10px;
}


.is-style-sticky-note {
    position: relative;
    background-color: #fff3b8;
    padding: 10px;

}

.is-style-sticky-note::before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:0;
    border-width:0 20px 20px 0; 
    border-style:solid;
    border-color:#fff #fff rgba(0,0,0,0.1) rgba(0,0,0,0.3); 
    display:block;
}

.is-style-blackboard-solid {
    color: #fff;
    border: 5px solid #aa6600;
    background-color: #00533f;
    padding: 10px;
}

.is-style-blackboard-ridge {
    color: #fff;
    position: relative;
    border: 5px ridge #aa6600;
    background-color: #00533f;
    padding: 10px;
}
.is-style-blackboard-ridge::before {
    position: absolute;
content: "";
bottom: 0;
height: 3px;
    width: 18px;
    right: 20px;
    border-width: 3px;
    border-style:  outset;
    border-color:  #fff;
    border-radius: 8px 3px 2px 4px;
    }

.is-style-whiteboard-solid {
    border: 5px solid #cccccc;
    background-color: #fff;
    padding: 10px;
}

.is-style-whiteboard-ridge {
    position: relative;
    overflow: hidden; /*範囲外の光を隠す*/
    border: 5px ridge #cccccc;
    background-color: #fff;
    padding: 10px;
}

.is-style-whiteboard-ridge::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    /* background-color: #f5f5f5; */
    background-image: linear-gradient(100deg,  rgba(245, 245, 254, 0) 10%, rgba(245, 245, 245, 1) 100%, rgba(245, 245, 245, 0) 0%);
    animation-name: anime-effect-shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.is-style-border{
    background-color: #dcdcdc;
    background-image:
   repeating-linear-gradient( rgba(0,0,0,0.1),   rgba(0,0,0,0.1) 5px, transparent 0, transparent 10px );
   padding: 10px;
}

.is-style-stripe00{
    background-color: #dcdcdc;
    background-image:repeating-linear-gradient(90deg, rgba(0,0,0,0.1),   rgba(0,0,0,0.1) 5px, transparent 0, transparent 10px );
    padding: 10px;
}

.is-style-stripe45{
    background-color: #dcdcdc;
    background-image:repeating-linear-gradient(45deg, rgba(0,0,0,0.1),   rgba(0,0,0,0.1) 5px, transparent 0, transparent 10px );
    padding: 10px;
}
.is-style-stripe-45{
    background-color: #dcdcdc;
    background-image:repeating-linear-gradient(-45deg, rgba(0,0,0,0.1),   rgba(0,0,0,0.1) 5px, transparent 0, transparent 10px );
    padding: 10px;
}


.is-style-square-brackets {
	position: relative;
    padding: 10px 30px;
}

.is-style-square-brackets::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	top: 0;
	left: 0;
    border-color: #000;
    border-style: solid;
    border-width:1px 0 0 1px; 
}

.is-style-square-brackets::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
	right: 0;
    left: auto;
    top: auto;
    border-color: #000;
    border-style: solid;
    border-width:0 1px 1px 0; 
}

.is-style-big-brackets {
	position: relative;
    padding: 10px 30px;

}


.is-style-big-brackets::before,
.is-style-big-brackets::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
}

.is-style-big-brackets::before {
    top: 0;
	left: 0;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;

}

.is-style-big-brackets::after {
    top: 0;
	right: 0;
    left: auto;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

/***************************
コアブロック 見出し
****************************/
[class*="is-style-theme-heading-"]{
    padding: 10px;
    margin-bottom: 20px;
}


.is-style-theme-heading-under-line {
    border-bottom:1px solid #000;
    padding: 10px;
}

.is-style-theme-heading-top-line {
    border-top:1px solid #000;
    padding: 10px;

}

.is-style-theme-heading-up-and-down-line {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding: 10px;

}

.is-style-theme-heading-left-line {
    border-left:10px solid #000;
    padding: 10px;
}

.is-style-theme-heading-left-shadow {

    border-left-color: rgba(0,0,0,0.3); 
    border-left-width: 10px; 
border-left-style: solid;
    padding: 10px;
}

.is-style-theme-heading-shadow-box {
    background-color: #fff;
    border:1px solid #cccccc;
    box-shadow: 3px 3px 3px  #cccccc;
    padding: 10px;
}

.is-style-theme-heading-shadow-alignment {
    background-color: #fff;
    border:1px solid #cccccc;
    box-shadow: 10px 10px 0px  #cccccc;
    padding: 10px;
}

.is-style-theme-heading-ranking-mark {
    position: relative;

    padding: 10px;
    counter-increment: ranking-heading;
}

/* .is-style-theme-heading-ranking-mark::after{
    content: counter(ranking-heading);
    position: absolute;
    left: 20px;
    bottom: 10px;
color: #fff;
font-weight: bold;
font-size: 1em;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
flex-shrink: 0;
text-shadow:  1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
} */
.is-style-theme-heading-ranking-mark::before {
    content: "\f521";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left:0;
    flex-shrink: 0;
    font-size: 1.1em;
    margin-right: 5px;

}
.is-style-theme-heading-ranking-mark:nth-of-type(1)::before {
    color: #e6c300;
  }

.is-style-theme-heading-ranking-mark:nth-of-type(2)::before {
color: #a9a9a9;
}

.is-style-theme-heading-ranking-mark:nth-of-type(3)::before {
color: #815a2b;
}


.is-style-theme-heading-icon-mark {
    padding: 10px;
}

.is-style-theme-heading-icon-mark::before {
content: "\f005";
font-family: "Font Awesome 6 Free";
font-weight: 900;
padding-right: 5px;
}


.is-style-theme-heading-speech-bubble {
    position: relative;
    padding: 10px;
    border: 3px solid #cccccc;
    background-color: #fff;
  }
  


.is-style-theme-heading-speech-bubble::before {
position: absolute;
bottom: -18px;
left: 24px;
width: 0;
height: 0;
content: '';
border-width: 18px 18px 0 18px;
border-style: solid;
border-color: #cccccc transparent transparent transparent;
}

.is-style-theme-heading-speech-bubble::after {
position: absolute;
bottom: -14px;
left: 26px;
width: 0;
height: 0;
content: '';
border-width: 16px 16px 0 16px;
border-style: solid;
border-color: #fff transparent transparent transparent;
}

.is-style-theme-heading-sticky-note {
    position: relative;
    background-color: #fff3b8;
    padding: 10px;

}

.is-style-theme-heading-sticky-note::before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:0;
    border-width:0 20px 20px 0; 
    border-style:solid;
    border-color:#fff #fff rgba(0,0,0,0.1) rgba(0,0,0,0.3); 
    display:block;
}

.is-style-theme-heading-blackboard-solid {
    color: #fff;
    border: 5px solid #aa6600;
    background-color: #00533f;
    padding: 10px;
}

.is-style-theme-heading-blackboard-ridge {
    color: #fff;
    position: relative;
    border: 5px ridge #aa6600;
    background-color: #00533f;
    padding: 10px;
}
.is-style-theme-heading-blackboard-ridge::before {
    position: absolute;
content: "";
bottom: 0;
height: 3px;
    width: 18px;
    right: 20px;
    border-width: 3px;
    border-style:  outset;
    border-color:  #fff;
    border-radius: 8px 3px 2px 4px;
    }

.is-style-theme-heading-whiteboard-solid {
    border: 5px solid #cccccc;
    background-color: #fff;
    padding: 10px;
}

.is-style-theme-heading-whiteboard-ridge {
    position: relative;
    overflow: hidden; /*範囲外の光を隠す*/
    border: 5px ridge #cccccc;
    background-color: #fff;
    padding: 10px;
}

.is-style-theme-heading-whiteboard-ridge::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    /* background-color: #f5f5f5; */
    background-image: linear-gradient(100deg,  rgba(245, 245, 254, 0) 10%, rgba(245, 245, 245, 1) 100%, rgba(245, 245, 245, 0) 0%);
    animation-name: anime-effect-shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.is-style-theme-heading-border{
    background-color: #dcdcdc;
    background-image:
   repeating-linear-gradient( rgba(100,100,100,0.1),   rgba(100,100,100,0.1) 5px, transparent 0, transparent 10px );
   padding: 10px;
}

.is-style-theme-heading-stripe00{
    background-color: #dcdcdc;
    background-image:repeating-linear-gradient(90deg, rgba(100,100,100,0.1),   rgba(100,100,100,0.1) 5px, transparent 0, transparent 10px );
    padding: 10px;
}

.is-style-theme-heading-stripe45{
    background-color: #dcdcdc;
    background-image:repeating-linear-gradient(45deg, rgba(100,100,100,0.1),   rgba(100,100,100,0.1) 5px, transparent 0, transparent 10px );
    padding: 10px;
}
.is-style-theme-heading-stripe-45{
    background-color: #dcdcdc;
    background-image:repeating-linear-gradient(-45deg, rgba(100,100,100,0.1),   rgba(100,100,100,0.1) 5px, transparent 0, transparent 10px );
    padding: 10px;
}


.is-style-theme-heading-square-brackets {
	position: relative;
    padding: 10px 30px;
}

.is-style-theme-heading-square-brackets::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	top: 0;
	left: 0;
    border-color: #000;
    border-style: solid;
    border-width:1px 0 0 1px; 
}

.is-style-theme-heading-square-brackets::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
	right: 0;
    left: auto;
    top: auto;
    border-color: #000;
    border-style: solid;
    border-width:0 1px 1px 0; 
}

.is-style-theme-heading-big-brackets {
	position: relative;
    padding: 10px 30px;

}


.is-style-theme-heading-big-brackets::before,
.is-style-theme-heading-big-brackets::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
}

.is-style-theme-heading-big-brackets::before {
    top: 0;
	left: 0;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: 0;

}

.is-style-theme-heading-big-brackets::after {
    top: 0;
	right: 0;
    left: auto;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
    border-left: 0;

}
/***************************
コアブロック 段落
****************************/
.is-style-theme-paragraph-under-angle {
    background-color: aquamarine;
}

.is-style-theme-paragraph-shadow-box {
    background-color: #fff;
    border:1px solid #cccccc;
    box-shadow: 3px 3px 3px  #cccccc;
    padding: 10px;
}


.is-style-theme-paragraph-sticky-note {
    position: relative;
    background-color: #fff3b8;
    padding: 10px;

}

.is-style-theme-paragraph-sticky-note::before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:0;
    border-width:0 20px 20px 0; 
    border-style:solid;
    border-color:#fff #fff rgba(0,0,0,0.1) rgba(0,0,0,0.3); 
    display:block;
}

.is-style-theme-paragraph-blackboard-solid {
    color: #fff;
    border: 5px solid #aa6600;
    background-color: #00533f;
    padding: 10px;
}

.is-style-theme-paragraph-blackboard-ridge {
    color: #fff;
    position: relative;
    border: 5px ridge #aa6600;
    background-color: #00533f;
    padding: 10px;
}
.is-style-theme-paragraph-blackboard-ridge::before {
    position: absolute;
content: "";
bottom: 0;
height: 3px;
    width: 18px;
    right: 20px;
    border-width: 3px;
    border-style:  outset;
    border-color:  #fff;
    border-radius: 8px 3px 2px 4px;
    }

.is-style-theme-paragraph-whiteboard-solid {
    border: 5px solid #cccccc;
    background-color: #fff;
    padding: 10px;
}

.is-style-theme-paragraph-whiteboard-ridge {
    position: relative;
    overflow: hidden; /*範囲外の光を隠す*/
    border: 5px ridge #cccccc;
    background-color: #fff;
    padding: 10px;
}

.is-style-theme-paragraph-whiteboard-ridge::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    /* background-color: #f5f5f5; */
    background-image: linear-gradient(100deg,  rgba(245, 245, 254, 0) 10%, rgba(245, 245, 245, 1) 100%, rgba(245, 245, 245, 0) 0%);
    animation-name: anime-effect-shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.is-style-theme-paragraph-border{
    background-color: #dcdcdc;
    background-image:
   repeating-linear-gradient( rgba(100,100,100,0.1),   rgba(100,100,100,0.1) 5px, transparent 0, transparent 10px );
   padding: 10px;
}

.is-style-theme-paragraph-stripe00{
    background-color: #dcdcdc;
    background-image:repeating-linear-gradient(90deg, rgba(100,100,100,0.1),   rgba(100,100,100,0.1) 5px, transparent 0, transparent 10px );
    padding: 10px;
}

.is-style-theme-paragraph-stripe45{
    background-color: #dcdcdc;
    background-image:repeating-linear-gradient(45deg, rgba(100,100,100,0.1),   rgba(100,100,100,0.1) 5px, transparent 0, transparent 10px );
    padding: 10px;
}
.is-style-theme-paragraph-stripe-45{
    background-color: #dcdcdc;
    background-image:repeating-linear-gradient(-45deg, rgba(100,100,100,0.1),   rgba(100,100,100,0.1) 5px, transparent 0, transparent 10px );
    padding: 10px;
}


.is-style-theme-paragraph-square-brackets {
	position: relative;
    padding: 10px 30px;
}

.is-style-theme-paragraph-square-brackets::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	top: 0;
	left: 0;
    border-color: #000;
    border-style: solid;
    border-width:1px 0 0 1px; 
}

.is-style-theme-paragraph-square-brackets::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
	right: 0;
    left: auto;
    top: auto;
    border-color: #000;
    border-style: solid;
    border-width:0 1px 1px 0; 
}

.is-style-theme-paragraph-big-brackets {
	position: relative;
    padding: 10px 30px;

}


.is-style-theme-paragraph-big-brackets::before,
.is-style-theme-paragraph-big-brackets::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
}

.is-style-theme-paragraph-big-brackets::before {
    top: 0;
	left: 0;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: 0;

}

.is-style-theme-paragraph-big-brackets::after {
    top: 0;
	right: 0;
    left: auto;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
    border-left: 0;

}
/***************************
コアブロック 画像
****************************/
.is-style-image-rounded-5 img{
 border-radius: 5px;

}

.is-style-image-shadow-box {
    background-color: #fff;
    border:1px solid #cccccc;
    box-shadow: 3px 3px 3px  #cccccc;
    width: fit-content;
    height: fit-content;
}

.is-style-image-border-box {
    background-color: #fff;
    border:1px solid #cccccc;
    width: fit-content;
    height: fit-content;
}

.is-style-image-photo-frame {
    position: relative;
    border: 5px solid #FFF;
    box-shadow: 0 0 1px #000;
background-color: #fff;
    width: fit-content;
    height: fit-content;
}

.is-style-image-wooden-frame {
    border: 5px ridge #aa6600;
    width: fit-content;
    height: fit-content;

}

.is-style-image-photo-monotone {
    filter: grayscale(100%);
    width: fit-content;
    height: fit-content;
}

.is-style-image-photo-sepia {
    filter: sepia(100%);
    width: fit-content;
    height: fit-content;
}




/***************************
コアブロック リスト
****************************/

.is-style-ul-icon-none {
    list-style: none;
    padding-left: 0;
}
.is-style-ul-icon-none li {
    list-style: none;
}
.is-style-ul-icon-circle li::marker{
    content: '\f111';
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}
.is-style-ul-icon-check li::marker{
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-question li::marker{
    content: '\3f';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-qmark li::marker{
    content: '\51';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-thumbtack li::marker{
    content: '\f08d';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-xmark li::marker{
    content: '\f00d';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-announce li::marker{
    content: '\f0a1';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-good li::marker{
    content: '\f164';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-mark li::marker{
    content: '\e139';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-pen li::marker{
    content: '\f305';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-angle-right li::marker{
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.is-style-ul-icon-caret-right li::marker{
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.is-style-ul-underline {
    padding-left: 0;
}
.is-style-ul-underline li{
    list-style: none;

    padding: 10px;
    border-bottom: #000 1px solid;

}
.is-style-ul-sticky-note{
    padding-left: 0;
}
.is-style-ul-sticky-note li{
    list-style: none;
    border: #000 1px solid;
    border-left: #000 10px solid;
    padding: 10px;
    margin-bottom: 5px;
}



[class*="is-style-ul-icon"] li{
    padding-left:5px;
}


.is-style-ul-equal-horizontal-between{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding:0;
    list-style:none;
}
.is-style-ul-equal-horizontal-between li {
    border-left: none;
    white-space:nowrap;
    padding: 15px;
}
.is-style-ul-equal-horizontal-between li a{
    text-decoration: none;
    display: block;
}
.is-style-ul-equal-horizontal-evenly{
    display: flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
    padding:0;
    list-style:none;
}
.is-style-ul-equal-horizontal-evenly li {
    border-left: none;
    white-space:nowrap;
    padding: 15px;
}
.is-style-ul-equal-horizontal-evenly li a{
    text-decoration: none;
    display: block;
}


/* 光沢アニメーション */
@keyframes anime-effect-shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}
