@charset "UTF-8";

/*
Theme Name: toriizaka46
Theme URI:
*/

/*
Base
*/

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p,img{
margin:0;
padding:0;
}

img {
vertical-align: bottom;
}

.wpp-thumbnail {
float: none !important;
margin: 0 !important;
display: block !important;
}

ul,ol {
list-style: none;
}

*, *:before, *:after {
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

a {
color: #000;
text-decoration: none;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

body {
font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
background: #f3f3f3;
color: #000;
font-size: 15px;
line-height: 1;
word-wrap: break-word;
word-break: break-all;
}

/* 動画のレスポンシブ */
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
  
.video-wrapper iframe, 
.video-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
Layout
*/

.wrapper {
position: relative;
max-width: 414px;
margin: 0 auto;
}

.section {
margin-bottom: 20px;
}

.sec-sub {
background: #fff;
}

.header {
background: #58C24C;
height: 31px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 500;
border-bottom: 1px solid #58C24C;
}

.footer {
padding: 20px 0;
background: #505050;
}

.clear:after,
.wrapper:after,
.article:after,
.wpp-list > li:after,
#wp_page_numbers > ul:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

@media (min-width: 768px) {

.wrapper {
max-width: none;
width: 728px;
}

.section {
margin-bottom: 40px;
}

.sec-sub {
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.footer {
padding: 40px 0;
}

}

@media (min-width: 1024px) {

.wrapper {
width: 1068px;
}

.header {
position: static;
}

.main {
width: 728px;
float: left;
}

.sub {
width: 300px;
float: right;
}

}

/*
Module
*/

/* ヘッダーアイテム */

/* ナビゲーション */
.menu-global-list {
display: none;
}

@media (min-width: 768px) {

.menu-global-list {
display: block;
float: left;
height: 30px;
line-height: 30px;
}

.menu-global-item {
float: left;
position: relative;
}

.menu-global-item:first-child {
margin-left: 0;
}

.menu-global-item:after {
content: "/";
position: absolute;
top: 0;
right: 0;
color: #fff;
font-size: 11px;
color: #ADE6A7;
}

.menu-global-item > a {
display: block;
font-size: 11px;
font-weight: bold;
color: #BBEFB5;
letter-spacing: 2px;
padding: 0 15px;
}

.menu-global-item:first-child > a {
padding-left: 0;
}

.menu-global-item > a:hover {
color: #fff;
}

}

/* ヒーロー（メインビジュアル） */
.hero {
background: #fff;
margin: 31px 0 20px;
border-bottom: 1px solid #e8e8e8;
}

.hero-image {
width: 100%;
}

@media (min-width: 768px) {

.hero {
padding: 0px 0 25px;
margin: 0 0 0;
}

}


@media (min-width: 1024px) {

.hero {
padding: 0px 0 22px;
margin: 0 0 0;
}

}

/* カテゴリーのメニュー */

@media (min-width: 1024px) {

.menu-category {
position: relative;
margin: -26px auto 0;
}

.menu-category:before {
content: "";
position: absolute;
display: block;
border: 10px solid transparent;
border-bottom-color: #383838;
border-right-color: #383838;
top: 0;
left: -20px;
}

.menu-category-list {
position: relative;
background: #505050;
}

.menu-category-item {
float: left;
border-right: 1px solid #6D6D6D;
padding: 20px;
}

.menu-category-item > a {
display: block;
color: #fff;
font-size: 13px;
font-weight: bold;
}

.menu-category-item:hover {
background: #58C24C;
}

.menu-category-list-sub {
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
visibility: hidden;
position: absolute;
top: 53px;
left: 0;
width: 100%;
z-index: 100;
padding: 14px;
background: #fff;
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.menu-category-item:hover > .menu-category-list-sub {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
visibility: visible;
}

}

/* サイトトップの人気記事 */

.popular-list {
padding: 0 40px 33px;
overflow: hidden;
}

.owl-carousel .owl-stage-outer {
overflow: visible;
}

.popular-item {
float: left;
height: 150px;
}

.popular-item > a {
display: block;
position: relative;
}

.popular-item-thumb {
width: 100%;
height: 150px;
}

.popular-item-thumb > img {
width: 100%;
height: 100%;
}

.popular-item-text {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 15px;
background: rgba(0,0,0,0.5);
}

.popular-item-title {
color: #fff;
font-size: 14px;
line-height: 1.6;
max-height: 44px;
overflow: hidden;
}

.owl-prev {
position: absolute;
bottom: 0;
left: 50%;
background: #58C24C;
height: 23px;
line-height: 20px;
width: 40px;
text-align: center;
margin-left: -45px;
}

.owl-next {
position: absolute;
bottom: 0;
right: 50%;
background: #58C24C;
height: 23px;
line-height: 20px;
width: 40px;
text-align: center;
margin-right: -45px;
}

.owl-prev > i,
.owl-next > i {
font-size: 10px;
color: #fff;
}

@media (min-width: 375px) {

.popular-item {
float: left;
height: 190px;
}

.popular-item-thumb {
width: 100%;
height: 180px;
}

}

@media (min-width: 768px) {

.popular-top {
margin: 40px 0;
}

.popular-list {
padding: 0;
}

.owl-carousel .owl-stage-outer {
overflow: hidden;
}

.popular-item {
height: 150px;
}

.popular-item-thumb {
height: 150px;
}

.popular-item-text {
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.owl-prev,
.owl-next {
top: 0;
}

.owl-prev {
left: 0;
margin-left: 0;
}

.owl-next {
right: 0;
margin-right: 0;
}

}

@media (min-width: 1024px) {

.popular-item-text {
height: 74px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.popular-item > a:hover .popular-item-text {
height: 100%;
background: rgba(0,0,0,0.7);
}

.popular-item-title {
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.popular-item > a:hover .popular-item-title {
max-height: 100%;
}

.owl-prev,
.owl-next {
background: rgba(88,194,76,0.75);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.owl-prev:hover,
.owl-next:hover {
background: rgba(88,194,76,1);
}

}

/* SNS */
.tw-bg {
background: #55acee;
-webkit-box-shadow: 0 2px 0 #2E87CC;
-moz-box-shadow: 0 2px 0 #2E87CC;
box-shadow: 0 2px 0 #2E87CC;
}

.tw-bg:hover {
background: #81C9FF;
}

.tw-bd {
border: 2px solid #55acee;
}

.tw-bd:hover {
background: #55acee;
}

.fb-bg {
background: #4368BD;
-webkit-box-shadow: 0 2px 0 #2B488A;
-moz-box-shadow: 0 2px 0 #2B488A;
box-shadow: 0 2px 0 #2B488A;
}

.fb-bg:hover {
background: #6387D8;
}

.fb-bd {
border: 2px solid #4368BD;
}

.fb-bd:hover {
background: #4368BD;
}

.hb-bg {
background: #008fde;
-webkit-box-shadow: 0 2px 0 #00669E;
-moz-box-shadow: 0 2px 0 #00669E;
box-shadow: 0 2px 0 #00669E;
}

.hb-bg:hover {
background: #33ADF1;
}

.gp-bg {
background: #dd4b39;
-webkit-box-shadow: 0 2px 0 #AB2B1A;
-moz-box-shadow: 0 2px 0 #AB2B1A;
box-shadow: 0 2px 0 #AB2B1A;
}

.gp-bg:hover {
background: #F37162;
}

.rs-bg {
background: #ff8c00;
-webkit-box-shadow: 0 2px 0 #BD6801;
-moz-box-shadow: 0 2px 0 #BD6801;
box-shadow: 0 2px 0 #BD6801;
}

.rs-bg:hover {
background: #FFB862;
}

.rs-bd {
border: 2px solid #ff8c00;
}

.rs-bd:hover {
background: #ff8c00;
}

.sns-follow-list {
display: none;
}

.sns-share-list {
margin: 0 -5px 20px;
}

.sns-share-item {
float: left;
width: 25%;
padding: 0 5px;
}

.sns-share-item > a {
display: block;
text-align: center;
padding: 6px 0;
color: #fff;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}

.sns-share-icon {
font-size: 16px;
position: relative;
top: 1px;
}

.icon-hb {
font-family: Verdana;
font-weight: bold;
}

.fa-google-plus {
font-weight: bold;
top: 2px;
}

.sns-share-text {
display: none;
}

@media (min-width: 768px) {

.sns-follow-list {
display: block;
position: absolute;
top: 0;
right: 34px;
}

.sns-follow-item {
float: left;
font-size: 16px;
border-left: 1px solid #83CA7C;
}

.sns-follow-item > a {
display: block;
color: #fff;
width: 34px;
height: 30px;
line-height: 30px;
text-align: center;
color: #BBEFB5;
}

.sns-follow-item > a:hover {
color: #fff;
background: #83CA7C;
}

.sns-share-list {
margin-bottom: 40px;
}

.sns-share-item > a {
padding: 9px 0;
}

.sns-share-item > a:hover {
-webkit-transform: translate3d(0px,2px,0);
-moz-transform: translate3d(0px,2px,0);
transform: translate3d(0px,2px,0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.sns-share-text {
display: inline-block;
font-size: 13px;
margin-left: 10px;
letter-spacing: 1px;
}

}

/* 記事のレイアウト */

.article {
border-bottom: 1px solid #e8e8e8;
}

.article-single {
padding: 10px;
margin-bottom: 20px;
background: #fff;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}

.article > a {
display: block;
position: relative;
padding: 10px;
background: #fff;
}

.article-3col > a,
.article-related > a {
padding: 10px 0;
}

@media (min-width: 768px) {

.article-3col-wrapper {
margin-top: 14px;
}

.article {
margin-bottom: 14px;
border-bottom: none;
background: #e0e0e0;
}

.article:first-child {
border-top: none;
}

.article-large {
width: 357px;
float: left;
}

.article-even {
margin-left: 14px;
}

.article-small {
clear: both;
}

.article-3col {
width: 33.33333%;
float: left;
margin-bottom: 0;
}

.article-related {
width: 50%;
float: left;
margin-bottom: 0;
}

.article-5col > a:hover,
.article-3col > a:hover,
.article-related > a:hover {
background: #f6f6f6;
}

.article-single {
padding: 30px;
margin-bottom: 30px;
border-top: none;
border-bottom: none;
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.article > a {
padding: 14px;
top: 0;
left: 0;
}

.article-large > a,
.article-small > a {
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.article-large > a:hover,
.article-small > a:hover {
top: -5px;
left: -5px;
}

}

@media (min-width: 1024px) {

.article-5col {
width: 20%;
float: left;
margin-bottom: 0;
}

}

/* 記事のアイテム*/

.article-text {
padding-left: 97px;
}

.article-title {
font-size: 13px;
line-height: 1.6;
font-weight: bold;
margin-bottom: 10px;
height: 60px;
overflow: hidden;
color: #000;
text-align: left;
}

.article-title-single {
font-size: 15px;
line-height: 1.6;
font-weight: bold;
overflow: hidden;
padding-left: 10px;
margin-bottom: 5px;
}

.page .article-title-single {
padding-left: 0;
margin-bottom: 5px;
}

.article-thumb {
width: 85px;
height: 85px;
float: left;
}

.article-thumb > img {
width: 100%;
height: 100%;
}

@media (min-width: 768px) {

.article-5col .article-thumb {
width: 100%;
height: 110px;
float: none;
margin-bottom: 12px;
}

.article-3col .article-thumb {
width: 100%;
height: 120px;
float: none;
margin-bottom: 12px;
}

.article-3col .article-thumb > img {
width: 100%;
height: 100%;
}

.article-large .article-thumb {
float: none;
width: 100%;
height: 190px;
margin-bottom: 15px;
}

.article-small .article-thumb {
width: 240px;
height: 140px;
}

.article-large .article-text,
.article-5col .article-text,
.article-3col .article-text {
padding-left: 0;
}

.article-small .article-text {
padding-left: 254px;
min-height: 140px;
}

.article-title {
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.article-large .article-title {
font-size: 19px;
margin-bottom: 15px;
height: 90px;
padding-right: 10px;
}

.article-small .article-title {
font-size: 19px;
margin-bottom: 12px;
height: 90px;
padding-right: 10px;
}

.article-5col .article-title {
padding-right: 0;
}

.article-title-single {
font-size: 25px;
line-height: 1.8;
padding-left: 20px;
margin-bottom: 20px;
}

.article-5col > a:hover .article-title,
.article-3col > a:hover .article-title,
.article-related > a:hover .article-title {
color: #58C24C;
}

}

/* 単一記事のタイトル */
.article-header {
margin-bottom: 10px;
}

@media (min-width: 768px) {

.article-header {
margin-bottom: 25px;
}

}

/* 記事の情報 */
.article-comment {
background: #afafaf;
color: #fff;
padding: 2px 5px 3px;
position: absolute;
bottom: 10px;
right: 10px;
line-height: 1;
}

.article-related .article-comment {
right: 0;
}

.article-comment > i {
font-size: 10px;
margin-right: 2px;
}

.comment-count {
font-size: 12px;
}

.article-comment-single {
background: #58C24C;
color: #fff;
text-align: center;
float: left;
width: 38px;
height: 38px;
margin-top: 3px;
padding-top: 1px;
}

.article-comment-single > i {
font-size: 11px;
}

.comment-count-single {
font-size: 12px;
display: block;
margin: 4px 0 2px;
}

.accordion-block {
  padding: 40px 0;
}

.accordion-block .ac-btn {
  padding: 20px;
  display: block;
  width: 200px;
  text-align: center;
  margin: auto;
  background-color: #58C24C;
  color: #fff;
}

.hidden-comment {
  display: none;
}

.article-meta {
line-height: 1;
}

.article-meta i {
font-size: 13px;
margin-right: 5px;
position: relative;
top: 1px;
}

.article-date,
.article-category,
.article-tag {
float: left;
font-size: 10px;
color: #888;
}

.article-meta-single .article-date,
.article-meta-single .article-category,
.article-meta-single .article-tag {
line-height: 24px;
}

.article .article-date,
.article-sub .article-date {
margin-bottom: 0;
}

.article-date,
.article-category,
.article-tag {
margin-right: 15px;
}

.article .article-category {
display: none;
}

.article-category-item,
.article-tag-item {
display: inline-block;
margin-left: 10px;
}

.article-category-item:first-child,
.article-tag-item:first-child {
margin-left: 0;
}

.article-category-item:first-child:before {
content: "\f07b";
font-family: FontAwesome;
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 13px;
margin-right: 5px;
position: relative;
top: 1px;
}

.article-tag-item:first-child:before {
content: "\f02b";
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 13px;
margin-right: 5px;
position: relative;
top: 1px;
}

.article-category-item {
font-size: 10px;
}

.article-category-item > a {
text-decoration: underline;
}

.article-tag-item > a {
text-decoration: underline;
}

@media (min-width: 768px) {

.article-wrapper .article-comment {
background: #58C24C;
text-align: center;
position: static;
float: right;
padding: 0;
width: 45px;
height: 45px;
margin-top: 5px;
}

.article-wrapper .article-comment > i {
margin-top: 5px;
margin-right: 0;
font-size: 13px;
}

.article-related .article-comment {
right: 14px;
}

.article-wrapper .comment-count {
display: block;
margin-right: 0;
font-size: 15px;
margin: 5px 0 2px;
}

.article-wrapper .comment-text {
display: block;
}

.article-comment-single {
width: 70px;
height: 70px;
margin-top: 10px;
padding-top: 10px;
}

.article-comment-single > i {
font-size: 16px;
}

.comment-count-single {
font-size: 20px;
margin: 10px 0 5px;
}

.comment-text-single {
font-size: 16px;
}

.article-date,
.article-category,
.article-tag {
margin-right: 20px;
}

.article-meta-single .article-date,
.article-meta-single .article-category,
.article-meta-single .article-tag {
line-height: 26px;
}

.article .article-category {
display: block;
}

.article-large .article-category {
margin-right: 0;
}

.article-category-item {
font-size: 11px;
}

.article .article-meta {
height: 14px;
overflow: hidden;
}

.article-meta i {
font-size: 14px;
}

.article-date,
.article-category,
.article-tag {
font-size: 11px;
}

.article-category-item:first-child:before,
.article-tag-item:first-child:before {
font-size: 14px;
}

.article-category-item > a:hover {
text-decoration: none;
}

.article-tag-item > a:hover {
text-decoration: none;
}

}

/* 記事の本文 */

.article-body {
font-size: 14px;
line-height: 1.6;
margin-bottom: 20px;
}

.page .article-body {
margin-bottom: 0;
}

.article-body img {
max-width: 100%;
height: auto;
}

.article-body blockquote {
padding: 15px 30px 10px;
background: #f9f9f9;
border: 1px solid #eee;
margin-bottom: 20px;
position: relative;
}

.article-body blockquote:before {
content: "\f10d";
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #D0D0D0;
font-size: 15px;
position: absolute;
top: 5px;
left: 10px;
}

@media (min-width: 768px) {

.article-body {
font-size: 16px;
line-height: 1.8;
margin-bottom: 40px;
}

.article-body a:hover {
text-decoration: none;
}

.article-body blockquote {
margin-bottom: 30px;
}

}

/* セクション関連 */
.section-title-wrapper {
background: #58C24C;
text-align: center;
padding: 12px;
}

.section-title-wrapper-article {
text-align: center;
position: relative;
}

.section-title-wrapper-article:before {
content: "";
display: block;
position: absolute;
top: 14px;
left: 0;
width: 100%;
height: 2px;
background: #58C24C;
}

.section-title {
font-size: 14px;
font-weight: bold;
color: #fff;
letter-spacing: 1px;
}

.section-title-article {
font-size: 13px;
color: #58C24C;
letter-spacing: 1px;
display: inline-block;
background: #fff;
padding: 6px 15px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
border: 2px solid #58C24C;
position: relative;
z-index: 10;
line-height: 1;
}

.section-body {
background: #fff;
border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {

.section-title-wrapper {
position: relative;
background: none;
padding: 0;
margin-bottom: 14px;
}

.section-title-wrapper:before {
content: "";
display: block;
position: absolute;
top: 21px;
left: 0;
width: 100%;
height: 2px;
background: #58C24C;
}

.section-title-wrapper-article:before {
top: 21px;
}

.section-title {
font-size: 18px;
color: #58C24C;
letter-spacing: 2px;
display: inline-block;
background: #fff;
padding: 10px 25px;
border-radius: 50px;
border: 2px solid #58C24C;
position: relative;
z-index: 10;
}

.section-title-article {
font-size: 18px;
letter-spacing: 2px;
padding: 10px 25px;
}

.section-body {
border-bottom: none;
}

}

/* サブカテゴリー */
.sec-related-category {
background: #fff;
padding: 10px 5px 5px 10px;
border-bottom: 1px solid #e8e8e8;
border-top: 1px solid #e8e8e8;
}

.related-category-list {

}

.related-category-item {
display: inline-block;
}

.related-category-item:first-child:before {
content: "サブカテゴリー";
font-size: 13px;
line-height: 25px;
display: inline-block;
margin: 0 5px 6px 0;
}

.related-category-item > a {
display: inline-block;
padding: 6px 8px;
color: #888;
font-size: 10px;
border: 1px solid #dadada;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 0 0 6px 0;
}

@media (min-width: 768px) {

.sec-related-category {
padding: 30px 25px 25px 30px;
border-bottom: none;
border-top: none;
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.related-category-item > a {
font-size: 11px;
}

.related-category-item > a:hover {
color: #fff;
background: #58C24C;
border: 1px solid #58C24C;
}

}

/* 最新の記事・人気記事 */
.article-sub {
border-top: 1px solid #e8e8e8;
}

.article-sub:first-child {
border-top: none;
}

.article-sub > a {
display: block;
padding: 10px;
position: relative;
}

.article-thumb-sub {
width: 85px;
height: 85px;
float: left;
position: relative;
}

.article-thumb-sub > img {
width: 100%;
height: 85px;
}

.article-text-sub {
padding-left: 97px;
}

.article-title-sub {
font-size: 13px;
line-height: 1.6;
font-weight: bold;
margin-bottom: 10px;
height: 60px;
overflow: hidden;
color: #000;
}

.rank {
position: absolute;
top: -5px;
left: -5px;
z-index: 10;
color: #fff;
background: #58C24C;
width: 23px;
height: 23px;
line-height: 19px;
text-align: center;
font-size: 11px;
border: 2px solid #fff;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
font-weight: bold;
}

@media (min-width: 768px) {

.article-title-sub {
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.article-sub > a:hover {
background: #f6f6f6;
}

.article-sub > a:hover .article-title-sub {
color: #58C24C;
}

}

/* 記事中の固定リンク */

.article-link-list {
padding: 10px;
border: 2px solid #58C24C;
margin-top: 10px;
}

.article-link-item {
text-align: left;
margin-top: 15px;
}

.article-link-item:first-child {
margin-top: 0;
}

.article-link-item > a {
font-size: 13px;
font-weight: bold;
}

.red {
color: red;
}

@media (min-width: 768px) {

.article-link-list {
padding: 20px;
margin-top: 20px;
}

.article-link-item > a {
font-size: 14px;
}

.article-link-item > a:hover {
text-decoration: underline;
}

}

/* サムネイルのいいね */

.like-thumb-wrapper {
margin-bottom: 20px;
}

.like-thumb {
float: left;
width: 120px;
height: 88px;
}

.like-thumb > img {
width: 100%;
height: 100%;
}

.like-thumb-text {
background: #58C24C;
padding: 10px 10px 10px 130px;
text-align: center;
}

.like-thumb-lead {
color: #fff;
font-size: 12px;
line-height: 1.6;
margin-bottom: 10px;
text-shadow: 1px 1px 10px #1C7512;
}

@media (min-width: 768px) {

.like-thumb-wrapper {
margin-bottom: 40px;
}

.like-thumb {
width: 300px;
height: 180px;
}

.like-thumb-text {
padding: 35px 30px 35px 330px;
text-align: center;
margin-bottom: 20px;
}

.like-thumb-lead {
font-size: 18px;
line-height: 1.8;
margin-bottom: 26px;
}

}

/* 関連キーワード */
.related-keyword-list {
padding: 0 15px 15px;
}

.related-keyword-item {
float: left;
margin: 0 5px 5px 0;
font-size: 12px;
height: 28px;
line-height: 28px;
}

.related-keyword-item:first-child {
display: block;
margin: 0 0 7px 0;
font-weight: bold;
float: none;
}

.related-keyword-item > a {
display: block;
padding: 0 12px;
color: #3E3E3E;
border: 1px solid #D8D8D7;
letter-spacing: 1px;
}

@media (min-width: 768px) {

.related-keyword-list {
padding: 0;
}

.related-keyword-item:first-child {
margin: 0 20px 5px 0;
float: left;
}

.related-keyword-item > a:hover {
color: #000;
border: 1px solid #aaa;
}

}

/* 関連する記事 */
.related-article {
margin-bottom: 20px;
}

@media (min-width: 768px) {

.related-article {
margin-bottom: 26px;
}

.article-related-wrapper {
margin-top: 14px;
}

}

/* コメント一覧 */
.comments-area {
margin-top: 20px;
}

.comments-list {
margin-bottom: 20px;
}

.depth-1 {
margin-top: 15px;
border-bottom: 1px solid #e8e8e8;
}

.depth-1:first-child {
margin-top: 0;
}

.comment-contents {
position: relative;
margin-bottom: 10px;
}

.comment-info {
padding-right: 25px;
}

.comment-number,
.comment-author,
.comment-date,
.comment-id {
float: left;
font-size: 10px;
margin: 0 5px 10px 0;
color: gray;
}

.comment-number > span {
display: inline-block;
}

.comment-author {
color: green;
font-weight: bold;
}

.comment-edit {
position: absolute;
top: -3px;
right: 0;
}

.comment-edit-link:before {
content: "\f044";
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
color: #888;
}

.comment-body {
font-size: 14px;
line-height: 1.6;
padding-bottom: 30px;
}

.comment-reply {
position: absolute;
bottom: 0;
right: 0;
}

.comment-reply > a {
display: block;
font-size: 10px;
color: #fff;
background: #58C24C;
padding: 5px 7px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
-webkit-box-shadow: 0 2px 0 #449C3;
-moz-box-shadow: 0 2px 0 #449C3;
box-shadow: 0 2px 0 #449C3B;
}

.comment-reply-link {
font-size: 10px;
display: block;
border: 1px solid #333;
color: #000;
padding: 6px;
position: relative;
top: -5px;
}

.comment-reply-link:before {
content: "\f112";
font-family: FontAwesome;
font-size: 13px;
margin-right: 5px;
position: relative;
top: 1px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.comments-nav {
margin-bottom: 20px;
}

.comments-nav-previous {
float: left;
}

.comments-nav-next {
float: right;
}

.comments-nav-previous > a,
.comments-nav-next > a {
display: block;
font-size: 13px;
}

.comments-nav-previous > a:before {
content: "\f191";
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 8px;
}

.comments-nav-next > a:after {
content: "\f152";
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 8px;
}

@media (min-width: 768px) {

.comments-area {
}

.comments-list {
margin-bottom: 30px;
}

.depth-1 {
margin-top: 20px;
}

.depth-1:first-child {
margin-top: 0;
}

.comment-contents {
margin-bottom: 20px;
}

.comment-info {
padding-right: 0;
margin-bottom: 5px;
}

.comment-number,
.comment-author,
.comment-date,
.comment-id {
font-size: 12px;
}

.comment-reply > a:hover {
background: #6BDA5F;
-webkit-transform: translate3d(0px,2px,0);
-moz-transform: translate3d(0px,2px,0);
transform: translate3d(0px,2px,0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.comment-body {
font-size: 16px;
line-height: 1.8;
}

.comments-nav {
margin-bottom: 30px;
}

.comments-nav-previous > a,
.comments-nav-next > a {
font-size: 14px;
}

.comments-nav-previous > a:hover,
.comments-nav-next > a:hover {
color: #369BC3;
}

}

/* コメントフォーム */

.comment-respond {
padding: 10px;
background: #f7f7f7;
border: 1px solid #f1f1f1;
}

.comment-form input,
.comment-form textarea,
.comment-form #submit-btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
width: 100%;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

#reply-title {
font-size: 12px;
line-height: 2;
color: #999;
font-weight: normal;
}

#reply-title a {
font-size: 12px;
font-weight: normal;
text-decoration: underline;
}

#reply-title a:hover {
text-decoration: none;
}

.logged-in-as {
font-size: 12px;
line-height: 1.6;
color: #aaa;
margin-bottom: 20px;
}

.login-name {
float: left;
}

.login-name > a {
margin-right: 5px;
}

.logout-text {
float: left;
}


.logged-in-as > a {
text-decoration: underline;
}

.comments-title {
color: #3d3d3d;
font-size: 15px;
font-weight: bold;
margin: 0 -10px 10px;
padding: 0 10px 10px;
border-bottom: 1px solid #ddd;
}

.comment-form-author,
.comment-form-comment {
margin-bottom: 15px;
}

.comment-form-author {
margin-top: 20px;
}

.input-author,
.textarea-comment {
background: #fff;
border: 1px solid #efefef;
padding: 10px;
display: block;
font-size: 14px;
line-height: 1.6;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

.textarea-comment {
height: 160px;
}

.input-author:focus,
.textarea-comment:focus {
background: #FFFFF2;
}

.comment-form label {
display: block;
font-size: 14px;
margin-bottom: 10px;
}

#submit-btn {
padding: 10px 15px;
color: #fff;
background: #58C24C;
border: none;
font-size: 12px;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 0 #449C3;
-moz-box-shadow: 0 2px 0 #449C3;
box-shadow: 0 2px 0 #449C3B;
}

@media (min-width: 768px) {

.comment-respond {
padding: 30px;
}

.logged-in-as {
margin-bottom: 25px;
}

#submit-btn {
padding: 15px;
font-size: 13px;
}

.comments-title {
margin: 20px -20px;
padding: 0 20px 10px;
font-size: 18px;
font-weight: bold;
}

.comment-form label {
font-size: 16px;
margin-bottom: 15px;
}

.comment-form-author,
.comment-form-comment {
margin-bottom: 30px;
}

.comment-form-author {
margin-top: 30px;
}

.input-author,
.textarea-comment {
font-size: 16px;
line-height: 2.2;
}

#submit-btn:hover {

-webkit-transform: translate3d(0px,2px,0);
-moz-transform: translate3d(0px,2px,0);
transform: translate3d(0px,2px,0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.logged-in-as > a:hover {
text-decoration: none;
}

}

/* ページネーション（単一記事） */
.single-pagination {
margin: 0 -5px 20px;
}

.single-pagination > div {
width: 33.33333%;
display: inline-block;
padding: 0 5px;
}

.single-pagination a {
display: block;
font-size: 12px;
text-align: center;
padding: 10px 0;
background: #5F5F5F;
color: #fff;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 0 #1F1F1F;
-moz-box-shadow: 0 2px 0 #1F1F1F;
box-shadow: 0 2px 0 #1F1F1F;
}

@media (min-width: 768px) {

.single-pagination {
margin: 0 -20px 40px;
}

.single-pagination > div {
padding: 0 20px;
}

.single-pagination a {
padding: 15px 0;
font-size: 13px;
}

.single-pagination a:hover {
background: #717171;
-webkit-transform: translate3d(0px,2px,0);
-moz-transform: translate3d(0px,2px,0);
transform: translate3d(0px,2px,0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

}

/*
sub
*/

.section-title-sub {
font-size: 14px;
font-weight: bold;
text-align: center;
background: #58C24C;
padding: 12px;
color: #fff;
letter-spacing: 1px;
}

@media (min-width: 768px) {

.section-title-sub {
text-align: left;
background: #fff;
padding: 15px;
color: #000;
position: relative;
letter-spacing: 2px;
border-top: 1px solid #58C24C;
border-bottom: 1px solid #e8e8e8;
}

.section-title-sub:before {
content: "";
display: block;
width: 20px;
height: 35px;
background: #58C24C;
position: absolute;
top: 0;
right: 10px;
}

.section-title-sub:after {
content: "";
display: block;
position: absolute;
bottom: 9px;
right: 10px;
border: 10px solid transparent;
border-bottom-color: #fff;
}

}

/* カテゴリー */
.cat-list-sub > .cat-item {
border-top: 1px solid #e8e8e8;
}

.cat-list-sub > .cat-item:first-child {
border-top: none;
}

.cat-list-sub a {
display: block;
padding: 15px;
font-size: 13px;
position: relative;
}

@media (min-width: 768px) {

.cat-list-sub a:hover {
background: #f6f6f6;
color: #58C24C;
}

}

/* アーカイブ */
.month-item {
border-top: 1px solid #e8e8e8;
}

.month-item:first-child {
border-top: none;
}

.month-item > a {
display: block;
padding: 15px;
font-size: 13px;
position: relative;
}

@media (min-width: 768px) {

.month-item > a:hover {
background: #f6f6f6;
color: #58C24C;
}

}

/* カテゴリー、アーカイブの件数 */
.count {
margin-left: 10px;
}

/* タグクラウド */
.tagcloud {
padding: 15px 10px 9px 15px;
}

.sp-tagcloud {
padding: 10px 4px 4px 10px;
}

.tagcloud > a,
.sp-tagcloud > a {
display: block;
padding: 6px 8px;
color: #888;
font-size: 10px !important;
border: 1px solid #dadada;
margin: 0 5px 6px 0;
float: left;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.sp-tagcloud > a {
background: #fff;
}

@media (min-width: 768px) {

.tagcloud > a {
font-size: 11px !important;
}

.tagcloud > a:hover {
color: #fff;
background: #58C24C;
border: 1px solid #58C24C;
}

.tagcloud > a:hover:before {
color: #369BC3;
}

}

/* 相互リンク集 */

.sub-link-item {
border-top: 1px solid #e8e8e8;
}

.sub-link-item:first-child {
border-top: none;
}

.sub-link-item > a {
display: block;
padding: 15px;
font-size: 13px;
position: relative;
}

@media (min-width: 768px) {

.sub-link-item > a:hover {
background: #f6f6f6;
color: #58C24C;
}

}

/* オススメ記事 */

.sidebar_rss1_wrapper {
padding: 10px;
}

.sidebar_rss1 {
position: relative;
margin: 10px auto 0;
width: 280px;
}

.sidebar_rss1:first-child {
margin-top: 0;
}

.image > img {
width: 100%;
}

.texts {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: rgba(0,0,0,0.5);
padding: 10px;
color: #fff;
font-size: 14px;
line-height: 1.6;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

@media (min-width: 768px) {

.sidebar_rss1 > a:hover .texts {
background: rgba(88,194,76,0.65);
}

}

/* ページネーション */

.pagination {
position: relative;
text-align: center;
margin: 10px 0 20px
}

.page-position {
text-align: center;
color: #5a5a5a;
font-weight: bold;
font-size: 12px;
line-height: 26px;
}

.paging {
display: none;
}

.page-prev {
position: absolute;
top: 0;
left: 10px;
color: #000;
font-weight: bold;
font-size: 11px;
background: #fff;
height: 26px;
line-height: 26px;
padding: 0 10px;
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.page-next {
position: absolute;
top: 0;
right: 10px;
color: #000;
font-weight: bold;
font-size: 11px;
background: #fff;
height: 26px;
line-height: 26px;
padding: 0 10px;
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.page-prev > i {
margin-right: 5px
}

.page-next > i {
margin-left: 5px
}

@media (min-width: 768px) {

.pagination {
margin: 26px 0 40px
}

.page-position {
display: none;
}

.paging {
display: inline-block;
padding: 0 12px;
height: 35px;
line-height: 35px;
background: #fff;
color: #000;
font-weight: bold;
font-size: 13px;
margin: 0 2px;
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.current {
background: #505050;
color: #fff;
}

.page-prev,
.page-next {
padding: 0 12px;
height: 35px;
line-height: 35px;
font-size: 13px;
}

.page-prev {
left: 0;
}

.page-next {
right: 0;
}

.pagination > a:hover {
background: #58C24C;
color: #fff;
}

}

/* 検索ボタン */
.search-btn {
position: absolute;
top: 0;
left: 0;
color: #fff;
width: 34px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
font-size: 15px;
border-right: 1px solid #83CA7C;
border-left: 1px solid #83CA7C;
color: #BBEFB5;
overflow: hidden;
}

.search-btn > .fa-search {
position: absolute;
top: 0;
left: 0;
display: block;
width: 34px;
height: 30px;
line-height: 30px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.search-btn > .fa-times {
position: absolute;
bottom: -30px;
left: 0;
display: block;
width: 34px;
height: 30px;
line-height: 30px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.search-active .search-btn > .fa-search {
top: -30px;
background: #fff;
color: #58C24C;
z-index: 1500;
}

.search-active .search-btn > .fa-times {
bottom: 0;
background: #fff;
color: #58C24C;
z-index: 1500;
}

@media (min-width: 768px) {

.search-btn {
left: auto;
right: 0;
}

.search-btn:hover {
color: #fff;
background: #85CE7D;
}

}

/* 検索ボックス */
.search-box {
display: none;
position: fixed;
top: 30px;
left: 0;
right: 0;
z-index: 5;
}

.search-active .search-box {
z-index: 1500;
}

.search-form {
background: #fff;
padding: 20px 10px;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
position: relative;
}

.search-form > input,
.search-form > button {
font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 34px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.in-text {
width: 100%;
background: #e7e7e7;
padding: 0 45px 0 15px;
color: #7d7d7d;
font-size: 12px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
border: 1px solid #e7e7e7;
}

.in-text:focus {
border: 1px solid #c7c7c7;
}

.btn-submit {
width: 40px;
background: none;
color: #7d7d7d;
font-size: 14px;
position: absolute;
top: 20px;
right: 10px;
-moz-border-radius: 0 50px 50px 0;
-webkit-border-radius: 0 50px 50px 0;
border-radius: 0 50px 50px 0;
padding: 0;
border: none;
}

.search-form input::-webkit-input-placeholder {
color: #aaa;
}
 
.search-form input::-moz-placeholder {
color: #aaa;
}
 
.search-form input:-moz-placeholder {
color: #aaa;
}

.search-form input:-ms-input-placeholder {
color: #aaa;
}

@media (min-width: 768px) {

.search-box {
right: 1px;
}

.search-form {
width: 330px;
float: right;
}

.btn-submit:hover {
color: #fff;
background: #58C24C;
}

}

@media (min-width: 1024px) {

.search-box {
top: 31px;
}

}

/* フッター */

.copyright {
text-align: center;
font-size: 10px;
color: #fff;
}

@media (min-width: 768px) {

.copyright {
font-size: 12px;
}

}

/* 相互RSS */

.sec-rss {
background: #fff;
margin: 0 10px 20px;
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.sec-rss-article {
height: 188px;
overflow: hidden;
border: 1px solid #e8e8e8;
}

.sec-rss-item {
height: 188px;
overflow: hidden;
}

.sec-rss-item:first-child {
border-right: 1px solid #e8e8e8;
}

.blogroll-list-wrap {
border-bottom: 1px solid #e8e8e8;
}

.blogroll-list {
border-top: 1px solid #e8e8e8;
}

.blogroll-list:first-child {
border-top: none;
}

.blogroll-ad-text > a,
.blogroll-link {
font-weight: bold;
font-size: 13px;
line-height: 1.3;
overflow: hidden;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 5px 15px;
}

.blogroll-link:before {
content: "\f152";
font-family: FontAwesome;
display: inline-block;
color: #58C24C;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 5px;
}

.blogroll-icon,
.blogroll-favicon,
.blogroll-hatebu,
.blogroll-link-time,
.blogroll-new-entry {
display: none;
}

.blogroll-ad-img {
padding: 10px 10px 0;
}

.blogroll-ad-default {
font-size: 13px;
padding: 10px;
}

@media (min-width: 768px) {

.sec-rss {
margin: 0 0 40px;
}

.sec-rss-item {
width: 50%;
float: left;
height: 250px;
overflow: auto;
}

.sec-rss-article {
margin: 0 0 40px;
}

.blogroll-link:hover {
background: #f6f6f6;
color: #58C24C;
}

.blogroll-ad-default {
font-size: 14px;
}

}

/* メニューボタン */
.menu-btn {
position: absolute;
top: 0;
right: 0;
width: 34px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
font-size: 20px;
border-right: 1px solid #83CA7C;
border-left: 1px solid #83CA7C;
overflow: hidden;
color: #BBEFB5;
}

.menu-btn > .fa-bars {
position: absolute;
top: 0;
left: 0;
display: block;
width: 34px;
height: 30px;
line-height: 30px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.menu-btn > .fa-times {
position: absolute;
bottom: -34px;
left: 0;
display: block;
width: 34px;
height: 30px;
line-height: 30px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
font-size: 15px;
}

.sb-active .menu-btn > .fa-bars {
top: -34px;
background: #fff;
color: #58C24C;
z-index: 1500;
}

.sb-active .menu-btn > .fa-times {
bottom: 0;
background: #fff;
color: #58C24C;
z-index: 1500;
}

@media (min-width: 768px) {

.menu-btn {
display: none;
}

}

@media (min-width: 1024px) {

.menu-btn {
display: none;
}

}

/* スマホメニュー */
#sb-site {
background: #f3f3f3;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}

.sb-slidebar {
background: #505050;
}

.sp-menu-title {
background: #58C24C;
text-align: center;
padding: 12px;
font-size: 14px;
font-weight: bold;
color: #fff;
letter-spacing: 1px;
}

.sp-menu-site-item,
.sp-menu-list > .cat-item {
border-top: 1px solid #6D6D6D;
}

.sp-menu-site-item:fisrt-child,
.sp-menu-list > .cat-item:first-child {
border-top: none;
}

.sp-menu-site-item > a,
.sp-menu-list > .cat-item > a {
display: block;
padding: 10px;
font-size: 12px;
line-height: 1.6;
color: #fff;
}

@media (min-width: 768px) {

}

/* 広告 */
.sec-ad {
text-align: center;
}

.sec-latest .sec-ad {
text-align: center;
margin: 0;
padding: 20px 0;
border-bottom: 1px solid #e8e8e8;
}

.sec-ad-sub {
text-align: center;
}

.sec-ad-article {
text-align: center;
}

@media (min-width: 768px) {

.sec-latest .sec-ad {
clear: both;
padding: 24px 0 40px;
border-bottom: none;
}

.ad-article {
display: inline-block !important;
margin: 0 15px;
}

}

/* 共通のスタイル */

.sp-hidden {
display: none;
}

.sp-tb-hidden {
display: none;
}

@media (min-width: 768px) {

.sp-hidden {
display: block;
}

.pc-hidden {
display: none
}

}

@media (min-width: 1024px) {

.sp-tb-hidden {
display: block;
}

}

/* まとめくす */

.t_h{
font-size: 12px;
border-bottom: 1px dotted #ccc;
padding-bottom: 10px;
}

.t_b {
padding-left: 0 !important;
}

.sample2 {
    position: relative;
    color: #ffffff ;
    background: #5fb955;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #7e1083;
}
.sample2:after, sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.sample2:after {
    left: 0;
    border-right: 5px solid #333;
}
.sample2:before {
    right: 0;
    border-left: 5px solid #333;
}

.sample3 {
    position: relative;
    color: #7e1083 ;
    background: #ffffff;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #7e1083;
}
.sample3:after, sample3:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.sample3:after {
    left: 0;
    border-right: 5px solid #333;
}
.sample3:before {
    right: 0;
    border-left: 5px solid #333;
}

/* Twitter */
.twblock {
	margin-left: 10px;
	margin-bottom: 50px;
	font-size: 1.1em;
	color: #000000;
}

/*
.twblock a {
	font-weight: bold;
}
*/

.twblock blockquote {
	font-size:13px;
}

.twblock blockquote a {
	font-weight: none;
}

.twblock .tw_matome_list {
	margin:10px 10px 15px 0;
}

.tw_matome_list{
  padding:10px;
  font-family:Meiryo,Tahoma,Verdana,Segoe,sans-serif;
  border: ridge #333333;
  margin: 0px 0px 10px 0px;
}

.tw_matome_list a:link{ color: #4682b4; text-decoration: none;}
.tw_matome_list a:visited{ color: #4682b4; text-decoration: none;}
.tw_matome_list a:hover{ color: #999; text-decoration: none;}	



.tw_matome_list img{
  float:left;
  padding:0 10px 10px 0;
}

.tw_matome_user{
	font-size: 0.7em;
	margin-bottom: 15px;
}

.tw_matome_contents{
	font-size: 1.15em;
	font-weight: bold;
	color: #232323;
	overflow: hidden;
	margin: 5px 0 0 0;
}
.tw_matome_contents img {
	float: none;
}

.tw_matome_contents2{
	font-size: 1.1em;
	color: #dc143c;
	overflow: hidden;
	margin: 5px 0 0 0;
}

.tw_matome_contents3{
 font-size:14px;
 color:green;
 font-weight:bold;
}

.tw_matome_time {
	font-size: 0.6em;
	font-weight: normal;
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 7px;
}

.tw_matome_menu{
	font-size: 0.7em;
	display: block;
	float: right;
}

.tw_matome_menu a:link{color:#999; text-decoration: none;}
.tw_matome_menu a:visited{color:#999; text-decoration: none;}
.tw_matome_menu a:hover{color:#CCC; text-decoration: none;}

.tw_matome_clear{
  clear:both;
}

.twitwi {
    padding: 20px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.tg_usr_thumb {
    padding: 20px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
    width: 30px!important;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    border:none;"
}

.twimato {
    position: relative;
    color: #ffffff ;
    background: #00aced;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #00aced ;
    border-top:3px solid #ffffff;
}
.twimato:after, twimato:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.twimato:after {
    left: 0;
    border-right: 5px solid #333;
}
.twimato:before {
    right: 0;
    border-left: 5px solid #333;
}

.item-box {
  padding: 10px;
  border:  1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #ccc;
}
.item-box:after {
    content: '';
    display: block;
    clear: both;
}

.item-box img {
  max-width: 100%;
}

.item-box > div {
  float:  left;
  width: 50%;
}

.item-box-left {
  padding-left: 0;
}

.item-box-right {
  position: relative;
}

.item-box-right h4 {
    margin: 0;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
}

.item-box-right h4 a {
      letter-spacing: 1px;
  font-size:  20px;
  font-weight: bold;
  color:  #666;
  margin-top: 0;
  padding-top: 0;
}

.item-box-right p {
  font-size: 14px;
}

.item-box-right .item-btn {
    font-size:18px;
    text-decoration:none;
    letter-spacing: 1px;
    display:block;
    text-align:center;
    padding: 10px 20px;
    color:#fff;
    background-color:#4CAF50;
    border-radius:5px;
    box-shadow:2px 2px 0 #2E7D32, 0px 3px rgba(0,0,0,0.5);
}

.item-box-right .item-btn a {
  text-decoration: none;
  color:  #fff;
  display: block;
}

.item-box-right .item-label {
  background-color:  #FBC02D;
  display: inline-block;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: rotate(10deg);
  box-shadow: 1px 1px 5px #ccc; 
}

@media screen and (max-width: 720px) {
  .item-box > div {
    width: 100%;
  }
  .item-box-right {
    margin-top: 40px;
  }

  .item-box-right .item-label {
    right: -20px;
  }
}