/**/
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@media (max-width:768px){

    .smart_none{
        display: none !important;
    }
    #footer-content{
        padding: 0 10px;
        padding-top: 20px;
    }
    .footer #footer-content-left {
        text-align: left;
    }

}
.footer{
    background-color: #fff;

}
.home .footer{
    padding-top: 0 !important;
}
@media (min-width:768px){
    .pc_none{
        display: none !important;
    }
    .footer #contents{
        background-color: #fff;
        padding-bottom: 30px;
    }
    .footer #contents .footer-logo img{
        max-width: 600px;
    }
    .footer #contents .footer-logo{
        padding-bottom: 0;
    }
    /*-カスタムフッター-*/
    .footer #footer-content #footer-main {
        text-align: left;
        width: 1096px;
        margin: 0 auto;
        padding: 0;
    }

    .footer #footer-content {
        border-top: 4px solid #fff115;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .footer .footer-logo{
        padding: 30px 0 40px 0;
        text-align: center;
    }

    .footer #footer-content-left {
        margin-right: 10px;
        float: left;
        width: 60%;
    }


    .footer #footer-content-right {
        float: right;
        margin: 0;
        width: 35%;
    }

    .footer #footer-content-right img {
        margin: 0 auto;
        display: block;
    }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

html {
    line-height: 1;
}

ul,ol {
    list-style: none;
}

a img {
    border: none;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (min-width: 641px) {
    a:hover {
        color: #c03c03;
    }

    a img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
}

p {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

@media (max-width: 640px) {
    h1 {
        font-size: 1.3em;
    }
}

h2 {
    font-size: 1.5em;
}

@media (max-width: 640px) {
    h2 {
        font-size: 1.2em;
    }
}

h3 {
    font-size: 1.17em;
}

@media (max-width: 640px) {
    h3 {
        font-size: 1.13em;
    }
}

h4 {
    font-size: 1em;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

@media (max-width: 640px) {
    .container {
        width: 100%;
    }
}

body {
    font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    word-break: break-all;
}

@media (max-width: 640px) {
    body {
        padding-top: 60px;
        overflow-x: hidden;
    }
}

#wrap {
    padding: 20px 0;
}



/*1--Header*/
.site-header {
    background: #fff repeat none;
    border-bottom: 4px solid #000;
}

.site-header h1 {
    padding: 20px;
}

.navigation {
    width: 100%;
}

.logged-in .navigation {
    top: 32px !important;
}

@media (max-width: 640px) {
    .logged-in .navigation {
        top: 46px !important;
    }
}

#nav {
    background: #252525;
    -webkit-box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.2);
    font-size: 0.8125em;
}

#nav .menu {
    padding: 9px 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#nav .menu > li {
    float: left;
    border-left: 1px dotted #ccc;
    position: relative;
}

#nav .menu > li a {
    display: block;
    padding: 0 10px;
    color: black;
}

#nav .menu > li a:hover {
    text-decoration: underline;
}

#nav .menu > li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    margin: 0;
    padding: 0;
    z-index: 3;
    width: 162px;
    border: 1px #ccc dotted;
}

#nav .menu > li .sub-menu li {
    border-top: 1px #ccc dotted;
    background: #252525;
}

#nav .menu > li .sub-menu li a {
    padding: 5px 10px;
}

#nav .menu > li .sub-menu li:first-child {
    border-top: 0;
}

#nav .menu > li:hover .sub-menu {
    display: block;
}



@media (max-width: 640px) {
    .site-banner img {
        width: 100%;
    }
}

/*2--Random post Section*/
.random-wrap {
    text-align: center;
    font-size: 0;
}

.random-wrap .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.random-wrap .random-item {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-left: 1.333%;
    padding: 8px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
}

.entry-content ul  { 
   list-style-type: disc; 
   list-style-position: outside; 
}


.entry-content ol ,.entry-content ul{
    margin-left: 20px;
}
.entry-content ol { 
   list-style-type: decimal; 
   list-style-position: outside; 
}
.entry-content ul ul,.entry-content ol ul { 
   list-style-type: circle; 
   list-style-position: outside; 
   margin-left: 15px; 
}
.entry-content ol ol, .entry-content ul ol { 
   list-style-type: lower-latin; 
   list-style-position: outside; 
   margin-left: 15px; 
}



@media(min-width:640px){
    .random-wrap .random-item{
        margin-bottom: 30px;
    }
}

.random-wrap .random-item:first-child {
    margin-left: 0;
}

