.cslinemm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:10% 5% 7%;
  background-color: var(--color-white);
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.7);
  margin-bottom: 80px;
}
.cslinemm h2 {
  font-size: clamp(1rem, 1.2vw + 0rem, 2rem);
  font-weight: 400;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-1st);
  text-align: center;
  margin-bottom: 1.5em;
  order:2;
}
.cslinemm h3 {
  width:fit-content;
  height: auto;
  display: block;
font-size: clamp(1rem, 1.5vw + 0.5rem, 10rem);
font-weight: 500;
font-family: var(--font-min);
letter-spacing: var(--font-min-ls);
color:var(--color-black);
text-align: center;
  padding:0 1em 0.1em 1em;
  border-bottom: 1px solid var(--color-1st);
  margin:0 auto 0.2em;
  order:1;
}

.cslinemm article {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  order:3;
}

.cslinemm article .csimg_base {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(../img/header/ic-ar_hr.webp);
  background-repeat: no-repeat;
  background-position: center 55%;
  background-size: 4% auto;
}
.cslinemm article .csimg_base .csimg01, .cslinemm article .csimg_base .csimg02 {
  width:45%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.cslinemm article .csimg_base img {
  border-radius: 5px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
}
.cslinemm article h4 {
font-size: clamp(1rem,1.25vw + 0.5rem, 10rem);
font-family: var(--font-min);
letter-spacing: var(--font-min-ls);
font-weight: 500;
color:var(--color-1st);
line-height: 1.5em;
margin-bottom: 0.2em;
}
.cslinemm article .csl_case {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding:8% 1% 0;
}
.cslinemm article .csl_case p {
  font-size: clamp(0.8rem, 1vw + 0rem, 1.5rem);
  font-weight: 400;
  line-height: 2em;
  color:var(--color-black);
  margin-bottom: 0;
}
.cslinemm article .csl_case p:nth-of-type(1) {
  margin-bottom: 1em;
}
.cslinemm article .csl_case ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}
.cslinemm article .csl_case ul li {
  width:100%;
  height: auto;
  display: block;
  font-size: clamp(0.8rem, 1vw + 0rem, 1.5rem);
  font-weight: 400;
  line-height: 2em;
  color:var(--color-black);
  padding:0 0 0 35px;
  margin-bottom: 5px;
  background-image: url(../img/header/ic-check.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 25px 25px;
}
