@charset "utf-8";
/* CSS Document */
@import url("/shse/sgymt/css/style.css");
/*******「Layout系」ヘッダー、フッター、ニュース、お問い合わせなどの部品*******/
/*************************************************************
***********************▼▼▼▼▼▼▼▼▼▼▼▼▼▼*************************
*****************************PC*******************************
***********************▼▼▼▼▼▼▼▼▼▼▼▼▼▼*************************
*************************************************************/
@media print, screen and (min-width: 835px) {
  body {
    margin: 0;
    padding: 0;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  }
  #wrap {
    width: 100%;
    height: auto;
  }
  .wrapper {
    width: 100%;
    position: relative;
    height: auto;
  }
	
	
	
.sp5{height:5px;}
.sp10{height:10px;}
.sp15{height:15px;}
.sp20{height:20px;}
.sp25{height:25px;}
.sp30{height:30px;}
.sp35{height:35px;}
.sp40{height:40px;}
.sp50{height:50px;}


.sp0_5em{height:0.5em;}
.sp1em{height:1em;}
.sp1_5em{height:1.5em;}
.sp2em{height:2em;}
.sp2_5em{height:2.5em;}
.sp3em{height:3em;}
.sp3_5em{height:3.5em;}
.sp4em{height:4em;}
.sp5em{height:5em;}
.sp6em{height:6em;}
.sp7em{height:7em;}
.sp8em{height:8em;}
  /* ===================
PCヘッダー関連
====================== */
  #header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    z-index: 5000;
    background-color: #ffffffde;
    top: 0;
    padding: 0 1%;
    /*border-bottom: 1px solid #d8d4d4;*/
  }
  .head-wrap {
    width: 100%;
	max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-top: 3em;
	padding-bottom: 3em;
  }
  .head-wrap .btn-lead {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 1em auto;
    background-color: aqua;
  }
  .head-logo {
width: 179.41px;
height: 25px;
padding: 0.2%;
  }
  .head-logo img {
width: 179.41px;
height: 25px;
padding: 0.2%;
  }
  .head-tel {
    padding-top: 0.5em;
    float: right;
    position: absolute;
    width: 100%;
    max-width: 250px;
    right: 30px;
    top: 4px;
    z-index: 5000;
    margin: 0;
  }
  /* ===================
PCブロック要素
====================== */
  .lay-block {
    width: 100%;
    height: auto;
    background-color: #FFF;
  }
  .lay-block-11 {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .lay-block-12 {
    width: 95%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    /*text-align: center;*/
  }
  .lay-block-top {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 5em;
    padding-top: 9em;
  }
  .lay-block-page {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 3em;
    padding-top: 9em;
  }
  .lay-block-bottom {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 1em;
    background-color: #FFFFFF;
    /*background-color: #E892B7;*/
  }
  .lay-block-page {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 3em;
  }
  /*---------*/
  section {
    margin-bottom: 3em;
  }
  /* ===================
PCフッターのリスト
====================== */
  .footer-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 1em;
    padding: 1em 0;
  }
  .footer-link {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 2em;
  }
  .footer-link li {
    width: 100%;
    list-style: none;
    padding: 0.5em 0;
  }
  .footer-link li:not(:first-child) {
    padding-left: 0.5em;
  }
  .footer-link a {
    color: #fff;
  }
  .link-wrap {
    margin: 1.5em 0 1em;
  }
  .link-wrap ul li {
    width: 100%;
    list-style: none;
  }
  .link-wrap ul li a {
    color: #4D4D4D;
    padding-bottom: 0.8em;
    display: block;
    text-align: left;
  }
  .company-info-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    margin: 0 auto;
  }
  .company-info {
    width: 50%;
    margin: 0.5em;
    list-style: none;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
  }
  .company-info ul {
    list-style: none;
  }
  .company-info img {
    display: block;
    width: 70%;
  }
  .company-info li{
    color: #fff;
    padding: 0.1em 0;
  }
 .company-info a {
    color: #fff;
    padding: 0.1em 0;
  }
  .company-name {
    list-style: none;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
  /* ===================
PCナビゲーションメニュー
====================== */
  #menubar01 {
    width: 100%;
    max-width: 1000px;
    position: relative;
    z-index: 1 !important;
  }
  #dropmenu {
    list-style-type: none;
    width: 100%;
	  height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;/*20230407*/
  }
  #dropmenu li {
    position: relative;
    /*width: calc(100% / 5);*/
    margin: 0;
    padding: 0 20px 0;/*20230407*/
    /*padding: 0;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #dropmenu li a {
    line-height: 160%;
    color: #575554;
    text-decoration: none;
    display: block;
    font-weight: 100;
    padding: 0;
    /*transition: .3s;*/
  }
  #dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #a7d9dc;
  }
  #dropmenu li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
    transition: .3s;
    border-style: none;
  }
  #dropmenu li ul li a {
    display: block;
    /*padding: 1em;*/
    line-height: 1;
    background-color: #B8D2D8;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
  }
  #dropmenu > li:hover > a {
    /*background: #2FA6C4;*/
    color: #575554;
	height: 30px;
