#talking_wrap {
  background-color: #FFF6DE;
}
.talking_cont {
  padding: 20px 0;
  max-width: 900px;
  margin-inline: auto;
  width: 90%;

}
.talking_box{
  text-align: center;
  margin-bottom: 70px;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
}
.talking_info_title{
  color: #fe6e31;
}
.flex_box{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  background-color: #fff;
}
.flex_box_fin{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
  background-color: #fff;
  margin-bottom: 50px;
}
.talking_info{
  width: 25%;
  padding: 25px;
  text-align: center;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.talking_info li{
  max-width: 220px;
  word-wrap: break-word;
}
.text_container{
  width: 75%;
  border-left: 1px solid #000;
  text-align: center;
  padding: 30px
}
.talking_contact{
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.talking_detail{
  background-color: #FFFDF6;
  border-radius: 10px;
  padding: 30px 80px;
  max-width: 835px;
  margin: 0 auto;
  text-align: center;
}
.talking_detail_ttl{
  color: #FE6E31;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.text_container span{
  font-size: 20px;
  font-weight: 600;
}
.text_container p{
  margin: 10px auto;
}
.sns_box ul{
  display: flex;
  gap: 10px;
  padding: 0 10px;
}
.sns_box ul li{
  list-style-type: none;
}
.sns_box ul li:nth-child(2){
  width: 33px;
}
.seminar_block{
  margin: 0 auto;
}

.link_wrap {
  background-color: #FFBD17;
  padding: 45px 0;
  margin-top: 30px;
}

.link_wrap .link_list_threeblock {
  gap: 40px;
}

.link_wrap .link_list_block {
  height: 200px;
  width: 350px;
}

.link_wrap .link_list_block figure {
  margin-bottom: 0;
}

.link_wrap .link_list_block p {
  margin-bottom: 5px;
}
.link_list_blockonly{
  position: relative;
}
.link_list_blockonly a:hover{
  text-decoration: none;
}
.talking_box_subtitle{
  color: #fe6e31;
  font-size: 20px;
  margin-bottom: 1rem;
}
.talking_box_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.guard_ttl_deco {
  flex-shrink: 0;
}

.talking_box {
  padding: 1rem;
  flex: 1;
}

.btn_area {
  gap: 30px;
  margin-top: 20px;
}
.btn_area p {
  margin-bottom: 0;
}
.btn_area a {
  display: flex;
  margin: 0;
}
.btn_area a span {
  flex: 1;
  font-size: 16px;
}
.orange_btn {
  margin-bottom: 15px;
}
.orange_btn::after {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.orange_btn.fun-taliking {
    padding: 12px 20px 12px 5px;
}

.btn_area a.orange_btn.fun-taliking {
    width: 220px;
}

@media (max-width: 800px) {
  .btn_area {
    display: block;
  }
  .btn_area a {
    margin-bottom: 20px;
  }
  .btn_area a:last-child {
    margin-bottom: 0;
  }
  .btn_area br {
    display: none;
  }
  .btn_area a.orange_btn.fun-taliking {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .talking_info{
    width: 20%;
    padding: 40px 10px;
  }
  .text_container {
    padding: 30px 14px;
    width: 80%;
  }
  .talking_contact{
    justify-content: center;
    flex-direction: column;
  }
  .talking_detail{
    padding: 30px 5%;
  }
  .sp-br{
    display: block;
  }
  .funpage{
  display: block;
  top: 465px;
  }
    .funpage02{
  display: block;
  top: 930px;
  }
}
