@charset "UTF-8";
#mb_wrap_ew #heading_img1,
#mb_wrap_ew #heading_img2,
#mb_wrap_ew #heading_img3,
#mb_wrap_ew #heading_img4,
#mb_wrap_ew #heading_img5 {
    width: 100%;
    max-width: 450px;
    margin-bottom: 10px;
}
#mb_wrap_ew .ref{
  max-width: 1000px;
  width: 100%;
}

/* ヘッダー */
#mb_wrap_ew .mb_introwp_ew{
  background: #e9f8f1;
  padding: 4%;
  margin: 2rem auto;
  line-height: 1.8em;
}
#mb_wrap_ew .mb_intro_ew{
  margin-bottom: 1.8rem;
  font-weight: bold;
}
#mb_wrap_ew .cat_wrap{
  margin: 0 auto;
}

/* 目次 */
#mb_wrap_ew .wrap_toc{
  max-width: 85%;
  margin: 2em auto;
  border: 3px solid #287542;
  border-radius: 10px;
  padding: 0;
}
#mb_wrap_ew .wrap_toc_title{
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  background: #287542;
  padding: 1% 0;
  color: #fff;
}
#mb_wrap_ew .parent{
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-auto-flow: column;
  margin: 1.4em auto;
}
#mb_wrap_ew .wrap_toc_list a{
    color: #1E1502;
    text-decoration: none;
}
#mb_wrap_ew .wrap_toc_list{
  padding: 3px;
}
#mb_wrap_ew .wrap_toc a:hover{
  color: #287542;
}
#mb_wrap_ew .children a{
  font-size: 95%;
  position: relative;
}
#mb_wrap_ew .bd_wrap_ew a::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #d8d7d7;
  width: 20em;
  bottom: 0;
  left: -2em;
}
#mb_wrap_ew .ls01_ew,
#mb_wrap_ew .ls02_ew,
#mb_wrap_ew .ls03_ew,
#mb_wrap_ew .ls04_ew,
#mb_wrap_ew .ls05_ew,
#mb_wrap_ew .ls06_ew{
  padding-bottom: 0.8em;
}
#mb_wrap_ew .ls01_ew>a,
#mb_wrap_ew .ls02_ew>a,
#mb_wrap_ew .ls03_ew>a,
#mb_wrap_ew .ls04_ew>a,
#mb_wrap_ew .ls05_ew>a,
#mb_wrap_ew .ls06_ew>a{
  font-size: 108%;
  font-weight: bold;
  position: relative;
}
#mb_wrap_ew .ls01_ew>a:after,
#mb_wrap_ew .ls02_ew>a:after,
#mb_wrap_ew .ls03_ew>a:after,
#mb_wrap_ew .ls04_ew>a:after,
#mb_wrap_ew .ls05_ew>a:after,
#mb_wrap_ew .ls06_ew>a:after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #919191;
  width: 19em;
  bottom: 0;
  left: -1em;
}
#mb_wrap_ew .ls02_ew,
#mb_wrap_ew .ls03_ew,
#mb_wrap_ew .ls04_ew,
#mb_wrap_ew .ls05_ew,
#mb_wrap_ew .ls06_ew{
  grid-column: 7/12;
}
#mb_wrap_ew .ls01_ew{
  grid-column: 2/7;
  grid-row: 1/7;
}
#mb_wrap_ew .ls02_ew{
  grid-row: 1/2;
}
#mb_wrap_ew .ls03_ew{
  grid-row: 2/3;
}
#mb_wrap_ew .ls04_ew{
  grid-row: 3/4;
}
#mb_wrap_ew .ls05_ew{
  grid-row: 4/5;
}
#mb_wrap_ew .ls06_ew{
  grid-row: 5/6;
}

/* h2,h3 */
#mb_wrap_ew #id01.heading2,
#mb_wrap_ew #id02.heading2,
#mb_wrap_ew #id03.heading2,
#mb_wrap_ew #id04.heading2,
#mb_wrap_ew #id05.heading2,
#mb_wrap_ew #id06.heading2{
  text-align: center;
}
#mb_wrap_ew .heading2 {
  position: relative;
  padding: 1rem 0rem;
  margin: 3em auto 1.2em;
  color: #fff;
  border-radius: 10px;
  background: #287542;
  border-left: none;
}
#mb_wrap_ew h2:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #287542 transparent transparent transparent;
}

#mb_wrap_ew .heading3 {
  position: relative;
  padding: 1rem 0.5rem 0;
  border-bottom: 4px solid #b8d6c2;
  margin-bottom: 1.2rem;
}
#mb_wrap_ew .heading3:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #00aa49;
}

