/* 
 Custom Jimdo theme "DMJ Cafe"
 老健しもだ様
 
*/

/*  ベース設定
----------------------------------------------- */

html
{
	overflow-y: scroll;
}

html,body
{
	height: 100%;
}

body,div,p,h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
  font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  color:#000000;
}

body > #container
{
	height: auto;
}

a
{
	-webkit-transition:all 400ms;
	-moz-transition:all 400ms;
	-ms-transition:all 400ms;
	-o-transition:all 400ms;
	transition:all 400ms;
  color:#0000FF;
  text-decoration: none !important;
}



/*  リンク付画像マウスオーバー時透明度変更
----------------------------------------------- */
a:hover img 
{ 
	filter:alpha(opacity=70);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=70)"; /* IE8用 */
	-moz-opacity:0.7; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.7;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */

	-webkit-transition:all 400ms;
	-moz-transition:all 400ms;
	-ms-transition:all 400ms;
	-o-transition:all 400ms;
	transition:all 400ms;
}  


/*  文字スタイル
----------------------------------------------- */
#header h1,#header a
{
	padding:0;
	font-size:25px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.3em;
	color:#000000; /*  2020/0501 org:#333333  */
	text-align:left;
}

#header a
{
	text-decoration: none !important;
}

#header a:hover
{
	text-decoration:none !important;
}


