@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.content {
  margin-top: 0px;
}
/**タイトル等非表示（HOME）**/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}
/**タイトル等非表示（資源マップページ）**/
.page-id-9 .entry-title,
.page-id-9 .sns-share,
.page-id-9 .sns-follow,
.page-id-9 .date-tags,
.page-id-9 .author-info{
  display: none;
}
/** 全ページ、h1見出し非表示 **/
.article-header {
  display: none;
}

.sidebar-general {
    padding: 40px 10px 0px;
    width: 100%;
    float: left;
}

.sidebar-pro {
    padding: 0px 10px;
    width: 100%;
    float: left;
}

.sidebar-general .general-box {
    text-align: center;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3cb371;
    padding: 10px;
    border-radius: 4px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.sidebar-pro .pro-box {
    text-align: center;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #1e90ff;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.sidebar-pro ul{
    background-color: #dbffff;
}

.sidebar-general li:hover {
    background: #fdf5e6;
}

.sidebar-pro li:hover {
    background: #afeeee;
}

/** クリック電話対応スマホのみ **/
a[href^="tel:"] {
    cursor: default;
    color: #333;
}

a[href^="tel:"]:hover {
    color: #333;
}

.blank-box {
    padding: 0.5em;
}


/************************************
** メニューボタンの開閉
************************************/
.btn_sideopen
{
    position: absolute;
    height: 30px;
    background-color: #40ce9a;
    padding: 2px 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: .9em;
}
.opt_side_close_after_main
{
  width:95%;
}
.opt_side_close_after_saide:after { content: "開く";}
.opt_side_open_after_saide:after { content: "閉じる";}

/************************************
** ログインフィールド関係
************************************/
.login{
  padding-top: 20px;
  margin: 0 auto;
	width: 250px;
  display: table;
  background: #fff;
  border-radius: 4px;
}
.login fieldset{
  border-top-width: 0px;
  border-left-width: 2px;
  border-right-width:2px;
  border-bottom-width: 2px;
}
.login .legend{
  position: relative;
  width: 100%;
  display: block;
  background: #40ce9a;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
}
.login legend:after{
  content: "";
  background-image: url(https://niihama-careportal-dev-awc3fhgzhudmdhct.z01.azurefd.net/wp-content/themes/cocoon-child-master/images/login_man.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: 152px -16px;
  opacity: 0.06;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.login .input{
  position: relative;
  width: 90%;
  margin: 15px auto;
}
.login .input span{
  position: absolute;
  display: block;
  color: darken(#EDEDED, 10%);
  left: 10px;
  top: 8px;
  font-size: 20px;
}
.login input{
  width: 100%;
  height: 100%;
  padding: 20px 5px 10px 40px;
  display: block;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  transition: 0.2s ease-out;
  color: darken(#EDEDED, 30%);
}
.login input:focus{
  padding: 20px 5px 10px 40px;
  outline: 0;
  border-color: #FF7052;
}

.login .btnsubmit{
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto -15px auto;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #40ce9a;
  color: #40ce9a;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #fff;
  transition: 0.2s ease-out;
}
.login .btnsubmit:hover,
.login .btnsubmit:focus{
  background: #40ce9a;
  color: #fff;
  outline: 0;
}

.login .feedback{
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #2ecc71;
  padding: 10px 0;
  font-size: 12px;
  display: none;
  opacity: 0;

}
.login .feedback:before{
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #2ecc71;
  border-width: 10px;
  margin-left: -10px;
  
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以上*/
@media screen and (min-width: 1241px){
  /*必要ならばここにコードを書く*/
  .header {
    background-size: auto 200px;
  }
  .gen_btn_hide {
    display: none;
  }
  #mb-panellogin {
    display: none;
  }
}

/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
  .header {
    background-size: auto 200px;
  }
  .gen_btn_hide {
    display: none;
  }
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
  .header {
    background-size: auto 200px;
  }
  a[href^="tel:"] {
    color: #e53900;
  }
  a[href^="tel:"]:hover {
    color: #ffd700;
  }
  #about #guide05 a[href^="tel:"] {
    color: #e53900;
  }
  #about #guide05 a[href^="tel:"]:hover {
    color: #ffd700;
  }
  .gen_btn_hide {
    display: none;
  }
}

/*943以下*/
@media screen and (max-width: 943px){
  .header {
    background-size: auto 90%;
  }
  .gen_btn_hide {
    display: none;
  }
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
  .header {
    background-size: 748px auto;
    /*background-size: auto 102px;*/
  }
  span.site-name-text img {
    width: 70%;
  }
  .btn_sideopen {
    display: none;
  }
  a[href^="tel:"] {
    color: #e53900;
  }
  a[href^="tel:"]:hover {
    color: #ffd700;
  }
  #about #guide05 a[href^="tel:"] {
    color: #e53900;
  }
  #about #guide05 a[href^="tel:"]:hover {
    color: #ffd700;
  }
  .gen_btn_hide {
    display: none;
  }
}

