/*PAGER
-----------------------------------------------*/
.pager {
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin-top: 55px;
}
.pager a {
  color: var(--color-olive);
}
.pager a:hover {
  background-color: #fef4c4;
}
a.page-numbers,
.pager .current {
  background: var(--color-white);
  border: 1px solid var(--color-olive);
  padding: 8px var(--space-10);
  margin: 0 2px;
}
.pager .current {
  background-color: var(--color-olive);
  border: 1px solid var(--color-olive);
  color: rgba(255, 255, 255, 1);
}
/*BREAD
-----------------------------------------------*/
#bread {
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  width: 1000px;
}
#bread ol {
  overflow: hidden;
  padding: var(--space-15) 0px 60px;
}
#bread ol li {
  display: inline-block;
  line-height: 20px;
  font-size: var(--fs-12);
  color: var(--color-gray);
  position: relative;
}
#bread ol li a {
  position: relative;
  display: block;
  padding-right: 25px;
  color: var(--color-gray);
  vertical-align: middle;
  text-decoration: none;
  font-size: var(--fs-12);
}
#bread ol li a:before,
#bread ol li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
#bread ol li a:before {
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#bread ol li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* Ie用 */
}
/*BREAD
-----------------------------------------------*/
#bread {
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  width: 1000px;
}
#bread ol {
  overflow: hidden;
  padding: var(--space-15) 0px 60px;
}
#bread ol li {
  display: inline-block;
  line-height: 20px;
  font-size: var(--fs-12);
  color: var(--color-ink);
  position: relative;
}
#bread ol li a {
  position: relative;
  display: block;
  padding-right: 25px;
  color: var(--color-ink);
  vertical-align: middle;
  text-decoration: none;
  font-size: var(--fs-12);
}
#bread ol li a:before,
#bread ol li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
#bread ol li a:before {
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-ink);
  border-right: 1px solid var(--color-ink);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#bread ol li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* Ie用 */
}
/*SUB
-----------------------------------------------*/
#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);
  line-height: 50px;
  font-size: var(--fs-20);
  padding: 0 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);
  line-height: 50px;
  font-size: var(--fs-20);
  padding: 0 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);
  line-height: 50px;
  font-size: var(--fs-20);
  padding: 0 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: 60px;
}
#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);
}
#shinsei tr:first-child th {
  background-color: var(--color-accent-yellow);
  color: var(--color-white);
  text-align: center;
  padding: var(--space-10);
}
#shinsei td {
  background-color: var(--color-white);
  vertical-align: middle;
  padding: var(--space-15);
  border-left: 1px solid var(--color-gray-light);
  border-bottom: 1px solid var(--color-gray-light);
}
#shinsei td:nth-of-type(2) {
  width: 320px;
}
#shinsei td:nth-of-type(3) {
  width: 160px;
  text-align: center;
}
#shinsei a {
  color: #0099cb;
  text-decoration: underline;
}
#activity a,
#enrollment a {
  color: #0099cb;
  text-decoration: underline;
}
.sub {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center top;
  min-width: 1000px;
  /* margin-top: 140px; */
  margin-top: 0 !important;
  /* padding-top: 190px; */
  padding-top: 140px !important;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
.lineTitleSec {
  text-align: center;
  overflow: hidden;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.lineTitleSec:before {
  content: '';
  display: block;
  width: 84px;
  height: 3px;
  background-color: var(--color-accent-yellow);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -42px;
}
.lineTitleSec span img {
  height: 32px;
  width: auto;
  margin-right: var(--space-10);
  vertical-align: middle;
}
.lineTitleSec span {
  color: var(--color-gray-mid);
  font-family: 'Poppins', sans-serif;
  padding-bottom: var(--space-20);
  width: 249px;
  position: relative;
  display: block;
  clear: both;
  text-align: center;
  font-size: var(--fs-12);
  margin-top: var(--space-20);
  margin-right: auto;
  margin-left: auto;
}
.lineTitleSec span:before {
  content: '';
  display: block;
  width: 83px;
  height: 3px;
  background-color: #ccbd96;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.lineTitleSec span:after {
  content: '';
  display: block;
  width: 83px;
  height: 3px;
  background-color: var(--color-gold);
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.lineTitleThird {
  text-align: center;
  overflow: hidden;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: var(--space-40);
}
.lineTitleThird:before {
  content: '';
  display: block;
  width: 34%;
  height: 3px;
  background-color: var(--color-accent-yellow);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -17%;
}
.lineTitleThird span {
  color: var(--color-gray-mid);
  font-family: 'Poppins', sans-serif;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  text-align: center;
  margin-top: 0px;
  text-indent: 100%;
  height: 30px;
  line-height: 30px;
}
.lineTitleThird span:before {
  content: '';
  display: block;
  width: 33%;
  height: 3px;
  background-color: #ccbd96;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.lineTitleThird span:after {
  content: '';
  display: block;
  width: 33%;
  height: 3px;
  background-color: var(--color-gold);
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.lineTitleFourth {
  text-align: center;
  overflow: hidden;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: var(--space-40);
}
.lineTitleFourth:before {
  content: '';
  display: block;
  width: 34%;
  height: 3px;
  background-color: var(--color-accent-yellow);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -17%;
}
.lineTitleFourth div {
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  text-align: center;
  margin-top: 0px;
  /* height: 52px; */
  height: auto;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: var(--space-10);
}
.lineTitleFourth div:before {
  content: '';
  display: block;
  width: 33%;
  height: 3px;
  background-color: #ccbd96;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.lineTitleFourth div:after {
  content: '';
  display: block;
  width: 33%;
  height: 3px;
  background-color: var(--color-gold);
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.lineTitleFourth span {
  font-weight: 700;
}
#subPage,
#subPage p,
#subPage ul li {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: var(--fs-15);
  line-height: 30px;
}
#subPage .lineTitleSec {
  margin-bottom: 70px;
}
#subPage .text25 {
  font-size: 25px;
}
#subPage .text20 {
  font-size: var(--fs-20);
}
#subPage .text18 {
  font-size: var(--fs-18);
}
#subPage .text17 {
  font-size: var(--fs-17);
}
#subPage .text14 {
  font-size: var(--fs-14);
}
#subPage .text13,
#subPage .text13 > li {
  font-size: var(--fs-13);
}
#subPage .text12 {
  font-size: var(--fs-12);
}
#subPage .lineH40 li {
  line-height: 40px;
}
.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;
}
.underGreen {
  border-bottom: 1px solid var(--color-accent-green);
  display: inline-block;
  padding-bottom: var(--space-5);
}
.num {
  counter-reset: number;
  padding-left: 1em;
  font-size: var(--fs-14);
  line-height: 30px;
}
.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: var(--space-30);
}
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;
  font-size: var(--fs-14);
  background-color: var(--color-white);
  line-height: 30px;
}
table.yellow tr:nth-of-type(1) th {
  background-color: #ffe37c;
}
table.yellow th {
  padding: var(--space-10);
  text-align: center;
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
}
table.yellow td {
  padding: var(--space-15) var(--space-20);
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
}
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;
  font-size: var(--fs-14);
  background-color: var(--color-white);
  line-height: 30px;
}
table.yellowSec tr:nth-of-type(1) th {
  background-color: #ffe871;
}
table.yellowSec th {
  padding: var(--space-10);
  text-align: center;
  border-top: 1px solid var(--color-gray-light);
  border-left: 1px solid var(--color-gray-light);
  vertical-align: middle;
}
table.yellowSec tr td.color {
  background-color: #fffef4;
}
table.yellowSec td {
  padding: var(--space-10) var(--space-20);
  border-top: 1px solid var(--color-gray-light);
  border-left: 1px solid var(--color-gray-light);
  vertical-align: middle;
}
table.yellowSec td.relative {
  position: relative;
}
table.yellowSec td span.care01 {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 2em;
  min-width: 13em;
}
table.yellowSec td span.care02 {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 5em;
}
table.yellowSec td span.care03 {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 8em;
}
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;
  font-size: var(--fs-14);
  background-color: var(--color-white);
  line-height: 30px;
}
table.yellowThird tr:nth-of-type(1) th {
  background-color: #ffe37c;
}
table.yellowThird th {
  padding: var(--space-10);
  text-align: center;
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
}
table.yellowThird td {
  padding: var(--space-10) var(--space-15);
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
}
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: var(--space-15);
  border-left: 1px solid var(--color-gray-dark);

  font-weight: bold;
}
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: var(--space-15);
}
table.darkGray {
  width: 100%;
  border-bottom: 1px solid var(--color-gray-dark);
  border-right: 1px solid var(--color-gray-dark);
  font-size: var(--fs-16);
}
table.darkGray th {
  background-color: #808080;
  border-top: 1px solid var(--color-gray-dark);
  padding: var(--space-10);
  border-left: 1px solid var(--color-gray-dark);
  text-align: center;
  color: var(--color-white);
  vertical-align: middle;
}
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: var(--space-5) var(--space-10);
  text-align: center;
  vertical-align: middle;
}
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: 50px;
  font-size: var(--fs-20);
  position: relative;
}
.greenBar span {
  position: absolute;
  right: 10px;
  font-size: var(--fs-13);
}
.greenBar span a {
  color: var(--color-white);
}
/*CONTACT FORM 7*/
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
#form {
  width: 100%;
  font-size: var(--fs-17);
}
#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 td,
#form th {
  padding: var(--space-16) 0;
  vertical-align: middle;
}
#form th {
  width: 425px;
  padding-left: 25px;
  position: relative;
}
#form th.need:after {
  position: absolute;
  top: 50%;
  left: 275px;
  content: '必須';
  display: block;
  width: 50px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  color: #ff0000;
  background-color: var(--color-white);
  border: 1px solid #ff0000;
  font-size: var(--fs-13);
  margin-top: -11px;
}
.wpcf7-list-item-label {
  margin: 0 var(--space-20) 0 var(--space-5);
}
/*#form input[type="radio"] {
    display: none;
}
#form label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px var(--space-20);
    cursor: pointer;
}
#form label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
}
#form input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #000000;
    border-radius: 100%;
}*/
#form textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: var(--space-5);
  resize: vertical;
}
#pdfList {
  float: left;
  width: 580px;
  overflow: hidden;
}
#pdfList li {
  border-bottom: 2px dotted var(--color-brand);
  padding-left: var(--space-10);
}
#pdfList a {
  color: var(--color-brand);
  line-height: 40px;
  font-size: var(--fs-14);
}
#kage {
  width: 349px;
  height: auto;
  border: 8px solid var(--color-white);
  -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.08);
  margin-top: var(--space-30);
}
.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);
}
#geturei > dl {
  line-height: 30px;
}
#geturei > dl:nth-of-type(odd) {
  float: left;
  width: 50%;
}
#geturei > dl:nth-of-type(even) {
  float: right;
  width: 50%;
}
#geturei > dl dt {
  font-weight: bold;
  font-size: var(--fs-18);
}
#geturei > dl dd {
  padding-left: 1em;
}
#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-size: var(--fs-16);
  font-weight: bold;
}
#sitemap ul > li {
  margin-bottom: var(--space-30);
}
#sitemap ul > li > ul > li > a {
  font-weight: normal;
  font-size: var(--fs-13);
  position: relative;
  display: inline-block;
  padding-left: var(--space-10);
  margin-left: var(--space-15);
}
#sitemap ul > li > ul > li {
  margin-bottom: 0px;
}
#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: 100px;
}
p#areaMap {
  border: 1px solid var(--color-accent-green);
  color: var(--color-accent-green);
  background-color: var(--color-white);
  width: 270px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 41px;
  padding-right: var(--space-40);
  text-align: center;
  line-height: 40px;
}
#areaMap img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.w490 {
  width: 490px;
}
.care {
  border: 1px solid var(--color-gray-light);
  margin-bottom: var(--space-50);
}
.care dt {
  background-color: var(--color-accent-green);
  text-align: center;
  color: var(--color-white);
  line-height: 50px;
  font-size: var(--fs-15);
}
.care dd {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-light);
  text-align: center;
  line-height: 50px;
  font-size: var(--fs-14);
}
.care dd span {
  margin: 0 var(--space-15);
}
#message p {
  line-height: 38px;
}
#message .right:nth-of-type(1) img {
  width: 200px;
  margin-left: var(--space-50);
  margin-bottom: var(--space-40);
}
#message .right:nth-of-type(2) img {
  height: 261px;
  margin-left: 70px;
  margin-bottom: var(--space-40);
}
#message .alignRight span img {
  margin-left: var(--space-40);
  width: 150px;
}
#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;
  font-size: var(--fs-14);
  line-height: 26px;
}
.list li {
  padding: var(--space-20) var(--space-10);
  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: var(--fs-16);
  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: var(--fs-16);
}
#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: var(--fs-15);
  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;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
