@charset "UTF-8";

br.sp {
  display: none;
}

body {
  min-width: 1080px;
  padding-bottom: 100px;
}

header#header {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
}

header#header .tel {
  display: flex;
  align-items: center;
}

header#header .tel .number {
  width: 360px;
  position: relative;
}

header#header .tel .number span {
  position: absolute;
  left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

header#header .tel .time {
  font-size: 10px;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.4;
}

.header-logo-block {
  display: flex;
  align-items: center;
}

footer {
  background-color: #FFF;
  color: #000;
  padding-bottom: 0;
}

#copyright {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 30px 0;
}

#main-head {
  max-width: 1080px;
  margin: 0 auto;
}

#main-head h1 {
  background-image: url(../img/card_loan/main_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.diagnosis-lead {
  text-align: center;
  padding: 15px;
}

.diagnosis-block {
  max-width: 1080px;
  background: #ffe0db;
  background-size: cover;
  margin: 0 auto;
  padding: 40px 20px 15px;
  box-sizing: border-box;
  position: relative;
}

.diagnosis-ttl {
  position: absolute;
  top: -12px;
  left: calc(50% - 145px);
}

.err {
  color: #FF0000;
  margin-bottom: 20px;
}

.diagnosis-form {
  display: flex;
}

.diagnosis-form li {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.diagnosis-form li + li {
  border-left: #646464 solid 1px;
}

.diagnosis-form li input,
.diagnosis-form li select {
  width: 150px;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 4px 10px;
  box-sizing: border-box;
  border: #646464 solid 1px;
  border-radius: 4px;
  box-shadow: inset 3px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.diagnosis-form li select {
  text-align: center;
}

.diagnosis-form li p {
  line-height: 1.0;
}

.diagnosis-form-ttl {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.diagnosis-form-detail {
  margin: 0 5px;
  padding-top: 27px;
  position: relative;
}

.head-diagnosis-btn {
  max-width: 500px;
  margin: 15px auto 0;
}

.head-diagnosis-btn button {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  transition-property: opacity;
  transition-duration: 0.3s;
}

.head-diagnosis-btn button:hover {
  opacity: .7;
}

.diagnosis-notice {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 8px;
}

#diagnosis-result {
  display: none;
  margin-top: 20px;
}

#diagnosis-result .diagnosis-result-ttl {
  background-color: #e60012;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

#diagnosis-result .diagnosis-result-txt {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px 40px;
  text-align: center;
}

#diagnosis-result .diagnosis-result1-txt1,
#diagnosis-result .diagnosis-result1-txt2 {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

#diagnosis-result .diagnosis-result1-txt1::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border: 8px solid #00b400;
  box-sizing: border-box;
  border-radius: 50%;
  vertical-align: middle;
}

#diagnosis-result .diagnosis-result1-notice {
  text-indent: -1em;
  margin-top: 2em;
  padding-left: 1em;
  color: #e60012;
  text-align: left;
}

#diagnosis-result .diagnosis-bnr-block {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 18px 0;
}

#diagnosis-result .diagnosis-bnr-block li {
  margin: 0 15px;
}

#diagnosis-result .diagnosis-bnr-block li p {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fa5a00;
}

#diagnosis-result .diagnosis-bnr-block li p::before, #diagnosis-result .diagnosis-bnr-block li p::after {
  background-color: #fa5a00;
}

#diagnosis-result .diagnosis-bnr-block li p span::before, #diagnosis-result .diagnosis-bnr-block li p span::after {
  background-color: #fa5a00;
}

#diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-pc {
  display: inline-block;
  position: relative;
  padding: 0 14px;
}

#diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-pc::before, #diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-pc::after {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  position: absolute;
  top: 50%;
}

#diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-pc::before {
  left: 0;
  -webkit-transform: translateY(-44%) rotate(-20deg);
          transform: translateY(-44%) rotate(-20deg);
}

#diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-pc::after {
  right: 0;
  -webkit-transform: translateY(-44%) rotate(20deg);
          transform: translateY(-44%) rotate(20deg);
}

#diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-sp {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

#diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-sp span {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}

#diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-sp span::before, #diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-sp span::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 50%;
}

#diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-sp span::before {
  left: 0;
  -webkit-transform: translateY(-44%) rotate(-20deg);
          transform: translateY(-44%) rotate(-20deg);
}

#diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-sp span::after {
  right: 0;
  -webkit-transform: translateY(-44%) rotate(20deg);
          transform: translateY(-44%) rotate(20deg);
}

#diagnosis-result .diagnosis-bnr-block li:last-child p {
  color: #f51e32;
}

#diagnosis-result .diagnosis-bnr-block li:last-child p::before, #diagnosis-result .diagnosis-bnr-block li:last-child p::after {
  background-color: #f51e32;
}

#diagnosis-result .diagnosis-bnr-block li:last-child p span::before, #diagnosis-result .diagnosis-bnr-block li:last-child p span::after {
  background-color: #f51e32;
}

#diagnosis-result .diagnosis-bnr-block li a {
  display: block;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  transition-property: opacity;
  transition-duration: 0.3s;
}

#diagnosis-result .diagnosis-bnr-block li a:hover {
  opacity: .7;
}

#page-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px;
}

#page-content a {
  transition-property: opacity;
  transition-duration: 0.3s;
}

#page-content a:hover {
  opacity: .7;
}

.content-detail {
  position: relative;
  z-index: 1;
}

.content-detail::before, .content-detail::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);
  z-index: -1;
}

.content-detail::before {
  top: 0;
}

.content-detail::after {
  bottom: 0;
}

.content-detail > div {
  border-top: #ff411e solid 20px;
  border-bottom: #ff411e solid 20px;
}

.content-detail > div .feature-info {
  background-color: #ffd5c1;
}

.content-detail > div .feature-list > dt {
  background-color: #ff0000;
}

.content-detail > div .other-ttl {
  color: #ff0000;
}

.content-detail > div .other-list li {
  border: #ff9682 solid 2px;
}

.content-detail > div .other-list li::before {
  border-left-color: #ff9682;
}

.content-detail > div .other-list-ttl {
  color: #ff0000;
}

.content-detail > div .qa-block {
  background-color: #ffe5d8;
}

.content-detail > div .qa-block > dl dt {
  color: #ff0000;
}

.content-detail > div .qa-block > dl dt button {
  width: 100%;
  text-align: left;
}

.content-detail > div .qa-block > dl dt span {
  color: #ff9664;
}

