@charset "UTF-8";

/*   
Theme Name: LIFE
*/

/* ----------------------------------------
* demo
---------------------------------------- */

#demo {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    background: #fafafa;
    overflow-y: auto;
}


.disabled{
    pointer-events: none !important;
}

/* ----------------------------------------
* contactform7
---------------------------------------- */

span.wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 14px;
}



/* ----------------------------------------
* swiper
---------------------------------------- */

.swiper-container {
    position: relative;
    margin: -40px -20px !important;
    padding: 40px 0 !important;
}

/*


.content-inner .swiper-container::before,
.content-inner .swiper-container::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 9;
    width: 5%;
    height: 100%;
    background: #ddd;
}


.content-inner.style_01 .swiper-container::before {
    left: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
}

.content-inner.style_01 .swiper-container::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
}


.content-inner.style_02 .swiper-container::before {
    left: 0;
    background: linear-gradient(-90deg, rgba(242, 242, 242, 0) 0, rgba(242, 242, 242, 0.5) 100%);
}

.content-inner.style_02 .swiper-container::after {
    right: 0;
    background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0, rgba(242, 242, 242, 0.5) 100%);
} */





/* ----------------------------------------
* layout
---------------------------------------- */

.column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.column.column_03 .box {
    width: calc(33.33333333% - 20px);
    margin: 10px;
}


.column .box {}

.column.c_1 .box:first-child {
    margin-right: auto;
}



/* ----------------------------------------
* design
---------------------------------------- */

.inverted {
    color: #fff !important;
}

.text {
    line-height: 1.8;
}


.card {
    position: relative;
    display: block;
    color: inherit;
    background: #fff;
    box-shadow: 0px -5px 30px 1px rgba(55, 63, 81, 0.05);
    transition: all ease-in-out .3s;
}


.card:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 36px 0 rgba(55, 63, 81, 0.15);
}


.card:active {
    transform: scale(0.99);
}



.card .body {
    padding: 15px;
}

.card .title {
    font-size: 1.6rem;
    font-weight: 700;
    height: 4.8rem;
    overflow: hidden;
    margin-bottom: 5px;
}

.card .text {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.6;
    height: 8.96rem;
    overflow: hidden;
    color: #999;
}

.card .text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8.1rem;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(70%, #fff), to(white));
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 70%, #fff 100%);
}


.card .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    font-size: 1.2rem;
    color: #999;
}



.card .postmeta {
    
}


.card .postmeta li {
    position: relative;
    float: left;
    display: inline-block;
}

.card .postmeta li:not(:last-child) {
    margin: 0 5px 0 0;
}

.card .postmeta li:first-child {
    padding: 0 13px 0 0;
}

.card .postmeta li:first-child::before {
    position: absolute;
    right: 0;
    top: 9px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #bfbfbf;
}


h3 {
    font-size: 22px;
    line-height: 40px;
    min-height: 40px;
    font-weight: 500;
}




/* ----------------------------------------
* boxshadow
---------------------------------------- */

.shadow_0 {
    box-shadow: 0px -5px 30px 1px rgba(10, 10, 50, 0.05);
}



.shadow_1 {
    box-shadow: 0px -5px 30px 1px rgba(0, 0, 0, 0.05);
}


.shadow_2 {
    box-shadow: 0 0 36px 0 rgba(10, 10, 50, 0.15);
}


/* ----------------------------------------
* button
---------------------------------------- */

.button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 1.4rem;
    color: #666; 
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    letter-spacing: .012em;
    border-radius: 500rem;
}

.button.white:not(.basic) {
    background: #fff;
}

.button.basic {
    border: 1px solid;
}

.button.basic.white {
    color: #fff;
}



.button.button_01 {
    
}

.button.button_01:hover {
    background-color: rgba(0,0,0,0.05);
    transform: scale(0.99);
}


.button:not(.basic):active {
    transform: scale(0.98) !important;
}


.button.loading {
    position: relative;
    cursor: default;
    text-shadow: none!important;
    color: transparent!important;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0s;
    transition: all 0s;
}



.button.loading:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -12px;
    width: 18px;
    height: 18px;
    border-radius: 500rem;
    border: 3px solid rgba(0,0,0,.15);
}


.button.loading:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -12px;
    width: 18px;
    height: 18px;
    -webkit-animation: load8 .6s infinite linear;
    animation: load8 .6s infinite linear;
    border-radius: 500rem;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 3px;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
}


