/* ------------------- global.css ----------------------
  各ページで共通する見出しやパーツなどのスタイルを記述
  -----------------------------------------------------------*/

.cms-public {
  font-family: "メイリオ";
}
.dev-tb .cms-public > .page {
  /*padding-right: 40px;
  padding-left: 40px;*/
}
.dev-tb .cms-public > .page {
  /*padding-right: 20px;
  padding-left: 20px;*/
}

.cms-public .logo figure {
    margin-left: 0 !important;
}
/*-----------------------------------------------------------
  メインコンテンツ グローバルナビ 
  -----------------------------------------------------------*/

/* 大見出し */


/* グローバルナビメニュー1 PC */
.cms-public .temp_main_gmenu1 ul {
  margin-right: -40px;
}
.cms-public .temp_main_gmenu1 ul > li {
  box-sizing: border-box;
  border: none;
  border-left: 6px solid #081F51;
  border-bottom: 1px solid #081F51;
  background-color: #eeeff3;
  margin-right: 40px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
    max-width: 390px;
    width: 100%;
    min-height: 42px;
}
.cms-public .temp_main_gmenu1 ul > li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cms-public .temp_main_gmenu1 ul > li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #081F51;
}
.cms-public .temp_main_gmenu1 ul li.text_flag a span.text_item {
  /*position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 14px;*/
    color: #081F51;
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin: 7px 0 5px 10px;
}

.cms-public .temp_main_gmenu1 ul > li:hover,
.cms-public .temp_main_gmenu1 ul > li a:hover {
  opacity: 0.8;
}

/* グローバルナビメニュー1 tb */
.dev-tb .cms-public .temp_main_gmenu1 ul {
  margin-right: 0;
}
.dev-tb .cms-public .temp_main_gmenu1 ul > li {
  max-width: 100%;
  height: 84px;
  margin-right: 0;
  /*width: 100%!important;
  border-bottom: 2px solid #081F51;
  background: url("../img/173097.png") right 30px center no-repeat;
  background-color: #eeeff3;
  margin-right: 0;
  margin-bottom: 40px;*/
}
.dev-tb .cms-public .temp_main_gmenu1 ul li.text_flag a span.text_item {
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 16px;
    margin: 30px 0 0 10px;
}

/* グローバルナビメニュー1 sp */
.dev-sp .cms-public .temp_main_gmenu1 ul {
  margin-right: 0;
}
.dev-sp .cms-public .temp_main_gmenu1 ul > li {
  max-width: 100%;
  height: 60px;
  border-left: 10px solid #081F51;
  border-bottom: 2px solid #081F51;
  background-color: #eeeff3;
  margin-right: 0;
  margin-bottom: 0;
}
.dev-sp .cms-public .temp_main_gmenu1 ul li.text_flag a span.text_item {
  /*font-size: 2em;*/
  font-weight: bold;
  margin-left: 16px;
    margin: 11px 0 0 10px;
    font-size: 1em;
}




/*-----------------------------------------------------------
  メインコンテンツ ローカルナビ 
  -----------------------------------------------------------*/

/* 大見出し1 */
body:not(.dev-mb) .cms-public .temp_main_lheader1 .heading h1 {
  position: relative;
  background-color: #eeeff3;
  color: #081f51;
  vertical-align: middle;
  border-left: 4px solid #0B214F;
  border-bottom: 0px;
  border-top: 0px;
  padding: 19px 20px;
  font-size: 1.75em;
  font-weight: bold;
  background-image:none;
  margin:  70px 0px 70px 0px;
}
body.dev-sp .cms-public .temp_main_lheader1 .heading h1 {
    font-size: 1.3em;
    margin: 20px 0 20px 0;
}
body:not(.dev-mb) .cms-public .temp_main_lheader1 .heading h1:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  content: '';
  width: 100%;
  height: 8px;
  border-bottom: 8px solid #e1e4ea;
}

