@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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: 900;
}

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 {
  color: #3c72d4;
}

a:active {
  color: #f00;
}

a:visited {
  color: #7c419e;
}

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

strong {
  font-weight: 700;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  margin: 0;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

h1 {
  font-size: 2rem;
  line-height: 1.5;
  color: #222;
  text-align: center;
}

#contents h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  color: #009C76;
  background: #EFF6F5;
  border-radius: 4px;
  padding: 6px 20px 10px;
  margin-bottom: 40px;
}


#contents h3 {
  color: #222;
  font-size: 1.25rem;
  border-radius: 2px;
  line-height: 1.4;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
  position: relative;
}

#contents h3::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(images/h3Back.svg);
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
}

#contents h4 {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

#contents h5 {
  font-size: 1.125rem;
  border-bottom: 1px solid #EADCD8;
  padding-bottom: 4px;
  margin: 30px 0 20px;
  line-height: 1.5;
  color: #4B3027;
}

#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/liBorder.svg) no-repeat left 15px;
}

#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: 40px 0;
  border: 1px #CCC solid;
  padding: 20px 30px 5px;
  overflow: hidden;
  border-radius: 10px;
}

#contents .otoiawase h2 {
  display: inline-block;
  background: #7a7072;
  color: #FFF;
  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 15px;
}

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

#contents .otoiawase ul {
  margin: 10px 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;
}

.kakomi.green {
  border: 1px solid #009C76;
}

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

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

/* #contents .kakomi p {
  margin: 0 0 15px;
} */

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

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

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

.textRed {
  color: red;
}

.textPink {
  color: #e77f7f;
}

.textPurple {
  color: #6A5ACD;
}

.textGreen {
  color: #009C76;
}

.textBlue {
  color: #3849B0;
}

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

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

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

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

#contents .textRed {
  color: red;
}

#contents .textPink {
  color: #e77f7f;
}

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

#contents .textGreen {
  color: #009C76;
}

#contents .textBlue {
  color: #3849B0;
}

#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: #fffde7;
}

.backPink {
  background: #fff3fd;
}

.backBlue {
  background: #EEF7FF;
}

.backGreen {
  background: #EFF6F5;
}

.backGray {
  background: #EEE;
}

.white {
  background: #FFF;
  padding: 20px 30px 10px;
  border-radius: 10px;
}

#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.tableTextsmall {
  font-size: 76%;
}

a.pdfLink {
  padding: 5px 0 5px 20px;
  background: url(images/iconPdf.png) no-repeat left center;
}

a.wordLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconWord.png) no-repeat left center;
}

a.excelLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconExcel.png) no-repeat left center;
}

a.pptLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconPowerPoint.png) no-repeat left center;
}

a.zipLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconZip.png) no-repeat left center;
}

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

#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.svg) no-repeat left top 8px;
  padding-left: 20px;
}

#contents p.comment1.textSmall {
  background: url(images/kome.svg) no-repeat left top 7px;
  background-size: 10px 10px;
  padding-left: 15px;
}

#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.svg) 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 {
  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.indexMenu li,
#contents ul.indexMenu2 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 40px;
  background: url(images/liStandard.svg) no-repeat left 20px center #FFF;
  line-height: 1.6;
  text-decoration: none;
}

#contents ul.indexMenu li a:hover,
#contents ul.indexMenu2 li a:hover {
  background: url(images/liStandard.svg) no-repeat left 20px center #fdfce5;
}

#contents ul.indexMenu li.noLink,
#contents ul.indexMenu2 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 {
  background: url(images/iconPdf.png) no-repeat 20px center;
}

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

ul.indexMenu li a span {
  display: inline-block;
  margin-right: 1em;
  background: #009C76;
  color: #FFF;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
}

.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/liStandard.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/liStandard.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/liStandard.svg) no-repeat 10px center;
}

#contents ul.horizonMenu {
  display: flex;
  flex-wrap: wrap;
}

#contents ul.horizonMenu li {
  border: 1px solid #EEE;
  border-radius: 30px;
  padding: 5px 20px 5px 30px;
  background: url(images/liStandard.svg) no-repeat left 10px top 14px;
  margin: 0 10px 10px;
}

#contents ul.horizonMenu.down li {
  background: url(images/liDown.svg) no-repeat left 10px top 14px;
}

.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: 20px;
}

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

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

.flex.center {
  justify-content: center;
}

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

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

.flex.item2 {
  justify-content: space-between;
  gap: 20px 20px;
}

.flex.item2>* {
  width: calc((100% - 20px) / 2);
}

.flex.item3 {
  justify-content: space-between;
  gap: 20px 20px;
}

.flex.item3>* {
  width: calc((100% - 40px) / 3);
}

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

.flex.item4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.flex.item4>* {
  width: calc((100% - 60px) / 4);
}

#contents .flex.center>* {
  margin: 0 20px;
}

.flex .colored {
  background: #EFF6F5;
  transition: all 0.5s;
}

.colored[data-click]:hover {
  background: #F0ECEB;
}


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

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

a.buttonLink {
  text-align: center;
}

a.buttonLink {
  display: inline-block;
  border: 2px solid #559AC2;
  padding: 10px 33px 10px 20px;
  border-radius: 40px;
  background: url(images/liStandard.svg) no-repeat right 10px center;
  background-size: 10px 10px;
  color: #559AC2;
  text-decoration: none;
}

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


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

#blockskip {
  position: absolute;
  top: 0;
  left: calc(50% - 91px);
  z-index: 999;
}

#blockskip a {
  height: 0;
  font-size: 0;
  text-decoration: none;
  color: transparent;
}

