@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
body {
  color: #000;
  font-size: 1.3vw;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100% !important;
  min-width: 960px;
  margin: 0;
}
a:link, a:visited {
  color: #000e68;
  text-decoration: underline;
}
a:active, a:hover {
  color: #000e68;
  text-decoration: underline;
  opacity: .7;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
}
.sp {
  display: none !important;
}
.bk {
  display: inline-block;
}
/* header */
header {
  margin: 0 auto;
  padding: 0;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  margin: 2vw 0;
  padding: 0;
  width: 40%;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
header ul {
  color: #000;
  text-decoration: none;
  padding: 0 0 0 1vw;
  margin: 2vw 0;
  font-weight: 900;
  text-align: left;
}
header ul li {
  position: relative;
  padding: 0 0 0 1vw;
  list-style: none;
}
header ul li::before {
  position: absolute;
  top: 0.5vw;
  left: 0;
  width: 0.5vw;
  height: 1.3vw;
  content: "";
  background: #c1e7ff;
}
header ul li a {
  text-decoration: none !important;
  color: #000;
}
#topback {
  width: 100%;
  height: 45vw;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.gradation {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* nav */
nav {
  margin: 0 auto;
  padding: 0;
  width: 80%;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
}
nav.contents {
  position: static;
  bottom: initial;
}
ul#menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* メインタブ5 */
ul#menu li {
  margin: 0;
  padding: 0;
/* 220117 faqタブ追加に伴う縦幅調整：トップページ */
/* width: 25%; */
display: flex; 
justify-content: space-between;
width: 20%;
}
ul#menu li a {
/* 220117 faqタブ追加に伴う縦幅調整：トップページ */
/*  padding: 9vw 0 3vw; */
padding: 7vw 0vw 2vw 0vw;
  width: 100%;
  line-height: 1;
  font-size: 1.4vw;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* メインタブ4 */
ul#menu li.tab4 {width: 25%;}
ul#menu li.tab4 a {padding: 9vw 0 3vw;}

ul#menu li.menu1 a {
  background: rgba(159, 218, 255, 0.9) url("../image/menu1.png") no-repeat center 3vw;
  background-size: 4vw 4vw;
}
ul#menu li.menu2 a {
  background: rgba(255, 178, 101, 0.85) url("../image/menu2.png") no-repeat center 3vw;
  background-size: 4vw 4vw;
}
ul#menu li.menu3 a {
  background: rgba(146, 208, 80, 0.85) url("../image/menu3.png") no-repeat center 3vw;
  background-size: 4vw 4vw;
}
ul#menu li.menu4 a {
  background: rgba(0, 176, 240, 0.85) url("../image/menu4.png") no-repeat center 2.8vw;
  background-size: 5vw 5vw;
}
/* 220117 faqタブ色：トップページ */
ul#menu li.menu5 a {
  background: rgba(175, 74, 194, 0.70) url("../image/menu5.png") no-repeat center 3vw;
  background-size: 4vw 4vw;
}


nav.contents ul#menu li a {
  padding: 1vw 0;
  background-image: none;
}
ul#subnav {
  margin: 0;
  padding: .7vw 10% .5vw;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
ul#subnav.jacgc {
  background: rgba(0, 176, 240, 0.85);
}
ul#subnav.search {
  background: rgba(159, 218, 255, 0.9);
}
ul#subnav.medical {
  background: rgba(146, 208, 80, 0.85);
}
ul#subnav.public {
  background: rgba(255, 178, 101, 0.85);
}

/* 220117 faqタブ色： */

ul#subnav.faq {
  background: rgba(175, 74, 194, 0.70);
}



ul#subnav li {
  border-right: 1px solid #fff;
}
ul#subnav li:last-child {
  border: none;
}
ul#subnav li a {
  color: #fff !important;
  font-size: 1.3vw;
  line-height: 1;
  padding: 1vw 2vw;
  text-decoration: none;
  font-weight: 900;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
