@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');

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

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

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

table, th, td {
  border: none;
}

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

#contents td.col_blue {
  background-color: #e5f7ff;
  font-size: 120%;
  font-weight: 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 {
  overflow: hidden;
}

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

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

.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

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

#contents h1 {
  color: #333;
  font-size: 1.5rem;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 18px 30px;
  line-height: 1.3;
  margin: 20px 0 40px;
}

#contents h2 {
  color: #C73F00;
  font-size: 1.25rem;
  border-radius: 2px;
  line-height: 1.4;
  padding: 12px 23px;
  margin-bottom: 15px;
  background: #FFF1EA;
}

#contents h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 35px;
  position: relative;
  padding-left: 36px;
}

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

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

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

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

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

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

#contents ul li {
  margin: 0 auto 0.5em;
  line-height: 180%;
  font-size: 1rem;
  background: url(images/liStandard.svg) no-repeat left 12px;
  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 ul li ul {
  margin: 15px 0 25px 20px;
}

#contents ul li ul li, #contents ol li ul li {
  background: url(images/liTriangle.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: 1rem;
}

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

#contents caption {
  font-size: 1rem;
  color: #000;
  text-align: right;
  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;
  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 {
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 10px 15px 1px;
  margin: 50px 0 30px;
}

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

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

#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 solid;
  padding: 20px 20px 10px;
  overflow: hidden;
  border-radius: 10px;
}

#contents .kakomi h2 {
  background: #F5F5F5;
  padding: 4px 15px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #000;
  border-radius: 0;
}

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

.kakomiRed {
  margin: 0 0 20px;
  border: 1px #DC6466 solid;
  padding: 20px 20px 10px;
  overflow: hidden;
  background-color: #ffe5e5;
}

.kakomiGray {
  margin: 0 0 20px;
  padding: 20px 20px 10px;
  overflow: hidden;
  background-color: #DFDFDF;
}

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

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

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

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

.textLarge {
  font-size: 120%;
}

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

#contents .textRed {
  color: red;
}

#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.tableBorderYoko, #contents table.tableBorderYoko th, #contents table.tableBorderYoko td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #999;
}

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

a.pdfLink {
  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;
}

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

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

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

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

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

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

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

#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 10px center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jcc {
  justify-content: center;
}

.jcl {
  justify-content: left;
}

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

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

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

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

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

.flex.item3.center {
  justify-content: center;
  text-align: center;
}

.flex .photoBox {
  margin: 0 10px 20px;
}

.flex.jcl .photoBox:first-child, .flex.jcb .photoBox:first-child {
  margin: 0 10px 20px 0;
}

.flex.jcl .photoBox:last-child, .flex.jcb .photoBox:last-child {
  margin: 0 0 20px 10px;
}

#contents .flex .photoBox p {
  margin: 0;
  padding: 3px;
  border: 1px solid #EEE;
}

#contents .flex .photoBox p.caption {
  background: #EEE;
  padding: 5px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #333;
}

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

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

.linkButton a {
  display: inline-block;
  background: #C73F00;
  color: #FFF;
  text-decoration: none;
  padding: 15px 30px 15px;
  border-radius: 8px;
}

.linkButton a:hover {
  background: #df4600;
}

.linkBox {
  background: #EEE;
  padding: 10px 30px;
}

#contents .linkBox p {
  margin: 10px 0;
}

.linkBox p a {
  background: #FFF;
  display: block;
  padding: 20px 30px;
  border-radius: 6px;
  position: relative;
}

.linkBox p a:after {
  content: '';
  display: block;
  width: 21px;
  height: 22px;
  background: url(images/backArrow.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
}

.linkBox p a:hover {
  background: #FFFDF8;
}

#toggle {
  display: none;
}

.spShow {
  display: none;
}

#contents p.backButton {
  text-align: center;
  margin: 100px 0 20px;
}

