@charset "UTF-8";
/*--------------------- .news_section ---------------------*/
.news_section {
  background-color: #f8f8f8;
  padding-top: 70px;
}
.news_section .inr {
  width: 1280px;
}

.detail_box {
  margin-bottom: 50px;
}
.detail_info {
  -js-display: flex;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.detail_info .tag {
  background-color: #ccc;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  width: 100px;
}
.detail_info .tag.wasaka {
  background-color: #9c2b2d;
}
.detail_info .tag.hasuike {
  background-color: #2d2a78;
}
.detail_info .tag.kanigasaka {
  background-color: #faaf6d;
}
.detail_info .tag.small {
  background-color: #e48cc0;
}
.detail_info .tag.recruit {
  background-color: #82cdde;
}
.detail_box .ttl01::after {
  margin: 15px auto 0;
}

/*--------------------- .editor_area ---------------------*/
.editor_area {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 30px;
  margin-top: 50px;
  padding: 60px;
}
.editor_area .detail_thumbnail, .editor_area .no_image {
  margin-bottom: 50px;
  text-align: center;
}
.editor_area .detail_thumbnail img, .editor_area .no_image img {
  max-width: 100%;
}
.editor_area h2 {
  background-color: #f4810b;
  border-radius: 10px;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 10px 20px;
}
.editor_area h3 {
  border-top: 2px solid #f4810b;
  border-bottom: 2px solid #f4810b;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
  padding: 10px 10px;
}
.editor_area h4 {
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 10px 10px;
}
.editor_area h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.editor_area p {
  margin-bottom: 10px;
}
.editor_area a {
  color: #629dcf;
  text-decoration: underline;
}
.editor_area a[href^="tel:"] {
  color: #000;
  pointer-events: none;
  text-decoration: none;
}
.editor_area img {
  height: auto;
  margin-bottom: 10px;
  max-width: 640px;
}

/*--------------------- table ---------------------*/
.editor_area table {
  margin-bottom: 15px;
}
.editor_area table tr {
  border: 1px solid #ccc;
}
.editor_area table th {
  background-color: #fdebd8;
  border: 1px solid #ccc;
  padding: 12px 10px;
}
.editor_area table td {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

/*--------------------- ul ---------------------*/
.editor_area ul {
  margin-bottom: 15px;
}
.editor_area ul li {
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.editor_area ul li:before {
  content: "・";
  font-weight: 600;
  margin-right: 8px;
}

/*--------------------- ol ---------------------*/
.editor_area ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.editor_area ol li {
  line-height: 1.4;
  list-style: decimal outside none;
  margin-bottom: 8px;
}


@media only screen and (max-width: 960px) {
  .editor_area {
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .detail_info {
    margin-bottom: 20px;
  }
  .detail_ttl {
    font-size: 30px;
  }
  
  /*--------------------- .editor_area ---------------------*/
  .editor_area {
    margin-top: 0;
    padding: 30px 15px;
  }
  .editor_area .detail_thumbnail {
    margin-bottom: 30px;
  }
  .editor_area h2 {
    font-size: 24px;
  }
  .editor_area a[href^="tel:"] {
    color: #629dcf;
    pointer-events: auto;
    text-decoration: underline;
  }
  .editor_area img {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    height: auto !important;
    max-width: 100%;
  }
  .editor_area table {
    width: 100% !important;
  }
  .editor_area iframe {
    height: 300px !important;
    width: 100% !important;
  }
  
  
}