<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.m_achieveHearosArea {
  margin-bottom: 53px;
}

/* lead text */
.m_leadTxt {
  font-size: 16px;
  line-height: 1.5;
}

/* 3col achive itm */
.m_achieveWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.m_achieveWrap__item {
  width: 100%;
  max-width: 220px;
}
.m_achieve {
  position: relative;
  padding: 5px 20px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
  text-align: center;
}
.m_achieve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 116px;
  background-image: url(/resource/img/dougahyakkaten/achievements/achieve_wing_left.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.m_achieve::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 116px;
  background-image: url(/resource/img/dougahyakkaten/achievements/achieve_wing_right.svg);
    background-repeat: no-repeat;
  background-size: cover;
}
.m_achieve-num {
  color: #A11F24;
  font-size: 28px;
  padding-right: 4px;
}
.m_achieve-num.pl_4 {
  padding-left: 4px;
}
.m_achieve-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.m_achieve_note {
  color: #666666;
  font-size: 12px;
  line-height: 1.417;
  text-align: right;
}

/* 蜈ｱ騾� */
.m_achieveSec {
  margin-bottom: 60px;
}
.m_achieveHd {
  margin-bottom: 20px;
  padding: 8px 16px;
  border-left: 6px solid #A11F24;
  background-color: #FFEFEF;
  font-weight: 700;
}
.m_achieveHd .m_achieveHd__ttl {
  font-size: 24px;
  line-height: 1.458;
}
.m_achieveHd .m_achieveHd__sub {
  font-size: 18px;
  line-height: 1.444;
}
.m_achieveLink {
  display: block;
  color: #00087D;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
/* 蟆主�莠倶ｾ� */
.m_useCase-hd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.429;
}
.m_useCase-hd__tab {
  position: relative;
  bottom: -1px;
  display: inline-block;
  padding: 2px 25px;
  height: 25px;
  border-top: 1px solid  #333333;
  border-left: 1px solid  #333333;
  border-right: 1px solid  #333333;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  z-index: 2;
}
.m_useCase-hd__tab.easy_order {
  background-color: #C24846;
} 
.m_useCase-hd__tab.original {
  background-color: #AD7C5D;
}
.m_useCase-hd__tab.textbook {
  background-color: #5D80AD;
}
.m_useCase-hd__tab.redesign {
  background-color: #5DAD8A;
}
.m_useCase-hd__tab.ect {
  background-color: #805DAD;
}
.m_useCase-hd__date {
  padding-left: 15px;
  color: #666666;
}
.m_useCase-box figure {
  width: 100%;
  max-width: 340px;
  flex-shrink: 0;
}
.m_useCase-box figure img {
  display: block;
  width: 100%;
  height: auto;
}
.m_useCase-box {
  display: flex;
  gap: 20px;
  padding: 15px;
  border: 1px solid #333333;
}
.m_useCase-txt {
  font-size: 16px;
  line-height: 1.5;
}
.m_useCase-txt p {
  position: relative;
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}
.m_useCase-txt p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(16px * 1.5);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%);
}
.m_useCase-btnCont {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.m_useCase-btn {
  width: 100%;
  max-width: 248px;
  background-color: #A11F24;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
.m_useCase-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 0 11px;
  color: #ffffff;
}
/* 莠ｺ豌励Λ繝ｳ繧ｭ繝ｳ繧ｰ繝懊ャ繧ｯ繧ｹ */
.m_achieveLanking_wrap {
  padding: 0 10px 20px;
}
.m_achieveLanking_list &gt; *:nth-child(4) {
  display: none;
}
.m_achieve-box {
  width: 100%;
  max-width: 655px;
  margin: 20px auto 0;
  padding: 30px 36px;
  background-color: #F2F2F2;
  text-align: center;
}
.m_achieve-box__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
}
.m_achieve-box__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.m_achieve-box__btnCnt {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.m_achieve-box__btn {
  width: 100%;
  max-width: 248px;
  background-color: #A11F24;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}
.m_achieve-box__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 28px;
  color: #ffffff;
  text-align: center;
}
/* 蛻ｶ菴懊し繝ｼ繝薙せ */
.m_achieve-service {
  display: flex;
  gap: 20px;
}
.m_achieve-service figure {
  padding-top: 8px;
  width: 100%;
  max-width: 200px;
  flex-shrink: 0;
}
.m_achieve-service figure img {
  display: block;
  width: 100%;
  height: auto;
}
.m_achieve-service__ttl {
  color: #A11F24;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.m_achieve-service__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .m_achieveLink:hover {
    transition: 0.3s;
    opacity: 0.6;
  }
  .m_useCase-btn:hover {
    transition: 0.3s;
    opacity: 0.6;
  }
  .m_achieve-box__btn:hover {
    transition: 0.3s;
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .m_achieveHd .m_achieveHd__ttl {
    font-size: 20px;
  }
  .m_achieveHd .m_achieveHd__sub {
    font-size: 16px;
  }
  .m_achieveWrap {
    flex-direction: column;
    gap: 20px;
  }
  .m_achieveWrap__item {
    max-width: 320px;
  }
  .m_achieveLink {
    font-size: 14px;
  }
  .m_useCase-box {
    flex-direction: column;
  }
  .m_useCase-box figure {
    max-width: 500px;
    margin: 0 auto;
  }
  .m_useCase-btnCont {
    gap: 20px;
  }
  .m_useCase-btn {
    font-size: 12px;
  }
  .m_achieve-box {
    padding: 15px;
  }
  .m_achieve-box__btnCnt {
    gap: 20px;
  }
  .m_achieve-box__ttl {
    font-size: 16px;
  }
  .m_achieve-box__txt {
    font-size: 14px;
  }
  .m_achieve-box__btn {
    font-size: 12px;
  }
  .m_achieve-box__btn a {
    padding: 15px 8px;
    word-break: auto-phrase;
  }
  .m_achieve-service__ttl {
    font-size: 18px;
  }
  .m_achieve-service__txt {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  .m_achieve-box {
    text-align: left;
    word-break: auto-phrase;
  }
  .m_achieve-service {
    flex-direction: column;
    gap: 10px;
  }
  .m_achieve-service figure {
    padding-top: 0;
    margin: 0 auto;
  }
}</pre></body></html>