
    html {
        font-size: 12px;
 background: #333;
    }

    
@media(min-width:428px) {
    html {
        font-size: 11.7px;
        width: 420px;
        margin-right:auto;
        margin-left:auto;
    }
}

@media(max-width:375px) {
    html {
        font-size: 11.7px;
    }
}

@media(max-width:320px) {
    html {
        font-size: 10px;
    }
}


body {
    font-size: 1.5rem;
    font-family: 'Roboto' , sans-serif;
    font-weight: 300;
    color: #000;
    background: #efefef;
    font-feature-settings: 'palt';
    margin:0 auto;
    position: relative;
}

i {
    font-size: 1.175em;
    position: relative;
    top: 0.05em;
    font-style: normal;
}

*{}

a {}


a.anchor_top {
    position: fixed;
    bottom:10px;
    right:10px;

    display: flex;
    justify-content: center;
    align-items: center;

    background:#000;
    color:white;
    text-decoration: none;
    font-family: 'Oswald',sans-serif;
    font-size:14px;
    line-height:1;
    letter-spacing: 0.1em;
    font-weight: 100;

    height:6em;
    width:6em;
    border-radius:3em;

    z-index:10;

    transition: all 300ms 0s ease;
}

a.anchor_top:hover {
    background:#0088ff;
}





.inquityunit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem 1rem 1rem auto;
    width: auto;
    background: white;
}

.inquityunit>* {
    box-sizing: content-box;
    margin: 0 0.5rem;
}

.inquityunit>.title {}

.inquityunit>.tel {
    margin-right: 1rem;
}

.inquityunit>.form {
    margin-right: 0rem;
}

.inquitytitle {
    text-align: center;
    width: 400px;
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.inquitytitle>span {
    display: inline-block;
    color: white;
    background: #333;
    padding: 0.2rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 1.4rem;
    margin-left: 0.5rem;
}

.inquityunit .tellabel {
    font-size: 1rem;
    line-height: 1;
    /* font-family: 'Oswald'; */
    font-weight: 300;
    color: #444;
    padding-right: 0.15em;
}

.inquityunit .telnum {
    font-size: 2rem;
    line-height: 1;
    /* font-family: 'Oswald'; */
    font-family: ;
    font-weight: 500;
    color: #060;
    text-align: right;
    text-decoration: none;
}


.inquityunit .telnum a {
    color: #060;
    text-decoration: none;
}

.inquityunit .telhour {
    font-size: 1.1rem;
    line-height: 1;
    text-align: right;
    padding-right: 0.1rem;
}

a.btn_inquity_on_header {
    display: block;
    width: auto;
    position: relative;
}
a.btn_inquity_on_header img {
    width:100%;
   max-width:183px;
   height:auto;
}



/* -------------------- #floatingCVA */
#floatingCVA {
    width:100%;
    margin:0;
    position: fixed;
    bottom:0;
    left:0;
    z-index: 10;
}
#floatingCVA .inquityunit {
    width:100%;
    margin:0;
    justify-content: center;

}
#floatingCVA .inquityunit>* {
    margin:0;
}
#floatingCVA .title {
    flex:1 1 100%;
}
#floatingCVA .tel {
    flex:1 1 45%;
}
#floatingCVA .form {
    flex:1 1 55%;
}
#floatingCVA .inquitytitle {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1;
    margin:0.5rem auto 0rem auto;
    font-weight: bold;
    text-align: center;
}
#floatingCVA .inquitytitle>span {
    font-size:0.9em;
}
#floatingCVA .inquityunit .tellabel {
    font-size: 0.75rem;
    line-height: 1;
}
#floatingCVA .inquityunit .telnum {
    font-size: 2rem;
    font-family: "Helvetica Neue",
        Arial,
        sans-serif;
}

@media screen and (max-width: 370px){
    #floatingCVA .inquityunit .telnum {
        font-size: 1.75rem;
    }
}
  

#floatingCVA .inquityunit .telhour {
    font-size: 0.75rem;
    line-height:1.65;
}
#floatingCVA a.btn_inquity_on_header {
    padding:0.8rem;
    /* width:17rem; */
}




