@charset "UTF-8";
/************************************
** 基本
************************************/
p {
    margin: 2em 0;
}
a {
    color: #78CE45;
}
.wp-caption-text, .gallery-caption {
    margin: 0.5em 0;
}
a:hover {
    color: #FFDC00;
}
body {
    /*background: #f5f5f5;*/
    background: #ffffff;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    overflow-wrap: break-word;
}
/************************************
** フォーム関連
************************************/
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 8px;
    border: 1px solid #78CE45;
    font-size: 14px;
}
.search-submit {
    line-height: 35px;
}
/************************************
** 投稿・固定ページで使うHTML要素
************************************/
.logo-image {
    padding: 20px 0 10px 0;
}
.header-container {
    background: none;
}
.footer {
    background: #B9D35E;
}
/************************************
** テーブル
************************************/
table {
    border: solid 1px #78CE45;
}
table th, table td {
    border-color: #78CE45;
}
table th {
    font-weight: normal;
    background-color: #78CE45;
}
/************************************
** 見出し
************************************/
/*.article h2, .article h3, .article h4, .article h5, .article h6 {
  color: #ffda04;
}*/
/*.article h3, .article h4, .article h5, .article h6 {
  margin-top: 40px;
  margin-bottom: 35px;
}

.article h4, .article h5, .article h6 {
  font-size: 18px;
}*/


/*.articl h1{
	border-top:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-left:5px #78CE45 solid;
	padding:10px;
	font-size:140%;
	font-weight:bold;
	line-height:150%;
}

.articl h2{
	font-size:125%;
	font-weight:bold;
	line-height:150%;
	padding-bottom:8px;
	border-bottom:1px #ccc solid;
}

.articl h3{
	font-size:110%;
	font-weight:bold;
	line-height:150%;
}
*/
/*

.article h2 {
  margin-bottom: 40px;
  padding: 0.625em;
  border-bottom: 1px solid #78CE45;
  background: #f6f9f9;
  font-size: 22px;
}

.article h3 {
  padding: 12px 10px;
  border: none;
  background: #78CE45;
  font-size: 20px;
}

.article h4 {
  border-top: 1px solid #78CE45;
  border-bottom: 1px solid #78CE45;
}*/



.article h1 {
}
.article h2 {
    font-size: 1.5em;
    padding: .5em .3em;
    background-color: #ffffff;
   /* border: 2px solid #78CE45;*/
    border-left: 10px solid #78CE45;
    border-radius: 0;
}
.article h3 {
    font-size: 1.3em;
    padding: .5em;
    border: none;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    background: #ffffff;
    /*padding: .5em .75em;
  background-color: #f78CE45;
  border-radius: 6px;*/
}
/*.article h3::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #78CE45;
}*/
.article h4 {
    border: none;
    color: #444d53;
    margin-top: 40px;
    border-bottom: solid 2px #444d53;
}
.article h5 {
    color: #444d53;
    margin-top: 40px;
    border-bottom: solid 2px #444d53;
}
.article h6 {
    color: #444d53;
    margin-top: 40px;
    border-bottom: solid 1px #444d53;
}
.post-title {
    font-size: 26px;
    margin: 16px 0;
    line-height: 1.3;
    padding: 0 0 10px 0;
}
.cat-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 8px;
    font-size: 12px;
    background-color: #FFDC00;
    /*border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
    word-break: break-all;
}
.cat-link:hover {
    opacity: 1;
    background: #FFDC00;
    transition: all .5s ease;
    color: #fff;
}
.tag-link {
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 8px;
    font-size: 12px;
    background-color: #FFFFFF;
    border: none;
    /*border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
    word-break: break-all;
}
.tag-link:hover {
    background: #FFDC00;
    transition: all .5s ease;
    color: #fff;
}
.tag-link::before {
    content: "#";
    padding-right: 3px;
}
.date-tags {
    line-height: .8;
    text-align: right;
    color: #aaa;
    position: relative;
}
.date-tags:before {
/*    content:"";
    display: block;
    position: absolute;
   top: -16px;
    height: 4px;
    width: 100%;
    background: -webkit-linear-gradient(left, #72c7e6 0%,#8ae2d7 100%);
    background: linear-gradient(to right, #72c7e6 0%,#8ae2d7 100%);*/
}
.post-date, .post-update {
    padding: 2px;
    display: inline;
    font-size: 13.5px;
}
.post-date::before {
    font-family: FontAwesome;
    content: "\f040";
    padding-right: 3px;
}
.post-update::before {
    font-family: FontAwesome;
    content: "\f021";
    padding-right: 3px;
}
/************************************
** ヘッダー
************************************/
.header-container {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04);
}
/************************************
** グローバルメニュー
************************************/
.navi-in > ul .sub-menu {
    background-color: rgba(205, 222, 224, 0.9);
}
.navi-in > ul .sub-menu a:hover {
/*background-color: rgba(174, 201, 204, 0.9);*/
}
.navi-in a {
    font-size: 14px;
}
.navi-in a:hover {
    background-color: #FFDC00;
}