/* コンテンツ */
#mb_wrap_ew .text_wp_ew{
  background: #e9f8f1;
  padding: 2% 3% 2% 4%;
}
/* 表 */
#mb_wrap_ew .rf_table{
  width: 94%;
  table-layout: auto;
  margin: 20px auto 0;
}
#mb_wrap_ew .colcapa_ew,
#mb_wrap_ew .coltime_ew{
  width: 25%;
}
#mb_wrap_ew .rf_table_th{
  background: #287542;
  color: #fff;
}
#mb_wrap_ew .rf_table_td{
  border: 1px solid #b8d6c2;
  font-size: 1.7em;
}
#mb_wrap_ew .table_gr_ew{
 background: #e9f8f1;
}
/* FAQ */
#mb_wrap_ew .faq_ew .heading3{
  padding-bottom: 4px;
  border-bottom: none;
  text-indent: -3em;
  padding-left: 3em;
  margin: 10px auto;
}
#mb_wrap_ew .faq_ew .heading3:before {
  content: none;
}
#mb_wrap_ew .faq_ew{
  background-color: #e9f8f1;
  padding: 1% 2% 3%;
  border-radius: 20px;
  margin-top: 1rem;
}
#mb_wrap_ew .ques_ew{
  background: #0b6236;
  color: #fff;
  border-radius: 4px;
  padding: 0.25%;
  margin-right: 10px;
}
#mb_wrap_ew .ans_ew{
  font-weight: bold;
  /* margin-left: 5px; */
  text-indent: -3em;
  padding-left: 3em;
}
#mb_wrap_ew .ans_ew::before{
  content: "A";
  font-size: 22px;
  background: #00aa49;
  color: #fff;
  padding: 0.05em 0.45em;
  border-radius: 4px;
  margin-right: 10px;

}
/* モバイルバッテリーを使う際の注意点 */
#mb_wrap_ew .note_ew .note-link_ew img{
  max-width: 1240px;
  width: 100%;
  margin-block: 20px;
  transition: all .2s;
}
#mb_wrap_ew .note_ew .note-link_ew img:hover{
  opacity: .8;
}
/* btn */
#mb_wrap_ew .cat_wrap a.cat_link{
  background-color: #f2cb4b;
  font-weight: bold;
  color: #323232;
  transition: all .2s;
}
#mb_wrap_ew .cat_wrap::after{
  color: #323232;
}
#mb_wrap_ew .bgwrap_ew .cat_wrap{
  margin-block: 30px;
}


@media screen and (max-width:960px) {
/* 全体 */
#mb_wrap_ew{
  width: 100%;
}
/* ヘッダー */
#mb_wrap_ew .mb_introwp_ew{
  padding: 5% 4%;
  margin: 2rem auto;
}
#mb_wrap_ew .mb_intro_ew{
  margin-bottom: 1.2rem;
  font-size: 14px;
  line-height: 1.7em;
}
/* 目次 */
#mb_wrap_ew .wrap_toc{
  max-width: 500px;
  width: 96%;
}
#mb_wrap_ew .parent{
  width: fit-content;
  display: block;
  margin: 1.5em auto;
  padding:0 0.5%;
}
#mb_wrap_ew .children li::before{
  padding-left: 6px;
}
#mb_wrap_ew .ls01_ew,
#mb_wrap_ew .ls02_ew,
#mb_wrap_ew .ls03_ew,
#mb_wrap_ew .ls04_ew,
#mb_wrap_ew .ls05_ew,
#mb_wrap_ew .ls06_ew{
  padding-bottom: 0.8em;
}
#mb_wrap_ew .wrap_toc_list{
  padding: 2px;
}
#mb_wrap_ew .ls01_ew>a:after,
#mb_wrap_ew .ls02_ew>a:after,
#mb_wrap_ew .ls03_ew>a:after,
#mb_wrap_ew .ls04_ew>a:after,
#mb_wrap_ew .ls05_ew>a:after,
#mb_wrap_ew .ls06_ew>a:after{
  width: 18.5em;
}

/* h2 */
#mb_wrap_ew .heading2 {
  margin: 2em auto 1.2em;
}

/* 表 */
#mb_wrap_ew .scroll{
  overflow: visible;
}
#mb_wrap_ew .rf_table{
  width: 100%;
  table-layout: auto;
  margin: 20px auto 0;
}
#mb_wrap_ew .rf_table_td{
  font-size: clamp(1rem, 0.8rem + 1vw, 1.4rem);
  padding: 10px 6px;
}
#mb_wrap_ew .rf_table_th{
  font-size: clamp(1rem, 0.8rem + 1vw, 1.4rem);
}
#mb_wrap_ew .colcapa_ew{
  width: 22%;
}
#mb_wrap_ew .coltime_ew{
  width: 25%;
}

/* FAQ */
#mb_wrap_ew .faq_ew{
  padding: 1% 4% 3% 2%;
}
#mb_wrap_ew #mb_wrap_ew.ques_ew{
  padding: 0.3%;
  margin-right: 7px;
}
#mb_wrap_ew .ans_ew{
  text-indent: -2em;
  padding-left: 2em;
}
#mb_wrap_ew .ans_ew::before{
  font-size: 1.05em;
  margin-right: 5px;
}

/* コンテンツ */
#mb_wrap_ew .text_wp_ew{
  background: #e9f8f1;
  padding: 3% 0.7em 3% 2em;
}

/* btn */
#mb_wrap_ew .mb_introwp_ew .cat_wrap a.cat_link{
  padding: 0.8rem 2rem 0.8rem 1.6rem;
}
#mb_wrap_ew .cat_wrap{
  max-width: 400px;
  width: 100%;
}
#mb_wrap_ew .bgwrap_ew .cat_wrap{
  margin-block: 20px;
}
}