/* sectiontitle */
.sectiontitle {
    background-color:#2e56a6;
    background: linear-gradient(to right, #2e56a6, #1c305c);
    color: white;
    padding:2.2rem 1rem 2.4rem 1rem;
}
.sectiontitle .hline {
    font-size:1.8rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.sectiontitle b {
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom:0.8rem;
}
.sectiontitle .small {
    font-size:0.7em;
}
.sectiontitle b:after {
    content:"";
    height:1px;
    width:100%;
    position: relative;
    top:-0rem;
    display: block;
    background:#c00;
}
.sectiontitle .know{
    display: inline-block;
    position: relative;
    top:0.2rem;
    margin-right:0.3rem;
}
.sectiontitle .know img.knowIMG{
    width:9rem;
}





/* -------------------- #mainvisual */

#mainvisual {
    width:100%;
    position: relative;
}
/* #mainvisual img {
    display: block;
    position: relative;
    z-index:1;
    width:100%;
    height:auto;
}
#mainvisual h1 {
    position: absolute;
    z-index:2;
    top:0;
    left:0;
    font-weight: normal;
    font-size:1rem;
    line-height:1.35;
    left:38%;
    top:1.5rem;
} */
#mainvisual .mainvisual_btn_place {
    position: absolute;
    bottom:0;
    z-index: 2;
    width:92%;
    margin: 0 auto;
    bottom:20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

/* -------------------- #PSI対策でのスライス */



.fv-hline {
    position: relative;
    z-index:2;
    top:unset;
    left:unset;
    font-weight: normal;
    font-size:1rem;
    line-height:1.35;
    display: flex;
    padding:1em;
    justify-content: space-around;
    align-items: flex-start; /* 追加 */
}

.fv-visual img {
    max-width: unset;
    width:100%;
    height:auto;
}


.fv-visual {
    display: grid;
    grid-template-columns: 4fr 1.5fr;
    grid-template-rows: max-content 1fr max-content;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0035cc;
  }

  .fv-visual-catchcopy {
    grid-column: 1 / span 2; /* 1行目で2列分 */
    padding-bottom:0.3em;
  }

  .fv-visual-cards {
    grid-column: 1 / span 1; /* 2行目の1列目 */
    display: grid;
    place-content: center;
  }

  .fv-visual-wappen {
    grid-column: 2 / span 1; /* 2行目の2列目 */
    display: grid;
    place-content: center;
  }

  .fv-card {
    width:254px;
    display:block;
    margin-bottom:.2em;
  }

  .fv-visual-btn{
    grid-column: 1 / span 3; /* 1行目で2列分 */
    display: grid;
    place-content: center;
    padding:0.5em;
  }



/* ------------------------------ OFFER */

.section_offer {
    width:100%;
    background:#666;
    /* overflow: hidden; */
    padding:px 0;
}
.section_offer .inner{
    width:100%;
    margin:0px auto;
}
section.offer {
    border:solid 2px #006;
}
section.offer ul {
    list-style-type: none;
}
section.offer header {
    background: #000863;
    color:white;
    position: relative;
    z-index: 1;
}
section.offer header .title {
    color:white;
    display: block;
    font-size:1.25rem;
    line-height:1.5;
    font-weight: 400;
    text-align: left;
    padding:1rem 0rem 1.3rem 25%;
    letter-spacing: 0.08rem;
}
section.offer main {
    background:white;
    position: relative;
    height:auto;
}
section.offer main > * {
    position: relative;
    z-index: 2;
}
section.offer main img.CEO {
    display: block;
    position: absolute;
    top: -50px;
    right: unset;
    bottom: unset;
    left: -2px;
    z-index:2;
}
section.offer main .maincopy {
    color:#000;
    display: block;
    font-size:1.2rem;
    line-height:1.5;
    font-weight: 700;
    text-align: left;
    padding:2rem 0 2.4rem 25%;
    letter-spacing: 0.08rem;
    position: relative;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}
section.offer main .maincopy b {
    color:#c00;
}




/* STRENGTH */

.strength {
    border-top:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    margin-top:0rem;
    margin-bottom:-1px;
    overflow: hidden;
}
.strength .flex {
    display:flex;
    justify-content: center;
    width:100%;
    min-height:unset;
}
.strength .flex > .content {
    flex:1 1 78%;
    position: relative;
    z-index:1;
}
.strength .flex > .visual {
    flex:1 1 22%;
    overflow: hidden;
    position: relative;
}
.strength .flex > .content.right {
    flex:1 1 75%;
}
.strength .flex > .visual.left {
    flex:1 1 25%;
}

.strength .content {
    
}

.strength .content .inner_content {
    width: auto;
    height: 100%;
    display: flex;
    margin:0 0 2rem auto;
    position: relative;
    /* background: white; */
}

.strength .content.right .inner_content {
    width: auto;
    height: 100%;
    display: flex;
    margin:0 auto 2rem 0;
    position: relative;
}

.strength .content .inner_content:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:140%;
    height:100%;
    background:#fff;
    z-index: -1;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) translateX(-10%);
    transform: skewX(-12deg) translateX(-10%);
 }


