@charset "UTF-8";
#portable_supply{
  --pale: #edebff;
  --lt: #e3d9fe;
  --lt02: #6f4ed4;
  --lt03: #e2e5ff;
  --basic: #1f00bb;
  --deep: #0d0085;
  --yl:#fff8e0;
  color: #2c2c2c;

  --contcr01:#db2a65;
  --contcr02:#3d2cf7;
  --contcr03:#c6d4ff;
}
#portable_supply .ref{
  max-width: 1000px;
  width: 100%;
}
#portable_supply .wbr_ew{
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#portable_supply .gap-btm_ew{
  border-bottom: 1px solid var(--basic);
}


/* ヘッダー */
#portable_supply .introwp_ew{
  background: var(--pale);
  padding: 3%;
  margin: 2rem auto;
}


/* 目次 */
#portable_supply .children li::before{
  padding-left: 2px;
}
#portable_supply .wrap_toc{
  max-width: 100%;
  margin: 2em auto;
  border: 3px solid var(--basic);
  border-radius: 0px;
  padding: 0;
}
#portable_supply .wrap_toc_title{
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  background: var(--basic);
  padding: 1% 0;
  color: #fff;
}
#portable_supply .parent{
  width: 93%;
  margin: 1.4em auto;
  display: grid;
  grid-template-columns: repeat(12,1fr);
  column-gap: 5px;
}
#portable_supply .mbdr_ew::before{
  font-weight: bold;
}
#portable_supply .mbdr_ew>a{
  font-weight: bold;
  font-size: 110%;
  width: 100%;
}
#portable_supply .mbdr_ew{
  position: relative;
}
#portable_supply .mbdr_ew::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #919191;
  width: 98%;
  left: 0;
}

#portable_supply .mbdr_ew:nth-of-type(1)::after
#portable_supply .mbdr_ew:nth-of-type(2)::after,
#portable_supply .mbdr_ew:nth-of-type(3)::after,
#portable_supply .mbdr_ew:nth-of-type(4)::after,
#portable_supply .mbdr_ew:nth-of-type(5)::after,
#portable_supply .mbdr_ew:nth-of-type(6)::after,
#portable_supply .mbdr_ew:nth-of-type(7)::after,
#portable_supply .mbdr_ew:nth-of-type(8)::after{
  bottom: 5px;
}
#portable_supply .ls01_ew>a,#portable_supply .ls02_ew>a,
#portable_supply .ls03_ew>a,#portable_supply .ls04_ew>a,
#portable_supply .ls05_ew>a,#portable_supply .ls06_ew>a,
#portable_supply .ls07_ew>a,#portable_supply .ls08_ew>a{
  position: relative;
  font-weight: bold;
  font-size: 100%;
  width: 100%;
}
#portable_supply .ls01_ew>a::after,
#portable_supply .ls02_ew>a::after,
#portable_supply .ls03_ew>a::after,
#portable_supply .ls04_ew>a::after,
#portable_supply .ls05_ew>a::after,
#portable_supply .ls06_ew>a::after,
#portable_supply .ls07_ew>a::after,
#portable_supply .ls08_ew>a::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #919191;
  width: clamp(26rem, 20.641rem + 8.92vw, 27.5rem);
  bottom: 0;
  left: -1em;
}
#portable_supply .gd01_ew{
  grid-column: 1/7;
}
#portable_supply .gd02_ew{
  grid-column: 7/13;
}
#portable_supply .ls01_ew{
  grid-row: 1/1;
}
#portable_supply .ls02_ew{
  grid-row: 2/8;
}
#portable_supply .ls03_ew{
  grid-row: 8/10;
}
#portable_supply .ls04_ew{
  grid-row: 11/12;
}
#portable_supply .ls05_ew{
  grid-row: 1/1;
}
#portable_supply .ls06_ew{
  grid-row: 2/2;
}
#portable_supply .ls07_ew{
  grid-row: 3/3;
}
#portable_supply .ls08_ew{
  grid-row: 4/4;
}

