/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2026 | 01:00:40 */
/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/



.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form input[type="addr"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: none;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid #ccc;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform th {
	font-size: 15px;
	width: 25%; 
	border-bottom: solid 1px #ccc;
	padding: 10px 0px 10px 10px;
	font-weight: bolder;
	text-align: left;
}


.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #ccc;
	padding: 10px 10px;
}


/*―――――表示―――――*/

.cform {
	margin: auto;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 90%;
}



@media only screen and (max-width:767px) {
.cform th,.cform td{
	width: 100%;
    border: 1px solid #ccc;
    padding: 1em 1em;
	display: block;
}
	.cform td{
	margin: 5px 0 5px 0;
}
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#06036B;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}

.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}

.submit-btn input:hover {
	background: #477c54;
	color: #FFFFFF;
　cursor: pointer;
}


/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.7em;
padding: 4px;
border-radius: 3px;
margin-left: 6px;
background: #9b0202;
color: #ffffff;
}

/*ーーーーーーーーーーーーーーーー*/

.table-type1 {
  border-collapse: collapse;
  justify-content: center;
}

.table-type1 td {
  border: 1px solid #cccccc;  
  padding: 10px;
 text-align: left;
}
.title-a{
 background: #ededed;
 width:30%;
}
. title-b{
 width: 70%;
}

@media only screen and (max-width: 767px) {
  .table-type1 tr,
 .table-type1 td {
  display: block;
  justify-content: center;
  }
  } 

@media only screen and (max-width: 767px) {
  .title-a {
  width: auto;
  justify-content: center;
  }
  } 
@media only screen and (max-width: 767px) {
 .title-b {
  display: block;
  justify-content: center;
  }
  } 
.table-type2 {
  border-collapse: collapse;
  justify-content: center;
}

.table-type2 td {
  border: none;  
  padding: 10px;
 text-align: left;
}
.title-a{
 background: #fff;
 width:30%;
}
. title-b{
 width: 70%;
}

.table-type3 {
  border-collapse: collapse;
  justify-content: center;  
}


 .table-type3 td {
  padding: 10px;
  text-align: left;
  border-collapse: collapse;
  border-top: none; /* 上部の境界線を削除 */
  border-left: none; /* 左側の境界線を削除 */
  border-right: none; /* 右側の境界線を削除 */
  border-bottom: 1px solid #cccccc ; 
}
.table-type3 tr {
  text-align: left;
  border-collapse: collapse;
  border-top: none; /* 上部の境界線を削除 */
  border-left: none; /* 左側の境界線を削除 */
  border-right: none; /* 右側の境界線を削除 */
  border-bottom: 1px solid #cccccc ; 
}
.title-3a{
 border-top: none; /* 上部の境界線を削除 */
 border-left: none; /* 左側の境界線を削除 */
 border-right: none; /* 右側の境界線を削除 */
 
 background: #fff;
 border-collapse: collapse;

}
.title-3b{
  border-top: none; /* 上部の境界線を削除 */
  border-left: none; /* 左側の境界線を削除 */
  border-right: none; /* 右側の境界線を削除 */
  
  border-collapse: collapse;
  
}
@media only screen and (max-width: 767px) {

.table-type3 tr {
  width:100%;
  border-collapse: collapse;
  display: block;
  border-top: none;
  border-left: none; 
  border-right: none; 
  border-bottom: 1px solid #cccccc ; 
  justify-content: center;
  }
.table-type3 td {
  width:100%;
  border-collapse: collapse;
  display: block;
  border-top: none;
  border-left: none; 
  border-right: none; 
  border-bottom: 1px solid #cccccc ; 
  justify-content: center;
  }
  } 

@media only screen and (max-width: 767px) {
.title-3a {
  width: 100%;
  border-collapse: collapse;	
  border-top: none;
  border-left: none;
  border-right: none; 
 border-bottom: 1px solid #cccccc ; 
  justify-content: center;
 } 
 } 
