/*-----------------------------------------
common
-------------------------------------------*/
.lp #header {
  height: 76px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}

#header .header__contents {
  padding-top: 24px;
}

.lp #header .header__nav .header__nav__list .logo{
  width: initial;
}

.lp #header .header__nav .header__nav__list .logo a{
  display: block;
}
.lp #header.header--lp .header__nav__list{
  height: initial;
}

.lp #header .header--lp {
  position: relative;
}

@media screen and (max-width: 768px){

  .lp #header{
    height: 60px;
  }

  .lp #header .header__nav .header__nav__list .logo a img{
    max-width: 70%;
  }
}

.contact{
  max-width: 965px;
}

@media only screen and (min-width: 751px) {
  .contact .contact-btn {
    height: 80px;
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.mt10{
  margin-top: 10px;
}

@media print, screen and (min-width: 751px) {
  .section:not(:last-child) {
    margin-bottom: 80px;
  }
}


/*======================================

header

========================================*/

.nav__tell{
  position: relative;
  padding-left: 20px;
}

.nav__tell::before{
  background: url(../../../../../img/products/tel-icon.png) no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
}


/*======================================

headerここまで

========================================*/



/*======================================

フォント関連

========================================*/

.HirakakuW6{
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}

.HirakakuW7{
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}

.fcWhite{
  color: #fff;
}

.marker{
  background: linear-gradient(90deg, #ffda33, #ffda33);
  background-position: bottom left;
  background-size: 0 50%;
  background-repeat: no-repeat;
  font-family: ヒラギノ角ゴ W7 JIS2004;
  transition: 2s;
}

.marker.is-active {
  background-size: 100% 50%;
}

@media  screen and (max-width: 768px){
  .lp .page__ttl{
    font-size: 32px;
  }
} 


/*======================================

フォント関連ここまで

========================================*/

/* .contact .contact-btn:before {
  background: linear-gradient(to right, #4DC478 0%, #32A75D 100%);
}

.contact .contact-btn:after {
  border: solid 5px #32A75D;
}

.contact .contact-btn:hover {
  color: #32A75D;
} */


#section1 {
  margin-top: 80px;
  padding-top: 60px;
}

@media screen and (max-width: 768px){
  #section1 {
    margin-top: 80px;
  }
}




/*======================================

1秒診断

========================================*/

.diagnosis{
  border: 3px solid #DFE8EF;
  border-radius: 8px;
  padding: 0;
  margin: 85px auto 0 !important;
  position: relative;
}

.diagnosis::before{
  background: url(../../../../../img/products/diagnosis_deco.webp)no-repeat;
  content: "";
  background-size: contain;
  height: 63px;
  left: 50%;
  position: absolute;
  top: -51px;
  transform: translateX(-50%);
  width: 155px;
}

.diagnosis__ttl{
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  max-width: fit-content;
  margin: 0 auto 45px;
  padding-left: 55px;
  position: relative;
}

@media screen and (max-width:768px) {
  .diagnosis__ttl{
    font-size: 32px;
    margin: 0 auto 30px;
    padding-left: 45px;
  }
}

.diagnosis__ttl:before{
  background: url(../../../../../img/products/icon_diagnosis.svg)no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

@media screen and (max-width:768px) {
  .diagnosis__ttl:before{
    height: 35px;
    width: 39px;
  }
}

.diagnosis__inr{
  background: #F0F4F7;
  /* border: 3px solid #DFE8EF; */
  border-radius: 8px;
  margin: 32px 20px 20px;
  padding: 45px 0 53px;
}

@media screen and (max-width:768px) {
  .diagnosis__inr{
    margin: 20px 15px 15px;
    padding: 35px 15px 35px;
  }
}

.diagnosis__question{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: fit-content;
}

.diagnosis__question-radioBox{
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 2em;
}

@media screen and (max-width:768px) {
  .diagnosis__question-radioBox{
    grid-template-columns: 1fr;
  }
}

.diagnosis__question-radioBox label{
  cursor: pointer;
  font-size: 16px;
  margin-right: 2%;
  max-width: fit-content;
  position: relative;
}

@media screen and (max-width:768px){
  .diagnosis__question-radioBox label{
    font-size: 14px;
  }
}

.diagnosis__question-radioBox input{
  cursor: pointer;
}

.diagnosis__question-radioBox span{
  border: 1px solid #DFE8EF;
  background-color: #FFF;
  border-radius: 50%;
  height: 18px;
  left: -7px;
  position: absolute;
  width: 18px;
}

.diagnosis__question-radioBox span:after{
  background: #000;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 8px;
}

.diagnosis__question-radioBox input + span:after {
  display: none;
}

.diagnosis__question-radioBox input:checked + span:after {
  display: block;
}

.diagnosis__question-radioBox label:nth-child(2n){
  margin-right: 0;
}

.diagnosis__question-input{
  margin-bottom: 7px;
  padding-left: 1.5em;
}

/* 数値選択のスピナー削除 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.diagnosis__question-input span{
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 17px;
}

@media screen and (max-width:768px){
  .diagnosis__question-input span{
    font-size: 16px;
  }
}

.diagnosis__question-item{
  margin-bottom: 40px;
}

.diagnosis__question-item:last-child{
  margin-bottom: 0;
}

.diagnosis__question-heading{
  margin-bottom: 10px;
}

.diagnosis__question-ttl{
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}

@media screen and (max-width:768px){
  .diagnosis__question-ttl{
    font-size: 16px;
  }
}

.diagnosis__question-item:nth-of-type(1) .diagnosis__question-ttl::before {
  content: "1.";
  left: 0;
  position: absolute;
}

.diagnosis__question-item:nth-of-type(2) .diagnosis__question-ttl::before {
  content: "2.";
  left: 0;
  position: absolute;
}

.diagnosis__question-item:nth-child(2) .diagnosis__question-heading{
  margin-bottom: 15px;
}

.diagnosis__question-notes{
  color: #6E6E6E;
  font-size: 13px;
  letter-spacing: 0em;
  padding-left: 1.5em;
}

@media screen and (max-width:768px){
  .diagnosis__question-notes{
    font-size: 12px;
  }
}

.diagnosis__question-notes.error{
  color: #D82626;
}

.input{
  border: 2px solid #DFE8EF;
  border-radius: 5px;
  font-size: 17px;
  height: 50px;
  max-width: 246px;
  text-align: right;
  width: 100%;
}

@media screen and (max-width:768px){
  .input{
    max-width: 170px;
    padding-right: 5px;
  }
}

.input.error{
  border: 2px solid #D82626;
}

.diagnosis__submitBtn{
  border: none;
  cursor: pointer;
  height: 60px;
  margin: auto;
  max-width: 392px;
  position: relative;
  width: 100%;
}

.diagnosis__submitBtn:hover{
  opacity: .7;
}

@media screen and (max-width:768px){
  .diagnosis__submitBtn{
    height: 50px;
    max-width: 270px;
  }
}

.diagnosis__submitBtn::before{
    background: linear-gradient(to right, #EC6E57 0%, #DF4C31 100%);
    border-radius: 90px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.25s;
    position: absolute;
    top: 0;
    left: 0;
}

.diagnosis__submitBtn::after{
    background: url(../../../../../img/products/arw-white.png) no-repeat !important;
    border: none !important;
    border-radius: 0 !important;
    content: "";
    height: 16px !important;
    width: 10px !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) !important;
    z-index: 100 !important;
}

.diagnosis__submitBtn span{
  color: #fff;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 20px;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width:768px){
  .diagnosis__submitBtn span{
    font-size: 18px;
  }
}

.diagnosis__errMsg{
  color: #D82626;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width:768px){
  .diagnosis__errMsg{
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.diagnosis__result{
  margin: auto;
  max-width: 620px;
  padding: 0 15px;
}

@media screen and (max-width:768px){
  .diagnosis__result{
    padding: 0;
  }
}

.diagnosis__result-ttl{
  background: #fff;
  border-radius: 8px;
  color: #EC6E57;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 25px;
  padding: 25px 10px;
  text-align: center;
}

.diagnosis__result-ttl span{
  font-size: 32px;
}

@media screen and (max-width:768px){
  .diagnosis__result-ttl{
    font-size: 20px;
    padding: 18px 10px;
  }
  .diagnosis__result-ttl span{
    font-size: 28px;
  }
}

.diagnosis__result-txt{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width:768px){
  .diagnosis__result-txt{
    font-size: 16px;
  }
}

.diagnosis__notes-list{
  margin-bottom: 25px;
}

.diagnosis__notes-list li{
  color: #6E6E6E;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}

.diagnosis__notes-list li::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.diagnosis__contact{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.diagnosis__contact p{
  color: #000;
  letter-spacing: 0;
}

.diagnosis__contact figure{
  margin-right: 6px;
}

.diagnosis__contact--tel{
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 32px;
  margin-bottom: 10px;
}

.diagnosis__contact--hour{
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width:768px){
  .diagnosis__contact--tel{
    font-size: 24px;
    margin-bottom: 5px;
  }
  .diagnosis__contact--hour{
    font-size: 12px;
  }
}

.diagnosis__ctaBtn a{
  align-items: center;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 60px;
  margin: auto;
  max-width: 392px;
  position: relative;
  width: 100%;
}

.diagnosis__ctaBtn a:hover{
  opacity: .7;
}

.diagnosis__ctaBtn span{
  color: #fff;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 20px;
  position: relative;
  z-index: 1000;
}

.diagnosis__ctaBtn a::before{
  background: linear-gradient(to right, #EC6E57 0%, #DF4C31 100%);
  border-radius: 90px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  position: absolute;
  top: 0;
  left: 0;
}

.diagnosis__ctaBtn a::after{
  background: url(../../../../../img/products/arw-white.png) no-repeat !important;
  border: none !important;
  border-radius: 0 !important;
  content: "";
  height: 16px !important;
  width: 10px !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
}

/*======================================

1秒診断エラー時表示

========================================*/

#error-ttl {
  display: none;
}

#error-q1 {
  display: none;
}