#portable_supply .wrap_toc_list a{
  color: #333;
  text-decoration: none;
}
#portable_supply .wrap_toc_list{
  padding: 3px;
}
#portable_supply .wrap_toc a:hover,
#portable_supply .wrap_toc li:hover:before{
  color: var(--basic);
}
#portable_supply .children li{
  position: relative;
  font-size: 95%;
  width: 100%
}
#portable_supply .bd_wrap_ew .bdr_ew::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #d8d7d7;
  width: 98%;
  bottom: 0;
  left: 0;
}
#portable_supply .children li{
  position: relative;
  font-size: 95%;
  width: 100%
}
#portable_supply .bd_wrap_ew li::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #d8d7d7;
  width: 94%;
  bottom: 0;
  left: 0;
}
#portable_supply .wrap_toc .wrap_toc_lists.parent{
  padding-left: 2.5%;
  padding-right: 2.5%;
}


/* h2,h3,h4 */
#portable_supply .heading2 {
  border-top: 4px solid var(--basic) ;
  border-bottom: 4px solid var(--basic) ;
  background: var(--lt);
  border-left: none;
  padding: 1% 2%;
  margin: 3rem auto 1.2rem;
  text-align: center;
}
#portable_supply .heading3 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  padding: 1.5% 0 1% 0.5rem;
  border-bottom: 3px solid var(--basic);
  color: #333;
}
#portable_supply .heading4{
  font-size: 1.25rem;
}
#portable_supply .osusume-wrap_ew .heading4{
  margin-top: 2rem;
}
#portable_supply .osusume-wrap_ew .item-ttl_ew{
  margin-top: 2rem;
}


/* faq */
#portable_supply .faqtxt_ew{
  padding: 2.5% 2%;
  background: var(--pale);
  margin-bottom: 10px;
}


/* flex */
#portable_supply .flex_ew{
  display: flex;
}

/* チャート */
#portable_supply .chartwrap_ew .flex_ew{
  width: 95%;
  margin: 0 auto;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
#portable_supply .chart_ew{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  padding: 2.5% 1.3%;
  background: var(--pale);
  margin: 0 auto 10px;
  color: #333;
  text-decoration: none;
  flex: 1;
  min-height: 80px;
}
#portable_supply .chart02_ew{
  width: 100%;
}
#portable_supply .chart_ew>p{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
#portable_supply .chart_ew>p>.small_ew{
  font-size: 80%;
}
#portable_supply .color_ew{
  color: var(--basic);
  /* font-size: 105%; */
}
#portable_supply .list-bg_ew{
  padding: 2.5% 5%;
  background: var(--pale);
  margin-bottom: 10px;
  width: 80%;
}


/* ボタン */
#portable_supply .btn_ew{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 450px;
  margin: 2rem auto;
  padding: 1%;
  border: 3px solid var(--contcr02);
  border-radius: 50vw;
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--contcr02);
  font-weight: bold;
}
#portable_supply .btn-wrap_ew{
  width : calc(90% / 2);
  margin: 1rem auto 0;
}
#portable_supply .btn-wrap_ew>p{
  text-align: left;
  font-size: 17px;
  font-weight: bold;
}
#portable_supply .btn-wrap_ew .btn_ew{
  padding: 2% 1%;
}
#portable_supply .all-itembtn_ew{
  display: block;
  max-width: 500px;
  margin: 3rem auto 0;
  text-align: center;
  padding: 1.5% 5%;
  background: var(--contcr02);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50vw;
}



/* 棒グラフ */

#portable_supply .bar-graph-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 1.2rem 0 12px;
}
#portable_supply .unit_ew {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding-right: 2%;
  color: #333;
}
#portable_supply .bar-graph-wrap .bar_ew{
  width: calc((var(--val)/50)*100%);
}

#portable_supply .bar-graph-wrap .graph_ew {
  width: 85%;
  margin: 0 auto;
  border-radius: 3px;
  background: var(--pale);
  height: 3.8rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 140px;
  box-sizing: border-box;
}
#portable_supply .graph_ew>div {
  background: var(--contcr02);
  height: 3.8rem;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  padding: 0 10px;
  min-width: 8px;
}
#portable_supply .graph_ew .name {
  position: absolute;
  left: 10px;
  width: 120px;
  color: #333;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2;
}
#portable_supply .graph_ew .number {
  color: #fff;
  font-weight: bold;
  position: absolute;
  white-space: nowrap;
}


