/*! HumanToarch v1.0.0 | MIT License | by UltimateEz */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
td,
th {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
html {
    overflow-x: hidden;
    overflow-y: scroll
}
body {
    overflow: hidden;
    background-color: #efefef;
    color: #242424;
    font-size: 16px;
    line-height: 2rem;
    /*word-wrap: break-word;
    text-align: justify;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    text-size-adjust: 100%;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-feature-settings: 'palt' 1;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block
}
body,
button,
input,
select,
textarea {
   font-family: -apple-system,"Helvetica Neue","Helvetica","Segoe UI",Hiragino Kaku Gothic ProN,"游ゴシック Medium", "Yu Gothic Medium",Arial,メイリオ, Meiryo,sans-serif;
	
}
code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: "Source Code Pro","Monaco","Inconsolata",monospace
}
img {
    max-width: 100%;
    height: auto
}
iframe {
    max-width: 100%
}
a {
    color: #fc632c;
    /*text-decoration: underline;*/
    cursor: pointer;
		-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
a:hover {
    text-decoration: none;
	color:#96b836;

}
.is-hidden {
    display: none !important
}
.container {
    max-width: 100%;
    padding: 0 4%;
    margin: 0 auto
}
@media screen and (min-width: 576px){
    .container {
        max-width: 540px;
        width: auto
    }
}
@media screen and (min-width: 768px){
    .container {
        max-width: 720px;
        width: auto;
		padding: 0 16px;
    }
}
@media screen and (min-width: 992px){
    .container {
        max-width: 960px;
        width: auto
    }
}
@media screen and (min-width: 1200px){
    .container {
        max-width: 1140px;
        width: auto
    }
}
.grid {
    display: grid;
    grid-gap: 1rem
}
.grid > .grid-header {
    grid-area: header
}
.grid > .grid-content {
    grid-area: content;
    overflow: hidden
}
.grid > .grid-sidebar {
    grid-area: sidebar
}
.grid.main-2-column {
    grid-template-columns: 100%;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0;
    grid-template-areas: "header" "content" "sidebar"
}
@media screen and (min-width: 992px){
    .grid.main-2-column {
        grid-template-columns: 1fr 336px;
        grid-template-areas: "header header" "content sidebar"
    }
}
.grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: dense
}
.grid .column.is-2 {
    grid-column: span 2
}
.grid .column.is-3 {
    grid-column: span 3
}
.grid .column.is-4 {
    grid-column: span 4
}
.grid .column.is-5 {
    grid-column: span 5
}
.grid .column.is-6 {
    grid-column: span 6
}
.grid .column.is-7 {
    grid-column: span 7
}
.grid .column.is-8 {
    grid-column: span 8
}
.grid .column.is-9 {
    grid-column: span 9
}
.grid .column.is-10 {
    grid-column: span 10
}
.grid .column.is-11 {
    grid-column: span 11
}
.grid .column.is-12 {
    grid-column: span 12
}
@media screen and (min-width: 768px){
    .grid .column.is-2-tablet {
        grid-column: span 2
    }
    .grid .column.is-3-tablet {
        grid-column: span 3
    }
    .grid .column.is-4-tablet {
        grid-column: span 4
    }
    .grid .column.is-5-tablet {
        grid-column: span 5
    }
    .grid .column.is-6-tablet {
        grid-column: span 6
    }
    .grid .column.is-7-tablet {
        grid-column: span 7
    }
    .grid .column.is-8-tablet {
        grid-column: span 8
    }
    .grid .column.is-9-tablet {
        grid-column: span 9
    }
    .grid .column.is-10-tablet {
        grid-column: span 10
    }
    .grid .column.is-11-tablet {
        grid-column: span 11
    }
    .grid .column.is-12-tablet {
        grid-column: span 12
    }
}
@media screen and (min-width: 992px){
    .grid .column.is-2-desktop {
        grid-column: span 2
    }
    .grid .column.is-3-desktop {
        grid-column: span 3
    }
    .grid .column.is-4-desktop {
        grid-column: span 4
    }
    .grid .column.is-5-desktop {
        grid-column: span 5
    }
    .grid .column.is-6-desktop {
        grid-column: span 6
    }
    .grid .column.is-7-desktop {
        grid-column: span 7
    }
    .grid .column.is-8-desktop {
        grid-column: span 8
    }
    .grid .column.is-9-desktop {
        grid-column: span 9
    }
    .grid .column.is-10-desktop {
        grid-column: span 10
    }
    .grid .column.is-11-desktop {
        grid-column: span 11
    }
    .grid .column.is-12-desktop {
        grid-column: span 12
    }
}
.bold,
strong {
    font-weight: bold
}
.italic,
em {
    font-style: italic
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: bold;
    line-height: 1.5
}
.content h1,
.content h2,
.content h3 {
    margin-top: 1em;
    margin-bottom: 0.5em
}
.content h1 {
    font-size: 2em
}
.content h2 {
    font-size: 1.5em
}
.content h3 {
    font-size: 1.25em
}
.content blockquote {
    background: #fff;
    color: #7a7a7a;
    padding: .4em .8em;
    border-left: solid 3px #7a7a7a;
    margin-bottom: 1rem
}
.orange {
    color: #ff470f
}
.yellow {
    color: #ffdd57
}
.green {
    color: #23d160
}
.turquoise {
    color: #00d1b2
}
.blue {
    color: #3273dc
}
.purple {
    color: #b86bff
}
.red {
    color: #ff3860
}
.small {
    font-size: .8em
}
.b1 {
    font-size: 1.2em
}
.b2 {
    font-size: 1.4em
}
.b3 {
    font-size: 1.6em
}
.b4 {
    font-size: 1.8em
}
.b5 {
    font-size: 2.0em
}
main header {
    margin: .5rem 0 0.8rem;
}
main header .pre-title-info ul > li {
    display: inline;
    margin-right: 8px;
    color: #7a7a7a
}
main header .title {
    font-size: 2em;
    margin-top: 0
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}
table td,
table th {
    border: 1px solid #b5b5b5;
    vertical-align: top;
    padding: 8px
}
table th {
    font-weight: bold
}
table thead {
    color: #7a7a7a
}
ul.list > li {
    display: block;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    line-height: 1.5;
    padding-top: 4px;
    padding-bottom: 4px
}
ul.list > li a {
    text-decoration: none
}
ul.list > li a:hover {
    /*text-decoration: underline;*/
}
ul.list > li figure.thumbnail img {
    width: 100%;
    vertical-align: bottom
}
ul.list > li .content {
    padding-bottom: 1.2em;
    position: relative
}
ul.list > li .footline {
    position: absolute;
    font-size: .8em;
    bottom: 0;
    right: 0
}
ul.is-indicator > li a {
    padding-right: 1rem
}
ul.is-indicator > li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-size: 1rem;
    font-weight: 900;
    transform: scale(0.8, 1);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1rem
}
ul.is-thumbnail-list > li a {
    display: grid;
    grid-template-columns: minmax(min-content, 1fr) 2fr;
    grid-column-gap: 10px
}
ul.is-ranking-list {
    counter-reset: ranking-counter
}
ul.is-ranking-list > li {
    padding-left: 2rem
}
ul.is-ranking-list > li a {
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-column-gap: 10px
}
ul.is-ranking-list > li a .thumbnail img {
    width: 100px;
    height: 100px;
    object-fit: cover
}
ul.is-ranking-list > li .footline {
    left: 0
}
ul.is-ranking-list > li:before {
    content: counter(ranking-counter,decimal);
    counter-increment: ranking-counter;
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    font-size: .8rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    color: #fff;
    background: #fc632c
}
.button {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fc632c;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    align-self: flex-start;
    white-space: nowrap;
    border-radius: 4px;
height: 1.8rem;
}
.button:hover{color:#fff;opacity: 0.65;
}
.button.is-fill {
    display: flex
}
.button.is-large {
    height: 3rem
}
.card {
    overflow: hidden;
    background: #fff;
    /*border: 1px solid #dbdbdb;*/
    border-radius: 12px;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    line-height: 1.5
}
.card:hover {
/*   -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02)*/
}
.card.is-not-scale {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
.card.is-shadow {
    /*-moz-box-shadow: 2px 2px 40px -12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 40px -12px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 40px -12px rgba(0,0,0,0.1);*/
}
.card a {
    display: block;
    color: inherit;
    text-decoration: none
}
.card a:hover {
    text-decoration: underline
}
.card .inner-content {
    padding: 1.5rem
}
.card .footline .bottom-footline {
    font-size: .8em;
    color: #7a7a7a
}
.card .footline .bottom-footline.is-inline {
    display: inline-block
}
.card .footline .bottom-footline.is-round-button {
    font-size: .7em;
    border: 1px solid;
    border-radius: 12px;
    padding: 1px 8px
}
.card.is-big-picture figure.thumbnail {
    overflow: hidden
}
.card.is-big-picture figure.thumbnail img {
    width: 100%;
    vertical-align: bottom;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s
}
.card.is-big-picture .footline {
    padding: 1em
}
.card.is-big-picture:hover figure.thumbnail > img {
   -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.grid-header.slider .slide-item img {
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.grid-header.slider .slide-item:hover img {
   -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.card.is-full-picture {
    position: relative;
    background:#414141;
    color: #fff;
    line-height: 1.5
}
.card.is-full-picture figure.thumbnail {
    width: 100%;
    overflow: hidden
}
.card.is-full-picture figure.thumbnail img {
    vertical-align: bottom;
    opacity: .3;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s
}
.card.is-full-picture:hover figure.thumbnail > img {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
}
.card.is-full-picture .headline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .4rem;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0,0,0,0.5) 1px 0,rgba(0,0,0,0.5) -1px 0,rgba(0,0,0,0.5) 0 -1px,rgba(0,0,0,0.5) 0 1px,rgba(0,0,0,0.5) 1px 1px,rgba(0,0,0,0.5) -1px 1px,rgba(0,0,0,0.5) 1px -1px,rgba(0,0,0,0.5) -1px -1px
}
.card.is-full-picture .footline {
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    font-size: .8em
}
header.global-header {
    background: #fc632c;
    color: #fff
}
header.global-header a {
    color: #fff;
    text-decoration: none;
    height: 90%;
    text-align: center;
	position: relative;
z-index: 3;
}


header.global-header .logo {
    display: flex;
    overflow: hidden;
    /*width: 100%;*/
    height: 100%;
    justify-content: center;
    align-items: center;
font-size: 2.5em;
}
@media screen and (min-width: 1105px){
    header.global-header .logo {
       /* justify-content: flex-start;*/
		position: absolute;
z-index: 3;
bottom: -5px;
    }
	
	header.global-header a {
    height: 100%;
}
	
}
header.global-header .logo img {
    width: 100%;
    height: 100%;
    max-width: 360px;
    object-fit: contain
}
header.global-header .optional-nav {
   display: none;
    justify-content: center;
    align-items: center
}
@media screen and (min-width: 768px){
    header.global-header .optional-nav {
display: inline-block;
margin-top: 10px;
position: absolute;
top: 0px;
right: 0;
margin-right: 20px;
		width:95%;
    }
}
@media screen and (min-width: 1150px){
    header.global-header .optional-nav {

position: relative;
margin-right: 0;
margin-top: 20px;
		
    }
}

footer.global-footer {
    padding: 1.5rem 0;
    background: #f5f5f5
}
footer.global-footer h1,
footer.global-footer h2,
footer.global-footer h3 {
    font-size: 1rem;
    font-weight:500;
}
footer.global-footer .copyright {
    margin-top: 1rem;
    text-align: center;
    font-size: .85em
}
@media screen and (min-width: 992px){
    footer.global-footer .copyright {
        text-align: right
    }
}
nav.global-nav {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    background-color: rgba(255,255,255,0.85)
}
.global-nav-items {
    display: -webkit-flex;
    display: flex;
    height: 56px;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.global-nav-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5
}
.global-nav-item a {
    text-decoration: none
}
.global-nav-item i {
    font-size: 24px
}
.global-nav-item span.icon-label {
    display: block;
    font-size: 0.8em
}
.breadcrumb {
    margin: 0 0 15px;
    padding: 10px 15px;
    background: #fff;
    font-size: .8em;
    line-height: 1.2em
}
.breadcrumb li {
    display: inline;
    color: #7a7a7a
}
.breadcrumb li:not(:last-child):after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: .5em;
    line-height: .5em;
    vertical-align: middle;
    margin: 0 8px
}
.breadcrumb li a {
    text-decoration: none
}
.breadcrumb li a:hover {
    text-decoration: underline
}
form[role=search] {
    position: relative;
    height: 2.5rem;
    margin-bottom: 1rem
}
form[role=search] input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    font-size: 1rem;
    color: #7a7a7a;
    border: 3px solid #dbdbdb;
    padding: .6rem 1rem
}
form[role=search] button[type=submit] {
    position: absolute;
    display: block;
    border: 0;
    background: none;
    right: 3px;
    /*height: 100%;*/
    font-size: 1.2rem;
    line-height: 1rem;
    color: #7a7a7a;
    padding: .8rem
}
label.screen-reader-text {
    display: none
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 2.5rem;
    margin-bottom: 1rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: .85rem;
    line-height: 1.0;
    color: #7a7a7a;
    border-radius: 0;
    border: 3px solid #b5b5b5;
    padding: .6rem 1rem;
    background-image: url("https://ultimate-ez.com/wp-content/themes/sentry-void-master/img/angle-down.svg");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 1rem
}
section.comment {
    margin-bottom: 1rem
}
section.comment label {
    display: block;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 4px
}
section.comment label .required {
    color: #ff3860
}
section.comment input[name=submit] {
    border-width: 0;
    margin-left: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fc632c;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    align-self: flex-start;
    white-space: nowrap;
    border-radius: 6px;
    height: 2rem;
    font-size: .9em
}
section.comment .control {
    margin-bottom: .5em
}
section.comment .input {
    font-size: 1em;
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
    height: 1.8em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #b5b5b5;
	padding: 5px;
}
section.comment .textarea {
    font-size: 1em;
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 600px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #b5b5b5;
	padding: 5px;
}
.tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr))
}
.tab-item {
    border: 1px solid #aaa;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-left: -1px
}
.tab-item:first-child {
    border-radius: 6px 0 0 6px;
    margin-left: 0
}
.tab-item:last-child {
    border-radius: 0 6px 6px 0
}
.tab-item:not(:first-child) {
    border-left: none
}
.panel-radios {
    display: none
}
label.panel-label {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    cursor: pointer
}
.panels [class*="panel-"] {
    display: none
}
#panel-1-ctrl:checked ~ .panels .panel-1 {
    display: block
}
#panel-1-ctrl:checked ~ .tabs .tab-item.li-for-panel-1 {
    background: #fc632c;
    border-color: #fc632c;
    color: #fff
}
#panel-2-ctrl:checked ~ .panels .panel-2 {
    display: block
}
#panel-2-ctrl:checked ~ .tabs .tab-item.li-for-panel-2 {
    background: #fc632c;
    border-color: #fc632c;
    color: #fff
}
#panel-3-ctrl:checked ~ .panels .panel-3 {
    display: block
}
#panel-3-ctrl:checked ~ .tabs .tab-item.li-for-panel-3 {
    background: #fc632c;
    border-color: #fc632c;
    color: #fff
}
#panel-4-ctrl:checked ~ .panels .panel-4 {
    display: block
}
#panel-4-ctrl:checked ~ .tabs .tab-item.li-for-panel-4 {
    background: #fc632c;
    border-color: #fc632c;
    color: #fff
}
#panel-5-ctrl:checked ~ .panels .panel-5 {
    display: block
}
#panel-5-ctrl:checked ~ .tabs .tab-item.li-for-panel-5 {
    background: #fc632c;
    border-color: #fc632c;
    color: #fff
}
.slider {
    width: 100%;
    height: 150px;
    overflow: hidden
}
.slider .slider-items {
height: 170px;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
.slider .slider-items::-webkit-scrollbar {
    display: none
}
.slider .slide-item {
    position: relative;
    display: inline-block;
    width: 220px;
    height: auto;
    vertical-align: top
}
.video-container,
.youtube-container,
span.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem
}
.video-container iframe,
.youtube-container iframe,
span.embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.ad {
    text-align: center
}
.ad .ad-label {
    display: block;
    text-align: left;
    font-size: .6em;
    line-height: 1.5;
    color: #b5b5b5;
    font-weight: bold
}
.ad.is-horizon .column {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 336px));
    grid-column-gap: 1em;
    justify-content: center
}
.ad.is-horizon .column iframe,
.ad.is-horizon .column img {
    vertical-align: bottom
}
.marker {
    color: inherit;
    background: #ffb8c2
}
.marker.thin {
    background: linear-gradient(rgba(0,0,0,0) 66%,#ffb8c2 66%)
}
.marker.yellow {
    background: #ffff7c
}
.marker.yellow.thin {
    background: linear-gradient(rgba(0,0,0,0) 66%,#ffff7c 66%)
}
.marker.blue {
    background: #ace3ff
}
.marker.blue.thin {
    background: linear-gradient(rgba(0,0,0,0) 66%,#ace3ff 66%)
}
.marker.green {
    background: #a2ffbe
}
.marker.green.thin {
    background: linear-gradient(rgba(0,0,0,0) 66%,#a2ffbe 66%)
}
.marker.orange {
    background: #ffdeac
}
.marker.orange.thin {
    background: linear-gradient(rgba(0,0,0,0) 66%,#ffdeac 66%)
}
.notification {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #7a7a7a;
    border-radius: 12px
}
.notification.is-info {
    border: none;
    background: #3273dc;
    color: #fff
}
.notification.is-success {
    border: none;
    background: #23d160;
    color: #fff
}
.notification.is-warning {
    border: none;
    background: #ffdd57
}
.notification.is-danger {
    border: none;
    background: #ff3860;
    color: #fff
}
.notification.is-primary {
    border: none;
    background: #00d1b2;
    color: #fff
}
.tag:not(body) {
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fc632c;
    border-radius: 2em;
    color: #fff;
    font-size: 0.8em;
    height: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    white-space: nowrap
}
.balloon {
    margin: 1.5rem 0;
    letter-spacing: -1em
}
.balloon .balloon-image {
    display: inline-block;
    vertical-align: top;
    text-align: center
}
.balloon .balloon-image img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 96px;
    height: 96px;
    object-fit: cover;
    margin: 0;
    vertical-align: bottom
}
.balloon .balloon-image .balloon-image-description {
    width: 96px;
    font-size: 0.75em;
    letter-spacing: normal;
    padding-top: .5em;
    line-height: 1.4;
    font-weight: bold
}
.balloon .balloon-image.circle img,
.balloon .balloon-image.is-circle img {
    border-radius: 50%;
    border: 2px solid #dbdbdb
}
.balloon .balloon-text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    letter-spacing: normal
}
.balloon.left .balloon-text {
position: relative;
color: #242424;
background-color: #fff;
border: 2px solid #b5b5b5;
border-radius: 5px;
padding: 10px 15px 40px 15px;
width: calc(100% - 96px - 10px - 4px);
margin-left: 14px;
line-height: 22px;
font-size: 90%;
}
.balloon.left .balloon-text:after,
.balloon.left .balloon-text:before {
    width: 0;
    height: 0;
    content: "";
    margin: auto;
    position: absolute;
    display: block
}
.balloon.left .balloon-text:after,
.balloon.left .balloon-text:before {
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
    border-right: solid 10px #b5b5b5;
    left: -10px;
    top: 20px;
    margin-top: -12px
}
.balloon.left .balloon-text:after {
    border-right-color: #fff;
    left: -7px
}
.balloon.right .balloon-text {
    position: relative;
    color: #242424;
    background-color: #fff;
    border: 2px solid #b5b5b5;
    border-radius: 5px;
    padding: 6px;
    width: calc(100% - 96px - 10px - 4px);
    margin-right: 14px
}
.balloon.right .balloon-text:after,
.balloon.right .balloon-text:before {
    width: 0;
    height: 0;
    content: "";
    margin: auto;
    position: absolute;
    display: block
}
.balloon.right .balloon-text:after,
.balloon.right .balloon-text:before {
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
    border-left: solid 10px #b5b5b5;
    right: -10px;
    top: 20px;
    margin-top: -12px
}
.balloon.right .balloon-text:after {
    border-left-color: #fff;
    right: -7px
}
.balloon .balloon-text.has-foot-line {
   /* padding-bottom: 1.5rem;*/
}
.balloon .balloon-text.has-foot-line .foot-line {
    position: absolute;
    bottom: 15px;
    font-size: .8em;
    line-height: 1;
    color: #7a7a7a;
    width: 100%
}
.sns-share.sns-share-small {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}
.sns-share.sns-share-small .sns-count {
    position: relative;
    color: #919191;
    background-color:rgba(255, 255, 255, 0.7);
  /*border: 1px solid #7a7a7a;*/
    border-radius: 5px;
    padding: 5px;
    width: calc(100% - 96px - 10px - 0px);
    margin-top: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size:0.7rem;
  line-height: 0.4rem;
}

.sns-share.sns-share-small .sns-count a{text-decoration:none;}
.sns-share.sns-share-small .sns-count:after,
.sns-share.sns-share-small .sns-count:before {
    width: 0;
    height: 0;
    content: "";
    margin: auto;
    position: absolute;
    display: block
}
/*.sns-share.sns-share-small .sns-count:after,
.sns-share.sns-share-small .sns-count:before {
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-top: solid 10px #7a7a7a;
    bottom: -10px;
    left: 50%;
    margin-left: -7px
}*/
.sns-share.sns-share-small .sns-count:after {
    border-top-color: #fff;
    bottom: -8px
}
.sns-share.sns-share-small .sns-count a {
    color: inherit
}
.sns-share .button.facebook {
    background: #3b5397
}
.sns-share .button.facebook:active,
.sns-share .button.facebook:focus,
.sns-share .button.facebook:hover {
    background: #25355f
}
.sns-share .button.twitter {
    background: #53abee
}
.sns-share .button.twitter:active,
.sns-share .button.twitter:focus,
.sns-share .button.twitter:hover {
    background: #1688df
}
.sns-share .button.googleplus {
    background: #de4e3b
}
.sns-share .button.googleplus:active,
.sns-share .button.googleplus:focus,
.sns-share .button.googleplus:hover {
    background: #ae2e1e
}
.sns-share .button.pocket {
    background: #ef3e55
}
.sns-share .button.pocket:active,
.sns-share .button.pocket:focus,
.sns-share .button.pocket:hover {
    background: #d0112a
}
.sns-share .button.hatebu {
    background: #0092e0
}
.sns-share .button.hatebu:active,
.sns-share .button.hatebu:focus,
.sns-share .button.hatebu:hover {
    background: #006094
}
.sns-share .button.line {
    background: #1bcc00
}
.sns-share .button.line:active,
.sns-share .button.line:focus,
.sns-share .button.line:hover {
    background: #118000
}
.sns-share .grid {
    grid-gap: 10px
}
.sns-icons {
    display: flex
}
.sns-icons .item {
    margin: 2px
}
.sns-icons .item.is-icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    color: #fff;
	float: right;
}
.sns-icons .item.is-icon i {
    font-family: Font Awesome\ 5 Brands, Font Awesome\ 5 Free
}
.booklink-box,
.kaerebalink-box,
.pochireba {
    display: grid;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 1rem;
    margin: .5rem auto;
    justify-content: center;
    line-height: 1.5
}
.booklink-box p:empty,
.kaerebalink-box p:empty,
.pochireba p:empty {
    display: none
}
@media screen and (min-width: 768px){
    .booklink-box,
    .kaerebalink-box {
        grid-template-columns: 120px 1fr;
        grid-column-gap: 10px
    }
}
.pochireba {
    grid-template-columns: 100px 1fr;
    grid-column-gap: 10px
}
.booklink-image,
.kaerebalink-image {
    text-align: center
}
.booklink-name,
.kaerebalink-name,
.pochi_name {
    margin-bottom: 1em;
    text-align: left
}
.booklink-detail,
.kaerebalink-detail,
.pochi_seller,
.pochi_time {
    font-size: .8em
}
.booklink-link2,
.kaerebalink-link1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}
.booklink-link2 a,
.kaerebalink-link1 a {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid;
    text-align: center;
    text-decoration: none;
    padding: 6px;
    border-radius: 6px;
    color: #fff;
    line-height: 2rem
}
.booklink-powered-date,
.kaerebalink-powered-date,
.pochi_post {
    font-size: 0.5em
}
.shoplinkamazon a {
    background: #f90
}
.shoplinkamazon a:hover {
    background: #b36b00
}
.shoplinkkindle a {
    background: #146eb4
}
.shoplinkkindle a:hover {
    background: #0c446f
}
.shoplinkrakuten a {
    background: #ba0001
}
.shoplinkrakuten a:hover {
    background: #6e0001
}
.shoplinkseven a {
    background: #006b41
}
.shoplinkseven a:hover {
    background: #001f13
}
.shoplinkbk1 a {
    background: #0085cd
}
.shoplinkbk1 a:hover {
    background: #005381
}
.shoplinkehon a {
    background: #006
}
.shoplinkehon a:hover {
    background: #00001a
}
.shoplinkkino a {
    background: #004097
}
.shoplinkkino a:hover {
    background: #00204b
}
.shoplinktoshokan a {
    background: #00d1b2
}
.shoplinktoshokan a:hover {
    background: #008571
}
.shoplinkyahoo a {
    background: #f03
}
.shoplinkyahoo a:hover {
    background: #b30024
}
.shoplinkbellemaison a {
    background: #7ebd23
}
.shoplinkbellemaison a:hover {
    background: #537c17
}
.shoplinkcecile a {
    background: #624e37
}
.shoplinkcecile a:hover {
    background: #31271c
}
.shoplinkkakakucom a {
    background: #001789
}
.shoplinkkakakucom a:hover {
    background: #000a3d
}
img.aligncenter {
    display: block;
    margin: 0 auto
}
img.alignleft {
    display: block;
    margin: 0 auto 0 0
}
img.alignright {
    display: block;
    margin: 0 0 0 auto
}
.wp-caption {
    max-width: 100%
}
.wp-caption.aligncenter {
    margin: 0 auto;
    text-align: center
}
.wp-caption.alignleft {
    margin: 0 auto 0 0;
    text-align: left
}
.wp-caption.alignright {
    margin: 0 0 0 auto;
    text-align: right
}
.wp-caption img {
    padding: 5px;
    vertical-align: bottom
}
.wp-caption .wp-caption-text {
    font-size: .85em;
    line-height: 1.4
}
.wp-caption .wp-caption-text:before {
    font-family: "Font Awesome 5 Free";
    content: "\f35b";
    margin-right: 2px
}
.wpp-sidebar h1 {
    font-weight: bold;
    font-size: 2rem
}
.wpp-sidebar > ul {
    list-style: none
}
.wpp-sidebar > ul > li {
    position: relative;
    border-bottom: 1px solid #EFEFEF;
    padding: .8rem 1.6rem .8rem .4rem;
    display: block;
    text-align: justify;
    line-height: 1.4;
    padding-right: 1rem
}
.wpp-sidebar > ul > li:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-size: 1rem;
    font-weight: 900;
    transform: scale(0.8, 1);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1rem
}
.tagcloud {
    position: relative;
    overflow: hidden;
    text-align: left
}
.tagcloud a {
    display: inline-block;
    text-decoration: none;
    background: #d4d4d4;
    color: #363636;
    line-height: 1.3;
    padding: 4px 8px;
    margin-bottom: 5px;
    border-radius: 4px
}
.tagcloud a:hover {
    background:#fff;
    /*color: #fff;*/
}
.tagcloud a:before {
    content: "#"
}
#toc_container {
    position: relative;
    width: 100% !important;
    background: #f5f5f5;
    border: none;
    border-radius: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem
}
#toc_container a {
    text-decoration: none
}
#toc_container a:hover {
    text-decoration: underline
}
#toc_container p.toc_title {
    position: relative;
    display: block;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1
}
#toc_container p.toc_title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ca";
    margin-right: .25rem
}
#toc_container span.toc_toggle {
    font-size: .75rem;
    position: absolute;
    top: 0;
    right: 0
}
#toc_container ul.toc_list {
    line-height: 1.75rem
}
#toc_container ul.toc_list ul {
    margin-left: 1rem
}
#toc_container ul.toc_list ul li {
    font-size: .95rem;
    font-weight: normal
}
#toc_container ul.toc_list > li {
    font-size: 1rem;
    font-weight: bold
}
.wpcf7 label {
    font-weight: bold
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
    font-size: 1rem;
    line-height: 1.2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #b5b5b5;
    height: 2rem;
    width: 100%;
    padding: .25rem
}
.wpcf7 .wpcf7-textarea {
    display: block;
    max-height: 600px;
    min-height: 120px;
    padding: 10px;
    resize: vertical
}
.wpcf7 .wpcf7-submit {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #fc632c;
    color: #fff;
    font-size: .8rem;
    border: none;
    border-radius: 6px;
    height: 2rem
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #ff3860;
    font-size: .8rem
}
@font-face{
    font-family: 'sentry';
    src: url("../fonts/sentry.eot?xbgggl");
    src: url("../fonts/sentry.eot?xbgggl#iefix") format("embedded-opentype"),url("../fonts/sentry.ttf?xbgggl") format("truetype"),url("../fonts/sentry.woff?xbgggl") format("woff"),url("../fonts/sentry.svg?xbgggl#sentry") format("svg");
    font-weight: normal;
    font-style: normal
}
i[class^="se-"],
i[class*=" se-"] {
    font-family: 'sentry' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.se-hatebu:before {
    content: "\e906"
}
.se-line:before {
    content: "\e907"
}
.se-feedly:before {
    content: "\e900"
}
/*body {
    color: #444
}*/
.categories .grid,
.new-posts .grid {
    grid-gap: .75em
}
/*body {
    margin-top: 104px
}*/
header.global-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}
header.global-header.hidden {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}/*
header.global-header nav {
    position: relative;
    height: 40px
}
header.global-header nav .head-menu-nav-button {
    cursor: pointer;
    background: #fc632c;
    color: #fff;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 33px;
    opacity: .85
}
header.global-header nav .head-menu-nav-button:after {
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    background: rgba(0,0,0,0.05)
}
header.global-header nav .head-menu-nav-button:focus {
    outline: 0
}
header.global-header nav .head-menu-nav-button-left {
    left: 0
}
header.global-header nav .head-menu-nav-button-left:after {
    content: "\f100"
}
header.global-header nav .head-menu-nav-button-right {
    right: 0
}
header.global-header nav .head-menu-nav-button-right:after {
    content: "\f101"
}*/
.sentry-bottom-nav {
    display: none;
    position: fixed;
    right: .5rem;
    bottom: 60px;
    z-index: 10000;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}
