@charset "UTF-8";
/*
経営方針ページ
/profile/direction/
*/
.contentlist {
  overflow: hidden;
  border-bottom: 1px solid #333;
  /* アコーディオン表示 */
}

@media screen and (max-width: 767px) {
  .contentlist {
    font-size: 1.2rem;
  }
}

.contentlist dt,
.contentlist dd {
  padding: 15px 0;
  border-top: 1px solid #333;
}

.contentlist dt {
  clear: both;
  float: left;
  width: 240px;
  color: #0068b6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contentlist dt {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}

.contentlist dd {
  position: relative;
  margin-left: 240px;
}

@media screen and (max-width: 767px) {
  .contentlist dd {
    margin-left: 0;
    padding-top: 10px;
    border-top-width: 0;
  }
}

.contentlist dd.wide {
  clear: both;
  margin-left: 0;
  border-top-width: 0;
}

.contentlist dd .pageLink {
  padding-top: 15px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .contentlist dd .pageLink {
    text-align: center;
  }
}

.contentlist ol > li {
  margin-left: 1.3em;
  padding-left: 0.2em;
  list-style-type: decimal;
}

.contentlist ol > li li:nth-child(1) {
  list-style: "1) ";
}

.contentlist ol > li li:nth-child(2) {
  list-style: "2) ";
}

.contentlist ol > li li:nth-child(3) {
  list-style: "3) ";
}

.contentlist ol > li li:nth-child(4) {
  list-style: "4) ";
}

.contentlist ol > li li:nth-child(5) {
  list-style: "5) ";
}

.contentlist ol > li li:nth-child(6) {
  list-style: "6) ";
}

.contentlist ol > li li:nth-child(7) {
  list-style: "7) ";
}

.contentlist ol > li li:nth-child(8) {
  list-style: "8) ";
}

.contentlist ol > li li:nth-child(9) {
  list-style: "9) ";
}

.contentlist ol > li li:nth-child(10) {
  list-style: "10) ";
}

.contentlist .retractable {
  position: relative;
  margin-bottom: 15px;
  padding: 30px 75px;
  background-color: #f2f7fb;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
  .contentlist .retractable {
    margin-bottom: 10px;
    padding: 20px 20px;
    border-radius: 12px;
  }
}

.contentlist .retractable::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 90px;
  z-index: 99;
  width: 12px;
  height: 12px;
  border-top: 3px solid #0068b6;
  border-right: 3px solid #0068b6;
  transform: rotate(135deg);
  transition: 0.1s;
}

@media screen and (max-width: 767px) {
  .contentlist .retractable::before {
    top: 24px;
    right: 25px;
    width: 9px;
    height: 9px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.contentlist .retractable.active::before {
  top: 40px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .contentlist .retractable.active::before {
    top: 28px;
  }
}

.contentlist .retractable .title {
  color: #0068b6;
  font-weight: bold;
  cursor: pointer;
}

.contentlist .retractable .body {
  display: none;
  padding-top: 30px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .contentlist .retractable .body {
    padding-top: 10px;
    font-size: 1.2rem;
  }
}

.contentlist .retractable .body dt,
.contentlist .retractable .body dd {
  border-top-style: dashed;
}

.contentlist .retractable .body dt {
  width: 160px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .contentlist .retractable .body dt {
    width: 100%;
  }
}

.contentlist .retractable .body dd {
  margin-left: 160px;
}

@media screen and (max-width: 767px) {
  .contentlist .retractable .body dd {
    margin-left: 0;
    padding-top: 5px;
  }
}

/* エフピコアルライトクレド */
#basics .retractable {
  background-color: #fff;
}
