@charset "UTF-8";
@import url(/common/css/reset.css);
@import url(/common/css/style.v2.css?20220510);
@import url(/common/css/header.v2.css?20230718);
@import url(/bs/lp/common/css/layout.css);
@import url(/common/css/footer.css?20221031);
@import url(/common/css/layout.v2.css?20221219);
@import url(/common/css/smph/layout.v2.css?20220106);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(/common/css/solution.css);
.column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2px;
  padding-left: 2px;
}
@media screen and (max-width: 1023px) {
  .column {
    width: 100vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.column .column {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .column .column {
    width: auto;
  }
}

.col12 {
  width: 990px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .col12 {
    width: 98vw;
    margin-right: 1vw;
    margin-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col12 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col9 {
  width: 720px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col9 {
    width: 72vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col9 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col8 {
  width: 620px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col8 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col8 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col7 {
  width: 560px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col7 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col7 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col6 {
  width: calc((100% - 15px * 4) / 2);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col6 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col6 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col5 {
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col5 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col5 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col4 {
  width: calc((100% - 15px * 6) / 3);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col4 {
    width: 31.3333333333vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col4 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col3 {
  width: calc((100% - 15px * 8) / 4);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col3 {
    width: 23vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .col8.sp_col12 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}
.justify-content-between:after {
  display: none;
}

.justify-content-center {
  justify-content: center;
}

.flex-grow {
  flex-grow: 1;
}

.flex-wrap {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flex-wrap {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .flex-pc-row-reverse {
    flex-direction: row-reverse;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "LucidaGrande", Verdana, "ヒラギノ角ゴProW3", "HiraginoKakuGothicPro", Osaka, "ＭＳＰゴシック", sans-serif;
}

#sub {
  display: none;
}

#main {
  float: none;
  font-size: 0.9375rem;
}
#main p {
  margin-bottom: 1em;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  #main {
    font-size: 0.8125rem;
  }
}
#main figure {
  margin-top: 20px;
  margin-bottom: 20px;
}
#main figure img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #main figure {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#main figure figure {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #wrapper {
    padding-top: 64px;
  }
}

@media screen and (min-width: 769px) {
  #header {
    height: 64px;
    border-bottom: none;
  }
  #header dd a {
    height: 64px;
    line-height: 64px;
  }
}

@media screen and (min-width: 1230px) {
  #header p.logo {
    left: calc(50% - 600px);
  }
  #header dl {
    right: calc(50% - 600px);
  }
}
a {
  transition: 0.3s;
  word-wrap: break-word;
}

cite {
  font-size: 0.8125rem;
}

* {
  box-sizing: border-box;
}

.main_visual {
  height: 320px;
  background-image: url(/bs/lp/security-in-automobile-industry/common/images/main_visual-80.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 320px) {
  .main_visual {
    width: 100vw;
    height: auto;
  }
}
.main_visual h1 {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  line-height: 1.6;
  font-weight: 900;
  padding: 90px 10px;
  color: #212121;
}
@media screen and (min-width: 1230px) {
  .main_visual h1 {
    padding: 90px calc(50% - 600px);
  }
}
@media screen and (max-width: 767px) {
  .main_visual h1 {
    text-align: left;
    font-size: 24px;
  }
  .main_visual h1 br {
    display: none;
  }
}

.main_visual + div {
  background-color: #ffffff;
}

.headline_gradation {
  padding: 15px;
  text-align: center;
  background: linear-gradient(70deg, #38d6f1, #8568f6);
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .headline_gradation {
    text-align: left;
    font-size: 20px;
  }
  .headline_gradation br {
    display: none;
  }
}

.catch_copy {
  padding: 20px 20px 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .catch_copy {
    text-align: left;
    font-size: 20px;
  }
  .catch_copy br {
    display: none;
  }
}

.headline_underbar {
  margin-top: 40px;
  text-align: center;
  font-size: 2.625rem;
  border-bottom: 2px solid #0b61b7;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #0b61b7;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .headline_underbar {
    margin-top: 20px;
    font-size: 1.25rem;
    padding-right: 3vw;
    padding-left: 3vw;
  }
}

#solution-web .headline_underbar {
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #solution-web .headline_underbar {
    margin-top: 20px;
  }
}

#solution-mail .headline_underbar {
  border-bottom: 2px solid #ed7836;
  color: #ed7836;
}

#solution-file .headline_underbar {
  border-bottom: 2px solid #03913d;
  color: #03913d;
}

#solution-idaas .headline_underbar {
  border-bottom: 2px solid #009bff;
  color: #009bff;
}

