@charset "utf-8";

/*
  File Name   : data.css
  Description : 数字で見る島大生
*/
body.data {
  overflow: clip;/* sticky 利用のため */
  counter-reset: count;
}

:root {
  --c_main: #e24a7e;
  --rgb_main: 226,74,126;
  --c_white: #fff;
  --rgb_white: 255,255,255;
  --c_black: #000;
  --rgb_black: 0,0,0;
  --c_fc: #433C37;
  --rgb_fc: 67,60,55;
  --c_orange: #D39200;
  --c_green: #43B9B9;
  --c_purple: #7070C3;
  --c_pink: #e24a7e;
  --c_yellow: #DDDD2C;
  --c_blue: #0B89AF;
  --c_violet: #B554CC;
  --c_ygreen: #4FBA2F;
  --c_gray: #CECECE;
}

.fc-main {
  color: var(--c_main);
}

/* .icon */
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
  vertical-align: middle;
}

.icon.-city {
  background-image: url(/assets/img/data/icon-city.svg);
}
.-data-qa02 .icon.-city {
  width: 41px;
  height: 42px;
}

.icon.-pen {
  background-image: url(/assets/img/data/icon-pen.svg);
}
.-data-qa09 .icon.-pen {
  width: 40px;
  height: 40px;
}

.icon.-home {
  background-image: url(/assets/img/data/icon-home.svg);
}
.icon.-catering {
  background-image: url(/assets/img/data/icon-catering.svg);
}
.icon.-dining_room {
  background-image: url(/assets/img/data/icon-dining_room.svg);
}
.icon.-no_eating {
  background-image: url(/assets/img/data/icon-no_eating.svg);
}
.icon.-restaurant {
  background-image: url(/assets/img/data/icon-restaurant.svg);
}
.icon.-store {
  background-image: url(/assets/img/data/icon-store.svg);
}

.-data-qa05 .icon,
.-data-qa06 .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.-data-qa05 .icon.-home,
.-data-qa06 .icon.-home {
  width: 24px;
  height: 27px;
}
.-data-qa05 .icon.-restaurant,
.-data-qa06 .icon.-restaurant {
  width: 24px;
  height: 25px;
}

/* .container */
.container + .container {
  padding-top: 96px;
}
@media screen and (min-width: 1182px) {
  .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 1181px) {
  .container + .container {
    padding-top: 80px;
  }
}

/* .container-head */
.container-head {
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 1182px) {
  .container-head {
    position: sticky;
    top: 0;
    left: 0;
    flex: 0 0 290px;
    height: 398px;
    padding-top: 233px;
    background-size: 260px 260px;
  }
  .-section-eating .container-head {
    height: 322px;
  }
}
@media screen and (max-width: 1181px) {
  .container-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    margin-bottom: 20px;
    padding-left: calc(110px + 16px);
    background-position: left center;
    background-size: 110px 110px;
  }
}

.-section-living .container-head {
  background-image: url(/assets/img/data/data-top-title-img-1.png);
}
.-section-eating .container-head {
  background-image: url(/assets/img/data/data-top-title-img-2.png);
}
.-section-learning .container-head {
  background-image: url(/assets/img/data/data-top-title-img-3.png);
}

.title-block {
  display: flex;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 1181px) {
  .title-block {
    justify-content: flex-start;
  }
}

/*.title-block__item {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .16));
}*/

@media screen and (min-width: 1182px) {
  .-section-living .title-block__item {
    width: 205px;
  }
  .-section-eating .title-block__item {
    width: 229px;
  }
  .-section-learning .title-block__item {
    width: 290px;
  }
}

.title-block-btn {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
@media screen and (max-width: 1181px) {
  .title-block-btn {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

a.title-block-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--c_main);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 9px;
  background-image: url(/assets/img/data/icon-arrow-right.svg);
  letter-spacing: .1em;
  text-align: center;
  font-size: 14px;
  color: var(--c_white);
  transition: all .2s ease-in-out;
}
a.title-block-btn__link:hover {
  text-decoration: none;
}

/* .container-body */
@media screen and (min-width: 1182px) {
  .container-body {
    width: 670px;
  }
}

/* .contents-wrap */
.contents-wrap {
  position: relative;
  padding-bottom: 60px;
  border-bottom: dashed 1px var(--c_main);
}
.contents-wrap + .contents-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1181px) {
  .contents-wrap {
    padding-bottom: 0;
    border: none;
  }
  .contents-wrap + .contents-wrap {
    margin-top: 40px;
  }
}

