@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  color: #202020;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
}

.overflow {
  overflow-x: hidden;
}

.wrapper {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper--sm {
  max-width: 800px;
  margin: 0 auto;
}

/* -----------------------------------------
  helper style
  ------------------------------------------ */
.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL0 {
  margin-left: 0px !important;
}
.mR0 {
  margin-left: 0px !important;
}

.txtC {
  text-align: center !important;
}
.txtR {
  text-align: right;
}

.fontBold {
  font-weight: bold;
}
.fontNormal {
  font-weight: normal;
}


.colorRed {
  color: #F30000;
}

.colorBlue {
  color: #0000ff;
}

.txtUnderline {
  text-decoration: underline;
}
.txtJustify {
  text-align: justify;
}

.txtIndent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.txtIndent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.txtIndent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.txtIndent4 {
  padding-left: 4em;
  text-indent: -4em;
}

.txtIndent5 {
  padding-left: 5em;
  text-indent: -5em;
}

.font150 { font-size: 90%; }
.font140 { font-size: 90%; }
.font130 { font-size: 90%; }
.font120 { font-size: 90%; }
.font110 { font-size: 90%; }
.font90 { font-size: 90%; }
.font80 { font-size: 80%; }
.font70 { font-size: 70%; }

/* ------------------------------------------
   common
   ------------------------------------------ */
.header__top {
  background: linear-gradient(to right, #fff 40%, #E4F5C3);
  padding: 8px 0;
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top-inner p {
  font-size: 1rem;
  color: #1E415F;
  font-weight: bold;
}
.header__bottom {
  background: #D6E1EB;
  color: #0D4DA1;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 10px solid #0D4DA1;
}

.breadcrumb {
  font-size: 1.4rem;
  margin: 16px 0 20px;
}
.breadcrumb ul {
  display: flex;
  padding: 0;
}
.breadcrumb ul a {
  color: #202020;
}

.term-menu {
  font-size: 1.4rem;
  position: relative;
}
.term-menu__list {
  display: flex;
  justify-content: flex-end;
}
.term-menu__list-item {
  margin-right: 12px;
}
.term-menu__list-item a {
  text-decoration: underline;
  color: #202020;
}
.term-menu__more {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
  position: absolute;
  right: 0;
  background: #F3F3F3;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 10;
}
.term-menu__more-list {
  margin: 0;
}
.term-menu__more-list-item {
  margin: 5px 0;
}
.term-menu__more-list-item a {
  text-decoration: underline;
  color: #202020;
}
.term-menu__more.is-open {
  visibility: visible;
  opacity: 1;
}
.term-menu__more::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 20px solid #F3F3F3;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -10px;
  right: 6px;
}

/* ----------------- tab-style ------------- */
.tab-btn-wrap {
  max-width: 1073px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
}

.tab-btn-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0;
}

.tab-btn, .tab-btn-ex {
  width: 15%;
  margin-right: 5px;
  line-height: 1.15;
}
.tab-btn a, .tab-btn-ex a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #0D4DA1;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 80px;
  background: #fff;
  color: #0D4DA1;
  transition: all 0.2s ease;
}
.tab-btn a:hover, .tab-btn-ex a:hover {
  background: #0D4DA1;
  color: #fff;
}
.tab-btn a .new, .tab-btn-ex a .new {
  display: inline-block;
  background: #F30000;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 5px 0;
  border-radius: 2px;
  margin-top: 2px;
}
.tab-btn.is-active a, .tab-btn-ex.is-active a {
  height: 100px;
  background: #0D4DA1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.tab-btn-inner.--top {
  height: 187px;
}
.tab-btn-inner.--top .tab-btn a, .tab-btn-inner.--top .tab-btn-ex a {
  height: 168px;
  padding-bottom: 80px;
}
.tab-btn-inner.--top .tab-btn.is-active a, .tab-btn-inner.--top .tab-btn-ex.is-active a {
  height: 187px;
}

