@charset "utf-8";
/* header
++++++++++++++++++++++++++++++*/

header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 177px;
  background: url(../../img/common/header_back.gif) repeat-x 0 0 #FFF;
}

#header-inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}

#header-logo {
  position: absolute;
  top: 42px;
  left: 0;
  width: 358px;
  height: 50px;
}

#header-description {
  font-size: 14px;
  line-height: 140%;
  position: absolute;
  top: 86px;
  left: 0;
}

nav#head-nav {
  position: absolute;
  top: 20px;
  right: 0;
}

nav#head-nav ul {
  font-size: 0;
  line-height: 0;
}

nav#head-nav ul li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin-left: 12px;
  padding-left: 10px;
}

nav#head-nav ul li a {
  text-decoration: none;
  color: #333;
}

nav#head-nav ul li a:hover {
  border-bottom: 1px dotted #333;
}

nav#head-nav ul li:before {
  content: "▲";
  display: inline-block;
  transform: scale(0.6, 1) rotate(90deg);
  font-size: 8px;
  color: #1D7F2B;
  position: absolute;
  top: 0px;
  left: 0;
}

#change-box {
  position: absolute;
  top: 94px;
  right: 196px;
  right: 240px;
}

#change-box ul {
  font-size: 0;
  line-height: 0;
}

#change-box ul::before {
  content: "文字サイズ";
  font-size: 13px;
  margin-right: 10px;
}

#change-box ul li {
  display: inline-block;
  font-size: 14px;
}

#change-box ul li:first-child::after {
  content: "｜";
  padding: 0 5px;
}

#favorite-box {
  position: absolute;
  top: 64px;
  right: 180px;
  //width: 176px;
  width: 220px;
  height: 40px;
}

#favorite-box a {
  display: block;
  border: 2px solid rgba(253, 95, 157, 1);
  color: #FFF;
  color: rgba(253, 95, 157, 1);
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}

#favorite-box a::before {
  content: "★";
  color: rgba(253, 95, 157, 1);
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
  text-align: center !important;
  background: #FFF;
  background: rgba(253, 95, 157, 1);
  border-radius: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: 0.5s;
}

#favorite-box a:hover {
  text-decoration: none;
  background: rgba(253, 95, 157, 1);
  color: #FFF;
  transition: 0.5s;
}

#favorite-box a:hover::before {
  color: rgba(253, 95, 157, 1);
  background: #FFF;
  transition: 0.5s;
}

.favorite-message{
	position: absolute;
	top: 68px;
  right: 0;
  width: 175px;
  font-size:12px;
  text-align:left;
  line-height:150%;
}
nav#global-nav {
  position: absolute;
  top: 127px;
  right: 0;
  width: 1100px;
  height: 50px;
}

nav#global-nav ul {
  font-size: 0;
  line-height: 0;
}

nav#global-nav ul li {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 40px;
  width: 186px;
  text-align: center;
  vertical-align: middle;
  background: #68A94B;
  box-sizing: border-box;
  border-left: 1px solid #FFF;
  padding: 5px 0;
}

nav#global-nav ul li:nth-child(4) {
  line-height: 20px;
}

nav#global-nav ul li:last-child {
  width: 168px;
  border-right: 1px solid #FFF;
  margin-right: 0;
}

nav#global-nav ul li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
}

nav#global-nav ul li:hover {
  background: #446e31;
  cursor: pointer;
}

nav#global-nav ul li a:hover {
  text-decoration: none;
}

nav#global-nav ul li ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  padding: 6px 0 0 0;
  width: 165px;
}

nav#global-nav ul li ul:before {
  content: "▲";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -5px;
  color: #446e31;
  display: block;
  transform: scale(2, 1);
}

nav#global-nav ul li ul li {
  margin: 0;
  line-height: 30px;
  height: 30px;
  width: auto;
  text-align: center;
  display: block;
  background: #446e31;
  border-bottom: 1px dotted #FFF;
  border-left: none;
  padding: 0;
  vertical-align: middle;
}

nav#global-nav ul li ul li:last-child {
  border-right: none;
  width: auto;
}

nav#global-nav ul li ul li a {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

@media all and (-ms-high-contrast:none) {
  nav#global-nav ul li ul li a {
    padding-top: 4px;
  }
}

nav#global-nav ul li ul li:last-child {
  border-bottom: none;
}

nav#global-nav ul li ul li a:hover {
  color: #FFFF00;
}

#fade-in li ul {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}

#fade-in li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

#fade-in li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* banner-area
++++++++++++++++++++++++++++++*/

#banner-area {
  width: 100%;
  background: url(../../img/common/footer_back.gif) repeat-x bottom center #FFF;
  padding: 30px 0 100px;
  border-top: 1px solid #CCC;
}

ul.banner-area-list {
  font-size: 0;
  line-height: 0;
  width: 1100px;
  margin: 0 auto;
}

ul.banner-area-list li {
  display: inline-block;
  width: 156px;
  height: 45px;
  margin: 0 15px 15px 0;
}

ul.banner-area-list li:nth-child(6n), ul.banner-area-list li:last-child {
  margin: 0 0 15px;
}

ul.banner-area-list li img {
  width: 156px;
  height: 45px;
}

/* pagetop
++++++++++++++++++++++++++++++*/

#topback {
  position: absolute;
  top: 40px;
  right: 0;
  text-align: left;
  padding-left: 18px;
  background: url(../../img/common/icon_pagetop.gif) no-repeat 0 0;
  line-height: 16px;
}

#topback a {
  color: #FFF;
  font-size: 14px;
}

/* footer
++++++++++++++++++++++++++++++*/

footer {
  position: relative;
  background: #69A350;
  width: 100%;
  margin: 0 auto;
}

#footer-inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  padding: 40px 0;
  color: #FFF;
  text-align: left;
}

nav#footer-nav ul {
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}

#footer-nav ul li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
  line-height: 200%;
}

#footer-nav ul li:last-child {
  margin-right: 0;
}

#footer-nav ul li a {
  color: #FFF;
  text-decoration: none;
}

#footer-nav ul li a:hover {
  border-bottom: 1px dotted #FFF;
}

.footer-sub-nav li {
  padding-left: 10px;
}

.footer-sub-nav li::before {
  content: "▲";
  display: inline-block;
  transform: scale(0.6, 1) rotate(90deg);
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-main-nav li {}

.footer-main-nav li::before {
  content: "|";
  margin-right: 15px;
}

.footer-main-nav li:last-child::after {
  content: "|";
  margin-left: 15px;
}

.reference-box {
  text-align: left;
  margin: 30px 0 20px;
  font-size: 12px;
  line-height: 140%;
}

.reference-box p strong {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

#copyright {
  font-size: 12px;
}

/* basic layout
++++++++++++++++++++++++++++++*/

#container {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  padding-top: 30px;
  word-break: break-all;
}

#main {
  width: 820px;
  width: 840px;
  float: right;
}

#side {
  width: 230px;
  float: left;
  text-align: left;
  margin-bottom: 50px;
}

.index-contents {
  position: relative;
  margin: 0 auto 30px;
  text-align: left;
}

hr {
  width: 100%;
  height: 1px;
  margin: 0 auto 20px auto;
  border: none;
  border-top: 1px solid #DEDED2;
}

section.contents {
  padding: 0 30px 30px;
}

section p {
  margin: 0 0 20px 0;
}

ul.disc-list {}

ul.disc-list li {
  margin-bottom: 10px;
}

ul.disc-list li:before {
  content: "・";
}

#crumb {
  font-size: 13px;
  margin-bottom: 15px;
  text-align: left;
}

#crumb a {
  color: #333;
}

#crumb a:hover {
  text-decoration: underline;
}

.no-border {
  border: none !important;
}

/* page
++++++++++++++++++++++++++++++*/

.page-contents {
  background: #FFF;
  margin-bottom: 50px;
  text-align: left;
}

.border-top {
  border-top: 4px solid #69A550;
  padding-top: 20px;
}

.border-top02 {
  border-top: 4px solid #69A550;
  padding-top: 20px;
}

.border-top03 {
  border-top: 4px solid #69A550;
  padding-top: 0px;
}

.page-title-box h1 {
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 30px;
}

.page-title-box h1.statist-h1, .page-title-box h1.genre-h1, .page-title-box h1.department-h1 {
  position: relative;
  padding-left: 46px;
}

.page-title-box h1.statist-h1::before, .page-title-box h1.genre-h1::before, .page-title-box h1.department-h1::before {
  content: "";
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -5px;
  left: 0;
}

.page-title-box h1.statist-h1::before {
  background-image: url(../../img/index/icon_research02_green.png);
  background-size: 32px auto;
}

.page-title-box h1.genre-h1::before {
  background-image: url(../../img/index/icon_research01_green.png);
  background-size: 30px auto;
}

.page-title-box h1.department-h1::before {
  background-image: url(../../img/index/icon_research04_green.png);
  background-size: auto 30px;
}

.page-title-box h2 {
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 30px;
}

.tokei-title-box {
  position: relative;
}

.tokei-title-box .favorite-button {
  top: 2px;
}

.tokei-title-box h1 {
  line-height: 160%;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  width: 540px;
}

.tokei-title-box h1:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../img/common/image_file.gif) no-repeat left center;
  background-size: 30px auto;
  margin-right: 5px;
}

.tokei-title-box h3 {
  line-height: 140%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  //padding-left: 50px;
}