.contents-head {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding-left: 65px;
  border-radius: 50px;
  border: solid 2px var(--c_main);
  background-color: var(--c_white);
}
.contents-head::before {
  counter-increment: count;
  content: 'Q'counter(count);
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--c_main);
  text-align: center;
  letter-spacing: .1em;
  font-size: 14px;
  color: var(--c_white);
}
.contents-head .contents-title {
  letter-spacing: .1em;
  font-size: 24px;
  color: var(--c_main);
}
@media screen and (max-width: 1181px) {
  .contents-head {
    min-height: 30px;
    padding-left: 40px;
    border-radius: 30px;
  }
  .contents-head::before {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .contents-head .contents-title {
    padding: 5px 20px 5px 0;
    font-size: 14px;
    line-height: calc(16/14);
  }
}

.contents-body {
  margin-top: 30px;
}
@media screen and (max-width: 1181px) {
  .contents-body {
    margin-top: 9px;
  }
}

/* .person-img */
.person-img {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
  object-position: center bottom;
  /* pointer-events: none; */
}
.contents-wrap.-data-qa01 .person-img {
  width: 257px;
}
.contents-wrap.-data-qa02 .person-img {
  width: 149px;
  right: 18px;
}
.contents-wrap.-data-qa03 .person-img {
  width: 178px;
}
.contents-wrap.-data-qa04 .person-img {
  width: 190px;
}
.contents-wrap.-data-qa05 .person-img {
  width: 132px;
}
.contents-wrap.-data-qa06 .person-img {
  width: 151px;
  transform: scale(-1, 1);
  z-index: -1;
}
.contents-wrap.-data-qa07 .person-img {
  width: 161px;
}
.contents-wrap.-data-qa08 .person-img {
  width: 181px;
}
.contents-wrap.-data-qa09 .person-img {
  width: 158px;
}
.contents-wrap.-data-qa10 .person-img {
  width: 158px;
  bottom: inherit;
  top: 20px;
}
@media screen and (max-width: 1181px) {
  .contents-wrap.-data-qa01 .person-img {
    width: 126px;
    top: -15px;
    bottom: inherit;
  }
  .contents-wrap.-data-qa02 .person-img {
    width: calc(101px - 9px);
    right: -20px;
    overflow: hidden;
    z-index: 1;
  }
  .contents-wrap.-data-qa02 .person-img .person-img__item {
    width: 101px;
    max-width: none;
  }
  .contents-wrap.-data-qa03 .person-img {
    width: 115px;
    bottom: calc(40vw / 3.75);
  }
  .contents-wrap.-data-qa04 .person-img {
    width: 96px;
    right: -20px;
  }
  .contents-wrap.-data-qa05 .person-img {
    width: 88px;
    right: -20px;
    z-index: 1;
  }
  .contents-wrap.-data-qa06 .person-img {
    width: 97px;
    transform: none;
    right: -20px;
    z-index: 1;
    overflow: hidden;
  }
  .contents-wrap.-data-qa06 .person-img .person-img__item {
    width: 97px;
    margin-left: 27px;
    max-width: none;
  }
  .contents-wrap.-data-qa07 .person-img {
    bottom: 60px;
    top: inherit;
    width: 105px;
    right: -20px;
    z-index: 1;
  }
  .contents-wrap.-data-qa07 .person-img .person-img__item {
    width: 105px;
    margin-left: 21px;
    max-width: none;
  }
  .contents-wrap.-data-qa08 .person-img {
    width: 109px;
    right: -20px;
    z-index: 1;
  }
  .contents-wrap.-data-qa08 .person-img .person-img__item {
    width: 109px;
    margin-left: 7px;
    max-width: none;
  }
  .contents-wrap.-data-qa09 .person-img {
    width: 116px;
    right: -20px;
    z-index: 1;
  }
  .contents-wrap.-data-qa09 .person-img .person-img__item {
    width: 116px;
    margin-left: 7px;
    max-width: none;
  }
  .contents-wrap.-data-qa10 .person-img {
    width: 110px;
    bottom: inherit;
    top: 5px;
    right: -20px;
    z-index: 1;
  }
  .contents-wrap.-data-qa10 .person-img .person-img__item {
    width: 110px;
    max-width: none;
  }
}

/* .answer-head */
.answer-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-bottom: 19px;
  line-height: calc(30/20);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.answer-head.-column {
  flex-direction: column;
  align-items: flex-start;
}
.answer-head > strong {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  height: 48px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 5px;
  background-color: var(--c_main);
  line-height: 1;
  letter-spacing: 0em;
  font-size: 40px;
  color: var(--c_white);
}
.-data-qa01 .answer-head.-column > strong {
  margin: 4px 0;
}
.-data-qa02 .answer-head > strong,
.-data-qa04 .answer-head > strong,
.-data-qa05 .answer-head > strong,
.-data-qa06 .answer-head > strong,
.-data-qa07 .answer-head > strong,
.-data-qa10 .answer-head > strong {
  margin-left: 0;
}

@media screen and (max-width: 1181px) {
  .answer-head {
    display: block;
    min-height: 30px;
    margin-bottom: 20px;
    line-height: calc(30/14);
    font-size: 14px;
  }
  .-data-qa01 .answer-head {
    margin-bottom: 50px;
  }
  .-data-qa10 .answer-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .answer-head > strong {
    height: 30px;
    font-size: 20px;
    vertical-align: middle;
  }
  .answer-head + .answer-body {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 320px) {
  .answer-head > strong {
    font-size: 16px;
  }
}

/* .block-white */
.block-white {
  position: relative;
  padding: 15px 20px 17px;
  background-color: var(--c_white);
  border-radius: 10px;
  filter: drop-shadow(0 3px 3px rgba(211, 146, 0, .08));
}
@media screen and (min-width: 1182px) {
  .block-white.-bubble:after {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    transform: translateX(100%);
    width: 30px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    background-image: url(/assets/img/data/deco-bubble.svg);
  }
}

/* .list-circle */
.list-circle > * {
  display: flex;
}
.list-circle > *:before {
  content: "";
  display: inline-flex;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  margin-right: 10px;
  border-radius: 2px;
  vertical-align: middle;
}
.list-circle > *:nth-child(1):before {
  background-color: var(--c_orange);
}
.list-circle > *:nth-child(2):before {
  background-color: var(--c_green);
}
.list-circle > *:nth-child(3):before {
  background-color: var(--c_purple);
}
.list-circle > *:nth-child(4):before {
  background-color: var(--c_pink);
}
.list-circle > *:nth-child(5):before {
  background-color: var(--c_yellow);
}
.list-circle > *:nth-child(6):before {
  background-color: var(--c_blue);
}
.list-circle > *:nth-child(7):before {
  background-color: var(--c_violet);
}
.list-circle > *:nth-child(8):before {
  background-color: var(--c_ygreen);
}
.list-circle > *:nth-child(9):before {
  background-color: var(--c_gray);
}

.list-circle.list-pc_buy > *:nth-child(1):before {
  background-color: var(--c_pink);
}
.list-circle.list-pc_buy > *:nth-child(2):before {
  background-color: var(--c_green);
}
.list-circle.list-pc_buy > *:nth-child(3):before {
  background-color: var(--c_purple);
}
.list-circle.list-pc_buy > *:nth-child(4):before {
  background-color: var(--c_blue);
}
.list-circle.list-pc_buy > *:nth-child(5):before {
  background-color: var(--c_yellow);
}

/* .dl-flex */
.dl-flex {
  position: relative;
  z-index: 1;
  display: flex;
  height: 26px;
  font-size: 14px;
}
.dl-flex > dt {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: calc(26/14);
  white-space: nowrap;
}
@media screen and (max-width: 1181px) {
  .dl-flex {
    height: auto;
  }
  .dl-flex > dt {
    white-space: inherit;
  }
}
@media screen and (max-width: 320px) {
  .dl-flex > dt {
    letter-spacing: 0;
  }
}
.dl-flex > dd {
  flex: 0 0 65px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.dl-flex > dd:before {
  display: inline-flex;
  content: "…";
  margin: 0 .25em;
  letter-spacing: 0;
}

.dl-flex > dd strong {
  line-height: 1;
}
.dl-flex > dd strong.fc-main {
  font-size: 20px;
}

/* .ranking-block */
.ranking-block.-item01 {
  flex: 0 0 190px;
}
.ranking-block.-item02 {
  flex: 0 0 245px;
}
.-data-qa09 .ranking-block.-item01 {
  flex: 0 0 247px;
}
.-data-qa09 .ranking-block.-item02 {
  flex: 0 0 173px;
}

.ranking-dl {
  position: relative;
  z-index: 1;
}

.ranking-dl.-no1 > dt {
  display: flex;
  align-items: center;
}

.ranking-dl.-no1 > dt strong {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(30 / 20);
}

.ranking-dl.-no1 > dt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  height: 24px;
  margin-right: 10px;
  background-color: var(--c_main);
  border-radius: 3px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}

.ranking-dl.-no1 > dd {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  vertical-align: baseline;
  margin-top: 10px;
  line-height: calc(30/40);
  text-align: center;
  font-size: 16px;
  color: var(--c_main);
}
.ranking-dl.-no1 > dd > strong {
  vertical-align: baseline;
  font-size: 40px;
}
.ranking-dl.-no1 > dd > .icon {
  margin-right: 10px;
  margin-bottom: -5px;
  vertical-align: middle;
}
@media screen and (max-width: 1181px) {
  .ranking-dl.-no1 > dd {
    justify-content: flex-start;
  }
  .ranking-dl.-no2 {
    margin-top: 25px;
  }
}
.ranking-dl.-no2,
.ranking-dl.-no3 {
  display: flex;
  letter-spacing: 0;
  line-height: calc(16/14);
  font-size: 14px;
}

.ranking-dl.-no2 > dt,
.ranking-dl.-no3 > dt {
  flex: 0 0 46px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  background-color: var(--c_fc);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}

.ranking-dl.-no2 > dd span,
.ranking-dl.-no3 > dd span {
  font-size: 16px;
}

.ranking-dl.-no2 > dd > strong,
.ranking-dl.-no3 > dd > strong {
  display: inline-flex;
  align-items: flex-end;
  margin-top: 5px;
  vertical-align: baseline;
  line-height: calc(30/20);
  font-size: 20px;
}

.ranking-dl.-no3 {
  margin-top: 20px;
}

/* .answer-read */
.answer-read {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: calc(20/14);
  letter-spacing: 0;
  color: var(--c_black);
}

.answer-read > p + .answer-image {
  margin-top: 27px;
}
@media screen and (max-width: 1181px) {
  .answer-read > p + .answer-image {
    margin-top: 17px;
  }
}

/* .answer-btn */
.answer-read > p + .answer-btn {
  margin-top: 20px;
}
a.answer-btn__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 40px;
  padding-left: 21px;
  padding-right: 42px;
  border-radius: 40px;
  background-color: var(--c_main);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 9px;
  background-image: url(/assets/img/data/icon-arrow-right.svg);
  letter-spacing: .1em;
  text-align: center;
  font-size: 14px;
  color: var(--c_white);
  transition: all .2s ease-in-out;
}
a.answer-btn__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 1181px) {
  .answer-read > p + .answer-btn {
    margin-top: 24px;
  }
  .-data-qa07 .answer-read > p:nth-child(1) {
    min-height: 90px;
  }
  .-data-qa07 .answer-read > p + .answer-btn {
    margin-top: 30px;
  }
  .-data-qa07 a.answer-btn__link {
    /* max-width: calc(292vw / 3.75); */
    /* width: 100%; */
    min-height: 40px;
    height: auto;
    padding-left: calc(20vw / 3.75);
    padding-right: calc(40vw / 3.75);
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
  }
}

