@charset "UTF-8";
.clicks-exist {
  /*--------------------------------------------------------
  1、ニュースリスト
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  1、ニュースリスト アコーディオン表示
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  2、サイドメニュー（アコーディオン）
  ------------------------------------------------------*/
  /*リストが増えたらULごとに追加してください*/
  /*--------------------------------------------------------
  3、検索フォーム
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  4、テーブル
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  5、ページング
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  6、チェックボックスアコーディオン
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  7、ULリスト装飾
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  8、アコーディオン設定
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  9、ログインフォーム
  ------------------------------------------------------*/
  /*---------
  .loginarea:before {
      content: '';
      position: absolute;
      z-index: -1;
      border: 1px dashed #ccc;
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px;
      box-shadow: 0 0 0 1px #fff;
  }
  -------*/
  /*--------------------------------------------------------
  10、ダウンロードAタグボタン
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  11、いいねボタン
  ------------------------------------------------------*/
  /*--------------------------------------------------------
  12、MAILボタン
  ------------------------------------------------------*/
}
.clicks-exist dl.newsList {
  overflow: hidden;
  zoom: 1;
  margin-left: 5px;
  margin-top: -20px;
  margin-bottom: 40px;
}
.clicks-exist dl.newsList dt {
  width: 100px;
  float: left;
  clear: both;
  font-weight: bold;
  padding-left: 40px;
  min-width: 135px;
  padding-top: 10px;
}
.clicks-exist dl.newsList dd {
  padding: 10px 0 5px 140px;
  border-bottom: 1px dotted #999;
  margin-right: 25px;
}
.clicks-exist #news h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 25px;
  font-weight: bold;
  font-size: 13px;
  padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
  color: #494949; /*文字色*/
  background: #f4f4f4; /*背景色*/
  border-left: solid 7px #800000; /*左線*/
  border-bottom: solid 0px #d7d7d7; /*下線*/
}
.clicks-exist #supporticon {
  margin-left: 185px;
}
.clicks-exist .cp_box *, .clicks-exist .cp_box *:before, .clicks-exist .cp_box *:after {
  box-sizing: border-box;
}
.clicks-exist .cp_box {
  position: relative;
}
.clicks-exist .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.clicks-exist .cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.clicks-exist .cp_box label:after {
  line-height: 1.7rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 6rem;
  font-family: FontAwesome;
  content: "続きを読む";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 5px;
  background-color: #9e9e9e;
}
.clicks-exist .cp_box input {
  display: none;
}
.clicks-exist .cp_box .cp_container {
  overflow: hidden;
  height: 120px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
.clicks-exist .cp_box input:checked + label {
  display: none; /* 閉じるボタンを消す場合解放 出す場合削除 */
}
.clicks-exist .cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: "閉じる";
}
.clicks-exist .cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
.clicks-exist .cp_menu {
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
}
.clicks-exist .cp_menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000000;
  line-height: 1;
}
.clicks-exist .cp_menu label {
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 12px;
  line-height: 1;
  color: #000000;
  background: #f3f8fc;
  cursor: pointer;
}
.clicks-exist .cp_menu label:hover {
  background: #cee2f2;
}
.clicks-exist .cp_menu input {
  display: none;
}
.clicks-exist .cp_menu ul {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  list-style: none;
}
.clicks-exist .cp_menu li {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s;
}
.clicks-exist .cp_menu li:hover {
  background: #cee2f2;
}
.clicks-exist #menu10:checked ~ #link10 li,
.clicks-exist #menu11:checked ~ #link11 li,
.clicks-exist #menu12:checked ~ #link12 li,
.clicks-exist #menu1:checked ~ #link1 li,
.clicks-exist #menu2:checked ~ #link2 li,
.clicks-exist #menu3:checked ~ #link3 li,
.clicks-exist #menu4:checked ~ #link4 li,
.clicks-exist #menu5:checked ~ #link5 li,
.clicks-exist #menu6:checked ~ #link6 li,
.clicks-exist #menu7:checked ~ #link7 li,
.clicks-exist #menu8:checked ~ #link8 li,
.clicks-exist #menu9:checked ~ #link9 li {
  max-height: 46px;
  opacity: 1;
}
.clicks-exist input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  margin: 2px 0;
  border: 1px solid #999;
  border-radius: 5px;
  border: none;
}
.clicks-exist .searchForm {
  position: relative;
}
.clicks-exist .searchForm-input {
  width: 700px;
}
.clicks-exist .searchForm-input2 {
  width: 750px;
}
.clicks-exist .searchForm-submit {
  position: absolute;
  margin-top: 6.5px;
  width: 40px;
  height: 25px;
  top: calc(50% - 19px);
  right: 0;
  border-radius: 0 4px 4px 0;
  background: #999;
}
.clicks-exist .searchForm-submit::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}
.clicks-exist .searchForm-submit::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 5px;
  top: calc(50% + 5px);
  left: calc(50% + 1px);
  border-top: solid 2px #fff;
  transform: rotate(45deg);
}
.clicks-exist table#search {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.clicks-exist table#search th {
  padding: 5px;
  border: none;
  background: #F5F5F5;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
