@charset "UTF-8";
/* index */
div#main_visual {
  background-size: contain;
}
div#main_visual div.inner img.top_subtitle {
  width: 100%;
}
/* sidemenu */
div.main_area {
  padding-right: 15px !important;
}
div#sidemenu {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  top: 0;
  right: 0;
  transform: translateY(0) translateX(0);
}
div#sidemenu ul {
  margin-top: 60px;
  width: 100%;
  padding: 0;
}
div#sidemenu ul li {
  width: 100%;
  text-align: left;
  padding: 0 15px;
  background-color: transparent !important;
  border-bottom: solid 1px #ccc;
}
div#sidemenu ul li a {
  color: #fff;
}
body.window_lock {
  overflow-y: hidden;
}
div#sp_menu {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #666;
  background: #fff;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
div#sp_menu.open {
  background-color: transparent !important;
  border: none !important;
  color: #fff;
}
/* 基本仕様 select.html */
table.specification_table th, table.specification_table td {
  display: block;
  border-width: 0 0px 1px 0;
  width: 100%;
  text-align: left;
}
table.specification_table tr:first-child td {
  text-align: right;
}
table.specification_table tr:last-child td:last-child {
  border-width: 0;
}
table.select_option_table td {
  width: 5rem;
}
/* オプション選択画面option.html */
table.approximate_table th {
  width: 7rem;
}
div.option_box {
  margin-bottom: 1rem;
}
div.option_box img {
  max-height: auto;
  width: 100%;
}
table.option_table th {
  display: block;
  border-width: 1px 0px 0px 0;
  width: 100%;
  position: relative;
  /*background-color: #ecf0f1 !important; */
}
table.option_table th > div {
  display: none;
}
table.option_table th > i {
  position: absolute;
  top: 5px;
  right: 10px;
}
table.option_table td {
  display: inline-block;
  border-width: 0 0px 0px 0;
}
table.option_table td:nth-child(2) {
  width: calc(100% - 8rem);
  text-align: left;
}
table.option_table td:nth-child(3) {
  width: 8rem !important;
}
table.option_table tr:first-child th {
  border-top-width: 0;
}


div#other table textarea{
height:10rem;
}


/* 見積書作成 */
div.confirm_box table td:nth-child(1) {
  font-weight: bold;
  background-color: #ecf0f1 !important;
}
div.confirm_box table td:nth-child(2) {
  width: auto;
}
div.confirm_box table.confirm_table th {
  display: none;
}
div.confirm_box table.confirm_table td {
  display: block;
  border-width: 0 0px 1px 0;
}
div.confirm_box table.confirm_table tr:last-child td:last-child {
  border-width: 0;
}
footer {
  padding-bottom: 70px;
}
div.sp_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  display: flex !important;
}
div.sp_footer a {
  display: inline-block;
  color: #fff;
  width: 50%;
}

div.sp_color_select a {
    width: 100%;
}