.backButton a {
  display: inline-block;
  background: url(images/arrowLeft.svg) no-repeat 10px center #3495ff;
  padding: 10px 10px 10px 30px;
  border-radius: 16px;
  color: #FFF;
  text-decoration: none;
}

.backButton a:hover {
  background: url(images/arrowLeft.svg) no-repeat 10px center #52a6ff;
}

#contents ul.anchorLink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#contents ul.anchorLink li {
  background: url(images/arrowDown.svg) no-repeat left center;
  margin: 0 2em 0.5em;
}

#contents ul.anchorLink li a {
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
}

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

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


/* Individual settings from here */

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  height: 100px;
  position: relative;
}

h1#siteID, p#siteID {
  font-family: 'Noto Serif JP', Times, serif;
  font-size: 36px;
  font-weight: normal;
}

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

#siteID span {
  font-size: 18px;
  margin-right: 0.5em;
}

#headerL p.engName {
  color: #FFF;
  background: #C73F00;
  padding: 3px 0 5px;
  margin-top: 10px;
  font-size: 0.875em;
}

#headerR {
  width: 300px;
}

table.gsc-search-box td.gsc-input {
  padding-right: 4px !important;
}

#toEng {
  position: absolute;
  top: 0;
  right: 100px;
}

#toEng a {
  border-radius: 0 0 8px 8px;
  color: #000;
  background: #D8D8D8;
  font-size: 0.875rem;
  padding: 8px 30px 5px;
  text-decoration: none;
}

#toEng a:hover {
  background: #E8E8E8;
}

#mainVisual {
  height: 255px;
  background: url(images/mainVisual.jpg) no-repeat center bottom;
  background-size: cover;
  padding-left: 10%;
}

#mainVisual p {
  width: 350px;
  height: 255px;
  color: #FFF;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  background: #C73F0080;
  padding: 40px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: 'Noto Serif JP', Times, serif;
}

nav {
  background: #C73F00;
}

nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

nav ul li a {
  display: block;
  padding: 12px;
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
}


#dropmenu>li {
  position: relative;
  width: 20%;
  height: 40px;
}

#dropmenu>li>ul {
  display: none;
}

#dropmenu>li:hover>ul {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
  background: #BB5B2F;
}

#dropmenu>li:hover {
  background: #A43400;
}

#dropmenu li ul li {
  border-bottom: 1px solid #FFF;
}

#dropmenu li ul li:last-child {
  border-bottom: none;
}

#dropmenu li ul li a {
  padding: 10px;
  font-size: 0.875rem;
}

#dropmenu li ul li a:hover {
  background: #C73F00;
}

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

.headline {
  text-align: center;
  color: #C73F00;
  font-size: 0.875rem;
}

#topContents {
  padding-top: 20px;
}

#topContents .w1100 {
  padding: 30px 0;
}

#topContents h2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 10px 0 50px;
}

#topContents .infoTable {
  width: 100%;
  margin-bottom: 50px;
}

#topContents .infoTable th,
#topContents .infoTable td {
  padding: 10px 15px;
  line-height: 1.8;
}

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

#topContents .infoTable td a {
  text-decoration: none;
}

.infoTable th span {
  font-weight: normal;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  padding: 4px;
  border-radius: 4px;
  color: #FFF;
  white-space: nowrap;
}

.cateNews {
  background: #4A6D56;
}

.cateSeminar {
  background: #9F5C5C;
}

.cateSympo {
  background: #A97524;
}

.cateKoshu {
  background: #265e8f;
}

.buttonRound {
  text-align: center;
}

.buttonRound a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 32px;
  padding: 10px 25px;
}

.buttonRound a:hover {
  background: #fff9e7;
}

.toMail {
  text-align: center;
  margin: 70px 0;
}

.toMail a {
  display: inline-block;
  font-size: 1.5rem;
  background: #C73F00;
  color: #FFF;
  text-decoration: none;
  padding: 20px 50px 20px 80px;
  border-radius: 10px;
  position: relative;
}

.toMail a::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(-45deg);
}