.tab-btn-inner.--bottom {
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tab-area {
  display: none;
  background: #F3F3F3;
  padding: 1px 0 60px;
  border-top: 1px solid #0D4DA1;
}
.tab-area.is-active {
  display: block;
}
.tab-area__inner {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

/* -------------- topics --------------- */
.topics {
  margin: 40px 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.topics__ttl {
  background: #D6E1EB;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
}
.topics__area {
  background: #fff;
  padding: 5px 30px;
  border-radius: 0 0 5px 5px;
  display: flex;
}
.topics__list {
  width: 50%;
}
.topics__list-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.topics__list-item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #D6E1EB;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 5px;
  left: 0;
}
.topics__list-item a {
  text-decoration: underline;
  color: #202020;
}
.topics__list-item .new {
  color: #F30000;
  font-weight: bold;
  margin-left: 5px;
}

.topics__list .active {
/*
  background: #FFE7A2;
  background: #EEEEEE;
*/
}
.topics__list .active a {
  color: #0D4DA1;
  font-size: 1.9rem;
  font-weight: bold;
}


/* ---------------- title style ---------------- */
.ttl-h1 {
  font-size: 3.2rem;
  color: #0D4DA1;
  text-align: center;
  position: relative;
  padding: 0 0 10px;
  margin: 50px 0 40px;
}
.ttl-h1:after {
  content: "";
  display: block;
  width: 65px;
  height: 4px;
  background: #D6E1EB;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ttl-h2 {
  color: #0D4DA1;
  font-size: 2.6rem;
  margin: 45px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #0D4DA1;
}

.ttl-h3 {
  font-size: 1.8rem;
  margin: 24px 0 20px;
  border-left: 10px solid #D6E1EB;
  padding-left: 6px;
}
.ttl-h3.--normal {
  padding-left: 0;
  border-left: none;
}

.ttl-h4 {
  font-size: 1.6rem;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 3px;
}

/* ---------------- other common style -------------- */
.img-wrap {
  background: #fff;
  border: 2px solid #D6E1EB;
  padding: 20px 0;
}
.img-wrap img {
  display: block;
  margin: 0 auto 20px;
}

.list-normal > li {
  text-indent: -1em;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "・";
  display: inline;
}

.list-triangle > li {
  padding-left: 20px;
  position: relative;
}
.list-triangle > li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #0D4DA1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 5px;
  left: 0;
}

.cmn-table {
  width: 100%;
  border-collapse: collapse;
}
.cmn-table th {
  background: #FCF5DD;
  line-height: 1.25;
}
.cmn-table th, .cmn-table td {
  padding: 7px;
  border: 1px solid #707070;
}
.cmn-table td {
  background: #fff;
}


.fac-table th:nth-of-type(1) { width: 90px; }
.fac-table th:nth-of-type(2) { width: 280px; }
.fac-table th:nth-of-type(3) { width: 280px; }
.fac-table th:nth-of-type(4) { width: 120px; }
.fac-table th:nth-of-type(5) { width: 60px; }
.fac-table th:nth-of-type(6) { width: 290px; }
.fac-table td:nth-of-type(1),
.fac-table td:nth-of-type(4),
.fac-table td:nth-of-type(5) {
  text-align: center;
}
.fac-table th {
  background: #97ECF7;
}
.fac-table td {
  background: #D6FAFF;
}

.adv-table th:nth-of-type(1) { width: 90px; }
.adv-table th:nth-of-type(2) { width: 280px; }
.adv-table th:nth-of-type(3) { width: 280px; }
.adv-table th:nth-of-type(4) { width: 120px; }
.adv-table th:nth-of-type(5) { width: 60px; }
.adv-table th:nth-of-type(6) { width: 290px; }
.adv-table td:nth-of-type(1),
.adv-table td:nth-of-type(4),
.adv-table td:nth-of-type(5) {
  text-align: center;
}
.adv-table th {
  background: #F9E7AA;
}
.adv-table td {
  background: #FCF5DD;
}


.mon-table th:nth-of-type(1) { width: 90px; }
.mon-table th:nth-of-type(2) { width: 280px; }
.mon-table th:nth-of-type(3) { width: 280px; }
.mon-table th:nth-of-type(4) { width: 120px; }
.mon-table th:nth-of-type(5) { width: 60px; }
.mon-table th:nth-of-type(6) { width: 290px; }
.mon-table td:nth-of-type(1),
.mon-table td:nth-of-type(4),
.mon-table td:nth-of-type(5) {
  text-align: center;
}
.mon-table th {
  background: #BDDEA9;
}
.mon-table td {
  background: #E9F2DF;
}



.fac-table td.txtleft,
.adv-table td.txtleft,
.mon-table td.txtleft {
  text-align: left;
}
.fac-table td.txtcenter,
.adv-table td.txtcenter,
.mon-table td.txtcenter {
  text-align: center;
}
.fac-table td.txtboshu,
.adv-table td.txtboshu,
.mon-table td.txtboshu {
  text-align: center;
  color: red;
  font-weight: bold;
}

.cmn-btn {
  display: flex;
  align-items: center;
  width: 250px;
  min-height: 60px;
  font-size: 1.4rem;
  color: #fff;
  background: #0D4DA1;
  border-radius: 50px;
  padding: 10px 40px 10px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: all 0.2s ease;
}
.cmn-btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-right-wh.png) 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.cmn-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}
.cmn-btn.--excel:after {
  width: 26px;
  height: 24px;
  background: url(../img/icon_excel.png) 0/contain no-repeat;
}

