@charset "UTF-8";

/*-- 初期設定 --*/
.pane-contents>.container {
  width: 100%;
}
.h1.block-page-caption--text{display: none;}
/*-- //初期設定 --*/

.-shloan_h1{
  width: 100%;
  min-height: 300px;
  position: relative;
  background: url(./kv_pc.jpg) no-repeat center top/cover;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  margin: 0 0 70px;
}
.-shloan_h1::before{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
}
.-shloan_h1>.-tit01{
  position: relative;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 0.25em;
}
.-shloan_h1>.-tit02{
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-weight: normal;
}

.-shloan_sec01{
  max-width: 980px;
  margin: 0 auto;
}

.-shloan_sec01Tit01{
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 1em;
  font-weight: normal;
  padding: 0;
  border: none;
}

/*--- .-shloan_sec01Nav01 ---*/
.-shloan_sec01Nav01{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 90px;
}
.-shloan_sec01Nav01>li{
  width: 185px;
  display: flex;
}
.-shloan_sec01Nav01>li>a{
  box-sizing: border-box;
  width: 100%;
  padding: 1.25em 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #fff;
  border: #d1d1d1 solid 1px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: .5s ease;
}
.-shloan_sec01Nav01>li>a:hover{
  background-color: #f6f6f6;
  text-decoration: none;
  transition: .2s ease;
}
.-shloan_sec01Nav01>li>a::after{
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background: url(./triangle_gray.png) no-repeat center center/contain;
  padding: 0;
  margin: .5em 0 0;
  transition: .5s ease;
}
.-shloan_sec01Nav01>li>a:hover::after{
  transform: translateY(5px);
  transition: .2s ease;
}
/*--- //.-shloan_sec01Nav01 ---*/

