ch-j.jp  ’21/10/26 現在のCSS

@charset "utf-8";
/*
Theme Name: lightning-pro-child
Theme URI: 
Template: lightning-pro
Description: 
Author: CH-J with MarkleDesign
Tags: 
Version: 0.1.2
*/
#search_for h2{
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
/**************************************************************************************************************
                                                                      全ページ 共通 CSS
**************************************************************************************************************/
/**************************************
                   フォント指定
***************************************/
body,
p {
	font-family :"游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3", 
		"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
          "Helvetica Neue", Helvetica, Arial, 
          sans-serif !important;
    font-weight:500 !important;
	line-height: 1.5;
}
/************************************************************
h2 , h3 タグの装飾をクリア  (サイト共通)
**********************************************************/
/*  このコードでは、固定ページだけでなく投稿でもcssがクリアされてしまうため 修正(後日削除)
.mainSection-title,
h2,h3,h4 {
	border-top:none !important;
	border-bottom:none !important;
	background-color:transparent !important;
}
h3:after, .subSection-title:after {
	 border: none !important;
    border-bottom : none !important;
	 background-color:transparent !important;
	content:none;
}
 投稿のための修正  ここまで  */

/*   投稿の「見出しタイトル」 はデフォルトになるための修正   */
.page-template > .mainSection-title,
.page-template h2, .page-template h3, .page-template h4 {
	border-top:none !important;
	border-bottom:none !important;
	background-color:transparent !important;
	margin-bottom:0.3em !important;	 /*  デザイン設定で「h2」を変更したため追加   */
}

.page-template h3:after,.page-template > .subSection-title:after {
	 border: none !important;
    border-bottom : none !important;
	 background-color:transparent !important;
	content:none;
}
#8programs h3{
	border-top:none !important;
	border-bottom:none !important;
	background-color:transparent !important;
	margin-bottom:0.3em !important;	 /*  デザイン設定で「h2」を変更したため追加   */
}
#8programs h3:after {
	 border: none !important;
    border-bottom : none !important;
	 background-color:transparent !important;
	content:none;
}
/*
.single-post > .footer-site-map h4 {
	border-top:none !important;
	border-bottom:none !important;
	background-color:transparent !important;
}
*/
/*キャプションの文字を大きく*/
.wp-block-image figcaption{
	font-size:14px !important;
}
/*投稿表示時、最終登校日を非表示*/
.entry-meta_updated{display:none;}


/****************************************************************************************************
 【ヘッダー】 ヘッダーロゴの右側に 電話番号の画像を表示(functions.php  my_lightning_header_logo_after関数)
*****************************************************************************************************/
/* ロゴ右側のブロック */
.logo-after {
    display: block;
    width: 350px;
    float: right;
}
.logo-after img {
    max-height: 60px;
}
/*ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}
/* 新バージョン対応 */
@media (min-width: 1200px) {
    .gMenu_outer,
    .gMenu,
    .gMenu > li {
        width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .siteHeader_logo {
        width: unset;
    }
}

/*************************************************
   【CTA】    フロートサイドバナー   (PC)  
**************************************************/
/* フローティングバナーのラップ要素 */
#fixed_right_banner{
	position: fixed;
   top: 200px;
   right: 0;
	z-index: 9999; 
}
/* 画像の共通設定 */
#fixed_right_banner > * {
	width: 80px;  
}
/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * { margin-top: 10px; } 
/* リンク要素 */
#fixed_right_banner > a {
	display: block;  /* ブロック要素に変更 */
}
/*************************************************
       【CTA】   モバイルフッターバナー        (モバイル)         
***************************************************/
.wrap{
	display: block;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: -25px;
/*	height:75px;*/
	z-index: 9999; 
}
.inner{
  float: left;
  width: 33%;
  margin-left : 10;
}
.cb{
  /* floatを解除 */
  clear: both;
}
/*************************************************************************
   TEL受付時間外の  【CTA】 モバイルフッターバナー  (モバイルのみ)    '20/Dec 
***************************************************************************/
.wrap-2{
	display: block;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: -25px;
/*	height:75px;*/
	z-index: 9999; 
}
.inner-2{
  float: left;
  width: 50%;
  margin-left : 10;
}
/*****************************************************************
       【CTA】   企業様ページ 医療福祉関係の皆様へ バナーのみ非表示         
*******************************************************************/
.page-id-1611 #banner, .page-id-1611 #banner-mb, .page-id-2403 #banner, .page-id-2403 #banner-mb, .page-id-2255 #banner, .page-id-2255 #banner-mb{
	display: none;
}

/*****************************************
     CTA 「 トップへ 」 ボタン
******************************************/
.top_btn-pc{
  position: fixed;
  bottom: 10px; 
  left: 10px;
	z-index: 9999;	
}