#error-q2 {
  display: none;
}
/*======================================

campaign

========================================*/

#section1 {
  border-top: solid 4px #D8E2E2;
}

#section_campaign {
  margin-top: 25px;
  box-shadow: 0 0 15px 0 rgba(174, 174, 192, 0.4);
  padding-bottom: 0;
  border-bottom: none;
  border-radius: 10px;
}

#section_campaign h2 {
  background-color: #EC6E57;
  color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 2.8rem;
  padding: 25px 0;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}

#section_campaign .campaign-content {
  padding: 0 80px
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-content {
    padding: 0 16px
  }
}

#section_campaign .campaign-item {
  padding: 60px 0 0;
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-item {
    padding: 24px 0 0;
  }
}

#section_campaign .campaign-item:first-child {
  padding: 40px 0 0;
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-item:first-child {
    padding: 32px 0 0;
  }
}

#section_campaign .campaign-item:last-child {
  padding: 60px 0 40px;
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-item:last-child {
    padding: 24px 0 32px;
  }
}

#section_campaign .campaign-content .campaign-item h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0.8em;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}

#section_campaign .campaign-content .campaign-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #00549D; /* 青 */
  border-radius: 50%;
  transform: translateY(-50%);
}


#section_campaign .campaign-content .campaign-item p {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.85;
}