/*Nexus7用*/
@media screen and (min-width:600px) and (max-width:650px) {
  /*必要ならばここにコードを書く*/
  .header {
    background-size: 600px auto;
  }
  span.site-name-text img {
    width: 70%;
  }
  .btn_sideopen {
    display: none;
  }
  a[href^="tel:"] {
    color: #e53900;
  }
  a[href^="tel:"]:hover {
    color: #ffd700;
  }
  #about #guide05 a[href^="tel:"] {
    color: #e53900;
  }
  #about #guide05 a[href^="tel:"]:hover {
    color: #ffd700;
  }
  .gen_btn_hide {
    display: block;
  }
  .pro_btn_hide {
    display: none;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .header {
    background-size: 460px auto;
    /*background-size: auto 91px;*/
  }
  span.site-name-text img {
    width: 80%;
  }
  .btn_sideopen {
    display: none;
  }
  a[href^="tel:"] {
    color: #e53900;
  }
  a[href^="tel:"]:hover {
    color: #ffd700;
  }
  #about #guide05 a[href^="tel:"] {
    color: #e53900;
  }
  #about #guide05 a[href^="tel:"]:hover {
    color: #ffd700;
  }
  .gen_btn_hide {
    display: none;
  }
  .pro_btn_hide {
    display: none;
  }
}

/*320px以下*/
@media screen and (max-width: 320px){
  /*必要ならばここにコードを書く*/
  .header {
    /*background-image: url(https://niihama-careportal-dev-awc3fhgzhudmdhct.z01.azurefd.net/wp-content//uploads/2018/09/ara-hama4.png);*/
    background-size: 380px auto;
  }
  /*.site-name {
    display: none;
  }*/
  span.site-name-text img {
    width: 80%;
  }
  .gen_btn_hide {
    display: none;
  }
  .pro_btn_hide {
    display: none;
  }
}

/************************************
** 活動報告
************************************/
#activity-report h1{
  color: #505050;/*文字色*/
  font-size: 20px;
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  width: 800px;
  }
  
#activity-report h1:before {
  content: '●';
  color: white;
  margin-right: 8px;
  }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #2d2c41;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}

ul {
    list-style-type: none;
}

a {
    color: #b63b4d;
    text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
 .accordion {
    width: 100%;
    max-width: 360px;
    margin: 10px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 }

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion .notlink {
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .notlink:hover {
    background-color: transparent;
}

.accordion .notlinkwhite:hover {
    background-color: white;
}
.accordion .notlinkli:hover {
    background-color: transparent;
}

.accordion li:last-child .notlink {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
    display: none;
    background: #e5fff2;
    font-size: 14px;
 }

 .submenu li {
    border-bottom: 1px solid #ccc;
 }

 .submenu a {
    display: block;
    text-decoration: none;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }

 .submenu a:hover {
    background: #99ffcc;
    color: #556b2f;
 }

/************************************
** ホームパネルメニュー
************************************/
#main {
  padding: 0 2px;
}
#homepanel #general-panelmenu h1.general-panel-midashi {
  position: relative;
  color: #3cb371;
  font-size: 24px;
  background: #faf0e6;
  margin: 0 -24px;
  padding: 4px 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#homepanel #general-panelmenu h1.general-panel-midashi:before, h1.general-panel-midashi:after {
  position: absolute;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #000;
  opacity: 0.5;
}
#homepanel #general-panelmenu h1.general-panel-midashi:before {
  left: 0;
  border-right: 5px solid #000;
}
#homepanel #general-panelmenu h1.general-panel-midashi:after {
  right: 0;
  border-left: 5px solid #000;
}


#homepanel #pro-panelmenu h1.pro-panel-midashi {
  position: relative;
  color: #1e90ff;
  font-size: 24px;
  background: #fff0f5;
  margin: 0 -24px;
  padding: 4px 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#homepanel #pro-panelmenu h1.pro-panel-midashi:before, h1.pro-panel-midashi:after {
  position: absolute;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #000;
  opacity: 0.5;
}
#homepanel #pro-panelmenu h1.pro-panel-midashi:before {
  left: 0;
  border-right: 5px solid #000;
}
#homepanel #pro-panelmenu h1.pro-panel-midashi:after {
  right: 0;
  border-left: 5px solid #000;
}


#homepanel #general-panelmenu {
  width: 95%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  background: #DFF0D8;
}
#homepanel #pro-panelmenu {
  width: 95%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  background: #D9EDF7;
}


#homepanel #general-panelmenu .topMenu {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: -10px;
    padding: 0px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}
#homepanel #general-panelmenu .topMenu ul {
    list-style: none;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    padding-left: 0px;
}
#homepanel #general-panelmenu .topMenu li {
    padding: 0px;
    border: none;
    margin: -5px -2px;
    display: inline-block;
}
#homepanel #general-panelmenu .topMenu li a {
    display: block;
    float: left;
}
#homepanel #general-panelmenu .topMenu li a:hover img{
    position : relative;
    top : 3pt;
    left : 3pt;
}