.top_btn-mb{
  position: fixed;
  bottom: 75px; 
  left: 0px;
	z-index: 9999;	
}

.cta-width-mb{
	margin-left:30%;
	margin-right:30%;
}

/*************************************
     スマホ・PCで表示 を切り替えるクラス
**************************************/
/*スマホでのみ表示する  (only_pc クラスを非表示)*/
@media (max-width: 750px) {.only_pc {display:none}} 
/*PCでのみ表示する (only_mb クラスを非表示)*/
@media (min-width: 751px) {.only_mb {display:none}} 

/**********************************************
    【全ページで利用】   背景色  background-color
***********************************************/
.bg-orange{
	background-color: orange;
}
.bg-gray{
	background-color: #dcdcdc;
}
.bg-green{
	background-color: #E9F6E8;
}
.bg-blue{
	background-color: blue;
}
/************************************************************
        【全ページで利用】    蛍光マーカー風css
********************************************************/
/*    お気軽にご連絡ください(他) 黄色いマーカー */
.yellow-under{
	background: linear-gradient(transparent 50%, yellow 50%);
}
.pink-under{
	background: linear-gradient(transparent 50%,#ffb6c1 50%);
}
/************************************************************
 要素の隙間をゼロにするcss   (マージン・パッディング 0)
**********************************************************/
.m-p-0{
	margin:0;
	padding:0;
}

/********************************************************************************************
   【全ページで利用】    画面幅いっぱい表示で背景色を入れる要素に使用 (divで指定・階層を変えて記述する)
                                 横幅いっぱいに表示するクラス
*********************************************************************************************/
.full-cont {
  width: 100%;
}
.full-width {
	margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
}

/********************************************************************************
     投稿文書の1文字目の文字色 (テーマの「投稿」で1文字目の文字の変色させない)
*********************************************************************************/
h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit; }


/*******************************************
              画像オンマウスで半透明化
********************************************/
.gazou:hover {
opacity: 0.7;
}
/*文字リンク色とホバー色*/
a{
	color:#006400;
}
a:hover {
	color:#006888;
}

/*******************************************************************************************
        基本CSS  文字色・サイズ・配置・改行幅・文字ピッチ・段落間隔 等
********************************************************************************************/
/*左寄せ*/
.left{
	text-align:left;
} 
/*右寄せ*/
.right {
	text-align:right;
}
.right-pf{
    margin: 0 0 0 auto;
}


/*センタリング*/
.center{
	text-align:center;
}
/* 文字サイズ */
.sx-large{
	font-size:40px;
}
.large-36{
	font-size:36px;
}
.xx-large{
	font-size:33px;
}
.x-large{
	font-size:28px;
}
.ll{
	font-size:24px;
}
.large{
	font-size:20px;
}
.normal{
	font-size:medium;
}
.mid{
	font-size:18px;
}
.small{
	font-size:15px;
}
.ss{
	font-size:13px;
}
.sss{
	font-size:10px;
}
.bold{
	font-weight:bold;
}
.x-bold{
	font-weight:600;
}
.bold-off{
	font-weight: normal; 
}
/* 文字色 */
.black{
	color:black;
}
.red{
	color:red;
}
.blue{
	color:#0071bc;
}
.white{
	color:white !important;
}
.deep-gray{
	color:gray;
}
.yellow{
	color:#ffff00;
}
.orange{
	color:#F7931E;
}
.green{
	color:#009635!important;
}
.brown{
	color:#BA9135;
}
/*改行幅  特大*/
.blank_space{
	line-height:4em;
}
/*改行幅  大*/
.blank_ll{
	line-height:3em;
}
/*改行幅  大*/
.blank_line{
	line-height:2em;
}
/*改行幅  やや大*/
.blank_line-m{
	line-height:1.6em;
}
/*改行幅  やや小*/
.blank_line12{
	line-height:1.2em;
}
/*改行幅  小*/
.blank_line-s{
	line-height:1em;
}
/*改行幅  極小*/
.blank_line-ss{
	line-height:03em;
}/*改行幅  なし*/
.blank_line0{
	line-height:0;
}
/*    文字ピッチを変える   */
.c-pitch01 {
	letter-spacing: 0.1em; 
}
.c-pitch03 {
	letter-spacing: 0.3em; 
}
/*段落の間隔   (margin-bottom)*/
.mb-4{
   margin-bottom: -4em;
}
.mb-2{
   margin-bottom: -2em;
}
.mb-1{
   margin-bottom: -1em;
}
.mb0{
   margin-bottom: 0em;
}
.mb07{
   margin-bottom: 0.7em;
}
.mb1{
   margin-bottom: 1em;
}
.mb1-5{
   margin-bottom: 1.5em;
}
.mb2{
   margin-bottom: 2em;
}
.mb3{
   margin-bottom: 3em;
}
.mb5{
   margin-bottom: 5em;
}
.pb0{
	padding-bottom:0;
}
/*段落の間隔   (margin-top)*/
.mt-5{
   margin-top: -5em;
}
.mt-2{
   margin-top: -2em;
}
.mt05{
   margin-top: 0.5em;
}
.mt1{
   margin-top: 1em;
}
.mt15{
   margin-top: 1.5em;
}
.mt2{
   margin-top: 2em;
}
.mt3{
   margin-top: 3em;
}
.pt1{
   padding-top: 1em;
}
.pt2{
   padding-top: 2em;
}
.pt3{
   padding-top:3em;
}

