@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Maru+Gothic: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;
  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: #4590b8;
}

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

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

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

body {
  background: #FFF;
}

#contents h1 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #222;
  padding: 20px 0 0;
  border-top: 6px solid #FCF300;
}

#contents h2 {
  color: #222;
  background: #FFFB99;
  font-size: 1.75em;
  border-left: 10px solid #FCF300;
  border-radius: 4px;
  line-height: 1.4;
  padding: 6px 0 8px 20px;
  margin-bottom: 20px;
}

#contents h3 {
  color: #000;
  font-size: 1.5em;
  line-height: 1.4;
  padding: 0 0 8px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #1E96FC;
}

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

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

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

#contents h2 a,
#contents h3 a,
#contents h4 a,
#contents h5 a,
#contents h6 a {
  color: #222;
}

#contents p {
  font-size: 1em;
  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 9px;
  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/liRoundYellow.svg) no-repeat left 10px;
}

#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 {
  color: #000;
  background: none;
  border-left: none;
  border-radius: 0;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 20px 0 10px 40px;
  position: relative;
}

#contents .otoiawase h2 span {
  border-bottom: 2px dotted #FCF300;
}

#contents .otoiawase h2::before {
  content: '';
  display: block;
  width: 68px;
  height: 65px;
  background: url(images/iconOtoiawase.svg);
  background-size: cover;
  position: absolute;
  top: -5px;
  left: -40px;
}

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

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

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

#contents .otoiawase ul li.phone {
  background: url(images/iconPhone.svg) no-repeat left 5px center;
  padding-left: 40px;
  margin-bottom: 10px;
}

#contents .otoiawase ul li.mail {
  background: url(images/iconMail.svg) no-repeat left center;
  padding-left: 40px;
  margin-bottom: 10px;
}



.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: #1E96FC;
  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;
}

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

#contents .kakomi ul li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #a0d3ff;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 0.6em;
}


