@charset "UTF-8";
.kusei_ew{
  --plbu: #e7f8ff;
  --ltbu: #e9f5ff;
  --ltbu02: #0a97ff;
  --ltbu03: #e2f8ff;
  --bu: #0b81b8;
  --dbu: #0b7bde;
  --yl: #fce621;
  color: #2c2c2c;
}
.kusei_ew .ref{
  max-width: 1000px;
  width: 100%;
}
.wbr_ew{
  word-break: keep-all;
  overflow-wrap: anywhere;
}


/* ヘッダー */
.kusei_ew .introwp_ew{
  background: var(--plbu);
  padding: 3%;
  margin: 2rem auto;
}
.kusei_ew .rf_heading1{
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
}

/* 目次 */
.kusei_ew .children li::before{
  padding-left: 2px;
}
.kusei_ew .wrap_toc{
  max-width: 100%;
  margin: 2em auto;
  border: 3px solid var(--dbu);
  border-radius: 0px;
  padding: 0;
}
.kusei_ew .wrap_toc_title{
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  background: var(--dbu);
  padding: 1% 0;
  color: #fff;
}
.kusei_ew .parent{
  width: 95%;
  margin: 1.4em auto;
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: 56px 116px 1fr;
  column-gap: 5px;
}
.ls01_ew>a,.ls02_ew>a,.ls03_ew>a,.ls04_ew>a,
.ls05_ew>a,.ls06_ew>a,.ls07_ew>a,.ls08_ew>a{
  position: relative;
  font-weight: bold;
  font-size: 110%;
  width: 100%;
}
.ls01_ew>a::after,.ls02_ew>a::after,.ls03_ew>a::after,
.ls04_ew>a::after,.ls05_ew>a::after,.ls06_ew>a::after,
.ls07_ew>a::after,.ls08_ew>a::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #919191;
  width: clamp(26rem, 20.641rem + 8.92vw, 29rem);
  bottom: 0;
  left: -1em;
}
@media screen and (min-width:961px) {
.kusei_ew .gd01_ew{
  grid-column: 1/7;
}
.kusei_ew .gd02_ew{
  grid-column: 7/13;
}
.kusei_ew .ls02_ew{
  grid-row: 2/3;
  transform: translateY(-20px);
}
.kusei_ew .ls03_ew{
  grid-row: 3/4;
  transform: translateY(-74px);
}
.kusei_ew .ls04_ew{
  grid-row: 3/4;
  transform: translateY(-40px);
}
.kusei_ew .ls05_ew{
  grid-row: 3/9;
}
.kusei_ew .ls08_ew{
  grid-row: 3/4;
  transform: translateY(-55px);
}
}
.kusei_ew .wrap_toc_list a{
  color: #333;
  text-decoration: none;
}
.kusei_ew .wrap_toc_list{
  padding: 3px;
}
.kusei_ew .wrap_toc a:hover,
.kusei_ew .wrap_toc li:hover:before{
  color: var(--dbu);
}
.kusei_ew .children li{
  position: relative;
  font-size: 95%;
  width: 97%
}
.kusei_ew .bd_wrap_ew .bdr_ew::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #d8d7d7;
  width: 98%;
  bottom: 0;
  left: 0;
}
.kusei_ew .bd_wrap_ew li::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #d8d7d7;
  width: 94%;
  bottom: 0;
  left: 0;
}

/* h2,h3,h4 */
.kusei_ew #id01,.kusei_ew #id02,
.kusei_ew #id03,.kusei_ew #id04,
.kusei_ew #id05,.kusei_ew #id06,
.kusei_ew #id07 {
  text-align: center;
}
.kusei_ew .heading2 {
  border-top: 4px solid var(--ltbu02) ;
  border-bottom: 4px solid var(--ltbu02) ;
  background: var(--ltbu);
  border-left: none;
  padding: 1% 2%;
  margin: 3rem auto 1.2rem;
}
.kusei_ew .heading3 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  padding: 1.5% 0 1% 0.5rem;
  border-bottom: 3px solid var(--dbu);
  color: #333;
}
.kusei_ew .heading4{
  font-size: 1.25rem;
}

