@charset "utf-8";

#diagnosis_diagnosis .input_item dl dd .c-list-01 li {
    list-style-type: square;
    margin: 0;
    padding: 0;
    margin-top: .75em;
    margin-left: 20px;
    line-height: auto;
    display: list-item;
    height: auto;
}

.diagnosis_boder{
    border: 2px solid #eb7000;
    padding: 40px 20px 0;
    margin: 20px 0 0;
    border-radius: 10px;
}

.tel_link_sp{
    width: 80%;
    text-align: center;
    margin: 0 auto 20px !important;
}

/* ========== acc ========== */
.c-acc-01, .c-acc-01:last-child {
    margin: 10px 0 0;
}

.c-acc-01>.item>.head {
    padding: 17px 0 13px;
}

.c-acc-01>.item>.head:hover {
    background: none;
}

.c-acc-01>.item>.head:before,
.c-acc-01>.item>.head:after {
    content: none;
}

.c-acc-01>.item>.head .c-acc--icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}
.c-acc-01>.item>.head .c-acc--icon span::before,
.c-acc-01>.item>.head .c-acc--icon span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -2% 0 0 -90%;
    background: #535252;
}
.c-acc-01>.item>.head .c-acc--icon span::after {
    transform: rotate(90deg);
}
.c-acc-01>.item>.head.opened .c-acc--icon span::after {
    transform: none;
}

.c-acc-01>.item>.body {
    padding: 10px 0 0;
    margin: 0;
}


/* ========== loan-simulatorBtn ========== */

.c-btn-01.loan-simulatorBtn {
  padding: 16px 38px 16px 60px;
  border-radius: 28px;
  font-size: 112.5%;
  font-weight: bold;
  -webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
}
.c-btn-01.loan-simulatorBtn:before {
  background-image: url(/products/homeloan/img/icon_01@x2.png);
  background-repeat: no-repeat;
  background-size: 18px 21px;
  background-position: 0 0;
  left: 36px;
}
.ie8 .c-btn-01.loan-simulatorBtn:before {
  background-image: url(/products/homeloan/img/icon_01.png);
}

.c-btn-01.loan-simulatorBtn.size-01 {
  border-radius: 10px;
  font-size: 162.5%;
  max-width: 100%;
  text-align: center;
  width: 432px;
}
.c-btn-01.loan-simulatorBtn.size-01 {
  padding-right: 36px;
  padding-left: 36px;
}

.c-btn-01.loan-simulatorBtn.size-01:before,
.ie8 .c-btn-01.loan-simulatorBtn.size-01:before {
  display: none;
}
.c-btn-01.loan-simulatorBtn.size-01 > span {
  position: relative;
}
.c-btn-01.loan-simulatorBtn.size-01 > span:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
}
.c-btn-01.loan-simulatorBtn.size-01 > span:before {
  background-image: url(/products/homeloan/img/icon_01@x2.png);
  height: 28px;
    top: 4px;
    left: -30px;
  width: 24px;
}
.ie8 .c-btn-01.loan-simulatorBtn.size-01 > span:before {
  background-image: url(/products/homeloan/img/icon_01.png);
}