/*----------------------------------------------------------
headerナビ高さ調整
----------------------------------------------------------*/
@media screen and (min-width: 1025px) {
    .renew .sol-header_nav {
        padding-top: 60px;     
    }
}
/*----------------------------------------------------------

----------------------------------------------------------*/
.sec-inner + .sec-inner{
    margin-top:90px;
}
.box-inner + .box-inner{
    margin-top:48px;
}
.fl-box{
    display: flex;
}
.fl-box .img-box{
    flex-shrink: 0;
}
.txt-box{
    font-size: 1.6rem;
    line-height: 2;
}
.img-box img{
    width: 100%;
}
@media screen and (max-width: 768.9px) {
    .sec-inner + .sec-inner{
        margin-top:60px;
    }
    .box-inner + .box-inner{
        margin-top:36px;
    }
    .fl-box{
        flex-direction: column;
    }
    .txt-box{
    font-size: 1.4rem;
}
}
/*----------------------------------------------------------
service_2_ttl
point_ttl
----------------------------------------------------------*/
.service_2_ttl{
    font-size:1.8rem;
}
.service_2_ttl span{
    font-size:2.6rem;
    margin-left: 5px;
}
.service_2_ttl,.service_2_ttl span{
    color: #F5002F;
    font-weight: bold;
}
.point_ttl{
    line-height: 1.6;
    position: relative;
    font-size: 2.4rem;
    margin-bottom: 24px;
    padding-bottom: 20px;
}
.point_ttl::after{
    display: block;
    content: "";
    width: 2em;
    height: 2px;
    background:#F5002F;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 768.9px){
    .service_2_ttl{
        display: block;
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
    .service_2_ttl span{
        font-size: 2.2rem;
        margin-left: 8px;
    }
    .point_ttl{
        font-size:1.6rem;
        margin-bottom:16px;
        padding-bottom: 16px;
    }
}
/*----------------------------------------------------------
check-ttl
----------------------------------------------------------*/
.check-ttl{
    font-weight: bold;
    font-size: 2.0rem;
    line-height:1.6;
    margin-bottom:16px; 
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.check-ttl .check-icon{
    width:1em;
    margin-right: 0.5em;
    vertical-align: sub;
}
@media screen and (max-width: 768.9px){
    .check-ttl{
       font-size: 1.8rem; 
    }

}
/*----------------------------------------------------------
txt-list
----------------------------------------------------------*/
.txt-list li{
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    padding-left: 2em;
}
.txt-list li + li{
    margin-top:0.5em;
}
.txt-list li::before{
    display:inline-block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    background:url(/micro/asset/page/img/icon_check.svg)no-repeat;
    background-size: contain;
    position: absolute;
    top:0;
    left: 0;
}
@media screen and (max-width: 768.9px) {
    .txt-list li{
        font-size: 1.6rem;
    }
    .txt-list li + li{
        margin-top:0.25em;
    }
}
/*----------------------------------------------------------
num-list
----------------------------------------------------------*/
.num-list{
    line-height: 2;
}
.num-list li{
    display: flex;
}
.num-list li .num{
    flex-shrink: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #F5002F;
}
/*----------------------------------------------------------
point-list
----------------------------------------------------------*/
.point-list{
    line-height: 2;
}
.point-list > li{
    padding-left: 1em;
    text-indent: -1em;
}
/*----------------------------------------------------------
btn-list
----------------------------------------------------------*/
.box .btn-list{
    max-width: 640px;
    display:flex;
    gap:50px;
    margin:50px auto;
}
.box .btn-list > li{
    width:50%;
}
.box .btn-list > li .btn{
    width:100%;
}
@media screen and (max-width: 768.9px) {
    .box .btn-list{
        flex-direction: column;
        gap:20px;
        margin:25px auto;
    }
    .box .btn-list > li{
        width:100%;
    }
}
/*----------------------------------------------------------
txt-note
----------------------------------------------------------*/
.txt-note{
    font-size: 0.9em;
}
/*----------------------------------------------------------
link
----------------------------------------------------------*/
.box .link span{
    font-size: 1.6rem;
}
.box .link:hover{
    text-decoration: underline;
}
@media screen and (max-width: 768.9px) {
    .box .link span{
        font-size: 1.4rem;
    }
    .link:before {
        margin-right:10px;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height:20px;
    }
}
/*----------------------------------------------------------
img-link-list
----------------------------------------------------------*/
.img-link-list{
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.img-link-list li{
    width: calc(100% / 3 - 34px);
    background: #FFFFFF;
    padding: 32px 24px;
}
.img-link-list li figure img{
    width: 100%;
}
.img-link-list li .list-ttl{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
    padding:16px;
}
@media screen and (max-width: 768.9px) {
    .img-link-list{
        flex-direction: column;
        gap: 30px;
    }
    .img-link-list li{
        width:100%;
        padding: 20px;
    }
    .img-link-list li .list-ttl{
        font-size: 1.6rem;
    }
}

/*----------------------------------------------------------
flow
----------------------------------------------------------*/
.flow_box {
  width: 100%;
  position: relative;
}
.flow_box::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
}
.flow_box:last-child::after {
  display: none;
}
.flow_step {
  background: #ea002a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column;
      flex-flow: column;
}
.flow_step span {
  font-style: italic;
  color: #fff;
}
.flow_title {
  background: #525b5c;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.8;
  font-size: 1.6rem;
}
.flow_contents {
  line-height: 1.8;
  background: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .flow_box {
    height: 90px;
  }
  .flow_box + .flow_box {
    margin-top: 28px;
  }
  .flow_box::after {
    border-top: 16px solid #525b5c;
    border-bottom: 16px solid transparent;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    margin-left: -8px;
  }
  .flow_box, .flow_top {
    display: -ms-flexbox;
    display: flex;
  }
  .flow_step {
    width: 80px;
    padding: 26px 0;
    font-size: 1.2rem;
  }
  .flow_step span {
    font-size: 2.8rem;
  }
  .flow_title {
    width: 140px;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.6rem;
    text-align: center;
  }
  .flow_contents {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 18px 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: calc(100% - 220px);
    font-size: 1.6rem;
  }
}
  @media screen and (max-width: 768.9px) {
    .flow_box + .flow_box {
        margin-top: 22px;
    }
    .flow_box::after {
        border-top: 12px solid #525b5c;
        border-bottom: 12px solid transparent;
        border-left: 24px solid transparent;
        border-right: 24px solid transparent;
        margin-left: -22px;
    }
    .flow_top {
        display: -ms-flexbox;
        display: flex;
    }
    .flow_step {
        width: 60px;
        padding: 16px 0;
        font-size: 1rem;
    }
    .flow_step span {
        font-size: 2.4rem;
    }
    .flow_title {
        width: calc(100% - 60px);
        padding: 20px 10px;
    }
    .flow_contents {
        border-bottom: 2px solid #ccc;
        padding: 22px 10px;
        font-size: 1.4rem;
    }
  }




 

  

  

  

  

  

  