.strength .content.right .inner_content:before {
    transform-origin: center left;
 }

.strength .content .num {
    font-size:2rem;
    line-height:1;
    font-weight: 100;
    font-family: 'Oswald',sans-serif;
    color:#5878b7;
    position: relative;
    padding:2rem;
    margin-right:0rem;
    position: absolute;
    top:0;
    left:0;
}
.strength .num:before {
   content:"";
   position: absolute;
   top:0;
   left:0;
   width:3rem;
   height: 6rem;
   background:#dbe2f0;
   z-index: -1;
   -webkit-transform: skewX(-12deg);
   transform: skewX(-12deg);
}

.strength .content .hline {
    font-size:1.5rem;
    line-height:1.3;
    font-weight: 600;
    margin:0.3rem 0 1rem 5rem;
    height:6rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.strength .sentence .hline .small {
    font-size:0.7em;
    flex:1 1 100%;
}
.strength .sentence .hline .red {
    flex:1 1 100%;
    font-size:0.7em;
    color:#c00;
    position: relative;

}
.strength .sentence .hline .red:before {
    content:"";
    width:1px;
    height:1.4rem;
    display: inline-block;
    position: relative;
    top:unset;
    left:0;
    right:unset;
    bottom:-0.2rem;
    background:#c00;
    transform-origin: left bottom;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    margin-right:0.65rem;
}
.strength .sentence .hline .red:after {
    content:"";
    width:1px;
    height:1.4rem;
    display: inline-block;
    position: relative;
    top:unset;
    left:unset;
    right:0;
    bottom:-0.2rem;
    background:#c00;
    transform-origin: left bottom;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    margin-left:0.65rem;
}

.strength .sentence .bodycopy {
    font-size:1.1rem;
    line-height:1.8;
    font-weight: 400;
    width:auto;
    text-align: justify;
    padding:0 0rem 0 3rem;
}
.strength .right .sentence .bodycopy {
    
    padding:0 2rem 0 0rem;
}
.strength .sentence .bodycopy em {
    color:#0088ff;
    font-style: normal;
    text-decoration: underline;
    font-weight: 600;
}


.strength .strenghtIMG {
    width:auto;
    max-width:unset;
    height:100%;
    min-height:288px;
    max-height:unset;
    display: block;
    position: relative;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}




/* inquityunit_on_form */

.inquityunit_on_offer {
    width: auto;
    height:auto;
    border:solid 1px #eee;
    border-radius: 2px;
    background: white;
    position: relative;

    display: block;
    margin: 0rem 0.3rem 0rem 0.3rem;
    background: white;
    
}

.inquityunit_on_offer > * {
}

.inquityunit_on_offer>.title {
}

.inquityunit_on_offer>.tel {
}

.inquityunit_on_offer>.form {
}

.inquityunit_on_offer>.title {
    background: white;
    position: relative;
    margin:0 auto;
}

.inquityunit_on_offer .inquitytitle {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    margin:1rem auto 1rem auto;
    padding:0.2em 0.8em;
    width: auto;
}

.inquityunit_on_offer .inquitytitle>span {
    display: inline-block;
    color: white;
    background: #333;
    padding: 0.2rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.9em;
    margin-left: 0.5rem;
}


.inquityunit_on_offer>.tel {
    margin:0 auto;
}

.inquityunit_on_offer .tellabel {
    font-size: 2rem;
    line-height: 1;
    font-family: 'Oswald';
    font-weight: 300;
    color: #444;
    padding-right: 0.15em;
}

.inquityunit_on_offer .telnum {
    font-size: 3rem;
    line-height: 1;
    font-family: 'Oswald';
    font-weight: 500;
    color: #060;
    text-align: center;
    text-decoration: none;
}


.inquityunit_on_offer .telnum a {
    color: #060;
    text-decoration: none;
}

.inquityunit_on_offer .telhour {
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
    padding-top:0.2rem;
    padding-right: 0.1rem;
}
.inquityunit_on_offer>.form {
    position: relative;
    top:unset;
    right:unset;
    margin:0;
}
.inquityunit_on_offer a.btn_inquity_on_offer {
    display: block;
    /* width: 80%; */
    margin:1rem auto 3rem auto;
    position: relative;
    border-radius: 0;
    box-shadow: none;
}
.inquityunit_on_offer a.btn_inquity_on_offer img {
    margin:0 auto;
}
.inquityunit_on_offer a.btn_inquity_on_offer:hover {
    top:1px;
    box-shadow: none;
}

section.offer footer {
    background: #000863;
    color:white;
    overflow: visible;
}
section.offer .appeal {
    display: block;
    position: relative;
    z-index: 10;
}
section.offer ul.check{
    list-style-type: none;
    margin:1.4rem 0.7rem 1rem 0.7rem;
    font-size:1.60rem;
    line-height:1.5;
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding: 0;
}
section.offer ul.check li{
    padding:0.5rem 0 0.5rem 2.2rem;
    background-image: url(images/offer/checkbox@2x.png);
    background-repeat: no-repeat;
    background-size:1.75rem 1.75rem;
    background-position: left center;
    font-size:1.3rem;
    list-style: 1.1;
}
section.offer ul.wappen {
    display: flex;
    justify-content: center;
    padding:0;
    margin:-1rem 0 0 0;
}
section.offer ul.wappen li{
    padding:0 0.5rem;
}
section.offer ul.wappen li img{
    
}

/* ------------------ / End of OFFER */




/* # FEE */

#FEE {
    background:white;
}