.tokei-title-box h3:before {
  //position: absolute;
  //content: url(../../img/common/image_file.gif); //top: 7px; left: 12px;
  //margin-right: 10px; //margin-top:5px;
  left: 0;
  //top: 3px;
  content: "\f07c";
  font-family: FontAwesome;
  background: #6AA74F;
  border-radius: 100%;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  padding: 6px 5px 6px 7px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
  
}

/* detail
++++++++++++++++++++++++++++++*/

.excel-title:before {
  position: relative;
  content: url(../../img/common/image_excel.png);
  margin-right: 10px;
  left: 0;
  top: 5px;
}

.pdf-title:before {
  position: relative;
  content: url(../../img/common/image_pdf.png);
  margin-right: 10px;
  left: 0;
  top: 5px;
}

/* page-field
	++++++++++++++++++++++++++++++*/

.search-field-box {
  text-align: left; //background: #EBECE6;
}

.search-field-box h2 {
  font-size: 110%;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #eee;
  color: #68A94B;
}

.search-field-box h2:first-child {
  font-size: 110%;
  margin-bottom: 10px;
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.search-field-box ul {
  padding-bottom: 20px;
}

.search-field-box ul li {
  float: left;
  width: 114px;
  margin: 5px 15px 10px 0;
}

.search-field-box ul li:nth-child(6), .search-field-box ul li:nth-child(12) {
  margin-right: 0;
}

.search-field-box ul.statistics-field-list-box li {
  float: left;
  width: 25%;
  margin: 5px 0;
}

ul.department-list {
  font-size: 0;
  line-height: 0;
}

ul.department-list li {
  font-size: 16px;
  line-height: 160%;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin: 0 0 15px 0;
}

/* page-name
++++++++++++++++++++++++++++++*/

h2.statist-title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
}

h2.statist-title:before {
  content: "";
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px auto;
  position: absolute;
  top: -6px;
  left: 0;
}

h2.statistics_field01:before {
  background-image: url(../../img/common/icon_field/01.png);
}

h2.statistics_field02:before {
  background-image: url(../../img/common/icon_field/02.png);
}

h2.statistics_field03:before {
  background-image: url(../../img/common/icon_field/03.png);
}

h2.statistics_field04:before {
  background-image: url(../../img/common/icon_field/04.png);
}

h2.statistics_field05:before {
  background-image: url(../../img/common/icon_field/05.png);
}

h2.statistics_field06:before {
  background-image: url(../../img/common/icon_field/06.png);
}

h2.statistics_field07:before {
  background-image: url(../../img/common/icon_field/07.png);
}

h2.statistics_field08:before {
  background-image: url(../../img/common/icon_field/08.png);
}

h2.statistics_field09:before {
  background-image: url(../../img/common/icon_field/09.png);
}

h2.statistics_field10:before {
  background-image: url(../../img/common/icon_field/10.png);
}

h2.statistics_field11:before {
  background-image: url(../../img/common/icon_field/11.png);
}

h2.statistics_field12:before {
  background-image: url(../../img/common/icon_field/12.png);
}

h2.statistics_field13:before {
  background-image: url(../../img/common/icon_field/13.png);
}

h2.statistics_field14:before {
  background-image: url(../../img/common/icon_field/14.png);
}

h2.statistics_field15:before {
  background-image: url(../../img/common/icon_field/15.png);
}

h2.statistics_field16:before {
  background-image: url(../../img/common/icon_field/16.png);
}

h2.statistics_field17:before {
  background-image: url(../../img/common/icon_field/17.png);
}

table.statist-list-table {
  width: 100%;
  margin: 0 auto 30px auto;
  border-collapse: collapse;
}

table.statist-list-table th {
  font-size: 13px;
  line-height: 160%;
  font-weight: normal;
  padding: 5px;
  text-align: center;
  background: #F9F9F9;
  border: 1px solid #CCC;
}

table.statist-list-table td {
  padding: 10px 5px;
  border: 1px solid #CCC;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 160%;
}

table.statist-list-table td.statist-name {
  padding-left: 15px;
  font-size: 17px;
  line-height: 150%;
  font-weight: bold;
  text-align: left;
}

table.statist-list-table .statist-department, table.statist-list-table .statist-schedule {
  width: 15%;
}

table.statist-list-table .statist-genre {
  width: 10%;
}

table.statist-list-table .statist-department .de-box {
  border-radius: 11px;
  background: #FFB6AA;
  padding: 0 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
}

table.statist-list-table .statist-department .de-box a {
  color: #fff;
  text-decoration: none;
}

table.statist-list-table .statist-genre .sf-box {
  display: inline-block;
  vertical-align: middle;
}

table.statist-list-table .statist-schedule .uf-box {
  display: inline-block;
  vertical-align: middle;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none transparent;
  border: none;
  border-radius: 0;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

input, select {
  text-indent: 10px;
  font-size: 13px;
  color: #666;
  text-overflow: '';
}

input[type="submit"] {
  text-indent: 0;
}

select option {
  background: #FFF;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusing {
  color: transparent;
  text-shadow: 0;
}

.select-wrapper {
  position: relative;
  background: #f9f9f9;
}

.select-wrapper::after {
  content: "▼";
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
  color: rgba(84, 182, 219, 1);
  transform: scale(1, 0.6);
  position: absolute;
  top: 0;
  right: 10px;
  width: 14px;
  height: 36px;
  overflow: hidden;
  padding-left: 5px;
  background: #F9F9F9;
}

.search-form-box {
  margin: 30px auto;
  padding: 15px 25px;
  border: 1px dashed #4fb4de;
  background: rgba(79, 180, 222, 0.05);
}

.search-form-box table.search-form-table caption {
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 10px;
}

.search-form-box table.search-form-table tr td select {
  background: #FFF;
  border: 1px solid #CCC;
}

.search-form-box .search_button {
  display: block;
  width: 100%;
  height: 36px;
  background: rgba(84, 182, 219, 1);
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
}

.search-form-box .submit-wrapper {
  position: relative;
}

.search-form-box .search_button::before {
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  font-size: 17px;
  font-weight: normal;
}

.search-form-box .search_button:hover {
  cursor: pointer;
  background: rgba(42, 130, 163, 1);
  transition: 0.5s;
}

.search-form-box .select-wrapper::after {
  background: #FFF !important;
}

.search-list-box p {
  margin-bottom: 10px;
}

.tokei-search-box .search-list-box p {
  margin-top: -5px;
  padding-left: 28px;
}

.search-list-box img.f-icon {
  float: left;
  margin-right: 20px;
}

.not-search-item {
  font-weight: bold;
}

.over-search-item {
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}

/* 詳細検索
++++++++++++++++++++++++++++++*/

.search-detail-form {
  width: 100%;
}

.search-detail-form table {
  padding: 0 10%;
  width: 100%;
  border-collapse: collapse;
}

.search-detail-form table tr th {
  padding: 10px 0;
  width: 20%;
  border: 1px dotted #fff;
  border-collapse: collapse;
  padding-left: 20px;
  background: #4FB4DE;
  color: #fff;
  border-left: none;
}

.search-detail-form table tr td {
  padding: 10px 0;
  width: 80%;
  border: 1px dotted #fff;
  border-collapse: collapse;
  padding-left: 20px;
  border-right: none;
}

.search-detail-form table tr td select {
  width: 90% !important;
  background: #f9f9f9;
}

.search-detail-form table tr td select#statistics_field_name, .search-detail-form table tr td select#department_name {
  padding: 5px 10px;
}

.search-detail-form table tr td select#department {
  padding: 5px 10px;
  width: 400px;
}

.search-detail-form table tr td select#search_y {
  width: 40% !important;
  padding: 5px 10px;
}

.search-detail-form table tr td select#search_m {
  width: 20% !important;
  padding: 5px 10px;
}

.search-detail-form .search_button {
  padding: 4px 0;
  width: 150px;
  background: #fff;
  border: none;
  color: #4FB4DE;
  font-weight: bold;
  transition-property: all;
  transition: 0.3s linear;
  margin: 10px auto;
}

.search-detail-form .search_button:hover {
  cursor: pointer;
  background: #68A94B;
  color: #fff;
}

.search-detail-form table tr td input.keyword-box {
  width: 85%;
  padding: 5px 10px;
  background: #f9f9f9;
}

.search-btn-box {
  text-align: center;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

#search-item-list-box {
  margin-bottom: 10px;
}

.google-search {
  background: #FFF;
  padding: 20px;
  text-align: left;
  border: 1px dotted #ccc;
  display: none;
}

.google-search #gsc-iw-id1 {
  height: 38px;
}

.google-search .gsc-search-button {
  padding-top: 13px;
  padding-bottom: 13px;
}

.cse input.gsc-search-button, input.gsc-search-button {
  border: none !important;
  margin-top: 0 !important;
}

.pagenate {
  border-top: 2px solid #4FB4DE;
  border-top: 2px dashed #69A550;
  text-align: center;
  padding: 40px 0 20px 0;
}

.pagenate a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 5px;
  text-decoration: none;
  float: left;
  background: #eee;
  color: #000;
  padding-top: 3px;
}

.pagenate a:hover {
  opacity: 0.5;
}

.pagenate span {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 5px;
  font-weight: bold;
  float: left;
  color: #FFF;
  background: #68A94B;
  padding-top: 3px;
}