.txtlink {
  text-decoration: underline;
  color: #4e67b1;
  transition: all 0.2s ease;
}
.txtlink:hover {
  text-decoration: none;
}
.txtlink-pdf-icon {
  width: 30px;
  vertical-align: middle;
}

.smbox {
  width: 97%;
  margin: 0 auto;
}

/* ------------- footer ------------- */
.footer-border {
  margin-top: 70px;
  background: #F3F3F3;
  height: 20px;
  border-top: 1px solid #CCCCFF;
  border-bottom: 1px solid #CCCCFF;
}

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

.footer-navi {
  width: 33%;
}
.footer-navi__ttl {
  font-size: 1.6rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.footer-navi.--01 .footer-navi__ttl {
  color: #1A274D;
  border-bottom: 2px solid #1A274D;
}
.footer-navi.--02 .footer-navi__ttl {
  color: #27AD3A;
  border-bottom: 2px solid #27AD3A;
}
.footer-navi.--03 .footer-navi__ttl {
  color: #4E67B0;
  border-bottom: 2px solid #4E67B0;
}
.footer-navi a {
  color: #202020;
  text-decoration: underline;
}
.footer-navi > ul > li {
  font-size: 1.2rem;
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}
.footer-navi > ul > li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_footer-list.gif) 0/contain no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

.footer {
  font-size: 1rem;
  padding: 20px 0;
  border-top: 2px solid #CCCCFF;
  text-align: right;
  font-style: normal;
}

.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 45px;
  cursor: pointer;
}

.pagetop2 {
  margin-top: 70px;
	position: relative;
  width: 1160px;
  height: 25px;
}

/* ------------- NEW ------------- */
.new { display: none; }
.tab-btn a .new { display: none; }

.new.is-show { display: inline-block; }
.tab-btn a .new.is-show { display: inline-block; }





/* ----------------------------------------------
   top(haikei)
   ---------------------------------------------- */
.haikei-table th:nth-of-type(1) {
  width: 275px;
}
.haikei-table .new {
  display: inline-block;
  font-weight: bold;
  color: #F30000;
}

.haikei-table-dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.haikei-table-dl dt {
  width: 50px;
}
.haikei-table-dl dd {
  width: calc(100% - 50px);
  margin: 0;
}