.content-detail > div .spec-ttl {
  background: linear-gradient(to bottom, #ff411e 0%, #ff0000 100%);
}

.content-detail > div .spec-ttl button {
  width: 100%;
}

.content-detail > div .feature-table tbody tr:nth-child(2n) {
  background-color: #ffeae0;
}

.content-detail > div .feature-lead span {
  color: #ff0000;
}

.content-detail > div .feature-limit-list li:nth-child(1)::before {
  border: #ff0000 solid 1px;
  color: #ff0000;
}

.content-detail > div .feature-limit-list li p {
  color: #ff0000;
}

.content-detail > div .feature-use-block {
  background-color: #ffeae0;
}

.content-detail > div .feature-use-ttl {
  color: #ff0000;
}

.content-detail > div .feature-use-list li::before {
  background-color: #ff8d78;
}

.feature-info {
  padding: 30px 0 120px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
}

.feature-list {
  margin-top: 40px;
  padding-right: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.feature-list > dt {
  -webkit-clip-path: polygon(0 0, 100% 0%, 98.3% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 98.3% 100%, 0% 100%);
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 3px 25px;
}

.feature-list > dt img {
  margin-right: 15px;
}

.feature-list > dd {
  margin-top: 25px;
  padding: 0 20px 0 40px;
  min-height: 210px;
  position: relative;
}

.feature-list > dd + dt {
  margin-top: 60px;
}

.feature-list > dd.flex {
  display: flex;
  justify-content: space-between;
}

.feature-list > dd.flex.reverse {
  flex-direction: row-reverse;
}

.feature-list > dd.smart-feature05 {
  padding-right: 350px;
  min-height: 300px;
}

.feature-list > dd.smart-feature05.quick {
  padding-right: 500px;
}

.feature-list > dd.smart-feature05 .feature-lead {
  margin-bottom: 6px;
}

.feature-list > dd.smart-feature05 .feature-lead-notice {
  margin-bottom: 15px;
}

.feature-list > dd.smart-feature05 .app-bnr {
  max-width: 530px;
}

.feature-list > dd.smart-feature05 .app-bnr p {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.feature-list > dd.smart-feature05 .app-bnr .app-bnr-col2 {
  display: flex;
  justify-content: space-between;
}

.feature-list > dd.quick-feature03 .feature-lead {
  margin-bottom: 5px;
}

.feature-list > dd.quick-feature03 .feature-lead-notice {
  margin-bottom: 15px;
}

.feature-lead-notice {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.feature-flex-block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.feature-flex-block > div:nth-child(1) {
  width: 55.6%;
}

.feature-flex-block > div:nth-child(2) {
  width: 39.4%;
}

.feature-flex-block > div:nth-child(2) p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #3c5a78;
}

.feature-flex-block > div:nth-child(2) p.feature-lead-notice {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
}

.feature-flex-block > div:nth-child(2) .feature-table {
  margin: 10px 0;
}

.feature-flex01 {
  width: 58.6%;
}

.feature-flex02 {
  width: 37.3%;
}

.feature-flex03 {
  width: 48%;
}

.feature-use-block {
  padding: 20px 30px 30px;
  margin-top: 25px;
}

.feature-use-ttl {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.feature-use-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.feature-use-list li {
  width: 50%;
  position: relative;
  padding-left: 1.0em;
  box-sizing: border-box;
}

.feature-use-list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

.feature-limit-list {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  margin-top: 40px;
}

.feature-limit-list li {
  width: 16.1%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e6e6e6;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.feature-limit-list li:nth-child(1) {
  position: relative;
}

.feature-limit-list li:nth-child(1)::before {
  content: "たとえば…";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -20px;
  left: -66px;
  background-color: #FFF;
  border-radius: 50%;
}

.feature-limit-list li > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-limit-list li p {
  margin-top: 5px;
}

.smart-feature05-img {
  position: absolute;
  top: -60px;
  right: 80px;
}

.smart-feature05-img.quick {
  top: auto;
  bottom: -60px;
  right: 0;
}

.atm-list {
  display: flex;
  justify-content: center;
  margin: 40px 0 50px;
}

.atm-list li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
}

.atm-list li > div {
  flex-grow: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.calculation-ttl {
  margin-top: 20px;
}

.calculation-notice {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.calculation-notice li {
  position: relative;
  padding-left: 1em;
}

.calculation-notice li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.calculation-example {
  font-weight: bold;
  margin-top: 20px;
}

.calculation-example-img {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.feature-table {
  width: 100%;
  border-top: #646464 solid 1px;
  font-size: 16px;
  font-size: 1.6rem;
}

.feature-table th, .feature-table td {
  border-bottom: #646464 solid 1px;
}

.feature-table th:first-child, .feature-table td:first-child {
  border-right: #646464 solid 1px;
}

.feature-table th {
  text-align: center;
  background-color: #969696;
  color: #FFF;
  width: 50%;
}

.feature-table td {
  text-align: right;
  padding: 0 10% 0 0;
}

.feature-lead {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.smart-feature04 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.smart-feature04 > div {
  width: 48.5%;
}

.smart-feature04-lead {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3px;
}

.smart-feature04-block {
  background-color: #ffffb1;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.smart-feature04-block > div {
  width: 130px;
}

.smart-feature04-block > dl {
  width: calc(100% - 150px);
}

.smart-feature04-block > dl dt {
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.smart-feature04-block > dl dd p {
  position: relative;
  padding-left: 1em;
}

.smart-feature04-block > dl dd p span {
  position: absolute;
  top: 0;
  left: 0;
}

.other-feature-block {
  margin: 30px 0 60px;
}

.other-feature-block > div {
  background-color: #e6e6e6;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 35px 40px;
}

.other-feature-block > div + div {
  margin-top: 20px;
}

.other-feature-block > div.other-free {
  padding: 0;
  background: none;
}

.other-ttl {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.other-img {
  margin-top: 30px;
  text-align: center;
}

.other-img-notice {
  margin-top: 6px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.other-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.other-list li {
  width: 22%;
  background-color: #FFF;
  position: relative;
  padding: 12px;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  border-radius: 10px;
}

.other-list li:last-child::before, .other-list li:last-child::after {
  display: none;
}

.other-list li:last-child .other-list-ttl {
  padding-left: 14px;
}

.other-list li::before, .other-list li::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 25px);
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.other-list li::before {
  margin-left: -25px;
  border-color: transparent;
  border-width: 20px;
}

.other-list li::after {
  margin-left: -25px;
  border-color: transparent;
  border-left-color: white;
  border-width: 17px;
}

.other-list li > div {
  margin-bottom: 6px;
  text-align: center;
}

.other-list-num {
  position: absolute;
  top: -11px;
  left: -20px;
}

.other-list-ttl {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.other-list-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qa-block {
  margin-top: 60px;
  padding: 35px 40px;
}

.qa-block > dl {
  background-color: #FFF;
  padding: 0;
  border-radius: 10px;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
}

.qa-block > dl button {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 20px 18px 130px;
  text-align: left;
}

.qa-block > dl + dl {
  margin-top: 15px;
}

.qa-block > dl.open::after {
  border: none;
  border-left: #FFF solid 3px;
  border-top: #FFF solid 3px;
  top: 30px;
}

.qa-block > dl::before, .qa-block > dl::after {
  content: "";
  display: block;
  position: absolute;
}

.qa-block > dl::before {
  width: 30px;
  height: 30px;
  background-color: #c8c8c8;
  border-radius: 50%;
  top: 20px;
  right: 20px;
}

.qa-block > dl::after {
  width: 10px;
  height: 10px;
  border-right: #FFF solid 3px;
  border-bottom: #FFF solid 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 26px;
  right: 29px;
}

.qa-block > dl dt {
  font-size: 20px;
  font-size: 2.0rem;
}

.qa-block > dl dt span {
  position: absolute;
  top: 10px;
  left: 23px;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 1.0;
}

.qa-block > dl dd {
  display: none;
  position: relative;
  margin-left: 130px;
  padding: 3px 20px 18px 35px;
}

.qa-block > dl dd::before {
  content: "A";
  display: inline-block;
  color: #c8c8c8;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.0;
  position: absolute;
  top: 0;
  left: 0;
}

.qa-block > dl dd .pmb {
  margin-bottom: 0.5em;
}

.qa-block > dl dd table tbody tr:nth-child(2n) {
  background-color: #fff2d8;
}

.qa-block table {
  border-top: 2px solid #646464;
  border-bottom: 2px solid #646464;
}

.qa-block table thead {
  background-color: #969696;
}

.qa-block table thead th {
  color: #FFF;
  text-align: center;
}

.qa-block table thead th.th-width24 {
  width: 24%;
}

.qa-block table thead th.th-width48 {
  width: 48%;
}

.qa-block table th,
.qa-block table td {
  padding: 3px 1em;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
  font-weight: normal;
}

.qa-block table th:last-child,
.qa-block table td:last-child {
  border-right: none;
}

.qa-img {
  margin-top: 15px;
}

.entry-link {
  margin-top: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.entry-link.mt {
  margin-top: 30px;
}

.entry-link > div {
  margin: 30px 20px 0;
}

.entry-link > div a {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
}

.loan-spec {
  margin-top: 60px;
}

.spec-ttl {
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  padding: 4px 5px 6px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.spec-ttl.open {
  border-radius: 10px 10px 0 0;
}

.spec-ttl.open::after {
  border: none;
  border-left: #969696 solid 3px;
  border-top: #969696 solid 3px;
  top: 26px;
}

.spec-ttl:hover {
  opacity: .7;
}

.spec-ttl::before, .spec-ttl::after {
  content: "";
  display: block;
  position: absolute;
}

.spec-ttl::before {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border-radius: 50%;
  top: 16px;
  right: 20px;
}

.spec-ttl::after {
  width: 10px;
  height: 10px;
  border-right: #969696 solid 3px;
  border-bottom: #969696 solid 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 22px;
  right: 29px;
}

.loan-spec-detail {
  display: none;
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 20px 50px;
}

.loan-spec-detail dl {
  border-top: #646464 solid 1px;
  font-size: 14px;
  font-size: 1.4rem;
}

.loan-spec-detail dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.loan-spec-detail dl dt {
  float: left;
  clear: left;
  padding: 16px 20px 16px 20px;
  width: 210px;
  box-sizing: border-box;
}

.loan-spec-detail dl dd {
  border-bottom: #646464 solid 1px;
  padding: 16px 20px 16px 230px;
  position: relative;
}

.loan-spec-detail dl dd::before {
  content: "";
  display: block;
  background-color: #c8c8c8;
  width: 1px;
  height: calc(100% - 32px);
  position: absolute;
  top: 16px;
  left: 210px;
}

.loan-spec-detail dl dd .spec-notice {
  text-indent: -1em;
  padding-left: 1em;
}

.loan-spec-detail dl dd .spec-notice.spec-notice-mt {
  margin-top: 0.5em;
}

.loan-spec-detail dl dd p.pmb {
  margin-bottom: 0.5em;
}

.loan-spec-detail table {
  width: 100%;
  border-top: 2px solid #646464;
  border-bottom: 2px solid #646464;
}

.loan-spec-detail table thead {
  background-color: #969696;
}

.loan-spec-detail table thead th {
  color: #FFF;
  text-align: center;
}

.loan-spec-detail table thead th.th-width24 {
  width: 24%;
}

.loan-spec-detail table thead th.th-width48 {
  width: 48%;
}

.loan-spec-detail table th,
.loan-spec-detail table td {
  padding: 3px 2em;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
  font-weight: normal;
}

.loan-spec-detail table th:last-child,
.loan-spec-detail table td:last-child {
  border-right: none;
}

.loan-spec-detail table th.td-tac,
.loan-spec-detail table td.td-tac {
  text-align: center;
}

.loan-spec-detail table th.atm-other img,
.loan-spec-detail table td.atm-other img {
  vertical-align: middle;
}

.loan-spec-detail table th.atm-other span,
.loan-spec-detail table td.atm-other span {
  display: inline-block;
  width: 94px;
  margin-right: 1em;
}

.loan-spec-detail table th.atm-other.logo-seveneleven img,
.loan-spec-detail table td.atm-other.logo-seveneleven img {
  width: 94px;
}

.loan-spec-detail table th.atm-other.logo-lawson img,
.loan-spec-detail table td.atm-other.logo-lawson img {
  width: 93px;
}

.loan-spec-detail table th.atm-other.logo-enet img,
.loan-spec-detail table td.atm-other.logo-enet img {
  width: 62px;
}

.loan-spec-detail table th.atm-other.logo-yucho img,
.loan-spec-detail table td.atm-other.logo-yucho img {
  width: 93px;
}

.spec-list.circle li {
  position: relative;
  padding-left: 1em;
}

.spec-list.circle li::before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
}

.spec-list.num li {
  text-indent: -1em;
  padding-left: 1em;
}

.foot-bnr-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 18px 0;
  background-color: #FFF;
  z-index: 100;
}

.foot-bnr-block li {
  margin: 0 15px;
}

.foot-bnr-block li a {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  transition-property: opacity;
  transition-duration: 0.3s;
}

.foot-bnr-block li a:hover {
  opacity: .7;
}

.to-smart {
  margin: 50px 0;
  text-align: center;
}

.to-smart p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.to-smart a {
  display: inline-block;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  width: 100%;
  max-width: 420px;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.to-smart a:hover {
  opacity: .7;
}

.cp-block {
  margin-bottom: 20px;
  border-radius: 10px;
}

.cp-block .cp-btn {
  cursor: pointer;
  position: relative;
  max-width: 980px;
  margin: 20px auto 0;
}

.cp-block .cp-btn:not(.cp-active):hover {
  transition: all 0.2s;
  -webkit-filter: drop-shadow(3px 3px 0 #8b0219);
          filter: drop-shadow(3px 3px 0 #8b0219);
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}

.cp-block .cp-btn .cp-btn-click {
  position: absolute;
  max-width: 158px;
  top: -15px;
  left: -40px;
}

.cp-block .cp-btn::before {
  content: '';
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

.cp-block .cp-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 4px #969696;
  border-right: solid 4px #969696;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: -5px;
  right: 28px;
  bottom: 0;
  margin: auto;
}

.cp-block .cp-btn.cp-active {
  background-color: #f00028;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f00028 50%, #f00028 100%);
  border-radius: 10px 10px 0 0;
}

.cp-block .cp-btn.cp-active::after {
  top: 5px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.cp-block .cp-detail {
  display: none;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #f00028;
  border-radius: 0 0 10px 10px;
}

.cp-block .cp-detail .cp-detail-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 10px;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #646464;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list:first-child {
  border-top: 1px solid #646464;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list > div {
  font-size: 13px;
  font-size: 1.3rem;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list > div:first-child {
  width: 170px;
  padding: 0 20px;
  box-sizing: border-box;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list > div:last-child {
  width: 690px;
  border-left: #646464 1px solid;
  padding: 0 20px;
  box-sizing: border-box;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list > div.cp-detail-list-term dt {
  float: left;
  width: 1.5em;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list > div.cp-detail-list-term dd {
  padding-left: 1.5em;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list ul li::before {
  content: "・";
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list table {
  width: 100%;
  text-align: center;
  border-top: 2px solid #646464;
  border-bottom: 2px solid #646464;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list table thead {
  background-color: #ffff4b;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list table thead th {
  padding: 2px;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: 1px solid #646464;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list table thead th:first-child {
  width: 60%;
  border-right: 1px solid #646464;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list table tbody th, .cp-block .cp-detail .cp-detail-content .cp-detail-list table tbody td {
  padding: 2px;
  border-bottom: 1px solid #646464;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list table tbody th {
  width: 60%;
  font-weight: normal;
  box-sizing: border-box;
  border-right: 1px solid #646464;
}

.cp-block .cp-detail .cp-detail-content .cp-detail-list .cp-digital-gift div {
  width: 232px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inherit;
  }
  body {
    min-width: auto;
    padding-bottom: 80px;
  }
  header#header .tel {
    display: none;
  }
  #copyright {
    font-size: 1.2rem;
    padding: 10px 0;
  }
  #pagetop {
    bottom: 90px;
  }
  #main-head h1 {
    background-image: url(../img/card_loan/main_bg_sp.png);
  }
  .diagnosis-lead {
    padding: 10px 15px;
  }
  .diagnosis-block {
    padding: 20px 15px 10px;
  }
  .diagnosis-ttl {
    width: 200px;
    top: -8px;
    left: calc(50% - 100px);
  }
  .diagnosis-form {
    flex-wrap: wrap;
    margin-top: -10px;
  }
  .diagnosis-form li {
    width: 50%;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .diagnosis-form li:nth-child(2n) {
    border-left: #646464 solid 1px;
  }
  .diagnosis-form li + li {
    border-left: none;
  }
  .diagnosis-form li input,
  .diagnosis-form li select {
    width: 110px;
    font-size: 1.3rem;
    padding: 1px 5px;
  }
  .diagnosis-form-ttl {
    font-size: 1.4rem;
  }
  .diagnosis-form-detail {
    padding-top: 20px;
  }
  .head-diagnosis-btn {
    margin-top: 10px;
  }
  .diagnosis-notice {
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: left;
  }
  #diagnosis-result .diagnosis-result-ttl {
    font-size: 2rem;
  }
  #diagnosis-result .diagnosis-result-txt {
    padding: 15px;
  }
  #diagnosis-result .diagnosis-result1-txt1,
  #diagnosis-result .diagnosis-result1-txt2 {
    font-size: 2rem;
  }
  #diagnosis-result .diagnosis-result1-txt1::before {
    width: 50px;
    height: 50px;
    border: 5px solid #00b400;
  }
  #diagnosis-result .diagnosis-result1-notice {
    font-size: 1.2rem;
  }
  #diagnosis-result .diagnosis-bnr-block {
    padding: 10px 0;
  }
  #diagnosis-result .diagnosis-bnr-block li {
    margin: 0 10px;
    width: 280px;
  }
  #diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-pc {
    font-size: 1.4rem;
  }
  #diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-pc::before, #diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-pc::after {
    width: 2px;
    height: 12px;
  }
  #diagnosis-result .diagnosis-bnr-block li .diagnosis-bnr-sp {
    display: block;
  }
  #page-content {
    padding: 30px 15px;
  }
  .content-detail {
    margin: 0 -15px;
  }
  .content-detail > div {
    border-top: #ff411e solid 15px;
    border-bottom: #ff411e solid 15px;
  }
  .content-detail > div .other-list li::before {
    border-left-color: transparent;
    border-top-color: #ff9682;
  }
  .feature-info {
    padding: 20px 0 50px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 50% 100%, 0 93%);
            clip-path: polygon(0 0, 100% 0%, 100% 93%, 50% 100%, 0 93%);
  }
  .feature-list {
    margin-top: 30px;
    padding-right: 5px;
    font-size: 1.4rem;
  }
  .feature-list > dt {
    -webkit-clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
    font-size: 1.8rem;
    padding: 6px 10px 6px 6px;
  }
  .feature-list > dt img {
    height: 25px;
    margin-right: 0;
  }
  .feature-list > dd {
    margin-top: 10px;
    padding: 0 20px;
    min-height: initial;
  }
  .feature-list > dd + dt {
    margin-top: 40px;
  }
  .feature-list > dd.flex {
    display: block;
  }
  .feature-list > dd.flex > div:first-child {
    margin-bottom: 20px;
  }
  .feature-list > dd.smart-feature05 {
    padding-right: 110px;
    min-height: initial;
  }
  .feature-list > dd.smart-feature05.quick {
    padding-right: 140px;
    min-height: initial;
  }
  .feature-list > dd.smart-feature05 .feature-lead br {
    display: none;
  }
  .feature-list > dd.smart-feature05 .app-bnr {
    max-width: 340px;
    margin-right: -90px;
  }
  .feature-list > dd.smart-feature05 .app-bnr p {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .feature-list > dd.smart-feature05 .app-bnr .app-bnr-col2 > div:first-child {
    max-width: 150px;
  }
  .feature-list > dd.smart-feature05 .app-bnr .app-bnr-col2 > div:last-child {
    max-width: 168px;
    margin-left: 10px;
  }
  .feature-flex-block {
    display: block;
  }
  .feature-flex-block > div:nth-child(1) {
    width: auto;
    margin-bottom: 15px;
  }
  .feature-flex-block > div:nth-child(2) {
    width: auto;
  }
  .feature-flex-block > div:nth-child(2) p {
    font-size: 1.4rem;
  }
  .feature-flex-block > div:nth-child(2) p.feature-lead-notice {
    font-size: 1.2rem;
  }
  .feature-flex01 {
    width: auto;
  }
  .feature-flex02 {
    width: auto;
  }
  .feature-flex03 {
    width: auto;
  }
  .feature-use-block {
    padding: 15px;
    margin-top: 20px;
  }
  .feature-use-ttl {
    font-size: 1.6rem;
  }
  .feature-use-list {
    display: block;
  }
  .feature-use-list li {
    width: auto;
  }
  .feature-use-list li::before {
    width: 12px;
    height: 12px;
    top: 6px;
  }
  .feature-limit-list {
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 30px;
  }
  .feature-limit-list li {
    width: 32%;
    margin-top: 6px;
    padding: 4px 0;
    font-size: 1.2rem;
  }
  .feature-limit-list li:nth-child(1)::before {
    width: 55px;
    height: 55px;
    top: -28px;
    left: -18px;
    font-size: 1.0rem;
  }
  .feature-limit-list li div {
    width: 70%;
    margin: 0 auto;
  }
  .smart-feature05-img {
    top: 0;
    right: 10px;
    width: 88px;
  }
  .smart-feature05-img.quick {
    height: 200px;
    overflow: hidden;
  }
  .atm-list {
    margin: 20px 0 30px;
  }
  .atm-list li {
    font-size: 1.1rem;
    margin: 0 3px;
  }
  .calculation-example {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .calculation-example-img > div {
    width: 48%;
  }
  .feature-table {
    font-size: 1.4rem;
  }
  .feature-lead {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .smart-feature04 {
    margin-top: 20px;
  }
  .smart-feature04-lead {
    font-size: 1.4rem;
  }
  .smart-feature04-block {
    display: block;
    padding: 10px;
  }
  .smart-feature04-block > div {
    width: 100px;
    margin: 0 auto 10px;
  }
  .smart-feature04-block > dl {
    width: auto;
    font-size: 1.2rem;
  }
  .other-feature-block {
    margin: 20px 0 30px;
  }
  .other-feature-block > div {
    font-size: 1.6rem;
    padding: 20px;
  }
  .other-ttl {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .other-list {
    display: block;
  }
  .other-list li {
    width: auto;
    padding: 12px 110px 12px 36px;
  }
  .other-list li + li {
    margin-top: 24px;
  }
  .other-list li:last-child .other-list-ttl {
    padding-left: 0;
  }
  .other-list li::before, .other-list li::after {
    top: 100%;
    left: 50%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .other-list li::before {
    margin-left: -28px;
  }
  .other-list li::after {
    border-left-color: transparent;
    border-top-color: white;
  }
  .other-list li > div {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 90px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .other-list-num {
    width: 44px;
    top: calc(50% - 22px);
    left: -16px;
  }
  .other-list-ttl {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 5px;
  }
  .qa-block {
    margin-top: 40px;
    padding: 15px 20px;
  }
  .qa-block > dl {
    border-radius: 8px;
  }
  .qa-block > dl button {
    padding: 8px 15px 8px 56px;
  }
  .qa-block > dl.open::after {
    border-left: #FFF solid 2px;
    border-top: #FFF solid 2px;
    top: 19px;
  }
  .qa-block > dl::before {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
  .qa-block > dl::after {
    width: 8px;
    height: 8px;
    border-right: #FFF solid 2px;
    border-bottom: #FFF solid 2px;
    top: 15px;
    right: 17px;
  }
  .qa-block > dl dt {
    font-size: 1.6rem;
    padding-right: 10px;
  }
  .qa-block > dl dt span {
    font-size: 2.0rem;
    left: 10px;
  }
  .qa-block > dl dd {
    margin: 0 15px 0 56px;
    padding: 0 0 13px 22px;
    line-height: 1.4;
  }
  .qa-block > dl dd::before {
    font-size: 2.0rem;
  }
  .qa-block > dl dd table {
    margin-left: -62px;
  }
  .qa-block > dl dd table th:nth-child(2) {
    width: 32%;
  }
  .qa-block > dl dd table td:nth-child(2) {
    text-align: right;
  }
  .qa-block table th,
  .qa-block table td {
    padding: 2px;
  }
  .entry-link {
    margin: 0 auto;
    max-width: 280px;
    display: block;
  }
  .entry-link.mt {
    margin-top: 30px;
  }
  .entry-link > div {
    margin: 0;
  }
  .entry-link > div + div {
    margin-top: 15px;
  }
  .loan-spec {
    margin-top: 30px;
  }
  .spec-ttl {
    font-size: 1.8rem;
  }
  .spec-ttl.open::after {
    border-left: #969696 solid 2px;
    border-top: #969696 solid 2px;
    top: 17px;
  }
  .spec-ttl::before {
    width: 24px;
    height: 24px;
    top: 8px;
    right: 10px;
  }
  .spec-ttl::after {
    width: 8px;
    height: 8px;
    border-right: #969696 solid 2px;
    border-bottom: #969696 solid 2px;
    top: 13px;
    right: 17px;
  }
  .loan-spec-detail {
    padding: 10px 4px;
  }
  .loan-spec-detail dl {
    border-top: none;
  }
  .loan-spec-detail dl dt {
    float: none;
    padding: 4px 0;
    margin: 0 10px;
    width: auto;
    border-bottom: #c8c8c8 solid 1px;
  }
  .loan-spec-detail dl dd {
    padding: 5px 10px 8px;
  }
  .loan-spec-detail dl dd:last-child {
    border-bottom: none;
  }
  .loan-spec-detail dl dd::before {
    display: none;
  }
  .loan-spec-detail table th.atm-other span,
  .loan-spec-detail table td.atm-other span {
    display: block;
    margin-right: 0;
  }
  .foot-bnr-block {
    padding: 10px 0;
  }
  .foot-bnr-block li {
    margin: 0 10px;
    width: 280px;
  }
  .to-smart {
    margin: 30px 0;
  }
  .to-smart p {
    font-size: 1.4rem;
  }
  .to-smart a {
    width: 280px;
  }
  .cp-block .cp-btn:not(.cp-active):hover {
    transition: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    opacity: .7;
  }
  .cp-block .cp-btn {
    max-width: 90%;
  }
  .cp-block .cp-btn .cp-btn-click {
    top: -1%;
    left: -4%;
    max-width: initial;
    width: 24%;
  }
  .cp-block .cp-btn::before {
    width: 4.4%;
    height: 11.7%;
    right: 3%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .cp-block .cp-btn::after {
    width: 1.5%;
    height: 4%;
    top: 10%;
    right: 4.2%;
    border-top: solid 2px #969696;
    border-right: solid 2px #969696;
  }
  .cp-block .cp-btn.cp-active::after {
    top: 14%;
  }
  .cp-block .cp-detail {
    max-width: 90%;
  }
  .cp-block .cp-detail .cp-detail-content {
    margin: 0 10px;
    padding: 20px 10px;
    border-radius: 5px;
  }
  .cp-block .cp-detail .cp-detail-content .cp-detail-list {
    display: block;
    padding: 10px 0;
  }
  .cp-block .cp-detail .cp-detail-content .cp-detail-list > div:first-child {
    width: auto;
    margin-bottom: 5px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .cp-block .cp-detail .cp-detail-content .cp-detail-list > div:first-child br {
    display: none;
  }
  .cp-block .cp-detail .cp-detail-content .cp-detail-list > div:last-child {
    width: auto;
    border-left: none;
    padding: 0 10px;
  }
  .cp-block .cp-detail .cp-detail-content .cp-detail-list .cp-digital-gift div {
    margin: 0 auto 5px;
  }
}