.random-wrap .random-item h4 {
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 640px) {
    .random-wrap .random-item {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 10px;
        padding: 5px;
        border: 1px solid #ccc;
    }

    .random-wrap .random-item:nth-child(2n+1) {
        margin-left: 0;
    }
}

/*!*3-- Outline*!*/
/*.entry-content .outline {*/
/*border: 1px dotted #D8D8D8;*/
/*padding: 20px;*/
/*margin-top: 20px;*/
/*margin-bottom: 20px;*/
/*display: inline-block;*/
/*}*/
/*@media (max-width: 640px) {*/
/*.entry-content .outline {*/
/*padding: 10px;*/
/*}*/
/*}*/

/*.entry-content .outline__toggle {*/
/*display: none;*/
/*}*/
/*.entry-content .outline__switch span {*/
/*content: "開く";*/
/*cursor: pointer;*/
/*border: solid 1px #D8D8D8;*/
/*padding: 5px;*/
/*margin-left: 5px;*/
/*border-radius: 5px;*/
/*}*/
/*.entry-content .outline__switch + .outline__list {*/
/*overflow: hidden;*/
/*width: 0;*/
/*height: 0;*/
/*margin-top: 0;*/
/*margin-left: -20px;*/
/*-webkit-transition: 0.2s;*/
/*-o-transition: 0.2s;*/
/*transition: 0.2s;*/
/*}*/
/*@media (max-width: 640px) {*/
/*.entry-content .outline__switch + .outline__list {*/
/*margin-left: -10px;*/
/*}*/
/*}*/
/*.entry-content .outline__toggle:checked + .outline__switch + .outline__list {*/
/*width: auto;*/
/*height: auto;*/
/*margin-top: 20px;*/
/*-webkit-transition: 0.2s;*/
/*-o-transition: 0.2s;*/
/*transition: 0.2s;*/
/*}*/
/*.entry-content .outline__item:before {*/
/*content: normal;*/
/*}*/
/*.entry-content .outline__link {*/
/*display: inline-block;*/
/*color: #191919 !important;*/
/*}*/
/*.entry-content .outline__link:hover {*/
/*border: none;*/
/*text-decoration: underline;*/
/*}*/
/*.entry-content .outline__link span {*/
/*display: inline-block;*/
/*color: #7F7F7F;*/
/*background: #F2F2F2;*/
/*padding: 3px 6px;*/
/*font-weight: 400;*/
/*margin-right: 5px;*/
/*}*/
/*.entry-content ul li,*/
/*.entry-content ol li {*/
/*position: relative;*/
/*line-height: 1.5;*/
/*padding: 10px 0 0 25px;*/
/*}*/

/*@media (max-width: 640px) {*/
/*.entry-content ul li,*/
/*.entry-content ol li {*/
/*padding: 10px 0 0 10px;*/
/*}*/
/*}*/
/*4--Font Resize*/
#font-resize {
    margin-top: 20px;
    text-align: center;
    background-color: #cdcdcd;
    padding-bottom: 5px;
}

@media (max-width: 640px) {
    #font-resize {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

#font-resize h4 {
    background-image: url('../../assets/img/icons/icon_font.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #555;
    padding: 8px 0 8px 52px;
    text-align: left;
    font-size: 1.125em;
}

#font-resize a {
    background-color: #fff;
    display: inline-block;
    padding: 1px 5px;
    border: 1px solid #888;
    color: #888;
    width: 145px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#font-resize a:hover {
    background: #888;
    color: #fff;
}

/*5-- Single Post*/
.kizi-single a {
    color: #5484C8;
    text-decoration: underline;
}

.kizi-single a:hover {
    color: #c03c03;
}

.kizi-single .entry-meta {
    font-size: 0.875em;
    margin-bottom: 20px;
    color: #7d7d7d;
}

.kizi-single .entry-category {
    display: block;
}

.kizi-single .entry-category a {
    color: #7d7d7d;
    display: inline-block;
    margin-right: 5px;
    padding: 0 7px;
    background: #e5e5e5;
    text-decoration: none;
    margin-bottom: 5px;
}

.kizi-single .entry-thumbnail {
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
}

.kizi-single .entry-thumbnail img {
    width: 100%;
}

.kizi-single .entry-thumbnail img ~ .overlay-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 640px) {
    .kizi-single .entry-thumbnail img ~ .overlay-title {
        padding: 10px;
    }
}

.kizi-single .entry-content h1 {
    margin-bottom: 20px;
}

.kizi-single .entry-content h2 {
    padding: 10px 10px 10px 22px;
    border-left: 5px solid #1a1a1a;
    color: #333;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #ddd;
}