#container #wrap h1
{
	font-size:20px;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #000000;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

#container #wrap h2
{
	padding: .25em 0 .5em .25em;
  border-left: 10px solid #008000;
  border-top: 1px solid #008000;
  color:#000000;
}

 /*----  2020/0501追加---  */
#container #wrap h3
{
	padding: .25em 0 .5em .25em;
  border-left: 6px solid #3498db;
  color:#000000;
}

#container #wrap h4
{
  position: relative;
  padding: 0.6em;
  background: #e0edff;
 /* 2020/0501 追加  */
}

#container #wrap h4:after
{
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
	width: 0;
	height: 0;
 /*  2020/0501追加  */
}

#container #wrap h5
{
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;
  position: relative;
  padding: 0.6em;
 /* 2021/0125 追加  */
}

/*  レイアウト
----------------------------------------------- */

body
{
  font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
	background: #ffffff; /* 2018/0823 org:#333333  */
	color:#000000;
}

body p{
 font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
 margin-top:3px;
}

#bg
{
	/*  2020/0501 org → background: #333333 url(bg.jpg) repeat-x fixed;*/  /*  CSS3未対応ブラウザ用 */
  background: #ffffff;
	background-size: cover;  /* CSS3対応ブラウザ用 */
}

#base
{
	clear: both;
	margin: 0;
	background: #ffffff; /*  2020/0501 org:#f2f0ef → メインコンテンツ両側のbg */
}

.cc-indexpage #header
{
	display: none;
}

#header
{
	clear: both;
	display: block;
	border-bottom: 5px solid #8faadc;
	margin:0 auto;
	min-width:1100px;
	padding: 20px 0px 10px 0px;
	background: #ffffff; /*  2020/0501 org:#f2f0ef →  */
}
/* start: clearfix ------------------------------ */
#header:after
{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/*--#header   --*/
/*--{   --*/
/*--	display:inline-table;   --*/
/*--}   --*/

/* Hides from Mac IE \*/
/*-- html #header   --*/
/*--{   --*/
/*--	height:1px;   --*/
/*--}   --*/

#header
{
	display:block;
}
/* */
/* end: clearfix ------------------------------ */

#wrap_header
{
	clear: both;
	margin:0 auto;
	width: 1000px;
	color: #000000;
}

#wrap_header .logo
{
   padding: 10px 0 0 0;  /* org -> 新規追加  */
	float: left;
}

#wrap_header .logo img {
    
    /* org -> max-width: 300px;  */
    width: 100%;
}

#wrap_header .headermenu
{
	float: right;
}

#header ul
{
	margin: 0;
	padding: 0 6px 0 0;
}

#header li
{
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 35px;
	text-decoration: none;
	background:url(headmenu.png) no-repeat left center;
	background-size: 14px;
	background-position: 12pt;
}

#header li a
{
	font-weight: bold !important;
	text-decoration: none !important;
}

#container
{
	clear: both;
	margin:0 auto;
	width: 1000px;
	min-width:1000px;
  color: #000000;  
	background:#ffffff; /*  2020/0501 org:#f2f0ef →  メインコンテンツ中央 bg*/
}

#wrap
{
	clear: both;
	margin:0 auto;
	width: 1000px;
}

#menu
{
	clear: both;
	margin: 0 auto;
	min-width:1000px;
	padding: 0px 0px 0px 0px;
	display: block;
	background:#8faadc /* 2020/1201 org: #444342 → #8faadc  */
	border-bottom: 5px solid #8faadc;
}
/* start: clearfix ------------------------------ */
#menu:after
{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#menu
{
	display: inline-table;
}

/* Hides from Mac IE \*/
* html #menu
{
	height: 1px;
}
#menu
{
	display: block;
}
/* */
/* end: clearfix ------------------------------ */


#wrap_menu
{
	clear: both;
	display: block;
	margin:0 auto;
	width: 1000px;
}

#sidebar
{
	clear: both;
	padding: 0 0 0 0px; 
}

.cc-indexpage #content
{
	float: left;
	width: 960px;
	padding: 10px 20px 10px 20px; 
}

#content
{
	float: right;
	width: 740px;
	padding: 25px 0 10px 20px;
}

.cc-indexpage #footer_contact
{
	display: none;
}

#footer
{
	clear: both;
	border-top: 5px solid #8faadc; /* 2020/1204 org:#8faadc */
	margin:0 auto;
	padding: 5px 0px 10px 0px;
	min-width:1000px;
	height: 150px;
	color: #000000; /* 2020/1204 org:#cccccc */
	background: #ffffff; /* 2020/1204 org:#444342 */
}

#wrap_footer
{
	clear: both;
	margin:0 auto;
	width: 1000px;
	min-width:1000px;
}

#footer .gutter 
{
	padding:5px 0px 0px 0px;
	margin-left:5px;
	margin-right:5px;
	min-width:1000px;
	color: #000000; /* 2020/1204 org:#cccccc */
}

#footer .gutter a
{
	color: #000000; /* 2020/1204 org:#cccccc */
}

#clear
{
	clear:both;
}


/*トップ画像部分（可変）
----------------------------------------------- */
.cc-indexpage #topimage
{
	position: relative;
        display: block;
        margin:0 auto;
        width: 100%;
	max-width: 1200px;
	min-width: 1000px;
}

.cc-indexpage #topimage img
{
        width: 100%;

}

.top_text
{
	position: absolute;
	bottom: 10%;
	right: 5%;
}

#topimage
{
        display: none;

}

/*  メインメニューレイアウト（横表示）
----------------------------------------------- */

#navigation
{
	clear: both;
	width: 1100px;
	background: #444342;
}

#navigation .mainNav1
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation .mainNav1 li
{
	float: left;
	height: 40px;
	line-height: 40px;
}
#navigation .mainNav1 li a
{
  font-size:12px;
  width:140px; /*  2021/0929 org:width:140px; → width:165px; → 2023/0214 width:140px;*/
  text-align:center;
  border-right: 2px solid #ffffff; /* 2020/1201 org:#6B6A68; → #ffffff; */
	padding: 0;
	display: block;
	color: #ffffff;
   background: #2f5597; /* 2020/1201 org:#444342; → #2f5597; */
   font-weight: bold;
	text-decoration: none;
}

#navigation .mainNav1 li:nth-of-type(6n+1) a
{
  border-left: 1px dotted #6B6A68;
}

#navigation .mainNav1 li .current
{
	padding: 0;
	display: block;
	color: #FFFFFF;
  background: #8faadc;
	text-decoration: none;
}

#navigation .mainNav1 li a:hover
{
	color: #FFFFFF;
	background: #bD590E;
}


/*  2階層目を非表示　*/
#navigation .mainNav2,
#navigation .mainNav3
{
	display: none;
}


/*  サイドメニューレイアウト
----------------------------------------------- */

.cc-indexpage #side
{
        display: none;
}

#side
{
	padding: 0px 0px 10px 10px; 
	float: left;
	width: 220px;
}

#side .mainNav1,
#side .mainNav2
{
	display: block;
	margin: 30px 0 20px 0;
	padding: 0;
	list-style-type: none;
}

#side .mainNav3
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#side .mainNav1 li,
#side .mainNav2 li,
#side .mainNav3 li
{
	width: 182px;
	height: 30px;
	line-height: 30px;
	display: inline;
	/* font-weight: bold;  2020/0728 文字の太字追加→07/29 太字解除 */
}


#side .mainNav1 li a
{
	display: block;
	padding: 0 0 0 10px;
	color: #000000;
  border-left: 8px solid #8faadc;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

#side .mainNav2 li a
{
	display: block;
	padding: 0 0 0 10px;
	color: #000000;
        border-left: 8px solid #8faadc;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

#side .mainNav3 li a
{
	display: block;
	padding: 0 0 0 10px;
	color: #000000;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

#side .mainNav1 li a
{
	margin: 2px 0 0 0;
}

#side .mainNav2 li a
{
 	margin: 2px 0 0 0px;
}

#side .mainNav3 li a
{
 	margin: 2px 0 0 20px;
}

#side .mainNav1 a:hover,
#side .mainNav2 a:hover,
#side .mainNav3 a:hover
{
	color: #FFFFFF;
	background: #8faadc; /* 2020/0720 org:#bD590E */
	font-weight: bold;
}

#side .mainNav1 .current,
#side .mainNav2 .current,
#side .mainNav3 .current
{
	color: #FFFFFF;
	font-weight: bold;
	background: #8faadc; /* 2020/0720 org:##bD590E */
}

/*  サイドリンクメニュー一階層目を表示させない
----------------------------------------------- */

#side ul.mainNav1 li .level_1 
{
	display: none;
}   


/*  （クラス）指定した場所にトップへ戻るボタンを設置
--------------------------------------------------------------- */
.cc-indexpage .backtotop
{
        display: none;
}

.backtotop 
{
	float: right;
	width: 170px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 0 !important;
	padding: 10px !important;
	line-height: 15px;
	color: #ffffff  !important;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 3px;
} 

.backtotop:hover,active
{
	float:right;
	text-align: center;
	font-weight: bold; 
	font-size:14px;
	text-decoration: none !important;
	background: #514E4F;
}                          


/*  回り込み解除指定
----------------------------------------------- */         
.clear
{
	clear:both;
}  

.clear hr
{
	display:none;
}


/*　ブログ
----------------------------------------------- */
.blogselection .datetime p,
.post .datetime p
{
	word-spacing:-0.33em;
}

.blogselection div.n {
    padding: 10px 0 0 !important;
}

.blogselection .datetime,
.blogselection .datetime-inner{
    height:20px;
    float:left;
    background: none;
}

.cc-page-blog .datetime,
.cc-page-blog .datetime-inner{
    height:20px;
    float:right;
    background: none;
}

.blogselection .datetime-inner{
    background:url(datetime.png) 0px 4px no-repeat;
}

.blogselection .datetime .yr{
    padding:0px;
    margin:5px;
    height:20px;
    font-size:16px;
    color:#2A2C2E;
    text-align:right;
    vertical-align:top;
    display:inline;
    line-height:2 !important;
}

.blogselection .datetime .mon{
    padding:0px;
    margin:5px;
    height:20px;
    font-size:16px;
    color:#2A2C2E;
    text-align:center;
    vertical-align:top;
    display:inline;
    line-height:2 !important;
}

.blogselection .datetime .day{
    padding:0px;
    margin:5px;
    height:20px;
    background:none;
    font-size:16px;
    color:#2A2C2E;
    text-align:left;
    vertical-align:top;
    display:inline;
    line-height:2 !important;
}

.cc-page-blog .datetime .yr{
    padding:0px;
    margin:5px;
    height:20px;
    font-size:16px;
    color:#2A2C2E;
    text-align:right;
    display:inline;
    line-height:1.2 !important;
}

.cc-page-blog .datetime .mon{
    padding:0px;
    margin:5px;
    height:20px;
    font-size:16px;
    color:#2A2C2E;
    text-align:center;
    display:inline;
    line-height:1.2 !important;
}

.cc-page-blog .datetime .day{
    padding:0px;
    margin:5px;
    height:20px;
    background:none;
    font-size:16px;
    color:#2A2C2E;
    text-align:left;
    display:inline;
    line-height:1.2 !important;
}

#container #wrap .blogselection h2
{
    padding:2px !important;
    margin:5px;
    width:75% !important;
    float:right;
    font-size:16px;
    background:none !important;
    line-height:1.8 !important;
    text-indent:0px !important;
    border:none;
}

#container #wrap .blogselection h2 a
{
    display:inline !important;
    padding:0px;
    text-align:left !important;
    text-indent:0px !important;
    font-weight:bold;
    text-decoration:none;
}

.j-blogarticle
{
    border-bottom:1px dotted #ccc;
    margin-bottom:0px;
    clear:both;
}

.j-blogarticle .blogreadmore
{
      display:none;
}

.j-blogarticle .comment{
      display:none;
}

h1.j-blog-header
{
font-size:24px !important;
font-weight:bold;
padding:0;
}

h1.j-blog-header a
{
color: #111111;
text-decoration: none;
}

/* パンくずリスト
---------------------------------------------*/
#breadcrumb{
	margin:0px auto;
	padding:10px;
	font-size:14px;
  color:#000000;
}

.cc-indexpage #breadcrumb{
	display: none;
}

#breadcrumb div{
	display:inline;
}

#breadcrumb ol{
	margin:0px;
	padding:0px;
	display:inline;
}

#breadcrumb ol li{
	display:inline;
	margin-right:10px;
	font-size:14px;
  color:#000000;
}

