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

.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: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 100px 0 0;
  text-align: center;
  background: #FFF;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

#contents h1 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  color: #006888;
  padding: 25px 35px 25px 50px;
  background: url(images/h1Back.svg) no-repeat left top #DFEFF4;
  border-radius: 8px;
}

#contents h1+p.textRight {
  margin-top: -2em;
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#contents table {
  max-width: 100%;
  margin: 0 0 10px;
  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 15px;
  overflow: hidden;
  border-radius: 10px;
}

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

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

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

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

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

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

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

.textRed {
  color: red;
}

.textPurple {
  color: #6A5ACD;
}

.textGreen {
  color: #00827D;
}

.textBlue {
  color: #346fb9;
}

.textGray {
  color: #999;
}

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

.textSmall {
  font-size: 80%;
}

.textSmall2 {
  font-size: 70%;
}

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

.textStandard {
  font-size: 90%;
}

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

.textBlueBold {
  color: #346fb9;
  font-weight: 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 #FFF;
  line-height: 1.6;
  text-decoration: none;
  border: 1px solid #DDD;
  transition: all 0.3s;
}

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

#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;
  border: 1px solid #EEE;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt50 {
  margin-top: 50px;
}


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

#blockskip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  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: #7A7072;
  color: #FFF;
  padding: 6px 14px 8px;
  border-radius: 0 0 4px 4px;
}

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

.w1200 {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

header .forCMS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s;
  filter: drop-shadow(0 2px 4px #0003);
}

#siteID {
  padding-left: 45px;
}

#siteID img {
  width: 194px;
  height: 61px;
  transition: all 0.5s;
}

#headRight {
  padding-right: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 65px;
  flex-grow: 1;
}

#headRight form div {
  display: flex;
  width: 252px;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 4px 12px;
}

#headRight form input,
#headRight form button {
  border: none;
  background: none;
}

#headRight form input {
  width: 200px;
  padding: 4px;
  margin-right: 8px;
}

#spNavi {
  display: none;
}

#gNavi ul {
  display: flex;
  gap: 0 40px;
  justify-content: space-around;
  font-size: 1.125rem;
}

#gNavi ul li a {
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.3s;
}

#gNavi ul li a.active,
#gNavi ul li a:hover {
  color: #b95a08;
}

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

header.shrink #headRight form {
  display: none;
}

header.shrink #siteID img {
  width: 143px;
  height: 45px;
}

header.shrink #headRight {
  justify-content: center;
}

#toggle {
  display: none;
}


footer {
  background: url(images/footerImage.svg) no-repeat center bottom #006888;
  background-size: 100% auto;
  color: #FFF;
  text-align: left;
  margin-top: 150px;
  position: relative;
}

#footerWrap1,
#footerWrap2 {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

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


#pagetop.is-stop {
  position: absolute;
  top: -48px;
  bottom: initial;
}

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

#footer1 {
  display: flex;
  align-items: center;
  gap: 0 72px;
  padding-top: 35px;
  width: 70%;
}

#footer1::before {
  content: '';
  display: block;
  width: 100%;
  height: 239px;
  max-width: 272px;
  background: url(images/footerMap.svg) no-repeat;
  background-size: contain;
}

#footer1 strong {
  font-size: 1.25rem;
}

#footer1 #jinko {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
  max-width: 280px;
}

#jinko p {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 0.875rem;
  line-height: 1.4;
}

#jinko #sojinko::before {
  content: url(images/jinko-sojinko.svg);
}

#jinko #setai::before {
  content: url(images/jinko-setai.svg);
}

#jinko #male::before {
  content: url(images/jinko-male.svg);
}

#jinko #female::before {
  content: url(images/jinko-female.svg);
}

#footer2 {
  padding-top: 74px;
}

#footer2 a {
  color: #FFF;
  text-decoration: none;
}

#footer2 p {
  margin-bottom: 25px;
  font-size: 0.875rem;
}

#footer2 a strong {
  font-size: 1.1875rem;
  font-weight: 600;
  display: block;
  margin-top: 6px;
}