.kizi-single .entry-content h3 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 15px 10px 15px 40px;
    color: #000000;
    background: url('../../assets/img/icons/cah3-bk.png') 0 center no-repeat;
    background-size: 28px;
    border-bottom: 1px dotted #999;
}

@media (max-width: 640px) {
    .kizi-single .entry-content h3 {
        padding: 10px 10px 10px 45px;
        background-size: 35px auto;
    }
}

.kizi-single .entry-content h4 {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
}

.kizi-single .entry-content h5,
.kizi-single .entry-content h6 {
    margin-bottom: 15px;
}

.kizi-single .entry-content iframe {
    width: 100%;
}

.kizi-single .entry-content blockquote {
    background-image: url('../../assets/img/icons/quote.png');
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kizi-comment {
    margin-bottom: 25px;
}

.kizi-comment #commentform label {
    display: block;
    margin-bottom: 5px;
}

.kizi-comment #commentform .comment-form-author input {
    width: 401px;
    max-width: 100%;
}

.kizi-comment #commentform input,
.kizi-comment #commentform textarea {
    padding: 5px;
    font-size: 16px;
    max-width: 100%;
}

.kizi-comment #commentform #submit {
    border: 0;
    outline: 0;
    padding: 10px 15px;
    background: #252525;
    color: #fff;
    cursor: pointer;
}

.kizi-comment #commentform #submit:hover {
    background: #c03c03;
}

h3.kizi-sns-title {
    font-size: 1em;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #666;
    border-bottom-color: #666;
}

.kizi-sns01 {
    margin-bottom: 20px;
}

.kizi-sns01 ul {
    overflow: hidden;
}

.kizi-sns01 ul li {
    float: left;
}

@media (min-width: 641px) {
    .kizi-sns01 ul li {
        margin: 0 0 12px 12px;
        max-width: 140px;
    }

    .kizi-sns01 ul li:nth-child(4n+1) {
        margin-left: 0;
        clear: both;
    }

}

