@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&family=Noto+Sans:wght@700&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;
}

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

#contents p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 1em 0;
}

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

a {
  overflow: hidden;
}

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

.clearfix {
  zoom: 1;
  /* for IE6/7 */
}

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

.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

body {
  font-family: "M PLUS 1p", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding: 100px 0 0;
  text-align: center;
}

body#kos {
  background-color: #FFF;
  background-image: url(images/kosBack.jpg), url(images/kosBack2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain, contain;
}

body#hos {
  background-color: #FFF;
  background-image: url(images/hosBack.jpg), url(images/kosBack2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain, contain;
}

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

header {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  background: #FFF;
  padding: 30px 53px;
  border: 1px solid #CCC;
  border-radius: 10px;
  position: relative;
}

header p {
  font-size: 1.25rem;
  font-weight: bold;
}

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

header h1 {
  font-size: 2.25rem;
  margin: 22px 0 0;
}

header h1 span {
  font-size: 1.75rem;
  display: inline-block;
  color: #FFF;
  background: #0A6525;
  border-radius: 26px;
  padding: 6px 22px;
  margin-left: 1em;
}

#hos header h1 span {
  background: #F150EE;
}

#kos header::after {
  content: '';
  width: 120px;
  height: 182px;
  background: url(images/headerFukushiro.png);
  background-size: cover;
  position: absolute;
  top: -20px;
  right: 24px;
}

#hos header::after {
  content: '';
  width: 194px;
  height: 168px;
  background: url(images/headerHoikuma.png);
  background-size: cover;
  position: absolute;
  top: -20px;
  right: 24px;
}

footer {
  margin-top: 100px;
}

p#copyright {
  padding: 18px;
  color: #666;
  font-size: 12px;
}

#topicPath {
  width: 1000px;
  margin: 20px auto;
  overflow: hidden;
  text-align: left;
  font-size: 0.875rem;
}

#topicPath a {
  color: #333;
  text-decoration: none;
  position: relative;
  margin-right: 24px;
}

#topicPath a:after {
  content: "";
  height: 11px;
  width: 11px;
  position: absolute;
  right: -16px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

#topicPath a:last-child::after {
  border: none;
}

#contents {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
}

#contents h2 {
  font-size: 1.25rem;
  margin: 20px 0;
  line-height: 1.5;
  border-bottom: 2px solid #AB643C;
  padding: 5px 0 5px 90px;
  position: relative;
}

#contents h2::after {
  position: absolute;
  top: -18px;
  left: 0;
  content: '';
  width: 72px;
  height: 72px;
  background: url(images/h2Fukushiro.png) no-repeat center center;
  background-size: cover;
}

#hos #contents h2 {
  border-bottom: 2px solid #F150EE;
}

#hos #contents h2::after {
  position: absolute;
  top: -18px;
  left: 0;
  content: '';
  width: 61px;
  height: 85px;
  background: url(images/h2Hoikuma.png) no-repeat center center;
  background-size: cover;
}

#contents h3 {
  margin: 0 0 15px;
  font-size: 1.125rem;
  padding: 0 0 0 24px;
  text-indent: -24px;
  color: #AB643C;
  line-height: 1.5;
}

#contents h3::first-letter {
  background: url(images/h3Back.svg) no-repeat left center;
  padding-left: 24px;
}

#contents h4 {
  font-size: 1.1rem;
  border-bottom: 1px solid #EEE;
  padding-bottom: 6px;
  margin: 20px 0 20px;
  line-height: 1.5;
}

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

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

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

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

#contents ul li {
  background: url(images/liStandard.svg) no-repeat left 8px;
  padding-left: 15px;
}

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

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

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

#contents ul li {
  margin: 0 auto 0.5em;
  line-height: 180%;
  font-size: 0.9375rem;
}

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

#contents ul li ul li, #contents ol li ul li {
  background: url(images/liRound.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 {
  margin-left: 20px;
  font-size: 0.9375rem;
}

#contents dt {
  font-weight: bold;
}

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

hr {
  border: dotted #999;
  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 #999;
  empty-cells: show;
  font-size: 0.9375rem;
}

#contents caption {
  font-size: 100%;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
}

#contents td, #contents th {
  border: 1px solid #999;
  padding: 5px 10px;
  vertical-align: top;
  line-height: 130%;
}

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

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

#contents td ul {
  margin: 0 0 0 4px;
  padding: 0;
  font-size: 100%;
}

#contents td ol {
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 1rem;
}

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

#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: 0.875rem;
  font-style: italic;
}

.otoiawase {
  border: 1px solid #CCC;
  padding: 15px 20px 5px;
  margin: 50px 0 30px;
}

#contents .otoiawase h2 {
  color: #333;
  border: none;
  background: #D6F7CC;
  font-size: 1rem;
  padding: 5px 10px;
  margin: 0 0 15px;
}

#hos #contents .otoiawase h2 {
  background: #FFF0F2;
  border: none;
}

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