.button.loading:hover,
.button.loading:active {
    background-color: transparent!important;
    transform: scale(1) !important;
}


[type=button]:active, [type=reset]:active, [type=submit]:active, button:active {
    -webkit-transform: scale(.99);
    transform: scale(.99);
}


/* ----------------------------------------
* wp-block
---------------------------------------- */






/* ----------------------------------------
* icon
---------------------------------------- */

.icon > i {
    float: left;
    margin: 0 5px 0 0;
}

.icon > span {
    display: inline-block;
}


.icon.icon-21 > span {
    font-size: 1.3rem;
    line-height: 24px;
}

.icon.icon-21 > i {
    font-size: 21px;
    line-height: 24px;
}


.icon.icon-24 > span {
    line-height: 24px;
}

.icon.icon-24 > i {
    font-size: 24px;
}


/* ----------------------------------------
* tag
---------------------------------------- */

a.tag {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 24px;
    color: #666;
    background-color: #e8e8e8;
    padding: 0 .833em;
    border-radius: .28571429rem;
}


a.tag:not(:last-child) {
    margin: 0 5px 0 0;
}

a.tag::before {
    content: "#";
}

/* ----------------------------------------
* header
---------------------------------------- */

.header {
    width: 100%;
    padding: 16px 32px;
    z-index: 9999;    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.header.cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    opacity: 0;
    transition: opacity .3s, background .1s ease-in-out;
}

.header.cover.gray::before {
    background-color: rgba(242, 242, 242, 0.8);
}

.header.cover.show::before {
    opacity: 1;
}




.header .wrap {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
}


.header .logo {
    z-index: 1;
}

.header .right.menu {
    margin-left: auto;
}



.header.fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, .95);  
    padding: 20px 0;  
}


.header .prev a {
    color: rgba(0,0,0, 0.8);
}


.header .logo a {
}

.header .logo a img {
    /*width: 80px;*/
    display: block;
}

.header .logo a span {
    font-weight: bold;
    color: #111;
    border-left: 1px solid;
    margin-left: 10px;
    padding-left: 10px;
}

.header .menu {
    
}

.header .menu ul {
    margin: 0 -10px;
    overflow: hidden;
}

.header .menu ul li {
    padding: 0 10px;
}

.header .menu ul li a {
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: .15em;
    transition: color .3s;
}

.header .menu ul li a.active {
    color: #0099cc;
}







/* ----------------------------------------
* icatch
---------------------------------------- */

.icatch {
    position: relative;
    overflow: hidden;
}

.icatch a {
    color: rgba(0,0,0, .6);
}

.icatch .scroll {
    display: block;
    position: absolute;
    bottom: 36px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
}

.icatch.cover {
    position: relative;
}

.icatch .image.cover {
    position: relative;
    overflow: hidden;
}


.home .icatch .image.cover:hover::before {
    transform: scale(1.02);
}

.icatch .image.cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .6s ease-in-out;
}



.icatch .image.cover > * {
    position: relative;
}


.fullscreen {
    width: 100%;
    height: 100vh;
    background: #ddd;
}

.fullheight {
    height: 100%;
    background: #ddd;
}

.fullwidth {
    width: 100%;
}



.icatch .icatch-logo {
    display: flex;
    align-items: center;
    text-align: center;
    height: 80px;
}


.icatch .icatch-title {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    font-weight: 700;
    color: #111;
    text-align: center;
}

.icatch .icatch-title:not(:last-child) {
    margin-bottom: 15px;
}

.icatch .icatch-title.inverted {
    color: #fff;
}

.icatch .icatch-text {
    color: #111;
}


.icatch .icatch-text.inverted {
    color: #fff;
}



/* ----------------------------------------
* contact
---------------------------------------- */

.contact {
    padding: 40px;
    background: #fff;
}

.contact .form-input {
    margin-bottom: 20px;
}

.contact .form-input label {
    margin-bottom: 5px;
}

.contact .contact-title {
    margin-bottom: 10px;
}

.contact .tel .number {
    font-size: 30px;
    font-weight: bold;
}

.contact .tel .number a {
    display: block;
    color: inherit;
}


.contact .tel .desc {
    font-size: 14px;
    color: #666;
}



/* ----------------------------------------
* image
---------------------------------------- */

.image.cover {
    background-size: cover;
    background-position: center;
}




/* ----------------------------------------
* row
---------------------------------------- */

.row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%!important;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}




/* ----------------------------------------
* globalmenu
---------------------------------------- */

