/* ==============================
  詳細ページ共通レイアウト
============================== */

#page-main {
  width: 100%;
}

#page-main .page_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 0 0 5rem;
  gap: 40px;
  flex: 1;
}

#page-main .page_inner .inner {
  width: 100%;
}

#main-content {
  width: calc(100% - 330px);
  background: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
}

#side-menu {
  width: 290px;
}

#side-menu h2 {
  font-size: 100%;
  padding: 1rem 0 1.5rem;
  background: url(../images/side-menu.jpg) center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
  border-radius: 5px;
  color: #fff;
}

#side-menu h2 a {
  text-decoration: none;
  color: #ffffff;
}

#side-menu h2 a::before {
  content: none;
}

#side-menu ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

#side-menu>ul:first-of-type {
  margin-bottom: 4rem;
}

#side-menu li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 10px 10px 5px 10px;
  background-image: linear-gradient(#cfe4c6, #cfe4c6);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  transition: color 0.5s, background-size 0.5s;
  border-bottom: 1px solid #DDEBD9;
}

#side-menu li:hover {
  background-position: bottom left;
  background-size: 100% 100%;
}

#side-menu li:hover a {
  color: #FFF;
}

.side-menu_selected {
  background-color: #ebf6e7 !important;
}

#side-menu a {
  line-height: 1.4;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  padding: 1rem .4rem 1rem 0;
  width: 100%;
  text-decoration-line: none;
}

#side-menu li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url(../images/arw.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

#side-menu a:hover {
  background-position: 0 100%;
}

#side-menu a:hover::before {
  transform: scaleX(1);
}

@media screen and (max-width: 1200px) {
  #page-main {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 0.5rem 0;
  }

  #page-main .page_inner {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }

  #page-main .inner {
    padding-bottom: 2rem;
  }

  #main-content,
  #side-menu {
    width: 100%;
  }

  #side-menu li {
    border-bottom: 1px solid #DDEBD9;
  }
}

body.page #login_bar {
  margin-bottom: 20px;
}

#page-main #main-content section>ul,
#page-main #main-content section>ol,
#page-main #main-content section>dt,
#page-main #main-content section>iframe {
  margin: 20px 0;
}

#page-main #main-content section .box_2col>img:first-of-type,
#page-main #main-content section .box_3col>img:first-of-type,
#page-main #main-content section .box_4col>img:first-of-type,
#page-main #main-content section>ul:first-of-type,
#page-main #main-content section>ol:first-of-type,
#page-main #main-content section>dt:first-of-type,
#page-main #main-content section>iframe:first-of-type {
  margin-top: 0;
}


#page-main #main-content section .box_2col>img,
#page-main #main-content section .box_3col>img,
#page-main #main-content section .box_4col>img {
  margin: 30px 0;
}

#menu img {
  margin: 0 !important;
}

#page-main section>iframe {
  margin-top: 30px;
}

#page-main section>iframe:first-child {
  margin-top: 0;
}

/* ページタイトル */
#page-title-area {
  height: 435px;
  min-height: 195px;
  margin-bottom: 70px;
  background: url('../images/branch_main_visual_pc.jpg') center;
  background-size: cover;
  background-position: bottom;
}

@media screen and (max-width: 1200px) {
  #page-title-area {
    margin: 0;
    background: url('../images/branch_main_visual_sp.jpg') center;
    background-size: cover;
    background-position: bottom;
  }
}

#page-title-area .inner {
  width: 100%;
  max-width: initial;
  min-height: 190px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  align-items: center;
  margin-top: 7rem;
}

#page-title-area .inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#page-title-area .inner h2 span {
  display: block;
  font-weight: 100;
  font-size: 1.5rem;
  color: #42A92FFF;
  text-align: left;
  line-height: 2.2rem;
}

#page-title-area .inner h2 span:first-child {
  display: block;
  font-weight: 100;
  font-size: 1rem;
  text-align: left;
}

#page-title-area h2 {
  font-size: 150%;
  font-weight: 700;
  color: #009b6a;
  margin: 0;
  line-height: 1.4;
  display: block;
  letter-spacing: .2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page-title-area h2 span {
  display: block;
}

#page-title-area .page-title-area-inner {
  background-color: #fff;
  height: 70px;
}


/* pankuzu */
.pankuzu {
  font-size: 75%;
  width: 100%;
  text-align: left;
  background: #E6F0E5;
}

.pankuzu div {
  margin: 1rem auto 0px;
  max-width: 1200px;
  width: 1200px;
}

.pankuzu ul {
  display: flex;
  list-style: none;
  padding: 0.5rem 0;
  /* padding: 0; */
  justify-content: flex-start;
}

.pankuzu li {
  position: relative;
  margin-right: 1.5rem;
  padding: 0;
  white-space: nowrap;
}

.pankuzu li:last-child {
  margin-right: 0;
}

.pankuzu li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: -1rem;
}

.pankuzu a {
  /* color: #fff; */
  background: none;
}

.pankuzu a:hover {
  color: #afe2af;
}

#page-title-area .pankuzu {
  margin-top: 6.5rem;
}

@media screen and (max-width: 1200px) {
  #page-title-area {
    min-height: 100px;
  }

  #page-title-area .inner {
    margin-top: 7rem;
  }

  #page-title-area .inner .main_visual_sp {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  #page-title-area .inner h2 {
    position: absolute;
    top: 10%;
    width: auto;
    left: 20px;
    transform: initial;
  }

  /* .pankuzu {
    width: calc(100% - 2rem);
    margin: 0 auto;
  } */

  .pankuzu ul {
    overflow-x: auto;
    justify-content: initial;
  }

  .pankuzu div {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}