#contents .otoiawase p {
  margin: 0 0 10px;
  font-size: 0.875rem;
}

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

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

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

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

#contents .kakomi h2 {
  background: #F5F5F5;
  padding: 4px 15px;
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 10px;
  color: #001F3B;
  border-radius: 0;
}

#contents .kakomi p {
  margin: 0 10px 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;
}

.textGray {
  color: #999;
}

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

.textSmall {
  font-size: 80%;
}

.textSmall2 {
  font-size: 70%;
}

.textExtraSmall {
  font-size: 9.3px !important
}

.textStandard {
  font-size: 90%;
}

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

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

.textLarge {
  font-size: 110%;
}

#contents .textRed {
  color: red;
}

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

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

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

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

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.zipLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconZip.png) no-repeat left center;
}

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

#contents p.comment1 {
  background: url(images/kome.png) no-repeat left center;
  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 {
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

#contents ul.indexMenu 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;
  line-height: 1.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.textKakomi {
  display: inline-block;
  border: 1px solid #004284;
  color: #004284;
  padding: 4px 8px;
}

.col2 {
  display: table;
  width: 100%;
}

.colL {
  display: table-cell;
  width: 50%;
  padding-right: 20px;
}

.colR {
  display: table-cell;
  width: 50%;
  padding-left: 20px;
}

.col2Flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col2Flex>div {
  width: 48%;
}

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

.col2Photo>div {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.flexArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexArea>div {
  margin-bottom: 20px;
}

.w500 {
  width: 500px;
  margin: auto;
}

.w600 {
  width: 600px;
  margin: auto;
}

.w700 {
  width: 690px;
  margin: auto;
}

.linkButton {
  text-align: center;
}

.linkButton a {
  display: inline-block;
  background: url(images/arrowRight.svg) no-repeat 20px center #004DA0;
  color: #FFF;
  text-decoration: none;
  padding: 15px 30px 15px 40px;
  border-radius: 10px;
}

.linkButton a:hover {
  background: url(images/arrowRight.svg) no-repeat 20px center #0D65C4;
}

#toggle {
  display: none;
}

.spShow {
  display: none;
}

.mapArea {
  border: 1px solid #CCC;
  margin: 80px 0;
}

.mapArea iframe {
  width: 100%;
  height: 450px;
}

.movie {
  margin-bottom: 100px;
}

.item {
  border: 1px solid #AB643C;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

#hos .item {
  border: 1px solid #ffcbfe;
}

.youtube {
  width: 375px;
  position: relative;
  padding-bottom: 211px;
  /*375px * 56.25%*/
  height: 0;
  overflow: hidden;
}

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

.youtube a {
  position: relative;
  display: block;
}

.youtube a::after {
  content: '';
  position: absolute;
  width: 63px;
  height: 63px;
  background: url(images/playIcon.svg) no-repeat left top;
  background-size: cover;
  top: calc(50% - 31px);
  right: calc(50% - 31px);
}

.outline {
  width: 545px;
  padding-left: 25px;
}

#contents>.movie:last-child {
  margin-bottom: 0;
}

.youtube form.wcv_system_form {
  position: absolute;
  z-index: 10;
}

@media screen and (max-width:479px) {
  html {
    font-size: 15px;
  }
  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
    padding: 25px 15px 10px 15px;
  }
  body * {
    max-width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pcShow {
    display: none !important;
  }
  .spShow {
    display: block;
  }
  body#kos {
    background-size: contain, auto;
  }
  header {
    padding: 15px;
    text-align: center;
  }
  header p {
    font-size: 0.875rem;
  }
  header h1 {
    font-size: 1.5rem;
  }
  header h1 span {
    font-size: 1.125rem;
    margin-left: 0;
    margin-top: 0.5em;
    padding: 6px 22px;
  }
  #kos header::after {
    width: 51px;
    height: 78px;
    top: initial;
    bottom: -14px;
    right: -4px;
  }
  #hos header::after {
    width: 92px;
    height: 79px;
    top: initial;
    bottom: -10px;
    right: -10px;
  }
  #topicPath {
    display: none;
  }
  #contents {
    width: 100%;
    padding: 20px 5px;
    margin-top: 20px;
  }
  #contents h2 {
    padding: 5px 0 5px 54px;
    margin: 10px 0;
  }
  #kos #contents h2::after {
    width: 43px;
    height: 43px;
    top: 3px;
  }
  #hos #contents h2::after {
    width: 43px;
    height: 60px;
    top: 3px;
  }
  .item {
    display: block;
  }
  .youtube {
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
  }
  .outline {
    width: 100%;
    padding-left: 0;
  }
  p#copyright {
    padding: 70px 0 0;
  }
  footer {
    margin-top: 30px;
  }
  footer ul li {
    margin-bottom: 5px;
    text-align: left;
  }
  footer ul li a {
    display: block;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 16px;
    padding: 8px 20px;
    text-decoration: none;
    color: #333;
    position: relative;
  }
  footer ul li a:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
}