@media screen and (min-width: 1200px){
    .sentry-bottom-nav {
        right: 1rem
    }
}
.sentry-bottom-nav.hidden,.footnav.hidden {
    -moz-transform: translate(0, 210%);
    -ms-transform: translate(0, 210%);
    -webkit-transform: translate(0, 210%);
    transform: translate(0, 210%)
}
.sentry-bottom-nav .circle-button {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    -moz-box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.2);
    margin-top: .25rem;
    line-height: 1
}
.sentry-bottom-nav .circle-button a {
    display: block;
    padding: 1rem
}
.sentry-bottom-nav .circle-button#btn-share a {
    color: #fff
}
.float-sns-box {
    /*display: none;*/
    position: fixed;
    z-index: 99999;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    -moz-box-shadow: 0 -4px 20px -6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 -4px 20px -6px rgba(0,0,0,0.2);
    box-shadow: 0 -4px 20px -6px rgba(0,0,0,0.2);
	    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.float-sns-box.hidden {
    -moz-transform: translate(0, 120%);
    -ms-transform: translate(0, 120%);
    -webkit-transform: translate(0, 120%);
    transform: translate(0, 120%);
}
.float-sns-box h2 {
    font-size: 1.25em;
    font-family: "Raleway",-apple-system,"Helvetica Neue","Helvetica","Segoe UI",Hiragino Kaku Gothic ProN,"游ゴシック Medium", "Yu Gothic Medium",Arial,メイリオ, Meiryo, sans-serif;
    font-weight: bold
}
.float-sns-box h2 .small {
    font-size: .5em;
    font-weight: normal;
    margin-left: .5em
}
.float-sns-box #btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1
}
.grid-header.slider {
    height: 200px
}
.grid-header.slider .slider-wrapper {
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    letter-spacing: .5em;
    height: 148px;
    overflow: hidden
}
.grid-header.slider .slide-item {
    letter-spacing: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.grid-header.slider .slide-item a {
    color: #444;
    text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.grid-header.slider .slide-item a:hover {
		color:#96b836;
}
.grid-header.slider .slide-item:first-child {
    margin-left: 1.0rem
}
.grid-header.slider .slide-item img {
    vertical-align: bottom;
    height: 114px;
    width: 218px;
    object-fit: cover
}
.grid-header.slider .slide-item .post-title {
    font-size: .9em;
    font-weight: bold;
    line-height: 1.4;
    white-space: normal;
    text-decoration: none
}
.grid-header.slider .slider-nav .slider-nav-button {
    cursor: pointer;
    background: #fff;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 33px;
    opacity: .85
}
.grid-header.slider .slider-nav .slider-nav-button:after {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25rem;
    font-weight: 900
}
.grid-header.slider .slider-nav .slider-nav-button:focus {
    outline: 0
}
.grid-header.slider .slider-nav .slider-nav-button-left {
    left: 0;
    border-right: 1px solid #b5b5b5
}
.grid-header.slider .slider-nav .slider-nav-button-left:after {
    content: "\f053"
}
.grid-header.slider .slider-nav .slider-nav-button-right {
    right: 0;
    border-left: 1px solid #b5b5b5
}
.grid-header.slider .slider-nav .slider-nav-button-right:after {
    content: "\f054"
}
section.popular-posts {
    margin-bottom: 1rem
}
section.popular-posts h1 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin: .3rem 0 .5rem
}
section.popular-posts .wpp-list a {
    color: #444
}
section.popular-posts .wpp-list .post-text {
    font-weight: bold;
    line-height: 1.4
}
section.popular-posts .wpp-list .footline {
    color: #7a7a7a
}
section.popular-posts .wpp-list .views {
    color: #ff3860;
    margin-right: .5rem
}
section.popular-posts .wpp-list .views .small {
    font-size: .6rem
}
section.archive h1,
section.new-posts h1 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin: .3rem 0 .5rem
}
section.archive .card .headline,
section.new-posts .card .headline {
    font-weight: bold;
    color: #444
}
section.archive .card .excerpt,
section.new-posts .card .excerpt {
    font-size: .85em;
    color: #7a7a7a
}
.home .categories {
    margin-bottom: 1rem
}
.home .categories h1 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin: .3rem 0 .5rem
}
.home .categories .grid {
    grid-gap: .5rem
}
@media only screen and (max-width: 320px){
    .home .categories .grid {
        grid-gap: .25rem
    }
}
@media screen and (min-width: 576px){
    .home .categories .grid {
        grid-gap: .75rem
    }
}
header.entry-head {
    margin-top: 0
}
header.entry-head .pre-title-info {
    font-size: .9em;
    line-height: .9
}
header.entry-head h1.title {
    font-size: 1.5em
}
footer.entry-foot h2 {
    font-size: 1.25em;
    font-family: "Raleway",-apple-system,"Helvetica Neue","Helvetica","Segoe UI",Hiragino Kaku Gothic ProN,"游ゴシック Medium", "Yu Gothic Medium",Arial,メイリオ, Meiryo,sans-serif;
    font-weight: bold
}
footer.entry-foot h2 .small {
    font-size: .5em;
    font-weight: normal;
    margin-left: .5em
}
footer.entry-foot h3 {
    font-size: 1em
}
footer.entry-foot .categories,
footer.entry-foot .tags {
    display: inline-flex;
    vertical-align: middle;
    margin-top: .5rem;
    margin-bottom: .5rem
}
footer.entry-foot .categories a,
footer.entry-foot .tags a {
    font-size: .9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: .25rem
}
footer.entry-foot .tags a {
    background: none;
    border: 1px solid #fc632c
}
.article_bottom {
    margin-bottom: .7rem
}
@media only screen and (max-width: 320px){
    .article_top.ad {
        margin-left: -8px;
        margin-right: -8px
    }
}
.entry-content p {
    margin-bottom: 1rem
}
.balloon .balloon-text {
    margin-top: 12px
}
#toc_container a {
    color: #444
}
iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto !important
}
twitterwidget {
    margin: 0 auto
}
.short-posts {
    margin: .2rem 0 .6rem;
    border-radius: 12px;
    background: #f5f5f5;
    line-height: 1.5
}
.short-posts a {
    display: block;
    position: relative;
    padding: .8rem;
    text-decoration: none;
    color: #444
}
.short-posts a:hover {
    text-decoration: underline
}
.short-posts a:hover .tag {
    text-decoration: none
}
.short-posts a .thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    height: auto
}
.short-posts a .post-title {
    display: table-cell;
    vertical-align: top;
    padding-left: .6rem;
    font-weight: bold
}
.short-posts a .post-title.inline {
    display: inline
}
.short-posts a .post-date.fix {
    font-size: 0.8rem;
    position: absolute;
    bottom: .4rem;
    right: .8rem
}
.short-posts a .tag {
    vertical-align: middle;
    text-decoration: none
}
.short-posts a .tag.is-danger {
    background: #ff3860
}
select {
    background-image: url("../img/angle-down.svg")
}
.sentry-widget a {
    color: #444
}
.sentry-widget a:hover {
	text-decoration:none;
color: #96b836;}
#sidebar .se_popular_posts .wpp-list .post-text {
    line-height: 1.4
}
#sidebar .se_popular_posts .wpp-list .footline {
    color: #7a7a7a
}
#sidebar .se_popular_posts .wpp-list .views {
    color: #ff3860;
    margin-left: .5rem
}
#sidebar .se_popular_posts .wpp-list .views .small {
    font-size: .6rem
}
/*footer.global-footer .copyright {
    font-weight: bold
}*/
footer.global-footer .credit {
    font-weight: normal;
    margin-left: .5rem
}
.sns-share-large {
margin-bottom: 1.5rem
}
.likebox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    background: #0a0a0a
}
.likebox .image-box {
    height: 100%
}
.likebox .image-box img {
    height: 100%;
    object-fit: cover;
    vertical-align: bottom
}
.likebox .text-box {
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.4
}
.likebox .text-box p {
    margin: .5rem 0
}
@media screen and (min-width: 768px){
    .likebox .text-box p {
        font-size: 1rem
    }
    .likebox .text-box p.small {
        font-size: .8rem
    }
}
.follow-box.is-simple {
    background: #fff;
    font-weight: bold;
    padding: .7rem 0;
    text-align: center;
    line-height: 1.0;
    width: 100%
}
.follow-box.is-simple iframe {
    display: inline-block;
    vertical-align: middle
}
@media only screen and (max-width: 320px){
    .follow-box.is-simple .sns-label {
        display: none
    }
}
.follow-box.is-simple .feedly-btn a {
    display: inline-block;
    padding: 1px 10px 1px 9px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2bb14c;
    border-radius: 4px;
    color: #fff;
    font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    vertical-align: middle
}
.follow-box.is-simple .feedly-btn .count {
    font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
    position: relative;
    color: #242424;
    background-color: #fff;
    border: 1px solid #8799A6;
    border-radius: 4px;
    padding: 6px;
    width: calc(100% - 96px - 5px - 0px);
    margin-left: 5px
}
.follow-box.is-simple .feedly-btn .count:after,
.follow-box.is-simple .feedly-btn .count:before {
    width: 0;
    height: 0;
    content: "";
    margin: auto;
    position: absolute;
    display: block
}
.follow-box.is-simple .feedly-btn .count:after,
.follow-box.is-simple .feedly-btn .count:before {
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-right: solid 5px #8799A6;
    left: -5px;
    top: 50%;
    margin-top: -5px
}
.follow-box.is-simple .feedly-btn .count:after {
    border-right-color: #fff;
    left: -4px
}
section.comment .comment-notes {
    margin: 1rem 0;
    color: #ff3860;
    font-size: .9rem
}
#more-button .page-numbers {
    display: none
}
#more-button .next {
    display: block;