/* #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;
}

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

.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.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.png) no-repeat left top 8px;
  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 {
  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-radius: 6px;
  display: block;
  padding: 15px 20px 15px 40px;
  background: url(images/liStandard.svg) no-repeat 20px center #F3F3F3;
  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 20px center #EEE;
}

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

.indexLinkList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.indexLinkList>div {
  width: calc((100% - 30px) / 2);
  border: 2px solid #EEE;
  border-radius: 12px;
  padding: 15px 20px 15px 20px;
}

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

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


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

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

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

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

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

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

.flex-n {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.verFlex {
  display: flex;
  flex-direction: column;
}

.grow {
  flex-grow: 1;
}

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

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

.flex2>* {
  width: 48%;
}

.items3>div {
  width: 20%;
}

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

#contents .items3.flexBw>div:last-child p {
  text-align: left;
}

.items4 {
  flex-wrap: wrap;
}

.items4>div {
  width: 24%;
}

.items4>div img {
  height: 122px;
  width: auto;
}

a.buttonLink {
  text-align: center;
}

a.buttonLink {
  display: inline-block;
  border: 2px solid #1E96FC;
  padding: 10px 33px 10px 20px;
  border-radius: 40px;
  background: #FFF;
  color: #1E96FC;
  text-decoration: none;
  position: relative;
  transition: all 0.5s ease;
}

a.buttonLink::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: 1px solid #1E96FC;
  border-right: 1px solid #1E96FC;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

a.buttonLink:hover {
  color: #FFF;
  background: #1E96FC;
  background-size: 10px 10px;
}

a.buttonLink:hover::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.mt50 {
  margin-top: 50px;
}


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

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

#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: #FCF300;
  color: #000;
  padding: 6px 10px 6px;
  border-radius: 0 0 4px 4px;
}

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

header .forCMS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 160px;
  width: 100%;
  padding: 10px 50px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s;
}

#siteID {
  width: 350px;
}

#siteID img {
  width: auto;
  height: 88px;
  transition: all 0.5s ease;
}

#headRight {
  width: calc(100% - 550px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 10px 0;
}

#siteSearch {
  width: 40%;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#siteSearch form>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#siteSearch input {
  width: 100%;
  margin: 0 3px;
  background: none;
  border: none;
  cursor: pointer;
}

#siteSearch input[type="button"] {
  padding: 2px;
}

#siteSearch form {
  border: 1px solid #bbb0b2;
  border-radius: 4px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input.search-text {
  color: #999;
  font-size: 0.75rem;
}

#siteSearch form button {
  border: none;
  background: none;
}


header.shrink .forCMS {
  height: 80px;
  filter: drop-shadow(0 0 5px #0002);
}

header.shrink #siteID img {
  width: auto;
  height: 60px;
}

header.shrink #siteSearch {
  opacity: 0;
  transform: translateY(-60px);
  height: 0;
}


#gNavi {
  width: 100%;
  height: 50px;
  transition: all 0.5s;
}

#gNavi ul {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  gap: 0 80px;
  font-size: 1.5rem;
  transition: all 0.5s ease;
}

#gNavi ul li a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.5s ease;
}

#gNavi ul li:first-child a {
  background: url(images/gNaviHome.svg) no-repeat left center;
  background-size: auto 40px;
  padding-left: 55px;
}

#gNavi ul li:nth-child(2) a {
  background: url(images/gNaviHospital.svg) no-repeat left center;
  background-size: auto 40px;
  padding-left: 85px;
}

#gNavi ul li:nth-child(3) a {
  background: url(images/gNaviSearch.svg) no-repeat left center;
  background-size: auto 40px;
  padding-left: 55px;
}

header.shrink #gNavi ul {
  font-size: 1.25rem;
}

header.shrink #gNavi ul li a {
  background-size: auto 30px;
}

#toggle {
  display: none;
}


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

#slide p img {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 500px;
}

#playButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#playButton button {
  background: #FFF;
  border: 1px solid #1E96FC;
  color: #1E96FC;
  padding: 3px 6px;
  border-radius: 4px;
  cursor: pointer;
}

#playButton button.active {
  color: #FFF;
  background: #1E96FC;
}


#banners {
  background: url(images/stripeBlue.png);
  padding: 30px;
}

#banners .w1200 {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

#info {
  margin: 35px auto 50px;
}

#info .w1200 {
  display: flex;
  gap: 0 80px;
  position: relative;
  padding: 70px 100px;
}

#info .w1200::before {
  content: '';
  display: block;
  background: #FFFFD8;
  border-radius: 3em 0 0 3em;
  width: 120vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#infoLeft {
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  background: url(images/iconOshirase.svg) no-repeat center center;
  background-size: auto 150px;
  min-height: 330px;
}

#infoLeft>p {
  text-align: center;
}

#info h2,
#sagasu h2 {
  font-size: 2.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

#info h2 span,
#sagasu h2 span {
  display: block;
  margin-top: 10px;
  font-size: 1.25rem;
  color: #1E96FC;
}

#infoContents {
  border-top: 1px solid #969696;
  width: 100%;
  text-align: left;
}

.infoItem {
  display: flex;
  gap: 0 10px;
  padding: 25px 10px;
  border-bottom: 1px solid #969696;
  font-size: 1.125em;
}

.infoItem p:first-child {
  width: 8em;
}

#sagasu .w1200 {
  position: relative;
  padding: 70px 100px 50px;
  text-align: left;
}

#sagasu .w1200::before {
  content: '';
  display: block;
  background: url(images/stripeYellow.png);
  border-radius: 0 3em 3em 0;
  width: 120vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#sagasu .w1200::after {
  content: '';
  display: block;
  background: url(images/iconSagasu.svg) no-repeat center center;
  background-size: auto 190px;
  width: 109px;
  height: 190px;
  position: absolute;
  top: -15px;
  right: 150px;
  z-index: 1;
}

#category,
#nenrei {
  width: 100%;
  background: #FFFFD8;
  padding: 33px 38px;
  border-radius: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}

#category {
  margin: 40px auto 30px;
}

#category>*,
#nenrei>* {
  width: calc((100% - 40px) / 3);
}

#sagasu h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  padding: 10px 0 10px 55px;
  position: relative;
}

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

#sagasu p a {
  display: flex;
  align-items: center;
  gap: 0 20px;
  height: 120px;
  padding: 20px 10px 20px 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: #FFF;
  border-radius: 20px;
  filter: drop-shadow(3px 3px 8px #0002);
  transition: all 0.5s ease;
}

#sagasu p a span {
  width: 80px;
  display: block;
  text-align: center;
}

#sagasu p a:hover {
  background: #FFFFD8;
}

#sagasu.index .w1200::before {
  display: none;
}

#sagasu.index .w1200::after {
  top: -75px;
  right: 20px;
}

#sagasu.index .w1200 {
  padding: 0 0 50px;
}

#sagasu.index #category {
  margin: 40px auto 80px;
}

#sagasu.index.age .w1200::after {
  display: none;
}

#buttonArea {
  padding: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

#translate {
  background: #e4f4ff;
  padding: 30px 0 10px;
  margin: 60px auto;
}

#translate .w1200 {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin: 0 auto 20px;
}

#translate h2 {
  font-size: 1rem;
  position: relative;
}

#translate h2::before {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url(images/iconTranslate.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-70%) rotate(-5deg);
}

#translate .w1200 ul {
  display: flex;
  gap: 30px;
}

#translate ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-left: 24px;
  position: relative;
}

#translate ul li.langEnglish a::before {
  content: url(images/flag-us.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#translate ul li.langChinese a::before {
  content: url(images/flag-cn.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#translate ul li.langKorean a::before {
  content: url(images/flag-kr.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#translate ul li.langPortuguese a::before {
  content: url(images/flag-br.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#translate ul li.langTagalog a::before {
  content: url(images/flag-ph.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#pagetop {
  position: fixed;
  bottom: 415px;
  right: 20px;
  cursor: pointer;
  z-index: 9998;
}

#footerWrap {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

#footerLeft {
  display: flex;
  justify-content: right;
  width: 40%;
  padding-bottom: 30px;
}

#footerLeft>div {
  display: flex;
  align-items: flex-end;
  height: 100%;
  background: url(images/illustCircle.svg) no-repeat center center;
  background-size: 100% calc(100% - 50px);
  font-size: 0.875rem;
}

#footerRight {
  text-align: left;
  background: #FFFFCA;
  width: 60%;
  padding: 60px 80px 30px;
  border-radius: 2em 0 0 0;
}

#footerMenu {
  width: 100%;
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 40px;
}

#footerMenu ul li {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}

#footerMenu ul li.hasSubMenu {
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
}

#footerMenu ul li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

#footerMenu ul li a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1E96FC;
  border-right: 2px solid #1E96FC;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: rotate(45deg) translateY(-50%);
}

#footerAddress {
  font-size: 1.125em;
  margin-bottom: 40px;
}

#footerAddress p {}

#footerAddress p.phone {
  font-size: 0.875em;
  line-height: 1.8;
}

#footerLink {
  width: 100%;
  max-width: 650px;
  display: flex;
  justify-content: flex-end;
  gap: 0 40px;
}

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




/* Contents */