/*20230515*/
/*  border: 5px rgb(95,138,52,1) solid;*/
  border: 5px #184da3 solid;
  border-width: 0 0px 5px 0px;
  }
  #dropmenu > li:hover li:hover > a {
    background: #8FB7C1;
    color: #fff;
  }
  #dropmenu > li:hover > ul > li {
    /*overflow: visible;*/
    height: 50px;
    border-style: none;
  }
  #dropmenu li ul li ul {
    top: 0;
    left: 100%;
  }
  #dropmenu li:last-child ul li ul {
    left: -100%;
    width: 100%;
  }
  #dropmenu li ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: -20px;
    width: 0;
    height: 0;
  }
  #dropmenu li:last-child ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 200%;
    margin-left: -20px;
  }
  #dropmenu li ul li:hover > ul > li {
    overflow: visible;
    height: 50px;
/*20230515*/
/*    background: #21963b;*/
    background: #184da3;
  }
  #dropmenu li ul li ul li a {
    background: #EEE;
  }
  #dropmenu li:hover ul li ul li a:hover {
/*20230515*/
/*    background: #21963b;*/
background: #184da3;
  }
  #hamburger {
    display: none;
  }
  /* ===================
PCサイト内検索
====================== */
  .searchform {
    position: relative;
  }
  .searchfield {
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    margin: 3px;
    padding: 10px;
    border: solid 1px #bbb;
    border-radius: 4px;
    background-color: #efefef;
  }
  .searchsubmit {
    font-family: FontAwesome;
    font-size: 1.2em;
    position: absolute;
    top: -5%;
    right: 0%;
    margin-top: 0px;
    padding: 0;
    cursor: pointer;
    color: #C69C8E;
    border: none;
    background: transparent;
  }
  .searchsubmit:hover {
    opacity: .6;
  }
  table.table-search {
    width: 100%;
    margin: 0px auto;
  }
  table.table-search th {
    text-align: left;
    font-size: 15px;
    margin: 0px 0 5px 0px;
    vertical-align: middle;
  }
  table.table-search td {
    line-height: 160%;
    text-align: right;
    vertical-align: middle;
    font-size: 15px;
    padding: 0 0.2em;
  }
  table.table-search tr td:nth-of-type(2) {
    width: 32%;
  } /***2列め***/
  table.table-search tr td:nth-of-type(3) {
    width: 20%;
  } /***3列め***/
  .copy {
    font-size: 12px;
    color: #696969;
    text-align: center;
    margin: 3em 0 1em 0;
  }
  #hamburger {
    display: none;
  }
  table.table-form {
    width: 100%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px;
  }
  table.table-form th {
    padding: 1.7em 0px 1.7em 0px;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #000;
    font-size: 1.2rem;
    width: 30%;
  }
  table.table-form td {
    padding: 1.7em 0px 1.7em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;
  }
  table.table-footer th {
    padding: 1em 0px 1em 0px;
    line-height: 180%;
    text-align: center;
    vertical-align: top;
    color: #000;
    font-size: 1rem;
    width: 20%;
  }
  table.table-footer td {
    padding: 1em 0px 1em 0px;
    line-height: 180%;
    text-align: center;
    vertical-align: middle;
    word-break: break-all;
  }
  /* ===================
PCニュース
====================== */
  .news-wrap {
    width: 100%;
    margin: 0 auto 3em;
  }
  .news-box {
    width: 100%;
    height: 340px;
    overflow: auto;
    background-color: #FFF;
    margin: 2em auto;
    border: #C69C8E solid 1px;
    border-width: 1px 0px 1px 0px;
    padding: 2em 0 0 0;
  }
  /*news title*/
  .news-ttl h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
  .news-ttl h2:before,   .news-ttl h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

  .news-ttl h2:before {
  left:0;
}
  .news-ttl h2:after {
  right: 0;
}

  /*news のtable*/
  table.table-news {
    width: 100%;
    /*border: 1px #009B83 solid;*/
    text-align: left;
    border-collapse: separate;
    border-spacing: 10px;
    background-color: #FFF;
  }
  table.table-news th {
    padding: 0.3em 1em;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    width: 100%;
    display: block;
  }
  table.table-news td {
    padding: 0.3em 1em 1em 1em;
    border: 1px #ddd solid;
    border-width: 0 0 1px 0;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;
    word-break: break-all;
    width: 100%;
    display: block;
  }
  table.table-news tr td a {
    text-decoration: underline;
    color: #333;
  }
  .news-icon {
    text-align: center;
    font-size: 13px;
    line-height: 180%;
    color: #FFF;
    background-color: #1A18C5;
    display: inline-block;
    padding: 0.2em;
    margin: 0.5em 2em;
    width: 50%;
    border-radius: 1em;
  }
  .news-archive {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
  }
  .news-archive a {
    color: #333;
  }
  /* ===================
PCフォーム関連
====================== */
  input, select {
    border: solid 1px #CCC;
    background-color: #FFFFFF;
    color: #333333;
    padding: 0.5em;
    margin: 0.5em;
    height: 2.5em;
    cursor: pointer;
    vertical-align: middle;
  }
  textarea {
    border: solid 1px #CCC;
    background-color: #FFFFFF;
    color: #333333;
    padding: 0.5em;
    margin: 0.5em;
  }
  input#submit_button {
    width: 18%;
    cursor: pointer;
  }
  input#reset_button {
    width: 18%;
    cursor: pointer;
  }
  .hissu {
    text-align: center;
    font-size: 12px;
    line-height: 140%;
    color: #FFF;
    background-color: #D8070B;
    display: inline-block;
    padding: 5px;
    margin: 0px 0 0 10px;
  }
  