#page_info {
  background: #E6F0E5;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 13px;
  color: #000;
  font-size: 87.5%;
}

#page_info ul {
  margin-top: 1rem;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style: none;
}

#page_info li {
  padding-left: 1.5rem !important;
}

#page_info li::before {
  content: '' !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-image: url('../images/arw.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  margin-top: 2px;
}

/*  */
.pagetitle_a2 {
  font-size: 200%;
  padding: 1rem 0;
  margin: 80px 0 30px;
  color: #006637;
  position: relative;
}

.pagetitle_a2::before {
  content: '';
  top: 50%;
  left: -35px;
  position: absolute;
  width: 25px;
  height: 1px;
  border: 2px solid #006637;
}

.pagetitle_a3 {
  font-size: 150%;
  border-bottom: 2px solid #006637;
  padding: 1rem 0;
  margin: 30px 0 30px;
  color: #006637;
}

.pagetitle_a4 {
  font-size: 125%;
  font-weight: 700;
  color: #006637;
  background: #EBF5F0;
  margin: 40px 0 30px;
  padding: .5rem 0.5rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
  min-height: 38px;
}

.pagetitle_a5 {
  font-size: 125%;
  font-weight: 700;
  color: #2574a1;
  margin: 30px 0 20px;
  border-bottom: 3px solid #D4E4E5;
  padding: 1rem 0;
}

.pagetitle_a6 {
  font-size: 125%;
  font-weight: 700;
  margin: 30px 0 20px;
  color: #492932;
}

.pagetitle_a2:first-of-type,
.pagetitle_a3:first-of-type,
.pagetitle_a4:first-of-type,
.pagetitle_a5:first-of-type,
.pagetitle_a6:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .pagetitle_a2 {
    padding-left: 2rem;
  }

  .pagetitle_a2::before {
    left: -0;
  }
}

#main-content p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

p.large {
  font-size: 112.5%;
}

p.small {
  font-size: 87.5%;
}

.red {
  color: #bb1d67;
}

.green {
  color: #1f8614;
}

.orange {
  color: #853b00;
}

.grey {
  color: #6a6a6a;
}

a {
  color: #006637;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #87c2d0;
}

.bold {
  font-weight: 700;
}

.label,
.important p {
  display: inline-block;
  align-items: flex-start;
  padding-left: 51px;
  position: relative;
}

.label a {
  font-weight: 700;
  flex: 0 1 auto;
  min-width: 0;
  word-break: break-word;
  /* color: #2574a1; */
  vertical-align: middle;
}

.important a[href$=".pdf"]::before,
.important a[href$=".doc"]::before,
.important a[href$=".docx"]::before,
.important a[href$=".xls"]::before,
.important a[href$=".xlsx"]::before,
.important a[href$=".ppt"]::before,
.important a[href$=".pptx"]::before,
.important a[href$=".zip"]::before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .3rem .5rem 0 0;
  padding: 0;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  white-space: nowrap;
  width: 43px;
  height: 17px;
  text-align: center;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.icon_pdf,
.icon_doc,
.icon_docx,
.icon_xls,
.icon_xlsx,
.icon_ppt,
.icon_pptx,
.icon_zip {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .3rem .5rem 0 0;
  padding: 0;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  white-space: nowrap;
  width: 43px;
  height: 17px;
  text-align: center;
  float: left;
  border-radius: 3px;
}

.icon_pdf {
  background-color: #ab2844;
}

.icon_docx {
  background-color: #2c488f;
}

.icon_xlsx {
  background-color: #37754e;
}

.icon_zip {
  background-color: #888888;
}

.icon_ppt,
.icon_pptx {
  background-color: #ab3528;
}

#main-content section span.date {
  margin-right: 1rem;
  min-width: 8rem;
}

#main-content ol {
  padding-left: 3rem;
  margin: 20px 0;
}

#main-content ol>li {
  margin-bottom: 0.5rem;
  list-style: decimal;
}

#main-content ul {
  padding-left: 1.25rem;
  margin: 20px 0;
}

#main-content ul li>ul {
  margin-top: .5rem;
}

#main-content ul>li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1rem;
}

#main-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #006637;
  font-size: 1.5rem;
  line-height: 1;
}

.content ul:not(.asterisk) li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.6em !important;
  width: 4px !important;
  height: 4px !important;
  background-color: #005d82 !important;
  border-radius: 50% !important;
}

ul.asterisk {
  padding-left: 0 !important;
}

ul.asterisk li {
  list-style: none !important;
  position: relative !important;
  padding-left: 1.5em !important;
}

ul.asterisk li::before {
  content: '※' !important;
  position: absolute !important;
  left: 0 !important;
  display: inline-block !important;
  width: 1.5em !important;
  color: #005e80 !important;
}

/* ボックス */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_1_3 {
  display: grid;
  gap: 1.5rem;
}

.grid_1 {
  grid-template-columns: 1fr;
}

.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid_5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid_1_3 {
  grid-template-columns: 1fr 3fr;
}

@media screen and (max-width: 767px) {
  .grid_2 {
    grid-template-columns: 1fr;
  }

  .grid_3 {
    grid-template-columns: 1fr;
  }

  .grid_4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_1_3 {
    grid-template-columns: 1fr;
  }

}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.box {
  padding: 1.5rem 1rem;
}