ul.menu {
    display: flex;
    margin: -10px;
}

ul.menu > li {
    padding: 10px;
}


ul.menu .menu-item-has-children > .sub-menu {
    display: none;
}

/* ----------------------------------------
* flow
---------------------------------------- */

.flow {
    
}

.flow > li {
    background: #fff;
    padding: 40px 40px 40px 20px;
    margin-bottom: 30px;
    transition: all ease-in-out .3s;
    /*box-shadow: 0px -5px 30px 1px rgba(55, 63, 81, 0.05);*/
}

.flow > li:last-child {
    margin-bottom: 0;
}

.flow > li:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 36px 0 rgba(55, 63, 81, 0.15);
}


.flow .flow-title {
    margin-bottom: 20px;
}

.flow .flow-title h3 {
    font-size: 22px;
    line-height: 40px;
    height: 40px;
    font-weight: 500;
}

.flow .flow-title .number {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
}

.flow .flow-body {
    padding-left: 60px;
}


/* ----------------------------------------
* pricemenu
---------------------------------------- */

.pricemenu {
    background: rgba(255,255,255,.8);
    padding: 20px;
    transition: all ease-in-out .3s;
    /*box-shadow: 0px -5px 30px 1px rgba(55, 63, 81, 0.05);*/
}

.pricemenu-title {
    margin-bottom: 10px;
}

.pricemenu-list > li {
    padding: 10px;
    border-bottom: 2px dotted #efefef;
}


.pricemenu-price {
    text-align: right;
}



/* ----------------------------------------
* caption
---------------------------------------- */

.caption {
    padding: 20px;
}

.caption li {
    position: relative;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
}

.caption li:last-child {
    
}


.caption li::before {
    content: '*';
    position: absolute;
    left: 0;
}


/* ----------------------------------------
* content
---------------------------------------- */

.content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease .9s;
    transition: opacity ease .9s;
}

.content.fadeIn {
    opacity: 1;
    visibility: visible;    
}



.content-inner {
    position: relative;
    padding: 120px 0;
    overflow-x: hidden;
}

.content-inner.style_01 {
    background-color: #fff;
}

.content-inner.style_02 {
    background-color: #f2f2f2;
}

.content-inner.parallax {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}



.content-title {
    position: relative;
    padding: 40px 0 0;
    margin: 0 auto 60px;
}

.content-title span {
    text-align: center;
    position: absolute;
    top: 0;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #f2f2f2;
}

.content-inner.style_02 .content-title span {
    color: #fff;
}


.content-title h2 {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    font-weight: 700;
    color: #111;
    text-align: center;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
}


.content-inner.style_02 .content-title h2 {
    text-shadow: 0 0 10px #f2f2f2, 0 0 20px #f2f2f2, 0 0 30px #f2f2f2;    
}


.content-title.left h2 {
    text-align: left;
}

.content-title.left span {
    text-align: left;
}


.content-body p {
    line-height: 1.8;
}


.content-body .more {
    text-align: center;
    margin: 20px auto 0;
}




/*.icatch {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
}

.icatch-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.icatch-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .9) 50%, #fff);
}


.icatch figure {
    width: 100%;
    height: 62.5vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.icatch figure.lazyload {
    filter: blur(5px);
}*/


/* ----------------------------------------
* data-balloon
---------------------------------------- */

[data-balloon]:after,
[data-balloon]:after {
    line-height: 1;
}






/* ----------------------------------------
* share-sidebar
---------------------------------------- */

.share-sidebar {
    position: absolute;
    top: 0;
    margin: 0 0 0 -80px;
    width: 80px;
    text-align: center;
}

.share-sidebar.fixed {
    position: fixed;
    top: 20px;
}

.share-sidebar.finished {
    position: absolute;
    top: auto;
    bottom: 0;
}


.share-sidebar .count {
    margin: 0 0 15px 0;
}

.share-sidebar .count .num {    
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: block;
    margin: 0 0 5px 0;
}

.share-sidebar .count .label {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
}

.share-sidebar .like {
    text-align: center;
    margin: 0 0 10px;
}

.share-sidebar .like a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    font-size: 18px;
    padding-top: 2px;
    color: #e0245e;
}









.share-sidebar .sns {
    padding: 0 20px;
}

.sns li.sns-block:not(:last-child) {
    margin: 0 0 10px 0;
}

.sns li.sns-block a {
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
}

