@charset "UTF-8";
/* CSS Document */
/*** 共通 ***/

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "小塚ゴシック Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #283044;
  text-align: left;
  background-color: #fbfff8;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  height: 100%;
}

a.disabled {
  pointer-events: none;
  color: #cdcdcd !important;
}

a {
  cursor: pointer;
}

.visible-xs,
.visible-xsl,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xsl-block,
.visible-xsl-inline,
.visible-xsl-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 567px) {
  .visible-xs {
    display: block !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .visible-xsl {
    display: block !important;
  }

  .visible-xsl-block {
    display: block !important;
  }

  .visible-xsl-inline {
    display: inline !important;
  }

  .visible-xsl-inline-block {
    display: inline-block !important;
  }

  table.visible-xsl {
    display: table !important;
  }

  tr.visible-xsl {
    display: table-row !important;
  }

  th.visible-xsl,
  td.visible-xsl {
    display: table-cell !important;
  }

  .hidden-xsl {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}


.col-xsl-1, .col-xsl-2, .col-xsl-3, .col-xsl-4, .col-xsl-5, .col-xsl-6, .col-xsl-7, .col-xsl-8, .col-xsl-9, .col-xsl-10, .col-xsl-11, .col-xsl-12 {
  position: relative;
  min-height: 1px;
  padding: 1px;
}

@media (min-width: 568px) {
  .col-xsl-1, .col-xsl-2, .col-xsl-3, .col-xsl-4, .col-xsl-5, .col-xsl-6, .col-xsl-7, .col-xsl-8, .col-xsl-9, .col-xsl-10, .col-xsl-11, .col-xsl-12 {
    float: left;
  }

  .col-xsl-12 {
    width: 100%;
  }

  .col-xsl-11 {
    width: 91.66666667%;
  }

  .col-xsl-10 {
    width: 83.33333333%;
  }

  .col-xsl-9 {
    width: 75%;
  }

  .col-xsl-8 {
    width: 66.66666667%;
  }

  .col-xsl-7 {
    width: 58.33333333%;
  }

  .col-xsl-6 {
    width: 50%;
  }

  .col-xsl-5 {
    width: 41.66666667%;
  }

  .col-xsl-4 {
    width: 33.33333333%;
  }

  .col-xsl-3 {
    width: 25%;
  }

  .col-xsl-2 {
    width: 16.66666667%;
  }

  .col-xsl-1 {
    width: 8.33333333%;
  }

  .col-xsl-pull-12 {
    right: 100%;
  }

  .col-xsl-pull-11 {
    right: 91.66666667%;
  }

  .col-xsl-pull-10 {
    right: 83.33333333%;
  }

  .col-xsl-pull-9 {
    right: 75%;
  }

  .col-xsl-pull-8 {
    right: 66.66666667%;
  }

  .col-xsl-pull-7 {
    right: 58.33333333%;
  }

  .col-xsl-pull-6 {
    right: 50%;
  }

  .col-xsl-pull-5 {
    right: 41.66666667%;
  }

  .col-xsl-pull-4 {
    right: 33.33333333%;
  }

  .col-xsl-pull-3 {
    right: 25%;
  }

  .col-xsl-pull-2 {
    right: 16.66666667%;
  }

  .col-xsl-pull-1 {
    right: 8.33333333%;
  }

  .col-xsl-pull-0 {
    right: auto;
  }

  .col-xsl-push-12 {
    left: 100%;
  }

  .col-xsl-push-11 {
    left: 91.66666667%;
  }

  .col-xsl-push-10 {
    left: 83.33333333%;
  }

  .col-xsl-push-9 {
    left: 75%;
  }

  .col-xsl-push-8 {
    left: 66.66666667%;
  }

  .col-xsl-push-7 {
    left: 58.33333333%;
  }

  .col-xsl-push-6 {
    left: 50%;
  }

  .col-xsl-push-5 {
    left: 41.66666667%;
  }

  .col-xsl-push-4 {
    left: 33.33333333%;
  }

  .col-xsl-push-3 {
    left: 25%;
  }

  .col-xsl-push-2 {
    left: 16.66666667%;
  }

  .col-xsl-push-1 {
    left: 8.33333333%;
  }

  .col-xsl-push-0 {
    left: auto;
  }

  .col-xsl-offset-12 {
    margin-left: 100%;
  }

  .col-xsl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xsl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xsl-offset-9 {
    margin-left: 75%;
  }

  .col-xsl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xsl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xsl-offset-6 {
    margin-left: 50%;
  }

  .col-xsl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xsl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xsl-offset-3 {
    margin-left: 25%;
  }

  .col-xsl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xsl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xsl-offset-0 {
    margin-left: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ol,
ul,
dl,
dt,
dd {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0.1rem;
}

button,
input {
  overflow: visible;
  margin: 0.1rem;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
  margin: 0.1rem;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
  margin: 0.1rem;
}

textarea {
  overflow: auto;
  resize: vertical;
  margin: 0.1rem;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  margin: 0.1rem;
}

[type="search"] {
  outline-offset: -2px;
  appearance: none;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.form-check-input:checked {
  background-color: #757575;
  border-color: #757575;
}

input[type="radio"] {
  vertical-align: middle;
  transform: scale(1.4);
}

input[type="checkbox"] {
  vertical-align: middle;
  transform: scale(1.4);
}

table tr td input[type="checkbox"] {
  margin-bottom: 0.5rem;
}

::placeholder {
  color: #cccccc;
}

::-ms-input-placeholder {
  color: #cccccc;
}

.select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,
.form-control,
.form-select,
.btn {
  font-size: 1.4rem !important;
}

/* スクロールバーを常に表示させる */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 16px;
}

::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 16px;
  border: 2px solid #f0f0f0;
}

/*** ヘッダー ***/
header.header1 {
  background-color: #e4f3c8;
  border-bottom: 5px solid #283044;
  padding: 1rem 0;
}

header.header1 .container {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 16rem;
  height: 2.9rem;
  padding-top: 0.4rem;
}

/* 下層ではない画面 */
.container {
  width: auto;
  max-width: 183.9rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.container_inner {
  max-width: 120rem;
  margin: 0 auto;
}

/*** 下層共通 ***/
main {
  padding-bottom: 10rem;
}

.sub_contents {
  max-width: 100%;
}

/* 画面サイズが広いものは1170pxで対応*/
.sub_contents .inner {
  position: relative;
  max-width: 117rem;
  width: 100%;
  margin: 0 auto;
}

/* 画面サイズが狭いものは960pxで対応*/
.sub_contents .inner_sm {
  position: relative;
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
}

.sub_contents .sub_sec {
  position: relative;
  margin: 2rem auto 0;
  padding: 2.5rem 2.5rem 5rem;
  background-color: #ffffff;
}

.sub_contents .sub_sec h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #283044;
  padding: 0 0 1rem;
}

.sub_contents .sub_sec h2::after {
  position: absolute;
  content: "";
  width: 9rem;
  height: 0.4rem;
  left: 0;
  bottom: -0.2rem;
  background-color: #65ad49;
}

@media (max-width: 1199px) {
  .sub_contents .sub_sec {
    max-width: 92vw;
  }
}

@media (max-width: 991px) {
  .sub_contents .sub_sec {
    padding: 2.5rem 1rem 5rem;
  }
}

@media (max-width: 767px) {
  .sub_contents {
    margin-right: auto;
    margin-left: auto;
  }
}

/*** パンくずリスト ***/
.sub_contents nav {
  padding-top: 2rem;
  font-size: 1.4rem;
}

.sub_contents nav a {
  color: #387ca7;
}

.sub_contents nav a span {
  padding-right: 0.5rem;
}

.sub_contents nav a:not([disabled]) {
  cursor: pointer;
}

/* アイコン */
[class^="ic-"]::before,
[class*=" ic-"]::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 10px 2px -10px;
  vertical-align: middle;
}

/* Bootstrap icon使用時 アイコン調整 */
.bi::before {
  margin: 0 10px 2px -10px;
}

/* 上に行く・下に行くボタン */
a.totop,
a.todown {
  position: absolute;
  right: -2.2rem;
}

a.totop {
  bottom: 5rem;
}

a.todown {
  top: 8rem;
}

.sub_sec a.totop,
.sub_sec a.todown {
  right: -4.2rem;
}

.sub_sec a.todown {
  top: 0;
}

.sub_sec a.totop {
  bottom: 0;
}

@media (max-width: 1169px) {

  .sub_sec a.totop,
  .sub_sec a.todown,
  .sub_sec a.totop,
  .sub_sec a.todown {
    right: 0;
  }
}
