/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
:root {
  --color-reform_txt:#66b105;
  --color-reform_txt2:#099eb5;
}

.pbi01 {background-image: url(../img/reform/reason_img01.webp);}
.pbi02 {background-image: url(../img/reform/reason_img02.webp);}
.pbi03 {background-image: url(../img/reform/reason_img03.webp);}
.pbi04 {background-image: url(../img/reform/reason_img04.webp);}

/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

  .charatitle {
    width:100%;
    height: auto;
    display: block;
    font-size: clamp(1.3rem, 0.9rem + 1vw, 2rem);
    font-weight: 700;
    color: var(--color-reform_txt);
    text-align: center;
    padding:70px 0 0 0;
    background-image: url(../img/company/img-charactor.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70px;
  }
  .charatitle2 {
    width:100%;
    height: auto;
    display: block;
    font-size: clamp(1.3rem, 0.9rem + 1vw, 2rem);
    font-weight: 300;
    color: var(--color-black);
    text-align: center;
    padding:70px 0 0 0;
    background-image: url(../img/company/img-charactor.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70px;
  }
  .charatitle2 span {
    font-weight: 700;
    color: var(--color-reform_txt);
  }
  .toptitle {
    font-size: clamp(2rem,2rem + 1.5vw, 8rem);
    color:var(--color-reform_txt2);
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    margin:0 0 0.1em 0;
  }
  .toptitle2 {
    font-size: clamp(2rem,2rem + 1.5vw, 8rem);
    color:var(--color-black);
    font-weight: 700;
    line-height: 1.8em!important;
    text-align: center;
    text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    margin:0 0 0 0!important;
  }
  .toptitle3 {
    font-size: clamp(1.5rem,1rem + 1.5vw, 8rem);
    color:var(--color-black);
    font-weight: 700;
    line-height: 1em!important;
    text-align: center;
    text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    margin:0 0 0.8em 0;
  }
  .toptitlecomment {
    font-size: clamp(1.5rem, 0.8rem + 0.6vw, 1.4rem);
    font-weight: 700;
    line-height: 1em;
    color:var(--color-reform_txt2);
    text-align: center;
    text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    margin:0 0 1em 0;
  }
  .toptitlecomment2 {
    font-size: clamp(1.5rem, 0.8rem + 0.6vw, 1.4rem);
    font-weight: 700;
    line-height: 1em;
    color:var(--color-reform_txt2);
    text-align: center;
    text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    margin:0 0 0em 0;
  }

  .reform_policy {
    width:100%;
    max-width:1600px;
    height: auto;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
    margin-bottom: 40px;
  }
  .reform_policy h3 {
    font-size: clamp(1.5em, 1rem + 0.5vw, 3rem);
    font-weight: 700;
    color:var(--color-reform_txt);
  }
  .reform_policy p {
    margin-bottom: 0;
  }
  .pbimg {
    width:40%;
    display: block;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    order:2;
  }
  .pbbox {
    width:60%;
    padding:3em 4em;
    order:1;
  }


  /* 4 promise list
----------------------------------------------------------------*/
.promiselist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0 0;
  margin:0 auto;
}
.prol_sss {
  width:48%;
  height: auto;
  display: block;
  position: relative;
  margin:0 1% 2%;
}
.prol_sss .prols_img {
width:100%;
height: auto;
display: block;
margin-top:6%;
}
.prol_sss .prols_img img {
width:100%;
height: auto;
display: block;
border-radius: 9999px;
}
.prol_sss .prols_cc {
width:100%;
height: auto;
display: block;
padding:1.5em 1em 1.5em 1em;
}
.prol_sss .prols_cc h4 {
font-size: clamp(1.2rem, 0.85rem + 0.8vw, 1.6rem);
font-weight: 700;
line-height: 1.25em;
text-align: center;
margin-bottom: 0.5em;
}
.prol_sss .prols_cc p {
line-height: 2em;
margin:0;
}
.prol_sss h3 {
  width:60px;
  height: 60px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size:10px;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-5th);
  border-radius: 9999px;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  z-index:2;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.prol_sss h3 span {
  display: block;
  font-size:26px;
  font-weight: 700;
  line-height: 1em;
  padding-top:5px;
}

/* reform intro */
.boxtitle01 {
width:fit-content;
height: auto;
display: block;
font-size: clamp(1.2rem, 0.85rem + 0.8vw, 1.6rem);
font-weight: 700;
line-height: 1.25em;
text-align: center;
padding:0.5em 2em;
border-radius: 9999px;
color: var(--color-white);
background: #78C200;
background: linear-gradient(90deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
margin:0 auto 1em auto;
}
ul.nayamilist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.nayamilist li {
  width:48%;
  height: auto;
  display: block;
  text-align: center;
  font-size: clamp(1.1rem, 0.8rem + 0.6vw, 1.4rem);
  font-weight: 700;
  color:var(--color-2nd);
  padding:0.5em 3em;
  border-radius: 9999px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
ul.nayamilist li span {
  background-image: url(../img/reform/check_red.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  padding:0 0 0 40px;
}

/* policy */
.ar_title {
  width:100%;
  height: auto;
  display: block;
  font-size: clamp(1.5rem, 0.8rem + 0.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-reform_txt);
  text-align: center;
  padding-top:110px;
  margin:0!important;
  background-image: url(../img/reform/title-ar.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 90px;
}


/* Introduce */
.intromm {
width:100%;
height: auto;
display: block;
}

.intbox {
  width:100%;
  height:auto;
  display: block;
  padding:3em 3em 3em 3em;
  border-radius: 30px;
  background-color: var(--color-white);
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
.intbox h3 {
display: flex;
align-items: center;
font-weight: 300;
color:var(--color-reform_txt);
}
.intbox h3 .intcir  {
width:50px;
height: 50px;
display: inline-block;
font-size:30px;
font-weight: 700;
line-height: 50px;
text-align: center;
color:var(--color-white);
background-color: var(--color-reform_txt);
border-radius: 9999px;
margin-right:0.5em;
}
.intbox h3 .inttitle_l  {
  font-size: clamp(1.5rem, 1rem + 1.5vw, 2.4rem);
  font-weight: 700;
  color:var(--color-6th);
}
.intbox p {
  line-height: 2em;
  margin:0;
}


/* Flow */
.flowlist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.flowbox {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:2em 2em;
  border-radius: 20px;
  box-shadow:0 1px 5px rgba(0,0,0,0.2);
  margin:0 auto 20px auto;
}
.flowcc {
  width:65%;
}
.flowcc h3 {
  width:100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem);
  font-weight: 700;
  color:var(--color-5th);
}
.flowcc h3 span {
width:40px;
height: 40px;
display: inline-block;
font-size:24px;
font-weight: 700;
line-height: 40px;
text-align: center;
color:var(--color-white);
background-color: var(--color-5th);
border-radius: 9999px;
margin-right:0.5em;
}
.flowcc p {
  margin:0;
}
.flowimg {
  width:30%;
}
.flowimg img {
  border-radius: 20px;
}


/* PriceTable */
table.pricetable {
  width:100%;
}
table.pricetable th {
  text-align: left;
  border-bottom: 1px dotted var(--color-999);
  padding:2em 0.5em;
}
table.pricetable th h4 {
  font-size: clamp(1rem, 0.2rem + 1vw, 2rem);
  font-weight: 700;
  color:var(--color-reform_txt);
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
table.pricetable th h5 {
  font-size: clamp(1rem, 1.25rem + 1vw, 2rem);
  font-weight: 700;
  color:var(--color-black);
  line-height: 1.25em;
  margin-bottom: 0.3em;
}
table.pricetable th p {
  font-size: clamp(1rem, 0rem + 1vw, 2rem);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1.25em;
  margin-bottom: 0em;
}
table.pricetable td {
  border-bottom: 1px dotted var(--color-999);
  padding:2em 0.5em;
  text-align: right;
  vertical-align:bottom;
}
table.pricetable td p {
  font-size: clamp(1rem, 0rem + 1vw, 2rem);
  font-weight: 700;
  color:var(--color-black);
  line-height: 1.25em;
  margin-bottom: 0em;
}
table.pricetable td p strong {
 font-size: clamp(1rem, 1.25rem + 1vw, 2rem);
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

.charatitle {
width:100%;
height: auto;
display: block;
font-size: clamp(1.3rem, 0.9rem + 1vw, 2rem);
font-weight: 700;
color: var(--color-reform_txt);
text-align: center;
padding:70px 0 0 0;
background-image: url(../img/company/img-charactor.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: auto 70px;
}
.charatitle2 {
width:100%;
height: auto;
display: block;
font-size: clamp(1.3rem, 0.9rem + 1vw, 2rem);
font-weight: 300;
color: var(--color-black);
text-align: center;
padding:70px 0 0 0;
background-image: url(../img/company/img-charactor.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: auto 70px;
}
.charatitle2 span {
font-weight: 700;
color: var(--color-reform_txt);
}
.toptitle {
font-size: clamp(2rem,2rem + 1.5vw, 8rem);
color:var(--color-reform_txt2);
font-weight: 700;
line-height: 1em;
text-align: center;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 0.1em 0;
}
.toptitle2 {
font-size: clamp(2rem,2rem + 1.5vw, 8rem);
color:var(--color-black);
font-weight: 700;
line-height: 1.8em!important;
text-align: center;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 0 0!important;
}
.toptitle3 {
font-size: clamp(1.5rem,1rem + 1.5vw, 8rem);
color:var(--color-black);
font-weight: 700;
line-height: 1em!important;
text-align: center;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 0.8em 0;
}
.toptitlecomment {
font-size: clamp(1.5rem, 0.8rem + 0.6vw, 1.4rem);
font-weight: 700;
line-height: 1em;
color:var(--color-reform_txt2);
text-align: center;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 1em 0;
}
.toptitlecomment2 {
font-size: clamp(1.5rem, 0.8rem + 0.6vw, 1.4rem);
font-weight: 700;
line-height: 1em;
color:var(--color-reform_txt2);
text-align: center;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 0em 0;
}

.reform_policy {
width:100%;
max-width:1600px;
height: auto;
display: flex;
border-radius: 30px;
overflow: hidden;
box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
margin-bottom: 40px;
}
.reform_policy h3 {
font-size: clamp(1.5em, 1rem + 0.5vw, 3rem);
font-weight: 700;
color:var(--color-reform_txt);
}
.reform_policy p {
margin-bottom: 0;
}
.pbimg {
width:40%;
display: block;
background-color: #ccc;
background-repeat: no-repeat;
background-position: right center;
background-size: cover;
order:2;
}
.pbbox {
width:60%;
padding:3em 4em;
order:1;
}


/* 4 promise list
----------------------------------------------------------------*/
.promiselist {
width:100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding:0 0;
margin:0 auto;
}
.prol_sss {
width:48%;
height: auto;
display: block;
position: relative;
margin:0 1% 2%;
}
.prol_sss .prols_img {
width:100%;
height: auto;
display: block;
margin-top:6%;
}
.prol_sss .prols_img img {
width:100%;
height: auto;
display: block;
border-radius: 9999px;
}
.prol_sss .prols_cc {
width:100%;
height: auto;
display: block;
padding:1.5em 1em 1.5em 1em;
}
.prol_sss .prols_cc h4 {
font-size: clamp(1.2rem, 0.85rem + 0.8vw, 1.6rem);
font-weight: 700;
line-height: 1.25em;
text-align: center;
margin-bottom: 0.5em;
}
.prol_sss .prols_cc p {
line-height: 2em;
margin:0;
}
.prol_sss h3 {
width:60px;
height: 60px;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size:10px;
font-weight: 700;
line-height: 1em;
color: var(--color-white);
text-align: center;
background-color: var(--color-5th);
border-radius: 9999px;
position: absolute;
top:0;
left:50%;
transform: translateX(-50%);
z-index:2;
box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.prol_sss h3 span {
display: block;
font-size:26px;
font-weight: 700;
line-height: 1em;
padding-top:5px;
}

/* reform intro */
.boxtitle01 {
width:fit-content;
height: auto;
display: block;
font-size: clamp(1.2rem, 0.85rem + 0.8vw, 1.6rem);
font-weight: 700;
line-height: 1.25em;
text-align: center;
padding:0.5em 2em;
border-radius: 9999px;
color: var(--color-white);
background: #78C200;
background: linear-gradient(90deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
margin:0 auto 1em auto;
}
ul.nayamilist {
width:100%;
height: auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
ul.nayamilist li {
width:60%;
height: auto;
display: block;
text-align: left;
font-size: clamp(1.1rem, 1rem + 0.6vw, 4rem);
font-weight: 700;
color:var(--color-2nd);
padding:0.5em 2em;
border-radius: 9999px;
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
margin:0 auto 20px;
}
ul.nayamilist li span {
background-image: url(../img/reform/check_red.webp);
background-repeat: no-repeat;
background-position: left center;
background-size: 30px 30px;
padding:0 0 0 40px;
}

/* policy */
.ar_title {
width:100%;
height: auto;
display: block;
font-size: clamp(1.5rem, 0.8rem + 0.6vw, 1.4rem);
font-weight: 700;
line-height: 1.5em;
color:var(--color-reform_txt);
text-align: center;
padding-top:110px;
margin:0!important;
background-image: url(../img/reform/title-ar.webp);
background-position: center top;
background-repeat: no-repeat;
background-size: auto 90px;
}


/* Introduce */
.intromm {
width:100%;
height: auto;
display: block;
}

.intbox {
width:100%;
height:auto;
display: block;
padding:3em 3em 3em 3em;
border-radius: 30px;
background-color: var(--color-white);
box-shadow:0px 5px 10px rgba(0,0,0,0.2);
margin-bottom: 20px;
}
.intbox h3 {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 700;
color:var(--color-reform_txt);
}
.intbox h3 .intcir  {
width:50px;
height: 50px;
display: block;
font-size:30px;
font-weight: 700;
line-height: 50px;
text-align: center;
color:var(--color-white);
background-color: var(--color-reform_txt);
border-radius: 9999px;
margin:0 0 0 0;
}
.intbox h3 .inttitle_l  {
font-size: clamp(2rem, 1.5rem + 1.5vw, 2.4rem);
font-weight: 700;
color:var(--color-6th);
margin:0 0 0 0;
}
.intbox p {
line-height: 2em;
margin:0;
}


/* Flow */
.flowlist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.flowbox {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:2em 2em;
  border-radius: 20px;
  box-shadow:0 1px 5px rgba(0,0,0,0.2);
  margin:0 auto 20px auto;
}
.flowcc {
  width:65%;
}
.flowcc h3 {
  width:100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem);
  font-weight: 700;
  color:var(--color-5th);
}
.flowcc h3 span {
width:40px;
height: 40px;
display: inline-block;
font-size:24px;
font-weight: 700;
line-height: 40px;
text-align: center;
color:var(--color-white);
background-color: var(--color-5th);
border-radius: 9999px;
margin-right:0.5em;
}
.flowcc p {
  margin:0;
}
.flowimg {
  width:30%;
}
.flowimg img {
  border-radius: 20px;
}

/* PriceTable */
table.pricetable {
width:100%;
}
table.pricetable th {
text-align: left;
border-bottom: 1px dotted var(--color-999);
padding:2em 0.5em;
}
table.pricetable th h4 {
font-size: clamp(1rem, 0.2rem + 1vw, 2rem);
font-weight: 700;
color:var(--color-reform_txt);
line-height: 1.25em;
margin-bottom: 0.5em;
}
table.pricetable th h5 {
font-size: clamp(1rem, 1.25rem + 1vw, 2rem);
font-weight: 700;
color:var(--color-black);
line-height: 1.25em;
margin-bottom: 0.3em;
}
table.pricetable th p {
font-size: clamp(1rem, 0rem + 1vw, 2rem);
font-weight: 400;
color:var(--color-black);
line-height: 1.25em;
margin-bottom: 0em;
}
table.pricetable td {
border-bottom: 1px dotted var(--color-999);
padding:2em 0.5em;
text-align: right;
vertical-align:bottom;
}
table.pricetable td p {
font-size: clamp(1rem, 0rem + 1vw, 2rem);
font-weight: 700;
color:var(--color-black);
line-height: 1.25em;
margin-bottom: 0em;
}
table.pricetable td p strong {
font-size: clamp(1rem, 1.25rem + 1vw, 2rem);
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  .charatitle {
width:100%;
height: auto;
display: block;
font-size: 22px;
font-weight: 700;
color: var(--color-reform_txt);
text-align: center;
padding:70px 0 0 0;
background-image: url(../img/company/img-charactor.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: auto 70px;
}
.charatitle2 {
width:100%;
height: auto;
display: block;
font-size: 22px;
font-weight: 300;
color: var(--color-black);
text-align: center;
padding:70px 0 0 0;
background-image: url(../img/company/img-charactor.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: auto 70px;
}
.charatitle2 span {
font-weight: 700;
color: var(--color-reform_txt);
}
.toptitle {
font-size: 32px;
color:var(--color-reform_txt2);
font-weight: 700;
line-height: 1.2em;
text-align: center;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 0.1em 0;
}
.toptitle2 {
font-size: 32px;
color:var(--color-black);
font-weight: 700;
line-height: 1.8em!important;
text-align: center;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 0 0!important;
}
.toptitle3 {
font-size: 26px;
color:var(--color-black);
font-weight: 700;
line-height: 1.5em!important;
text-align: left;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 0.5em 0;
}
.toptitlecomment {
font-size: 20px;
font-weight: 700;
line-height: 1.5em!important;
color:var(--color-reform_txt2);
text-align: left;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 1em 0;
}
.toptitlecomment2 {
font-size:16px;
font-weight: 700;
line-height: 1.5em!important;
color:var(--color-reform_txt2);
text-align: left;
text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
margin:0 0 0em 0;
}

.reform_policy {
width:100%;
height: auto;
display: flex;
flex-direction: column;
overflow: hidden;
margin-bottom: 40px;
}
.reform_policy h3 {
font-size: 22px;
font-weight: 700;
color:var(--color-reform_txt);
}
.reform_policy p {
margin-bottom: 0;
}
.pbimg {
width:100%;
height: auto;
aspect-ratio: 16 / 9;
display: block;
background-color: #ccc;
background-repeat: no-repeat;
background-position: right center;
background-size: cover;
border-radius: 30px;
order:1;
}
.pbbox {
width:100%;
padding:1.5em 5%;
order:2;
}


/* 4 promise list
----------------------------------------------------------------*/
.promiselist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding:0 0;
  margin:0 auto;
}
.prol_sss {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  margin:0 0 40px;
}
.prol_sss .prols_img {
width:100%;
height: auto;
display: block;
margin-top:6%;
}
.prol_sss .prols_img img {
width:100%;
height: auto;
display: block;
}
.prol_sss .prols_cc {
width:100%;
height: auto;
display: block;
padding:1.5em 0.5em 1.5em 0.5em;
}
.prol_sss .prols_cc h4 {
font-size: 26px;
font-weight: 700;
line-height: 1.25em;
margin-bottom: 0.3em;
}
.prol_sss .prols_cc p {
font-size: 14px;
line-height: 2em;
margin:0;
}
.prol_sss h3 {
  width:60px;
  height: 60px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size:10px;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-5th);
  border-radius: 9999px;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  z-index:2;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.prol_sss h3 span {
  display: block;
  font-size:26px;
  font-weight: 700;
  line-height: 1em;
  padding-top:5px;
}

/* reform intro */
.boxtitle01 {
width:100%;
height: auto;
display: block;
font-size: 18px;
font-weight: 700;
line-height: 1.5em;
text-align: left;
padding:0.5em 1em;
border-radius: 20px;
color: var(--color-white);
background: #78C200;
background: linear-gradient(90deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
margin:0 auto 1em auto;
}
ul.nayamilist {
width:100%;
height: auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
ul.nayamilist li {
width:100%;
height: 50px;
display: block;
text-align: left;
font-size: 16px;
line-height: 50px;
font-weight: 700;
color:var(--color-2nd);
padding:0 2em;
border-radius: 9999px;
box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
margin:0 auto 10px;
}
ul.nayamilist li span {
width:100%;
height: 50px;
display: block;
background-image: url(../img/reform/check_red.webp);
background-repeat: no-repeat;
background-position: left center;
background-size: 30px 30px;
padding:0 0 0 40px;
}

/* policy */
.ar_title {
width:100%;
height: auto;
display: block;
font-size: 16px;
font-weight: 700;
line-height: 1.5em;
color:var(--color-reform_txt);
text-align: center;
padding-top:20%;
margin:0!important;
background-image: url(../img/reform/title-ar.webp);
background-position: center top;
background-repeat: no-repeat;
background-size: 100% auto;
}


/* Introduce */
.intromm {
width:100%;
height: auto;
display: block;
}

.intbox {
width:100%;
height:auto;
display: block;
padding:1.5em 1.5em 1.5em 1.5em;
border-radius: 30px;
background-color: var(--color-white);
box-shadow:0px 5px 10px rgba(0,0,0,0.2);
margin-bottom: 20px;
}
.intbox h3 {
display: flex;
flex-direction: column;
align-items: center;
font-size:16px;
font-weight: 700;
color:var(--color-reform_txt);
}
.intbox h3 .intcir  {
width:40px;
height: 40px;
display: block;
font-size:24px;
font-weight: 700;
line-height: 40px;
text-align: center;
color:var(--color-white);
background-color: var(--color-reform_txt);
border-radius: 9999px;
margin:0 0 10px 0;
}
.intbox h3 .inttitle_l  {
font-size: 24px;
font-weight: 700;
color:var(--color-6th);
margin:0 0 0 0;
}
.intbox p {
line-height: 2em;
margin:0;
}


/* Flow */
.flowlist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.flowbox {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:2em 1.5em;
  border-radius: 20px;
  box-shadow:0 1px 5px rgba(0,0,0,0.2);
  margin:0 auto 20px auto;
}
.flowcc {
  width:100%;
  order:2;
}
.flowcc h3 {
  width:100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem);
  font-weight: 700;
  color:var(--color-5th);
}
.flowcc h3 span {
width:30px;
height: 30px;
display: inline-block;
font-size:20px;
letter-spacing: -0.1em;
font-weight: 700;
line-height: 30px;
text-align: center;
color:var(--color-white);
background-color: var(--color-5th);
border-radius: 9999px;
margin-right:0.5em;
}
.flowcc p {
  margin:0;
}
.flowimg {
  width:100%;
  margin-bottom: 20px;
  order:1;
}
.flowimg img {
  border-radius: 20px;
}

/* PriceTable */
table.pricetable {
width:100%;
}
table.pricetable th {
width:100%;
height: auto;
display: block;
text-align: left;
padding:30px 0 0 0;
}
table.pricetable th h4 {
font-size: 16px;
font-weight: 700;
color:var(--color-reform_txt);
line-height: 1.25em;
margin-bottom: 0.5em;
}
table.pricetable th h5 {
font-size:22px;
font-weight: 700;
color:var(--color-black);
line-height: 1.25em;
margin-bottom: 0.5em;
}
table.pricetable th p {
font-size: 14px;
font-weight: 400;
color:var(--color-black);
line-height: 1.25em;
margin-bottom: 0em;
}
table.pricetable td {
width:100%;
height: auto;
display: block;
border-bottom: 1px dotted var(--color-999);
padding:20px 0 30px 0;
text-align: right;
}
table.pricetable td p {
font-size: 16px;
font-weight: 700;
color:var(--color-black);
line-height: 1.25em;
margin-bottom: 0em;
}
table.pricetable td p strong {
font-size: 24px;
}

}
