/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2023 | 12:59:00 */
body {
  height: 100%;
  width: 100%;
}
body {
	/*background-image: linear-gradient(145deg, rgba(255, 206, 133, 1) 3%, rgba(255, 174, 129, 1) 40%, rgba(255, 122, 122, 1)), linear-gradient(131deg, rgba(253, 177, 170, 1), rgba(255, 122, 122, 1));*/
	/*background-image: linear-gradient(120deg, rgba(255, 122, 99, 0.8), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(217, 255, 126, 0.8), rgba(255, 255, 255, 0)), linear-gradient(338deg, rgba(255, 146, 228, 0.71), rgba(255, 255, 255, 0));*/
	/*background-image: linear-gradient(120deg, rgba(255, 122, 99, 0.8), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(255, 191, 123, 0.8), rgba(255, 255, 255, 0)), linear-gradient(61deg, rgba(255, 146, 221, 0.87), rgba(255, 255, 255, 0)), linear-gradient(309deg, rgba(255, 104, 58, 0.89), rgba(255, 255, 255, 0));
	background-color: rgba(255, 240, 99, 1);*/
  /*background-image: linear-gradient(120deg, rgba(255, 122, 99, 0.71), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(255, 191, 123, 0.72), rgba(255, 255, 255, 0)), linear-gradient(61deg, rgba(255, 129, 156, 0.75), rgba(255, 255, 255, 0)), linear-gradient(309deg, rgba(255, 104, 58, 0.8), rgba(255, 255, 255, 0));*/
	/*background-image: linear-gradient(108deg, rgba(255, 84, 54, 0.5), rgba(255, 255, 255, 0)), linear-gradient(229deg, rgba(255, 219, 54, 0.31), rgba(255, 255, 255, 0)), linear-gradient(331deg, rgba(112, 153, 0, 0.36), rgba(255, 255, 255, 0)), linear-gradient(346deg, rgba(255, 33, 124, 0.36), rgba(255, 33, 124, 0.33) 29%, rgba(255, 255, 255, 0));*/
	/*background-image: linear-gradient(170deg, rgba(255, 84, 54, 0.5), rgba(255, 255, 255, 0)), linear-gradient(81deg, rgba(255, 219, 54, 0.31), rgba(255, 255, 255, 0)), linear-gradient(14deg, rgba(112, 153, 0, 0.36), rgba(255, 255, 255, 0)), linear-gradient(276deg, rgba(255, 33, 124, 0.36), rgba(255, 33, 124, 0.33) 29%, rgba(255, 255, 255, 0));*/
	 background-image: linear-gradient(175deg, rgba(255, 84, 54, 0.25), rgba(255, 255, 255, 0)), linear-gradient(279deg, rgba(255, 219, 54, 0.19), rgba(255, 255, 255, 0)), linear-gradient(319deg, rgba(112, 153, 0, 0.17), rgba(255, 255, 255, 0)), linear-gradient(348deg, rgba(255, 33, 124, 0.19), rgba(255, 33, 124, 0.33) 29%, rgba(255, 255, 255, 0));
	/*background-image: linear-gradient(290deg, rgba(255, 84, 54, 0.25), rgba(255, 255, 255, 0)), linear-gradient(135deg, rgba(255, 219, 54, 0.19), rgba(255, 174, 54, 0.09) 50%, rgba(133, 255, 54, 0.25)), linear-gradient(247deg, rgba(0, 197, 27, 0.08), rgba(229, 146, 8, 0.43) 44%, rgba(255, 255, 255, 0)), linear-gradient(348deg, rgba(34, 255, 226, 0.06), rgba(255, 33, 33, 0.33) 40%, rgba(255, 255, 255, 0));*/
	height: 100%;
	min-height: 100%;
	height: auto;
}
@media screen and (max-width: 896px) {
body {
	background-image: linear-gradient(175deg, rgba(255, 84, 54, 0.25), rgba(255, 255, 255, 0)), linear-gradient(279deg, rgba(255, 219, 54, 0.19), rgba(255, 255, 255, 0)), linear-gradient(319deg, rgba(112, 153, 0, 0.17), rgba(255, 255, 255, 0)), linear-gradient(348deg, rgba(255, 33, 124, 0.19), rgba(255, 33, 124, 0.33) 29%, rgba(255, 255, 255, 0));
}
}

.mission-vision {
}
p {
   letter-spacing: 1.5px;
   font-weight: 300;
}
strong {
    font-weight: 500;
}

