@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

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

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

table,
th,
td {
  border: none;
}

table,
table th,
table td {
  border-collapse: collapse;
}

#contents td.col_blue {
  background-color: #e5f7ff;
  font-size: 120%;
  font-weight: 700;
}

br.clear,
p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

a {
  overflow: hidden;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

a:hover img {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
}

.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

body {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #F3F9F6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body * {
  box-sizing: border-box;
}


#contents h1 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  color: #FFF;
  padding: 25px 35px 25px 50px;
  background: #166F3F;
  border-radius: 8px;
}

#contents h2 {
  color: #222;
  background: #EEE;
  font-size: 1.5rem;
  border-radius: 8px;
  line-height: 1.4;
  padding: 15px 0 16px 30px;
  margin-bottom: 20px;
  position: relative;
}

#contents h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #166F3F;
  border-radius: 8px 0 0 8px;
}

#contents h3 {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD;
  position: relative;
}

#contents h3::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #E66A11;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}

#contents h4 {
  font-size: 1.125rem;
  margin: 30px 0 20px;
  line-height: 1.5;
  color: #166F3F;
}

#contents h5 {
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.5;
}

#contents h6 {
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.5;
}

#contents p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1em;
}

#contents ul {
  margin: 0 0 20px 10px;
}

#contents ul li {
  margin: 0 auto 0.5em;
  line-height: 180%;
  font-size: 1rem;
  background: url(images/liStandard.svg) no-repeat left 10px;
  padding-left: 15px;
}

#contents ol {
  margin: 0 0 20px 30px;
}

#contents ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
  line-height: 180%;
  font-size: 1rem;
}

#contents ol.alpha li {
  list-style-type: lower-alpha;
}

#contents ol.kana li {
  list-style-type: katakana;
}

#contents ul li ul {
  margin: 5px 0 10px;
}

#contents ul li ul li,
#contents ol li ul li {
  background: url(images/liDot.svg) no-repeat left top 14px;
}

#contents ol li ul {
  margin: 10px 0;
}

#contents ul li ol {
  margin: 10px 0 10px 15px;
}

#contents ul li ol li {
  background: none;
  padding-left: 0;
}

#contents dl {
  font-size: 1rem;
}

#contents dt {
  margin-bottom: 10px;
}

#contents dd {
  margin: 0 0 30px 0;
  line-height: 150%;
}

hr {
  border: dotted #bcbcbc;
  border-width: 1px 0px 0px 0px;
  height: 1px;
  overflow: hidden;
  margin: 8px 0 16px;
  clear: both;
}

#contents table {
  max-width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  border: 1px solid #bcbcbc;
  empty-cells: show;
}

#contents caption {
  font-size: 1rem;
  color: #000;
  text-align: right;
  margin-bottom: 5px;
}

#contents td,
#contents th {
  border: 1px solid #bcbcbc;
  padding: 15px 20px;
  vertical-align: top;
  line-height: 160%;
}

#contents td.break {
  word-break: break-all
}

#contents th {
  color: #000;
  background: #f2f2f2;
  text-align: left;
}

#contents th p,
#contents td p {
  margin: 0;
  padding: 0;
  text-align: left;
}

#contents td ul {
  margin: 0 0 0 4px;
  padding: 0;
}

#contents td ol {
  margin: 0 0 0 15px;
  padding: 0;
}

#contents th.thCenter {
  text-align: center;
  vertical-align: middle;
}

#contents th.thRignt {
  text-align: right;
}

#contents table td.vMiddle {
  vertical-align: middle;
}

#contents blockquote {
  color: #333;
  margin: 10px 0 10px 40px;
  line-height: 150%;
  font-size: 1rem;
  font-style: italic;
}


.otoiawase {
  margin: 70px 0 40px;
  border: 1px #CCC solid;
  padding: 20px 30px 15px;
  overflow: hidden;
  border-radius: 10px;
}

#contents .otoiawase h2 {
  display: block;
  width: fit-content;
  background: #FFF;
  border: 1px solid #166F3F;
  color: #166F3F;
  padding: 4px 20px 6px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 20px;
  border-radius: 20px;
}

#contents .otoiawase h2::before {
  display: none;
}

#contents .otoiawase p {
  margin: 0 0 5px;
}

#contents .otoiawase p img {
  vertical-align: middle;
}