#homepanel #pro-panelmenu .topMenu {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: -10px;
    padding: 0px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}
#homepanel #pro-panelmenu .topMenu ul{
    list-style: none;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    padding-left: 0;
}
#homepanel #pro-panelmenu .topMenu li {
    padding: 0px;
    border: none;
    margin: -5px -2px;
    display: inline-block;
}
#homepanel #pro-panelmenu .topMenu li a {
    display: block;
    float: left;
}
#homepanel #pro-panelmenu .topMenu li a:hover img{
    position : relative;
    top : 3pt;
    left : 3pt;
}

/************************************
** このサイトについて
************************************/
#thissite .toc {
    margin-left: 1em;
}
#thissite h2 {
    background-color: transparent;
    color: #4D4D4D;
    padding: 0;
}
#thissite #toc1 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}
#thissite #toc4 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}
#thissite h2 span.caracter {
    margin-left: 0.5em;
    background: linear-gradient(transparent 85%, #ff6 60%);
}
#thissite h3 {
    margin-left: 1em;
    color: #4D4D4D;
    background: transparent;
    border-left: solid 5px #7db4e6;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 10px 5px;
    font-size: 18px;
}
#thissite p {
    margin-left: 2em;
    width: 85%;
}
#thissite #guide01 .kaigopglist {
    line-height: 1.5em;
    padding-left: 0;
    color: #000080;
    margin: 0;
}

#thissite .thissitelist li {
    list-style: none;
}
#thissite .thissitelist > li:before {
    content: "\f040";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5em;
    color: #ffa500;
    font-size: 120%;
}
#thissite hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#thissite hr {
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
}


/************************************
** 地域包括支援センターについて
************************************/
/* もくじ位置調整 */
span[id^="toc"] {
	padding-top: 1.6em;
}
@media screen and (min-width: 769px) {
	span[id^="toc"] {
		padding-top: 2em;
	}
}
#about .toc {
    margin-left: 1em;
}

/* どんな時に相談できるの？ */
#about h2{
  background-color: transparent;
  color: #4D4D4D;
  padding: 0;
}
#about #toc1 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}
#about #toc2 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}
#about #toc7 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}

/* ４記事見出し */
#about h3 {
    margin-left: 1em;
    color: #4D4D4D;
    background: transparent;
    border-left: solid 5px #7db4e6;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 10px;
    font-size: 20px;
}

/* 介護予防ケアマネジメント */
#about #guide01 {
    margin-left: 15px;
    border: #3cb371 solid 3px;
    border-radius: 10px;"
}

#about #guide01-title {
    margin-left: 15px;
    font-size: 20px;
    border-bottom: dotted #3cb371;
    color: #3cb371;
}

#about #guide01 .kaigopglist {
    line-height: 1.5em;
    padding-left: 0;
    color: #000080;
    margin: 0;
}

#about #guide01 .kaigopglist li {
    list-style: none;
}
#about #guide01 .kaigopglist > li:before {
    content: "\f040";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5em;
    color: #ffa500;
    font-size: 120%;
}

#about #guide01 #guide01-torikumi {
    margin: 0 auto;
    width: 90%;
}

/* 総合相談・支援 */
#about #guide02 {
    margin-left: 15px;
    border: #9acd32 solid 3px;
    border-radius: 10px;"
}

#about #guide02-title {
    margin-left: 15px;
    font-size: 20px;
    border-bottom: dotted #9acd32;
    color: #9acd32;
}

#about #guide02-tatoeba {
    padding: 0.2em 1em;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 230px;
    background: #9acd32;
    border-left: solid 10px #3cb371;
    font-weight: bold;
    color: #fff;
}

#about #guide02 .balloon2-right {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #9acd32;
    box-sizing: border-box;
    border-radius: 10px;
}

#about #guide02 .balloon2-right:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

#about #guide02 .balloon2-right:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #9acd32;
    z-index: 1;
}

#about #guide02 .balloon2-right p {
    margin: 0;
    padding: 0;
}

#about #guide02 .balloon2-left {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #9acd32;
    box-sizing: border-box;
    border-radius: 10px;
}

#about #guide02 .balloon2-left:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

#about #guide02 .balloon2-left:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #9acd32;
    z-index: 1;
}

#about #guide02 .balloon2-left p {
    margin: 0;
    padding: 0;
}

#about #guide02 .balloon2-bottom {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #9acd32;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: 30%;
}

#about #guide02 .balloon2-bottom:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    z-index: 2;
}

#about #guide02 .balloon2-bottom:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -14px;
    border: 14px solid transparent;
    border-top: 14px solid #9acd32;
    z-index: 1;
}

