@charset "utf-8";

/**************************************************/
/*                                                */
/*                  ベーススタイル　              */
/*                                                */
/**************************************************/
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

body {
  color: #333;
  font-size: 1.6em;
  font-family: "ヒラギノ角ゴ Pro", "HiraKakuPro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: .05em;
}

input,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

button {
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.1em;
}

img {
  height: auto;
  max-width: 100%;
}

.logo-wrap img {
  max-width: 80%;
  height: auto;

}

a {
  color: #333;
  transition: 0.3s linear;
  text-decoration: none;
}

a:hover {
  color: #fff;
}


/**************************************************/
/*                                                */
/*                  ユーティリティ                */
/*                                                */
/**************************************************/
.cf::before,
.cf::after {
  clear: both;
  content: "";
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.list-only {
  display: none;
}

.login-only {
  display: none;
}

.mt10 {
  margin-top: 10px;
}

.required {
  color: #f87071;
  font-size: 16px;
  padding-left: 2px;
}

#repwdArea {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

#repwdArea a {
  color: orange;
}

/**************************************************/
/*                                                */
/*            　 レイアウト（骨組み）　　         */
/*                                                */
/**************************************************/
#wrapper {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ================================================
 * ヘッダー
 * ================================================*/
.l-header {
  width: 100%;
  height: 66px;
  background-color: #3c8dbc;
  border-bottom: solid 6px #b4c9d3;
}

.header-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  color: #fff;
}

.header-left {
  line-height: 60px;
  font-size: 1.8rem;
}

/* ハンバーガーメニュー */
.l-header .hamburger-wrap {
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.l-header .hamburger-wrap [class*=hamburger-border] {
  position: absolute;
  height: 2px;
  transition: 0.3s all ease;
  transform-origin: center center;
  background: #333;
}

.l-header .hamburger-wrap .hamburger-border-1 {
  width: 30px;
  top: 20px;
  right: 0;
  background-color: #fff;
}

.l-header .hamburger-wrap .hamburger-border-2 {
  width: 30px;
  top: 30px;
  right: 0;
  background-color: #fff;
}

.l-header .hamburger-wrap .hamburger-border-3 {
  width: 30px;
  top: 40px;
  right: 0;
  background-color: #fff;
}

/* open時 */
.l-header .hamburger-wrap.opened .hamburger-border-1 {
  width: 30px;
  top: 30px;
  transform: rotate(45deg);
}

.l-header .hamburger-wrap.opened .hamburger-border-2 {
  opacity: 0;
}

.l-header .hamburger-wrap.opened .hamburger-border-3 {
  top: 30px;
  transform: rotate(-45deg);
}

.l-header .header-right {
  display: none;
}

.l-header.opened .header-right {
  display: block;
  width: 280px;
  height: auto;
  opacity: 1;
  top: 60px;
  position: absolute;
  right: 0;
  background-color: rgb(34, 45, 49, 0.95);
  padding: 46px 36px;
  text-align: right;
  z-index: 500;
}

.l-header.opened .header-right a {
  color: #fff;
  font-size: 1.8rem;
}

#wrapper .header-right li {
  margin-bottom: 30px;
}

#wrapper .header-right li:last-of-type {
  margin-bottom: 0;
}

.support::before {
  content: '';
  display: inline-block;
  background: url("../img/common/other-window.png") no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  margin-right: 8px;
}

/* ================================================
 * フッター
 * ================================================*/
.l-footer {
  width: 100%;
  background-color: #2A3F54;
  line-height: 60px;
  color: #ccc;
  text-align: right;
  font-size: 1.5rem;
  margin-top: auto;
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 18px 0 0;
}

/* ================================================
 * メイン
 * ================================================*/
.l-main {
  display: block;
  /* IE対策 */
  width: 1000px;
  margin: 0 auto;
}

/*-- パンくず --*/
.breadCrumb {
  margin-top: -6px;
  background-color: #b4c9d3;
  margin-bottom: 20px;
}