@media (max-width: 640px) {
    .kizi-sns01 ul li {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    .kizi-sns01 ul li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

.kizi-sns {
    margin-bottom: 30px;
}

.kizi-sns ul li {
    float: left;
}

@media (min-width: 641px) {
    .kizi-sns ul li {
        margin: 0 0 12px 6px;
        max-width: 140px;
    }

    .kizi-sns ul li:nth-child(3n+1) {
        /*margin-left: 0;
        clear: both;*/
    }
}

@media (max-width: 640px) {
    .kizi-sns ul li {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    .kizi-sns ul li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

.kizi-mail {
    padding: 15px;
    margin-bottom: 30px;
    background: url('../../assets/img/background/back_mail.png'), -webkit-gradient(linear, left top, left bottom, from(#2e99d3), to(#81c2e6));
    background: url('../../assets/img/background/back_mail.png'), -webkit-linear-gradient(#2e99d3, #81c2e6);
    background: url('../../assets/img/background/back_mail.png'), -o-linear-gradient(#2e99d3, #81c2e6);
    background: url('../../assets/img/background/back_mail.png'), linear-gradient(#2e99d3, #81c2e6);
    color: #fff;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.kizi-mail .desc {
    margin: 0 0 15px;
}

.kizi-mail .btn {
    display: block;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 5px 0;
    color: #5484C8;
}

.kizi-mail .btn:hover {
    color: #c03c03;
}

.kizi-mail h3 {
    font-size: 1.125em;
    text-align: left;
    margin-bottom: 1em;
}

.kizi-mail h3 i {
    font-size: 1.4em;
    margin-right: 10px;
}

.kizi-banner-01 a {
    display: block;
    margin-bottom: 25px;
}

.kizi-banner-02 {
    overflow: hidden;
}

@media (max-width: 640px) {
    .kizi-banner-02 {
        margin-bottom: 20px;
    }
}

.kizi-banner-02 a {
    width: 299px;
    padding: 0px 22px 30px 22px;
    display: inline-block;
    float: left;
}

@media (max-width: 640px) {
    .kizi-banner-02 a {
        width: 48%;
        padding: 0;
        margin-left: 4%;
        margin-bottom: 10px;
    }

    .kizi-banner-02 a:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

.kizi-sns03 {
    margin-bottom: 30px;
}

.kizi-sns03 .snsb li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}

.kizi-related h3 {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #666;
    border-bottom-color: #666;
}

.kizi-related article {
    border-bottom: 1px #ddd dashed;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.kizi-related article .left {
    float: left;
    width: 150px;
}

@media (max-width: 640px) {
    .kizi-related article .left {
        width: 90px;
    }
}

.kizi-related article .entry-content {
    padding-left: 170px;
}

@media (max-width: 640px) {
    .kizi-related article .entry-content {
        padding-left: 100px;
    }
}

.kizi-related article .entry-content h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
}

.kizi-nav a {
    display: block;
    padding-left: 50px;
    color: #5484C8;
    text-decoration: underline;
}

.kizi-nav a:hover {
    color: #c03c03;
}

.kizi-nav span {
    float: left;
    font-weight: bold;
}

@media (min-width: 641px) {
    .main-kizi {
        float: left;
        width: 630px;
        padding: 20px 15px;
        border: 1px solid #e1e1e1;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
}

.side-kizi {
    float: right;
    width: 330px;
}

.side-kizi .side-box {
    margin-bottom: 20px;
}

.side-box.side-banner img {
    width: 100%;
}

.side-box .widget_media_image {
    margin-bottom: 20px;
}

.side-kizi .side-box h3.title {
    font-weight: bold;
    font-size: 1.125em;
    text-align: left;
    margin-bottom: 1em;
}

.side-kizi .side-box h3.title i {
    font-size: 1.4em;
    margin-right: 10px;
}

.side-kizi .side-mail {
    padding: 15px;
    background: url('../../assets/img/background/back_mail.png'), -webkit-gradient(linear, left top, left bottom, from(#2e99d3), to(#81c2e6));
    background: url('../../assets/img/background/back_mail.png'), -webkit-linear-gradient(#2e99d3, #81c2e6);
    background: url('../../assets/img/background/back_mail.png'), -o-linear-gradient(#2e99d3, #81c2e6);
    background: url('../../assets/img/background/back_mail.png'), linear-gradient(#2e99d3, #81c2e6);
    color: #fff;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.side-kizi .side-mail .desc {
    margin: 0 0 15px;
}

.side-kizi .side-mail .btn {
    display: block;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 5px 0;
    color: #5484C8;
}

.side-kizi .side-mail .btn:hover {
    color: #c03c03;
}

.side-kizi .side-search {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.side-kizi .side-search.style-1 {
    padding: 15px;
    background: url('../../assets/img/background/back_search.png'), -webkit-gradient(linear, left top, left bottom, from(#4bb788), to(#81cdac));
    background: url('../../assets/img/background/back_search.png'), -webkit-linear-gradient(#4bb788, #81cdac);
    background: url('../../assets/img/background/back_search.png'), -o-linear-gradient(#4bb788, #81cdac);
    background: url('../../assets/img/background/back_search.png'), linear-gradient(#4bb788, #81cdac);
}

.side-kizi .side-search.style-2 {
    background: #ddd;
    padding: 115px 15px 15px;
}

.side-kizi .side-search h3 {
    color: #fff;
}

.side-kizi .side-banner .widget_sp_image {
    margin-bottom: 20px;
}

.side-kizi .side-posts li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.side-kizi .side-posts li .img {
    float: left;
    width: 100px;
}

.side-kizi .side-posts li h4 {
    margin-left: 110px;
}

.side-kizi .side-main .widget {
    margin-bottom: 20px;
}

.side-kizi .side-main .widget ul li a:hover {
    color: #c03c03;
}

.snsb-fullwidth li a:hover {
    color: white !important;
}

.side-kizi .side-main .widget ul li .children {
    padding-left: 20px;
}

/*-----------------------------
Breadcrumb
------------------------------*/
#breadcrumbs {
    margin-bottom: 20px;
    font-size: 0.8125em;
}

#breadcrumbs li {
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
}

#breadcrumbs li a {
    color: #666;
    display: block;
}

#breadcrumbs li a:hover {
    text-decoration: underline;
}

#breadcrumbs li strong {
    font-weight: normal;
}

#breadcrumbs li.separator {
    margin: 0 5px;
}

#breadcrumbs li .avatar {
    margin-right: 5px;
}

/*-----------------------------
SNS
------------------------------*/
#snsbox .sns {
    padding: 5px;
    margin-left: -1px;
    bottom: 10px;
    position: fixed;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.5);
}

.sns h3 {
    margin-left: 7px;
    padding: 0;
    color: #ddd;
    line-height: 1.2;
    font-size: 1.125em;
    font-weight: bold;
}

.sns li {
    margin: 5px 0;
}

.sns .snsb li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}

/*----------------------
Archive
-----------------------*/
article.hentry {
    padding: 40px 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

@media (max-width: 640px) {
    article.hentry {
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }

    article.hentry .entry-img {
        position: relative;
    }

    article.hentry .entry-img img {
        width: 100%;
    }

    article.hentry .entry-img h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 8px 10px;
        font-size: 1.125em;
        width: 100%;
    }

    article.hentry .entry-bt {
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }
}

@media (min-width: 641px) {
    .main-kizi article.hentry .left {
        float: left;
        width: 208px;
    }
}

@media (min-width: 641px) {
    .main-kizi article.hentry .right {
        float: left;
        width: 390px;
        padding-left: 20px;
    }
}

.main-kizi article.hentry .entry-content h3 {
    font-size: 1.25em;
    margin-bottom: 5px;
}

.main-kizi article.hentry .entry-content .entry-meta {
    font-size: 0.75em;
    color: #666;
    margin-bottom: 1em;
}

.main-kizi article.hentry .entry-content .entry-meta .entry-date ~ .entry-category {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #666;
}

@media (max-width: 640px) {
    .main-kizi article.hentry .entry-content .entry-meta {
        font-size: 0.875em;
        margin: 0;
        padding: 10px 0;
    }

    .main-kizi article.hentry .entry-content .entry-meta span {
        text-decoration: underline;
        margin-right: 5px;
    }
}

.entry-bt {
    font-size: 0.75em;
}

.entry-bt .author {
    float: left;
}

.entry-bt .author img {
    display: inline-block;
    vertical-align: middle;
}

.entry-bt .more-link {
    float: right;
    width: 90px;
    color: #666;
    text-align: center;
    padding: 6px;
    background: #575757;
    color: #fff;
}

.entry-bt .more-link:hover {
    background: #FFAAAA;
}

@media (max-width: 640px) {
    .entry-bt .more-link {
        display: none;
    }
}

.pagination {
    font-size: 0.6875em;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    overflow: hidden;
    line-height: 1.2;
}

@media (max-width: 640px) {
    .pagination {
        padding: 0;
    }
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination span.current,
.pagination a.current {
    background: #ccc;
}

.pagination a:hover {
    background: #c03c03;
}

/*----Page Mail-----*/
#mailmaga br {
    display: none;
}

#mailmaga form {
    border: 3px dashed #666;
    padding: 20px;
    background: #f2f2f2;
    text-align: center;
}

#mailmaga input[type="text"] {
    width: 50%;
}

#mailmaga label {
    font-size: 130%;
    margin-bottom: 10px;
    display: block;
}

/*-------Footer-------*/
.footer {
    text-align: center;
    padding: 30px 0;
}

@media (max-width: 640px) {
    .footer {
        padding-bottom: 80px;
    }
}

.footer .footer-logo {
    display: block;
    margin-bottom: 15px;
}

.footer .footer-logo img {
    max-width: 300px;
}

.footer .footer-menu {
    margin-bottom: 15px;
}

.footer .footer-menu ul li {
    display: inline-block;
    padding: 0 10px;
    line-height: 1.2;
    border-left: 1px solid #ccc;
}

.footer .footer-menu ul li:first-child {
    border-left: 0;
}

.footer h3 {
    margin-bottom: 15px;
}

.footer h4 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 15px;
}

.footer h4 a {
    color: #666;
}

.footer h4 a:hover {
    color: #c03c03;
    text-decoration: underline;
}

.footer .copyright {
    font-size: 0.9em;
    color: #ccc;
}

/*Menu SP*/
.menu-image {
    display: inline !important;
}

#infact-menustate {
    display: none;
}

#infact-globalnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: block;
    margin: 0;
    width: 100%;
    height: 60px;
    background: #333;
    background: rgba(0, 0, 0, 0.4);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#infact-globalnav.no_logo {
    background-color: initial;
}

#infact-globalnav .infact-header {
    background: #fff;
    overflow: hidden;
}

#infact-globalnav .infact-header .logo {
    padding: 5px 10px;
    padding-right: 70px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    width: 100%;
    font-size: 70%;
}

#infact-globalnav .infact-header .logo img {
    max-height: 50px;
}

.infact-menuicon-label {
    width: 60px;
    height: 60px;
    background: url('../../assets/img/icons/menu_icon.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.infact-menuicon-label:before {
    content: 'menu';
    color: #fff;
    text-transform: uppercase;
    font-size: 0.5em;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: 'Arial';
}

#infact-menustate:checked ~ #infact-globalnav .infact-offcanvas,
#infact-menustate:target ~ #infact-globalnav .infact-offcanvas {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#infact-menustate:checked ~ #infact-globalnav .infact-closecanvas,
#infact-menustate:target ~ #infact-globalnav .infact-closecanvas {
    height: 100%;
    position: absolute;
    width: 10%;
}

#infact-menustate:checked ~ #infact-globalnav,
#infact-menustate:target ~ #infact-globalnav {
    height: 100%;
    background: rgba(0, 0, 0, 0.4) !important;
}