/*箇条書きのスタイルなし 二行目の書き出し 字下げ*/
.questionnaire ul{
	text-indent: -1em;
	list-style-type: none;
  }
.questionnaire ul li{
    margin-left: -2em;
}
/*******************************************
         トップメニューの下のラインを消す
********************************************/
@media (min-width: 992px){
ul.gMenu>li.current-menu-ancestor>a:after,
ul.gMenu>li.current-menu-item>a:after, 
ul.gMenu>li.current-menu-parent>a:after, 
ul.gMenu>li.current-post-ancestor>a:after, 
ul.gMenu>li.current_page_ancestor>a:after, 
ul.gMenu>li.current_page_parent>a:after, 
ul.gMenu>li>a:hover:after{
content:none;
}
}

/************************************************************
フッターの余白調整    (サイト共通)
**********************************************************/
.siteContent_after #pc_footer1,.siteContent_after #pc_footer2 {
	margin-top:-6em;
}
.siteContent_after #mb_footer {
	margin-top:-3em;
}
/************************************************************
  【スマホ】 フッター「チャレンジドジャパン」部分の左右余白調整でブロックごとセンター寄せ  (サイト共通) 
  【利用者アンケート】 期待していること  【医療福祉の皆様へ】アセスメント体験会  で使用  
**********************************************************/
.mb_fotter-center ,
.mb-as-left {
	margin-left:4em;
}

/**************************************************************************************************************
                                     【詳しく知りたい方へ 】     (各ページ共通 項目)
**************************************************************************************************************/
/************************************************************
詳しく知りたい方へ ボックスcss (各ページ共通)
**********************************************************/
.d-box-green{
	padding: 0.5em 1em;
	margin: 1em 0.5em;
	display: block;
	line-height:2em;
	background: white;
	font-size:20px;
	text-decoration: none;
	text-align:center;
	border:solid 1px #00984f;
	border-radius: 10px;
	color:#009944;
}
a.d-box-green:hover {
	background: #00984f;	
	border-color:#00984f;
	border-width:3px;
	color:white;
	text-decoration:none;
}
.d-box-blue{
	padding: 0.5em 1em;
	margin: 1em 0.5em;
	display: block;
	line-height:2em;
	background: white;
	font-size:20px;
	text-decoration: none;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-radius: 10px;
	border-color:#0073a8;
	color:#0073a8;
}
a.d-box-blue:hover {
	background:#0073a8;	
	border-color:#0073a8;
	border-width:3px;
	color:white;
	text-decoration:none;
}
.d-box-orange{
	padding: 0.5em 1em;
	margin: 1em 0.5em;
	display: block;
	line-height:2em;
	background: white;
	font-size:20px;
	text-decoration: none;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-radius: 10px;
	border-color:#ff8c00;
	color:#ff8c00;
}
a.d-box-orange:hover {
	background: #ff8c00;	
	border-color:#ff8c00;
	border-width:3px;
	color:white;
	text-decoration:none;
}
/************************************************************
詳しく知りたい方 下のbox   (各ページ共通) 
**********************************************************/
.common-box{	
	padding: 0.5em 1em;
	margin: 0 0 2em 0;
	background-color : white ;
	border: solid 1px #a9a9a9;
}
.common-box p {
	margin: 0;
	padding: 0.8em;
	font-size:0.9em;
	line-height: 1.6em;
}

/**************************************************************************************************************
                                                                     TOPページ 
**************************************************************************************************************/

/**********************************************************************
 【TOPページ 】    どんな人が通ってるの  囲み枠と文字 (病名の緑角丸の枠)     PC
************************************************************************/
.box-gr {
	padding: 0.5em 1em;
	margin: 0.5em 0.5em;
	display: inline-block;
	font-weight: bold;
	color: #fff !important;/*文字色*/
	background: #009635;
	border: solid 3px #009635;/*線*/
	border-radius: 10px;/*角の丸み*/
}
.box-gr p {
    margin: 0; 
    padding:  0;
	font-size:18px;
	letter-spacing: 0.2em;	
}