#about #guide02 .balloon2-bottom p {
    margin: 0;
    padding: 0;
}

#about #guide02 #guide02-torikumi {
    margin: 0 auto;
    width: 90%;
}

/* 権利擁護 */
#about #guide03 {
    margin-left: 15px;
    border: #ff69b4 solid 3px;
    border-radius: 10px;"
}

#about #guide03-title {
    margin-left: 15px;
    font-size: 20px;
    border-bottom: dotted #ff69b4;
    color: #ff69b4;
}

#about #guide03-gyakutai, #guide03-akushitsu, #guide03-seinen {
    padding: 0.2em 1em;
    width: 100%;
    background: #ff69b4;
    border-left: solid 10px #ff1493;
    font-weight: bold;
    color: #fff;
}

#about #guide03 .balloon1-left {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #ff69b4;
    box-sizing: border-box;
    border-radius: 10px;
}

#about #guide03 .balloon1-left:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

#about #guide03 .balloon1-left:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #ff69b4;
    z-index: 1;
}

#about #guide03 .kenrilist {
    list-style: none;
    line-height: 1.5em;
    padding-left: 1em;
    color: #ff69b4;
    margin: 0;
}

#about #guide03 .kenrilist li {
    position: relative;
    padding-left: 0.4em;
}
#about #guide03 .kenrilist > li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: -1em;
    top: 0;
    color: #ff69b4;
    font-size: 120%;
}

#about #guide03 .guide03-kenri-p {
    margin-top: 0px;
    padding: 0px 10px;
    line-height: 1.5em;
}

#about #guide03 #guide03-torikumi {
    margin: 0 auto;
    width: 90%;
}


/* 包括的・継続的ケアマネジメント */
#about #guide04 {
    margin-left: 15px;
    border: #87ceeb solid 3px;
    border-radius: 10px;"
}

#about #guide04-title {
    margin-left: 15px;
    font-size: 20px;
    border-bottom: dotted #87ceeb;
    color: #87ceeb;
}

#about #guide04-caremanager, #guide04-sumiyasui {
    padding: 0.2em 1em;
    width: 100%;
    background: #87ceeb;
    border-left: solid 10px #1e90ff;
    font-weight: bold;
    color: #fff;
}

#about #guide04 .guide04-houkatsu-p {
    margin-top: 0px;
    padding: 0px 10px;
    line-height: 1.5em;
}

#about #guide04 #guide04-torikumi {
    margin: 0 auto;
    width: 90%;
}


/* 連絡先・アクセス */
#about #guide05 {
    margin-left: 15px;
}

#about #guide05 .guide05-title {
    margin-left: 15px;
    font-size: 20px;
    border-bottom: dotted #bc8f8f;
    color: #bc8f8f;
}

#about #guide05 .guide05-text {
    margin: -0.5em 2.0em 1.0em;
    font-size: 18px;
    color: #bc8f8f;
}

#about #guide05 .guide05-text a {
    color: #bc8f8f;
}


/************************************
** 地域包括システムについて
************************************/
/* 記事見出し */
#aboutcaresys .toc {
    margin-left: 1em;
}
#aboutcaresys h2{
  background-color: transparent;
  color: #4D4D4D;
  padding: 0;
}
#aboutcaresys #toc1 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}

#aboutcaresys h3 {
    margin-left: 1em;
    color: #4D4D4D;
    background: transparent;
    border-left: solid 5px #7db4e6;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 10px 5px;
    font-size: 18px;
}

#aboutcaresys #guidesys01,#guidesys02,#guidesys03,#guidesys04,#guidesys05,#guidesys06 {
    margin-left: 15px;
}

#aboutcaresys #guidesys01,#guidesys02,#guidesys03,#guidesys04,#guidesys05,#guidesys06 p{
    padding: 0 10px;
    width: 95%;
}

#aboutcaresys .guidesys-list {
    list-style: none;
    line-height: 1.5em;
    padding-left: 1em;
    color: #d2691e;
    margin: 0;
}

#aboutcaresys .guidesys-list li {
    position: relative;
    padding-left: 0.4em;
}
#aboutcaresys .guidesys-list > li:before {
    font-family: FontAwesome;
    content: "\f02b";
    position: absolute;
    left: -1em;
    top: 0;
    color: #d2691e;
    font-size: 120%;
}

#aboutcaresys hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#aboutcaresys hr {
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
}


/************************************
** 認知症対策について
************************************/
/* 記事見出し */
#dementia .toc {
    margin-left: 1em;
}
#dementia h2{
    background-color: transparent;
    color: #4D4D4D;
    padding: 0;
}

#dementia h3{
    color: #4b0082;
    border: none;
    padding: 0 20px 5px;
    margin-top: 0;
    margin-bottom: 3px;
}

#dementia h4{
    color: #00ff7f;
    border: none;
    padding: 0 20px 5px;
    margin-top: 0;
    margin-bottom: 3px;
}