#footer2 a {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

#footer2 #toFacebook a::before {
  content: url(images/iconFacebook.svg);
}

#footer2 #toLine a::before {
  content: url(images/iconLINE.svg);
}

#footerWrap2 {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-bottom: 150px;
}

#footerID {
  font-size: 1.125rem;
  font-weight: 700;
}

footer address {
  margin: 8px 0;
  font-style: normal;
}

#footer4 a {
  color: #FFF;
  text-decoration: none;
}

#footer4 ul {
  display: flex;
  gap: 3em;
  font-size: 0.875rem;
}

footer p#copyright {
  color: #000;
  text-align: center;
  padding: 12px;
  font-size: 0.875rem;
}


/* Contents */

#contentsHead {
  background: url(images/contentsHead.png) no-repeat center right #83C6EE;
  background-size: contain;
  width: 100%;
  height: 135px;
  position: relative;
}

#contentsHead p {
  color: #000;
  font-weight: 600;
  position: absolute;
  top: calc(50% - 15px);
  left: 10%;
  font-size: 1.875rem;
}

#topicPath {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 10px 80px 15px;
  font-size: 0.875rem;
  background: #F3F3F3;
}

#topicPath p {
  line-height: 1.5;
}

main {
  flex-grow: 1;
}

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

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

body.wide #contentsWrap {
  display: block;
}

body.wide #localNavi {
  display: none;
}

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

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

#localNavi h2 {
  background: #006888;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
  padding: 12px 4px 14px;
  border-radius: 8px 8px 0 0;
}

#localNavi ul {
  background: #F8FBEF;
  border-radius: 0 0 8px 8px;
}

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

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

#localNavi ul li a {
  display: block;
  padding: 12px 15px 13px 35px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  position: relative;
}

#localNavi ul li a::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #006888;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  left: 15px;
}

#localNavi ul li a:visited {
  color: #7c419e;
}

#localNavi ul li a.active,
#localNavi ul li a:hover,
#localNavi ul li a.selected {
  background: #fff8ef;
}

#localNavi ul li a.active::before,
#localNavi ul li a:hover::before,
#localNavi ul li a.selected::before {
  background: #DD7A56;
}

#localNavi ul li.noLink,
#localNavi ul li span.noLink {
  padding: 10px 15px 10px 25px;
  color: #4D4D4D;
  line-height: 1.5;
  display: block;
}

#localNavi ul li a.pdfLink {
  background: none;
  position: relative;
}

#localNavi ul li a.pdfLink::after {
  content: url(images/iconPdf.png);
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

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

#localNavi ul li span.cate {
  display: block;
  padding: 10px 15px;
  background: #EEE;
}

.hide {
  display: none;
}


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

#contents h1+p.textRight+h2 {
  margin-top: 30px;
}

#contents h1+p.textRight+p+h2 {
  margin-top: 0;
}

#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/liStandard.svg) no-repeat right 20px center #FFEADA;
  color: #000;
  text-decoration: none;
  border: 1px solid #FF9000;
  transition: all 0.3s;
}

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

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

.cateInfo {
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 3em;
  position: relative;
}

#contents .cateInfo h2 {
  border: none;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}

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

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

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

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

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

#contents table.infoTable td img {
  vertical-align: baseline;
  padding-left: 6px;
}

#contents .cateInfo .toIchiran {
  position: absolute;
  top: 25px;
  right: 40px;
  background: url(images/liOrange.svg) no-repeat left center;
  padding-left: 20px;
  font-size: 0.875rem;
}

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

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

form table input[type="text"] {
  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%;
}

form table label {
  display: inline-block;
  margin-right: 1em;
}

#contents input[type="submit"],
#contents input[type="reset"] {
  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 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;
}



/* Handover */
.photoAreaL180 {
  float: left;
  width: 190px;
  margin: 0 20px 30px
}

.photoAreaR180 {
  float: right;
  width: 190px;
  margin: 0 20px 30px
}

#contents .photoAreaL180 p,
#contents .photoAreaR180 p {
  margin: 0;
  padding: 3px 5px;
  background: #eee;
  color: #333;
  font-size: 85%;
  line-height: 150%
}