.link-deco a{
	color:white !important;
	text-decoration:none;
}
/************************************************************************
【TOPページ 】    どんな人が通ってるの  囲み枠と文字 (病名の緑角丸の枠)   スマホ
************************************************************************/
.commuter-1 {
	display: inline-block;
	width:150px;
}
.commuter-2 {
	display: inline-block;
	width:130px;
}
/************************************************************
【TOPページ 】   どんな人が通ってるの   濃淡グリッド    PC
************************************************************/
.grid-dark {
	padding-top: 3em ;   
	margin: -3px;
	width:25%;
	height:10em;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;/*文字色*/
	font-size:18px;
	background: #009635;	
	border: solid 3px #009635;/*線*/
}
.grid-pale {
	padding-top: 3em ; 
	margin: -3px;
	width:25%;
	height:10em;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;/*文字色*/
	font-size:18px;
	background:  #44af35;	
	border: solid 3px #44af35;/*線*/
}


/************************************************************
 【TOPページ 】  どんな人が通ってるの   濃淡グリッド     スマホ
************************************************************/
.grid-dark-mb {
	padding-top: 1em ;   
	margin: -3px;
	width:50.5%;
	height:5em;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	font-size:18px;
	background: #009635;	
	border: solid 3px #009635;
}
.grid-pale-mb {
	padding-top: 1em ; 
	margin: -3px;
	width:50%;
	height:5em;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	font-size:18px;
	background:  #44af35;	
	border: solid 3px #44af35;
}

/**********************************************************************************************
【TOPページ 】  【お客様の声ページ 】  【医療・福祉関係の皆様へページ】 
お客様の声  画像横の文字の回り込み禁止(画像の横に文字を整列)
**********************************************************************************************/
/*.client  は、【TOPページ 】 の「お客様の声」 で使用 
	.client2は、【お客様の声ページ 】  で使用
    .client2-mb は、【お客様の声ページ  モバイル】 で使用
	position: relative;
}*/
.client,.client2 {
	padding: 0 0 0 100px;
	position: relative;
}

.bg-1{
	background: #e9f6e8; /*利用者背景色 薄緑*/
   border: solid 3px #e9f6e8;	
	border-radius: 10px
}
.bg-2 {
	background: #e1fafb;/*就職者背景色 水色*/
   border: solid 3px #e1fafb;	
	border-radius: 10px
}
.bg-3 {
	background: #fffcde;/*雇用主背景色 クリーム色*/
   border: solid 3px #fffcde;	
	border-radius: 10px
}

.client img {
	position: absolute;
	left: 10px;
	top: 10px;
}
.client2 img {
	position: absolute;
	left: 60px;
	top: 20px;
}
.client p{
	display:block;
	padding-top: 15px;	
	padding-right:15px;
}
.client2 p{
	display:block;
	padding: 5px 15px 0px 60px;	
}
.client2 h3{
	display:block;
	margin-bottom: -60px;
	margin-left : 60px;	
}

/*       2021/01/07  追記  ここから      */
/* トップページの利用者の声 */
.voc-txt{
	display:block;
/*	padding-left:1em; 
	padding-right:1.2em !important; 
	padding-bottom:1em;*/
	padding : 0 1em 1em 1em;	
	letter-spacing: 0.1em; 
}
.client h4{
	margin:0;
	padding:0;
	line-height:1em !important;
}
/*       2021/01/07  追記  ここまで     */

/* 【お客様の声ページ 】   の利用者   「box・img・文字 」については上記を共有*/
.user {
	background: #ffffff;
   border: solid 2px #79c06e;	
	border-radius: 10px
}
/*【お客様の声ページ 】   の就職者   「box・img 文字 」については上記を共有*/
.graduate {
	background: #ffffff;
   border: solid 2px #0071bc;	
	border-radius: 10px
}
/* 【お客様の声ページ 】   の雇用主  「box・img 文字 」については上記を共有*/
.employed {
	background: #ffffff;
   border: solid 2px #F7931E;	
	border-radius: 10px
}
/* 【医療・福祉関係の皆様へページ 】     「box・ img 文字 」については上記を共有*/
.medical {
	background: #ffffff;
}
.medical p{
	display:block;
	padding: 0.2em;		
}
/************************************************************
【お客様の声ページ  モバイル】  (枠組み と bg-color は上記 を共有)
*********************************************************/
.client2-mb {
	padding: 15px;
	position: relative;
}
.client2-mb img {
	float : left;
	margin : 10px;
/*	padding-left: 10px;
	padding-top: 10px;*/
}
.clearLeft {
	clear: left;
}
.client2-mb p{
	margin-top: 35px ; 
	font-size:18px;
	font-weight : bold ;
}
/*.client2-mb h3{
	padding-left: 10px;
	padding-right: 10px;
}*/