#contentsHead {
  background: url(images/stripeYellow.png);
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contentsHead p {
  color: #000;
  font-size: 1.75rem;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

#contentsHead p.sagasu::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(images/iconScope.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}

#contentsHead p.oshirase::before {
  content: '';
  display: block;
  width: 60px;
  height: 75px;
  background: url(images/iconOshirase.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}

#contentsHead p.hospital::before {
  content: '';
  display: block;
  width: 66px;
  height: 40px;
  background: url(images/iconHospital.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}


#home main {
  overflow: hidden;
}

#contentsWrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 40px 130px;
  background: #FFF;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#topicPath {
  text-align: left;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 50px;
  font-size: 0.875rem;
  background: #FFF;
}

#topicPath p {
  line-height: 1.5;
}

#contents {
  width: calc(100% - 300px);
}

body.wide #contentsWrap {
  display: block;
}

body.wide #menuArea {
  display: none;
}

body.wide #contents {
  width: 100%;
  padding: 0 80px;
}

#menuArea {
  width: 250px;
  background: #FFF;
  position: sticky;
  top: 160px;
  height: 100%;
}

#menuArea h2 {
  background: #FCF300;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  padding: 16px 4px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

#menuArea h2#sodan::before {
  content: '';
  display: block;
  width: 47px;
  height: 36px;
  background: url(../images/cateSodan.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#localNavi ul {
  background: #FFFB99;
  border-radius: 0 0 10px 10px;
}

#localNavi ul li {
  border-bottom: 2px dotted #FFF;
  font-size: 1rem;
}

#localNavi ul li:last-child {
  border-bottom: none;
  padding: 1px 0;
}

#localNavi ul li a {
  display: block;
  padding: 15px 10px 15px 25px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
}

#localNavi ul li a.active,
#localNavi ul li a:hover,
#localNavi ul li a.selected {
  background: url(images/liStandard.svg) no-repeat left 10px top 21px #fffece;
}

#localNavi ul li a.active.no {
  background: none;
}