.toMail a::before {
  content: '';
  width: 44px;
  height: 34px;
  display: block;
  background: url(images/iconMail.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(50% - 17px);
  left: 20px;
}

#eventArea {
  background: url(images/eventBack.jpg) no-repeat center bottom;
  background-size: cover;
  margin-top: 50px;
  padding: 0 10px 30px;
}

#eventArea ul {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: auto;
}

#eventArea ul li {
  display: table;
  width: 170px;
  height: 170px;
}

#eventArea ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  border-radius: 50%;
  color: #FFF;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}

#event1 a {
  background: url(images/event1.svg) no-repeat center bottom 30px #C73F00;
  background-size: 55% 55%;
}

#event2 a {
  background: url(images/event2.svg) no-repeat center bottom 30px #C73F00;
  background-size: 55% 55%;
}

#event3 a {
  background: url(images/event3.svg) no-repeat center bottom 30px #C73F00;
  background-size: 55% 55%;
}

#eventArea ul li a:hover {
  opacity: 0.9;
}

footer {
  background: url(images/footerBack.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 30px;
}

#banners {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto 40px;
}

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

#banners ul li {
  width: 200px;
  height: auto;
  margin: 0 5px 20px;
}

#banners ul li img {
  width: 100%;
  height: auto;
}

footer .w1100 {
  display: flex;
  justify-content: space-between;
  color: #FFF;
}

#footerID {
  font-family: 'Noto Serif JP', Times, serif;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 8px;
}

#footerID span {
  font-size: 18px;
  margin-right: 0.5em;
}

#footerL .engName {
  font-family: 'Noto Serif JP', Times, serif;
  margin-bottom: 30px;
}

#footerL .textSmall {
  margin-top: 10px;
}

address {
  font-style: normal;
  margin: 1em 0;
}

#footerR ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
}

#footerR ul li::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}

#footerR ul li a {
  color: #FFF;
  text-decoration: none;
}

#footerR ul li a:hover {
  color: #ffe100;
}

#copyright {
  padding: 30px 0 20px;
}

#copyright p {
  background: #00000099;
  color: #FFF;
  padding: 10px;
  font-size: 0.75rem;
}

#category {
  height: 140px;
  background: url(images/mainVisual.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#category::before {
  content: '';
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF88;
}

#category > div {
  width: 100%;
  height: 140px;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: calc(50% - 500px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#category p {
  display: inline-block;
  padding: 8px 50px;
  font-size: 1.5rem;
  color: #FFF;
  background: #00000099;
}

#topicPath {
  width: 100%;
  max-width: 1140px;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
  font-size: 0.875rem;
}

#topicPath li {
  display: inline;
}

#topicPath li a {
  position: relative;
  padding: 0 25px 0 0;
}

#topicPath li:first-child a {
  padding: 0 30px 0 25px;
}

#topicPath li:first-child a:before {
  content: url(images/iconHome.svg);
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

#topicPath li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(-45deg);
}

#contents {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 50px;
  padding: 0 20px;
  text-align: left;
  min-height: calc(100vh - 600px);
}

#sitemap {
  columns: 2;
}

#sitemap > div {
  break-inside: avoid;
}

#contents #sitemap h2 a {
  color: #333;
  text-decoration: none;
  display: block;
}

#contents #sitemap ul {
  margin: 0 0 50px 30px;
}

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

.col2 > div {
  width: 48%;
  margin-bottom: 20px;
}

.kei {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px;
}

.kei.textCenter {
  text-align: center;
}

#contents .kei.textCenter h3 {
  padding: 4px;
  color: #FFF;
  background: #6699cc;
}

#contents .kei.textCenter h3::before {
  display: none;
}

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



@media screen and (max-width:1300px) {
  header {
    padding: 0 10px;
    max-width: 1100px;
    margin: auto;
  }
  #toEng {
    right: 10px;
  }
  footer .w1100 {
    max-width: 1100px;
    padding: 0 20px;
  }
}

