#banners {
  display: none;
}
/* --------------------------------------------------
   nlog common
-------------------------------------------------- */
.header,
.navi {
  display: none;
}
.navi2 {
  font-size: 13px;
  margin: 15px 0 50px;
}
.navi2 img {
  display: none;
}
.control {
  display: inline;
}
.operation {
  float: right;
  display: inline;
}
.control a,
.operation a {
  display: inline-block;
}
.control a:not(:last-of-type),
.control a:first-of-type,
.operation a:not(:last-of-type),
#back a:not(:last-of-type) {
  padding-right: 1em;
  border-right: 1px solid #666;
  margin-right: 1em;
}

.nlog h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 24px;
  background: #786f52;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.nlog h3 {
  color: #332914;
  font-size: 22px;
  line-height: 2.5;
  text-align: left;
  padding-left: 7px;
  border-bottom: 2px solid #ccc;
}
/* -------------------------------------------------- */
@media (max-width:768px) {
  .control,
  .operation {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 1em;
  }
}

/* --------------------------------------------------
   nlog カテゴリトップ
-------------------------------------------------- */
.list {
  margin-bottom: 30px;
}
.kiji {
  position: relative;
  line-height: 27px;
  border-bottom: 1px solid #eeeeee;
  padding: 18px 0 12px;
}
.kiji::after {
  content: "";
  display: block;
  clear: both;
}
.title {
  float: right;
  font-size: 18px;
  width: calc(100% - 150px);
}
.title a {
  color: #000;
  padding-right: 0.5em;
}
.date {
  float: left;
  width: 150px;
  font-size: 14px;
  padding-left: 10px;
}
.date::after {
  float: right;
  content: "〉";
  font-weight: bold;
  color: #fe9f51;
  font-size: 18px;
}
.auther {
  font-size: 12px;
  padding-left: 10px;
  display: none;
}

/* --------------------------------------------------
   nlog 記事
-------------------------------------------------- */
.kijiBlock {
  position: relative;
  border: 1px solid #bbb;
  margin: 45px 0 15px;
}
.kijiBlock .titleBlock {
  float: left;
  width: calc(100% - 160px);
  background: #eae7e0;
  font-size: 18px;
  line-height: 24px;
  padding: 17px 10px;
}
.kijiBlock .autherBlock {
  display: none;
}
.kijiBlock .dateBlock {
  float: right;
  width: 160px;
  min-height: 58px;
  padding: 17px;
  background: #eae7e0;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}
.kijiBlock .clear {
  clear: both;
}
.kijiBlock div.attached {
  background: #fff;
  text-align: center;
  margin: 7%;
}
.kijiBlock div.attached img {
  height: auto;
}
.kijiBlock .text {
  background: #fff;
  font-size: 17px;
  line-height: 30px;
  margin: 7% 10%;
}
@media (max-width:768px) {
  .kijiBlock .titleBlock {
    float: none;
    width: 100%;
  }
  .kijiBlock .dateBlock {
    float: none;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 10px 17px 0;
  }
}

/* --------------------------------------------------
   nlog 検索画面
-------------------------------------------------- */
.search_box div {
  text-align: left;
}
.search_box h4 {
  display: none;
}
.search_box fieldset {
  margin: 0 10px;
  border: 2px solid #cccccc;
}
.search_box #detail table {
  width: 100%;
}
.search_box #detail tr:nth-child(even) {
  background: #f6f6f6;
}
.search_box #detail th {
  width: 90px;
  padding: 7px 0 5px 5px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
.search_box #detail td {
  padding: 5px 5px 5px 0;
  font-size: 12px;
}
.search_box #detail input[type="text"] {
  font-size: 14px;
  margin: 2px 0;
  border: 2px solid #cccccc;
}
.search_box #detail input.extend {
  width: 100%;
  max-width: 350px;
}
.search_box #detail input.digit {
  width: 40px;
}
.search_box #detail label {
  white-space: nowrap;
}
.search_box #button {
  margin: 20px 0 0px;
}
.search_box #button input[type="submit"] {
  padding: 7px 25px;
}
.search_box #back {
  font-size: 14px;
  text-align: center;
  margin: 30px 0;
}
.search_box #back img {
  display: none;
}

.search_box .list table {
  width: 100%;
}
.search_box .p_head {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 18px 0px 12px;
}
.search_box .p_head td {
  display: block;
  line-height: 27px;
}
.search_box .p_head::after {
  content: "";
  display: block;
  clear: both;
}
.search_box .p_head td.category,
.search_box .p_head td.name {
  display: none;
}

/* --------------------------------------------------
   nlog 個別カスタマイズ
-------------------------------------------------- */
/* 役員紹介 */
table#officer::after {
  content: "";
  display: block;
  clear: both;
}
table#officer tr {
  float: left;
  width: 50%;
  padding: 0 0 9% 1%;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 9%;
}
table#officer tr:nth-last-child(2),
table#officer tr:last-child {
  margin-bottom: 0;
}
table#officer td:nth-child(odd) {
  width: 25%;
}
table#officer td:nth-child(even) {
  width: 25%;
  padding: 0 2%;
}
table#officer td img {
  max-width: 100%;
  height: auto;
  border: 1px solid #b2b2b2;
}
@media (max-width:768px) {
  table#officer tr {
    width: 100%;
    padding: 0 0 5% 1%;
    margin-bottom: 5%;
  }
  table#officer td:nth-child(odd) {
    display: inline-block;
    width: 40%;
    text-align: right;
  }
  table#officer td:nth-child(even) {
    display: inline-block;
    width: 57%;
  }
}
/* 所在地 */
#google_map {
  position: relative;
  margin-bottom: 3em;
}
#google_map::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}