@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*--------------------------------------
レーダーチャート
--------------------------------------*/

.radar-chart {
  margin: 0.9em auto 1.7em;
  display: inline-block;
  position: relative;
}

ul.radar-chart-dls {
  list-style: none;
  color: #777;
  font-size: 0.72em;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.radar-chart-dls li {
  position: absolute;
  white-space: nowrap;
  padding: 0;
}

.radar-chart-dls dd {
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.5;
}

.radar-chart-dls dt {
  line-height: 1;
}

.radar-chart-dl1 {
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.radar-chart-dl2 {
  top: 70px;
  left: 5%;
}

.radar-chart-dl3 {
  top: 232px;
  left: 20%;
}

.radar-chart-dl4 {
  top: 232px;
  right: 20%;
}

.radar-chart-dl5 {
  top: 70px;
  right: 5%;
}

.radar-chart-aria {
  transform-origin: center;
}

/* 以下はアニメーションをつけたい場合*/
.radar-chart-animataion {
  animation: radar-chart-animataion 1s ease-out;
}

@keyframes radar-chart-animataion {
  0% {
    transform: scale(0);
  }
}