@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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;
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

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 {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .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;
  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: .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: -.25em
}

sup {
  top: -.5em
}

a {
  color: #20716A;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #20716A;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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
}

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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .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
}

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
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}

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: .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
}

/*# sourceMappingURL=bootstrap-reboot.min.css.map */
/*  common style */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  background-color: #FDFDFD;
  color: #333333;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  width: 100%;
  border-top: 10px solid #20716A;
  position: relative;
}

.wrapper header {
  width: 1120px;
  padding: 26px 0 10px;
  margin: 0 auto;
}

.headLogo {
  width: 350px;
  float: left;
}

.headLogo img {
  width: 360px;
}

.headnav {
  float: right;
}

.headnav ul li {
  list-style: none;
  margin: 0;
  float: left;
  margin-left: 5px;
}

.headnav ul li a,
.headnav ul li a:link,
.headnav ul li a:visited {
  width: 140px;
  background: #20716A;
  border-radius: 5px;
  padding: 7px 8px;
  display: block;
  font-size: 0.8rem;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.headnav ul li a:hover,
.headnav ul li a:active {
  background: #A44444;
}

.headnav ul li a span {
  display: inline-block;
  padding-left: 17px;
  background: url("../images/head_list@2x.png") no-repeat left center;
  background-size: 12px;
}

.GnaviCont {
  width: 100%;
}

.gnavi {
  width: 1120px;
  margin: 0 auto;
}

.gnavi {
  padding: 0;
}

.gnavi li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gnavi>li {
  float: left;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.gnavi>li.g01 {
  width: 302px;
}

.gnavi>li.g02 {
  width: 162px;
}

.gnavi>li.g03 {
  width: 162px;
}

.gnavi>li.g04 {
  width: 174px;
}

.gnavi>li.g05 {
  width: 160px;
}

.gnavi>li a,
.gnavi>li a:link,
.gnavi>li a:visited {
  color: #20716A;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gnavi>li a:hover,
.gnavi>li a:active,
.gnavi>li.current a {
  color: #ffffff;
  background: #20716A;
}

.gnavi>li a span {
  display: block;
  border-right: 1px dotted #20716A;
}

.gnavi>li:first-child a span {
  border-left: 1px dotted #20716A;
}

.gnavi>li.bdnone a span {
  border-right: none;
  padding-right: 1px;
  /*border-right: 1px solid #fdfdfd;*/
}

.gnavi>li.g01 a:link span .ico-gnavi,
.gnavi>li.g01 a:visited span .ico-gnavi,
.gnavi>li.g04 a:link span .ico-gnavi,
.gnavi>li.g04 a:visited span .ico-gnavi {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background: url("../images/gnavi_list01@2x.png") no-repeat center;
  background-size: 12px;
  border: none;
}

.gnavi>li.g01 a:hover span .ico-gnavi,
.gnavi>li.g01.current a span .ico-gnavi,
.gnavi>li.g04 a:hover span .ico-gnavi,
.gnavi>li.g04.current a span .ico-gnavi {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background: url("../images/gnavi_list02@2x.png") no-repeat center;
  background-size: 12px;
  border: none;
}

/* dropdown menu */
.drop li {
  position: relative;
}

.drop-child {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  right: 0;
  z-index: 100;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.drop-child li:first-child a {
  box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.2) inset;
}

.drop-child li a,
.drop-child li a:link,
.drop-child li a:visited {
  background: rgba(32, 113, 106, 0.8) url(../images/gnavi_list04@2x.png) no-repeat 15px 17px;
  background-size: 7px;
  color: #ffffff;
  display: block;
  padding: 10px 30px;
  text-align: left;
  letter-spacing: 2px;
}

.drop-child li a:hover,
.drop-child li a:active {
  background: rgba(255, 255, 255, 1) url(../images/gnavi_list03@2x.png) no-repeat 15px 17px;
  background-size: 7px;
  color: #20716A;
}

/* dropdown width */
.g01 .drop-child li a {
  width: 160px;
}

.g04 .drop-child li a {
  width: 174px;
}

/* bodyHead */
.bodyHead {
  width: 100%;
  background: #ECF4F3 url("../images/page-ttl-bg@2x.png") no-repeat center;
  background-size: 960px;
  text-align: center;
  position: relative;
  height: 110px;
}

.bodyHead::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  z-index: 10;
  box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.2) inset;
}

.bodyHead h1 {
  text-align: left;
  font-size: 1.7rem;
  width: 960px;
  margin: 0 auto;
  text-shadow: 1px 1px 0px #ffffff;
  padding: 38px 0 0 22px;
}

/* breadCrumb */
.breadCrumb {
  padding: 10px 0 20px;
  width: 960px;
  margin: 0 auto;
}

.breadCrumb li {
  padding: 0;
  list-style: none;
  display: inline-block;
  font-size: 0.8rem;
}

.breadCrumb li a,
.breadCrumb li a:link,
.breadCrumb li a:visited,
.breadCrumb li a:hover,
.breadCrumb li a:active {
  color: #20716A;
}

.breadCrumb li::after {
  content: ">";
  color: #333333;
  margin: 0 5px;
}

.breadCrumb li:last-child::after {
  content: "";
}

/* bodyCont */
.bodyCont {
  width: 960px;
  margin: 0 auto 70px;
}

/* mainCont */
.bodyCont .mainCont {
  float: right;
  width: 684px;
  padding-top: 12px;
  position: relative;
}

.mainCont h2 {
  color: #20716A;
  margin: 0 0 30px;
  font-size: 1.5rem;
}

.mainCont p {
  margin-bottom: 30px;
}

.mainCont ul {
  padding-left: 21px;
}

.mainCont ul, .mainCont ol, .mainCont table, .mainCont p {
  letter-spacing: 1.2px;
  line-height: 1.6;
  font-size: 0.95rem;
}

.mainContSection {
  padding-bottom: 30px;
}

/* sideMenu */
.bodyCont .sideMenu {
  float: left;
  width: 240px;
  border: 1px solid #57A99A;
}

.bodyCont .sideMenu h3 {
  font-size: 1rem;
  padding: 15px 23px;
  margin: 0;
  color: #ffffff;
  background: #20716A;
}

.bodyCont .sideMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bodyCont .sideMenu ul li a,
.bodyCont .sideMenu ul li a:link,
.bodyCont .sideMenu ul li a:visited {
  display: block;
  background: url("../images/side-list01@2x.png") no-repeat 24px 22px;
  background-size: 12px;
  padding: 15px 23px 15px 41px;
  border-bottom: 1px dotted #57A99A;
  letter-spacing: 0.2px;
  color: #20716A;
}

.bodyCont .sideMenu ul li:last-child a {
  border-bottom: none;
}

.bodyCont .sideMenu ul li a:hover,
.bodyCont .sideMenu ul li a:visited,
.bodyCont .sideMenu ul li.current a {
  background-color: #ECF4F3;
  text-decoration: none;
}

/* pagetopBtn */
#pagetopBtn {
  position: fixed;
  bottom: 20px;
  right: 110px;
  width: 51px;
  height: 51px;
}