#infact-menustate:checked ~ #infact-globalnav .infact-menuicon-label {
    background: url('../../assets/img/icons/menu_icon_open.jpg') 0 0 no-repeat;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
}

#infact-menustate:checked ~ #infact-globalnav .infact-menuicon-label:before {
    content: 'close';
    color: #fff;
    text-transform: uppercase;
    font-size: 0.5em;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: 'Arial';
}

#searchform {
    position: relative;
}

#searchform #s {
    width: 100%;
    height: 32px;
    background: #fff;
    outline: 0;
    padding: 0;
    padding-right: 60px;
    border: 0;
    padding-left: 10px;
}

.page-library #searchform #s {
    border: 1px solid #ccc;
}

#searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
}

.infact-offcanvas {
    cursor: default;
    width: auto;
    height: 44px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 2;
    top: 60px;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
    background: #dcdcdc;
    width: 90%;
    right: 0;
    left: auto;
}

.infact-offcanvas #search {
    padding: 15px 30px;
    background: #4bb788;
}

.infact-offcanvas .menu-content {
    padding: 10px;
}

.infact-offcanvas .menu-content .menu-main-menu-container {
    background: #fff;
}

.infact-offcanvas .sidebar-content {
    padding: 10px;
}

.infact-offcanvas .sidebar-content h3.title {
    font-weight: bold;
    font-size: 1.125em;
    text-align: left;
    margin-bottom: 1em;
}