/* 統計情報一覧
++++++++++++++++++++++++++++++*/

.statist-list-box p {
  margin: 5px 0;
  font-size: 85%;
  line-height: 140%;
}

.statist-list-box li {
  width: 370px;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  float: left;
}

.statist-list-box li:first-child {
  border-top: 1px dotted #ccc;
}

.statist-list-box li:nth-child(2) {
  border-top: 1px dotted #ccc;
}

.statist-list-box li:nth-child(even) {
  padding-left: 9px;
  border-left: 1px dotted #ccc;
}

.statist-list-box li:nth-child(odd) {
  padding-right: 10px;
}

.statist-list-box {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 130% !important;
}

.statist-list-box a {
  font-size: 100%;
}

.statist-list-box02 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 130% !important;
}

.statist-list-box02 li {
  position: relative;
  width: 315px;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  float: left;
}

.statist-list-box02 p {
  margin: 5px 0;
  font-size: 85%;
  line-height: 140%;
}

.statist-list-box02 li:nth-child(even) {
  padding-left: 9px;
  border-left: 1px dotted #ccc;
}

.statist-list-box02 li:nth-child(odd) {
  padding-right: 9px;
  padding-left: 7px;
}

ul.tab-list-statist-list {
  font-size: 0;
  line-height: 0;
  width: 100%;
  border-bottom: 4px solid #FFB6AA;
  margin-bottom: 25px;
}

ul.tab-list-statist-list li {
  width: calc(100% / 11);
  display: inline-block;
  vertical-align: top;
}

ul.tab-list-statist-list li:last-child {
  width: 70.9px;
}

ul.tab-list-statist-list li a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
  height: 28px;
  background: #8AC193;
  margin-right: 4px;
  border-radius: 5px 5px 0 0;
}

ul.tab-list-statist-list li:last-child a {
  margin-right: 0;
}

ul.tab-list-statist-list li a span {
  font-size: 12px;
}

ul.tab-list-statist-list li a:hover {
  background: #FFB6AA;
  text-decoration: none;
}

ul.tab-list-statist-list li a.current {
  background: #FFB6AA;
}

ul.tab-list-statist-list li a:hover:after, ul.tab-list-statist-list li a.current:after {
  color: #1D7F2B;
}

/* 統計情報
++++++++++++++++++++++++++++++*/

.wait-box {
  text-align: center;
}

.wait-box p {
  margin-bottom: 30px;
}

.tokei-detail-box {
  padding-bottom: 10px;
}

.tokei-detail-crumb {
  line-height: 150%;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.tokei-detail-box-s {
  padding: 0 !important;
  background: #fff;
  margin-bottom: 50px !important;
}

.tokei-download-box, .tokei-related-box {
  margin-bottom: 50px;
}

.tokei-related-box h1.related-data,
.tokei-related-box h1.related-information {
  font-size: 18px;
  line-height: 160%;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.tokei-related-box h1.related-data::before,
.tokei-related-box h1.related-information::before {
  content: "\f07c";
  font-family: FontAwesome;
  background: #6AA74F;
  border-radius: 100%;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  padding: 6px 5px 6px 7px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

ul.related-list {}

ul.related-list li {
  position: relative;
  border-bottom: 1px dotted #CCC;
  padding: 10px 5px 10px 90px;
}

ul.related-list li:first-child {
  border-top: 1px dotted #CCC;
}

ul.related-list li a {
  font-weight: 600;
}

ul.related-list li span.index-news-date {
  width: 80px;
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 13px;
}

ul.related-list li .description {
  font-size: 14px;
}

table.download-table {
  width: 100%;
  margin: 0 auto 30px auto;
  border-collapse: collapse;
  text-align: left;
}

table.download-table caption {
  font-size: 18px;
  line-height: 160%;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

table.download-table caption::before {
  content: "\f019";
  font-family: FontAwesome;
  background: #6AA74F;
  border-radius: 100%;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 6px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

table.download-table th {
  font-size: 13px;
  line-height: 160%;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  border: 1px solid #CCC;
  background: rgba(107, 166, 83, 0.1);
  background: rgba(27, 161, 230, 0.05);
}

table.download-table td {
  font-size: 15px;
  line-height: 160%;
  font-weight: 500;
  padding: 15px 10px 20px 10px;
  text-align: center;
  border: 1px solid #CCC;
  position: relative;
}

table.download-table .download-excel, table.download-table .download-pdf, table.download-table .download-csv {
  position: static;
  width: 240px;
  height: 36px;
  display: inline-block;
  text-align: center;
}

table.download-table .download-excel a, table.download-table .download-pdf a, table.download-table .download-csv a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}

table.download-table .download-excel a, table.download-table .download-csv a {
  border: 1px solid rgba(49, 149, 24, 1);
  color: rgba(49, 149, 24, 1);
}

table.download-table .download-pdf a {
  border: 1px solid rgba(201, 14, 23, 1);
  color: rgba(201, 14, 23, 1);
}

table.download-table .download-excel a::before, table.download-table .download-pdf a::before, table.download-table .download-csv a::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

table.download-table .download-excel a::before {
  content: "\f1c3";
}

table.download-table .download-pdf a::before {
  content: "\f1c1";
}

table.download-table .download-csv a::before {
  content: "\f15b";
}

table.download-table .download-excel a:hover, table.download-table .download-pdf a:hover, table.download-table .download-csv a:hover {
  color: #FFF;
  text-decoration: none;
  transition: 0.5s;
}

table.download-table .download-excel a:hover, table.download-table .download-csv a:hover {
  background: rgba(49, 149, 24, 1);
}

table.download-table .download-pdf a:hover {
  background: rgba(201, 14, 23, 1);
}

table.download-table .favorite-button {
  position: static;
  width: 240px;
  height: 36px;
  display: inline-block;
  text-align: center;
}

table.download-table .favorite-button a {
  line-height: 36px;
}

.favorite-button a.favorite-active {
  line-height: 36px;
  pointer-events: none; //color:#FFF;
}

.favorite-button-active a {
  text-decoration: none;
  background: rgba(253, 95, 157, 1) !important;
  color: #FFF !important;
  transition: 0.5s;
}

.favorite-button-active a:before {
  color: rgba(253, 95, 157, 1) !important;
  background: #FFF !important;
  transition: 0.5s;
}

.tokei-download-box .excel-title {
  margin-bottom: 10px;
}

.tokei-download-box .pdf-title {
  margin-bottom: 10px;
  margin-top: 20px;
}

.tokei-download-box .excel-file-box, .tokei-download-box .pdf-file-box {
  margin-left: 120px;
}

.tokei-download-box .excel-file-box img.img-one, .tokei-download-box .pdf-file-box img.img-one {
  float: left;
  margin-right: 20px;
}

/* side
++++++++++++++++++++++++++++++*/

ul.side-search-list {}

ul.side-search-list li {
  position: relative;
  margin-bottom: 5px;
}

.button-search a {
  display: block;
  height: 90px;
  font-size: 21px;
  line-height: 130px;
  color: #FFF;
  font-weight: 600;
  position: relative;
  padding-left: 65px;
  //transition: 0.5s;
  text-shadow: 
    			#FFF 2px 0px,  #FFF -2px 0px,
    			#FFF 0px -2px, #FFF 0px 2px,
    			#FFF 2px 2px , #FFF -2px 2px,
    			#FFF 2px -2px, #FFF -2px -2px,
    			#FFF 1px 2px,  #FFF -1px 2px,
    			#FFF 1px -2px, #FFF -1px -2px,
    			#FFF 2px 1px,  #FFF -2px 1px,
    			#FFF 2px -1px, #FFF -2px -1px;
			  border-radius: 5px;
}

.button-search a:hover {
  text-decoration: none;
  transition: 0.5s;
}

.button-search a::after {
   content: '';
			  display: inline-block;
			  position: absolute;
			  top: 43%;
			  right: 0;
			  width: 0;
			  height: 0;
			  border: 7px solid transparent;
    		  border-left: 7px solid #FFF;
}

.button-search.button-genre a {
  background: rgba(245, 210, 122, 1);
}

.button-search.button-genre a:hover {
  background: rgba(227, 183, 73, 1);
}

.button-search.button-statist a {
  background: rgba(253, 182, 172, 1);
}

.button-search.button-statist a:hover {
  background: rgba(236, 154, 143, 1);
}

.button-search.button-type a {
  background: rgba(245, 210, 122, 1);
}

.button-search.button-type a:hover {
  background: rgba(227, 183, 73, 1);
}

.button-search.button-department a {
  background: rgba(176, 169, 240, 1);
}

.button-search.button-department a:hover {
  background: rgba(119, 111, 192, 1);
}
#search-form-box li:nth-child(1) .button-search a {
 padding-left: 35px;
 color: rgba(227, 183, 73, 1);
}
			
#search-form-box li:nth-child(2) .button-search a {
	padding-left: 26px;
	color: rgba(236, 154, 143, 1);
}
#search-form-box li:nth-child(3) .button-search a {
	padding-left: 35px;
	color: rgba(119, 111, 192, 1);
}
.button-search a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  position: absolute;
  top: 32%;
  left: 42%;
  transform: translateY(-50%);
}

.button-genre a::before {
  background-image: url(../../img/index/icon_research01.png);
}

.button-statist a::before {
  background-image: url(../../img/index/icon_research02.png);
}