.sns .twitter a:hover {
    color: #55acee;    
}


.sns .facebook a:hover {
    color: #315096;
}

.sns .hatebu a:hover {
    color: #008fde;
}

.sns .line a:hover {
    color: #00c300;
}


/* ----------------------------------------
* loop
---------------------------------------- */






/* menu
-------------------------------------------------- */

#show-menu {
    position: absolute;
    right: 15px;
    width: 50px;
    height: 50px;
    top: 15px;
    padding: 16px 14px;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 1;
}

.menu-trigger {
    position: relative;
    width: 22px;
    height: 18px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 8px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}


/* radio
-------------------------------------------------- */

li.radio {
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid #efefef;
    color: #666;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}

li.radio label {
    display: block;
    cursor: pointer;
}

li input[type="radio"] {
    display: none;
}

li input[type="radio"] + label {
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}

li input[type="radio"] + label::before,
li input[type="radio"] + label::after {
    position: absolute;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
}

li input[type="radio"] + label::after {
    opacity: 0;
    top: 50%;
    right: 0;
    width: 10px;
    height: 5px;
    margin-top: -6.7px;
    border-left: 2px solid #1ECD97;
    border-bottom: 2px solid #1ECD97;
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
}

li input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}


/* checkbox
-------------------------------------------------- */

li.checkbox {
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
}

li.checkbox span {
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

li input[type="checkbox"] + label {
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #e8eae9;
    outline: 0;
    display: block;
    width: 50px;
    height: 30px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
}

li input[type="checkbox"] + label:after {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 2em;
    background: #fbfbfb;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
    left: 0;
}

li input[type="checkbox"] + label:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
}

li input[type="checkbox"] + label:active:after {
    padding-right: .8em;
}

li input[type="checkbox"]:checked + label {
    background: #4cd864;
}

li input[type="checkbox"]:checked + label:after {
    left: 50%;
}

li input[type="checkbox"]:checked + label:active {
    box-shadow: none;
}

li input[type="checkbox"]:checked + label:active:after {
    margin-left: -.8em;
}

li input[type="checkbox"] {
    display: none;
}


/* select
-------------------------------------------------- */

select.select {
    -webkit-tap-highlight-color: transparent;
    color: #666;
    background-color: transparent;
    border-radius: 0.25rem;
    border: solid 1px #efefef;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 10px;
    padding-right: 35px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    white-space: nowrap;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
}



/* overlay
-------------------------------------------------- */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
    padding: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

#overlay.home {
    background: #004099;
}

#overlay .close {
    width: 100%;
    height: 100%;
    position: absolute;
}

#overlay.done {
    background: rgba(76, 76, 76, .4);
}

#overlay::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
    vertical-align: middle;
}

#overlay .inner {
    max-width: 900px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 30px rgba(76, 76, 76, 0.1);
    border-radius: 0.25rem;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
}

.dummy {
    -webkit-animation: dummy 1.2s infinite linear;
    animation: dummy 1.2s infinite linear;
}

@-webkit-keyframes dummy {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dummy {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.loader {
    margin: auto 0;
    margin-left: -25px;
    position: absolute;
    left: 50vw;
    top: 0;
    bottom: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-left: 2px solid #004099;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#next .loader,
#next_ajax .loader {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin: auto;
    left: 0;
    right: 0
}


/* loader
-------------------------------------------------- */

.spinner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 135px auto 0;
    width: 60px;
    text-align: center;
}

.spinner > div {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 5px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* all display
-------------------------------------------------- */

.wrap {
    width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    *zoom: 1;
}

.wrap:before {
    display: inline-table;
}

.wrap:after,
.post-loop-wrap article:after {
    content: "";
    display: block;
    clear: both;
}

#main {
    width: 100%;
    display: flex;
}

.main-inner {
    -webkit-flex: 1;
    flex: 1;
    max-width: 880px;
    margin: 0 auto;
}

#side {
    width: 300px;
}



/* ----------------------------------------
* カラースキーム
---------------------------------------- */

/* ----------------------------------------
* all
---------------------------------------- */

html {
    display: flex;
    flex-flow: column;
}


body {
    background-color: #fff;
    color: #333;
    overflow-x: hidden;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}


#wrapper {
    flex: 1;
}

a {
    text-decoration: none;
    color: #004099;
}

a:hover {
    text-decoration: none !important;
}



body.lock {
    overflow: hidden;
}

.js-inview {
    /*opacity: 0;*/
}