#FEE header {
   overflow: hidden;
}
#FEE main {
   overflow: hidden;
   width:100%;
   padding:3rem 0 6rem;

}
#FEE .read {
  font-size:1.2rem;
  line-height:1.65;
  margin:0 auto 3rem auto;
  padding:0 1rem;
  text-align: center;

}
#FEE main > .inner {
    width:100%;
    margin:0rem auto;
}

.fig_caption {
    font-size:1rem;
    line-height:1.35;
    padding:1rem;
    text-align: center;
}

/* # COMPARE */

#COMPARE {
    background:white;
}

#COMPARE header {
   overflow: hidden;
}
#COMPARE main {
   overflow: hidden;
   width:100%;
   padding:3rem 0 6rem;

}
#COMPARE .read {
    font-size:1.2rem;
    line-height:1.65;
    margin:0 auto 3rem auto;
    padding:0 1rem;
    text-align: center;

}
#COMPARE main > .inner {
    width:100%;
    margin:0rem auto;
}

/* # FLOW */

#FLOW {
    background:white;
}

#FLOW header {
   overflow: hidden;
}
#FLOW main {
   overflow: hidden;
   width:100%;
   padding:3rem 0 6rem;

}
#FLOW .read {
    font-size:1.2rem;
    line-height:1.65;
    margin:0 auto 3rem auto;
    padding:0 1rem;
    text-align: center;

}
#FLOW main > .inner {
    width:100%;
    margin:0rem auto;
}
#FLOW main .fig_flow {
    display: block;
    transition: all 300ms 0s ease;
}