#breadcrumb ol li:before{
	content:"> ";
	font-size:14px;
  color:#000000;
} 


/*リンクボタン
----------------------------------------------- */
.link 
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	line-height: 20px;
	color: #ffffff  !important;
	text-decoration: none !important;
	background: #8faadc;
	border-radius: 3px;
	box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
}

.link:hover
{
	font-weight: bold; 
	font-size:14px;
	text-decoration: none !important;
	background: #F4751F;
}

.link2
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	line-height: 20px;
	color: #ffffff  !important;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 3px;
	box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
}

.link2:hover
{
	font-weight: bold; 
	font-size:14px;
	text-decoration: none !important;
	background: #514E4F;
}

.link3
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	line-height: 20px;
	color: #ffffff  !important;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 3px;
	box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
}

.link3:hover
{
	font-weight: bold; 
	font-size:14px;
	text-decoration: none !important;
	background: #67C7EA;
}

.link4
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	line-height: 20px;
	color: #ffffff  !important;
	text-decoration: none !important;
	background: #82AC5A;
	border-radius: 3px;
	box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
}

.link4:hover
{
	font-weight: bold; 
	font-size:14px;
	text-decoration: none !important;
	background: #9AC96A;
}

.link-title
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 20px !important;
	line-height: 20px;
	color: #ffffff  !important;
	text-decoration: none !important;
	background: #8faadc;
	border-radius: 5px;
	box-shadow: 0 0 30px 5px rgba(0,0,0,0.1);
} 