@media only screen and (max-width: 767px) {
.title-3b {
  width: 100%;
  border-collapse: collapse;	
  border: none;
  justify-content: center;
 } 
 } 
.table-type4 {
  border-collapse: collapse;
  justify-content: center;
}

.table-type4 td {
  border: 1px solid #cccccc;  
  padding: 2px;
 text-align: left;
}

@media only screen and (max-width: 767px) {
  .table-type4 tr,
 .table-type4 td {
  display: block;
  justify-content: center;
  }
  } 
.table-type5 {
  border-collapse: collapse;
  justify-content: center;
}

.table-type5 td {
  border: none;  
  padding: 0px;
 text-align: left;
}

@media only screen and (max-width: 767px) {
  .table-type5 tr,
 .table-type5 td {
  display: block;
  justify-content: center;
  }
  } 

/* 企業情報カスタム投稿タイプ詳細ページ */
.single-company #side_col {
    display: none;
}
.single-company #main_col {
    width: 1150px;
}
.single-company #main_contents:after {
    width: 0px;
}
.single-company #post_image2 { display: none; }/* PC表示時 */
 
@media screen and (max-width: 767px) { 
.single-company #post_image2_wrap {
    display: none; }}/* モバイル表示時 */

/* サービスカスタム投稿タイプ詳細ページ */
.single-service #side_col {
    display: none;
}
.single-service #main_col {
    width: 1150px;
}
.single-service #main_contents:after {
    width: 0px;
}
.single-service #post_image2 { display: none; }/* PC表示時 */
 
@media screen and (max-width: 767px) { 
.single-service #post_image2_wrap {
    display: none; }}/* モバイル表示時 */

/*プロジェクトカスタム投稿タイプ詳細ページ */
.single-project #side_col {
    display: none;
}
.single-project #main_col {
    width: 1150px;
}
.single-project #main_contents:after {
    width: 0px;
}
.single-project #post_image2 { display: none; }/* PC表示時 */
 
@media screen and (max-width: 767px) { 
.single-project #post_image2_wrap {
    display: none; }}/* モバイル表示時 */

#global_menu ul {
    text-align: right;
    margin-right: 50px;
}
/* 親メニュー項目 */
#global_menu ul li { font-size: 16px;}

/* list */
@media screen and (max-width: 767px) { 
.post_content li, .post_content dt, .post_content dd { line-height:2.2; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:0px; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; }
.post_content li > ul, .post_content li > ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:1em; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.ttl_frame5 {
  font-weight: bold;
  border: 3px solid #eb6f65;
  background-color: #fff;
  padding: 0.5em 1em;
  position: relative;
}
.ttl_frame5::after {
  content: '';
  background-color: #eb6f65;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-1deg);
}

/* トップ告知バナー*/
:root {
    --columns-default: 1; /* デフォルトのカラム数 */
    --columns-medium: 2; /* 600px以上でのカラム数 */
    --columns-large: 2; /* 960px以上でのカラム数 */
    --gap-value: 10px; /* 間隔 */
}

.column-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--gap-value);
}

.column-container .column {
    flex: 0 0 calc(100% / var(--columns-default) - var(--gap-value));
    box-sizing: border-box;
    _border: 1px solid #ccc; /* 枠線 */
    padding: 5px;
    text-align: center;
}

@media (min-width: 600px) {
    .column-container .column {
        flex: 0 0 calc(100% / var(--columns-medium) - var(--gap-value));
    }
}

@media (min-width: 960px) {
    .column-container .column {
        flex: 0 0 calc(100% / var(--columns-large) - (var(--columns-large) - 1) * var(--gap-value) / var(--columns-large));
    }
}
/* 2つ目のタブコンテンツタイトルサイズ変更*/
.cb_tab_content .tab_content_bottom .title {
  font-size: 22px !important;
}