#contents .otoiawase ul {
  margin: 10px 30px;
}

#contents .otoiawase a[href^="https://logoform.jp/"] {
  background: url(images/iconMail.svg) no-repeat left center;
  padding-left: 30px;
}


.dottedLine {
  border: dotted 2px #999;
  padding: 10px 30px;
}

.kakomi {
  margin: 40px 0;
  border: 1px #CCC solid;
  padding: 20px 30px 5px;
  overflow: hidden;
  border-radius: 10px;
}

#contents .kakomi h2 {
  display: inline-block;
  background: #166F3F;
  color: #FFF;
  padding: 4px 20px 6px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
  border-radius: 20px;
  border-left: none;
}

#contents .kakomi h2::before {
  display: none;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

#contents p.textRight {
  text-align: right;
}

#contents p.textCenter {
  text-align: center;
}

.textRed {
  color: red;
}

.textPurple {
  color: #6A5ACD;
}

.textGreen {
  color: #00827D;
}

.textBlue {
  color: #346fb9;
}

.textGray {
  color: #999;
}

.textGraySmall {
  color: #999;
  font-size: 80%;
}

.textSmall {
  font-size: 80%;
}

.textSmall2 {
  font-size: 70%;
}

.textRedSmall {
  color: red;
  font-size: 80%;
}

.textStandard {
  font-size: 90%;
}

.textSmallRight {
  font-size: 84%;
  text-align: right;
}

.textBlueBold {
  color: #346fb9;
  font-weight: 700;
}

.textBackBlue {
  color: #FFF;
  background-color: #036;
  padding: 2px 5px;
}

.textLarge {
  font-size: 120%;
}

.textLargeBold {
  font-size: 120%;
  font-weight: 700;
}

#contents .textRed {
  color: red;
}

#contents .textPink {
  color: #e77f7f;
}

#contents .textPurple {
  color: #6A5ACD;
}

#contents .textGreen {
  color: #00827D;
}

#contents .textBlue {
  color: #346fb9;
}

#contents .textGray {
  color: #999;
}

#contents .textGraySmall {
  color: #999;
  font-size: 80%;
}

#contents .textSmall {
  font-size: 80%;
}

#contents .textSmall2 {
  font-size: 70%;
}

#contents .textStandard {
  font-size: 90%;
}

#contents .textSmallRight {
  font-size: 84%;
  text-align: right;
}

#contents .textBackBlue {
  color: #FFF;
  background-color: #036;
  padding: 2px 5px;
}

#contents .textLarge {
  font-size: 120%;
}

.backYellow {
  background: #FFFBC2;
}

.backPink {
  background: #FFEFD5;
}

.backBlue {
  background: #EEF7FF;
}

.backGreen {
  background: #F8FFF6;
}

#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
  border: none;
  padding: 0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
  border: none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
  padding: 10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
  border: none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
  padding: 20px;
}

#contents table.tableBorderYoko,
#contents table.tableBorderYoko th,
#contents table.tableBorderYoko td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #999;
}

#contents table.tableTextsmall {
  font-size: 76%;
}

a.pdfLink,
a.wordLink,
a.excelLink,
a.pptLink,
a.zipLink,
a.movieLink {
  display: inline-flex;
  align-items: center;
  padding-left: 24px;
  position: relative;
}

a.pdfLink::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(images/iconPdf.png) no-repeat center center;
  background-size: contain;
}

a.wordLink::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(images/iconWord.png) no-repeat center center;
  background-size: contain;
}

a.excelLink::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(images/iconExcel.png) no-repeat center center;
  background-size: contain;
}

a.pptLink::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(images/iconPowerPoint.png) no-repeat center center;
  background-size: contain;
}

a.zipLink::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(images/iconZip.png) no-repeat center center;
  background-size: contain;
}

a.movieLink::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(images/iconMovie.png) no-repeat center center;
  background-size: contain;
}

#contents ul li.pdfLink {
  padding: 5px 0 5px 25px;
  background: url(images/iconPdf.png) no-repeat left center;
}

a.pdfLink.noIcon {
  padding: 0;
  background: none;
}

#contents p.comment1 {
  background: url(images/kome.png) no-repeat left top 7px;
  padding-left: 20px;
}

#contents p.comment2 {
  text-indent: -1em;
  margin-left: 2em;
}