/******************************************************************
【TOPページ 】  2021/01/07 追加   6つの特徴
*******************************************************************/
/* 6つの特徴   (テキストカラーは .green  を使用)  */
.bg-darkgreen{
	background-color: #009635;
	border-radius: 15px 15px 0 0;
	margin-bottom:0 ;
}
.point-box {
	padding: 0;
	margin: 0;
	border: solid 1px #009635;
	border-radius: 20px;
}
.point-box p{
	padding:0.2em;
	margin-bottom:0 ;
}
.point-box img{
	margin-bottom:1em;
}
.point-box h3{
	padding: 0;
	margin: 0;
}

/************************************************************
【TOPページ 】  ひゅーまにあを探す 背景の地図画像
*********************************************************/
.map-img{
   background-color: #E9F6E8;            /* 背景色 */
   background-image: url("/wp-content/Element-img/top/map_green.png"); /* 画像 */
   background-size: cover;               /* 全画面 */
   background-attachment:fixed;         /* 固定 */
   background-position: center center;   /* 縦横中央 */
}
/****************************************************************************************
【TOPページ 】  ひゅーまにあを探す 三列の左右余白設定 及び 事業所ページの「8つのプログラム」基本情報」
**********************************************************************************************/
.column-width{
	margin-left:13%;
	margin-right:13%;
}

/******************************************************************
【TOPページ 】  「ひゅーまにあを探す」  折りたたみ 三角アイコンとタイトルのcss
ShortCodeUnimate  の スポイラー機能の 接頭マーク変更用css
*******************************************************************/
/*スポイラータイトル*/
.su-spoiler-title {
position: relative;
cursor: pointer;
min-height: 10px;
line-height: 15px;
font-weight: bold;
font-size: 15px!important;
color:black;
}

/*スポイラーのアイコン*/

.su-spoiler-icon-caret-square .su-spoiler-icon:before {
	content: url("/wp-content/Element-img/top/triangle-01.png")!important;
	content: '\f150'; 
}
.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before {
	content: url("/wp-content/Element-img/top/triangle-02.png")!important;
	content: '\f152'; 
}
.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon{
	width: 1em!important;
}

/******************************************************************
【TOPページ 】  2021/01/07 追加   支援の流れ
*******************************************************************/
/* トップページの支援の流れ(定着支援の囲み文字) */
.support {
	padding:0 0.5em;
	background: #F7931E;
	color: white; 
	font-size: 85%;
	border-radius: 3px; 
}
#top-support img{
	margin: 0.5em 0;
}
#top-support h4{
	margin:0;
	padding:0;
	line-height:1.4em;
}

/******************************************************************
【TOPページ 】  2021/01/07 追加   サポート事例
*******************************************************************/
/* トップページのサポート事例*/
.jirei {
	padding: 1em 5em 1.5em 1em;
	position: relative;
}
.bg-jirei{
	background: #FFFBED; /*利用者背景色 薄緑*/
   border: solid 3px #FFFBED;	
	border-radius: 10px
}
.jirei h4{
	margin:0;
	padding:0;
	line-height:1.4em;
}
.jirei img {
	position: absolute;
	right: 1em;
	top: 1em;
}
hr.jirei-line{
	height: 1px;
	background-color: #009635;
}

/******************************************************************
【TOPページ 】  2021/01/07 追加   トップコンタクトフォーム
*******************************************************************/
/*トップページのコンタクトフォーム*/
.contact-box{	
	padding: 0.5em 2em;
	margin: 0 10em 2em 10em;
	background-color : white ;
}
.contact-mb-width{
	margin-left:1em;
	margin-right:1em;
}
.button{
	text-align: center;	
	font-size:22px;
	background-color: #228b22 !important;
	border: solid 2px #006400;
	color: #ffffff !important;
	margin:1em !important;
}

/***************************************************************************************************
                                                                   各事業所ページ                       
****************************************************************************************************/

/**********************************************************************************
センター長メッセージ文の幅  (パンフレット請求サンクスページ リーフレットダウンロード でも使用)
***********************************************************************************/
.column-message{
	margin-left:20%;
	margin-right:20%;
}

/********************************************************
         8つのプログラム  スケジュール内容のカラーボックス
*********************************************************/
.prg-box{
	padding:1em;
	margin: 1em 0.5em;
	border: solid 2px white !important;
	border-radius: 10px;/*角の丸み*/
	font-size:18px;
	letter-spacing: 0.2em;
}
#box-1,#box-mb1{background-color: #9ED8F5;}
#box-2,#box-mb2{background-color: #B0DACA;}
#box-3,#box-mb3{background-color: #ffE8a9;}
#box-4,#box-mb4{background-color: #F8D2E2;}
#box-5,#box-mb5{background-color: #C1DA75;}
#box-6,#box-mb6{background-color: #C8BB9B;}
#box-7,#box-mb7{background-color: #EAE3C6;}
#box-8,#box-mb8{background-color: #DABEDA;}