/* ローカルナビメニュー1 PC */
.cms-public .temp_main_lmenu1 {
  margin-bottom: 50px;
}
.cms-public .temp_main_lmenu1 ul {
  /*padding: 0;*/
  margin-right: -40px;
  /*display: table;*/
}
.cms-public .temp_main_lmenu1 ul li {
  box-sizing: border-box;
  border: none;
  background:url(/file/img/173440.png) 10px center no-repeat;
  background-color: #394c74;
  margin-right: 40px;
  margin-bottom: 50px;
  padding: 0;
  display: inline-block;
  position: relative;
  max-width: 390px;
  width: 100%;
  min-height: 42px;
}
.dev-tb .cms-public .temp_main_lmenu1 ul li,
.dev-sp .cms-public .temp_main_lmenu1 ul li {
  margin-right: 0;
}
.cms-public .temp_main_lmenu1 > .menu-line > ul > li a {
  text-decoration: none;
  position: static;
  line-height: normal;

}
.cms-public .temp_main_lmenu1 ul:after {
  content: "";
  clear: both;
  display: block;
}
body:not(.dev-mb) .cms-public .temp_main_lmenu1  ul li a span.text_item {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  display: block;
  margin: 7px 0 5px 20px;
}
.dev-sp .temp_main_lmenu1  ul li a span.text_item {
    font-size: 1em;
}
.cms-public .temp_main_lmenu1 ul li:hover,
.cms-public .temp_main_lmenu1 > .menu-line > ul > li a:hover{
  opacity: 0.8;
}
.cms-public .temp_main_lmenu1 ul li:focus,
.cms-public .temp_main_lmenu1 > .menu-line > ul > li a:focus {
  opacity: 0.5;
}


.dev-tb .cms-public .temp_main_lmenu1  ul,
.dev-sp .cms-public .temp_main_lmenu1  ul {
  margin-right: 0;
}
.dev-tb .cms-public .temp_main_lmenu1  ul li,
.dev-sp .cms-public .temp_main_lmenu1  ul li {
  /*background-position: 30px;*/
  max-width: none;
  width: 100%;
}
body:not(.dev-mb) .cms-public .temp_main_lmenu1 > .menu-group > ul > li a {
  display: block;
  text-align: left;
  text-decoration: none;
}
body.dev-mb .cms-public .temp_main_lmenu1 > .menu-group > ul > li a {
  color: #FFF;
}
body:not(.dev-mb) .cms-public .heading time {
    font-size: small;
    position: absolute;
    bottom: -33px;
    right: 0;
}
/*-----------------------------------------------------------
  メインコンテンツ グローバルナビ・ローカルナビ 共通
  -----------------------------------------------------------*/

/* 中見出し */
.cms-public .temp_main_mheader1 .heading h2 {
  font-size: 1.5em;
  border-left: none;
  border-bottom: 2px solid #081f51;
  margin: 0 0 20px 0;
  padding: 0;
}
body:not(.dev-mb) .cms-public .temp_main_mheader1 .heading h2 {
  margin: 30px 0;
}
body.dev-sp .cms-public .temp_main_mheader1 .heading h2 {
  font-size: 1.2em;
}
/* 小見出し1 */
.cms-public .temp_main_sheader1 {
  margin-bottom: 20px;
}
body:not(.dev-mb) .cms-public .temp_main_sheader1 .heading h3 {
  font-size: 1.25em;
  margin: 0 0 0 0;
  padding: 1px 0 1px 10px;
}

/* 注目情報 */
.cms-public .pickup {
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px 6px;
  background-size: 6px 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, #ccd1e4), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, #ccd1e4),
    color-stop(.75, #ccd1e4), color-stop(.75, transparent),
    to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #ccd1e4 25%, transparent 25%,
    transparent 50%, #ccd1e4 50%, #ccd1e4 75%,
    transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #ccd1e4 25%, transparent 25%,
    transparent 50%, #ccd1e4 50%, #ccd1e4 75%,
    transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #ccd1e4 25%, transparent 25%,
    transparent 50%, #ccd1e4 50%, #ccd1e4 75%,
    transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #ccd1e4 25%, transparent 25%,
    transparent 50%, #ccd1e4 50%, #ccd1e4 75%,
    transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ccd1e4 25%, transparent 25%,
    transparent 50%, #ccd1e4 50%, #ccd1e4 75%,
    transparent 75%, transparent);
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 3.125em;
}
.cms-public .pickup  .list figcaption {
    color: #081f51;
    background-color: #fff;
    padding: 0.2em 0 0.2em 0.5em;
    font-size: 1.5em;
}
.cms-public .pickup  .list figcaption h4 {
    margin: 0;
}
.cms-public .pickup ul {
    background-color: #fff;
    list-style: none;
    padding: 1em;
    margin-bottom: 0;
}
.cms-public .pickup ul li {
    position: relative;
    padding: 0 0 0 16px;
    color: #333;
    vertical-align: middle;
    margin-bottom: 1em;
}
.cms-public .pickup ul li:last-child {
    margin-bottom: 0;
} 
.cms-public .pickup ul li:before,
.cms-public .pickup ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.cms-public .pickup ul li:before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #081f51;

}
.cms-public .pickup figure {
    margin: 0;
}