#contents p.comment3 {
  font-size: 80%;
  color: #999;
  margin-bottom: 20px;
}

#contents p.comment3::before {
  content: '';
  background: url(images/kome.png) no-repeat left center;
  width: 10px;
  height: 10px;
  padding-right: 18px;
}

.arrowRight {
  background: url(images/arrowRight.svg) no-repeat left center;
  padding-left: 20px;
}

.arrowRight2 {
  background: url(images/arrowRight.svg) no-repeat left center;
  padding-left: 20px;
}

#contents ul.indexMenu,
#contents ul.indexMenu2,
#contents ul.indexMenu3 {
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contents ul.indexMenu li {
  width: 100%;
}

#contents ul.indexMenu2 li {
  width: 48%;
}

#contents ul.indexMenu3 li {
  width: 32%;
}


#contents ul.indexMenu li,
#contents ul.indexMenu2 li,
#contents ul.indexMenu3 li {
  margin: 0 0 10px;
  padding: 0;
  background: none;
}

#contents ul.indexMenu li a,
#contents ul.indexMenu2 li a {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: block;
  padding: 15px 20px 15px 30px;
  background: url(images/liTriangle.svg) no-repeat 10px center;
  line-height: 1.6;
}

#contents ul.indexMenu3 li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #CCC;
  border-radius: 6px;
  padding: 15px 20px 15px 30px;
  background: url(images/liTriangle.svg) no-repeat 10px center;
  line-height: 1.6;
}

#contents ul.indexMenu3 li a span {
  font-size: 0.875rem;
  margin-top: 8px;
}

#contents ul.indexMenu li a:hover,
#contents ul.indexMenu2 li a:hover,
#contents ul.indexMenu3 li a:hover {
  background: url(images/liTriangle.svg) no-repeat 10px center #FFFDF8;
}

#contents ul.indexMenu li.noLink,
#contents ul.indexMenu2 li.noLink,
#contents ul.indexMenu3 li.noLink {
  border: 1px solid #EEE;
  border-radius: 6px;
  padding: 15px 20px 15px 30px;
  line-height: 1.6;
  color: #666;
}

#contents ul.indexMenu li a.pdfLink,
#contents ul.indexMenu2 li a.pdfLink,
#contents ul.indexMenu3 li a.pdfLink {
  background: url(images/iconPdf.png) no-repeat 10px center;
}

#contents ul.indexMenu li a.pdfLink:hover,
#contents ul.indexMenu2 li a.pdfLink:hover,
#contents ul.indexMenu3 li a.pdfLink:hover {
  background: url(images/iconPdf.png) no-repeat 10px center #FFFDF8;
}

.menuList,
.menuList2c,
.menuList3c {
  overflow: hidden;
  margin: 20px 0 50px;
}

#contents .menuList ul,
#contents .menuList2c ul,
#contents .menuList3c ul {
  margin: 0;
}

#contents .menuList ul li {
  width: 100%;
  background: none;
  padding: 0;
  margin: 0 0 10px;
}

#contents .menuList2c ul li {
  float: left;
  width: 49%;
  background: none;
  padding: 0;
  margin: 0 1% 20px 0;
}

#contents .menuList2c ul li:nth-child(2n) {
  margin: 0 0 20px 1%;
}

#contents .menuList3c ul li {
  float: left;
  width: 32%;
  background: none;
  padding: 0;
  margin: 0 1% 20px 0;
}

#contents .menuList3c ul li:nth-child(3n-1) {
  margin: 0 1% 20px 1%;
}

#contents .menuList3c ul li:nth-child(3n) {
  margin: 0 0 20px 1%;
}

#contents .menuList ul li a,
#contents .menuList2c ul li a,
#contents .menuList3c ul li a {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: block;
  padding: 15px 20px 15px 30px;
  background: url(images/liOrange.svg) no-repeat 10px center;
}

#contents .menuList ul li a:hover,
#contents .menuList2c ul li a:hover,
#contents .menuList3c ul li a:hover {
  background: url(images/liOrange.svg) no-repeat 10px center #FFFCED;
}

#contents .menuList ul li.noLink,
#contents .menuList2c ul li.noLink,
#contents .menuList3c ul li.noLink {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: block;
  padding: 15px 20px 15px 30px;
  color: #666;
  background: url(images/liOrange.svg) no-repeat 10px center;
}

