@charset "utf-8";
/* CSS Document */
@import url("/shse/koho/css/style.css");
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
/*******「Layout系」ヘッダー、フッター、ニュース、お問い合わせなどの部品*******/
/*************************************************************
***********************▼▼▼▼▼▼▼▼▼▼▼▼▼▼*************************
*****************************PC*******************************
***********************▼▼▼▼▼▼▼▼▼▼▼▼▼▼*************************
*************************************************************/
@media (min-width: 768px) {
  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;
  }
  p {
    font-size: 16px;
    line-height: 160%;
  }
  /* ===================
PCヘッダー関連
====================== */
  #header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    z-index: 5000;
    top: 0;
  }
  .head-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 0;
    display: flex;
  }
  .head-wrap .btn-lead {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 1em auto;
    background-color: aqua;
  }
  .head-logo {
    width: 30%;
    padding: 1%;
  }
  .head-logo img {
    display: block;
    width: 100%;
    max-width: 350px;
  }
  .head-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.5em;
    float: right;
    position: absolute;
    width: 100%;
    max-width: 250px;
    right: 30px;
    top: 4px;
    z-index: 5000;
    margin: 0;
  }
  /* ===================
PC ナビゲーションメニュー
====================== */
  #menubar01 {
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 1 !important;
    background-color: #ffffff;
  }
  #dropmenu {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
    background-color: #ffffff;
    padding: 0 1em;
  }
  #dropmenu li {
    position: relative;
    width: calc(100% / 5);
    margin: 0;
    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: 700;
    padding: 0.3em 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: #000;
  }
  #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: #edabc8;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
  }
  #dropmenu > li:hover > a {
    background: #000;
    color: #fff;
  }
  #dropmenu > li:hover li:hover > a {
    background: #f2c0d5;
    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;
    background: #21963b;
  }
  #dropmenu li ul li ul li a {
    background: #EEE;
  }
  #dropmenu li:hover ul li ul li a:hover {
    background: #21963b;
  }
  /* ===================
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列め***/
  /* ===================
PC ブロック要素
====================== */
  .lay-block {
    width: 100%;
    height: auto;
  }
  .lay-block-11 {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .lay-block-all-pages {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    top: 0px;
    /*padding-top:1000px;*/
    background: url("/shse/koho/img/bg_cover_pc.jpg") top center repeat-y;
    background-size: contain;
  }
  .lay-block-12 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
  }
  .lay-block-10 {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
  }
  .lay-block-9 {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
  }
  .lay-block-top {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    /*position: fixed;
    z-index: 1;
    top: 0;*/
  }
	
.lay-block-top01 {
  width: 100%;
  /*position: sticky;*/
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  /*overflow: hidden;
  height:100vh;*/
  }	
	
	
.sliderArea {}

	
	
	
  .lay-block-page {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 3em;
    padding: 9em 1.2em 0;
  }
  .lay-block-bottom {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 2em auto 0;
    background-color: #f0f0f0;
    position: relative;
    z-index: 100;
  }
  /*---------*/
  section {
    margin-bottom: 3em;
  }
  /* ===================
PC 見出し
====================== */
  .content-ttl {}
  .content-ttl h2 {
    padding: 0.5em 0;
    border-bottom: solid 3px black;
  }
  /* ===================
PC フッターのリスト
====================== */
  .footer-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 1em;
    padding-top: 30px;
  }
  .footer-link {
    width: 100%;
    display: flex;
    list-style: none;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 2em;
  }
  .footer-link li {
    list-style: none;
    padding: 0.5em 1.2em 0em 1.2em;
  }
	
	
.link-wrap .main-ttl > a{
display: block;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
font-size: 16px;
font-weight: bold;
color:#000;
}
	
.footer-link p{
color: #000;
font-weight: bold;
border-bottom: 1px solid #ccc;
margin:0 0 0.5em 0;
padding:0 0 0.5em 0;
color:#000;
font-size:16px;
}



	
.link-wrap {
    width: calc(100% / 4);
    margin: 1.5em auto 1em;
    border-left: 1px solid #ccc;
  }