/* =========================
「住まい」について
========================= */
.container.-section-living {
}
/* 家賃はどのくらい */
.-data-qa01 .answer-body .block-white {
  width: 350px;
}
@media screen and (max-width: 1181px) {
  .-data-qa01 .answer-body .block-white {
    width: 100%;
  }
}
.-data-qa01 .dl-flex {
  justify-content: space-between;
}
.-data-qa01 .dl-flex + .dl-flex {
  margin-top: 1px;
}

/* 住まい探しで重視したポイントは？ */
.-data-qa02 .answer-body .block-white {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 530px;
  height: 165px;
  padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 1181px) {
  .-data-qa02 .answer-body .block-white {
    display: block;
    width: calc(100% - 60px);
    height: auto;
    padding: 17px 12px 13px 20px;
  }
}

/* 住まい探しを始めた時期は？ */
.-data-qa03 .answer-body .block-white {
  width: 530px;
  height: 145px;
  margin-top: 30px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1181px) {
  .-data-qa03 .answer-body .block-white {
    width: 100%;
    height: calc(92vw / 3.75);
    margin-top: 20px;
    margin-bottom: calc(23vw / 3.75);
  }
}
@media screen and (min-width: 1182px) {
  .-data-qa03 .answer-read {
    margin-top: -7px;
  }
}