.link-title:hover
{
	text-align: center;
	font-weight: bold; 
	font-size: 20px;
	text-decoration: none !important;
	background: #F4751F;
} 

/* 枠表示用ソース
----------------------------------------------- */
div.imprint
{
	border:1px solid #CCC;
	padding:10px;
	background:#FAFAFA;
}

/* ページ内スクロール用ソース
----------------------------------------------- */
.scroll
{
	background-color: #ffffff;
	overflow: auto;
	height: 300px;
	margin: 10px;
	padding: 20px;
	border: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.scroll_min
{
	background-color: #ffffff;
	overflow: auto;
	height: 100px;
	margin: 10px;
	padding: 20px;
	border: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* 2018/0918 NBOオリジナル  
-------おしゃれな見出しのデザイン-------------------- */

#container #wrap h4 {
position: relative;
padding: 5px 26px 5px 42px;
background: #fff0d9;
font-size: 20px;
color: #2d2d2d;
margin-left: -33px;
line-height: 1.3;
border-bottom: solid 3px orange;
z-index:-2;
}

#container #wrap h4:before {
position: absolute;
content: '';
left: -2px;
top: -2px;
width: 0;
height: 0;
border: none;
border-left: solid 40px white;
border-bottom: solid 79px transparent;
z-index: -1;
}

#container #wrap h4:after {
position: absolute;
content: '';
right: -3px;
top: -7px;
width: 0;
height: 0;
border: none;
border-left: solid 40px transparent;
border-bottom: solid 79px white;
z-index: -1;
}

/* NBOオリジナル　/0921　追加--------- */
/* ------ よくある質問ページの質問と回答をクリックで開閉----- */
p.question {
        cursor: pointer;
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #dae3f3;
        margin-left: 1em;
        padding: 10px;
}
/* ------ よくある質問ページの質問と回答をクリックで開閉 終了----- */

/*リンクボタン2018/0921　追加--------- */
.link
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 5px 0;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #c83b3b;
	border-radius: 2px;
}

.link:hover
{
	text-decoration: none !important;
	background: #C65555;
}

.link2
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 5px 0;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 2px;
}

.link2:hover
{
	text-decoration: underline !important;
	background: #514E4F;
}

.link3
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 5px 0;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 2px;
}

.link3:hover
{
	text-decoration: underline !important;
	background: #67C7EA;
}

.link4
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 5px 0;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #82AC5A;
	border-radius: 2px;
}

.link4:hover
{
	text-decoration: underline !important;
	background: #9AC96A;
}

.link_block
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #c83b3b;
	border-radius: 2px;
}