/* ----------------------------------------
* header
---------------------------------------- */








/* ----------------------------------------
* breadcrumb
---------------------------------------- */

.breadcrumb {
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 24px;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto 20px;
}


.breadcrumb li {
    position: relative;
    display: inline-block;
}

.breadcrumb li:not(:last-child) {
    padding: 0 24px 0 0;
}


.breadcrumb li:not(:last-child)::before {
    position: absolute;
    right: 0;
    content: 'chevron_right';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    color: #666;
    font-size: 18px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


.breadcrumb li:last-child {
    opacity: 0;
}



.breadcrumb li a {
    text-decoration: none;
    color: #666;
}

/* ----------------------------------------
* content
---------------------------------------- */

.parallax {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
}






/* ----------------------------------------
* content
---------------------------------------- */

#content {
/*    -webkit-transition: all ease-in-out .9s;
    transition: all ease-in-out .9s;*/
/*    -webkit-transition: all ease-in-out .9s;
    transition: all ease-in-out .9s;
    padding-top: 100px;
    opacity: 0;
    visibility: hidden;*/
}

#content.fadeIn {
/*    opacity: 1;
    visibility: visible;*/
}


#content.lock {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

#content .wp-caption {
    max-width: 100%;
    border: 1px solid #efefef;
    text-align: center;
    padding: 5px;
}

#content .wp-caption-text {
    padding: 12px 16px;
    margin-bottom: 0;
    text-align: center;
}

#content.loading {
    opacity: 0;
    filter: saturate(180%) blur(20px);
}

/*#content::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;    
    visibility: hidden;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

#content.loading::before {
    opacity: 1;
    visibility: visible;
}*/



.hidden {
    opacity: 0;
    visibility: hidden;
}

.num {
    font-family: 'Roboto', sans-serif;
}

.blur {
    filter: blur(20px);
}

.grayscale {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
}

