  @charset "UTF-8";
/*
 *** IE8以下は切り捨て ***
 */
/*
==============================
CLEARFIX
==============================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: block;
  }
  br.sp-show {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .memo {
    display: block;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .memo {
    font-size: 11px;
  }
}

/*
==============================
AndroidBrowser「ページの自動調整」による長文への自動改行挿入対応
  対象の要素を広げすぎると(多少ではあるが)パフォーマンスが悪化するので、必要な要素のみに限定
==============================
*/
h1,
h2,
h3,
li,
p {
  /* transparent GIF 1x1 */
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/*
==============================
Webkit系 縦横での文字大きさ調整を標準化
==============================
*/
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/*
==============================
AndroidChrome Disable FontBoosting
==============================
*/
* {
  max-height: 1000000px;
}

/*
==============================
アコーディオン用スタイル
==============================
*/
.accordion_cont {
  display: none;
}
.accordion_cont h3.c-heading_lv03 {
  margin-top: 20px;
}

.accordion_btn {
  color: #0277BD;
  font-weight: bold;
  margin-top: 30px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.accordion_btn:hover {
  text-decoration: none;
}
.accordion_btn::before {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #3277B8;
  color: #fff;
  margin: 0 5px 0 15px;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
}
.accordion_btn.active::before {
  content: "-";
  line-height: 1;
  font-size: 18px;
}

/*
==============================
MAIN
==============================
*/
.row {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
.row .col-sm-6 h3.c-heading_lv03 {
  margin-top: 20px;
}
.row .col-sm-6 h3.c-heading_lv03 span {
  font-size: 80%;
}
.row .col-sm-6:nth-child(odd) {
  padding-left: 0;
}
.row .col-sm-6:nth-child(even) {
  padding-right: 0;
}
.row .col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.row .col-sm-4:first-child {
  padding-left: 0;
  padding-right: 20px;
}
.row .col-sm-4:last-child {
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .row .col-sm-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#mainContainer #contents {
  margin: 0;
  padding-bottom: 30px;
}

.c-heading_container {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .c-heading_lv01 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .container01 {
    padding-right: 10px;
    padding-left: 10px;
    overflow-x: hidden;
    width: 100%;
    min-width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .container01 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h3.c-heading_lv03 span {
  font-size: 80%;
}

ul.note {
  list-style: none;
  padding-left: 0;
}
ul.note li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

ul.disc {
  list-style: none;
  padding-left: 20px;
}
ul.disc li {
  margin-bottom: 5px;
  line-height: 1.8;
  position: relative;
}
ul.disc li::before {
  content: "●";
  font-size: 8px;
  color: #DB002D;
  left: -20px;
  top: 4px;
  position: absolute;
}

/*
==============================
セクションごとの設定
==============================
*/
/* タイトルバナー */
.banner {
  margin-bottom: 20px;
}

/* リード文 */
.lead {
  margin-bottom: 30px;
  color: #E60020;
  font-weight: bolder;
  font-size: larger;
}
.lead p {
  /* 改行は改行して表示 */
  white-space: pre-line;
}

/* セクション */
.section {
  margin-bottom: 30px;
}

/* サブセクション */
.subsection {
  margin-bottom: 20px;
  position: relative;
}

/* サブセクション内のセクション */
.subsection2 {
  margin-bottom: 5px;
  font-size: 13px;
  position: relative;
}

/* 緊急情報 */
.emergency {
  padding: 15px;
  border: solid 2px red;
  margin-top: 30px;
}
.emergency > *:first-child {
  margin-top: 0;
}

/* メニュー */
.menu_btn {
  background: #EFF1F2;
  color: #606060;
  margin: 15px auto 0;
  text-align: center;
  padding: 10px 30px;
  width: 60%;
  font-size: 15px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .menu_btn {
    display: none;
  }
}
.menu_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: solid 2px #606060;
  border-bottom: solid 2px #606060;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: 2px;
}
.menu_btn.active::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  vertical-align: middle;
}

.menu_list li {
  list-style-type: none;
}
.menu_list li a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: solid 2px #0277BD;
  border-bottom: solid 2px #0277BD;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  .menu_list {
    display: none;
    margin: 10px 0 0 0;
    border: solid 1px #EFF1F2;
    padding: 15px;
  }
  .menu_list li a {
    display: block;
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_list {
    display: block;
    padding: 0;
  }
  .menu_list li {
    display: inline-block;
  }
  .menu_list li a {
    display: block;
    padding: 10px 15px 10px 10px;
  }
}

/*
================================================
box右寄せ左寄せ
================================================
*/
.box-right {
  text-align: right;
}

/*
================================================
アコーディオン
================================================
*/
.c-accordion_01 {
  border: 1px solid #bdbdbd;
  margin-bottom: 20px;
  width: 100%;
}

.c-accordion_01-head {
  padding: 20px 40px 20px 20px;
  background: #eff1f2 url(../img/icon_hash_red.svg) 97% center no-repeat;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #333;
  background-size: 20px 10px;
  cursor: pointer;
  border-bottom: 1px solid #eff1f2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-accordion_01-head p {
  margin-top: 0;
}

.c-accordion_01-head.is-open {
  background: #eff1f2 url(../img/icon_top_red.svg) 97% center no-repeat;
  background-size: 20px 10px;
}

.c-accordion_01-content {
  padding: 20px;
  font-size: 15px;
  display: none;
}
.c-accordion_01-content.is-open {
  display: block;
}

.c-accordion_01-content.is-show {
  display: block;
}

.c-accordion_01 > *:last-child {
  margin-bottom: 0;
}

/*
================================================
graph,データ
================================================
*/
.graph-section {
  margin: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .graph-section {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.graph-section ul.note {
  margin-top: 0;
}

.data-section .description {
  margin-top: 5px;
  font-size: 13px;
}

/*
================================================
需給実績データ年月リスト
================================================
*/
@media print, screen and (min-width: 768px) {
  .download-date-list {
    padding: 0 10px;
  }
}
.download-date-list ul.disc {
  margin-top: 0;
}
.download-date-list ul.disc li {
  display: inline-block;
  width: 11em;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .download-date-list ul.disc li {
    width: 9.5em;
  }
}

/*
================================================
共通
================================================
*/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.text-nowrap {
  white-space: nowrap;
}

/*
================================================
#information（取り扱い?免責事項）
================================================
*/
#information {
  text-align: center;
  border-top: 2px solid #ddd;
  padding-top: 20px;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  #information {
    margin-top: 60px;
  }
}
#information p {
  display: inline-block;
  font-size: 13px;
  margin: 0 10px;
}

/*
================================================
#pagetop
================================================
*/
#pagetop {
  position: relative;
}

.c-topbtn {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: rgb(230, 0, 33);
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out bottom;
  transition: 0.3s ease-in-out bottom;
}

.c-topbtn.is-show {
  bottom: 20px;
}

.c-topbtn img {
  max-width: 20px;
  width: 20px;
  max-height: 11px;
  height: 11px;
  position: relative;
  top: 50%;
  left: 50%;
  line-height: 1;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.c-topbtn:hover {
  opacity: 0.8;
}

/*
================================================
#pagetop
================================================
*/
@media print, screen and (min-width: 980px) {
  #pagetop {
    max-width: 980px;
    margin: 0 auto;
  }
}
#pagetop p {
  font-size: 13px;
  margin: 0 10px;
  text-align: right;
}

.c-breadnav {
  padding: 2px 0 5px 0;
}