#localNavi ul li a.active.no:hover {
  background: url(images/liStandard.svg) no-repeat left 10px top 21px #fffece;
}


.hide {
  display: none;
}


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

#contents h1+p+h2 {
  margin-top: 50px;
}

#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 {
  text-align: center;
}

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

#contents p.linkButton a {
  display: inline-block;
  padding: 10px 70px 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;
}

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


.usedCMS {
  display: none;
}

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

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

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

form table .hissu {
  color: #F00;
  padding-left: 10px;
}

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

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

form table textarea {
  padding: 10px;
  width: 100%;
}

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

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

.column2 ul>li {
  break-inside: avoid;
}

.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 */
.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w100per {
  width: 100%;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

address {
  font-style: normal;
  line-height: 1.6;
}

.mv20 {
  margin: 40px auto !important;
}

#contents ul.calendarList {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 0 2px;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 4px solid #FCF300;
  margin: 0 0 40px;
}

#contents ul.calendarList li {
  margin: 0;
  text-align: center;
  padding: 0;
  background: none;
}

#contents ul.calendarList li a {
  display: block;
  padding: 10px 24px;
  border-radius: 6px 6px 0 0;
  background: #EEE;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

#contents ul.calendarList li a.active {
  background: #FCF300;
  font-size: 1.25rem;
}

#contents ul.calendarList li a:hover {
  background: #FCF300;
}

[id] {
  scroll-margin-top: 100px; /* 固定ヘッダの高さ */
}


#contents .gsc-control-cse table,
#contents .gsc-control-cse td {
  border: none;
  padding: 0;
}

.gsc-result-info {
  text-align: right !important;
}

.gsc-wrapper * {
  font-size: 1rem;
  line-height: 1.5;
}

.gs-title a,
.gs-title a b {
  font-size: 1.25rem !important;
}

.gs-image-box {
  margin-right: 20px !important;
}

