@charset "UTF-8";
/*
 * foundation/reboot.css
 */
/*! * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*
 * foundation/base.css
 * HTML要素にスタイルを適用
 */
* {
  min-height: 0;
  min-width: 0;
}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}

html {
  background-color: #f5f5f5;
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #e7f3ff;
  color: #333;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", "M+ 1p", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, dt, dd {
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  word-break: break-all;
}

ul, ol {
  list-style-type: none;
  list-style-image: none;
}

a {
  color: #333;
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
}
a:hover {
  color: #333;
  text-decoration: none;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
}

tr {
  display: table-row;
  vertical-align: middle;
}

td, th {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

label {
  margin: 0;
}

img {
  display: inline-block;
  height: auto;
  user-select: none;
  vertical-align: middle;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
select {
  appearance: none;
}
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
select:focus {
  background-color: #f5f9ff;
  box-shadow: 0px 0px 5px 1px #8fbcff inset;
}

button {
  -webkit-touch-callout: none;
}

/*
 * foundation/_slick.scss
 * slick.cssをカスケード
 * js-slider自身にはスタイルを適用しないでください
 */
@keyframes arrow_prev {
  0% {
    right: 0px;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}
@keyframes arrow_next {
  0% {
    left: 0px;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
.slick-dots > li:first-child:last-child {
  display: none;
}

.js-slider img {
  width: 100%;
  max-width: 100%;
}
.js-slider .slick-prev, .js-slider .slick-next {
  top: 45%;
  width: auto;
  height: auto;
  z-index: 2;
}
.js-slider .slick-prev {
  left: 0;
}
.js-slider .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.js-slider .slick-dots {
  position: static;
}
.js-slider .slick-next {
  right: 0;
}
.js-slider .slick-next::before {
  content: "\f054";
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.js-slider .slick-prev::before, .js-slider .slick-next::before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #0060c0;
  padding: 15px;
  opacity: 1;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 200%;
}
@media (min-width: 992px) {
  .js-slider .slick-prev::before, .js-slider .slick-next::before {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 100%;
  }
}
.js-slider .slick-prev:hover:before {
  animation: arrow_prev 0.5s ease-out forwards;
}
.js-slider .slick-next:hover:before {
  animation: arrow_next 0.5s ease-out forwards;
}

/*
 * foundation/_ckeditor.scss
 * CKEditorで入力されたhtml要素を制御する
 */
.cke_editable a {
  color: #333;
}
.cke_editable p {
  margin: 0.7rem 0;
}
.cke_editable ol {
  list-style-type: decimal;
  padding-left: 25px;
}
.cke_editable ul {
  list-style: disc;
  padding-left: 25px;
}
.cke_editable .text-danger {
  color: #ce0000;
}
.cke_editable .text-info {
  color: #006bb3;
}
.cke_editable .text-success {
  color: #0a7e00;
}
.cke_editable .cke_widget_element {
  border: none;
  padding: 0;
}

/*
 * foundation/_pegasus_editable.scss
 * Editorで入力されたhtml要素を制御する
 */
.pegasus_editable h1, .pegasus_editable h2, .pegasus_editable h3, .pegasus_editable h4, .pegasus_editable h5, .pegasus_editable h6 {
  clear: both;
  font-weight: 700;
}
.pegasus_editable h1 {
  padding: 10px 0 5px;
  border-bottom: 2px solid #0060c0;
  margin: 30px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .pegasus_editable h1 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.pegasus_editable h2 {
  padding: 12px 10px 10px;
  border-top: 2px solid #d2d2d2;
  border-bottom: 1px solid #dddddd;
  background-color: #f6f6f6;
  margin: 30px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .pegasus_editable h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.pegasus_editable h3 {
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  padding: 6px 10px;
  margin: 20px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.pegasus_editable h4 {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0 5px;
  margin: 20px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.pegasus_editable h5 {
  border: 1px solid #e7e7e7;
  display: inline-block;
  padding: 5px;
  margin: 20px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.pegasus_editable h6 {
  margin: 20px 0 10px;
}
.pegasus_editable a {
  color: #333;
}
.pegasus_editable p {
  margin: 0.7rem 0;
}
.pegasus_editable ol {
  list-style-type: decimal;
  padding-left: 25px;
}
.pegasus_editable ul {
  list-style: disc;
  padding-left: 25px;
}
.pegasus_editable table {
  border-collapse: collapse;
  border-top: 4px solid #0060c0;
  margin: 15px 0 5px;
  width: 100%;
}
.pegasus_editable table th {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  font-weight: 700;
  padding: 10px;
}
.pegasus_editable table td {
  border: 1px solid #ccc;
  padding: 10px;
}

/*
 * layout/_content.scss
 * コンテナとrowクラスを指定
 */
.l-container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .l-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .l-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .l-container {
    max-width: 1320px;
  }
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.l-row--reverse {
  flex-direction: row-reverse;
}
.l-row--middle {
  align-items: center;
}
.l-row--equally {
  justify-content: space-around;
}

/*
 * layout/_fgnav.scss
 * フッタグローバルナビゲーションのレイアウトを指定
 */
.l-fgnav__items {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .l-fgnav__items {
    align-items: center;
    display: flex;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.l-fgnav__pagetop {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .l-fgnav__pagetop {
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

/*
 * layout/_footer.scss
 * フッタのレイアウトを指定
 */
.l-footer__items {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .l-footer__items {
    display: flex;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.l-footer__copy {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .l-footer__copy {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

/*
 * layout/_gnav.scss
 * グローバルナビゲーションのレイアウトを指定
 */
.l-gnav {
  display: none;
}
@media (min-width: 768px) {
  .l-gnav {
    display: block;
  }
}

/*
 * layout/_header.scss
 * ヘッダのレイアウトを指定
 */
.l-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.l-header__items {
  margin-left: auto;
}

/*
 * layout/_index.scss
 * 目次のレイアウトを指定
 */
.l-index {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .l-index {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .l-index {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .l-index {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*
 * layout/_notification.scss
 * トップページnotificationクラスを指定
 */
.l-notification {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .l-notification {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

/*
 * layout/_page.scss
 * ページのレイアウトを指定
 */
.l-page__main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .l-page__main {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.l-page__sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .l-page__sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*
 * layout/_panel.scss
 * パネルのレイアウトを指定
 */
.l-panel {
  display: flex;
  justify-content: space-between;
}

/*
 * layout/_section-A.scss
 * トップページsection-Aクラスを指定
 */
.l-section-A {
  display: flex;
  justify-content: center;
}

/*
 * layout/_section-B.scss
 * トップページsection-Bクラスを指定
 */
.l-section-B {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .l-section-B {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .l-section-B {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*
 * layout/_section-C.scss
 * トップページsection-Cクラスを指定
 */
.l-section-C {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .l-section-C {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*
 * layout/_event.scss
 * トップページイベント・セミナークラスを指定
 */
.l-section-event {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}
.l-section-event:first-of-type {
  margin-top: 0;
}
@media (min-width: 992px) {
  .l-section-event {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    padding: 0 25px;
  }
}
.l-section-event__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .l-section-event__item {
    width: 50%;
  }
}

/*
 * layout/_status.scss
 * 左支部、右日付のレイアウトを指定
 */
.l-status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
}
.l-status__date {
  margin-left: auto;
}

/*
 * object/component/_alert.scss
 * アラート
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-5px);
  }
}
.c-alert {
  border: 2px solid #ccc;
  display: flow-root;
  margin: 15px 0;
  padding: 10px;
  border-radius: 6px;
}
.c-alert.is-show {
  animation: fadeIn 0.6s ease 0s 1 forwards;
}
.c-alert.is-hide {
  animation: fadeOut 0.6s ease 0s 1 forwards;
}
.c-alert > button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.c-alert > ul, .c-alert > ol {
  margin: 5px 0;
  padding-left: 30px;
}
.c-alert > ul {
  list-style-type: disc;
}
.c-alert > ol {
  list-style-type: decimal;
}
.c-alert > p {
  padding-top: 10px;
}
.c-alert > p:first-of-type {
  padding-top: 0;
}

.c-alert--red {
  background-color: rgba(206, 0, 0, 0.05);
  border-color: #ce0000;
  color: #ce0000;
}
.c-alert--red svg {
  fill: #ce0000;
  margin-top: -2px;
}
.c-alert--red button {
  color: #ce0000;
  float: right;
}

.c-alert--blue {
  background-color: rgba(0, 107, 179, 0.05);
  border-color: #006bb3;
  color: #006bb3;
}
.c-alert--blue svg {
  fill: #006bb3;
  margin-top: -2px;
}
.c-alert--blue button {
  color: #006bb3;
  float: right;
}

.c-alert--green {
  background-color: rgba(10, 126, 0, 0.05);
  border-color: #0a7e00;
  color: #0a7e00;
}
.c-alert--green svg {
  fill: #0a7e00;
  margin-top: -2px;
}
.c-alert--green button {
  color: #0a7e00;
  float: right;
}

.c-alert--yellow {
  background-color: rgba(161, 124, 0, 0.05);
  border-color: #a17c00;
  color: #a17c00;
}
.c-alert--yellow svg {
  fill: #a17c00;
  margin-top: -2px;
}
.c-alert--yellow button {
  color: #a17c00;
  float: right;
}

.c-alert--gray {
  background-color: rgba(92, 92, 92, 0.05);
  border-color: #5c5c5c;
  color: #5c5c5c;
}
.c-alert--gray svg {
  fill: #5c5c5c;
  margin-top: -2px;
}
.c-alert--gray button {
  color: #5c5c5c;
  float: right;
}

/*
 * object/component/_article .scss
 * 文書まとめ
 */
.c-article {
  padding: 50px 0;
}
.c-article:nth-of-type(even) {
  background-color: #cee6ff;
  border-bottom: 1px solid #b4daff;
  border-top: 1px solid #b4daff;
}

/*
 * object/component/_branch.scss
 * 支部を表示する
 */
.c-branch {
  display: flex;
  margin: 2px 0;
}
.c-branch__item {
  font-size: 12px;
  font-size: 1.2rem;
}

/*
 * object/component/_breadcrumb.scss
 * パンくずリスト
 */
.c-breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0;
}
.c-breadcrumb > li {
  display: inline-block;
  padding: 5px 0;
}
.c-breadcrumb > li + li::before {
  color: gray;
  content: ">";
  padding: 5px;
}
.c-breadcrumb > li.is-active {
  color: gray;
}

/*
 * object/component/_button.scss
 * ボタン、c-buttonが基本ですが、新たなデザインを増やす場合は、BEMの命名規則に則って追加
 */
@keyframes kf-spinner {
  100% {
    transform: rotate(360deg);
  }
}
.c-button__spinner {
  animation: kf-spinner 1s infinite linear;
  border: 4px solid #ccc;
  border-top: 4px solid #0060c0;
  border-radius: 50%;
  display: none;
  height: 21px;
  vertical-align: middle;
  width: 21px;
}

.c-button {
  background-color: #0060c0;
  border: 2px solid #0060c0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 25px;
  min-height: 25px;
  margin: 5px auto;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 50px;
}
.c-button:hover {
  background-color: #fff;
  color: #0060c0;
}
.c-button:hover svg {
  fill: #0060c0;
}
.c-button:focus {
  outline: none;
}
.c-button.is-active {
  background-color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}
.c-button.is-active .c-button__spinner {
  display: inline-block;
}
.c-button svg {
  fill: #fff;
  transform: translateY(-1px);
}
.c-button--back {
  background-color: #fff;
  border: 2px solid #7a7a7a;
  color: #7a7a7a;
}
.c-button--back svg {
  fill: #7a7a7a;
  transform: translateY(-2px);
}
.c-button--back:hover {
  border-color: #bababa;
  color: #bababa;
}
.c-button--back:hover svg {
  fill: #bababa;
}

.c-button--check {
  background-color: #376596;
  border-color: #376596;
  color: #fff;
}
.c-button--check:hover {
  color: #376596;
}
.c-button--check:hover svg {
  fill: #376596;
}
.c-button--check .c-button__spinner {
  border-top-color: #376596;
}
.c-button--check svg {
  fill: #fff;
  transform: translateY(-1px);
}

.c-button--confirm {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
}
.c-button--confirm:hover {
  color: #c00;
}
.c-button--confirm:hover svg {
  fill: #c00;
}
.c-button--confirm .c-button__spinner {
  border-top-color: #c00;
}
.c-button--confirm svg {
  fill: #fff;
  transform: translateY(-1px);
}

/*
 * object/component/_card.scss
 * カードのブロック
 */
.c-card__link {
  color: #333;
  display: flex;
  text-decoration: none;
}
.c-card__link:hover {
  color: #333;
}
.c-card__header {
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 10px;
}
.c-card__body {
  flex-grow: 1;
}
.c-card__status {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .c-card__image {
    height: 125px;
  }
}
@media (min-width: 768px) {
  .c-card__image {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .c-card__image {
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .c-card__image {
    height: 140px;
  }
}
@media (min-width: 1400px) {
  .c-card__image {
    height: 165px;
  }
}
.c-card__title {
  display: inline-block;
  font-weight: 700;
  position: relative;
}
.c-card__title::after {
  background: #0060c0;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s ease;
  width: 100%;
}
.c-card__date {
  margin-left: 5px;
  padding: 5px 0;
  text-align: right;
  white-space: nowrap;
}
.c-card__date em {
  font-style: normal;
  padding-right: 2px;
}
.c-card__text {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 10px;
}
.c-card__exhibition {
  padding-top: 10px;
}
.c-card__exhibition dl dt strong {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #000;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1px 5px;
  border-radius: 3px;
}
.c-card__exhibition dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-left: 5px;
}

/*
 * object/component/_checkbox.scss
 * チェックボックス
 */
.c-checkbox {
  display: inline-block;
  padding: 5px 0;
  position: relative;
}
.c-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.c-checkbox input[type=checkbox] + .c-checkbox__label {
  cursor: pointer;
  margin-right: 30px;
  position: relative;
  vertical-align: middle;
}
.c-checkbox input[type=checkbox] + .c-checkbox__label::before {
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 5px;
  text-align: center;
  top: 1px;
  vertical-align: top;
  width: 21px;
  border-radius: 5px;
}
.c-checkbox input[type=checkbox] + .c-checkbox__label::after {
  color: #000;
  content: "✓ ";
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
  font-size: 18px;
  font-size: 1.8rem;
  left: 5px;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-checkbox input[type=checkbox]:checked + .c-checkbox__label::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}
.c-checkbox input[type=checkbox]:focus + .c-checkbox__label::before {
  outline: none;
}
.c-checkbox input[type=checkbox]:disabled + .c-checkbox__label {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-checkbox input[type=checkbox] + .c-checkbox__label:empty::before {
  margin-right: 0;
}

/*
 * object/component/_dl.scss
 * 横並びの定義リスト
 */
.c-dl-inline {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-dl-inline {
    flex-direction: row;
  }
}
.c-dl-inline__description {
  flex: auto;
  padding-left: 5px;
}

/*
 * object/component/_file.scss
 * 入力フォームのファイル選択
 */
.c-file {
  align-items: center;
  display: flex;
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.c-file__box {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.c-file__label {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.c-file__label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  align-items: center;
  display: flex;
  color: #495057;
  content: "ファイル選択";
  background-color: #e9ecef;
  padding-left: 10px;
  padding-right: 10px;
  border-left: inherit;
  border-radius: 0 5px 5px 0;
}
.c-file__reset {
  display: flex;
  align-items: center;
  color: #495057;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  background-color: #ff6b6b;
  border: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 5px 5px 0;
}

/*
 * object/component/_form.scss
 * 入力フォームの全般的な指定
 */
.c-form-group {
  margin-top: 20px;
}
.c-form-group__item {
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
}
.c-form-group__value {
  align-items: center;
  padding-bottom: 3px;
  padding-top: 3px;
}
.c-form-group__helper {
  align-items: center;
  color: #555;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-form-group__helper svg {
  fill: #555;
  margin-right: 3px;
}
.c-form-group__confirm {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
}
.c-form-group__label {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
  padding: 2px 5px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 5px;
}

.c-form-group__label--required {
  background-color: #ce0000;
}

.c-form-group__label--optional {
  background-color: #555;
}

/*
 * object/component/_gnav.scss
 * ナビゲーション
 */
/*
 * object/component/_heading.scss
 * 見出しに関する指定
 */
.c-heading {
  font-weight: 700;
}
.c-heading:first-child {
  margin-top: 0;
}
.c-heading--style1 {
  color: #0060c0;
  font-weight: 700;
  margin: 10px 0;
  position: relative;
  text-align: center;
}
.c-heading--style1 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.c-heading--style1::before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.c-heading--style2 {
  border-bottom: 2px solid #0060c0;
  margin: 20px 0 5px;
  padding: 10px 0;
}
.c-heading--style3 {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #d2d2d2;
  margin: 20px 0 5px;
  padding: 10px;
}
.c-heading--style4 {
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin: 20px 0 5px;
  padding: 10px;
}
.c-heading--style5 {
  border-bottom: 2px solid #d2d2d2;
  margin: 20px 0 5px;
  padding: 5px;
}
.c-heading--style6 {
  border-bottom: 1px solid #d2d2d2;
  margin: 30px 0 5px;
  padding: 5px;
}

h1.c-heading {
  font-size: 21px;
  font-size: 2.1rem;
}
@media (min-width: 1200px) {
  h1.c-heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h2.c-heading {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  h2.c-heading {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

h3.c-heading {
  font-size: 18px;
  font-size: 1.8rem;
}

h4.c-heading {
  font-size: 16px;
  font-size: 1.6rem;
}

h5.c-heading {
  font-size: 16px;
  font-size: 1.6rem;
}

h6.c-heading {
  font-size: 16px;
  font-size: 1.6rem;
}

/*
 * object/component/_image.scss
 * imgタグ
 */
.c-image {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/*
 * object/component/_information-list.scss
 * リスト表示の定義リスト
 */
.c-information-list {
  align-items: center;
  display: block;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .c-information-list {
    display: flex;
  }
}
.c-information-list__term {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0 0;
}
@media (min-width: 768px) {
  .c-information-list__term {
    margin-top: 15px;
    padding: 5px 20px;
  }
}
.c-information-list__date {
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .c-information-list__date {
    margin-right: 30px;
  }
}
.c-information-list__description {
  flex: 1;
  margin: 0;
  padding: 5px 30px 5px 0;
  position: relative;
}
@media (min-width: 768px) {
  .c-information-list__description {
    margin-top: 15px;
    padding: 5px 30px 5px 0;
  }
}
.c-information-list__description svg {
  fill: #0060c0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.c-information-list__link {
  display: block;
  color: #333;
}
.c-information-list__link:hover {
  color: #666666;
}

/*
 * object/component/_label.scss
 * カテゴリをラベルアイコン化
 */
.c-label {
  background-color: #333;
  color: #fff;
  font-style: normal;
  padding: 2px 20px;
  text-align: center;
  border-radius: 5px;
}

/*
 * object/component/_link.scss
 * aタグに付与すると$KEY_COLORに
 */
.c-link {
  color: #0060c0;
}
.c-link:hover {
  color: #007af3;
}

/*
 * object/component/_list.scss
 * 横並びの定義リスト
 */
.c-list-inline {
  display: flex;
}

/*
 * object/component/_modal.scss
 * モーダルのボックスを中央に表示
 */
.c-modal {
  background-color: #fff;
  box-shadow: 0 0 15px #000;
  left: 50%;
  padding: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 10px;
}

/*
 * object/component/_nothing.scss
 * 「現在○○○はありません。」に関する指定
 */
.c-nothing {
  align-items: center;
  background: repeating-linear-gradient(45deg, #e7f3ff, #e7f3ff 5px, #fff 0, #fff 10px);
  border: 1px solid #81c0ff;
  color: #333;
  display: flex;
  height: auto;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 50px 10px;
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .c-nothing {
    height: 100%;
  }
}

/*
 * object/component/_page-title.scss
 * ページ一番上のタイトル
 */
.c-page-title {
  border-bottom: 1px solid #9f9f9f;
}
.c-page-title__image {
  background-position: center;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin: 0 -15px;
  padding: 30px 0;
}
.c-page-title__main {
  background-color: #e7f3ff;
  border-left: 5px solid #0060c0;
  display: inline-block;
  font-weight: 700;
  padding: 5px 20px;
  font-size: 21px;
  font-size: 2.1rem;
  border-radius: 0 5px 5px 0;
}
@media (min-width: 992px) {
  .c-page-title__main {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.c-page-title__sub {
  background-color: #555;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .c-page-title__sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*
 * object/component/_pagination.scss
 * ページネーション
 */
.c-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 5px;
}
.c-pagination > li {
  margin: 0 2px;
}
.c-pagination > li > a {
  border-radius: 50%;
  padding: 4px 11px;
  text-decoration: none;
}
.c-pagination > li > a:hover {
  background: #d9d9d9;
  transition: all 0.3s ease;
}
.c-pagination > li > span {
  display: block;
  padding: 4px 11px;
}
.c-pagination > li.is-active {
  border-radius: 50%;
  background-color: #0060c0;
  color: #fff;
  display: block;
}
.c-pagination > li.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-pagination__item {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: none;
}
@media (min-width: 768px) {
  .c-pagination__item {
    display: block;
  }
}
.c-pagination__number {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}
.c-pagination__number > strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

/*
 * object/component/_panel.scss
 * パネルのスタイル
 */
.c-panel {
  align-items: center;
  background: #f8f8f8;
  border-bottom: solid 8px #d2d2d2;
  color: #0060c0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 5px;
  padding: 15px 0px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(0, 96, 192, 0.1), 1px 2px 3px rgba(0, 96, 192, 0.3);
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .c-panel {
    margin: 0 10px;
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .c-panel {
    margin: 0 30px;
    padding: 60px 30px;
  }
}
.c-panel:hover {
  margin-top: 5px;
  color: #0060c0;
  border-bottom: solid 3px #d2d2d2;
}
.c-panel__icon {
  margin-bottom: 20px;
}
.c-panel__icon > svg {
  fill: #0060c0;
}
.c-panel__title {
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .c-panel__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .c-panel__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-panel__title > br {
  display: none;
}
@media (min-width: 576px) {
  .c-panel__title > br {
    display: block;
  }
}

/*
 * object/component/_radio.scss
 * 入力フォームのラジオボタン
 */
.c-radio {
  display: inline-block;
  padding: 5px 0;
  position: relative;
}
.c-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-radio input[type=radio] + .c-radio__label {
  cursor: pointer;
  vertical-align: middle;
  margin-right: 30px;
}
.c-radio input[type=radio] + .c-radio__label::before {
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  top: 1px;
  transition: all 0.3s ease;
  vertical-align: top;
  width: 21px;
}
.c-radio input[type=radio]:checked + .c-radio__label::before {
  background: #0060c0;
  background: linear-gradient(to bottom, #0060c0 0%, #5aadff 100%);
  box-shadow: inset 0 0 0 4px #e9e9e9;
}
.c-radio input[type=radio]:focus + .c-radio__label::before {
  outline: none;
}
.c-radio input[type=radio]:disabled + .c-radio__label {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-radio input[type=radio] + .c-radio__label:empty::before {
  margin-right: 0;
}

/*
 * object/component/_select.scss
 * 入力フォームのセレクトボックス
 */
.c-select {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.c-select::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0060c0;
  pointer-events: none;
}
.c-select > select {
  width: 100%;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
}
.c-select > select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

/*
 * object/project/_subnav.scss
 * サブナビゲーションのスタイル
 */
.c-subnav {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.c-subnav__title {
  background-color: #0060c0;
  color: #ffb972;
  display: block;
  font-weight: 700;
  padding: 18px 10px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .c-subnav__title {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.c-subnav__title:hover {
  background-color: #007af3;
  color: #ffc58c;
  transition: all 0.3s ease;
}

.c-subnav-list__item {
  align-items: center;
  color: #333;
  display: flex;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
}
.c-subnav-list__item:hover, .c-subnav-list__item.is-active {
  background-color: #e6e6e6;
  color: #0060c0;
  transition: all 0.3s ease;
}
.c-subnav-list__item--parents {
  padding-right: 35px;
  position: relative;
}
.c-subnav-list__item > svg {
  fill: #0060c0;
}
.c-subnav-list__child {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px 5px 35px;
}
.c-subnav-list__icon {
  color: #0060c0;
  margin-right: 3px;
}
.c-subnav-list__2nd {
  display: none;
}

.c-subnav-list-display {
  margin-left: auto;
  transition: transform 0.3s ease;
}
.c-subnav-list-display.is-open {
  transform: translate(0, 25%) rotate(-180deg);
}
.c-subnav-list-display.is-open svg {
  fill: #0060c0;
}

/*
 * object/component/_table.scss
 * テーブルのスタイル指定
 */
.c-table {
  border-collapse: collapse;
  border-top: 4px solid #0060c0;
  margin: 15px 0 5px;
  width: 100%;
}
.c-table > thead > tr > th {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.c-table > tbody > tr > th,
.c-table > tbody > tr > td {
  border: 1px solid #ccc;
  padding: 10px;
}
.c-table > tbody > tr > th {
  background-color: #e4e4e4;
  font-weight: 700;
  text-align: left;
  width: 30%;
}
@media (min-width: 768px) {
  .c-table > tbody > tr > th {
    width: 20%;
  }
}
.c-table > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 96, 192, 0.05);
}

/*
 * object/component/_text.scss
 * 文字列のスタイル
 */
.c-text {
  color: #333;
  padding: 5px 0;
}
.c-text--invert {
  color: #cccccc;
}

.c-text--primary {
  color: #3fa9f5;
}

.c-text--secondary {
  color: #6c757d;
}

.c-text--success {
  color: #3c3;
}

.c-text--info {
  color: #09c;
}

.c-text--warning {
  color: #f7931e;
}

.c-text--danger {
  color: #f33;
}

.c-text--light {
  color: #999;
}

/*
 * object/component/_textarea.scss
 * 入力フォームのテキストエリア
 */
.c-textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  min-height: 200px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}

/*
 * object/component/_textbox.scss
 * 入力フォームのテキストボックス
 */
.c-textbox {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
.c-textbox:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-textbox:disabled + span {
  opacity: 0.5;
}

/*
 * object/component/_title.scss
 * タイトル
 */
.c-title {
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
}
.c-title__ja {
  border-bottom: 3px solid #0060c0;
  padding: 5px 0 2px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .c-title__ja {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .c-title__ja {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.c-title__en {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-top: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .c-title__en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*
 * object/project/_badge.scss
 * バッジのクラスを指定
 */
.p-badge--stack {
  position: relative;
}
.p-badge--stack > div {
  position: absolute;
  left: 0;
  top: 0;
}
.p-badge--tleft {
  left: 0;
  top: 0;
}
.p-badge--tright {
  right: 0;
  left: auto !important;
  top: 0;
}
.p-badge--bleft {
  bottom: 0;
  left: 0;
  top: auto !important;
}
.p-badge--bright {
  bottom: 0;
  right: 0;
  left: auto !important;
  top: auto !important;
}
.p-badge--center {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.p-badge__red {
  background-color: #ce0000;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__red--fixed {
  width: 120px;
}

.p-badge__blue {
  background-color: #006bb3;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__blue--fixed {
  width: 120px;
}

.p-badge__green {
  background-color: #0a7e00;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__green--fixed {
  width: 120px;
}

.p-badge__yellow {
  background-color: #a17c00;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__yellow--fixed {
  width: 120px;
}

.p-badge__gray {
  background-color: #5c5c5c;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__gray--fixed {
  width: 120px;
}

.p-badge__info {
  background-color: #3066cc;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__info--fixed {
  width: 120px;
}

.p-badge__enter {
  background-color: #59ac3d;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__enter--fixed {
  width: 120px;
}

.p-badge__closed {
  background-color: #656565;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__closed--fixed {
  width: 120px;
}

.p-badge__end {
  background-color: #1a1a1a;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__end--fixed {
  width: 120px;
}

.p-badge__report {
  background-color: #ec5413;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__report--fixed {
  width: 120px;
}

.p-badge__before {
  background-color: #3066cc;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__before--fixed {
  width: 120px;
}

.p-badge__full {
  background-color: #ec3b1d;
  color: #fff;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
}
.p-badge__full--fixed {
  width: 120px;
}

/*
 * object/project/_bbs.scss
 * 掲示板関連のクラスを指定
 */
@keyframes arrowrotate {
  100% {
    transform: rotate(360deg);
  }
}
.p-bbs__block {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.p-bbs__block.is-active {
  background: repeating-linear-gradient(45deg, #f1f8ff, #f1f8ff 5px, #fff 0, #fff 10px);
}
.p-bbs__number {
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-right: 10px;
}
.p-bbs__header {
  display: flex;
  align-items: center;
}
.p-bbs__icon img {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.p-bbs__posting {
  padding: 0 10px;
}
.p-bbs__button {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  font-weight: 700;
  margin: 20px auto 0;
  padding: 2px 10px 2px 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.p-bbs__button::after {
  /* 擬似要素で三角アイコンをつくる */
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #0060c0 transparent transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 40%;
  left: 8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  transform-origin: center center;
}
.p-bbs__button:hover {
  color: #0060c0;
}
.p-bbs__button:focus {
  outline: none;
}
.p-bbs__button.is-active::after {
  top: 34%;
  transform: rotate(180deg);
}
.p-bbs__comment {
  padding: 20px 0;
}
.p-bbs__proprietor {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -20px;
  text-align: right;
}
.p-bbs__proprietor span {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #000;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  padding: 1px 5px;
  border-radius: 3px;
}
.p-bbs__manager {
  color: #f33;
}

/*
 * object/project/_body.scss
 * 共通で使用するbodyのスタイル
 */
/*
 * object/project/_button.scss
 * 共通で使用するボタンのスタイル
 */
/*
 * object/project/_card.scss
 * 
 */
.p-card {
  padding-bottom: 20px;
}
.p-card .c-card__link {
  height: 100%;
  flex-direction: column;
}
.p-card .c-card__link img {
  transition: all 0.3s ease;
}
.p-card .c-card__link:hover img {
  transform: scale(1.1);
}
.p-card .c-card__link:hover .c-card__title {
  color: #0060c0;
}
.p-card .c-card__link:hover .c-card__title::after {
  transform: scale(1, 1);
}
.p-card .c-card__link .c-card__body {
  padding-right: 25px;
  position: relative;
}
.p-card .c-card__link .c-card__body svg {
  fill: #0060c0;
  margin-top: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.p-card .c-card__link .c-card__status {
  padding-top: 10px;
}
.p-card .c-card__link .c-card__title {
  padding-top: 5px;
  padding-bottom: 4px;
}

/*
 * object/project/_card-horizontal.scss
 * 
 */
.p-card-horizontal {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.p-card-horizontal:first-of-type {
  padding-top: 15px;
}
.p-card-horizontal__image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .p-card-horizontal__image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.p-card-horizontal__information {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .p-card-horizontal__information {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.p-card-horizontal .c-card__link img {
  transition: all 0.3s ease;
}
.p-card-horizontal .c-card__link:hover img {
  transform: scale(1.1);
}
.p-card-horizontal .c-card__link:hover .c-card__title {
  color: #0060c0;
  display: inline-block;
}
.p-card-horizontal .c-card__link:hover .c-card__title::after {
  transform: scale(1, 1);
}
.p-card-horizontal .c-card__link .c-card__body {
  padding-right: 25px;
}
.p-card-horizontal .c-card__link .c-card__body svg {
  fill: #0060c0;
  margin-bottom: 3px;
}
.p-card-horizontal .c-card__link .c-card__status {
  padding-top: 0;
}
.p-card-horizontal .c-card__link .c-card__date {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-card-horizontal .c-card__link .c-card__title {
  padding-top: 0;
  padding-bottom: 4px;
}
.p-card-horizontal .c-card__link .c-card__exhibition {
  padding-top: 25px;
}

/*
 * object/project/_contact.scss
 * 
 */
.p-contact__text {
  padding-bottom: 20px;
}
.p-contact__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-contact__buttons {
    width: 80%;
  }
}
.p-contact__button {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .p-contact__button {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px auto;
  }
}

.p-contact-form--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.p-contact-form__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
}
@media (min-width: 992px) {
  .p-contact-form__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

/*
 * object/project/_event.scss
 * イベント・セミナークラスを指定
 */
.p-event__image {
  text-align: center;
  margin: 20px 0;
}
.p-event__text {
  margin: 20px 0;
}
.p-event__back {
  margin: 30px 0 5px;
}
.p-event__back svg {
  fill: #0060c0;
  transform: translateY(-2px);
}
.p-event__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-event__buttons {
    width: 80%;
  }
}
.p-event__button {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .p-event__button {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px auto;
  }
}
.p-event__file {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 20px 5px;
}
.p-event__label {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  padding: 2px 15px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px;
}
.p-event__label::before {
  border: 5px solid transparent;
  border-right: 5px solid #000;
  content: "";
  left: -10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}

.p-event__label--info {
  background-color: #3066cc;
}
.p-event__label--info::before {
  border-right-color: #3066cc;
}

.p-event__label--enter {
  background-color: #59ac3d;
}
.p-event__label--enter::before {
  border-right-color: #59ac3d;
}

.p-event__label--closed {
  background-color: #656565;
}
.p-event__label--closed::before {
  border-right-color: #656565;
}

.p-event__label--end {
  background-color: #1a1a1a;
}
.p-event__label--end::before {
  border-right-color: #1a1a1a;
}

.p-event__label--report {
  background-color: #ec5413;
}
.p-event__label--report::before {
  border-right-color: #ec5413;
}

.p-event__label--before {
  background-color: #3066cc;
}
.p-event__label--before::before {
  border-right-color: #3066cc;
}

.p-event__label--full {
  background-color: #ec3b1d;
}
.p-event__label--full::before {
  border-right-color: #ec3b1d;
}

.p-event-form--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.p-event-form__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
}
@media (min-width: 992px) {
  .p-event-form__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.p-event-form__select {
  width: 100%;
}

/*
 * object/project/_fgnav.scss
 * フッタグローバルナビゲーションのスタイル
 */
.p-fgnav {
  background-color: #0060c0;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-fgnav-list {
  flex-wrap: wrap;
  padding-left: 5px;
}
@media (min-width: 576px) {
  .p-fgnav-list {
    padding-left: 30px;
  }
}
.p-fgnav-list__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0;
}
.p-fgnav-list__item > i {
  color: #fff;
}
.p-fgnav-list__item > svg {
  fill: #fff;
}
.p-fgnav-list__link {
  color: #fff;
  margin-right: 25px;
  margin-left: 5px;
  text-decoration: none;
}
.p-fgnav-list__link:hover {
  color: white;
}

.p-fgnav-pagetop__link {
  color: #fff;
  display: block;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 576px) {
  .p-fgnav-pagetop__link {
    margin-top: 0;
  }
}
.p-fgnav-pagetop__link:hover {
  color: white;
}
.p-fgnav-pagetop__link > i {
  font-size: 32px;
  font-size: 3.2rem;
}
.p-fgnav-pagetop__link > svg {
  fill: #fff;
}
.p-fgnav-pagetop__link > small {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 3px;
}

/*
 * object/project/_footer.scss
 * フッタのスタイル
 */
.p-footer {
  background-color: #f5f5f5;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-footer__copy {
  margin: 30px auto 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-footer__copy {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px;
    text-align: right;
  }
}
.p-footer__version {
  margin: 10px auto;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-footer__version {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px;
    text-align: right;
  }
}

.p-footer-list {
  flex-wrap: wrap;
  padding-left: 5px;
}
@media (min-width: 576px) {
  .p-footer-list {
    padding-left: 30px;
  }
}
.p-footer-list__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0;
}
.p-footer-list__item > i {
  color: #0060c0;
}
.p-footer-list__item > svg {
  fill: #0060c0;
}
.p-footer-list__link {
  color: #333;
  margin-left: 5px;
  margin-right: 25px;
  text-decoration: none;
}
.p-footer-list__link:hover {
  color: #666666;
}

/*
 * object/project/_gnav.scss
 * ヘッダのナビおよびモバイル時のハンバーガーのスタイル
 */
@keyframes kf-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.is-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-gnav {
    background-color: #b4daff;
    border-bottom: 1px solid #fff;
  }
}

.p-gnav-list {
  display: block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-gnav-list {
    border-left: 1px solid #fff;
    display: flex;
    list-style: none;
    margin-top: 0;
  }
}
.p-gnav-list__item {
  border-bottom: 1px solid #fff;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .p-gnav-list__item {
    border-bottom: none;
    border-right: 1px solid #fff;
    flex: 1;
  }
}
.p-gnav-list__link {
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  padding: 30px 15px 10px;
  text-decoration: none;
  width: 100%;
}
.p-gnav-list__link:hover, .p-gnav-list__link.is-active {
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-gnav-list__link {
    border: 1px solid #b4daff;
    color: #333;
    font-weight: 700;
    height: 100%;
    padding: 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-gnav-list__link:hover, .p-gnav-list__link.is-active {
    background-color: #fff;
    color: #1a1a1a;
  }
}
@media (min-width: 992px) {
  .p-gnav-list__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .p-gnav-list__link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  body.is-open .p-gnav {
    animation: kf-fadein 1s ease 0s 1 forwards;
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    height: 100%;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 20px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .p-gnav-button,
  .p-gnav-button span {
    display: inline-block;
    transition: all 0.3s ease;
  }
  .p-gnav-button {
    appearance: none;
    background-color: transparent;
    border: none;
    height: 25px;
    outline: none;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .p-gnav-button:hover, .p-gnav-button:active, .p-gnav-button:focus {
    outline: none;
  }
  .p-gnav-button::-moz-focus-inner {
    border: none;
  }
  .p-gnav-button__bar {
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .p-gnav-button__bar:nth-of-type(1) {
    top: 0;
  }
  .p-gnav-button__bar:nth-of-type(2) {
    top: 11px;
  }
  .p-gnav-button__bar:nth-of-type(3) {
    bottom: 0;
  }
  .p-gnav-button__text {
    color: #fff;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 3px;
    transform: scale(0.8);
    transform-origin: center;
  }
  .p-gnav-button.is-active span:nth-of-type(1) {
    background-color: #fff;
    transform: translateY(14px) rotate(-45deg);
  }
  .p-gnav-button.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-gnav-button.is-active span:nth-of-type(3) {
    background-color: #fff;
    transform: translateY(-8px) rotate(45deg);
  }
}
/*
 * object/project/_header.scss
 * ヘッダのスタイル
 */
.p-header-sticky {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  position: sticky;
  top: 0;
  z-index: 999;
}

.p-header {
  background-color: #e7f3ff;
  border-bottom: 3px solid #0060c0;
}
.p-header__items {
  background-color: #cee6ff;
  display: flex;
  justify-content: flex-end;
  padding: 5px;
  width: 100%;
}
@media (min-width: 992px) {
  .p-header__items {
    background-color: inherit;
    width: auto;
  }
}
.p-header__gnav {
  background-color: #0060c0;
  padding: 10px;
}
@media (min-width: 768px) {
  .p-header__gnav {
    display: none;
  }
}

.p-header-top {
  display: block;
  padding: 5px;
}
@media (min-width: 768px) {
  .p-header-top {
    align-items: center;
    display: flex;
  }
}
.p-header-top__logo {
  padding: 0 10px;
}
.p-header-top__logo > a {
  width: 180px;
}
.p-header-top__logo > a > img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .p-header-top__logo {
    padding: 0 20px;
  }
  .p-header-top__logo > a {
    width: auto;
  }
}

.p-header-branch {
  align-items: center;
  display: flex;
}
.p-header-branch__name {
  color: #180c00;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 5px;
}
@media (min-width: 576px) {
  .p-header-branch__name {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 30px;
  }
}
@media (min-width: 768px) {
  .p-header-branch__name {
    border-right: 1px solid #ccc;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 10px 30px;
  }
}

.p-header-list {
  display: none;
}
@media (min-width: 768px) {
  .p-header-list {
    display: flex;
    justify-content: flex-end;
  }
}
.p-header-list__item {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .p-header-list__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-header-list__link {
  color: #333;
  text-align: center;
  text-decoration: none;
}
.p-header-list__link:hover {
  color: #666666;
}
.p-header-list__link > span {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 2px;
  transform: scale(0.7);
  transform-origin: center top;
}
@media (min-width: 992px) {
  .p-header-list__link > span {
    transform: scale(1);
  }
}

/*
 * object/project/_heading.scss
 * 見出しのスタイル
 */
/*
 * object/project/_horizontal.scss
 * ラジオボタン、チェックボックスの横並び
 */
.p-horizontal .c-radio, .p-horizontal .c-checkbox {
  margin: 2px 15px 2px 0;
}
.p-horizontal .c-radio:last-child, .p-horizontal .c-checkbox:last-child {
  margin-right: 0;
}

/*
 * object/project/_index.scss
 * ページの目次を形成するクラスを指定
 */
.p-index {
  padding-top: 15px;
}

/*
 * object/project/_input.scss
 * input系を制御する
 */
.p-input-filegroup {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.p-input-filegroup .c-file__label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
}
.p-input-filegroup .c-file__label::after {
  border-radius: 0;
}
.p-input-filegroup .c-file__box {
  height: 50px;
}
.p-input-filegroup .c-file__reset {
  height: 50px;
  margin-left: -1px;
}

/*
 * object/project/_login.scss
 * ログインページ
 */
.p-login__button {
  margin: 20px auto;
}
@media (min-width: 768px) {
  .p-login__button {
    width: 60%;
  }
}
.p-login__link {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.p-login-form {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .p-login-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .p-login-form {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .p-login-form {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/*
 * object/project/_main.scss
 * メインコンテンツのスタイル
 */
.p-main {
  box-shadow: 0 0 15px #aad4ff;
  background-color: #fff;
  border: 1px solid #afd7ff;
  color: #333;
  margin-top: 30px;
  margin-bottom: 50px;
  border-radius: 10px;
}
.p-main--small {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .p-main--small {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .p-main--small {
    width: 60%;
  }
}
.p-main__wrapper {
  padding: 20px;
}
.p-main__contents {
  padding: 10px 0;
}
.p-main__index {
  padding: 10px 0;
}
.p-main__date {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
.p-main__date em {
  font-style: normal;
  padding-right: 2px;
}

/*
 * object/project/_modal.scss
 * モーダル
 */
.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.p-modal__overlay {
  backdrop-filter: blur(7px);
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}
.p-modal > .c-modal {
  width: 95%;
}
@media (min-width: 576px) {
  .p-modal > .c-modal {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .p-modal > .c-modal {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .p-modal > .c-modal {
    width: 50%;
  }
}
.p-modal__text {
  padding-bottom: 20px;
}
.p-modal__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-modal__buttons {
    width: 80%;
  }
}
.p-modal__button {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .p-modal__button {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px auto;
  }
}

/*
 * object/project/_notification.scss
 * トップページnotificationクラスを指定
 */
.p-notification {
  padding-top: 30px;
}
.p-notification__button {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-notification__button {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.p-notification__label {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  width: 100px;
}

/*
 * object/project/_output.scss
 * 基本printフォルダ内で指定、最終的な印刷を調整
 */
@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }
  html, body {
    height: auto;
  }
  .c-square {
    line-height: 1;
  }
  .c-square:after {
    border-top: 0.5mm solid #000;
    height: 0.5mm;
  }
}
/*
 * object/project/_pagination.scss
 * ページネーション
 */
/*
 * object/project/_privacy.scss
 * 組合員情報の取扱いについて
 */
.p-privacy__list {
  list-style-type: decimal;
  padding-left: 25px;
}
.p-privacy__list > li {
  line-height: 1.6;
  padding: 10px 0;
}
.p-privacy__date {
  display: block;
  text-align: right;
}
.p-privacy__signature {
  display: block;
  text-align: right;
}

/*
 * object/project/_request.scss
 * パスワードを忘れた方
 */
.p-request__text {
  padding-bottom: 20px;
}
.p-request__button {
  margin: 20px auto;
}
@media (min-width: 768px) {
  .p-request__button {
    width: 60%;
  }
}

.p-request-form {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .p-request-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .p-request-form {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .p-request-form {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/*
 * object/project/_reset.scss
 * パスワード再設定
 */
.p-reset__text {
  padding-bottom: 20px;
}
.p-reset__button {
  margin: 20px auto;
}
@media (min-width: 768px) {
  .p-reset__button {
    width: 60%;
  }
}

.p-reset-form {
  padding-left: 30px;
  padding-right: 30px;
}
.p-reset-form--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.p-reset-form__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
}
@media (min-width: 992px) {
  .p-reset-form__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*
 * object/project/_section-A.scss
 * トップページsection-Aクラスを指定
 */
.p-section-A {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .p-section-A {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.p-section-A__link {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 0;
  width: 90%;
}
@media (min-width: 768px) {
  .p-section-A__link {
    width: 100%;
  }
}
.p-section-A__link:hover > img {
  transform: rotateY(360deg);
}
.p-section-A__image {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
  transform: rotateY(0deg);
}

/*
 * object/project/_section-B.scss
 * トップページsection-Bクラスを指定
 */
.p-section-B {
  padding-top: 50px;
}
.p-section-B__label {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
}
.p-section-B__date {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-section-B__icon {
  color: #0060c0;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-section-B__button {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-section-B__button {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

/*
 * object/project/_section-C.scss
 * トップページsection-Cクラスを指定
 */
.p-section-C {
  padding-top: 50px;
}
.p-section-C__label {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
}
.p-section-C__date {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-section-C__icon {
  color: #0060c0;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-section-C__button {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-section-C__button {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

/*
 * object/project/_section-event.scss
 * トップページイベント・セミナークラスを指定
 */
.p-section-event {
  padding-top: 50px;
}
.p-section-event__label {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
}
.p-section-event__date {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-section-event__icon {
  color: #0060c0;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-section-event__button {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-section-event__button {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

/*
 * object/project/_sitemap.scss
 * サイトマップを指定
 */
.p-sitemap__item {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .p-sitemap__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.p-sitemap__item svg {
  fill: #0060c0;
}
.p-sitemap__title {
  border-bottom: 3px solid #0060c0;
  color: #0060c0;
  display: block;
  font-weight: 700;
  padding: 10px 0 5px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .p-sitemap__title {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.p-sitemap__title:nth-child(n+2) {
  padding-top: 40px;
}
.p-sitemap__title:hover {
  color: #41a0ff;
  transition: all 0.3s ease;
}

.p-sitemap-list {
  padding: 10px 0;
}
.p-sitemap-list__icon {
  color: #0060c0;
}
.p-sitemap-list__item {
  display: block;
  padding: 8px;
  text-decoration: none;
}
.p-sitemap-list__item:hover {
  background-color: #cee6ff;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.p-sitemap-list__child {
  padding-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

/*
 * object/project/_slider.scss
 * トップページのスライダー
 */
.p-top-slider {
  position: relative;
  overflow: hidden;
}
.p-top-slider__link {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-top-slider__link:hover {
  color: #333;
  opacity: 0.5;
  text-decoration: none;
}
.p-top-slider__text {
  background-color: #fff;
  border-bottom: 1px solid #777;
  border-top: 1px solid #777;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .p-top-slider__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .p-top-slider__text {
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*
 * object/project/_subnav.scss
 * サブナビゲーションのスタイル
 */
.p-subnav {
  margin-top: 5px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-subnav {
    margin-top: 30px;
  }
}

/*
 * object/project/_survey.scss
 * アンケート
 */
.p-survey__text {
  padding-bottom: 20px;
}
.p-survey__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-survey__buttons {
    width: 80%;
  }
}
.p-survey__button {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .p-survey__button {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px auto;
  }
}

.p-update-form--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.p-update-form__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
}
@media (min-width: 992px) {
  .p-update-form__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*
 * object/project/_table.scss
 * テーブル
 */
/*
 * object/project/_update.scss
 * 会員情報変更
 */
.p-update__text {
  padding-bottom: 20px;
}
.p-update__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-update__buttons {
    width: 80%;
  }
}
.p-update__button {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .p-update__button {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px auto;
  }
}

.p-update-form--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.p-update-form__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
}
@media (min-width: 992px) {
  .p-update-form__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*
 * object/project/_vertical.scss
 * ラジオボタン、チェックボックスの縦並び
 */
.p-vertical .c-radio, .p-vertical .c-checkbox {
  display: block;
  margin-bottom: 5px;
}
.p-vertical .c-radio:last-child, .p-vertical .c-checkbox:last-child {
  margin-bottom: 0;
}
.p-vertical--wrap {
  display: block;
  padding: 4px 0;
}

/*
 * object/utility/_clearfix.scss
 */
.u-cf:before,
.u-cf:after {
  content: "";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

.u-clear {
  clear: both;
}

/*
 * object/utility/_dimension.scss
 */
.u-fill {
  max-width: 100%;
}

.u-half {
  max-width: 50%;
}

.u-quarter {
  max-width: 25%;
}

.u-w20per {
  max-width: 20%;
}

.u-w15per {
  max-width: 15%;
}

.u-w10per {
  max-width: 10%;
}

.u-third {
  max-width: 33.33%;
}

.u-doublethirds {
  max-width: 66.66%;
}

/*
 * object/utility/_display.scss
 */
.u-table {
  display: table;
  table-layout: fixed;
  position: relative;
}

.u-row {
  display: table-row;
}

.u-cell {
  display: table-cell;
}

.u-inline {
  display: inline;
}

.u-inlineblock {
  display: inline-block;
}

/*
 * object/utility/_img_replacement.scss
 */
.u-ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
 * object/utility/_media_float.scss
 */
.u-floatleft {
  float: left;
}

.u-floatright {
  float: right;
}

.u-floatnone {
  float: none;
}

/*
 * object/utility/misc.scss
 */
.u-overflow-hidden {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}

.u-ellipsis {
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-break-all {
  word-break: break-all;
}

.u-tap-helper {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.u-nocallout {
  -webkit-touch-callout: none;
}

textarea[contenteditable] {
  appearance: none;
}

.u-invisible {
  visibility: hidden;
}

/*
 * object/utility/_position.scss
 */
.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
}

/*
 * object/utility/_spases.scss
 */
.u-p1 {
  padding: 1px;
}

.u-p2 {
  padding: 2px;
}

.u-p3 {
  padding: 3px;
}

.u-p4 {
  padding: 4px;
}

.u-p5 {
  padding: 5px;
}

.u-p10 {
  padding: 10px;
}

.u-p15 {
  padding: 15px;
}

.u-p20 {
  padding: 20px;
}

.u-p30 {
  padding: 30px;
}

.u-pt1 {
  padding-top: 1px;
}

.u-pt2 {
  padding-top: 2px;
}

.u-pt3 {
  padding-top: 3px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb1 {
  padding-bottom: 1px;
}

.u-pb2 {
  padding-bottom: 2px;
}

.u-pb3 {
  padding-bottom: 3px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr1 {
  padding-right: 1px;
}

.u-pr2 {
  padding-right: 2px;
}

.u-pr3 {
  padding-right: 3px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl1 {
  padding-left: 1px;
}

.u-pl2 {
  padding-left: 2px;
}

.u-pl3 {
  padding-left: 3px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.u-pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.u-pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-ph5 {
  padding-left: 5px;
  padding-right: 5px;
}

.u-ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.u-ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

.u-ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-ph30 {
  padding-left: 30px;
  padding-right: 30px;
}

.u-m0 {
  margin: 0;
}

.u-m1 {
  margin: 1px;
}

.u-m2 {
  margin: 2px;
}

.u-m3 {
  margin: 3px;
}

.u-m4 {
  margin: 4px;
}

.u-m5 {
  margin: 5px;
}

.u-m10 {
  margin: 10px;
}

.u-m15 {
  margin: 15px;
}

.u-m20 {
  margin: 20px;
}

.u-m30 {
  margin: 30px;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 1px;
}

.u-mt2 {
  margin-top: 2px;
}

.u-mt3 {
  margin-top: 3px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb1 {
  margin-bottom: 1px;
}

.u-mb2 {
  margin-bottom: 2px;
}

.u-mb3 {
  margin-bottom: 3px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr0 {
  margin-right: 0;
}

.u-mr1 {
  margin-right: 1px;
}

.u-mr2 {
  margin-right: 2px;
}

.u-mr3 {
  margin-right: 3px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml0 {
  margin-left: 0;
}

.u-ml1 {
  margin-left: 1px;
}

.u-ml2 {
  margin-left: 2px;
}

.u-ml3 {
  margin-left: 3px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.u-mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.u-mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-mh5 {
  margin-left: 5px;
  margin-right: 5px;
}

.u-mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.u-mh15 {
  margin-left: 15px;
  margin-right: 15px;
}

.u-mh20 {
  margin-left: 20px;
  margin-right: 20px;
}

.u-mh30 {
  margin-left: 30px;
  margin-right: 30px;
}

.u-mauto {
  margin: 0 auto;
}

/*
 * object/utility/_state.scss
 */
.u-block {
  display: block;
}

.u-none {
  display: none;
}

.u-hidden {
  visibility: hidden;
}

.u-block-sp {
  display: inline-block;
}
@media (min-width: 768px) {
  .u-block-sp {
    display: none;
  }
}

.u-block-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-block-pc {
    display: inline-block;
  }
}

/* 
 * object/utility/_typography.scss
 */
.u-en {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.u-notice {
  color: #f33;
}

.u-fs8 {
  font-size: 8px;
  font-size: 0.8rem;
}

.u-fs9 {
  font-size: 9px;
  font-size: 0.9rem;
}

.u-fs10 {
  font-size: 10px;
  font-size: 1rem;
}

.u-fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.u-fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.u-fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.u-fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.u-fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.u-fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.u-fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.u-fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.u-fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.u-fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.u-fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.u-fs40 {
  font-size: 40px;
  font-size: 4rem;
}

.u-fs50 {
  font-size: 50px;
  font-size: 5rem;
}

.u-underline {
  text-decoration: underline;
}

.u-lighter {
  font-weight: lighter;
}

.u-normal {
  font-weight: normal;
}

.u-bold {
  font-weight: bold;
}

.u-tleft {
  text-align: left;
}

.u-tcenter {
  text-align: center;
}

.u-tright {
  text-align: right;
}

.u-vtop {
  vertical-align: top;
}

.u-vmiddle {
  vertical-align: middle;
}

.u-vbottom {
  vertical-align: bottom;
}

.u-vbaseline {
  vertical-align: baseline;
}

.u-vtbottom {
  vertical-align: text-bottom;
}

.u-nowrap {
  white-space: nowrap;
}

.u-tshadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}