.prg-box p {
    margin: 0; 
    padding: 0.5em;
	font-size:13px;
	letter-spacing: 0.1em;
}

/*	     各センターページ 内           */
/*	サポート体制へのリンクボックス */
.su-box {
	display: inline-block;
	padding: 0.5em 1em;
	margin: 2em 0;
	border: solid 1px #009635;
}
.su-box a {
    margin: 0; 
    padding:  0.2em;
	font-size:18px;
	letter-spacing: 0.2em;	
}

a.su-box:hover {
	background: #00984f;	
	border-color:#00984f;
	border-width:3px;
	color:white !important;
	text-decoration:none !important;
}


/*****************************************************************************************************
 【各事業所ページ】  【お客様の声ページ】 【利用者アンケート】   続きを読む 開閉のCSS  〜8つのプログラム   &  お客様の声〜
 ******************************************************************************************************/
.rm-btn,
.quest-btn {
	padding: 0.2em;
	color: #696969;
	font-size:small;
	margin-left:20px;
}
.voice-btn{
	height:20px;
	padding-left:60px;
	color: #696969;
	font-size:small;
}
/* 「事業所ページ」8つのプログラム で使用*/
.rm-btn::before {
	content: "概要を見る";
}
/*「お客様の声ページ」インタビュー で使用*/
.voice-btn::before {
/*	background: url("/wp-content/Element-img/common/jyappi.png") no-repeat;*/
  background: url("/wp-content/Element-img/common/logo_voc.png") no-repeat;
/*	background-size: auto;*/
	background-size: contain; 
	vertical-align: middle;
	content: "  インタビューを読む";
}
/*利用者アンケート  就職支援実績 で使用*/
.quest-btn::before {
	content: "もっと見る";
}
/*プログラム・お客様の声・利用者アンケート・就職支援実績  共通*/
.rm-item,.voice-item,.quest-item {
  position: relative;
  overflow: hidden;
	height: 0.01px; /*隠した状態の高さ*/
}

/*プログラム・お客様の声・利用者アンケート・就職支援実績  共通*/
.rm-trigger,
.voice-trigger,
.quest-trigger{
  display: none; /*チェックボックスは常に非表示*/
}
/*プログラム  閉じる*/
.rm-trigger:checked ~ .rm-btn::before{
	content: "閉じる" /*チェックされていたら、文言を変更する*/
}
/*お客様の声 閉じる*/
.voice-trigger:checked ~ .voice-btn::before{
	content: "  閉じる" /*チェックされていたら、文言を変更する*/
}
/*利用者アンケート・就職支援実績  閉じる*/
.quest-trigger:checked ~ .quest-btn::before{
	content: "  閉じる" /*チェックされていたら、文言を変更する*/
}
/*プログラム・お客様の声・利用者アンケート・就職支援実績   共通*/
.rm-trigger:checked ~ .rm-item,
.voice-trigger:checked ~ .voice-item,
.quest-trigger:checked ~ .quest-item{
  height: auto; /*チェックされていたら、高さを戻す*/
}
/*プログラム・お客様の声・利用者アンケート・就職支援実績  共通*/
.rm-trigger:checked ~ .rm-item::before,
.voice-trigger:checked ~ .voice-item::before ,
.quest-trigger:checked ~ .quest-item::before{
  display: none; /*チェックされていたら、rm-itemのbeforeを非表示にする*/
}
/*インタビューBOX内の文字列  */
.voice-item p{
	padding-left:60px;
	padding-right:60px;
	font-size:15px;
	letter-spacing: 0.1em;
}
/******************************************************************************************
 【各事業所ページ】  8つのプログラム  左右の段(プログラムとスケジュール表)の頭揃え
 *******************************************************************************************/
.height-alignment{
	margin-top:3px!important;
}
/**    8つのプログラム  下の「プログラム内容」リンクの上余白 */
.program-link{
	margin-left:20px;
}

/************************************************
     【各事業所ページ】   事業所 基本情報の表 
 ************************************************/
