body {
  min-width: 1400px;
}
ul, li  {
  list-style: none;
}
#qa01 {
  font-family: "Noto Sans JP", sans-serif;
}
/* 見出し */
.contents_before {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background: #7bbedd;
  font-weight: 400;
  font-size: 25px;
  height: 60px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
#ranking_before.contents_before {
  margin: 0 10px 10px;
}
#item_list_before.contents_before {
  margin: 80px 10px -21px;
}
/*
看板部分
----------------------------*/
#battery_case_top_wrap {
  font-family: "Noto Sans JP", sans-serif;
  background: #f2f6f9;
  margin-bottom: 85px;
}

#battery_case_top {
  text-align: center;
  max-width: 1200px;
  min-width: 780px;
  height: 300px;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

#battery_case_top .text_wrap h1 {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  text-shadow: 2px 3.464px 0px rgba(0, 0, 0, 0.15);
  margin: 58px auto 31px;
  line-height: 1;
}

#battery_case_top .text_wrap p {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #333333;
  margin: 0 auto;
  text-shadow:       
     2px  2px 5px #ffffff,
    -2px  2px 5px #ffffff,
     2px -2px 5px #ffffff,
    -2px -2px 5px #ffffff,
    2px  0px 5px #ffffff,
    0px  2px 5px #ffffff,
    -2px  0px 5px #ffffff,
    0px -2px 5px #ffffff;  
}

#battery_case_top img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1; 
}

#battery_case_top_wrap .info_box_wrap {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 0 18px;
  transform: translateY(50%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
}
#battery_case_top_wrap .info_box_wrap li {
  width: 140px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 45px;
  font-size: 11px;
  padding: 8px 0 6px;
  flex-direction: column;
  background: #ffffff;
  margin: 0;
  position: relative;
}
#battery_case_top_wrap .info_box_wrap li.top_nouhin_box {  
  border: 2px solid #efab05;
  color: #efab05;
  justify-content: center;
  line-height: 1.2;
}
#battery_case_top_wrap .info_box_wrap li.top_souryou_box {
  border: 2px solid #e3372d;
  color: #e3372d;
  line-height: 1.2;
}
#battery_case_top_wrap .info_box_wrap li strong {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}



/*
価格相談バナー
----------------------------*/
 #default_set_bnr:before , #default_set_bnr:after {
  width:100%;
  clear:both;
  display:inline-block;
  content:"";
}
#default_set_bnr > div {
  margin: 77px auto 0;
  padding: 0;
  width: 560px;
}
#default_set_bnr > div a {
  float: left;
  display: block;
  border: 1px #000 solid;
  padding: 26px 0;
  text-align: center;
  font-size: 2em;
  color: #333;
  width: 100%;
}
#default_set_bnr > div a .area_left {
  display: inline-block;
}
#default_set_bnr > div a .area_left .up_text {
  display: inline-block;
  margin: 0;
  font-size: 0.5em;
  background: #fff;
  padding: 5px;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 1;
}
#default_set_bnr > div a .area_left .line {
  display: block;
  border-bottom: 1px #666 solid;
  position: relative;
  top: -18px;
}
#default_set_bnr > div a .area_left .down_text {
  margin: 0;
}
#default_set_bnr > div a .area_left .blue {
  color: #0066cc;
}
#default_set_bnr > div a .area_right {
  display: inline-block;
  margin-left: 20px;
}
#default_set_bnr > div a .area_right i {
  font-size: 100px;
  position: relative;
  top: -10px;
}
#default_set_bnr > div a .area_right .fa-calculator {
  color: #0066cc;
}

/* 
関連カテゴリ
--------------------------------------------------*/
#battery_case_kanren_wrap {
  max-width: 1200px;
  margin: 79px auto 0;
}
  
#battery_case_kanren_wrap .area_title {
  font-size: 25px;
  font-weight: normal;
  margin: 0px 10px 40px;
  background: #7bbedd;
  padding: 13px 0 11px 24px;
  color: #ffffff;
}
#battery_case_kanren_wrap .kanren_list {
  width:100%;
}
#battery_case_kanren_wrap .kanren_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  padding: 0;
  list-style:none;
  gap: 22px;
  box-sizing: border-box;
}
#battery_case_kanren_wrap .kanren_list ul li {
  margin: 0;
  padding: 0;
  width: calc((100% - 66px) / 4);
  background: #f8fafb;
  display: flex;
}
#battery_case_kanren_wrap .kanren_list ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 3px;
  width: 100%;
  padding: 0;
}
#battery_case_kanren_wrap .kanren_list ul li a:hover {
  background: radial-gradient(rgba(202,216,223,0), rgba(153,175,187,0.3));
}
#battery_case_kanren_wrap .kanren_list ul li a:hover dl dt img {
  transform: translateY(-7px);
}
#battery_case_kanren_wrap .kanren_list ul li a:hover dl dd p {
  color: #ff0000;
}
#battery_case_kanren_wrap .kanren_list ul li a dl {
  margin: 0;
}
#battery_case_kanren_wrap .kanren_list ul li a dl dt img {
  max-width: 100%;
  height: auto;
  padding: 8px 29px 0 !important;
  box-sizing: border-box;
  transition: 0.3s linear;
}
#battery_case_kanren_wrap .kanren_list ul li a dl dd {
  margin: 0;
}
#battery_case_kanren_wrap .kanren_list ul li a dl dd h3 {
  margin: 0;
  font-size: 15px;
  color: #000000;
}
#battery_case_kanren_wrap .kanren_list ul li a p {
  margin: 0 auto;
  text-align: center;
  padding: 14px 5px 28px;
  transition: 0.3s;
  font-size: 13px;
  color: #666666;
  line-height: 1.23;
  font-feature-settings: "palt";
}
/* 
電池ケースとは
--------------------------------------------------*/
#about_battery_case {
  width: 900px;
  margin: 150px auto 100px;
  padding: 42px 40px 40px 40px;
  box-sizing:border-box;
  background: #f4f7f8;
  border-radius: 9px;
}
#about_battery_case .about_area-title {
  font-size: 26px;
  font-weight: 800;
  color: #7bbedd;
  margin: 0 0 28px;
}
#about_battery_case .about_area-howto {
  margin: 15px auto 0;
  box-sizing: border-box;
  padding: 0;
}
#about_battery_case .about_area-desc > p {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  font-feature-settings: "palt";
}