/* 表 */
.kusei_ew .rf_table{
  width: 90%;
  margin: 20px auto 0;
}
.kusei_ew .rf_table_th{
  background: var(--dbu);
  color: #fff;
}
.kusei_ew .rf_table_td,
.kusei_ew .rf_table_th{
  border: 1px solid var(--ltbu02);
  font-size: 1.15rem;
}
.cf_table_ew th{
  background: var(--plbu);
}
.cf_table_ew{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-top: 20px;
}
.kusei_ew .cf_table_ew th{
  border: 1px solid var(--ltbu02);
}
.kusei_ew .cf_table_ew .rf_table_th{
  font-weight: normal;
}
.kusei_ew .rf_table_td{
  padding: 10px;
  font-size: 1.1rem;
}
.kusei_ew .cf_table_ew .rf_table_th_white{
  padding: 10px 15px;
}
.kusei_ew .small_ew {
  font-size: 90%;
}
.kusei_ew .slim20_ew {
  width: 20%;
}
.kusei_ew .slim25_ew {
  width: 25%;
}
.kusei_ew .slim30_ew {
  width: 30%;
}
.kusei_ew .slim35_ew {
  width: 35%;
}
.kusei_ew .id03_ew .cf_table_ew {
    width: 50%;
    margin-bottom: 10px;
}

/* チャート */
.kusei_ew .flex_ew {
  width: 95%;
  margin: 0 auto;
  align-items:stretch;
  justify-content: center;
  gap: 20px;
}
.kusei_ew .chart_ew {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
  padding: 2.5% 1.3%;
  background: var(--plbu);
  margin: 0 auto 10px;
  color: #333;
  text-decoration: none;
  flex: 1;
  min-height: 80px;
}
.kusei_ew .chart_ew:hover {
    opacity: 0.8;
    cursor: pointer;
}
.kusei_ew .chartwrap_ew .heading3 {
  font-size: 1.3rem;
}
.kusei_ew .chart_ew>p {
  text-align:left;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.kusei_ew .blue_ew {
  color: var(--dbu);
}
.kusei_ew .chart_ew .blue_ew {
  font-size: 80%;
  text-align: center;
}
.kusei_ew .chart_ew>p>.small_ew {
  font-size: 80%;
  margin-left: 10px;
}
.kusei_ew .chartlink_ew {
  color: #fff;
}
.kusei_ew .linkicon_ew {
  width: 20px;
  height: auto;
}

/* チャート結果animation */
.kusei_ew .reflection_ew {
    position: relative;
    overflow: hidden;
}
.kusei_ew .reflection_ew:after {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-45deg);
    animation: reflection 1.5s linear 1 forwards;
}

@keyframes reflection {
    0% {
        left: -120%;
        opacity: .8;
    }
    35% {
        left: 150%;
        opacity: 0;
    }
    100% {
        left: 150%;
        opacity: 0;
    }
}

/* グラフ */
/* .kusei_ew .bar-chart-002 {
    font-size: .9em;
    font-weight: 600;
}
.kusei_ew .bar-chart-002 > div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 12px;
}
.kusei_ew .bar-chart-002 dt {
    width: 185px;
    min-width: 55px;
    text-align: right;
}
.kusei_ew .bar-chart-002 dd {
    width: 75%;
    margin: 0;
    border-radius: 3px;
    background-color: var(--ltbu);
}
.kusei_ew .bar-chart-002 span {
    display: inline-block;
    padding-right: 15px;
    border-radius: inherit;
    background-color: var(--ltbu02);
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    text-align: right;
    white-space: nowrap;
}
.kusei_ew .bar-chart-002 .graph01_ew { width: calc(20% + 150px); }
.kusei_ew .bar-chart-002 .graph02_ew { width: calc(26% + 150px); }
.kusei_ew .bar-chart-002 .graph03_ew { width: calc(58% + 150px); }
.kusei_ew .bar-chart-002 .graph04_ew { width: calc(62% + 150px); }
.kusei_ew .bar-chart-002 .graph05_ew { width: calc(56% + 150px); }
.kusei_ew .bar-chart-002 .graph06_ew { width: calc(60% + 150px); } */