.hook {
    position: absolute;
    bottom: 30%;
    width: 1px;
    height: 0;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.sp-show {
    display: none;
}

.main-color {
    background: linear-gradient(to right top, #0095FF, #004099);
}

.remado-color {
    color: #154ba3;
}

.sankaku::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #004099 transparent transparent transparent;
}


/* ----------------------------------------
* main
---------------------------------------- */

.cat-content {
    margin: 0px;
    padding: 0 15px;
    font-size: 14px;
    background: #fff;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
}

#post-loop {
    margin-bottom: 15px;
    background: #fff;
    border: 0;
    box-shadow: 0px 1px 1px 0px rgba(76, 76, 76, 0.1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.post-loop-wrap article a {
    width: 100%;
    display: flex;
    padding: 15px;
    color: #333;
}

.post-loop-wrap article {
    border-bottom: 1px solid #efefef;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    box-sizing: border-box;
}


.post-loop-wrap article:last-child {
    border-bottom: 0;
}

.post-loop-wrap article a.hover {
    background: #f9f9f9;
}

.post-loop-wrap article.cotent-none {
    margin-bottom: 0px;
    background: #fff;
    border: 0;
    box-shadow: none;
    padding: 0px;
}

.post-loop-wrap .bar {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}

.post-loop-wrap .bar-inner {
    background: #e5e5e5;
    height: 100%;
    opacity: 1;
    overflow: hidden;
    width: 2px;
    position: relative;
}

.post-loop-wrap .line {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, #00efff 0%, #0cf 100%);
    background: linear-gradient(to bottom, #00efff 0%, #0cf 100%);
}

.post-loop-wrap .btn {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    background: #f9f9f9;
}

.post-loop-wrap .btn button {
    line-height: 50%;
    border: none;
    height: 50%;
    width: 100%;
    display: block;
    text-align: center;
    background: #f9f9f9;
    color: #5e6265;
    font-size: 14px;
    outline: 0;
    z-index: 2;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}




/* ----------------------------------------
* article
---------------------------------------- */

article.post,
article.page,
article.blog {
    background: #fff;
    border: 0;
    box-shadow: 0px -5px 30px 1px rgba(55, 63, 81, 0.05);
}


article .post-header {
    display: block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    padding: 20px;
}


article .postmeta {
    font-size: 1.4rem;
    color: #999;
}

article .postmeta li {
    display: inline-block;
}

article .postmeta li:not(:last-child) {
    margin: 0 10px 0 0;
}



article .post-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 10px 0;
}


article .post-thumbnail {
    width: 100%;
    float: none;
}

article .post-thumbnail img.lazyload {}

article .post-thumbnail img {
    width: 100%;
    height: auto;
}

article .post-content {
    overflow: hidden;
    padding: 20px;
}

article .post-content a {
    font-weight: bold;
    color: #5A9DAA;
}

article .post-content p:not(:last-child) {
    margin-bottom: 20px;
}

article .post-content p.has-medium-font-size {
    font-size: 2.1rem;
}
    
    
article .post-content p.has-large-font-size {
    font-size: 2.4rem;
}
    
    






article .post-content hr {
    border-bottom: 1px solid #efefef;
    margin: 20px 0;
    clear: both;
}

article .post-content ol {
    list-style: decimal;
}

article .post-content dl dt {
    font-weight: bold;
    margin-bottom: 4px;
}

article .post-content dl dd {
    margin-bottom: 1.6rem;
    border-left: 2px solid #efefef;
    padding: 0 0 0 10px;
}


article .post-content h2 {
    clear: none;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 40px auto 20px auto;
    padding: 0 0 10px;
    color: #111;
    border-bottom: 2px solid #efefef;
}


article .post-content h3 {
    clear: none;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 40px auto 20px auto;
}


article .post-content h4 {
    clear: none;
    font-size: 1.8rem;
    font-weight: 700;
    max-width: 900px;
    margin: 40px auto 20px auto;
}

article .post-content h2:first-child,
article .post-content h2:first-child,
article .post-content h2:first-child {
    margin-top: 0;
}




article .post-content h5 {
    clear: none;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    max-width: 900px;
    margin: 0 auto;
}


article .post-content .text {
    max-width: 900px;
    margin: 0 auto;
}

article .post-content .graph {
    padding-top: 30px;
    max-width: 900px;
    margin: 0 auto;
}

article .post-footer {
    padding: 20px;
    border-top: 1px solid #efefef;
}

article .post-content ul,
article .post-content ol {
    padding-left: 1.3em;
    margin-left: 1.3em;
    margin-bottom: 28px;
}

article .post-content ul {
    list-style-type: disc;
}

article .post-content ol {
    list-style-type: decimal;
}

article .post-content ul.blocks-gallery-grid {
    list-style-type: none;
    padding: 0;
    margin: 0 auto 28px;
}


article .post-content .wp-block-table {
    margin-bottom: 20px;
}
article .post-content .wp-block-table.is-style-stripes {
    border: none;
}

article .post-content .wp-block-table table th,
article .post-content .wp-block-table table td {
    border-bottom: 1px solid #efefef;
    font-size: 1.4rem;
}

article .post-content .wp-block-table table th {
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}


.wrap-inner table {
    border: none;
    width: 100%;
}

.wrap-inner table th,
.wrap-inner table td {
    padding: 15px;
    border: none;
}

.wrap-inner table th {
    width: 200px;
    color: #666;
    font-size: 14px;
}

.wrap-inner table.history th span {
    float: right;
    display: inline-block;
    padding-right: 60px;
}

.wrap-inner table tr {
    border-bottom: 1px solid #efefef;
}

.column-2 {
    position: relative;
}

.column-2 .column-inner {
    width: 50%;
    position: relative;
    float: left;
    background: #fafafa;
    background: #fafafa;
    height: 400px;
    padding: 45px;
    overflow: hidden;
}

.column-2 h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 10px;
}

.column-2 .text {
    width: 100%;
}

.column-2 figure {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.column-2.even .column-inner {
    float: right;
}

.column-1-3 {
    padding-right: 330px;
    min-height: 200px;
    margin: 0 auto 120px auto;
    max-width: 900px;
}

.column-1-3 figure.thumb {
    width: 300px;
    height: 100%;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
}

.column-1-3 .post-content .text {
    max-width: 600px;
    margin: 0;
}


.post-author {
    border-radius: 3px;
    margin-bottom: 0px;
    padding: 40px 64px;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    color: #383838;
}

.post-author .post-author-img {
    width: 80px;
    float: left;
}

.post-author .post-author-img .inner {
    padding: 0;
}

.post-author a {
    color: #2581c4;
}

.post-author .post-author-meta {
    margin-left: 100px;
}

.post-author .post-author-meta h4 {
    margin: 0 40px 10px 0;
    font-weight: bold;
}


/* comment
---------------------------------------- */

#comments {
    padding: 40px 64px;
}

.comment-list > .comment {
    margin-bottom: 40px;
    border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
    padding: 0 20px;
    margin-bottom: 20px;
}

.comment-list .children {
    margin-left: 45px;
}

.comment-list .children .comment-body {
    padding: 20px 30px;
    margin-bottom: 20px;
    background: #f7f7f7;
}

.comment-author {
    float: left;
    vertical-align: top;
    font-size: 12px;
    margin-left: 10px;
}

.comment-author img {
    vertical-align: top;
}

.comment-meta {
    font-size: 12px;
    margin-bottom: 12px;
}

.reply a {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.reply a:before {
    content: ' ';
    font-family: 'FontAwesome';
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    width: 80%;
    margin: 20px 0;
    border-radius: 3px;
}

.form-allowed-tags {
    font-size: 12px;
    margin-bottom: 20px;
    display: none;
}

.comment-meta:after {
    content: ' ';
    display: block;
    clear: both;
}

.comments-title {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    overflow: hidden;
    margin: 10px 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    width: 15%;
    float: left;
    font-size: 12px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 40%;
    float: left;
    margin-left: 5%;
    border-radius: 3px;
    padding: 5px;
}

.form-submit #submit {
    width: 300px;
    line-height: 40px;
    border: none;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.comment-form-comment textarea {
    width: 95%;
    padding-left: 2%;
    padding-right: 2%;
}

.comment-form {
    overflow: hidden;
}

.comment-form-author,
.comment-form-email {
    width: 49%;
    margin: 0;
}

.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
    width: 90%;
    float: none;
    margin: 0 0 10px;
}

.comment-form-author {
    float: left;
}

.comment-form-email {
    float: right;
}


/* loop
---------------------------------------- */

.post-loop-wrap article p {
    margin-top: 0;
}

.post-loop-wrap .post-thumbnail,
#side-posts .post-thumbnail {
    width: 240px;
    float: left;
}