#section_campaign .campaign-content .campaign-item .condition {
  margin-bottom: 13px;
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-content .campaign-item p {
    font-size: 17px;
    line-height: 1;
  }
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-content .campaign-item.products p {
    font-weight: normal;
  }
}

#section_campaign .campaign-content .campaign-item .font-normal {
  font-weight: normal;
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-content .campaign-item.conditions .num-list {
    font-weight: normal;
    font-size: 1.4rem;
  }
}

#section_campaign .campaign-content .campaign-item p span {
  text-decoration: underline;
  color: #C2182D;
}

#section_campaign .campaign-content .campaign-item .list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
  font-weight: normal;
  font-size: 1.7rem;
  letter-spacing: 0.85px;
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-content .campaign-item .list {
    margin-top: 13px;
  }
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-content .campaign-item .list li {
    font-weight: normal;
    line-height: 1.2;
    font-size: 1.6rem;
  }
}

#section_campaign .campaign-content .campaign-item .additional-list li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-content .campaign-item .additional-list li {
    color: #3B4043;
  }
}

@media screen and (max-width:768px) {
  #section_campaign .campaign-content .campaign-item .note-list li:first-child {
    margin-bottom: 13px;
  }
}

#section_campaign .campaign-content .campaign-item .note-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}


/*======================================

4つのポイント

========================================*/


#section1 h2.four_point {
  color: #fff;
  background-color: #D82626;
  border-radius: 15px;
  padding: 11px 0 5px 0;
}

#section1 h2.four_point:after {
  display: none;
  border-bottom: none;
}

#section1 h2.four_point span {
  font-size: 2.2rem;
  margin-bottom: -1rem;
}

@media only screen and (min-width: 751px) {
  #section1 h2.four_point span {
    font-size: 32px;
  }
}

#section1 .pc_caption_box {
  margin-bottom: 80px;
}

#section1 .pc_caption_box h2.four_point {
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
}

#section1 .pc_caption_box h2.four_point span {
  display: contents;
}

#section1 .pc_caption_box .cp_box_contents {
  padding: 46px 36px;
  border: 4px solid #D82626;
  border-radius: 0 0 15px 15px;
}

.four-point-list {
  display: flex;
  margin-bottom: 0px;
  padding-top: 40px;
}

.four-point-list__item{
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(174, 174, 192, 0.4);
  margin-right: 2%;
  padding: 40px 14px 24px 14px;
  width: 23.5%;
  position: relative;
}

.four-point-list__item:last-child{
  margin-right: 0;
}

.four-point-list__num{
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.four-point-list__ttl{
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 16px;
  text-align: center;
}

.four-point-list__ttl span{
  display: inline-block;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 2.0rem;
}

.four-point-list__txt{
  font-size: 1.6rem;
  line-height: 1.3;
}

@media screen and  (max-width:768px){
  .four-point-list {
    flex-direction: column;
  }

  .four-point-list__item{
    margin: 0 0 60px 0;
    width: 100%;
  }

  .four-point-list__item:last-child{
    margin: 0;
  }
}

/*======================================

4つのポイントここまで

========================================*/

/*======================================

事例

========================================*/

.case__heading{
  margin-bottom: -42px;
}

.case__container{
  max-width: 798px;
  margin: 0 auto;
}

.case__item-inner{
  display: flex;
  box-shadow: 0 0 15px 0 rgba(174, 174, 192, 0.4);
}

.case__thumb{
  margin-bottom: 20px;
}

.case__triangle{
  margin-bottom: 0 !important;
}

.item__left{
  background-color: #EC6E57;
  color: white;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  max-width: 385px;
  padding: 35px 24px;
  width: 100%;  
  position: relative;
}

.case__triangle img{
  height: 100%;
  max-width: initial;
  width: 31px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.left__text1{
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.left__text2{
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

.item__right{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  max-width: 383px;
  padding: 35px 24px;
  width: 100%;
}

.right__text1{
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 2.0rem;
  line-height: 1.25;
}

.case__triangle--pc{
  display: block;
}

.case__triangle--sp{
  display: none;
}

@media screen and (max-width:768px) {
  .case__item-inner{
    flex-direction: column;
  }

  .item__left{
    padding: 25px 15px 10px;
  }

  .item__right{
    padding: 10px 15px 25px;
  }

  .item__right figure{
    margin-bottom: 10px !important;
  }

  .item__left,.item__right {
    max-width: 100%;
  }

  .item__right figure img{
    max-width: 80%;
  }

  .case__triangle--pc{
    display: none;
  }

  .case__triangle--sp{
    display: block;
  }

  .case__triangle img{
    width: 100%;
    top: 0;
    left: initial;
    transform: initial;
  }
  
  .left__text1{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .right__text1{
    font-size: 1.8rem;
  }

  .case__heading{
    margin-bottom: -24px;
  }

  .case__heading{
    width: 126px;
  }

  .case__thumb{
    margin-bottom: 10px !important;
  }
}
/*======================================

事例ここまで

========================================*/

#section1 .pc_caption_box .cp_box_contents .point-list .point {
  margin-right: 40px;
}

#section1 .pc_caption_box .cp_box_contents .point-list .point:nth-child(2) {
  margin-right: 0;
}

#section1 .pc_caption_box .cp_box_contents .point-list .point:nth-child(3) {
  margin-bottom: 0;
}

#section1 .pc_caption_box .cp_box_contents .point-list .point:nth-child(4) {
  margin-right: 0;
}

#section1 .pc_caption_box .cp_box_contents .point-list .point .point__info {
  width: 540px;
}