.answer3-graph__item {
  position: absolute;
  bottom: -38px;
  left: 36px;
  width: 464px;
  z-index: 1;
}
@media screen and (max-width: 1181px) {
  .answer3-graph__item {
    bottom: calc(-23vw / 3.75 - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(291.25vw / 3.75);
  }
}

/* =========================
食生活について
========================= */
.container.-section-eating {
}
/* ミールプランを利用している人はどのくらい？ */
.-data-qa04 .answer-image__item {
  width: 318px;
  height: 50px;
  object-fit: contain;
}
@media screen and (max-width: 1181px) {
  .-data-qa04 .answer-image__item {
    width: 207px;
    height: 30px;
  }
}

/* 普段の朝食は？ */
.-data-qa05 .answer-body .block-white {
  width: 530px;
  height: 110px;
  margin-top: 27px;
  padding: 15px 38px 10px 20px;
}
.meal-ratio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 1182px) {
  .meal-ratio .dl-flex:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1181px) {
  .-data-qa05 .answer-body .block-white {
    width: calc(100% - 51px);
    height: auto;
    margin-top: 15px;
    padding: 15px 24px 20px 20px;
  }
  .meal-ratio {
    display: block;
  }
  .meal-ratio .dl-flex {
    margin-top: 0;
  }
  .meal-ratio .dl-flex > dt {
    position: relative;
    padding-left: calc(24px + 10px);
    line-height: calc(24 / 14);
  }
  .meal-ratio .dl-flex > dt .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .meal-ratio .dl-flex > dt .icon.-home {
    top: -2px;
  }
  .meal-ratio .dl-flex + .dl-flex {
    margin-top: 10px;
  }
}


