@charset "UTF-8";

/* stats 共通CSS */
@media screen and (max-width: 768px) {
  #content {
    width: 100%;
  }
}
body#body-stats:not(.no-scroll) {
  overflow: visible;
}
body#body-stats {
  min-width: 1300px;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  body#body-stats {
    min-width: 0;
  }
}
.clearfix {
  width: 100%;
}
#content .mainCont1col {
  width: 960px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #content .mainCont1col {
    width: 100%;
    margin: 0;
  }
}


/* topContentsエリア */
.topCont {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .topCont {
    margin-bottom: 15px;
  }
}
.dbg_h1_02 {
  margin: 0 0 10px!important;
}


/* リード*/
#content p.lead {
  margin-bottom: 25px;
  padding: 1em 1.5em;
}
/* リード アコーディオン */
.lead-container.definition-accordion {
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.definition-header {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 16px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: transparent;
  text-align: left;
}
@media (max-width: 768px) {
.lead-container.definition-accordion {
  margin-bottom: 15px;
}
  .definition-header {
    padding: 12px 16px;
    cursor: pointer;
  }
}
.definition-heading {
  font-weight: 700;
  color: #00822d;
}
/* ▼ 矢印（FontAwesome） */
.definition-toggle {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
/* ▼ 初期状態（閉じている時）：下向き矢印 */
.definition-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107"; /* fa-angle-down */
  color: #00822D;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.25s ease;
}
/* ▼ 開いた時：上向き矢印（180度回転させて表現） */
.definition-accordion.open .definition-toggle::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
/* ▼ 本文：アニメーション用に変更 */
.definition-body {
  border-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 16px; /* 横だけ先に入れておく */
  transition: max-height 0.25s ease, opacity 0.25s ease, padding 0.25s ease, border-top 0.25s ease;
}
@media (max-width: 768px) {
  .definition-text {
    padding-bottom: 16px;
  }
}
/* SP：開いている時 */
.definition-accordion.open .definition-body {
  max-height: 500px; /* 中身より少し大きめに（必要なら調整） */
  opacity: 1;
}
/* PC（常に開く） */
@media (min-width: 768px) {
  .definition-toggle {
    display: none;
  }
  .definition-body {
    max-height: none;
    opacity: 1;
    padding: 0 16px 16px;
    border-top: none;
    overflow: visible;
    transition: none; /* PCではカクつき防止でアニメーションなし */
  }
}
button:focus {
  background: none;
}
@media screen and (max-width: 750px) {
  .topCont .dbg_h1_02 h1 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .selecBoxWrap {
    justify-content: space-between;
    flex-flow: wrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
}
#content .selecBoxWrap .selecBox {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 750px) {
  #content .selecBoxWrap .selecBox {
    width: calc(50% - 5px)!important;
    margin: 0 !important;
  }
}
#content .selecBoxWrap .selecBox.asof {
  width: 100%!important;
}

@media screen and (max-width: 750px) {
  #content .selecBox select {
    width: auto;
    font-size: 14px;
  }
}
.toolbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
.toolbox .print {
  font-size: 1rem;
  cursor: pointer;
}
.toolbox .print i {
  color: #00822d;
  vertical-align: middle;
}
#content .lead {
  font-size: 110%;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5em 1em;
  margin-bottom: 30px;
}
.detaiLink-block {
  display: grid;
  margin-top: 15px;
}
/* 削除でOKなはず */
#content h3 {
  border-bottom: #00822d 2px solid;
  font-size: 180%;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  /* 削除でOKなはず */
  #content h3 .date {
    letter-spacing: 0;
  }
  #content .lead {
    position: relative;
    font-size: 95%;
    padding: 0 20px 0 7px;
    overflow: hidden;
    line-height: 2.6em;
    height: 2.6em;
  }
  #content .lead.open {
    line-height: 1.8;
    padding: 5px 20px 5px 7px;
    height: auto;
  }
  #content .lead:after {
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.3em;
    color: #00822d;
    right: 0.7em;
    bottom: 0;
    content: "\f141";
  }
  #content .lead.open:after {
    content: "\f142";
  }
}