/************************************
** モバイルヘッダーナビ
************************************/
@media screen and (max-width: 768px) {
#navi .navi-in > .menu-mobile a {
    border-top: 1px solid #78CE45;
    border-right: 1px solid #78CE45;
    color: #78CE45;
}
#navi .navi-in > .menu-mobile a:nth-child(even) {
    border-right: none;
}
#navi .navi-in > .menu-mobile a:hover {
    background-color: #FFDC00;
}
.navi-in a:hover {
    background-color: #FFDC00;
}
}
.sns-share.ss-high-and-low-lc a > span .sns-share-message, .sns-follow-message {
    text-align: left;
}
.sns-share-buttons a, .sns-follow-buttons a, .sidebar .sns-follow-buttons a, .footer .sns-follow-buttons a {
    width: 34px !important;
    height: 34px;
    margin-right: 8px;
    background-color: #78CE45;
    color: #ffffff;
}
.sns-share-buttons a:last-child, .sns-follow-buttons a:last-child, .sidebar .sns-follow-buttons a:last-child, .footer .sns-follow-buttons a:last-child {
    margin-right: 0;
}
.sns-share-buttons a span.social-icon {
    padding-top: 0;
    font-size: 20px !important;
}
.sns-follow-buttons a {
    font-size: 28px !important;
}
.ss-top a.share-button {
    width: 12% !important;
    height: 34px;
}
.ss-top .sns-share-buttons {
    justify-content: center;
}
.ss-bottom .sns-share-buttons, .sns-follow-buttons, .sidebar .sns-follow-buttons, .footer .sns-follow-buttons {
    justify-content: left;
}
.button-caption, .share-count {
    display: none !important;
}
/************************************
** 記事ページ
************************************/
.article-footer, .entry-footer {
    margin-top: 3em;
    padding-top: 3em;/*border-top: 1px solid #78CE45;*/
}
.breadcrumb {
    font-size: 12px !important;
}
@media screen and (max-width: 480px){
.entry-title  {
    font-size: 22px !important;
}
}