#blockskip a.show {
  display: inline-block;
  font-size: 90%;
  height: auto;
  width: 100%;
  background: #003E63;
  color: #FFF;
  padding: 6px 10px 6px;
  border-radius: 0 0 4px 4px;
}

.w800,
#contents.w800 {
  max-width: 800px;
  margin: 40px auto;
}

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

.w1200 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  max-width: calc(100% - 20px);
  margin: auto;
}

#siteID img {
  width: auto;
  height: 65px;
}

#headMenu {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 0 50px;
  font-size: 0.875rem;
  height: 40px;
}

#headMenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}

#headMenu ul li a {
  color: #000;
  text-decoration: none;
  padding-left: 14px;
  position: relative;
}

#headMenu ul li a:hover {
  color: #009C76;
}

#headMenu ul li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #009C76;
  border-right: 1px solid #009C76;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}

#headMenu p {
  height: 100%;
}

#headMenu p a {
  background: #009C76;
  color: #FFF;
  text-decoration: none;
  font-size: 1.175rem;
  font-weight: 400;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 30px 4px;
  border-radius: 0 0 4px 4px;
}

#headMenu p a:hover {
  background: #007A5D;
}

header .spPlus {
  display: none;
}

#gNavi ul {
  height: 60px;
  display: flex;
  justify-content: right;
  gap: 0 15px;
  font-size: 1.125rem;
  font-weight: 400;
}

#gNavi ul li {
  display: flex;
  align-items: center;
}

#gNavi ul li a {
  color: #000;
  text-decoration: none;
  padding: 6px 20px 8px;
  border-radius: 4px;
}

#gNavi ul li a:hover {
  color: #009C76;
}

#gNavi ul li.highlight {
  padding: 0 15px;
}

#gNavi ul li.highlight a {
  background: #E6F7F0;
  border: 1px solid #009C76;
  padding: 6px 34px 8px;
}

#gNavi ul li.spShow {
  display: none;
}

#gNavi ul li.instaIcon a {
  padding: 0;
}

#gNavi ul li.instaIcon a img {
  width: 40px;
  height: 40px;
}

#toggle {
  display: none;
}

#mainImage {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slide p img {
  object-fit: cover;
  width: 100%;
}


#home main {
  padding-bottom: 50px;
}

#largeMenuWrap {
  background: #EBF0F3;
  padding: 50px 10px;
}

#target {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 825px;
  margin: auto;
}

#target>div {
  width: calc(100% / 5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  border: 3px solid #EBF0F3;
  border-radius: 10px;
  padding: 20px 3px 8px;
  transition: all 0.5s;
}

#target>div:hover {
  background: #f8fff4;
}

#target>div p:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

#target a {
  display: block;
  margin-top: 10px;
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.3;
}

#largeMenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 40px;
  padding-bottom: 35px;
}

#largeMenu>div {
  width: calc((100% - 30px) / 3);
}

.mainLink {
  background: #EEE;
  padding: 10px;
  transition: all 0.5s;
}

.mainLink.blue {
  background: #C9E7FE;
}

.mainLink.green {
  background: #CFF8DC;
}

.mainLink.orange {
  background: #F7EAD8;
}

.mainLink.pink {
  background: #FFD9F6;
}

.mainLink.lavender {
  background: #E6D9FF;
}

.mainLink.yellow {
  background: #FFF6D9;
}

.mainLink>div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0 10px;
}

.mainLink>div p:last-child {
  padding-left: 30px;
  line-height: 1.6;
}

.mainLink p {
  font-size: 0.75rem;
}

.mainLink a {
  text-decoration: none;
  font-size: 1.175rem;
  font-weight: 500;
  padding: 0 0 2px 30px;
}

.mainLink.blue a {
  color: #003E63;
  background: url(images/arrowBlue.svg) no-repeat left center;
}

.mainLink.green a {
  color: #267B41;
  background: url(images/arrowGreen.svg) no-repeat left center;
}

.mainLink.orange a {
  color: #C37C1A;
  background: url(images/arrowOrange.svg) no-repeat left center;
}

.mainLink.pink a {
  color: #C31A9A;
  background: url(images/arrowPink.svg) no-repeat left center;
}

.mainLink.lavender a {
  color: #9A65FF;
  background: url(images/arrowLavender.svg) no-repeat left center;
}

.mainLink.yellow a {
  color: #F1B800;
  background: url(images/arrowYellow.svg) no-repeat left center;
}

.mainLink:hover {
  opacity: 0.8;
}

#info {
  /* background: #EFF6F5; */
  padding: 70px 0 50px;
}

#info .w1100 {
  position: relative;
}

#info h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #009C76;
  text-align: left;
  margin-bottom: 20px;
}

table.infoTable {
  width: 100%;
  border-top: 1px solid #CCC;
  text-align: left;
}

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

table.infoTable tr:hover {
  background: #e7f6f3;
}

table.infoTable th {
  width: 9em;
  padding: 1em 0.5em;
  font-weight: 300;
  vertical-align: top;
}

table.infoTable th,
table.infoTable td {
  line-height: 1.5;
}

table.infoTable td {
  padding: 1em 0.5em;
}

table.infoTable td a {
  color: #000;
  text-decoration: none;
}

table.infoTable td span {
  margin-right: 1em;
}

table.infoTable td img {
  margin-left: 0.5em;
  vertical-align: middle;
}

#info p.toIchiran {
  font-size: 0.875rem;
  position: absolute;
  top: 4px;
  right: 0;
}

#info p.toIchiran a {
  color: #FFF;
  background: url(images/arrowWhite.svg) no-repeat right 10px center #009C76;
  background-size: auto 12px;
  text-decoration: none;
  display: inline-block;
  padding: 8px 40px 8px 20px;
  border-radius: 20px;
  transition: all 0.5s;
}

