/* 新テンプレートcssの上書き */
.breadcrumb {
  display: none !important;
}
.c-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.c-margin-b {
  max-width: none !important;
}
.c-margin-b__inner {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-h1-b {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: absolute;
  width: 90% !important;
  transform: translateX(-50%);
  left: 50%;
  padding-top: 60px !important;
}
@media (min-width: 1081px) {
  .c-h1-b {
    width: 100% !important;
    max-width: 980px !important;
    padding-top: 76px !important;
  }
}
.c-h1-b__text {
  text-align: center;
  font-size: 18px !important;
}
/* 新テンプレートcssの上書き ここまで*/

.chart-container {
  position: relative;
  margin: auto;
}
.result {
  font-family: ヒラギノ角ゴ, sans-serif;
}
.result a:hover {
  text-decoration: none;
}
.result-subtitle {
  color: #2f3033;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.result-title {
  padding: 0 30px !important;
  font-size: 44px;
  position: relative;
  color: #2f3033;
  margin-top: 6px !important;
  font-weight: 700;
  letter-spacing: 2.2px;
  display: inline-block;
}
.result-title:after,
.result-title:before {
  position: absolute;
  content: '';
  width: 21px;
  height: 15px;
  background-repeat: no-repeat;
}
.result-title:before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/common/result/img/icon_quoit_left.svg);
  top: 0;
  left: 0;
}
.result-title:after {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/common/result/img/icon_quoit_right.svg);
  right: 0;
  bottom: 0;
}
.result-information {
  padding: 85px 16px;
  background-color: #fff;
}
.result-information-title {
  text-align: center;
  font-weight: 700;
  color: #cf142b !important;
}
.result-information-text {
  font-weight: bold;
  text-align: center;
  font-size: 24px !important;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .result-information-text {
    font-size: 18px !important;
  }
}
.result-cov {
  background: #cf142b;
}
.result-cov-title {
  text-align: center;
  color: #fff !important;
  font-weight: 700;
}
.result-cov-text {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.result-cov-button {
  display: block !important;
  color: #cf142b !important;
  background: #fff;
  padding: 20px 0;
  font-size: 22px;
  font-weight: 700;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  transition: background-color ease 0.3s;
}
.result-cov-button:hover {
  background-color: #ededed;
}
.result-mv {
  padding-top: 124px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.result-mv-inner {
  margin: auto;
  text-align: center;
  color: #333;
  letter-spacing: 0.05em;
  position: relative;
}
.result-mv-box {
  background: #fff;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
  z-index: 3;
  width: 100%;
  max-width: 980px;
}
.result-mv-text {
  position: relative;
  color: #2f3033;
}
.result-mv-text rt {
  color: #cf142b;
}
.result-mv-text:after,
.result-mv-text:before {
  position: absolute;
  content: '';
  z-index: 4;
  background-repeat: no-repeat;
  background-size: cover;
}
.result-mv-main {
  margin-top: 0px !important;
  font-weight: 700;
}
.result-mv-main strong {
  color: #cf142b;
}
.result-mv-message {
  font-weight: 700;
  margin-top: 20px !important;
  font-size: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.result-mv-link {
  margin-top: 8px !important;
  color: #505257;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.result-mv-link-item {
  color: #505257 !important;
  text-decoration: underline !important;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
}
.result-mv-link-item:hover {
  text-decoration: none !important;
}
#result {
  position: relative;
}
.result-parameter {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.result-parameter-inner {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 620px;
}
.result-parameter-title {
  text-align: center;
  font-weight: 700;
}
.result-parameter-btn {
  display: block;
  padding: 20px 0;
  background: #cf142b;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.result-parameter-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.result-point {
  background: #f6f6f6;
  padding: 135px 0 80px;
  margin-top: -100px;
}
.result-point-blur,
.result-point-inner {
  position: relative;
}
.result-point-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result-point-catch {
  font-weight: 700;
}
.result-point-title {
  color: #cf142b !important;
  margin: 15px 0 35px !important;
  font-weight: 700;
  letter-spacing: 1.8px;
}
.result-pont-sub-title {
  margin-top: 15px !important;
  font-size: 20px;
  line-height: 1.6;
}
.result-point-text {
  line-height: 2;
  font-size: 15px;
  color: #2f3033;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.result-point-text strong {
  color: #cf142b;
}
.result-point-link {
  display: flex;
  flex-direction: column;
  line-height: 2;
  font-size: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.result-point-link-item {
  color: #2f3033 !important;
  text-decoration: underline !important;
}
.result-point-link-item:hover {
  text-decoration: none !important;
}
.result-point-box {
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 25px;
}
.result-point-clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.result-point-profile {
  padding-left: 20px;
  color: #2f3033;
}
.result-point-adviser {
  display: block;
  width: 70px !important;
  height: 70px;
}
.result-point-ruby {
  font-family: Source Sans Pro, sans-serif;
  letter-spacing: 0.6px;
}
.result-point-name {
  font-size: 18px;
  font-weight: 700;
}
.result-point-qualification {
  padding-top: 5px;
  font-size: 12px;
}
.result-point-headattention {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.result-relation-sct:first-child {
  padding-top: 0;
}
.result-relation-title {
  text-align: center;
  font-weight: 700;
}
.result-relation-clm {
  display: block;
}
.result-relation-box {
  background: #f6f6f6;
  padding: 30px;
}
.result-relation-boxTitle {
  font-size: 18px;
  color: #2f3033;
  font-weight: 700;
}
.result-relation-boxText {
  font-size: 15px;
  margin-top: 15px !important;
  color: #2f3033;
}
.result-relation-boxBtn {
  display: block !important;
  color: #fff !important;
  margin-top: 30px;
  padding: 13px 0;
  border-radius: 4px;
  background: #cf142b;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  transition: background-color ease 0.3s;
}
.result-relation-boxBtn:before {
  position: absolute;
  content: '';
  background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/common/contact/img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  width: 20px;
  height: 20px;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.result-relation-boxBtn:hover {
  background-color: #b21629;
}
.result-relation-bg {
  background: #f6f6f6;
}
.result-relation-arrow {
  margin: auto;
  position: relative;
}
.result-relation-arrow:before {
  position: absolute;
  content: '';
  background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/common/result/img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: 50% 50%;
  background-color: #cf142b;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
}
.result-relation-arrow img {
  width: 100%;
}
.result-relation-linkText {
  color: #333;
  margin-top: 20px !important;
  font-weight: 700;
}
@media (min-width: 1081px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .chart-container {
    max-width: 440px;
    height: 100%;
    top: -5vh;
  }
  .result-subtitle {
    font-size: 24px;
  }
  .result-inner {
    max-width: 1110px;
    margin: auto;
  }
  .result-cov {
    padding: 75px 16px;
  }
  .result-cov-title {
    font-size: 32px;
  }
  .result-cov-text {
    margin-top: 25px !important;
  }
  .result-cov-button {
    margin: 10px auto 0;
    width: 390px;
  }
  .result-mv {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/information-security/result/img/bg_result_pc.webp);
  }
  .result-mv-inner {
    padding: 0 30px;
    max-width: 980px;
  }
  .result-mv-box {
    margin-top: 30px;
  }
  .result-mv-text {
    padding: 35px 95px;
  }
  .result-mv-text:after,
  .result-mv-text:before {
    top: -145px;
    width: 145px;
    height: 145px;
  }
  .result-mv-text:before {
    left: 50px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/common/result/img/img_result_left_pc.png);
  }
  .result-mv-text:after {
    right: 50px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/common/result/img/img_result_right_pc.png);
  }
  .result-mv-main {
    font-size: 24px;
  }
  .result-parameter-title {
    font-size: 28px;
  }
  .result-parameter-btn {
    font-size: 22px;
    margin-top: 35px;
  }
  .result-point-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .result-point-clm {
    width: 48%;
  }
  .result-point-catch {
    font-size: 20px;
  }
  .result-point-title {
    font-size: 36px;
    padding-bottom: 15px !important;
    position: relative;
  }
  .result-point-title:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: #cf142b;
    bottom: 0;
    left: 0;
  }
  .result-point-box {
    margin-top: 40px;
  }
  .result-point-head {
    grid-template-columns: 450px 1fr;
  }
  .result-relation {
    padding: 75px 0 65px;
  }
  .result-relation-sct {
    padding-top: 120px;
  }
  .result-relation-title {
    font-size: 32px;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1080px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .chart-container {
    width: 100%;
    height: 100%;
  }
  .result-subtitle {
    font-size: 18px;
  }
  .result-title {
    font-size: 32px;
  }
  .result-inner {
    padding: 0 4%;
  }
  .result-cov {
    padding: 65px 16px;
  }
  .result-cov-title {
    font-size: 24px;
  }
  .result-cov-text {
    margin-top: 15px !important;
  }
  .result-cov-button {
    margin: 35px auto 0;
    width: 90%;
  }
  .result-mv {
    padding-top: 104px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/information-security/result/img/bg_result_sp.jpg);
  }
  .result-mv-inner {
    padding: 0 16px;
  }
  .result-mv-box {
    margin-top: 70px;
  }
  .result-mv-text {
    padding: 30px 25px;
  }
  .result-mv-text:after,
  .result-mv-text:before {
    top: -80px;
    width: 80px;
    height: 80px;
  }
  .result-mv-text:before {
    left: 20px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/common/result/img/img_result_left_sp.png);
  }
  .result-mv-text:after {
    right: 20px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/diagnostic-tools/common/result/img/img_result_right_sp.png);
  }
  .result-mv-main {
    font-size: 20px;
  }
  .result-mv-message {
    text-align: left;
  }
  .result-parameter-title {
    font-size: 18px;
    padding: 0 16px;
  }
  .result-parameter-btn {
    font-size: 20px;
    margin: 22px 16px 0;
  }
  .result-point-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result-point-clm {
    width: 100%;
  }
  .result-point-clm:nth-child(2) {
    padding-top: 30px;
    height: 250px;
  }
  .result-point-catch {
    font-size: 15px;
  }
  .result-point-title {
    font-size: 26px;
  }
  .result-point-box {
    margin-top: 40px;
  }
  .result-point-ruby {
    font-size: 12px;
  }
  .result-relation {
    padding: 60px 0 40px;
  }
  .result-relation-sct {
    padding-top: 60px;
  }
  .result-relation-title {
    font-size: 24px;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 641px) and (max-width: 1080px) {
  .result-point-head {
    grid-template-columns: 310px 1fr;
  }
}
@media (max-width: 640px) {
  .result-point-head {
    margin-bottom: 40px;
  }
}
@media (min-width: 801px) {
  .result-relation-clm3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: 1fr;
    gap: 30px;
  }
  .result-relation-clm {
    max-width: 350px;
    width: 100%;
  }
  .result-relation-clm:first-child {
    margin-left: auto;
  }
  .result-relation-clm:last-child {
    margin-right: auto;
  }
  .result-relation-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 800px) {
  .result-relation-clm {
    margin-top: 25px;
    width: 100%;
  }
  .result-relation-clm:first-child {
    margin-top: 0;
  }
}