.breadCrumb ul {
  list-style: none;
  display: flex;
  line-height: 36px;
  width: 1000px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.breadCrumb .bread-menu::before {
  content: '';
  display: inline-block;
  background: url("../img/common/home-run.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 8px;
  margin-bottom: -2px;
}

.breadCrumb .bread-menu::after {
  content: '';
  display: inline-block;
  border-right: solid 1px #333;
  transform: rotate(30deg);
  height: 16px;
  background-size: contain;
  margin: 0 12px -2px;
}

.breadCrumb .bread-menu2::after {
  content: ' ';
  display: inline-block;
  border-right: solid 1px #333;
  transform: rotate(30deg);
  height: 16px;
  background-size: contain;
  margin: 0 12px -2px;
}

h1 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}


/**************************************************/
/*                                                */
/*             　モジュール（パーツ）　　         */
/*                                                */
/**************************************************/

/* ================================================
 * ロゴ
 * ================================================*/
.logo-wrap {
  max-width: 240px;
  margin: 60px auto 40px;
}

.logo-wrap img {
  max-width: inherit;
}

/* ================================================
 * ボタン
 * ================================================*/
.topbuttonarea ul {
  display: flex;
  list-style: none;
}

.topbuttonarea li {
  width: 50%;
}

.topbuttonarea a {
  text-decoration: none;
}

.button_li_left {
  text-align: left;
}

#detail .button_li_left {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.button_li_right {
  text-align: right;
}

/*-- 検索 --*/
.searcharea {
  float: right;
  margin-bottom: 10px;
}

.searcharea select {
  border: solid 1px #999;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 1.6rem;
  padding: 4px;
  cursor: pointer;
}

#search_btn {
  background-color: #ccc;
  border: solid 1px #999;
  border-radius: 5px;
  width: 60px;
  font-size: 1.4rem;
  padding: 4px 10px;
  text-align: center;
  transition: all 0.3s;
}

.search_btn {
  background-color: #ccc;
  border: solid 1px #999;
  border-radius: 5px;
  width: 60px;
  font-size: 1.4rem;
  padding: 4px 10px;
  text-align: center;
  transition: all 0.3s;
}

/*-- プレビュー --*/
#detail .preview_button {
  background-color: #3c8dbc;
  border: none;
  border-radius: 8px;
  display: block;
  width: 120px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
  margin-left: 20px;
}

#detail .preview_button a {
  color: #fff;
  font-size: 1.4rem;
}


/*-- 一覧へ戻る --*/
#detail .back_button {
  background-color: #ccc;
  border: none;
  border-radius: 8px;
  display: block;
  width: 120px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
}

#detail .preview_button:hover,
#detail .back_button:hover,
#search_btn:hover {
  cursor: pointer;
  background-color: #b4c9d3;
}

.search_btn:hover {
  cursor: pointer;
  background-color: #b4c9d3;
}

/**************************************************/
/*                                                */
/*            個別 　　      　　　　　　　　　　 */
/*                                                */
/**************************************************/

/* ================================================
 * ログイン
 * ================================================*/
#loginArea_Message {
  color: red;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}

#login .header-left>p {
  display: none;
}

#login .header-left>.login-only {
  display: block;
}

#login .login-form-wrap {
  width: 420px;
  background-color: #fff;
  border: solid 2px #ccc;
  padding: 40px 60px;
  margin: 40px auto 140px;
}

#login ul {
  list-style: none;
}

#login li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

#login label {
  margin-bottom: 12px;
  letter-spacing: 0.3em;
  font-weight: bold;
}

#login input {
  height: 50px;
  border-radius: 5px;
  border: solid 1px #999;
  font-size: 1.8rem;
  padding: 8px;
}

#login input.submit-btn {
  background-color: #3c8dbc;
  width: 200px;
  height: 60px;
  border: none;
  border-radius: 10px;
  margin: 40px auto 0;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  cursor: pointer;
}

#login input.submit-btn:hover {
  background-color: #b4c9d3;
}


/* ================================================
 * メニュー
 * ================================================*/
#menu .header-left>.login-only {
  display: block;
}

#menu ul {
  display: flex;
  width: 780px;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 70px auto 160px;
}

#menu li {
  margin-bottom: 50px;
}

#menu li a {
  /*display: block;*/
  display: table-cell;
  width: 360px;
  height: 100px;
  /*line-height: 100px;*/
  line-height: 30px;
  border: solid 3px #3c8dbc;
  border-radius: 10px;
  color: #3c8dbc;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
  vertical-align: middle;
  /*追加*/
}

#menu li a:hover {
  background-color: #3c8dbc;
  color: #fff;
}

/* ================================================
 * 一覧
 * ================================================*/
#list .list-only {
  display: block;
}

#list .list-table {
  width: 900px;
  margin: 0 auto 140px;
}

#list .counter_area {
  display: inline-block;
  padding-top: 15px;
}

#list .counter-page {
  font-size: 1.4rem;
}

#list table {
  border: solid 2px #ccc;
  margin: 0 auto 40px;
  width: 1000px;
}

#list table img {
  width: 100px;
  max-height: 100px;
  object-fit: contain;
}