.button-type a::before {
  background-image: url(../../img/index/icon_research03.png);
  background-size: 26px auto;
}

.button-department a::before {
  background-image: url(../../img/index/icon_research04.png);
  background-size: 20px auto;
}

ul.side-search-list li form input[type="text"] {
  background: #D2F2FF;
  border: none;
  width: 170px;
  height: 36px;
  padding: 0 10px;
  margin-right: 5px;
  vertical-align: top;
}

ul.side-search-list li form input.icon_search-area {
  background: #3FAAD4;
  padding: 4px 0 0 4px;
}

ul.side-search-list li form input.icon_search-area:hover {
  cursor: pointer;
}

ul.side-search-list li form input[type="image"] {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}

#side-search-form-box {
  padding: 10px 15px 20px 15px;
  text-align: left;
  background: #54B6DB;
  margin-bottom: 5px;
}

#side-search-form-box h2 {
  font-size: 16px;
  line-height: 160%;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

#side-search-form-box p {
  font-size: 12px;
  line-height: 160%;
  color: #FFF;
  margin-bottom: 15px;
}

#side-search-form-box table.search-form-table td.index-search-btn-box input {
  width: 100%;
  height: auto;
}

.side-search-list .button-search a {
  display: block;
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  color: #FFF;
  font-weight: 600;
  position: relative;
  padding-left: 65px;
  transition: 0.5s;
  text-shadow:none;
  border-radius:0;
}

.side-search-list .button-search a:hover {
  text-decoration: none;
  transition: 0.5s;
}

.side-search-list .button-search a::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #FFF;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  top:74%;
}

.side-search-list .button-search.button-genre a {
  background: rgba(245, 210, 122, 1);
}

.side-search-list .button-search.button-genre a:hover {
  background: rgba(227, 183, 73, 1);
}

.side-search-list .button-search.button-statist a {
  background: rgba(253, 182, 172, 1);
}

.side-search-list .button-search.button-statist a:hover {
  background: rgba(236, 154, 143, 1);
}

.side-search-list .button-search.button-type a {
  background: rgba(245, 210, 122, 1);
}

.side-search-list .button-search.button-type a:hover {
  background: rgba(227, 183, 73, 1);
}

.side-search-list .button-search.button-department a {
  background: rgba(176, 169, 240, 1);
}

.side-search-list .button-search.button-department a:hover {
  background: rgba(119, 111, 192, 1);
}

.side-search-list .button-search a::before {
  content: "";
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/* category
++++++++++++++++++++++++++++++*/

.tokei-search-box {
  padding: 25px 0;
  border-top: 2px solid #4FB4DE;
  border-top: 2px dashed #69A550;
  position: relative;
}

.favorite-button {
  position: absolute;
  top: 22px;
  right: 0;
  width: 160px;
  height: 30px;
  text-align: center;
}

.favorite-button a {
  display: block;
  border: 1px solid rgba(253, 95, 157, 1);
  color: #FFF;
  color: rgba(253, 95, 157, 1);
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}

.favorite-button a::before {
  content: "★";
  color: rgba(253, 95, 157, 1);
  color: #FFF;
  font-size: 13px;
  line-height: 20px;
  text-align: center !important;
  background: #FFF;
  background: rgba(253, 95, 157, 1);
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  transition: 0.5s;
}

.favorite-button a:hover {
  text-decoration: none;
  background: rgba(253, 95, 157, 1);
  color: #FFF;
  transition: 0.5s;
}

.favorite-button a:hover::before {
  color: rgba(253, 95, 157, 1);
  background: #FFF;
  transition: 0.5s;
}

.data-title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  width: 540px;
}

.data-title:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/common/image_file.gif) no-repeat center bottom;
  background-size: 20px auto;
  position: absolute;
  top: 0;
  left: 0;
}

.tokei-search-box .data-list-box {
  display: none;
}

table.data-table {
  border-collapse: collapse;
  margin: 10px 0 10px 28px;
  width: 732px;
  font-size: 14px;
  line-height: 160%;
}

table.data-table th {
  white-space: nowrap;
  border: 1px solid #CCC;
  font-weight: normal;
  background: #F4F4F4;
  padding: 5px 5px 5px 15px;
  text-align: left;
}

table.data-table td {
  border: 1px solid #CCC;
  padding: 5px 5px 5px 15px;
}

table.data-table td.link {
  padding: 10px 0;
  border: none;
  font-size: 16px;
  line-height: 160%;
}

table.data-table td.link a::before {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  color: #68A94B;
}

table.data-table img {
  height: 24px;
  width: auto;
  float: left;
  margin-right: 20px;
}

.search-more-box {
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-align: left;
  color: #68A94B;
}

.tokei-detail-box-s table.data-table {
  border-collapse: collapse;
  margin: 10px auto;
  width: 100%;
  font-size: 15px;
  line-height: 160%;
}

.tokei-detail-box-s table.data-table th {
  white-space: nowrap;
  border: 1px solid #CCC;
  font-weight: normal;
  background: #F9F9F9;
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
}

.tokei-detail-box-s table.data-table td {
  border: 1px solid #CCC;
  padding: 10px 15px;
}

.tokei-detail-box-s table.data-table td.document-box {
  padding: 10px 0;
  border: none;
  font-size: 16px;
  line-height: 160%;
}

.tokei-detail-box-s table.data-table td.document-box span {
  padding-right: 10px;
}

.search-more-box span.close:before {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-indent: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #68A94B;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.search-more-box span.close:after {
  content: "詳細を見る";
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.search-more-box span.open:before {
  content: '\f106';
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-indent: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #68A94B;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.search-more-box span.open:after {
  content: "閉じる";
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

/* pagetop
++++++++++++++++++++++++++++++*/

#scrollUp {
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: url(../../img/common/pagetop.png) no-repeat;
  background-position: right bottom;
  background-size: 50px auto;
  text-indent: -9999px;
}

a#scrollUp:hover {
  border: none;
}

/* icon
++++++++++++++++++++++++++++++*/

.icon-green {
  color: #68A94B;
}

.icon-yellow {
  color: #fff582;
}

/* kpi
++++++++++++++++++++++++++++++*/

.kpi-list-box {
  text-align: left;
}

.kpi-header-box p {
  margin: 10px;
  text-align: left;
}

.kpi-box-inner {
  text-align: left;
}

.kpi-box-inner h2 {
  margin: 20px 0;
  padding: 0 10px;
  border-bottom: 2px solid #68A94B;
  font-weight: bold;
  font-size: 110%;
}

.kpi-graph {
  position: relative;
  /* IE is dumb */
  width: 100%;
  border: 1px solid #68A94B;
  margin-bottom: 20px;
  background: #d4d4d4;
}

.kpi-graph .bar {
  display: block;
  position: relative;
  background: #fff582;
  text-align: center;
  color: #ff0000;
  height: 2em;
  line-height: 2em;
  animation: kpi-anime 2s 1 ease;
  font-weight: bold;
  font-size: 110%;
}

.kpi-graph .bar span {
  position: absolute;
  left: 1em;
}

@keyframes kpi-anime {
  0% {
    width: 0px;
  }
}

.kpi-graph02 {
  position: relative;
  /* IE is dumb */
  width: 100%;
  border: 1px solid #68A94B;
  background: #d4d4d4;
}

.kpi-graph02 .bar {
  display: block;
  position: relative;
  background: #fff582;
  text-align: center;
  color: #ff0000;
  height: 2em;
  line-height: 2em;
  animation: kpi-anime 2s 1 ease;
  font-weight: bold;
  font-size: 110%;
}

.kpi-graph02 .bar span {
  position: absolute;
  left: 1em;
}

.kpi-box-inner-list-box .kpi-purpose {
  background: #fff;
  padding: 20px 20px 5px 10px;
}

.kpi-box-inner-list-box .kpi-purpose p {
  margin: 0;
}

.kpi-box-inner-list-box .kpi-purpose p:first-child {
  margin: 0;
  padding: 0;
  color: #2b9c04;
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 5px;
}

.kpi-box-inner-list-box .kpi-result {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 5px 20px;
  border: 1px solid #ccc;
}

.kpi-box-inner-list-box .kpi-result p {
  margin: 0;
  padding: 5px 0;
  color: #2b9c04;
  font-weight: bold;
  font-size: 110%;
}

.kpi-box-inner h3 {
  padding: 10px 10px;
  font-size: 100%;
  font-weight: bold;
}

.goal-line:before {
  content: '▲';
  color: #FF0000;
  font-size: 90%;
  display: block;
}

.page-title-box h1.kpi-h1 {
  font-size: 22px;
  position: relative;
  padding-left: 90px;
}

.page-title-box h1.kpi-h1::before {
  content: "";
  width: 70px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url(../../img/kpi/logo.jpg);
  background-size: 70px auto;
}

.page-title-box h1.kpi-h1 span.kpi-category {
  font-size: 13px;
  line-height: 180%;
  font-weight: 500;
  display: block;
}

.page-title-box h1.kpi-h1 span.kpi-category::before, .page-title-box h1.kpi-h1 span.kpi-category::after {
  content: "-";
  margin: 0 2px;
}

.kpi-list-box h2 {
  font-size: 16px;
  line-height: 160%;
  color: #446e31;
  margin: 50px 0 0 0 !important;
}