.post-loop-wrap .post-body {
    margin-left: 15px;
    position: relative;
    overflow: hidden;
}

.post-loop-wrap .post-title {
    clear: none;
    font-size: 18px;
    overflow: hidden;
    font-weight: bold;
}





.no-thumb {
    margin-left: 0px !important
}

.no-metadata {
    min-height: 68px;
}

.post-loop-wrap .post-thumbnail img {
    width: 100%;
    height: auto;
}

.post-loop-wrap .post-content {
    width: auto;
}

.post-loop-wrap .post-footer {
    border-top: 1px #efefef solid;
    padding-top: 10px;
}

.post-loop-wrap .post-footer .bzb-sns-btn {
    padding: 0;
    margin-right: 50px;
    float: left;
    /* _sns.scss */
}

.post-loop-wrap .post-footer .loop-comment-icon {
    float: right;
}

.post-loop-wrap .post-footer .loop-comment-icon .fa {
    font-size: 18px;
    margin-right: 5px;
}

.post-loop-wrap .post-footer .loop-comment-icon .share {
    display: none;
}

.post-loop-wrap .post-footer .loop-comment-icon .count {
    font-size: 14px;
}

.post-loop-wrap .date-column {
    padding: 0 15px;
    border-bottom: 1px solid #efefef;
    font-weight: 500;
    line-height: 30px;
    font-size: 14px;
}

.more-link {
    border: 1px #2581c4 solid;
    padding: 12px 24px;
    line-height: 26px;
    margin-bottom: 64px;
    box-sizing: border-box;
    clear: both;
    color: #2581c4;
    font-size: 14px;
}


/* content-none */

.content-none {}

#next a::after,
#next_ajax a::after {
    content: "\e65f";
}

#next a i,
#next_ajax a i {
    font-size: 8px;
    padding-left: 5px;
}

