@charset "UTF-8";


	
#main * {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, sans-serif;
}
.fb-like.fb_iframe_widget > span {
  height: 20px !important;
}
#topicpathArea {
  padding: 0;
  background-color: #f3f3f3;
}

#topicpathArea:after {
  display: none;
}

#topicpathArea .topicpathArea__inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1130px;
  height: 48px;
  padding: 0 32px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #topicpathArea .topicpathArea__inner {
    justify-content: center;
  }
}

#topicpathArea ul.topicpath {
  float: none;
  display: flex;
  width: auto;
  padding: 0;
  background-image: none;
  line-height: 1.75;
  color: #4d4d4d;
  font-size: 13px;
}

@media (max-width: 767px) {
  #topicpathArea ul.topicpath {
    display: none;
  }
}

#topicpathArea ul.topicpath li {
  float: none;
}

#topicpathArea ul.topicpath li:nth-child(n+2) {
  position: relative;
  margin-left: 25px;
}

#topicpathArea ul.topicpath li:nth-child(n+2)::before, #topicpathArea ul.topicpath li:nth-child(n+2)::after {
  position: absolute;
  left: -16px;
  display: block;
  width: 7px;
  height: 1px;
  background: #999;
  content: "";
  font-size: 0;
}

#topicpathArea ul.topicpath li:nth-child(n+2)::before {
  top: 9px;
  transform: rotate(35deg);
}

#topicpathArea ul.topicpath li:nth-child(n+2)::after {
  top: 13px;
  transform: rotate(-35deg);
}

#topicpathArea ul.topicpath li + li:before {
  display: none;
}

#topicpathArea ul#socialBtn {
  float: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 13px;
  padding-top: 5px;
}

#topicpathArea ul#socialBtn li {
  float: none;
/*  width: auto; */
  margin: 0;
}

#topicpathArea ul#socialBtn li:nth-child(n+2) {
  margin-left: 35px;
}

#topicpathArea ul#socialBtn li iframe {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .mod__section .graph-radar #graph-radar02 {
    display: block;
    height: 315px;
    width: 630px;
  }
}

/* 2023.12.20 追加ここから　*/
ol,li{
	list-style: none;
}