.infact-offcanvas .sidebar-content h3.title i {
    font-size: 1.4em;
    margin-right: 10px;
}

.infact-offcanvas .sidebar-content .side-box {
    margin-bottom: 20px;
}

.infact-offcanvas .sidebar-content .side-posts ul {
    background: #fff;
}

.infact-offcanvas .sidebar-content .side-posts li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.infact-offcanvas .sidebar-content .side-posts li .img {
    float: left;
    width: 100px;
}

.infact-offcanvas .sidebar-content .side-posts li h4 {
    margin-left: 110px;
}

.infact-offcanvas .sidebar-content .side-posts li:last-child {
    border: 0;
}

.infact-offcanvas .sidebar-content .side-main .widget {
    margin-bottom: 20px;
}

.infact-offcanvas .sidebar-content .side-main ul {
    background: #fff;
    padding: 10px;
}

.infact-offcanvas .sidebar-content .side-main ul li {
    margin: 5px 0;
}

.infact-offcanvas .sidebar-content .side-main select {
    width: 100%;
    padding: 5px 10px;
    outline: 0;
    height: 40px;
    font-size: 16px;
}

.infact-offcanvas .menu-content .menu {
    background: #fff;
}

.infact-offcanvas .menu-content li.menu-item-has-children > a {
    padding-right: 50px;
}

.infact-offcanvas .menu-content li.menu-item-has-children {
    position: relative;
}

.infact-offcanvas .menu-content li.menu-item-has-children:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../../assets/img/icons/arrow_down.png') center center no-repeat;
}

.infact-offcanvas .menu-content li.menu-item-has-children.open:before {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.infact-offcanvas .menu-content li {
    border-top: 1px solid #dcdcdc;
}

.infact-offcanvas .menu-content li a {
    font-size: 16px;
    padding: 10px;
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 30px;
}

.infact-offcanvas .menu-content li a .menu-image {
    float: left;
}

.infact-offcanvas .menu-content li a .menu-image ~ span {
    display: block;
    margin-left: 40px;
}

.infact-offcanvas .menu-content .sub-menu li {
    padding-left: 15px;
}

.infact-offcanvas .menu-content .sub-menu li a .menu-image ~ span {
    margin-left: 55px;
}

.infact-offcanvas .menu-content .sub-menu {
    display: none;
}

.infact-offcanvas .menu-content .sub-menu .menu-item a.menu-image-title-after.menu-image-not-hovered img,
.infact-offcanvas .menu-content .sub-menu .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
    padding-right: 25px;
}

.snsb-fullwidth li {
    margin-bottom: 10px;
    float: none;
    width: 100%;
    display: block;
}

.snsb-fullwidth li a {
    padding: 12px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.snsb-fullwidth li a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 19px;
    top: 15px;
    right: 10px;
    background-image: url('../../assets/img/icons/arrow_right.png');
    background-repeat: no-repeat;
}

.snsb-fullwidth li a svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: #fff;
    display: block;
}