.clicks-exist table#search td {
  padding: 5px;
  border: none;
  text-align: left;
}
.clicks-exist table#search td {
  border-bottom: 1px #eee solid;
}
.clicks-exist table.searchfrm {
  margin-top: 6px;
  border: none;
}
.clicks-exist table.searchfrm td {
  border: none;
  background: #ac0000;
}
.clicks-exist table.searchfrm2 {
  width: 80%;
  margin: 20px;
  border: none;
  background: #ac0000;
}
.clicks-exist table.searchfrm2 td {
  padding: 10px;
}
.clicks-exist table.yokuaru {
  width: 100%;
  margin-bottom: 20px;
  border: 7px #FFF766 solid;
  background: #fff;
}
.clicks-exist table.yokuaru td {
  padding: 10px;
  border: 2px #FFF766 solid;
}
.clicks-exist table#searchdetail {
  width: 100%;
  border: 1px #808080 solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.clicks-exist table#searchdetail th {
  background: #808080;
  color: #fff;
  border: 1px #808080 solid;
  padding: 5px;
  text-align: center;
  max-width: 100px;
}
.clicks-exist table#searchdetail td {
  border: 1px #808080 solid;
  border-width: 1px 0px; /* 上下だけ引く */
  vertical-align: middle;
}
.clicks-exist ul.paging {
  margin: 0 0 10px;
  padding: 12px;
  background: #f3f3f3;
  text-align: center;
}
.clicks-exist ul.paging li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}
.clicks-exist ul.paging li span,
.clicks-exist ul.paging li a {
  display: inline-block;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-decoration: none;
}
.clicks-exist ul.paging li a:hover {
  background: #efefef;
}
.clicks-exist .sample-accordion {
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
}
.clicks-exist .sample-accordion .ac-content {
  margin: 0;
  padding: 0;
}
.clicks-exist .sample-accordion input {
  display: none;
}
.clicks-exist .sample-accordion label {
  display: block;
  background: #9fb7d4;
  cursor: pointer;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.clicks-exist .sample-accordion label:hover {
  background: #ccc;
}
.clicks-exist .sample-accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #ddd;
  padding: 0 10px;
  box-sizing: border-box;
}
.clicks-exist .sample-accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.clicks-exist ul.cp_list {
  padding: 0.5em;
  list-style-type: none;
  width: 80%;
}
.clicks-exist ul.cp_list li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom: 5px;
  border-bottom: 1px dotted #333333;
}
.clicks-exist ul.cp_list li:after,
.clicks-exist ul.cp_list li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.clicks-exist ul.cp_list li:before {
  top: 50%;
  left: 0.2em;
  width: 14px;
  height: 14px;
  background: rgb(210, 0, 0);
  transform: translateY(-50%);
}
.clicks-exist ul.cp_list li:after {
  top: 1.1em;
  left: 0.7em;
  width: 11px;
  height: 11px;
  background: rgba(210, 0, 0, 0.5);
}
.clicks-exist panel {
  width: 500px;
}
.clicks-exist #panel > dt {
  text-align: left;
  font-size: 120%;
  border-bottom: solid 1px white;
  background-color: #18A5DD;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}
