.free_contents {
  width: 100%;
  max-width: 800px;
  margin: auto;
  color: #232323;
}

.free_contents img {
  margin-bottom: 30px;
}

.free_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.free_nav .anchor {
  width: calc((100% - 40px) / 3);
  list-style: none;
}

.free_nav .anchor a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  background: #DEF7EF;
  border-radius: 20px;
  padding: 15px 40px 15px 15px;
  overflow: hidden;
  color: #232323;
  transition: all 0.3s ease;
}

.free_nav .anchor a:hover {
  text-decoration: none;
  opacity: .8;
}

.free_nav .anchor .img img {
  width: 70px;
  margin-bottom: 0;
}

.free_nav .anchor .ttl p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.free_nav .anchor .ttl p.en {
  font-size: 18px;
  font-weight: 800;
}

.free_nav .anchor .ico {
  position: absolute;
  right: 15px;
  width: 25px;
  height: 25px;
  margin: auto;
}

.free_contents_wrap p {
  margin-bottom: 30px;
  font-size: 16px;
  margin-top: 0;
  line-height: 1.75;
}

.free_contents_wrap .plofile {
  background-color: #F7F3DE;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  gap: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.free_contents_wrap .plofile .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.free_contents_wrap .plofile h2 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

.free_contents_wrap .plofile .img {
  width: 400px;
}

.free_contents_wrap .plofile .detail {
  width: 310px;
}

.free_contents_wrap .plofile .name>div {
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.free_contents_wrap .plofile .name div>span {
  font-size: 14px;
  padding-left: 5px;
}

.free_contents_wrap .plofile .name p {
  font-size: 14px;
}

.free_contents_wrap .plofile img, .free_contents_wrap .plofile .name p {
  margin-bottom: 0;
}

.free_contents_wrap h3 {
  background: #FFD400;
  padding: 20px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.free_contents_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-bottom: 50px !important;
}

.free_contents_wrap li {
  flex: 0 0 calc(50% - 10px);
  padding: 11px 0;
  border-top: 1px solid #d7d7d7;
  box-sizing: border-box;
}

.free_contents_wrap li:last-child {

  border-bottom: 1px solid #d7d7d7;
}

.border_b {
  border-bottom: 1px solid #d7d7d7;
}

.item_box {
  background: #F1F1F1;
  border-radius: 15px;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}

.item_box h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  border-top: solid 2px #FF9100;
  padding-top: 18px;
  margin: 0 0 18px;
  letter-spacing: .05em;
}

.item_box img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_box h4 span {
  font-weight: 300;
  font-size: 14px;
}

.item_sam {
  width: 400px;
}

.item_description {
  flex: 1;
  padding: 43px 40px;
}

.item_description .above {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #FF9100;
}

.item_description p {
  border-top: solid 1px #FF9100;
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: .05em;
}

.item_description a {
  display: inline-block;
  background-color: #232323;
  color: white;
  text-decoration: none;
  padding: 11px 24px;
  border-radius: 300px;
  width: 320px;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.mgb {
  margin-bottom: 20px;
}

.item_description a:hover {
  opacity: 0.8;
}

.pcn {
  display: none;
}

.center {
  text-align: center;
  margin: auto;
}

/* ここからedc用 */

#edc .item_list {
  background-color: #ffeee7;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
}

#edc .item_list h2 {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center
}

#edc .item_list h2 span {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 600;
}

#edc .list_container li {
  border: none;
  display: flex;
  padding: 0;
  gap: 10px;
}

#edc .list_container {
  display: flex;
  gap: 140px;
}

#edc .list_no {
  font-size: 16px;
  font-weight: 800;
  color: #ff4800;
}

#edc .list_container ul {
  margin-bottom: 0 !important;
  flex-direction: column;
}


#edc .list_no {
  width: 33px;
  position: relative;
  display: inline-block;
}

#edc .list_no span {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);

}

#edc .list_ li {
  display: flex;
  align-items: center;
}


#edc .list_txt {
  padding-left: 10px;
}

#edc .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

#edc .title .no {
  font-size: 50px;
  font-weight: 800;
  color: #1511F9;
  padding-right: 15px;
  border-right: 1px #000 solid;
}

#edc .title .text {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #1511F9;
}

#edc .title .text .en {
  font-size: 22px;
  font-weight: 800;
}

#edc .item_box.redbg {
  background-color: #ffeee7;
  margin-bottom: 20px;
}

#edc .column .no {
  font-size: 24px;
  height: 75px;
  display: flex;
  align-items: center;
}

#edc .item_box h4 {
  border-top: solid 1px #FF9100
}

#edc .redbg.item_box h4 {
  border-top: solid 1px #ff4800;
}

#edc .small_text {
  font-size: 12px;
  margin-bottom: 40px;
}


.free_contents_wrap{
  margin-bottom: 100px;
}




/* スマホ向けスタイル */
@media (max-width: 768px) {

  #edc .list_container {
    flex-direction: column;
    gap: 0;
  }


  .fs-l-main {
    margin-top: 75.5px !important;
  }

  .spn {
    display: none;
  }

  .pcn {
    display: block;
  }

  .free_contents_wrap li {
    flex: 0 0 100%;
    border-top: 1px solid #d7d7d7;
    font-size: 16px;
  }

  .free_contents_wrap li:last-child {
    border-bottom: none;
  }


  .free_contents_wrap {
    padding: 0 15px;
  }

  .free_contents_wrap img[src="./img/mv-pc.png"] {
    width: 100%;
    object-fit: cover;
  }

  .free_nav {
    flex-wrap: wrap;
  }

  .free_nav .anchor {
    width: 100%;
  }

  .free_contents_wrap .plofile {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  }

  .free_contents_wrap .plofile .img,
  .free_contents_wrap .plofile .detail {
    width: 100%;
  }

  .free_contents_wrap .plofile .detail {
    gap: 20px;
  }

  .free_contents_wrap h3 {
    padding: 15px;
    font-size: 20px;
    padding: 18px;
  }

  .free_contents_wrap ul {
    flex-direction: column;
  }

  .free_contents_wrap li {
    flex: 0 0 100%;
    border-top: 1px solid #d7d7d7;
  }

  .item_box {
    flex-direction: column;
  }

  .item_box h4 {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .item_sam,
  .item_description {
    width: 100%;
  }

  .item_sam {
    aspect-ratio: 1 / 1;
  }

  .item_description {
    padding: 30px;
  }

  .item_description p {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .item_description a {
    width: 100%;
    padding: 11px 15px;
  }

  .bdbm {
    border-bottom: none;
  }

  .free_nav .anchor .ttl .ja{
    font-size: 12px;
  }

  .item_box h4{
    line-height: 1.3;
  }


.free_contents_wrap{
  margin-bottom: -20px;
}


}