.info_table {
	display: table;
	border: 1px solid #a9a9a9; 
	border-top: 0px;
	border-left: 0px;
}
.info_table p{
	line-height: 1.3em;
}
.info_tr {
	display: table-row;	
}
.info_th,
.info_td {
	display: table-cell;
	padding:1em 0.6em 0em;
}
.info_th {
	width: 18em;
	border: 1px solid #a9a9a9; 
	border-right: 0px;
	border-bottom: 0px;
}
.info_td {
	width: 100em;
	border: 1px solid #a9a9a9; 
	border-right: 0px;
	border-bottom: 0px;
}
/**************************************************************************
   【各事業所ページ】 モバイル用  「基本情報」 表 と 地図 の左右余白
***************************************************************************/
.column-mb{
	margin-left:5%;
	margin-right:5%;
}
/************************************************************
    【各事業所ページ】 「お近くのひゅーまにあ」の画像入りボタン
*********************************************************/
a.btn-neighbor{
	padding: 0.5em;
	margin: 10px;
	/*margin: 10px 0;*/
	display: inline-block;
	color: #fff !important;
	background: #00913D;
	text-decoration: none;/*リンク下線を表示しない*/
	font-weight: bold;
	font-size:16px;
	border-radius: 10px;
	text-align:center;
}
/*a.btn-neighbor:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
	background: url("/wp-content/Element-img/common/jyappi.png") no-repeat;
	background-size: contain;
  vertical-align: middle;
}
*/
a.btn-neighbor:hover {
    background: #6FB83F;
}

/***************************************************************************************************
                                                                   サポート体制                       
****************************************************************************************************/
/********************************************
「ステップ 1〜5」 の 番号の円 
*********************************************/
.circle{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align:center;
/*	line-height: 50px;*/
	margin-bottom : 0em;
}

.circle p{
	font-size:38px;
	color:white;
	font-weight:bold;
	/*vertical-align :center;*/
	text-align : center;
	padding-bottom : 15px;
}
/*****************************************************************
「ステップ 1〜5」 の 番号の円 「サポート」の緑・オレンジのタイトル帯 と共有
*******************************************************************/
.support-gr{	
  background:#009635;
}
.support-or{	
  background:#F7931E;
}

/************************************************************
 「サポート」 画像の位置指定
*********************************************************/
.support-img{
	margin:-2em 0 0 1em;
}
/***************************************************************************************************
                                                                  企業様へ                       
****************************************************************************************************/
/*******************************************************************
 【企業様へページ】 「理念」の枠  【福祉医療関係の皆様へページ】就労アセスメントの枠 【支援プログラム一覧ページ】
.mb-width  は、モバイルの列幅で、各所に利用
 ********************************************************************/
.policy-width-mb ,
.mb-width{
	margin-left:8%;
	margin-right:8%;
}
.policy-box{	
	padding: 0.5em 2em;
	margin: 0 0 2em 0;
	background-color : white ;
}
.policy-box p{
	padding:2em;
}

/***************************************************************************************************
                                                       福祉・医療関係の皆様へ                       
****************************************************************************************************/
/*******************************************************************
  ご紹介の事例 帯の色
 ********************************************************************/
.belt-gr{
	background-color:#009949;
}
.belt-red{
	background-color:#E0542F;
}
.belt-bl{
	background-color:#35A0CE;
}
.belt-br{
	background-color:#BA9135;
}
.belt-gr h3,.belt-red h3,.belt-bl h3,.belt-br h3,.policy-box h3{
	padding-top:0.1em;
	padding-bottom:0;
}
/*箇条書きインデント*/
.indent{
	padding-left: 1.5em;
	text-indent: -1.6em;
	line-height:1.3em;
}
/*******************************************************************
  コサルティング列幅調整
 ********************************************************************/
.consult-width{
	margin-left:10%;
	margin-right:10%;
}

/******************************************
   【Q&A ページ 】 書き出し位置インデントのCSS 
 ********************************************/

/*Q&A 書き出し位置インデント*/
.qa-indent{
	margin-left:3em;
	text-indent:-3em;
}
.su-spoiler-title span{
	color:#009635 !important;
}

/*             2021/01/07  追記  ここから      */
/* Q&Aページ 上部のアンカーリンクメニューの幅*/
.qa-width{
	margin-left:16%;
	margin-right:16%;
}

/* Q&Aページ 上部のアンカーリンクのずれを直す PC*/
.qa_contents_inner {
    padding-top: 180px !important;
    margin-top:-180px !important;
}
/* Q&Aページ 上部のアンカーリンクのずれを直す モバイル*/
.mb-qa_contents_inner {
    padding-top: 80px !important;
    margin-top:-80px !important;
}
/*             2021/01/07  追記  ここまで       */
	
/****************************************
/*                フォーム                               */
/****************************************/
/*フォーム 必須 */
.must {
	padding:1px;
	background: #FF1A00;
	color: white; 
	font-size: 65%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
	border-radius: 3px; 
}

/*フォーム フィールド幅 */
.field1{
	display: block;
	width: 13em;
}

.field2{
	display: block;
	width: 18em;
}
.field3{
	display: block;
	width: 23em;
}
@media (min-width: 751px) {.field4{
	display: block;
	width: 35em !important;
	}}