ul.kpi-category-list {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

ul.kpi-category-list li {
  width: 186px;
  margin: 0 12px 12px 0;
  display: inline-block;
  vertical-align: top;
}

ul.kpi-category-list li:nth-child(4n), ul.kpi-category-list li:last-child {
  margin-right: 0;
}

ul.kpi-category-list li a {
  text-align: center;
  color: #222;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  height: 140px;
  border: 1px solid #446e31;
  border-radius: 5px;
  display: block;
  transition: 0.5s;
  background-color: #FFF;
  background-image: url(../../img/kpi/category_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100px;
}

ul.kpi-category-list li a:hover {
  text-decoration: none;
  background-color: #446e31;
  background-image: url(../../img/kpi/category_bg_on.png);
  color: #FFF;
  transition: 0.5s;
  cursor: pointer;
}

ul.kpi-category-list li a div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

ul.kpi-archive-list {
  padding-top: 15px;
}

ul.kpi-archive-list li {
  padding: 20px 0;
  border-top: 1px dashed #69A550;
}

ul.kpi-archive-list li:last-child {
  border-bottom: 1px dashed #69A550;
}

ul.kpi-archive-list li .kpi-data-title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 5px;
}

ul.kpi-archive-list li .kpi-data-title::before {
  content: "●";
  font-size: 13px;
  line-height: 13px;
  color: #446e31;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

ul.kpi-archive-list li p {
  margin: 0;
  position: relative;
  padding-left: 65px;
}

ul.kpi-archive-list li p strong {
  font-size: 18px;
  font-weight: 600;
}
ul.kpi-archive-list li p.target-summary{
	padding-left:0;
}
ul.kpi-archive-list li p.document::before {
  content: "出典：";
  position: absolute;
  margin-left: 20px;
  top: 0;
  left: 0;
}

ul.kpi-archive-list li p.target-value::before {
  content: "目標：";
  position: absolute;
  margin-left: 20px;
  top: 0;
  left: 0;
}
ul.kpi-archive-list li p.kpi_summary-value::before {
  content: "説明：";
  position: absolute;
  margin-left: 20px;
  top: 0;
  left: 0;
}
ul.kpi-data-list {
  margin: 0 0 30px 0;
}

ul.kpi-data-list li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 20px 10px 110px;
  border-bottom: 1px dashed #999;
}

ul.kpi-data-list li:first-child {
  padding-top: 10px;
  border-top: 1px dashed #999;
}

ul.kpi-data-list li span.kpi-title {
  font-size: 14px;
  line-height: 27px;
  color: #666;
  font-weight: 600;
  width: 90px;
  height: 27px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

ul.kpi-data-list li:first-child span.kpi-title {
  top: 10px;
}

ul.kpi-data-list li p.kpi-target-summary {
  margin-bottom: 0;
  font-size: 90%;
  position: relative;
  padding-left: 15px;
}

ul.kpi-data-list li p.kpi-target-summary::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

table.kpi-actual-table {
  width: 100%;
  margin: 0 auto 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

table.kpi-actual-table:nth-child(2) {
  margin-top:20px;
}

table.kpi-actual-table caption {
  font-size: 14px;
  line-height: 160%;
  color: #666;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

table.kpi-actual-table th {
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  font-weight: 500;
  padding: 5px;
  border: 1px solid #999;
  background: #F9F9F9;
}

table.kpi-actual-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #999;
}

table.kpi-actual-table tr:nth-child(2) td, table.kpi-actual-table tr:nth-child(4) td, table.kpi-actual-table tr:nth-child(6) td, table.kpi-actual-table tr:nth-child(8) td, table.kpi-actual-table tr:nth-child(10) td, table.kpi-actual-table tr:nth-child(12) td, table.kpi-actual-table tr:nth-child(14) td, table.kpi-actual-table tr:nth-child(16) td, table.kpi-actual-table tr:nth-child(18) td, table.kpi-actual-table tr:nth-child(20) td, table.kpi-actual-table tr:nth-child(22) td, table.kpi-actual-table tr:nth-child(24) td, table.kpi-actual-table tr:nth-child(26) td, table.kpi-actual-table tr:nth-child(28) td, table.kpi-actual-table tr:nth-child(30) td, table.kpi-actual-table tr:nth-child(32) td {
  border-bottom: none;
  padding-bottom:10px;
}

table.kpi-actual-table tr:nth-child(3) td, table.kpi-actual-table tr:nth-child(5) td, table.kpi-actual-table tr:nth-child(7) td, table.kpi-actual-table tr:nth-child(9) td, table.kpi-actual-table tr:nth-child(11) td, table.kpi-actual-table tr:nth-child(13) td, table.kpi-actual-table tr:nth-child(15) td, table.kpi-actual-table tr:nth-child(17) td, table.kpi-actual-table tr:nth-child(19) td, table.kpi-actual-table tr:nth-child(21) td, table.kpi-actual-table tr:nth-child(23) td, table.kpi-actual-table tr:nth-child(25) td, table.kpi-actual-table tr:nth-child(27) td, table.kpi-actual-table tr:nth-child(29) td, table.kpi-actual-table tr:nth-child(31) td, table.kpi-actual-table tr:nth-child(33) td {
  //padding-top: 0;
  border-top: 1px dotted #ccc;
  font-weight: 400 !important;
  font-size: 90%;
}

table.kpi-actual-table tr:last-child td {
  border-bottom: 1px solid #999;
}

table.kpi-actual-table tr td:first-of-type {
  text-align: center;
  //font-weight: 600;
}

.kpi-data-info-box {
  border: 1px dashed #68A94B;
  border-radius: 5px;
  padding: 15px 20px 15px 220px;
  margin: 50px auto 20px auto;
  position: relative;
}

.kpi-data-info-box h3 {
  font-size: 15px;
  line-height: 160%;
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: 20px;
}

.kpi-data-info-box span {
  display: block;
}

.kpi-list-box02{
	background:#f3f3f3;
	padding:15px;
	border-radius:10px;
	margin-bottom:20px;
}
.kpi-list-box02 h2{
	margin-top:0 !important;
	margin-bottom:5px !important;
}
.kpi-list-box02 h2 span{
	margin-left:10px;
	font-size:90%;
}
.kpi-archive-list02 li{
	float:left;
	width:345px;
	margin:5px;
	padding:10px;
	background:#fff;
	border-radius:10px;
	border:none;
}
.kpi-archive-list02 li .kpi-title{
	font-size:120%;
	font-weight:bold;
}
.kpi-archive-list02 li .kpi-summary{
	font-size:90%;
	margin-bottom:10px;
}
.kpi-archive-list02 li .kpi-planning-time{
	font-size:90%;
	margin-bottom:5px;
}
.kpi-archive-list02 li .kpi-target{
	font-size:120%;
	margin-bottom:10px;
	text-align:right;
}
.kpi-archive-list02 li .kpi-latest{
	background:#68A94B;
	padding:10px;
	color:#fff;
	text-align:center;
}
.kpi-archive-list02 li .kpi-latest p{
	margin:0;
	font-size:90%;
	text-align:left;
}
.kpi-archive-list02 li .kpi-latest span{
	font-size:130%;
	font-weight:bold;
}
/* view
++++++++++++++++++++++++++++++*/

ul.view-catetory-list {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 30px;
}

ul.view-catetory-list li {
  width: 186px;
  margin: 0 12px 12px 0;
  display: inline-block;
  vertical-align: top;
}

ul.view-catetory-list li:nth-child(4n), ul.view-catetory-list li:last-child {
  margin-right: 0;
}

ul.view-catetory-list li a {
  text-align: center;
  color: #222;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  height: 100px;
  border: 1px solid #FFCC33;
  border-radius: 5px;
  display: block;
  transition: 0.5s;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70px;
  padding: 0 10px;
}

ul.view-catetory-list li a:hover {
  text-decoration: none;
  background-color: #FFCC33;
  color: #FFF;
  transition: 0.5s;
  cursor: pointer;
}

ul.view-catetory-list li:first-child a {
  background-image: url(../../img/view/icon/icon01_on.png);
}

ul.view-catetory-list li:first-child a:hover {
  background-image: url(../../img/view/icon/icon01_on.png);
}

ul.view-catetory-list li:nth-child(2) a {
  background-image: url(../../img/view/icon/icon02_on.png);
}

ul.view-catetory-list li:nth-child(2) a:hover {
  background-image: url(../../img/view/icon/icon02_on.png);
}

ul.view-catetory-list li:nth-child(3) a {
  background-image: url(../../img/view/icon/icon03_on.png);
}

ul.view-catetory-list li:nth-child(3) a:hover {
  background-image: url(../../img/view/icon/icon03_on.png);
}

ul.view-catetory-list li:nth-child(4) a {
  background-image: url(../../img/view/icon/icon04_on.png);
}

ul.view-catetory-list li:nth-child(4) a:hover {
  background-image: url(../../img/view/icon/icon04_on.png);
}

ul.view-catetory-list li:nth-child(5) a {
  background-image: url(../../img/view/icon/icon05_on.png);
}

ul.view-catetory-list li:nth-child(5) a:hover {
  background-image: url(../../img/view/icon/icon05_on.png);
}

ul.view-catetory-list li:nth-child(6) a {
  background-image: url(../../img/view/icon/icon06_on.png);
}

ul.view-catetory-list li:nth-child(6) a:hover {
  background-image: url(../../img/view/icon/icon06_on.png);
}

ul.view-catetory-list li:nth-child(7) a {
  background-image: url(../../img/view/icon/icon07_on.png);
}

ul.view-catetory-list li:nth-child(7) a:hover {
  background-image: url(../../img/view/icon/icon07_on.png);
}

ul.view-catetory-list li:nth-child(8) a {
  background-image: url(../../img/view/icon/icon08_on.png);
}

ul.view-catetory-list li:nth-child(8) a:hover {
  background-image: url(../../img/view/icon/icon08_on.png);
}

ul.view-catetory-list li:nth-child(9) a {
  background-image: url(../../img/view/icon/icon09_on.png);
}

ul.view-catetory-list li:nth-child(9) a:hover {
  background-image: url(../../img/view/icon/icon09_on.png);
}

ul.view-catetory-list li:nth-child(10) a {
  background-image: url(../../img/view/icon/icon10_on.png);
}

ul.view-catetory-list li:nth-child(10) a:hover {
  background-image: url(../../img/view/icon/icon10_on.png);
}

ul.view-catetory-list li:nth-child(11) a {
  background-image: url(../../img/view/icon/icon11_on.png);
}

ul.view-catetory-list li:nth-child(11) a:hover {
  background-image: url(../../img/view/icon/icon11_on.png);
}

ul.view-catetory-list li:nth-child(12) a {
  background-image: url(../../img/view/icon/icon12_on.png);
}

ul.view-catetory-list li:nth-child(12) a:hover {
  background-image: url(../../img/view/icon/icon12_on.png);
}

ul.view-catetory-list li:nth-child(13) a {
  background-image: url(../../img/view/icon/icon13_on.png);
}

ul.view-catetory-list li:nth-child(13) a:hover {
  background-image: url(../../img/view/icon/icon13_on.png);
}

ul.view-catetory-list li:nth-child(14) a {
  background-image: url(../../img/view/icon/icon14_on.png);
}

ul.view-catetory-list li:nth-child(14) a:hover {
  background-image: url(../../img/view/icon/icon14_on.png);
}

ul.view-catetory-list li:nth-child(15) a {
  background-image: url(../../img/view/icon/icon15_on.png);
}

ul.view-catetory-list li:nth-child(15) a:hover {
  background-image: url(../../img/view/icon/icon15_on.png);
}

ul.view-catetory-list li:nth-child(16) a {
  background-image: url(../../img/view/icon/icon17_on.png);
}

ul.view-catetory-list li:nth-child(16) a:hover {
  background-image: url(../../img/view/icon/icon17_on.png);
}

ul.view-catetory-list li a div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

ul.view-catetory-list02 {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 30px;
}

ul.view-catetory-list02 li {
  width: 378px;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}

ul.view-catetory-list02 li:nth-child(2) {
  margin-right: 0;
  margin-left: 6px;
}

ul.view-catetory-list02 li:first-child img {
  margin-left: auto;
}

ul.view-catetory-list02 li img {
  width: 240px;
}

.view-box h3 {
  margin: 0;
  padding: 0;
  color: #68A94B;
  font-size: 110%;
  margin-bottom: 5px;
}

.view01-box ul {}

.view01-box ul li {
  float: left;
  width: 380px;
  margin-bottom: 30px;
}

.view01-box ul li:nth-child(odd) {
  padding-right: 10px;
}

.view01-box ul li:nth-child(even) {
  padding-left: 10px;
}

.view01-box ul li p {
  margin: 0;
  padding: 0;
}

.view-box .view-document {
  border: 1px dotted #68A94B;
  padding: 10px;
}

.view-box .view-document p {
  margin: 0;
  padding: 0;
}

.view-box .view-document ul {}

.view-box .view-document ul li {
  width: 100%;
  padding: 0 10px;
  clear: both;
  margin: 0 20px;
  font-size: 90%;
  padding-left: 20px;
  position: relative;
}

.view-box .view-document ul li p {
  margin: 0;
  padding: 0;
}

.view-box .view-document ul li:before {
  content: '●';
  color: #68A94B;
  font-size: 90%;
  top: 0;
  left: 0;
  position: absolute;
}

.view01-box-01, .view01-box-02 {
  margin-bottom: 50px;
}

.view03-box-01 {
  margin-bottom: 50px;
}

.view04-box-01 {
  margin-bottom: 50px;
}

.view-box-inner {
  margin-bottom: 50px;
}

.view-box-inner:last-child {
  margin-bottom: 0;
}

/* データで見る長野県
++++++++++++++++++++++++++++++*/

.view-nagano-box h2 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
}

.view-nagano-box h2:before {
  content: "";
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px auto;
  position: absolute;
  top: -6px;
  left: 0;
}

.view01-box h2:before {
  background-image: url(../../img/view/title-icon/icon01.png);
}

.view02-box h2:before {
  background-image: url(../../img/view/title-icon/icon02.png);
}

.view03-box h2:before {
  background-image: url(../../img/view/title-icon/icon03.png);
}

.view04-box h2:before {
  background-image: url(../../img/view/title-icon/icon04.png);
}

.view05-box h2:before {
  background-image: url(../../img/view/title-icon/icon05.png);
}

.view06-box h2:before {
  background-image: url(../../img/view/title-icon/icon06.png);
}

.view07-box h2:before {
  background-image: url(../../img/view/title-icon/icon07.png);
}

.view08-box h2:before {
  background-image: url(../../img/view/title-icon/icon08.png);
}

.view09-box h2:before {
  background-image: url(../../img/view/title-icon/icon09.png);
}

.view10-box h2:before {
  background-image: url(../../img/view/title-icon/icon10.png);
}

.view11-box h2:before {
  background-image: url(../../img/view/title-icon/icon11.png);
}

.view12-box h2:before {
  background-image: url(../../img/view/title-icon/icon12.png);
}

.view13-box h2:before {
  background-image: url(../../img/view/title-icon/icon13.png);
}

.view14-box h2:before {
  background-image: url(../../img/view/title-icon/icon14.png);
}

.view15-box h2:before {
  background-image: url(../../img/view/title-icon/icon15.png);
}

.view16-box h2:before {
  background-image: url(../../img/view/title-icon/icon16.png);
}

.view-nagano-box h3 {
  font-size: 110%;
  margin-bottom: 10px;
  text-align: left;
}

.view-nagano-box h4 {
  font-size: 110%;
  text-align: left;
  color: #68A94B;
}

.view-nagano-box h4 span {
  margin-left: 20px;
  font-weight: normal;
  font-size: 80%;
}

.view-nagano-box img.size380 {
  width: 380px;
}

.view-nagano-box img.size780 {
  width: 780px;
}

.view-nagano-box img {
  margin: 30px auto;
}

.view17-box h2 {
  padding-left: 0;
}
.view17-box h2 span {
  font-size:80%;
}

/*
.view17-box img:first-child {
  margin: 0 auto;
}
.view17-box img:nth-child(2) {
  margin-top: 0;
}
*/
ul.view17-list{
  font-size:0; line-height:0;
}
ul.view17-list li{
  width:380px; height:auto;
  display:inline-block;
  vertical-align:top;
  margin:0 20px 20px 0;
}
ul.view17-list li:nth-child(even){margin-right:0;}
ul.view17-list li img{
  margin:0 !important;
}


/* tokei archive
++++++++++++++++++++++++++++++*/

.tokei-box {
  text-align: left;
}

.tokei-box ul {
  padding-bottom: 20px;
}

.tokei-box ul li {
  float: left;
  width: 50%;
  font-size: 100%;
}

/* お知らせ
++++++++++++++++++++++++++++++*/

.topics-box {
  border: 2px solid #69A550;
  padding-bottom: 0;
}

.topics-time {
  float: left;
  width: 80px;
  text-align: right;
  padding: 20px 15px 10px 10px;
}

.topics-title {
  text-align: left;
  padding: 20px 20px 20px 20px;
}

/* その他
++++++++++++++++++++++++++++++*/

.second-box {
  padding-top: 20px;
}

.pagenavi-box {
  padding-top: 30px;
  padding-bottom: 10px;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
}

.entry-bottom {
  margin: 30px 0 0 0;
  font-size: 80%;
}

.entry-bottom .next {
  display: inline-block;
  width: 260px;
  text-align: right;
}

.entry-bottom .prev {
  display: inline-block;
  width: 260px;
  
}

.entry-bottom .list {
  display: inline-block;
  width: 254px;
  text-align: center;
}

/* FAQ
++++++++++++++++++++++++++++++*/

.faq-box {}

.faq-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-box ul li .faq-list {
  margin-bottom: 10px;
}

.faq-question {
  position: relative;
  margin: -1px -1px 0 -1px;
  padding: 15px 40px 15px 10px;
  line-height: 20px;
  cursor: pointer;
  background: #339966;
  color: #fff;
}

.faq-question a {
  color: #fff;
  text-decoration: none;
}

.faq-question span:after {
  content: '\f13a';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.faq-question span.open:after {
  content: '\f139';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.faq-answer {
  display: none;
  margin: 0;
  padding: 10px;
  list-style: none;
  margin-bottom: 30px;
}

/* favorite
++++++++++++++++++++++++++++++*/

#favorite-list, #favorite-list-new {
  position: relative;
}
#favorite-list-new-box{
  border:2px dotted #69A550;
  border-radius: 10px;
  padding:20px;
  margin-top:30px;
}
#favorite-list-new-box h2{
  font-size:110%;
  color:#68A94B;
}

#favorite-list label:after,
#favorite-list-new label:after {
	content: "";
	clear: both;
	display: block;
}
#favorite-list input[type=checkbox], #favorite-list-new input[type=checkbox] {
  margin-right: 10px;
  float: left;
  margin-top:3px;
}

