@charset "utf-8";
.site-title img {
    height: 50px;
}

.site-header {
    position: fixed;
    width: 100%;
}
.categoryarchive .entry-title a {
    font-weight:  bold;
}
@media screen and (min-width: 426px){
.site-content {
    padding-top: 140px;
    max-width: 960px;
}
}
@media screen and (max-width: 425px){
.site-content {
    padding-top: 100px;
}
}
#anshin-header-menu {
    background: #5f452e;
}

#anshin-header-menu nav {
    width: 960px;
    margin: auto;
}

#anshin-header-menu a {
    color: #fff;
    display: block;
    line-height: 38px;
    text-align: center;
    padding: 6px 0 0 0;
    padding-bottom: 5px;
}

#anshin-header-menu ul {
    margin: o auto;
}

#anshin-header-menu .primary-menu li {
    border-right: #fff 1px solid;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    position: relative;
}

#anshin-header-menu .primary-menu {
    display: flex;
    display: -webkit-flex;
    border-left: 1px solid #fff;
}

.site-branding {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    height: 50px;
    width: 200px;
}

.categoryarchive {
    float: left;
    margin-right: -100%;
    width: 70%;
}

#anshin-header-menu a:hover {
    background: #443223;
}

.category-10 #anshin-header-menu a[href='/mylife/life_of_old_age'],
.category-11 #anshin-header-menu a[href='/mylife/syukatsu'],
.category-12 #anshin-header-menu a[href='/mylife/family_care'],
.category-15 #anshin-header-menu a[href='/mylife/freebook'] {
    background: #443223;
}

.site-header-main {
    position: relative;
}

.anshinMwnu {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.anshinMwnu ul {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-aligh-item: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.anshinMwnu ul a {
    color: black;
    display: block;
    margin-right: 20px;
    font-size: 13px;
    line-height: 80px;
}

.anshinMwnu ul label {
    color: black;
    display: block;
    margin-right: 20px;
    font-size: 13px;
    line-height: 80px;
}

.anshinMwnu ul label:hover {
    color: #443223;
}

.anshinMwnu ul a:hover {
    color: #443223;
}

.anshinMwnu ul a .fa::before {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: -2px;
}

.anshinMwnu ul label .fa::before {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: -2px;
}

.anshinMwnu ul li:last-child {
    display: none;
}

input[type="checkbox"].on-off {
    display: none;
}

.anshinSubmenu {
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off+#anshinSubmenu {
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked+#anshinSubmenu {
    height: 100%;
}

#anshinSubmenu {
    position: fixed;
    width: 100%;
    background: #f2f2f2;
    z-index: 999;
    transition: all .5s;
}

#anshinSubmenu.open {
    top: 80px;
}

.anshinSubmenuWrap {
    width: 960px;
    margin: auto;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}

.anshinSubmenu-inner p {
    margin-bottom: 15px;
    font-size: 17px;
    margin-bottom: 4px;
    font-weight: 600;
}

.anshinSubmenu-inner ul {
    margin-bottom: 20px;
}

.anshinSubmenu-inner ul li {
    line-height: 2em;
}

.dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}

.page-header {
    position: relative;
    background-color: #f4f5f1;
    color: #111111;
    font-weight: bold;
    padding: 10px 15px 10px;
    margin: 20px 0;
}

.page-header h1,
.related h2 {
    border-left: 5px solid #443223;
    padding-left: 15px;
}


/* 
.post-thumbnail {
    margin: 0 30px 0 0;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
} */


/* 
.post-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
} */

.categoryarchive .page-header {
    margin-top: 0;
}

.categoryarchive #main {
    width: 100%;
}

.categoryarchive .entry-content {
    margin: 0;
}

.categoryarchive .post {
    display: flex;
    -webkit-display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.categoryarchive .entry-title {
    background: transparent;
    color: #000;
    font-size: 20px;
    border-top: 0;
    padding: 0;
    line-height: 1.5em;
    min-height: auto;
}

.categoryarchive .articleWrap {
    width: 70%;
    margin: 0 5px;
}

.categoryarchive .entry-footer {
    float: right !important;
    width: auto !important;
}

.categoryarchive .edit-link {
    margin-top: 0;
}

.posted-on {
    text-align: right;
    display: block;
}

.tags-links {
    display: block;
}

.tags-links a[rel="tag"] {
    background: #ccbcad;
    color: #5f452e;
    padding: 0 10px;
    display: inline-block;
    margin: 5px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #5f452e;
}

.tags-links a[rel="tag"]:hover {
    opacity: .8;
}

.navigation .nav-links {
    /* display: flex; */
    /* display: -webkit-flex; */
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    text-align: center;
    position: relative;
}

.navigation .nav-links .nav-previous {
    border-right: 1px solid #ccc;
}

.navigation .nav-links div {
    flex: 0 0 50%;
    -webkif-flex: 0 0 50%;
    position: relative;
}

.navigation .nav-links a {
    display: inline-block;
    background: #f8ca87;
    color: #fff;
}

.navigation .nav-links a:after {
    height: 100%;
    background: #555;
    width: 20px;
}

.navigation .nav-links a:hover:after,
.navigation .nav-links a:hover:after {
    background: #666;
}

.navigation .nav-links .nav-previous a:after {
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
}

.navigation .nav-links .nav-next a:after {
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
}

.navigation .nav-links a:before {
    /* position: absolute; */
    /* content: ">"; */
    /* width: 10px; */
    /* height: 10px; */
    /* top: 0; */
    /* z-index: 9999; */
    /* bottom: 0; */
    /* margin: auto; */
}

.navigation .nav-links .nav-next a:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 7px;
}

.navigation .nav-links .nav-previous a:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 7px;
}

.navigation .nav-links .post-title {
    height: 50px;
    padding: 10px 30px;
    display: table-cell;
    vertical-align: middle;
}

.navigation a {
    display: block;
}

.categoryarchive .post li:first-child {
    margin-right: 20px;
    flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.site-main .post li:first-child img {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
}

.post p {
    margin: 0;
}

.addtoany_share_save_container {
    margin: 20px 0
}

#main ul.post-contents li span.news span {
    display: block;
    font-size: 13px;
    border: 1px solid;
    line-height: 2.08;
    text-align: center;
}

.mail_subscribe form {
    padding: 20px;
}

.mail_subscribe form input[type='submit']:first-child {
    margin-bottom: 10px;
}

.related {
    margin-bottom: 20px;
}

.related .article-content-header {
    position: relative;
    background-color: #f4f5f1;
    color: #111111;
    font-weight: bold;
    padding: 10px 15px 10px;
    margin: 20px 0;
}

.related .article-content-header h2 {
    border-left: 5px solid #443223;
    padding-left: 15px;
}

.related ul {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.related ul li {
    flex: 0 0 calc(25% - 10px);
    -webkit-flex: 0 0 calc(25% - 10px);
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #ccc;
}

.related ul li a {
    display: block;
}

.related ul li .thumb {
    height: 100px;
    width: 100%;
    background-position: center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}

.related ul li .text {
    padding: 5px;
    font-size: 13px;
}

@media only all and (max-width: 700px) {
.related ul li {
    flex: 0 0 calc(50% - 10px)!important;
    -webkit-flex: 0 0 calc(50% - 10px)!important;
}
}
a.next.page-numbers {width: 110px;position: absolute;right: 0;top: -60px;font-size: 12px;display: none;}

a.page-numbers:hover {
    background: #ffa000!important;
}