@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* インナーを囲む */
.wrap {
  width: 1266px;
  margin: 0 auto;
}

.btn:hover, .ranking-item-link-buttons a:hover, .btn-wrap > a:hover {
  filter: unset;
}

/* 文字色（黒） */
.body .container.cf .content.cf .has-black-color{
  color: #333;
}
/* メニューホバー時 */
.navi-in .menu-top .menu-item a:hover {
  transition: all 0.3s ease-in-out;
  background-color: #E3EDF0;
}
/* ボタン 影 */
.btn.has-ex-e-background-color{
  box-shadow: 0px 8px 0px -3px #75A7B8;
  border-radius: 10px;
}
.btn.has-white-background-color.has-ex-e-border-color{
  box-shadow: 0px 8px 0px -3px #75A7B8;
  border-radius: 10px;
}
/* ボタンホバー時 */
.btn.has-ex-e-background-color:hover{
  opacity: 1 !important;
  color: #003466 !important;
  background-color: #fff !important;
  border-color: #003466;
  transition: all 0.3s ease-in-out;
}
.btn.has-white-background-color.has-ex-e-border-color:hover{
  opacity: 1 !important;
  color: #fff !important;
  background-color: #003466 !important;
  border-color: #003466;
  transition: all 0.3s ease-in-out;
}
.btn.has-ex-f-background-color:hover{
  opacity: 1 !important;
  color: #fff !important;
  background-color: orange !important;
  transition: all 0.3s ease-in-out;
}
/* 投稿記事リンクホバー時 */
.widget-entry-cards a.a-wrap:hover,
.related-list a.a-wrap:hover,
.entry-line-list a.a-wrap:hover,
.widget-sidebar.widget-sidebar-standard.widget_nav_menu li.menu-item a:hover {
  background-color: #E3EDF0 !important;
  transition: all 0.3s ease-in-out;
}
/* ヘッダー ロゴ画像 */
.header-container .header-container-in.hlt-top-menu .logo-header img {
  max-height: 40px;
}
/* メニューの幅調整 */
#navi .navi-in > ul > li > a {
  padding: 0 1.2em;
}
/* メニューの表示調整（サービスの不動産実務検定） */
.navi-in > ul li#menu-item-4015 {
  white-space: nowrap;
}
/* メニューの幅調整（電話番号） */
.navi-in > ul li#menu-item-3941 {
  width: 170px;
}
/* メニューの幅調整（お問い合わせ） */
.navi-in > ul li#menu-item-3930 a{
  background-color: #003466;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: 7px 13px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  border: 2px solid transparent;
  position: relative;
}
.navi-in > ul li#menu-item-3930 a:hover{
  background-color: #fff;
  color: #003466;
  border-color: #003466;
  transition: all 0.3s ease-in-out;
}
/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}
/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
  display: none;
}
/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
  display: none;
}
/* 通知エリアの下の余白を除去 */
#main.main{
  border:none;
}
/* サイドバーなしの投稿ページのコンテンツ幅 */
.single.single-post.no-sidebar .content-in.wrap {
  width: 860px;
}
/* カバーブロックの全幅表示 */
.content .content-in .main div.alignfull{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  margin-bottom: 0;
}
/* 全幅表示カバーブロック内のpタグ余白調整 */
div.alignfull .wp-block-cover__inner-container p{
  margin-bottom:0.8em;
}
/* 固定ページ ヘッダー下の余白調整 */
.container div.content{
  margin-top: 0;
}
.article div.entry-content{
  margin-top: 0;
  margin-bottom: 0;
}
.content-in .main{
  padding: 0 29px;
}
.article .article-header .date-tags{
  margin-bottom: 0;
}
/* サイドバーの見出し */
.sidebar h3 {
  padding: 12px;
  margin: 16px 0;
  border-radius: 2px;
  border-bottom: solid 2px #1e7188;
  background-color: transparent;
}
/* デフォルトの見出し h2 */
.article h2:not([class]){
  position: relative;
  padding: 0.6em;
  background: #1e7188;
  color: #fff;
  margin-bottom: 30px;
}
.article h2:not([class]):after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #1e7188;
  width: 0;
  height: 0;
}
/* デフォルトの見出し h3 */
.article h3:not([class]){
  padding: 0.4em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #1e7188;/*左線*/
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* デフォルトの見出し h4 */
.article h4:not([class]){
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 3px #1e7188;/*左線*/
  border-top: none;
  border-bottom: none;
}
/* デフォルトの見出し h5 */
.article h5:not([class]){
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-bottom: solid 2px #1e7188;/*左線*/
}
/* デフォルトの見出し h6 */
.article h6:not([class]){
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-bottom: solid 1px #1e7188;/*左線*/
}
/* トップページの見出し */
/* 最下部 共通CTA 見出し */
#post-2930 .entry-content.cf h2.starcts-h2,
h2.starcts-h2-cta{
  color: #1e7188;
  padding: 0.2em 0;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#post-2930 .entry-content.cf h2.starcts-h2::before,
h2.starcts-h2-cta::before,
#post-2930 .entry-content.cf h2.starcts-h2::after,
h2.starcts-h2-cta::after{
  content: '';
  width: 3px;
  height: 25px;
  background-color: #1e7188;
}
#post-2930 .entry-content.cf h2.starcts-h2::before,
h2.starcts-h2-cta::before{
  margin-right: 30px;
  transform: rotate(-35deg)
}
#post-2930 .entry-content.cf h2.starcts-h2::after,
h2.starcts-h2-cta::after{
  margin-left: 30px;
  transform: rotate(35deg)
}
/* トップページ ヘッダーテキスト */
#post-2930 .entry-content.cf p.has-text-align-center.headline-txt.has-black-color.has-text-color {
  font-size: 40px;
  text-shadow: 0px 0px 5px #fff;
}
/* 二段見出し（小） */
h2.starcts-h2{
  padding: 0.2em 0;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 18px;
  background-color: transparent;
}
/* 事例ページの見出し */
.categoryid-36 .category-case-post .entry-content.cf h2.starcts-h2.has-ex-d-color{
  position: relative;
  margin-bottom: 1em;
  font-size: 18px;
  background-color: transparent;
  text-align: center;
}
.categoryid-36 .category-case-post .entry-content.cf h2.starcts-h2.has-ex-d-color:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1e7188;
  border-radius: 2px;
}
/* 事例ページの見出し（お客様の声） */
.categoryid-36 .category-case-post .entry-content.cf h2.starcts-l-h2{
  position: relative;
  padding: 0.3em;
  font-size: 24px;
  background-color: transparent;
  text-align: center;
  margin-bottom: 1em;
}
.categoryid-36 .category-case-post .entry-content.cf h2.starcts-l-h2:before{
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  width: 120px;
  height: 130%;
  border-radius: 50%;
  border: 4px solid #75a7b8;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}
/* 二段見出し（大）風の段落(h2とペア) */
p.starcts-h2-p,
.wp-block-cover.alignfull p.starcts-h2-p-cta{
  padding: 0.2em 0;
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}
/* 二段見出し（大）風の段落(h3とペア) */
p.starcts-h3-p{
  padding: 0.1em 0;
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
}
/* 大きめのh2見出し */
.article h2.starcts-l-h2,
.widget h2.starcts-l-h2{
  padding: 1.25em 0em;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 24px;
  line-height: 1.8;
  background-color: transparent;
}
/* 装飾なしのh3見出し */
.article h3.starcts-h3{
  border: none;
  font-size: 22px;
  padding: 12px 0px;
  line-height: 1.8;
}
/* 選ばれる理由ページ ポイント h3タイトル */
#post-3868 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3{
  color: #333;
  font-size: 22px;
  padding: 0.25em 0.5em;
  line-height: 1.8;
  background: transparent;
  border-left: solid 5px #003466;
}
/* サービス 管理マネジメント契約・無料相談・賃貸まるごとお助け隊ページ h3タイトル */
#post-6285 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3,
#post-2931 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3,
#post-2936 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3{
  font-size: 22px;
  position: relative;
}
#post-6285 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3::before,
#post-2931 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3::before,
#post-2936 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3::before{
  content: attr(data-number);
  display: block;
  color: #1e7188;
  font-size: 30px;
}
#post-6285 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3::after,
#post-2931 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3::after,
#post-2936 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #1e7188;
}
/* margin-top少なめのh3見出し */
.article h3.starcts-in-h3{
  border: none;
  font-size: 22px;
  padding: 12px 0px;
  margin-top: 10px;
  line-height: 1.8;
}
/* 小さいh3見出し */
.article h3.starcts-s-h3{
  border: none;
  font-size: 18px;
  padding: 12px 0px 3px 0px;
  margin-top: 2.4em;
  margin-bottom: 2px;
  line-height: 1.8;
}
.article h4.starcts-h4{
  border: none;
  font-size: 20px;
  padding: 9px 0px;
  line-height: 1.8;
}
/* コンサルティングページ h5 */
#post-4006 h5.has-text-align-center.has-white-color.has-ex-d-background-color.has-text-color.has-background{
  padding: 1.25em 1.5em;
}
/* コンサルティングページ 薄いグリーンのボックス */
#post-4006 .wp-block-cocoon-blocks-blank-box-1.blank-box.block-box.has-background.has-border-color.has-watery-green-background-color.has-watery-green-border-color{
  margin-left: 2px;
  margin-right: 2px;
  height: 100%;
}
#post-4006 div.wp-block-cocoon-blocks-column-2.column-wrap.column-2.column-2-2-1-1.layout-box{
  overflow: hidden;
}
/* margin-bottom少なめのpタグ */
.article .starcts-s-margin-p{
  margin-bottom: 3px;
}
/* チェックアイコンのリスト(1行用、2行用) */
.starcts-check-icon-list,
.starcts-check-icon-list-1line{
  list-style: none;
  padding:0;
  margin:0;
}
.starcts-check-icon-list li{
  position: relative;
  margin:0.5em 0 !important;
  padding-left: 43px;
  padding-right: 20px;
}
.starcts-check-icon-list-1line li{
  position: relative;
  margin:2.5em 0 !important;
  padding-left: 43px;
  padding-right: 43px;
  line-height: 0.8;
}
.starcts-check-icon-list li:before,
.starcts-check-icon-list-1line li:before{
  font-family: FontAwesome;
  content: "\f058"; /*アイコン*/
  color:  #000; /* 色 */
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 40px;
}
/* ページ内リンク */
ul.starcts-jump{
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
ul.starcts-jump li{
  display: block;
  margin-right: 15px;
}
.starcts-jump a{
  text-decoration: none;
}
.starcts-jump a:before{
  font-family: FontAwesome;
  content: "\f078"; /*アイコン*/
  margin-right: 2px;
}
/* ページ内リンクの飛び先 */
a.starcts-jump-dt{
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* Google mapリンク */
.starcts-google-map a:before{
  font-family: FontAwesome;
  content: "\f08e"; /*アイコン*/
  margin-right: 2px;
}
/* フォローリンク（会社情報ページ） */
ul.starcts-follow-link{
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
ul.starcts-follow-link li{
  display: block;
  margin-right: 15px;
}
.starcts-follow-link .starcts-twitter a:before{
  font-family: FontAwesome;
  content: "\f099"; /*アイコン*/
  margin-right: 2px;
  font-size: 21px;
  display: inline-block;
}
.starcts-follow-link .starcts-facebook a:before{
  font-family: FontAwesome;
  content: "\f082"; /*アイコン*/
  margin-right: 2px;
  font-size: 21px;
  display: inline-block;
}
/* フォローリンク（ブログ／コラム プロフィール欄） */
#author_box-2 h2.has-text-align-center{
  text-align: left;
}
.article-footer.entry-footer .widget_author_box .widget-below-sns-buttons-title{
  font-size: 24px;
  font-weight: bold;
}
.article-footer.entry-footer .widget_author_box .author-box .author-content .author-follows .sns-follow-buttons a.follow-button{
  width: 116px;
  color: #1967d2;
  border: none;
  text-decoration: underline;
}
.article-footer.entry-footer .widget_author_box .author-box .author-content .author-follows .sns-follow-buttons a.follow-button .fa-lg{
  vertical-align: -8%;
}
.article-footer.entry-footer .widget_author_box .author-box .author-content .author-follows .sns-follow-buttons a.follow-button .fa-stack .fa-stack-2x{
  font-size: 1.5em;
}
.article-footer.entry-footer .widget_author_box .author-box .author-content .author-follows .sns-follow-buttons a.follow-button .fa-stack .fa-stack-1x{
  top: 3px;
}
.article-footer.entry-footer .widget_author_box .author-box .author-content .author-follows .sns-follow-buttons a.follow-button .fa-stack .fa-stack-2x{
  top: 4px;
}

/* 横線のみのテーブル */
.starcts-hline-table td{
  border-left: none;
  border-right: none;
  min-width: 8em;
  padding: 10px;
  vertical-align: top;
}

/* 貼り付け動画のマージン */
.video-container, .instagram-container, .facebook-container {
  margin: 30px auto;
}

/* スタッフ紹介 カラム*/
.starcts-staff .wp-block-group .wp-block-cocoon-blocks-column-left{
  margin: 7px 0px 7px 0px;
}
.starcts-staff .wp-block-group .wp-block-cocoon-blocks-column-right{
  margin: 7px 0px 7px 7px;
}
/* サイトマップ カラム */
.starcts-sitemap {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
.starcts-sitemap .wp-block-cocoon-blocks-column-left{
  border-left: 1px solid #c8c8c8;
}
.starcts-sitemap .wp-block-cocoon-blocks-column-center{
  border-left: 1px solid #c8c8c8;
}
.starcts-sitemap .wp-block-cocoon-blocks-column-right{
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
/* サイトマップ リンク */
.starcts-sitemap ul{
  list-style: none;
}
.starcts-sitemap ul li{
  margin: 1.5em 1.5em 1.5em 0;
}
.starcts-sitemap ul li ul li{
  margin: 0.5em 0.5em 0.5em 0;
}
.starcts-sitemap a{
  text-decoration: none;
}
/* 料金表示 3カラム */
.starcts-price p{
  margin-bottom: 0;
}
/* 料金 灰色枠線のbox */
.column-wrap.column-3.starcts-price > div {
  width: 34.5%;
}
.column-wrap.column-3.starcts-price .column-2-4-1-3.starcts-nowrap-column .column-left{
  padding-top: 1.7em;
}
.column-wrap.column-3.starcts-price > div.starcts-price-box1{
  border: 1px solid #c8c8c8;
  height: 8em;
  padding-top: 1.2em;
  width:30%;
}
.starcts-price div.starcts-price-box2{
  border: 1px solid #c8c8c8;
  height: 8em;
  padding-top: 2em;
}
.starcts-price div.starcts-price-box3{
  border: 1px solid #c8c8c8;
  height: 8em;
  padding-top: 2.5em;
}
/* 最下部 全ページ共通CTA */
.wp-block-cover.alignfull.starcts-cta-cover{
  min-height: 330px;
  margin-bottom: 0px;
}
.wp-block-cover.alignfull.starcts-cta-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #333;
}
.wp-block-cover.alignfull.starcts-cta-cover .wp-block-cover__inner-container .wp-block-cocoon-blocks-column-3.column-wrap.column-3.layout-box{
  width: 860px;
  margin: 15px auto;
}
.wp-block-cover.alignfull.starcts-cta-cover .wp-block-cover__inner-container .wp-block-cocoon-blocks-column-3.column-wrap.column-3.layout-box .wp-block-cocoon-blocks-column-left p{
  border: solid 2px #003466;/*線*/
  border-radius: 10px;
  background-color: #ebf8f4;
}
.wp-block-cover.alignfull.starcts-cta-cover .wp-block-cover__inner-container .wp-block-cocoon-blocks-column-3.column-wrap.column-3.layout-box .wp-block-cocoon-blocks-column-left p a{
  text-decoration: none;
}
.wp-block-cover.alignfull.starcts-cta-cover .wp-block-cover__inner-container .wp-block-cocoon-blocks-column-3.column-wrap.column-3.layout-box .btn-l{
  padding: 21px 20px;
}
/* 最下部 全ページ共通CTA上部の余白調整 */
.body .container.cf .content-in.wrap .main .article{
  margin-bottom: 0em;
}
/* ウィジェット CTAの全幅表示 横スクロール対策 */
.content.cf{
  overflow: hidden;
}
/* ウィジェット CTA */
#cta_box-7,
#cta_box-8,
#cta_box-9,
#cta_box-11,
#cta_box-12,
#cta_box-13,
#cta_box-14,
#cta_box-15{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
#cta_box-7,
#cta_box-8,
#cta_box-9,
#cta_box-11,
#cta_box-12{
  background-color: #2F6287;
}
#cta_box-13,
#cta_box-14,
#cta_box-15{
  background-color: #444;
}
#cta_box-2 .cta-box,
#cta_box-10 .cta-box{
  background-color: #2F6287;
}
#cta_box-7 .cta-box,
#cta_box-8 .cta-box,
#cta_box-9 .cta-box,
#cta_box-11 .cta-box,
#cta_box-12 .cta-box,
#cta_box-13 .cta-box,
#cta_box-14 .cta-box,
#cta_box-15 .cta-box{
  width: 860px;
  margin: 0 auto;
}
#cta_box-7 .cta-box,
#cta_box-8 .cta-box,
#cta_box-9 .cta-box,
#cta_box-11 .cta-box,
#cta_box-12 .cta-box{
  background-color: #2F6287;
}
/* ウィジェット CTA 画像 */
#cta_box-2 .cta-content .cta-thumb img,
#cta_box-5 .cta-content .cta-thumb img,
#cta_box-7 .cta-content .cta-thumb img,
#cta_box-8 .cta-content .cta-thumb img,
#cta_box-10 .cta-content .cta-thumb img,
#cta_box-11 .cta-content .cta-thumb img{
  box-shadow: 6px 6px #830a25;
  border-radius: 10px;
}
#cta_box-4 .cta-content .cta-thumb img,
#cta_box-9 .cta-content .cta-thumb img,
#cta_box-12 .cta-content .cta-thumb img{
  box-shadow: 6px 6px orange;
  border-radius: 10px;
}
#cta_box-13 .cta-content .cta-thumb img,
#cta_box-14 .cta-content .cta-thumb img,
#cta_box-15 .cta-content .cta-thumb img{
  box-shadow: 6px 6px #EDEDE9;
  border-radius: 10px;
}
/* ウィジェット CTA マーカー */
#cta_box-2 .cta-content .cta-message .cta-marker,
#cta_box-4 .cta-content .cta-message .cta-marker,
#cta_box-5 .cta-content .cta-message .cta-marker,
#cta_box-7 .cta-content .cta-message .cta-marker,
#cta_box-8 .cta-content .cta-message .cta-marker,
#cta_box-9 .cta-content .cta-message .cta-marker,
#cta_box-10 .cta-content .cta-message .cta-marker,
#cta_box-11 .cta-content .cta-message .cta-marker,
#cta_box-12 .cta-content .cta-message .cta-marker,
#cta_box-13 .cta-content .cta-message .cta-marker,
#cta_box-14 .cta-content .cta-message .cta-marker,
#cta_box-15 .cta-content .cta-message .cta-marker{
  border-bottom: solid 4px #FFD400;
}
/* ウィジェット CTA ボタン 影 */
#cta_box-2 .cta-button .btn-red.btn-l,
#cta_box-5 .cta-button .btn-red.btn-l,
#cta_box-7 .cta-button .btn-red.btn-l,
#cta_box-8 .cta-button .btn-red.btn-l,
#cta_box-10 .cta-button .btn-red.btn-l,
#cta_box-11 .cta-button .btn-red.btn-l{
  box-shadow: 0px 8px 0px -3px #830a25;
  border-radius: 10px;
}
#cta_box-4 .cta-button .btn-deep-orange.btn-l,
#cta_box-9 .cta-button .btn-deep-orange.btn-l,
#cta_box-12 .cta-button .btn-deep-orange.btn-l{
  box-shadow: 0px 8px 0px -3px orange;
  border-radius: 10px;
}
#cta_box-13 .cta-button .btn-cyan.btn-l,
#cta_box-14 .cta-button .btn-cyan.btn-l,
#cta_box-15 .cta-button .btn-cyan.btn-l{
  box-shadow: 0px 8px 0px -3px #1e7188;
  border-radius: 10px;
}
/* ウィジェット CTA ボタン ホバー */
#cta_box-2 .cta-button .btn-red.btn-l:hover,
#cta_box-5 .cta-button .btn-red.btn-l:hover,
#cta_box-7 .cta-button .btn-red.btn-l:hover,
#cta_box-8 .cta-button .btn-red.btn-l:hover,
#cta_box-10 .cta-button .btn-red.btn-l:hover,
#cta_box-11 .cta-button .btn-red.btn-l:hover{
  opacity: 1;
  color: #e60033;
  background-color: #fff;
  border-color: #e60033;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