/************************************
** 画像
************************************/
div.eye-catch-wrap .eye-catch-caption {
    color: #aaa;
    font-size: 0.7em;    
    padding: -.2em .12em 3em !important;
    text-align: right;
    width: 100%;    
}
div.eye-catch-wrap .eye-catch-caption a {
     color: #aaa;
}
div.eye-catch-wrap .eye-catch-caption::before {
    /*font-family: FontAwesome;*/
    content: "\51FA\5178\FF1A";
    padding-right: 3px;
}
/************************************
** ブログカード
************************************/
.blogcard-wrap .blogcard {
    padding: 1.2% 2%;
    border: 1px solid #78CE45;
    background-color: #ffffff;
}
.blogcard-wrap .blogcard:hover {
    border: 1px solid #78CE45;
    background-color: #FFDC00;
}
/************************************
** 目次
************************************/
.toc {
    width: 80%;
    border: 1px solid #78CE45;
}
.toc-content {
    border-top: 1px solid #78CE45;
}
/************************************
** 引用（blockquote）
************************************/
blockquote {
    padding: 10px 30px 10px 50px;
    border-color: #78CE45;
    background-color: #fcfdfd;
}
blockquote::before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 12px;
    color: #dde8ea;
    font-family: FontAwesome;
    font-size: 30px;
    vertical-align: middle;
    line-height: 1;
    content: "\f10d";
}
blockquote::after {
    content: none;
}
/************************************
** 画像
************************************/
.wp-caption {
    border: 1px solid #78CE45;
    border-radius: 0;
    background-color: #333;
}
p.wp-caption-text {
    margin: 0;
    padding: 0.5em 0;
}
.wp-caption img {
    vertical-align: bottom;
}
/************************************
** カテゴリリンク・タグリンク
************************************/
.cat-link {
    background-color: #ffec04;
    color: #333;
}
.cat-link:hover {
    background-color: #ffec04;
    opacity: 0.7;
    color: #333;
}
.widget_categories ul {
}
.widget_categories ul li a {
    color: #333;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
    border-top: 1px dotted #ccc;
    font-size: 16px;
}
.widget_categories ul li a::before {
    font-family: FontAwesome;
    content: "\f0da";
    padding-right: 10px;
}
.widget_categories > ul > li > a:first-child {
    border-top: none;
}
.widget_categories > ul > li > a:last-child {
    border-bottom: 1px dotted #ccc;
}
.widget_categories ul li a .post-count {
    display: block;
    float: right;
    background: #ededed;
    padding: 0 1em;
    font-size: 14px;
    margin-top: .3em;
    border-radius: 4px;
}
.widget_categories ul li a:hover {
    background: none;
    transition: 0.5s;
    /*color: #FFDC00;*/
}
.widget_categories ul li a:hover .post-count {
    background: #FFDC00;
    /*color: #fff;*/
    transition: 0.5s;
}
.tag-link, .comment-reply-link {
    border: 1px solid #78CE45;
    color: #78CE45;
}
.tag-link:hover, .comment-reply-link:hover {
    background-color: #FFDC00;/*color: #F7F39A;*/
}
.tagcloud {
    margin-top: -10px;
}
.tagcloud a {
    background: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #333;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 13px;
    margin: 2px;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
}
.tagcloud a .tag-caption::before {
    content: "#";
    padding-right: 3px;
}
.tagcloud a:hover {
    background: #FFDC00;
    border: 1px solid #FFDC00;
    /*color: #ffffff;*/
    transition: 0.5s;
}
/************************************
** ページャーリンク
************************************/
.pager-links a {
    text-decoration: none;
}
.pager-links a span {
    background-color: #78CE45;
    color: #333;
    transition: all 0.4s ease-out;
}
.pager-links a:hover span {
    background-color: #FFDC00;
    color: #333;
}
/************************************
** ページナンバー
************************************/
.page-numbers {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 2px;
    line-height: 30px;
}
a.page-numbers {
    background-color: #78CE45;
    color: #333;
    transition: all 0.4s ease-out;
}
a.page-numbers:hover {
    background-color: #FFDC00;
    color: #333;
}
/************************************
** 投稿ナビ
************************************/
.pager-post-navi {
    border: 1px solid #78CE45;
}
.pager-post-navi .card-thumb img {
    vertical-align: bottom;
}

@media screen and (max-width: 480px) {
.pager-post-navi a figure {
    min-width: 20%;
    max-width: 20%;
}
.pager-post-navi a.next-post {
    border-top: 1px solid #78CE45;
}
}

@media screen and (min-width: 481px) {
.pager-post-navi {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}
.pager-post-navi a.prev-post, .pager-post-navi a.next-post {
    width: 50%;
    margin: 0;
}
.pager-post-navi::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #78CE45;
    content: "";
}
}
.pager-post-navi a.prev-post::before, .pager-post-navi a.next-post::before {
    color: #78CE45;
}
/************************************
** 関連記事
************************************/
.related-entry-heading, .comment-title {
    padding: 2px 10px;
    border-bottom: 2px solid #FFD64D;
    color: #333;
    font-size: 1.2em;
}
.related-entry-card-title {
    color: #333;
}
.related-entry-border .related-entry-card-wrap {
    border: 1px solid #FFEA2E;
}
/************************************
** エントリーカード
************************************/
.list .entry-card-thumb {
margin-top: 1.7em;
}
.list .entry-card-title {
    /*margin-bottom: 0.4em;
    padding: 0.4em 0;*/
    /*border-bottom: 2px solid #78CE45;*/
  /*font-weight: normal;*/
    /*margin-top: 10px;*/
    line-height: 1.5;
}
.entry-card-title {
    position: relative;
    /*display: inline-block;*/
    transition: .3s;
}