#info p.toIchiran a:hover {
  background: url(images/arrowWhite.svg) no-repeat right 10px center #007A5D;
  background-size: auto 16px;
}

#gairaiInfo {
  width: 100%;
  max-width: 1100px;
  margin: 55px auto 0;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 30px 40px;
}

#gairaiInfo h2 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

#gairaiInfo table {
  width: 100%;
  margin-bottom: 20px;
}

#gairaiInfo th,
#gairaiInfo td {
  padding: 14px 24px;
  text-align: center;
  border: 1px solid #FFF;
  line-height: 1.6;
  font-size: 1.125rem;
}

#gairaiInfo th {
  color: #FFF;
  background: #71ac47;
}

#gairaiInfo tr:nth-child(2) td {
  background: #d6e2d0;
}

#gairaiInfo tr:nth-child(3) td {
  background: #ebf1e9;
}

#gairaiInfo p {
  margin-bottom: 30px;
  line-height: 1.6;
}

#gairaiInfo .flex {
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 40px;
}

#gairaiInfo .flex>* {
  width: 49%;
}

.gairaiItem {
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.gairaiItem h3 {
  background: #EFF6F5;
  color: #009C76;
  padding: 6px 0 8px;
  font-size: 1rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
}

.gairaiItem.saturday h3 {
  background: #EDEFFB;
  color: #3849B0;
}

.gairaiItem.sunday h3 {
  background: #FBEDED;
  color: #9C1919;
}

.gairaiItem p {
  margin-bottom: 10px;
}

.gairaiItem strong {
  font-size: 1.125rem;
  padding: 0 5px;
}

#gairaiLink ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

#gairaiLink ul li {
  width: 33%;
}

#gairaiLink ul li a {
  color: #FFF;
  background: url(images/arrowWhite.svg) no-repeat right 10px center #009C76;
  background-size: auto 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0 12px;
  border-radius: 6px;
  transition: all 0.5s;
  font-weight: 400;
}

#gairaiLink ul li a:hover {
  background: url(images/arrowWhite.svg) no-repeat right 10px center #007A5D;
  background-size: auto 16px;
}

/* #targetMenu {
  background: url(images/targetBack.jpg) no-repeat center top #FFF;
  background-size: contain;
  padding: 85px 0 15px;
}

#targetContents {
  background: #FFF;
  border-radius: 15px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 40px;
}

#targetContents ul {
  display: flex;
  justify-content: space-between;
}

#targetContents ul li {
  width: 33.3%;
  border-right: 1px solid #CCC;
}

#targetContents ul li:last-child {
  border-right: none;
}

#targetContents ul li a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  color: #009C76;
  font-weight: 700;
  font-size: 1.125rem;
  height: 230px;
  padding-bottom: 20px;
  border-radius: 4px;
}

#target1 a {
  background: url(images/targetBack1.svg) no-repeat center center;
  background-size: auto 100px;
  transition: all 0.5s;
}

#target1 a:hover {
  background: url(images/targetBack1.svg) no-repeat center center #f2fbf7;
  background-size: auto 100px;
}

#target2 a {
  background: url(images/targetBack2.svg) no-repeat center center;
  background-size: auto 100px;
  transition: all 0.5s;
}

#target2 a:hover {
  background: url(images/targetBack2.svg) no-repeat center center #f2fbf7;
  background-size: auto 100px;
}

#target3 a {
  background: url(images/targetBack3.svg) no-repeat center center;
  background-size: auto 100px;
  transition: all 0.5s;
}

#target3 a:hover {
  background: url(images/targetBack3.svg) no-repeat center center #f2fbf7;
  background-size: auto 100px;
} */

#rinen {
  background: url(images/targetBack.jpg) no-repeat center top #FFF;
  background-size: contain;
  padding: 85px 0 0;
}

#rinen .w1100 {
  background: #FFF;
  padding: 40px 60px 50px;
  border-radius: 20px;
}

#rinen h2 {
  font-size: 1.5rem;
  color: #01624B;
  margin-bottom: 25px;
  text-align: center;
}

#hashira {
  border: 1px solid #009C76;
  text-align: left;
  margin-bottom: 30px;
}

#hashira h3 {
  background: #009C76;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px 8px;
  font-size: 1rem;
  font-weight: 500;
}

#hashira ul {
  margin: 30px 30px 0;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}

#hashira ul li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 1em;
}

#hashira p {
  margin: 0 30px 25px;
}

#rinen .w1100>p {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 20px;
}

#rinen p.textRight {
  text-align: right;
  font-size: 0.875rem;
}

#etcMenu {
  background: #F4EDE1;
  padding: 30px 0;
  margin-bottom: 50px;
}

#etcMenu .w1100 {
  display: flex;
  justify-content: space-between;
}

#etcMenu .w1100>* {
  width: 25%;
  border-right: 1px dotted #009C76;
  text-align: left;
  padding: 0 25px;
}

#etcMenu .w1100>*:last-child {
  border-right: none;
}

.etcItem h2 {
  color: #01624B;
  font-size: 1.25rem;
  border-left: 3px solid #009C76;
  padding: 2px 0 4px 10px;
  margin-bottom: 10px;
}

.etcItem ul li {
  width: 100%;
  height: 50px;
  background: #FFF;
  margin-bottom: 10px;
}

.etcItem ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: all 0.5s;
}

.etcItem ul li a:hover {
  background: #fff4f4;
}

.etcItem ul li a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #009C76;
  border-right: 1px solid #009C76;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
}

#homeBanner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 110px;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