#header-container {
    background-color: rgba(217,27,96,.28);
}
#header-container .hlt-top-menu {
    background-color: #D81B6000;
}
#header-container #header {
    background-color: #D81B6000;
}
#header-container .hlt-top-menu #navi {
    background-color: #D81B6000;
}
.no-sidebar .content .main {
   margin: 0;
   width: 100%;
   background:rgba(255,0,0,0.0);
}
.date-tags {
    text-align: left;
}
/* トップページタイトル消去 */
.home .entry-title {
   display: none;
}
.home .date-tags {
    display:none;
}
/************************************
 アイキャッチ画像を記事タイトルの上に移動する
************************************/

/*記事ヘッダーの枠組み*/
.article-header {
	display: flex; /*フレックスボックスレイアウト*/
	flex-direction: column; /*ブロック要素を縦に並べる*/
}

/*アイキャッチの枠組み*/
.eye-catch-wrap {
	order: -1; /*順番*/
	overflow: hidden; /*はみ出した部分を非表示 ※IE対策*/
}

/*アイキャッチ*/
.eye-catch {
	margin-bottom: 0; /*下の余白*/
}
/* セクションh2タイトル・サブタイトル・文章 */
.home-h2 h2 {
   font-size: 2.4em;
	font-weight: 400;
	border-bottom: 0 solid #D81B60!important;
   margin-bottom: -1.32em;
}
.home-h2 .smb-section__subtitle {
   display: none ;
}
.home-h2 .smb-section__lede {
   padding-left: .2em;
   letter-spacing: 1.2px;
}
.article h2 {
    background-color: rgba(255,255,255,0);
}
/* ハイライト装飾h2-h6*/
#main .entry-content h2, 
#main .entry-content h3, 
#main .entry-content h4, 
#main .entry-content h5, 
#main .entry-content h6 {
    border: 0;
    border-bottom: 0;
	background-color: rgba(255,255,255,0);
}
/* 右下キャンペーンボタン */
.campaign01 {
    bottom: 2vw;
    position: fixed;
    right: 2vw;
    width: 12vw;
    z-index: 1000;
}
/* NEWS セクション */
/*.news .category-news-post {
   margin-left: 10%;
   border: 0;
   border-bottom: 1px solid #fff;
}*/
.news .info-list {
    margin-left: 10vw;
}
.is-style-divider-line .info-list-item {
    border-bottom: 1px solid rgba(68,68,68,.5);
}

/* パンくず */
.breadcrumb.sbp-main-before, 
.breadcrumb.sbp-footer-before, 
.breadcrumb.pbp-main-before, 
.breadcrumb.pbp-footer-before {
    background-color: rgba(255,255,255,0);
}
.breadcrumb {
    color: #5e5055;
}
.breadcrumb a {
    color: #5e5055;
}

.entry-card-title, .related-entry-card-title {
    font-weight: 400;
}

/* 投稿ページ */
/* サイドバー */
.sidebar {
    border: 1px solid transparent;
    border-radius: var(--cocoon-basic-border-radius);
    background: rgb(255 203 173 / 0%);
}
#sidebar .widget_search .search-edit, 
#slide-in-sidebar .widget_search .search-edit {

    background: transparent;
}
.search-box input::placeholder {
  color: #444; /*プレースホルダーの色*/
}
.search-submit {
  color: #444; /*アイコンの色*/
  font-size: 1em; /*アイコンの大きさ*/
}
.search-submit:hover {
  color: #EC407A; /*アイコンの色*/
}
.search-box input:focus, .search-box button:focus {
	outline: #EC407A; /*フォーカス時の枠線を消す*/
	border: .8px solid #EC407A;; 
}
.search-edit, input[type="text"] {
    padding: 11px;
    border: .8px solid #444;
    font-size: .8em;
	font-weight: 300;
    width: 100%;
}

.sidebar h3 {
    background: none;
	color: #fff;
	font-weight: 400;
    font-size: 1em;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
	margin: 1.5em 0 2em;
    text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
    content: '';
    position: absolute;
    top: 45%;
    width: 26%;
    border-top: 5px double #fff;
}
.sidebar h3::before {
    left: 0;
}
.sidebar h3::after {
    right: 0;
}
.related-entries h2 {
    background: none;
	font-weight: 400;
	color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
	margin: 1.5em 0 2em;
    text-align: center;
}
.related-entries h2::before, .related-entries h2::after {
    content: '';
    position: absolute;
    top: 45%;
    width: 40%;
    border-top: 5px double #fff;
}
.related-entries h2::before {
    left: 0;
}
.related-entries h2::after {
    right: 0;
}
.sns-share-message {
    background: none;
	font-weight: 400;
	color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
	margin: 1.5em 0 2em;
    text-align: center;
}
.sns-share-message::before, .sns-share-message::after {
    content: '';
    position: absolute;
    top: 45%;
    width: 40%;
    border-top: 5px double #fff;
}
.sns-share-message::before {
    left: 0;
}
.sns-share-message::after {
    right: 0;
}
.border-partition .a-wrap:first-of-type {
    border-top: 0.8px solid #333;
}
.border-partition .a-wrap {
    border-bottom: 0.8px solid #333;
}
.widget-entry-card {
    font-size: 13px;
}
.widget-entry-cards .a-wrap {
    margin-bottom: 0px;
}
.tagcloud a {
    border: 1px solid rgba(255,255,255,0);
    color: var(--cocoon-text-color);
    padding: 3px 8px;
    text-decoration: none;
    font-size: 12px;
    margin: 2px;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}