#solution-report .headline_underbar {
  border-bottom: 2px solid #053394;
  color: #053394;
}

#solution-filesending-receiving .headline_underbar {
  border-bottom: 2px solid #d4a900;
  color: #d4a900;
}

[id^=solution-] h4.headline_guideline {
  width: 1200px;
  margin: 60px calc(50% - 600px) 20px;
}
@media screen and (max-width: 1230px) {
  [id^=solution-] h4.headline_guideline {
    width: calc(100% - 30px);
    margin: 0 15px 40px;
  }
}
[id^=solution-] h4.headline_guideline span:first-child {
  background-color: #7390a8;
  color: #fff;
  padding: 0.15em 0.5em;
  margin-right: 0.5em;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  [id^=solution-] h4.headline_guideline span:first-child {
    padding: 0.1em 0.5em;
    font-size: 1.125rem;
  }
}
[id^=solution-] h4.headline_guideline span:nth-child(2) {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  [id^=solution-] h4.headline_guideline span:nth-child(2) {
    font-size: 1.25rem;
  }
}

mark {
  color: #000;
  font-weight: 600;
  background: linear-gradient(transparent 25%, rgba(11, 97, 183, 0.3) 25%, rgba(11, 97, 183, 0.3) 70%, transparent 70%, transparent 100%);
}

#solution-mail mark {
  background: linear-gradient(transparent 25%, rgba(237, 120, 54, 0.3) 25%, rgba(237, 120, 54, 0.3) 70%, transparent 70%, transparent 100%);
}

#solution-idaas mark {
  background: linear-gradient(transparent 25%, rgba(0, 155, 255, 0.3) 25%, rgba(0, 155, 255, 0.3) 70%, transparent 70%, transparent 100%);
}

#solution-file mark {
  background: linear-gradient(transparent 25%, rgba(3, 145, 61, 0.3) 25%, rgba(3, 145, 61, 0.3) 70%, transparent 70%, transparent 100%);
}

#solution-filesending-receiving mark {
  background: linear-gradient(transparent 25%, rgba(253, 208, 0, 0.3) 25%, rgba(253, 208, 0, 0.3) 70%, transparent 70%, transparent 100%);
}

.solution-menu {
  margin: 0 auto 140px;
  padding: 0 calc(50% - 600px);
  display: flex;
  justify-content: center;
  gap: 30px;
  background-color: #fff;
  /*li:nth-child(1) a:before{
      background: url(/bs/lp/security-in-automobile-industry/common/images/solution_menu01.png) no-repeat top left/contain;
  }
  li:nth-child(2) a:before{
      background: url(/bs/lp/security-in-automobile-industry/common/images/solution_menu02.png) no-repeat top left/contain;
  }
  li:nth-child(3) a:before{
      background: url(/bs/lp/security-in-automobile-industry/common/images/solution_menu03.png) no-repeat top left/contain;
  }
  li:nth-child(4) a:before{
      background: url(/bs/lp/security-in-automobile-industry/common/images/solution_menu04.png) no-repeat top left/contain;
  }
  li:nth-child(5) a:before{
      background: url(/bs/lp/security-in-automobile-industry/common/images/solution_menu05.png) no-repeat top left/contain;
  }*/
}
@media screen and (max-width: 768px) {
  .solution-menu {
    display: none;
  }
}
.solution-menu li {
  width: calc((100% - 120px) / 5);
  margin: 0;
}
.solution-menu a {
  position: relative;
  width: 100%;
  padding: 128px 0 50px;
  outline: 2px solid #bed2e6;
  outline-offset: -2px;
  text-align: center;
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #0b61b7;
}
.solution-menu a:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 92px;
  top: 16px;
  left: calc(50% - 90px);
}
.solution-menu li:nth-child(1) a:before {
  background: url(/bs/lp/security-in-automobile-industry/common/images/solution_menu02.png) no-repeat top left/contain;
}
.solution-menu li:nth-child(2) a:before {
  background: url(/bs/lp/security-in-automobile-industry/common/images/solution_menu06.png) no-repeat top left/contain;
}
.solution-menu li:nth-child(3) a:before {
  background: url(/bs/lp/security-in-automobile-industry/common/images/solution_menu03.png) no-repeat top left/contain;
}
.solution-menu a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #0b61b7;
  border-right: solid 2px #0b61b7;
  position: absolute;
  left: calc(50% - 4px);
  bottom: 22px;
  transform: rotate(135deg);
}

