@charset "UTF-8";
/* ************************************************ */
/* リセット・ベーススタイル */
/* ************************************************ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
* add
*/
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

body {
  background-color: #fff; }

img {
  line-height: 1;
  vertical-align: top; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

em,
dfn {
  font-style: normal; }

ol,
ul {
  list-style-type: none; }

/* html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
ins {
  color: inherit;
  text-decoration: none;
  background-color: #ff9; }

mark {
  font-style: italic;
  font-weight: bold;
  color: inherit;
  background-color: #ff9; }

del {
  text-decoration: line-through; }

hr {
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc; }

input,
select {
  vertical-align: middle; }

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Gill Sans Nova", sans-serif;
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #2F2725;
  background-color: #fff; }

a {
  text-decoration: none; }
  a, a:link, a:hover, a:active, a:focus {
    color: #3071b9; }
  a:visited {
    color: #660099; }
  @media screen and (min-width: 769px) {
    a:hover {
      text-decoration: underline; } }

#l-wrapper {
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden; }
  #l-wrapper img {
    max-width: 100%;
    height: auto; }

table {
  word-break: break-all; }

/* ************************************************ */
/* 汎用クラス */
/* ************************************************ */
/**
 * font weight
 */
.u-text-bold {
  font-weight: bold !important; }

/**
 * display
 */
@media screen and (min-width: 769px) {
  .u-hide-pc {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .u-hide-sp {
    display: none !important; } }

.u-ib {
  display: inline-block !important; }

/**
 * js style
 */
.js-none {
  display: none !important; }

/* ************************************************ */
/* コンテンツ */
/* ************************************************ */
p {
  margin-bottom: 1.5em; }

em {
  font-style: italic; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

ol {
  margin-bottom: 1.5em;
  margin-left: 20px; }
  ol li {
    margin-bottom: 1em;
    list-style-type: decimal; }
    ol li:last-child {
      margin-bottom: 0; }

.editor > p:first-child + h2 {
  margin-top: 100px; }

/* 見出し */
.headLv2 {
  margin: 50px 0 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #3071b9;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem; }
  .headLv2 .headLv2-forTop {
    padding-left: 1em;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #3071b9;
    font-weight: normal;
    font-size: 1.6rem; }
    .headLv2 .headLv2-forTop::after {
      border-top: 1px solid #3071b9;
      border-right: 1px solid #3071b9;
      position: absolute;
      top: 50%;
      left: 0;
      width: 6px;
      height: 6px;
      -webkit-transform: rotate(315deg);
      transform: rotate(315deg);
      content: ""; }
  @media screen and (max-width: 768px) {
    .headLv2 {
      padding-bottom: 15px;
      font-size: 2.1rem; }
      .headLv2 .headLv2-forTop {
        display: none; } }

.headLv3 {
  margin: 50px 0 20px;
  font-size: 2rem; }
  .headLv3::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 10px;
    background-color: #3071b9; }
  @media screen and (max-width: 768px) {
    .headLv3 {
      font-size: 1.8rem; } }

.headLv4 {
  margin: 50px 0 20px;
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .headLv4 {
      margin-bottom: 0;
      font-size: 1.6rem; } }

.photo-left {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  float: left; }
  @media screen and (max-width: 768px) {
    .photo-left {
      margin-right: 0;
      float: none; } }

.photo-right {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  float: right; }
  @media screen and (max-width: 768px) {
    .photo-right {
      margin-left: 0;
      float: none; } }

.float-clear {
  clear: both; }

/* テーブル */
.table-type01 {
  border: none; }
  .table-type01 td {
    border: none;
    vertical-align: top; }
  @media screen and (max-width: 768px) {
    .table-type01 tr {
      margin-bottom: 1.5em;
      display: block; }
      .table-type01 tr td {
        display: block; }
        .table-type01 tr td:first-child {
          font-weight: bold; } }

.table-type02 {
  border: none; }
  .table-type02 tr th,
  .table-type02 tr td {
    border: none;
    vertical-align: top;
    font-weight: normal;
    text-align: left; }
  .table-type02 tr td {
    padding-bottom: 1.5em; }
  @media screen and (max-width: 768px) {
    .table-type02 tr {
      display: block; }
      .table-type02 tr th,
      .table-type02 tr td {
        display: block; }
      .table-type02 tr th {
        font-weight: bold; } }

.table-type03,
.table-type04 {
  border-spacing: 1px;
  width: 100%; }
  .table-type03 tr th,
  .table-type04 tr th {
    padding: 10px 20px;
    width: 165px;
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .table-type03 tr td,
  .table-type04 tr td {
    padding: 10px 20px;
    background-color: #f5f5f5;
    vertical-align: top; }
  @media screen and (max-width: 768px) {
    .table-type03 tr th,
    .table-type03 tr td,
    .table-type04 tr th,
    .table-type04 tr td {
      padding-right: 10px;
      padding-left: 10px; }
    .table-type03 tr th,
    .table-type04 tr th {
      width: auto; } }

.table-type03 tr th {
  width: auto;
  color: #fff;
  background-color: #3071b9; }

.table-type03 tr td {
  vertical-align: middle; }

.table-type04 tr th {
  font-size: 1.4rem;
  background-color: rgba(223, 223, 223, 0.75); }

/* テキストラベル */
.label {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #3071b9; }
  .headLv4 .label {
    margin-bottom: 10px; }

/* 他ページへのリンクボタン群 */
.pageLinkBtnList > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 70px 40px 40px;
  font-size: 2.1rem;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .pageLinkBtnList > li a, .pageLinkBtnList > li a:link, .pageLinkBtnList > li a:visited, .pageLinkBtnList > li a:hover, .pageLinkBtnList > li a:active, .pageLinkBtnList > li a:focus {
    color: #2F2725; }
  .pageLinkBtnList > li a {
    position: relative; }
  .pageLinkBtnList > li a::after {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    left: auto;
    width: 12px;
    height: 12px;
    margin: auto;
    content: '';
    border-color: #666;
    border-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

@media screen and (min-width: 769px) {
  .pageLinkBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .pageLinkBtnList > li {
      width: calc(50% - 10px); }
      .pageLinkBtnList > li:nth-child(n+3) {
        margin-top: 20px; }
      .pageLinkBtnList > li a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #3071b9; }
        .pageLinkBtnList > li a:hover::after {
          border-color: #fff; } }

@media screen and (max-width: 768px) {
  .pageLinkBtnList > li + li {
    margin-top: 20px; }
  .pageLinkBtnList > li a {
    padding: 20px 13.33333%;
    font-size: 1.8rem; }
    .pageLinkBtnList > li a::after {
      right: 20px; } }

/* 枠線リスト */
.borderList {
  margin-bottom: 30px; }
  .borderList > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf; }
    .borderList > li:last-child {
      margin-bottom: 0; }

.arrowLinkList > li {
  margin-bottom: .5em;
  padding-left: 20px;
  position: relative; }
  .arrowLinkList > li:last-child {
    margin-bottom: 0; }
  .arrowLinkList > li::before {
    border-top: 1px solid #3071b9;
    border-right: 1px solid #3071b9;
    position: absolute;
    top: 13px;
    left: 2px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""; }
  .arrowLinkList > li > a {
    font-weight: bold; }
  .arrowLinkList > li > ul {
    margin-left: 20px;
    padding-top: .5em; }
    .arrowLinkList > li > ul > li {
      margin-bottom: .5em;
      padding-left: 20px;
      position: relative; }
      .arrowLinkList > li > ul > li:last-child {
        margin-bottom: 0; }
      .arrowLinkList > li > ul > li::before {
        border-top: 1px solid #3071b9;
        border-right: 1px solid #3071b9;
        position: absolute;
        top: 13px;
        left: 2px;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ""; }

/* ■付きリスト */
.markList {
  margin-bottom: 1.5em; }
  .markList li {
    position: relative;
    padding-left: 20px; }
    .markList li::before {
      content: "";
      position: absolute;
      top: 0.6em;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #3071b9; }
    .markList li:not(:last-child) {
      margin-bottom: 1em; }
    .markList li ul {
      padding-left: 30px; }

/* 灰色ボックス */
.box-gray {
  background-color: #f5f5f5;
  margin-bottom: 1.5em;
  padding: 30px;
  overflow: hidden;
}
  .box-gray > *:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 768px) {
    .box-gray {
      padding: 20px 6.66667%;
    }
  }

/* 不要 */
.verticalList > li:not(:last-child) {
  margin-bottom: 0.625em; }

.indexList li {
  line-height: 2; }
  .indexList li ul {
    margin-left: 30px; }

.contentsList {
  margin-bottom: 50px;
  padding: 32px 50px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f0f0f0; }
  .contentsList li {
    margin-top: 1.5em;
    margin-right: 50px; }
    .contentsList li a {
      padding-left: 1.2em;
      display: inline-block;
      position: relative;
      color: #3071b9;
      font-weight: bold; }
      .contentsList li a::after {
        margin-top: -3px;
        border-top: 1px solid #3071b9;
        border-right: 1px solid #3071b9;
        position: absolute;
        top: 50%;
        left: 0;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        content: ""; }
  @media screen and (max-width: 768px) {
    .contentsList {
      padding: 20px 6.66667% 30px;
      display: block; }
      .contentsList li {
        margin-top: 1.5em;
        margin-right: 0; }
        .contentsList li a {
          padding-left: 1.2em;
          display: block;
          font-size: 1.6rem; } }
  @media screen and (min-width: 769px) {
    .contentsList.reportPageLink-year ul li {
      margin-right: 20px; }
      .contentsList.reportPageLink-year ul li:nth-child(9n) {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .contentsList.reportPageLink-year ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .contentsList.reportPageLink-year ul li {
        margin-right: 0; } }

/* pdfアイコン */
.icon-pdf {
  padding: 3px 32px 3px 0;
  display: inline;
  background: url(../images/icon_pdf.png) right center no-repeat;
  background-size: contain; }

/* 外部リンクアイコン */
.icon-link {
  padding-right: 16px;
  display: inline;
  background: url(../images/icon_link.png) right center no-repeat; }

/* 動画リンクアイコン */
.icon-movie {
  padding-right: 32px;
  display: inline;
  background: url(../images/icon_movie.svg) right center no-repeat; }

/* =================================
調整汎用クラス
================================= */
/* 横幅調整 */
.w-20 {
  width: 20%; }
  @media screen and (max-width: 768px) {
    .w-20 {
      width: 100%; } }

.w-25 {
  width: 25%; }
  @media screen and (max-width: 768px) {
    .w-25 {
      width: 100%; } }

.w-50 {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .w-50 {
      width: 100%; } }

.arrowLink {
  padding-left: 20px;
  position: relative;
  font-weight: bold; }
  .arrowLink::before {
    margin: auto;
    border-top: 1px solid #3071b9;
    border-right: 1px solid #3071b9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""; }

/* フォントサイズ調整 */
.fontSize-12 {
  font-size: 1.2rem; }

/* フォントサイズ調整 */
.fontSize-14 {
  font-size: 1.4rem; }

.fontSize-18 {
  font-size: 1.8rem; }

/*削除予定 */
/*
.fontSize-sp14 {
	// sp only
	@include mq-small {
		font-size: 1.4rem;
	}
}
*/
.strong-red {
  color: #b60000; }

/* 余白調整 */
.margin-top0 {
  margin-top: 0; }

.margin-top50 {
  margin-top: 50px; }

.margin-bottom0 {
  margin-bottom: 0; }

.margin-bottom10 {
  margin-bottom: 10px; }

.margin-bottom50 {
  margin-bottom: 50px; }

.margin-bottom100 {
  margin-bottom: 100px; }

.margin-bottom150 {
  margin-bottom: 150px; }

/* もっと見る */
.more-area {
  margin-bottom: 1.5em;
  opacity: .3; }

.more-list {
  opacity: .3; }

.accordion-btn {
  margin: 0 auto 1.5em;
  padding: 1em 0;
  border: 1px solid #3071b9;
  position: relative;
  max-width: 250px;
  line-height: 1;
  color: #fff;
  background-color: #3071b9;
  font-weight: bold;
  text-align: center;
  cursor: pointer; }
  .accordion-btn::before {
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    content: ""; }
  .accordion-btn::after {
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    content: "";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .accordion-btn:hover {
    color: #3071b9;
    background-color: #fff; }
    .accordion-btn:hover::before, .accordion-btn:hover::after {
      background-color: #3071b9; }
  .accordion-btn.is-open::after {
    display: none; }

.editor {
  margin-top: 50px;
  word-wrap: break-word; }
