/*****************************************************************************
CSS only for /support/care/door/e-kindoor2208/
*****************************************************************************/

/* Set
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

.Content {
  padding-block: 43px 100px;
  line-height: 1.7;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Content {
    padding-block: 43px 50px;
    line-height: 1.625;
  }
}
.Content * {
  box-sizing: border-box;
}
.Content em,
.Content strong {
  font-weight: bold;
}
.Content picture {
  display: inline-block;
}
.Content img {
  max-width: 100%;
  height: auto;
}
.Content button {
  display: inline-block;
  position: relative;
  border: none;
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: opacity .3s;
  cursor: pointer;
}

.Content a:link    { color: #000; }
.Content a:visited { color: #000; }
.Content a:hover   { color: #000; opacity: 0.8; }
.Content a:focus   { color: #000; opacity: 0.8; }
.Content a:active  { color: #000; opacity: 0.8; }

.Content__sec + .Content__sec {
  margin-top: -40px;
  padding-top: 94px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Content__sec + .Content__sec {
    margin-top: -20px;
    padding-top: 54px;
  }
}

.Container {
  max-width: 976px;
  margin-inline: auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Container {
    margin-inline: 10px;
  }
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .PcShow {
    display: none;
  }
}
.SpShow {
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .SpShow {
    display: block;
  }
}

/* Title
---------------------------------------- */
.PageTitle {
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .PageTitle {
    margin-bottom: 14px;
  }
}
.SecTitle {
  font-size: 21px;
  font-weight: bold;
}
.SubTitle {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
}
.SubTitle:has(.Label) {
  margin-bottom: 13px;
}
.CatTitle {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.Label {
  display: inline-block;
  margin-right: 7px;
  padding: 2px 13px;
  background-color: #f1f1f1;
  font-size: 14px;
}

/* Text
---------------------------------------- */
.BaseText {
  font-size: 16px;
  line-height: 2;
}
.BaseText > p {
	margin-bottom: .5em;
}
.BaseText > *:last-child {
	margin-bottom: 0;
}
.BaseText__note {
  font-size: 14px;
}

.BoxArea {
  margin-block: 10px 16px;
  padding: 26px 32px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxArea {
    margin-block: 10px 20px;
    padding: 16px 21px;
  }
}
.BoxArea + .BoxArea {
  margin-top: 20px;
}

.BgGray {
  background-color: #f1f1f1;
}

/* List
-----------------------------------------*/
.DiscList {
  font-size: 14px;
}
.DiscList li {
  padding-left: 1em;
  text-indent: -1em;
}
.DiscList li:nth-child(n+2) {
  margin-top: 3px;
}
.DiscList li::before {
  content: '・';
}

.NumList {
  font-size: 14px;
}
.NumList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.NoteList {
  font-size: 14px;
}
.NoteList li {
  padding-left: 1em;
  text-indent: -1em;
}
.NoteList li:nth-child(n+2) {
  margin-top: 3px;
}
.NoteList li::before {
  content: '※';
}

.CircleList {
  font-size: 14px;
}
.CircleList li {
  position: relative;
  padding-left: 1em;
}
.CircleList li:nth-child(n+2) {
  margin-top: 3px;
}
.CircleList li::before {
  content: '●';
  position: absolute;
  top: calc((1em * 1.7 - 1lh) / 2);
  left: 0px;
  font-size: 1em;
  line-height: 1;
}

/* Img
---------------------------------------- */
.MainImg {
  position: relative;
  margin-block: 20px 36px;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MainImg {
    margin-block: 10px 30px;
  }
}

.ImgArea {
  margin-block: 30px 37px;
  text-align: center;
}

/* Btn
---------------------------------------- */
.BtnList {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BtnList {
    gap: 10px;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BtnList {
    flex-direction: column;
  }
}
.BtnList--col2 {
  gap: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BtnList--col2 {
    gap: 10px;
  }
}
.BtnList--col2 > .BtnList__item {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BtnList--col2 > .BtnList__item {
    width: 100%;
  }
}
.BtnList .Btn01 {
  width: 100%;
}

.Btn01 {
  display: inline-block;
  position: relative;
  min-width: 345px;
  max-width: 100%;
  padding: 1.125em 3.4375em .875em 2.1875em;
  border: 1px solid #707070;
  font-size: 16px;
  text-align: center;
}

.Btn01:link    { text-decoration: none; }
.Btn01:visited { text-decoration: none; }
.Btn01:hover   { text-decoration: none; }
.Btn01:focus   { text-decoration: none; }
.Btn01:active  { text-decoration: none; }

.Btn01::after {
  content: '';
  display: inline-block;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  width: .5625em;
  height: .5625em;
}

.Btn01--link::after {
  top: 50%;
  right: 25px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.Btn01--anchor {
  padding-inline: 3.4375em 2.1875em;
}
.Btn01--anchor::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% + 9px);
  transform: translateY(-50%);
  left: 20px;
  width: 15px;
  height: 1px;
  background-color: #333;
}
.Btn01--anchor::after {
  top: calc(50% - 4px);
  left: 18px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

.Btn01--accordion {
  width: 100%;
  border: none;
}
.Btn01--accordion::after {
  top: calc(50% - 4px);
  right: 25px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.Accordion.js-accordionActive .Btn01--accordion::after {
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
}

/* Accordion
---------------------------------------- */
.Accordion {
  margin-block: 0 32px;
  border: 1px solid #707070;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Accordion {
    margin-block: 0 20px;
  }
}
.Accordion__panel {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.Accordion.js-accordionActive .Accordion__panel {
  opacity: 1;
  height: auto;
}
.Accordion__inner {
  padding: 0 40px 32px;
  font-size: 14px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Accordion__inner {
    padding: 0 20px 29px;
  }
}
.Accordion__wrapper {
  padding-top: 35px;
  border-top: 1px solid #707070;
}
.Accordion__wrapper p {
  margin-bottom: 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Accordion__wrapper p {
    margin-bottom: 17px;
  }
}
.Accordion__wrapper > *:last-child {
  margin-bottom: 0;
}
.Accordion__title {
  font-size: 16px;
}

/* Intro
---------------------------------------- */
.Announce {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Announce {
    margin-bottom: 15px;
  }
}

/* Outline
---------------------------------------- */
.Outline__list {
  margin-block: 20px 11px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Outline__list {
    margin-block: 9px 11px;
  }
}

/* Insepct
---------------------------------------- */
.ImgLink {
  display: inline-block;
  position: absolute;
  min-width: 64px;
  padding: 1px 11px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .ImgLink {
    min-width: 60px;
    padding: 1px 9px;
  }
}
.ImgLink--01 {
  top: 15.18987%;
  left: 38.31967%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .ImgLink--01 {
    top: 16.171%;
    left: 24.0845%;
  }
}
.ImgLink--02 {
  bottom: 26.58227%;
  left: 38.31967%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .ImgLink--02 {
    bottom: 28.8104%;
    left: 24.0845%;
  }
}
.ImgLink a {
  display: inline-block;
}
.ImgLink a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform-origin: left top;
  background-color: #fff;
  height: 2px;
}
.ImgLink--01 a::after {
  transform: rotate(-15deg) translateY(-50%);
  width: 59px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .ImgLink--01 a::after {
    width: 15.73333vw;
  }
}
.ImgLink--02 a::after {
  transform: rotate(-19deg) translateY(-50%);
  width: 194px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .ImgLink--02 a::after {
    width: 36vw;
  }
}

.Step {
  margin-block: 45px 14px;
}
.Step__sec {
  margin-top: -60px;
  padding-top: 80px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Step__sec {
    margin-top: -40px;
    padding-top: 68px;
  }
}
.Step__sec + .Step__sec {
  margin-top: -60px;
  padding-top: 84px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Step__sec + .Step__sec {
    margin-top: -40px;
    padding-top: 69px;
  }
}
.Step__title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.Step__title span {
  display: inline-block;
  position: relative;
  padding-inline: 16px;
}
.Step__title span::before,
.Step__title span::after {
  content: '';
  position: absolute;
  top: 36%;
  width: 1px;
  height: 14px;
  background-color: #181818;
}
.Step__title span::before {
  left: 0;
  transform: skew(30deg);
}
.Step__title span::after {
  right: 0;
  transform: skew(-30deg);
}

.Insepct__link {
  margin-top: 13px;
}

/* Change
---------------------------------------- */
.Change .MainImg {
  margin-top: 48px;
}

.Change__detail {
  margin-block: 70px 15px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Change__detail {
    overflow: auto;
    white-space: nowrap;
  }
}
.Change__tbl {
  width: 100%;
  border: 1px solid #d6d6d6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Change__tbl {
    table-layout: fixed;
  }
}
.Change__group1,
.Change__group2 {
  width: 12.7%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Change__group1,
  .Change__group2 {
    width: 99px;
  }
}
.Change__group3 {
  width: 12.3%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Change__group3 {
    width: 96px;
  }
}
.Change__group4 {
  width: 16.6%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Change__group4 {
    width: 129px;
  }
}
.Change__group5 {
  width: 17%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Change__group5 {
    width: 136px;
  }
}

.Change__tbl th {
  padding: 3px 10px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Change__tbl th {
    padding: 10px;
    font-size: 13px;
  }
}
.Change__title {
  background-color: #333;
  color: #fff;
}
.Change__title + .Change__title {
  border-left: 1px solid #d6d6d6;
}
.Change__category {
  border-left: 1px solid #d6d6d6;
  background-color: #f1f1f1;
}
.Change__tbl td {
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Change__tbl td {
    font-size: 11px;
  }
}
.Change__inspect span {
  display: inline-block;
  text-align: left;
}
.Change__years span {
  display: inline-block;
  width: 123px;
  text-align: left;
}
.Change__tbl tr:not(:last-child) td {
  border-bottom: 1px solid #d6d6d6;
}
.Change__tbl td:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}

.Change__part {
  font-weight: bold;
}

/* Price
---------------------------------------- */
.Price__detail {
  margin-block: 22px 15px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Price__detail {
    overflow: auto;
    white-space: nowrap;
  }
}
.Price__tbl {
  width: 100%;
  border: 1px solid #d6d6d6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Price__tbl {
    table-layout: fixed;
  }
}
.Price__tbl th {
  width: 33.33333%;
  padding: 13px 10px;
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Price__tbl th {
    padding: 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Price__tbl th:nth-child(1) {
    width: 117px;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Price__tbl th:nth-child(2) {
    width: 131px;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Price__tbl th:nth-child(3) {
    width: 261px;
  }
}

.Price__tbl th:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}
.Price__tbl td {
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Price__tbl td {
    padding: 12px 10px;
    font-size: 11px;
  }
}
.Price__tbl td:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}
.Price__link {
  margin-top: 23px;
}
.Price__link > .Btn01 {
  width: 435px;
}

/* Timing
---------------------------------------- */
.Timing__link {
  margin-top: 40px;
}