@import url(common.css);

#content .first_block {
  background-image: url(../parts/k-cubicle/top_cubicle.jpg);
  background-position: center;
}

/*
---------------------------


適切な更新・入替時期セクション
（.timing-section）


--------------------------- */

.intro-block .danger-text {
  color: #fff;
  background-color: #c41a41;
  padding: 0.5em;
  margin: 1.5em auto 0.5em;
  font-weight: bold;
  text-align: center;
  font-size: clamp(24px, 1.8vw, 26px);
}

/*
---------------------------


更新時期セクション
（.guideline-section）


--------------------------- */
.guideline-section {
  background: #fff3f6;
  border: 1px solid #ffd0da;
  border-radius: 14px;
  padding: 2.5em 1.5em;
  margin: 18px 0;
}

.u-grid-3col {
  padding: 2em 0;
}

.u-grid-3col {
  padding-bottom: 2em;
}

.cubicle_item {
  position: relative;
}

.cubicle_item p:nth-of-type(1) {
  font-weight: bold;
  margin: 0.5em 0;
  font-size: 110%;
}
.cubicle_item .circle {
  position: absolute;
  background-color: #c41a41;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 100000;
  top: 65%;
  left: -5%;
}
.cubicle_item .circle p {
  color: #fff;
  font-weight: bold;
  margin: unset;
  padding: 1.1em 0 0;
  text-align: center;
  border-radius: 50%;
}
.cubicle_item .circle p span {
  font-size: 220%;
  line-height: 1.1;
}

.cubicle_item img {
  display: block;
  width: clamp(200px, 35.6vw, 260px);
  height: auto;
}

.guideline-section .c-triangle {
  margin: 2em auto;
}
.guideline-section .cta-block .c-cta__panel {
  background: #fff;
}

/*

--------------------------


事故事例セクション
（.accident-section）


-------------------------- */
.accident-section .c-card-list {
  margin-bottom: 1em;
}
.trouble-card {
  margin: auto;
  padding: 2em;
  background-color: #f1f1f1;
}
.trouble-card h3 {
  padding-bottom: 1em;
}

.trouble-card ul {
  padding-left: unset;
}
.trouble-card li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0.5em 0;
}
.trouble-card li span {
  font-weight: bold;
}

/*
--------------------------


フローチャートセクション
（.complete-section）


-------------------------- */
ul.stepflow {
  border: none;
  margin: 1em 0.5em;
  padding: 0;
  list-style: none;
}
ul.stepflow > li:before,
ol.stepflow > li:before {
  background-color: #4dd0e1 !important; /*#6283c2;/*cccccc*/
}
.stepflow li {
  position: relative;
  padding: 0.5em 0 0.5em 1.8em;
  border-bottom: dashed 1px #cccccc;
}
.stepflow > li:before {
  content: "";
  width: 3px;
  background: #4dd0e1; /*#6283c2;/*cccccc;*/
  display: block;
  position: absolute;
  top: 28px;
  bottom: 0;
  left: 5px;
}
.stepflow-white {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #4dd0e1; /*#0168b3;/*#232F3E;*/
}
.stepflow-black {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #4dd0e1; /*#0168b3;/*232F3E;*/
  background-color: #4dd0e1; /*#0168b3;/*232F3E;*/
}
.stepflow_label {
  padding: 3px 0px 8px 0px;
  margin-bottom: 8px;
  color: #999999;
  font-size: 0.8em;
  font-weight: bold;
}
.stepflow_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.stepflow_content {
  line-height: 1.5;
  margin-top: 0.5em;
  padding: 0 0 0.5em;
}
li .stepflow_content dl {
  background-color: var(--main_light_gray);
  padding: 1em;
}
li .stepflow_content dl dt {
  font-weight: bold;
  padding-bottom: 0.5em;
}
li .stepflow_content dl dd {
  margin-left: unset;
}
li .stepflow_content ul {
  padding: 0 0 1em 1em;
}
li .stepflow_content ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: unset;
  border-bottom: unset;
}
li .stepflow_content p {
  margin: unset;
}