#section1 .pc_caption_box .cp_box_contents .point-list .point .point__info .point__txt {
  padding-left: 92px;
  text-align: justify;
  font-size: 19px;
}

#section1 .pc_caption_box .cp_box_contents .point-list .point .point__ttl {
  margin-bottom: 0;
}

.point-list .point__ttl {
  color: #D82626;
  align-items: center;
}

.point-list .point__ttl .point__circle {
  background: #D82626;
}

.point-list .point__txt {
  padding-left: 15px;
}

.section .page__ttl:after {
  border-color: #EC6E57;
}

.section .sub-section .sub-section__ttl:before {
  background: linear-gradient(#DE6C4A 0%, #DE4040 100%);
}

/*-----------------------------------------
main
-------------------------------------------*/
/* #wrapper.lp #main.welfare-page-lp .kv {
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  background: none;
  padding-top: 10px;
  background-size: cover;
  width: 100%;
  height: 510px;
} */

/*======================================

kv

========================================*/

.welfare-kv  {
  background-color: #F0F4F7;
  background-size: cover;
  padding-top: 0;
  text-shadow: none;
  width: 100%;
}

.welfare-kv__bgImg-pc img{
  width: 100%;
}

.welfare-kv__bgImg-sp{
  display: none;
}

.welfare-kv__textArea{
  position: relative;
  top: 50%;
    transform: translateY(-50%);
}

.welfare-kv__ttl{
  margin-bottom: 20px;
}

.welfare-kv__ttl span{
  display: block;
}

.welfare-kv__ttl--large{
  color: #331611;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 55px;
  text-shadow: none;
}

.welfare-kv__ttl--small{
  color: #EC6E57;
  font-size: 3.3rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  margin-bottom: 10px;
}

.welfare-kv__btnArea{
  background-color: #F0F4F7;
  padding: 20px;
}

.welfare-kv__btnArea .contact .btn-list li:first-child{
  margin-right: 0;
  max-width: 411px;
  width: 100%;
}

.welfare-kv__btnArea .contact .btn-list li:last-child{
  max-width: 527px;
  width: 100%;
}

.btn-list li:first-child .button::before{
  background: linear-gradient(to right, #EC6E57 0%, #DF4C31 100%); 
}

.btn-list li:first-child .button::after{
  border: 1px solid #DF4C31;
}

.btn-list li:last-child .button::before{
  background: linear-gradient(to right, #4DC478 0%, #32A75D 100%);
}

.btn-list li:last-child .button::after{
  border: 1px solid #32A75D ;
}

.welfare-kv__btnArea .btn-list{
  margin-bottom: 0;
}

/* @media only screen and (min-width: 751px) {
  #wrapper.lp #main.welfare-page-lp .kv .kv__ttl small {
    font-size: 21px;
    margin-top: 37px;
  }
} */
.welfare-kv .lp-loan-info {
  padding: 0;
  margin: 0 auto 10px;
  display: flex;
  justify-content: flex-start;
}

@media only screen and (max-width: 750px) {
  #wrapper.lp #main.welfare-page-lp .kv .lp-loan-info {
    padding: 0 20px;
    justify-content: center;
  }
}

.about-section-link {

  max-width: 960px;
  width: calc(100% - 40px);
  margin: 25px auto 0;
  font-size: 1.6rem;
  color: #331611;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  text-decoration: underline;
}

.about-section-link a{
  position: relative;
  padding-right: 13px;
}

.about-section-link a::after{
  background: url(../../../../../img/products/arw.png)no-repeat;
  content: "";
  height: 13px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

.lp-loan-info .lp-loan-info__row {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  margin-right: 19px;
  margin-bottom: 0px;
}

.lp-loan-info .lp-loan-info__row:first-child{
  max-width: 282px;
  width: 100%;
}

.lp-loan-info .lp-loan-info__row:first-child .lp-loan-info__img{
  padding-top: 10px;
}

.lp-loan-info__img--pc{
  display: block;
}

.lp-loan-info__img--sp{
  display: none;
}

.lp-loan-info .lp-loan-info__row:last-child{
  max-width: 373px;
  width: 100%;
}

.lp-loan-info .lp-loan-info__ttl{
  background-color: #EC6E57;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
    justify-content: center;
    align-items: center;
  font-size: 2.0rem;
  padding: 5px 0;
}

.lp-loan-info__img{
  display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
}

@media screen and (max-width: 768px){

  .lp-loan-info .lp-loan-info__ttl{
    font-size: 1.7rem;
  }

  .welfare-kv{
    height: initial;
  }

  .welfare-kv__ttl--small{
    font-size: 2.6rem;
  }

  .welfare-kv__ttl--large {
    font-size: 4.4rem;
  }
  .welfare-kv__bgImg-pc{
    display: none;
  }
  .welfare-kv__bgImg-sp{
    display: block;
  }

  .welfare-kv__bgImg-sp img{
    width: 100%;
  }

  .welfare-kv__textArea {
    padding-top: 20px;
    top: initial;
    transform: initial;
  }    

  .welfare-kv__ttl.inner--sp{
    padding: 0;
  }

  .welfare-kv__ttl{
    margin-bottom: -5px;
    text-align: center;
  }

  .welfare-kv .lp-loan-info{
    position: relative;
    top: -2px;
  }

  .lp-loan-info .lp-loan-info__row:first-child{
    margin-right: 2%;
  }

  .lp-loan-info__row:last-child{
    margin-right: 0;
  }

  .lp-loan-info .lp-loan-info__row:first-child, .lp-loan-info .lp-loan-info__row:last-child{
    max-width: initial;
    width: 49%;
  }
  .lp-loan-info__img--pc{
    display: none;
  }
  
  .lp-loan-info__img--sp{
    display: block;
  }
  
  .lp-loan-info .lp-loan-info__row:first-child .lp-loan-info__img {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .welfare-kv__btnArea{
    padding: 20px 10px;

  }

  .welfare-kv__btnArea .contact .btn-list li:first-child,.welfare-kv__btnArea .contact .btn-list li:last-child{
    max-width: 100%;
    width: 100%;
  }
  
  .welfare-kv__btnArea .contact .btn-list .button{
    font-size: 1.9rem;
    height: 60px;
  }
}

@media only screen and (max-width: 640px){
  .welfare-kv__ttl--large{
    font-size: clamp(2.6rem, 7vw, 4.4rem);
  }
  
  .welfare-kv__ttl--small{
    font-size: clamp(1.6rem, 4vw, 2.6rem);
  }
  .welfare-kv__btnArea .contact .btn-list .button{
    font-size: 1.6rem;
  }

  .welfare-kv__btnArea .btn-list{
    flex-direction: column;
  }

  /* .welfare-kv__btnArea .contact .btn-list li:first-child, .welfare-kv__btnArea .contact .btn-list li:last-child{
    width: 100%;
  } */

  .welfare-kv__btnArea .contact .btn-list li:last-child{
    max-width: initial;
  }

  .welfare-kv__btnArea .contact .btn-list li:first-child{
    margin: 0 0 15px;
    max-width: initial;
  }
}

/*======================================

kvここまで


========================================*/

/* @media only screen and (max-width: 750px) {
  #wrapper.lp #main.welfare-page-lp .kv .kv__top .loan-info .loan-info__row:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0px;
  }
}

#wrapper.lp #main.welfare-page-lp .kv .kv__top .loan-info .loan-info__row .loan-info__ttl {
  background: #FBEAE5;
}

@media only screen and (min-width: 751px) {
  #wrapper.lp #main.welfare-page-lp .kv .kv__top .loan-info .loan-info__row .loan-info__ttl {
    font-size: 19px;
  }
} */

/*======================================

ファクタリングとの違いは

========================================*/

.comparison__inr{
  margin: 0 auto;
  max-width: 820px;
}

.comparison-tab{
  display: flex;
    justify-content: space-between;
  margin-bottom: 16px;
}

.comparison-tab__item{
  border-radius: 10px 10px 0 0;
  margin-right: 16px;
  max-width: 391px;
  padding: 12px 10px;
  width: 100%;
  position: relative;
}

.comparison-tab__item:first-child.active::after{
  background-color: #EC6E57;
  content: "";
  height: 3px;
  max-width: 820px;
  width: calc(100vw - 60px);
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 100;
}

.comparison-tab__item:last-child.active::before{
  background-color: #fff;
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 110;
}

.comparison-tab__item:last-child.active::after{
  background-color: #AFC1CE;
  content: "";
  height: 3px;
  max-width: 820px;
  width: calc(100vw - 60px);
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 100;
}

.comparison-tab__item:last-child.active .comparison-tab__ttl{
  color: #000;
}

.comparison-tab__item a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.comparison-tab__item:first-child{
  background-color: #EC6E57;
  border: 3px solid #EC6E57;
  color: #fff;
}

.comparison-tab__item:last-child{
  background-color: #AFC1CE;
  border: 3px solid #AFC1CE;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  transition: .2s;
}


.comparison-tab__item:last-child.active{
  background-color: #fff;
}

.comparison-tab__ttl{
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
}

.comparison-tab__notes{
  
  border-radius: 3px;
  font-size: 1.5rem;
  padding: 5px 12px 3px;
}

.comparison-tab__item:first-child .comparison-tab__notes{
  background-color: #fff;
  color: #EC6E57;
}

.comparison-tab__item:last-child .comparison-tab__notes{
  background-color: #fff;
  color: #AFC1CE;
}

.comparison-tab__item:last-child.active .comparison-tab__notes{
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

.dotTitle{
  font-size: 2.0rem;
  padding-left: 40px;
  position: relative;
}

.dotTitle::before{
  background: #EC6E57;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.comparison-table{
  border: 3px solid #DFE8EF;
  border-radius: 10px;
  display: block;
  margin-top: 16px;
}

.comparison-table__item{
  border-bottom: 3px solid #DFE8EF;
  display: flex;
}

.comparison-table__item:last-child{
  border-bottom: 0;
}

.comparison-table p{
  font-size: 1.9rem;
  line-height: 1.5;
}

.comparison-table__ttl,.comparison-table__content{
  padding: 16px 15px 17px;
}

.comparison-table__ttl{
  background-color: #F0F4F7;
  border-right: 3px solid #DFE8EF;
  display: flex;
    justify-content: center;
    align-items: center;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  width: 195px;
}

.comparison-table__link{
  text-decoration: underline;
}

.comparison-table__content{
  /* display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column; */
  max-width: 607px;
  text-align: center;
  width: 100%;
}

.comparison-table__content--notes{
  color: #A9A9A9;
  font-size: 1.5rem !important;
}

.comparison-table__content--red{
  color: #D82626; 
}

.comparison-area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/
.comparison-area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 768px){
  .comparison-tab__ttl{
    font-size: 1.6rem;
  }

  .comparison-tab__notes{
    font-size: 1.2rem;
  }

  .dotTitle{
    font-size: 1.6rem;
    padding-left: 30px;
  }

  .dotTitle::before{
    height: 20px;
    width: 20px;
  }

  .comparison-table p{
    font-size: 1.5rem;
  }

  .comparison-table__content--notes{
    font-size: 1.3rem !important;
  }

  .comparison-tab__item{
    margin-right: 5px;
  }
}

@media screen and (max-width: 480px){
  .comparison-tab__ttl{
    font-size: 1.4rem;
  }
}


/*======================================

商品概要

========================================*/

.product-tab{
  /* border-bottom: 2px solid #AFC1CE; */
  display: flex;
    justify-content: space-between;
}

.product-tab__item{
  background-color: #AFC1CE;
  border: 2px solid #AFC1CE;
  border-radius: 6px 6px 0 0;
  color: #fff;
  display: flex;
    align-items: center;
    justify-content: center;
  font-size: 1.9rem;
  margin-right: 5px;
  max-width: 237px;
  text-align: center;
  width: 100%;
  position: relative;
}

.product-tab__item.active{
  background-color: #fff;
  border-bottom: 2px solid #fff;
  color: #000;
}

.product-tab__item:last-child{
  margin-right: 0;
}

.product-tab__item::after{
  background-color: #AFC1CE;
  content: "";
  display: block;
  height: 2px;
  width: 10%;
  position: absolute;
  bottom: -2px;
  right: -10%;
}

.product-tab__item:last-child::after{
  content: none;
}

.product-tab__item a{
  display: flex;
    align-items: center;
    justify-content: center;
  height: 100%;
  padding: 17px 5px 18px;
  width: 100%;
}

.product-tab__ttl .sp{
  display: none;
}

.product-table{
  border: 3px solid #DFE8EF;
  border-radius: 10px;
  display: block;
  margin-top: 16px;
}

.product-table__item{
  border-bottom: 3px solid #DFE8EF;
  display: flex;
}

.product-table__item:last-child{
  border-bottom: 0;
}

.product-table__ttl{
  background-color: #F0F4F7;
  border-right: 3px solid #DFE8EF;
  display: flex;
    justify-content: flex-start;
    align-items: center;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  padding: 0 24px;
  width: 307px;
}

.product-table__content{
  max-width: 658px;
  padding: 24px 24px 19px;
  width: 100%;
}

.product-table__ttl, .product-table__content{
  font-size: 1.9rem;
  line-height: 1.5;
}

.product-area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
}

.product-area.is-active {
  display: block;/*表示*/
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime{
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

.product__btnArea{
  display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

@media screen and (max-width: 640px){
  .product__btnArea{
    flex-direction: column;
    margin-top: 35px;
  }
}

.product__btnArea-item{
  width: 49%;
}

@media screen and (max-width: 640px){
  .product__btnArea-item{
    width: 100%;
  }
}

.product__btnArea-item:hover{
  opacity: .7;
}

.product__btnArea-item a{
  color: #F0F4F7;
  display: flex;
    justify-content: center;
    align-items: center;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 2.6rem;
  height: 80px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .product__btnArea-item a{
      font-size: 2.9296875vw;
  }
}

@media screen and (max-width: 768px){
  .product__btnArea-item a{
    font-size: 1.9rem;
    height: 60px;
  }
}

@media screen and (max-width: 640px){
  .product__btnArea-item a{
    font-size: 1.6rem;
  }
}

.product__btnArea-item a::before{
  background: linear-gradient(to right, #EC6E57 0%, #DF4C31 100%);
  border-radius: 90px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  position: absolute;
  top: 0;
  left: 0;
}

.product__btnArea-item a::after{
  background: url(../../../../../img/products/arw-white.png) no-repeat !important;
  border: none !important;
  border-radius: 0 !important;
  content: "";
  height: 16px !important;
  width: 10px !important;
  position: absolute;
  top: 50% ;
  right: 20px ;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
}

.product__btnArea-item a span{
  z-index: 2;
}

.product__btnArea-item:first-child{
  margin-right: 2%;
}

@media screen and (max-width: 640px){
  .product__btnArea-item:first-child{
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 768px){
  .product-tab__item{
    font-size: 1.5rem;
  }

 .product-table__ttl , .product-table__content{
    font-size: 1.5rem;
  }

  .product-table__ttl{
    padding: 5px 10px;
    width: 175px
  }

  .product-table__content{
    padding: 24px 10px 19px;
  }
}

@media screen and (max-width: 640px) {
    .product-tab__item {
        font-size: 1.3rem;
    }

    .product-tab__ttl .sp{
      display: block;
    }
}

@media screen and (max-width: 480px){

  .product-table-overflow{
    overflow-x: scroll;
  }

  .product-tab{
    overflow: hidden;
    width: 480px;
  }
} 



/*======================================

商品概要ここまで

========================================*/



#wrapper.lp #main.welfare-page-lp .kv .kv__step {
  background-color: #EC6E57;
}

#wrapper.lp #main.welfare-page-lp .kv .kv__step-nav {
  max-width: 1200px;
  margin: auto;
}

@media only screen and (min-width: 751px) {
  #wrapper.lp #main.welfare-page-lp .kv .kv__step-nav {
    background-color: none;
    width: calc(100% - 80px);
  }
}

#wrapper.lp #main.welfare-page-lp .kv .kv__step-list {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 750px) {
  #wrapper.lp #main.welfare-page-lp .kv .kv__step-list {
    padding-top: 20px;
    margin-top: 0;
  }
}

#wrapper.lp #main.welfare-page-lp .kv .kv__step-list .kv__step a {
  background: white url(../../../../../img/products/letterlink-after_welfare.svg) no-repeat center bottom 10px;
}

@media only screen and (max-width: 750px) {
  #wrapper.lp #main.welfare-page-lp .kv .kv__step-list .kv__step a {
    background: white url(../../../../../img/products/letterlink-after_welfare@sp.svg) no-repeat center bottom 10px;
  }
}

#wrapper.lp #main.welfare-page-lp .kv .kv__step-list .kv__step a .step__num {
  background: #EC6E57;
}

