@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** 行政サービスについて
************************************/
/* 記事見出し */
#services .toc {
    margin-left: 1em;
}
#services h2{
  background-color: transparent;
  color: #4D4D4D;
  padding: 0;
}

#services 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;
}

#services .comment {
    padding: 30px 3px;
    background-color: #fff;
    border-style: none;
    vertical-align:top;
}

/************************************
** 高齢者虐待について
************************************/
/* 記事見出し */
#elder_abuse .toc {
    margin-left: 1em;
}
#elder_abuse h2{
  background-color: transparent;
  color: #4D4D4D;
  padding: 0;
}
#elder_abuse #toc1 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}

#elder_abuse 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;
}

#elder_abuse h4 {
    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;
}

#elder_abuse .hint {
    color: #1e90ff;
    font-weight: bold;
    font-size: 17px;
    border-bottom: solid 3px #ffd700;
    display: inline-block;
    margin-left: 15px;
}

.my-yellow{
    color: #ffd700;
}

#elder_abuse .hintp{
    margin-left: 65px;
}

#elder_abuse .hint2 {
    color: #3cb371;
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 3px #ffd700;
    display: inline-block;
    margin-left: 50px;
}

#ea-bird1 {
    float: right;
//    position: absolute;
//    right: 10px;
//    top: 10px;
}


#elder_abuse #guidesys01,#guidesys02,#guidesys03,#guidesys04,#guidesys05,#guidesys06 p{
    margin-left: 20px;
    padding: 0 10px;
    width: 95%;
}

#elder_abuse .guidesys-list {
    list-style: none;
    line-height: 1.5em;
    padding-left: 1em;
    color: #d2691e;
    margin: 0;
}

#elder_abuse .guidesys-list li {
    position: relative;
    padding-left: 0.4em;
}
#elder_abuse .guidesys-list > li:before {
    font-family: FontAwesome;
    content: "\f02b";
    position: absolute;
    left: -1em;
    top: 0;
    color: #d2691e;
    font-size: 120%;
}

#elder_abuse hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#elder_abuse 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);
}

#elder_abuse .type01 {
    background-color: #eebbcb;
    padding: 8px;
    margin: 1px;
    border-radius: 10px;
    box-shadow: 4px 4px #a9a9a9;
}

#elder_abuse .type02 {
    background-color: #a0d8ef;
    padding: 8px;
    margin: 1px;
    border-radius: 10px;
    box-shadow: 4px 4px #a9a9a9;
}

#elder_abuse .type03 {
    background-color: #cee4ae;
    padding: 8px;
    margin: 1px;
    border-radius: 10px;
    box-shadow: 4px 4px #a9a9a9;
}

#elder_abuse .type04 {
    background-color: #f8b862;
    padding: 8px;
    margin: 1px;
    border-radius: 10px;
    box-shadow: 4px 4px #a9a9a9;
}

#elder_abuse .type05 {
    background-color: #bbc8e6;
    padding: 8px;
    margin: 1px;
    border-radius: 10px;
    box-shadow: 4px 4px #a9a9a9;
}

#elder_abuse #checkseat p{
  margin-top:50px;
  line-height: 1px;
  font-size:20px;
  margin-left: 50px;
}

#elder_abuse #checkseat ul {
  margin-bottom:50px;
  margin-left: 50px;
  position: relative;
  border: 1px solid #000000;
  width: 90%;
  left : 0.5em; /*左端からのアイコンまで*/
  display: block;
}

#elder_abuse #checkseat ul li{
  line-height: 1.5;
  border-bottom: 2px solid white;
  list-style-type: none!important;
  font-size: 15px;
  text-indent: -1em;
  background-color: #f6bfbc;
  position: relative;
}

#elder_abuse #checkseat ul li:before {
  font-family: "FontAwesome";
  content: "\f096";/*アイコン種類*/
  font-size: 17px;
  position: absolute;
  color: #000000; /*アイコン色*/
}

#elder_abuse #checkseat ul li:last-of-type{
  border-bottom: none;/*最後の線だけ消す*/
}

#elder_abuse #checkseat ul li a {
        display: block;
      }

#elder_abuse #checkseat table tr td{
  border-bottom: 1px solid white;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}

#elder_abuse .pink {
  background-color:#f6bfbc;
}

#elder_abuse .green {
  background-color:#98d98e;
}

#elder_abuse .blue1 {
  background-color:#a0d8ef;
}

#elder_abuse .blue2 {
  background-color:#c1e4e9;
}

#elder_abuse .yellow {
  background-color:#ebe1a9;
}

#elder_abuse .purple1 {
  background-color:#bbc8e6;
}

#elder_abuse .purple2 {
  background-color:#a59aca;
}



/************************************
** バックナンバー
************************************/
/* 記事見出し */
#backnumber .toc {
    margin-left: 1em;
}

#backnumber h2{
  background-color: transparent;
  color: #4D4D4D;
  padding: 0;
}

#backnumber 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;
}

#backnumber #toc1 {
  margin-left: 0.5em;
  background: linear-gradient(transparent 85%, #ff6 60%);
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}