footer {
  width: 100%;
  background: #0070c0;
  padding: 1vw 0;
  text-align: left;
}
#copy {
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 45px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
}
#page-top:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-left-color: #fff;
  border-top-color: #fff;
  top: 20px;
  left: 26px;
  transform: rotate(45deg);
}
@media print {
  #page-top {
    display: none;
  }
}
/* top */
main.top {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 0 0 3vw;
  text-align: left;
}
#topWrapper {
  width: 72%;
}
#topWrapper h2 {
  position: relative;
  border-bottom: 0.3vw solid #c1e7ff;
  font-size: 1.5vw;
  margin: 2vw 0 2vw 0;
  padding: 0 0 0.6vw 1.5vw;
  line-height: 1;
}
#topWrapper h2::before {
  position: absolute;
  top: -0.2vw;
  left: 0;
  width: 0.6vw;
  height: 1.8vw;
  content: "";
  background: #fcb260;
}
#map {
  background: url("../image/map.png") no-repeat left 4vw;
  background: url("../image/map.png") no-repeat left 16vw; /* 20211027 変更 */
  background-size: 20vw 20vw;
}
#map.contents {
  margin: 0 auto !important;
  width: 70%;
  background: url("../image/map.png") no-repeat left 1vw;
  background-size: 20vw 20vw;
}
#map table {
  margin: 2vw 0 0 22vw;
  margin: 2vw 0 0 22vw;
}
#map table td, #map table th {
  border: none;
  padding: 0.3vw;
  background: #fff;
  color: #bdbdbd;
}
#map table th {
  color: #389dba;
  font-weight: 900;
  width: 5vw;
}
#news dl {
  margin: 1vw 0 1vw 1vw;
  padding: 0;
  height: 20vw;
  overflow: auto;
  overflow-y: scroll;
}
#news dl dt {
  float: left;
  margin: 0;
  padding: 0 1vw 0.1vw;
  font-weight: 500;
  color: #fff;
  background: #404040;
}
#news dl dd {
  margin: 0 0 1vw 7vw;
  padding: 0;
}
aside {
  width: 26%;
  padding: 3vw 0 0;
}
#memberButton,
#btn--sys-member {
  color: #fff;
  border-radius: 1vw;
  text-decoration: none;
  width: 100%;
	padding: 1.4vw 1vw 1.6vw 1.4vw;
  display: block;
  line-height: 1;
}
#memberButton {
  font-size: 1.6vw;
  background: #ff9900;
}
#btn--sys-member {
  font-size: 1.3vw;
  background: #25b7c0;
	margin: 1rem 0 .25rem;
}

#memberButton span,
#btn--sys-member span {
  position: relative;
  padding: 0 0 0 2.5vw;
}

#memberButton span::before,
#btn--sys-member span::before {
  content: "";
  position: absolute;
  top: -0.3vw;
	left: -0.6vw;
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 100%;
}
#memberButton span::before {
  background: #fec248;
}
#btn--sys-member span::before {
  background: #7adfe4;
}

#memberButton span::after,
#btn--sys-member span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.1vw;
  height: 1.1vw;
  border-top: 0.4vw solid #fff;
  border-right: 0.4vw solid #fff;
  transform: rotate(45deg);
  margin-top: -0.6vw;
}
#memberButton span::after {
  top: 50%;
}
#btn--sys-member span::after {
  top: 60%;
}