/*.entry-card-title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  background: #FFEA2E;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.entry-card-title:hover::after {
  transform: scale(1, 1);
}
*/

.entry-card-title:hover {
    color: #78CE45;
}
.entry-card-title::after {
    position: absolute;
    bottom: .3em;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #78CE45;
    opacity: 0;
    transition: .3s;
}
.entry-card-title:hover::after {
    bottom: 0;
    opacity: 1;
}

.ect-tile-card-2 {
 	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}


@media screen and (max-width: 480px) {
.list .entry-card-title {
    margin-bottom: 0.3em;
    /*padding: 0.3em 0;*/
    border: none;
}
}
.list .entry-card-snippet {
    color: #333;
    line-height: 1.5;
}
.list .card-thumb img {
    /*border: 3px solid #fff;*/
    border-radius: 4px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    transition: all 0.4s ease-out;
}
.list .a-wrap:hover {
    background: none;/* border-radius: 4px;
  background: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}
.list .a-wrap:hover .card-thumb img {
    border-radius: 0;
    box-shadow: none;
}
/*.a-wrap:hover {
  background-color: #FFD;
}*/

.cat-label {
    font-size: .8em !important;
    top: 3px;
    left: 3px;
    padding: 1px 8px 1px 8px;
    border: none;
    border-top-width: 0;
    border-left-width: 0;
    color: #333;
    background-color: rgba(255, 218, 4, 0.9);
}

@media screen and (min-width: 769px) {
.entry-card-thumb {
    width: 30%;
}
.entry-card-content {
    margin-left: 35%;
}
}
/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next-link {
    margin: 4em auto 0;
    padding: 8px 0;
    border: none;
    border-radius: 4px;
    background-color: #78CE45;
    color: #333;
    font-size: 0.938em;
    transition: all 0.4s ease-out;
}
.pagination-next-link:hover {
    background-color: #ffec04;
    color: #333;
}

@media screen and (min-width: 768px) {
.pagination-next-link {
    width: 60%;
}
}
/************************************
** サイドバー
************************************/
/*.sidebar h3 {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 5px;
  border-bottom: 2px solid #78CE45;
  background: none;
  color: #333;
  font-size: 18px;
}
.sidebar h3::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  border-bottom: 2px solid #78CE45;
  content: " ";
}*/

.sidebar h3 {
    background: none;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 28%;
    border-top: 3px solid #444d53;
}
.sidebar h3::before {
    left: 0;
}
.sidebar h3::after {
    right: 0;
}
/************************************
** ウィジェット
************************************/
.widget h2 {
    color: #333;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
    padding: 5px 0;
}
.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: #ffec04;
}
/************************************
** 新着記事ウィジェット
************************************/
.widget-entry-cards .a-wrap {
    background: none;
    list-style-type: none !important;
    margin-bottom: 0;/*border-bottom: solid 1px #78CE45;*/
}
.widget-entry-cards .a-wrap:last-of-type {
    border-bottom: none;
}
.widget-entry-cards .widget-entry-card-content {
    padding-top: 0.5em;
}
.new-entry-card:hover {
    background: #FFDC00;
    transition: 0.5s;
}
/************************************
** 人気記事ウィジェットランキング
************************************/
.widget-entry-cards.ranking-visible .widget-entry-card-thumb::before {
    background-color: #ffffff;
}
/************************************
** プロフィールボックス
************************************/
.author-box {
    margin-top: 3em;
    position: relative;
    border: 1px solid #78CE45;
    border-radius: 0;
    background-color: #fcfdfd;
}
.author-box .author-name a {
    color: #78CE45;/*text-decoration: none;*/
}
.author-box .author-description {
    margin: 0.5em 0;
    font-size: 0.95em;
}
.author-box .sns-follow-buttons a.follow-button {
    width: 24px !important;
    height: 24px;
    border: none;
    border-radius: 50%;
    background-color: #78CE45;
    color: #333;
    font-size: 20px !important;
}
.author-box .sns-follow-buttons a.follow-button:hover {
    background-color: #78CE45;
}
.author-thumb {
    width: 80px;
}
.main .author-content, .footer .author-content {
    margin-left: 100px;
}
.main .author-widget-name, .footer .author-widget-name {
    display: inline-block;
    position: absolute;
    top: -25px;
    left: -1px;
    height: 25px;
    padding: 0 14px;
    background: #78CE45;
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    line-height: 25px;
}
.nwa .author-box {
    max-width: 100%;
}
.nwa .author-box .sns-follow-buttons a.follow-button {
    font-size: 18px !important;
}