#list tr {
  transition: all 0.3s;
}

#list tr:nth-of-type(odd) {
  background-color: #f1f3f5;
}

#list tr:nth-of-type(even) {
  background-color: #fff;
}

#list tr:hover {
  cursor: pointer;
  background-color: #b4c9d3;
  color: #fff;
}

/*simulation*/
#list.simulation tr:nth-of-type(even):hover {
  background-color: #fff;
  color: #333;
}

#list.simulation tr:nth-of-type(odd):hover {
  background-color: #f1f3f5;
  color: #333;
}

#list.simulation .brand-ttl {
  background-color: #fff;
}

#list.simulation tr {
  line-height: 1.3;
}

#list.simulation tr:hover .brand-ttl {
  pointer-events: none;
  cursor: inherit;
}

#list.simulation .change:hover+td+td,
#list.simulation .change:hover+td,
#list.simulation .change:hover {
  cursor: pointer;
  background-color: #b4c9d3;
  color: #fff;
}

#list th {
  background-color: #73879C;
  border: solid 1px #ccc;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  cursor: default;
}

#list th:hover {
  background-color: #728e9c;
}

#list td {
  border: solid 1px #ccc;
  padding: 15px 0px;
  vertical-align: middle;
}

#list .page-switch {
  background-color: #f6f6f6;
  padding-bottom: 80px;
}

#list .page-switch ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

#list .page-switch li {
  border-radius: 50%;
  color: #728e9c;
  margin-right: 10px;
  line-height: 34px;
  text-align: center;
  position: relative;
}

#list .page-switch li:last-of-type {
  margin-right: 0;
}

#list .page-switch li a {
  display: block;
  width: 34px;
  height: 34px;
  border: solid 1px #728e9c;
  border-radius: 50%;
  color: #728e9c;
  cursor: pointer;
  transition: all 0.3s;
}

#list .page-switch li a:hover {
  background-color: #b4c9d3;
  color: #fff;
  border: solid 1px #b4c9d3;
}

#list .page-switch .back {
  margin-right: 20px;
}

#list .page-switch .next {
  margin-left: 10px;
  margin-right: 0;
}

#list .page-switch li.selected {
  background-color: #73879C;
  color: #fff;
}

#list .page-switch li.selected a {
  color: #fff;
}

#list li.back a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #728e9c;
  border-left: 1px solid #728e9c;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 14px;
}

#list li.next a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #728e9c;
  border-right: 1px solid #728e9c;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 10px;
}

#list li.back a:hover::before,
#list li.next a:hover::before {
  border-color: #fff;
}

.list_button_area {
  text-align: right;
}

.list_button {
  width: 100px;
  height: 40px;
  border-radius: 8px;
  background-color: #3c8dbc;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.list_button:hover {
  background-color: #b4c9d3;
}

.no_entry {
  text-align: center;
  margin-bottom: 10px;
}

/* ================================================
 * 詳細
 * ================================================*/
#detail .list-only {
  display: block;
}

#detail .detail-main {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#detail button {
  width: 180px;
  height: 40px;
  border-radius: 8px;
  background-color: #777d80;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

#detail button:hover {
  background-color: #b4c9d3;
}

#detail h1 {
  margin-bottom: 20px;
}

#detail .maintable {
  border: solid 2px #ccc;
  margin: 0 auto 40px;
  width: 100%
}

#detail .maintable th {
  background-color: #73879C;
  border: solid 1px #ccc;
  color: #fff;
  width: 200px;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  letter-spacing: .1em;
  line-height: 1.6;
}

#detail .voice .maintable th {
  width: 100px;
}

#detail .maintable td {
  max-width: 740px;
  border-top: solid 1px #ccc;
  padding: 10px;
  background: #fff;
  vertical-align: middle;
}

#detail .maintable td:not([colspan="10"]):last-child {
  width: 1px;
  /*white-space: nowrap;*/
}

#detail .maintable input {
  border: solid 1px #999;
  border-radius: 5px;
  font-size: 1.6rem;
  /*position: relative;*/
  padding: 3px 8px;
  width: 100%;
}

#detail .maintable input[type="file"] {
  position: absolute;
  top: -9999px;
}

#detail .maintable input#display_date {
  width: 150px;
  cursor: pointer;
}

#detail .maintable .w50 input {
  width: 50%;
}

#detail .maintable .w30 input {
  width: 30%;
}

#detail .maintable .w20 input {
  width: 20%;
}

#detail .maintable select {
  border: solid 1px #999;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1.6rem;
  padding: 4px;
  cursor: pointer;
}

