#activity a,
#enrollment a {
  color: #0099cb;
  text-decoration: underline;
}
#subPage {
  padding-bottom: 10vh;
}
#subPage,
#subPage p,
#subPage ul li {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 3.5vw;
  line-height: 24px;
}
#subPage .lineTitleSec {
  margin-bottom: 5vh;
}
#subPage .text18 {
  font-size: 4vw;
}
#subPage .text17 {
  font-size: 4vw;
}
#subPage .text12 {
  font-size: 3vw;
}
#subPage .lineH40 li {
  line-height: 230%;
}
.image01 {
  /* background-image: url(../images/sub-image01.png); */
  background-image: none !important;
}
.image02 {
  /* background-image: url(../images/sub-image02.png); */
  background-image: none !important;
}
.image03 {
  /* background-image: url(../images/sub-image03.png); */
  background-image: none !important;
}
.image04 {
  /* background-image: url(../images/sub-image04.png); */
  background-image: none !important;
}
.image05 {
  /* background-image: url(../images/sub-image05.png); */
  background-image: none !important;
}
.image06 {
  /* background-image: url(../images/sub-image06.png); */
  background-image: none !important;
}
.image07 {
  /* background-image: url(../images/sub-image07.png); */
  background-image: none !important;
}
.image08 {
  /* background-image: url(../images/sub-image08.png); */
  background-image: none !important;
}
.image09 {
  /* background-image: url(../images/sub-image09.png); */
  background-image: none !important;
}
.image10 {
  /* background-image: url(../images/sub-image10.png); */
  background-image: none !important;
}
.image11 {
  /* background-image: url(../images/sub-image11.png); */
  background-image: none !important;
}
.image12 {
  /* background-image: url(../images/sub-image12.png); */
  background-image: none !important;
}
.sub {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center top;
  /* padding-top: 25vh; */
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: auto 25vh;
}
.num {
  counter-reset: number;
  padding-left: 1em;
}
.num dt {
  position: relative;
}
.num dt:before {
  counter-increment: number;
  content: counter(number) '.';
  padding-right: var(--space-5);
  position: absolute;
  left: -1em;
}
.num dd {
  margin-bottom: 3vh;
}
table.yellow {
  width: 100%;
  border-bottom: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: var(--color-white);
}
table.yellow tr:nth-of-type(1) th {
  background-color: #ffe37c;
}
table.yellow th {
  padding: 1em 0.5em;
  text-align: center;
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
  font-size: 2.5vw;
}
table.yellow td {
  padding: 1em 0.5em;
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
  font-size: 2.5vw;
}
table.yellowSec {
  width: 100%;
  border-bottom: 1px solid var(--color-gray-light);
  border-right: 1px solid var(--color-gray-light);
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: var(--color-white);
  line-height: 120%;
}
table.yellowSec tr:nth-of-type(1) th {
  background-color: #ffe871;
}
table.yellowSec th {
  text-align: center;
  border-top: 1px solid var(--color-gray-light);
  border-left: 1px solid var(--color-gray-light);
  vertical-align: middle;
  font-size: 2.5vw;
  padding: 1em 0.5em;
}
table.yellowSec tr td.color {
  background-color: #fffef4;
}
table.yellowSec td {
  padding: 1em 0.5em;
  border-top: 1px solid var(--color-gray-light);
  border-left: 1px solid var(--color-gray-light);
  vertical-align: middle;
  font-size: 2vw;
}
table.yellowSec td.relative {
  position: relative;
  min-width: 11em;
}
table.yellowSec td span.care01,
table.yellowSec td span.care02,
table.yellowSec td span.care03 {
  margin: 0 0.5em;
}
table.yellowThird {
  width: 100%;
  border-bottom: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: var(--color-white);
}
table.yellowThird tr:nth-of-type(1) th {
  background-color: #ffe37c;
}
table.yellowThird th {
  padding: 1em;
  text-align: center;
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
  font-size: 2.5vw;
}
table.yellowThird td {
  padding: 1em;
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
  font-size: 2vw;
}
table.yellowThird td:nth-child(2) a {
  font-weight: bold;
}
table td.white {
  background-color: var(--color-white);
}
table.gray {
  width: 100%;
  border-bottom: 1px solid var(--color-gray-dark);
  border-right: 1px solid var(--color-gray-dark);
}
table.gray th {
  background-color: #f0f0f0;
  border-top: 1px solid var(--color-gray-dark);
  padding: 1em;
  border-left: 1px solid var(--color-gray-dark);
  font-weight: bold;
  display: block;
}
table.gray td {
  border-top: 1px solid var(--color-gray-dark);
  border-left: 1px solid var(--color-gray-dark);
  background-color: var(--color-white);
  padding: 1em;
  display: block;
}
table.darkGray {
  width: 100%;
  border-bottom: 1px solid var(--color-gray-dark);
  border-right: 1px solid var(--color-gray-dark);
}
table.darkGray th {
  background-color: #808080;
  border-top: 1px solid var(--color-gray-dark);
  padding: 0.5em;
  border-left: 1px solid var(--color-gray-dark);
  text-align: center;
  color: var(--color-white);
  vertical-align: middle;
  font-size: 3vw;
}
table.darkGray td {
  border-top: 1px solid var(--color-gray-dark);
  border-left: 1px solid var(--color-gray-dark);
  background-color: var(--color-white);
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  font-size: 3vw;
  min-width: 5em;
}
table.darkGray td.alignLeft {
  text-align: left;
}
.mey,
#subPage p.mey {
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.greenBar {
  background-color: var(--color-accent-green);
  border: 1px solid var(--color-gray-light);
  text-align: center;
  color: var(--color-white);
  line-height: 30px;
  font-size: 4vw;
  padding: var(--space-5);
  position: relative;
}
.greenBar span {
  position: absolute;
  bottom: -40px;
  right: 0vw;
  font-size: 3.5vw;
}
.greenBar span a {
  color: var(--color-accent-green);
}
#form {
  width: 100%;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='tel'] {
  border: 1px solid #cccccc;
  background-color: var(--color-white);
  padding: var(--space-5);
  line-height: 30px;
}
#form tr {
  border-top: 1px solid #cccccc;
}
#form tr:last-child {
  border-bottom: 1px solid #cccccc;
}
#form th {
  padding: 3vh 0 0 0;
  vertical-align: middle;
}
#form td {
  padding: 3vh 0;
  vertical-align: middle;
}
#form th {
  position: relative;
  display: block;
}
#form td {
  display: block;
}
#form th.need:after {
  content: '必須';
  display: inline-block;
  width: 50px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  color: #666;
  background-color: var(--color-white);
  border: 1px solid #666;
  font-size: var(--fs-13);
  margin-left: var(--space-10);
}
.wpcf7-list-item-label {
  margin: 0 var(--space-20) 0 var(--space-5);
}
#form textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: var(--space-5);
  resize: vertical;
}
.btn,
input.btn {
  width: 40%;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  line-height: 38px;
  overflow: hidden;
  margin: 0 5%;
  border: 1px solid #000000;
  background-color: var(--color-white);
  color: #000000;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 4vw;
  text-align: center;
}
#pdfList {
  width: 100%;
  overflow: hidden;
}
#pdfList li {
  border-bottom: 2px dotted var(--color-brand);
  padding-left: var(--space-10);
}
#pdfList a {
  padding: var(--space-10) 0;
  color: var(--color-brand);
  display: block;
}
#kage {
  display: none;
}
.pdf:before {
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 33px auto;
  height: 40px;
  width: 33px;
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -var(--space-20);
}
.pdf {
  position: relative;
  padding-left: var(--space-50);
  min-height: 40px;
  vertical-align: middle;
}
dt.pdf {
  vertical-align: middle;
  line-height: 40px;
}
#geturei > dl {
  line-height: 30px;
  margin-bottom: 5vh;
}
#geturei > dl:nth-of-type(odd) {
  float: left;
  width: 50%;
}
#geturei > dl:nth-of-type(even) {
  float: right;
  width: 50%;
}
#geturei > dl > dd {
  padding-left: 50%;
}
#geturei > dl dt + dd {
  margin-top: -var(--space-30);
}
#geturei > dl dt {
  max-width: 50%;
}
#sitemap {
  width: 100%;
}
#sitemap a:hover {
  text-decoration: underline;
}
#sitemap ul > li > a {
  color: var(--color-text);
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  margin-top: 2vh;
}
#sitemap ul > li {
  margin-bottom: 3vh;
}
#sitemap ul > li > ul > li > a {
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding-left: var(--space-10);
  margin-left: var(--space-15);
}
#sitemap ul > li > ul > li {
  margin-bottom: 0;
}
#sitemap ul > li > ul > li > a:before,
#sitemap ul > li > ul > li > a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
#sitemap ul > li > ul > li > a:before {
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--color-brand);
  border-right: 1px solid var(--color-brand);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area {
  position: relative;
  margin-top: 5vh;
}
p#areaMap {
  border: 1px solid var(--color-accent-green);
  color: var(--color-accent-green);
  background-color: var(--color-white);
  width: 100%;
  height: 41px;
  padding-right: var(--space-40);
  text-align: center;
  line-height: 40px;
  margin-top: 3vh;
}
#areaMap img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
}
.care {
  border: 1px solid var(--color-gray-light);
  margin-bottom: 5vh;
}
.care dt {
  background-color: var(--color-accent-green);
  text-align: center;
  color: var(--color-white);
  line-height: 40px;
}
.care dd {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-light);
  text-align: center;
  padding: var(--space-10) 0;
  font-size: 3vw;
}
.care dd span {
  display: block;
}
#message .right {
  /* display: none; */
  display: inline;
  float: right;
}
#message .right:nth-of-type(1) img {
  width: 30vw;
  margin: 0 var(--space-16) var(--space-16) var(--space-16);
}
#message .alignRight span img {
  margin-left: var(--space-40);
  width: 130px;
}
#column .left {
  margin-bottom: 8vh;
}
#column .right {
}
#subPage #column .right section ul li,
#subPage #column .right section p,
#subPage #column .right section dl {
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.list {
  margin: 3vh 0 5vh;
}
.list li {
  padding: 1em 1em;
  border-bottom: 1px dotted var(--color-gray);
}
#column .left nav ul li {
  border: 1px solid var(--color-gray);
  min-height: 50px;
  line-height: 48px;
  font-size: 4vw;
  background-color: var(--color-white);
  margin-bottom: var(--space-10);
  position: relative;
}
#column .left nav ul li a.door {
  background-image: url(../images/door.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 17px 15px;
}
#column .left nav ul li a.plaza {
  background-image: url(../images/park.png);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 17px 14px;
}
#column .left nav ul li a {
  color: var(--color-text);
  display: block;
}
#column .left nav ul li a:hover {
  background-color: #d6edcb;
}
#column .left nav ul li a#on {
  color: var(--color-white);
  background-color: var(--color-accent-green);
}
#column .left nav ul li a {
  padding-left: var(--space-50);
}
#column .left nav ul li dl dt a {
  font-size: 4vw;
}
#column .left nav ul li dl dd {
  border-top: 1px dotted var(--color-gray);
}
#column .left nav ul li dl dd a {
  padding-left: 44px;
  font-size: 4vw;
  position: relative;
}
#column .left nav ul li dl dd a:before,
#column .left nav ul li dl dd a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
#column .left nav ul li dl dd a:before {
  left: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-gray-mid);
  border-right: 2px solid var(--color-gray-mid);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.doc:before {
  background-image: url(../images/doc.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
  height: 40px;
  width: 33px;
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -var(--space-20);
}
.doc {
  position: relative;
  padding-left: var(--space-50);
}
.xls:before {
  background-image: url(../images/xls.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
  height: 40px;
  width: 33px;
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -var(--space-20);
}
.xls {
  position: relative;
  padding-left: var(--space-50);
}
.monochrome {
  line-height: 40px;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4vw;
  text-align: center;
  margin: 5vh 0 3vh;
  display: block;
  font-weight: 700;
}
.leftBlue {
  font-size: 4vw;
  color: var(--color-brand);
  border-left: 10px solid var(--color-brand);
  padding-left: var(--space-10);
  line-height: 35px;
}
#step dl {
  line-height: 30px;
  counter-increment: number;
}
#step dl dt {
  color: #ff4a59;
  font-size: 4vw;
  position: relative;
  padding-left: var(--space-40);
  padding-bottom: var(--space-10);
}
#step dl dt:after {
  content: counter(number);
  padding-right: var(--space-5);
  position: absolute;
  left: 15px;
  margin-left: -0.25em;
}
#step dl dt:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--color-white);
  border: 2px solid #ff4a59;
  left: 0px;
  position: absolute;
}
.type {
  border-top: 1px solid var(--color-text);
  border-right: 1px solid var(--color-text);
}
#subPage .type li {
  font-size: 4vw;
  border-bottom: 1px solid var(--color-text);
  border-left: 1px solid var(--color-text);
  background-color: var(--color-white);
  padding: var(--space-10) var(--space-20);
}
#subPage .type li:nth-child(2) {
  background-color: #fffef4;
}
#subPage .enclosureDot {
  padding: var(--space-20);
  border: 1px solid var(--color-text);
  background-color: var(--color-white);
}
#subPage .enclosureDot li {
  font-size: 4vw;
}
#subPage .enclosureDot li:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: var(--color-text);
  display: inline-block;
  border-radius: 7px;
  top: 2px;
  position: relative;
  margin-right: var(--space-10);
}
.svList dl {
  margin-bottom: 3vh;
}
.svList dt {
  font-size: 4vw;
  border-bottom: 2px dotted var(--color-text);
  padding-bottom: var(--space-10);
  margin-bottom: var(--space-10);
}
.svList dd {
  padding-left: 18px;
  line-height: 27px;
}
.svList dd a {
  color: var(--color-brand);
  position: relative;
}
.svList dd a:hover {
  text-decoration: underline;
}
.svList dd a:before,
.svList dd a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.svList dd a:before {
  left: -18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-brand);
  border-right: 1px solid var(--color-brand);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#kensakuSub {
  background-color: #595757;
  color: var(--color-white);
  border-radius: 4px;
  text-align: center;
  height: 42px;
  line-height: 40px;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 4vw;
  letter-spacing: 2px;
  background-image: url(../images/search-btn.png);
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: 15% center;
  padding-left: 7%;
  cursor: pointer;
  width: 30%;
  float: right;
}
#kensakuSub:hover {
  background-color: var(--color-link);
}
#word {
  border: 1px solid #808080;
  background-color: var(--color-white);
  padding: var(--space-5);
  line-height: 30px;
  width: 65%;
  font-size: var(--fs-14);
  float: left;
}
#word::-webkit-input-placeholder {
  color: var(--color-gray-light);
}
#word:-ms-input-placeholder {
  color: var(--color-gray-light);
}
#word::-moz-placeholder {
  color: var(--color-gray-light);
}
#word::-placeholder {
  color: var(--color-gray-light);
}
#sp {
  padding-bottom: 60px;
}
.service {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.service select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.service select::-ms-expand {
  display: none;
}
.service.cp_sl02 {
  position: relative;
  background: var(--color-accent-green);
}
.service.cp_sl02:after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color-white);
  pointer-events: none;
  margin-top: -2px;
}
.service.cp_sl02::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  content: '';
  height: 52px;
  background-color: #8ac43f;
}
.service.cp_sl02 select {
  color: var(--color-white);
  font-family: 'Kosugi Maru', sans-serif;
  font-size: var(--fs-16);
  line-height: 50px;
  padding-left: var(--space-10);
}
#subPage .which a {
  line-height: 48px;
  display: block;
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-text);
  color: var(--color-text);
  padding-left: var(--space-15);
}
#subPage .which a:hover {
  background-color: #fffef4;
}
#address {
  border-top: 1px dotted var(--color-text);
}
#address li {
  border-bottom: 1px dotted var(--color-text);
}
#address li a {
  padding: var(--space-20) 0;
  position: relative;
  display: block;
}
#address li a p.left,
#address li a p img {
  width: 120px;
  height: 80px;
  border: 1px solid #808080;
  display: none;
}
#address dl dt {
  color: var(--color-brand);
  font-size: 4vw;
  margin-bottom: var(--space-5);
}
#address dl dd {
  line-height: 24px;
  color: var(--color-text);
}
#address dl dd.map {
  background-image: url(../images/address-map.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px auto;
  padding-left: var(--space-20);
}
#address dl dd.tel {
  background-image: url(../images/address-tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px auto;
  padding-left: var(--space-20);
}
#address li a:before,
#address li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
#address li a:before {
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-brand);
  border-right: 2px solid var(--color-brand);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#address li a:after {
  border: 2px solid var(--color-brand);
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.eo-event-title {
  border-top: 2px dotted var(--color-ink);
  border-bottom: 2px dotted var(--color-ink);
  line-height: 30px;
}
.eo-event-date {
  padding-top: var(--space-10);
  padding-left: var(--space-10);
}
.fc-day-number {
  padding-right: 4px;
}
.columnSec {
  margin-top: 5vh;
  overflow: hidden;
}
.columnSec .right {
  margin-top: 5vh;
}
.columnSec .right p {
  margin-bottom: 3vh;
}
.columnSec .left h3 {
  font-size: 4vw;
  font-weight: bold;
  line-height: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 3vh;
}
.columnSec .left h4 {
  position: relative;
  padding-left: var(--space-30);
  font-size: 4vw;
  color: var(--color-brand);
  margin-top: 5vh;
  margin-bottom: var(--space-20);
  border-bottom: 2px dotted var(--color-ink);
  padding-bottom: 0.7em;
  clear: both;
}
.columnSec .left h4::before,
.columnSec .left h4::after {
  position: absolute;
  top: -0.7em;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.columnSec .left h4::before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-brand);
}
.columnSec .left h4::after {
  left: 4px;
  width: 10px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -0.8em;
}
.columnSec .left dl dt {
  background-position: left center;
  background-size: 17px auto;
  background-repeat: no-repeat;
  padding: 0px 0px 0px var(--space-30);
}
.columnSec .left dl dd {
  padding: var(--space-5) 0px var(--space-5) var(--space-30);
}
.columnSec .left dl dd a {
  color: var(--color-ink);
}
.columnSec .left dl dt.name {
  background-image: url(../images/icons-name.png);
}
.columnSec .left dl dt.add {
  background-image: url(../images/icons-add.png);
}
.columnSec .left dl dt.phone {
  background-image: url(../images/icons-phone.png);
}
.columnSec .left dl dt.fax {
  background-image: url(../images/icons-fax.png);
}
.columnSec .left dl dt.no {
  background-image: url(../images/icons-no.png);
}
.columnSec .left dl dt.web {
  background-image: url(../images/icons-web.png);
}
.columnSec .left .addMap iframe {
  border: 3px solid rgba(57, 179, 74, 0.7);
  overflow: hidden;
}
.dotted {
  border-bottom: 2px dotted var(--color-ink);
  padding-bottom: 0.7em;
}
.photo img {
  border: 1px solid var(--color-gray-mid);
  width: 100%;
  margin-bottom: var(--space-20);
}
#documentsDownload {
  line-height: 30px;
}
#documentsDownload a {
  color: #0099cb;
  text-decoration: underline;
}
#documentsDownload ul li:before {
  content: '◆';
  margin-right: 3px;
}
#documentsDownload ul li {
  margin-bottom: var(--space-5);
}
#documentsDownload h2 {
  background-color: var(--color-gold);
  color: var(--color-white);
  font-size: var(--fs-18);
  padding: var(--space-10) var(--space-20);
  position: relative;
  margin-top: var(--space-40);
  margin-bottom: var(--space-20);
}
#documentsDownload h3 {
  background-color: var(--color-white);
  border: 1px solid var(--color-accent-green);
  color: var(--color-accent-green);
  font-size: var(--fs-18);
  padding: var(--space-10) var(--space-20);
  position: relative;
  margin-top: var(--space-40);
  margin-bottom: var(--space-20);
}
.adobeReader {
  display: -webkit-flex;
  display: flex;
  background-color: var(--color-white);
  padding: var(--space-10);
  margin-top: var(--space-30);
}
#documentsDownload .adobeReader p {
  font-size: var(--fs-14);
}
.adobeReaderLink {
  margin-right: var(--space-20);
  margin-top: var(--space-5);
  margin-left: var(--space-10);
}
.adobeReaderLink img {
  width: 200px;
}
#documentsDownload h4 {
  border-bottom: 1px solid var(--color-accent-green);
  color: var(--color-accent-green);
  margin: var(--space-30) 0 var(--space-15);
  padding-bottom: var(--space-5);
  font-size: var(--fs-17);
}
#documentsDownload h5 {
  margin: var(--space-15) 0 var(--space-10);
}
#documentsDownload h5#inquiryTtl {
  background-color: #ffb2c6;
  color: var(--color-white);
  font-size: var(--fs-18);
  padding: var(--space-10) var(--space-20);
  position: relative;
  margin-top: var(--space-40);
  margin-bottom: 0px;
}
.inquiryParts {
  background-color: var(--color-white);
  padding: var(--space-20);
}
#documentsDownload dt {
  margin-top: var(--space-10);
}
#documentsDownload dt:before {
  content: '◆';
  margin-right: 3px;
}
#shinsei {
  width: 100%;
  border-top: 1px solid var(--color-gray-light);
  border-right: 1px solid var(--color-gray-light);
  margin-top: var(--space-30);
}
#shinsei th {
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  padding: var(--space-15);
  border-left: 1px solid var(--color-gray-light);
  border-bottom: 1px solid var(--color-gray-light);
  display: block;
}
#shinsei tr:first-child th {
  display: none;
}
#shinsei td {
  background-color: var(--color-white);
  vertical-align: middle;
  padding: var(--space-15) var(--space-15) var(--space-15) 100px;
  border-left: 1px solid var(--color-gray-light);
  border-bottom: 1px solid var(--color-gray-light);
  display: block;
  position: relative;
}
#shinsei td:before {
  display: block;
  background-color: var(--color-accent-yellow);
  color: var(--color-white);
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 85px;
  vertical-align: middle;
  padding: var(--space-15) 0;
}
#shinsei td:nth-of-type(1):before {
  content: '利用区分';
}
#shinsei td:nth-of-type(2):before {
  content: '申請書';
}
#shinsei td:nth-of-type(3):before {
  content: '担当課';
}
#shinsei td br {
  display: none;
}
#shinsei a {
  color: #0099cb;
  text-decoration: underline;
}
/*20200204*/
#banner-services p {
  margin-top: var(--space-20);
}

/* 20230321 */
table.yellowSec td p {
  font-size: 2vw !important;
}