.bar-graph-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1.2rem 0 12px;
}
.bar-graph-wrap .graph {
  width: 85%;
  margin: 0 auto;
  border-radius: 3px;
  background-color: var(--ltbu);
}
.bar-graph-wrap .graph>div {
  background-color: var(--ltbu02);
  height: 15px;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.bar-graph-wrap .graph span {
  font-weight: 600;
  color: #ffffff;
}
.kusei_ew .bar-graph-wrap .graph01_ew { width: calc(20% + clamp(4.375rem, 1.42rem + 14.77vw, 12.5rem)); }
.kusei_ew .bar-graph-wrap .graph02_ew { width: calc(26% + clamp(4.375rem, 1.42rem + 14.77vw, 12.5rem)); }
.kusei_ew .bar-graph-wrap .graph03_ew { width: calc(58% + clamp(4.375rem, 1.42rem + 14.77vw, 12.5rem)); }
.kusei_ew .bar-graph-wrap .graph04_ew { width: calc(62% + clamp(4.375rem, 1.42rem + 14.77vw, 12.5rem)); }
.kusei_ew .bar-graph-wrap .graph05_ew { width: calc(56% + clamp(4.375rem, 1.42rem + 14.77vw, 12.5rem)); }
.kusei_ew .bar-graph-wrap .graph06_ew { width: calc(60% + clamp(4.375rem, 1.42rem + 14.77vw, 12.5rem)); }

@media screen and (max-width: 960px) {
  .bar-graph-wrap .graph {
    width: 98%;
  }
  .bar-graph-wrap .graph span {
    font-size: 14px;
  }
  .bar-graph-wrap .graph>div {
    height: 30px;
    line-height: 1.3;
    padding: 8px;
  }
}

/* コンテンツ */
.kusei_ew .bgwrap_ew {
  padding: 1% 2% 1%;
  margin: 1em auto;
}
.kusei_ew .product_img {
  width: 400px;
  margin: 10px 0;
}
.kusei_ew .makerlink_ew {
  max-width: 970px;
  width: 95%;
  margin: 0 auto 3em;
  background: var(--dbu);
  border-radius: 5px;
}
.kusei_ew .makerlink_ew>a {
  display: block;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.1rem, 0.991rem + 0.55vw, 1.4rem);
  text-align: center;
  font-weight: 600;
}
.kusei_ew .faqtitle_ew{
  background: var(--dbu);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 5% auto -2%;
  padding: 0.8rem;
}
.kusei_ew .faqtxt_ew{
  padding: 2.5% 2%;
  background: var(--plbu);
  margin-bottom: 10px;
}
.kusei_ew .typettl_ew{
  font-weight: bold;
  background: linear-gradient(transparent 55%, #fffd9e 50%);
  display: inline; 
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari用 */
  line-height: 1.8;
}
.kusei_ew .margin_ew {
  margin: 1rem auto 0.5rem;
}
.kusei_ew .strong_ew {
  font-weight: 600;
}

@media screen and (max-width:960px) {
/* 全体 */
.kusei_ew{
  width: 100%;
}
/* ヘッダー */
.kusei_ew .introwp_ew{
  padding: 5%;
  margin: 2rem auto;
  font-size: clamp(0.813rem, 0.719rem + 0.47vw, 1rem);
}
/* 目次 */
.kusei_ew .wrap_toc{
  max-width: 550px;
  min-width: 300px;
  width: 97%;
  padding: 0;
}
.kusei_ew .wrap_toc_title{
  font-size: 1.2rem;
  text-align: center;
  margin: auto;
  padding-bottom: 0.5%;
  width: 100%;
}
.kusei_ew .parent{
  width: fit-content;
  display: block;
  margin: 0.8em auto;
  padding-left: 3%;
  padding-right:5%;
}
.kusei_ew .ls03_ew {
  transform: none;
}
.ls01_ew>a,.ls02_ew>a,.ls03_ew>a,.ls04_ew>a,
.ls05_ew>a,.ls06_ew>a,.ls07_ew>a,.ls08_ew>a{
  font-size: 100%;
}
.ls01_ew>a::after, .ls02_ew>a::after, .ls03_ew>a::after, .ls04_ew>a::after, .ls05_ew>a::after, .ls06_ew>a::after, .ls07_ew>a::after, .ls08_ew>a::after{
  width: clamp(21rem, 19.718rem + 5.47vw, 23rem);
  bottom: -1px;
}
.kusei_ew .children li::before{
  padding-left: 6px;
}
.kusei_ew .wrap_toc_list{
  padding: 5px 0;
}
.kusei_ew .bd_wrap_ew .bdr_ew::after{
  bottom: 3px;
}

/* h2 h3 */
.kusei_ew .heading3{
  font-size: clamp(1.3rem, 1.15rem + 0.75vw, 1.6rem);
}
.kusei_ew .heading2 {
  font-size: clamp(1.3rem, 1.05rem + 1.25vw, 1.8rem);
  padding: 2% 2%;
}
.kusei_ew .heading4{
  font-size: 1.1rem;
}
/* コンテンツ */
.kusei_ew .box_ew{
  margin-top: 1.2rem;
}
.kusei_ew .makerlink_ew {
  width: 85%;
}
/* 表 */
.kusei_ew .rf_table{
  width: 683px;
  margin-bottom: 1rem;
}
.kusei_ew .cf_table_ew{
  width: 750px;
  margin: 2rem auto 1rem;
}
.kusei_ew .cf_table_ew.table2_ew {
  width: 580px;
}
.kusei_ew .cf_table_ew .rf_table_th,
.kusei_ew  .rf_table_th,
.kusei_ew .cf_table_ew .rf_table_td {
  font-size: 1rem;
}
.kusei_ew .cf_table_ew .rf_table_th_white{
  padding: 10px 18px;
}

.kusei_ew .small_ew {
  font-size: 80%;
}

/* チャート */
.kusei_ew .flex_ew {
  gap: 0;
}
.kusei_ew .chart_ew {
  width: 95%;
}
.kusei_ew .chart_ew>p {
  flex-direction: column;
  font-size: 1.15rem;
  margin-top: 0;
}
.kusei_ew .chart_ew>p>.small_ew {
    font-size: 100%;
    margin-left: 0;
}
.kusei_ew .chart_ew .blue_ew {
  font-size: 95%;
  margin-top: 5px;
}
.typettl_ew{
  display: inline;
  font-size: 1.1rem;
  font-weight: bold;
  background: linear-gradient(transparent 55%, #fffd9e 50%);
  width: fit-content;
  margin-bottom: 0.45rem;
}
.kusei_ew .wrap_toc .wrap_toc_lists.parent{
  margin: 1.4em auto;
}
.kusei_ew .faqtitle_ew {
  font-size: 1.25rem;
  margin: 10% auto -5%;
}

.pc_hide_ew {
  display: block;
}
.sp_hide_ew {
  display: none;
}
}

.kusei_ew .wrap_toc .wrap_toc_lists.parent{
  padding-left: 2.5%;
  padding-right: 2.5%;
}

@media screen and (min-width:961px) {
  .pc_hide_ew {
    display: none;
  }
  .sp_hide_ew {
    display: block;
  }
}
  @media screen and (max-width:960px) {
   .ls01_ew>a::after, .ls02_ew>a::after, .ls03_ew>a::after, .ls04_ew>a::after, .ls05_ew>a::after, .ls06_ew>a::after, .ls07_ew>a::after, .ls08_ew>a::after {
        width: 500px;
    }
}
@media screen and (max-width: 600px) {
    .ls01_ew>a::after, .ls02_ew>a::after, .ls03_ew>a::after, .ls04_ew>a::after, .ls05_ew>a::after, .ls06_ew>a::after, .ls07_ew>a::after, .ls08_ew>a::after {
      width: clamp(18.125rem, 3.071rem + 75.27vw, 31.25rem);
        /* width: 300px; */
    }
}

/* 全体 */