#homeBanner>div {
  width: 33%;
  border: 1px solid #01624B;
  text-align: left;
  height: 200px;
  transition: all 0.5s;
}

#homeBanner h2 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

#homeBanner p {
  font-size: 0.75rem;
  line-height: 1.5;
}

#homeBanner a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 100%;
  padding: 20px;
}

#homeBanner>div:hover {
  opacity: 0.8;
}

#koenkai {
  background: url(images/bannerBack1.jpg) no-repeat center center;
  background-size: cover;
}

#kangobu {
  background: url(images/bannerBack2.jpg) no-repeat center center;
  background-size: cover;
}

#kanja {
  background: url(images/bannerBack3.jpg) no-repeat center center;
  background-size: cover;
}

footer {
  background: #EFF6F5;
  text-align: left;
}

footer a {
  color: #333;
  text-decoration: none;
}

footer a:visited {
  color: #3E4B50;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

#footerContents {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 30px 20px 40px;
  display: flex;
  justify-content: space-between;
}

#footerL {
  width: 30%;
  margin-right: 5%;
}

#footerR {
  width: 65%;
}

#footerL #footerID {
  font-size: 1rem;
  margin-bottom: 30px;
}

#footerID span {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

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

#footerL p {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.phone {
  padding-left: 25px;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}

.phone::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url(images/iconPhone.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mail {
  padding-left: 25px;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}

.mail::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url(images/iconMail.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-25%);
}

#footerL a.linkGreen {
  display: inline-block;
  background: #009C76;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 20px;
}

#footerL a.linkGreen:hover {
  background: #007A5D;
}

#footerShinryo {
  margin: 40px 0;
}

#footerShinryo p {
  margin-bottom: 5px;
  line-height: 1.5;
}

#footerShinryo p.textGreen,
#footerShinryo p.textBlue {
  font-weight: 400;
}

#footerSNS ul {
  display: flex;
  gap: 0 10px;
}

#footerSNS ul img {
  width: 40px;
  height: auto;
}

#footerMenu {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  padding: 20px 0;
}

#footerMenu>ul {
  width: 50%;
}

#footerMenu ul.child {
  display: none;
}

#footerMenu ul>li {
  position: relative;
  border-bottom: 1px solid #CCC;
}

#footerMenu ul>li>a {
  display: block;
  padding: 20px 20px 20px 40px;
  color: #267B41;
  font-weight: 500;
  position: relative;
}

#footerMenu ul>li>a::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(images/arrowGreen.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
}

#footerMenu ul li .switch {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-left: 1px solid #CCC;
  cursor: pointer;
}

#footerMenu ul li .switch::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #267B41;
  position: absolute;
  top: 50%;
  right: 11px;
}

#footerMenu ul li .switch::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background: #267B41;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
}

#footerMenu ul li .switch.isOpen::after {
  display: none;
}

#footerMenu ul li ul.child li {
  border-bottom: none;
  margin-bottom: 6px;
}

#footerMenu ul li ul.child li a {
  background: #F6FBFA;
  padding: 10px 20px 10px 50px;
  font-weight: 400;
  border-radius: 5px;
}

#footerMenu ul li ul.child li a::before {
  display: none;
}

#footerLink {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
  font-size: 0.875rem;
}

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

#footerLink ul li a {
  text-decoration: none;
  position: relative;
  padding-left: 13px;
}

#footerLink ul li a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #009C76;
  border-right: 1px solid #009C76;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}

#footerLink p {
  font-size: 0.75rem;
}



/* Contents */
#topicPath {
  text-align: left;
  width: 100%;
  padding: 3px 40px 5px;
  font-size: 0.875rem;
  background: #C9E4DE;
}

#topicPath p {
  line-height: 1.5;
}

#topicPath p a {
  color: #000;
  text-decoration: none;
}

#pageTitle {
  background: #ECECEC;
  padding: 20px;
}

main {
  flex-grow: 1;
  text-align: left;
}

#contents {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 40px 20px;
}

.hide {
  display: none;
}

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

#contents hr+h2 {
  margin-top: 60px;
}

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

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

#contents p.linkButton {
  text-align: center;
  margin: 40px auto;
  font-size: 1.125rem;
}

#contents p.linkButton a {
  display: inline-block;
  padding: 10px 74px 13px 60px;
  border-radius: 40px;
  background: url(images/whiteTriangle.svg) no-repeat right 20px center #559AC2;
  color: #FFF;
  text-decoration: none;
}

#contents p.linkButton a:hover {
  background: url(images/whiteTriangle.svg) no-repeat right 20px center #6ca5c6;
}

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

#contents p.linkB a {
  display: inline-block;
  background: #009c76;
  color: #FFF;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
}

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

#contents .flexCenter>* {
  margin: 0 10px 20px;
}

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


.targetMenu {
  padding: 30px 20px;
}

#contents .targetMenu h2 {
  border-top: 3px solid #CCC;
  border-bottom: 1px dotted #CCC;
  padding: 20px;
}

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

#contents .targetMenu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0 0 20px 0;
  margin: 0;
}

#contents .targetMenu ul li {
  width: calc(100% / 3);
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #CCC;
  border-right: none;
}

#contents .targetMenu ul li.auto {
  width: auto;
}

#contents .targetMenu ul li:nth-child(3n) {
  border-right: 1px solid #CCC;
}

#contents .targetMenu ul li:nth-child(n+4) {
  border-top: none;
}

#contents .targetMenu ul li:last-child {
  border-right: 1px solid #CCC;
}

#contents .targetMenu ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 30px 20px 20px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 1s;
}

#contents .targetMenu ul li a:hover {
  background: #f5f5f5;
}