#dementia #toc1 {
    margin-left: 0.5em;
    background: linear-gradient(transparent 85%, #ff6 60%);
}
#dementia #toc5 {
    margin-left: 0.5em;
    background: linear-gradient(transparent 85%, #ff6 60%);
}

#dementia .balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.0em;
    padding: 7px 10px;
    min-width: 90px;
    max-width: 80%;
    color: #fff;
    font-size: 16px;
    background: #1e90ff;
    border-radius: 15px;
    text-align: center;
}

#dementia .balloon1:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #1e90ff;
}

#dementia .balloon1 p {
    margin: 0;
    padding: 0;
}

#dementia #checkseat {
    margin: 0 auto;
    border: 2px solid #e5fff2;
    background-color: #e5fff2;
    border-radius: 10px;
    padding: 0 20px;
    width: 80%;
}

#dementia #checkseat ul {
    margin: 0;
    padding-left: 0;
}

#dementia label, input[type='checkbox'] {
    cursor: pointer;
}

#dementia input[type=checkbox] {
    display: none;			/* checkboxを非表示にする */
}
#dementia .label {
    position: relative;		/* ボックスの位置を指定する */
    padding: 0 0 0 42px;	/* ボックス内側の余白を指定する */
}
#dementia .label:hover:after {
    border-color: #0171bd;	/* ボックスの境界線を実線で指定する */
}
#dementia .label:after,  .label:before{
    position: absolute;	/* ボックスの位置を指定する */
    content: "";		/* ボックスのコンテンツ */ 
    display: block;		/* ブロックレベル要素化する */ 
    top: 50%;			/* 上部から配置の基準位置を決める */ 
}
#dementia .label:after {
    left: 15px;			/* 左から配置の基準位置を決める */ 
    margin-top: -10px;	/* チェック枠の位置 */
    width: 15px;		/* ボックスの横幅を指定する */
    height: 15px;		/* ボックスの高さを指定する */
    border: 2px solid #ccc;	/* ボックスの境界線を実線で指定する */
    border-radius: 6px;		/* ボックスの角丸を指定する */
}
#dementia .label:before {
    left: 21px;			/* 左から配置の基準位置を決める */ 
    margin-top: -7px;	/* チェックマークの位置 */
    width: 5px;			/* ボックスの横幅を指定する */
    height: 9px;		/* ボックスの高さを指定する */
    border-right: 3px solid #0171bd;	/* 境界線（右）のスタイルを指定する */
    border-bottom: 3px solid #0171bd;	/* 境界線（下）のスタイルを指定する */
    transform: rotate(45deg);	/* 要素を回転させる */
    opacity: 0;			/* 要素を透過指定する */
}
#dementia input[type=checkbox]:checked + .label:before {
    opacity: 1;		/* 要素を表示する */
}

#dementia input[type="text"] {
  margin-top: 0;
  margin-left: 15px;
  font-size: 24px;
  text-align: right;
  width: 100px;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #1abc9c;
  transition: all 0.3s cubic-bezier(.64,.09,.08,1);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 96%, #1abc9c 4%);
  background-position: -200px 0;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  color: darken(#1abc9c, 20%);
  &:focus, &:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
    &::-webkit-input-placeholder {
      color: #1abc9c;
      font-size: 11px;
      transform: translateY(-20px);
      visibility: visible !important;
    }
  }
}

#dementia .underallow {
    margin: -1.5em; 0;
}

#dementia .checkseattxt {
    margin: 0 0 1em;
}

#dementia h3.midashi2 {
    margin-left: 1em;
    color: #4D4D4D;
    background: transparent;
    border-left: solid 5px #7db4e6;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 10px;
    font-size: 18px;
}

#dementia .tothink01 {
    color: #fffff0;
    background-color: #2e8b57;
    padding: 8px;
    border-radius: 10px;
}

#dementia table h4 {
    margin-top: 0;
    color: #ff6600;
    font-size: 24px;
}

#dementia .cafe-tbl tr .cafe-tbl-midashitd {
    width: 100px;
    border-style: none;
    background-color: #ffffff;
    vertical-align: top;
    text-align: right;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

#dementia .cafe-tbl tr td {
    padding: 0;
}

#dementia .cafe-list {
    margin: 0;
    padding: 0;
}

#dementia .cafe-list li {
    margin: 0;
}

/* オレンジカフェ用 */
#dementia .cafe {
   border: 3px solid #fc9f4d;
   border-radius: 10px;
   margin:1em 2%;
   width: 95%;
}

#dementia .cafe-tbl1 {
   border-collapse: collapse;
   width: 95%;
   border-style: none ;
   margin: 8px;
}

#dementia .cafe-tbl1 tr td{
    border-style: none ;
    background-color: #ffffff ;
}

#dementia .cafe-tbl2 {
    width: 100px;
    border-style: none ;
    background-color: #ffffff;
    margin-bottom:0
}