/* 個別用 topContentsエリア */
.innerjl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.innerjl .toolbox {
  display: block;
  margin-bottom: 0;
}
.innerjl .toolbox .print {
  text-align: right;
  margin-top: 10px;
}
#content .innerjl .selecBox {
  width: 200px;
  height: 30px;
}
#content .innerjl .selecBox select {
  height: 30px;
  color: #333;
  font-size: 14px;
  height: 30px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
#content .innerjl .selecBox:after {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f105";
  transform: rotate(90deg);
  color: #878787;
  top: 9px;
  right: 10px;
}
@media screen and (max-width: 750px) {
  .innerjl {
    flex-flow: column;
  }
}


/* ページネーション */
.pager {
  border-top: none;
}
.pager li {
  background: none;
  background-color: transparent;
  margin-right: 7px;
  width: 25px;
  height: 25px;
}
.pager li a {
  font-size: 14px;
  width: 25px;
  height: 25px;
  color: #878787;
  text-decoration: none!important;
}
.pager li a:hover, 
.pager li.active a {
  color: #FFF!important;
}
.pager li.next,
.pager li.previous {
  width: auto;
}
.pager li.next img {
  position: relative;
  top: 2px;
  left: 7px;
}
.pager li.next:hover,
.pager li.previous:hover {
  background: none;
}
.pager li.next a,
.pager li.previous a {
  color: #333!important;
}
.pager li.next a:hover,
.pager li.previous a:hover {
  color: inherit!important;
}
@media screen and (max-width: 750px) {
  .pager li.next img {
    width: auto;
  }
}

/* ロゴ＆プリントアウト */
.toolbox .print i {
  color: #00822d;
  vertical-align: middle;
  padding-left: 7px;
  position: relative;
  bottom: 2px;
}
.toolbox .print {
  font-size: 1rem;
  cursor: pointer;
}
/* end 修正日付201617 */
.unysysbox.mt_nega {
  margin-top: -1.9rem;
}

/* セレクトボックス */
#content .selecBoxWrap {
  display: flex;
}
#content .selecBoxWrap .selecBox {
  color: #444;
  background: #fff;
  margin: 0 5px 10px 0;
}
#content .selecBoxWrap .asof {
  width: 100%;
}
#content .selecBox {
  width: 140px;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  box-sizing: content-box;
  padding: 0px 12px 0 6px;
  overflow: hidden;
  position: relative;
}
#content .selecBox select {
  width: 130%;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 2;
  display: inline-block;
  background: none transparent;
  vertical-align: middle;
  font-size: 14px;
  color: inherit;
  box-sizing: content-box;
  text-indent: 0.01px;
  font-family: inherit;
  font-weight: 700;
}
#content .selecBox:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f105";
  transform: rotate(90deg);
  color: #878787;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: calc(50% - 0.5em);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#content .selecBox select::-ms-expand {
  display: none;
}
#content .selecBox select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 750px) {
  #content .selecBox {
    font-size: 10px;
    width: 50%;
    box-sizing: border-box;
    margin: 0 0 7px !important;
  }
  #content h2 .selecBox.tour,
  #content h2 .selecBox {
    background: none;
    color: #333;
  }
  #content .selecBox.asof {
    width: 100%;
  }
  #content h2 .selecBox.tour:after {
    color: #007D4D;
  }
  #content h2 .selecBox:after {
    color: #00822d;
    top: 0;
  }
}