/* 新着情報 */
.cms-public .title-list {
  border-bottom: 2px solid;
  padding-bottom: 1em;
  margin-bottom: 3.125em;
  /*margin-bottom: 6em;*/
  /*text-align: center;*/
}

.cms-public .title-list .index li.active {
  position: relative;
  border-top: 1px solid #081f51;
  border-right: 1px solid #081f51;
  border-left: 1px solid #081f51;
  border-bottom: 4px solid #081f51;
    cursor: auto;
  /* padding: 0.2em; */
  /* box-sizing: border-box; */
}
.cms-public .title-list .index li.active:before {
   content: ""; 
   position: absolute; 
   bottom: -13px; 
   left: 50%; 
   margin-left: -9px; 
   width: 0px; 
   height: 0px; 
   border-style: solid; 
   border-width: 9px 9px 0 9px; 
   border-color: #081F51 transparent transparent transparent; 
   z-index: 0; 
}

.cms-public .title-list .index li:after {
  /* content: ""; */
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #081F51 transparent transparent transparent;
  z-index: -1;
}
.cms-public .title-list li {
  list-style-type:none;
}

.cms-public .title-list .index {
  font-size:1em;
  border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cms-public .title-list .index li {
  font-size: 1.5em;
  font-weight:bold;
  line-height:1.4em;
  color:#081f51;
  border-bottom:2px solid #081f51;
  background:#fff;
  text-align: center;
    cursor: pointer;
    padding-top: 0.3em;
}

/*.cms-public .title-list .index li.active {
  padding: 0.5em;
  border-bottom: none;
}*/

.cms-public .title-list .tab {
  border: none;
}
.cms-public .accordion .title-list .tab {
  display: none;
}
.cms-public .title-list .tab li * {
  color:#333;
}

.cms-public .title-list .tab ul {
  padding-left:0;
  margin:20px 0;
}
.cms-public .title-list .tab ul li {
  margin-bottom:5px;
  padding-left:148px; /**/
}

.cms-public .title-list .tab li {
  font-size:1em;
}



.cms-public .title-list .title {
/*  margin-left:140px;
  display:block;*/
  display:inline;/**/
  margin-left:0;/**/
}

.cms-public .title-list time {
    position: absolute;
    padding-left: 12px;
/*  float:left;*/
  top:0;
  left:0;/**/
}

.cms-public .title-list time:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 4px #333;
    position: absolute;
    top: 0.5em;
    left: 0;
    margin-top: 0px;
}

.cms-public .title-list .tab ul li .belong {
  display:inline;
/*  margin-left:140px;*/
  margin-left:0px;/**/
}

.cms-public .title-list .paging {
  font-size:1em;
  color:#333;
  text-align:right;
}

.cms-public .title-list .paging a {
  text-decoration:underline;
}

.cms-public .title-list .paging span.first, 
.cms-public .title-list .paging span.prev, 
.cms-public .title-list .paging span.next, 
.cms-public .title-list .paging span.last {
  color:#333;
  border:none;
}
.cms-public .title-list .paging span.page {
  padding:0 5px;
}

.cms-public .title-list .other span a,
.cms-public .title-list .rss_button a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.cms-public .title-list .other span a:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.cms-public .title-list .rss_button a:before {
    content: url(/file/img/188105.png);
    margin-right: 0.3em;
}
.cms-public .title-list .other span a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 5px #ffffff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
}