/*--- .-shloan_sec01Inner01 ---*/
.-shloan_sec01Inner01{
  border-bottom: 1px solid #202021;
  padding: 0 0 90px;
  margin: 0 0 90px;
}
.-shloan_sec01Inner01:last-of-type{
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.-shloan_sec01Inner01_tit01{
  text-align: center;
  background-color: transparent;
  font-size: 35px;
  line-height: 1.4;
  height: auto;
  min-height: auto;
  display: block;
  font-weight: normal;
  margin: 0 0 1em;
  padding: 0;
  border: none;
}
.-shloan_sec01Inner01_txt01{
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  padding: 0;
  margin: 0 0 1em;
}
.-shloan_sec01Inner01_img01{
  width: 100%;
  max-width: 390px;
  margin: 0 auto 50px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.-shloan_sec01Inner01_img01 img{
  display: inline-block;
  width: 100%;
  height: auto;
}
.-shloan_sec01Inner01_stit01{
  text-align: center;
  background-color: transparent;
  font-size: 30px;
  line-height: 1.4;
  height: auto;
  min-height: auto;
  display: block;
  font-weight: normal;
  margin: 0 0 1em;
  padding: 0;
  border: none;
}
.-shloan_sec01Inner01_ul01{
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.-shloan_sec01Inner01_ul01>li{
  max-width: 255px;
  width: 31.875%;
  background-color: #009a44;
  padding: 1em .1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.-shloan_sec01Inner01_ul01>li span{
  font-size: .6em;
}

.-shloan_sec01Inner01_tbl01{
  max-width: 800px;
  width: 100%;
  margin: 0 auto .5em;
  display: flex;
  flex-flow: row wrap;
  display: table;
}
.-shloan_sec01Inner01_tbl01 tr>th{
  width: 31.875%;
  border-bottom: 2px solid #fff;
  background-color: #009a44;
  font-size: 34px;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  padding: 1em .2em;
  text-align: center;
  vertical-align: middle;
}
.-shloan_sec01Inner01_tbl01 tr>th span{
  font-size: .7em;
  display: inline-block;
}
.-shloan_sec01Inner01_tbl01 tr>th.-zeroPer01{
  font-size: 45px;
}
.-shloan_sec01Inner01_tbl01 tr>th.-zeroPer01 .-zeroPer01_txt01{
  font-size: 24px;
  display: block;
  width: 100%;
}
.-shloan_sec01Inner01_tbl01 tr>td{
  width: 68.125%;
  border-bottom: 2px solid #fff;
  background-color: #e5ece6;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.1;
  padding: 1em .2em;
  text-align: center;
  vertical-align: middle;
}
.-shloan_sec01Inner01_tbl01 tr>td .-num01{
  font-size: 34px;
  font-weight: bold;
}
.-shloan_sec01Inner01_tbl01 tr>td .-txt01{
  font-size: 14px;
}

.-shloan_sec01Inner01_tbl01 tr>td.-zeroPer01{
  font-size: 24px;
  line-height: 1.1;
}
.-shloan_sec01Inner01_tbl01 tr>td.-zeroPer01 .-num01{
  font-size: 100px;
  color: #ff3038;
  font-weight: bold;
}
.-shloan_sec01Inner01_tbl01 tr>td.-zeroPer01 .-per01{
  font-size: 50px;
}

.-shloan_sec01Inner01_ul02{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.-shloan_sec01Inner01_ul02>li{
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1em;
  margin: 0 0 .5em 1em;
}

.-shloan_sec01Inner01_ul04{
  max-width: 600px;
  width: 100%;
  margin: 1em auto 0;
}
.-shloan_sec01Inner01_ul04>li{
  font-size: 13px;
  line-height: 1.4;
  text-indent: -1em;
  margin: 0 0 .5em 1em;
}

.-shloan_sec01Inner01_ol01{
  text-align: center;
  margin: 0 0 2em;
}
.-shloan_sec01Inner01_ol01 li{
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 1em;
}
.-shloan_sec01Inner01_ol01 li:last-of-type{
  margin: 0;
}
.-shloan_sec01Inner01_ol01 li:not(:last-of-type):after{
  content: '';
  display: block;
  margin: 1em 0 0;
  width: 100%;
  height: 10px;
  background: url(./triangle_gray.png) no-repeat center top/contain;
}

.-shloan_sec01Inner01_btn01{
  display: flex;
  justify-content: center;
  margin: 0 0 5em;
}
.-shloan_sec01Inner01_btn01:last-of-type{
  margin: 0;
}
.-shloan_sec01Inner01_btn01 a{
  display: block;
  min-width: 260px;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  font-weight: normal;
  background-color: #009a44;
  padding: 1em;
  background: #009a44 url(./triangle_white.png) no-repeat 95% center;
  text-align: center;
  transition: .5s ease;
}
.-shloan_sec01Inner01_btn01 a:hover{
  text-decoration: none;
  background-color: #007333;
  transition: .2s ease;
}

.-shloan_sec01Inner01_dl01{
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.-shloan_sec01Inner01_dl01>dt{
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin-bottom: 2em;
}
.-shloan_sec01Inner01_dl01>dt .-dtTit01{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: 1px solid #202021;
  margin-bottom: 2em;
}
.-shloan_sec01Inner01_dl01>dt .-dtImg01{
  max-width: 50px;
  font-size: 0;
  line-height: 0;
}
.-shloan_sec01Inner01_dl01>dt .-dtImg01 img{
  display: inline-block;
  width: 100%;
  max-width: 50px;
  height: auto;
}
.-shloan_sec01Inner01_dl01>dd{
  padding: 0;
  margin: 0 0 5em;
}
.-shloan_sec01Inner01_dl01>dd .-ddTxt01{
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}

.-shloan_sec01Inner01_ul03{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;

}
.-shloan_sec01Inner01_ul03{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 2em;
}
.-shloan_sec01Inner01_ul03>li{
  width: 48.75%;
  border: 1px solid #202021;
  display: flex;
  align-items: center;
  align-content: center;
}
.-shloan_sec01Inner01_ul03>li>p{
  box-sizing: border-box;
  width: 100%;
  font-size: 24px;
  padding: 1em .1em;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
}
.-shloan_sec01Inner01_ul03>li .-txt01{
  font-size: .58em;
}
.-shloan_sec01Inner01_ul03>li .-txt02{
  font-size: .66em;
}



.-shloan_sec01Inner01_txt02{
  max-width: 800px;
  margin: 0 auto 5em;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.-shloan_sec01Inner01_txt02 strong{
  font-size: 24px;
  color: #bf0c0c;
  font-weight: bold;
}

.-shloan_sec01Inner01_secSongai01{
  max-width: 800px;
  margin: 0 auto 2em;
  box-sizing: border-box;
  border: 10px solid #009a44;
  padding: 1em;
}
.-shloan_sec01Inner01_secSongai01_tit01{
  font-size: 30px;
  line-height: 1.7;
  padding: 0 0 60px;
  background: url(./caution.png) no-repeat bottom center;
  text-align: center;
  height: auto;
  min-height: auto;
  border: none;
  margin: .33em;
  font-weight: 600;
}
.-shloan_sec01Inner01_secSongai01_ul01{
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.-shloan_sec01Inner01_secSongai01_ul01>li{
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 .5em;
  list-style: disc;
}

.-shloan_sec01Inner01_secDousani01{
  max-width: 800px;
  margin: 0 auto 5em;
  box-sizing: border-box;
  padding: 3em;
  background-color: #e5ece6;
}
.-shloan_sec01Inner01_secDousani01_tit01{
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
  text-align: center;
  height: auto;
  min-height: auto;
  border: none;
  margin: 0 0 1.5em;
  font-weight: 600;
}
.-shloan_sec01Inner01_secDousani01_txt01{
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 1em;
}
.-shloan_sec01Inner01_secDousani01_ul01>li{
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 .5em 1em;
  text-indent: -1em;
}
.-shloan_sec01Inner01_secDousani01_ul01>li::before{
  content: '● ';
}

.-shloan_sec01Inner01_secSongai02{
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.-shloan_sec01Inner01_secSongai02_tit01{
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 .5em;
  border: none;
}
.-shloan_sec01Inner01_secSongai02_ul01{
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 0 auto 2em;
}
.-shloan_sec01Inner01_secSongai02_ul01>li{
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 .5em 1em;
  text-indent: -1em;
}
.-shloan_sec01Inner01_secSongai02_ul01>li::before{
  content: '・';
}
.-shloan_sec01Inner01_secSongai02_txt01{
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
/*--- //.-shloan_sec01Inner01 ---*/


@media screen and (max-width:767px){
  .-shloan_h1{
    min-height: 150px;
    padding: 0 4vw;
    margin: 0 0 35px;
  }
  .-shloan_h1>.-tit01{
    font-size: 30px;
  }
  .-shloan_h1>.-tit02{
    font-size: 13px;
    text-align: center;
  }
  .-shloan_sec01{
    margin: 0 4vw; 
  }
  .-shloan_sec01Tit01{
    font-size: 20px;
  }
  
  /*--- .-shloan_sec01Nav01 ---*/
  .-shloan_sec01Nav01{
    margin: 0 0 45px;
  }
  .-shloan_sec01Nav01>li{
    width: 100%;
    margin: 0 0 4vw;
  }
  /*--- //.-shloan_sec01Nav01 ---*/

  /*--- .-shloan_sec01Inner01 ---*/
  .-shloan_sec01Inner01{
    /* border-bottom: 1px solid #202021; */
    padding: 0 0 45px;
    margin: 0 0 45px;
  }
  .-shloan_sec01Inner01:last-of-type{
    /* border-bottom: none;
    margin: 0;
    padding: 0; */
  }
  .-shloan_sec01Inner01_tit01{
    /* text-align: center;
    background-color: transparent; */
    font-size: 24px;
    /* line-height: 1.4;
    height: auto;
    min-height: auto;
    display: block;
    font-weight: normal;
    margin: 0 0 1em;
    padding: 0;
    border: none; */
  }
  .-shloan_sec01Inner01_txt01{
    font-size: 14px;
    /* line-height: 1.7;
    text-align: center;
    padding: 0;
    margin: 0 0 1em; */
  }
  /* .-shloan_sec01Inner01_img01{
    width: 100%;
    max-width: 390px;
    margin: 0 auto 50px;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  .-shloan_sec01Inner01_img01 img{
    display: inline-block;
    width: 100%;
    height: auto;
  } */
  .-shloan_sec01Inner01_stit01{
    /* text-align: center;
    background-color: transparent; */
    font-size: 21px;
    /* line-height: 1.4;
    height: auto;
    min-height: auto;
    display: block;
    font-weight: normal;
    margin: 0 0 1em;
    padding: 0;
    border: none; */
  }
  .-shloan_sec01Inner01_ul01{
    /* max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; */
  }
  .-shloan_sec01Inner01_ul01>li{
    /* max-width: 255px;
    width: 31.875%;
    background-color: #009a44;
    padding: 1em .1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff; */
    font-size: 18px;
    /* line-height: 1.4;
    text-align: center; */
  }
  .-shloan_sec01Inner01_ul01>li span{
    font-size: .6em;
  }

  .-shloan_sec01Inner01_tbl01{
    /* max-width: 800px;
    width: 100%;
    margin: 0 auto .5em;
    display: flex;
    flex-flow: row wrap;
    display: table; */
  }
  .-shloan_sec01Inner01_tbl01 tr>th{
    /* width: 31.875%; */
    border-bottom: 1px solid #fff;
    /* background-color: #009a44; */
    font-size: 24px;
    /* color: #fff;
    font-weight: normal;
    line-height: 1.4;
    padding: 1em .2em;
    text-align: center;
    vertical-align: middle; */
  }
  .-shloan_sec01Inner01_tbl01 tr>th span{
    /* font-size: .7em;
    display: inline-block; */
  }
  .-shloan_sec01Inner01_tbl01 tr>th.-zeroPer01{
    font-size: 30px;
  }
  .-shloan_sec01Inner01_tbl01 tr>th.-zeroPer01 .-zeroPer01_txt01{
    font-size: 16px;
    /* display: block;
    width: 100%; */
  }
  .-shloan_sec01Inner01_tbl01 tr>td{
    /* width: 68.125%;
    border-bottom: 2px solid #fff;
    background-color: #e5ece6; */
    font-size: 16px;
    /* font-weight: normal;
    line-height: 1.1;
    padding: 1em .2em;
    text-align: center;
    vertical-align: middle; */
  }
  .-shloan_sec01Inner01_tbl01 tr>td .-num01{
    font-size: 24px;
    /* font-weight: bold; */
  }
  .-shloan_sec01Inner01_tbl01 tr>td .-txt01{
    font-size: 13px;
  }

  .-shloan_sec01Inner01_tbl01 tr>td.-zeroPer01{
    font-size: 16px;
    /* line-height: 1.1; */
  }
  .-shloan_sec01Inner01_tbl01 tr>td.-zeroPer01 .-num01{
    font-size: 50px;
    /* color: #ff3038;
    font-weight: bold; */
  }
  .-shloan_sec01Inner01_tbl01 tr>td.-zeroPer01 .-per01{
    font-size: 36px;
  }

  .-shloan_sec01Inner01_ul02{
    /* max-width: 800px;
    width: 100%;
    margin: 0 auto; */
  }
  .-shloan_sec01Inner01_ul02>li{
    font-size: 13px;
    /* line-height: 1.4;
    text-indent: -1em;
    margin: 0 0 .5em 1em; */
  }

  .-shloan_sec01Inner01_ol01{
    /* text-align: center;
    margin: 0 0 2em; */
  }
  .-shloan_sec01Inner01_ol01 li{
    /* text-align: center; */
    font-size: 14px;
    /* line-height: 1.4;
    margin: 0 0 1em; */
    list-style: none;
  }
  .-shloan_sec01Inner01_ol01 li:last-of-type{
    /* margin: 0; */
  }
  .-shloan_sec01Inner01_ol01 li:not(:last-of-type):after{
    /* content: '';
    display: block;
    margin: 1em 0 0;
    width: 100%;
    height: 10px;
    background: url(./triangle_gray.png) no-repeat center top/contain; */
  }

  .-shloan_sec01Inner01_btn01{
    /* display: flex;
    justify-content: center;
    margin: 0 0 5em; */
  }
  .-shloan_sec01Inner01_btn01:last-of-type{
    /* margin: 0; */
  }
  .-shloan_sec01Inner01_btn01 a{
    /* display: block;
    min-width: 260px; */
    font-size: 16px;
    /* line-height: 1.1;
    color: #fff;
    font-weight: normal;
    background-color: #009a44;
    padding: 1em;
    background: #009a44 url(./triangle_white.png) no-repeat 95% center;
    text-align: center;
    transition: .5s ease; */
  }
  /* .-shloan_sec01Inner01_btn01 a:hover{
    text-decoration: none;
    background-color: #007333;
    transition: .2s ease;
  } */

  .-shloan_sec01Inner01_dl01{
    /* display: flex;
    flex-flow: column wrap;
    align-items: center; */
  }
  .-shloan_sec01Inner01_dl01>dt{
    /* display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 2em; */
  }
  .-shloan_sec01Inner01_dl01>dt .-dtTit01{
    font-size: 16px;
    /* font-weight: bold;
    line-height: 1.1;
    border-bottom: 1px solid #202021; */
    margin-bottom: 2em;
  }
  .-shloan_sec01Inner01_dl01>dt .-dtImg01{
    /* max-width: 50px;
    font-size: 0;
    line-height: 0; */
  }
  .-shloan_sec01Inner01_dl01>dt .-dtImg01 img{
    /* display: inline-block;
    width: 100%;
    max-width: 50px;
    height: auto; */
  }
  .-shloan_sec01Inner01_dl01>dd{
    /* padding: 0;
    margin: 0 0 5em; */
  }
  .-shloan_sec01Inner01_dl01>dd .-ddTxt01{
    /* text-align: center; */
    font-size: 14px;
    /* line-height: 1.7; */
  }
  .-shloan_sec01Inner01_dl01>dd .-ddTxt01 br{
    display: none;
  }

  .-shloan_sec01Inner01_ul03{
    /* display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; */

  }
  .-shloan_sec01Inner01_ul03{
    /* display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto 2em; */
  }
  .-shloan_sec01Inner01_ul03>li{
    /* width: 48.75%;
    border: 1px solid #202021;
    display: flex;
    align-items: center;
    align-content: center; */
  }
  .-shloan_sec01Inner01_ul03>li>p{
    /* box-sizing: border-box;
    width: 100%; */
    font-size: 18px;
    /* padding: 1em .1em;
    text-align: center;
    display: flex;
    flex-flow: column nowrap; */
  }
  /* .-shloan_sec01Inner01_ul03>li .-txt01{
    font-size: .58em;
  }
  .-shloan_sec01Inner01_ul03>li .-txt02{
    font-size: .66em;
  } */
  .-shloan_sec01Inner01_txt02{
    /* max-width: 800px;*/
    margin: 0 auto 3em; 
    font-size: 13px;
    /* line-height: 2;
    text-align: center; */
  }
  .-shloan_sec01Inner01_txt02 strong{
    font-size: 18px;
    /* color: #bf0c0c;
    font-weight: bold; */
  }

  .-shloan_sec01Inner01_secSongai01{
    /* max-width: 800px;
    margin: 0 auto 2em;
    box-sizing: border-box; */
    border: 5px solid #009a44;
    /* padding: 1em; */
  }
  .-shloan_sec01Inner01_secSongai01_tit01{
    font-size: 24px;
    /* line-height: 1.7; */
    padding: 0 0 30px;
    background: url(./caution.png) no-repeat bottom center/30px;
    /* text-align: center;
    height: auto;
    min-height: auto;
    border: none;
    margin: .33em;
    font-weight: 600; */
  }
  .-shloan_sec01Inner01_secSongai01_ul01{
    /* display: flex;
    flex-flow: column nowrap;
    align-items: center; */
  }
  .-shloan_sec01Inner01_secSongai01_ul01>li{
    font-size: 14px;
    text-align: center;
    /* line-height: 1.4;
    margin: 0 0 .5em;
    list-style: disc; */
    list-style: none;
  }

  .-shloan_sec01Inner01_secDousani01{
    /* max-width: 800px;
    margin: 0 auto 5em;
    box-sizing: border-box;
    padding: 3em;
    background-color: #e5ece6; */
    padding: 4vw;
  }
  .-shloan_sec01Inner01_secDousani01_tit01{
    font-size: 16px;
    /* line-height: 1.4;
    padding: 0;
    text-align: center;
    height: auto;
    min-height: auto;
    border: none;
    margin: 0 0 1.5em;
    font-weight: 600; */
  }
  .-shloan_sec01Inner01_secDousani01_txt01{
    font-size: 13px;
    /* line-height: 1.7;
    margin: 0 0 1em; */
  }
  .-shloan_sec01Inner01_secDousani01_ul01>li{
    font-size: 13px;
    line-height: 1.7;
    /* margin: 0 0 .5em 1em;
    text-indent: -1em; */
  }
  /* .-shloan_sec01Inner01_secDousani01_ul01>li::before{
    content: '● ';
  } */

  /* .-shloan_sec01Inner01_secSongai02{
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  } */
  .-shloan_sec01Inner01_secSongai02_tit01{
    /* text-align: center; */
    font-size: 21px;
    /* line-height: 1.4;
    margin: 0 0 .5em;
    border: none; */
  }
  /* .-shloan_sec01Inner01_secSongai02_ul01{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 0 auto 2em;
  } */
  .-shloan_sec01Inner01_secSongai02_ul01>li{
    font-size: 14px;
    text-align: center;
    /* line-height: 1.7;
    margin: 0 0 .5em 1em;
    text-indent: -1em; */
  }
  .-shloan_sec01Inner01_secSongai02_ul01>li::before{
    content: '・';
  }
  .-shloan_sec01Inner01_secSongai02_txt01{
    font-size: 14px;
    /* line-height: 1.7;
    text-align: center; */
  }
  /*--- //.-shloan_sec01Inner01 ---*/
}