#about_battery_case .about_area-howto .about_area_inner {
  margin-top: 39px;
  background: #ffffff;
  padding: 35px 32px 13px 38px;
}
#about_battery_case .about_area-howto .about_area_inner h3 {
  position: relative;
  padding-left: 1em;
  color: #7bbedd;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 2px;
}
#about_battery_case .about_area-howto .about_area_inner h3::before {
  content: "";
  width: .5em;
  height: .5em;
  background: #7bbedd;
  position: absolute;
  left: 5px;
  bottom: 0px;
  display: block;
  transform: rotate(-45deg) translate(50%, -50%);
}

#about_battery_case .about_area-howto .about_area_inner section {
  margin-bottom: 32px;
}
#about_battery_case .about_area-howto .about_area_inner section:nth-last-of-type(1) {
  margin-bottom: 0;
}
#about_battery_case .about_area-howto .about_area_inner section ul {
  margin: 3px auto 0;
  padding: 0;
  
}
#about_battery_case .about_area-howto .about_area_inner section ul li {
  position: relative;
  margin: 0 0 25px;
}

#about_battery_case .about_area-howto .about_area_inner section ul li dl {
  margin: 0;
  display: flex;
}
#about_battery_case .about_area-howto .about_area_inner section ul li dl dt {
  font-weight: 700;
  font-size: 16px;
  padding: 0 1em 0 0 ;
  position: relative;
  display: inline;
  min-width: max-content;
}
#about_battery_case .about_area-howto .about_area_inner section ul li dl dt::after {
  /* 全角「：」文字化け回避のためにUnicodeで記述する */
  content: "\FF1A";
  position: absolute;
  right: 0px;
  top: 0px;  
}
#about_battery_case .about_area-howto .about_area_inner section ul li dl dd {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 16px;
}
/* 
関連用語
--------------------------------------------------*/
#related_battery_case{
  width: 900px;
  margin:100px auto 120px;
  padding: 37px 0 40px 43px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
}
#related_battery_case .rt-title {
  font-size: 17px;
  font-weight: 800;
  color: #7bbedd;
  padding-left: 5px;
  margin: 0;
}
#related_battery_case ul {
  position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:100%;
  margin:19px auto 0;
  z-index:0;
  padding: 0;
}
#related_battery_case ul li {
  width: 32.8%;
  margin:0;
  font-size: 16px;
  padding-left: 1em;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

#related_battery_case ul li:nth-of-type(3n+2) {
  width: 28.3%;
}

#related_battery_case ul li::before {
  /* 全角「・」文字化け回避のためにUnicodeで記述する */
  content:"\30FB";
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 1em;
}
/* 
TOPへ戻る
--------------------------------------------------*/
.to_top_wrap .button_to_top {
  width: 420px;
  height: 58px;
  display: flex;
  margin: 0 auto 88px;
  background: #2e80ff;
  border-radius: 100vh;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  padding-right: 1em;
  font-size: 18px;
  color: #ffffff;  
}
.to_top_wrap .button_to_top::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 420px;
  height: 58px;
  display: flex;
  margin: 0 auto;
  background: #f3f3f3;
  border-radius: 100vh;
  right: -5px;
  bottom: -5px;
}
.to_top_wrap .button_to_top::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
  left: 270px;
}
/* 
お問い合わせ
--------------------------------------------------*/
#battery_case_contact_area {
  margin: 0 auto 145px;
  width: 1100px;
  box-sizing: border-box;
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px 10px 40px;
}
#battery_case_contact_area h2 {
  padding: 0 0 10px;
  border-bottom: 3px #dddddd dotted;
  font-size: 1.6em;
  font-weight: bold;
  color: #0a298a;
  text-align: center;
}
#battery_case_contact_area .txt {
  margin: 15px 0;
  text-align: center;
}
#battery_case_contact_area > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 800px;
  display: flex;
  justify-content: space-between;
}
#battery_case_contact_area > ul > li {
  width: 33%;
}