#cta_box-4 .cta-button .btn-deep-orange.btn-l:hover,
#cta_box-9 .cta-button .btn-deep-orange.btn-l:hover,
#cta_box-12 .cta-button .btn-deep-orange.btn-l:hover{
  opacity: 1;
  color: #ea5506;
  background-color: #fff;
  border-color: #ea5506;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
#cta_box-13 .cta-button .btn-cyan.btn-l:hover,
#cta_box-14 .cta-button .btn-cyan.btn-l:hover,
#cta_box-15 .cta-button .btn-cyan.btn-l:hover{
  opacity: 1;
  color: #00a3af;
  background-color: #fff;
  border-color: #00a3af;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
/* アイキャッチ画像 調整 */
.eye-catch-wrap .eye-catch .eye-catch-image{
  width: 100%;
  max-height: 450px;
  object-position:0% 0%;
  object-fit: cover;
}
/* 文中の画像 サイズ大　調整 */
.wp-block-image.size-large img[width$="1024"]{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
/* 一覧の画像　調整 */
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  width: 100%;
  height: 200px;
  object-position:0% 0%;
  object-fit: cover;
}
/* 固定ページ／投稿ページ 全幅ヘッダー */
.article header.alignfull{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  margin-bottom: 20px;
}
/* 全幅表示タイトルの背景画像 */
.article-header.alignfull,
.entry-header.alignfull{
  position: relative;
  display: flex;
}
.article-header.alignfull .article-header-in,
.entry-header.alignfull .article-header-in{
  z-index: 1;
  color: #fff;
  min-height: 300px;
}
.article .article-header.has-background-dim,
.article .entry-header.has-background-dim{
  background-color: #1E7188;
}
.article .article-header.has-background-dim:before,
.article .entry-header.has-background-dim:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  content: "";
  background-color: inherit;
}
.article-header img.wp-block-cover__image-background,
.entry-header img.wp-block-cover__image-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}
/* 固定ページ／投稿ページ 全幅ヘッダー内のぱんくずリスト */
.article header.alignfull div.article-header-in div.breadcrumb{
  margin: 0em .4em;
  padding-top: 1em;
  color: #fff;
}
.article header.alignfull div.article-header-in div.breadcrumb .breadcrumb-home,
.article header.alignfull div.article-header-in div.breadcrumb .breadcrumb-home a,
.article header.alignfull div.article-header-in div.breadcrumb .breadcrumb-item,
.article header.alignfull div.article-header-in div.breadcrumb .breadcrumb-item a{
  color: #fff;
}
/* 固定ページ／投稿ページ 全幅ヘッダー内のタイトル */
.article header.alignfull div.article-header-in h1.entry-title{
  margin: 50px auto 20px auto;
  text-align: center;
  text-shadow: 0px 0px 5px #333;
}
/* 固定ページ／投稿ページ 全幅ヘッダー内の文章 */
.article header.alignfull div.article-header-in p{
  text-shadow: 0px 0px 5px #333;
}
/* 固定ページ／投稿ページ 全幅ヘッダー内の企業名 */
.article header.alignfull div.article-header-in div.client_name{
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
}
/* 固定ページ／投稿ページ 全幅ヘッダー内の日時 */
.article header.alignfull div.article-header-in div.ymd-time{
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
}
/* 固定ページ／投稿ページ 全幅ヘッダー内のレポートサブタイトル */
.report-subtitle{
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}
/* カテゴリ一覧ページ 全幅ヘッダー内のタイトル */
.article header.alignfull div.article-header-in h1.archive-title{
  margin: 50px auto;
  text-align: center;
  text-shadow: 0px 0px 5px #333;
}
/* カテゴリ一覧ページ 全幅ヘッダー内の文章 */
.article header.alignfull div.article-header-in p{
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  text-shadow: 0px 0px 5px #333;
}
/* カテゴリ一覧ページ 全幅ヘッダー内の文章(余白少なめ) */
.article header.alignfull div.article-header-in div.margin-less-div p{
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0.8em;
  font-size: 36px;
}
/* カテゴリ一覧ページ 全幅ヘッダー内のボタン枠 */
.article header.alignfull div.article-header-in div.button-block{
  padding-bottom: 15px;
}
/* 事例詳細ページ 因果関係 */
.article .group-cause-effect{
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c8c8c8;
}
.article .group-cause-effect .column-wrap{
  margin: 15px;
}
.article .group-cause-effect div.column-wrap + div.column-wrap{
  border-top: solid 1px #c8c8c8;
  padding-top: 15px;
}
/* セミナー／イベント一覧 吹き出し３列表示 */
.wp-block-cocoon-blocks-column-3 .sbp-l{
  margin-right: 15px;
}
.wp-block-cocoon-blocks-column-3 .sbp-l .speech-person{
  width: 28%;
}
.wp-block-cocoon-blocks-column-3 .sbp-l .speech-balloon{
  max-width: calc(100% - 30%);
}
/* セミナー／イベント詳細ページ 受付中／終了 */
.starcts-accepting-box{
  color: #fff;
  padding: 0.1em 0.3em;
  border-radius: 4px;
  width: 100px;
  margin-left: 5px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
/* セミナー／イベント詳細ページ 受付中 */
.starcts-event-on{
  border: 3px solid #dd3333;
  background-color: #dd3333;
}
/* セミナー／イベント詳細ページ 終了 */
.starcts-event-off{
  border: 3px solid #808080;
  background-color: #808080;
}
/* 特長ページ 導入企業一覧 */
.article .group-case-logo{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c8c8c8;
}
/* エントリーカード（1行表示用）外枠 */
/* ショートコード新着記事一覧(1行タイプ) */
.entry-line-list a,
.entry-card-line a{
  border-top: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
}
.entry-line-list a + a,
.entry-card-line a + a{
  border-top: none;
}
.entry-line-list a.a-wrap{
  margin-bottom: 0;
}
.entry-card-line a.a-wrap{
  margin: 0 40px;
  padding: 20px 5px;
}
/* エントリーカード（1行表示用） */
.entry-line-list a article .entry-card-content{
  margin-left: 30px;
  padding: 0.2em 0;
}
/* ショートコード新着記事一覧(1行タイプ) */
.entry-card-line a.a-wrap .widget-entry-card .widget-entry-card-content{
  margin-left: 0;
}
/* エントリーカード（1行表示用）日付 */
.entry-line-list a article .entry-card-content .entry-line-date{
  display:inline-block;
  width:190px;
  white-space: nowrap;
}
/* ショートコード新着記事一覧(1行タイプ) 日付*/
.entry-card-line a.a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-date{
  display: inline-block;
  width: 150px;
}
/* エントリーカード（1行表示用）カテゴリ */
/* ショートコード新着記事一覧(1行タイプ) カテゴリ*/
.entry-line-list a article .entry-card-content .entry-line-cat,
.entry-card-line a.a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-cat{
  display:inline-block;
  line-height: 1.8;
  width:110px;
}
.entry-line-list a article .entry-card-content .entry-line-cat .cat-label,
.entry-card-line a.a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-cat .cat-label{
  display: inline-block;
  position: relative;
}
/* エントリーカード（1行表示用）タイトル */
/* ショートコード新着記事一覧(1行タイプ) タイトル*/
.entry-line-list a article .entry-card-content .entry-card-title,
.entry-card-line a.a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-title{
  display: inline-block;
  font-weight: normal;
  color: #003466;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
/* 事例カテゴリーページ 事例一覧 */
/* トップページ 事例一覧 */
/* トップページ イベント一覧 */
/* エントリーカード（セミナー／イベント一覧）タイトル */
/* 縦型カード3列 セミナー／イベント */
.entry-case-list .entry-card-wrap .entry-card .entry-card-content .entry-card-title,
.entry-card-case .a-wrap .new-entry-card .new-entry-card-content .new-entry-card-title,
.entry-card-event .a-wrap .new-entry-card .new-entry-card-content .new-entry-card-title,
.entry-card-review .a-wrap .new-entry-card .new-entry-card-content .new-entry-card-title,
.widget-entry-cards .a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-title,
.entry-report-list a article .entry-card-content .entry-card-title,
.entry-event-list .entry-card-wrap .entry-card .entry-card-content .entry-card-title,
.entry-review-list .entry-card-wrap .entry-card .entry-card-content .entry-card-title{
  font-size: 18px;
  margin: 0 0 5px 0;
  line-height: 1.2;
  font-weight: bold;
  padding: 3px;
  background-color: transparent;
  color: #003466;
}
/* サイドバー関連記事 */
/* サイドバー人気記事 */
/* サイドバー新着記事 */
#related_entries-2 .widget-entry-cards .a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-title,
#popular_entries-2 .popular-entry-cards .a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-title,
#new_entries-2 .new-entry-cards .a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-title{
  font-size: 16px;
  line-height: 1.3;
  padding: 0px;
  margin: 0 0 5px 0;
  color: #003466;
}
/* サイドバー　バナー */
#custom_html-2 .textwidget.custom-html-widget a .partner-banner figure{
  margin: 0px auto;
  padding: 10px;
  text-align: center;
}
#custom_html-2 .textwidget.custom-html-widget a .partner-banner:hover{
  background-color: #E3EDF0;
  transition: all 0.3s ease-in-out;
}
.entry-event-list .entry-card-wrap,
.entry-review-list .entry-card-wrap{
  line-height: 1.3;
}
/* 縦型カード3列 事例の企業名 */
/* ショートコード新着記事一覧 事例の企業名 */
.entry-case-list .entry-card-wrap .entry-card .entry-card-content .entry-case-info div.client_name,
.entry-card-case .a-wrap .new-entry-card .new-entry-card-content .entry-case-info div.client_name{
  font-weight: bold;
  font-size: 16px;
}
/* 縦型カード3列 セミナー／イベントの要点 */
/* ショートコード新着記事一覧 セミナー／イベントの要点 */
.entry-case-list .entry-card-wrap .entry-card .entry-card-content .entry-case-info span.case-point,
.entry-card-event .a-wrap .new-entry-card .new-entry-card-content .entry-event-info span.event-point,
.entry-event-list .entry-card-wrap .entry-card .entry-card-content .entry-event-info span.event-point{
  display: inline-block;
  width: 60px;
  font-size: 14px;
  vertical-align: top;
  margin-left: 5px;
}
.entry-case-list .entry-card-wrap .entry-card .entry-card-content .entry-case-info strong,
.entry-card-event .a-wrap .new-entry-card .new-entry-card-content .entry-event-info strong,
.entry-event-list .entry-card-wrap .entry-card .entry-card-content .entry-event-info strong{
  display: inline-block;
  font-size: 14px;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* お客様の声 抜粋 */
.entry-card-review .a-wrap .new-entry-card .new-entry-card-content .new-entry-card-snippet,
.entry-review-list .a-wrap .entry-card .entry-card-content .entry-card-snippet{
  font-size: 16px;
  color: #000;
  margin-top: 15px;
  display: block;
}
/* エントリーカード（セミナー／イベント一覧）スニペット */
.entry-report-list a article .entry-card-content .entry-card-snippet{
  font-size: 1em;
  max-height: 10em;
  margin-top: 1em;
}
/* 事例詳細ページ その他の事例一覧 */
/* 物件ギャラリー詳細ページ その他の物件一覧 */
#related_entries-4,
#related_entries-5{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  margin-bottom: 40px;
}
#related_entries-4 .widget-related-entry-cards,
#related_entries-5 .widget-related-entry-cards{
  width: 1120px;
  margin: 0 auto;
}
#related_entries-4 .widget-related-entry-cards a.a-wrap span.cat-label,
#related_entries-5 .widget-related-entry-cards a.a-wrap span.cat-label{
  display: none;
}
/* ウィジェット 関連記事 */
/* ショートコード新着記事一覧 事例 */
/* ショートコードナビカード お役立ち資料 */
/* ショートコードナビカード サービス */
#related_entries-4 .widget-related-entry-cards,
#related_entries-5 .widget-related-entry-cards,
.new-entry-cards.widget-entry-cards.entry-card-case,
.popular-entry-cards.widget-entry-cards.entry-card-home-blog,
.new-entry-cards.widget-entry-cards.entry-card-event,
.new-entry-cards.widget-entry-cards.entry-card-review,
.navi-entry-cards.widget-entry-cards.useful-doc-list,
.navi-entry-cards.widget-entry-cards.service-list{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#related_entries-4 .widget-related-entry-cards:after,
#related_entries-5 .widget-related-entry-cards:after,
.new-entry-cards.widget-entry-cards.entry-card-case:after,
.popular-entry-cards.widget-entry-cards.entry-card-home-blog:after,
.new-entry-cards.widget-entry-cards.entry-card-event:after,
.new-entry-cards.widget-entry-cards.entry-card-review:after{
  content: none;
}
.navi-entry-cards.widget-entry-cards.useful-doc-list .navi-entry-card-snippet.widget-entry-card-snippet.card-snippet,
.navi-entry-cards.widget-entry-cards.service-list .navi-entry-card-snippet.widget-entry-card-snippet.card-snippet{
  font-size: 16px;
  opacity: 1;
}
/* トップページ 事例一覧 */
/* 事例カテゴリーページ 事例一覧 */
/* 事例詳細ページ その他の事例一覧 */
.new-entry-cards.widget-entry-cards.entry-card-case a.a-wrap.entry-card-case,
.entry-case-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap,
#related_entries-4 .widget-related-entry-cards a.a-wrap,
#related_entries-5 .widget-related-entry-cards a.a-wrap{
  width: 32%;
  background-color: #E3EDF0;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 7px 10px 3px;
  box-shadow: 4px 4px #75a7b8;
}
/* トップページ イベント一覧 */
/* イベントカテゴリーページ イベント一覧 */
.new-entry-cards.widget-entry-cards.entry-card-event a.a-wrap.entry-card-event,
.popular-entry-cards.widget-entry-cards.entry-card-home-blog a.a-wrap.popular-entry-card-link,
.entry-event-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap{
  width: 32%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 10px 7px 10px 3px;
  border: 1px solid #a9dadd;
  box-shadow: 4px 4px #a9dadd;
}
/* お客様の声一覧 */
.new-entry-cards.widget-entry-cards.entry-card-review a.a-wrap.entry-card-review{
  width: 32%;
  position: relative;
  background-color: #fff;
  padding: 15px 35px;
  margin: 10px 8px 10px 4px;
}
.entry-review-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap{
  width: 32%;
  position: relative;
  background-color: #f5f6f7;
  padding: 15px 35px;
  margin: 10px 8px 10px 4px;
}
.new-entry-cards.widget-entry-cards.entry-card-review a.a-wrap.entry-card-review::after,
.entry-review-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap::after{
  content:"";
  position: absolute;
  z-index: -1;/*影を下の層に持っていく*/
  bottom: 8px;
  display: block;
  width: 50%;
  height: 50%;
  box-shadow: 0 10px 5px #999;
  right: 10px;
  transform:rotate(3deg);
}
/* イベントレポートカテゴリーページ イベントレポート一覧 */
body.category-report.category-37 .entry-report-list.list.ect-entry-card .entry-card-wrap.a-wrap{
  background-color: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 15px;
}
/* サービスページ サービス一覧 */
/* お役立ち資料一覧 */
.navi-entry-cards.widget-entry-cards.service-list a,
.navi-entry-cards.widget-entry-cards.useful-doc-list a{
  width: 32%;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px 7px 10px 3px;
  border: 2px solid #003466;
  box-shadow: 4px 4px #75A7B8;
  padding: 10px;
}
.new-entry-cards.widget-entry-cards.entry-card-case a.a-wrap.entry-card-case img,
.popular-entry-cards.widget-entry-cards.entry-card-home-blog a.a-wrap.popular-entry-card-link img,
.entry-case-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap img,
#related_entries-4 .widget-related-entry-cards a.a-wrap img,
#related_entries-5 .widget-related-entry-cards a.a-wrap img,
.new-entry-cards.widget-entry-cards.entry-card-event a.a-wrap.entry-card-event img,
.entry-event-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap img,
.navi-entry-cards.widget-entry-cards.service-list a img,
.navi-entry-cards.widget-entry-cards.useful-doc-list a img{
  border-radius: 10px;
}
body.category-report.category-37 .entry-report-list.list.ect-entry-card .entry-card-wrap.a-wrap img{
  border-radius: 5px;
}
.new-entry-cards.widget-entry-cards.entry-card-case a.a-wrap.entry-card-case:hover,
.entry-case-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap:hover,
#related_entries-4 .widget-related-entry-cards a.a-wrap:hover,
#related_entries-5 .widget-related-entry-cards a.a-wrap:hover,
.navi-entry-cards.widget-entry-cards.service-list a:hover,
.navi-entry-cards.widget-entry-cards.useful-doc-list a:hover{
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  transform: scale(1.05, 1.05);
}
.new-entry-cards.widget-entry-cards.entry-card-event a.a-wrap.entry-card-event:hover,
.popular-entry-cards.widget-entry-cards.entry-card-home-blog a.a-wrap.popular-entry-card-link:hover,
.entry-event-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap:hover{
  transition: all 0.3s ease-in-out;
  border: 1px solid #2F6287;
  box-shadow: 4px 4px #2F6287;
}
.new-entry-cards.widget-entry-cards.entry-card-review a.a-wrap.entry-card-review:hover,
.entry-review-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap:hover{
  transition: all 0.3s ease-in-out;
  background-color: #fff9e6;
}
body.category-report.category-37 .entry-report-list.list.ect-entry-card .entry-card-wrap.a-wrap:hover{
  transition: all 0.3s ease-in-out;
  background-color: #B2E3E3;
}
.new-entry-cards.widget-entry-cards.entry-card-event a.a-wrap.entry-card-event:hover .new-entry-card-title,
.new-entry-cards.widget-entry-cards.entry-card-review a.a-wrap.entry-card-review:hover .new-entry-card-title,
.entry-event-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap:hover .entry-card-title,
.entry-review-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap:hover .entry-card-title,
.popular-entry-cards.widget-entry-cards.entry-card-home-blog a.a-wrap.popular-entry-card-link:hover .popular-entry-card-title,
body.category-report.category-37 .entry-report-list.list.ect-entry-card .entry-card-wrap.a-wrap:hover .entry-card-title{
  color:#005bb3;
}
/* セミナー・イベント一覧 受付中／終了表示 */
.ribbon-event{
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  border-radius: 10px 0px;
}
.ribbon-event span{
  position: absolute;
  display: block;
  width: 120px;
  right: 3px;
  top: -15px;
  transform: rotate(-45deg);
  padding: 32px 0 10px 0;
  color: #fff;
  text-align: center;
}
.ribbon-event-on span{
  background-color: #e9546b;
}
.ribbon-event-off span{
  background-color: #808080;
}
/* 受付中/終了の表示に関連してサムネイルのマージン調整 */
.entry-card-event.widget-entry-cards figure{
  margin: 0;
}
/* 画像の表示調整 */
.article .wp-block-image{
  margin-bottom: 0px;
}
/* ページネーション 「次のページ」は非表示 */
.pagination-next {
  display: none;
}
/* ページネーション 番号通常時*/
.page-numbers {
  color: #003466;
  border: 1px solid #003466;
}
/* ページネーション 現在のページ*/
.pagination .current {
  background-color: #003466;
  color: #fff;
}
/* ページネーション ドット「…」の部分*/
.page-numbers.dots {
  opacity: 1;
  background: none;
}
/* ページネーション マウスホバー時*/
.pagination a:hover {
  background-color: #003466;
  color: #fff;
}
/* シェアボタン 枠 */
.article-footer.entry-footer .sns-share{
  display:flex;
  justify-content: flex-start;
  border:#808080 1px solid;
  margin: 36px auto;
  padding: 15px 30px;
  /*width: 800px;*/
  width: 100%;
  max-width: 800px;
}
/* シェアボタン メッセージ */
.article-footer.entry-footer .sns-share .sns-share-message{
  display:flex;
  flex-direction: column;
  justify-content: center;
  width:auto;
  font-weight: bold;
  margin-right: 20px;
}
/* シェアボタン */
.article-footer.entry-footer .sns-share .button-caption{
  display: none;
}
.article-footer.entry-footer .sns-share .sns-share-buttons{
  justify-content: flex-start;
}
.article-footer.entry-footer .sns-share .sns-share-buttons a{
  width: 2.5em;
  margin-left: 0.4em;
  margin-bottom: 0;
}
.article-footer.entry-footer .sns-share .social-icon{
  font-size: 25px;
}
/* フッター上部の余白調整 */
.container .footer{
  margin-top: 0;
}
/* フッターの内容表示調整 */
.container .footer .footer-in .footer-bottom{
  display:flex;
  justify-content:space-between;
  position: relative;
  margin: 0;
  flex-wrap: wrap-reverse;
}
.container .footer .footer-in .footer-bottom .footer-bottom-logo{
  width:26.5%;
  margin: 0;
  position: static;
  line-height: 1.8;
}
.container .footer .footer-in .footer-bottom .footer-bottom-logo .logo{
  text-align: left;
}
.container .footer .footer-in .footer-bottom .footer-bottom-content{
  width:73.5%;
  margin: 0;
}
.container .footer .footer-in .footer-bottom .footer-bottom-content #navi-footer a:hover{
  color: #333;
  font-weight: bold;
}
.footer-bottom-content .navi-footer .navi-footer-in > ul.menu-footer{
  column-count: 4;
  list-style: none;
  border: 0;
  display: block;
  text-align: left;
}
.footer-bottom-content .navi-footer .navi-footer-in > ul.menu-footer li.menu-item{
  border: 0;
  margin-bottom: 3px;
}
/* 折り返さない2カラムブロック */
.article .starcts-nowrap-column{
  flex-wrap: nowrap;
}
/* 1カラム(広い)設定の固定ページで部分的に狭い幅に変更 */
.article .gp-narrow{
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.article .gp-wide {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
/* グループ（狭い幅 灰色枠線） */
.article .group-grayline{
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c8c8c8;
  padding: 2.5em 0em 2.5em 2.5em;
}
/* お問い合わせ画面など 入力フォーム */
.must{
  color: #FFF;
  border-radius: 3px;
  font-size: 13px;
  margin-left: 10px;
  padding: 1px 10px;
  letter-spacing: 0.2em;
  background-color: orange;
  font-weight: normal;
  white-space: nowrap;
}
.starcts-form label.starcts-form-title{
  font-weight: bold;
}
.starcts-form .starcts-form-radio,
.starcts-form .starcts-form-chkbox{
  margin: 10px 12px;
}
.starcts-form-control.starcts-submit{
  background-color: #003466;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 8px 0px -3px #75A7B8;
  border-radius: 10px;
}
.starcts-form-control.starcts-submit:hover{
  opacity: 1;
  color: #003466;
  background-color: #fff;
  border-color: #003466;
  transition: all 0.3s ease-in-out;
}
/* お役立ち資料詳細ページ */
#post-2935 .entry-content.cf .gp-wide,
#post-2933 .entry-content.cf .gp-wide{
  padding-top: 40px;
  padding-bottom: 40px;
}
/* お役立ち資料ダウンロード 入力欄 */
.wp-block-cocoon-blocks-column-right .starcts-input-form{
  padding-left: 50px;
}
/* 個人情報保護方針リンク */
.starcts-form a:after{
  font-family: FontAwesome;
  content: "\f08e"; /*アイコン*/
  margin-left: 2px;
}
/* お問い合わせ画面 電話番号 */
#post-3875 p a{
  text-decoration: none;
}
/* お役立ち資料ダウンロード完了画面 その他の資料紹介CTA */
#cta_box-4,
#cta_box-5{
  margin-bottom: 50px;
}
#cta_box-4 .widget-page-content-bottom-title.main-widget-label,
#cta_box-5 .widget-page-content-bottom-title.main-widget-label{
  font-size: 24px;
  font-weight: bold;
}
#cta_box-4 .cta-box.cta-left-and-right,
#cta_box-5 .cta-box.cta-left-and-right{
  background-color: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
}
/* 事例詳細ページ お客様の声の画像 */
article.category-case-post figure.wp-block-image.size-large.voice_img {
  margin: 20% 0;
  padding: 20px;
  border-radius: 8px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
 @media screen and (max-width: 1266px) {
                .wrap {
                    width:auto
                }

                .main,.sidebar,.sidebar-left .main,.sidebar-left .sidebar {
                    margin: 0 .5%
                }

                .main {
                    width: 67.4%
                }

                .sidebar {
                    padding: 1.5%;
                    width: 30%
                }

                .entry-card-thumb {
                    width: 38%
                }

                .entry-card-content {
                    margin-left: 40%
                }
            }


/*1280px以下(stracts追加)*/
@media screen and (max-width: 1280px){
  /*必要ならばここにコードを書く*/
  /* ヘッダーの余白調整 */
  .header-container-in.hlt-top-menu.hlt-tm-right.wrap{
    padding: 0 10px;
  }
  /* ブログ一覧／レポート一覧の画像と文字の大きさ */
  .entry-report-list .entry-card-thumb.card-thumb.e-card-thumb{
    width: 320px;
  }
  .entry-card-content {
    margin-left: 330px;
  }
  /* ブログ詳細画面の余白調整 */
  /*.categoryid-24 .content-in .main{
    padding: 0 29px 0 50px;
  }*/
  /* ブログ以外の画面（サイドバーがない）の余白調整 */
  /*:not(.categoryid-24) .content-in .main {
    padding: 0 50px;
  }*/
  /* 事例 その他の事例 */
  #related_entries-2 .widget-related-entry-cards{
    width: 100%;
    margin: 0 auto;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  /* サイドバーなしの投稿ページのコンテンツ幅 */
  .single.single-post.no-sidebar .content-in.wrap {
    width: auto;
  }
  /* ブログ一覧／レポート一覧の画像と文字の大きさ */
  .entry-report-list .entry-card-thumb.card-thumb.e-card-thumb{
    width: 38%;
  }
  .entry-card-content {
    margin-left: 40%;
  }
  /* ヘッダーモバイル ロゴ */
  .mobile-header-menu-buttons .logo-menu-button .menu-button-in .site-logo-image {
    max-height: 42px;
    margin: 0 10px;
  }
  /* フッターモバイルボタン(メニュー) */
  .mobile-footer-menu-buttons.mobile-menu-buttons > li {
    padding-top: 0px;
  }
  ul.mobile-footer-menu-buttons li.navi-menu-button{
    width: 15%;
  }
  ul.mobile-footer-menu-buttons li.navi-menu-button label{
    border-radius: 4px;
    border-color: #333;
    display: inline-block;
    padding: 2px 2px;
    margin-left: 10px;
  }
  /* フッターモバイルボタン(電話番号) */
  ul.mobile-footer-menu-buttons li#menu-item-3942-starcts{
    width: 50%;
  }
  ul.mobile-footer-menu-buttons li#menu-item-3942-starcts a{
    background-color: #fff;
    color: #003466;
    font-weight: bold;
    /*border-radius: 4px;*/
    display: inline-block;
    line-height: normal;
    padding: 7px 1px;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-color: #003466;
    position: relative;
    width:100%;
    min-height: 50px;
  }
  ul.mobile-footer-menu-buttons li#menu-item-3942-starcts a span.custom-menu-icon{
    display: none;
  }
  ul.mobile-footer-menu-buttons li#menu-item-3942-starcts a span.custom-menu-caption{
    font-size: 19px;
  }
  /* フッターモバイルボタン(お問い合わせ) */
  ul.mobile-footer-menu-buttons li#menu-item-3943-starcts{
    width: 50%;
  }
  ul.mobile-footer-menu-buttons li#menu-item-3943-starcts a{
    background-color: #003466;
    color: #fff;
    font-weight: bold;
    /*border-radius: 4px;*/
    display: inline-block;
    line-height: normal;
    padding: 7px 2px;
    text-decoration: none;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    width:100%;
    min-height: 50px;
  }
  ul.mobile-footer-menu-buttons li#menu-item-3943-starcts a span.custom-menu-icon{
    display: none;
  }
  ul.mobile-footer-menu-buttons li#menu-item-3943-starcts a span.custom-menu-caption{
    font-size: 19px;
  }
  /* モバイル スライドインメニュー */
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content{
    background-color: #333;
    color: #fff;
  }
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer{
    margin-top: 1em;
  }
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer a,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer a{
    color: #fff;
  }
  /* モバイル スライドインメニュー(ブログ／コラム) */
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3952,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3952{
    border-bottom: 2px solid #808080;
    padding-bottom: 15px;
  }
  /* モバイル スライドインメニュー(電話番号) */
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3954 a,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3954 a{
    font-size: 20px;
    font-weight: bold;
    margin: 15px auto 0px auto;
  }
  /* モバイル スライドインメニュー(お役立ち資料) */
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3947,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3947{
    border-bottom: 2px solid #808080;
  }
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3947 a,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3947 a{
    background-color: #fff;
    color: #003466;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 5px 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    text-align: center;
    border: 2px solid;
    border-color: #003466;
    position: relative;
    width:45%;
  }
  /* モバイル スライドインメニュー(お問い合わせ) */
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3955 a,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content .menu-drawer li.menu-item-3955 a{
    background-color: #003466;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 5px 2px;
    margin-bottom: 15px;
    text-decoration: none;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    width:45%;
  }
  /* モバイル スライドインメニュー(閉じるボタン) */
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content label.navi-menu-close-button,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content label.navi-menu-close-button{
    padding: 3px 12px;
    margin-left: 22px;
  }
  .mobile-header-menu-buttons .navi-menu-button .navi-menu-content label.menu-close-button,
  .mobile-footer-menu-buttons .navi-menu-button .navi-menu-content label.menu-close-button{
    font-size: 1em;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  /* パンくずリスト スマホで記事タイトルのみ非表示 */
  .breadcrumb-item:nth-child(n+2) span.sp,
  .breadcrumb-item:nth-child(n+3),
  .breadcrumb-item:nth-child(n+3) span.sp,
  .breadcrumb-item:nth-child(n+4){
      display:none;
  }
  /* mサイズボタン */
  .button-block .btn-m{
    padding: 14px 36px;
  }
  #cta_box-2 .cta-box,
  #cta_box-7 .cta-box,
  #cta_box-8 .cta-box,
  #cta_box-9 .cta-box,
  #cta_box-10 .cta-box,
  #cta_box-11 .cta-box,
  #cta_box-12 .cta-box,
  #cta_box-13 .cta-box,
  #cta_box-14 .cta-box{
    font-size: 1.0em;
  }
  /* 折り返さない2カラムブロック */
  .wp-block-cocoon-blocks-column-2.starcts-nowrap-column{
    flex-direction: row;
  }
  /* 二段見出し（小） */
  h2.starcts-h2,
  h2.starcts-h2-cta,
  .categoryid-36 .category-case-post .entry-content.cf h2.starcts-h2.has-ex-d-color{
    font-size: 16px;
  }
  /* 事例ページ 見出し */
  .categoryid-36 .category-case-post .entry-content.cf h2.starcts-h2.has-ex-d-color:before {
    width: 45px;
  }
  /* 二段見出し（大） */
  p.starcts-h2-p{
    font-size: 20px;
  }
  /* 大きめのh2見出し */
  h2.starcts-l-h2,
  .widget h2.starcts-l-h2,
  .categoryid-36 .category-case-post .entry-content.cf h2.starcts-l-h2{
    font-size: 20px;
  }
  /* 装飾なしの見出し */
  .article h3.starcts-h3{
    font-size: 18px;
  }
  /* サービス 管理マネジメント契約・無料相談ページ h3タイトル */
  #post-6285 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3,
  #post-2931 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3{
    font-size: 18px;
  }
  #post-6285 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3::before,
  #post-2931 .entry-content.cf .wp-block-cocoon-blocks-column-2 h3.starcts-h3::before{
    font-size: 26px;
  }
  .article h3.starcts-in-h3{
    font-size: 18px;
  }
  .article h4.starcts-h4{
    font-size: 16px;
  }
  /* チェックアイコンのリスト */
  .article ul.starcts-check-icon-list,
  .article ul.starcts-check-icon-list-1line{
    padding-left: 18px;
  }
  .starcts-check-icon-list li{
    padding-right: 10px;
  }
  .starcts-check-icon-list-1line li{
    margin:0.5em 0 !important;
    padding-right: 10px;
    line-height: 1.8;
  }
  /* ページ内リンク */
  ul.starcts-jump{
    display: block;
  }
  /* ページ内リンクの飛び先 */
  a.starcts-jump-dt{
    top: 0px;
  }
  /* 料金 灰色枠線のbox */
  .column-wrap.column-3.starcts-price > div {
    width: 95%;
  }
  .column-wrap.column-3.starcts-price > div.starcts-price-box1{
    width: 95%;
  }
  .column-wrap.column-3.starcts-price .column-2-4-1-3.starcts-nowrap-column .column-left{
    width: 25%;
  }
  /* サイトマップ カラム */
  .starcts-sitemap .wp-block-cocoon-blocks-column-left{
    border-top: 1px solid #c8c8c8;
    border-left: none;
  }
  .starcts-sitemap .wp-block-cocoon-blocks-column-center{
    border-left: none;
    border-top: 1px solid #c8c8c8;
  }
  .starcts-sitemap .wp-block-cocoon-blocks-column-right{
    border-top: 1px solid #c8c8c8;
    border-left: none;
    border-right: none;
  }
  /* アイキャッチ画像 調整 */
  .eye-catch-wrap .eye-catch .eye-catch-image{
    height: auto;
  }
  /* 文中の画像 サイズ大　調整 */
  .wp-block-image.size-large img[width$="1024"]{
    height: auto;
  }
  /* 新着記事一覧ショートコード(事例、セミナー／イベント、物件ギャラリー) */
  /* ウィジェット 関連記事 */
  /* ショートコードナビカード お役立ち資料 */
  /* ショートコードナビカード サービス */
  #related_entries-4 .widget-related-entry-cards,
  #related_entries-5 .widget-related-entry-cards{
    width: auto;
    padding: 0px 25px;
  }
  /* 新着記事一覧ショートコード(事例、セミナー／イベント) */
  /* ウィジェット 関連記事 */
  /* ショートコードナビカード お役立ち資料 */
  /* ショートコードナビカード サービス */
  .new-entry-cards.widget-entry-cards.entry-card-case a.a-wrap.entry-card-case,
  .popular-entry-cards.widget-entry-cards.entry-card-home-blog a.a-wrap.popular-entry-card-link,
  .entry-case-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap,
  #related_entries-4 .widget-related-entry-cards a.a-wrap,
  #related_entries-5 .widget-related-entry-cards a.a-wrap,
  .new-entry-cards.widget-entry-cards.entry-card-event a.a-wrap.entry-card-event,
  .new-entry-cards.widget-entry-cards.entry-card-review a.a-wrap.entry-card-review,
  .entry-event-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap,
  .entry-review-list.list.ect-vertical-card-3 a.entry-card-wrap.a-wrap,
  .navi-entry-cards.widget-entry-cards.service-list a{
    width: auto;
    max-width: 400px;
  }
  .entry-case-list .entry-card-wrap .entry-card .entry-card-content .entry-case-info strong,
  .entry-card-event .a-wrap .new-entry-card .new-entry-card-content .entry-event-info strong,
  .entry-event-list .entry-card-wrap .entry-card .entry-card-content .entry-event-info strong{
    width: 215px;
  }
  /* 新着記事一覧ショートコード(1行タイプ) */
  .entry-card-line a.a-wrap{
    margin: 0;
    padding: 6px 0px;
  }
  /* エントリーカード（1行表示用） */
  .entry-line-list a article .entry-card-content{
    margin: 0;
  }
  /* エントリーカード（1行表示用）日付 */
  /* 新着記事一覧ショートコード(1行タイプ) 日付*/
  .entry-line-list a article .entry-card-content .entry-line-date,
  .entry-card-line a.a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-date{
    width: 130px;
    font-size: 15px;
  }
  /* エントリーカード（1行表示用）カテゴリ */
  /* 新着記事一覧ショートコード(1行タイプ) カテゴリ*/
  .entry-line-list a article .entry-card-content .entry-line-cat .cat-label,
  .entry-card-line a.a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-cat .cat-label{
    top: 0;
  }
  /* エントリーカード（1行表示用）タイトル */
  /* ショートコード新着記事一覧(1行タイプ) タイトル*/
  .entry-line-list a article .entry-card-content .entry-card-title,
  .entry-card-line a.a-wrap .widget-entry-card .widget-entry-card-content .widget-entry-card-title{
    width: 100%;
    font-size: 16px;
  }
  /* ウィジェット CTA */
  #cta_box-2.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-4.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-5.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-7.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-8.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-9.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-10.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-11.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-12.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-13.widget_cta_box .cta-box.cta-left-and-right,
  #cta_box-14.widget_cta_box .cta-box.cta-left-and-right{
    width: auto;
  }
  #cta_box-2.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-4.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-5.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-7.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-8.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-9.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-10.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-11.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-12.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-13.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-14.widget_cta_box .cta-box.cta-left-and-right .cta-content{
    display: flex;
  }
  #cta_box-2.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-4.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-5.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-7.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-8.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-9.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-10.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-11.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-12.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-13.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-14.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb{
    width: 49%;
  }
  #cta_box-2.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-4.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-5.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-7.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-8.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-9.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-10.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-11.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-12.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-13.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-14.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message{
    width: 49%;
  }
  /* 最下部 全ページ共通CTA */
  .wp-block-cover.alignfull.starcts-cta-cover .wp-block-cover__inner-container .wp-block-cocoon-blocks-column-3.column-wrap.column-3.layout-box{
    width: auto;
  }
  .wp-block-cover.alignfull.starcts-cta-cover p.starcts-h2-p-cta{
    font-size: 22px;
  }
  /* エントリーカード（セミナー／イベント一覧）タイトル */
  .entry-report-list a article .entry-card-content .entry-card-title{
    font-size: 15px;
  }
  /* エントリーカード（セミナー／イベント一覧）作成日 */
  .entry-report-list a article .entry-card-content .report-date{
    font-size: 15px;
  }
  /* シェアボタン (「SHARE」という文字) */
  .article-footer.entry-footer .sns-share .sns-share-message{
    margin-right: 15px;
  }
  /* ブログ プロフィール SNSフォローリンク */
  .article-footer.entry-footer .widget_author_box .author-box .author-content .author-follows .sns-follow-buttons a.follow-button{
    font-size: 15px;
    width: 100px;
  }
  /* フッター表示調整 */
  .container .footer .footer-in .footer-bottom .footer-bottom-logo{
    width:auto;
  }
  .container .footer .footer-in .footer-bottom .footer-bottom-content{
    width:auto;
  }
  .footer-bottom-content .navi-footer .navi-footer-in > ul.menu-footer{
    column-count: 2;
    width: auto;
  }
  .footer-bottom-content .navi-footer .navi-footer-in > .menu-footer li.menu-item{
    width: auto;
    text-align: left;
  }
  /* グループ（狭い幅 灰色枠線） */
  .article .group-grayline{
    padding: 1.5em 0.5em 2em 0.8em;
  }
  /* お役立ち資料ダウンロード */
  .wp-block-cocoon-blocks-column-right .starcts-input-form{
    padding-left: 25px;
  }
  /* お役立ち資料ダウンロード完了画面 その他の資料紹介CTA */
  #cta_box-4 .widget-page-content-bottom-title.main-widget-label,
  #cta_box-5 .widget-page-content-bottom-title.main-widget-label{
    font-size: 20px;
  }
  /* 事例詳細ページのお客様画像　調整 */
  article.category-case-post figure.wp-block-image.size-large.voice_img {
    margin: 0px;
  }
  article.category-case-post figure.wp-block-image.size-large.voice_img img{
    width: 100%;
    height: 250px;
    object-position:0% 0%;
    object-fit: cover;
  }
}