.fb-page {
  margin: 2vw 0;
}
/* main */
main.contents {
  width: 80%;
  min-height: 100%;
  text-align: left;
  margin: 1vw auto 0;
  padding: 0 0 5vw;
}
main.topContents {
  margin: 2vw auto 0;
}
main.contents h1 {
  padding: 0;
  margin: 3vw 0;
  font-size: 2.3vw;
  color: #000;
  line-height: 1;
  font-weight: 900;
}
main.contents h2 {
  position: relative;
  border-bottom: 0.3vw solid #c1e7ff;
  font-size: 1.8vw;
  margin: 3vw 1% 1.5vw;
  padding: 0 0 0.6vw 1.5vw;
  line-height: 1.2;
}
main.contents h2::before {
  position: absolute;
  top: .2vw;
  left: 0;
  width: 0.6vw;
  height: 1.8vw;
  content: "";
  background: #fcb260;
}
main.contents h3 {
  margin: 2vw 2% 1vw;
  padding: 0;
  font-size: 1.4vw;
  line-height: 1.2;
  font-weight: 600;
  clear: both;
  position: relative;
}
main.contents h4 {
  margin: 1.5vw 2.5%;
  padding: 0;
  font-size: 1.3vw;
  line-height: 1.2;
  font-weight: 600;
  clear: both;
  position: relative;
}
main.contents p {
  margin: 1vw 3% 2vw;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 1vw 0 1vw 1%;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: .3vw 0 .3vw 2%;
  margin: 0 0 0 4%;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 1.3vw;
  left: 0;
  content: "";
  width: 1vw;
  height: .2vw;
  background: #0070c0;
}
main.contents ul ul {
  margin: 5px 0 0;
}
main.contents ol {
  margin: 5px 10px 5px 65px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol li ol {
  margin: 5px 0 0 20px;
}
/* table */
main.contents table {
  padding: 0;
  margin: 1vw auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: .1vw;
}
main.contents table th {
  padding: .3vw 1vw;
  text-align: left;
  background-color: #0070c0;
  border: none;
  font-weight: 900;
  color: #fff;
}
main.contents table td {
  padding: .3vw 1vw;
  border: 1px solid #0070c0;
}
main.contents table.noborder th {
  border: none;
}
main.contents table.noborder td {
  border: none;
}
main.contents table.left {
  margin: 2vw 3%;
}
/* figure */
figure {
  margin: 10px 15px 15px;
}
figure.center {
  margin: 10px auto 15px;
}
figure.fr {
  float: right;
  margin: 0 45px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 45px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  font-size: 0.85em;
  line-height: 1.1;
  padding: 0 5px;
  text-align: left;
}
.border {
  border: 1px solid #909090;
  padding: 1vw 2%;
  margin: 2vw auto;
  width: 94%;
}
/* utility */
a[target="_blank"]:not(.none_icon) {
  background: url(../image/ic_blank.png) right no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"]:not(.none_icon) {
  background: url(../image/ic_pdf.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 18px !important;
}
.no_icon {
  background-image: none !important;
  padding-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}

.w7 {
  width: 7%;
}

.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w24 {
  width: 24%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.75em;
}
.ft-c--R {
	color: #FF0000;
}
.ft--italic {
  font-style: italic;
}

hr {
  border: 0;
  height: 1px;
  margin: 35px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #000e68, #fff);
}
blockquote {
  margin: 5px 0 5px 15px;
}
.vTop {
  vertical-align: top;
}
.list--notes {
	list-style: none;
	margin: 0 1em .5em;
}
.list--notes li {
	text-indent: -1em;
	text-align: left;
}

.list--disc > li {
	list-style:disc !important;
	text-align: left;
	position: inherit !important;
	padding-left: 0%!important;
}

.list--disc > li::before{
	content: none!important;
}

@media only screen and (max-width: 480px){
	.list--disc > li {
		margin-left: 5%!important;
	}
}


/*-- flexbox --*/
.flex--wrap,
.flex--start,
.flex--center,
.flex--space-between,
.flex--space-around,
.flex--items--end {
	display: flex;
}
.flex--wrap {
	flex-wrap: wrap;
}
.flex--start {
	justify-content: flex-start;
}
.flex--center {
	justify-content: center;
}
.flex--space-between {
	justify-content: space-between;
}
.flex--space-around {
	justify-content: space-around;
}
.flex--stretch--off {
	align-items: flex-start;
}
.flex--stretch--end {
    align-items: flex-end;
}
.flex--rev {
	flex-flow: wrap-reverse;
}

.flex-col-4 {
	width: 50%;
}
.flex-col-2,
.flex-col-3 {
	width: 100%;
}

.gap-column--1 {
  column-gap: 1rem;
}
.gap-column--2 {
  column-gap: 2rem;
}
.gap-column--3 {
  column-gap: 3rem;
}
.gap-column--4 {
  column-gap: 4rem;
}
.gap-column--5 {
  column-gap: 5rem;
}
.gap-row--1 {
  row-gap: 1rem;
}
.gap-row--2 {
  row-gap: 2rem;
}
.gap-row--3 {
  row-gap: 3rem;
}

@media screen and (min-width: 768px) {
	.flex-col-2 {
		width: 50%;
	}
	.flex-col-3 {
		width: calc(100% / 3);
	}
	.flex-col-4 {
		width: 25%;
	}
}
/* search */
main.contents table.search {
  margin: 1vw 2% 5vw;
  width: 96%;
}
main.contents table.search td {
  width: 25%;
}
.mapWrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
/*member*/
.list {
  width: 100%;
  word-break: break-all;
}
main.contents table.list td {
  padding: .3vw;
}
.nowrap {
  white-space: nowrap;
}
/* past activity */
ul.cnav {
  list-style-type: none;
  margin: 1vw 0 !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
ul.cnav li {
  width: 18%;
  height: auto;
  margin: 1vw 1% !important;
  padding: .6vw 2% .7vw !important;
  background-image: none;
  text-align: center;
  color: #FFF;
  background: #ff9900;
  vertical-align: top;
}
ul.cnav li::before {
  display: none;
}
section {
  *zoom: 1;
}
section:after {
  display: block;
  content: "";
  clear: both;
}
.js-tab {}
.js-tab > li {
  cursor: pointer;
}
.js-tab > li:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.js-tab_content {
  display: none;
}
.js-tab_content.active {
  display: block;
}
/* toggle */
.toggle {
  cursor: pointer;
  text-decoration: underline;
}
.hidecontent {
	display: none;
}
@media only screen and (max-width: 480px) {
  body {
    min-width: initial;
    min-width: auto;
    font-size: 4vw;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  header {
    width: 100%;
  }
  header h1 {
    margin: 2vw 1vw;
    width: 75%;
  }
  header ul {
    margin: 1vw;
  }
  header ul li {
    font-size: 3.5vw;
    padding: 0 0 0 2vw;
  }
  header ul li::before {
    width: 1vw;
    height: 3.5vw;
    top: 1.5vw;
  }
  #topback {
    height: 50vw;
    margin: 0 0 65vw;
  }
  nav {
    bottom: -60vw;
    width: 100%;
    height: 60vw;
  }
  nav.contents {
    height: auto;
    bottom: initial;
  }
  ul#menu {
    flex-wrap: wrap;
    align-items: stretch;
    height: 60vw;
  }
  ul#menu li {
    width: 50%;
    height: 30vw;
  }
  ul#menu li a {
    padding: 16vw 3vw 10vw;
    font-size: 4.5vw;
  }
  ul#menu li.menu1 a {
    padding: 16vw 3vw 6vw;
    font-size: 4vw;
  }
  ul#menu li.menu1 a {
    background: rgba(159, 218, 255, 0.9) url("../image/menu1.png") no-repeat center 8vw;
    background-size: 6vw 6vw;
  }
  ul#menu li.menu2 a {
    background: rgba(255, 178, 101, 0.85) url("../image/menu2.png") no-repeat center 8vw;
    background-size: 6vw 6vw;
  }
  ul#menu li.menu3 a {
    background: rgba(146, 208, 80, 0.85) url("../image/menu3.png") no-repeat center 8vw;
    background-size: 6vw 6vw;
  }
  ul#menu li.menu4 a {
    background: rgba(0, 176, 240, 0.85) url("../image/menu4.png") no-repeat center 7.5vw;
    background-size: 8vw 8vw;
  }

