@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&amp;subset=japanese);
@import url("//fonts.googleapis.com/css2?family=Caveat:wght@700&family=Noto+Serif+JP&family=Oswald:wght@400;700&family=Roboto+Condensed&display=swap");
:root {
  --color-dark-mycar-flexible: #9B5EB1;
  --color-light-mycar-flexible: #F5EBFF;
}
#taiko-loan-mycar {
  font-size: 100%;
  color: #333;
  font-size: 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar {
    line-height: 1.8;
  }
}
#taiko-loan-mycar .mycar-inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar .mycar-inner {
    max-width: 980px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar .mycar-inner, #taiko-loan-mycar .mycar-inner-s {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}
#taiko-loan-mycar .mycar-inner-s {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar .mycar-inner-s {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar .mycar-inner, #taiko-loan-mycar .mycar-inner-s {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}

@media screen and (max-width: 1220px) {
  .mycar-inner, .mycar-inner-s {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar img {
    width: 100%;
  }
}
/*---------------------------
		PC / sp
----------------------------*/
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar .pc_none, .mycar_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar .pc_none, .mycar_sp{
    display: inline-block;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar .sp_none {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar .sp_none {
    display: none;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar .pc_br {
    display: block;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar .pc_br {
    display: none;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar .sp_br {
    display: none;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar .sp_br {
    display: block;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar .mg-t20 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar .mg-t20 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar .mg-t30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar .mg-t30 {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar .mg-t40 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar .mg-t40 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar main img {
    width: 100%;
    height: auto;
  }
}
/*------------------------------
    top
-------------------------------*/
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar {
    margin-top: 20px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 0.14rem;
  }
}
#taiko-loan-mycar small {
  padding: 0;
  background: none;
  color: #333;
  line-height: 1.2;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-mv {
    background: url(/loan/mycar_flexible/images/hero-pc.jpg) no-repeat 50% bottom;
    background-size: cover;
    padding: 45px 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-mv {
    background: url(/loan/mycar_flexible/images/hero-sp.jpg) no-repeat 50% top var(--color-light-mycar-flexible);
    background-size: 100%;
    padding: 17vh 0 25px;
    margin-bottom: 40px;
  }
}
#taiko-loan-mycar #mycar-mv img {
  /* width: 100%; */
}
#taiko-loan-mycar #mycar-mv article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-mv article {
    /*
    width: 53%;
    */
    width: 550px;
    height: 500px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-mv article {
    width: 100%;
    padding: 7vw 6vw;
  }
}
#taiko-loan-mycar #mycar-mv article h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-mv article h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point {
    margin-bottom: 45px;
  }
}
#taiko-loan-mycar #mycar-point h3 {
  /*
  text-align: center;
  color: var(--color-dark-mycar-flexible);
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 30px;
  */


  color: var(--color-dark-mycar-flexible);
  text-align: center;
  /*
  font-family: "Hiragino Kaku Gothic Pro";
  */
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point h3 {
    font-size: 48px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point h3 {
    margin-bottom: 20px;
    font-size: 0.26rem;
  }
}
#taiko-loan-mycar #mycar-point h3 span {
  padding-bottom: 15px;
  background-image: linear-gradient(#F0FF46, #F0FF46);
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point h3 span {
    background-size: 100% 20px;
    background-position: 0 calc(100% - 0.1em);
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point h3 span {
    padding-bottom: 10px;
    background-size: 100% 10px;
    background-position: 0 calc(100% - 0.1em);
  }
}
#taiko-loan-mycar #mycar-point .mycar-box {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point .mycar-box {
    border: 8px solid var(--color-dark-mycar-flexible);
    padding: 40px 5%;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box {
    border-radius: 20px;
    padding: 30px 5%;
    border: 4px solid var(--color-dark-mycar-flexible);
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point .mycar-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box ul {
    display: block;
  }
}
#taiko-loan-mycar #mycar-point .mycar-box ul li {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point .mycar-box ul li {
    width: 28%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box ul li {
    width: 100%;
    margin-left: 0;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--color-dark-mycar-flexible);
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid var(--color-dark-mycar-flexible);
  }
}
#taiko-loan-mycar #mycar-point .mycar-box ul li:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -16.5%;
  background-color: var(--color-dark-mycar-flexible);
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box ul li:after {
    display: none;
  }
}
#taiko-loan-mycar #mycar-point .mycar-box ul li:first-child {
  margin-left: 0;
}
#taiko-loan-mycar #mycar-point .mycar-box ul li:first-child:after {
  display: none;
}
#taiko-loan-mycar #mycar-point .mycar-box ul li label {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point .mycar-box ul li label {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box ul li label {
    margin-bottom: 20px;
    font-size: 0.2rem;
  }
}
#taiko-loan-mycar #mycar-point .mycar-box ul li label span {
  display: inline-block;
  background-color: var(--color-dark-mycar-flexible);
  width: 80%;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
}
#taiko-loan-mycar #mycar-point .mycar-box ul li label span:after {
  content: "";
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid var(--color-dark-mycar-flexible);
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#taiko-loan-mycar #mycar-point .mycar-box ul li strong {
  display: block;
  line-height: 1.4;
  font-size: 28px;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point .mycar-box ul li strong {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box ul li strong {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box ul li:nth-child(2) strong {
    padding: 0;
  }
}
#taiko-loan-mycar #mycar-point .mycar-box ul li p {
  text-align: center;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point .mycar-box ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box ul li p {
    font-size: 0.17rem;
  }
}
#taiko-loan-mycar #mycar-point .mycar-box ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#taiko-loan-mycar #mycar-point .mycar-box ul li dl dt {
  background-color: #fff;
  color: var(--color-dark-mycar-flexible);
  font-weight: 700;
  padding: 7px 2px;
  margin-bottom: 7px;
  border: 2px solid var(--color-dark-mycar-flexible);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48.5%;
  line-height: 1.2;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-point .mycar-box ul li dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-point .mycar-box ul li dl dt {
    font-size: 0.14rem;
  }
}
#taiko-loan-mycar #mycar-point .mycar-box ul li dl dt small {
  font-weight: 400;
  color: var(--color-dark-mycar-flexible);
}
/*
#taiko-loan-mycar #mycar-point .mycar-box ul li dl dt:last-of-type {
  width: 100%;
  margin-bottom: 0px;
}
*/
#taiko-loan-mycar #mycar-compare {
  background-color: var(--color-light-mycar-flexible);
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare {
    margin-bottom: 90px;
    padding: 110px 0 80px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare {
    margin-bottom: 40px;
    background-color: var(--color-light-mycar-flexible);
    padding: 50px 0 20px;
  }
}
#taiko-loan-mycar #mycar-compare h3 {
  text-align: center;
  color: var(--color-dark-mycar-flexible);
  line-height: 1.2;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare h3 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare h3 {
    font-size: 0.25rem;
    margin-bottom: 30px;
  }
}
#taiko-loan-mycar #mycar-compare h3 span {
  padding-bottom: 15px;
  background-image: linear-gradient(#F0FF46, #F0FF46);
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare h3 span {
    background-size: 100% 20px;
    background-position: 0 calc(100% - 0.1em);
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare h3 span {
    padding-bottom: 10px;
    background-size: 100% 10px;
    background-position: 0 calc(100% - 0.1em);
  }
}
#taiko-loan-mycar #mycar-compare h3 small {
  display: block;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare h3 small {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare h3 small {
    font-size: 0.13rem;
    margin-bottom: 10px;
    position: relative;
  }
}
#taiko-loan-mycar #mycar-compare h3 small i {
  font-style: normal;
  display: inline-block;
  color: #FDC11B;
}
#taiko-loan-mycar #mycar-compare h4 {
  text-align: center;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare h4 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare h4 {
    font-size: 0.19rem;
    margin-bottom: 20px;
  }
}
#taiko-loan-mycar #mycar-compare h4 span {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare h4 span {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare h4 span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
  }
}
#taiko-loan-mycar #mycar-compare h4 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--color-dark-mycar-flexible);
  border-radius: 2px;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare h4 span:after {
    width: 80px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare h4 span:after {
    width: 40px;
    height: 2px;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box {
    padding: 60px 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box h5 {
  text-align: center;
  color: var(--color-dark-mycar-flexible);
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box h5 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box h5 {
    font-size: 0.185rem;
    margin-bottom: 20px;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box h5 span {
  background-image: linear-gradient(#F0FF46, #F0FF46);
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box h5 span {
    background-size: 100% 20px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box h5 span {
    background-size: 100% 10px;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box img {
  width: 100%;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box .note-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box .note-list {
    margin-top: 20px;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box .note-list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box .note-list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box .note-list li {
    font-size: 0.12rem;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box .note-list li:last-child {
  margin-bottom: 0px;
}
#taiko-loan-mycar #mycar-compare .mycar-box .note-list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#taiko-loan-mycar #mycar-compare .mycar-box .note-list li a {
  color: var(--color-dark-mycar-flexible);
}
#taiko-loan-mycar #mycar-compare .mycar-box .note-list li a:hover {
  text-decoration: none;
}
#taiko-loan-mycar #mycar-compare .mycar-box table {
  width: 100%;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table {
    width: 100%;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box table img {
  width: 100%;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table img {
    width: 100%;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box table tr.head th {
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box table tr.head th {
    font-size: 18px;
    padding: 18px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table tr.head th {
    padding: 10px 5px;
    line-height: 1.2;
    font-size: 0.15rem;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box table tr.head td {
  text-align: center;
  color: var(--color-dark-mycar-flexible);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box table tr.head td {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table tr.head td {
    padding: 10px 5px;
    line-height: 1.2;
    font-size: 0.16rem;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box table th, #taiko-loan-mycar #mycar-compare .mycar-box table td {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table th, #taiko-loan-mycar #mycar-compare .mycar-box table td {
    padding: 20px 10px;
    vertical-align: top;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box table th dl, #taiko-loan-mycar #mycar-compare .mycar-box table td dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box table th dl, #taiko-loan-mycar #mycar-compare .mycar-box table td dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table th dl, #taiko-loan-mycar #mycar-compare .mycar-box table td dl {
    display: block;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box table th dt, #taiko-loan-mycar #mycar-compare .mycar-box table td dt {
    max-width: 60px;
    width: 20%;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table th dt, #taiko-loan-mycar #mycar-compare .mycar-box table td dt {
    max-width: auto;
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table th dt img, #taiko-loan-mycar #mycar-compare .mycar-box table td dt img {
    width: auto;
    max-height: 50px;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box table th dd, #taiko-loan-mycar #mycar-compare .mycar-box table td dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box table th dd, #taiko-loan-mycar #mycar-compare .mycar-box table td dd {
    width: 80%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table th dd, #taiko-loan-mycar #mycar-compare .mycar-box table td dd {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0px;
    line-height: 1.6;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box table th dd strong, #taiko-loan-mycar #mycar-compare .mycar-box table td dd strong {
  display: block;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table th dd strong, #taiko-loan-mycar #mycar-compare .mycar-box table td dd strong {
    margin-bottom: 10px;
    text-align: center;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box table th dd strong span, #taiko-loan-mycar #mycar-compare .mycar-box table td dd strong span {
  padding-bottom: 0.2em;
  background-image: linear-gradient(#F0FF46, #F0FF46);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 calc(100% + 1px);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
#taiko-loan-mycar #mycar-compare .mycar-box table th {
  background-color: #F7F7F7;
  font-weight: 400;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box table th {
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table th {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box table td {
  background-color: var(--color-light-mycar-flexible);
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-compare .mycar-box table td {
    border-bottom: 4px solid #fff;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-compare .mycar-box table td {
    border-bottom: 2px solid #fff;
  }
}
#taiko-loan-mycar #mycar-compare .mycar-box table td strong {
  color: var(--color-dark-mycar-flexible);
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step {
    margin-bottom: 45px;
  }
}
#taiko-loan-mycar #mycar-step h3 {
  text-align: center;
  color: var(--color-dark-mycar-flexible);
  line-height: 1.2;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step h3 {
    font-size: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step h3 {
    font-size: 0.27rem;
    margin-bottom: 40px;
  }
}
#taiko-loan-mycar #mycar-step h3 span {
  padding-bottom: 15px;
  background-image: linear-gradient(#F0FF46, #F0FF46);
  background-repeat: no-repeat;
  background-size: 100% 20px;
  background-position: 0 calc(100% - 0.1em);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step h3 span {
    padding-bottom: 10px;
  }
}
#taiko-loan-mycar #mycar-step ul {
  margin: auto;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul {
    max-width: 740px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul {
    max-width: 100%;
  }
}
#taiko-loan-mycar #mycar-step ul li {
  position: relative;
  border: 2px solid var(--color-dark-mycar-flexible);
  border-radius: 20px;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul li {
    padding: 20px 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li {
    padding: 30px 20px 20px;
    margin-bottom: 40px;
  }
}
#taiko-loan-mycar #mycar-step ul li:after {
  content: "";
  border-style: solid;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul li:after {
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 23px solid var(--color-dark-mycar-flexible);
    bottom: -23px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li:after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 18px solid var(--color-dark-mycar-flexible);
    bottom: -18px;
  }
}
#taiko-loan-mycar #mycar-step ul li:last-child {
  margin-bottom: 0px;
}
#taiko-loan-mycar #mycar-step ul li:last-child:after {
  display: none;
}
#taiko-loan-mycar #mycar-step ul li label {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Roboto Condensed", sans-serif;
  background-color: var(--color-dark-mycar-flexible);
  color: #fff;
  line-height: 1;
  width: 50%;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul li label {
    font-size: 22px;
    padding: 10px 30px;
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li label {
    font-size: 0.17rem;
    padding: 10px 10px;
    max-width: 180px;
  }
}
#taiko-loan-mycar #mycar-step ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul li dl dt {
    width: 15%;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li dl dt {
    width: 25%;
  }
}
#taiko-loan-mycar #mycar-step ul li dl dt img {
  width: 100%;
}
#taiko-loan-mycar #mycar-step ul li dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul li dl dd {
    width: 85%;
    padding-left: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li dl dd {
    font-size: 0.22rem;
    width: 75%;
    padding-left: 15px;
  }
}
#taiko-loan-mycar #mycar-step ul li dl dd span{
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul li dl dd span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li dl dd span{
    font-size: 0.15rem;
  }
}
#taiko-loan-mycar #mycar-step ul li dl dd span span{
  font-size: 13px;
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li dl dd span{
    font-size: 0.11rem;
  }
}
#taiko-loan-mycar #mycar-step ul li dl dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul li dl dd.flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li dl dd.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
/*  #taiko-loan-mycar #mycar-step ul li dl dd.flex p {
    margin-right: 20px;
  }*/
}
#taiko-loan-mycar #mycar-step ul li dl dd.flex .mycar-btn a {
  background-color: #F0FF46;
  color: var(--color-dark-mycar-flexible);
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul li dl dd.flex .mycar-btn a {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li dl dd.flex .mycar-btn a {
    padding: 10px 50px 10px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#taiko-loan-mycar #mycar-step ul li dl dd.flex .mycar-btn a:after {
  content: "";
  background: url(/loan/mycar_flexible/images/blank2.svg) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#taiko-loan-mycar #mycar-step ul li dl dd.flex .mycar-btn a:hover {
  color: #fff;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-step ul li dl dd.flex .mycar-btn a:hover {
    background-color: var(--color-dark-mycar-flexible);
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li dl dd.flex .mycar-btn a:hover {
    background-color: #ff6a9f;
    color: #fff;
  }
}
#taiko-loan-mycar #mycar-step ul li dl dd.flex .mycar-btn a:hover:after {
  content: "";
  background: url(/loan/mycar_flexible/images/blank.svg) no-repeat;
  background-size: 12px;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-step ul li dl dd.flex .mycar-btn a:hover:after {
    content: "";
    background: url(/loan/mycar_flexible/images/blank.svg) no-repeat;
    background-size: 12px;
  }
}
#taiko-loan-mycar #overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: none;
}
#taiko-loan-mycar #mycar-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  max-width: 800px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-modal {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-modal {
    padding: 40px 7% 20px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-modal dl {
    line-height: 1.6;
  }
  #taiko-loan-mycar #mycar-modal dl dt {
    margin-bottom: 10px;
  }
  #taiko-loan-mycar #mycar-modal dl dd {
    margin-bottom: 20px;
  }
}
#taiko-loan-mycar #mycar-modal p {
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  padding: 40px 0;
}
#taiko-loan-mycar #mycar-modal .modal-close {
  position: absolute;
  background: url(/loan/mycar_flexible/images/close.svg);
  cursor: pointer;
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-mycar #mycar-modal .modal-close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-mycar #mycar-modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background: url(/loan/mycar_flexible/images/close.svg);
    background-size: 18px;
  }
}
/*-----------------------------
  共通部分
------------------------------*/
#taiko-loan-common {
  margin: 0 auto ;
  max-width: 980px;
  width: 90%;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-common {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) { /* PC */
  #taiko-loan-common .sp-br {
    display: none;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #taiko-loan-common .sp-br {
    display: block;
  }
}
.more_plus-btm-ttl {
  color: #333;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-btm-ttl {
    font-size: 30px;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-btm-ttl {
    font-size: 0.22rem;
    width: 86.6vw;
    margin-bottom: 5vw;
    padding-bottom: 2.6vw;
  }
}
.more_plus-btm-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #A4A4A4;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.more_plus-btm-ttl::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #FF0244;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) { /* PC */
  .more_plus-btm-ttl::after {
    width: 200px;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-btm-ttl::after {
    width: 26.6vw;
  }
}
/*-----------------------------
  よくあるご質問
------------------------------*/
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa {
    margin-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa {
    margin-top: 16vw;
    padding-bottom: 45px;
  }
}
.more_plus-qa ul {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul {
    width: 86.6vw;
  }
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li {
    margin-bottom: 5.3vw;
  }
}
.more_plus-qa ul li h4 a {
  position: relative;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

.more_plus-qa ul li h4 a:after {
  content: "";
  display: block;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li h4 a:after {
    width: 60px;
    height: 60px;
    right: 12px;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li h4 a:after {
    width: 6.13vw;
    height: 6.13vw;
    right: 2.6vw;
  }
}
.more_plus-qa ul li h4 a > span {
  display: block;
  min-height: 80px;
  /*  border-radius: 40px;*/
  border-radius: 9999px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-weight: normal;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li h4 a > span {
    font-size: 24px;
    padding: 26px 90px 20px 48px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li h4 a > span {
    display: block;
    height: auto;
    /*    border-radius: 5.3vw;*/
    border-radius: 9999px;
    font-size: 0.17rem;
    padding: 2.6vw 10vw 2.6vw 5.3vw;
  }
}
.more_plus-qa ul li h4 a > span:after {
  content: "";
  display: block;
  background: #f04;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li h4 a > span:after {
    width: 24px;
    height: 4px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li h4 a > span:after {
    content: "";
    display: block;
    width: 2.6vw;
    height: 0.53vw;
    right: 4.4vw;
  }
}
.more_plus-qa ul li h4 a > span:before {
  content: "";
  display: block;
  background: #f04;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li h4 a > span:before {
    width: 4px;
    height: 24px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li h4 a > span:before {
    content: "";
    display: block;
    width: 0.53vw;
    height: 2.6vw;
    right: 5.46vw;
  }
}
.more_plus-qa ul li h4 a > span > span {
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li h4 a > span > span {
    display: inline-block;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li h4 a > span > span {
    display: block;
    margin-left: 6.13vw;
    position: absolute;
    top: 2.2vw;
    left: 20vw;
    line-height: 1.2;
  }
}
.more_plus-qa ul li h4 a > span > span.sp {
  display: none;
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li h4 a > span > span.sp:before {
    content: "";
    display: block;
    background: url(../images/atm/icon_k.svg) no-repeat left top;
    background-size: 100% auto;
    width: 6.93vw;
    height: 9.2vw;
    position: absolute;
    left: -7.5vw;
    top: -1.9vw;
  }
  .more_plus-qa ul li h4 a > span > span.sp:after {
    content: "";
    display: block;
    background: url(../images/atm/icon_k.svg) no-repeat left top;
    background-size: 100% auto;
    width: 6.93vw;
    height: 9.2vw;
    position: absolute;
    left: auto;
    right: -7.5vw;
    top: -1.7vw;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li h4 a > span > span.pc {
    display: none;
  }
}
.more_plus-qa ul li h4 a.active > span:before {
  height: 0;
}

.more_plus-qa ul li h4 a:hover {
  opacity: 0.7;
}

.more_plus-qa ul li .tgl_area {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.more_plus-qa ul li .tgl_area.active {
  grid-template-rows: 1fr;
}

.more_plus-qa ul li .tgl_area > .tgl_inner {
  overflow: hidden;
  min-height: 0;
}

@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li .tgl_area > .tgl_inner {
    padding: 30px 0 0 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li .tgl_area > .tgl_inner {
    padding: 4vw 4vw 0;
    font-size: 0.15rem;
  }
}
.more_plus-qa ul li .tgl_area .dot-list {
  margin-top: 20px;
}
.more_plus-qa ul li .tgl_area .dot-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
}
.more_plus-qa ul li .tgl_area .dot-list li:last-child {
  margin-bottom: 0px;
}
.more_plus-qa ul li .tgl_area .dot-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.more_plus-qa ul li .tgl_area dl {
  margin-top: 20px;
}
.more_plus-qa ul li .tgl_area dl dt {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark-mycar-flexible);
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li .tgl_area dl dt {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li .tgl_area dl dt {
    font-size: 0.17rem;
  }
}
.more_plus-qa ul li .tgl_area dl dd {
  margin-bottom: 20px;
}
.more_plus-qa ul li .tgl_area dl dd:last-of-type {
  margin-bottom: 0px;
}
.more_plus-qa ul li .tgl_area a {
  color: #EE0244;
}
.more_plus-qa ul li .tgl_area a:hover {
  text-decoration: none;
}
.more_plus-qa ul li .tgl_area .note {
  margin-top: 10px;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li .tgl_area .note {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li .tgl_area .note {
    font-size: 0.12rem;
  }
}
.more_plus-qa ul li .tgl_area .note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.more_plus-qa ul li .tgl_area .note.mb20 {
  margin-bottom: 20px;
}
.more_plus-qa ul li .tgl_area .btn-loan {
  width: 80%;
  max-width: 340px;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li .tgl_area .btn-loan {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li .tgl_area .btn-loan {
    margin-top: 20px;
  }
}
.more_plus-qa ul li .tgl_area .btn-loan img {
  width: 100%;
}
.more_plus-qa ul li .tgl_area .btn-loan a {
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li .tgl_area .btn-loan a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li .tgl_area .btn-loan a:hover {
    opacity: 1;
  }
}
.more_plus-qa ul li .tgl_area p {
  text-align: left;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-qa ul li .tgl_area p {
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-qa ul li .tgl_area p {
    line-height: 5.3vw;
    text-align: left;
  }
}
.more_plus-qa ul li .tgl_area p span.red {
  color: #ff0144;
}

.more_plus-qa ul li .tgl_area p span.big {
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  font-weight: bold;
}

/*-----------------------------
  商品説明
------------------------------*/
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description {
    padding-bottom: 45px;
  }
}
.more_plus-description-note {
  font-size: 12px;
  padding-left: 1em;
  max-width: 980px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description-note {
    width: 100%;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description-note {
    width: 86.6vw;
  }
}

.more_plus-description-note a,
.txt_cv{
    color: #FF0244;
}

.more_plus-description-note a:hover,
.txt_cv:hover{
  text-decoration:none; 
}
.more_plus-description-note li {
  text-indent: -1em;
}

.more_plus-description-note li:before {
  content: "※";
}

.more_plus-description table {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #BCBCBC;
  border-left: solid 1px #BCBCBC;
  display: block;
}

@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table {
    width: 100%;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table {
    width: 86.6vw;
  }
}
.more_plus-description table#rate {
  border-top: none;
  padding-top: 100px;  
  margin-top: -100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.more_plus-description table th {
  font-size: 16px;
  font-weight: bold;
  background-color: #F4F4F4;
  border-bottom: solid 1px #BCBCBC;
  border-right: solid 1px #BCBCBC;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table th {
    text-align: left;
    line-height: 2;
    padding: 30px;
    vertical-align: top;
    width: 30%;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table th {
    padding: 10px;
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
    width: auto;
  }
}

@media screen and (max-width: 880px) {
  #taiko-loan-mycar .pc-br {
    display: none;
  }
  #taiko-loan-common .sp-br {
    display: block;
  }
    
.more_plus-description table th{
  width: auto !important;
}
.more_plus-description table th .rotate {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;

  }
}
.more_plus-description table.in-table1 th,
.more_plus-description table.in-table2 th{
    width: 75%;
}
.more_plus-description table td {
  font-size: 15px;
  line-height: 2;
  border-bottom: solid 1px #BCBCBC;
  border-right: solid 1px #BCBCBC;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table td {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table td {
    padding: 10px;
  }
}
.more_plus-description table td .bd {
  font-weight: bold;
}

.more_plus-description table td ul {
  padding-left: 1.2em;
}

.more_plus-description table td ul li {
  list-style-type: disc !important;
}

.more_plus-description table td .note {
  font-size: 12px;
}

.more_plus-description table td dl {
  margin-top: 30px;
}
.more_plus-description table td dl dt {
  margin-bottom: 5px;
}
.more_plus-description table td dl dd {
  margin-bottom: 20px;
}
.more_plus-description table td dl dd:last-of-type {
  margin-bottom: 0px;
}
.more_plus-description table td .note-list {
  margin: 0;
}
.more_plus-description table td .note-list ul {
  padding-left: 0;
}
.more_plus-description table td .note-list li {
  text-align: left;
  font-size: 12px;
  list-style: none !important;
  padding-left: 1.2em;
  position: relative;
}
.more_plus-description table td .note-list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.more_plus-description table td .note-area {
  padding-left: 1.5em;
  position: relative;
  font-size: 12px;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table td .note-area {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table td .note-area {
    margin-top: 10px;
  }
}
.more_plus-description table td .note-area:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.more_plus-description table.in-table1 {
  width: auto;
  border: 0px;
  font-size: 30px;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table.in-table1 {
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table.in-table1 {
    width: auto;
    margin: 0 0 10px;
    border: 0px;
  }
}
.more_plus-description table.in-table1 th, .more_plus-description table.in-table1 td {
  background: none;
  border: 0px;
  font-weight: 400;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table.in-table1 th, .more_plus-description table.in-table1 td {
    padding: 0;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table.in-table1 th, .more_plus-description table.in-table1 td {
    padding: 5px 0;
    background: none;
    border: 0px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table.in-table1 th {
    width: 6.5em;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table.in-table1 th {
    width: 4.5em;
  }
}
.more_plus-description table.in-table1 th .strong{
 font-size: 19px;
 padding: 5px 10px;
 color: #333333;
 font-weight: bold;
 background-color: #F4F4F4;
 display: inline-block;
 width:190px;
 text-align: center;
}

.more_plus-description table.in-table1 th.txt-center {
  padding-left: 90px;
  font-weight: bold;
}

@media screen and (min-width: 769px) { /* PC */
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table.in-table1 th.txt-center {
    padding-left: 90px;
  }
}
.more_plus-description table.in-table2 {
  width: auto;
  margin: 0;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table.in-table2 {
    width: auto;
    margin: 0;
  }
}
.more_plus-description table.in-table2 tr.head th, .more_plus-description table.in-table2 tr.head td {
  white-space: nowrap;
  font-weight: 700;
  background-color: #F4F4F4;
}
@media screen and (min-width: 769px) { /* PC */
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table.in-table2 tr.head th, .more_plus-description table.in-table2 tr.head td {
    line-height: 1.4;
  }
}
.more_plus-description table.in-table2 tr.head td {
  text-align: center;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table.in-table2 tr.head td {
    width: 0.6rem;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table.in-table2 tr.head td {
    width: 4em;
    text-align: center;
  }
}
.more_plus-description table.in-table2 tr th {
  white-space: normal;
  background: none;
  font-weight: 400;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table.in-table2 tr th {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table.in-table2 tr th {
    padding: 10px 10px;
    line-height: 1.6;
    text-align: left;
    font-size: 0.13rem;
  }
}
.more_plus-description table.in-table2 tr th.cell-red {
  background-color: #FFEAF5;
}
.more_plus-description table.in-table2 tr td {
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-description table.in-table2 tr td {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table.in-table2 tr td {
    text-align: center;
    padding: 10px 10px;
    line-height: 1.4;
    font-size: 0.13rem;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-description table th .rotate {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
  }
  .more_plus-description table.in-table2 tr td .note-list {
    line-height: 1.6;
  }
}
/*-----------------------------
  ご注意事項
------------------------------*/
#more_plus-caution {
  width: 100%;
}
@media screen and (min-width: 769px) { /* PC */
  #more_plus-caution {
    margin: auto;
  }
}
@media screen and (max-width: 768px) { /* SP */
  #more_plus-caution {
    max-width: 100%;
    margin: 0 0 60px;
  }
}

.caution_txt {
  font-size: 16px;
}

.contact_list li a .btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #343434;
  margin: 0 auto;
  background: #fff;
  position: relative;
  text-decoration: none;
  line-height: normal;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (min-width: 769px) { /* PC */
  .contact_list li a .btn {
    width: 200px;
    height: 37px;
    padding-top: 6px;
    font-size: 14px;
    border-radius: 19px;
    border: 1px solid #a4a4a4;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list li a .btn {
    width: 76vw;
    height: 6.93vw;
    padding-top: 1vw;
    font-size: 3.2vw;
    border-radius: 3.46vw;
    border: 0.26vw solid #a4a4a4;
  }
}

@media screen and (min-width: 769px) { /* PC */
  .contact_list li a:hover .btn {
    background: #ff0144;
    color: #FFF;
    border-color: #ff0144;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list li a:hover .btn {
    background: #FFF;
    color: #ff0144;
    border-color: #FFF;
  }
}

@media screen and (min-width: 769px) { /* PC */
  .contact_list li:hover a .btn svg path {
    stroke: #FFFFFF;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list li:hover a .btn svg path {
    stroke: #ff0144;
  }
}

.contact_list li a .btn > span {
  position: absolute;
}

@media screen and (min-width: 769px) { /* PC */
  .contact_list li a .btn > span {
    right: 14px;
    top: 2px;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list li a .btn > span {
    right: 2.6vw;
    top: 0.1vw;
  }
}

.contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          */
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) { /* PC */
  .contact_list {
    margin-top: 58px;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) { /* PC */
  .contact_list li:nth-child(1) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list li:nth-child(1) {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 769px) { /* PC */
  .contact_list li {
    width: 48%;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list li {
    width: 100%;
  }
}

.contact_list li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.contact_list li a .ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: bold;
  color: #333;
}

@media screen and (min-width: 769px) { /* PC */
  .contact_list li a .ttl {
    font-size: 20px;
    top: 65px;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list li a .ttl {
    width: 100%;
    font-size: 4.8vw;
    top: 13vw;
    left: 0;
  }
}

.contact_list li a .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 769px) { /* PC */
  .contact_list li a .btn {
    width: 200px;
    top: 114px;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list li a .btn {
    width: 40vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 23.93vw;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .contact_list li a .btn > span svg {
    width: 1.56vw;
  }
  .contact_list {
    margin-top: 10.6vw;
    display: block;
  }
  .contact_list li {
    width: 100%;
  }
}
/*-----------------------------
  追従ボタン
------------------------------*/
.more_plus-bottom-links {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px rgba(5, 5, 5, 0.1);
          box-shadow: 0px 0px 16px rgba(5, 5, 5, 0.1);
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-bottom-links {
    height: 90px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-bottom-links {
    height: 18.1vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.more_plus-bottom-links.on {
  visibility: visible;
  opacity: 1;
}

.more_plus-bottom-links-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  */
  justify-content: center;
}

@media screen and (min-width: 769px) { /* PC */
  .more_plus-bottom-links-inner {
    width: 8.5rem;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-bottom-links-inner {
        width: 82.3vw;
        margin-left: 1vw;
  }
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-bottom-links-btn {
      width: 4rem;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-bottom-links-btn {
    width: 40vw;
  }
}
.more_plus-bottom-links-btn-link {
  color: #fff;
  font-weight: bold;
  background-color: #F0484F;
  /*  border-radius: 50px;*/
  border-radius: 9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
  text-decoration: none;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-bottom-links-btn-link {
    font-size: 0.25rem;
    width: 4rem;
    height: 60px;
    -webkit-box-shadow: 0 5px 0 #B21920;
            box-shadow: 0 5px 0 #B21920;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-bottom-links-btn-link {
        width: 39vw;
        height: 12.8vw;
        font-size: 3.9vw;
        line-height: 1.2em;
        text-indent: -0.5em;
    -webkit-box-shadow: 0 1vw 0 #B21920;
            box-shadow: 0 1vw 0 #B21920;
    text-align: center;
    padding: 0 5vw 0 3vw;
    box-sizing: border-box;
  }
}

.loan-sim-result__image--min-rate{
    display: block;
    position: absolute;
}

@media screen and (min-width: 769px) { /* PC */
  .loan-sim-result__image--min-rate {
      top: -.130rem;
      width: 1.37rem;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .loan-sim-result__image--min-rate{
        top: -2vw;
        width: 21vw;
        left: 9vw;
  }
}
.more_plus-bottom-links-btn-link::after {
  content: "";
  display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  background-image: url(../images/ico-aw-r.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-bottom-links-btn-link::after {
      width: 0.3rem;
      height: 0.3rem;
      right: 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-bottom-links-btn-link::after {
        width: 3vw;
        height: 3vw;
        right: 2.2vw;
  }
}
.more_plus-bottom-links-btn-link.cb {
  background-color: #108CC3;
  margin-right: 10%;
 margin-left: 0%;
}
@media screen and (min-width: 769px) { /* PC */
  .more_plus-bottom-links-btn-link.cb {
    -webkit-box-shadow: 0 6px 0 #014A6A;
            box-shadow: 0 6px 0 #014A6A;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .more_plus-bottom-links-btn-link.cb {
    -webkit-box-shadow: 0 1vw 0 #014A6A;
            box-shadow: 0 1vw 0 #014A6A;
  }
}
.more_plus-bottom-links-btn-link.cb::after {
  background-image: url(../images/ico-aw-b.svg);
}

@media screen and (min-width: 769px) { /* PC */
  .more_plus-bottom-links-btn-link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0);
  }
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-bottom-links-btn-link:hover {
    -webkit-box-shadow: 0 1vw 0 #B21920;
            box-shadow: 0 1vw 0 #B21920;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 768px) { /* SP */
  .more_plus-bottom-links-btn-link:hover.cb {
    -webkit-box-shadow: 0 1vw 0 #014A6A;
            box-shadow: 0 1vw 0 #014A6A;
  }
}/*# sourceMappingURL=style.css.map */


#taiko-loan-common .link_b{
    font-weight: bold;
    color: #FF0244;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#taiko-loan-common .link_b:hover{
    opacity: 0.7;
    text-decoration: none;
}
.mycar-flexible-hero-title-image {
  @media screen and (min-width: 769px) { /* PC */
    width: 419px;
    aspect-ratio: 838 / 345;
  }
  @media screen and (max-width: 768px) { /* SP */
  }
}
.mycar-flexible-hero-text-image {
  @media (min-width: 769px) { /* PC */
    width: 470px;
  }
  @media (max-width: 768px) { /* SP */
  }
}
.mycar-flexible-hero-box-inner {
  @media (min-width: 769px) { /* PC */
  }
  @media (max-width: 768px) { /* SP */
  }
}
.mycar-flexible-shikumi-list {
  color: #333;
  /*
  font-family: "Hiragino Kaku Gothic Pro";
  */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 24px;
  li {
    list-style-type: disc;
  }
  @media (min-width: 769px) { /* PC */
  }
  @media (max-width: 768px) { /* SP */
  }
}
.mycar-flexible-shikumi-text-1 {
  color: #333;
  /*
  font-family: "Hiragino Kaku Gothic Pro";
  */
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.2px;
}
.mycar-flexible-shikumi-text-2 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
.mycar-flexible-shikumi-box-1 {
  display: flex;
  flex-direction: column;
  gap: 8px;

  display: flex;
  padding: 40px 80px;
  flex-direction: column;
  justify-content: center;
  border-radius: 40px;
  background: #FFF;
  margin-block: 24px;
  @media (min-width: 769px) { /* PC */
    padding: 40px 90px;
  }
  @media (max-width: 768px) { /* SP */
    padding: 40px 20px;
  }
}
.mycar-flexible-shikumi-box-1.--2 {
  margin-block: 24px 40px;
}
.mycar-flexible-shikumi-note-list {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.2px;
}
.mycar-flexible-shikumi-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
  th, td {
    box-sizing: border-box;
    text-align: center;
    @media (min-width: 769px) { /* PC */
      padding: 16px;
    }
    @media (max-width: 768px) { /* SP */
      padding: 16px 10px;
    }
  }
  td {
    padding: 10px 16px;
    @media (min-width: 769px) { /* PC */
      padding-right: 25%;
    }
    @media (max-width: 768px) { /* SP */
    }
  }
  thead th {
    color: #000;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 22.5px */
  }
  tbody th {
    color: #000;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 22.5px */
  }
  tbody td {
    color: var(--color-dark-mycar-flexible);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
  }
  tbody td strong {
    color: var(--color-dark-mycar-flexible);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 35px */
    margin-right: 2px;
  }
  tr:not(.mycar-flexible-shikumi-table-divider) {
    width: 100%;
    > *:nth-of-type(1) {
      width: 30%;
      border-radius: 4px;
      background: #F2F2F2;
    }
    > *:last-child {
      width: 70%;
      vertical-align: middle;
      border-radius: 4px;
      background: #F5EBFF;
    }
  }
  tr.mycar-flexible-shikumi-table-divider td {
    padding: 0;
    height: 1px;
    background: #D9D9D9;
  }
}
.mycar-flexible-credit-text {
  color: #FF0244;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.mycar-flexible-credit-cmopare-text-image {
  height: 30px;
  margin-inline: auto;
  display: block;
  margin-bottom: 4px;
}
.mycar-flexible-shikumi-text-3 {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 24px */
}
.mycar-flexible-link-mycar-normal {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  a {
    color: #FF0244;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
html body #taiko-loan-mycar #mycar-compare .mycar-flexible-shikumi-box-1.--3 {
  margin-bottom: 40px;
  img {
    @media (min-width: 769px) { /* PC */
    }
    @media (max-width: 768px) { /* SP */
      display: block;
      margin-inline: auto;
    }
  }
}