@media screen and (max-width:899px) {
  #eventArea ul {
    width: 80%;
  }
  #eventArea ul li {
    width: 150px;
    height: 150px;
  }
  #event1 a, #event2 a, #event3 a {
    background-size: 50%;
    background-position: center bottom 15px;
  }
}

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

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

  body.noScroll {
    overflow: hidden;
  }

  body * {
    max-width: 100%;
  }

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

  .pcShow {
    display: none !important;
  }

  .spShow {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

  nav ul.isOpen {
    display: block;
  } */

  nav > ul {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height : 100vh;
    max-width: 100%;
    background: #082742EB;
    overflow-y: scroll;
    z-index: 1;
    opacity: 0;
    max-height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  nav ul.isOpen {
    padding: 80px 20px 80px;
    opacity: 1;
    max-height : 100vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  nav > ul ul {
    position: initial;
    border-top: 1px dotted #FFF;
  }

  #dropmenu li ul li {
    border-bottom: 1px dotted #FFF;
    margin-left: 20px;
    width: calc(100% - 20px);
  }

  #dropmenu > li > ul {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #dropmenu > li > ul a {
    display: block;
    padding: 14px 0 14px 14px;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    height: auto;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: normal;
  }

  nav > ul > li > a {
    background: #FFFFFF11;
  }

  #dropmenu > li {
    width: 100%;
    position: initial;
    height: auto;
    border-top: 1px solid #FFF;
    padding-bottom: 6px;
    text-align: left;
  }

  #dropmenu > li > a {
    padding: 20px 12px;
  }

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

  header {
    display: block;
    padding: 10px 20px 10px;
    height: 78px;
  }
  #headerL {
    width: 170px;
    white-space: nowrap;
    /* width: 50%; */
  }
  #headerR {
    display: none;
  }
  h1#siteID, p#siteID {
    font-size: 22px;
  }
  #siteID span {
    font-size: 12px;
  }
  #headerL p.engName {
    font-size: 12px;
  }

  #mainVisual {
    height: 150px;
    padding-left: 20px;
  }

  #mainVisual p {
    height: 150px;
    width: 205px;
    font-size: 1rem;
    padding: 20px;
  }
  #topContents .w1100 {
    padding: 10px 0;
  }
  #topContents h2 {
    margin: 10px 0 28px;
    font-size: 1.5rem;
  }
  .headline {
    font-size: 0.75rem;
  }
  #topContents .infoTable th {
    display: inline-block;
    padding: 10px 15px 0px;
  }
  #topContents .infoTable td {
    display: block;
    width: 100%;
    padding: 0 15px 5px;
  }
  .infoTable th span {
    padding: 4px 10px;
  }
  #eventArea ul {
    width: 100%;
  }
  #eventArea ul li {
    width: 110px;
    height: 110px;
  }
  #eventArea ul li a {
    font-size: 1.125rem;
  }
  #banners {
    padding: 0 20px;
  }
  #banners ul li {
    width: 45%;
  }
  footer .w1100 {
    display: block;
  }
  #footerID {
    font-size: 24px;
  }
  #footerL .engName {
    font-size: 0.875rem;
  }
  address span {
    display: block;
    margin-top: 10px;
  }
  #footerR {
    margin-top: 30px;
  }
  #footerR ul li::before {
    display: none;
  }
  #footerR ul li {
    padding-left: 0;
  }
  #footerR ul li a {
    display: block;
    border: 1px solid #FFF;
    border-radius: 20px;
    padding: 8px 20px;
  }
  #copyright {
    padding: 20px 0 10px;
  }
  #sitemap {
    columns: 1;
  }
  .col2 > div {
    width: 100%;
  }
  .flex.item3 {
    display: block;
  }
  .flex.item3>* {
    width: 100%;
  }
  .flex.item3 > :nth-child(2n) {
    padding: 0;
  }
  .tableWrap {
    overflow-x: scroll;
  }
}