.box_green {
  background-color: #e8f2e7;
  border-radius: 20px;
}

.box_lightblue {
  background-color: #e2f1f6;
  border-radius: 20px;
}

.box_yellow {
  background-color: #f6f6f6;
  border-radius: 20px;
}

.box_grey {
  background-color: #ededed;
  border-radius: 20px;
}

.box_border_blue {
  border: 3px solid #007cad;
}

.box_border_pink {
  border: 3px solid #bb1d67;
}

.box_contact {
  background-color: #ededed;
  border-radius: 20px;
  font-weight: 700;
}

.box_contact p {
  border-bottom: 1px solid #000;
}

.box_contact a {
  font-weight: 700;
  padding-left: 0.5rem;
}

.box_contact a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url(../images/arw.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

/* テーブル */
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  text-align: left;
}

.table-wrap table th,
.table-wrap table td {
  border: 1px solid #6a7a8a;
  padding: 1rem;
}

.table-wrap table th {
  background-color: #e8f2e7;
  color: #006637;
  font-weight: 700;
}

.table-wrap table.th_bg_orange th {
  background-color: #F3AD68;
  color: #fff;
  font-weight: 700;
}

.table-wrap table.th_bg_light_orange th {
  background-color: #FBEDE0;
  color: #000;
  font-weight: 700;
}

.table-wrap table.th_bg_blue th {
  background-color: #78B3C5;
  color: #fff;
  font-weight: 700;
}

.table-wrap table.th_bg_light_blue th {
  background-color: #E0F2F6;
  color: #000;
  font-weight: 700;
}

.tr_bg_blue {
  background-color: #e2f1f6;
}

.tr_bg_yellow {
  background-color: #fcfee9;
}

.tr_bg_grey {
  background-color: #f1f1f1;
}

@media screen and (max-width: 1200px) {
  .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 1rem;
  }

  .js-scroll {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }

  .table-wrap table {
    border-collapse: collapse;
    width: 500px;
  }

  .table {
    border-collapse: collapse;
    width: 500px;
  }

  .table-wrap table th,
  .table-wrap table td {
    white-space: nowrap;
  }
}

/* リンクボタン */
.btn_group {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  gap: 1rem;
  margin-bottom: 1rem;
}

.btn_arrow {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  transition: filter 0.2s;
}

.btn_arrow:hover {
  filter: brightness(1.05);
}

.btn_arrow.btn_blue:hover {
  filter: brightness(1.1);
}