/*フォーム 住所フィールド幅 */
.field-addr{
	display:inline-block;
	width: 8em;
	margin-right:5px;	
}
.field-area{
	display:inline-block;
	width: 15em;
	margin-right:5px;	
}
/*フォーム 段落間隔*/
.space{
  line-height:2em;
}
/*フォーム注意書き  クレパス線*/
.crepas-line{
	background: linear-gradient(white, #ffb6c1);
}
/*アンケートのチェックボックス 頭揃え(モバイル)*/
#questionnaire-1,#type-1{
	margin-left:10px !important;
}
/*郵送希望者のタイトル線*/
.form-subtitle{
	display:inline-block;
	padding: 8px 19px;
	margin: 2em 0;
	border-top: solid 5px green;
	border-bottom: solid 5px green;
}
/*お問い合わせフォームの「確認」「送信」ボタン */
.contact-button {
	background-color: green !important;
	color: #ffffff !important;
}
.contact-button:hover {
	background-color:#98d98e !important;
	color:#006400 !important;
}
/*********************************************************
/*          フォーム  で パンくず と フッター 非表示                     */
/**********************************************************/

.page-id-86 footer .sectionBox,.page-id-84 footer .sectionBox,.page-id-3392 footer .sectionBox,.page-id-372 footer .sectionBox,.page-id-3236 footer .sectionBox,.page-id-3240 footer .sectionBox,.page-id-1836 footer .sectionBox,.page-id-1838 footer .sectionBox,.page-id-1834 footer .sectionBox{
    display:none !important;
    }


.page-id-86>.breadSection,.page-id-84>.breadSection,.page-id-3392>.breadSection,.page-id-372>.breadSection,.page-id-3236>.breadSection,.page-id-3240>.breadSection,.page-id-1836>.breadSection,.page-id-1838>.breadSection,.page-id-1834>.breadSection{
	display:none !important;
}

/*******************************************************************
      ダウンロードマネージャー 不要部分の非表示設定
 ********************************************************************/
.list-group{display:none}
.card-body {text-align:center}


/***************************************************************************************************
                                                       アンケートページ                     
****************************************************************************************************/

/*******************************************************************
  黄色い囲み枠 
 ********************************************************************/
.box-yellow {
	padding: 0.5em;
	margin:1.5em 0 0 0;
	display: inline-block;
	font-weight: bold;
	color: black;/*文字色*/
	background: yellow;
	border: solid 1px black;/*線*/
}
.box-yellow p {
    margin: 0; 
    padding:  0;
	font-size:18px;
	font-weight : bold;
	letter-spacing: 0.1em;	
}
hr.quest{
	margin-top: 0.5em;
	 height: 1px;
	background-color: black;
}

/* 文字色 */
.quest-gr{
	color:#009635;
}
.quest-or{
	color:#F7931E;
}
.quest-red{
	color:#E51373;
}
.quest-bl{
	color:#009FE8;
}

.mt5{
	margin-top:5em;
}
/***************************************************************************************************
                                                       就職支援実績ページ                     
****************************************************************************************************/

/*******************************************************************
  インデント(就職者数、定着率)
 *******************************************************************
.p-tab1{
	position: absolute;left: 12em; 
}
.p-tab2{
	position: absolute;left: 18em; 
}*/
/*定着率のインデント*/
.retent1{
	margin-left:10%
}
.retent2{
	margin-left:20%
}
.retent3{
	margin-left:70%
}
.occupation {
	display: inline-block;
	width:7em;
	padding:0.2em ;
	margin:0 0.5em 0.5em 0 ;
	background: #009635;
	color: white; 
	font-size: 18px;
	letter-spacing :0.1em;
	text-align: center;
}
/***************************************************************************************************
                                                     支援プログラム一覧               
****************************************************************************************************/

/*******************************************************************
 8つのプログラムの背景色
 ********************************************************************/

.prg-title{
	padding: 0.5em 0 0.5em 1.5em;
	margin-bottom:0.5em;
	margin-top:1em;
	/*font-weight: bold;*/
	/*display: inline-block;*/
	/*	padding: 0.5em 1em;*/
	border: solid 2px white !important;
	border-radius: 10px;/*角の丸み*/
/*	font-weight:bold; */
	letter-spacing: 0.2em;
}
.prg-title-mb{
	padding: 0.5em;
	margin-top:1em;
	border: solid 2px white !important;
	border-radius: 10px;/*角の丸み*/
}
.prg-bg1{background-color: #9ED8F5}
.prg-bg2{background-color: #B0DACA;}
.prg-bg3{background-color: #ffE8a9;}
.prg-bg4{background-color: #F8D2E2;}
.prg-bg5{background-color: #C1DA75;}
.prg-bg6{background-color: #C8BB9B;}
.prg-bg7{background-color: #EAE3C6;}
.prg-bg8{background-color: #DABEDA;}