#favorite-list label p,
#favorite-list-new label p {
		float: left;
		margin:0;
    padding:0;
    width:90%;
}

#favorite-list table, #favorite-list-new table {
  width: 100%;
  margin: 0 auto 30px auto;
  border-collapse: collapse;
}

#favorite-list table th, #favorite-list-new table th {
  font-size: 13px;
  line-height: 160%;
  font-weight: normal;
  padding: 5px;
  text-align: center;
  background: #F9F9F9;
  border: 1px solid #CCC;
}

#favorite-list table td, #favorite-list-new table td {
  padding: 10px 20px;
  border: 1px solid #CCC;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  line-height: 160%;
}

#favorite-list .all-download-button, #favorite-list-new .all-download-button {
  padding: 30px 20px;
  border: none;
  text-align: center;
  vertical-align: middle;
}

#favorite-list table td:nth-child(1) {
  width: 50%;
}
#favorite-list-new table td:nth-child(1) {
  width: 60%;
}

#favorite-list table td:nth-child(2){
  width: 25%;
}
#favorite-list-new table td:nth-child(2) {
  width: 30%;
}

#favorite-list table td:nth-child(4), #favorite-list-new table td:nth-child(3) {
  width: 10%;
  text-align: center;
}
#favorite-list table td:nth-child(3){
  width: 15%;
  text-align: center;
}
#send-button {
  width: 220px;
  height: 40px;
  border: 2px solid rgba(253, 95, 157, 1);
  color: #FFF;
  color: rgba(253, 95, 157, 1);
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.5s;
  display: inline-block;
  margin-right: 30px;
}