#sidebar .widget_tag_cloud a:hover, 
#slide-in-sidebar .widget_tag_cloud a:hover {
    background-color: rgb(225 56 112 / 33%);
    transition: all 0.2s ease;
}
#sidebar .widget_categories a:hover, 
#slide-in-sidebar .widget_categories a:hover {
    background-color: rgb(225 56 112 / 33%);
    transition: all 0.2s ease;
}
#sidebar .widget_new_entries a:hover, 
#slide-in-sidebar .widget_new_entries a:hover {
    background-color: rgb(225 56 112 / 33%);
    transition: all 0.2s ease;
}

/* メインページ */
.main {
    background: rgb(255 203 173 / 0%);
}
#main #list .entry-card-wrap:hover {
    background-color: rgb(225 56 112 / 33%);
    transition: all 0.2s ease;
}
.tag-link:hover, .comment-reply-link:hover {
    background-color: rgb(225 56 112 / 33%);
    transition: all 0.2s ease;
}
#related-entries .related-entry-card-wrap:hover {
    background-color: rgb(225 56 112 / 33%);
    transition: all 0.2s ease;
}
#pager-post-navi a:hover {
    background-color: rgb(225 56 112 / 33%);
    transition: all 0.2s ease;
}
#main .entry-header h1.entry-title {
    background: transparent;
    color: #333;
	font-size: 2.24em;
	font-weight: 300;
    padding: .4em 0 0em; 
}
.article h2 {
    font-size: 2rem;
    padding: 0;
    background-color: var(--cocoon-xx-thin-color);
    border-radius: var(--cocoon-badge-border-radius);
}
.article p {
	font-size: 0.9em;
	letter-spacing: 0.8px;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    line-height: 1.25;
    font-weight: 400;
}
#main .entry-content h2, #main .entry-content h3 {
    padding: 0.5em 0 0.5em; 
}

.wp-block-preformatted {
	font-size: 0.8em;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.2px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 5px;
}
.toc {
    border: 1px solid #ffffff;
    font-size: 0.9em;
    padding: 1em 3em;
    display: table;
    border-radius: 5px;
}

/* フッター */
#footer {
    color: #333;
    background-color: rgba(226,96,96,.5);
}
.footer-left, .footer-right {
    width: 45%;
}
 .footer-center {
	 width:10%
}
.footer-in {
	   font-size: 0.8em;
}
#footer #navi-footer a {
    color: #333;
    background-color: rgba(255,255,255,0);
}
#footer #navi-footer a:hover {
    background-color: rgb(225 56 112 / 33%);
    color: black;
}
.footer-bottom.fdt-left-and-right .footer-bottom-content {
     justify-content: flex-start; 
    align-items: baseline;
}
.copyright {
    padding-left: 10px;
}
.navi-footer-in > .menu-footer li {
    border-left: 0;
}
	.navi-footer-in > .menu-footer li:last-child {
    border-right: 1px solid #333;
}

@media screen and (max-width: 1023px) {
	.navi-footer-in > .menu-footer li:last-child {
    border-right: 0px solid #333;
}
}
@media screen and (max-width: 834px) {
	.navi-footer-in {display:none;}
}
}



#post-300 .under-entry-content,
#post-300 .article-footer, #post-300 .entry-footer,
#post-300 .under-entry-content,
#post-300 .related-entries {
	display: none!important;
}
.mobile-menu-buttons {
    background: #e03e3e2e;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: .3s;
}
@media screen and (max-width: 1023px) {
.mobile-header-menu-buttons {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
}
[class*="bc-brand-color"] .twitter-button {
    background-color: rgba(0,0,0,0.5)!important;
}

/* CTA お問い合わせ */
#cta_box-2 .cta-box {
    text-align: center;
    background: none;
}
#cta_box-3 .cta-box {
    text-align: center;
    background: none;
}
#cta_box-3 h2 {
    text-align: center;
    background: none;
	font-size:2rem;
	font-weight:400;
}
#cta_box-3 .btn-l {
    width: 20vw;
    margin: 0 auto;
}
.content-bottom {
	border-top: 0.5px solid #333;
    padding-top: 3em;
	margin-bottom:5em;
}