@charset "utf-8";

/***************************************************
 * estimate
 */

section.estimate {
  margin: 0 auto 30px;
}

section.estimate h2,
section.estimate h3 {
  text-align: center !important;
  font-size: 32px;
  border-bottom: none;
}


section.estimate .container {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}

table.contract {
  width: 375px;
  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;
}

table.detail {
  width: 100%;
  font-size: 13px;
  /*table-layout: fixed;*/
  border-collapse: collapse;
}

table.detail th {
  background-color: #f0f0f0;
  padding: 15px 5px;
  text-align: center;
  font-size: 14px;
}


table.detail td {
  padding: 8px 10px;
  font-size: 12px;
}

/*見出し*/
table.detail th:nth-child(1) {
  width: 42px;
}

table.detail th:nth-child(2) {
  width: 360px;
}


table.detail th:nth-child(3) {
  width: 90px;
}

table.detail th:nth-child(4) {
  width: 90px;
}

table.detail th:nth-child(5) {
  width: 100px;
}

table.detail th:nth-child(6) {
  width: 265px;
}





table.detail td:nth-child(2) {
  text-align: left;
}

table.detail td:nth-child(3) {
  text-align: right;
}

table.detail td:nth-child(5) {
  text-align: right;
}

table.detail td:nth-child(6) {
  text-align: left;
}





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のレイアウト情報*/
.detail_content .detail_layoutBox {
  margin-top: 20px;
}
.detail_content .detail_layoutBox_inner:first-child {
  width: 680px;
}
.detail_content .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: 30px;
}

section.legal .wrapper {
  margin-bottom: 80px;
}

section.legal .container {
    max-height: 200px;
    max-height: 100%;
}

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.-basic {
  display: none;
}

section.legal .contents.-basic ul li.-basic {
  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);
}

div.is-cp {
  margin-top: 30px;
}

.cplegalTitle {
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}