#dementia .cafe-tbl2 tr td{
    width: 100px;
    border-style: none ;
    background-color: #ffffff;
    vertical-align: top;
    white-space: nowrap;
    padding: 1px;
}


#dementia #sosnetwork #sosnetwork-torikumi {
    margin-left: 1em;
    width: 96%;
}

#dementia #sosnetwork hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#dementia #sosnetwork hr {
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

#dementia #supporter-caravan hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#dementia #supporter-caravan hr {
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

#dementia #repayment-license hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#dementia #repayment-license hr {
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

#dementia .re-license-list {
    list-style: none;
    line-height: 1.8em;
    padding-left: 1em;
    color: #20b2aa;
    margin: 0;
}

#dementia .re-license-list li {
    position: relative;
    padding-left: 0.4em;
}
#dementia .re-license-list > li:before {
    font-family: FontAwesome;
    content: "\f06c";
    position: absolute;
    left: -1em;
    top: 0;
    color: #20b2aa;
    font-size: 120%;
}

#dementia .re-licensene-cessary-list {
    list-style: none;
    line-height: 1.8em;
    padding-left: 1em;
    color: #708090;
    margin-top: 0;
    margin-left: 15px;
}

#dementia .re-licensene-cessary-list li {
    position: relative;
    padding-left: 0.4em;
}
#dementia .re-licensene-cessary-list > li:before {
    font-family: FontAwesome;
    content: "\f046";
    position: absolute;
    left: -1em;
    top: 0;
    color: #708090;
    font-size: 120%;
}

#dementia .re-license-service-list {
    list-style: none;
    line-height: 1.8em;
    padding-left: 1em;
    color: #20b2aa;
    margin-top: 0;
    margin-left: 15px;
}

#dementia .re-license-service-list li {
    position: relative;
    padding-left: 0.4em;
}
#dementia .re-license-service-list > li:before {
    font-family: FontAwesome;
    content: "\f0eb";
    position: absolute;
    left: -1em;
    top: 0;
    color: #20b2aa;
    font-size: 120%;
}

#dementia .trouble-tips {
    list-style: none;
    line-height: 1.5em;
    padding-left: 1em;
    margin: 0;
}

#dementia .trouble-tips li {
    position: relative;
    padding-left: 0.4em;
}
#dementia .trouble-tips > li:before {
    font-family: FontAwesome;
    content: "\f046";
    position: absolute;
    left: -1em;
    top: 0;
    color: #d05a6e;
    font-size: 120%;
}



/************************************
** 高齢者の消費者トラブル
************************************/
/* 記事見出し */
#consumer_trouble .toc {
    margin-left: 1em;
}
#consumer_trouble h2{
    background-color: transparent;
    color: #4D4D4D;
    padding: 0;
}
#consumer_trouble #toc1 {
    margin-left: 0.5em;
    background: linear-gradient(transparent 85%, #ff6 60%);
}

#consumer_trouble p {
    width: 95%;
}

#consumer_trouble h3 {
    margin-left: 15px;
    color: #4D4D4D;
    background: transparent;
    border-left: solid 5px #7db4e6;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 10px 5px;
    font-size: 20px;
}

#consumer_trouble #trouble_dekirukoto {
    margin-left: 15px;
    border: 2px solid #ff69b4;
    background-color: #ffffe0;
    border-radius: 10px;
    padding: 10px 40px;
    margin-bottom: 20px;
    width: 96%;
}

#consumer_trouble #trouble_check {
    margin: 0 auto;
    border: 2px solid #ff69b4;
    background-color: #fff4f9;
    border-radius: 10px;
    padding: 10px 40px;
    width: 80%;
}

#consumer_trouble #trouble_check ul {
    margin: 0;
    padding-left: 0;
    line-height: 2.5em;
}

#consumer_trouble .trouble_check-list {
    list-style: none;
    line-height: 1.5em;
    padding-left: 1em;
    margin: 0;
}

#consumer_trouble .trouble_check-list li {
    position: relative;
    padding-left: 0.4em;
}
#consumer_trouble .trouble_check-list > li:before {
    font-family: FontAwesome;
    content: "\f046";
    position: absolute;
    left: -1em;
    top: 0;
    color: #ff69b4;
    font-size: 120%;
}

#consumer_trouble h4.trouble-title {
    margin-left: 15px;
    font-size: 20px;
    border-top: none;
    border-bottom: dotted #3cb371;
    color: #3cb371;
}

#consumer_trouble h5.trouble-subtitle {
    color: #ff69b4;
    margin-left: 15px;
    margin-bottom: -10px;
}
#consumer_trouble h5.trouble-subtitle:before {
    font-family:"FontAwesome";
    content:"\f0a4";
    margin-right: 10px;
    font-size:25px;
}

#consumer_trouble p.trouble-ex{
    margin-left: 20px;
    margin-bottom: 0.5em;
    width: 95%;
}