#send-button:hover {
  text-decoration: none;
  background: rgba(253, 95, 157, 1);
  color: #FFF;
  transition: 0.5s;
  cursor: pointer;
}

#delete-button {
  width: 220px;
  height: 40px;
  border: 2px solid rgba(95, 95, 95, 1);
  color: #FFF;
  color: rgba(95, 95, 95, 1);
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.5s;
  display: inline-block;
}

#delete-button:hover {
  text-decoration: none;
  background: rgba(95, 95, 95, 1);
  color: #FFF;
  transition: 0.5s;
  cursor: pointer;
}

#send-button-n {
  width: 220px;
  height: 40px;
  border: 2px solid rgba(253, 95, 157, 1);
  color: #FFF;
  color: rgba(253, 95, 157, 1);
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.5s;
}

#send-button-n:hover {
  text-decoration: none;
  background: rgba(253, 95, 157, 1);
  color: #FFF;
  transition: 0.5s;
  cursor: pointer;
}

.checkbox-select {
  text-align: right;
  margin-bottom: 0;
  font-size: 85%;
  color:#68A94B;
}

.checkbox-select span#all-check:hover, .checkbox-select span#all-uncheck:hover {
  cursor: pointer;
}

/* schedule 公表予定
++++++++++++++++++++++++++++++*/

.schedule-navi {
  font-size: 90%;
  margin-bottom: 20px;
}

.schedule-navi .prev {
  float: left;
  width: 100px;
  text-align: left;
}

.schedule-navi .prev::before {
  content: "\f104";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  font-size: 17px;
  font-weight: normal;
}

.schedule-navi .next {
  float: right;
  width: 100px;
  text-align: right;
}

.schedule-navi .next a {
  margin-right: 5px;
}

.schedule-navi .next::after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 17px;
  font-weight: normal;
}

.schedule-box-inner {
  max-height: 800px;
  overflow-y: scroll;
}

table.schedule-table {
  width: 100%;
}

table.schedule-table tr th {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0px;
  width: 60px;
  text-align: center;
  vertical-align: middle;
}

table.schedule-table tr th span {
  color: #fff;
  background: #ccc;
  padding: 0;
  margin: 0;
  width: 42px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

table.schedule-table tr th span.uncertain {
  color: #fff;
  background: #68A94B;
  padding: 0;
  margin: 0;
  width: 42px;
  height: 42px;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

table.schedule-table tr:first-child th {
  border-top: 1px dotted #ccc;
}

table.schedule-table tr td {
  border-bottom: 1px dotted #ccc;
  padding: 10px 10px;
  vertical-align: middle;
}

table.schedule-table tr:first-child td {
  border-top: 1px dotted #ccc;
}

table.schedule-table tr td p {
  margin-bottom: 0;
}

table.schedule-table .sat {
  background: #6495ED;
}

table.schedule-table .sun {
  background: #FF6347;
}

span.schedule-statist-list {
  font-size: 80%;
}

/* link
++++++++++++++++++++++++++++++*/

.link-box-inner ul {
  width: 100%;
}

.link-box-inner ul li {
  float: left;
  width: 350px;
  padding-left: 20px;
  position: relative;
  line-height: 150%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 90%;
}

.link-box-inner ul li:nth-of-type(even) {
  margin-left: 10px;
}

.link-box-inner ul li:nth-of-type(odd) {
  margin-right: 10px;
}

.link-box-inner ul li:before {
  content: '●';
  color: #68A94B;
  font-size: 150%;
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 2px;
}

ul.link-tab-list {
  margin-top: 10px;
}

ul.link-tab-list li {
  float: left;
  margin-right: 2px;
}

ul.link-tab-list li:last-child {
  margin-right: 0;
}

ul.link-tab-list li {
  display: inline-block;
  font-size: 15px;
  width: 125px;
  background: #ccc;
  color: #FFF;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

ul.link-tab-list li p {}

ul.link-tab-list li:after {}

ul.link-tab-list li:hover {
  background: #1D7F2B;
  text-decoration: none;
}

ul.link-tab-list li.current {
  background: #1D7F2B;
}

ul.link-tab-list li:hover:after, ul.link-tab-list li.current:after {
  color: #1D7F2B;
}

#link-tab01 table, #link-tab04 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #CCC;
}

#link-tab01 table td {
  width: 30%;
  border-bottom: 1px solid #CCC;
  padding: 5px 15px;
  font-size: 70%;
  word-break: break-all;
  line-height: 150%;
}

#link-tab01 table td:first-child {
  width: 40%;
  font-size: 100%;
  line-height: 180%;
}

#link-tab01 table td:nth-child(2) {
  font-size: 90%;
  width: 30%;
}


#link-tab04 table td {
  border-bottom: 1px solid #CCC;
  padding: 5px 15px;
  font-size: 100%;
}

#link-tab04 table td:first-child {
  width: 20%;
}

#link-tab04 table td:nth-child(2) {
  width: 80%;
}

.link-tab-box {
  margin-top: 30px;
}

.link-tab-box h2 {
  font-size: 110%;
  color: #68A94B;
  margin-bottom: 10px;
}

#link-tab-contents ul {
  width: 100%;
}

#link-tab-contents ul li {
  float: left;
  width: 340px;
  padding-left: 20px;
  position: relative;
  line-height: 150%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 90%;
}

#link-tab-contents ul li:nth-of-type(even) {
  margin-left: 10px;
  margin-right: 10px;
}

#link-tab-contents ul li:nth-of-type(odd) {
  margin-right: 10px;
  margin-left: 10px;
}

#link-tab-contents ul li:before {
  content: '●';
  color: #68A94B;
  font-size: 90%;
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 5px;
}

#link-tab-contents p.area-title {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-weight: bold;
}

#link-tab-contents p.area-title:first-child {
  margin: 0;
  padding: 0;
}

#link-tab02, #link-tab03, #link-tab04, #link-tab05, #link-tab06 {
  display: none;
}

#link-tab01 .link-tab01-map {
  float: left;
  width: 260px;
}

#link-tab01 .link-tab01-list {
  float: right;
  width: 520px;
}

#link-tab01 .link-tab01-list table {
  width: 90%;
  margin: 0 auto 30px auto;
  border-collapse: collapse;
  font-size: 90%;
}

#link-tab01 .link-tab01-list table th {
  font-weight: normal;
  padding: 10px;
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
  line-height: 100%;
  font-weight: bold;
  color: #000;
}

#link-tab01 .link-tab01-list table td {
  padding: 10px 5px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  line-height: 150%;
  width: 70%;
}

#link-tab01 .link-tab01-list table tr td:nth-child(1) {
  width: 30%;
}

#link-tab01 .link-tab01-map img {
  width: 250px;
}

/* guide
++++++++++++++++++++++++++++++*/

.guide-box {}

.guide-box-inner {
  margin-bottom: 50px;
}

.guide-box-inner p span {
  font-size: 90%;
}

.guide-box-inner h2 {
  font-size: 110%;
  font-weight: bold;
  color: #68A94B;
  margin-bottom: 10px;
}

.guide-box-inner h3 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}

.guide-box-inner .guide-example {
  margin-bottom: 30px;
}

.guide-box-inner .guide-example p:first-child {
  margin-bottom: 10px;
}

.guide-box-inner .guide-example table {
  width: 95%;
  margin: 0 auto 0 auto;
  border-collapse: collapse;
}

.guide-box-inner .guide-example table th {
  font-weight: normal;
  padding: 5px;
  text-align: center;
  background: #2b8453;
  border: 1px solid #2b8453;
  line-height: 200%;
  font-weight: bold;
  color: #fff;
}