.link_block:hover
{
	text-decoration: none !important;
	background: #C65555;
}

.link2_block
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 2px;
}

.link2_block:hover
{
	text-decoration: underline !important;
	background: #514E4F;
}

.link3_block
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 2px;
}

.link3_block:hover
{
	text-decoration: underline !important;
	background: #67C7EA;
}

.link4_block
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #82AC5A;
	border-radius: 2px;
}

.link4_block:hover
{
	text-decoration: underline !important;
	background: #9AC96A;
}

.link_block_sp
{
	display: none;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #c83b3b;
	border-radius: 2px;
}

.link_block_sp:hover
{
	text-decoration: none !important;
	background: #C65555;
}

.link2_block_sp
{
	display: none;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 2px;
}

.link2_block_sp:hover
{
	text-decoration: underline !important;
	background: #514E4F;
}

.link3_block_sp
{
	display: none;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 2px;
}

.link3_block_sp:hover
{
	text-decoration: underline !important;
	background: #67C7EA;
}

.link4_block_sp
{
	display: none;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #82AC5A;
	border-radius: 2px;
}

.link4_block_sp:hover
{
	text-decoration: underline !important;
	background: #9AC96A;
}

.link_title
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 20px !important;
	line-height: 20px;
	color: #ffffff  !important;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 2px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

.link_title:hover
{
	text-align: center;
	font-weight: bold; 
	font-size: 20px;
	text-decoration: none !important;
	background: #67C7EA;
}

.rssFeed a
{
	font-weight: bold;
}

/* 2020/0501 NBOオリジナル  */
/*-------デザイン見出し h101----------------- */
.h101 {
	position: relative;
	padding: .5em;
	border-left: 5px solid #8faadc;
	font-size: 30px;
}

.h101:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 2px solid #444;
}

/*-------角丸のボックス枠----------------- */
.box2 {
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: bold;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}
/*-------TopPage 消防本部・防火設備アプリ等のリンクで使用 角丸のボックス枠-- */
.box21 {
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: bold;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
 		width: 97px;
 		height: 85px;
}
.box21 p {
    margin: 0; 
    padding: 0;
}
/*-------老健しもだ様　グルホ行事にて使用 角丸のボックス枠-- */
.box22 {
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: bold;
    color: #83a7c4;/*文字色*/
    background: #c3e9ff;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/

}
.box22 p {
    margin: 0; 
    padding: 0;
}

/*-------老健しもだ様　グルホにて使用-- */
.box23 {
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: bold;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #F58220;/*線*/
    border-radius:  30px;/*角の丸み*/
}
.box23 p {
    margin: 0; 
    padding: 0;
}

/*-------せみねの丘様　通所までの流れPage にて使用 角丸のボックス枠-- */
.box24 {
    padding: 0.5em 1em;
    margin: 0em 0;
    background: #f2f2f2;
    border: solid 1.5px #6091d3;/*線*/
    border-radius: 0px 10px 10px 0px;/*左：直角　右：角丸み*/
}
.box24 p {
    margin: 0; 
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    color: #000000;/*文字色*/
}

/*-------二重線のボックス枠----------------- */
.box5 {
    padding: 0.5em 1em;
    margin: 0em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/*-------ラベルをつけたようなデザイン----------------- */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/*-------box271ラベル（黒）をつけたようなデザイン----------------- */
.box271 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #000000;
}
.box271 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box271 p {
    margin: 0; 
    padding: 0;
}

/*-------box272ラベル（エンジ色）をつけたようなデザイン----------------- */
.box272 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #b94047;
}
.box272 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #b94047;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box272 p {
    margin: 0; 
    padding: 0;
}

/*-------box261ラベル（水色）枠の途中にタイトル----------------- */
.box261 {
    position: relative;
    margin: 0.5em 0 0.5;
    padding: 0.5em 1em;
    border: solid 3px #0000ff;  /* 2020/0627 org:#0000ff */
    border-radius: 8px;
}
.box261 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 14px;
    background: #FFF;
    color: #0000ff;
    font-weight: bold;
}
.box261 p {
    margin: 0; 
    padding: 0;
}