/*  見出し*/
  .content-ttl {

  }
  .content-ttl h2{
  padding: 0.5em 0;
  border-bottom: solid 3px black;
  } 
  
  
  /* ===================
PCお問い合わせ
====================== */
  .contact-box {
    width: 100%;
    max-width: 1100px;
    margin: 1em auto 3em;
    text-align: center;
    background-color: #ebeefb;
    padding-bottom: 2em;
  }
  .contact-ttl {
    font-size: 22px;
    color: #365AD4;
    padding: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  /* ===================
PCグーグルマップ
====================== */
  .access-wrap {
    width: 100%;
    margin: 0 auto 3em;
  }
  .map-box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 1em;
    text-align: center;
  }
  .gmap {
    max-width: 1100px;
    width: 100%;
    height: 380px;
    position: relative;
    margin: 0 auto;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
  }
  .is-show {
    transform: translateY(0);
  }
  /* ===================
PCページトップへ
====================== */
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    /*20230515*/
    /*background: rgb(95,138,52,1);*/
    background: #184da3;
    opacity: 0.8;
    border-radius: 50%;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: FontAwesome;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*  お問い合わせフォーム用*/
  .contact-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #f15a24;
    padding-bottom: 2em;
  }
  .contact-ttl {
    font-size: 28px;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #f15a24;
  }
  .table-contact {
    width: 100%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 2em 4em;
  }
  .table-contact th {
    padding: 1.7em 0 0.5em 0;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #222;
    width: 100%;
    display: block;
  }
  .table-contact td {
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    color: #222;
    width: 100%;
    display: block;
  }
  .personal-info {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .personal-info div {
    height: 250px;
    border: 1px solid #ddd;
    padding: 2em;
    overflow: auto;
    background-color: #fff;
  }
  .personal-info div p {
    text-align: left;
    line-height: 180%;
    word-wrap: break-word;
  }
  .consent-text {
    font-weight: bold;
    color: #365AD4;
    vertical-align: middle;
  }
}
/*************************************************************
***********************▼▼▼▼▼▼▼▼▼▼▼▼▼▼*************************
***************************SMART******************************
***********************▼▼▼▼▼▼▼▼▼▼▼▼▼▼*************************
*************************************************************/
/*******SMART用*********/
@media print, screen and (max-width: 834px) {
  /* ===================
SMART ヘッダー関連
====================== */
  #header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    height: 70px;
    top: 0;
    /*border-bottom: 1px solid #ccc;*/
  }
  .head-wrap {
    width: 100%;
  }
  .head-logo {
    position: relative;
    z-index: 2000;
    background-color: #fff;
  }
  .head-logo a:first-child img {
    position: absolute;
    left: 7.7%;
    display: block;
width: 179.41px;
    margin-top: 1.5em;
    max-width: 150px;
  }
  /*.head-logo a:last-child img{position: absolute; right: -25%; display: block; width: 100%;  margin-top: 1.3em;}*/
  #header .head-tel {
    display: none;
  }
  /* ===================
SMARTブロック要素
====================== */
  .lay-block {
    width: 100%;
    height: auto;
    background-color: #FFF;
  }
  .lay-block-11 {
    width: 92%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .lay-block-12 {
    width: 85%;
    height: auto;
    margin: 0 auto;
    text-align: right;
  }
  .lay-block-top {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 4.5em auto 3em;
  }
  .lay-block-top img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lay-block-bottom {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.5em auto 0;
    padding-bottom: 1em;
    background-color: #FFFFFF;
  }
  .lay-block-page {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 5em auto 0;
  }
  .slider-box {
    width: 100%;
    padding-top: 6%;
  }
  /*---------*/
  section {
    margin-bottom: 3em;
  }
  /* ===================
SMARTフッターのリスト
====================== */
  .footer-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 1em;
    padding: 2em 0;
  }
  .footer-link {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 2em;
  }
  .footer-link li {
    margin: 0.8em 0;
  }
  .footer-link li a {
    color: #fff;
  }
  .link-wrap {
    width: 100%;
    margin: 1.5em 0 1em;
  }
  .link-wrap ul {
    list-style: none;
  }
  .link-wrap ul li {
    width: 100%;
  }
  .link-wrap ul li a {
    color: #4D4D4D;
    padding-bottom: 0.8em;
    display: block;
    text-align: left;
  }
  .company-info-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    margin: 0 auto;
  }
  .company-info {
    width: 100%;
    margin: 0.5em;
    list-style: none;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
  }
  .company-info ul {
    list-style: none;
  }
  .company-info img {
    display: block;
    width: 70%;
  }
  .company-info li, .company-info a {
    color: #fff;
    padding: 0.1em 0;
  }
  .company-name {
    list-style: none;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .company-name a {
    color: #fff;
  }
  /*******SMART用*********/
  #menubar01 {
    display: none;
  }
  /* ===================
SMARTハンバーガー
====================== */
  #hamburger .head-tel {
    display: block;
    padding-top: 0.5em;
    position: absolute;
    width: 100%;
    top: 5%;
    z-index: 5000;
    margin: 0;
  }
  #hamburger .head-tel img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  #hamburger .btn-lead {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 1em auto;
    background-color: aqua;
  }
  #hamburger {
    margin: 0px 0 0 0px;
    z-index: 2000
  }
  #hamburger ul {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: 100%;
  }
  .inmenu input {
    display: none;
  }
  button {
    border: none;
    background: none;
    outline: none;
  }
  a:hover, a img:hover, label img:hover {
    opacity: 0.8;
  }
	

  .inmenu, .inmenu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .inmenu {
    position: fixed;
    /*top: 18px;*/
    right: 12px;
    height: 22px;
    z-index: 10;
    width: 36px; /*長さ*/
    /*20230515*/
    /*background-color: rgb(95,138,52,1);*/
    background-color: #184da3;
  }
  .inmenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
  }
  .inmenu span:nth-of-type(1) {
    top: 10.5px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(2) {
    top: 22.5px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(3) {
    bottom: -15.5px;
    background-color: #fff;
  }
  .inmenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }
  .inmenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .inmenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  /*------*/
  .hammenu {
    /*20230515*/
/*    background-color: rgb(95,138,52,1);*/
background-color: #184da3;
    height: 50px;
    width: 50px;
    margin-top: 0.6em;
    position: absolute;
    z-index: 1000;
    right: 5px;
    color: #fff;
    font-size: 12px;
  }
  .menu_text {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: -10%;
  }
  /*------*/
  #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    margin-top: 70px;
  }
  #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    margin-top: 70px;
  }
  #nav ul {
    margin: 10px 0;
  }
  #nav ul li {
    list-style-type: none;
  }
  #nav ul li a {
    display: block;
    padding: 0.5em;
    transition: all 0.2s ease-in-out;
    text-align: left;
    text-decoration: none;
    color: #342009;
    list-style-type: none;
  }
  ul.dl-menu {
    padding: 0px;
    margin: 0px 0 0 0;
    width: 100%;
    height: 100%;
  }
  ul.dl-menu li {
    list-style-type: none;
    /*float: left;*/
    width: 95%;
    /*20230515*/
    /*border-bottom: dotted 1px rgb(95,138,52,1);*/
    border-bottom: dotted 1px #184da3;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  ul.dl-menu li {
    margin-top: 10px;
  }
  ul.dl-menu li {
    margin-right: 8px;
/*20230515*/
/*    border-left: solid rgb(95,138,52,1) 3px;*/
border-left: solid #184da3 3px;
    margin-left: 8px;
    padding: 0.1em;
  }
  .accbox {
    margin: 0;
    padding: 0.5em;
    width: 100%;
  }
  /*ラベル*/
  .accbox label {
    padding: 0.5em;
    color: #342009;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    text-align: left;
  }
  /*ラベルホバー時*/
  .accbox label:hover {
    background-color: #fff
  }
  /*チェックは隠す*/
  .accbox input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  /*クリックで中身表示*/
  .cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
  }
  #sample01 {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #sample01 p {
    text-align: left;
    font-size: 15px;
    color: #fff;
    margin: 2px 0;
    border-left: solid #007EA8 5px;
  }
  #sample01 a {
    list-style-type: none;
    width: 100%;
    margin: 5px 0;
    padding: 2px 0;
    border-left: none;
    font-size: 14px;
    background-color: #fff;
  }
  #sample01 p:nth-child(2) {
    margin: 2px
  }
  .locked {
    overflow-y: hidden;
  }
  /* ===================
SMART サイト内検索
====================== */
  .searchform {
    position: relative;
  }
  .searchfield {
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    margin: 3px;
    padding: 10px;
    border: solid 1px #bbb;
    border-radius: 4px;
    background-color: #efefef;
  }
  .searchsubmit {
    font-family: FontAwesome;
    font-size: 1.2em;
    position: absolute;
    top: -5%;
    right: 0%;
    margin-top: 0px;
    padding: 0;
    cursor: pointer;
    color: #C69C8E;
    border: none;
    background: transparent;
  }
  .searchsubmit:hover {
    opacity: .6;
  }
  table.table-search {
    width: 100%;
    margin: 0px auto;
  }
  table.table-search th {
    text-align: left;
    font-size: 15px;
    margin: 0px 0 5px 0px;
    vertical-align: middle;
  }
  table.table-search td {
    line-height: 160%;
    text-align: right;
    vertical-align: middle;
    font-size: 15px;
    padding: 0 0.2em;
  }
  table.table-search tr td:nth-of-type(2) {
    width: 32%;
  } /***2列め***/
  table.table-search tr td:nth-of-type(3) {
    width: 20%;
  } /***3列め***/
  /* ===================
SMART ニュース
====================== */
  .news-box {
    width: 100%;
    height: 300px;
    padding: 0.5em 0;
    overflow: auto;
    background-color: #FFF;
    margin: 1em auto 3em;
    border: #727171 solid 1px;
    border-width: 1px 0px 1px 0px;
  }

  /*news title*/
  .news-ttl h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
  .news-ttl h2:before,   .news-ttl h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

  .news-ttl h2:before {
  left:0;
}
  .news-ttl h2:after {
  right: 0;
}

  table.table-news {
    width: 100%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px;
  }
  table.table-news th {
    padding: 0 0 0.8em 0;
    line-height: 140%;
    text-align: left;
    vertical-align: top;
    color: #000;
    font-size: 0.9em;
    display: block;
  }
  table.table-news td {
    padding: 0.2em 0px;
    line-height: 120%;
    text-align: left;
    vertical-align: top;
    background-color: #FFF;
    /*font-size:12px;*/
    color: #000;
    font-size: 15px;
    display: block;
  }
  table.table-news td a {
    text-decoration: none;
    vertical-align: top;
    color: #333;
    word-break: break-all;
  }
  table.table-news tr td a {
    text-decoration: underline;
  }
  table.table-news tr td:nth-of-type(2) {
    margin-bottom: 1em;
  }
  .news-archive {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
  }
  /* ===================
SMART VIDEO
====================== */
  #bg-video {
    display: none;
  }
  /* ===================
SMART グーグルマップ
====================== */
  .access-wrap {
    width: 100%;
    margin: 0 auto 3em;
  }
  .map-box {
    width: 100%;
    margin: 0 auto 1em;
    text-align: center;
  }
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  /* ===================
SMART フォーム関連
====================== */
  input, select {
    border: solid 1px #CCC;
    background-color: #FFFFFF;
    color: #333333;
    padding: 0.5em;
    margin: 0.5em;
    height: 2.5em;
  }
  textarea {
    border: solid 1px #CCC;
    background-color: #FFFFFF;
    color: #333333;
    padding: 0.5em;
    margin: 0.5em;
  }
  input#submit_button {
    width: 18%;
    cursor: pointer;
  }
  input#reset_button {
    width: 18%;
    cursor: pointer;
  }
  .hissu {
    text-align: center;
    font-size: 12px;
    line-height: 140%;
    color: #FFF;
    background-color: #D8070B;
    display: inline-block;
    padding: 5px;
    margin: 0px 0 0 10px;
  }
  /*  お問い合わせフォーム用*/
  #contact {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #f15a24;
    padding-bottom: 2em;
  }
  .contact-ttl {
    font-size: 20px;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #f15a24;
  }
  .table-contact {
    width: 100%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 1em;
  }
  .table-contact th {
    padding: 1.7em 0 0.5em 0;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #222;
    width: 100%;
    display: block;
  }
  .table-contact td {
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    color: #222;
    width: 100%;
    display: block;
  }
  .personal-info {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .personal-info div {
    height: 250px;
    border: 1px solid #ddd;
    padding: 2em;
    overflow: auto;
    background-color: #fff;
  }
  .personal-info div p {
    text-align: left;
    line-height: 180%;
    word-wrap: break-word;
  }
  .consent-text {
    font-weight: bold;
    color: #365AD4;
    vertical-align: middle;
  }
}