.btn_arrow .icon_area {
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_area::after {
  content: '';
  width: 15px;
  height: 10px;
  background-color: #fff;
  -webkit-mask-image: url('../images/arw.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('../images/arw.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.arrow_down .icon_area::after {
  transform: rotate(0deg);
}

.arrow_right .icon_area::after {
  transform: rotate(270deg);
}

.btn_arrow .btn_text {
  flex: 1;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.btn_w1_4 {
  width: calc((100% - 3rem) / 4);
}

.btn_w1_3 {
  width: calc((100% - 2rem) / 3);
}

.btn_w1_2 {
  width: calc((100% - 1rem) / 2);
}

.btn_w1_1 {
  width: 100%;
}

.btn_blue {
  background-color: #007cad;
}

.btn_blue .icon_area {
  background-color: #005d82;
}

.btn_yellow {
  background-color: #ebefa9;
  color: #333;
}

.btn_yellow .icon_area {
  background-color: #b0b37f;
}

.btn_gray {
  background-color: #dedede;
  color: #333;
}

.btn_gray .icon_area {
  background-color: #a6a6a6;
}

@media screen and (max-width: 767px) {

  .btn_w1_3,
  .btn_w1_2,
  .btn_w1_1 {
    width: 100%;
  }

  .btn_w1_4 {
    width: calc((100% - 1rem) / 2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {

  .btn_w1_3,
  .btn_w1_2 {
    width: calc((100% - 1rem) / 2);
  }

  .btn_w1_4 {
    width: calc((100% - 1rem) / 2);
  }
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

iframe[src*="google.com/maps"] {
  aspect-ratio: 3/2;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.reader {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 75%;
  margin-top: 80px !important;
}

.reader_img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.reader_txt {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .reader {
    display: block;
  }

  .reader_img img {
    width: 50%;
    margin-bottom: 1rem;
  }
}

/* margin */
.mb0 {
  margin-bottom: 0 !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt2r {
  margin-top: 2rem !important;
}

.mt3r {
  margin-top: 3rem !important;
}

.mt4r {
  margin-top: 4rem !important;
}

.mt5r {
  margin-top: 5rem !important;
}

.mb1r {
  margin-bottom: 1rem !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3r {
  margin-bottom: 3rem !important;
}

.mb4r {
  margin-bottom: 4rem !important;
}

.mb5r {
  margin-bottom: 5rem !important;
}

.ml1r {
  margin-left: 1rem !important;
}

.ml2r {
  margin-left: 2rem !important;
}

.ml3r {
  margin-left: 3rem !important;
}

.ml4r {
  margin-left: 4rem !important;
}

.ml5r {
  margin-left: 5rem !important;
}

.mr1r {
  margin-right: 1rem !important;
}

.mr2r {
  margin-right: 2rem !important;
}

.mr3r {
  margin-right: 3rem !important;
}

.mr4r {
  margin-right: 4rem !important;
}

.mr5r {
  margin-right: 5rem !important;
}

.mx1r {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx2r {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx3r {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx4r {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx5r {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my1r {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my2r {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my3r {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my4r {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my5r {
  margin-top: 5rem !important;
  margin-bottom: 5rem !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;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !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;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* template 2col 3col */
.box_2col,
.box_3col,
.box_4col {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 10px 0;
}

.box_2col>div {
  width: 400px;
}

.box_3col>div {
  width: 256px;
}

.box_4col>div {
  width: 200px;
}

.box_2col img,
.box_3col img,
.box_4col img,
.box_2col a>img,
.box_3col a>img,
.box_4col a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}

@media screen and (max-width: 575px) {

  .box_2col,
  .box_3col,
  .box_4col {
    display: block;
  }

  .box_2col>div,
  .box_3col>div,
  .box_4col>div {
    width: 100%;
  }

  .box_2col>div+div,
  .box_3col>div+div,
  .box_4col>div+div {
    margin-top: 10px;
  }
}

/* #sitemap_list dd dl {
  margin-left: 20px;
  padding: 5px;
}

#sitemap_list dd dd dl,
#sitemap_list dd dd dd dl {
  margin-left: 20px;
  padding: 5px;
}

#sitemap_list ul {
  margin: 0 !important;
  padding: 3px !important;
  height: 100%;
}

#sitemap_list ul li {
  background: none !important;
  margin-left: 10px !important;
  padding: 2px !important;
}

#sitemap_list ul li:after {
  content: "";
  background: none;
}

#sitemap_list .sm_article {
  margin-left: 20px;
  padding: 5px 5px 5px 23px !important;
  display: block;
  background: url("../images/icon_file_s.png") no-repeat 2px 0.3em !important;
}

#sitemap_list .sm_category1,
#sitemap_list .sm_category2,
#sitemap_list .sm_category3,
#sitemap_list .sm_category4,
#sitemap_list .sm_category5,
#sitemap_list .sm_category6,
#sitemap_list .sm_category7,
#sitemap_list .sm_category8 {
  font-weight: bold;
  background: url("../images/icon_folder_s.png") no-repeat 2px 0.4em !important;
  padding: 5px 5px 5px 26px !important;
  display: block;
  position: relative;
}

#sitemap_list input {
  border: 1px solid #c9c9c9;
  padding: 0;
  width: 20px;
  background: #FFFFFF;
  margin: 0 10px;
  position: absolute;
  text-align: center;
}

#sitemap_list ul li::before {
  content: none !important;
}

#sitemap_list ul li {
  margin-bottom: 0 !important;
  padding: 0 !important;
} */

/* =============================================
form (main-content 内のみ)
============================================= */
#main-content button,
#main-content input,
#main-content select,
#main-content textarea {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

#main-content input[type="text"],
#main-content input[type="email"],
#main-content input[type="password"],
#main-content select,
#main-content textarea {
  padding: 4px 8px;
  border: 1px solid #d9d9d9;
  background: #FFF;
}

#main-content input[type="text"],
#main-content input[type="email"],
#main-content select,
#main-content textarea {
  width: 100%;
  max-width: 780px;
}

#main-content input[size],
#main-content textarea[size] {
  width: 100%;
}

#main-content input[type="text"]:hover,
#main-content input[type="email"]:hover,
#main-content input[type="password"]:hover,
#main-content select:hover,
#main-content textarea:hover {
  border: 1px solid #00884D;
  border-top: 1px solid #00884D;
}

#main-content input[type="text"]:focus,
#main-content input[type="email"]:focus,
#main-content input[type="password"]:focus,
#main-content select:focus,
#main-content textarea:focus {
  outline: none;
  border-color: #00884D;
}

#main-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 5px;
  background-image: url(../images/select_icon.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #F5EEE0;
  width: 100%;
  max-width: 780px;
}

#main-content input.w70,
#main-content textarea.w70 {
  width: 70%;
}

#main-content input.wmax,
#main-content textarea.wmax {
  width: 100%;
}

#main-content .mail_indent {
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 10px;
}

@media screen and (max-width: 540px) {
  #main-content .mail_indent {
    padding-left: 0;
    padding-right: 0;
  }

  #main-content input,
  #main-content select,
  #main-content textarea {
    max-width: 100%;
  }
}

#main-content input[name="mailq_captcha"] {
  width: 120px;
}

#main-content input[type="checkbox"],
#main-content input[type="radio"] {
  margin-right: .5rem;
}

#main-content #captcha_image {
  margin-bottom: 20px;
}

#main-content .inevitable {
  color: #C1272D;
}

#main-content #mail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}

#main-content #mail_btn .mail_btn_1 {
  color: #FFF;
  margin: 15px;
  font-weight: bold;
  padding: 15px 40px;
  cursor: pointer;
}

#main-content #mail_btn .mail_btn_1:hover {
  opacity: 0.8;
}

@media screen and (max-width: 540px) {
  #main-content #mail_btn .mail_btn_1 {
    margin: 15px 5px;
  }
}

#main-content #errorbox {
  background: #FDF3F3;
  padding: 20px;
  color: #C1272D;
}

/* ページャー */
.pagination {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.pagination {
  margin-top: 0 !important;
  padding-left: 27rem !important;
}

.pagination li {
  padding-left: 0 !important;
}

.pagination-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 30px;
  background: #fff;
  border: solid 2px #ABABABFF;
  border-radius: 8px;
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  transition: all 0.15s linear;
  text-decoration: none;
}

.pagination-item:first-child .pagination-item-link,
.pagination-item:last-child .pagination-item-link {
  width: 65px;
}

.pagination-item-link-Icon {
  width: 20px;
}

.pagination-item-link.isActive {
  background: #006637;
  color: #fff;
  pointer-events: none;
}

.pagination-item-link:not(.isActive):hover {
  background: #006637;
  color: #fff;
  text-decoration: none;
}

/* .pagination>*+* {
  margin-left: 12px;
} */

.pagination li::before {
  content: "" !important;
}

@media screen and (max-width: 1200px) {
  .pagination {
    padding-left: 0 !important;
    flex-wrap: wrap;
    gap: 0 0.5rem;
    margin: 0 !important;
  }

  .pagination-item-link {
    width: 55px;
    height: 35px;
  }

  .pagination-item:first-child .pagination-item-link,
  .pagination-item:last-child .pagination-item-link {
    width: 75px;
  }
}

/* =============================================
分岐ページ
============================================= */

#branch {
  display: contents;
}

#branch #page-title-area .inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#branch #page-title-area .inner h2 span {
  font-weight: 100;
  font-size: 1.5rem;
}