/*-------box3 背景塗りつぶし----------------- */
.box3 {
    padding: 0.5em;
    margin: 0;
    font-family: Yu Mincho Medium;
    color: #000000;
    background: #8faadc;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

/*-------box31 背景塗りつぶし＋リンク下線削除---追加：2020/12/16-------------- */
.box31 {
    padding: 0.5em;
    margin: 0;
    font-family: Yu Mincho Medium;
    color: #000000;
    background: #8faadc;/*背景色*/
}
.box31 p {
    margin: 0; 
    padding: 0;
	  text-decoration: none !important;
}

.box31 a {
	text-decoration: none !important;
}

.box31:hover {
	text-decoration: none !important;
	background: #C65555;
}


/*-------box801 TopPage せみねの丘point にて使用----------------- */
.box801 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: Yu Mincho Medium;
  font-size: 20px;
  color:#8faadc;
}
.heading {
  margin: 0px 0
}
.box801 .heading {
  position: relative;
  height: 40px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #8faadc;
  line-height: 40px;
}
.box801 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #ffffff;
  color: #000000;
}
.box801 .heading .caption:before{
  display: block;
  content: " "';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
}
.box801 .heading .title{
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  background: #8faadc;
  color: #ffffff;

}

/*-------box802 TopPage せみねの丘point にて使用------
 * 下線のみ表示、右上下のラディウス値：0px
 ------------------------------------------------- */
.box802 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: Yu Mincho Medium;
  font-size: 20px;
  color:#8faadc;
}
.heading {
  margin: 0px 0
}
.box802 .heading {
  position: relative;
  height: 40px;
  padding: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #8faadc;
  border-top:none;
  border-right:none;
  line-height: 40px;
}
.box802 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #ffffff;
  color: #000000;
}
.box802 .heading .caption:before{
  display: block;
  content: " "';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
}
.box802 .heading .title{
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  background: #8faadc;
  color: #ffffff;

}

/*------.box803 通所サービス  にて使用------
 * 下線のみ表示、
 ------------------------------------------------- */
.box803 {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  font-family: Yu Mincho Medium;
  font-size: 16px;
  color:#8faadc;
}
.heading {
  margin: 0px 0
}
.box803 .heading {
  position: relative;
  height: 40px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0px 0px 6px;
  border: 2px solid #8faadc;
  border-top:none;
  border-right:none;
  border-left:none;
  line-height: 40px;
}
.box803 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #ffffff;
  color: #2f5597;
}
.box803 .heading .caption:before{
  display: block;
  content: " "';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
}
.box803 .heading .title{
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
  color: #2f5597;
}


/*------- FQA（よくある質問）デザイン----------------- */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
	background: #e1f5fe;
}
.cp_qa h1 {
	font-size: 1.0em;
	position: relative;
	margin-right: 1em;
	margin-left: -26px;
	padding: 0.3em;
	color: #ffffff;
	background-color: #42a5f5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.cp_qa h1::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent #1976d2 transparent transparent;
}
.cp_qa dl {
	margin: 0;
}
.cp_qa dt {
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em 0.5em 2em;
	border-radius: 0.2em;
	background: #ffb74d;
}
.cp_qa dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 0.5em 3em;
}
/* QAアイコン */
.cp_qa dt::before,.cp_qa dd::before{
	font-size: 1.5em;
	color: #ffffff;
}
.cp_qa dt::before {
	margin: 0.3em 0.3em 0 -1em;
	content: 'Q';
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #00bcd4;
}

/* ----------------------------------------------
 * table11 求人欄にて使用
 ------------------------------------------------- */

table.type11 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
}

table.type11 thead {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #FCF8C9;
}

table.type11 thead th {
    padding: 10px;
    font-weight: normal;
    vertical-align: top;
    color: #000;
}

table.type11 tbody th {
    width: 120px;
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    background: #FCF8C9;
}

table.type11 td {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 600px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
/* --------table11 終了------------------------ */

/* ----------------------------------------------
 * table301 居宅介護－青色で使用
 ------------------------------------------------- */

table.type301 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
}

table.type301 thead {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #04162e;
}

table.type301 thead th {
    padding: 10px;
    font-weight: normal;
    vertical-align: top;
    color: #000;
}

table.type301 tbody th {
    width: 150px;
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    background: #b6e0f2;
}

table.type301 td {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 550px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
/* --------table301 終了------------------------ */


/* ----------------------------------------------
 * table401 協会概要で使用
 ------------------------------------------------- */

table.type401 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
}

table.type401 thead {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #04162e;
}

table.type401 thead th {
    padding: 10px;
    font-weight: normal;
    vertical-align: top;
    color: #000;
}

table.type401 tbody th {
    width: 100px;
    padding: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5
}