@media(max-width:1366px)
{
    img.fig_flow {
        transform-origin: 50% top;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/* # FAQ */

#FAQ {
    background:white;
}

#FAQ header {
   overflow: hidden;
}
#FAQ main {
   overflow: hidden;
   width:100%;
   padding:3rem 0 6rem;

}
#FAQ .read {
    font-size:1.2rem;
    line-height:1.65;
    margin:0 auto 3rem auto;
    padding:0 1rem;
    text-align: center;

}
#FAQ main > .inner {
    width:100%;
    margin:0rem auto;
}

ul.faqlist {
    list-style-type: none;
    margin:0.5rem;
    margin-bottom:1rem;
    padding:0;
}

ul.faqlist li {

}

ul.faqlist li.question {

    background: #0088ff;
    padding:1rem 1rem;
}
ul.faqlist li.question p {
    font-size:1.4rem;
    line-height:1.6;
    color:#fff;
    text-align: justify;
    font-weight: 400;
}

ul.faqlist li.answer {
background:#eee;
padding:2rem 2rem;
}
ul.faqlist li.answer p {
font-size:1.25rem;
line-height:2;
color:#333;
text-align: justify;
font-weight: 400;
}
ul.faqlist li.answer p em {
font-weight:500;
font-style: normal;
color:#fff;
background:#0088ff;
padding:0.2rem 0.4rem;
}
ul.faqlist li.answer p b {
    color:#0088ff;
font-weight: 600;
text-decoration: underline;
}

/* # COMPANY */

#COMPANY {
    background:white;
}

#COMPANY header {
   overflow: hidden;
}
#COMPANY main {
   overflow: hidden;
   width:100%;
   padding:6rem 0 6rem;

}
#COMPANY .read {
    font-size:1.2rem;
    line-height:1.65;
    margin:0 auto 3rem auto;
    padding:0 1rem;
    text-align: center;

}
#COMPANY main > .inner {
    width:100%;
    margin:0rem auto;
}

.tabletype01 {
border-collapse: collapse;

margin:0 1rem;
}
.tabletype01 th {
    border-top:solid 2px #2e56a6;
    white-space: nowrap;
    text-align: left;
    padding:1rem 1rem 1rem 0.2rem;
    font-size:1.1rem;
    line-height:1.6;
    vertical-align: top;
    width:20%;
}
.tabletype01 td {
    border-top:solid 1px #ccc;
    text-align: left;
    padding:1rem 1rem;

    font-size:1.1rem;
    line-height:1.6;
}
.tabletype01 .c-list06__item {
    display: block;
}




/* # CONTACT */

#CONTACT {
    background:white;
}

#CONTACT header {
   overflow: hidden;
}
#CONTACT main {
   overflow: hidden;
   width:100%;
   padding:3rem 0 6rem;

}
#CONTACT .read {
  font-size:1.3rem;
  line-height:1.65;
  margin:2rem 2rem 3rem 2rem;
  text-align: center;
    width: auto;
}
#CONTACT .hline2 {
  font-size:1.8rem;
  line-height:1.65;
  margin:5rem auto 3rem auto;
  text-align: center;
    width: 80%;
}
#CONTACT main > .inner {
    width:100%;
    margin:0rem auto;
}



.table_form {
    border-collapse: collapse;
    margin: 0 auto;
    width:100%;
}

.table_form th,
.table_form td {
    padding: 0.3rem 1rem;
    border-top: none;
    border-bottom: none;
}

.table_form th {
    width: 100%;
    border-top: solid 1px #ccc;
    border-right: none;
    display: block;
    padding-top:1rem;

}

.table_form td {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    display: block;
    padding-bottom:1rem;
}