#column .left nav ul li dl dd a:before {
  left: -140px;
  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 {
  width: 380px;
  line-height: 48px;
  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: var(--fs-20);
  text-align: center;
  margin: 65px auto 25px;
  display: block;
  font-weight: 700;
}
.leftBlue {
  font-size: 27px;
  color: var(--color-brand);
  border-left: 10px solid var(--color-brand);
  padding-left: var(--space-30);
  line-height: 40px;
}
#step dl {
  line-height: 30px;
  counter-increment: number;
}
#step dl dt {
  color: #ff4a59;
  font-size: var(--fs-18);
  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: var(--fs-18);
  line-height: 50px;
  border-bottom: 1px solid var(--color-text);
  border-left: 1px solid var(--color-text);
  background-color: var(--color-white);
  padding-left: var(--space-20);
}
#subPage .type li:nth-child(2) {
  background-color: #fffef4;
}
#subPage .enclosureDot {
  padding: 25px;
  border: 1px solid var(--color-text);
  background-color: var(--color-white);
}
#subPage .enclosureDot li {
  font-size: var(--fs-18);
  line-height: 35px;
}
#subPage .enclosureDot li:before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--color-text);
  display: inline-block;
  border-radius: 9px;
  top: 2px;
  position: relative;
  margin-right: var(--space-10);
}
.svList dl {
  margin-bottom: var(--space-50);
}
.svList dt {
  font-size: var(--fs-18);
  border-bottom: 2px dotted var(--color-text);
  padding-bottom: var(--space-10);
  margin-bottom: var(--space-10);
}
.svList dd {
  font-size: var(--fs-14);
  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;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: var(--fs-20);
  letter-spacing: 2px;
  background-image: url(../images/search-btn.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50px center;
  padding-left: var(--space-20);
  cursor: pointer;
}
#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: 100%;
  font-size: var(--fs-14);
}
#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);
}
.service {
  overflow: hidden;
  width: 100%;
  text-align: center;
  clear: both;
}
.service select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background: var(--color-accent-green);
  color: var(--color-white);
}
.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: 20px;
  bottom: 0;
  width: 1px;
  content: '';
  height: 52px;
  background-color: #8ac43f;
  cursor: pointer;
}
.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: 20px;
  display: block;
  width: 100%;
  background-color: var(--color-white);
  border-bottom: 1px dotted var(--color-text);
  color: var(--color-text);
  padding: var(--space-15) var(--space-10) var(--space-15) 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: 35px var(--space-20);
  display: block;
  position: relative;
}
#address li a p img {
  width: 120px;
  height: 80px;
  border: 1px solid #808080;
  object-fit: cover;
}
#address dl {
  margin-left: 150px;
}
#address dl dt {
  color: var(--color-brand);
  font-size: var(--fs-20);
  margin-bottom: var(--space-5);
}
#address dl dd {
  font-size: var(--fs-13);
  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: 40px;
}
.eo-event-date {
  padding-top: var(--space-10);
  padding-left: var(--space-10);
}
.fc-day-number {
  padding-right: 4px;
}
.columnSec {
  margin-top: var(--space-40);
  overflow: hidden;
}
.columnSec .left {
  width: 620px;
}
.columnSec .right {
  width: 300px;
}
.columnSec .right p {
  margin-bottom: var(--space-30);
}
.columnSec .left h3 {
  font-size: var(--fs-18);
  font-weight: bold;
  line-height: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: var(--space-30);
}
.columnSec .left h4 {
  position: relative;
  padding-left: var(--space-30);
  font-size: var(--fs-17);
  color: var(--color-brand);
  margin-top: var(--space-50);
  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.7em;
}
.columnSec .left dl dt {
  width: 220px;
  float: left;
  clear: both;
  background-position: left center;
  background-size: 17px auto;
  background-repeat: no-repeat;
  padding: var(--space-5) 0px var(--space-5) var(--space-30);
}
.columnSec .left dl dd {
  width: 400px;
  float: right;
  padding: var(--space-5) 0px;
}
.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);
}
/*20210204*/
#column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#column .left {
  width: 200px;
}
#column .right {
  width: 760px;
}
#banner-services {
  width: 200px;
  margin-top: var(--space-50);
}
#banner-services p {
  margin-bottom: var(--space-20);
}
#banner-services img {
  width: 200px;
}

/*20220207*/
table.yellowSec {
  border: 2px solid var(--color-gray-mid);
}
table.yellowSec tr:nth-of-type(1) th {
  border: 1px dotted var(--color-gray-light);
}
table.yellowSec td {
  border: 1px dotted var(--color-gray-light);
}
table td.white {
  border-bottom: 2px solid var(--color-gray-mid);
}

/* 20230321 */
table.yellowSec p {
  font-size: var(--fs-14) !important;
}