.cms-public .title-list .tab ul.tile li {
  border:none;
  display:inline-block;
  float:none;
  vertical-align:top;
  padding-left:0;/**/
}

.cms-public .title-list .tab ul.tile li time {
    padding-left:12px;
    position:relative;
    float:none;
}
.cms-public .title-list .tab ul.tile li time:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 4px #333;
    position: absolute;
    top: 0.5em;
    left: 0;
    margin-top: 0px;
}

.cms-public .title-list .tab ul.tile li .belong {
  display:block;
/*  background:#f2f2f2;*/
  margin-left:0;
}
.cms-public .title-list .tab ul.tile li .title {
  margin-left:0;
}

.cms-public .accordion .title-list .index li:hover,
.cms-public .accordion .title-list .index li:focus {
  opacity: 0.8;
}


/* 注意・お願い */
.cms-public .chuionegai .title-list .index li.active {
  border-top: 1px solid #ff891f;
  border-right: 1px solid #ff891f;
  border-left: 1px solid #ff891f;
  border-bottom: 4px solid #ff891f;
}
.cms-public .chuionegai .title-list .index li .before {
  background:#ff891f;
}
.cms-public .chuionegai .title-list .index li.active:before {
   border-color: #ff891f transparent transparent transparent; 
}
.cms-public .chuionegai .title-list .index li {
  color:#222;
}


/* リンク1 */
.cms-public .temp_main_link1 {
  background-color:#5263a4; 
  text-align: center;
  font-size:1.5em;
  font-weight:bold;
  border-radius: 0.625em;
  margin-bottom: 50px;
}
body:not(.dev-mb) .cms-public .temp_main_link1 .sentence {
  margin: 0;
}
.cms-public .temp_main_link1 a{
  position: relative;
  display: inline-block;
  color: #fff;
  width: 100%;
  height: 3.5em;
  line-height: 3.5em;
  text-decoration: none;
    border-radius: 0.625em;
    border-bottom: 4px solid #3E4A7B;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.cms-public .temp_main_link1 p {
  padding:0;
  margin:0;
}

.cms-public .temp_main_link1:hover,
.cms-public .temp_main_link1:focus,
.cms-public .temp_main_link1 a:hover,
.cms-public .temp_main_link1 a:focus {
  opacity: 0.8;
}

/* リンク2 */
.cms-public .temp_main_link2 figure {
  margin: 0;
}
.cms-public .temp_main_link2 ul {
  background-color: #eeeff3;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.cms-public .temp_main_link2 li {
  box-sizing: border-box;
  float: left;
  /*width: 20%;*/
  width: 140px;
  background:url(/file/img/177669.png) 4px center no-repeat;
  padding-left: 16px;
  margin-right: 20px;
  list-style: none;
}
.dev-pc .cms-public .temp_main_link2 li {
  width: 155px;
}
.cms-public .temp_main_link2 li a {
  display: -webkit-box; /* safari, Chrome */
  display: -moz-box;    /* Firefox */
  display: -o-box;      /* Opera */
  display: -ms-box;     /* IE */
  display: box;
  width: 100%;
  font-size: 0.9375em;
}

/* 組織 業務内容 */
.cms-public .orgGyomu {

}
.cms-public .orgGyomu dl {
  margin-top: 0;
  margin-left: 10px;
}
.cms-public .orgGyomu dt {

}
.cms-public .orgGyomu dd {
  margin-left: 0;
}