#detail .maintable .radio {
  position: relative;
  top: -3px;
  width: 20px;
  height: 20px;
  border: solid 2px #999;
  border-radius: 50%;
  margin-right: 10px;
}

#detail .maintable .checkbox {
  width: 18px;
  height: 18px;
  border: solid 2px #999;
  margin-right: 5px;
  margin-top: 0;
}

#detail .maintable li {
  display: inline-block;
  margin-right: 20px;
}

#detail .maintable textarea {
  border: solid 1px #999;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 3px 8px;
  width: 100%;
}

#detail .display-non-display {
  font-size: 1.6rem;
  line-height: 36px;
  white-space: nowrap;
}

#detail .update-area {
  position: relative;
}

#detail .text-counter {
  color: #73879C;
  font-size: 1.2rem;
  text-align: right;
}

#detail .img-area {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  background-color: #d9e4e9;
  display: inline-block;
}

#detail .object-fit-contain {
  object-fit: contain;
  font-family: 'object-fit:contain;';
  /* IE */
  width: 100%;
  height: 100%;
}

#detail .files2,
#detail .filename2,
#detail .files1,
#detail .filename1,
#detail .files,
#detail .filename {
  padding-left: 168px !important;
  width: 98%;
}

#detail .maintable .li_img {
  position: relative;
  width: 46%;
  background: #f7fbfd;
  margin: 10px;
  font-size: 1.4rem;
  letter-spacing: 0;
}

#detail .voice .maintable .li_img {
  width: 80%;
}

#detail .btn {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 26px;
  width: 140px;
  background: #eee;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

#detail .caution {
  margin: 8px 0;
  font-size: 1.4rem;
  color: #f87071;
}

#detail .input-ttl {
  margin: 8px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #73879C;
}

#detail .update-area {
  position: relative;
  margin: 40px auto 130px;
}

#detail .update-area input {
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 10px;
  margin: 0 auto;
  padding: 0;
  background-color: #3c8dbc;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 60px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  border: none;
}

#detail .update-area input:hover {
  background-color: #b4c9d3;
}

#detail .update-area .sample {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background-color: #c39332;
  width: 174px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 1.5rem;
  transition: all 0.3s;
}

#detail .update-area .sample:hover {
  background-color: #b4c9d3;
}

#detail .update-area .sample a {
  display: block;
  color: #fff;
}

#detail .update-area .sample a::after {
  content: '';
  display: inline-block;
  background: url("../img/common/other-window.png") no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  margin-left: 3px;
}

#detail .update th {
  background: #888;
}

#detail .update td {
  color: #73879C;
}

#detail .cap_txt {
  width: 46%;
}

.textpassword {
  border: none;
  /* デフォルトの枠線を消す */
}

.fieldPassword {
  border-width: thin;
  border-style: solid;
  width: 200px;
}

.w10 {
  width: 10% !important;
}

/* ================================================
 * works-list
 * ================================================*/
#works-list .list-only {
  display: block;
}

#works-list .works-list-main {
  width: 1000px;
  margin: 0 auto 80px;
  position: relative;
  background-color: #fff;
  border: solid 2px #ccc;
}

#works-list .works-list-main:last-of-type {
  margin-bottom: 140px;
}

#works-list button {
  position: absolute;
  top: -60px;
  right: 0;
  width: 100px;
  height: 40px;
  border-radius: 8px;
  background-color: #3c8dbc;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

#works-list button:hover {
  background-color: #b4c9d3;
}

*#works-list h1 {
  margin-bottom: 60px;
}

#works-list h2 {
  line-height: 40px;
  background-color: #73879C;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}

#works-list .works-list-main>div>p {
  margin-bottom: 24px;
}

#works-list .works-list-main ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}

#works-list .works-list-main li {
  margin-bottom: 16px;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
  height: 230px;
  background-color: #eff8fc;
  border-radius: 10px;
  border: solid 1px #ccc;
  cursor: pointer;
  position: relative;
}

#works-list .works-list-main li::after {
  content: '';
  width: 100%;
  height: 100%;
}

#works-list .works-list-main li:hover {
  box-shadow: 0 0 0 3px #b4c9d3;
}

#works-list .img-area {
  width: 180px;
  height: 120px;
  margin: 20px auto;
}

#works-list .object-fit-contain {
  object-fit: contain;
  font-family: 'object-fit:contain;';
  /* IE */
  width: 100%;
  height: 100%;
}

#works-list .works-list-main li p {
  line-height: 1.4;
}