.photoAreaL250 {
  float: left;
  width: 260px;
  margin: 0 20px 30px
}

.photoAreaR250 {
  float: right;
  width: 260px;
  margin: 0 20px 30px
}

#contents .photoAreaL250 p,
#contents .photoAreaR250 p {
  margin: 0;
  padding: 3px 5px;
  background: #eee;
  color: #333;
  font-size: 85%;
  line-height: 150%
}

#contents .textBlueBold2 {
  font-size: 95%;
  color: #11376a;
  background: #ededed;
  padding: 3px;
  margin: 0 20px 5px;
  font-weight: bold
}

.imgLeft2 {
  float: left;
  margin-bottom: 20px
}

.imgRight2 {
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd
}

#contents .imgRight2 p {
  margin: 0;
  padding: 5px;
  background: #fff
}

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

.dottedLinePink {
  border: dotted 2px #f9f;
  padding: 10px 30px
}

.kakomiDouble {
  margin: 0 20px;
  border: 3px #ccc double;
  padding-top: 15px
}

.kakomiDouble2 {
  margin: 0 20px 10px 20px;
  border: 3px #ccc double;
  padding-top: 15px
}

#contents ul.prevNext {
  list-style-image: none;
  margin: 0 0 10px;
  padding: 0;
  line-height: 30px
}

#contents ul.prevNext li.prevPage {
  float: left
}

#contents ul.prevNext li.nextPage {
  float: right
}

#contents ul.ulInline {
  display: flex;
  gap: 20px 25px;
  flex-wrap: wrap;
}

#getAcro {
  background-color: #eef7ff;
  border: 1px solid #ddd;
  margin: 40px 10px
}

#getAcro img {
  float: left;
  margin: 10px 15px
}

#getAcro p.acrobat {
  font-size: 90%;
  margin-bottom: 0;
  margin-left: 150px;
  padding-bottom: 10px;
  text-indent: 0
}

#contents table.tohyoTable th {
  text-align: center
}

#contents #koho ul li {
  background: url(images/pdficon.gif) no-repeat left center;
  padding-left: 25px;
  margin: 10px auto;
  border-bottom: 1px dotted #ccc
}

.photoBox {
  float: left;
  margin-left: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc
}

#contents p.photoThumb {
  margin: 0;
  padding: 5px;
  background: #fff
}

#contents p.photoCap {
  margin: 0;
  padding: 5px;
  font-size: 80%;
  width: 210px
}

#contents p.border,
#contents p.border2 {
  border: 1px solid #ccc;
  padding: 5px 20px;
  margin-bottom: 30px
}

#contents p.border2 {
  width: 360px
}

#contentsForm h1 {
  margin: 0 0 17px 0
}

#contentsForm p {
  font-size: 90%;
  line-height: 150%;
  margin: 0 20px 15px
}

#contentsForm h2 {
  margin-bottom: 17px;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  font-size: 105%;
  background: url(images/h2Back.png) no-repeat left top
}

#contentsForm th,
#contentsForm td {
  font-size: 85%
}

#contentsForm th {
  width: 170px
}

#contents ul.menuList li {
  float: left;
  background: url(images/liHighlight.gif) no-repeat left center;
  padding: 0 20px 0 10px
}

#contents ul.kohoshi {
  margin: 40px 10px 0;
  display: flex;
  gap: 40px 36px;
  flex-wrap: wrap;

}

#contents ul.kohoshi li {
  background: none;
  padding: 0;
  margin: 0;
  width: calc((100% - 144px) / 5);
  text-align: center;
}


#contents .getAcrobat {
  border: 1px solid #ccc;
  padding: 10px
}

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

#contents .getAcrobat p {
  margin: 0;
  color: #333
}

.column2L,
.column2R {
  border: 1px solid #ccc;
  padding: 5px;
  width: 330px;
  margin-bottom: 30px
}

.column2L {
  float: left
}

.column2R {
  float: right
}