/************************************
** 記事ページ
************************************/



/************************************
** フッター
************************************/
/*.footer-widgets {
  border-bottom: 1px solid #78CE45;
}

.footer-title {
  color: #333;
}
*/
.footer {
}
#footer:before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;/*background: -webkit-linear-gradient(right, #72c7e6 0%,#8ae2d7 100%);
	background: linear-gradient(to left, #72c7e6 0%,#8ae2d7 100%);*/
}
.navi-footer-in a {
    color: #ffffff;
    font-size: .9em;
}
.navi-footer-in a:hover {
    color: #ffffff;
    background: none;
    text-decoration: underline;
}
.copyright {
    color: #ffffff;
    font-size: .75em;
}
.footer-bottom {
    margin-top: 10px;
    padding: 10px;
    position: relative;
}
/************************************
** フッターメニュー
************************************/
.navi-footer-in a {
    color: #ffffff;
}
.navi-footer-in a:hover {
    /*background-color: #e6ebeb;*/
    text-decoration: underline;
}

/*
.navi-footer-in > .menu-footer li {
  border-left: 1px solid #e6ebeb;
}*/

@media screen and (max-width: 768px) {
.navi-footer-in > .menu-footer li.menu-item {
    border: none;
}
}
/************************************
** モバイルフッターバー
************************************/
.mobile-menu-buttons {
    background: #78CE45;
}
.mobile-menu-buttons .menu-caption, .mobile-menu-buttons .menu-icon {
    color: #333;
}
.mobile-menu-buttons .menu-button:hover {
    background-color: #78CE45;
}
.navi-menu-content {
    background-color: #78CE45;
}
.navi-menu-content .menu-drawer a {
    color: #333;
    border-bottom: 1px solid #78CE45;
}
.navi-menu-content .menu-drawer .sub-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.navi-menu-content .menu-drawer .sub-menu a {
    padding-left: 2.2em;
}
.navi-menu-content .menu-drawer .sub-menu a::before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 1.4em;
    width: 1em;
    content: "-";
}
.navi-menu-content .menu-drawer a {
    position: relative;
    padding: 10px;
}
.navi-menu-content .menu-drawer a:hover {
    background-color: #78CE45;
}
.navi-menu-content .menu-drawer a::after {
    position: absolute;
    right: 0;
    padding-right: 8px;
    color: #333;
    font-family: FontAwesome;
    content: "\f054";
}
.search-menu-content {
    top: 55%;
}
/************************************
** トップへ戻るボタン
************************************/
.go-to-top-button {
    background-color: rgba(255, 218, 4, 0.8);
    color: #333;
}
.go-to-top-button:hover {
    background-color: rgba(255, 218, 4, 0.3);
}
/************************************
** ボックス
************************************/
.primary-box, .sp-primary, .primary {
    background-color: #78CE45;
    color: #333;
}
/*サクセスメッセージ*/
.success-box, .sp-success, .success {
    border: #78CE45;
    background-color: #dbe8cf;
}
/*インフォメッセージ*/
.info-box, .sp-info, .info {
    border: #78CE45;
    background-color: #ffffff;
}
/*注意メッセージ*/
.warning-box, .sp-warning, .warning {
    border: #e6da94;
    background-color: #f7f2db;
}
/*警告メッセージ*/
.danger-box, .sp-danger, .danger {
    border: #ffec04;
    background-color: #f4ded7;
}
/*******************************
* 補足説明
********************************/
.information-box, .question-box, .alert-box, .information, .question, .alert, .memo-box, .comment-box, .common-icon-box {
    margin-top: 2em;
    padding: 16px;
    border-width: 2px 2px 2px 48px;
    border-radius: 5px 0 0 5px;
    background-color: #FFFFFF;
    line-height: 2;
}
.information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
    left: -46px;
    padding: 0;
    border-right: none;
    color: #fff;
    font-size: 30px;
}
.information-box p, .question-box p, .alert-box p, .information p, .question p, .alert p, .memo-box p, .comment-box p, .common-icon-box p {
    margin: 0;
}
.information-box p + p, .question-box p + p, .alert-box p + p, .information p + p, .question p + p, .alert p + p, .memo-box p + p, .comment-box p + p, .common-icon-box p + p {
    margin-top: 10px;
}
.information-box, .information {
    border-color: #78CE45;
}
.question-box, .question {
    border-color: #8fd1ec;
}
.alert-box, .alert {
    border-color: #ffec04;
}
.memo-box {
    border-color: #78CE45;
}
.comment-box {
    border-color: #78CE45;
}
.ok-box {
    border-color: #78CE45;
}
.ng-box {
    border-color: #e57f7f;
}
.good-box {
    border-color: #abe6a7;
}
.bad-box {
    border-color: #f196a6;
}