.snsb-fullwidth li a span {
    position: absolute;
    top: 13px;
    left: 50px;
    font-size: 14px;
}

@media (min-width: 641px) {
    .snsb-fullwidth li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
}

.snsb-fullwidth li a.sns-facebook {
    background: #3b5998;
}

.snsb-fullwidth li a.sns-twitter {
    background: #0da1f2;
}

.snsb-fullwidth li a.sns-youtube {
    background: #ff0000;
}

.snsb-fullwidth li a.sns-instagram {
    background: #999999;
}

.snsb-fullwidth li a.sns-google {
    background: #dc4e41;
}

.snsb-fullwidth li a.sns-ameblo {
    background: #2e863b;
}

.snsb-fullwidth li a.sns-tumblr {
    background: #36465d;
}

.snsb-fullwidth li a.sns-line {
    background: #00c300;
}



.side-box .widget.widget_text{
    overflow: hidden;
}
.side-box .widget.widget_text p{
    float: left;
    width: 49%;
    margin: 0 1%;
}
.side-box .widget.widget_text.is_iframe p{
    width:100% !important;
    margin:0;
}
.side-box .widget.widget_text p:last-child{
    margin-right: 0;
}
.side-box .widget.widget_text p:first-child{
    margin-left: 0;
}
@media (max-width:768px){
    /*.side-box .widget.widget_text p{*/
        /*float: left;*/
        /*width: 100%;*/
        /*margin:10px 0;*/
    /*}*/
    .side-box .textwidget{
        overflow: hidden;
    }
    .side-box .textwidget p{
        float: left;
        width: 49%;
        margin: 0 1%;
    }
    .side-box .textwidget{
        margin-bottom: 20px;
    }
    .side-box .textwidget.is_iframe p{
        width:100% !important;
        margin:0;
    }
    .side-box .textwidget p:last-child{
        margin-right: 0;
    }
    .side-box .textwidget p:first-child{
        margin-left: 0;
    }

}

.snsb-fullwidth li a.sns-linkdin {
    background: #0077b5;
}

.snsb-fullwidth li a.sns-pinterest {
    background: #bd081c;
}

.snsb-fullwidth li a.sns-wear {
    background: #bfbfbf;
    font-size: 22px;
    padding: 5px 15px;
}

.snsb-fullwidth li a.sns-feedly {
    background: #0cc655;
}

.snsb-fullwidth li a.sns-rss {
    background: #ffa500;
}

/*Footer Mobile*/
#search-mobile {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 9999;
}

#search-mobile .close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}

#search-mobile .modal_window {
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 150px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
}

#search-mobile .modal_window .title {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    background: #000;
    padding: 5px 10px 5px 20px;
}

#search-mobile .modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}

#search-mobile .modal_window #search {
    padding: 20px;
}

#search-mobile .modal_window #search #searchform #s {
    background: #ddd;
}

.footer-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #666;
    font-size: 0.75em;
}

.footer-mobile ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer-mobile ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-mobile ul li a {
    color: #fff;
    padding: 7px;
    display: block;
    line-height: 1.45;
}