#works-list .determine {
  display: block;
  width: 220px;
  height: 60px;
  border-radius: 10px;
  margin: 0 auto;
  padding: 0;
  background-color: #3c8dbc;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 60px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  border: none;
}

#works-list .determine:hover {
  background-color: #b4c9d3;
}

/* 岡田工業さま向けCMSカスタマイズ対応 added by t.sato 2022-04-08 start */
/* ================================================
 * 詳細
 * ================================================*/

#detail div.image_cap_container {
  background-color: #fff;
  display: flex;
  padding-top: 10px;
  flex-direction: row;
}

#detail div.image_cap_item {
  flex-basis: 50%;
}

#detail .planed_location_container li {
  width: 16% !important;
}

#detail .disableCaption {
  color: #73879C;
}

/* 岡田工業さま向けCMSカスタマイズ対応 added by t.sato 2022-04-08 end */

#detail.simulation-detail .maintable th {
  width: 120px;
}

#detail.simulation-detail .maintable th .del_chk input {
  width: 20px;
  height: 20px;
}

/* ================================================
 * ユーザー管理者画面
 * ================================================*/
.user {
  margin-bottom: 100px;
}

.user .search-type {
  margin-top: 60px;
}

.user .search-type-list {
  display: flex;
  line-height: 2;
}

.user .search-type-list li:first-child a {
  padding-left: 0;
}

.user .search-type-list li+li {
  border-left: 1px solid #ccc;
}

.user .year-list {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0 auto;
  line-height: 2;
  list-style: none;
}

.user .search-type-list li:not(.is-active) a,
.user .year-list li a {
  text-decoration: underline;
}

.user .search-type-list li.is-active a {
  pointer-events: none;
}

.user .search-type-list li a,
.user .year-list li a {
  padding: 1em;
}

#list .user th {
  vertical-align: middle;
}

#list .user .monthly-results-list tr {
  cursor: initial;
  background-color: #fff;
  color: #333;
}

#list .user .monthly-results-list th.now {
  background-color: #3C8DBC;
}

#list .user .counter_area {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}

#list .user .page-switch {
  padding-bottom: 40px;
}

.user .btn-wrapper .btn-txt+.btn-txt {
  margin-top: 2em;
}

.user .btn-wrapper .btn {
  background-color: #ccc;
  border: solid 1px #999;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 4px 10px;
  text-align: center;
  transition: all 0.3s;
}

.user .btn-wrapper .btn:hover {
  cursor: pointer;
  background-color: #b4c9d3;
}

.user .close-btn {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.user .profile,
.user .view,
.user .document,
.user .visit-reservation,
.user .event-reservation,
.user .notification {
  margin-top: 4rem;
}

.user .section-ttl {
  margin-bottom: 1rem;
  padding-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid currentColor;
}

.user .bookmark {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  border-top: 2px solid currentColor;
}

.user .bookmark-ttl {
  margin-right: 2em;
  font-size: 1.8rem;
  font-weight: bold;
}

.user .bookmark .list_button+.list_button {
  margin-left: 1rem;
}

.user .view-wrapper {
  display: flex;
  margin-bottom: 2rem;
}

.user .view-list {
  margin-right: 8rem;
  width: 50%;
}

.user .view-list,
.user .history-list,
.user .notification-list {
  border: solid 1px #ccc;
  background: #fff;
}

.user .view-item,
.user .history-item,
.user .notification-item {
  border-top: solid 1px #ccc;
  padding: 16px;
  vertical-align: middle;
}

.user .view-item:first-child,
.user .history-item:first-child,
.user .notification-item:first-child {
  border-top: none;
}

#detail .user .btn-wrapper .btn {
  position: initial;
}

.user .history-item span+span {
  margin-left: 2em;
}

#list .user a:hover,
#list .user tr:hover {
  color: #3C8DBC;
}

#list .user .search-type-list {
  margin-bottom: 1em;
}

#list .user .search-type-list li a {
  padding: .7em 1em;
  border-radius: 8px;
  background-color: #3c8dbc;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

#list .user .search-type-list li a:hover {
  background-color: #b4c9d3;
  color: #fff;
}

#list .user .search-type-list li.is-active a {
  background-color: #b4c9d3;
}

#list .user .search-type-list li+li {
  margin-left: .7em;
  border: none;
}

#detail .user button {
  width: -moz-fit-content;
  width: fit-content;
  margin: .3em 0 .3em .5em;
}

/* ================================================
 * 予約管理画面
 * ================================================*/
.reserve {
  position: relative;
  line-height: 1.6;
  margin-bottom: 100px;
}

