@import url(common.css);

body {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.akshar {
  font-size: 20px;
}

section {
  padding-bottom: 5em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

セクション1

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
section:nth-of-type(1) .margin img {
  display: block;
  margin: auto;
  width: 680px;
}

section:nth-of-type(1) .margin p {
  font-size: clamp(16px, 1.8vw, 18px);
}
section:nth-of-type(1) .margin p:nth-of-type(1) {
  padding: 1em 0 0;
}
section:nth-of-type(1) .margin p:nth-of-type(1) span {
  color: #fff;
  background-color: #ffa500;
  padding: 0.3em 0.5em;
}
section:nth-of-type(1) .margin ul {
  padding-left: unset;
}
section:nth-of-type(1) .margin ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: clamp(16px, 1.8vw, 18px);
}

/* .area-wap
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.area_accordion summary {
  background-color: #e7e7e7;
}

/* //////////////////////////////////

セクション2

////////////////////////////////// */
section:nth-of-type(2) .text,
.anshin {
  max-width: 670px;
  margin: auto;
  padding: 1em 0;
  font-size: clamp(16px, 1.8vw, 18px);
}
section:nth-of-type(2) .text p:nth-of-type(2) {
  color: #c41a41;
  font-weight: bold;
  text-align: center;
  font-size: clamp(24px, 1.8vw, 26px);
  padding-top: 1em;
}
section:nth-of-type(2) .text img {
  display: block;
  max-width: 680px;
  margin: auto;
}

/*

写真とか

////////////////////////////////// */
.meyasu {
  background-color: var(--main_light_gray);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 1.5em 1em;
}

.cubicle_wap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 1em;
  padding: 2em 0;
}

.cubicle_wap .cubicle_item {
  position: relative;
  padding-bottom: 2em;
}

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

.cubicle_wap .cubicle_item img {
  display: block;
  max-width: 300px;
  margin: auto;
}
.triangle {
  margin: 1em auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #ff8344;
  border-bottom: 0;
}

.trouble {
  max-width: 700px;
  margin: 1em auto 3em;
  padding: 2em;
  background-color: #f1f1f1;
}
.trouble dl {
  padding: 2em 0;
  border-bottom: 1px solid #d8d8d8;
}
.trouble dl:last-of-type {
  border-bottom: unset;
}

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

.arrow_fb {
  max-width: 660px;
  margin: 0 auto 5em;
}
.arrow_fb p {
  font-weight: bold;
  text-align: center;
  margin: unset;
  font-size: clamp(18px, 1.8vw, 20px);
}

.arrow_fb img {
  display: block;
  max-width: 280px;
  margin: auto;
}

/* //////////////////////////////////

セクション3

////////////////////////////////// */
.list {
  margin-bottom: 1em;
}
.img_wap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.img_wap img {
  display: block;
  max-width: 320px;
  margin: 0 auto 0.5em;
}

/*

フローチャート(工事の流れページ)
/////////////////////////////////// */
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;
}