.clicks-exist #panel > dt.a {
  text-align: left;
  border-bottom: solid 1px white;
  background-color: #325CA2;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}
.clicks-exist #panel > dt.b {
  text-align: left;
  border-bottom: solid 1px white;
  background-color: #6967AB;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}
.clicks-exist #panel > dd {
  text-align: left;
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
}
.clicks-exist .login {
  width: 300px;
  padding: 2px;
  font-size: 14px;
  height: 30px;
  border: solid 1px gray;
}
.clicks-exist .idlbl {
  width: 50px;
}
.clicks-exist .paslbl {
  width: 50px;
  margin-right: 2px;
}
.clicks-exist .logbtn {
  width: 300px;
  height: 30px;
  margin-left: 82px;
  padding: 0px;
  background-color: #006fbf;
  color: white;
  font-weight: 700;
  border: solid 1px #006fbf;
}
.clicks-exist .logbtn:hover {
  background-color: #005ca2;
}
.clicks-exist .logbtn:active {
  background-color: #004579 !important;
  transform: translateY(1px);
}
.clicks-exist .logbtn:visited {
  background-color: #004579 !important;
}
.clicks-exist .logbtn:focus {
  background-color: #004579 !important;
}
.clicks-exist .loginarea {
  position: absolute;
  margin-left: 140px;
  padding: 20px;
  z-index: 0;
  border: 1px soloid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 5px gray;
}
.clicks-exist a.download {
  display: inline-block;
  padding: 0.5em 0.8em;
  text-decoration: none;
  background: #006fbf; /*ボタン色*/
  color: #FFF;
  border-bottom: solid 2px #627295;
  border-radius: 3px;
}
.clicks-exist a.download:active {
  /*ボタンを押したとき*/
  transform: translateY(2px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
.clicks-exist .goodbtn {
  background: url(/top/images/icon/good_no.png) no-repeat;
  background-position: right 8px top 8px;
  margin-left: 82px;
  padding: 7px 30px 7px 10px;
  background-color: #eee;
  color: black;
  font-weight: 700;
  border: 1px solid #ccc;
}
.clicks-exist .goodbtn:hover {
  opacity: 0.75;
}
.clicks-exist .goodbtn:active {
  background: url(/top/images/icon/good_yes.png) no-repeat;
  background-position: right 8px top 8px;
  background-color: #eee !important;
  transform: translateY(1px);
}
.clicks-exist .goodbtn:visited {
  background: url(/top/images/icon/good_yes.png) no-repeat;
  background-position: right 8px top 8px;
  background-color: #eee !important;
}
.clicks-exist .goodbtn:focus {
  background: url(/top/images/icon/good_yes.png) no-repeat;
  background-position: right 8px top 8px;
  background-color: #eee !important;
}
.clicks-exist .goodbtn-clicked {
  background: url(/top/images/icon/good_yes.png) no-repeat;
  background-position: right 8px top 8px;
  margin-left: 82px;
  padding: 7px 30px 7px 10px;
  background-color: #eee;
  color: black;
  font-weight: 700;
  border: 1px solid #ccc;
}
.clicks-exist .mailbutton {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid rgba(204, 204, 204, 0.9);
  width: 40%;
  margin-left: 20px;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
.clicks-exist .mailbutton:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -15px 5px 0 0;
  background: url(/top/images/icon/mail.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.clicks-exist .mailbutton:hover {
  opacity: 0.6;
}
.clicks-exist .faxbutton {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid rgba(204, 204, 204, 0.9);
  width: 40%;
  margin-left: 20px;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
.clicks-exist .faxbutton:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -15px 5px 0 0;
  background: url(/top/images/icon/fax.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.clicks-exist .faxbutton:hover {
  opacity: 0.6;
}
.clicks-exist .telbutton {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid rgba(204, 204, 204, 0.9);
  width: 83.5%;
  margin-left: 20px;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
.clicks-exist .telbutton:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -15px 5px 0 0;
  background: url(/top/images/icon/tel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.clicks-exist .telbutton:hover {
  opacity: 0.6;
}
.clicks-exist .menu_link:hover {
  background-color: #730000;
}