.reserve .section-ttl {
  margin-bottom: 1rem;
  padding-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid currentColor;
}

.reserve .notification,
.reserve .accordion,
.reserve .profile {
  margin-top: 4rem;
}

.reserve .text-bold {
  font-weight: bold;
}

.reserve .status {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid currentColor;
}

.reserve .status-ttl,
.reserve .btn-wrapper {
  margin-top: 1em;
}

.reserve .accordion-item {
  padding: 2rem;
  background-color: #fff;
}

.reserve .accordion-item+.accordion-item {
  margin-top: 2rem;
}

.reserve .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  background-color: #73879C;
  color: #fff;
  border-bottom: 1px solid currentColor;
}

#detail .reserve .accordion-toggle {
  width: auto;
  height: auto;
  font-weight: 700;
  color: #fff;
  background: none;
  text-decoration: underline;
}

#detail .reserve .accordion-toggle--open {
  display: block;
}

#detail .reserve .accordion-toggle--close {
  display: none;
}

#detail .reserve .accordion-item.is-open .accordion-toggle--open {
  display: none;
}

#detail .reserve .accordion-item.is-open .accordion-toggle--close {
  display: block;
}

.reserve .accordion-contents {
  display: none;
  margin-top: 2rem;
}

.reserve .accordion-item.is-open .accordion-contents {
  display: block;
}

.reserve .product-items {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.reserve .card {
  display: flex;
  justify-content: space-around;
  padding: 2rem;
  background-color: #f6f6f6;
  min-height: 300px;
}

.reserve .card-img {
  width: 30%;
}

.reserve .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#detail .reserve .date-list li {
  display: block;
}

.reserve .fixed {
  display: none;
}

#detail .reserve input[type="checkbox"] {
  width: 20px;
}

.reserve .button-wrapper {
  display: flex;
  justify-content: center;
}

.reserve .button-wrapper .button+.button {
  margin-left: 2rem;
}

#detail .reserve .button,
.reserve .button {
  width: auto;
  min-width: 180px;
  height: 40px;
  border-radius: 8px;
  background-color: #777d80;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.reserve .button:hover {
  cursor: pointer;
  background-color: #b4c9d3;
}

#detail .reserve .closing-table {
  margin-top: 4rem;
}

.reserve .closing-table #closing-date {
  width: 200px;
}

.reserve .modal {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#detail.is-modal-open {
  overflow: hidden;
}

.is-modal-open .reserve .modal {
  display: block;
}

.reserve .modal-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  padding: 4rem;
  background-color: #f6f6f6;
  box-shadow: 10px 10px 15px -10px;
}

#detail .reserve .modal-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 2em;
  height: 2em;
  background-color: #fff;
  color: #333;
  border-radius: 1em;
  border: 1px solid #f0f0f0;
}

.reserve .modal-inner .section-ttl {
  white-space: nowrap;
}

.reserve .date-wrapper,
.reserve .modal .button-wrapper {
  margin-top: 4rem;
}

.reserve .location-wrapper {
  margin-top: 2rem;
}


.reserve #modal-date {
  margin-right: 2rem;
  text-align: right;
}

.reserve #modal-hour,
.reserve #modal-minute {
  height: 2.7rem;
  margin-right: 1rem;
}

.reserve .modal-location input {
  width: 70%;
}

#detail .reserve .card-img {
  object-fit: contain;
  object-position: center;
}

#detail .reserve .card-content {
  margin-left: 1rem;
}

#detail .reserve .card-filename {
  word-break: break-all;
}




/* パワポ60~63ページ目 */

.topbuttonarea .bs-service__top-btn {
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.topbuttonarea .bs-service__top-btn li {
  width: auto;
}

.topbuttonarea .contact__btn,
.profile .close__btn {
  background-color: #ccc;
  border: none;
  border-radius: 8px;
  display: block;
  /* width: 120px; */
  width: 130px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
}

.bs-service__ttl {
  text-align: left;
}

.bs-service .ma {
  display: block;
  margin: 0 auto;
}

.bs-service .status {
  border: none;
  display: block;
}

.bs-service .status .btn-wrapper {
  display: flex;
  justify-content: center;
}

.bs-service .status .btn-wrapper:last-child {
  justify-content: flex-start;
}

.bs-service .status .btn-wrapper .btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bs-service .maintable input {
  width: auto;
}

#detail .bs-service .maintable th {
  background-color: #73879C;
  border: solid 1px #ccc;
  color: #fff;
  width: 200px;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  letter-spacing: .1em;
  line-height: 1.6;
}

