.map {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



.l-parts01 th {
    background: #dd664e;
    color: #fff;
}
.l-parts04.l-parts04-2  .l-common-title::before {
    content: "Wisdom";
    color: #9fd6c1;
    font-size: 2.2rem;
    background: none;
    letter-spacing: 1px;
}
section.faq dt.faq-q {
    font-size: 2rem;
    color: #349b74;
    font-weight: bold;
}
.faq-item {
    background: #faf8f4;
    padding: 0 10px 0 10px;
}


.categorylist {
  border: 1px solid #aaa;
  border-radius: 6px;
  margin: 20px auto;
  padding: 20px;
}

.categorylist .title {
  border-bottom: 1px dashed #aaa;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.categorylist ul {
  list-style: disc;
  margin: 20px 0;
  padding: 0 0 0 20px;
}

.categorylist ul li {
  line-height: 1.8;
  margin: 0 0 2px;
  padding: 0;
}

.categorylist ul li.is-hid {
  display: none;
}

.categorylist ul li a {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
  word-break: break-all;
}

.categorylist ul li a:hover {
  opacity: 0.7;
}

.categorylist ul+.acc-btn {
  text-align: center;
}

.categorylist ul+.acc-btn button {
  appearance: none;
  background: #ccc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 10px 30px 10px 10px;
  position: relative;
}

.categorylist ul+.acc-btn button:before {
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  content: '';
  height: 8px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 50%;
  width: 8px;
}

.categorylist ul+.acc-btn button.acc-btn-opened:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}



#contents .categorylist {
  border: 1px solid #aaa;
  border-radius: 6px;
  margin: 20px auto;
  padding: 20px;
}

#contents .categorylist .title {
  border-bottom: 1px dashed #aaa;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#contents .categorylist ul {
  list-style: disc;
  margin: 20px 0;
  padding: 0 0 0 20px;
}

#contents .categorylist ul li {
  line-height: 1.8;
  margin: 0 0 2px;
  padding: 0;
}

#contents .categorylist ul li.is-hid {
  display: none;
}

#contents .categorylist ul li a {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
  word-break: break-all;
}

#contents .categorylist ul li a:hover {
  opacity: 0.7;
}

#contents .categorylist ul+.acc-btn {
  text-align: center;
}

#contents .categorylist ul+.acc-btn button {
  appearance: none;
  background: #ccc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 10px 30px 10px 10px;
  position: relative;
}

#contents .categorylist ul+.acc-btn button:before {
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  content: '';
  height: 8px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 50%;
  width: 8px;
}

#contents .categorylist ul+.acc-btn button.acc-btn-opened:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.timeitem time {
    font-size: 11px;
    color: #777;
}

.supervisor {
    position: relative;
    padding: 0 10px 40px;
    margin: 60px 0;
    border: solid 3px #5fbb98;
    border-radius: 6px;
}
p.s_doc_text {
    color: #dd664e;
}
.block-recommendation {
    position: relative;
    width: 100%;
    margin: 0 0 4rem 0;
    padding: 2rem 2.5rem;
    background: #ecf7f3;
}
p.annotation {
    font-size: 1.4rem;
    color: red;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.supervisor img {
    float: right;
    padding: 0 20px;
}

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 600px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

section.faq dt.faq-q {
    font-size: 1.8rem;
}
.doc_img {
    text-align: center;
}
}