.meal-ratio .dl-flex > dt {
  width: auto;
}

.meal-ratio .dl-flex > dd strong {
  line-height: 26px;
  font-size: 20px;
}

@media screen and (min-width: 1182px) {
  .-data-qa05 .meal-ratio .dl-flex:nth-child(even) {
    margin-left: 20px;
    flex: 0 0 240px;
  }
}

/* 普段の夕食は？ */
.-data-qa06 .answer-body .block-white {
  width: 563px;
  height: 145px;
  padding: 15px 18px 10px 20px;
  margin-top: 28px;
}
.-data-qa06 .meal-ratio .dl-flex:nth-child(even) {
  flex: 0 0 260px;
}
@media screen and (max-width: 1181px) {
  .-data-qa06 .answer-body .block-white {
    width: calc(100% - 31px);
    height: auto;
    padding: 15px 25px 15px 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1181px) {
  .-data-qa06 .answer-body .block-white {
    padding: 15px 20px 15px 15px;
  }
}

/* =========================
「学習環境」について
========================= */
.container.-section-learning {
}
/* PC（もしくはタブレット）の所有率は？ */
.-data-qa07 .answer-wrap {
  width: 545px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1181px) {
  .-data-qa07 .answer-wrap {
    position: relative;
    display: block;
    width: calc(100% - 48px);
    min-height: 119px;
  }
  .-data-qa07 .answer-body {
    padding-right: 130px;
  }
}

.-data-qa07 .answer-contents.-graph {
  position: relative;
  flex: 0 0 169px;
  height: 169px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/assets/img/data/data-top-answer7-graph.svg);
}
.-data-qa07 .graph-dl {
  position: absolute;
  top: 94px;
  left: 44px;
  width: 72px;
  z-index: 1;
}

