@charset "utf-8";

/***************************************************
 * confirm
 */

.center {
  text-align: center;
}

table.estimate {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 2px solid #d0dce4;
  border-bottom: 1px solid #d0dce4;
  font-size: 14px;
  margin-top: 40px;
}

table.estimate tr:not(.sub),
table.estimate tr.sub.first {
  border-top: 1px solid #d0dce4;
}

table.estimate th,
table.estimate td {
  padding: 16px 0px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

table.estimate th {
  padding-left: 20px;
  width: 350px;
}

table.estimate td span.qty {
  text-align: right;
  padding-right: 30px;
}

table.estimate tr.sub span {
  display: inline-block;
  width: 50%;
}

table.estimate tr.sub span.s_name .-opt {
  padding-left: 1em;
}

table.estimate tr.sub span:nth-child(1) {
  width: 62%;
}

table.estimate tr.sub span:nth-child(1) span {
  width: auto;
}

table.estimate tr.sub span:nth-child(2) {
  width: 38%;
}

table.estimate tr.sub span:nth-child(2) span {
  width: auto;
}

table.estimate tr.sub.first td {
  padding-top: 16px;
}

/*table.estimate tr.sub td {
  padding-top: 5px;
  padding-bottom: 5px;
}*/

table.estimate tr.sub.last td {
  padding-bottom: 16px;
}

table.estimate tr.total th {
  vertical-align: middle;
}

table.estimate tr.total td {
  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
}

table.estimate span {
  font-size: 90%;
}

/*override*/
section.legal {
  margin-top: 60px;
}


section.legal .contents + .title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.important,.minus {
    color: red !important
}


/*pay_checkList*/
.pay_checkList {
  width: 1000px;
  margin: 60px auto 0;
  padding-bottom: 20px;
  border: 4px solid #f74141
}
.pay_checkList.-contact {
  border: 4px solid #4f4f4f;
}

@media only screen and (max-width: 599px) {
  .pay_checkList {
    width: calc(100% - 30px)
  }
}

.pay_checkList_ttl {
  background-color: #f74141;
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  margin: 0;
}
.pay_checkList.-contact .pay_checkList_ttl {
  background-color: #4f4f4f;
}

section.legal .wrapper + .wrapper {
    margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .pay_checkList_ttl {
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 0
  }
}

.pay_checkList_lead {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 599px) {
  .pay_checkList_lead {

  }
}

.pay_checkList_btnWrap {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.pay_checkList.-contact .pay_checkList_btnWrap {
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .pay_checkList_btnWrap {
    margin: 20px
  }
}

.pay_checkList .checkList {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  .pay_checkList .checkList {
    margin: 20px
  }
}

.pay_checkList .checkList .checkItem {
  margin-top: 15px
}

.pay_checkList .checkList .checkItem label {
  font-weight: bold
}

/*p-checkbox*/
.p-checkBox .p-check {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0)
}

.p-checkBox .p-check + label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-checkBox .p-check + label::before {
  content: " ";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: url(../img/icon_checkbox_off.png) 0 0/contain no-repeat;
  margin-right: 8px
}

.p-checkBox .p-check:checked + label:before {
  background: url(../img/icon_checkbox_on.png) 0 0/contain no-repeat
}

.check_wrap {
    text-align: center;
}

.check_wrap > .inner {
    display: inline-block;
}

section.legal .agreement.-p_kiyaku::before {
    display: none;
}

.p-checkBox.-p_kiyaku .p-check + label {
    padding: 12px 20px;
    font-weight: bold;
    border: 2px solid #f74141;
    border-radius: 6px;
}

.p-checkBox.-p_kiyaku .p-check:checked + label {
  background-color: #f74141;
  color: #FFF;
}


/*p-button*/
.p-button {
    border-radius: 6px;
    border: 1px solid #787879;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 47px 10px 20px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: inherit
}

.p-button::after {
    content: " ";
    display: block;
    width: 8px;
    height: 12px;
    background: url(../img/icon_button_arrow.png) 0 0/contain no-repeat;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px
}

section.legal .container .mt15 {
    margin-top: 15px;
}

section.legal .wrapper.agree {
    padding: 0;
    border: 4px solid #4f4f4f;
}

.agree .pay_checkList_ttl {
  background-color: #4f4f4f;
}

section.legal .agree .container {
  max-height: 100%;
  padding: 30px;
  margin: 0;
}

section.legal .agree .container > p {
    margin-top: 0;
}


.sub_ttl {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}


section.form .send_unit .item {
  display: flex;
  margin-bottom: 20px;
}

section.form .send_unit .item .label {
  flex: 0 1 350px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 15px;
}

section.form .send_unit .item.required .label::after {
  content: "*";
  color: #f74141;
  margin-left: 0.1em;
}

section.form .send_unit .item .input,
section.form .send_unit .item .value {
  flex: 1 1 0%;
  padding-right: 10px;
}

section.form .send_unit .item .input.flex {
  display: flex;
  flex-wrap: wrap;
}

section.form .send_unit .item .value {
  line-height: 50px;
}

.-send .send_unit + .send_unit {
  margin-top: 40px;
}

.-operator > h3 {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
}

div.unittotal {
  padding-left: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.cp_agree {
  display: none;
}

.cp_agree.on {
  display: block;
}

.cp_agree .mt0{
  margin-top: 0;
  
}

@media only screen and (max-width: 599px) {
  section.legal .wrapper + .wrapper {
    margin-top: 25px;
}

section.legal .agree .agreement {
  margin-bottom: 0;
}

section.legal .agree .container {
  padding: 20px;
}

.send_unit > h3 {
  margin-left: 0;
  margin-right: 0;
}

div.unittotal {
  padding-left: 0;
  margin-bottom: 20px;
}

}

/* - 2023 チェック項目追加
------------------------------------------------------------ */

.apply_c_contnt {
  margin-top: 40px;
}

.check_block {
  background-color: #f7f7f7;
  padding: 20px;
  margin-top: 40px;
}

.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;
}

.apply_check li span.inner span.txt .opt {
  display: block;
  font-weight: normal;
  font-size: 13px;
  margin-top: 7px;
  text-indent: -1em;
  padding-left: 1em;
}

.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;
}

.flowImg {
  text-align: center;
  margin-top: 40px;
}

.flowImg img {
  max-width: 800px;
  width: 100%;
  border: 1px solid #DDD;
}


@media only screen and (max-width: 599px) {

  .flowImg{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .flowImg img{
    max-width: 680px;
    width: auto;
    height: auto;
    display: block;
  }
}