#branch .list_grid {
  display: flex;
  flex-wrap: wrap;
}

#branch .list_grid a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  width: calc(100% / 3 - 2rem);
  margin: 2rem 1rem 0.5rem;
  padding: 2.2rem 1rem;
  border: initial;
  border-radius: 10px;
  background-color: #006637;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  background-image: url(../images/branch_button.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#branch .list_grid a:hover {
  background-color: #ffffff;
  color: #006637;
}


#branch #page-title-area .inner .main_visual_pc {
  position: absolute;
  bottom: -132px;
}

#branch #page-title-area .pankuzu ul li::before {
  content: "";
}

#branch #page-title-area .pankuzu ul {
  padding-left: 0 !important;
  margin: 0;
}

#branch #page-title-area .pankuzu ul li {
  padding-left: 0 !important;
  margin-bottom: 0;
}

#branch ol {
  padding-left: 3rem;
  margin: 20px 0;
}

#branch ol>li {
  margin-bottom: 0.5rem;
  list-style: decimal;
}

#branch ul {
  padding-left: 1.25rem;
  margin: 20px 0;
}

#branch ul li>ul {
  margin-top: .5rem;
}

#branch ul>li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1rem;
}

#branch ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #006637;
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  #branch #page-title-area {
    height: auto;
    background: url('../images/branch_main_visual_sp.jpg') center;
    background-size: cover;
    background-position: bottom;
  }

  #branch #page-title-area .inner h2 {
    position: absolute;
    top: 10%;
    width: auto;
    left: 20px;
    transform: initial;
  }

  #branch #page-title-area .inner h2 span {
    font-weight: 100;
    font-size: 1.5rem;
  }

  #branch #page-title-area .inner {
    padding: 0;
  }

  #branch .list_grid {
    margin: 2rem 0 0 0;
  }

  #branch .list_grid a {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1rem;
  }

  #branch #page-title-area .inner h2 span {
    text-align: left;
  }

  #branch #page-title-area .inner .main_visual_sp {
    position: absolute;
    bottom: -100px;
    width: 100%;
  }
}

/* =============================================
詳細ページの分岐ボタン
============================================= */
.list_grid_detail {
  display: flex;
  flex-wrap: wrap;
}

.list_grid_detail a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  width: calc(100% / 2 - 2rem);
  margin: 2rem 1rem 0.5rem;
  padding: 2.2rem 1rem;
  border: initial;
  border-radius: 10px;
  background-color: #006637;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  background-image: url(../images/branch_button.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.list_grid_detail a:hover {
  background-color: #ffffff;
  color: #006637;
}

@media screen and (max-width: 1200px) {
  .list_grid_detail {
    margin: 2rem 0 0 0;
  }

  .list_grid_detail a {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1rem;
  }
}


/* 予約フォーム */

#reservation .inner {
  padding-bottom: 3rem;
}

#reservation .form_item {
  padding-bottom: 1.5rem;
}

#reservation #main-content {
  width: 100%;
  background: initial;
  border-radius: initial;
}

#reservation .pagetitle_a2 {
  margin: 0 0 10px !important;
}

#reservation .pagetitle_a3 {
  margin-top: initial !important;
}

/* 入力フォーム */
#reservation #main-content input[type="text"],
#reservation #main-content input[type="email"],
#reservation #main-content input[type="select"],
#reservation #main-content input[type="password"],
#reservation #main-content select,
#reservation #main-content textarea {
  /* width: 100%; */
  margin: 10px 0;
  padding: 1rem;
  max-width: initial !important;
  border-radius: 10px;
  resize: none;
}

#reservation #main-content textarea::placeholder,
#reservation #main-content input::placeholder {
  color: #C9C9C9;
}

#reservation select.m_select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 58px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-image: url(../images/icon_select.svg);
  background-position: right 50%;
  cursor: pointer;
  line-height: initial;
  width: 180px;
}

#reservation .address-title {
  display: inline-block;
  /* padding-right: 1rem; */
}

#reservation .form_set {
  display: flex;
  align-items: center;
}

#reservation .form_set .input_text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

#reservation .prefectures,
#reservation .city {
  padding-right: 7rem;
}

#reservation .street {
  padding-right: 9rem;
}

#reservation .apartment {
  padding-right: 0.7rem;
}

