@charset "UTF-8";
   body {
font-family: Avenir, "Helvetica neue", Helvetica, "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
background-color: #f4f5f7;
}
.main,
.sidebar {
background-color: #f4f5f7;
} .header-container .navi {
background-color: #28b893;
}
#navi .navi-in a {
color: #fff;
}
#navi .navi-in > .menu-header .sub-menu {
background-color: #28b893;
}
#navi .navi-in a:hover {
background-color: #81d0b6;
}
.menu-header .item-label {
font-size: 18px;
letter-spacing: 0.5px;
}
.header-container {
color: #fff;
background-color: #28b893;
}
.header {
background-color: #28b893;
}
.header .header-in {
min-height: 100px;
} .site-name-text {
color: #fff;
}
.site-name-text:hover {
color: #fff;
} .article h2 {
margin: 5px 0;
padding: 15px 25px;
background-color: #28b893;
color: #fff;
font-size: 22px;
border-radius: 1px;
}
.article h3 {
padding: 10px 20px;
background-color: #1a7961;
border-color: #28b893;
border-top: none;
border-right: none;
border-bottom: none;
border-left: 6px solid #28b893;
color: #fff;
}
.article h4 {
border-top: 2px solid #28b893;
border-bottom: 2px solid #28b893;
}
.article h5 {
border-bottom: none;
position: relative;
}
.article h5:after {
content: "";
display: block;
width: 100%;
height: 4px;
background: linear-gradient(to right, #28b893, #1a7961);
position: absolute;
left: 0;
bottom: 0;
} .sidebar h2,
.sidebar h3 {
padding: 10px;
border: 1.5px solid #333;
text-align: center;
font-size: 18px;
letter-spacing: 1px;
border-radius: 1px;
}
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
background-color: #fff;
} input[type=text].search-edit {
font-size: 16px;
border-radius: 46px;
} #container .sns-buttons a {
border-radius: 1px;
} .a-wrap .blogcard {
border-color: #28b893;
}
.a-wrap:hover {
background-color: #fff;
transform: translateY(-2px);
box-shadow: 0 0 8px #f6fafd;
}
.cat-label {
top: 0;
left: 0;
background-color: #28b893;
border-top: none;
border-left: none;
}
.cat-link {
background-color: #28b893;
border-radius: 1px;
}
.tag-link,
.comment-reply-link {
color: #28b893;
border-color: #81d0b6;
border-radius: 1px;
}
.tag-link:hover,
.comment-reply-link:hover {
color: #1a7961;
background-color: transparent;
}
.tagcloud a { border-radius: 29px;
}  input[type=submit] {
padding: 10px;
background: #28b893;
color: #fff;
font-size: 14px;
border: none;
border-radius: 1px;
}
.pagination-next-link,
.comment-btn {
padding: 10px;
background: transparent;
color: #28b893;
font-size: 14px;
border: 1px solid #28b893;
border-radius: 1px;
} table {
width: 100%;
border-collapse: collapse;
text-align: left;
line-height: 1.5;
font-size: 16px;
}
table th {
padding: 10px;
font-weight: bold;
border-bottom: 1.5px solid #28b893;
background: #1a7961;
font-size: 18px;
} .page-numbers {
color: #81d0b6;
border: 1px solid #28b893;
border-radius: 99px;
}
.pagination .current {
background-color: #28b893;
color: #fff;
}
.page-numbers.dots {
opacity: 1;
background: none;
}
.pagination a:hover {
background-color: #28b893;
color: #fff;
} .footer {
padding-top: 30px;
padding-bottom: 35px;
color: #fff;
background-color: #28b893;
}
.footer-bottom {
margin-top: 0;
}
.footer-in h3 {
padding: 10px;
border: 1.5px solid #333;
text-align: center;
font-size: 18px;
border-radius: 1px;
} .go-to-top {
bottom: 35px;
}
.go-to-top-button {
width: 45px;
height: 45px;
color: #fff;
background-color: #333;
border-radius: 50%;
}
.go-to-top-button:hover {
color: #fff;
} @media screen and (max-width: 834px) {
.header-container-in.hlt-top-menu .header .header-in {
display: flex;
align-items: center;
}
.header .header-in {
min-height: 80px;
}
.sidebar h2,
.sidebar h3 {
font-size: 16px;
}
}
@media screen and (max-width: 480px) {
.article h2 {
padding: 0.6em 0.2em;
}
.article h3 {
padding: 0.4em 1em;
}
.footer {
padding-top: 25px;
padding-bottom: 30px;
}
} .page-prev-next {
border-radius: 99px;
}
.footer a,
.footer .footer-in .sns-buttons a {
color: #fff;
}