/* ==================================================
   プロフィール紹介タイトル
================================================== */
.shk-profile-title {
  position: relative;
  box-sizing: border-box;

  width: 100%;
  margin: 0 0 36px !important;
  padding: 0 0 24px !important;

  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* グラデーションのアンダーライン */
.shk-profile-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(
    to right,
    #3c263a 0%,
    #f4bb00 100%
  );
}


/* ==================================================
   スマホ
================================================== */
@media screen and (max-width: 768px) {

  .shk-profile-title {
    /* タイトルと下線の間隔 */
    padding-bottom: 10px;

    /* 下線と次の文章の間隔 */
    margin-bottom: 24px;

    /* 本文より少し大きいサイズ */
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .shk-profile-title::after {
    height: 4px;
  }
}

/* ==================================================
   プロフィール紹介タイトル
================================================== */
.shk-ev-title {
  position: relative;
  box-sizing: border-box;

  width: 100%;
  margin: 0 0 36px !important;
  padding: 0 0 24px !important;

  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* グラデーションのアンダーライン */
.shk-ev-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(
    to right,
    #3c263a 0%,
    #f4bb00 100%
  );
}


/* ==================================================
   スマホ
================================================== */
@media screen and (max-width: 768px) {

  .shk-ev-title {
    /* タイトルと下線の間隔 */
    padding-bottom: 10px;

    /* 下線と次の文章の間隔 */
    margin-bottom: 24px;

    /* 本文より少し大きいサイズ */
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .shk-ev-title::after {
    height: 4px;
  }
}
/*―――――4つのタイトル―――――*/
/* ==================================================
   4つのタイトル
================================================== */

/* スマホ専用の改行はPCでは非表示 */
.br-sp {
  display: none;
}

/* 見出し全体 */
.shk-heading.shk-heading-num {
  position: relative;

  /* PCでは番号とタイトルを横並び */
  display: flex !important;
  flex-direction: row;
  align-items: baseline;

  /* 番号とタイトルの間隔 */
  column-gap: 18px;

  width: 100%;
  box-sizing: border-box;

  /* タイトルとアンダーラインの間隔 */
  padding: 0 0 18px !important;

  /* アンダーラインと次の文章の間隔 */
  margin: 0 0 32px !important;

  color: #3c263a;
  font-weight: bold;
  line-height: 1.45;
}

/* テーマ側のspan設定をリセット */
.shk-heading-num .num,
.shk-heading-num .text {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 番号 */
.shk-heading-num .num {
  flex: 0 0 auto;
}

/* タイトル */
.shk-heading-num .text {
  flex: 0 1 auto;
  min-width: 0;
}

/* アンダーライン */
.shk-heading.shk-heading-num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(
    to right,
    #3c263a 0%,
    #f4bb00 100%
  );
}


/* ==================================================
   スマホ版：番号・タイトル・下線をコンパクトに
================================================== */
@media screen and (max-width: 768px) {

  /* スマホ本文 */
  body p,
  body .post_col {
    font-size: clamp(15px, 4vw, 16px) !important;
    line-height: 1.75 !important;
  }

  body h2.shk-heading.shk-heading-num {
    position: relative !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: flex-start !important;

    column-gap: 6px !important;
    row-gap: 0 !important;

    width: 100% !important;
    box-sizing: border-box !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    block-size: auto !important;
    min-block-size: 0 !important;
    max-block-size: none !important;

    padding: 0 0 8px !important;
    margin: 0 0 16px !important;

    line-height: 1.2 !important;
    -webkit-text-size-adjust: 100%;
  }

  body h2.shk-heading.shk-heading-num > .num,
  body h2.shk-heading.shk-heading-num > .text {
    display: inline-block !important;
    position: static !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    block-size: auto !important;
    min-block-size: 0 !important;

    margin: 0 !important;
    margin-block: 0 !important;
    padding: 0 !important;
    padding-block: 0 !important;

    inset: auto !important;
    transform: none !important;
  }

  /* 番号 */
  body h2.shk-heading.shk-heading-num > .num {
    flex: 0 0 auto !important;

    white-space: nowrap !important;
    font-size: clamp(22px, 5.8vw, 30px) !important;
    line-height: 1.1 !important;
  }

  /* タイトル */
  body h2.shk-heading.shk-heading-num > .text {
    flex: 1 1 auto !important;
    min-width: 0 !important;

    font-size: clamp(22px, 5.8vw, 30px) !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  /* スマホだけ任意位置で改行 */
  body h2.shk-heading.shk-heading-num .br-sp {
    display: block !important;
  }

  /* 下線 */
  body h2.shk-heading.shk-heading-num::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;

    width: 100% !important;
    height: 4px !important;

    background: linear-gradient(
      to right,
      #3c263a,
      #f4bb00
    ) !important;
  }

  body h2.shk-heading.shk-heading-num::before {
    content: none !important;
    display: none !important;
  }
}


/* タイトルのスタイル強制上書き */
h3.custom-problem-title {
  background-color: #f4bb00 !important;
  color: #ffffff !important;
  padding: 12px 20px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  margin: 0 0 24px 0 !important;
  border-radius: 4px !important;
  border: none !important; /* TCDの見出し線を消す */
  letter-spacing: 0.05em !important;
}

h3.custom-problem-title::before,
h3.custom-problem-title::after {
  display: none !important; /* TCDの見出しアイコンを消す */
}

/* リスト全体のスタイル強制上書き */
ul.custom-problem-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* 各リスト項目のスタイル強制上書き */
ul.custom-problem-list li {
  position: relative !important;
  padding: 0 0 0 36px !important;
  margin: 0 0 16px 0 !important;
  font-size: 1.05rem !important;
  line-height: 1.5 !important;
  color: #333333 !important;
  background: transparent !important; /* TCDの背景色を消す */
  border: none !important; /* TCDの下線を消す */
}

/* チェックボックスの四角形 */
ul.custom-problem-list li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 3px !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #f4bb00 !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
  border: none !important;
}

/* チェックボックスのチェックマーク（白） */
ul.custom-problem-list li::after {
  content: '' !important;
  position: absolute !important;
  left: 5px !important;
  top: 7px !important;
  width: 9px !important;
  height: 5px !important;
  border-left: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  border-top: none !important; /* 念のため不要な線を消す */
  border-right: none !important; /* 念のため不要な線を消す */
  background: transparent !important;
  transform: rotate(-45deg) !important;
}

/* --- 受講料金付き見出しスタイル --- */
.tcd-price-header {
  position: relative !important;
  display: flex !important;
  align-items: baseline !important; /* 文字の下揃え */
  gap: 15px !important;            /* ラベルと金額の間隔 */
  padding-bottom: 12px !important;  /* 文字と線の間の隙間 */
  margin-bottom: 2em !important;    /* 下の文章との余白 */
}

/* 「受講料金」の文字 */
.tcd-price-label {
  font-size: 1.2rem !important;
  font-weight: bold !important;
  color: #3c263a !important;
}

/* 金額の数字（ここを大きく） */
.tcd-price-amount {
  font-size: 2.2rem !important;     /* 数字のサイズ */
  font-weight: 500 !important;
  color: #3c263a !important;       /* 指定色の濃い紫 */
  line-height: 1 !important;
}

/* 「円（税込）」の文字（少し小さく） */
.tcd-price-tax {
  font-size: 1rem !important;
  font-weight: normal !important;
  margin-left: 4px !important;
}

/* 料金見出しの下線（左から右へのグラデーション） */
.tcd-price-header::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background: linear-gradient(to right, #f4bb00, #3c263a) !important;
}

/* トップページ２カラムリスト */
h3.benefits-title {
  background-color: #f4bb00 !important;
  color: #ffffff !important;
  padding: 12px 20px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  margin: 0 0 24px 0 !important;
  border-radius: 4px !important;
  border: none !important; /* TCDの見出し線を消す */
  letter-spacing: 0.05em !important;
}

h3.benefits-title::before,
h3.benefits-title::after {
  display: none !important; /* TCDの見出しアイコンを消す */
}

/* リスト全体のスタイル強制上書き（Gridレイアウト） */
ul.benefits-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: grid !important;
  grid-template-columns: 1fr !important; /* スマホ（デフォルト）は1カラム */
  gap: 16px 20px !important; /* 縦16px、横20pxの余白 */
}

