@charset "utf-8";

/* ======================================================
 * personal_index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /*------ loan-content -----*/
  .loan-content{
    margin-top: 4rem;
    padding-bottom: 82px;
    position: relative;
  }
  .loan-content-wrap > :nth-child(-n+2){
    margin-top: 0;
  } 
  .loan-content .lead{
    margin-bottom: 1.5rem;
  }
  .loan-content .img-wrap{
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    border-radius: 5px;
    border: 1px solid #dddddd;
  }
  .loan-content .img-wrap > figure{
    margin: 0;
  }
  
  /* loan-column */
  .loan-column{
    display: flex;
    margin-bottom: 1.5rem;
  }
  .loan-column .column_item{
    width: calc((100% - 20px) / 2);
    background: #e8f6ff;
  }
  .loan-column .column_item:last-child{
    margin-left: 20px;
  }
  .loan-column .column_item > .item_title{
    padding: 12px 0 8px;
    font-weight: bold;
    color: #fff;
    background: #3b72b4;
    text-align: center;
  }
  .loan-column .column_item > .item_title > p{
    margin: 0;
    padding-left: 34px;
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  .loan-column .column_item > .item_title > p::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    margin-top: -14px;
  }
  .loan-column .column_item.v1 > .item_title > p::before{
    background: url("../../personal/webloan/img/webloan_ic01.png") no-repeat 0 0;
  }
  .loan-column .column_item.v2 > .item_title > p::before{
    background: url("../../personal/webloan/img/webloan_ic02.png") no-repeat 0 0;
  }
  .loan-column .item_detail{
    padding: 20px 20px 12px;
  }
  .loan-column .item_detail > .detail_text{
    margin-bottom: 0.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .loan-column .item_detail > .detail_text > .price{
    font-size: 1.75rem;
    color: #3b72b4
  }
  .loan-column .column_item.v2 > .item_detail > .detail_text{
    padding-top: 10px;
  }
  
  .loan-column .column_item.v2 > .item_detail > .detail_text > .price{
    font-size: 2.25rem;
  }
  .loan-column .item_detail > .detail_caption{
    color: #666666;
    font-size: 0.875rem;
    text-align: right;
  }
  .loan-column .column_item.v2 > .item_detail > .detail_caption{
    text-align: center;
  }
  /*----- list-note-order -----*/
  .list-note-order > li{
    position: relative;
    padding-left: 30px;
    color: #666666;
    font-size: 0.875rem;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /*----- loan-button -----*/
  .loan-button-wrap{
    position: absolute;
    bottom: 0;
    width: 94.6%;
    height: 52px;
    display: flex;
  }
  .loan-button{
    width: calc((100% - 20px) / 2);
  }
  .loan-button:last-child{
    margin-left: 20px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1199px) {
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /*------ loan-content -----*/
  .loan-content + .loan-content{
    margin-top: 2.5rem;
  }
  .loan-content .lead{
    margin-bottom: 1rem;
  }
  .loan-content .img-wrap{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-radius: 5px;
    border: 1px solid #dddddd;
  }
  .loan-content .img-wrap > figure{
    margin: 0;
  }
  .loan-content.v1 .img-wrap > figure > img{
    width: 97px;
  }
  .loan-content.v2 .img-wrap > figure > img{
    width: 89px;
  }
  .loan-content.v3 .img-wrap > figure > img{
    width: 114px;
  }
  .loan-content.v4 .img-wrap > figure > img{
    width: 86px;
    margin-bottom: -7px;
  }
  .loan-content.v5 .img-wrap > figure > img{
    width: 93px;
  }
  .loan-content.v6 .img-wrap > figure > img{
    width: 57px;
  }
  /*------ loan-column -----*/
  .loan-column{
    margin-bottom: 1rem;
  }
  .loan-column .column_item{
    width: 100%;
    background: #e8f6ff;
  }
  .loan-column .column_item:first-child{
    margin-bottom: 1rem;
  }
  .loan-column .column_item > .item_title{
    padding: 8px 0 4px;
    font-weight: bold;
    color: #fff;
    background: #3b72b4;
    text-align: center;
  }
  .loan-column .column_item > .item_title > p{
    margin: 0;
    padding-left: 34px;
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  .loan-column .column_item > .item_title > p::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    margin-top: -14px;
  }
  .loan-column .column_item.v1 > .item_title > p::before{
    background: url("../../personal/webloan/img/webloan_ic01.png") no-repeat 0 0;
  }
  .loan-column .column_item.v2 > .item_title > p::before{
    background: url("../../personal/webloan/img/webloan_ic02.png") no-repeat 0 0;
  }
  .loan-column .item_detail{
    padding: 15px;
  }
  .loan-column .item_detail > .detail_text{
    margin-bottom: 0.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .loan-column .item_detail > .detail_text > .price{
    font-size: 1.315rem;
    color: #3b72b4
  }
  .loan-column .item_detail > .detail_caption{
    color: #666666;
    font-size: 0.75rem;
    text-align: right;
  }
  .loan-column .column_item.v2 > .item_detail > .detail_caption{
    text-align: center;
  }
  /*----- list-note-order -----*/
  .list-note-order > li{
    position: relative;
    padding-left: 25px;
    color: #666666;
    font-size: 0.75rem;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /*----- loan-button -----*/
  .loan-button-wrap{
    margin: 1rem 0 0;
    display: flex;
  }
  .loan-button{
    width: calc((100% - 15px) / 2);
  }
  .loan-button:last-child{
    margin-left: 15px;
  }
  .loan-button > .btn{
    margin: 0;
    padding: .7rem .2rem;
  }
  .cmn-relation-layout {
    width: auto;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}