/* 220117 faqタブ色：トップページ */
  ul#menu li.menu5 a {
    padding: 16vw 3vw 6vw;
    font-size: 4vw;
  }
  ul#menu li.menu5 a {
    background: rgba(175, 74, 194, 0.70) url("../image/menu5.png") no-repeat center 8vw;
    background-size: 6vw 6vw;
  }


  nav.contents ul#menu {
    height: auto;
  }
  nav.contents ul#menu li {
    height: auto;
  }
  nav.contents ul#menu li a {
    padding: 3vw 1%;
    font-size: 3.5vw;
  }
  ul#subnav {
    padding: .7vw 2% .5vw;
  }
  ul#subnav li a {
    font-size: 3.2vw;
  }
  main.top {
    width: 100%;
    height: auto;
    display: block;
  }
  #topWrapper {
    width: 100%;
    height: auto;
  }
  #topWrapper h2 {
    border-bottom: 1vw solid #c1e7ff;
    font-size: 4.5vw;
    margin: 3vw 0 3vw 0;
    padding: 0 0 0.6vw 3.5vw;
  }
  #topWrapper h2::before {
    top: -0.2vw;
    width: 1.4vw;
    height: 4.5vw;
  }
  #map {
  margin: 0 auto !important; /* 20211027 追加 */
    padding: 55vw 0 0 0;     /* 20211027 追加 */
  width: 98%;                /* 20211027 追加 */
    background: url("../image/map.png") no-repeat 25vw 5vw;
    background-size: 50vw 50vw;
  }
  #map.contents {
  margin: 0 auto !important;
    padding: 55vw 0 0;
  width: 98%;
  background: url("../image/map.png") no-repeat 25vw 5vw;
    background-size: 50vw 50vw;
}
  #map table {
    margin: 45vw 2vw 0;
    margin: 0 2vw 8vw;        /* 20211027 変更 */
  }
  #map.contents table {
  margin: 0 2vw 8vw;
}
  #map table th {
    width: 15%;
    vertical-align: top;
  }
  #news dl {
    height: 70vw;
  }
  #news dl dt {}
  #news dl dd {
    margin: 0 0 1vw 19vw;
  }
  aside {
    width: 100%;
    text-align: center;
  }
  #memberButton,
	#btn--sys-member {
    font-size: 4vw;
    border-radius: 2vw;
    width: 60%;
    /*margin: 1vw auto 5vw;*/
		margin: 1rem auto .25rem;
    padding: 3.6vw 2vw 3.4vw;
  }
  #memberButton span,
	#btn--sys-member span {
    padding: 0 0 0 6vw;
  }
  #memberButton span::before,
	#btn--sys-member  span::before{
    top: -0.5vw;
    left: -1.6vw;
    width: 5.8vw;
    height: 5.8vw;
  }
  #memberButton span::after,
	#btn--sys-member span::after {
    width: 2.1vw;
    height: 2.1vw;
    border-top: 0.9vw solid #fff;
    border-right: 0.9vw solid #fff;
    margin-top: -1.1vw;
  }
  .fb-page {
    margin: 0 auto;
    width: 90%;
  }
  main.contents {
    width: 98%;
  }
  main.contents h1 {
    font-size: 5vw;
    margin: 5vw 0;
  }
  main.contents h2 {
    border-bottom: 0.5vw solid #c1e7ff;
    font-size: 4.7vw;
    margin: 6vw 1% 1.5vw;
    padding: 0 0 .8vw 2.5vw;
  }
  main.contents h2::before {
    top: .4vw;
    width: .8vw;
    height: 4.7vw;
  }
  main.contents h3 {
    margin: 2vw 2% 1vw;
    font-size: 4.5vw;
  }
  main.contents h4 {
    margin: 1.5vw 2.5%;
    font-size: 4.2vw;
  }
  main.contents p {
    margin: 2vw 1% 4vw;
  }
  main.contents ul {
  margin: 1vw 0 1vw 2%;
}
main.contents ul li {
  padding: .3vw 0 .3vw 4%;
  margin: 0;
}
main.contents ul li::before {
  top: 3.5vw;
  width: 2vw;
  height: .5vw;
}
  main ol {
    margin: 5px 2% 5px 9%;
  }
  table {
    width: 95%;
    margin: 5px auto 10px;
  }
  table td {
    word-break: break-all;
  }
  figure {
    width: 60%;
    margin: 10px auto;
  }
  figure.fl, figure.fr, figure.center {
    float: none;
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
  figure img, video {
    width: 95%;
    margin: 0 auto 3px;
  }
  figcaption {
    padding: 0 2%;
  }
  .mb0sp {
    margin-bottom: 0 !important;
  }
  .mb05sp {
    margin-bottom: 5px !important;
  }
  .mb10sp {
    margin-bottom: 10px !important;
  }
  .mb15sp {
    margin-bottom: 15px !important;
  }
  .mb20sp {
    margin-bottom: 20px !important;
  }
  .mb25sp {
    margin-bottom: 25px !important;
  }
  .mb30sp {
    margin-bottom: 30px !important;
  }
  .mb40sp {
    margin-bottom: 40px !important;
  }
  .mt0sp {
    margin-top: 0 !important;
  }
  .mt05sp {
    margin-top: 5px !important;
  }
  .mt10sp {
    margin-top: 10px !important;
  }
  .mt15sp {
    margin-top: 15px !important;
  }
  .mt20sp {
    margin-top: 20px !important;
  }
  .mt25sp {
    margin-top: 25px !important;
  }
  .mt30sp {
    margin-top: 30px !important;
  }	
  .w05sp {
    width: 05% !important;
  }
  .w10sp {
    width: 10% !important;
  }
  .w15sp {
    width: 15% !important;
  }
  .w20sp {
    width: 20% !important;
  }
  .w25sp {
    width: 25% !important;
  }
  .w30sp {
    width: 30% !important;
  }
  .w35sp {
    width: 35% !important;
  }
  .w40sp {
    width: 40% !important;
  }
  .w45sp {
    width: 45% !important;
  }
  .w50sp {
    width: 50% !important;
  }
  .w55sp {
    width: 55% !important;
  }
  .w60sp {
    width: 60% !important;
  }
  .w65sp {
    width: 65% !important;
  }
  .w70sp {
    width: 70% !important;
  }
  .w75sp {
    width: 75% !important;
  }
  .w80sp {
    width: 80% !important;
  }
  .w85sp {
    width: 85% !important;
  }
  .w90sp {
    width: 90% !important;
  }
  .w95sp {
    width: 95% !important;
  }
  .w100sp {
    width: 100% !important;
  }
  #page-top {
    bottom: 25px;
    right: 10px;
  }
  .xscroll {
    width: 100%;
    overflow-x: auto;
  }
  .xscroll table {
    width: 900px;
    margin: 10px 2%;
  }
  .small {
    font-size: .9em;
  }
  /* past activity */