#contents .column2L p,
#contents .column2R p {
  margin: 0 10px 10px 0;
  overflow: hidden
}

#aisatsuLeft {
  float: left;
  width: 220px;
  margin-top: 5px
}

#aisatsuRight {
  float: right;
  width: 460px
}

#contents h1+p.textRight {
  color: #666;
  font-size: 0.875rem;
}

.kohoThumb img {
  width: 160px;
  height: auto;
  border: 1px solid #EEE;
}

.kohoThumb.horizon {
  width: 226px;   /* 元画像の高さ */
  height: 160px;  /* 元画像の幅 */
  overflow: hidden;
  position: relative;
}

.kohoThumb.horizon img {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
}

.gsc-above-wrapper-area,
.gsc-wrapper {
  max-width: 100% !important;
}

#contents table.gsc-above-wrapper-area-container,
#contents table.gsc-above-wrapper-area-container td {
  border: none;
  padding: 0;
}

.gs-bidi-start-align {
  line-height: 1.6 !important;
}



/* 599 */
@media screen and (max-width:599px) {
  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;
  }

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

  /* #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: #000;
    border-radius: 2px;
  }

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

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

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

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

  .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 .forCMS {
    height: 55px;
  }

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

  #headRight>form {
    display: none;
  }

  #siteID,
  header.shrink .forCMS #siteID {
    width: 30%;
    padding-left: 20px;
  }

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

  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: #DAE8F0;
    border-radius: 0 0 10px 10px;
    padding: 20px 20px 30px;
    height: auto;
    width: 100%;
  }

  #spNavi {
    display: block;
    margin-top: 30px;
  }

  #headRight #spNavi form div {
    width: 100%;
  }

  #headRight #spNavi form input {
    width: calc(100% - 30px);
  }

  #gNavi ul.active {
    display: block;
  }

  #gNavi ul li {
    width: 100%;
  }

  #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 {
    margin-bottom: 6px;
    height: 48px;
  }

  #gNavi ul li a {
    background: #FFF;
    color: #000;
    border-radius: 6px;
  }

  #gNavi ul li.spShow {
    margin: 30px 0 10px;
    padding-top: 30px;
    border-top: 2px dotted #CCC;
    height: auto;
  }

  #gNavi ul li form {
    background: #FFF;
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #gNavi ul li input.search-text {
    width: calc(100% - 25px);
    border: none;
    background: none;
    padding: 10px;
  }

  #mainImage {
    height: 200px;
    overflow: initial;
  }

  footer {
    margin-top: 20px;
  }

  #footerWrap1 {
    flex-direction: column;
    width: 100%;
  }

  #footer1 {
    flex-direction: column;
    width: 100%;
  }

  #footer1::before {
    width: 200px;
    height: 175px;
    margin: 0 auto 30px;
  }

  #footer2 {
    padding: 60px 50px 30px;
  }

  #footerWrap2 {
    flex-direction: column;
    gap: 30px 0;
    padding-bottom: 45px;
  }

  #footerWrap2 address {
    line-height: 1.8;
  }

  #footer4 ul {
    flex-direction: column;
    gap: 10px 0;
  }

  #footer4 a {
    display: block;
    width: 100%;
    border: 1px solid #5f92a2;
    border-radius: 8px;
    padding: 16px 20px;
  }




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

  #topicPath {
    display: none;
  }

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

  #contentsHead {
    height: 65px;
  }

  #contentsHead p {
    font-size: 1.175rem;
    top: calc(50% - 10px);
  }

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

  #localNavi h2 {
    border-radius: 0;
  }

  #localNavi ul {
    border-radius: 0;
  }

  #contents {
    width: 100%;
  }

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

  #contents h1 {
    padding: 10px 20px 12px;
    font-size: 1.5rem;
    background-size: auto 65px;
  }

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

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

  .column2 {
    columns: 1;
  }

  .infoTable th,
  .infoTable td {
    display: block;
    width: 100%;
  }

  #contents table.infoTable th {
    padding-bottom: 0;
  }

  #contents table.infoTable td {
    padding-top: 5px;
  }
}