#contents .targetMenu ul li a::after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}

#contents ul.pressList li {
  background: none;
  padding-left: 0;
  margin-bottom: 20px;
}

#contents ul.pressList a {
  display: block;
  border: 1px solid #DDD;
  padding: 20px 30px;
  border-radius: 8px;
  background: #FFF;
  filter: drop-shadow(1px 1px 2px #CCCCCC47);
  line-height: 1.8;
  text-decoration: none;
  transition: all 0.5s;
}

#contents ul.pressList a span {
  display: block;
  color: #737373;
  font-size: 0.875rem;
  padding-top: 20px;
}

#contents ul.pressList a:hover {
  background: #F7F7F7;
}

#contents ul.dbList li {
  border-bottom: 2px dotted #CCC;
}

#contents ul.dbList>li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#contents ul.dbList li ul li {
  padding-bottom: 10px;
  margin-top: 20px;
}

#contents ul.dbList li ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.colored {
  background: #F7F5F4;
  padding: 20px 30px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.usedCMS {
  display: none;
  background: #EEE;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
}

/* .usedCMS .infoImage {
  max-width: 264px;
} */

#wcv_sys_edit_pageeditarea .usedCMS {
  display: block;
}

#contents table.infoTable {
  border: none;
  width: 100%;
}

#contents table.infoTable th {
  border: none;
  background: none;
  white-space: nowrap;
  font-weight: normal;
}

#contents table.infoTable td {
  border: none;
}

#contents table.infoTable td div {
  margin-bottom: 10px;
}

#contents table.infoTable tr {
  border-bottom: 1px dotted #CCC;
}

.asideBanners {
  margin-top: 40px;
  text-align: center;
}

.asideBanners p {
  margin-bottom: 10px;
}

.asideBanners p a.txt,
.asideBanners.vaccine p a {
  display: block;
  border: 1px solid #999;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 10px;
}

.asideBanners p img {
  width: 100%;
}

.asideBanners h3 {
  text-align: left;
  border-bottom: 3px solid #EEE;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.asideBanners.vaccine p a {
  font-size: 0.875rem;
  text-align: left;
}


#localNavi ul.each {
  background: none;
  border: 1px solid #CCC;
  margin-bottom: 40px;
  border-radius: 8px;
}

#localNavi ul.each li {
  border-bottom: 1px dotted #CCC;
}

img.wcv_ww_fileicon {
  vertical-align: middle;
  padding: 0 0 0 5px;
}

form table .hissu {
  display: inline-block;
  color: #FFF;
  background: #F00;
  padding: 2px 8px 3px;
  font-weight: normal;
  font-size: 0.875rem;
  border-radius: 3px;
  margin-right: 0.5em;
}

form table input {
  padding: 8px 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 4px;
}

form table select {
  padding: 5px 10px;
}

form table textarea {
  padding: 10px;
  width: 100%;
  line-height: 1.6;
}

form table input[type="checkbox"] {
  margin-right: 10px;
}

#contents input[type="submit"] {
  padding: 10px 20px;
}

#infoList>div {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
}

#infoList .infoPhoto {
  max-width: 150px;
  height: 100px;
}

#infoList .infoPhoto img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

#infoList .category {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 4px;
  padding: 8px;
  margin-right: 1em;
}

.column2 {
  columns: 2;
  column-gap: 40px;
}

.column2>div {
  break-inside: avoid;
  margin-bottom: 40px;
}

.column2 ul li hr {
  margin-left: -1em;
}

.wcv_system_hand img {
  width: initial !important;
  height: initial !important;
}

#wcv_sys_content .flex3>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#wcv_sys_content .flex3>div>div {
  width: 33%;
}

#wcv_sys_edit_blockeditarea img {
  width: initial !important;
  height: initial !important;
}

#wcv_sys_edit_blockeditarea .flex3 {
  display: initial !important;
}

form #wcv_sys_edit_blockeditarea table input {
  padding: 0;
  width: initial;
  border: none;
  border-radius: 0;
}


/* original style */

.naishikyo {
  background: url(images/i_p_36.png) center center;
}

.human {
  background: url(images/human.svg) no-repeat center bottom #eda12f;
  background-size: auto 80%;
  padding: 20px;
  border-radius: 10px;
}

.shojo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.shojo>div {
  width: calc((100% - 40px) / 3);
  background: #FFF;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#contents .shojo h3 {
  padding: 0;
  text-align: center;
  background: #ffe6e6;
  border-radius: 4px;
  padding: 4px;
}

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

#contents .shojo p {
  font-size: 0.875rem;
}

#contents .shojo p:first-child {
  flex-grow: 1;
}

#contents .shojo p.linkButton {
  margin: 20px auto 0;
}

.shojo.center {
  justify-content: center;
}

.indexBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto;
}

.indexBox>div {
  width: calc((100% - 40px) / 3);
  border-radius: 8px;
  border: 1px solid #CCC;
  padding: 20px 20px 10px;
}

.linkBox:hover {
  background: #fdfce5;
  cursor: pointer;
}

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

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

#contents table.tableDesign2 th {
  background: #EEE;
}


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

#contents table.noBorder th {
  background: none;
  color: #009C76;
  padding-left: 0;
}

a.attention {
  display: inline-block;
  background: #FF6347;
  color: #FFF;
  padding: 4px 4px 5px;
  border-radius: 2px;
  font-size: 0.75rem;
  text-decoration: none;
}

#contents ul.indexList li {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px 20px 10px 25px;
  background: url(images/liStandard.svg) no-repeat left 10px top 20px;
  cursor: pointer;
}