#detail .bs-service .maintable input {
#  width: auto;
}

#detail .bs-service .maintable input[type="file"] {
  position: static;
}

#detail .bs-service .maintable td:not([colspan="10"]):last-child {
  width: auto;
//  white-space: nowrap;
}

.profile .close__btn {
  margin: 0 auto;
}



/* パワポ2ページ目 */

.bs-service .contact__btn {
  background-color: #ccc;
  border: none;
  border-radius: 8px;
  display: block;
  /* width: 120px; */
  width: 130px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
  margin-left: auto;
}

.bs-service__container-ttl {
  margin-bottom: 1rem;
  padding-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
//  border-bottom: 2px solid currentColor;
  border-bottom: 2px solid #38abee;
  
}

.bs-service__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:100%;
  margin:0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bs-service__content {
  display: flex;
  flex-direction: column;
  width: 320px;
  background-color: #fff;
  border: 3px solid #3C8DBC;
  height: 250px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 15px;
  transition: all 0.3s;
  cursor: pointer;
}

.bs-service__content.disable-content {
  cursor: default;
}

.bs-service__content-ttl {
  font-weight: bold;
  text-decoration: none;
  font-size: 2.4rem;
  color:#000;
  margin-top: 64px;
}

.bs-service__content-txt {
  padding: 30px 30px 0;
  color:#000;
  text-align: center;
  line-height: calc(28 /16);
}

.bs-service__content:hover {
  background-color: #3C8DBC;
}

.bs-service__content.disable-content:hover {
  background-color: #fff;
}

.bs-service__content:hover .bs-service__content-txt ,
.bs-service__content:hover .bs-service__content-ttl {
  color: #fff;
}

.bs-service__content.disable-content .bs-service__content-txt ,
.bs-service__content.disable-content .bs-service__content-ttl {
  color: #BFBFBF;
}

.bs-service__content.disable-content {
  border-color: #BFBFBF;
}

.bs-service__content.disable-content .bs-service__content-txt ,
.bs-service__content.disable-content .bs-service__content-ttl {
  color: #BFBFBF;
}

.bs-service__container .close__btn {
  background-color: #ccc;
  border: none;
  border-radius: 8px;
  display: block;
  width: 130px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
  margin: 0 auto;
}

/* パワポ3ページ目 */

.bs-service__list {
  margin-bottom: 10px;
}

.bs-service__list-ttl {
  font-weight: bold;
}

.bs-service__list-txt span {
  text-decoration: underline;
}

.bs-service__hp .bs-service__menu {
  display: block;
  background-color: #fff;
  color:#000;
  align-items: center;
  justify-content: space-around;
  margin: 30px 0;
  padding: 20px;
}

.bs-service__hp .bs-service__menu:first-of-type {
  margin-top: 50px;
}

.bs-service__hp .bs-service__content {
  display: flex;
  border: none;
  background-color: transparent;
  flex-direction: row;
  width: auto;
  height: auto;
  align-items: flex-start;
}


.bs-service__hp .bs-service__item-thumb {
  width: 384px;
  margin-right: 25px;
}

.bs-service__hp .bs-service__desc {
  width: 100%;
}

.bs-service__hp .bs-service__menu-ttl {
  font-size: 2.6rem;
  line-height: calc(40 /26);
  font-weight: 600;
}

.bs-service__hp .bs-service__desc-txt {
  line-height: calc(28 /16);
}


.bs-service__hp .bs-service__item-price {
  margin: 20px 0;
  font-size: 1.5rem;
}

.bs-service__hp .bs-service__company {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.bs-service__hp .bs-service__logo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  flex: 0 0 auto;
}

.bs-service__hp .bs-service__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bs-service__hp .bs-service__company-detail {
  font-size: 1.4rem;
  line-height: calc(22 / 14);
  margin-right: auto;
}

.bs-service__hp .bs-service__content-btn {
  background-color: #3C8DBC;  
  border-radius: 12px;
  color:#fff;
  display: block;
  width: 224px;
  padding: 19px 0;
  text-align: center;
  transition: all 0.3s;
  margin-left: 30px;
}

.bs-service__hp .bs-service__content-btn:hover {
  opacity: 0.7;
}

.bs-service__hp .bs-service__company a {
  align-self: flex-end;
}

.bs-service__hp .close__btn {
  background-color: #ccc;
  border: none;
  border-radius: 8px;
  display: block;
  width: 130px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
  margin: 0 auto;
}

/* パワポ4~6ページ目 */