/* アクセスランキングパーツ */
.cms-public .access {
  border: 1px solid #081f51;
  margin-bottom: 50px;
}
.cms-public .access .index li {
  min-height: 50px;
  line-height: 50px;
  background-color: #eeeff3;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.cms-public .access .index li.active {
    background-color: #eeeff3;
    color: #081f51;
    font-weight: bold;
}
.cms-public .access .index {
  border: none;
}
.cms-public .access .tab {
  box-sizing: border-box;
  border: none;
  padding: 16px 20px;
}
.cms-public .access .tab ul.active li,
.cms-public .access .tab ol.active li {
    padding: 1em 0px;
}
.cms-public .access .tab ul.active li:not(:last-child),
.cms-public .access .tab ol.active li:not(:last-child) {
    border-bottom: 1px solid #ced2dc;
}
.cms-public .access .tab ul li label.rank,
.cms-public .access .tab ol li label.rank {
    background-color: #081f51;
    color: #fff;
    padding: 0 0.4em;
    font-weight: bold;
}
.dev-sp .cms-public .access .index li h2 {
    font-size: 1.2em;
}
.dev-sp .cms-public .access .tab ul.active li span,
.dev-sp .cms-public .access .tab ol.active li span {
    display: block;
}
/* 画像 */
body.dev-tb .cms-public .image img,
body.dev-sp .cms-public .image img {
    height: auto !important;
}
body:not(.dev-mb) .cms-public .area3 .image img {
    width: 100%;
}
body:not(.dev-mb) .cms-public .relatedlinks .linkblock .image figcaption.left {
   padding: 0 1em;
}
/* 画像 & 文章 */
body.dev-sp .cms-public .sentence_with_image .image {
  float: none!important;
  text-align: center;
}

/* 新着情報RSS */
body:not(.dev-mb) .cms-public .shinchaku_rss {
  text-align: right;
  margin-top: -50px;
  margin-bottom: 10px;
   position: relative;
    border: none;
}
body.dev-sp .cms-public .shinchaku_rss {
    margin-top: 0;
    margin-bottom: 20px;
}
body:not(.dev-mb) .cms-public .shinchaku_rss a:before {
    content: url(/file/img/188105.png);
    margin-right: 0.3em;
    position: relative;
    border: none;
}
/* あわせて読みたい */
.cms-public .relation-page span.title h2,
.cms-public .relation-page div.title h2,
.cms-public .relation-page span.title h4,
.cms-public .relation-page div.title h4 {
    font-size: 1.250em;
    color: #081f51;
    border-bottom: 2px solid;
}
.cms-public .relation-page ul {
    padding-left: 0.5em;
}
.cms-public .relation-page ul li {
    position: relative;
    list-style: none;
}
.cms-public .relation-page ul li:before {
    content: "";
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 4px #333;
    position: absolute;
    top: 0.5em;
    left: 0;
    margin-top: 0px;
}

/* 文章ブロック */
body.dev-sp .cms-public .sentence p {
}
/* 定義リスト */
.dev-sp .cms-public .list ol,
.dev-sp .cms-public .list dl {
    padding-left: 0;
}

.dev-sp .cms-public .list figure {
    /*margin: 0 1em 0 2.5em;*/
}

.cms-public div.no-list-style-type .list ul {
    list-style-type: none;
}

.cms-public .relation-page ul li a {
    margin-left: 1em;
}
/* ここから最終的にside.cssに移行する */

/* ソーシャルメディア等 */
.cms-public .bnSocail a:hover,
.cms-public .bnKoho a:hover,
.cms-public .bnOnline a:hover,
.cms-public .bnOnline a:focus {
  opacity: 0.8;
}

/*　徳島県議会等　*/
.kensei_list .list ul > li a {
  text-decoration: none;
}
.kensei_list .list ul > li:hover,
.kensei_list .list ul > li:focus,
.kensei_list .list ul > li a:hover,
.kensei_list .list ul > li a:focus {
  opacity: 0.8;
}
/*　携帯　*/
.dev-mb .cms-public .temp_main_gmenu1 ul > li {
    border: none;
    background: transparent;
}
.dev-mb .cms-public .temp_main_gmenu1 ul > li:after {
    content: none;
}
.dev-mb .cms-public .menu-group > ul > li {
    display: block;
    border: none;
    color: #333;
    background: transparent;
}
.dev-mb .cms-public div.temp_main_lmenu1 .menu-group > ul > li {
    display: inline-block;
    min-height: auto;
    width: auto;
    max-width: auto;
    margin: 0;
    border: 1px solid #000;
    background: #9df;
    color: #FFF;
}
.dev-mb .cms-public .menu-vertical a, 
.dev-mb .cms-public .menu-horizontal a, 
.dev-mb .cms-public .menu-group a {
    color: #333;
}