.photoAreaL {
  float: left;
  margin: 0 20px 30px 0;
}

.photoAreaR {
  float: right;
  margin: 0 0 30px 20px;
}

#contents .photoAreaL p,
#contents .photoAreaR p {
  margin: 0;
  padding: 5px;
  background: #EEE;
  font-size: 80%;
  line-height: 120%;
  color: #333;
}

#contents p.marginZero {
  margin: 0;
  padding: 1px;
}

#contents p.marginZero img {
  border: 4px solid #FFF;
}

#contents .imgLeft {
  float: left;
  margin-right: 40px;
}

#contents .imgRight {
  float: right;
  margin-left: 40px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.jcc {
  justify-content: center;
}

.jcl {
  justify-content: left;
}

.jcb {
  justify-content: space-between;
}

.flex.item2>* {
  width: 48%;
}

.flex.item3>* {
  width: 31%;
}

.flex.item3>*:nth-child(2n) {
  padding: 0 20px;
}

.flex.item3 p img {
  border: 1px solid #CCC;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/***************/



header {
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  filter: drop-shadow(0 0 20px #0006);
}

#headerInside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  height: 122px;
  margin: 0 auto;
}

#siteID p {
  width: 420px;
}

#siteID img {
  display: block;
  /* margin-bottom: 8px; */
}

#siteID.hidden h1 {
  visibility: hidden;
}

#headMenu {
  display: flex;
  justify-content: right;
  align-items: center;
}

#headMenu nav ul {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}

#headMenu nav ul li {
  font-size: 1rem;
}

#headMenu nav ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 98px;
  height: 72px;
  font-size: 14px;
  padding-top: 55px;
}

#headMenu nav ul li a:hover {
  color: #8a0000;
  opacity: 0.8;
}

#headMenu nav ul li#healt a {
  background: url(images/icon1.svg) no-repeat center top;
  background-size: 45px auto;
}

#headMenu nav ul li#check a {
  background: url(images/icon2.svg) no-repeat center top;
  background-size: 45px auto;
}

#headMenu nav ul li#progr a {
  background: url(images/icon3.svg) no-repeat center top;
  background-size: 45px auto;
}

#headMenu nav ul li#relat a {
  background: url(images/icon4.svg) no-repeat center top;
  background-size: 45px auto;
}

#headMenu nav ul li#home {
  display: none;
}

#mainVisual {
  margin-top: 122px;
  width: 100%;
  height: 280px;
  background: url(images/headBack.jpg) no-repeat center center;
  background-size: cover;
}

#mainVisual #catchCopy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
  padding-left: 100px;
  position: relative;
  filter: drop-shadow(2px 2px 3px #00000036);
}

#mainVisual #catch1 {
  color: #FFF;
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1;
  filter: drop-shadow(2px 2px 4px #00000099);
}

#mainVisual #catch2 {
  line-height: 1.8;
  color: #FFF;
  filter: drop-shadow(2px 2px 3px #000000CC);
}

#mainVisual #catchCopy::after {
  content: '';
  display: block;
  width: 238px;
  height: 200px;
  background: url(images/illust0.svg);
  background-size: contain;
  position: absolute;
  bottom: -15px;
  right: 20px;
  filter: drop-shadow(2px 2px 3px #00000036);
}

.w1100 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}

#infoArea {
  padding: 60px 0;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

#contents #infoArea {
  padding: 0 0 10px;
}

#infoArea h2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  position: relative;
}

#infoArea h2:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #026435;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -25px;
}

.toIchiran a {
  display: block;
  padding: 16px 10px 16px 18px;
  border: 1px solid #111;
  color: #111;
  font-size: 0.875rem;
  text-decoration: none;
  background: url(images/liTriangle.svg) no-repeat right 20px center;
}

.toIchiran a:hover {
  background: url(images/liTriangle.svg) no-repeat right 20px center #111;
  color: #FFF;
}

#infoWrap {
  width: 100%;
  max-width: 840px;
  margin: 40px auto 0;
  background: #FFF;
  border-radius: 20px;
  padding: 20px 30px 20px;
  text-align: left;
}

#infoArea table {
  width: 100%;
}

#infoArea table th,
#infoArea table td {
  padding: 15px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: top;
}

#infoArea table tr {
  border-bottom: 1px solid #CCC;
}