.pagenum {
    height: 50px;
    line-height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pagenum .paged {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
}

.pagenum .counter {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 12px;
}

.pagenum .max_num_page {
    color: #999;
}

.pagenum .line {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 1px;
    background: #efefef;
    left: 0;
}


/* ----------------------------------------
* pagenation
---------------------------------------- */

.pagination {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.4rem;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}


.pagination a,
.pagination span {
    position: relative;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    font-weight: bold;
    border-radius: .28571429rem;
}

.pagination span {
    color: #fff;
    background: #5A9DAA;
}


.pagination a:hover {
    background-color: rgba(0,0,0,0.05);
}


.pagination .pager {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.pagination .pager.current {
    color: #333;    
} 

.pagination .next,
.pagination .prev {
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    padding: 0 15px;
}

.pagination .next {
    padding: 0 35px 0 15px;   
}

.pagination .prev {
    padding: 0 15px 0 35px;
}



.pagination .next::before,
.pagination .prev::before{
    position: absolute;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.pagination .next::before {
    content: 'chevron_right';
    right: 10px;
}


.pagination .prev::before {
    content: 'chevron_left';
    left: 10px;
}











/* ----------------------------------------
* side
---------------------------------------- */

.side-widget-area {
    padding: 0;
}

.side-widget {
    font-size: 14px;
    margin-bottom: 20px;
}


.side-widget .inner {
}

.side-widget .side-title {
    margin: 0px;
    padding: 0 15px;
    font-size: 16px;
    background: #fff;
    position: relative;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
}



.side-post {
    position: relative;
    display: block;
    color: inherit;
    background: #fff;
}


.side-post:hover {
    background: rgba(0,0,0,.05);
}

.side-post:active {
    background: rgba(0,0,0,.15);
}


.side-post:hover .thumbnail {
    opacity: 0.8;
}

.side-post:hover .num {
    color: #fff;
}


.side-post .thumbnail {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.side-post .body {
    padding: 10px;
}



.side-post .title {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4.2rem;
    overflow: hidden;
    margin-bottom: 5px;
}


.side-post .num {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #f2f2f2;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}


.side-post .meta {
    position: relative;
    width: 100%;
    font-size: 1.2rem;
    color: #999;
}



.side-post .postmeta {
    
}


.side-post .postmeta li {
    position: relative;
    float: left;
    display: inline-block;
}

.side-post .postmeta li:not(:last-child) {
    margin: 0 5px 0 0;
}

.side-post .postmeta li:first-child {
    padding: 0 13px 0 0;
}

.side-post .postmeta li:first-child::before {
    position: absolute;
    right: 0;
    top: 9px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #bfbfbf;
}


.side-posts > li:not(:last-child) {
    border-bottom: 1px solid #efefef;
}


.side-posts > li:not(:first-child) .side-post {
    padding: 15px;
    display: flex;
}



.side-posts > li:not(:first-child) .side-post .thumbnail {
    width: 80px;
    margin: 0 10px 0 0;
}

.side-posts > li:not(:first-child) .side-post .body {
    -webkit-flex: 1;
    flex: 1;
    padding: 0;
}

.side-posts > li:not(:first-child) .side-post .title {
    height: 6.3rem;
    margin: 0;
}



























/* comment */

.recentcomments {
    color: #808080;
    font-size: 12px;
}

.recentcomments a {
    color: #383838;
    font-size: 14px;
}



.side-widget-inner .more a i {
    font-size: 8px;
    padding-left: 5px;
}


/* ----------------------------------------
* footer
---------------------------------------- */


#footer ul li {
    padding: 0 10px;
}



#footer ul li a {
    color: #666;
}




#footer {
    background: #fff;
}



#footer .post-share {
    padding-right: 0;
    padding-left: 0;
}

#footer .logo {
    margin: 0 auto;
}

#footer .logo a {
    height: 50px;
    line-height: 50px;
    background-image: url(/lib/img/logo.png);
    background-size: 100%;
    background-position: center;
    width: 200px;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.footer-01 {
    background: #fff;
    padding: 30px 0;
}

.footer-01 ul {
    overflow: hidden;
    text-align: left;
}

.footer-01 li {
    line-height: 30px;
}

.footer-01 li.parent {
    float: left;
    padding: 0 30px;
}

.footer-01 li.parent a {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.footer-01 li.child a {
    color: #999;
    font-size: 12px;
}

.footer-02 {
    background: #f2f2f2;
    color: #999;
    line-height: 50px;
    height: 50px;
}

.footer-02 li {
    font-size: 14px;
    float: left;
    padding-right: 30px;
}

.footer-02 li.footer-copy {
    float: right;
    padding-right: 0;
}

.footer-02 li a {
    color: #999;
}

#footer .logo {
    float: left;
}

#footer .footer-links {
    float: right;
}

#footer_0 {
    background-position: center;
    background-size: cover;
}

#footer_0 h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

#footer_0 .text {
    text-align: center;
    margin-bottom: 30px;
}

#footer_0 .content-title {
    margin-bottom: 45px;
}

#footer_0 .btn-inner {
    margin-top: 45px;
}






#header-menu-tog {
    display: none;
}

.read-more {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 15px !important;
}