#consumer_trouble .trouble-tips {
    list-style: none;
    line-height: 1.5em;
    padding-left: 1em;
    margin: 0;
}

#consumer_trouble .trouble-tips li {
    position: relative;
    padding-left: 0.4em;
}
#consumer_trouble .trouble-tips > li:before {
    font-family: FontAwesome;
    content: "\f046";
    position: absolute;
    left: -1em;
    top: 0;
    color: #d05a6e;
    font-size: 120%;
}

#consumer_trouble hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#consumer_trouble hr {
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

#consumer_trouble #trouble_advice {
    margin: 0 auto;
    border: 2px solid #d2691e;
    background-color: #f8f8ff;
    border-radius: 10px;
    padding: 10px 40px;
    width: 80%;
}

#consumer_trouble #trouble_advice ul {
    margin: 0;
    padding-left: 0;
    line-height: 2.5em;
}

#consumer_trouble .trouble_advice-list {
    list-style: none;
    line-height: 1.5em;
    padding-left: 1em;
    margin: 0;
}

#consumer_trouble .trouble_advice-list li {
    position: relative;
    padding-left: 0.4em;
}
#consumer_trouble .trouble_advice-list > li:before {
    font-family: FontAwesome;
    content: "\f046";
    position: absolute;
    left: -1em;
    top: 0;
    color: #d2691e;
    font-size: 120%;
}

.article h5 {
    border-bottom: none;
}


#consumer_trouble #trouble_centeradvice {
    border: 2px solid #ff6969;
    background-color: #ffffe0;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: 150px;
}

#consumer_trouble .backnumber tr td {
    padding: 0;
    border-style: none;
    background-color: #fff;
}


/************************************
** 介護予防とは
************************************/
/* 記事見出し */
#kaigocare .toc {
    margin-left: 1em;
}
#kaigocare h2{
  background-color: transparent;
  color: #4D4D4D;
  padding: 0;
}
#kaigocare #toc1 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}

#kaigocare h3 {
    margin-left: 1em;
    color: #4D4D4D;
    background: transparent;
    border-left: solid 5px #7db4e6;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 10px 5px;
    font-size: 18px;
}

#kaigocare p.whatcare {
    margin-left: 1em;
    width: 90%;
}

#kaigocare h4.prevention-title {
    margin-left: 15px;
    font-size: 20px;
    border-top: none;
    border-bottom: dotted #3cb371;
    color: #3cb371;
}


/************************************
** 活用しよう　成年後見制度
************************************/
/* 記事見出し */
#seinenkouken .toc {
    margin-left: 1em;
}
#seinenkouken h2{
  background-color: transparent;
  color: #4D4D4D;
  padding: 0;
}
#seinenkouken #toc1 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}

#seinenkouken h3 {
    margin-left: 1em;
    color: #4D4D4D;
    background: transparent;
    border-left: solid 5px #7db4e6;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 10px 5px;
    font-size: 18px;
}

#seinenkouken #what-seinenkouken {
    border: 2px solid #ff69b4;
    background-color: #ffffe0;
    border-radius: 10px;
    padding: 10px 40px;
    margin-bottom: 20px;
    width: 100%;
}

#seinenkouken #seinenkouken-tbl {
    width: 98%;
    margin-left: 10px;
    border-collapse: separate;
    border: solid 1px #dcdcdc;
}

#seinenkouken #seinenkouken-tbl th {
    border: solid 1px #dcdcdc;
    text-align: center;
}

#seinenkouken #seinenkouken-tbl td {
    background-color: #fff;
    border: solid 1px #dcdcdc;
    text-align: center;
}

#seinenkouken .cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#seinenkouken .cp_qa .cp_qanda {
    line-height: 1.5;
    position: relative;
    margin: 0 0 2em 15em;
    padding: 0 0 0 1em;
    border-left: 1px solid #333333;
}
#seinenkouken .cp_qa .quest {
    font-weight: bold;
    position: absolute;
    bottom: -1em;
    left: -15em;
    display: inline-block;
    width: 14em;
    text-align: right;
}
#seinenkouken .cp_qa .cp_qanda::before {
    font-family: serif;
    font-size: 4em;
    position: absolute;
    top: -0.4em;
    left: -3.7em;
    display: inline-block;
    width: 9em;
    color: #fa8072;
    content: 'Q';
    opacity: 0.5;
}
#seinenkouken .cp_qa .answer {
    min-height: 3em;
}



#seinenkouken ul.seinenkouken-consul1 {
    list-style: none;
    padding-left: 1em;
    margin: 0;
}

#seinenkouken ul.seinenkouken-consul1 li {
    position: relative;
    padding-left: 0.4em;
    color: #6495ed;
    font-size: 20px;
    line-height: 2em;
}
#seinenkouken ul.seinenkouken-consul1 > li:before {
    font-family: FontAwesome;
    content: "\f046";
    position: absolute;
    left: -1em;
    top: 0;
    color: #d2691e;
    font-size: 120%;
}