.flow-list {
  display: flex;
  padding: 40px 0 0 0;
}

.flow-list__item {
  box-shadow: 0 0 15px 0 rgba(174, 174, 192, 0.4);
  margin-right: 2%;
  padding: 40px 14px 24px 14px;
  width: 23.5%;
  position: relative;
}

.flow-list__item:last-child{
  margin-right: 0;
}

.flow-list__num{
  position: absolute;
  top: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.flow-list__icon{
  margin-bottom: 0 !important;
}

.flow-list__ttl {
  font-size: 2.1rem;
  margin-bottom: 24px;
  text-align: center;
}

.flow-list .flow .flow__ttl .flow__num {
  left: 0px;
  position: static;
  margin-right: 10px;
  background: #EC6E57;
}

.flow-list .flow .contact-btn:before {
  background: linear-gradient(to right, #DE6C4A 0%, #DE4040 100%);
}

@media screen and (max-width: 768px){
  .flow-list{
    flex-direction: column;
  }

  .flow-list__item{
    margin: 0 0 60px 0;
    width: 100%;
  }
}


.pc_flow .flow-list .flow {
  width: 374px;
}

/* .pc_flow .flow-list .flow:not(:last-child) {
  margin-right: 39px;
} */

@media screen and (max-width: 906px) {
  .pc_flow .flow-list .flow {
    margin-right: 39px;
  }
  
}
  
@media screen and (min-width: 906px) {
  .pc_flow .flow-list .flow:not(:last-child) {
    margin-right: 39px;
  }
}

/* .pc_flow .flow-list .flow:nth-child(3) {
  margin-right: 0;
} */

@media screen and (min-width: 1280px) {
  .pc_flow .flow-list .flow:nth-child(3) {
    margin-right: 0;
  }
}

.pc_flow .flow-list .flow .contact-btn:after {
  border: solid 4px #EC6E57;
}

.pc_flow .flow-list .flow .contact-btn:hover {
  color: #EC6E57;
}

@media print, screen and (min-width: 751px) {
  .pc_flow .flow-list .flow .flow__ttl .flow__num {
    width: 40px;
    height: 40px;
  }
}

.pc_flow .flow-list .flow .flow__row {
  display: block;
}

.pc_flow .flow-list .flow .flow__row .flow__pic {
  width: auto;
}

.pc_flow .flow-list .flow .flow__row .flow__info {
  width: auto;
}

@media print, screen and (min-width: 751px) {
  .pc_flow .flow-list .flow .contact-btn {
    height: 50px;
    font-size: 18px;
  }
}

.case-section .case-info .case__comment {
  background: #FBEAE5;
}

.case-section .case-info .case__comment:before {
  background: url(../../../../../img/products/comment-bg-orange@sp.svg) no-repeat center bottom;
}

@media print, screen and (min-width: 751px) {
  .case-section .case-info .case__comment:before {
    background: url(../../../../../img/products/comment-bg-orange.png) no-repeat center bottom;
  }
}

.case-section .use-list .use .use__ttl {
  color: #EC6E57;
}

.case-section .use-list .use .use__ttl:before {
  content: none;
}

@media print, screen and (min-width: 751px) {
  .case-section .use-list .use .use__ttl {
    margin-bottom: 10px;
    line-height: 1;
  }
}

.case-section .use-list .use .use__txt {
  padding: 0;
}

.index-flex-container .item {
  border: solid 6px #FBEAE5;
}

.index-flex-container .item:hover {
  border-color: #FBEAE5;
}

.index-flex-container .item .page-name:before {
  background: #EC6E57 url(../../../../../img/common/menu-link.svg) no-repeat left 55% center;
}



#wrapper.lp .lp-botttom{
  background-color: #F0F4F7;
  display: block ;
  max-width: initial;
  padding: 20px 20px;
  transform: translateY(20px); /* 下に20px移動 */
  transition: opacity 0.3s ease, transform 0.3s ease; /* アニメーション設定 */
  width: 100%;
  bottom: 0;
  z-index: 1000 !important;
}

#wrapper.lp .lp-botttom.is-active{
  display: block !important; /* 表示 */
  opacity: 1; /* 完全に表示 */
  transform: translateY(0); /* 元の位置に移動 */
}

