@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

th, strong, address {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* basic class */
.clear {
  clear: both; }

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1; }

textarea {
  font-size: 100%; }

/* for iphone */
* {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: kozuka-gothic-pro, sans-serif;
  color: #333;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }
  body a {
    transition: .4s ease;
    cursor: pointer; }
  body a:hover {
    text-decoration: none; }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

.tb,
.tb-flex,
.tb-inline-block {
  display: none !important; }

.sp,
.sp-flex,
.sp-inline-block {
  display: none !important; }

.pc {
  display: block !important; }

.pc-inline-block {
  display: inline-block !important; }

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 900px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }

  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important; }

  .tb {
    display: block !important; }

  .tb-inline-block {
    display: inline-block !important; }

  .tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 600px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }

  .tb,
  .tb-inline-block,
  .tb-flex {
    display: none !important; }

  .sp {
    display: block !important; }

  .sp-inline-block {
    display: inline-block !important; }

  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  body {
    font-size: 14px; }
    body *:not(img, ul, ol) {
      max-height: 100%; } }
.gototop {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 1000;
  background: #f9b737;
  height: 60px;
  width: 60px;
  color: #fff;
  text-align: center;
  padding-top: 16px;
  font-size: 33px; }

.fix_side {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 100; }
  .fix_side li {
    height: 140px; }
    .fix_side li img {
      height: 100%; }

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #fff;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.loaded {
  opacity: 0;
  visibility: hidden; }

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
.p_category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  padding: 0; }
  .p_category__list a:hover {
    transform: translateY(-4px);
    /* 少し浮くような動き */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    /* 影を強調 */
    color: #f9b737;
    opacity: 0.8;
    background-color: #fff; }
  .p_category__list-item {
    line-height: 27px;
    padding: 20px 20px 0px 20;
    text-align: center;
    display: flex;
    justify-content: center;
    /* 水平方向の中央揃え */
    align-items: end;
    /* 垂直方向の中央揃え */
    width: 25%;
    aspect-ratio: 1;
    background-size: cover;
    /* 画像を div にフィット */
    background-position: center; }
    .p_category__list-item h4 {
      font-size: 20px;
      line-height: 26px;
      color: #fff;
      width: 100%;
      height: 66px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px; }
      @media screen and (max-width: 900px) {
        .p_category__list-item h4 {
          font-size: 16px;
          padding: 5px; } }
    @media screen and (max-width: 900px) {
      .p_category__list-item {
        width: 50%; } }

.gradation-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a00d4+0,490fee+100 */
  background: #6a00d4;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6a00d4 0%, #490fee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6a00d4 0%, #490fee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6a00d4 0%, #490fee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a00d4', endColorstr='#490fee',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.gradation-white-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcd2f7+1,ffffff+100 */
  background: #dcd2f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcd2f7 1%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcd2f7 1%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcd2f7 1%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd2f7', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.gradation-white-blue-reverse {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dcd2f7+99 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dcd2f7 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dcd2f7 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #dcd2f7 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcd2f7',GradientType=0 );
  /* IE6-9 */ }

.footer__navi .ttl, .menus .ttl {
  text-align: center;
  padding: 20px; }