table.type401 td {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 600px;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
/* --------table401 終了------------------------ */

/* ----------------------------------------------
 * table 501 
 ------------------------------------------------- */
table.type501{
  width: 100%;
  border-spacing: 0;
}

table.type501 th{
  border-bottom: solid 2px #fb5144;
  padding: 10px 0;
}

table.type501 td{
  border-bottom: solid 2px #ddd;
  text-align: left;
  padding: 10px 0;
}
/* --------table501 終了------------------------ */

/* ----------------------------------------------
 * table 601 入会申込書ダウンロードにて使用
 ------------------------------------------------- */
table.type601{
  table-layout: fixed;
  border-collapse:separate;
  border-spacing: 0;
}

table.type601 th:first-child{
  border-radius: 5px 0 0 0;
}

table.type601 th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.type601 th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

table.type601 td{
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

table.type601 td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.type601 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.type601 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/* --------table601 終了------------------------ */

/* ----------------------------------------------
 * table 701 TopPage 消防本部等のアイコンにて使用
 ------------------------------------------------- */
table.type701 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 300px;
  table.type701-layout: fixed;
  color: #000;
}

table.type701 th {
  padding: 15px 0;
  border-right: 0px solid #bbb;
  text-align: center;
}

table.type701 tr {
  background-color: #fff;
  padding: 15px;
  border-bottom: 0px solid #bbb;
}

table.type701 tr:last-child{
   border-bottom: none
}

table.type701 td {
  padding: 1em 10px 1em 1em;
  border-right: 0px solid #bbb;
  text-align: center;
}

table.type701 th:last-child,
table.type701 td:last-child{
  border: none;
}

/* --------table701 終了------------------------ */

/* ----------------------------------------------
 * table 801 TopPage せみねの丘様 施設概要にて使用
 ------------------------------------------------- */
table.type801 {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  width: 100%;
  border-spacing: 0;
}

table.type801 th{
  width: 35%;
  font-family: Yu Mincho Medium;
  border-bottom: solid 2px #999999;
  padding: 10px 0;
}

table.type801 td{
  border-bottom: solid 2px #999999;
  font-family: Yu Mincho Medium;
  text-align: left;
  padding: 10px 20px;
}
/* --------table801 終了------------------------ */

/* ----------------------------------------------
 * table 802 TopPage せみねの丘様 クリニック施設概要にて使用 
 ------------------------------------------------- */
table.type802 {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  width: 100%;
  border-spacing: 0;
}

table.type802 th{
  font-family: Yu Mincho Medium;
  border-top : solid 1px #999999;
  border-bottom: solid 1px #999999;
  padding: 10px 0;
}

table.type802 td{
  border-bottom: solid 1px #999999;
  font-family: Yu Mincho Medium;
  border-bottom: solid 1px #999999;
  padding: 10px 0px;
}
/* --------table802 終了------------------------ */

/* ----------------------------------------------
 * table 803 TopPage せみねの丘様 タイトルにて使用 
 ------------------------------------------------- */
table.type803 {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  width: 100%;
  border-collapse: collapse ;
  border-spacing: 0;
  margin: 0px auto;
}

table.type803 th{
  font-family: Yu Mincho Medium;
  background: #ffffff;
  border: solid 0px #fff;
  color: #fff;
  padding: 0px;
}

table.type803 td{
  font-family: Yu Mincho Medium;
  border: solid 0px #fff;
  padding: 0px;

}
/* --------table803 終了------------------------ */

/* ----------------------------------------------
 * table 804 老健しもだ様 通所 一日の過ごし方で使用 
 ------------------------------------------------- */
table.type804 {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  width: 100%;
  border-collapse: collapse ;
  border-spacing: 0;
  margin: 0px auto;
}

table.type804 th{
  font-family: Yu Mincho Medium;
  background: #000080;
  border: solid 1px #fff;
  color: #fff;
  padding: 0px;
}

table.type804 td{
  font-family: Yu Mincho Medium;
  border: solid 1px #fff;
  padding: 0px;

}
/* --------table804 終了------------------------ */

/* ----------------------------------------------
 * .border-underline01 せみねの丘様 通所サービスにて使用
 ------------------------------------------------- */
.border-underline01 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 2px #8faadc;
  margin-left: 20px;

  font-family: Yu Mincho Medium !important;
  color : #2f5597;
  font-size: 18px;
 /* 2021/0125 追加  */
}
/* --------.border-underline01------------------------ */

/* ----------------------------------------------
 * .border-underline02 せみねの丘様 通所サービスにて使用
 ------------------------------------------------- */
.border-underline02 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 2px #8faadc;
  margin-left: 10px;

  font-family: Yu Mincho Medium !important;
  color : #2f5597;
  font-size: 18px;
 /* 2021/0125 追加  */
}
/* --------.border-underline02------------------------ */