#wrapper.lp .lp-botttom .lp-botttom__inr{
  margin: 0 auto;
  max-width: 965px;
  width: 100%;
}

#wrapper.lp .lp-botttom ul{
  display: flex;
  justify-content: center;
}    

#wrapper.lp .lp-botttom ul li:first-child{
  margin-right: 0;
  max-width: 411px;
  width: 100%;
}

#wrapper.lp .lp-botttom ul li:last-child{
  max-width: 527px;
  width: 100%;
}

#wrapper.lp .contact-btn--bottom{
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 2.6rem;
  height: 80px;
  position: relative;
}

#wrapper.lp .contact-btn--bottom:hover{
  color: #fff !important;
  opacity: .7;
}

#wrapper.lp .contact-btn--bottom:hover:before{
  opacity: 1 !important;
}

#wrapper.lp .contact-btn--bottom:after{
  background: url(../../../../../img/products/arw-white.png) no-repeat !important;
  border: none !important;
  border-radius: 0 !important;
  content: "";
  height: 16px !important;
  width: 10px !important;
  position: absolute;
  top: 50% !important;
  right: 20px !important;
  left: initial !important;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
}

.contact .btn-list .button{
  font-size: 2.6rem;
  position: relative;
}

.contact .btn-list li:first-child .button{
  border: 1px solid #DF4C31;
}