/* ----------------------------------------------
   shiyoukashidashi-list
   ---------------------------------------------- */
.shiyoukashidashi-list-sankou {
  display: flex;
  margin: 40px 0 0;
}
.shiyoukashidashi-list-sankou__img {
  display: block;
  margin-right: 30px;
}
.shiyoukashidashi-list-sankou__txt .sankou {
  display: inline-block;
  background: #0D4DA1;
  color: #fff;
  padding: 3px 20px;
  border-radius: 5px;
}

/* ----------------------------------------------
   kaihatsu
   ---------------------------------------------- */
.kaihatsu__col2-wrap {
  display: flex;
  justify-content: space-between;
}
.kaihatsu__col2-item {
  width: 48%;
}
.kaihatsu-table {
  text-align: right;
}
.kaihatsu-table th {
  background: #006fbf;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.kaihatsu-table.--donyu th {
  background: #558138;
}
.kaihatsu-table .pref {
  text-align: left;
}
.kaihatsu__num-table {
  width: 180px;
  margin-bottom: 20px;
}
.kaihatsu__num-table th {
  background: #006fbf;
  color: #fff;
  font-weight: normal;
}
.kaihatsu__num-table.--donyu th {
  background: #558138;
}
.kaihatsu__num-table td {
  text-align: right;
}
/* ---------------------------------------------
   maker renraku
   --------------------------------------------- */
.maker-renraku__entry-btn-wrap {
  display: flex;
  justify-content: center;
  padding: 30px 40px;
  background: #D6E1EB;
  border-radius: 5px;
  position: relative;
}
.maker-renraku__entry-btn-item {
  width: 280px;
  margin: 0 20px;
}
.maker-renraku__entry-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 70px;
  color: #fff;
  font-weight: bold;
  background: #E5791B;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  transition: all 0.2s ease;
}
.maker-renraku__entry-btn.--web {
  background: #0D4DA1;
}
.maker-renraku__entry-btn .sm {
  font-size: 14px;
  display: block;
}
.maker-renraku__entry-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}
.maker-renraku__entry-notice {
  text-align: center;
  margin: 10px 0 0;
  font-weight: bold;
  color: #F30000;
}
.maker-renraku__entry-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.maker-renraku__entry-img.--real {
  left: 80px;
  width: 150px;
}
.maker-renraku__entry-img.--web {
  right: 60px;
  width: 180px;
}
.maker-renraku__table th {
  text-align: left;
}
.maker-renraku__table th.dark {
  background: #fce492;
}
.maker-renraku__table td.pdf {
  margin: 0 25px;
}
.maker-renraku__table td.pdf img {
/*  width: 20px; */
}

/* ---------------------------------------------
  advice-monitor
  ---------------------------------------------- */
.advice-monitor__shorui-col2-wrap {
  display: flex;
  justify-content: space-between;
}
.advice-monitor__shorui-col2-item {
  width: 48%;
  background: #fff;
  position: relative;
}
.advice-monitor__shorui-arrow {
  width: 50px;
  height: 30px;
  background: #cf0101;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.advice-monitor__shorui-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid #cf0101;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.advice-monitor__shorui-col2-item.--kaihatu {
  border: 1px solid #cf0101;
}
.advice-monitor__shorui-col2-item.--kaigo {
  border: 1px solid #2530ba;
}
.advice-monitor__shorui-ttl {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}
.advice-monitor__shorui-ttl.--kaihatu {
  background: #cf0101;
}
.advice-monitor__shorui-ttl.--kaigo {
  background: #2530ba;
}
.advice-monitor__shorui-inner {
  padding: 1px 20px;
}
/* ---------------------------------------------
  chiiki-forum
  ---------------------------------------------- */