#infoArea th {
  width: 10em;
}

#infoArea td a {
  text-decoration: none;
}

#contents #infoArea table,
#contents #infoArea table th,
#contents #infoArea table td {
  border: none;
  background: none;
}

#linkArea {
  width: calc(100% - 20px);
  max-width: 1160px;
  margin: 0 auto 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

#linkArea>div {
  width: calc((100% - 20px) / 2);
  padding: 30px 50px 30px;
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  background: #CFEBDE;
  border-radius: 18px;
}

#linkArea>div.wide {
  padding: 30px 50px 30px 20px;
}

#linkArea>div:nth-child(2),
#linkArea>div:nth-child(3) {
  background: #DDEEE6;
}

.linkItem .icon {
  width: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.linkItem.wide .icon {
  width: 140px;
}

.linkItem>div {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.linkItem>div h2 {
  width: 100%;
  max-width: 310px;
  height: 69px;
  background: url(images/fukidashi1.svg) no-repeat center center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  font-size: 1.375rem;
  margin-bottom: 20px;
}

.linkItem>div h2.fukidashi2 {
  background: url(images/fukidashi2.svg) no-repeat center center;
  background-size: 100% auto;
}

.linkItem>div p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.linkItem>div p.kuwashiku {
  margin-top: auto;
  margin-bottom: 0;
  line-height: 1;
  text-align: right;
}

.linkItem .kuwashiku a {
  display: inline-block;
  color: #FFF;
  background: #026435;
  padding: 8px 30px;
  border-radius: 20px;
  text-decoration: none;
}

.linkItem .kuwashiku a:hover {
  opacity: 0.8;
}



.flexColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0;
}

.flexColumn p:last-child {
  margin-top: auto;
}

#movieArea h2 {
  font-size: 1.375rem;
  margin: 10px 0;
}

#movieArea p {
  line-height: 1.6;
}

a.buttonLink {
  text-align: center;
}

a.buttonLink {
  display: inline-block;
  border: 1px solid #CCC;
  padding: 10px 33px 12px 20px;
  border-radius: 40px;
  background: url(images/liStandard.svg) no-repeat right 10px center;
  background-size: 10px 10px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.buttonLink:hover {
  color: #FFF;
  background: url(images/liStandard.svg) no-repeat right 10px center #166F3F;
  background-size: 10px 10px;
}

footer {
  text-align: left;
  position: relative;
  border-top: 5px solid #007545;
  background: #FFF;
}

#pagetop {
  position: absolute;
  top: -40px;
  right: 20px;
  cursor: pointer;
  border: none;
  background: none;
}

#footerWrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 110px 0 70px;
}

#footerID {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

#footerID img {
  width: 160px;
  height: auto;
}

#footerID span {
  font-weight: bold;
}

#footerL address {
  font-style: normal;
  margin: 20px 0 40px 30px;
}

#footerL address p {
  margin: 10px 0;
}

#footerL address p.iconMail {
  margin: 20px 0 0;
}

#footerR {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

#footerR::after {
  content: '';
  display: block;
  width: 112px;
  height: 64px;
  background: url(images/illustMascot.png);
  background-size: cover;
  position: absolute;
  bottom: 30px;
  right: 0;
}

#footerR ul {
  display: flex;
  gap: 0 2em;
}

#footerR ul li a {
  text-decoration: none;
  color: #000;
  font-size: 0.875rem;
}

#footerR ul li a:hover {
  text-decoration: underline;
}

#toHome {
  display: none;
  padding-bottom: 60px;
}

#toHome a {
  display: block;
  background: url(images/iconHome.svg) no-repeat left 16px center #FFF;
  padding: 6px 20px 8px 48px;
  text-decoration: none;
  border: 1px solid #007545;
  border-radius: 2em;
}

#toHome a:hover {
  background: url(images/iconHome.svg) no-repeat left 16px center #fffef3;
}

#copyright {
  color: #FFF;
  background: #007545;
  font-size: 0.875rem;
  padding: 4px;
  text-align: center;
  font-weight: 200;
}

.iconMail a {
  background: url(images/iconMail.svg) no-repeat left center;
  padding-left: 30px;
}


