<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** SECTION HERO
==============================================*/
.section-hero_v2 img{
  width: 100%;
  height: auto;
}
.section-hero_v2 .box2{
  flex-direction: row-reverse;
}
.section-hero_v2 .box.img{
  width: 62.5%;
}
.section-hero_v2 .box.txt{
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #1b3a6a;
  color: #FFF;
  padding-top: 60px;
  padding-bottom: 50px;
}
.section-hero_v2 .box .box-in{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 540px;
  height: 100%;
  max-height: 600px;
}
.section-hero_v2 .box.txt .txt1{
  font-size: 19px;
  letter-spacing: -0.03em;
}
.section-hero_v2 .box.txt .txt2{
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 110px;
}
.section-hero_v2 .box.txt .txt3{
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Tai Heritage Pro", serif;
  margin-top: 20px;
}
.section-hero_v2 .wrap-btn{
  margin-top: auto;
}
.section-hero_v2 .fix-fvlink{
  font-size: 12px;
  position: absolute;
  bottom: -2.5em;
  right: 2em;
}
@media only screen and (max-width: 640px) {

  .section-hero_v2 .box2{

    flex-direction: column;
  }
  .section-hero_v2 .box.img{
    width: 100%;
  }
  .section-hero_v2 .box.txt{
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
  .section-hero_v2 .box .box-in{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }
  .section-hero_v2 .box.txt .txt1{
    font-size: 3.7vw;
  }
  .section-hero_v2 .box.txt .txt2{
    font-size: 9.1vw;
    margin-top: 7vw;
  }
  .section-hero_v2 .box.txt .txt3{
    font-size: 3.2vw;
    margin-top: 4.3vw;
  }
  .section-hero_v2 .wrap-btn{
    padding-top: 7.5vw;
  }

}



/* .section-hero {
  background-image: url(/csmembers/businessonly/support-loan/images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 40px;
}
.section-hero .headline .page_title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 50px;
}
.section-hero .content{
  border-bottom: 1px solid #FFF;
  padding-bottom: 30px;
}
.section-hero .content .platinum_card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-hero .content .platinum_card &gt; li {
  width: calc(50% - 30px);
  position: relative;
}
.section-hero .content .platinum_card .part-card {
  text-align: center;
}
.section-hero .content .platinum_card .card_name {
  font-size: 14px;
  text-align: center;
  padding-top: 1.6em;
}
.section-hero .wrap-btn{
  padding-top: 40px;
}
.section-hero .com-btn-sq:after{
  right: 13px;
}
.section-hero .content .platinum_card .part-card img {
  width: 100%;
  max-width: 100%;
}
.section-hero .content .platinum_card {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section-hero .part-notes{
  text-align: right;
  padding-top: 45px;
}
.section-hero .notes{
  font-size: 10px;
}
@media only screen and (max-width: 640px) {
  .section-hero .content.row{
    padding: 0 20px 20px;
  }
  .section-hero .part-notes.row{
    padding: 44px 10px 0;
  }
  .section-hero {
    padding: 40px 15px;
  }
  .section-hero .headline .page_title {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .section-hero .content .platinum_card &gt; li {
    width: calc(50% - 15px);
  }
  .section-hero .content .platinum_card .card_name {
    font-size: 10px;
  }
  .section-hero .wrap-btn{
    padding-top: 30px;
  }
  .section-hero .content .platinum_card {
    width: 100%;
    max-width: 100%;
  }
} */




.com-card-elem{
  /* padding-top: 0; */
  background-color: #1b3a6a;
  background: radial-gradient(ellipse at center,  #4f648e 0%,#1b3a6a 100%);

  color: #FFF;
}

.com-card-elem .com-headline-title .jp{
  margin-top: 0;
}

.com-card-elem .platinum_card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.com-card-elem .platinum_card &gt; li {
  width: calc(50% - 30px);
  position: relative;
}
.com-card-elem .platinum_card .part-card {
  text-align: center;
}
.com-card-elem .platinum_card .card_name {
  font-size: 14px;
  text-align: center;
  padding-top: 1.6em;
}
.section-hero .wrap-btn{
  /* padding-top: 90px; */
  padding-top: 40px;
}
.section-hero .com-btn-sq:after{
  right: 13px;
}
.com-card-elem .platinum_card .part-card img {
  width: 100%;
  max-width: 100%;
}
.com-card-elem .platinum_card {
  /* width: 660px; */
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  
  .com-card-elem .platinum_card &gt; li {
    width: calc(50% - 15px);
  }
  .com-card-elem .platinum_card .card_name {
    font-size: 10px;
  }
  .com-card-elem .platinum_card {
    width: 100%;
    max-width: 100%;
  }
}





.section-about{
  padding-top: 50px;
}
.section-about .elem1 .box{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0 4px 15px rgba(27, 59, 106, 0.3);
  padding: 5% 0;
}
.section-about .elem1 .box .part-ico{
  width: 64%;
}
.section-about .elem1 .box .part-txt{
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .section-about .elem1 .box .part-txt sup{
    font-size: 60%;
    top: -0.5em;
  }
}
.section-about .elem1 .box .notes{
  position: absolute;
  top: calc(100% + 1em);
  left: 0;
}
.section-about .elem1{
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
  /* padding-bottom: 115px; */
}
.section-about .elem1+.notes{
  margin-top: 1em;
  padding-bottom: 100px;
}
.section-about .elem1+.notes li{
  padding-left: 2.7em;
  text-indent: -2.7em;
}
.section-about .elem1 .box{
  width: calc((100% - 90px) / 3.0001);
  margin: 0 15px;
}
.section-about .elem2{
  width: 720px;
  margin: 0 auto;
}
.section-about .elem2 .lead{
  font-size: 20px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .section-about{
    padding-top: 8vw;
  }
  .section-about .elem1{
    margin-top: 8vw;
  }
  .section-about .elem1 .box{
    box-shadow: 0 2px 7px rgba(27, 59, 106, 0.3);
    padding: 3% 0;
  }
  .section-about .elem1{
    margin-left: -2px;
    margin-right: -2px;
    /* padding-bottom: 10em; */
  }
  .section-about .elem1+.notes{
    padding-bottom: 4em;
  }
  .section-about .elem1 .box{
    width: calc((100% - 12px) / 3.0001);
    margin: 0 4px;
  }
  /* .section-about .elem1{
    display: block;
    margin-left: 0;
    margin-right: 0;
  } */
  /* .section-about .elem1 .box+.box{
    margin-top: 20px;
  } */
  /* .section-about .elem1 .box{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2em;
  } */
  .section-about .elem1 .box .part-txt{
    font-size: 10px;
    /* font-size: 14px; */
    /* margin-top: -1em; */
    font-weight: bold;
  }
  .section-about .elem1 .box .notes{
    font-size: 10px;
    top: calc(100% + 1em);
    left: 0;
  }
  .section-about .elem2{
    width: 100%;
  }
  .section-about .elem2 .lead{
    font-size: 16px;
  }
}


.section-svinfo{
  background-color: #FFF;
  padding-top: 55px;
  padding-bottom: 55px;
}
.section-svinfo .part-title{
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.section-svinfo .part-tlead{
  font-size: 18px;
  text-align: center;
  margin-top: 0.8em;
}
.section-svinfo .mklist{
  margin-top: 25px;
}
.section-svinfo .mklist li{
  font-size: 14px;
}
.section-svinfo .mklist+.notes{
  margin-top: 1.4em;
}
@media only screen and (max-width: 640px) {
  .section-svinfo{
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .section-svinfo .part-title{
    font-size: 20px;
  }
  .section-svinfo .part-tlead{
    font-size: 14px;
    padding-left: 1em;
    padding-right: 2em;
  }
  .section-svinfo .mklist li:before{
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

.section-svinfo .part-tlead{
  position: relative;
  border: 1px solid #000;
  cursor: pointer;
}
.section-svinfo .part-tlead:after{
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  display: block;
  width: 10px;
  height: 8px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transition: transform 0.5s cubic-bezier(0,.68,.52,1);
  transition: transform 0.5s cubic-bezier(0,.68,.52,1);
}

.section-svinfo .part-tlead.open:after{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  
}






.section-flow {
  background-image: url(/csmembers/businessonly/support-loan/images/flow-bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  color: #FFF;
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-flow .part-title{
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.section-flow .part-title&gt;span{
  display: block;
  font-size: 75%;
}
.section-flow .elem1{
  padding-top: 90px;
  padding-bottom: 55px;
}

.section-flow .elem1 .box{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 15px rgba(27, 59, 106, 0.3);
  padding: 3.5% 0;
  -webkit-transition: background 1s;
          transition: background 1s;
}
.section-flow .elem1 .box:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #FFF transparent;
  -webkit-transition: border 0.8s cubic-bezier(0,.5,.5,1),opacity 0.8s;
          transition: border 0.8s cubic-bezier(0,.5,.5,1),opacity 0.8s;
}
@media only screen and (min-width: 641px) {
  .section-flow .elem1 .box:hover{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: background 0s;
            transition: background 0s;
  }
  .section-flow .elem1 .box:hover:after{
    border-width: 0 0 120px 120px;
    opacity: 0;
    -webkit-transition: border 0s ,opacity 0s;
            transition: border 0s ,opacity 0s;
  }
}
.section-flow .elem1 .box .part-ico{
  width: 41%;
}
.section-flow .elem1 .box .part-txt{
  font-size: 20px;
  text-align: center;
}
.section-flow .elem1 .box .notes{
  position: absolute;
  top: calc(100% + 1em);
  left: 0;
}
.elem-flow .num{
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFF;
  margin-bottom: 20px;
}
.section-flow .elem2{
  width: 720px;
  margin: 0 auto;
}
.section-flow .elem2 .lead{
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .section-flow {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .section-flow .part-title{
    font-size: 16px;
  }
  .section-flow .elem1 .box{
    box-shadow: 0 2px 7px rgba(27, 59, 106, 0.3);
    padding: 6% 0;
  }
  .section-flow .elem1 .box:after{
    border-width: 0 0 30px 30px;
  }
  .section-flow .elem1 .box .part-txt{
    /* font-size: 10px; */
    font-size: 14px;
  }
  /* .section-flow .elem1 .box .part-ico {
    width: 30%;
    margin-bottom: 10px;
  } */
  .section-flow .elem1 .box .part-txt br{
    display: none;
  }
  .section-flow .elem2{
    width: 100%;
  }
  .section-flow .elem2 .lead{
    font-size: 14px;
  }


  .section-flow .elem1 .box{
    flex-direction: row;
    /* justify-content: space-between; */
    padding: 3% 6%;
  }
  
  .section-flow .elem1 .box .part-ico {
    width: 20%;
  }
  .section-flow .elem1 .box .part-txt{
    flex: 1;
  }
  .section-flow .elem1 .box:after{
    border-width: 0 0 20px 20px;
  }
}


@media only screen and (min-width: 641px) {
  .elem-flow{
    border: 1px solid #FFF;
    border-radius: 10px;
    display: flex;
    margin-top: 25px;
  }
  .elem-flow&gt;li{
    position: relative;
    width: 25%;
    padding: 15px 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .elem-flow&gt;li:not(:first-child){
    padding-left: 35px;
  }
  .elem-flow&gt;li:not(:last-child):after{
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
    height: 100%;
    width: 31px;
    background: url(/csmembers/businessonly/support-loan/images/flow-line_pc.png) no-repeat 50%;
    background-size: 100% 100%;
  }
  .elem-flow&gt;li .lead{
    line-height: 1.4;
  }
  .section-flow .elem1{
    margin-left: -22px;
    margin-right: -22px;
  }
  .section-flow .elem1 .box{
    width: calc((100% - 88px) / 3.0001);
    margin: 0 22px;
  }
}

@media only screen and (max-width: 640px) {
  .elem-flow{
    border: 1px solid #FFF;
    border-radius: 10px;
    margin-top: 25px;
  }
  .elem-flow&gt;li{
    position: relative;
    padding: 20px 20px 30px;
    display: flex;
    align-items: center;
    min-height: 80px;
  }
  .elem-flow&gt;li:not(:first-child){
    padding-top: 15px;
  }
  .elem-flow&gt;li:last-child{
    padding-bottom: 20px;
  }
  .elem-flow&gt;li:not(:last-child):after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 15px;
    width: 100%;
    background: url(/csmembers/businessonly/support-loan/images/flow-line_sp.png) no-repeat 50%;
    background-size: 100% 100%;
  }
  /* .section-flow .elem1{
    margin-left: -2px;
    margin-right: -2px;
    padding-top: 16vw;
    padding-bottom: 10vw;
  }
  .section-flow .elem1 .box{
    width: calc((100% - 12px) / 3.0001);
    margin: 0 4px;
  } */
  .elem-flow .num{
    margin-bottom: 0;
  }
  .elem-flow .lead{
    padding-left: 2em;
    font-size: 14px;
    flex: 1;
  }

  .section-flow .elem1{
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16vw;
    padding-bottom: 10vw;
  }
  .section-flow .elem1 .box+.box{
    margin-top: 5vw;
  }
  .section-flow .elem1 .box{
    width: 100%;
    /* margin: 0 4px; */
  }
}




/* .section-flow *{outline: 1px solid rgba(255, 0, 255, 0.18);} */


.elem-faq&gt;li+li{
  margin-top: 6px;
}



.part-titlebtn{
  cursor: pointer;
  background-color: #FFF;
}
.part-titlebtn .btn-accordion-part{	
	position: relative;
	width: 68px;
	height: 68px;
}
.part-titlebtn .btn-accordion-part:before,
.part-titlebtn .btn-accordion-part:after{
	content: "";
	position: absolute;
	display: block;
	width: 26px;
	height: 2px;
	background-color: #0454c0;
	left: calc(50% - 13px);
	top: calc(50% - 1px);

	-webkit-transition: transform 0.3s cubic-bezier(.4,0,.4,1);
			transition: transform 0.3s cubic-bezier(.4,0,.4,1);
}
.part-titlebtn .btn-accordion-part:after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.part-titlebtn.open .btn-accordion-part:after{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.part-titlebtn{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
  align-items: center;
	padding-left: 16px;
	min-height: 68px;
}
.part-titlebtn .num{
  display: block;
  font-family: 'PT Sans', sans-serif;
	background-color: #1b3a6a;
  color: #FFF;
	font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.part-titlebtn .txt{
	font-size: 18px;
	line-height: 1.4;
	flex: 1;
  padding-left: 1em;
}


.part-titlebtnaft{
  margin-top: 6px;
  background-color: #FFF;
  padding: 30px 60px 60px;
}
.part-titlebtnaft *+[class^="part-title"]{
  margin-top: 1.6em;
}
.part-titlebtnaft [class^="part-title"]+[class^="part-title"]{
  margin-top: 0.4em;
}
.part-titlebtnaft *+.notes{
  margin-top: 1em;
}
.part-titlebtnaft *+.lead{
  margin-top: 0.5em;
}
.part-titlebtnaft *+.com-table,
.part-titlebtnaft *+.part-img{
  margin-top: 15px;
}
.part-titlebtnaft .part-title1b+*{
  margin-top: 15px;
}
.part-titlebtnaft .notes+.lead{
  margin-top: 1.5em;
}
.part-titlebtnaft [class^="part-title"]+.mklist{
  margin-top: 0.5em;
}
.part-titlebtnaft .mklist+.notes{
  margin-top: 0;
}
.part-titlebtnaft *+.wrap-btn{
  margin-top: 25px;
}
.part-titlebtnaft .lead{
  font-size: 18px;
}
.part-titlebtnaft .mklist{
  font-size: 14px;
}
.part-titlebtnaft .part-title1,
.part-titlebtnaft .part-title1b{
  font-size: 18px;
  color: #1b3a6a;
}
.part-titlebtnaft .part-title1b{
  padding-bottom: 0.5em;
  border-bottom: 1px solid #1b3a6a;
}
.part-titlebtnaft .sizeS{
  font-size: 87.5%;
}

@media only screen and (max-width: 640px) {
  .elem-faq&gt;li+li{
    margin-top: 3px;
  }
  .part-titlebtn .btn-accordion-part{	
    width: 52px;
    height: 52px;
  }
  .part-titlebtn .btn-accordion-part:before,
  .part-titlebtn .btn-accordion-part:after{
    width: 16px;
    height: 1px;
    left: calc(50% - 8px);
    top: calc(50% - 0.5px);
  }
  .part-titlebtn{
    padding-left: 10px;
    min-height: 54px;
  }
  .part-titlebtn .num{
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .part-titlebtn .txt{
    font-size: 14px;
  }
  .part-titlebtnaft{
    margin-top: 3px;
    padding: 30px 15px;
  }
  .part-titlebtnaft *+.com-table,
  .part-titlebtnaft *+.part-img{
    margin-top: 10px;
  }
  .part-titlebtnaft .part-title1b+*{
    margin-top: 10px;
  }
  .part-titlebtnaft .mklist+.notes{
    margin-top: 0;
  }
  .part-titlebtnaft *+.wrap-btn{
    margin-top: 15px;
  }
  .part-titlebtnaft .lead{
    font-size: 16px;
  }
  .part-titlebtnaft .mklist{
    font-size: 12px;
  }
  .part-titlebtnaft .part-title1,
  .part-titlebtnaft .part-title1b{
    font-size: 16px;
  }
  .part-titlebtnaft .sizeS{
    font-size: 87.5%;
  }
}





.section-target .elem1{
  background-color: #FFF;
  padding: 90px 120px 80px;
}
.section-target .elem1 .box2{
  justify-content: space-between;
}
.section-target .elem1 .box2&gt;.box{
  width: calc(50% - 60px);
}
.section-target .elem1 .part-name{
  margin-top: 30px;
  height: 40px;
}
.section-target .elem1 .part-name img{
  width: auto;
  height: 100%;
}
.section-target .elem1 .part-jp{
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
}
.section-target .elem2{
  background-color: #FFF;
  padding: 60px 60px 60px;
}
.section-target .elem2 .part-title{
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 1.0em;
}
.section-target .elem3{
  padding-top: 37px;
}
.section-target .elem3 .part-title{
  font-size: 18px;
  margin-bottom: 0.5em;
  margin-top: 1.4em;
}

@media only screen and (max-width: 640px) {


  .section-target .elem1{
    padding: 20px 20px;
  }
  .section-target .elem1 .box2&gt;.box{
    width: calc(50% - 6px);
  }
  .section-target .elem1 .part-name{
    margin-top: 10px;
    height: 19px;
  }
  .section-target .elem1 .part-jp{
    font-size: 10px;
    margin-top: 10px;
  }
  .section-target .elem2{
    background-color: #FFF;
    padding: 20px 20px 20px;
  }
  .section-target .elem2 .part-title{
    font-size: 16px;
  }
  .section-target .elem3{
    padding-top: 20px;
  }
  .section-target .elem3 .part-title{
    font-size: 16px;
  }
}




.cont-jfsa{
  font-size: 14px;
  background-color: #FFF;
  margin-top: 40px;
}
.cont-jfsa .part-img{
  padding: 20px;
}

.cont-jfsa .part2 .txt2{
  font-size: 140%;
}
.cont-jfsa .part2 .sizeS{
  font-size: 70%;
  margin-left: 0.5em;
}

@media only screen and (min-width: 641px) {
  .cont-jfsa{
    display: flex;
    align-items: stretch;
  }
  .cont-jfsa .part-img{
    display: flex;
    align-items: center;
    width: 200px;
    border-right: 1px solid #e6e6e6;
  }
  .cont-jfsa .part-txt{
    flex: 1;
    padding: 20px;
  }
  .cont-jfsa .part-txt-in{
    display: flex;
    align-items: stretch;
  }
  .cont-jfsa .part1{
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
    white-space: nowrap;
  }
  .cont-jfsa .part2{
    padding-left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .cont-jfsa{
    font-size: 12px;
    margin-top: 40px;
  }
  .cont-jfsa .part-img{
    width: 100%;
    padding: 3vw 5vw;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }
  .cont-jfsa .part-img img{
    max-width: 40vw;
  }
  .cont-jfsa .part1{
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.5vw;
  }
  .cont-jfsa .part2{
    padding: 5vw;
  }
  .cont-jfsa .part2 .sizeS{
    margin-left: 0;
    display: block;
  }
}




















/* .modal-item *{outline: 1px solid rgba(255, 0, 255, 0.18);} */


.modal-item .part-title-h3{
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: #1b3a6a;
  padding-top: 20px;
}
.modal-item .lead.sizeS{
  font-size: 87.5%;
}
.modal-item .com-popnum{
  font-family: 'PT Sans', sans-serif;
  font-size: 28px;
  line-height: 1;
  padding-bottom: 0.4em;
  color: #1b3a6a;
  border-bottom: 2px solid #1b3a6a;
}
.elem-poptimg&gt;li+li,
.elem-poptico&gt;li+li{
  border-top: 1px solid #e6e6e6;
}

.elem-poptimg .e-num{
  grid-area: grid-num;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.elem-poptimg .e-txt{
  grid-area: grid-txt;
  padding-right: 60px;
}
.elem-poptimg .e-img{
  grid-area: grid-img;
}
@media only screen and (min-width: 641px) {
  .elem-poptimg&gt;li{
    display: grid;
    grid-template-areas:
    "grid-num grid-img"
    "grid-txt grid-img";
    grid-template-columns: 42% 1fr;
    grid-template-rows: auto 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .elem-poptimg&gt;li{
    display: grid;
    grid-template-areas:
    "grid-num grid-txt"
    "grid-img grid-img";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .elem-poptimg .e-txt{
    padding-right: 0;
    padding-left: 20px;
  }
}



/* .elem-poptimg&gt;li, */
.elem-poptico&gt;li{
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.elem-poptimg .com-popnum{
  margin-bottom: 0.3em;
}
.elem-poptimg .part-img{
  box-shadow: 0 6px 12px rgba(27, 59, 106, 0.2);
}

.elem-poptico .part-txt .lead+.lead{
  margin-top: 1em;
}
.elem-poptico&gt;li{
  display: flex;
}
.elem-poptico .part-num{
  width: 90px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.elem-poptico .part-txt{
  flex: 1;
}
.elem-poptico .part-ico{
  width: 67px;
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  .modal-item .part-title-h3{
    font-size: 16px;
  }
  .modal-item .lead.sizeS{
    font-size: 87.5%;
  }
  /* .elem-poptico&gt;li{
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .elem-poptimg .com-popnum{
    margin-bottom: 0.3em;
  } */
  /* .elem-poptimg .part-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding-right: 0;
  } */
  .elem-poptimg .part-img{
    margin-top: 10px;
    box-shadow: 0 3px 6px rgba(27, 59, 106, 0.2);
  }

  .elem-poptico&gt;li{
    position: relative;
  }
  .elem-poptico&gt;li:first-child{
    min-height: 150px;
  }
  .elem-poptico .part-num{
    width: 50px;
  }
  .elem-poptico .part-txt{
    flex: 1;
  }
  .elem-poptico .part-ico{
    display: none;
    left: 0;
    bottom: 30px;
    position: absolute;
    width: 30px;
    margin-left: 0;
  }

}</pre></body></html>