.contact .btn-list li:last-child .button{
  border: 1px solid #32A75D;
}

#wrapper.lp .lp-botttom__inr li:first-child .contact-btn--bottom::before{
  background: linear-gradient(to right, #EC6E57 0%, #DF4C31 100%);
}

#wrapper.lp .lp-botttom__inr li:last-child .contact-btn--bottom::before{
  background: linear-gradient(to right, #4DC478 0%, #32A75D 100%);
}

.btn-list li .button::after{
  background: url(../../../../../img/products/arw-white.png)no-repeat !important;
  border: none !important;
  border-radius: 0 !important;
  content: "";
  height: 16px !important;
  width: 10px !important;
  position: absolute ;
  top: 50% !important;
  right: 20px !important;
  left: initial !important;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
}

.contact .btn-list .button:hover{
  color: #fff !important;
  opacity: .7 !important;
}

.contact .btn-list .button:hover:before{
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  #wrapper.lp .contact-btn--bottom {
    font-size: 1.9rem;
    height: 60px;
  }

  #wrapper.lp .lp-botttom {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
  }
  #wrapper.lp .lp-botttom li {
    list-style: none;
  }
  
}

@media (max-width: 750px) {
  .index-flex-container .item .page-name {
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #wrapper.lp .contact-btn--bottom, .contact .btn-list .button {
      font-size: 2.2vw;
      height: 7.8125vw;
  }
}

@media screen and (max-width: 640px) {
  #wrapper.lp .contact-btn--bottom{
    font-size: 1.6rem;
  }

  #wrapper.lp .lp-botttom ul{
    flex-direction: column;
  }

  #wrapper.lp .lp-botttom ul li:first-child,#wrapper.lp .lp-botttom ul li:last-child{
    width: 100%;
  }

  #wrapper.lp .lp-botttom ul li:last-child{
    max-width: initial;
  }

  #wrapper.lp .lp-botttom ul li:first-child{
    margin: 0 0 15px;
    max-width: initial;
  }
}



/*======================================

pe-ji kabu 問い合わせ先・ご返済でお困りの方は

========================================*/



.panel-list .panel .panel__ttl{
  font-size: 2.8rem;
}

.about-section .panel-list .panel__info{
  font-size: 1.7rem;
  padding: 28px 10px;
}

.about-section .panel-list .panel__info .tell{
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}

@media (min-width: 640px) {
    .panel-list {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
  .panel-list .panel .panel__ttl{
    font-size: 2.0rem;
  }
}



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