/* Contents */
/* #contentsHead {
  margin-top: 122px;
  height: 100px;
  background: url(images/headBack.svg) repeat-x center bottom #DDF1FF;
  background-size: auto 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contentsHead p {
  visibility: hidden;

  font-size: 1.5rem;
  display: inline-block;
  background-color: #FFF;
  padding: 10px 20px;
} */

#topicPath {
  text-align: left;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 140px 10px 12px;
  font-size: 0.875rem;
  /* background: #F3F3F3; */
}

main {
  flex-grow: 1;
  padding-top: 40px;
}

#contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 70px;
  text-align: left;
  background: #FFF;
  padding: 35px 25px 4px;
  border-radius: 20px;
  min-height: calc(100vh - 592px);
}

#contents p+h2,
#contents ul+h2,
#contents ol+h2,
.last+h2 {
  margin-top: 60px;
}

#contents table.textCenter th,
#contents table.textCenter td {
  text-align: center;
}

#contents p.linkButton {
  text-align: center;
  margin: 60px auto 20px;
  font-size: 1.25rem;
}

#contents p.linkButton a {
  display: inline-block;
  border: 2px solid #59AE80;
  padding: 20px 120px 20px 100px;
  border-radius: 40px;
  background: url(images/arrowGreen.svg) no-repeat right 20px center;
  color: #59AE80;
  text-decoration: none;
}

#contents p.linkButton a:hover {
  color: #FFF;
  background: url(images/arrowGreen2.svg) no-repeat right 20px center #59AE80;
}

.flexCenter {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.space-between {
  justify-content: space-between;
}

.spShow {
  display: none;
}

.photo2,
.photo3,
.photo4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.photo2>* {
  width: 48%;
  margin-bottom: 20px;
}

.photo3>* {
  width: 31%;
  margin-bottom: 20px;
}

.photo4>* {
  width: 23%;
  margin-bottom: 20px;
}

.w100 {
  width: 100%;
}

#contents table.borderNone {
  border: none;
}

#contents table.borderNone th,
#contents table.borderNone td {
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  border-left: none;
  border-right: none;
}

#contents table.borderNone tr {
  border-bottom: 1px solid #CCC;
}

#contents table.borderNone th {
  background: #e4eff4;
}

#contents ul.linkMenu li {
  background: none;
  padding: 0;
}

#contents ul.linkMenu {
  margin: 0 10px 20px;
}

#contents ul.linkMenu li a {
  display: block;
  border: 1px solid #DDD;
  border-radius: 8px;
  padding: 20px 30px 20px 40px;
  background: url(images/liTriangle.svg) no-repeat left 20px center;
}

#contents ul.linkMenu li a:hover {
  background: url(images/liTriangle.svg) no-repeat left 20px center #FBFCFF;
}

.iframeArea {
  margin: 0 auto 50px;
  text-align: center;
}

.spClick {
  pointer-events: none;
}

#contents .yubiLink {
  margin: 25px 0;
}

.yubiLink a {
  background: url(images/iconYubi.svg) no-repeat left center;
  padding-left: 50px;
}

.yubiLink a.pdfLink {
  position: relative;
}

.yubiLink a.pdfLink::after {
  content: url(images/iconPdf.png);
  position: absolute;
  top: 7px;
  right: -20px;
}

.indexMenu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 20px;
}

.indexMenu .item {
  width: 100%;
}

#contents .indexMenu p {
  font-size: 1.5rem;
}

.indexMenu .item a {
  display: block;
  border: 1px solid #CCC;
  border-radius: 20px;
  padding: 20px 30px 0;
  margin-bottom: 30px;
  text-decoration: none;
  color: #333;
  background: #FFF;
  filter: drop-shadow(2px 2px 4px #0001);
}

.indexMenu .item p {
  text-align: center;
  border-bottom: 2px solid #fde1d2;
  padding-bottom: 10px;
}

.indexMenu .item ul {
  display: flex;
  justify-content: center;
  color: #999;
}

#contents .indexMenu>p {
  width: calc((100% - 40px) / 3);
  margin-bottom: 0;
}