@media screen and (max-width: 1230px) {
  .solution-menu:not(.js_fixed) {
    margin: 0 15px 40px;
  }
}

.solution-menu:not(.js_fixed) li {
  position: relative;
}

.solution-menu:not(.js_fixed) li a:hover {
  opacity: 0.75;
}

.solution-menu:not(.js_fixed) li::before,
.solution-menu:not(.js_fixed) li::after {
  content: "";
  position: absolute;
  background: #bed2e6;
  width: 0;
  height: 2px;
  transition: all 0.2s linear;
}

.solution-menu li::before {
  right: 0;
  bottom: -2px;
}

.solution-menu li::after {
  left: 0;
  top: 0;
}

.solution-menu li span {
  display: block;
}

.solution-menu:not(.js_fixed) li span::before,
.solution-menu:not(.js_fixed) li span::after {
  content: "";
  position: absolute;
  background: #bed2e6;
  width: 2px;
  height: 0;
  transition: all 0.1s linear;
}

.solution-menu li span::before {
  left: 0;
  bottom: 0;
}

.solution-menu li span::after {
  right: 0;
  top: 0;
}

.solution-menu li.current::before,
.solution-menu li.current::after,
.solution-menu li:hover::before,
.solution-menu li:hover::after {
  width: 100%;
}

.solution-menu li:hover::after {
  transition-delay: 0s;
}

.solution-menu li:hover::before {
  transition-delay: 0.3s;
}

.solution-menu li.current span::before,
.solution-menu li.current span::after,
.solution-menu li:hover span::before,
.solution-menu li:hover span::after {
  height: 100%;
}

.solution-menu li:hover span::before {
  transition-delay: 0.5s;
}

.solution-menu li:hover span::after {
  transition-delay: 0.2s;
}