.form .itemlabel {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.numcircle {
    background: black;
    color: white;
    border-radius: 2em;
    font-size: 0.85em;
    line-height: 1.85em;
    width: 1.8em;
    height: 1.8em;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    margin-right: 0.5em;
}




/* inquityunit_on_form */

.inquityunit_on_form {
    margin: 0rem auto 5rem auto;
    width: 100%;
    height:auto;
    border:solid 1px #999;
    border:none;
    border-radius: 6px;
    border-radius: 0;
    background: white;
    position: relative;
    padding:0rem;
    display: block;
}

.inquityunit_on_form > * {
}

.inquityunit_on_form>.title {
}

.inquityunit_on_form>.tel {
}

.inquityunit_on_form>.form {
}

.inquityunit_on_form>.title {
    background: white;
    position: relative;
    top:unset;
    left: unset;
-webkit-transform:none;
transform: none;
}

.inquityunit_on_form .inquitytitle {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    padding:0.2em 0em;
    white-space: nowrap;
    width:auto;
}

.inquityunit_on_form .inquitytitle>span {
    display: block;
    color: white;
    background: #333;
    border-radius: 0.3rem;
    font-size: 0.95em;
    width:11rem;

    padding: 0.4rem 0.4rem 0.2rem 0.4rem;
    margin: 0.5rem auto;
}


.inquityunit_on_form>.tel {
    position: relative;
    margin:4rem auto 2rem auto;
    text-align: center;
}

.inquityunit_on_form .tellabel {
    font-size: 3rem;
    line-height: 1;
    font-family: 'Oswald';
    font-weight: 300;
    color: #444;
    padding-right: 0.15em;
}

.inquityunit_on_form .telnum {
    font-size: 4rem;
    line-height: 1;
    font-family: 'Oswald';
    font-weight: 500;
    color: #060;
    text-align: center;
    text-decoration: none;
}


.inquityunit_on_form .telnum a {
    color: #060;
    text-decoration: none;
}

.inquityunit_on_form .telhour {
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    padding-top:0.6rem;
    padding-right: 0.1rem;
}




/* #thanks */
body#thanks{
background:#efefef;
font-size:14px;
}
.thanks_wrap {
    width:98%;
    margin:1% auto;
    padding:1em;
    background:white;
    border-radius: 0.6em;
}
.thanks_wrap_inner {}
.thanks_logo{
    margin-bottom:5em;
}
.thanks_logo_IMG {}

.thanks_hline1 {
    font-size:1.2em;
    margin-bottom:2em;
}
.thanks_read {
    font-size:1.1em;
    line-height:1.8;
}



/* ====== ==CONPARE_PRICES */

#CONPARE_PRICES {
    min-height:500px;
    background-color: #fff;
    }

.CONPARE_PRICES_hline {
    background-color: #efefef;
    padding:30px 0 70px;
    text-align: center;
    margin-bottom: -60px;
}

.CONPARE_PRICES_hline1{
    margin:0 auto 20px auto;
}

.CONPARE_PRICES_hline2{
    margin:0 auto 0 auto;
}

.CONPARE_PRICES_figcolumn {
    border:solid 2px #004199;
    background-color: white;
    width:90%;
    margin: 0 auto 50px auto;
}

.CONPARE_PRICES_fig_hline {

    padding: 20px;
    border-bottom: solid 2px #004199;

}

.CONPARE_PRICES_fig_content_column {

    padding: 20px;
}
.CONPARE_PRICES_fig_content {

    margin: 0 auto;
}

.CONPARE_PRICES_pricecolumn {
    margin: 0px auto 30px auto;
    width:90%;
    max-width:1000px;
}

.CONPARE_PRICES_pricehline {
    padding: 0 0 10px 0;
    font-size:22px;
    line-height:1;
    color: black;
    font-weight: bold;
    border-bottom: solid 1px black;
    margin-bottom:20px;
}

.CONPARE_PRICES_pricetable_column {
    width:100%;
    max-width:1000px;
    /* padding:30px; */
    padding-bottom:30px;
}

.CONPARE_PRICES_pricetable {
    margin:0 auto;
}




.slick-slide img {
    display: block;
    object-fit: contain;
    aspect-ratio: 55/65;
}