@charset "utf-8";

/*幅固定 幅が 768px 以上であれば、1000px幅で表示する */
@media (min-width: 768px) {
.container, .container-fluid, .jumbotron {
	max-width: 1000px;
}
}

/* リンク色 */
a:link { color:#005500; text-decoration: none;}
a:visited { color: #228822; text-decoration: none;}
a:active { color:#ff5a00; text-decoration:none; }
a:hover { color:#882200; text-decoration: none;}

/*#main{
	margin: 0 auto;  
    width: 1000px;
	padding-bottom: 10px;
    text-align:left;
	font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
 } */

/* ナビ部分のスペースを０にする */
.navbar {
  padding:0px 10px;
}

/* ナビ部分のボタン位置の調整 */
.navbutton
 {
  margin-left:30px;
}

/* カルーセルインジケータ位置の調整 */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: rgba(252,250,250,0.50);
	border: 1px solid #da9500;
}

/* hover時の色）*/
.carousel-indicators li:hover {
/*  color: #da9500;*/
  background-color: #ffd800;
  border-color: #da9500;
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #ffa200;
}

/*在宅療養ガイドボタン*/
.guide-menu {
	width: auto;
}

/*角丸抜き*/
.nomaru {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}

/*茶色枠囲み　角丸*/
.border-area {
  border: 3px #998866 solid !important;
  -moz-border-radius: 13px;    /* 古いFirefox */
  -webkit-border-radius: 13px; /* 古いSafari,Chrome */
  border-radius: 13px;         /* CSS3 */
}

/*茶色枠囲み　細*/
.border-area-thin {
  border: 1px #998866 solid !important;
}

/*黄色枠囲み　角丸*/
.border-area-yellow {
  border: 3px #f4b200 solid !important;
  -moz-border-radius: 13px;    /* 古いFirefox */
  -webkit-border-radius: 13px; /* 古いSafari,Chrome */
  border-radius: 13px;         /* CSS3 */
}


/*詳しく見る*/
.more {
 font-size: 80%;
line-height: 120%;
text-align: right;
margin-top: -4px;
border-bottom: #aaa 1px dashed;
}

.more-last {
 font-size: 80%;
line-height: 120%;
text-align: right;
margin-top: -4px;
margin-bottom: 5px;
}
	
.more2{
	float:right;
	font-size:70%;
	line-height:120%; 
	text-align:right;
	margin-right:1em;
	vertical-align:bottom;
	}
	
.more3{
	font-size:80%;
	line-height:120%; 
	text-align:right;
	margin-top:-4px;
	}

.more4{
	font-size:80%;
	line-height:120%; 
	text-align:right;
	margin-top:-4px;
	border-bottom:#aaa 1px dashed;
	}

/*更新履歴へ*/
.news {
	border-collapse: collapse; 
	border-top: 1px #999 dotted; 
	padding-top:4px;
	padding-bottom:4px;
	font-size:14px;
	line-height:130%;
} 

.rireki {
	border-collapse: collapse; 
	padding-top:4px;
	padding-bottom:4px;
	font-size:14px;
	line-height:130%;
	text-align: right;
} 

/*コラム境界*/
.column-hr {
	border:none;
	border-top:1px #aaa dashed;
	height:1px; 
	color:#FFFFFF;
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 3 !important;
}

/*コラムdot*/
.dot00 {
	position: absolute;
	background: #228822;
	height: 14px;
	width: 14px;
	margin-top:1px;
	margin-right:2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/*コラム*/
.column_article{
	width: 100%;
	padding-top: 0px;
/*	border-top:1px #aaa dashed;*/
}

.column_tit{
	font-size:103%;
	line-height:130%; 
	font-weight:bold;
	}

.column_ad{
	font-size:60%;
	line-height:120%; 
	margin-bottom:7px;
	}
	
.column_name{
	font-size:100%;
	line-height:120%; 
	font-weight:bold;
	margin-bottom:6px;
	margin-top:6px;
	}

/*フッター*/
.nav-link2{
	font-size:80%;
	line-height:80%;
}

.copyright{
	font-size:70%;
	color: #777
}

/*breadcrumb list*/
.breadcrumb--style {
	background: #FFFFFF;
	font-size:11px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "＞";
}

/*ガイド解説*/
.guide_kaisetsu{
	padding:20px 15px 20px 15px; 
	background-color:#f7f1e3 ;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px; 
	margin-right:10px;
	line-height: 180%;
}

/*はじめに*/
.hajimeni{
	padding:0px 0px 20px 10px; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px; 
	margin-right:10px;
	line-height: 180%;
}

/*もくじタイトル*/
.mokuji-tit{
	color:#FFF; 
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/*もくじ文字*/
.mokuji_m{
	font-size:120%;
	font-weight:bold;
	line-height:150%;
	padding-top:8px;
	margin-left:-20px;
	}
	
.mokuji_s{
	font-size:96%;
	line-height:160%;
	} 

/*ul.indent{
   padding-left: 10px;
}*/

li.indent0{
   list-style: none;
   padding-left: 0.5em;
   text-indent: -3em;
}

li.indent{
   list-style: none;
   padding-left: 3em;
   text-indent: -3em;
}

li.indent2{
   list-style: none;
   text-indent: 4em;
}

/*背景色*/
.bg-lightgray {
	background-color: #eeeeee !important;
}

/*ロゴ*/
.logo_heading {
	font-size: 11px;
	font-weight: bold;
	color: aliceblue;
}

.button {
	display: inline-block;
/*width: 400px;*/
/*	height: 57px;*/
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	padding-top:3px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.button {
	background-color: #fff;
	border: 2px solid #228822;
	color: #333;
	line-height: 50px;
	}
.button:hover {
	border-style: dashed;
	}

#menu_box {
   margin:0px 0 0 5px; 
   float:left;
   border:#ffffff 1px solid;
	}

.a {
	width:230px;
	background:#fff;
	position: relative;
	text-decoration:none;
	font-size:13px;
	padding:0 10px;
	height:46px;
	line-height:43px;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px #238822 solid;
	text-align:left;
	margin-bottom:3px;
	}

.b {
	width:230px;
	background:#ffffff;
	position: relative;
	text-decoration:none;
	font-size:12px;
	padding:0 10px;
	height:34px;
	line-height:32px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px #eeaaaa solid;
	text-align:left;
	margin-bottom:3px;
	}

.a2 {
	width:230px;
	background:#fff;
	position: relative;
	text-decoration:none;
	font-size:13px;
	padding:6px 10px;
	height:50px;
	line-height:18px;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px #238822 solid;
	text-align:left;
	margin-bottom:3px;
	}

.b2 {
	width:230px;
	background:#ffffff;
	position: relative;
	text-decoration:none;
	font-size:13px;
	padding:5px 10px;
	height:46px;
	line-height:17px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px #eeaaaa solid;
	text-align:left;
	margin-bottom:3px;
	}


.aon {
	width:230px;
	background:#ffffaa;
	position: relative;
	text-decoration:none;
	font-size:13px;
	padding:0 10px;
	height:46px;
	line-height:43px;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px #238822 solid;
	text-align:left;
	margin-bottom:3px;
	}
	
.bon {
	width:230px;
	background:#ffffaa;
	position: relative;
	text-decoration:none;
	font-size:12px;
	padding:0 10px;
	height:34px;
	line-height:32px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px #ee8888 solid;
	text-align:left;
	margin-bottom:3px;
	}
	
.a2on {
	width:230px;
	background:#ffffaa;
	position: relative;
	text-decoration:none;
	font-size:13px;
	padding:6px 10px;
	height:50px;
	line-height:18px;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px #238822 solid;
	text-align:left;
	margin-bottom:3px;
	}

.b2on {
	width:230px;
	background:#ffffaa;
	position: relative;
	text-decoration:none;
	font-size:13px;
	padding:5px 10px;
	height:46px;
	line-height:17px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px #ee8888 solid;
	text-align:left;
	margin-bottom:3px;
	}


	
#pdf_box {
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px;
   border-radius: 10px;
   border: 1px #555 dashed;
   padding: 10px 0px ;
   width:90%;
   margin: auto;
   text-align:center;
   font-size:95%;
   margin-top:20px;
}


#name_box {
	   border: 1px #ccc solid;
	   background-color:#ffffff;
   padding: 10px;
   width:60%;
   text-align:left;
   font-size:80%;
   margin: auto;
   margin-top:0px;
   margin-bottom:20px;
}



/*PDFダウンロード枠*/
.pdf_box2{
    padding: 15px ;
	border:solid 2px #238822;
	width: 90%;
	margin: auto;
	margin-top:10px;
	margin-bottom:14px; 
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius:13px; 
}


/*アンケート背景色*/
.bg-enquete{
	background-color: #fff7db;
}
/*アンケート文字色*/
.enquete-moji{
	color: #877552;
}
.cap_anq{
	font-size: 0.8em;
}

/*ガイドタイトル文字*/
.guide_chap_lead{
	font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:150%;
	line-height: 180%;
	margin-top:20px;
	color:#228822;
	font-weight: bolder;
	}

	
.chap_lead_hajimeni{
	font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:140%;
	line-height: 180%;
	margin-top:20px;
	color:#228822;
	font-weight: bolder;
	}


/*濃い緑*/
.bg-darkgreen{
	background-color: #1F8822;
}

/*バッジ*/
.badge-action {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-action-forum {
  color: #fff;
  background-color: #FC7706;
  font-weight: bolder;
}

.badge-action-kensyu {
  color: #fff;
  background-color: #fd0453; 
  font-weight: bolder;
}

.badge-action-seminar {
  color: #fff;
  background-color: #4466bb;
  font-weight: bolder;
}

.mb-bottom{
  margin-bottom: 85px;
}

/*メッセージ*/
.enquete-border {
  border: 3px solid #8C8B02 !important;
}

/*活動メニュー行頭マーク*/
.dot02 {
	position: absolute;
	background: #228822;
	height: 18px;
	width: 18px;
	margin-top:4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


/*フォーラムのリスト*/
ul.forum-list {
	margin-left:-30px;
}

ul li.forum-list {
	list-style-type: none;
	padding-left:0px;
}

li.forum-list:before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #20B97B;
	position:absolute;
	left: 8px;
	top: 8px;
}

li.forum-list2{
	list-style-type: none;
    padding-left:15px;
}

/*フォーラムの区切り線*/
.forum-border-bottom {
  border-bottom: 1px dashed #dee2e6 !important;
}

/*アンケートの余白　スマホ*/
.pb-enquete {
  padding-bottom: 4px;
}

/*action グリーン文字*/
.green { 
	color:#228822;
	text-decoration: none;
}

/*はじめに タイトル*/
.hajimenititle{
	margin-left: 15px;
}

/*中央寄せ*/
.inner{
    width: 150px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

/*メッセージフォント*/
.top-massage-text {
	font-weight: 900;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-shadow: 2px 2px 3px #000000;/*	color:mediumblue;*/
	text-align: left;	
}

/*Card box 枠線なし*/
.card{
	border: none;
}

/*トップページに戻るボタン*/
#page-top {
	position: fixed;
	bottom: 90px;
	justify-self:left;
	right: 35px;
	font-size: 80%;
	text-align: center;
}
#page-top a {
	background: #008000;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	width: 60px;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 40px;
}
#page-top a:hover {
	text-decoration: none;
	background: #00CC00;
}

/*Card 画像 IE11対応*/
* {
	min-height: 0.01px;
}

/*コピーライト*/
.copyright {
	font-size: 0.8em;
	margin-top:8px;
}

/*iphone時の電話リンクスタイル継承*/
a[href^=tel]{
    color:inherit;
    text-decoration:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

/*トップページ、ガイドトップのサブタイトル背景色*/
.bg-subtitle {
  background-color: #238822 !important;
}

/*パンくずリストの位置調整*/
.breadcrumb {
  font-size:14px;
  padding: 0.5rem 0rem 0.5rem 0rem;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

/*見出し文字*/
.midashi{
	margin-top:0px;
	font-family:'HG明朝B','serif';
	font-size:22px;
	line-height: 130%; 
	color:#228822;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.out{
	margin-top:4px;
	margin-bottom:10px;
	margin-left:3px;
	margin-right:3px;
}

.fotterhr  {
    margin-bottom: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.hr-fotter  {
	margin-top: 5px;
	margin-bottom: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/*パンくず文字間隔調整*/
.home {letter-spacing: -3px;
}

/*サイトマップ区切り*/
.sitemap1st{
	list-style-type: none;
	border-top:#222 1px dotted;
	border-bottom:#222 1px dotted;
	margin: 3px 50px 3px -35px;
	width: 100%;
}

.sitemap2nd{
	list-style-type: none;
	margin: 10px 15px 10px 0px;
/*	padding: 3px 0px 3px -40px;*/
}

.sitemap2ndlinetop{
	list-style-type: none;
	border-top:#222 1px dotted;
	margin: 10px 15px 10px 0px;
	width: 100%;
}

.sitemap2ndlinebottom{
	list-style-type: none;
	border-bottom:#222 1px dotted;
	margin: 10px 15px 10px 0px;
	width: 100%;
}

.sitemap3rd{
	list-style-type:disc;
	color: #228822;
	margin: 5px 0px;
	padding: 3px 0px;
}





/*h2設定*/
h2{
	margin-top:0px;
	font-family:'HG明朝B','serif';
	font-size:22px;
	line-height: 120%;
	color:#228822;
}

.go{
	margin-top:0px;
	font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:19px;
	line-height: 120%;
	color:#228822;
	font-weight:bolder;
}

/*application p設定*/
.pline{
	line-height: 180%;
}

/*copylight line設定*/
#about-center{
	float:none;
	margin-left:0px;
	width:700px;
	line-height:180%;
 	margin-bottom:25px;
	}

/*linkページ設定*/
.linkitem{
	background-color: #FFFFB0;
}
.linkline{
	border-top:1px solid #666;
}

/*youtube埋め込み設定*/
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

/* ナビリンク ナビゲーションボタン内容 */
.nav-link-down {
  display: block;
  padding: 0.5rem 1rem;
}

/* ナビリンク ナビゲーションボーダー */
.navborder {
border:1px #999;
border-style:none none dashed none;
}


ul.jascc24 {
  margin-top: -0.5em;
  padding-top: 0;
  padding-bottom: 0px;
  padding-left: 30px;
}




