@charset "utf-8";

/***************************************************
 * estimate
 */

section.estimate {
  margin: 0 auto 30px;
}

section.estimate h2 {
  text-align: center;
  font-size: 32px;
  border-bottom: none;
}

section.estimate .container {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}

table.contract {
  width: 365px;
  table-layout: fixed;
  border-collapse: collapse;
}

table.contract tr:first-of-type {
  border-bottom: 2px solid #000;
}

table.contract tr {
  border-bottom: 1px solid #c8c8c8;
}

table.contract tr td {
  font-size: 12px;
}

table.contract tr th {
  text-align: left;
  font-size: 14px;
}

/*
table.contract tr.total {
  display: none;
}
*/

table.contract tr.total th {
  background-color: #f0f0f0;
  border-right: 1px solid #c8c8c8;
}

table.contract tr th,
table.contract tr td {
  padding: 6px 0 6px 8px;
}

table.contract tr:nth-child(2) th,
table.contract tr:nth-child(2) td {
  padding-top: 20px;
}

table.contract tr th:first-of-type {
  width: 160px;
}

table.contract tr th:last-child {
  text-align: right;
  font-weight: normal;
}

.container .corporate {
  margin-top: 10px;
}

.container .corporate dl {
  display: flex;
  flex-wrap: wrap;
  width: 260px;
  font-size: 13px;
  margin-bottom: 20px;
}

.container .corporate dt {
  width: 100px;
  margin: 0;
}

.container .corporate dd {
  width: 140px;
  margin: 0;
}

.container .corporate .logo {
  margin-bottom: 2px;
}

.container .corporate .title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
}

.container .corporate .address {
  font-size: 12px;
}

.detail_title {
  font-size: 15px;
  margin-bottom: 6px;
}
.detail_text {
  font-size: 13px;
}

.detail_container.monthly {
  margin-top: 20px;
}

table.detail {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}

table.detail th {
  background-color: #f0f0f0;
  padding: 15px 5px;
  text-align: center;
  font-size: 14px;
}

table.detail th.new,
table.detail th.ex {
    width: 100px;
}


table.detail td {
  padding: 8px 10px;
  font-size: 12px;
}

/*見出し*/
table.detail th:nth-child(1) {
  width: 42px;
}

table.detail th:nth-child(2) {
  width: 315px;
}

table.detail td:nth-child(2),
table.detail td:nth-child(6){
  text-align: left;
}

table.detail th:nth-child(3),
table.detail th:nth-child(5){
  width: 120px;
}

table.detail td:nth-child(3) ,
table.detail td:nth-child(5){
  text-align: right;
}

table.detail th:nth-child(4) {
  width: 90px;
}



table.detail th,
table.detail td {
  border: 1px solid #c8c8c8;
  text-align: center;
}

table.detail th:first-of-type,
table.detail td:first-of-type {
  border-left: none;
}

table.detail th:last-of-type,
table.detail td:last-of-type {
  border-right: none;
}



/*detail_layoutBoxの内側の設定*/
.detail_layoutBox.-col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/*detail_content内でのdetail_layoutBoxのレイアウト情報*/
.total_area .detail_layoutBox {
  margin-top: 20px;
}
.total_area .detail_layoutBox_inner:first-child {
  width: 680px;
}
.total_area .detail_layoutBox_inner:last-child {
  width: 270px;
}

table.total {
  width: 270px;
  font-size: 14px;
  table-layout: fixed;
  border-collapse: collapse;
/*  margin: 20px 0px 0px auto;*/
}

table.total th,
table.total td {
  padding: 4px 10px;
  border: 1px solid #c8c8c8;
}

table.total th {
  width: 120px;
  background-color: #f0f0f0;
  text-align: left;
  border-left: none;
}

table.total tr:last-child td {
  padding: 8px 10px;
}

table.total td {
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  border-right: none;
}

.detail_note {
  font-size: 13px;
  margin: 0;
}



.note_container {
  text-align: right;
  margin-top: 14px;
}

.note_container .inner {
  display: inline-block;
  text-align: left;
}

.note_container .inner p {
  font-size: 12px;
  margin: 0;
}

section.legal {
  margin-bottom: 50px;
}

section.legal .container {
    max-height: 200px;
}

section.legal .contents ul {
  margin-bottom: 30px;
  margin-top: 10px;
}

section.legal .contents ul li {
  padding-left: 1.1em;
}

section.legal .contents ul li::before {
  content: "■";
  position: absolute;
  left: 0;
  margin-right: 4px;
}

section.legal .contents ul li.cp {
  display: none;
}

section.legal .contents ul li.cp.on {
  display: block;
}

/*section.control .btn.inquiry {
  background: #fff;
  border: 1px solid #d0dce4;
}
section.control .btn.inquiry a {
  color: #333;
}
section.control .btn.inquiry::after {
  background-image: url(/sim/common/img/btn_icon-blk.png);
}*/


section.business {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

section.form.business > .item {
  margin-bottom: 0;
  justify-content: center;
}

section.form.business > .item .label {
  /*flex: auto;*/
  flex: auto;
  padding-left: 0;
  padding-right: 25px;
}


section.form.business > .item .input {
  /*width: 340px;*/
  flex: auto;
}

section.form .item label {
    border: 1px solid #d0dce4;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
}

section.form .item label.show {
    display: inline-block;
}

section.form .item label.off {
    display: none;
}

section.form .item label:not(:last-child) {
    margin-right: 15px;
}

/*.apply_contnt {
  display: none;
}*/

.apply_contnt.on {
  display: block;
}

.apply_contnt > .control {
  margin-top: 50px;
}

.apply_contnt.-contact > .control {
  margin-top: 20px;
}

.check_block {
  background-color: #f7f7f7;
  padding: 20px;
}

.check_block .title {
  font-size: 16px;
  font-weight: bold;
}


.apply_check {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.apply_check li {
  list-style: none;
}

.apply_check li + li {
  margin-top: 20px;
}

.apply_check li input[type="checkbox"] {
  display: none;
}

.apply_check li span {
  /*padding-left: 20px;*/
  position: relative;
  /*margin-right: 20px;*/
}

.apply_check li span.inner {
  display: table;
}

.apply_check li span.inner span.box {
  display: table-cell;
  width: 22px;
  vertical-align: top;
}

.apply_check li span.inner span.txt {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}

.apply_check li span.inner span.txt .opt {
  display: block;
  font-weight: normal;
  font-size: 13px;
  margin-top: 7px;
}

.apply_check li span.inner span.txt .opt.kome {
  text-indent: -1em;
  padding-left: 1em;
}

.apply_check li span.inner span.txt .opt.red {
  color: #c00;font-weight: bold;
}

.apply_check li span.inner span.box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  width: 22px;
  height: 22px;
  background-image: url(../../common/img/cb.png);
}

.apply_check li input:checked + span.inner span.box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  width: 22px;
  height: 22px;
  background-image: url(../../common/img/cb.png);
  background-position: 0px -22px;
}

.contact_cap {
  text-align: center;
  margin-top: 40px;
}