.solution-menu.js_fixed {
  padding: 10px calc(50% - 600px);
  gap: 10px;
}
@media screen and (max-width: 1230px) {
  .solution-menu.js_fixed {
    padding: 10px 15px;
  }
}
.solution-menu.js_fixed li {
  width: auto;
}
.solution-menu.js_fixed a {
  padding: 6px 16px;
  border-radius: 50px;
}
.solution-menu.js_fixed a br {
  display: none;
}
.solution-menu.js_fixed a:before, .solution-menu.js_fixed a:after {
  display: none;
}
.solution-menu.js_fixed a:hover, .solution-menu.js_fixed a.js_hightlight_selected {
  background: #0b61b7;
  color: #fff;
  outline: none;
}
.solution-menu.js_fixed a:hover:before, .solution-menu.js_fixed a.js_hightlight_selected:before {
  background: url(data:image/light80svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJpIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Ni41OSIgaGVpZ2h0PSI2NC42OSIgdmlld0JveD0iMCAwIDY2LjU5IDY0LjY5Ij48ZGVmcz48c3R5bGU+Lmp7ZmlsbDojZmZmO30ua3tmaWxsOm5vbmU7c3Ryb2tlOiNjY2M7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PC9kZWZzPjxyZWN0IGNsYXNzPSJrIiB4PSItNzUuNjIiIHk9Ii0yOS4zMSIgd2lkdGg9IjIxNiIgaGVpZ2h0PSIyMTgiLz48cGF0aCBjbGFzcz0iaiIgZD0ibTY2LjU5LDMyLjI2Yy0uMDItMTcuMTEtMTMuMzYtMzEuMjUtMzAuNDUtMzIuMjZoLTMuNzlDMTQuNDgsMCwwLDE0LjQ4LDAsMzIuMzRzMTQuNDgsMzIuMzQsMzIuMzQsMzIuMzRoMy43OWMxNy4xNS0xLjAxLDMwLjUyLTE1LjI1LDMwLjQ1LTMyLjQzWm0tNDUuMjgsNC4wNWgxMS4wNHY5LjI3aC05Ljc5Yy0uNzEtMy4wNC0xLjEzLTYuMTUtMS4yNS05LjI3Wm0tMi40Niw5LjI3aC05LjgzYy0xLjUyLTIuODktMi41My02LjAzLTIuOTgtOS4yN2gxMS4yMWMuMiwzLjEyLjY2LDYuMjMsMS4zOCw5LjI3aC4yMlptMi4wNy0xMy4zM2MtLjAzLTQuNDkuNTItOC45NywxLjY0LTEzLjMzaDkuNzl2MTMuNjNoLTExLjQzdi0uM1ptMjYuNjUsMHYuMjZoLTExLjQzdi0xMy41OGg5Ljc5YzEuMTIsNC4zNSwxLjY3LDguODMsMS42NCwxMy4zM1ptLTExLjQzLTE3LjI1VjQuMWM0LjI5LDIuMzIsNy40Miw2LjMyLDguNjIsMTEuMDRsLTguNjItLjEzWm0tMy43OS0xMC45MXYxMC45MWgtOC42MmMxLjI0LTQuNjcsNC4zNi04LjYyLDguNjItMTAuOTFabTAsNDUuMjh2MTEuMDRjLTQuMjktMi4zMi03LjQyLTYuMzItOC42Mi0xMS4wNGg4LjYyWm0zLjc5LDExLjA0di0xMC45MWg4LjYyYy0xLjI0LDQuNjctNC4zNiw4LjYyLTguNjIsMTAuOTFabTAtMTQuODR2LTkuMjdoMTEuMjZjLS4xOSwzLjEzLS42OCw2LjI0LTEuNDcsOS4yN2gtOS43OVptMTUuMDktOS4yN2gxMS4yMWMtLjQ1LDMuMjQtMS40NSw2LjM4LTIuOTgsOS4yN2gtOS42MmMuNzItMy4wNSwxLjE4LTYuMTUsMS4zOC05LjI3Wm0xMS41MS0zLjhoLTExLjI2di0uMjZjMC00LjQ4LS41LTguOTYtMS41MS0xMy4zM2g5LjYyYzIuMTQsNC4xMSwzLjI0LDguNjksMy4xOSwxMy4zMywwLDAtLjA0LDAtLjA0LjI2Wm0tNS43NC0xNy41MWgtOC4yOGMtMS4wNi0zLjUyLTIuNzQtNi44Mi00Ljk2LTkuNzUsNS4yNywxLjg4LDkuODgsNS4yNywxMy4yNCw5Ljc1Wk0yNC43MSw1LjM5Yy0yLjIxLDIuODktMy44OSw2LjE0LTQuOTYsOS42MmgtOC4yOGMzLjM4LTQuNDMsNy45OC03Ljc3LDEzLjI0LTkuNjJabS0xNS43LDEzLjU0aDkuNjJjLTEuMDUsNC4zNi0xLjYsOC44NC0xLjY0LDEzLjMzdi4zSDUuNzR2LS4zNGMtLjAxLTQuNjMsMS4xMS05LjE5LDMuMjgtMTMuMjhabTIuNDYsMzAuNThoOC4yOGMxLjA2LDMuNTIsMi43NCw2LjgyLDQuOTYsOS43NS01LjI3LTEuODgtOS44OC01LjI3LTEzLjI0LTkuNzVabTMyLjMsOS43NWMyLjIyLTIuOTMsMy45LTYuMjMsNC45Ni05Ljc1aDguMjhjLTMuMzgsNC40My03Ljk4LDcuNzctMTMuMjQsOS42MnYuMTNaIi8+PC9zdmc+) no-repeat top left/contain;
}

.solution-menu:not(.js_fixed) a:hover {
  outline: 2px solid #fff;
}

.anchor {
  /*margin-top: -64px; padding-top: 64px;*/
}

img[src$="fig_security_risk.svg"] {
  width: 100%;
}

img[src$="security_guidelines_level.svg"] {
  width: 800px;
}

#about_guideline_point1 {
  padding: clamp(40px, 8vw, 80px) 0 clamp(40px, 4vw, 40px);
  background-color: rgba(229, 234, 234, 0.3);
}
#about_guideline_point1 figure {
  position: relative;
}

#about_guideline_point2 {
  padding: 40px 0 50px;
  background-color: rgba(229, 234, 234, 0.6);
}

.banner_security-in-automobile-industry {
  padding: 40px 0 50px; /*background-color: rgb($color-light-gray, 0.6);*/
}