.indexMenu>p a {
  display: block;
  border: 1px solid #CCC;
  border-radius: 20px;
  padding: 20px 0;
  text-decoration: none;
  color: #333;
  background: #FFF;
  text-align: center;
  filter: drop-shadow(2px 2px 4px #0001);
}

.indexMenu .item a:hover,
.indexMenu>p a:hover {
  background: #fffff8;
}

.indexWrap {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 30px;
  background: #FFF;
  filter: drop-shadow(2px 2px 4px #0001);
}

#contents .indexWrap h2 {
  font-size: 1.5rem;
  background: none;
  padding: 20px 0;
  margin: 0 30px 20px;
  font-weight: normal;
  text-align: center;
  border-bottom: 2px solid #afd2bf;
  border-radius: 0;
}

#contents .indexWrap h2::before {
  display: none;
}

#contents .indexWrap ul {
  display: flex;
  justify-content: center;
  color: #999;
}

#contents .indexWrap ul li {
  background: none;
  position: relative;
}

#contents .indexWrap ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #166F3F;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2px);
  left: 0px;
}

.indexWrap a {
  text-decoration: none;
}

.indexWrap ul li a {
  text-decoration: underline;
}


.arrow {
  position: relative;
}

.arrow::after {
  content: url(images/arrowGreen.svg);
  line-height: 0;
  position: absolute;
  top: calc(50% - 7px);
  right: -20px;
}

#contents ul.localNavi {
  margin: 80px 0 20px;
  padding-top: 80px;
  border-top: 4px solid #EEE;
  display: flex;
}

#contents ul.localNavi li {
  background: none;
  padding: 0;
  width: 23%;
}

#contents ul.localNavi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #333;
  background: #FFF;
  padding: 20px 10px;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 4px #0001);
}

#contents ul.localNavi li a.active {
  color: #AAA;
  pointer-events: none;
}

#contents ul.localNavi li a.active span::after {
  display: none;
}

#contents ul.localNavi li a:hover {
  background: #fffff8;
}

.accButton {
  position: relative;
  cursor: pointer;
}

.accButton::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FF9D6C;
  border-left: 3px solid #FF9D6C;
  transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}

.accButton.active::after {
  transform: rotate(45deg);
  top: calc(50% - 4px);
}

.accHide {
  border: 1px solid #CCC;
  padding: 0 50px;
  border-radius: 15px;
  margin-bottom: 80px;
}

#contents h3.accButton {
  border: 1px solid #CCC;
  padding: 15px 25px;
  border-radius: 15px;
  margin-bottom: 4px;
}

#contents h3.accButton::before {
  display: none;
}

.wcv_ww_newwindowicon,
.wcv_ww_fileicon {
  vertical-align: middle;
  padding-left: 8px;
}


