@charset "UTF-8";
/* ==================================
 * base_layout
 * ==================================*/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
html, body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
}

/* ==================================
 * common_parts_layout
 * ==================================*/
section.bordered {
  padding: 25px;
  margin: 25px 5px 55px;
  border: 1.5px solid #CCC;
  border-radius: 4px;
}

h4.page-title {
  color: #005BAC;
  font-weight: bold;
  margin: 25px;
}

.contract-header {
  margin: 30px 0;
}
.contract-header .page-title {
  margin-left: 0;
}

.contract-header.has-description {
  margin: 0;
}
.contract-header.has-description .page-title {
  margin-top: 10px;
}

.contract-input-step {
  display: inline-block;
  min-width: 170px;
  text-align: center;
  color: #fff;
  background-color: #92D050;
  padding: 13px 0;
  border-radius: 22px;
}
.contract-input-step.min {
  padding: 7px 0;
}

span.contracted-icon:before {
  width: 35px;
  height: 35px;
  padding-top: 4px;
  font-size: 18px;
  color: #fff;
  border-radius: 17.5px;
  font-family: "Glyphicons Halflings";
  content: "\e008";
  background-color: #FF9216;
  display: inline-block;
  margin-right: 10px;
  padding-right: 8px;
}

.btn.btn-kakin-register {
  background-color: #FF9216;
  border: 1px solid rgb(236.2, 125.7030042918, 0);
  color: #fff;
  font-weight: bold;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .btn.btn-kakin-register {
    display: block;
    width: 100%;
    min-width: 0;
  }
}
.btn.btn-kakin-register[disabled], .btn.btn-kakin-register[disabled]:hover {
  background-color: #CCC;
  border: 1px solid rgb(193.8, 193.8, 193.8);
}
.btn.btn-kakin-register:hover {
  background-color: rgb(246.4, 131.1313304721, 0);
  border: 1px solid rgb(205.6, 109.4180257511, 0);
}
.btn.btn-kakin-register:active {
  background-color: rgb(215.8, 114.8463519313, 0);
  border: 1px solid rgb(175, 93.1330472103, 0);
}

.btn.btn-kakin-other-site {
  background-color: #5cb85c;
  border: 1px solid rgb(71.3641025641, 163.8358974359, 71.3641025641);
  color: #fff;
  font-weight: bold;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .btn.btn-kakin-other-site {
    display: block;
    width: 100%;
    min-width: 0;
  }
}
.btn.btn-kakin-other-site[disabled], .btn.btn-kakin-other-site[disabled]:hover {
  background-color: #CCC;
  border: 1px solid rgb(193.8, 193.8, 193.8);
}
.btn.btn-kakin-other-site:hover {
  background-color: rgb(74.458974359, 170.941025641, 74.458974359);
  border: 1px solid rgb(62.0794871795, 142.5205128205, 62.0794871795);
}
.btn.btn-kakin-other-site:active {
  background-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
  border: 1px solid rgb(52.7948717949, 121.2051282051, 52.7948717949);
}

.btn.btn-kakin-danger {
  background-color: #D9534F;
  border: 1px solid rgb(209.7551401869, 50.2074766355, 45.4448598131);
  color: #fff;
  font-weight: bold;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .btn.btn-kakin-danger {
    display: block;
    width: 100%;
    min-width: 0;
  }
}
.btn.btn-kakin-danger[disabled], .btn.btn-kakin-danger[disabled]:hover {
  background-color: #CCC;
  border: 1px solid rgb(193.8, 193.8, 193.8);
}
.btn.btn-kakin-danger:hover {
  background-color: rgb(211.5663551402, 58.4056074766, 53.8336448598);
  border: 1px solid rgb(184.7177570093, 44.0803738318, 39.8822429907);
}
.btn.btn-kakin-danger:active {
  background-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
  border: 1px solid rgb(159.5514018692, 38.0747663551, 34.4485981308);
}

.button-section, .two-form-button-section, .two-button-section {
  text-align: center;
  margin-bottom: 75px;
}