position: relative;
background: none;
color: #183e8b;
text-align: center;
line-height: 1;
border-radius: 4px;
border: 1px solid #183e8b;
margin: 20px 0 30px;
padding: 12px 0;
text-decoration: none;
}
#more-button .next:hover {
   color: #96b836;
border: 1px solid #96b836;
}
#more-button .next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 1rem;
    font-weight: 900;
    position: absolute;
    left: 1.5rem
}
#infscr-loading {
    grid-column: span 12;
    text-align: center;
    font-size: .8rem;
    color: #b5b5b5;
    margin-top: 1rem
}
#infscr-loading img {
    width: 32px;
    height: 32px
}
#profile-card {
   margin: 1.7rem 0;
}
@media screen and (min-width: 576px){
    #profile-card .inner-content {
        display: grid;
        grid-template-columns: 120px 1fr;
        grid-gap: 1rem
    }
}
@media screen and (min-width: 576px){
    #profile-card .content {
        position: relative;
        padding-bottom: 40px
    }
}
#profile-card .avator {
    text-align: center;
    width: 50%;
    min-width: 150px;
    margin: 2rem auto .5rem
}
@media screen and (min-width: 576px){
    #profile-card .avator {
        min-width: 100%;
        margin: 0 auto
    }
}
#profile-card .avator img {
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #dbdbdb;
    border-radius: 50%
}
#profile-card .username {
    text-align: center;
    font-size: 1.2em;font-family: "Noto Sans Japanese",sans-serif;