@media screen and (max-width: 1200px) {
  #reservation .form_set {
    display: block;
  }

  #reservation .prefectures,
  #reservation .city,
  #reservation .street,
  #reservation .apartment {
    padding-right: 0;
  }
}

/* 必須 */
#reservation .required {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1rem;
  background-color: #ED0A56;
  border-radius: 10px;
  min-width: 55px;
  min-height: 25px;
  font-weight: 500;
  margin: 0 10px;
}

#reservation .form_label {
  margin-right: 1rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  width: fit-content;
}

/* ご相談希望日時 */
#reservation #saturday .days {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}

#reservation #saturday .days label {
  font-weight: 600;
  width: calc(100% / 4 - 1rem);
  background: repeating-linear-gradient(to right, #006637, #006637 40px, #EBF5F0 40px, #EBF5F0 100%);
  padding: 1rem;
  margin: 0.5rem;
  border-radius: 12px;
  appearance: none;
  cursor: pointer;
  color: #000;
}

#reservation #saturday .days input[type="radio"] {
  margin-right: 1.5rem;
  cursor: pointer;
}

#reservation .form_item_content {
  display: inline;
}

#reservation #questionnaire .form_item_content {
  display: grid;
}

@media screen and (max-width: 1200px) {
  #reservation #saturday .days {
    display: block;
  }

  #reservation #saturday .days label {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
  }

  #reservation select.m_select {
    width: 100%;
  }

  #reservation .form_item_content {
    display: grid;
  }
}

/* ご相談方法 */
#reservation .means label {
  display: block;
}


#reservation .form_item_content_birthday input[type="text"] {
  width: auto;
}

#reservation .form_item_content_birthday {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 1200px) {

  #reservation .form_item_content_birthday input[type="text"] {
    width: 100%;
  }

  #reservation .form_item_content_birthday {
    display: block;
  }

  /* #reservation .form_item_content_birthday span {
    display: block;
  } */
}

/* プライバシーポリシー（但し書き） */
#reservation #policy {
  text-align: center;
}

/* リセット・内容確認ボタン */

#reservation #button div {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

#reservation #button input {
  display: inline-block;
  padding: 1rem 7rem;
  border-radius: 12px;
  color: #fff;
  background: #006637;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

#reservation #button input:hover {
  background-color: #34BB7D;
  transition: background-color 0.4s ease;
}

#reservation #button input.reset {
  background: #C2C2C2;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

#reservation #button input.reset:hover {
  background: #828282fd;
  transition: background-color 0.4s ease;
}

@media screen and (max-width: 1200px) {
  #reservation #button div {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  #reservation #button input {
    width: 100%;
  }
}

/* =============================================
検索結果
============================================= */

#search section {
  margin-bottom: 2rem;
}

/* 条件を絞り込んで検索 */
#search .search {
  background: #E6F0E5;
  border-radius: 12px;
  padding: 1rem 1rem;
}

#search .title {
  display: block;
  color: #026638;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 110%;
}

/* 検索結果 */
#search .result {
  margin-bottom: 2rem;
  font-weight: bold;
}

#search .result span {
  color: #006637;
}

/* 区分 */
#search .division {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

#search .division div {
  color: #fff;
  padding: 0.5rem 0;
  border-radius: 10px;
}

#search .division div a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

#search .division div:nth-of-type(1) {
  color: #696969;
  font-weight: bold;
}

#search .division div.document {
  background: #A60E3D;
  padding: 10px 25px 10px 60px;
  color: #fff;
  position: relative;
  transition: background-color 0.4s ease;
}

#search .division div.document:hover {
  background: #d23163;
  transition: background-color 0.4s ease;
}

#search .division a {
  text-decoration: none;
}

#search .division div.document::before {
  content: "";
  background: url(../images/icon_document_white.png);
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 標題 */
#search h1 {
  font-size: 150%;
  color: #006637;
}

#search .organization {
  font-weight: bold;
}

#search .organization p {
  display: inline-block;
  background: #E9E9E9;
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 90%;
}

#search .organization p span {
  background: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 10px;
}

/* 農業体験・就農研修 */
#search .experience,
#search .training {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

#search .experience>div:nth-of-type(1),
#search .training>div:nth-of-type(1) {
  width: 160px;
  text-align: center;
  margin-right: 5px;
  border-radius: 10px 0 0 10px;
}

#search .experience>div:nth-of-type(2),
#search .training>div:nth-of-type(2) {
  width: 100%;
  border-radius: 0 10px 10px 0;
}

#search .experience>div:nth-of-type(1) {
  color: #20959B;
  font-weight: bold;
}

#search .training>div:nth-of-type(1) {
  color: #CD895C;
  font-weight: bold;
}

#search .experience .products,
#search .training .products {
  display: flex;
  padding-bottom: 0.5rem;
  flex-wrap: wrap;
  gap: 5px
}

#search .experience .condition,
#search .training .condition {
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}

#search .experience>div {
  background: #DEF2F3;
  padding: 15px 10px;
}

#search .training>div {
  background: #F2E9E4;
  padding: 15px 10px;
}

/* 商品 */
#search .products p {
  display: block;
  margin: 0px 2px;
  padding: 0 15px;
  border-radius: 20px;
  white-space: nowrap;
}

#search .experience .products p {
  background: #20959B;
  color: #fff;
}

#search .training .products p {
  background: #CD895C;
  color: #fff;
}