#seinenkouken hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#seinenkouken hr {
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

/************************************
** 新着情報
************************************/
#news-box {
    margin: 10px 15px;
    background-color: #fdfbf2;
}

#news-box .fead_area {
    margin: 2em 0;
    background-color: #fdfbf2;
}

#news-box .news_head {
    background-color: #f0f8ff;
    color: #4682b4;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    overflow: hidden;
    padding: 5px 10px;
    padding-left: 10px;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #4682b4;
    padding-left: 8px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

#news-box dl {
    margin-top: 8px;
    margin-bottom: 2px;
}

#news-box dt {
    line-height: 24px;
    width: 210px;
}

#news-box dd {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #bebebe;
}

@media only screen and (min-width: 768px) {
  #news-box dt {
    clear: left;
    float: left;
    line-height: 24px;
    width: 190px;
    padding-left: 1em;
  }
}


#news-box .news_more {
    margin-left: 15px;
}

/************************************
** イベント予定
************************************/
#event-box {
    margin: 10px 15px;
    background-color: #fdfbf2;
}

#event-box .event_head {
    background-color: #faf0e6;
    color: #a0522d;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    overflow: hidden;
    padding: 5px 10px;
    padding-left: 10px;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #a0522d;
    padding-left: 8px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

#event-box dl {
    margin-top: 8px;
    margin-bottom: 2px;
}

#event-box dt {
    line-height: 24px;
    width: 210px;
}

#event-box dd {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ff8c00;
}

@media only screen and (min-width: 768px) {
    #event-box dt {
        clear: left;
        float: left;
        line-height: 24px;
        width: 190px;
        padding-left: 1em;
    }
}

#event-box .event-more {
    margin-left: 15px;
}

/************************************
** イベント予定一覧
************************************/
#event-container {
    margin: 10px 15px;
    background-color: #fdfbf2;
}

#event-container dl {
    margin-top: 8px;
    margin-bottom: 8px;
}

#event-container dt {
    line-height: 24px;
    width: 210px;
}

#event-container dd {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #bebebe;
}

@media only screen and (min-width: 768px) {
  #event-container dt {
    clear: left;
    float: left;
    line-height: 24px;
    width: 190px;
    padding-left: 1em;
  }
}


#about_usage {
    text-align: center;
}

/************************************
*** お知らせ一覧
*************************************/
#news-container {
    margin: 10px 15px;
    background-color: #fdfbf2;
}

#news-container dl {
    margin-top: 8px;
    margin-bottom: 8px;
}

#news-container dt {
    line-height: 24px;
    width: 210px;
}

#news-container dd {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #bebebe;
}

@media only screen and (min-width: 768px) {
  #news-container dt {
    clear: left;
    float: left;
    line-height: 24px;
    width: 190px;
    padding-left: 1em;
  }
}

/************************************
** お知らせ個別ページ
************************************/
#news-content {
    margin: 20px 15px;
}
#news-content .title {
    color: #E82A37;
    font-size: 24px;
}

/************************************
** お知らせバッジ
************************************/
.notification-badge, .event-badge, .availability-badge, .general-badge, .pro-badge, .member_notification-badge {
    display: inline-block;
    height: 21px;
    width: 65px;
    margin-top: 1px;
    margin-right: 4px;
    margin-left: 1px;
    font-size: 75%;
    text-align: center;
    color: white;
    border-radius: 2px;
    box-shadow: 0 0 3px #ddd;
    white-space: nowrap;
}
.notification-badge {
    background-color: #D16D16; /* オレンジ */
}
.event-badge {
    background-color: #0074BF; /* 青 */
}
.availability-badge {
    background-color: #56A764; /* 緑 */
}

.member_notification-badge {
    background-color: #800080; /* 紫 */
}

.general-badge {
    background-color: #D06D8C; /* ピンク */
}
.pro-badge {
    background-color: #65ACE4; /* 水色 */
}
.new-badge {
    padding: 3px 6px;
    margin-left: 1px;
    font-size: 75%;
    color: white;
    border-radius: 2px;
    box-shadow: 0 0 3px #ddd;
    white-space: nowrap;
    color: #E82A37;
    background-color: #FFFFFF;
}

/************************************
*** サイトマップ
*************************************/
#sitemap .general-box {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3cb371;
    padding: 3px;
    width: 40%;
    border-radius: 4px;
}

#sitemap .pro-box {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #1e90ff;
    padding: 3px;
    width: 40%;
    border-radius: 4px;
}

#sitemap #displv-general {
    margin-left: -20px;
}

#sitemap #displv-pro {
    margin-left: -20px;
}

/************************************
*** 介護予防・日常生活支援について
*************************************/
#kaigocare .blank-box:last-child {
    margin-bottom: 1.8em; /* last-childを回避 */
}