.guide-box-inner .guide-example table td {
  padding: 10px 5px;
  border: 1px solid #2b8453;
  text-align: center;
  vertical-align: middle;
  line-height: 200%;
  font-weight: bold;
  width: 25%;
}

.guide-box-inner .guide-example table td:first-child {
  color: #fff;
  background: #66ab85;
}

.guide-box-inner .guide-point-l {
  float: left;
  width: 320px;
  margin-right: 10px;
}

.guide-box-inner:nth-child(1) img {
  width: 778px;
  margin: 0 auto 50px auto;
  border: 1px solid #68A94B;
}

.guide-box-inner:nth-child(2) .guide-point-l img {
  width: 292px;
}

.guide-box-inner:nth-child(3) .guide-point-l img {
  width: 238px;
  margin: 0 auto 50px auto;
}

.guide-box-inner:nth-child(6) img {
  width: 628px;
  margin: 0 auto 50px auto;
}

.guide-box-inner:nth-child(7) img {
  width: 780px;
  margin: 0 auto 50px auto;
}

.guide-box-inner:nth-child(8) img:first-child {
  width: 292px;
  margin: 0 auto 50px auto;
}

.guide-box-inner:nth-child(8) img:nth-child(2) {
  width: 740px;
  margin: 0 auto 50px auto;
}

.guide-box-inner .guide-point-r {
  float: right;
  width: 400px;
}

.guide-box-inner .guide-point-r ul li {
  padding-left: 20px;
  position: relative;
  font-size: 90%;
  margin-bottom: 10px;
}

.guide-box-inner .guide-point-r ul li:before {
  content: '●';
  color: #68A94B;
  font-size: 90%;
  top: 0;
  left: 0;
  position: absolute;
}

.guide-example-inner02 {
  border: 1px solid #68A94B;
}

.guide-example-inner02 img {
  width: 756px;
  margin: 20px auto;
}

.guide-example-inner03 {
  width: 579px;
  margin: 30px auto;
}

.guide-example-inner03 img {
  width: 579px;
}

.guide-example-inner02 table {
  background: #eee;
  padding: 20px 0;
}

.guide-example-inner02 table th {
  border-right: 2px dotted #68A94B;
  padding: 10px 0;
  width: 25%;
  text-align: center;
  color: #68A94B;
  font-weight: bold;
}

.guide-example-inner02 table td {
  padding: 20px;
}

.guide-example-inner02 table td p:nth-child(2) {
  margin-bottom: 0;
}

.guide-box-inner:nth-child(8) .guide-point-r p {
  margin-bottom: 10px;
  font-weight: bold;
}

.guide-box p.reference-link {
  text-align: right;
}

/* about
++++++++++++++++++++++++++++++*/

.about-box {
  margin-bottom: 50px;
}

.about-box h2 {
  font-size: 110%;
  font-weight: bold;
  color: #68A94B;
  margin-bottom: 20px;
}

.about-box-inner {
  margin-top: 50px;
}

.about-box-inner h3 {
  font-size: 110%;
  font-weight: bold;
  color: #68A94B;
  margin-bottom: 20px;
}

.about-box-inner ul {
  margin-left: 20px;
}

.about-box-inner ul li {
  margin-bottom: 15px;
}

.about-box-inner ul li span {
  display: block;
  font-weight: bold;
}

.about-box-inner p {
  margin-left: 20px;
}

/* how to
++++++++++++++++++++++++++++++*/

.how-use-box {
  margin-bottom: 50px;
}

.how-use-box h2 {
  font-size: 110%;
  font-weight: bold;
  color: #68A94B;
  margin-bottom: 20px;
}

.how-use-box-inner-item {
  margin-top: 50px;
}

.how-use-box-inner-item h3 {
  font-size: 100%;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.how-use-box-inner-item p:nth-child(3) {
  margin-bottom: 5px;
}

.how-use-box-inner-item ul {
  margin-bottom: 20px;
  border: 1px dotted #ccc;
  padding: 10px;
  margin-top: 0;
}

.how-use-box-inner-item ul li {
  list-style: disc;
  margin-left: 20px;
}

.how-use-box-inner-item:nth-child(2) {
  margin-top: 20px;
}

.how-use-favorite-box {
  margin-top: 60px;
}

.how-use-favorite-box img {
  margin: 30px 0;
}

/* terms-service
++++++++++++++++++++++++++++++*/

.terms-service-box ul li {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
}

.terms-service-box ul li:nth-child(2) ul {
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(2) ul li {
  position: relative;
  margin-left: 0;
  list-style: none;
  padding-left: 34px;
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(2) ul li:nth-child(1):before {
  content: '（1）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(2) ul li:nth-child(2):before {
  content: '（2）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(3) ul {
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(3) ul li {
  position: relative;
  margin-left: 0;
  list-style: none;
  padding-left: 34px;
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(3) ul li:nth-child(1):before {
  content: '（1）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(3) ul li:nth-child(2):before {
  content: '（2）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(4) ul {
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(4) ul li {
  position: relative;
  margin-left: 0;
  list-style: none;
  padding-left: 34px;
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(4) ul li:nth-child(1):before {
  content: '（1）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(4) ul li:nth-child(2):before {
  content: '（2）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(4) ul li:nth-child(3):before {
  content: '（3）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(4) ul li:nth-child(4):before {
  content: '（4）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(4) ul li:nth-child(5):before {
  content: '（5）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(7) ul {
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(7) ul li {
  position: relative;
  margin-left: 0;
  list-style: none;
  padding-left: 34px;
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(7) ul li:nth-child(1):before {
  content: '（1）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(7) ul li:nth-child(2):before {
  content: '（2）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(7) ul li:nth-child(3):before {
  content: '（3）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(7) ul li:nth-child(4):before {
  content: '（4）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(9) ul {
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(9) ul li {
  position: relative;
  margin-left: 0;
  list-style: none;
  padding-left: 34px;
  margin-bottom: 20px;
}

.terms-service-box ul li:nth-child(9) ul li:nth-child(1):before {
  content: '（1）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(9) ul li:nth-child(2):before {
  content: '（2）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box ul li:nth-child(9) ul li:nth-child(3):before {
  content: '（3）';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.terms-service-box .banner-box img {
  width: 220px;
}

.terms-service-box .banner-box table {
  width: 100%;
  margin: 10px auto 0 auto;
  border-collapse: collapse;
}

.terms-service-box .banner-box table td {
  padding: 10px 5px;
  border: 1px solid #2b8453;
  text-align: center;
  vertical-align: middle;
  line-height: 200%;
  font-weight: bold;
  width: 33%;
}

.terms-service-box .banner-box table td p {
  margin: 0;
  padding: 0;
}

/* information
++++++++++++++++++++++++++++++*/

.information-box {}

.information-box-inner {
  border: 1px dotted #68A94B;
}

.information-box-inner .topics-title p.title-date {
  margin-bottom: 0;
  font-size: 90%;
  line-height: 150%;
}

.information-box-inner .topics-title h2 {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 20px;
}

.information-box-inner .information-link {
  border-top: 1px dotted #ccc;
  padding: 10px 0;
}

.information-box-inner .information-link a {
  margin-left: 5px;
}

.information-box-inner .information-contact {
  border-top: 1px dotted #ccc;
  padding-top: 10px;
  font-size: 90%;
}

.information-box-inner .information-contact p {
  margin-bottom: 0;
}

.information-relation {
  padding: 10px;
  margin-top: 30px;
}

.information-relation ul li {
  position: relative;
  border-bottom: 1px dotted #CCC;
  padding: 10px 15px 10px 100px !important;
}

.information-relation ul li:first-child {
  border-top: 1px dotted #CCC;
}

.information-relation ul li span {
  margin-right: 10px;
}

.information-relation ul li span.index-news-date {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size:13px;
  width:80px;
  margin-right:0 !important;
}
.information-relation ul li .description {
  font-size:14px;
}
.information-relation ul li span.index-news-cat {
  font-size: 13px;
  background: #D7D7D7;
  padding: 2px 5px;
}
.information-relation ul li a{
	font-weight:600;
	margin-left:0;
}
/* news
++++++++++++++++++++++++++++++*/

.news-box {}

.news-box-inner {
  border: 1px dotted #68A94B;
}

.news-box-inner .topics-title p.title-date {
  margin-bottom: 0;
  font-size: 90%;
  line-height: 150%;
}

.news-box-inner .topics-title h2 {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 20px;
}

ul.news-list {
  padding-top: 5px;
}

ul.news-list li {
  position: relative;
  border-bottom: 1px dotted #CCC;
  padding: 10px 15px 10px 120px;
}

ul.news-list li:first-child {
  border-top: 1px dotted #CCC;
}

ul.news-list li span {
  margin-right: 10px;
}

ul.news-list li span.news-date {
  position: absolute;
  top: 10px;
  left: 15px;
}
/* 404
++++++++++++++++++++++++++++++*/
.page404{
	height:560px;
}
.page404 h1{
	margin-top:30px;
}
/* print
++++++++++++++++++++++++++++++*/
@media print{
  header nav{
    //display: none;
  }
  footer{
    //display: none;
  }
  #side{
    display: none;
  }
  #main{
    width:1040px;
    margin:0 30px;

  }
  #banner-area{
    //display: none;
  }
}