/* 各リスト項目のスタイル強制上書き */
ul.benefits-list li {
  position: relative !important;
  padding: 0 0 0 36px !important;
  margin: 0 !important;
  font-size: 1.05rem !important;
  line-height: 1.5 !important;
  color: #333333 !important;
  background: transparent !important; /* TCDの背景色を消す */
  border: none !important; /* TCDの下線を消す */
}

/* チェックボックスの四角形 */
ul.benefits-list li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 3px !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #f4bb00 !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
  border: none !important;
}

/* チェックボックスのチェックマーク（白） */
ul.benefits-list li::after {
  content: '' !important;
  position: absolute !important;
  left: 5px !important;
  top: 7px !important;
  width: 9px !important;
  height: 5px !important;
  border-left: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  border-top: none !important;
  border-right: none !important;
  background: transparent !important;
  transform: rotate(-45deg) !important;
}

/* =========================================
   PC用のレスポンシブ設定（768px以上で2カラム）
   ========================================= */
@media screen and (min-width: 768px) {
  ul.benefits-list {
    grid-template-columns: repeat(2, 1fr) !important; /* PCは2カラム */
  }
}
/* =========================================
  金森しきことはのタイトル
========================================= */
.heading-35 {
  display: flex;
  align-items: center !important;
  justify-content: center;
  gap: 0 7px;

  color: #333333;
  font-size: 1.8rem !important;
  line-height: 1.35;

  margin-bottom: 40px !important;
}