.link-wrap:first-child {
    border-left: 0 solid #ccc;
  }
	
	
  .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;
	  font-weight:bold;
  }
  .link-wrap ul li a:hover {
    text-decoration: underline;
  }
  .link-wrap li ul {
    margin-bottom: 2em;
  }
  .company-info-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    margin: 0 auto;
  }
  .company-info {
    width: 50%;
    margin: 0.5em auto;
    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;
    margin: 3em auto 1em;
    width: 40%;
  }
  .company-info li {
    color: #333;
    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;
  }
  .company-add {
    color: #333;
    margin-bottom: 2em;
  }
  .copy {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin: 4em 0 0;
    padding-bottom: 1em;
  }
  /* ===================
PC スペース
====================== */
  .sp1em {
    height: 1em;
  }
  .sp2em {
    height: 2em;
  }
  .sp3em {
    height: 3em;
  }
  .pc_sp1em {
    height: 1em;
  }
  .pc_sp2em {
    height: 2em;
  }
  .pc_sp3em {
    height: 3em;
  }
  .sp_sp1em {
    display: none;
  }
  .sp_sp2em {
    display: none;
  }
  .sp_sp3em {
    display: none;
  }
  /* ===================
PC ニュース
====================== */
  .news-wrap {
    width: 100%;
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
    background-color: #fff;
    padding-left: 2%;
    padding-right: 2%;
  }
  .news-box {
    position: relative;
    width: 90%;
    background-color: #FFF;
    margin: 0 auto;
  }
  /*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;
    background-color: #FFF;
  }
  table.table-news th {
    padding: 0.8em 1em 0.8em 1.2em;
    border: 1px #89898a solid;
    border-width: 0 0 1px 0;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    width: 15%;
  }
  table.table-news td {
    padding: 1em;
    border: 1px #89898a solid;
    border-width: 0 0 1px 0;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;
    word-break: break-all;
    width: 80%;
  }
  table.table-news tr td a {
    text-decoration: none;
    color: #333;
  }

table.table-news tr:nth-child(n+6){
display:none;
}

  .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 グーグルマップ
====================== */
  .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 フォーム関連
====================== */
  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;
  }
  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 お問い合わせ
====================== */
  .contact-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 5em;
    text-align: center;
    border: 1px solid #f15a24;
    padding-bottom: 3em;
  }
  .contact-box {
    width: 100%;
    margin: 1em auto 3em;
    text-align: center;
    background-color: #ebeefb;
    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: 1em 0;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #222;
    width: 20%;
  }
  .table-contact td {
    padding: 0.5em 0;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #222;
    width: 80%;
  }
  .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;
  }
  /* ===================
PC ページトップへ
====================== */
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #000;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 150;
  }
  #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;
  }
  /* ===================
PC ハンバーガー
====================== */
  #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%;
	padding-bottom: 100px;
  }
  .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: 25px;
    right: 20px;
    height: 22px;
    z-index: 10;
    width: 36px; /*長さ*/
    /*background-color: #9ad100;*/
    cursor: pointer;
  }
  .inmenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
  }
  .inmenu span:nth-of-type(1) {
    top: -3px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(2) {
    top: 5px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(3) {
    bottom: 7px;
    background-color: #fff;
  }
  .inmenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .inmenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .inmenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  /*------*/
  .hammenu {
    background-color: #9ad100;
    height: 49px;
    width: 49px;
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 14px;
    color: #fff;
    font-size: 12px;
    /*    border-radius: 3px;*/
  }
  .menu_text {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 15%;
  }
  /*------*/
  #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 35%;
    height: 100vh;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    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: 16px 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: #000;
    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%;
    border-bottom: dotted 1px #9ad100;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /*
  ul.dl-menu li {
    margin-top: 10px;
  }
*/
  ul.dl-menu li {
    margin-right: 8px;
    border-left: solid #9ad100 3px;
    margin-left: 8px;
    padding: 0.1em;
  }
  .accbox {
    margin: 0;
    padding: 0.5em;
    width: 100%;
  }
  /*ラベル*/
  .accbox label {
    padding: 0.5em;
    color: #CCC;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    text-align: left;
  }
  .oneme {
    width: 95%;
    margin-right: 8px;
    border-left: solid #9ad100 3px;
    border-bottom: dotted 1px #9ad100;
    margin-left: 8px;
    padding: 0.1em;
  }
  .oneme a {
    padding: 0.4em;
    color: #CCC;
    text-align: left;
    display: block;
  }
  .oneme a:hover {
    background-color: #9ad100;
    color: #000 !important;
  }
  /*ラベルホバー時*/
  .accbox label:hover {
    background-color: #9ad100;
    color: #000;
  }
  /*チェックは隠す*/
  .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;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 170%;
  }
  /* ===================
SMART ヘッダー関連
====================== */
  #header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    height: 70px;
    top: 0;
  }
  .head-logo {
    width: 70%;
    padding: 11px 10px;
  }
  .head-logo img {
    display: block;
    width: 100%;
    max-width: 290px;
  }
  /*.head-logo a:last-child img{position: absolute; right: -25%; display: block; width: 100%;  margin-top: 1.3em;}*/
  #header .head-tel {
    display: none;
  }
  /* ===================
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 menubar01*********/
  #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;
  }
  #hamburger ul {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: 100%;