/* コンテンツ */
#portable_supply .cnt03-item_ew>img {
  margin-block: 2rem;
}

/* リスト */
#portable_supply .list-ttl_ew {
  font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
}


/* ----- PC ----- */
@media screen and (min-width:961px) {
  .pc_hide_ew {
    display: none;
  }
  .sp_hide_ew {
    display: block;
  }
  /* チャート */
  #portable_supply .chart02_ew:last-child{
    padding: 5% 3%;
  }
}

/* ----- SP ----- */
@media screen and (max-width:960px) {
/* 全体 */
#portable_supply{
  width: 100%;
}
/* ヘッダー */
#portable_supply .introwp_ew{
  padding: 5%;
  margin: 2rem auto;
  font-size: clamp(0.813rem, 0.719rem + 0.47vw, 1rem);
}

/* 目次 */
#portable_supply .wrap_toc{
  max-width: 550px;
  min-width: 300px;
  width: 97%;
  padding: 0;
}
#portable_supply .wrap_toc_title{
  font-size: 1.2rem;
  text-align: center;
  margin: auto;
  padding-bottom: 0.5%;
  width: 100%;
}
#portable_supply .parent{
  width: fit-content;
  display: block;
  margin: 0.8em auto;
  padding-left: 3%;
  padding-right:5%;
}
#portable_supply .ls01_ew>a::after,
#portable_supply .ls02_ew>a::after,
#portable_supply .ls03_ew>a::after,
#portable_supply .ls04_ew>a::after,
#portable_supply .ls05_ew>a::after,
#portable_supply .ls06_ew>a::after,
#portable_supply .ls07_ew>a::after,
#portable_supply .ls08_ew>a::after{
        width: 500px;
}
.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;
}
.mbdr_ew:nth-of-type(1)::after,
.mbdr_ew:nth-of-type(4)::after,
.mbdr_ew:nth-of-type(7)::after,
.mbdr_ew:nth-of-type(8)::after{
  bottom: 0px;
}
.mbdr_ew:nth-of-type(2)::after,
.mbdr_ew:nth-of-type(3)::after,
.mbdr_ew:nth-of-type(5)::after,
.mbdr_ew:nth-of-type(6)::after{
  top: 25px;
}
.mbdr_ew:nth-of-type(5)::after{
  top: 50px;
}
#portable_supply .children li::before{
  padding-left: 6px;
}
#portable_supply .wrap_toc_list{
  padding: 5px 0;
}
#portable_supply .bd_wrap_ew .bdr_ew::after{
  bottom: 3px;
}
#portable_supply .wrap_toc .wrap_toc_lists.parent{
  margin: 1.4em auto;
}

/* h2 h3 */
#portable_supply .heading3{
  font-size: clamp(1.3rem, 1.15rem + 0.75vw, 1.6rem);
}
#portable_supply .heading2 {
  font-size: clamp(1.3rem, 1.05rem + 1.25vw, 1.8rem);
  padding: 2% 2%;
}
#portable_supply .heading4{
  font-size: 1.1rem;
}


/* hide */
#portable_supply .pc_hide_ew {
  display: block;
}
#portable_supply .sp_hide_ew {
  display: none;
}

/* チャート */
#portable_supply .chartwrap_ew .flex_ew{
  gap: 0;
}
#portable_supply .chart_ew{
  width: 95%;
}
#portable_supply .chart_ew>p{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
#portable_supply .chart_ew>p>.small_ew{
  font-size: 80%;
}
#portable_supply .color_ew{
  color: var(--basic);
  /* font-size: 105%; */
}
#portable_supply .list-bg_ew{
  padding: 2.5% 6% 2.5% 10%;
}





/* ボタン */
#portable_supply .btn_ew{
  /* max-width: 450px; */
  width: 90%;
  padding: 2% 1%;
}
#portable_supply .btn-wrap_ew{
  width : 100%;
}