/* メルセデス popup */
#popup .popcloseBtn {
	float:right;
	height: 18px;
	width: 71px;
	margin:10px 10px 10px 0;
	display: block;
}
#popup .popcloseBtn img{
	vertical-align: top;
}
#popup .popupInner{
	padding: 0 0 30px 36px;
}
#popup .title{
	clear:both;
	width: auto;
	font-size: 16px;
	border-left: #00822d solid 4px;
	padding-left: 7px;
	height: 20px;
	line-height: 1;
	padding-top: 3px;
	margin-bottom: 14px;
}
#popup .img1{
	padding-left: 2px;
	padding-right: 8px;
}
#popup .textArea{
	width: 528px;
}
#popup table{
	width: 149px;
	font-size: 12px;
}
#popup .textArea li{
	margin-bottom: 15px;
}
#popup .textArea li p{
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#popup table th{
	background: #e9e7cf;
	text-align: center;
	border: #c8c8c8 solid 1px;
}
#popup table td{
	text-align: center;
	border-top: #f8f8f8 solid 1px;
	border-bottom: #c8c8c8 solid 1px;
	border-left: #c8c8c8 solid 1px;
	border-right: #c8c8c8 solid 1px;
}
#popup .LCol{
	float:left;
	font-size: 12px;
}
#popup .RCol{
	float:left;
}
#popup table tr.even{
	background: #fffff3;
}
.ditaileLink{
	float: right;
}
.ditaileLink a{
	color: #00822d;
}
.ditaileLink a i {
	font-size: 110%;
	margin-right: 0.25em;
}
@media screen and (max-width: 750px){
	#popup .textArea{
		width: 90%;
	}
	#popup .LCol{
		width: 78%;
	}
	#popup .RCol{
		width: 20%;
	}
	#popup table{
		width: 100%;
	}
	#popup .popupInner {
		padding: 0 0 0 5%;
	}
	.ditaileLink{
		float:none;
	}
}

/* その他記録 */
.subCont .sideNav {
  background-color: #fff;
  box-shadow: none;
}
.subCont .sideNav ul li {
  width: 100%;
}
.subCont div.sideNav_ttl {
  border-bottom: 2px solid #878787;
  font-size: 18px;
  font-weight: 700;
  padding: 0.3em 0;
  color: #00822D;
}
.subCont nav.sideNav ul li a {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.subCont nav.sideNav ul li a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f105";
  color: #00822D;
  position: absolute;
  right: 0;
}
.subCont nav.sideNav ul li a i {
  color: #00822d;
  height: 16px;
  margin-right: 5px;
}
.subCont nav.sideNav ul li a:hover {
  text-decoration: none;
  color: #00822D;
  background: none;
}
#stats_menu_link:before {
  font-family: "FontAwesome";
  content: "\f18e";
  margin-right: 5px;
}
#stats_menu_link {
  position: fixed;
  font-size: 0.9rem;
  bottom: 10px;
  left: 0px;
  padding: 4px 10px;
  background: #d1e4c3;
  opacity: 0.9;
  color: #46672e;
}

.drawer-open {
  overflow: hidden !important;
}
.drawer-open .drawer-overlay {
  display: block;
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
  transform: translateX(-100%); /* 初期は左に隠す */
  transition: transform 0.4s cubic-bezier(0.1, 0.57, 0.1, 1);
}
.drawer-open .drawer-nav {
  transform: translateX(0); /* 開いたときスライドイン */
}
.drawer-menu {
  will-change: transform;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
.fa-angle-double-right:before {
  display: none;
}
@media screen and (max-width: 750px) {
  #content .tableArea th {
    font-size: 10px;
  }
  .drawer {
    z-index: 10000;
    display: block;
  }
  .drawer-nav{
    z-index: 999!important;
  }
  .drawer-overlay{
    z-index: 998!important;
  }
  .drawer .drawer-menu > li {
    height: auto;
    float: none;
    padding: 5px;
    line-height: normal;
  }
  .drawer .drawer-menu > li > a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    height: auto;
    border-bottom: 1px dashed #ccc;
    white-space: normal;
    word-break: keep-all;
  }
  .drawer .drawer-menu > li > a .fa {
    height: auto;
    color: #00822d;
    vertical-align: baseline;
  }
  .drawer .drawer-menu > li:first-child {
    background: #d1e4c3;
  }
  .drawer .drawer-menu > li:first-child .drawer-brand,
  .drawer .drawer-menu > li:first-child .drawer-brand a {
    color: #46672e;
    line-height: 36px;
    font-size: 18px;
  }
  .drawer .drawer-close {
    color: #3c3c3c;
    float: right;
  }
  .drawer-arrow {
    height: auto;
    vertical-align: baseline;
  }
}


.icon-circle {
  vertical-align: sub;
}
.icon-circle img {
  width: 17px;
}/*# sourceMappingURL=stats_common.css.map */