/*599px以下(starcts追加)*/
@media screen and (max-width: 599px){
  /* ウィジェット CTA */
  #cta_box-2.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-4.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-5.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-7.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-8.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-9.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-10.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-11.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-12.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-13.widget_cta_box .cta-box.cta-left-and-right .cta-content,
  #cta_box-14.widget_cta_box .cta-box.cta-left-and-right .cta-content{
    display: block;
  }
  #cta_box-2.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-4.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-5.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-7.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-8.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-9.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-10.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-11.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-12.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-13.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb,
  #cta_box-14.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-thumb{
    width: 100%;
  }
  #cta_box-2.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-4.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-5.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-7.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-8.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-9.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-10.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-11.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-12.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-13.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message,
  #cta_box-14.widget_cta_box .cta-box.cta-left-and-right .cta-content .cta-message{
    width: 100%;
  }
  /* お役立ち資料一覧 */
  .navi-entry-cards.widget-entry-cards.useful-doc-list a{
    width: auto;
    max-width: 400px;
  }
  /* サービス 無料相談・賃貸まるごとお助け隊 */
  #post-2931 .entry-content.cf .wp-block-cocoon-blocks-column-2.column-wrap.column-2.column-2-2-1-1.layout-box.img_left,
  #post-2936 .entry-content.cf .wp-block-cocoon-blocks-column-2.column-wrap.column-2.column-2-2-1-1.layout-box.img_left{
    flex-direction: column-reverse;
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

  /* カテゴリ一覧ページ 全幅ヘッダー内の文章(余白少なめ) */
  .article header.alignfull div.article-header-in div.margin-less-div p{
    font-size: 28px;
  }
  /* カテゴリー一覧ページの余白調整 */
  body.archive.category .content-in .main {
    padding: 0 10px;
  }
  /* お役立ち資料ダウンロード */
  .wp-block-cocoon-blocks-column-right .starcts-input-form{
    padding-left: 0px;
  }
  #post-2930 .entry-content.cf p.has-text-align-center.headline-txt.has-black-color.has-text-color {
    font-size: 28px;
  }
  #footer.footer.footer-container{
    padding: 8px 0px;
  }
}