.chiiki-forum__icon-hp {
  display: inline-block;
  /* background: #0D4DA1; */
  background: #27A100;
  color: #fff;
  border-radius: 15px;
  padding: 5px 25px 0 20px;
  position: relative;
  height: 30px;
  font-weight: bold;
}
.chiiki-forum__icon-hp:hover {
  opacity: 0.75;
}
.chiiki-forum__icon-hp::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 10px;
  right: 8px;
}
.chiiki-forum__box {
  background: #D6E1EB;
  padding: 20px 30px;
  border-radius: 5px;
}
.chiiki-forum__box-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.chiiki-forum__box2 {
  border: 1px solid #777777;
  padding: 5px 20px;
  background: #f8f8f8;
}

/* ---------------------------------------------
   zenkoku forum
   --------------------------------------------- */
.zenkoku-ttl-h4 {
  background: #D6E1EB;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 14px 20px 12px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
.zenkoku__section-inner {
  background: #fff;
  border: 2px solid #D6E1EB;
  padding: 10px 40px 20px;
  border-radius: 0 0 5px 5px;
}
.zenkoku__toggle-menu {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.zenkoku__toggle-menu .icon {
  margin-left: 10px;
  width: 83px;
  height: 29px;
  background: url(../img/icon-txt_open.svg) 0/contain no-repeat;
  cursor: pointer;
}
.zenkoku__toggle-menu.is-active .icon {
  background: url(../img/icon-txt_close.svg) 0/contain no-repeat;
}
.zenkoku__table .bg01 td {
  background: #E7F0F9;
}
.zenkoku__table .bg02 td {
  background: #EADCF4;
}
.zenkoku__table .bg03 td {
  background: #E9F5DB;
}
.zenkoku__table .bg04 td {
  background: #FFF1C5;
}
.zenkoku__table .bg05 td {
  background: #FFDDDD;
}
.zenkoku__table .bg06 td {
  background: #D5F4FF;
}
.zenkoku__table .bg07 td {
  background: #FADBC6;
}
.zenkoku__table .bg08 td {
  background: #E0EED6;
}
.zenkoku__table .bg09 td {
  background: #F2F2F2;
}
.zenkoku__kouen-table .time-sub {
  display: inline-block;
  padding: 2px 5px;
  background: #e96500;
  color: #fff;
  border-radius: 5px;
  margin-top: 5px;
}
.zenkoku__kouen-table p {
  margin: 0;
}
.zenkoku__kouen-table .ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.zenkoku__kouen-table .sub {
  text-align: right;
  font-size: 90%;
}
.zenkoku__kouen-table .sub + .ttl {
  padding-top: 10px;
  border-top: 1px dotted #b6b6b6;
  margin-top: 10px;
}
.zenkoku__kouen-table .cat {
  width: 450px;
  padding: 2px 5px;
  margin: 5px 0 10px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}
.zenkoku__kouen-table .cat.--red {
  background: #e64949;
}
.zenkoku__kouen-table .cat.--blue {
  background: #595be0;
}

.zenkoku__entry-btn-wrap {
  display: flex;
  justify-content: center;
  padding: 30px 40px;
  background: #D6E1EB;
  border-radius: 5px;
  position: relative;
}
.zenkoku__entry-btn-item {
  width: 280px;
  margin: 0 20px;
}
.zenkoku__entry-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 70px;
  color: #fff;
  font-weight: bold;
  background: #E5791B;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  transition: all 0.2s ease;
}
.zenkoku__entry-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}
.zenkoku__entry-btn .sm {
  font-size: 14px;
  display: block;
}
.zenkoku__entry-btn.--web {
  background: #0D4DA1;
}
.zenkoku__entry-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zenkoku__entry-img.--real {
  left: 120px;
  width: 110px;
}
.zenkoku__entry-img.--web {
  right: 80px;
  width: 150px;
}

.zenkoku__lastyear-img-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.zenkoku__lastyear-img-wrap img {
  width: calc((100% - 200px) / 3);
}
.zenkoku__lastyear-img-wrap img:nth-of-type(3) {
  width: 178px;
}

