body {
  color: #333;
}

a {
  color: #0078b5 !important;
}

.anshin-en-wrap * {
  word-break: normal;
  overflow-wrap: anywhere;
}

/*
 kanban
========================================== */
.kanban {
  border-top: solid 2px #e4e4e4;
  border-bottom: solid 2px #e4e4e4;
  background-color: #f4f4f4;
  padding: 40px 0 36px;
}
.kanban__catch {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  width: fit-content;
  margin: 0 auto 36px;
  padding: 5px 16px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.kanban__catch::before,
.kanban__catch::after {
  position: absolute;
  left: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  content: "";
  rotate: 135deg;
  translate: -50%;
}
.kanban__catch::before {
  bottom: -13px;
  background-color: #fff;
}
.kanban__catch::after {
  bottom: -15px;
  border: 2px solid;
  border-color: #ccc #ccc transparent transparent;
}
.kanban__catch p {
  position: relative;
  z-index: 1;
}
.kanban__catch p > span {
  color: #bf0000;
}
.kanban__title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #bf0000;
  margin-bottom: 12px;
}
.kanban__lead {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

/*
 cnt-floating-navi-container
========================================== */
.cnt-floating-navi-container {
  border-bottom: solid 2px #cbcbcb;
  background-color: #fff;
}
.cnt-floating-navi-container .ecm-floating-navi {
  width: 960px;
  margin: 0 auto;
  height: 46px;
  position: relative;
}
.cnt-floating-navi-container .ecm-floating-navi::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  top: 4px;
  left: 0;
  background-color: #cbcbcb;
  z-index: 1;
}
.cnt-floating-navi-container .ecm-floating-navi::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  top: 4px;
  right: 0;
  background-color: #cbcbcb;
  z-index: 1;
}
.cnt-floating-navi-container .ecm-floating-navi-item {
  width: 100%;
  flex: 0 1 auto;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0 12px;
}
.cnt-floating-navi-container .ecm-floating-navi-item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  top: 4px;
  left: -1px;
  background-color: #cbcbcb;
}
.cnt-floating-navi-container
  .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover,
.cnt-floating-navi-container
  .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport="true"] {
  border: none !important;
  background-color: #e6e6e6 !important;
}

/*
 introduce
========================================== */
.introduce__title {
  margin-left: 45px;
  letter-spacing: -0.5em;
  font-size: 40px;
  font-weight: bold;
  color: #545454;
}
.introduce__title > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.introduce__title > img {
  width: 137px;
}
.introduce__titleText {
  width: calc(100% - 153px);
  margin-left: 16px;
  line-height: 1.5;
}
.introduce__titleText > span {
  color: #bf0000;
}
.introduce__box {
  width: 100%;
  padding: 20px 0 18px;
  background-color: #fafafa;
  border: solid 4px #e6e6e6;
}
.introduce__text {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-family: "RakutenSansJP_W_Bold";
  text-align: center;
}
.introduce__text.-center {
  font-size: 26px;
  margin-top: 2px;
}
.introduce__text.-center > span {
  color: #bf0000;
  font-size: 140%;
}
.introduce__notice {
  font-size: 14px;
  text-align: center;
  line-height: 1.714;
}

/*
 trouble
========================================== */
.trouble__title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.trouble__title > span {
  color: #bf0000;
}
.trouble__box {
  padding: 28px 36px 26px;
  background-color: #fcf2f2;
  border-radius: 16px;
  display: block;
  color: #333 !important;
}
.trouble__box:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.trouble__boxTitle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.trouble__image {
  text-align: center;
  margin: 12px 0 20px;
}
.trouble__boxText {
  font-size: 16px;
  line-height: 1.5;
}

/*
 contents
========================================== */
.contents {
  padding: 72px 0 76px;
  border-bottom: solid 80px #fafafa;
}
.con01.contents {
  padding: 72px 0 36px;
  border-bottom: none !important;
  background-color: #fafafa;
}
.contents__title {
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
}
.ecm-commentary-headline.contents__title:after {
  width: 100%;
  height: 4px;
  left: 0;
  margin-left: 0;
  background-color: #bf0000;
}
.contents__subtitle {
  font-size: 22px;
  font-weight: bold;
  padding: 3px 0 3px 11px;
  border-left: solid 4px #bf0000;
  margin-bottom: 12px;
}
.contents__detailLink {
  font-size: 18px;
  text-align: center;
}

/* step */
.step__wrap {
  display: flex;
  flex-wrap: wrap;
}
.step__wrap > .step__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 90px) / 3);
  height: 228px;
  margin-right: 45px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
.step__wrap > .step__box:last-child {
  margin-right: 0 !important;
}
.step__wrap > .step__box:not(:first-child)::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #767676;
  border-width: 20px 0px 20px 21px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.step__num {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #bf0000;
}
.step__image {
  text-align: center;
  margin: 10px 0 14px;
}
.step__text {
  font-size: 18px;
  text-align: center;
}

/* contents__detailBox */
.contents__detailBox {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 32px;
  background-color: #fafafa;
}
.contents__detailBox > .contents__detailList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc((100% - 64px) / 2);
  margin: 0 64px 0 0 !important;
}
.contents__detailBox > .contents__detailList:nth-child(2n) {
  margin-right: 0 !important;
}
.contents__detailBox > .contents__detailList:nth-child(n + 3) {
  margin-top: 24px !important;
}
.contents__detailIcon {
  width: 140px;
  height: 100%;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #e6e6e6;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.contents__detailIcon p {
  text-align: center;
}
.contents__detailText {
  width: calc(100% - 156px);
  margin-left: 16px;
  font-size: 16px;
}
.contents__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 80px;
  margin: 0 auto 22px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  color: #fff !important;
  background-color: #bf0000;
}
.contents__button:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

/*
 .rexSurveyNamespace
================================================ */
.rexSurveyNamespace .sc-furwcr {
  max-width: 512px !important;
  margin: 0 auto !important;
}
.rexSurveyNamespace .sc-pVTFL {
  width: 80px !important;
}