@media screen and (max-width: 1181px) {
  .-data-qa07 .answer-contents.-graph {
    position: absolute;
    top: 30px;
    right: 0;
    width: 119px;
    height: 119px;
  }
  .-data-qa07 .graph-dl {
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.-data-qa07 .graph-dl > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 17px;
  border-radius: 17px;
  background-color: var(--c_white);
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  color: var(--c_main);
}
.-data-qa07 .graph-dl > dd {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 5px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  font-size: 12px;
  color: var(--c_white);
}
.-data-qa07 .graph-dl > dd > strong {
  font-weight: bold;
  font-size: 30px;
}

/* ノートパソコンはどこで購入しましたか？ */
.-data-qa08 .answer-body .block-white {
  width: 530px;
  margin-top: 27px;
}
.-data-qa08 .list-circle.list-pc_buy {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1181px) {
  .-data-qa08 .answer-body .block-white {
    width: calc(100% - 62px);
    margin-top: 15px;
  }
  .-data-qa08 .list-circle.list-pc_buy {
    display: block;
  }
  .-data-qa08 .list-circle.list-pc_buy .dl-flex {
    display: block;
    height: auto;
  }
  .-data-qa08 .list-circle.list-pc_buy .dl-flex > dt {
    display: inline;
    white-space: inherit;
  }
  .-data-qa08 .list-circle.list-pc_buy .dl-flex > dd {
    display: inline-block;
  }
}
@media screen and (min-width: 1182px) {
  .-data-qa08 .list-circle.list-pc_buy > li {
    margin-right: 31px;
  }
  .-data-qa08 .list-circle.list-pc_buy > li:nth-child(n + 3) {
    margin-top: 12px;
  }

  .-data-qa08 .list-circle.list-pc_buy > li:nth-child(1),
  .-data-qa08 .list-circle.list-pc_buy > li:nth-child(4) {
    flex: 0 0 192px;
  }
  .-data-qa08 .list-circle.list-pc_buy > li:nth-child(2),
  .-data-qa08 .list-circle.list-pc_buy > li:nth-child(5) {
    flex: 0 0 215px;
  }
}

/* タブレットの主な活用方法は？ */
.-data-qa09 .answer-body .block-white {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 530px;
  height: 165px;
  margin-top: 27px;
  padding: 20px 55px 20px 30px;
}
@media screen and (max-width: 1181px) {
  .-data-qa09 .answer-body .block-white {
    display: block;
    width: calc(100% - 60px);
    height: auto;
    margin-top: 15px;
    padding: 17px 15px 20px 20px;
  }
}

/* 生成AIは活用している？ */
.contents-wrap.-item10 {
}

.list-circle.list-ai {
  display: flex;
  flex-wrap: wrap;
  margin-top: -9px;
}
.list-circle.list-ai > li {
  width: 315px;
  height: 26px;
  margin-top: 9px;
}
.list-circle.list-ai > li:nth-child(even) {
  margin-left: 20px;
}
@media screen and (max-width: 1181px) {
  .list-circle.list-ai {
    display: block;
  }
  .list-circle.list-ai > li {
    width: 100%;
    height: auto;
  }
  .list-circle.list-ai > li .dl-flex {
    height: auto;
    /* width: 100%; */
  }
  .list-circle.list-ai > li:nth-child(even) {
    margin-left: 0;
  }
  .list-circle.list-ai .dl-flex > dt {
    display: inline;
    white-space: nowrap;
    /* white-space: inherit; */
  }
}