font-weight: 500;
}
@media screen and (min-width: 576px){
    #profile-card .username {
        text-align: left
    }
}
#profile-card .sns-items {
    text-align: center;
    font-size: 0;
    margin: .5rem 0 1em
}
#profile-card .sns-items .item {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    margin: 0 4px;
    color: #fff;
    background: #fc632c;
    border: 1px solid #fc632c
}
#profile-card .sns-items .item:hover {
    color: #fc632c;
    background: #fff
}
#profile-card .sns-items .item.twitter {
    color: #fff;
    background: #53abee;
    border: 1px solid #53abee
}
#profile-card .sns-items .item.twitter:hover {
    color: #53abee;
    background: #fff
}
#profile-card .sns-items .item.facebook {
    color: #fff;
    background: #3b5397;
    border: 1px solid #3b5397
}
#profile-card .sns-items .item.facebook:hover {
    color: #3b5397;
    background: #fff
}
#profile-card .sns-items .item.instagram {
    color: #fff;
    background: #c03584;
    border: 1px solid #c03584
}
#profile-card .sns-items .item.instagram:hover {
    color: #c03584;
    background: #fff
}
#profile-card .sns-items .item.googleplus {
    color: #fff;
    background: #de4e3b;
    border: 1px solid #de4e3b
}
#profile-card .sns-items .item.googleplus:hover {
    color: #de4e3b;
    background: #fff
}
@media screen and (min-width: 576px){
    #profile-card .sns-items {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0
    }
}
.yarpp-related ul.related-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: dense
}
.yarpp-related li.is-half-mobile {
    grid-column: span 6;
    padding: 0 8px 12px
}
.yarpp-related li.is-half-mobile a {
    display: block;
    color: #444;
    text-decoration: none
}
.yarpp-related li.is-half-mobile a:hover {
    text-decoration: underline
}
.yarpp-related li.is-half-mobile img {
    vertical-align: bottom
}
.yarpp-related li.is-half-mobile time {
    display: none
}
.yarpp-related li.is-half-mobile h3 {
    font-size: 0.9rem;
    margin: .5rem 0 0;
		font-family: "Noto Sans Japanese",sans-serif;
font-weight: 500;
}
@media screen and (min-width: 768px){
    .yarpp-related li.is-one-third-tablet {
        grid-column: span 4
    }
}
@media screen and (min-width: 992px){
    .yarpp-related li.is-one-quarter-desktop {
        grid-column: span 3
    }
}
.outlink.is-blogcard {
    margin: .2rem 0 .6rem;
    border-radius: 12px;
    background: #f5f5f5;
    line-height: 1.5
}
.outlink.is-blogcard a {
    display: block;
    position: relative;
    padding: .8rem;
    text-decoration: none;
    color: #444
}
.outlink.is-blogcard a:hover {
    text-decoration: underline
}
.outlink.is-blogcard a .thumbnail {
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.outlink.is-blogcard a .thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    vertical-align: bottom
}
@media screen and (min-width: 768px){
    .outlink.is-blogcard a .thumbnail img {
        width: 120px;
        height: 120px
    }
}
.outlink.is-blogcard a .blogcard-body {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: .6rem;
    padding-bottom: 1rem
}
@media screen and (min-width: 768px){
    .outlink.is-blogcard a .blogcard-body {
        width: calc(100% - 120px)
    }
}
.outlink.is-blogcard a .blogcard-title {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: .5rem
}
.outlink.is-blogcard a .blogcard-description {
    display: none;
    font-size: .75rem
}
@media screen and (min-width: 768px){
    .outlink.is-blogcard a .blogcard-description {
        display: block
    }
}
.outlink.is-blogcard a .blogcard-sitename {
    font-size: 0.8rem;
    position: absolute;
    bottom: .4rem;
    right: .8rem
}