padding-bottom: 200px;
  }
  .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: relative;
    top: 11px;
    left: 0px;
    height: 22px;
    z-index: 10;
    width: 38px;
  }
  .inmenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
  }
  .inmenu span:nth-of-type(1) {
    top: -3px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(2) {
    top: 5px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(3) {
    bottom: 7px;
    background-color: #fff;
  }
  .inmenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .inmenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .inmenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  /*------*/
  .hammenu {
    background-color: #9ad100;
    height: 48px;
    width: 48px;
    position: absolute;
    z-index: 1000;
    top: 11px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    /*    border-radius: 3px;*/
  }
  .menu_text {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 15%;
  }
  /*------*/
  #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    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: 0px;
    position: relative;
    z-index: 5000;
    overflow: scroll;
    -webkit-overflow-scrolling: 100%;
    padding-bottom: 100px;
  }
  #nav ul {
    margin: 16px 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: #000;
    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%;
    border-bottom: dotted 1px #9ad100;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /*
  ul.dl-menu li {
    margin-top: 10px;
  }
*/
  ul.dl-menu li {
    margin-right: 8px;
    border-left: solid #9ad100 3px;
    margin-left: 8px;
    padding: 0.1em;
  }
  .accbox {
    margin: 0;
    padding: 0.5em;
    width: 100%;
  }
  /*ラベル*/
  .accbox label {
    padding: 0.5em;
    color: #CCC;
    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: #9ad100;
    color: #000;
  }
  .oneme {
    width: 95%;
    margin-right: 8px;
    border-left: solid #9ad100 3px;
    border-bottom: dotted 1px #9ad100;
    margin-left: 8px;
    padding: 0.1em;
  }
  .oneme a {
    padding: 0.4em;
    color: #CCC;
    text-align: left;
    display: block;
  }
  .oneme a:hover {
    background-color: #9ad100;
    color: #000 !important;
  }
  /*チェックは隠す*/
  .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 ブロック要素
====================== */
  .lay-block {
    width: 100%;
    height: auto;
    background-color: #FFF;
  }
  .lay-block-11 {
    width: 92%;
    height: auto;
    margin: 120px auto 0;
    text-align: center;
  }
  .lay-block-12 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .lay-block-top {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 4em 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: 0 1em;
    background-color: #f0f0f0;
  }
  .lay-block-page {
    width: 98%;
    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;
  }
  .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: 1.5em 0;
  }
  .footer-link li a {
    color: #333;
  }
	
.footer-link p{
 color: #333;
    font-weight: bold;
}	
	
  .link-wrap {
    width: 100%;
    margin: 0 auto;
    list-style: none;
  }
  .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 {
    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: 90%;
    margin: 2em auto;
  }
  .company-info li, .company-info a {
    color: #333;
    padding: 0.1em 0;
    font-size: 13px;
  }
  .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 スペース
====================== */
  .sp1em {
    height: 1em;
  }
  .sp2em {
    height: 2em;
  }
  .sp3em {
    height: 3em;
  }
  .pc_sp1em {
    display: none;
  }
  .pc_sp2em {
    display: none;
  }
  .pc_sp3em {
    display: none;
  }
  .sp_sp1em {
    height: 1em;
  }
  .sp_sp2em {
    height: 2em;
  }
  .sp_sp3em {
    height: 3em;
  }
  /* ===================
SMART ニュース
====================== */
  .news-wrap {
    width: 90%;
    margin: 2em auto 0;
  }
  .news-box {
    width: 100%;
    padding: 0.5em 0;
    background-color: #FFF;
    margin: 1em auto 1.5em;
  }
  /*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.5em 0;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #000;
    font-weight: normal;
    font-size: 0.8em;
  }
  table.table-news td {
    padding: 0 0 0.5em 0;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    background-color: #FFF;
    /*font-size:12px;*/
    color: #000;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
  }
  table.table-news td a {
    text-decoration: none;
    vertical-align: top;
    color: #333;
    word-break: break-all;
  }
  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;
  }
  /* ===================
SMART お問い合わせ
====================== */
  .contact-wrap {
    width: 100%;
    margin: 0 auto 5em;
    text-align: center;
    border: 1px solid #f15a24;
    padding-bottom: 2em;
  }
  .contact-box {
    width: 100%;
    margin: 1em auto 3em;
    text-align: center;
    background-color: #ebeefb;
    padding: 1em;
  }
  .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;
  }
  .copy {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin: 4em 0 0;
    padding-bottom: 1em;
  }
  /* ===================
SPページトップへ
====================== */
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #000;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 150;
  }
  #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;
  }
}
/*　iPad Air　*/
@media screen and (min-width:1025px) and (max-width:1180px) {
  .head-logo img {
    max-width: 320px;
  }
  .inmenu {
    position: fixed;
    right: 20px;
  }
  .head-wrap .pc-toggle {
    width: 100%;
    position: absolute;
    top: 8px;
    right: -3px;
  }
}
@media (max-width: 280px) {
  .head-logo {
    padding: 20px 8px;
  }
}
@media (min-width: 1281px) {
  .lay-block-all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    top: 10px;
    /*padding-top:1000px;*/
    background: url("/shse/koho/img/bg_cover_pc.jpg") top center repeat-y;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .lay-block-all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    /*      top: 950px;*/
    /*padding-top:1000px;*/
    background: url("/shse/koho/img/bg_cover_sp.jpg") top center repeat-y;
    background-size: contain;
  }
  .lay-block-top {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-top: 70px;/*★20240601*/
    position: relative;
    z-index: 10;
    top: 0;
  }
}



	
 
