@charset "shift_jis";
/* Updated 2026//07/21.T */
/*-----------------------
general
------------------------*/
/* color */
._t-black01 {
  color: #000000;
}
._t-gray04 {
  color: #56635f;
}
._t-under01{
  text-decoration: underline;
}
/* btn */
.btn-type01.-orange01 {
  background-color: #ff5f04;
}
._t-white01.icon-link01>.inner::after {
  background: url(/kojin/cmn/imgs/ico_arrow_right_02.svg) 0 0 / cover no-repeat;
}
.list-num02>.item>.mark {
  width: 1.4rem;
  height: 1.4rem;
  background: #1A54EA;
  color: #fff;
}
.list-num02>.item>.mark>span {
  font-size: 1rem;
  text-indent: -1px;
}
/*-----------------------
Layout
------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 3;
}
.cpEndTxt {
  z-index: 3;
}
#footer-area {
  position: relative;
  z-index: 1;
}
#footer-content {
  margin-top: 0;
}
.footer-logo {
  padding-bottom: 70px;
}
body.cpnloadEnd .footer-logo {
  padding-bottom: 0;
}
.section-main {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background-color: #E2750F;
  box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
}
@media screen and (max-width: 500px) {
  .section-main {
    box-shadow: none;
  }
}
.section-mainInr {
  overflow: hidden;
}
.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  display: flex;
  height: 100vh;
  background: url("/kojin/olive/special/campaign/moneyforward/202607/imgs/index_bg_01.jpg") center top no-repeat;
  background-size: cover;
}
/*-----------------------
kv-area
------------------------*/
.kv-area01 {
  position: relative;
  text-align: center;
}
.kv-area01 .wrap01 {
  border-radius: 50px 50px 0 0;
  padding: 30px;
  background-color: #fff;
}
.kv-area01 .wrap02 {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 15px;
  background: rgba(224, 219, 216, 0.3);
}
.kv-area01 .wrap02 .text-hooray01>.inner{
  padding: 0 12px;
  font-size: 11px;
  font-weight: normal;
}
.kv-area01 .wrap02 .text-hooray01>.inner::after,
.kv-area01 .wrap02 .text-hooray01>.inner::before {
  bottom: 0.8em;
  width: 12px;
  height: 1px;
}
.kv-area01 .wrap02 a{
  color: #000;
}
.kv-area01 .btn-type01 {
  width: 100%;
  font-size: 2.6rem;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 {
    font-size: 2.0rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .kv-area01 .btn-type01 {
    font-size: 5.33333vw;
  }
}
.kv-area01 .btn-type01 > .inner {
  min-height: 55px;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 40px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 10.66667vw;
  }
}
/*-----------------------
detail-area01
------------------------*/
.detail-area01 {
  padding: 50px 20px;
  background-color: #E2750F;
}
.detail-area01 .ttl01 {
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}
.detail-area01 .table01 {
  margin-top: 40px;
  font-size: 1.4rem;
}
.detail-area01 .table01 tr:first-child th {
  border-radius: 12px 0 0 0;
}
.detail-area01 .table01 tr:first-child td {
  border-radius: 0 12px 0 0;
}
.detail-area01 .table01 tr:last-child th {
  border-bottom: 0;
  border-radius: 0 0 0 12px;
}
.detail-area01 .table01 tr:last-child td {
  border-bottom: 0;
  border-radius: 0 0 12px 0;
}
.detail-area01 .table01 th {
  padding: 15px 10px 15px 16px;
  width: 30%;
  border-bottom: 1px solid #d5dedb;
  background-color: #FBD999;
  color: #E2750F;
  font-weight: bold;
}
.detail-area01 .table01 td {
  padding: 15px 16px;
  border-bottom: 1px solid #d5dedb;
  background-color: #ffffff;
  vertical-align: middle;
}
.detail-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 2px;
}
.detail-area01 .card-normal01 {
  margin-top: 30px;
  border: 0;
  border-radius: 20px;
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 19px 19px;
}
.detail-area01 .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
  padding-left: 35px;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 28px;
  height: 28px;
}
.detail-area01 .toggle-block01 > [role=tablist] > [role=tab]::after {
  top: calc(50% - 16px) !important;
  right: 5px !important;
  background-position: center center;
  background-size: 26px auto;
}
.detail-area01 .card-normal01 > .inner > .body {
  padding: 25px 18px 16px 18px;
}
.detail-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}
.detail-area01 .card-normal01 .list-circle01 {
  margin: 8px 0 8px 0;
  padding: 0 0 0 9px;
}
.detail-area01 .card-normal01 .list-circle01:not(:first-child) {
  margin-top: 13px;
}
.detail-area01 .card-normal01 .list-circle01 > .item::before {
  top: .56em;
  width: 5px;
  height: 5px;
  background: #56635f;
}
/*-----------------------
menu-area
------------------------*/
.js-fixed01{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: calc(50% + 250px);
}
.menu-area01 {
  z-index: 2;
  overflow: hidden;
  width: 350px;
  padding: 50px 30px;
  border-radius: 50px;
  background-color: #FFF5E3;
  transition: all .25s ease-out;
}
.menu-area01 .list01 {
  padding: 0;
}
.menu-area01 li:not(:first-child) {
  margin-top: 24px;
}
.menu-area01 .list01 a {
  position: relative;
  display: block;
  padding: 0 0 0 32px;
  color: #000;
  text-decoration: none;
  letter-spacing: .0em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.menu-area01 .list01 a:before {
  position: absolute;
  top: calc(50% - 5px);
  left: 9px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #1A54EA;
  content: "";
  opacity: 0;
}
.menu-area01 .list01 a.is-current:before {
  opacity: 1;
}
.menu-area01 .btn-list01{
  margin: 100px 0 0;
}
@media screen and (max-width: 1330px) {
  .menu-area01 {
    right: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .menu-area01 {
    width: 260px;
  }
  .menu-area01 .list01 a {
    padding-left: 27px;
    font-size: 1.6rem;
  }
  .menu-area01 .list01 a:before {
    top: calc(50% - 5px);
    left: 11px;
  }
}
@media screen and (max-width: 1080px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 580px) {
  .menu-area01 {
    display: none !important;
  }
}
/*-----------------------
fixed-area
------------------------*/
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .wrap01 {
    justify-content: space-between;
    padding: 0 20px;
    height: 62px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .wrap01 {
    padding: 0 4.26667vw;
  }
}
.fixed-area01 .btn-type01 {
  width: 360px;
  height: 40px;
  margin: 0 8px;
  font-size: 1.4rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 {
    width: calc(50% - 4px);
    margin: 0;
    font-size: 1.2rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.2vw !important;
  }
}
.fixed-area01 .btn-type01 > .inner {
  min-height: 100%;
  line-height: 1.3;
}
.fixed-area01 .btn02 {
  margin: 0 0 0 40px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 12px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 3.73333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .fixed-area01  {
    display: none !important;
  }
}
body.cpnloadEnd .fixed-area01 {
  display: none !important;
}
/*-----------------------
fixed-area02
------------------------*/
.fixed-area02{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: calc(50% + 250px);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1080px) {
  .fixed-area02 {
    display: none !important;
  }
}
@media screen and (max-height: 580px) {
  .fixed-area02 {
    display: none !important;
  }
}
/*-----------------------
modal
------------------------*/
html.is-modalShow {
  overflow: hidden;
  height: 125%;
}
html.is-modalShow body {
  position: fixed;
  width: 100%;
}
.modal-area.-show .modal-bg {
  display: flex;
}
.modal-area.-show .modal-content {
  display: block;
}
.modal-area .modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 94;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.modal-area .modal-content.is-modalShow {
  display: flex;
}
.modal-area .modal-frame {
  position: relative;
  z-index: 7;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: calc(100% - 120px);
  width: 960px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-frame {
    width: calc(100% - 9.6vw);
  }
}
.modal-area .modal-wrap01 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px 30px 24px 30px;
  width: 100%;
  height: 50%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-wrap01 {
    padding: 24px 16px 24px 16px;
  }
}
.modal-area .ttl01 {
  padding: 0 1px 0 0;
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .ttl01 {
    font-size: 2.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .modal-area .ttl01 {
    font-size: 6.4vw;
  }
}
.modal-area .formWrap01 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
  height: 60vh;
  background: url("/kojin/olive/special/campaign/moneyforward/202607/imgs/index_img_01.svg") center center no-repeat;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .formWrap01 {
    margin-top: 6.13333vw;
  }
}
.modal-area .formWrap01 iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-area .btnClose01 {
  appearance: none;
  position: absolute;
  top: 22px;
  right: 21px;
  width: 34px;
  height: 34px;
  border: 1px solid #d5dedb;
  border-radius: 50%;
  background: url("/kojin/cmn/imgs/btn_close_01.svg") center center no-repeat #ffffff;
}
/*-----------------------
bg-area01
------------------------*/
.bg-area01{
  padding: 106px 0 0;
  background: #fff;
}
.bg-area01>.inner01{
  position: relative;
  border-radius: 50px 50px 0 0;
  padding: 106px 30px 0;
  background: #E2750F url(/kojin/olive/special/campaign/moneyforward/202607/imgs/index_bg_02.png) no-repeat left 260px / 100%;
}
.bg-area01>.inner01>.icon01{
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  padding: 0 12px 0 16px;
}
.bg-area01>.inner01>.icon01>li{
  flex: 1;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .bg-area01{
    padding: 80px 0 0;
  }
  .bg-area01>.inner01{
    padding: 80px 30px 0;
  }
}
/*-----------------------
bg-area02
------------------------*/
.bg-area02{
  padding: 60px 30px 0;
  background: #E2750F url(/kojin/olive/special/campaign/moneyforward/202607/imgs/index_bg_03.png) no-repeat right 120px / 85%;
  color: #fff;
}
/*-----------------------
bg-area03
------------------------*/
.bg-area03{
  border-radius: 50px 50px 0 0;
  padding: 50px 18px;
  background: #FFF5E3;
  color: #000;
}
/*-----------------------
tab-block01
------------------------*/
.tab-block01.-type01{
  margin-top: 20px;
}
.tab-block01.-type01>.list {
  border: none;
  padding: 0 18px;
}
.tab-block01.-type01>.list>.item {
  width: 49.4%;
}
.tab-block01.-type01>.list>.item>.switch{
  border: 1px solid #FFF5E3;
  border-bottom: 1px solid #E2750F;
  background: #FFF5E3;
  border-radius: 15px 15px 0 0;
}
.tab-block01.-type01>.list>.item>.switch>.inner{
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
  font-size: 1.4rem;
}
.tab-block01.-type01>.list>.item>.switch[aria-selected=true] {
  background: #fff;
  border-color: #E2750F;
  border-bottom: 1px solid #fff;
}
.tab-block01.-type01>.list>.item>.switch[aria-selected=true]>.inner{
  color: #E2750F;
}
.tab-block01.-type01 .bg-wrap01{
  margin: -1px 0 0;
  padding: 39px 18px 0;
  border-top: 1px solid #E2750F;
  background: #FFFFFF;
}
.step-wrap01{
  margin: 0 -18px;
}
.step-wrap01 .item01{
  display: flex;
  flex-direction: column;
  width: 290px;
  max-width: 90vw;
  margin: 0 12px;
  height: auto;
}
.step-wrap01 .item01 .inner01{
  flex: 1;
  padding: 30px;
  margin: 10px 0 0;
  border-radius: 30px;
  background: #F2F2F2;
}
.step-wrap01 .step-ttl01{
  text-align: center;
}
.step-wrap01 .img01{
  margin: 18px 0 0;
}
.step-wrap01 .img01>img{
  margin: 0 auto;
}
/* slider */
.step-wrap01 .slick-track{
  display: flex;
}
.step-wrap01 .slick-arrow{
  top: calc(50% - ((50px + 25px) / 2));
  width: 50px;
  height: 50px;
  transition: background-color .3s ease-out;
  background: #E2750F;
  border-radius: 50%;
  box-shadow: 0px 10px 12px 0px rgba(150, 54, 1, 0.3);
  z-index: 1;
}
.step-wrap01 .slick-arrow::before{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - (1.8em / 2));
  left: calc(50% - (1.7em / 2));
  width: 1.8em;
  height: 1.8em;
  background: url(/kojin/cmn/imgs/ico_arrow_right_02.svg) 0 0 / cover no-repeat;
}
.step-wrap01 .slick-arrow.slick-prev{
  left: 6px;
  transform: scale(-1,1);
}
.step-wrap01 .slick-arrow.slick-next{
  right: 6px;
}
.step-wrap01 .slick-arrow.slick-disabled{
  display: none!important;
}
.step-wrap01 .slick-dots{
  display: flex;
  justify-content: center;
  position: static;
  margin: 24px 0 0;
}
.step-wrap01 .slick-dots li{
  margin: 0 4px;
}
.step-wrap01 .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  background: #d5dedb;
  border-radius: 50%;
}
.step-wrap01 .slick-dots li.slick-active button {
  background: #E2750F;
}
@media screen and (max-width: 374px) {
  .step-wrap01 .slick-arrow{
    top: calc(50% - ((38px + 25px) / 2));
    width: 38px;
    height: 38px;
  }
}
/*-----------------------------------
card-wrap01
-----------------------------------*/
.card-wrap01{
  margin: 32px -30px 0;
}
.card-wrap01 .item01{
  width: 280px;
  border-radius: 7px;
  border: 1px solid #D5DEDB;
  box-shadow: 0 8px 16px rgba(20, 29, 29, 0.08);
  background: #fff;
}
.card-wrap01 .head01{
  padding: 14px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(to right,  #e7f0d5 0%,#cfe8dd 33%,#cfdce2 66%,#e5d9e1 100%);
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.card-wrap01 .body01{
  padding: 0 16px 30px;
  color: #004831;
  font-size: 1.6rem;
}
.card-wrap01 .slick-arrow{
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/kojin/olive/special/campaign/moneyforward/202607/imgs/index_ico_08.svg) no-repeat 0 0 / 100%;
}
.card-wrap01 .slick-prev{
  left: 0;
  transform: rotate(-180deg);
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.card-wrap01 .slick-next{
  right: 0;
  box-shadow: 0 10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.card-wrap01 .slick-list{
  overflow: visible;
}
.card-wrap01 .img{
  padding: 16px;
  text-align: center;
}
/*slide*/
.card-wrap01.fn-slide01 .slick-track {
  display: flex;
}
.card-wrap01.fn-slide01 .slick-slide {
  height: auto !important;
}
.card-wrap01 .item01.swiper-slide-visible{
  filter: blur(3px);
}
.card-wrap01 .item01.swiper-slide-active{
  filter: blur(0px);
}
/*swiper*/
.swiper-container{
  position: relative;
}
.swiper-button-prev,
.swiper-button-next{
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/kojin/olive/special/campaign/moneyforward/202607/imgs/index_ico_08.svg) no-repeat 0 0 / 100%;
}
.swiper-button-prev{
  left: 6px;
  transform: rotate(-180deg);
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.swiper-button-next{
  right: 6px;
  box-shadow: 0 10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.swiper-button-prev.-hide,
.swiper-button-next.-hide{
  display: none;
}
.swiper-wrapper.-block{
  display: block;
}
.swiper-wrapper.-block .slick-track{
  display: flex;
}
.swiper-wrapper.-block .slick-track>.swiper-slide{
  margin: 0 12px;
  height: auto!important;
}
/*-----------------------
card-wrap02
------------------------*/
.card-wrap02{
  position: relative;
  margin: 200px -30px 0;
  padding: 120px 0 70px;
  border-radius: 50px;
  background: #fff;
}
.card-wrap02>.ttl01{
  position: absolute;
  left: 0;
  top: -146px;
}
.card-wrap02>.ttl01>img{
  width: 252px;
}
/*-----------------------
card-wrap03
------------------------*/
.card-wrap03{
  margin: 60px -30px 0;
  padding: 50px 30px 70px;
  border-radius: 50px;
  background: #fff;
  color: #000;
}
/*-----------------------
circle-wrap01
------------------------*/
.circle-wrap01{
  margin: 20px 0 0;
  border-radius: 10px;
  padding: 10px;
  background: #F6BA7C;
  color: #000;
}
.circle-wrap01 .list-circle01>.item:not(:first-child){
  margin-top: 2px;
}
.circle-wrap01 .list-circle01>.item::before {
  top: .4em;
  left: 0;
  width: 14px;
  height: 14px;
  background: #E2750F;
}
/*-----------------------
ttl-img01
------------------------*/
.ttl-img01{
  margin: 55px 0 0;
  text-align: center;
}
/*-----------------------
qa-wrap01
------------------------*/
.qa-wrap01{
  margin: 40px 0 0;
}
.qa-wrap01>.item01{
  padding: 8px 18px;
  margin: 12px 0 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(20, 29, 29, 0.08);
  box-shadow: 0px 0px 4px 0px rgba(20, 29, 29, 0.05);
}
.qa-wrap01>.item01>.head{
  position: relative;
  padding: 12px 0 12px 36px;
  color: #E2750F;
  font-weight: bold;
}
.qa-wrap01>.item01>.body{
  position: relative;
  border-top: 1px solid rgba(226, 117, 15, 0.3);
  padding: 12px 0 12px 35px;
}
.qa-wrap01>.item01>.head::before,
.qa-wrap01>.item01>.body::before{
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 15px;
  width: 16px;
  height: 18px;
}
.qa-wrap01>.item01>.head::before{
  background: url(/kojin/olive/special/campaign/moneyforward/202607/imgs/index_ico_05.svg) no-repeat 0 0 / 100%;
}
.qa-wrap01>.item01>.body::before{
  background: url(/kojin/olive/special/campaign/moneyforward/202607/imgs/index_ico_06.svg) no-repeat 0 0 / 100%;
}
.qa-wrap01>.item01>.head[role="tab"]{
  padding-right: 40px;
}
.qa-wrap01>.item01>.head[role="tab"]::after{
  display: block;
  position: absolute;
  content: '';
  right: 0;
  top: 15px;
  width: 24px;
  height: 24px;
  background: url(/kojin/olive/special/campaign/moneyforward/202607/imgs/index_ico_07.svg) no-repeat 0 0 / 100%;
  transform: rotate(180deg);
}
.qa-wrap01>.item01>.head[role="tab"][aria-selected="true"]::after{
  transform: rotate(0deg);
}
/*-----------------------
bnr-wrap01
------------------------*/
.bnr-wrap01{
  margin: 30px 0 0;
}
.bnr-wrap01 .img{
  margin: 30px 0 0;
}
.bnr-wrap01 img{
  width: 100%;
}
/*-----------------------
img-layout01
------------------------*/
.img-layout01{
  margin: 18px 0 0;
}
.img-layout01>.item{
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.img-layout01>.item .img{
  width: 90px;
  margin-right: 10px;
}
.img-layout01>.item .text{
  flex: 1;
  font-weight: bold;
  font-size: 1.4rem;
}
.img-layout01>.item .text>.icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 0 4px;
  background: #1A54EA;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  font-family: roboto;
}