ul.cnav li {
  width: 23%;
}
  textarea, input[type="text"] {
    width: 98%;
  }
}


/* faq */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
padding: 15px 80px 15px 20px;
    cursor: pointer;
    border-bottom: 1px solid #000;


}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media only screen and (max-width: 480px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
padding: 10px 25px 10px 5px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
font-size: 4vw;

}
.qa-list dl dt::before {
    font-size: 14px;
font-size: 4vw;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
font-size: 4vw;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
font-size: 4vw;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

/* officer */
.greeting img {
    width: 240px;
}
.greeting ol {
    margin: 5px  10px 20px 3em !important;
}

@media only screen and (min-width: 481px) {
    .greeting {
        display: flex;
    }
}

@media only screen and (max-width: 480px) {
    .greeting > p:first-child {
        text-align: center;
    }
    .greeting img {
        width: 150px;
    }
    .greeting ol {
        margin: 5px  10px 20px 2em !important;
    }
}

/* public */
.public-leaflet img {
	max-width: 220px;
}

/* recruit */
.recruit div {
	margin: 1vw 0 1vw 1vw;
}
.rec-sub{
	text-align: left;
	font-size: 1.2vw;
	padding-left: 1rem;
	line-height: 1.6vw;
}

.recruit-news {
	overflow-y: scroll;
	height: 13vh;
}

.recruit-news > p{
	margin-bottom: 1vw;
}

main.contents .tbl-rec{
	margin-left: 2vw;
}

main.contents .tbl-rec,
main.contents .tbl-rec th,
main.contents .tbl-rec td {
    border: 1px solid black;
    border-collapse: collapse;
}

main.contents .tbl-rec{
	border: #000000 solid .5px;
}
main.contents .tbl-rec th {
	background-color: #F1F1F1;
	text-align: center;
	color: #000;
	font-weight: normal;
	border-bottom: none;
}
.disapper{
	display: none;
}
.apper{
	display: table-row;
}

@media only screen and (max-width: 480px){
	.rec-sub{
		font-size: 2.8vw;
		line-height: 3vw;
	}
}