.bs-service__heading .bs-service__content {
  justify-content: space-between;
}

/*.bs-service__heading .bs-service__item,
.bs-service__heading .bs-service__cap {
  width: 45%;
}*/

.bs-service__cap-ttl {
  font-weight: bold;
  font-size: 20px;
}

.bs-service__cap-copy {
  font-weight: bold;
  margin-top: 20px;
}

.bs-service__cap-txt {
//  margin-top: 20px;
}

.bs-service__m-heading,
.bs-service__s-heading {
  margin-top: 20px;
}

.bs-service__m-heading-ttl,
.bs-service__s-heading-ttl,
.bs-service__summary-ttl,
.bs-service__about-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom:10px;  
}

.bs-service__m-heading-txt,
.bs-service__s-heading-txt {
  margin-top: 20px;
  /* font-size: 16px; */
}

.bs-service__movie {
//  width: 100%;
//  height: 580px;
  width: 580px;
  height: 315px;

  background-color: #777d80;
  margin-top: 20px;
}

.bs-service__s-heading-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.bs-service__s-heading-content {
  width: 30%;
}

.bs-service__s-heading-thumb {
//  background-color: #777d80;
//  height: 150px;
}

.bs-service__contact-btn {
  background-color: #ffffff;
  border: 1px solid #000000;
  /* border-radius: 8px; */
  display: block;
  width: 400px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
  margin: 40px auto;
}

.bs-service__summary-table,
.bs-service__about-table {
  width: 100%;
  min-width: auto;
  margin: 0 auto 2em auto;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

.bs-service__summary-table th,
.bs-service__about-table th {
//  background-color: #ccc;
  background-color: #38abee;
color:#fff;
  
  padding: 20px;
  width: 300px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.bs-service__summary-table td,
.bs-service__about-table td {
  padding: 20px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  line-height: 1.5em;
}

.bs-service__about .bs-service__content {
  justify-content: space-between;
}

.bs-service__about .bs-service__cap {
  width: 60%;
}

.bs-service__about-table {
  margin-top: 40px;
}

/*業務支援サービス詳細ページ　./businesssupport/detail.php */
.bs-service__detail .bs-service__content {
  margin-top: 50px;
}

.bs-service__detail .bs-service__item-thumb {
  width: 420px;
  margin-right: 30px;
}

.bs-service__detail .bs-service__cap {
  width: 100%;
}

.bs-service__detail .bs-service__cap-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: calc(50 / 28);
}

.bs-service__detail .bs-service__cap-copy {
  font-size: 2rem;
  font-weight: 600;
  line-height: calc(34 / 20);
  margin-top: 25px;
}

.bs-service__detail .bs-service__cap-txt {
  line-height: calc(28 / 16);
  margin-top: 25px;
}

.bs-service__detail .bs-service__s-heading ,
.bs-service__detail .bs-service__m-heading {
  margin-top: 60px;
}

.bs-service__m-heading-ttl, 
.bs-service__s-heading-ttl,
.bs-service__summary-ttl, 
.bs-service__about-ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: calc(34 / 20);
  margin-bottom: 30px;
}

.bs-service__m-heading-txt,
.bs-service__s-heading-txt {
  margin-top: 20px;
  line-height: calc(28 / 16);
}

.bs-service__m-heading iframe {
  margin-top: 60px;
  width: 100%;
  height: 562.5px;
}

.bs-service__s-heading-content {
  width: 320px;
}

.bs-service__s-heading-cap {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: calc(28 /16);
}

.bs-service__contact-btn {
  background-color: #3C8DBC;
  border-radius: 16px;
  border: none;
  color: #fff;
  display: block;
  width: 357px;
  padding: 20px 0;
  text-align: center;
  transition: all 0.3s;
  margin-top: 60px;
  margin-bottom: 95px;
  font-size: 1.8rem;
}

.bs-service__contact-btn:hover {
  opacity: 0.7;
}

.bs-service__summary-table,
.bs-service__about-table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.bs-service__summary-table th,
.bs-service__about-table th {
    background-color: #728E9C;
    padding: 20px 30px;
    width: 236px;
    line-height: calc(28 / 16);
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.bs-service__summary-table td, .bs-service__about-table td {
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height:  calc(28 / 16);
}

.bs-service__about .bs-service__content {
  margin-top: 0;
}

.bs-service__detail .bs-service__about .bs-service__item-thumb {
  width: 320px;
}

.bs-service__about .bs-service__cap-txt {
  margin-top: 0;
}

.bs-service__about .bs-service__contact-btn {
  margin-bottom: 180px;
}