#contents ul.indexList li:hover {
  background: url(images/liStandard.svg) no-repeat left 10px top 20px #fdfce5;
}

.male {
  border: 2px solid #01a9f4;
  border-radius: 6px;
  background: #FFF;
  padding: 20px 30px 5px;
}

.fema {
  border: 2px solid #ff60dc;
  border-radius: 6px;
  background: #FFF;
  padding: 20px 30px 5px;
}

.male,
.fema {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kaizen {
  color: #FFF;
  background: #007A5D;
  font-size: 0.75rem;
  padding: 4px 10px 5px;
  margin-right: 1em;
}

#kokoronokagami {
  background: url(images/i_p_29_2.jpg) no-repeat center top;
  background-size: cover;
}

#kokoronokagami>div {
  margin: 0 auto;
  padding: 80px;
  width: 100%;
  max-width: 800px;
}

#kokoronokagami h2 {
  color: #FFF;
  margin-bottom: 50px;
}

#kokoronokagami p {
  color: #FFF;
  line-height: 1.8;
}

#kokoronokagami p.dropshadow {
  filter: drop-shadow(1px 2px 2px #000E);
}

#kokoronokagami .backWhite {
  background: #FFF;
  padding: 10px 20px 12px;
  margin: 20px 0;
}

#kokoronokagami .backWhite p {
  color: #035742;
  text-align: center;
}

#kokoronokagami p.textBlack {
  color: #000;
}

.flip {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 10px;
  background: #EEE;
  border-radius: 10px;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
  margin-bottom: 20px;
}

.flip.flipped {
  transform: rotateY(180deg);
}

.flip div {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.front {
  z-index: 2;
}

.flip.flipped .front {
  display: none;
}

.back {
  transform: rotateY(180deg);
}

#qa .kakomi,
#faq .kakomi {
  border: 2px solid #009C76;
}


.appear {
  text-align: center;
}

.appear .hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#contents .shojo p.hidden {
  font-size: 1rem;
  color: #800000;
  margin-bottom: 0;
}

#conference {
  background: url(images/bg_mo_001.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
}

#conference h2 {
  font-weight: normal;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.doctorL {
  width: 250px;
  margin-right: 50px;
  text-align: center;
}

.doctorR {
  width: calc(100% - 300px);
}

.linkGreen a {
  display: block;
  background: #009C76;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
}

#contents .linkBlack {
  text-align: center;
}

#contents .linkBlack a {
  display: inline-block;
  color: #000;
  background: #FFF;
  text-decoration: none;
  border: 1px solid #000;
  padding: 10px 15px 11px;
  border-radius: 4px;
}

#contents .linkBlack a:hover {
  background: #fcffef;
}

.doctorR strong {
  font-size: 1.5rem;
}

#iconMenu {
  margin: 80px 0;
  gap: 40px 20px;
}

#iconMenu>div {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#iconMenu .menu-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  height: 100%;
}

#iconMenu img {
  max-width: 64px;
}

#iconMenu a {
  color: #000;
  text-decoration: none;
  width: 80px;
}

#iconMenu .linkBox:hover {
  background: none;
}

#iconMenu img:hover,
#iconMenu .linkBox:hover img {
  opacity: 0.8;
}

.newsList .newsItem {
  border: 1px solid #CCC;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}

#contents .newsList .newsItem p {
  margin-bottom: 0;
}

#contents .newsItem p a {
  color: #000;
  text-decoration: none;
}

#contents .newsItem p span.date {
  color: #999;
  font-size: 0.875rem;
  margin-right: 2em;
}

#contents .newsItem p span.category,
.infoTable td span.category {
  font-size: 0.875rem;
  background: #feffd7;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}

#contents .newsItem p span.category.hospital,
.infoTable td span.category.hospital {
  background: #e8fff5;
}

#contents .newsItem p span.category.kanja,
.infoTable td span.category.kanja {
  background: #ffe8fd;
}

#movieArea {
  width: 100vw;
  height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#movieArea video {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

#nurseCatch {
  position: absolute;
  width: 700px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#nurseCatch * {
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 5px #FFF;
}

#nurseCatch>div p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

#nurseCatch>p {
  line-height: 1.8;
}

#omimai {
  background: url(images/w2b.gif);
  background-size: cover;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#omimai * {
  line-height: 1.6;
}

#shien {
  background: url(images/bg_ksc2021-scaled.jpg);
  background-size: cover;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#shien * {
  font-size: 1.5rem;
  line-height: 1.6;
}

.yoyakusei {
  display: inline-block;
  background: #F00;
  color: #FFF;
  padding: 3px 10px 4px;
  border-radius: 4px;
}

#women {
  background: #fef6e1;
  text-align: center;
}

.search input {
  font-size: 1.25rem;
  padding: 8px 20px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #CCC;
  width: 60%;
}

.search button {
  background: #C9E4DE;
  border: none;
  font-size: 1.25rem;
  padding: 11px 20px;
  border-radius: 0 20px 20px 0;
}

.sp800 {
  width: 100%;
}

#contents table.shinryo {
  width: 100%;
}

#contents table.shinryo th {
  background: #fff6e0;
}

#contents table.shinryo th.thCenter,
#contents table.shinryo td {
  width: 130px;
  text-align: center;
}

#contents table.shinryo td {
  font-size: 0.875rem;
}

#urgency {
  width: 100%;
  max-width: 1120px;
  margin: 20px auto;
  padding: 0 10px;
  text-align: left;
}

#urgencyInside {
  border: 1px solid #F00;
  border-radius: 8px;
  padding: 10px 20px 20px;
}