.footer__navi li, .menus li {
  position: relative;
  text-align: center;
  padding: 19px 0;
  display: block;
  border-top: 1px solid #DCDCDE; }
  .footer__navi li a, .menus li a {
    color: #0f0f0f; }
  .footer__navi li :after, .menus li :after {
    content: ">";
    position: absolute;
    right: 20px; }

.pc {
  display: block; }

.sp {
  display: none; }

.font-L {
  font-size: 40px; }

.header.hide {
  top: -63px; }

.header {
  width: 100%;
  background: #fff;
  position: relative;
  background: #fff; }
  .header a {
    color: #000; }
  .header__sns-link {
    padding-left: 10px;
    margin-top: -5px; }
  .header__inner {
    padding: 0 20px 15px; }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px; }
  .header__logo {
    padding: 0;
    margin-right: auto;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end; }
    .header__logo-icn {
      font-size: 35px; }
    .header__logo .img_ttl {
      width: 162px;
      padding-top: 12px; }
    .header__logo img {
      width: 204px;
      height: 55px; }
    .header__logo-txt {
      line-height: 29px;
      font-size: 18px;
      margin-left: 19px; }
  .header__info {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header__menu {
    padding-top: 10px; }
    .header__menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 12px; }
    .header__menu-item {
      margin-left: 30px; }
      .header__menu-item:first-child {
        margin-left: 0; }
      .header__menu-item:last-child {
        margin-top: -4px;
        margin-left: 35px; }
    .header__menu-item {
      font-size: 16px;
      color: #000; }
      .header__menu-item:hover {
        color: #259CB5; }

.footer {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #F7F7F7;
  border-top: 10px solid #FFCC00; }
  .footer__inner {
    padding: 30px 0;
    text-align: center;
    width: 1100px;
    margin: 0 auto; }
  .footer__ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px; }
  .footer__notify {
    line-height: 30px;
    font-size: 20px;
    padding: 20px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px; }
  .footer__info {
    display: flex; }
  .footer .address {
    margin-top: 30px;
    font-size: 12px;
    line-height: 16px; }
  .footer__footer {
    font-size: 30px;
    padding: 20px;
    font-weight: bold; }
  .footer .l {
    width: 330px;
    padding-right: 30px; }
  .footer .m {
    padding-right: 30px; }
  .footer .r {
    width: 270px; }
    .footer .r img {
      padding-bottom: 15px; }
  .footer__copy {
    background: #DDDDDD;
    padding: 10px;
    text-align: center;
    font-size: 12px; }

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .content {
    max-width: 100%;
    padding: 0 20px; }

  .footer__inner {
    width: 100%;
    padding: 50px 50px 20px 50px; }
    .footer__inner img {
      width: 100%; }

  .header * {
    zoom: 95%; } }
@media screen and (max-width: 900px) {
  .fix_side {
    display: none; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  body {
    min-width: initial; }

  .footer .address {
    margin-top: 0;
    padding: 10px 0 20px 0; }
  .footer__inner {
    width: 100%;
    padding: 60px 20px 0px 20px; }
  .footer__info {
    margin: 0 auto;
    max-width: 400px;
    display: block; }
    .footer__info img {
      width: 100%;
      padding-bottom: 20px; }
  .footer .l {
    padding: 0; }
  .footer .m {
    padding: 0; }
  .footer .r {
    width: 100%; }
    .footer .r img {
      width: 100%; }
  .footer__notify {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }

  .drawer {
    position: fixed;
    z-index: 2000;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px; }

  /* ハンバーガーアイコンの設置スペース */
  .drawer-open {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 14px;
    position: relative;
    right: 0;
    z-index: 1001;
    /* 重なり順を一番上に */
    cursor: pointer; }

  /* ハンバーガーメニューのアイコン */
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute; }

  /* 三本線のうち一番上の棒の位置調整 */
  .drawer-open span:before {
    bottom: 8px; }

  /* 三本線のうち一番下の棒の位置調整 */
  .drawer-open span:after {
    top: 8px; }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0); }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #fff; }

  #drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #fff; }

  /* メニューのデザイン*/
  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 1000;
    background: #fff;
    transition: .5s; }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    left: 0;
    /* メニューを画面に入れる */ }

  .menus {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    opacity: 0.9;
    font-weight: bold; }
    .menus__title {
      font-size: 40px;
      font-family: vdl-v7mincho, sans-serif;
      text-align: center;
      padding: 50px;
      font-weight: bold; }
      .menus__title a {
        color: #000; }
    .menus .list-sns {
      margin-top: 30px; }
      .menus .list-sns .item {
        display: block;
        padding-bottom: 10px;
        text-align: center; } }
@media screen and (max-width: 900px) {
  header {
    display: none; } }

.content-section .row {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap; }

.content {
  margin: 0 auto;
  width: 1100px;
  padding-top: 60px; }
  @media screen and (max-width: 900px) {
    .content {
      padding-top: 0px; } }
  @media screen and (max-width: 900px) {
    .content .list-page {
      padding: 0 20px; }
      .content .list-page .idea-detail__list-keys span:first-child {
        display: none; } }
  .content .idea-detail__content_list-page {
    padding-top: 30px;
    display: flex; }
    @media screen and (max-width: 900px) {
      .content .idea-detail__content_list-page {
        display: block;
        padding: 0; } }
    .content .idea-detail__content_list-page-l {
      width: 30%;
      padding-right: 60px;
      padding-top: 20px; }
      @media screen and (max-width: 900px) {
        .content .idea-detail__content_list-page-l {
          width: 100%;
          padding: 0 0 20px 0; } }
      .content .idea-detail__content_list-page-l img {
        width: 100%; }
    @media screen and (max-width: 900px) {
      .content .idea-detail__content_list-page-r {
        width: 100%; } }
  .content .idea-detail__content-inner {
    display: flex; }
    .content .idea-detail__content-inner .left {
      width: 100%; }
      @media screen and (max-width: 900px) {
        .content .idea-detail__content-inner .left {
          width: 100%; } }
    .content .idea-detail__content-inner .right {
      display: none;
      padding: 150px 0px 0px 50px;
      width: 40%;
      text-align: right; }
      @media screen and (max-width: 900px) {
        .content .idea-detail__content-inner .right {
          display: none; } }
  @media screen and (max-width: 900px) {
    .content .idea-detail__content {
      padding: 20px; } }
  .content .idea-detail__title {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    padding: 20px 0; }
    @media screen and (max-width: 900px) {
      .content .idea-detail__title {
        font-size: 30px;
        line-height: 40px; } }
  @media screen and (max-width: 900px) {
    .content .idea-detail__img {
      display: none; } }
  .content .idea-detail__label {
    padding-top: 120px;
    font-weight: bold;
    font-size: 20px; }
    @media screen and (max-width: 900px) {
      .content .idea-detail__label {
        font-size: 16px;
        padding-top: 60px; } }
  .content .idea-detail__list {
    padding-top: 30px; }
    .content .idea-detail__list-more {
      display: flex;
      justify-content: right;
      font-weight: bold;
      font-size: 15px; }
    .content .idea-detail__list-subtitle {
      padding: 20px 0 0px 0;
      font-size: 20px; }
      .content .idea-detail__list-subtitle.lg {
        font-size: 30px;
        line-height: 40px;
        margin-left: 10px; }
      @media screen and (max-width: 900px) {
        .content .idea-detail__list-subtitle {
          font-size: 16px; }
          .content .idea-detail__list-subtitle.lg {
            font-size: 20px;
            line-height: 30px; } }
      .content .idea-detail__list-subtitle-image {
        display: none; }
        @media screen and (max-width: 900px) {
          .content .idea-detail__list-subtitle-image {
            display: block;
            padding: 20px 0 20px 0; } }
      .content .idea-detail__list-subtitle.purple:before {
        content: "●";
        color: #B186BA;
        padding-right: 15px; }
      .content .idea-detail__list-subtitle.red:before {
        content: "●";
        color: #C12C34;
        padding-right: 15px; }
      .content .idea-detail__list-subtitle.orange:before {
        content: "●";
        color: #f9b737;
        padding-right: 15px; }
      .content .idea-detail__list-subtitle.green:before {
        content: "●";
        color: #8CB808;
        padding-right: 15px; }
      .content .idea-detail__list-subtitle-body {
        padding: 20px 0;
        font-size: 26px;
        font-weight: bold;
        line-height: 35px; }
        .content .idea-detail__list-subtitle-body.lg {
          font-size: 26px;
          line-height: 40px;
          background-color: #f3eeff;
          padding: 29px;
          margin-top: 16px;
          margin-bottom: 20px;
          padding-left: 63px; }
          .content .idea-detail__list-subtitle-body.lg li {
            list-style-type: disc;
            padding-bottom: 15px; }
        .content .idea-detail__list-subtitle-body_link {
          padding-bottom: 40px; }
          .content .idea-detail__list-subtitle-body_link .ttl {
            font-size: 12px;
            padding-bottom: 10px; }
          .content .idea-detail__list-subtitle-body_link a {
            width: 48%;
            display: inline-block;
            padding-bottom: 6px;
            text-decoration: underline;
            color: #696969;
            font-size: 12px; }
            @media screen and (max-width: 900px) {
              .content .idea-detail__list-subtitle-body_link a {
                width: 100%;
                line-height: 17px;
                padding-bottom: 1px; } }
            .content .idea-detail__list-subtitle-body_link a::before {
              content: "- "; }
        @media screen and (max-width: 900px) {
          .content .idea-detail__list-subtitle-body {
            font-size: 20px;
            line-height: 30px; }
            .content .idea-detail__list-subtitle-body.lg {
              font-size: 20px;
              line-height: 30px;
              padding: 20px;
              margin-top: 10px;
              margin-bottom: 20px;
              padding-left: 45px; } }
      .content .idea-detail__list-subtitle.gutai {
        padding-top: 30px; }
        @media screen and (max-width: 900px) {
          .content .idea-detail__list-subtitle.gutai {
            padding-top: 30px; } }
    .content .idea-detail__list-keys {
      padding: 20px 0 0px 0; }
      .content .idea-detail__list-keys li {
        display: flex; }
        .content .idea-detail__list-keys li span {
          padding: 26px 0px 0px 12px; }
          @media screen and (max-width: 900px) {
            .content .idea-detail__list-keys li span {
              padding: 15px 0px 0px 0px; } }
        .content .idea-detail__list-keys li:hover {
          background: #eeeeee; }
      .content .idea-detail__list-keys li a {
        display: flex;
        align-items: center;
        padding: 20px 0;
        text-decoration: none;
        font-size: 26px;
        line-height: 40px;
        font-weight: bold;
        color: #000;
        width: 100%; }
        @media screen and (max-width: 900px) {
          .content .idea-detail__list-keys li a {
            font-size: 20px;
            line-height: 30px;
            padding: 10px  0; } }
        .content .idea-detail__list-keys li a::after {
          width: 20px;
          /* 固定幅 */
          content: "";
          display: inline-block;
          width: 24px;
          /* 適宜調整 */
          height: 24px;
          /* 適宜調整 */
          background-image: url("/bundles/web/img/base/arrow.svg");
          background-size: contain;
          background-repeat: no-repeat;
          margin-left: 8px;
          /* アイコンとテキストの間隔を調整 */
          vertical-align: middle; }
      .content .idea-detail__list-keys-title {
        font-size: 20px;
        font-weight: bold;
        padding: 60px 0 20px 0; }
        @media screen and (max-width: 900px) {
          .content .idea-detail__list-keys-title {
            font-size: 20px;
            line-height: 30px; } }
      .content .idea-detail__list-keys-list {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between; }
        .content .idea-detail__list-keys-list__item-title {
          display: flex;
          align-items: center; }
          .content .idea-detail__list-keys-list__item-title span:first-child {
            padding-right: 10px;
            flex-grow: 1;
            /* 残りの幅をすべて使用 */ }
          .content .idea-detail__list-keys-list__item-title span:nth-child(2) {
            width: 20px;
            /* 固定幅 */ }
        .content .idea-detail__list-keys-list li {
          background: #eeeeee;
          flex-basis: calc(50% - 5px);
          /* 50% から gap の半分を引く */
          box-sizing: border-box;
          padding: 20px;
          margin-bottom: 20px; }
          @media screen and (max-width: 900px) {
            .content .idea-detail__list-keys-list li {
              flex-basis: 100%;
              padding: 6px 15px;
              margin-bottom: 4px; } }
          .content .idea-detail__list-keys-list li h4 {
            font-size: 20px;
            font-weight: bold;
            line-height: 30px;
            padding: 10px 0; }
          .content .idea-detail__list-keys-list li p {
            padding: 10px 0;
            line-height: 26px; }
            @media screen and (max-width: 900px) {
              .content .idea-detail__list-keys-list li p {
                display: none; } }

@media screen and (max-width: 900px) {
  .content {
    width: 100%; }

  .content-section .row {
    display: block !important; } }

/*# sourceMappingURL=idea.css.map */