/* 599 */
@media screen and (max-width:900px) {
  html {
    font-size: 15px;
  }

  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body * {
    max-width: 100%;
  }

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

  .pcShow {
    display: none !important;
  }

  .spShow {
    display: block;
  }

  table.spShow {
    display: table;
  }

  #toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 35px;
    z-index: 10;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 30px;
    height: 20px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.motion span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    background-color: #333;
  }

  .menu-trigger.motion span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.motion span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
    background-color: #333;
  }

  #headMenu nav>ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #B5B5B5C2;
    overflow-y: scroll;
    z-index: 1;
    padding: 80px 20px 80px;
  }

  #headMenu nav ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid #006335;
    background: #FFFFFF;
  }

  #headMenu nav ul li:last-child {
    border-bottom: 1px solid #006335;
  }

  #headMenu nav ul li a {
    display: block;
    padding: 18px 0 18px 80px;
    color: #333;
    text-decoration: none;
    text-align: left;
    height: auto;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 400;
    width: 100%;
  }

  #headMenu nav ul li#home {
    display: block;
    background: url(images/icon0.svg) no-repeat left 20px center #FFF;
    background-size: auto 35px;
  }

  #headMenu nav ul li#home a,
  #headMenu nav ul li#healt a,
  #headMenu nav ul li#check a,
  #headMenu nav ul li#progr a,
  #headMenu nav ul li#relat a {
    background-position: left 20px center;
    background-size: auto 35px;
  }

  #headerInside {
    height: 80px;
    padding: 0 20px;
  }

  #mainVisual {
    margin-top: 80px;
  }

  #siteID h1,
  #siteID p {
    padding-left: 0;
    text-align: left;
    width: 76%;
  }

  #mainVisual .catchCopy {
    top: calc(50% - 20px);
    left: calc(50% - 6em);
    font-size: 1.5rem;
  }

  #mainVisual #catchCopy::after {
    width: 138px;
    height: 116px;
  }

  #mainVisual #catchCopy {
    padding-left: 30px;
    padding-top: 70px;
    justify-content: start;
  }

  #mainVisual #catchCopy img {
    width: 300px;
  }

  #mainVisual #catch1 {
    font-size: 1.5rem;
  }

  #mainVisual #catch2 {
    line-height: 1.8;
    padding-left: 0;
  }

  .grayArea {
    padding: 25px 10px;
  }

  .w1100 {
    padding: 20px 10px 35px;
  }

  #infoArea table th {
    padding-bottom: 0;
  }

  #infoArea table th,
  #infoArea table td {
    vertical-align: top;
    display: block;
    width: 100%;
  }

  #infoArea {
    padding: 60px 10px;
  }

  #infoWrap {
    padding: 20px;
  }

  #linkArea {
    display: block;
  }

  #linkArea>div {
    width: 100%;
    padding: 24px 20px 30px;
    gap: 0 18px;
    margin-bottom: 10px;
  }

  #linkArea>div.wide {
    padding: 30px 20px 30px 20px;
  }

  .linkItem .icon {
    width: 80px;
  }

  .linkItem.wide .icon {
    width: 84px;
  }

  #linkArea h2 {
    font-size: 1.25rem;
  }

  #movieArea {
    display: block;
    padding: 24px 30px;
  }

  #movieArea h2 {
    font-size: 1.25rem;
  }

  #movieArea .flexColumn p:last-child {
    text-align: center;
    margin-bottom: 40px;
  }

  #pagetop {
    width: 64px;
    right: 8px;
  }

  footer {
    padding: 0;
  }

  #footerWrap {
    padding: 30px 15px 40px;
    flex-direction: column-reverse;
  }

  #footerR {
    align-items: center;
  }

  #footerR ul {
    display: none;
    /* gap: 0 1.5em;
    margin-bottom: 30px; */
  }

  #footerR::after {
    bottom: -318px;
  }

  #footerL address p {
    line-height: 1.8;
  }


  #cateArea {
    margin-top: 80px;
  }

  #cateArea h1 {
    padding: 10px 35px 0;
    font-size: 1.75rem;
  }

  #topicPath {
    display: none;
  }


  #contents {
    padding: 20px;
    width: calc(100% - 20px);
    margin: 10px auto 30px;
  }

  #contents h2 {
    padding: 10px 20px 8px 15px;
  }

  #contents p+h2,
  #contents ul+h2,
  #contents ol+h2,
  .last+h2 {
    margin-top: 80px;
  }

  .photo2>*,
  .photo3>*,
  .photo4>* {
    width: 100%;
  }

  #contents .imgRight,
  #contents .imgLeft {
    float: none;
    margin: 0 auto 2em;
    text-align: center;
  }

  .spClick {
    pointer-events: initial;
  }

  .pcOverflow {
    overflow: initial;
  }

  .yubiLink a {
    display: inline-block;
    line-height: 1.6;
    background-position: left top 5px;
    padding-bottom: 5px;
  }

  .indexMenu {
    margin: 20px 0;
  }

  .indexMenu .item a {
    padding: 20px 10px 0;
  }

  #contents .indexMenu .item ul {
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }

  #contents .indexMenu .item ul li {
    margin: 0 6px 0.5em;
  }

  .indexMenu>p {
    width: 100%;
  }

  #contents table {
    max-width: initial;
  }

  #contents .normal table {
    width: 1000px;
  }

  #contents .nowrap table th,
  #contents .nowrap table td {
    white-space: nowrap;
  }

  #contents ul.localNavi {
    flex-wrap: wrap;
  }

  #contents ul.localNavi li {
    width: calc(50% - 10px);
    margin: 0 auto 15px;
  }

  .accHide {
    padding: 0 20px;
  }

  .iframeBlock {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .iframeBlock iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  #contents ul.indexMenu li,
  #contents ul.indexMenu2 li,
  #contents ul.indexMenu3 li {
    width: 100%;
  }

  .kakomi {
    padding: 12px 10px 0px;
  }

  .otoiawase {
    padding: 20px 25px 15px;
  }

  #contents {
    margin: 45px auto 30px;
  }

  #contents h1 {
    padding: 25px 35px 25px 23px;
  }

  #contents .indexWrap ul {
    display: block;
    margin: 0 35px 20px;
  }
}