/* ---------------------------------------------
  contact
  ---------------------------------------------- */
.contact-btn-wrap {
  margin: 40px 0 0;
}
.contact-sec {
  position: relative;
}
.contact-img {
  position: absolute;
}
.contact-img.--tel {
  width: 140px;
  right: 250px;
  top: -10px;
}
.contact-img.--email {
  width: 260px;
  right: 80px;
  top: 20px;
}

/* ---------------------------------------------
 touroku
  ---------------------------------------------- */
.touroku-btn-wrap {
  justify-content: center;
  padding: 30px 40px;
  background: #D6E1EB;
  border-radius: 5px;
  position: relative;
}
.touroku-btn-item {
  margin: 0 40px;
}
.touroku-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 350px;
  height: 70px;
  padding: 17px;
  color: #fff;
  font-weight: bold;
  background: #CE4B12;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  transition: all 0.2s ease;
}
.touroku-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}
.touroku-btn .sm {
  font-size: 11px;
  font-weight: normal;
}
.touroku-btn.--web {
  background: #0D4DA1;
}
.touroku-list {
  display: flex;
}
.touroku-list-item {
  width: 50%;
}

/* ---------------------------------------------
  safety
  ---------------------------------------------- */
.safety__entry-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  background: #E5791B;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  transition: all 0.2s ease;
}
.safety__entry-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}
.safety__howto-form-notice {
  font-size: 1.4rem;
  font-weight: bold;
  color: #f00;
}



/* ---------------------------------------------
  rental_table
  ---------------------------------------------- */
.rental_table {
  width: 100%;
  border-collapse: collapse;
}