.sct-diagnostic {
  background-color: #f8eded;
  font-family: 'ヒラギノ角ゴ', sans-serif;
}

@media (min-width: 769px) {
  .sct-diagnostic {
    padding: 75px 0;
  }
}

@media (max-width: 768px) {
  .sct-diagnostic {
    padding: 35px 0;
  }
}

.sct-diagnostic-wrapper p {
  line-height: 1.8;
}

@media (min-width: 769px) {
  .sct-diagnostic-wrapper {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .sct-diagnostic-wrapper {
    padding: 8px;
  }
}

.sct-diagnostic-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .sct-diagnostic-title {
    font-size: 24px;
  }
}

.sct-diagnostic-text {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-top: 30px !important;
}

@media (max-width: 768px) {
  .sct-diagnostic-text {
    font-size: 16px;
  }
}

.sct-diagnostic-inner {
  margin-top: 32px;
}

@media (min-width: 769px) {
  .sct-diagnostic-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .sct-diagnostic-clm {
    width: 47%;
  }
}

.sct-diagnostic-btn {
  display: block;
  width: 100%;
  padding: 25px 0;
  border-radius: 4px;
  background: #cf142b;
  text-align: center;
  transition: background-color ease 0.3s;
}

@media (min-width: 769px) {
  .sct-diagnostic-btn {
    max-width: 465px;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .sct-diagnostic-btn {
    margin-top: 25px;
    padding: 20px 0;
  }
}

.sct-diagnostic-btn:hover {
  text-decoration: none;
  background-color: #b21629;
}

.sct-diagnostic-span {
  position: relative;
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: 700;
}

@media (max-width: 768px) {
  .sct-diagnostic-span {
    font-size: 16px;
  }
}

.sct-diagnostic-span::before {
  content: '';
  position: absolute;
  top: 30%;
  right: 10%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