/* 冷蔵庫の容量 */
#portable_supply .container02_inner02 ul {
  flex-wrap: wrap;
  gap: 10px;
  justify-content:space-between
}
#portable_supply .container02_inner02 li {
  width: 100%;
  margin-right: 0;
  flex-basis: 46%;
}
#portable_supply .container02_inner02 img {
  width: 100%;
}
#portable_supply .ref__container03__tabcontent dl dd a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent 7px solid;
  border-left-color: var(--contcr02);
  margin-left: 10px;
}
#portable_supply .ref__container03 h2 {
  font-size: 20px;
  background: transparent;
  border-left: solid 10px var(--contcr02);
  padding: 0 0.5em;
}
#portable_supply .ref__container03 {
  margin-top: 50px;
}
#portable_supply .ref__container03__img {
  margin: 20px 0;
}
#portable_supply .container03_txt01,
#portable_supply .container03_txt03 {
  font-size: 18px;
}
#portable_supply .container03_txt02 {
  font-size: 14px;
  margin-top: 10px;
}
#portable_supply .container03_txt03 {
  position: relative;
  background: var(--contcr03);
  width: 90%;
  border-radius: 30px;
  padding: 7px 0;
  margin: 20px auto 0;
}
#portable_supply .container03_txt03::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid var(--contcr03);
}
#portable_supply .ref__container03__tabnav {
  font-size: 0;
  padding: 0;
  margin: 15px 0 10px;
}
#portable_supply .ref__container03__tabnav li {
  display: inline;
  margin-right: 5%;
}
#portable_supply .ref__container03__tabnav li:nth-child(3n) {
  margin-right: 0;
}
#portable_supply .ref__container03__tabnav li a {
  display: inline-block;
  border: solid 3px var(--contcr02);
  color: var(--contcr02);
  width: 28%;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
}
#portable_supply .ref__container03__tabcontent {
  padding: 30px 0;
  background: var(--contcr03);
}
#portable_supply .ref__container03__tabcontent p {
  font-size: 14px;
  border-bottom: solid 5px var(--contcr02);
  width: 93%;
  margin: auto;
}
#portable_supply .ref__container03__tabcontent .big {
  font-size: 30px;
  margin-left: 5px;
}
#portable_supply .ref__container03__tabcontent .mid {
  font-size: 20px;
  margin-right: 5px;
}
#portable_supply .ref__container03__tabcontent dl dt {
  color: #333;
  font-size: 20px;
  margin: 30px 0 10px;
}
#portable_supply .ref__container03__tabcontent dl dd {
  font-size: 18px;
  width: 90%;
  margin: 0 auto 20px;
}
#portable_supply .ref__container03__tabcontent dl dd a {
  display: block;
  color: var(--contcr02);
  background: #f6e381;
  border: solid 3px var(--contcr02);
  border-radius: 6px;
  padding: 15px 0 15px 10px;
}


/* 棒グラフ */
#portable_supply .bar-graph-wrap .graph_ew {
  width: 90%;
  height: 3rem;
  padding-left: 125px;
}
#portable_supply .graph_ew>div {
  height: 3rem;
  padding: 0 10px;
  min-width: 8px;
}

/* コンテンツ */
#portable_supply .id01-1-wrap_ew .heading4 {
  margin: 2rem auto 10px;
}
#portable_supply .id01-1-wrap_ew .btn_ew {
  margin: 1.5rem auto 0;
}
}

/* ----- 600px ----- */
@media screen and (max-width: 600px) {
    #portable_supply .ls01_ew>a::after,
    #portable_supply .ls02_ew>a::after,
    #portable_supply .ls03_ew>a::after,
    #portable_supply .ls04_ew>a::after,
    #portable_supply .ls05_ew>a::after,
    #portable_supply .ls06_ew>a::after,
    #portable_supply .ls07_ew>a::after,
    #portable_supply .ls08_ew>a::after {
      width: clamp(18.125rem, 3.071rem + 75.27vw, 31.25rem);
      bottom: -2px;
    }
}