/* 1250 */
@media screen and (max-width:1250px) {
  #headRight {
    width: calc(100% - 300px);
  }

  #gNavi ul {
    gap: 0 50px;
    font-size: 1.25rem;
  }

  #footerLeft {
    width: 24%;
    padding-left: 20px;
  }

  #footerRight {
    width: 76%;
  }
}




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

  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
    padding-top: 55px;
    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 .forCMS {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #FFF;
    height: 55px;
    padding: 8px 20px 8px 10px;
    filter: drop-shadow(0 0 4px #0009);
  }

  #headRight {
    display: none;
  }

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

  #spNav #spMenu {
    display: none;
  }

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

  #toggle button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }

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

  .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 {
    width: 60%;
    padding-left: 10px;
    height: 100%;
    text-align: left;
  }

  #siteID img,
  header.shrink .forCMS #siteID img {
    width: auto;
    height: 100%;
  }

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

  #spMenu {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    background: #DAE8F0;
    border-radius: 0 0 10px 10px;
    padding: 40px;
    height: auto;
  }

  #spMenu ul li {
    width: 100%;
    border-bottom: 2px dotted #1E96FC;
  }

  #spMenu ul li a {
    display: block;
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
    padding: 30px 0;
    text-align: left;
  }

  #spMenu ul li:first-child a {
    background: url(images/gNaviHome.svg) no-repeat left 10px center;
    background-size: auto 40px;
    padding-left: 85px;
  }

  #spMenu ul li:nth-child(2) a {
    background: url(images/gNaviHospital.svg) no-repeat left center;
    background-size: auto 40px;
    padding-left: 85px;
  }

  #spMenu ul li:nth-child(3) a {
    background: url(images/gNaviSearch.svg) no-repeat left 15px center;
    background-size: auto 40px;
    padding-left: 85px;
  }

  #spMenu>div {
    margin: 50px 0 20px;
    background: #FFF;
    border-radius: 4px;
  }

  #spMenu>div form>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #spMenu>div input {
    width: 100%;
    margin: 0 3px;
    background: none;
    border: none;
    cursor: pointer;
  }

  #spMenu>div input[type="button"] {
    padding: 2px;
  }

  #spMenu>div form {
    border: 1px solid #bbb0b2;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #spMenu>div form button {
    border: none;
    background: none;
  }


  body.isOpen {
    overflow: hidden;
  }

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


  #mainImage {
    overflow: initial;
  }

  #slide div img {
    object-fit: cover;
    width: 100%;
    min-height: initial;
  }

  #mainImage * {
    max-width: initial;
  }

  #playButton {
    display: none;
  }

  .slick-arrow {
    display: none !important;
  }

  #banners {
    padding: 40px 20px 20px;
  }

  #banners .w1200 {
    flex-direction: column;
    gap: 20px 0;
  }

  #info .w1200 {
    flex-direction: column;
    padding: 30px 20px 20px;
  }

  #infoLeft {
    width: 100%;
    background: none;
    min-height: inherit;
    margin-bottom: 20px;
  }

  #info h2 {
    font-size: 2rem;
    margin-bottom: 0;
    position: relative;
  }

  #info h2::after {
    content: '';
    display: block;
    width: 90px;
    height: 115px;
    background: url(images/iconOshirase.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    right: 0;
  }

  #infoLeft p {
    display: none;
  }

  #infoLeft a.buttonLink {
    padding: 8px 33px 8px 20px;
    border: 1px solid #1E96FC;
  }

  .infoItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }

  #sagasu .w1200 {
    padding: 30px 20px 20px;
  }

  #sagasu .w1200::after {
    top: -45px;
    right: 24px;
    width: 84px;
    height: 150px;
    background-size: contain;
  }

  #category>*,
  #nenrei>* {
    width: 100%;
  }

  #category,
  #nenrei {
    padding: 33px 20px;
  }

  #sagasu h3 {
    margin-bottom: 20px;
  }

  #sagasu p a {
    height: 100px;
  }

  #pagetop img {
    width: 50px;
    height: 50px;
  }

  footer {
    position: relative;
    padding: 20px 0 0;
  }

  footer::before {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: url(images/illustCircle.svg) no-repeat center center;
    background-size: contain;
    margin: auto;
  }

  #pagetop {
    bottom: 20px;
    right: 10px;
  }

  #footerWrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px 0;
    padding: 30px 0 20px;
  }

  #footerLeft {
    width: 100%;
    justify-content: center;
    padding-bottom: 0;
    height: auto;
  }

  #footerRight {
    width: 100%;
    border-radius: 2em 2em 0 0;
    padding: 40px 40px 20px;
  }

  #footerMenu {
    flex-direction: column;
    align-items: center;
  }

  footer a.buttonLink {
    padding: 8px 33px 8px 20px;
    border: 1px solid #1E96FC;
    font-size: 0.875rem;
  }

  #footerAddress * {
    margin-bottom: 16px;
  }

  #footerAddress p {
    line-height: 1.8;
    margin-bottom: 0;
  }

  #footerAddress p a {
    float: right;
    clear: right;
    margin-top: 1em;
    margin-bottom: 0;
  }

  #footerAddress p.phone {
    clear: both;
    font-size: 1em;
  }

  #footerLink {
    justify-content: center;
    gap: 0 30px;
  }

  #contentsHead {
    height: 80px;
  }

  #contentsHead p {
    margin-left: 40px;
    font-size: 1.5rem;
  }

  #contentsHead p.sagasu::before {
    width: 40px;
    height: 40px;
    left: -60px;
  }

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

  #topicPath {
    display: none;
  }

  #contentsWrap {
    display: block;
    padding: 25px 20px 50px;
  }

  #menuArea {
    position: static;
    width: 100%;
    margin: 150px 0 30px 0;
    padding: 0;
    top: initial;
    height: auto;
  }

  #localNavi {
    width: 100%;
    max-width: initial;
    padding: 10px;
    border: 2px solid #FCF300;
    border-radius: 0 0 10px 10px;
  }

  #localNavi h2 {
    border-radius: 0;
  }

  #localNavi ul {
    border-radius: 0;
  }

  #contents {
    width: 100%;
  }

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

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

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

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

  #contents h2 {
    font-size: 1.25rem;
    padding-left: 15px;
  }

  #contents h3 {
    font-size: 1.25rem;
    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%;
  }

  .indexLinkList {
    display: block;
  }

  .indexLinkList > div {
    width: 100%;
    margin-bottom: 20px;
  }

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

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

  #temporaryArea {
    width: calc(100% - 20px);
    padding: 15px 15px;
    margin: 0 10px 20px;
  }

  #temporaryArea p {
    font-size: 1rem;
    line-height: 1.4;
  }

  #translate .w1200 {
    flex-direction: column;
    gap: 20px 0;
  }

  #translate h2::before {
    width: 50px;
    height: 50px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%) translateY(0) rotate(-5deg);
  }

  #translate .w1200 ul {
    gap: 15px 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}