/* footer */
footer {
  background: #434141;
  color: #EAEAEA;
}

.footArea {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}

.footnav ul {
  width: 500px;
  float: left;
  padding: 0;
}

.footnav ul li {
  list-style: none;
  padding: 0;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 300;
  display: inline-block;
}

.footnav ul li::after {
  content: " | ";
}

.footnav ul li:last-child::after {
  content: "";
}

.footnav ul li a,
.footnav ul li a:link,
.footnav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #EAEAEA;
}

.footnav ul li a:hover,
.footnav ul li a:active {
  text-decoration: none;
  border-bottom: none;
}

.footInfo {
  float: right;
}

.footInfo p img {
  width: 300px;
}

.footInfo address {
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* asset */
.mainCont a {
  color: #20716A;
}

.bg01 {
  background-color: #ECF4F3;
}

.mainTtlH3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  background: url("../images/ttl-listh3@2x.png") no-repeat left center;
  background-size: 26px;
  padding-left: 33px;
}

.mainTtlH4 {
  font-size: 1.2rem;
}

.listStyle01 {
  border-top: 1px solid #BFBFBF;
  margin-bottom: 50px;
}

.listStyle01 dt {
  float: left;
  font-weight: normal;
  padding: 30px 0 15px 30px;
}

.listStyle01 dt::before {
  content: "● ";
  color: #57A99A;
}

.listStyle01 dd {
  padding: 30px 10px 30px 160px;
  margin-bottom: 0;
  border-bottom: 1px solid #BFBFBF;
}

/* listStyle02 */
.listStyle02 {
  border-top: 1px solid #BFBFBF;
  padding-top: 20px;
  margin-bottom: 50px;
}

.listStyle02 dt {
  float: left;
  font-weight: normal;
  padding: 15px 0 5px 1.2em;
  text-indent: -1.3em;
  margin-left: 1em;
}

.listStyle02 dt::before {
  content: "● ";
  color: #57A99A;
}

.listStyle02 dd {
  padding: 15px 10px 5px 300px;
  margin-bottom: 0;
}

.Tablestyle01 {
  width: 100%;
  margin-bottom: 50px;
}

.Tablestyle01 th,
.Tablestyle01 td {
  border: 1px solid #57A99A;
  padding: 10px 15px;
}

.Tablestyle01 th {
  background-color: #ECF4F3;
  color: #20716A;
}

.pdfIco {
  display: inline-block;
  content: "";
  background: url("../images/ico-pdf01@2x.png") no-repeat left center;
  background-size: 30px;
  min-height: 30px;
  padding: 5px 0 0 40px;
  text-decoration: underline;
}

.pdfIco:hover,
.pdfIco:active {
  text-decoration: none;
}

/* pageNavigation */
.pageNavigation{
  position: sticky;
  top: 0;
  padding-block: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -30px;
  filter: blur(10);
}
.pageNavigation ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;

}
.pageNavigation ul > li{
  display: flex;
  gap: 0 5px;
  margin-bottom: 0;
}
.pageNavigation ul > li::before{
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #57A99A;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-top: 0.5em;
  flex-shrink: 0;
}