/*追記ここから*/
/*ツイッターバルーン*/
.twitter_btn_h{
width: 53px;
overflow: hidden;
display: inline-block;
vertical-align: middle;
margin-top: -2px;
}
 
.twitter_btn_h .arrow_box{
    float: right;
height: 18px;
line-height:18px;
width: 30px;
    display: block;
    text-decoration: none;
    color: #999;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
}
 
.twitter_btn_h .arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}
.twitter_btn_h .arrow_box:after,
.twitter_btn_h .arrow_box:before {
    right: 100%;
    top: 50%;
    left: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
 
.twitter_btn_h .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 3px;
    margin-top: -3px;
}
 
.twitter_btn_h .arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 4px;
    margin-top: -4px;
}



/*最新記事サムネイル*/
.main-loop figure.thumbnail{position: relative;overflow:hidden;}
.main-loop figure.thumbnail:before{
content: "";
display: block;
padding-top: 52%;}
.main-loop figure.thumbnail img{
position: absolute;
top: 0;
left: 0;
/*width: 100%;
height: 100%;*/
object-fit: contain;
}



/*ピックアップ記事*/
.slider .slide-item {
	width: 190px;}
@media screen and (min-width: 768px){.slider .slide-item {
	width: 200px;}}

.grid-header.slider h2{height: 16px;
position: relative;
font-weight: bold;
font-size: 15px;
color:#9b9b9b;
}
.grid-header.slider h2 div{
width: 150px;
border-top:1px solid #c7c7c7;
top: 15px;
display: inline-block;
position: absolute;
margin-left: 10px;}