@media screen and (max-width: 440px) {
.information-box, .question-box, .alert-box, .information, .question, .alert, .memo-box, .comment-box, .common-icon-box {
    padding: 6px;
    border-width: 2px 2px 2px 30px;
}
.information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
    left: -13px;
    margin-left: -0.5em;
    padding: 0;
    font-size: 20px;
}
}
.blank-box.bb-yellow {
    border-color: #e6da94;
}
.blank-box.bb-red {
    border-color: #df9a87;
}
.blank-box.bb-blue {
    border-color: #9ac4d0;
}
.blank-box.bb-green {
    border-color: #b4d09b;
}
.blank-box.bb-tab.bb-yellow::before {
    background-color: #e6da94;
}
.blank-box.bb-tab.bb-red::before {
    background-color: #df9a87;
}
.blank-box.bb-tab.bb-blue::before {
    background-color: #9ac4d0;
}
.blank-box.bb-tab.bb-green::before {
    background-color: #b4d09b;
}
.blank-box.sticky.st-yellow {
    border-color: #e6da94;
    background-color: #f7f2db;
}
.blank-box.sticky.st-red {
    border-color: #df9a87;
    background-color: #f4ded7;
}
.blank-box.sticky.st-blue {
    border-color: #9ac4d0;
    background-color: #dfecf0;
}
.blank-box.sticky.st-green {
    border-color: #b4d09b;
    background-color: #e8f0e0;
}
/************************************
** カルーセル
************************************/
.carousel {
    margin-bottom: 30px;
}
.carousel-entry-card-title {
    font-size: 14px;
}
/************************************
** モバイルメニュー　トップボタン
************************************/
.slicknav_btn {
    background: #78CE45;
}
.slicknav_menu {
    background-color: #78CE45;
}
/* = Selected Text
----------------------------------------------- */
::selection {
    background: #A1DD00;
}
::-moz-selection {
 background:#A1DD00;
}

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
/*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px) {
/*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px) {
.site-name img {
    width: 200px;
    height: auto;
}
.entry-card-title {
    font-size: 15px;
    line-height: 1.4;
}
.e-card-info {
    font-size: 11.5px;
}
}

/*480px以下*/
@media screen and (max-width: 480px) {
/*必要ならばここにコードを書く*/
}




/************************************
** 広告
************************************/
.ad-area  {
font-size: .8em !important;

}