/* ----------------------------------------------
 * .border-underline03 せみねの丘様 リハビリにて使用
 ------------------------------------------------- */
.border-underline03 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 2px #8faadc;
  margin-left: 1px;

  font-family: Yu Mincho Medium !important;
  color : #2f5597;
  font-size: 18px;
 /* 2021/0224 追加  */
}
/* --------.border-underline03------------------------ */



/* ----------------------------------------------
 * box01 せみねの丘様 通所サービスにて使用 左右青色の縦棒
 ------------------------------------------------- */
.box01 {
    padding: 0em 0;
    margin: 0em 0;
    font-weight: bold;
    border-left:solid 10px #2f5597;
    border-right:solid 10px #2f5597;
    border-top:solid 0px #2f5597;
    border-bottom:solid 0px #2f5597;

}
.box01 p {
    margin: 0; 
    padding: 0;
    font-family: Yu Mincho Medium !important;
    color : #2f5597;
    font-size: 18px;
    font-weight: bold;
}
/* --------box01------------------------ */

/* ----------------------------------------------
 * box02 せみねの丘様 通所サービスにて使用－四角ボックス レ点
 ------------------------------------------------- */
.box02 {
    padding: 0em 0;
    margin: 0em 0;
    border-left:solid 1px #3b3838;
    border-right:solid 1px #3b3838;
    border-top:solid 1px #3b3838;
    border-bottom:solid 1px #3b3838;

}
.box02 p {
    margin: 0; 
    padding: 0;
    color : #3b3838;
    font-size: 20px;
    font-weight: bold;
}
/* --------box02------------------------ */

/* ----------------------------------------------
 * box03 せみねの丘様（青色rgb(47,85,151) = #2f5597） リハビリにて使用－四角ボックス レ点 
 ------------------------------------------------- */
.box03 {
    padding: 0em 0;
    margin: 0em 0;
    border-left:solid 1px #2f5597;
    border-right:solid 1px #2f5597;
    border-top:solid 1px #2f5597;
    border-bottom:solid 1px #2f5597;

}
.box03 p {
    margin: 0; 
    padding: 0;
    color : #2f5597;
    font-size: 20px;
    font-weight: bold;
}
/* --------box03------------------------ */

/* ----------------------------------------------
 * uline01 文字下線　右端まで引く せみねの丘様 福利厚生にて使用
 ------------------------------------------------- */
.uline01 {
  padding: .1em;
  max-width: 100%;
  border-bottom: solid 1px #4472c4;
}
/* --------uline01------------------------ */


/* ----------------------------------------------
 *  よくある質問ページの質問と回答をクリックで開閉
 ------------------------------------------------- */

p.question {
        cursor: pointer;
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        margin-top: 10px;
        display: none;
        background: #dae3f3;
        margin-left: 1em;
        padding: 10px;
}
/* ------ よくある質問ページの質問と回答をクリックで開閉 終了----- */


/* ----------------------------------------------
 * h101 見出し－しもだ様 入所・通所等 ページ最上部にて使用
 ------------------------------------------------- */

.h101 {
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #8faadc 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #8faadc 0%, #68e0cf 100%);
}
/* --------h101------------------------ */


/* ----------------------------------------------
 * h102 小見出し－しもだ様 入所・通所等 にて使用
 ------------------------------------------------- */

.h102 {
  position: relative;
  padding-left: 35px;
  font-size: 24px;
}
.h102:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.h102:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* --------h102------------------------ */

/* ----------------------------------------------
 * h103 小見出し－しもだ様 入所・通所等 にて使用
 ------------------------------------------------- */

.h103 {
  position: relative;
  color: #2f5597; /* 2022/0607 org:#158b2b; */
  font-size: 24px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}

.h103:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #2f5597; /* 2022/0607 org:#a6ddb0; */
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* --------h103------------------------ */

/* ----------------------------------------------
 * h104 番号付小見出し－しもだ様 入所・通所等 にて使用
 ------------------------------------------------- */

.h104 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 0.8rem 130px;
  word-break: break-all;
  border-top: 3px solid #2f5597;
  border-radius: 12px 0 0 0;
}

.h104 span {
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #2f5597;
}
/* --------h104------------------------ */

/* ----------------------------------------------
 * h105 見出し－しもだ様 入所・通所等 リンクにて使用
 ------------------------------------------------- */

.h105 {
  position: relative;
  padding-left: 25px;
}

.h105:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #2f5597;
}
.h105:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #2f5597;
}

/* --------h105------------------------ */