/* 条件 */
#search .condition p {
  display: block;
  background: #fff;
  color: initial;
  font-weight: bold;
  margin: 0px 2px;
  padding: 0 15px;
  border-radius: 20px;
  white-space: nowrap;
}

#search .experience .condition p {
  border: solid 2px #20959B;
}

#search .training .condition p {
  border: solid 2px #CD895C;
}

#search .experience .condition p span {
  color: #20959B;
  padding-right: 5%;
}

#search .training .condition p span {
  color: #CD895C;
  padding-right: 5%;
}

#search #main-content .m_search_cond_content ul li::before {
  content: none;
}

/* =======================================================================
search
======================================================================= */
.m_search_cond_toggle {
  position: relative;
  display: block;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.m_search_cond_toggle .icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #026638;
  border-radius: 50%;
}

.m_search_cond_toggle .icon:before,
.m_search_cond_toggle .icon:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m_search_cond_toggle .icon:before {
  width: 20px;
  height: 2px;
}

.m_search_cond_toggle .icon:after {
  width: 2px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m_search_cond_toggle.is-active .icon:after {
  height: 0;
  opacity: 0;
}

.m_search_cond_content {
  display: none;
  margin-bottom: -20px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-top: 40px;
}

.m_search_cond_content input[type=text],
.m_search_cond_content input[type=email],
.m_search_cond_content textarea.m_textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: solid 1px #cccccc !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  background-color: #ffffff;
  outline: none;
  padding: 10px 45px 10px 20px !important;
}

.m_search_cond_content input[type=text]:focus,
.m_search_cond_content input[type=email]:focus,
.m_search_cond_content textarea.m_textarea:focus {
  border-color: #016d3d;
}

.m_search_cond_content input[type=radio],
.m_search_cond_content input[type=checkbox] {
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: solid 1px #000 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  outline: none;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.m_search_cond_content input[type=radio]:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #016d3d;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 100%;
  display: none;
}

.m_search_cond_content input[type=radio]:checked:after {
  display: block;
}

.m_search_cond_content input[type=checkbox]:after {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: solid 2px #016d3d;
  border-right: solid 2px #016d3d;
  margin-top: -6px;
  margin-left: -2px;
  display: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m_search_cond_content input[type=checkbox]:checked:after {
  display: block;
}

.m_search_cond_content input[type=radio] {
  border-radius: 100%;
}

.m_search_cond_content input[type=checkbox] {
  border-radius: 0;
}

.m_search_cond_content label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_search_cond_content label input {
  margin-right: 5px;
}

.m_search_cond_content select {
  position: relative !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  min-height: 40px !important;
  padding: 10px 45px 10px 20px !important;
  border: solid 1px #cccccc !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  background-repeat: no-repeat !important;
  background-size: 32px auto !important;
  background-image: url("../images/icon_select.svg") !important;
  background-position: right 50% !important;
  cursor: pointer !important;
  outline: none !important;
  line-height: 1.231 !important;
  width: 250px !important;
}

.m_search_cond_content select::-ms-expand {
  display: none;
}

.m_search_cond_cat_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: #026638;
}

.m_search_cond_cat_title:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  background-image: url("../img/search/icon_cond_title.svg");
  background-size: 100%;
}

.m_search_cond_cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m_search_cond_cat_list__item {
  padding-left: 0 !important;
  margin-bottom: 15px !important;
}

.m_search_cond_cat_list_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
  font-weight: bold;
}

.m_search_cond_cat_list:not(:first-of-type) .m_search_cond_cat_list_title {
  padding: 10px 0;
}

.m_search_cond_cat_list_content {
  position: relative;
}

.m_search_cond_cat_list_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .m_search_cond_cat_list_child>* { */
/* margin-right: 10px; */
/* margin-bottom: 10px; */
/* } */

.m_search_cond_cat_list_child>*.all {
  width: calc(100% - 10px) !important;
  /* margin-bottom: 20px; */
}

.type06 .m_search_cond_cat_list_child label {
  width: calc(100% / 5);
}

.type07 .m_search_cond_cat_list_child label {
  width: calc(100% / 4);
}

.type08 .m_search_cond_cat_list_child label {
  width: calc(100% / 4);
}

.m_search_cond_list:not(:first-of-type) {
  margin-bottom: -1px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.m_search_cond_list__title {
  font-weight: 700;
  color: #026638;
}

.m_search_cond_genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
}

.m_search_cond_genre__item {
  margin-right: 50px;
}

.m_search_cond_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m_search_cond_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  border-radius: 4px;
  background-color: #026638 !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  width: 265px;
  height: 40px;
  margin: 30px auto 20px auto;
  border-radius: 12px;
  transition: background-color 0.4s ease;
}

.m_search_cond_submit:hover {
  background-color: #34BB7D !important;
  transition: background-color 0.4s ease;
  color: #ffffff !important;
  text-decoration: none !important;
}

.m_search_cond_submit .icon {
  background-size: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  background-image: url("../images/icon_search_white.png");
  width: 20px;
  height: 20px;
}

.m_search_cond_reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.m_search_cond_reset .icon {
  background-size: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  background-image: url("../img/icon_search_white.png.svg");
}

.m_search_cond_list__title {
  width: 200px;
  padding: 15px 5px;
}

.m_search_cond_list__content {
  padding: 15px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 0 !important;
  margin: 0 !important;
}