.footer-mobile ul li a i {
    display: block;
    font-size: 1.6em;
}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes modalFadeIn {
    0% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes modalFadeIn {
    0% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@keyframes modalFadeIn {
    0% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}

div#modal div:target {
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}

.ts-fab-list li a {
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px auto;
}

.wp-caption.aligncenter {
    margin: 10px auto;
}

.wp-caption img {
    max-width: 95% !important;
    margin-bottom: 10px;
}

.wp-caption-text {
    margin-bottom: 10px;
}

dl.wp-caption,
dl.wp-caption * {
    -webkit-user-drag: none;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.kizi-comment #email-notes {
    display: none !important;
}

.side-box.side-mail > .title {
    background-image: none;
}

.side-box:not(.side-search) > .title, .side-box .widget_text > .title, .side-box .widget_text > .widget-title, .side-box .widget-title, .side-box .widget > .title {
    background-image: url(../img/icons/restart.svg);
    padding-left: 30px;
    -webkit-background-size: 25px auto;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 1.125em;
    text-align: left;
    margin-bottom: 1em;
}

.side-box.side-mail > .title {
    background-image: none;
}

/*目次*/
.kizi-single .outline {
    border: 1px solid #eee;
    padding: 25px 25px 25px 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.kizi-single .outline .outline__title {
    background: #fff;
    font-size: 19px;
    font-weight: bold;
}

.kizi-single .outline .outline__title {
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url('../../assets/img/icons/bg_mokuji.png') 0 center no-repeat;
}

.kizi-single .outline__toggle {
    display: none;
}

.kizi-single .outline__switch {
    display: none;
}

.kizi-single .outline__list > li {
    position: relative;
}

.kizi-single .outline__list > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #191919;
    position: absolute;
    top: 15px;
    left: -17px;
    border-radius: 50%;
}

.kizi-single .outline__list > li > ul > li {
    position: relative;
    padding-left: 10px;
}

.kizi-single .outline__list > li > ul > li:before {
    content: '-';
    margin-right: 5px;
    position: absolute;
    top: 2px;
    left: 0;
    background: initial;
    width: initial;
    height: initial;
    border-radius: 0;
}

/*.kizi-single .outline__list li.no_content{*/
/*padding-left: 0;*/
/*margin-left: -20px;*/
/*}*/
.kizi-single .outline__list li.no_content:before {
    display: none !important;
}

.kizi-single .outline__list > li > ul > li > ul > li {
    position: relative;
    padding-left: 15px;
}

.kizi-single .outline__list > li > ul > li > ul > li:before {
    content: '--';
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.kizi-single .outline__list > li > ul > li > ul > li li:before {
    content: '---';
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: -4px;
}

.kizi-single .outline__toggle:checked + .outline__switch::before {
    content: "閉じる";
}

.kizi-single .outline__switch + .outline__list {
    width: 0;
    height: 0;
    margin-top: 0;
    transition: 0.2s;
    /*list-style: disc!important;*/
}

.kizi-single .outline__toggle:checked + .outline__switch + .outline__list {
    width: auto;
    height: auto;
    /*margin-top: 20px;*/
    transition: 0.2s;
}

.kizi-single .outline__item:before {
    content: normal;
}

.kizi-single .outline__link {
    display: inline-block;
    color: #191919;
    padding: 3px 0;
    position: relative;
}

.kizi-single .outline__link:hover {
    border: none;
}

.kizi-single .outline__link span:first-of-type {
    display: none;
    color: #7F7F7F;
    background: #F2F2F2;
    padding: 3px 6px;
    font-weight: 400;
    margin-right: 5px;
}

.kizi-single .outline ul,
.kizi-single .outline ol {
    list-style: none !important;
    margin-bottom: 0 !important;
    margin-left: 20px;
}

.comment-list .children {
    padding-left: 30px;
}

.comments-area .comment-metadata {
    font-size: 12px;
    margin-bottom: 10px;
    color: #7d7d7d;
}

.comments-area .comment-metadata a {
    color: #7d7d7d;
}

.comments-area .comment-metadata .edit-link {
    margin-left: 20px;
}

.comments-area .comment-list article {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}

.comments-area .comment-author.vcard img {
    margin-right: 20px;
}

.comments-area .comment-reply-link {
    text-decoration: underline;
    padding: 0;
    border: 0;
    max-width: inherit;
    width: inherit;
    text-align: left;
    display: inline;
    font-size: 14px;
    color: #7d7d7d;
}

.comments-area .comment-reply-link:hover {
    color: #c03c03;
}

.comments-area .comment-respond h2, .comments-area .comments-title {
    padding: 10px 10px 10px 22px;
    border-left: 5px solid #1a1a1a;
    color: #333;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #ddd;
}

.comments-area .comment-author .fn {
    font-weight: normal;
}

@media (max-width: 600px) {
    .side-box:not(.side-search) > .title, .side-box .widget_text > .title, .side-box .widget_text > .widget-title, .side-box .widget-title {
        background-image: url(../img/icons/restart_black.svg);
        margin-bottom: 10px;
    }

    .comment-list .children {
        padding-left: 10px;
    }

    .kizi-comment #commentform #submit {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #font-resize a {
        text-decoration: none;
    }

    
    /* .side-main .widget-content:last-of-type{
            margin-top: 20px;
    } */
    .side-main .widget-content .children{
        padding:0 !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 600px) {
    .random-wrap .random-item .img {
        max-height: 145px;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

    div#trust-form.contact-form table div.g-recaptcha{
        padding:0;
    }
     div#trust-form.contact-form table div.g-recaptcha div{
        padding:0;
    }

    @media(min-width:768px){
        div#trust-form.contact-form table div.g-recaptcha{
            padding-left: 10px;
        }
    }
    @media(max-width:768px){
          div#trust-form.contact-form table div.g-recaptcha{
           padding-left: 10px;
        }
   
        .sidebar-content .widget-content{
            margin-bottom: 20px;
        }
    }
    @media(max-width:340px){
        div#trust-form.contact-form table div.g-recaptcha{
            padding:0;
        }
    }

figure {
    width: auto !important;
}