.rental_table caption {
  color: #003366;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}

.rental_table th {
  border-right: solid 1px #ffffff;
  background: #0D4DA1;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.rental_table th:nth-of-type(8) {
  border-right: solid 1px #707070;
}

.rental_table td {
  padding: 3px;
}
.rental_table td.midashi {
  color: #0D4DA1;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 6px;
}
.rental_table td.pimg,
.rental_table td.icon,
.rental_table td.rental {
  text-align: center;
}

.rental_table td.pimg img {
  width: auto !important;
  max-width: none;
}

.elnew {
  color: #F30000;
  font-weight: bold;
  margin-left: 5px;
  display: block;
}


/* 2023.07.07 試用貸出リスト */
.rentallist {
  display: inline-block;
  clear: both;
  text-align:justify;
}
.rentallist img {
  border: solid 1px #202020;
  margin-right: 30px;
  float: left;
}


/* 2023.09.06 活用ミーティング */
.util-table th { width: 20%; }
.util-table td {
  vertical-align: top;
  text-align: justify;
}
.util-img {
  position: relative;
}
.util-img.--seat {
  width: 180px;
  right: 50px;
  top: -40px;
  float: right;
}
.util-img.--board {
  width: 180px;
  right: 20px;
  top: -20px;
  float: right;
}

.color1113 { background-color: #f9e1e1 !important; }
.color1114 { background-color: #e4f1fb !important; }
.color1115 { background-color: #e7f2e1 !important; }
.color1116 { background-color: #ededfd !important; }
.color1117 { background-color: #fdfdd7 !important; }

table.meetingsche {
}
table.meetingsche td.title {
  background-color: #fde9d9;
}
table.meetingsche td .corner {
  font-weight: normal;
  color: #ff0000;
  padding: 2px !important;
  line-height: 19px;
  margin: 0px 0px 0px 1em !important;
}
table.meetingsche td .corner-ttl {
  font-weight: normal;
  padding: 5px 2px 2px 2px !important;
  line-height: 19px;
  margin: 0px 0px 0px 1em !important;
}

table.meetingsche th p.date_title {
  margin: 0px !important;
}
table.meetingsche td.theme {
  font-size: 120%;
  font-weight: bold;
  color: #ff0000;
  padding: 2px 0 0 5px;
}
table.meetingsche tr.borderD td {
  border-bottom: double 3px #000000;
}

.meeting__entry-btn-wrap {
  display: flex;
  justify-content: right;
  /* padding: 30px 40px; */
  /* background: #D6E1EB; */
  border-radius: 5px;
  position: relative;
  margin-top: -43px;
}

.meeting__entry-btn-item {
  width: 120px;
  margin: 0 150px 0 20px;
}
.meeting__entry-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  background: #E5791B;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  transition: all 0.2s ease;
}
.meeting__entry-btn.--web {
  background: #0D4DA1;
}
.meeting__entry-btn .sm {
  font-size: 14px;
  display: block;
}
.meeting__entry-btn {
  color: #fff;
  font-weight: bold;
}
.meeting__entry-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}


/* 2023.10.20 開発・導入の助成 */
.btn_kai2023 {
  border-radius: 10px 10px 10px 10px;
  background-color: #006fbf;
  padding: 5px 20px !important;
  color: #ffffff !important;
  font-weight: bold;
  margin-top: 5px !important;
}

.btn_dou2023 {
  border-radius: 10px 10px 10px 10px;
  background-color: #558138;
  padding: 5px 20px !important;
  margin: 10px auto 0px auto !important;
    margin-top: 10px;
  color: #ffffff !important;
  font-weight: bold;
  margin-top: 10px !important;
}
.btn_kai2023:hover,
.btn_dou2023:hover {
  opacity: 0.75;
}

.btn_kakunin {
  border-radius: 5px 5px 5px 5px;
  background-color: #CE4B12;
  padding: 15px 60px !important;
  color: #ffffff !important;
  margin-top: 5px !important;
  margin: 0 25px;
  border: none;
}
.btn_back {
  border-radius: 5px 5px 5px 5px;
  background-color: #7A7A7A;
  padding: 15px 70px !important;
  color: #ffffff !important;
  margin-top: 5px !important;
  margin: 0 25px;
}

/*----------------------------------------------------------
  - Form
----------------------------------------------------------*/

table input.type_a {
	width:420px;
	}

table input.type_al {
  width:500px;
  }

table input.type_b {
	width:330px;
	}

table input.type_c {
	width:110px;
	}

table input.type_cl {
  width:170px;
  }

table input.type_d {
	width:60px;
	}

table input.type_e {
	width:50px;
	}

table select.type_a {
	width:425px;
	}

table textarea {
	width:425px;
	height:8em;
	}

dl.type_a {
	}

dl.type_a dt {
	float:left;
  clear:both;
	width:10.5em;
	margin:0 0 0.5em 0;
	padding:0;
	}

dl.type_a dd {
	margin:0 0 0.5em 7.5em;
	padding:0;
	}

/* IE6 */
* html dl.type_a dd {
	margin:0 0 0.5em 0;
	_height:1%; /* IE6 */
	}

dl.type_b {
	}

dl.type_b dt {
	float:left;
	width:25.5em;
	margin:0 0 0.5em 0;
	padding:0;
	}

dl.type_b dd {
	margin:0 0 0.5em 21.5em;
	padding:0;
	_height:1%; /* IE6 */
	}

ul.type_a {
	}

ul.type_a li {
	float:left;
	width:8em;
	margin:0 0 0.5em;
	}

ul.type_a li.other {
	width:450px;
	}

ul.type_b {
	}

ul.type_b li {
	margin:0 0 0.5em;
	}

.policy {
  position:relative;
  margin:10px auto 15px;
  padding:5px 0 0;
  text-align:left;
  }

.form_th{
  text-align: left;
}

.noticeBox {
  background: #FFF7F7;
  margin: 0 auto 15px;
  padding: 8px 25px;
  font-weight: bold;
  color: #FF0000;
}

.btn .print {
  position: absolute;
  top: 5px;
  left: 0;
  cursor: pointer;
}