.article-wrap {
  padding: 18px;
}
@media screen and (max-width: 1023px) {
  .article-wrap {
    padding: 3vw;
  }
}

.headline-circle {
  width: 190px;
}
@media screen and (max-width: 1023px) {
  .headline-circle {
    width: 20vw;
    min-width: 75px;
  }
}
.headline-circle img {
  max-width: 100%;
}

.headline-circle-content {
  width: 778px;
  margin-left: 20px;
  align-self: center;
}
@media screen and (max-width: 1023px) {
  .headline-circle-content {
    width: 71vw;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 375px) {
  .headline-circle-content {
    width: calc(91vw - 75px);
  }
}

.headline-with-underbar {
  padding-bottom: 16px;
  margin-bottom: 10px;
  font-size: 1.375rem;
  color: #212121;
  border-bottom: 2px solid #bed2e6;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .headline-with-underbar {
    font-size: 16px;
  }
  .headline-with-underbar br {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .headline-with-underbar {
    margin-top: 0;
  }
}

@media screen and (max-width: 375px) {
  .headline-with-underbar + div {
    width: 96vw;
  }
}

.table-wrap {
  width: 1200px;
  margin: 20px calc(50% - 600px);
}
@media screen and (max-width: 1230px) {
  .table-wrap {
    width: calc(100% - 30px);
    margin: 0 15px 40px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table-wrap {
    width: auto;
    overflow: auto;
    white-space: nowrap;
    margin-left: 10px;
    padding-bottom: 10px;
  }
}

table {
  width: 100%;
  border-top: 1px solid #bed2e6;
  border-left: 1px solid #bed2e6;
  font-size: 0.875rem;
}
table th, table td {
  border-right: 1px solid #bed2e6;
  border-bottom: 1px solid #bed2e6;
  padding: 4px 6px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  table th, table td {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 767px) {
  table th, table td {
    padding: 4px 8px;
  }
}
table thead th {
  background: rgba(190, 210, 230, 0.3);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
table tbody th {
  background: #F7F7F7;
  color: #212121;
  font-weight: bold;
  text-align: left;
}
table tbody td {
  vertical-align: middle;
  background: #ffffff;
}
table tbody td p:nth-last-of-type(1) {
  margin-bottom: 0 !important;
}
table thead th {
  font-weight: 400;
  color: #212121;
}
table tbody th {
  font-weight: 400;
}

.cell-category {
  width: 15%;
  text-align: center;
}

tbody th.cell-category {
  color: #ffffff;
  vertical-align: middle;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.cell-label {
  width: 13%;
}

tbody .cell-label {
  vertical-align: middle;
}

.cell-goal {
  width: 18%;
}

.cell-request {
  width: 18%;
}

.cell-number {
  width: 3%;
  text-align: center;
}

tbody .cell-number {
  font-weight: 700;
}

.cell-level {
  width: 4%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

tbody .cell-level {
  font-weight: 700;
}

th.cell-level span {
  display: inline-block;
  letter-spacing: -0.05em;
  transform: scaleX(0.8);
  transform-origin: 50% 50%;
}

.cell-checkpoint {
  width: 30%;
}

.table-web tbody .cell-category {
  background-color: rgba(0, 155, 225, 0.8);
}
.table-web tbody .cell-label {
  background-color: rgba(0, 155, 225, 0.1);
}
.table-web tbody .cell-number {
  color: #0b61b7;
}

.table-mail tbody .cell-category {
  background-color: rgba(237, 120, 54, 0.9);
}
.table-mail tbody .cell-label {
  background-color: rgba(237, 120, 54, 0.1);
}
.table-mail tbody .cell-number {
  color: #ed7836;
}

.table-idaas tbody .cell-category {
  background-color: rgba(0, 155, 255, 0.9);
}
.table-idaas tbody .cell-label {
  background-color: rgba(0, 155, 255, 0.1);
}
.table-idaas tbody .cell-number {
  color: #009bff;
}

.table-file tbody .cell-category {
  background-color: #03913d;
}
.table-file tbody .cell-label {
  background-color: rgba(3, 145, 61, 0.1);
}
.table-file tbody .cell-number {
  color: #03913d;
}

.table-report tbody .cell-category {
  background-color: rgba(0, 51, 153, 0.8);
}
.table-report tbody .cell-label {
  background-color: rgba(0, 51, 153, 0.1);
}
.table-report tbody .cell-number {
  color: #003399;
}

.table-filesending-receiving tbody .cell-category {
  background-color: rgba(212, 169, 0, 0.8);
}
.table-filesending-receiving tbody .cell-label {
  background-color: rgba(212, 169, 0, 0.1);
}
.table-filesending-receiving tbody .cell-number {
  color: #d4a900;
}

[class^=links-] {
  /*background-color: rgba($color-main-blue, 0.1); padding: 40px 10px;*/
  padding: 0 0 60px;
  width: 1200px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 1230px) {
  [class^=links-] {
    width: calc(100% - 30px);
    margin: 0 0 40px;
  }
}
[class^=links-] h3 {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0b61b7;
}
[class^=links-] h3:before {
  content: "＼";
}
[class^=links-] h3:after {
  content: "／";
}
@media screen and (max-width: 767px) {
  [class^=links-] h3 {
    font-size: 20px;
  }
  [class^=links-] h3 br, [class^=links-] h3:before, [class^=links-] h3:after {
    display: none;
  }
}
[class^=links-] a {
  display: block;
  padding: 0.8em 1.5em;
  letter-spacing: 0.15em;
  background: linear-gradient(70deg, #0b61b7, #00b9ff);
  background-size: 100% 100%;
  background-position: 0 0;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.125rem;
  border-radius: 100px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  text-shadow: 0 0 2px #0b61b7;
}
[class^=links-] a:hover {
  background: #fff;
  color: #0b61b7;
  outline: 3px solid #0b61b7;
  outline-offset: -3px;
  text-shadow: none;
}

.links-mail {
  /*background-color: rgba($color-main-blue, 0.1); */
}
.links-mail h3 {
  color: #ed7836;
}
.links-mail a {
  background: linear-gradient(70deg, #ed7836, #ffb400);
  text-shadow: 0 0 2px #ed7836;
}
.links-mail a:hover {
  color: #ed7836;
  outline: 3px solid #ed7836;
}

.links-idaas {
  /*background-color: rgba($color-main-blue, 0.1); */
}
.links-idaas h3 {
  color: #009bff;
}
.links-idaas a {
  background: linear-gradient(70deg, #009bff, #41f3f9);
  text-shadow: 0 0 2px #009bff;
}
.links-idaas a:hover {
  color: #009bff;
  outline: 3px solid #009bff;
}

.links-file {
  /*background-color: rgba($color-weak-blue, 0.1); */
}
.links-file h3 {
  color: #03913d;
}
.links-file a {
  background: linear-gradient(70deg, #03913d, #afcf50);
  text-shadow: 0 0 2px #03913d;
}
.links-file a:hover {
  color: #03913d;
  outline: 3px solid #03913d;
}

.links-filesending-receiving h3 {
  color: #d4a900;
}
.links-filesending-receiving a {
  background: linear-gradient(70deg, #d4a900, #fdd000);
  text-shadow: 0 0 2px #d4a900;
}
.links-filesending-receiving a:hover {
  color: #d4a900;
  outline: 3px solid #d4a900;
}

#footerNavi {
  margin-top: 20px;
  padding: 0 0 80px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 980px) {
  #footerNavi {
    margin-top: 30px;
    padding: 0 0 40px;
    text-align: center;
  }
}
#footerNavi h2 {
  background: #003399;
  color: #fff;
  text-align: center;
  position: relative;
  clear: both;
  padding: 16px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #footerNavi h2 {
    font-size: 1.25rem;
    padding: 20px;
    line-height: 1.5;
  }
}
#footerNavi h2:after {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: calc(50vw - 10px);
  background: linear-gradient(to bottom left, #003399 50%, transparent 51%) no-repeat top left/50% 100%, linear-gradient(to top left, transparent 50%, #003399 51%) no-repeat top right/50% 100%;
}
@media screen and (max-width: 767px) {
  #footerNavi img {
    width: 100%;
  }
}

#solution {
  background: #dfe9f4;
}
#solution h2 {
  margin-bottom: 40px;
  padding: 40px 10px 0;
  text-align: center;
  line-height: 1.6em;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #solution h2 {
    margin-bottom: 20px;
    padding: 20px 10px;
    text-align: left;
    font-size: 20px;
  }
}

.js_fixed {
  position: sticky !important;
  justify-content: center;
  top: 64px;
  z-index: 100;
}

#wrapper {
  overflow: visible;
}