.heading-35::before {
  flex: 0 0 auto;

  width: 1.25em;
  height: 1.25em;

  background-image: url("https://shikiko-method.com/wp/wp-content/uploads/2026/07/daiya_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.heading-35-text {
  display: inline-block;
}

/* スマホのみ */
@media screen and (max-width: 768px) {
  .heading-35 {
    font-size: clamp(26px, 7.2vw, 36px) !important;
    line-height: 1.35;

    gap: 0 5px;
    letter-spacing: -0.03em;

    width: 100%;
    box-sizing: border-box;

    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

    margin-bottom: 32px !important;

    -webkit-text-size-adjust: 100%;
  }

  .heading-35::before {
    width: 1.15em;
    height: 1.15em;
  }

  .heading-35 .br-sp {
    display: block !important;
  }
}
/* =========================================
  ハンバーガーメニュー
   ========================================= */
@media screen and (max-width: 770px) {
  /* スマホ用メニュー（ドロワーメニュー）の入れ子を常に展開 */
  #drawer_menu ul ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }

  /* 開閉用のアコーディオンボタン（矢印や＋マーク）を非表示にする */
  #drawer_menu .child_menu_button {
    display: none !important;
  }
}
/* =========================================
  金森しきことはの左右borderなし
   ========================================= */
.cb_free_space.type1 {
    border-left: none !important;
    border-right: none !important;
}
.cb_content .tab_content_bottom {
    border-left: none !important;
    border-right: none !important;
}
 .cb_project_list  {
    border-left: none !important;
    border-right: none !important;
}
.cb_news_list  {
    border-left: none !important;
    border-right: none !important;
}
.cb_service_top {
    border-left: none !important;
    border-right: none !important;
}
.cb_service_bottom {
    border-left: none !important;
    border-right: none !important;
}