.grid-header.slider .slide-item img {
    height: auto;
    width: 100%;
}

.grid-header.slider .slide-item .post-title {
    font-size: .85em;
    line-height: 1.4;
    margin-top: 4px;
	font-family: "Noto Sans Japanese",sans-serif;
	font-weight:normal;
}
/*カテゴリー*/
.card.is-full-picture .headline {font-size:13px;text-shadow:0px 0px 4px rgba(0,0,0,0.5);    font-family: "Noto Sans Japanese",sans-serif;
    font-weight: 500;}
@media (min-width: 768px) {
.card.is-full-picture .headline {font-size:15px;}
}



/*フッターメニュー*/
#footer{font-family: "Noto Sans Japanese",sans-serif;font-weight:200;letter-spacing:0.5px;
font-size:14px;}

ul.menu a{
	text-decoration:none;color:#fff;
}


ul.menu li ul.sub-menu li{text-indent:1em;font-size:95%;}
ul.menu li ul.sub-menu li:before{content:"− ";}

#footer .footer_left{background:rgba(255, 255, 255, 0.1);
	padding:15px 20px;line-height:30px;}
#footer{background:rgba(60, 66, 74, 0.9);color:#fff;padding-bottom: 80px;}
#footer .container{width:85%;}
.footer_middle,.footer_right{line-height:26px;font-size:13px;color:#ccc;}	

.footer_right ul li{border-bottom:1px #666 solid;line-height: 22px;
padding: 8px 0;}
.footer_right ul li a{text-decoration:none;color:#fff;}

@media (min-width: 768px) {
	#footer{padding-bottom:15px;}
}

@media (min-width: 992px) {
	
.footer_middle,.footer_right{padding:15px 20px;}	
#footer .footer_left{border-bottom:none;}
	
}

/*コメント部分*/
.description{
    font-size: 90%;
    margin-top: 10px;

}