#urgencyInside h2 {
  background: #E84C4C;
  color: #FFF;
  padding: 7px 20px 10px;
  font-size: 1rem;
  margin-bottom: 20px;
}


#urgencyInside p {
  line-height: 1.6;
}

#spButton {
  display: none;
}


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

  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
    padding-top: 55px;
    padding-bottom: 70px;
    overflow-x: hidden;
  }

  body * {
    max-width: 100%;
  }

  body.wide #contents {
    padding: 0;
  }

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

  .pcShow {
    display: none !important;
  }

  .spShow {
    display: block;
  }

  header {
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 999;
  }

  #toggle {
    display: block;
    border-radius: 8px 8px 0 0;
    padding: 0;
  }

  /* #toggle.menuOpen {
    background: #D7E5F4;
  } */

  .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: -2px;
  }

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

  .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);
  }

  header.shrink .forCMS {
    height: 55px;
  }

  #siteID {
    padding-left: 20px;
    display: flex;
    align-items: center;
  }

  #siteID img,
  header.shrink .forCMS #siteID img {
    width: auto;
    height: 35px;
  }

  #headMenu {
    display: none;
  }

  header .spPlus {
    display: block;
  }

  header .spPlus ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 50px;
    gap: 10px;
  }

  header .spPlus .engButton a {
    font-size: 0.875rem;
    color: #333;
    text-decoration: none;
    background: #EEE;
    padding: 2px 10px;
    border-radius: 20px;
  }


  header .spPlus .instaIcon img {
    width: 30px;
    height: 30px;
  }


  nav#gNavi {
    position: fixed;
    top: 0;
    left: initial;
    right: 0;
    z-index: 9999;
    width: 60px;
    height: 55px;
    padding-top: 17px;
  }

  nav#gNavi>ul {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    background: #EFF6F5;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    height: auto;
    width: 100%;
  }

  #gNavi ul.active {
    display: block;
  }

  #gNavi ul li {
    width: 100%;
    margin-bottom: 6px;
  }

  #gNavi ul li a.active {
    background: #eae3e5;
  }

  body.isOpen {
    overflow: hidden;
  }

  body.isOpen::before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #0009;
    z-index: 999;
  }

  #gNavi ul li a {
    background: #FFF;
    color: #000;
    border-radius: 6px;
    width: 100%;
    padding: 20px;
  }

  #gNavi ul li.spShow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 30px 0 10px;
    padding-top: 30px;
    border-top: 2px dotted #CCC;
    height: auto;
  }

  #gNavi ul li.spShow p {
    width: calc((100% - 10px) / 2);
  }

  #gNavi ul li.spShow p a {
    display: block;
  }

  #gNavi ul li.highlight {
    padding: 0;
  }

  #gNavi ul li.highlight a {
    padding: 20px;
  }

  #gNavi ul li.instaIcon {
    margin-top: 20px;
  }

  #gNavi ul li.instaIcon a {
    background: none;
  }

  form table input.sp100 {
    width: 100%;
  }

  .sp800 {
    width: 800px;
  }

  #kokoronokagami>div {
    padding: 20px;
  }

  #kokoronokagami p.textBlack {
    color: #FFF;
  }

  .flex.item4>* {
    width: 100%;
  }

  #contents p.linkButton {
    margin: 20px auto;
  }

  .flex.center {
    gap: 10px;
  }
}



