@charset "UTF-8";

/* ----------
CONTENT
----------- */

.layout_column2 {
  padding: 4rem 0 0;
  background-color: #f6f4f3;
}

/*
 * ご利用タイプ
 */
.flow-type_box .flow-specsheet h2 {
  font-weight: bold;
  font-size: 1.14rem;
  color: #ed1c24;
}

.flow-type_box .flow-specsheet p {
  margin-top: 1rem;
  line-height: 1.8;
}

.flow-type_box .flow-specsheet table {
  width: 100%;
  margin-top: 1rem;
  font-size: 0.85rem;
}

.flow-type_box .flow-specsheet table th,
.flow-type_box .flow-specsheet table td {
  padding: 0.4rem 0;
  border-top: 1px solid #daddd9;
  border-bottom: 1px solid #daddd9;
}

.flow-type_box .flow-specsheet table th {
  width: 1px;
  padding-right: 1rem;
  font-weight: bold;
  white-space: nowrap;
}

.flow-type_box .flow-more a.btn_sub_action {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  line-height: 1;
}

/* button set */
.main_flow_detail .flow_btn_set {
  background-color: #e8e8e8;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .flow-type {
    padding: 0 1rem;
  }
  .flow-type_box .flow-more {
    margin-top: 2rem;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .flow-type_box {
    margin-top: 2rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .flow-type_box .flow-specsheet {
    order: 2;
    width: 410px;
  }

  .flow-type_box .flow-more {
    order: 1;
    width: 290px;
  }

  .flow-type_box .flow-more::before {
    content: '';
    display: block;
    width: 100%;
    height: 205px;
    margin-bottom: 20px;
    background-color: #fc0;
  }

  .flow-type_box.rent-by-the-hour .flow-more::before {
    background: url(../images/flow_icon01.svg) no-repeat center center #00c1c1;
    background-size: 100px 100px;
  }

  .flow-type_box.rent-by-the-monthly .flow-more::before {
    background: url(../images/flow_icon02.svg) no-repeat center center #00c1c1;
    background-size: 100px 100px;
  }
}

/*
 * 時間課金/月額課金プラン 詳細
 */
.main_flow_detail .section-subhead {
  margin-top: 4rem;
}

.main_flow_detail .section-blockhead {
  margin: 2rem 0 1rem;
  font-weight: bold;
  font-size: 1.14rem;
  color: #ed1c24;
}

.main_flow_detail p {
  margin: 1rem 0;
}

.main_flow_detail .drawing_box {
  background-color: #fff;
  display: inline-block;
  padding: 1rem 1.5rem;
}

.main_flow_detail .list-mark_default {
  margin: 1rem 0 1rem 1.4rem;
  line-height: 1.5;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .main_flow_detail {
    padding: 0 1rem;
  }

  .main_flow_detail .drawing_box img {
    max-width: 100%;
    height: auto;
  }
}

/* table */
.main_flow_detail .table-scroll_wrapper {
  margin: 1rem 0;
}

.main_flow_detail .table-scroll_wrapper .flow_table {
  margin: 0;
}

.main_flow_detail .flow_table {
  width: 100%;
  margin: 1rem 0;
}

.main_flow_detail .flow_table th,
.main_flow_detail .flow_table td {
  padding: 1rem;
  text-align: center;
}

.main_flow_detail .flow_table td {
  background-color: #fff;
}

.main_flow_detail .flow_table thead td {
  border-left: 1px solid #5f5f5f;
  background-color: #373737;
  color: #fff;
}

.main_flow_detail .flow_table tbody th {
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
}

.main_flow_detail .flow_table tbody td {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.main_flow_detail .flow_table thead tr:first-child > td:first-of-type {
  -webkit-border-radius: 4px 0 0;
  border-radius: 4px 0 0;
}

.main_flow_detail .flow_table thead tr:first-child > td:last-of-type {
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.main_flow_detail .flow_table tbody tr:last-child > *:first-of-type {
  -webkit-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.main_flow_detail .flow_table tbody tr:last-child > *:last-of-type {
  -webkit-border-radius: 0 0 4px;
  border-radius: 0 0 4px;
}

.main_flow_detail .flow_table tr > *:first-child {
  border-left: 0;
}

.main_flow_detail .flow_table thead tr > td:first-of-type {
  border-left: 0;
}

.main_flow_detail .flow_table tbody tr:first-child > * {
  border-top: none;
}

.flow_table.flow-initial-part tbody th {
  width: 20%;
}

.flow_table.flow-initial-part tbody th + td,
.flow_table.flow-initial-part tbody td:last-of-type {
  width: 20%;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .main_flow_detail .table-scroll_wrapper {
    overflow-x: auto;
  }

  .main_flow_detail .table-scroll_wrapper .flow_table {
    width: 750px;
  }

  .main_flow_detail .table-scroll_wrapper::-webkit-scrollbar {
    height: 8px;
  }

  .main_flow_detail .table-scroll_wrapper::-webkit-scrollbar-track {
    background: #ddd;
  }

  .main_flow_detail .table-scroll_wrapper::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    background-color: rgba(188, 188, 188, 1);
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
}

/* data list */
.main_flow_detail .flow_data-list {
  margin: 1rem 0;
}

.main_flow_detail .flow_data-list dt {
  margin-top: 1rem;
}

.main_flow_detail .flow_data-list dd {
  padding-left: 2.5rem;
}

/* button set apply */
.main_flow_detail .flow_btn_set_apply {
  padding: 1rem;
  margin: 0 0 2rem;
}

.main_flow_detail .flow_btn_set_apply a {
  padding: 1rem;
}

/* button set */
.main_flow_detail .flow_btn_set {
  padding: 1rem;
  margin: 0 0 2rem;
}

.main_flow_detail .flow_btn_set a + a {
  margin-left: 0.5rem;
}

.main_flow_detail .flow_btn_set .btn_action {
  display: inline-block;
  width: 198px;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 1rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .main_flow_detail .flow_btn_set li {
    margin-bottom: 10px;
  }

  .main_flow_detail .flow_btn_set li:last-child {
    margin-bottom: 0;
  }

  .main_flow_detail .flow_btn_set a {
    color: #2c2c2c;
    background-color: #fff;
    border: 1px solid #000;
    display: block;
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: center;
  }

  .main_flow_detail .flow_btn_set a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .main_flow_detail .flow_btn_set .btn_link span {
    display: inline-block;
  }
}