@charset "UTF-8";
/*===========================================
common.css
css
============================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


a{ text-decoration: none;}
img{ max-width: 100%; height: auto;}



body {
  position: relative;
  color: #000;
	font-size: 16px;
  line-height: 1.6667;
  background: #F9F7EB;
	font-family:  "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans", sans-serif;
  height: 100%;
	letter-spacing: 0.02em;;
}
a{ color: #000;} 

.mb40{ margin-bottom: 40px;}

.center{ text-align-last: center;}
.formtit{ font-size: 18px; font-weight: 600; margin-bottom: 24px;}

.formcon{ max-width: 480px; margin: 0 auto; padding-top: 60px;}
.formcon .textfield{ margin-bottom: 50px;}
.formcon .textfield:last-child{ margin-bottom: 0;}
.plink{ font-size: 15px; }
.plink a{ text-decoration: underline; font-size: 400;}
.checkbox__wrapper{ padding-top: 60px;}
.checkbox__wrapper input,.checkbox__text{ display: inline-block;}
.checkbox__text{ padding-left: 10px;}

.loginBtn{ width: 100%; font-size:16px; font-weight: 600; text-align: center; height: 55px; line-height: 55px; background: #62A256; border: none; color: #fff; border-radius: 8px; margin-top: 50px; display: block}
.RegistrationBtn{ width: 100%; font-size:16px; font-weight: 600; text-align: center; height: 55px; line-height: 55px; background: #000; border: none; color: #fff; border-radius: 8px;}

.header{ height: 65px; background: #A39A8A;  color: #fff;  width: 100%;  z-index: 100;
    justify-content: flex-start; position: fixed;}
.header .inner{display: flex;
    justify-content: space-between;
    flex-wrap: wrap; box-sizing: border-box; padding: 10px 20px; box-sizing: border-box; height: 65px;}
.logoname .logo{ display: inline-block; vertical-align: middle; }
.login .logoname .logo{ width: 55px; padding-left: 20px; vertical-align: top; padding-top: 10px;}
.login .header .inner{padding-left: 0;}
.logoname h1{ display: inline-block; vertical-align: middle;  font-weight: 400;  padding: 0 15px;  padding-top: 15px; box-sizing: border-box; font-size: 16px; min-width: 290px; padding-right: 20px; position: relative; top: -10px;}
.logoname h1 a{ color: #fff;}
.bstop .logoname h1{ width: 200px; min-width: 200px;}
.logoname .haveListWrapp{ display: inline-block; background: #A9A090; position: relative; top: -7px; box-sizing: border-box; padding: 15px 20px; box-sizing: border-box;}
.logoname #haveList{  vertical-align: middle;  font-weight: 400; box-sizing: border-box; font-size: 16px; min-width: 290px; position: relative; height: 32px;}
.logoname #haveList::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #FFFDFD;
	border-bottom: 0;}

.logoname #haveList.on::after{transform: scale(1, -1);}
.acount{ width: 220px; padding-right: 60px; box-sizing: border-box;}
.acount dl{ line-height: 1.4;  }
.acount dt{ font-size: 14px; overflow: hidden; font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap; margin-bottom: 5px }
.acount dd{ font-size: 10px; overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.menu-trigger{
position: fixed;
    right: 20px;
    top: 21px;
    width: 24px;
    height: 16px;
    box-sizing: border-box;
    z-index: 150;
    cursor: pointer;
    
    box-sizing: border-box;
    
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	width: 24px;
}

.menuWapp{ width: 240px; position: absolute; right: 0; top: 63px; background: #A39A8A; box-sizing: border-box; padding: 10px; display: none;}
.menuon .menuWapp{ display: block;}

.menuWapp li{ margin-bottom: 10px;}
.menuWapp li:last-child{ margin-bottom: 0;}
.menuWapp li a{ width: 100%; height: 35px; line-height: 35px; display: block; font-size: 13px; font-weight: 600; text-align: center; border-radius: 8px;}
.menuWapp li.logoutBtn a{ background: #000; color: #fff;}
.menuWapp li.pwBtn a{ background: #fff; color: #000;}

.sideNav{ background: #998F7C; position: fixed; left: 0; top: 0; width: 72px; height: 100vh;  left: 0; padding-top: 100px; text-align: center;}
.sideNav a{ color: #fff;}
.sideNav span{ color: #fff;}
.sideNav { font-size: 12px; font-weight: 400;}
.sideNav li{ margin-bottom: 20px; font-size: 12px;}

.sideNav li a{ padding: 0 10px;width: 100%; display: inline-block; box-sizing: border-box;}
.sideNav li a dt{ border-radius: 20px;}
.sideNav li a:hover dt,.sideNav li.active dt{ background: #fff;}
.sideNav li a:hover dt span,.sideNav li.active dt span{ color: #998F7C}

.sideNav li a:hover dd,.sideNav li.active dd{ font-weight: 600;}
.headfacilityList{ background: #A9A090; width: 290px; border-top: 1px solid #FFFDFD; z-index: 10; position: absolute; top: 62px; display: none; left: 0; width: 100%;}
.headfacilityList.on{ display: block;}
.headfacilityList ul{ background: #A9A090; width: 100%;}
.headfacilityList li a{ border-bottom: 1px solid #FFFDFD; box-sizing: border-box; padding: 15px; box-sizing: border-box; font-size: 14px; color: #fff; display: block}
.logoname h1.on::after{transform: scale(1, -1);}

.main{ padding: 65px 10px 20px 73px; box-sizing: border-box;}
.bstop .main{ padding: 65px 10px 20px 10px; }
.main.logout{ padding: 67px 10px 20px 10px;}
.cnotents{ background: #fff; border-radius: 0 0 30px 30px; width: 100%;  padding: 24px; box-sizing: border-box; min-height: calc(100vh - 90px) }
.returnBtn{}

.pagetit{ font-size: 32px; font-weight: 400;}
.itId{ font-size: 14px; font-weight: 600; }
.pagetit a{ text-decoration: underline;}

.contenthead{ display: flex; justify-content: space-between; padding-bottom: 24px;} 
.detailLinkBtnn{ background: #62A256; color: #fff; padding: 8px 16px; display: block; text-align: center; font-size: 13px; border-radius: 8px;box-sizing: border-box;
    position: relative;
    top: -6px;}
.detailLinkBtnn.editBtn{ background: #000;}

.listWrapp{ padding-top: 24px;}
/*テーブル*/
thead{ border-bottom: 2px solid #f2f2f2;}
thead th{ font-size: 14px; font-weight: 400;}
.listWrapp{ width: 100%; overflow-x: auto;}
table{ width: 100%; min-width: 100%}
table tr{ border-bottom:1px solid #ccc; padding: 40px 0; box-sizing: border-box; min-height: 60px;}
table th{ padding: 18px 16px; padding-right: 40px; text-align: left; white-space: nowrap;}
/*table tr:hover td{ background: #efefef;}*/
table tr:hover td.addBtn{ background:#C0DABB }
table td.addBtn{ background: #E0ECDD; padding: 0;}
table td{ padding: 18px 15px;; padding-right: 40px; text-align: left; font-size:14px;}

.addBtn a{ width: 100%; display: block; text-align: center; padding: 18px 15px; box-sizing: border-box}
.idleng{ min-width: 30px;}
.facilityLeng{ min-width: 120px;}
.adressleng{ min-width: 160px;}
.typeLeng{ min-width: 130px;}
.linkbtnleng{ min-width: 65px; position: absolute; right: 0; background: #fff;  }
.check01{ background: #D8620B}
.check02{ background: #1F82E6}
.sound{ color:#D8620B }
.visual{ color: #1F82E6}

/*.link001{right: 100px;}*/
.telleng{ min-width: 95px;}
.nemaLeng{ min-width: 60px;}
.dateleng {min-width: 60px;}
.memoLeng{ min-width: 200px;}
.countLeng{ min-width: 105px;}
.priceleng{ min-width: 105px;}
.presenceLeng{ min-width: 70px;}
.statusLeng{ min-width: 105px;}
/*検索*/

.search_container{
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 3px 10px;
  border-radius: 30px;
  height: 56px;
  width: 360px;
  overflow: hidden;
  background: #F6F6F6;
}
.search_container input[type="text"]{
  border: none;
	padding-left: 20px;
	font-size: 16px;
  height: 100%;
  background: #F6F6F6; color: #000}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
 content:'search';
	display: block;
	/*font-family: "Material Icons";*/
  font-size: 24px;;
  border: none;
  background: none;
  color: #000;
  position: absolute;

  right: 14px;
  top: 13px;
  outline : none;
}
.search_container ::-webkit-input-placeholder {
   color: #000
}



footer{ width: 100%; overflow: hidden;}

.menu-trigger span {
	position: absolute;
	left: 0;
	
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}
.menu-trigger.close span {
	background-color: #fff
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top:7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.close span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.close span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.close span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
.addBtn a{ font-size: 16px; font-weight: 500;}
.addBtn a span:before{content: ""; display: inline-block; width: 20px; height: 20px; /*画像*/background: url("../img/add.svg") left top no-repeat; vertical-align: middle; background-size: contain; margin-right: 20px;}

.serchlist li{ display: inline-block; vertical-align: top; width: 180px; margin-right: 10px;}
.serchlist .textfield .input{ height: 40px;}
/*フォーム系*/

.textfield .input.tboc{ height: auto;}



.textfield {
  position: relative;
  width: 100%;
}


.textfield .input {
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top:9px;
	font-size: 16px;
	box-sizing: border-box;
border-radius: 5px;
	border: 1px solid #000;
	height: 50px;
}


.textfield .outline {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: 0.3s;
}
.textfield:not(:has(.input:focus)) .outline {
  border: gray solid 1px;
}
.textfield:has(.input:focus) .outline {
  border: blue solid 1px;
}

/* .placeholder共通のスタイル */
.textfield .placeholder {
  position: absolute;
  pointer-events: none;
  left: 12px;
  transform-origin: 0;
  transition: 0.3s;
	background: #fff;
	padding: 0 5px;
	top: -10px;
	z-index: 4;
}
/* フォーカスされていないとき，あるいは，文字が入力されていないとき */
.textfield:not(:has(.input:focus)) .placeholder,
.textfield:has(.input:placeholder-shown) .placeholder {
  top: 0;
  transform: translateY(-50%);
  color: gray;
}
/* フォーカスされている，あるいは，文字が入力されているとき */
.textfield:has(.input:focus) .placeholder,
.textfield:not(:has(.input:placeholder-shown)) .placeholder {
  top: -10px;
  transform: scale(0.8);
}
/* フォーカスされているとき */
.textfield:has(.input:focus) .placeholder {
  color: blue;
}

.serchBtn{ background: #000; color: #fff; height: 40px; border-radius: 5px; line-height: 40px; box-sizing: border-box; border: none; padding:0 10px;}


.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 10px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #555;
    border-bottom: 0;
}
.select_wrapper.noarw{ margin-bottom: 20px;}
.select_wrapper.noarw::after { display: none;}

select {
    -webkit-appearance: none;
    appearance: none;
}
.01{ background: url("../img/result1.png")}

/*エラー体裁*/
.errortxt{ color: #B3261E; font-size: 14px; padding-top: 5px;}
.input:invalid { border: 1px solid #B3261E;}

/*ページネーション*/
.pagination {
  display: block;
	text-align: center;
	font-size: 14px;
}
    
.pagination li {
	display: inline-block;
  padding: 8px 8px;
  text-decoration: none;
}
.pagination{ padding-top: 30px;}
.pagination li a{ display: block; padding: 2px 10px;}
.pagination li a:hover{ background: #efefef; border-radius: 6px;}

/*詳細ページ*/
.actionarea p{ display: inline-block; padding-left: 10px}
.editButton a{ background: #000; color: #fff; text-align: center; padding: 5px 20px; border-radius: 10px; line-height: 1; box-sizing: border-box; height: 40px; line-height: 25px; font-size: 16px; display: block}
.deleteButton a{ background: #D72A27; color: #fff; text-align: center; padding: 5px 20px; border-radius: 10px; line-height: 1; box-sizing: border-box; height: 40px; line-height: 25px; font-size: 16px; display: block}
.editButton span,.deleteButton span{  display: inline-block; vertical-align: middle;}
.editButton span.material-symbols-outlined{padding-right: 5px;}
.deleteButton span.material-symbols-outlined{padding-right: 5px;}
.detailList li{ border-top: 1px solid #ccc; position: relative;}
.dtListIn{ display: flex; font-size: 14px; box-sizing: border-box; padding: 15px 16px;}
.dtListIn h3{ width: 130px; font-weight: 400;}
.dtListIn .detailContenIn{ width: calc(100% - 130px);}
.detailContenIn .listWrapp{ padding-top: 0;}
.LinkList{ border-top: 1px solid #ccc; padding-top: 30px;}
.LinkList{ display: flex;  justify-content: center;
  align-items: center;}
.linklistBtn a{ background: #62A256; color: #fff; font-size: 16px; padding: 10px 15px; border-radius: 8px; display: block; margin-bottom: 30px;}
.linklistBtn{ padding: 0 20px;}

.detailContenIn table tr:last-child{ border-bottom: none;}
.pliceIn{ background: #F2F2F2; padding: 10px; position: relative; margin-bottom: 20px}
.pliceIn .linkbtnleng{ top: 0; background: #f2f2f2; right: 20px; padding-top: 14px;}
.priceTit{ font-weight: 400; font-size: 20px; margin-bottom: 10px}
.pliceIn .price{ font-size: 20px; display: inline-block;  vertical-align: middle; margin-right: 50px;}
.pliceIn .plicecount{ display: inline-block; vertical-align: middle;}
.deletemodal{ position: relative;}
.closetxtx{ background: #000; color: #fff; font-size: 20px; width: 40px; height: 40px; border-radius: 50%; line-height: 40px; position: absolute; right: -20px; top: -20px;}
.closetxtx .material-symbols-outlined{ font-size: 30px; line-height: 40px;}
.confirmationBtns { display: flex; justify-content: center;
  align-items: center;}
.modalin h5{ font-size: 20px; margin-bottom: 20px;}
.modalin h5 span{ font-size: 14px; padding-left: 10px;}
.confirmationBtns { padding-top: 40px;}
.confirmationBtns li{ width: 40%; padding: 0 10px;}
.confirmationBtns a,.confirmationBtns button{ width: 100%; border-radius: 8px; border: none; display: block;background: #000; color: #fff; font-size: 18px; line-height: 40px; height: 40px}
.confirmationBtns a.cancelBtn{ background: #666;}
.confirmationBtns butto.deletBtn{background: #D72A27}

.recordingCon{ border: 1px solid #efefef; padding: 24px; box-sizing: border-box;}
.timelist{ display: flex; gap:40px}
.timelist li{ width: 50%; background: #EFEFEF; padding: 8px; text-align: center; font-size: 24px; font-weight: bold;}
.timelist li span{ font-size: 18px; padding-left: 8px; }

.checkresult{ display: flex; gap:40px; margin-top: 40px; margin-bottom: 40px; align-items: center;}
.esultImg{ width: 30px;}
.esultImg{ font-size: 30px; }
.success{  color:#62A256}
.failure{ color: #D80B26}
.form-title{ color: #62A256; padding: 20px 0; font-size: 20px;}
.main-text{ margin-bottom: 20px;}
.engeread{ font-size: 16px;}
.img-wrapper{ margin-bottom: 20px; padding-top: 20px;}

.listWrapp li{ padding: 16px; border-bottom: 1px solid #ccc;}
.listWrapp li div{ display: inline-block; min-width: 200px;}
.inlist{ margin-top: 16px;}
.inlist li{ position: relative;}
.inlist li .linkbtnleng{ top: 15px;}
.cunntin{ position: relative;}
.cunntin .arowicon{ position: absolute; right: 20px; top: 20px;}
.solution-point{ padding-bottom: 20px;}
.listWrapp li.cunntin .titmonuth,.listWrapp li.cunntin .counts{ font-size: 20px;}
.inlist{ background:#F2F2F2 }

/*嚥下結果*/
.mbm{ margin-bottom: 40px;}
.measure-step-wrapper{
  width: 100%;
  overflow-x: scroll;
	display: flex;
	gap:16px;
}
@media screen and (max-width: 767px) {
  .measure-wrapper .measure-step-wrapper {
    width: 550px
  }
}
.measure-wrapper .measure-step-wrapper .measure-step-box {
  background-color: #DBDBDB;
  cursor: pointer;
  color: #656565;
  width: 19%;
  height: 50px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 15px 15px 0px 0px
}
@media screen and (max-width: 767px) {
  .measure-wrapper .measure-step-wrapper .measure-step-box {
    width: 110px;
    border-radius: 0px
  }
}
.measure-wrapper .measure-step-wrapper .measure-step-box.on {

  background-color: #62A256; color: #fff;
}
.measure-wrapper .measure-step-wrapper .measure-step-box .img {
  width: 30px;
  margin-left: 10px
}
.measure-content-wrapper {
  padding: 45px 30px
}
@media screen and (max-width: 767px) {
  .measure-content-wrapper {
    padding: 15px
  }
}
.measure-content-wrapper .measure-content-title {
	color: #62A256;
 vertical-align: middle; line-height: 20px;
  text-align: left;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 5px;
  margin-bottom: 30px
}
.measure-content-wrapper .measure-content-title span{ vertical-align: middle; margin-right: 16px;}
.measure-content-wrapper .measure-content-title .symptom {
  margin-right: 10px
}
.measure-content-wrapper .measure-content-title .fa-tag {
  margin-right: 10px;
  color: #D70035
}
.measure-content-wrapper .measure-table {
  width: 100%;
  margin-bottom: 35px;
  border-collapse: collapse
}
.measure-content-wrapper .measure-table th, .measure-content-wrapper .measure-table td {
  width: 50%;
  padding: 10px 0px 10px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle
}
@media screen and (max-width: 767px) {
  .measure-content-wrapper .measure-table th, .measure-content-wrapper .measure-table td {
    padding: 10px;
  }
}
.measure-content-wrapper .measure-table th a, .measure-content-wrapper .measure-table td a {
  color: #00A1E9;
  display: block;
  margin-bottom: 10px;
	text-decoration: underline;
}
.measure-content-wrapper .measure-table th a svg, .measure-content-wrapper .measure-table td a svg {
  color: #00A1E9;
  text-align: left;
  margin-left: 10px
}
.measure-content-wrapper .measure-table th a:last-child, .measure-content-wrapper .measure-table td a:last-child {
  margin-bottom: 0px
}
.measure-content-wrapper .measure-table .possibility-th {
  padding: 10px 0px 10px 0px;
  background-color: #F5DACB;
  border: 1px solid #DBDBDB;
  border-bottom: none;
  border-right: none;
  text-align: center
}
@media screen and (max-width: 767px) {
  .measure-content-wrapper .measure-table .possibility-th {
    border-right: 1px solid #DBDBDB
  }
}
.measure-content-wrapper .measure-table .solution-th {
  padding: 10px 0px 10px 0px;
  background-color: #CDEAF8;
  border: 1px solid #DBDBDB;
  border-bottom: none;
  text-align: center
}
.measure-content-wrapper .measure-table .possibility-td {
  border: 1px solid #DBDBDB;
  border-top: none;
  border-right: none
}
@media screen and (max-width: 767px) {
  .measure-content-wrapper .measure-table .possibility-td {
    border-right: 1px solid #DBDBDB
  }
}
.measure-content-wrapper .measure-table .solution-td {
  border: 1px solid #DBDBDB;
  border-top: none
}

.solution-heading{ padding-top: 30px; margin-bottom: 20px; font-size: 18px;}
.solution-box dl{ margin-bottom: 40px;}
.solution-box dt{ font-weight: bold; font-size: 18px; margin-bottom: 20px;}
.solution-box dd{ background: #F2F2F2; padding: 10px;}

.cponlist .inlist{ display: none;}
.cponlist.active .inlist{ display: block;}
.cponlist.active  .arowicon{transform: scale(1, -1);}

.btninlist .linkbtnleng{ top: 12px; right: 20px;}

.Achievements { font-size: 20px; margin-bottom: 20px;}
.Achievements dt{ width: 200px; display: inline-block}
.Achievements dd{ width: calc(100% - 230px); display: inline-block}

.createname p{ margin-bottom: 40px; text-align: center}
.createname dl{ font-size: 18px;font-weight: bold; margin-bottom: 20px;}
.createname dt{ display: inline-block; width: 120px;}
.createname dd{ display: inline-block;}

.checkNarrow{ padding-top: 20px;}
.checkNarrow li{ display: inline-block; padding: 10px; padding-right: 20px; padding-left: 40px; background: #f2f2f2; border-radius: 8px; margin-right: 10px;}

.checkNarrow li{ position: relative;}
.checkNarrow li.is-active::before {
	content: "";
 display: block;
  position: absolute;
  top: 19px;
  left: 14px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg); 
}

.is-hide {
  display: none;
}
/*.checkcheckNarrowWrapp{ margin-bottom: 40px;}*/

/*チェック切り替え*/
.checkNarrow{ font-size: 0; letter-spacing: 0;}
.checkNarrow li.is-active::before{}
.checkNarrow li{ width: calc(50% - 20px); font-size: 18px; box-sizing: border-box;}
.recordingListBtn.is-active{ background: #D8620B; color: #fff;}
.engeBtn.is-active{ background: #1F82E6; color: #fff;}

.nameleng a{ text-decoration: underline;}

.engeLsit.engeList{ display: none;}
.engeList{ display: none;}
.recordingList{ display: none;}
.recordingList.on,.engeLsit.on{ display: table}
.engeList.on{ display: table}

.select2-container--default .select2-selection--multiple{ min-height: 50px; border: 1px solid #000;}
.select2-container .select2-search--inline .select2-search__field { margin-top: 15px;}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 10px 15px;}

p.linkbtnleng{ background-color: transparent;}


.logoname h1{ max-width: 290px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle;}
.logoname #haveList{ max-width: 270px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.logoname .haveListWrapp{vertical-align: top;}

.headfacilityList li a{ width: 100%;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media only screen and (min-width: 1001px) {
	.spnavin{ display: none;}
}
.navBtn{ display: none;}
@media only screen and (max-width: 1000px) {
	.acount{ display: none;}
	.spnavin{ display: block; margin-bottom: 20px; padding-right: 0;}
	.header .inner{ display: block;}
	.logoname h1{ max-width: 100%; width: 100%; display: block;}
	.logoname #haveList{ max-width: 100%;}
	.logoname .haveListWrapp { width: 100%;   padding: 5px 15px; top: 0;}
	.header .inner{ padding: 10px 0;}
	.headfacilityList{ top: 42px;}
	.login .logoname .logo{ display: none;}
	.main{ padding-top: 95px; padding-left: 10px;}
	.contenthead{ display: block;}
	.pagetit{ margin-bottom: 10px;}
	.search_container{ width: 100%; height: 40px;}
	.pagetitelearea{ padding-top: 20px;}
	.serchBtn{ margin-bottom: 20px;}
	.navBtn{ background: #000;
        color: #fff;
        position: absolute;
        left: 8px;
        top: 100px;
        display: block;
        padding: 5px;
        line-height: 1; z-index: 10; position: fixed;}
	.sideNav{ left: -72px; width: 50px; padding-top: 150px;}
	.sideNav.on{ left: 0;}
	.spsideon .main{ padding-left: 50px;}
	.sideNav li dd{ display: none;}
	.pagetit{ font-size: 24px;}
	.sercharea{ margin-bottom: 20xp}
	.checkNarrow li{ font-size: 14px;}
	.checkNarrow li:last-child { margin-right: 0;}
	.serchlist li{ margin-bottom: 20px;}
	.textfield .input { font-size: 12px;}
	.search_container input[type="submit"] { top: 7px;}
	.dtListIn {
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    padding: 15px 0;
}
	.dtListIn .detailContenIn {
    width: 100%;
}
	.checkNarrow li {
		width: calc(50% - 10px);}
	.companies .main {
		padding-top: 62px;}
	.companies .navBtn{ top: 65px;}
	.itId{ margin-bottom: 20px;}
	
}

.menuWrapps{ width: 100%; overflow-x: scroll;}
/* =================
clearfix
================= */
.clearfix:after, .cfx:after {
	content: ".";
	display: inline-block;
	height: 0;
	clear: both;
	visibility: hidden;
}