@media screen and (max-width:599px) {

  #mainImage * {
    max-width: initial;
  }

  #home main {
    padding: 0;
  }

  #target {
    flex-wrap: wrap;
    position: initial;
    transform: none;
  }

  #target>div {
    width: calc((100% - 20px) / 3);
  }

  #largeMenu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-bottom: 40px;
    padding-top: 20px;
  }

  #largeMenu .mainLink {
    width: calc((100% - 10px) / 2);
  }

  /* #largeMenu .mainLink:last-child {
    width: 100%;
    display: flex;
    gap: 20px;
  }

  #largeMenu .mainLink:last-child > p {
    width: calc(50% - 10px);
  } */
  .mainLink>div {
    display: block;
  }

  .mainLink>div p {
    margin: 0 0 10px;
  }

  .mainLink>div p a {
    font-size: 1.125rem;
  }

  #info {
    padding: 30px 10px;
  }

  #info h2 {
    font-size: 1.25rem;
    text-align: center;
  }

  table.infoTable {
    margin-bottom: 20px;
  }

  table.infoTable th,
  table.infoTable td {
    display: block;
  }

  table.infoTable th {
    padding: 1em 0.5em 0;
  }

  table.infoTable td {
    padding: 0.5em 0.5em 1em;
  }

  #contents .newsItem,
  .infoTable td {
    position: relative;
  }

  .infoTable td span.category {
    position: absolute;
    top: -22px;
    right: 0;
  }

  #contents .newsItem p span.category {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  #info p.toIchiran {
    position: initial;
    text-align: center;
  }

  #gairaiInfo {
    padding: 30px 10px;
  }

  #gairaiInfo .flex>div {
    width: 100%;
  }

  #gairaiLink ul {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  #gairaiLink ul li {
    width: calc((100% - 10px) /2);
  }

  #gairaiLink ul li a {
    background: url(images/arrowWhite.svg) no-repeat right 10px center #009C76;
    background-size: auto 10px;
  }

  /* #targetMenu {
    background: url(images/targetBack.jpg) no-repeat center top;
    background-size: auto 100%;
    padding: 30px 20px;
  }

  #targetContents {
    padding: 20px 10px;
  }

  #targetContents ul li {
    width: 100%;
    border-right: 1px solid #EEE
  }

  #targetContents ul li a {
    height: 80px;
    padding-bottom: 0;
    font-size: 0.75rem;
  }

  #target1 a {
    background: url(images/targetBack1.svg) no-repeat center top;
    background-size: auto 50px;
  }

  #target2 a {
    background: url(images/targetBack2.svg) no-repeat center top;
    background-size: auto 50px;
  }

  #target3 a {
    background: url(images/targetBack3.svg) no-repeat center top;
    background-size: auto 50px;
  } */

  #rinen .w1100 {
    padding: 40px 10px 50px;
  }

  #rinen .w1100>p.textRight {
    text-align: center;
  }

  #etcMenu {
    padding: 30px 0 1px;
  }

  #etcMenu .w1100 {
    display: block;
  }

  #etcMenu .w1100>* {
    width: 100%;
    border-right: none;
    margin: 0 0 50px;
  }

  .etcItem ul li a br {
    display: none;
  }

  #homeBanner {
    display: block;
    padding: 0 20px;
  }

  #homeBanner>div {
    width: 100%;
    margin-bottom: 20px;
  }

  #rinen {
    padding: 20px;
  }

  #hashira ul {
    display: block;
    margin: 30px 20px 0;
  }

  #hashira ul li {
    margin-right: 0;
  }

  #rinen>p.textRight {
    text-align: left;
  }

  footer {
    margin-top: 80px;
  }

  #footerContents {
    display: block;
    padding: 40px 20px 10px;
  }

  #footerL {
    width: 100%;
    margin-right: 0;
  }

  #footerSNS ul {
    justify-content: center;
    gap: 0 50px;
  }

  #footerR {
    width: 100%;
  }

  #footerMenu {
    display: block;
    ;
  }

  #footerMenu>ul {
    width: 100%;
  }

  #footerMenu ul.child {
    margin-bottom: 30px;
  }

  #footerLink {
    display: block;
    text-align: center;
    padding: 10px;
  }

  #footerLink ul {
    margin-bottom: 20px;
    display: block;
  }

  #footerLink ul li {
    text-align: left;
    padding: 15px 20px;
    border: 1px solid #CCC;
    border-radius: 8px;
    margin-bottom: 5px;
  }

  #pagetop {
    right: 10px;
  }





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

  #topicPath {
    display: none;
  }

  #contentsWrap {
    display: block;
    padding: 15px 20px 50px;
    border-top: 1px solid #EEE;
  }

  #localNavi {
    width: 100%;
    max-width: initial;
    margin-top: 150px;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 10px;
    background: #EEE;
  }

  #localNavi h2 {
    border-radius: 0;
  }

  #localNavi ul {
    border-radius: 0;
  }

  #contents {
    width: 100%;
  }

  .kakomi {
    padding: 10px 20px 5px;
  }

  #contents h1 {
    padding: 10px 0 12px;
    font-size: 1.5rem;
  }

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

  #contents h2::before {
    width: 32px;
    height: 30px;
  }

  #contents h3 {
    line-height: 1.5;
  }

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

  #contents p.linkButton a {
    padding: 20px 70px 20px 50px;
  }

  .flexBw {
    display: block;
  }

  .flex2>* {
    width: 100%;
  }

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

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

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

  #contents .flexCenter>* {
    width: 48%;
    margin: 0 1% 20px;
  }

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

  .youtube1 {
    width: 100%;
  }

  .items3>div {
    width: 100%;
  }

  .items3>div:last-child {
    width: 100%;
  }


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

  #contents form table th,
  #contents form table td {
    display: block;
    width: 100%;
    border: none;
  }

  .tableWrap {
    overflow-x: scroll;
  }

  .tableWrap.scroll {
    /* background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); */
    margin-bottom: 10px;
  }

  .tableWrap.scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #EEE;
  }

  .tableWrap.scroll::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    --bg-opacity: 1;
    background-color: #CCC;
  }

  .tableWrap.scroll .tableWrap {
    background: none;
  }

  .tableWrap .tableWrap.scroll::-webkit-scrollbar {
    height: 0;
    background: none;
  }

  #contents .tableWrap table {
    max-width: initial;
  }

  #contents .tableWrap table img {
    max-width: initial;
  }

  .wide .targetMenu {
    padding: 0 5px 30px;
  }

  #contents .targetMenu ul li {
    width: 100%;
    border: 1px solid #CCC;
    border-top: none;
  }

  #contents .targetMenu ul li:first-child {
    border-top: 1px solid #CCC;
  }

  .column2 {
    columns: 1;
  }

  ul.indexMenu li a span {
    display: block;
    margin-bottom: 10px;
  }

  .shojo>div {
    width: 100%;
  }

  #contents .shojo p.linkButton a {
    padding: 10px 30px;
    background: url(images/whiteTriangle.svg) no-repeat right 10px center #559AC2;
  }

  .indexBox>div {
    width: 100%;
  }

  .doctorL,
  .doctorR {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  #movieArea {
    height: 200px;
  }

  #nurseCatch {
    display: none;
  }

  #shien {
    background: url(images/bg_ksc2021-scaled.jpg) right -60px center;
    background-size: cover;
    height: 140px;
  }

  #spButton {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #009C76;
    border-radius: 8px 8px 0 0;
  }

  #spButton ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  #spButton ul li {
    width: calc(100% / 3);
    border-right: 2px dotted #FFF7;
  }

  #spButton ul li:last-child {
    border-right: none;
  }

  #spButton ul li a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 0.75rem;
  }

  #spButton ul li a span {
    display: block;
    margin-top: 10px;
  }

  #spButton ul li.phoneNumber a span {
    line-height: 1.4;
    margin-top: 2px;
  }

  #spButton ul li.phoneNumber img {
    width: auto;
    height: 20px;
  }
}