@media screen and (min-width: 1200px) {
  .m_search_cond_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m_search_cond_area {
    padding-top: 20px;
  }

  .m_search_cond_area__item {
    width: calc(30% + 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .m_mt_s {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .m_search_cond_list {
    padding: 15px 0;
  }

  .m_search_cond_list {
    padding: 15px 0;
  }

  .m_search_cond_list__title {
    padding: 5px 0px;
    width: 100%;
  }

  .m_search_cond_area {
    display: block;
  }

  .m_search_cond_content label {
    padding: 5px;
  }

  .m_search_cond_content select {
    width: 100% !important;
  }

  .m_search_cond_list__content {
    padding: 0;
  }

  .type06 .m_search_cond_cat_list_child label,
  .type07 .m_search_cond_cat_list_child label,
  .type08 .m_search_cond_cat_list_child label {
    width: initial;
    margin-right: 15px;
  }

  .m_search_cond_cat_list_title {
    margin-right: 0;
  }

  .m_search_cond_genre {
    display: block;
    padding-bottom: 0.5rem;
  }
}

/* =============================================
求人情報詳細・一覧
============================================= */

#employment section {
  margin-bottom: 2rem;
}

#employment .title {
  color: #026638;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 110%;
}

#employment .title span {
  display: inline;
  background-color: #66B152;
  color: #fff;
  font-size: 110%;
  padding: 7px 20px;
  margin-right: 15px;
  border-radius: 20px;
  vertical-align: middle;
}

/* 標題 */
#employment h1 {
  display: inline;
  font-size: 150%;
  color: #006637;
  vertical-align: middle;
}

#employment .address {
  display: flex;
  /* gap: 100px; */
  justify-content: space-between;
  padding: 2rem;
  font-weight: bold;
}

#employment .address dl {
  display: grid;
  grid-template-columns: auto 1fr;
  /* width: max-content; */
  max-width: 100%;
  padding: 0 2rem 0 0;
  line-height: 2;
}

#employment .address dt {
  padding-right: 2em;
  text-align-last: justify;
  color: #006637;
}

#employment .address .image {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  #employment .address {
    font-size: initial;
    display: block;
  }

  #employment .address .image {
    padding-top: 1rem;
  }

  #employment .address dl {
    padding: 0;
  }
}

/* タブ */
#employment #tabsSection {
  margin-bottom: 3rem;
}

#employment .tabs-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#employment .tabs-header {
  position: relative;
  background-image: none !important;
}

#employment .tabs-header::before,
#employment .tabs-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc((100% - 1200px) / 2);
  height: 3px;
}

@media (max-width: 1200px) {

  #employment .tabs-header::before,
  #employment .tabs-header::after {
    width: 1.25rem;
  }
}

#employment .tabs-header::before {
  left: 0;
}

#employment .tabs-header::after {
  right: 0;
}

#employment .tabs-header .tabs li::before {
  content: initial !important;
}

#employment .tabs-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#employment .tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  padding-left: initial !important;
}

#employment label {
  width: 100%;
}

#employment .tabs li {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #A6A6A6;
  background: #fff;
  cursor: pointer;
  border: 1px solid #BFBFBF;
}

#employment .tabs li form input {
  color: #A6A6A6;
  cursor: pointer;
}

#employment .tabs li:hover {
  background: #e8f2e7;
}

@media (max-width: 1200px) {
  #employment .tabs {
    margin: 0 -0.5rem;
  }

  #employment .tabs li {
    font-size: 12px;
    padding: 0.4rem 0.5rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#employment .tabs li:last-child {
  margin-right: 0;
}

#employment .tabs li.active {
  background-color: #e8f2e7;
  color: #006637;
  border-bottom: none;
}

#employment .tabs li.active form input {
  color: #006637;
}

#employment .tabs-content {
  margin-bottom: 1rem;
  min-height: 390px;
  color: initial;
}

#employment .tab-pane {
  display: none;
}

#employment .tab-pane.active {
  display: block;
}

/* タブ配下 */
#employment .tab-list {
  padding: 0;
}

#employment .tab-list .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#employment .tab-list ul {
  flex-wrap: wrap;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#employment .tab-list li div {
  width: 100%;
  margin: auto 0;
}

#employment .tab-list li a {
  display: flex;
  text-decoration: none;
  color: #000;
}

#employment .tab-list li a:hover {
  opacity: .8;
}

#employment .tab-list li a img {
  width: 200px;
  border-radius: 12px;
  transform-origin: center center;
}

@media (max-width: 767px) {
  #employment .tab-list li {
    flex: 0 0 calc((100% - 13px) / 2);
  }

  #employment .tab-list li a {
    display: block;
  }

  #employment .tab-list .inner {
    padding: 0;
  }

  #employment .tab-list ul {
    gap: 10px;
  }
}

/* タブ内テーブル */
#employment .tabs-content .table-wrap table {
  font-weight: bold;
}

#employment .tabs-content .table-wrap table th {
  background-color: #E4E4E4;
  color: #000;
  /* font-weight: 700; */
}

#employment .tabs-content .table-wrap table th,
#employment .tabs-content .table-wrap table td {
  border: 2px solid #BFBFBF;
  padding: 1rem;
}

#employment .tabs-content .table-wrap table td {
  font-size: 90%;
}

#employment .tabs-content .table-wrap table td:nth-of-type(4) {
  color: #F3AD68;
  text-align: center;
}

#employment .tabs-content .table-wrap table td:nth-of-type(5) {
  color: #78B3C5;
  text-align: center;
}

#employment .tabs-content .table-wrap table td:nth-of-type(6) {
  color: #C276C1;
  text-align: center;
}