.two-button-section button:first-child {
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .two-button-section button:first-child {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.two-button-section button, .two-button-section button.btn {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .two-button-section button, .two-button-section button.btn {
    display: block;
    width: 100%;
    min-width: 0;
  }
}

.two-form-button-section form:first-child {
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .two-form-button-section form:first-child {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.two-form-button-section form {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .two-form-button-section form {
    display: block;
  }
}
.two-form-button-section button, .two-form-button-section button.btn {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .two-form-button-section button, .two-form-button-section button.btn {
    display: block;
    width: 100%;
    min-width: 0;
  }
}

div.next-step-navi {
  text-align: center;
  font-size: 50px;
}
div.next-step-navi:before {
  font-family: "Glyphicons Halflings";
  content: "\e114";
}

a.help-page-link {
  color: #005BAC;
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
a.help-page-link:hover {
  text-decoration: none;
}
a.help-page-link:before {
  font-family: "Glyphicons Halflings";
  content: "\e085";
}

div.warning-box {
  margin: 50px 2% 30px;
  padding: 32px 30px 20px;
  width: 96%;
  position: relative;
  background-color: #FCF8E3;
  box-sizing: border-box;
}
div.warning-box:before {
  font-size: 38px;
  color: #fff;
  background-color: #f0ad4e;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  text-align: center;
  padding-top: 1px;
  position: absolute;
  top: -25px;
  left: -25px;
  font-family: "Glyphicons Halflings";
  content: "\e101";
}
div.warning-box div.warning-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #BA4806;
  margin-bottom: 15px;
}
/* ナビゲーション */
div.wijmo-wijsuperpanel-statecontainer {
  height: 110px;
}
div.wijmo-wijsuperpanel-statecontainer div.wijmo-wijsuperpanel-contentwrapper {
  height: 110px;
  width: 100%;
}
div.wijmo-wijsuperpanel-statecontainer div.wijmo-wijsuperpanel-contentwrapper div.processPanel {
  width: 680px;
}
div.wijmo-wijsuperpanel-statecontainer div.wijmo-wijsuperpanel-contentwrapper div.processPanel ul.workflowProcessList {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  div.wijmo-wijsuperpanel-statecontainer div.wijmo-wijsuperpanel-contentwrapper div.processPanel ul.workflowProcessList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 15px 8px 0;
  }
}
div.wijmo-wijsuperpanel-statecontainer div.wijmo-wijsuperpanel-contentwrapper .processPanel.kakin-cancel-navi {
  text-align: center;
}
div.wijmo-wijsuperpanel-statecontainer div.wijmo-wijsuperpanel-contentwrapper .processPanel.kakin-cancel-navi .workflowProcessList {
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  div.wijmo-wijsuperpanel-statecontainer div.wijmo-wijsuperpanel-contentwrapper div.processPanel {
    width: 100%;
  }
}

.kakin-square-button {
  margin: 25px 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.kakin-square-button > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.kakin-square-button > div label {
  width: 100%;
}
.kakin-square-button label {
  position: relative;
  font-size: 1.6rem;
  margin: 13px 0;
  padding: 15px;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #000;
  min-height: 100px;
  word-break: break-all;
  white-space: normal;
  border: 2px solid #CCC;
  box-sizing: border-box;
}
.kakin-square-button label.contracted:before {
  width: 35px;
  height: 35px;
  padding-top: 4px;
  font-size: 18px;
  color: #fff;
  border-radius: 17.5px;
  font-family: "Glyphicons Halflings";
  content: "\e008";
  background-color: #FF9216;
  position: absolute;
  top: -20px;
  left: -20px;
}
.kakin-square-button .radio-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kakin-square-button .radio-description ul li {
  line-height: 2;
}
.kakin-square-button.disable-radio .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.kakin-square-button.disable-radio label.active {
  background-color: #8EB4E3;
  border: 2px solid #1F497D;
  color: #fff;
}
.kakin-square-button.disable-radio label:hover {
  opacity: 0.9;
  border: 2px solid #1F497D;
}
.kakin-square-button.disable-radio label.focus {
  outline: none;
}

div.border {
  border-top: 1px solid #000;
}

div.total-amount {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #F2DCDB;
}

div.term-description {
  margin: 20px 20px 30px 20px;
  line-height: 2;
}

div.term-agreement {
  text-align: center;
  margin: 20px 20px 30px 20px;
}

.vcenter-row {
  letter-spacing: -0.4em;
}
.vcenter-row > [class*=col-] {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.disp-card-no {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.nobreak {
  display: inline-block;
}

/* ==================================
 * service_contract
 * ==================================*/
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.panel-detail {
  height: 97%;
  margin-bottom: 3%;
  border: 2px solid #acb2b7;
  background-color: #FFFFFF;
}

.img-centering {
  display: block;
  margin: auto;
}

.service-group-header {
  margin: 30px 0;
}

h4.service-group-title {
  color: #616161;
  font-weight: bold;
  border-bottom: 2px solid #acb2b7;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.btn.btn-kakin-aplly-service {
  background-color: #5cb85c;
  border: 1px solid rgb(71.3641025641, 163.8358974359, 71.3641025641);
  color: #fff;
  font-weight: bold;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .btn.btn-kakin-aplly-service {
    display: block;
    width: 100%;
    min-width: 0;
  }
}
.btn.btn-kakin-aplly-service[disabled], .btn.btn-kakin-aplly-service[disabled]:hover {
  background-color: #CCC;
  border: 1px solid rgb(193.8, 193.8, 193.8);
}
.btn.btn-kakin-aplly-service:hover {
  background-color: rgb(74.458974359, 170.941025641, 74.458974359);
  border: 1px solid rgb(62.0794871795, 142.5205128205, 62.0794871795);
}
.btn.btn-kakin-aplly-service:active {
  background-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
  border: 1px solid rgb(52.7948717949, 121.2051282051, 52.7948717949);
}

/*# sourceMappingURL=service_contract.css.map */
