@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
.slick-slide img, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}
audio:not([controls]) {
  display: none;
  height: 0
}
.slick-slide.slick-loading img, [hidden], template {
  display: none
}
a {
  background: 0 0
}
a:active, a:hover {
  outline: 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
mark {
  background: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0
}
pre {
  overflow: auto
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0
}
textarea {
  overflow: auto
}
optgroup {
  font-weight: 700
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
legend, td, th {
  padding: 0
}

@media only screen and (min-width:641px) {
  .for-sp {
    display: none
  }
}
@media print {
  .for-sp {
    display: none
  }
}

/*-----------------------------
          layout
-----------------------------*/
#main,#main p {font-size: 16px;}
/* ---- common ---- */
#battery-campaign .content {
  width: 976px;
  padding-top: 50px;
  margin: 30px auto;
}
#battery-campaign h2 {
    margin-bottom: 1em;
    background: #fff;
    color: #364563;
    text-align: center;
    margin-top: 1em;
    font-size: 2.4em;
    font-weight: 500;
}

.content_inner .title {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #429926;
}
/*.article {
  margin: 0 10px;
}*/
.red {
  color: #c51a1a;
}
.weight {
  font-weight: bold;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.note {
  font-size: 14px;
}
/* ---- main,nav ---- */
#main_visual img {
  margin: 0 auto;
  text-align: center;
}
#battery-campaign nav, .is-show nav {
  width: 976px;
  margin: 0 auto;
}
.is-show nav {
  width: 1200px;
  box-shadow: 0 1px 2px 0px #9e9e9e;
}
#battery-campaign nav ul, .is-show nav ul {
  display: flex;
  justify-content: space-between;
  background: #429926;
}
#battery-campaign nav ul li + li, .is-show nav ul li + li {
  border-left: solid 1px #fff;
}
#battery-campaign nav ul li, .is-show nav ul li {
  width: 25%;
}
#battery-campaign nav ul li a, .is-show nav ul li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s;
  background: #429926;
}
.is-show nav ul li a {
  border-bottom: solid 2px #f4cf00;
  padding: 10px 0;
}
#battery-campaign nav ul li a:hover, .is-show nav ul li a:hover {
  background: #266d0f;
  transition: all 0.3s;
}
.clone-nav {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-500%);
}
.is-show {
  transform: translateY(0);
}
.content_inner .article {
  margin-top: 20px;
}
.article_tex {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.article_tex:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
/* ---- 非常時の対策 ---- */
#emergency .article .article_tex + p {
  font-size: 14px;
  padding-left: 15px;
}
#emergency .article .article_tex + p img {
  margin-right: 5px;
  width: 25px;
}
.product {
  margin: 2em 0;
  padding: 10px 0;
}
.product ul li {
  float: left;
  width: 280px;
  min-height: 330px;
  margin-bottom: 18px;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 3px 1px #ccc;
  transition: all 0.3s;
}
/*.product ul li:hover {
  box-shadow: 0px 0px 15px 1px #ccc;
  background: #fffbe7;
  transition: all 0.3s;
}*/

.product .itembox1 p.point {
  height: 84px;
  padding: 0 5px;
  background-image: url(../img/bg_point.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  font-weight: bold;
  font-size: 14px;
  color: #429926;
	margin-bottom: 5px;
	width: 290px;
}
.product .itembox2 p.point {
  height: 84px;
  padding: 0 5px;
  background-image: url(../img/bg_point2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  font-weight: bold;
  font-size: 14px;
  color: #429926;
	margin-bottom: 5px;
	width: 610px;
}

.product ul li p.osusume {
  text-align: center;
  font-size: 20px;
  padding: 15px 0 0;
  background-image: url(../img/bg_point.png), url(../img/ic_01.png);
  background-position: bottom center, bottom 20px left 5px;
}
.product ul li p.product_name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.product ul li p {
  font-size: 13px;
}
.product ul li div {
  margin: 5px 0;
  padding: 10px 0;
  text-align: center;
  position: relative;
  background: #fff;
}
.product ul li div.battery:after {
  content: url(../img/ic_battery.png);
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 10;
}
.product ul li div.no_battery:after {
  content: url(../img/ic_nobattery.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.product ul li div.charging:after {
  content: url(../img/ic_charging.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#insurance_wrap .product ul li div img {
  height: 128px;
  max-width: 100%;
}
.product ul li p.tex {
  min-height: 110px;
}
.product ul li p.btn a {
  margin: 10px auto 0;
  padding: 15px;
  font-size: 20px;
}
.product + p {
  margin-top: 30px;
}
.link {
  margin-bottom: 35px;
  text-align: center;
}
.link a {
  margin: 0 auto;
  padding-left: 10px;
  background: url(/layout/store/img/home/arrow-right-blue-01.png) no-repeat left center / 8px auto;
  text-align: center;
}
p.btn a {
    display: block;
    padding: 20px;
    border-bottom: solid 4px #a6660c;
    border-radius: 5px;
    background: #ed8b00;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}
.product .itembox1 {
	width: 318px;
	float: left;
}
.product .itembox2 {
	width:636px;
	float: left;
}

.product .itemno{
	font-size: 1em;
}

.product .price{
	color: #D50003;
	font-weight: bold;
	font-size: 1.4em;
}
.product .tax {
	font-size: 0.8em;
}

.article .settxt {
	text-align: center;
	font-size: 1.6em !important;
	font-weight: bold;
	color: #FF0000;
}
.article .settxt span {
	border-bottom: 3px solid #edc900;
}

/* ---- キャンペーン ---- */
#campaign {
  margin-bottom: 4em;
}
#campaign h3 {
  padding: 0.5em;
  color: #000000;
  background: #E5F4DF;
  border-bottom: solid 3px #429926;
  margin: 2em 0 1em 0;
}
#campaign .apply {
  margin: 2em 0;
}
#campaign .apply dt {
  float: left;
  font-weight: bold;
}
#campaign .apply dd {
  margin-left: 8em;
}
#campaign .precaution {
  border: #FFD3D4 double;
  width: 95%;
  margin: 0 auto;
	padding: 8px;
}
#campaign .precaution h4 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 0.6em;
  display: inline-block;
  top: 0;
	margin: 0.5em 1em;
	font-size: 1.2em;
}
#campaign .precaution h4:before, #campaign .precaution h4:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#campaign .precaution h4:before {
  border-top: dotted 1px #FF0000;
  border-left: dotted 1px #FF0000;
  border-bottom: dotted 1px #FF0000;
  left: 0;
}
#campaign .precaution h4:after {
  content: '';
  border-top: dotted 1px #FF0000;
  border-right: dotted 1px #FF0000;
  border-bottom: dotted 1px #FF0000;
  right: 0;
}
#campaign .precaution li {
  list-style: disc;
  margin: 0.3em 0 0.3em 2em;
}

.txtSmall {
	font-size:0.8em!important;
}

.product ul li:nth-child(2), .product ul li:nth-child(5), .product ul li:nth-child(8), .product ul li:nth-child(11) {
    margin-right: 18px;
    margin-left: 18px;
}

/* -----キャンペーン終了---------*/
.cpEnd {
	background-color: #333333;
	position: relative;
}
.cpEnd img {
	opacity: 0.5;
	display:block;
}
.cpEnd:after{
	content: "キャンペーンは終了しました";
	position: absolute;
	top: 153px;
	left: 228px;
	font-size: 40px;
	color:red;
	font-weight: bold;
	font-weight: bold;
	text-shadow: 1px 3px 1px #ffffff;
}

/*アイテムリスト*/
.itemlist{
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.itemlist li {
    width: 430px;
    margin: 40px 20px;
    position: relative;
}

  #insurance_wrap .visible-sp {
    display: none;
  }




/* ------------------------------------------------------------------------------------------------------------
	media
 ------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px) {
  #body #insurance_wrap {
    width: auto;
    margin-top: 30px;
    padding: 10px 0;
    font-size: 14px;
  }

  #insurance_wrap img {
    max-width: 100%;
  }
  #insurance_wrap .flexbox {
    display: block;
  }
  DIV#pankuzu_r {
    line-height: 1.5;
    width: auto;
    margin: 0 10px;
    font-size: 12px;
    position: static;
  }
  /*------sns------*/
  #wrapper .l-mainSns_items .is-item_fb {
    top: 30px;
    right: 85px;
  }
  #wrapper .l-mainSns_items .is-item_tw {
    top: 30px;
    right: 5px;
  }
  /*------sp------*/
  #insurance_wrap .visible-pc {
    display: none;
  }
  #insurance_wrap .visible-sp {
    display: block;
  }
  /*------pagetop------*/
  #float-btn-backtotop {
    width: auto;
  }
  #float-btn-backtotop .bttbtn {
    right: 10px;
  }
  .l-page_top, .l-page_top .anc {
    display: none;
  }
  /*------ sp-layout ------*/
  /* -- common --*/
  p {
    font-size: 14px;
  }
  #battery-campaign .content, #battery-campaign nav, .is-show nav, .video iframe {
    width: auto;
  }
  .tv iframe {
    width: 100%;
  }
  #battery-campaign h2 p {
    font-size: 20px;
  }
    .content_inner {
        width: 100%;
    }
  .content_inner .title {
    font-size: 20px;
  }
  .content_inner .article {
    margin: 10px 0;
      width: 100%;
  }
  .product ul li p.btn a {
    font-size: 16px;
    border-bottom: solid 2px #a6660c;
  }
  .note, .note_area li, .note_area p {
    font-size: 12px;
  }
  /* -- nav --*/
  nav ul li + li {
    border-left: solid 1px #fff;
  }
  .is-show nav ul li a {
    padding: 30px 0 0;
    min-height: 45px;
  }
  /* -- 地震 -- */
   #battery-campaign {
    width: 100%!important;
    margin: auto;
    }
  #battery-campaign #emergency {
    padding-top: 0;
  }
  #emergency .product {
    padding: 0;
  }
  .product ul {

    background: #FFFFFF;
  }
  .product ul::-webkit-scrollbar {
    height: 10px;
  } /*バーの太さ*/
  .product ul::-webkit-scrollbar-track {
    background: #e8e8e8;
  } /*バーの背景色*/
  .product ul::-webkit-scrollbar-thumb {
    background: #9c9c9c;
  } /*バーの色*/
  .product ul li {
    min-width: 85%;
    min-height: auto;
    margin: 10px auto;
    float: none;
  }
  .product ul li:hover {
    background: #fff;
    box-shadow: 0px 0px 3px 1px #ccc;
  }

  .product ul li p.product_name {
    font-size: 16px;
  }
  .product ul li p.btn {
    padding: 0;
  }
  #insurance_wrap .product ul li div img {
    height: auto;
  }
  /*バーの色*/
  #insurance_wrap #fire .fire_table .center + .center img {
    max-width: 976px;
  }
  #insurance_wrap #earthquake .article .tv p + div.flexbox div.tv_img {
    width: auto;
  }
	#campaign .precaution h4{
		background:#FFFFFF;
	}
	.product .itembox1 {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
		.product .itembox2 {
		width: 90%;
		margin: 0 auto;
			float: none;
	}
	.product .itembox1 p.point {
		width: 90%;
		margin: 0 auto;
		height:auto;
		padding-bottom: 22px;
	}
		.product .itembox2 p.point {
			width: 90%;
			height:auto;
			margin: 0 auto;
			background-image: url(../img/bg_point.png);
			background-repeat: no-repeat;
			background-position: bottom center;
			padding-bottom: 22px;
	}
	.product ul li {
		width: 85%;
	}
	.product ul li:nth-child(2), .product ul li:nth-child(5), .product ul li:nth-child(8), .product ul li:nth-child(11) {
    margin-right: auto;
    margin-left: auto;
}
}
/* ---- clearfix ---- */
.product ul:after,
.product:after{
  display: block;
  clear: both;
  content: "";
}

#konnect-container {
  display: none !important;
}
#body #insurance_wrap {
  margin-top: 0 !important;
}

#drybattery figure {
  margin: 1em 0;
}

/*ポイント装飾*/
#drybattery .point {
    display: inline-block;
    width: 90%;
    border: 1px solid #cccccc;
	padding: 2em 0.8em 0.8em;
	position: relative;
	text-align: left;
    margin-top: 4em;
    border-radius: 8px;
    left: 5%;
}
#drybattery .point .point-title {
    padding: 0.4em;
    font-size: 2.2em;
    font-weight: 500;
    position: absolute;
    top: -1.3em;
    left: 14%;
    transform: translateX(-50%);
    background: #fff;
    white-space: nowrap;
    color: #364662;
    line-height: 100%;
}
#drybattery .point .point-title span {
    font-size: 1.4em;
    font-weight: 600;
    padding-left: 5px;
}
#drybattery .point > :last-child {
	margin-bottom: 0;
}
#drybattery .pointcopy{
    font-size: 2em;
    font-weight: 500;
}


@media screen and (min-width: 641px) {
  #product-contentbox,
  #product-contentbox * {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }
  .itembox2 +.itembox2 {
    margin-top: 10px !important;
  }
}
.product ul li div.pd_btn-horizontal {
  padding: 0 !important;
}
#pd_main-footer {
  margin-top: 0 !important;
}
.pd_top_use_category_dt_a {
  color: #000;
}
#bousai_period,
#bousai_method,
#bousai_campaign,
#bousai_notes {
  width: 976px;
  margin-right: auto;
  margin-left: auto;
}
#bousai_period {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  margin-top: 66px;
  margin-bottom: 60px;
}
#battery-campaign {
    width: 976px;
    margin: auto;
}


#battery-campaign .content {
  margin-bottom: 0 !important;
}
.bousai_h3 {
  font-weight: bold;
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
}
.bousai_period_table {
  font-size: 14px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bousai_period_table_th {
  width: 124px;
  height: 54px;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  vertical-align: middle;
  padding-left: 20px;
}
.bousai_period_table_td {
  width: 853px;
  height: 54px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  padding-left: 20px;
}
main #body .bousai_period_table .bousai_period_table_th,
main #body .bousai_period_table .bousai_period_table_td {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
#bousai_method {
  margin-bottom: 60px;
}
.bousai_p {
  font-size: 16px;
  line-height: 1.625;
}
.bousai_p_exclude {
  display: block;
  color: #666;
}
.bousai_p +.bousai_p {
  margin-top: 1em;
}
#bousai_campaign {
  margin-bottom: 52px;
}
#bousai_notes {
  background-color: #feeeee;
  border: 1px solid #f4bdbd;
  padding: 20px 20px 28px;
}
.bousai_notes_title {
  font-size: 16px;
  color: #d00000;
  margin-bottom: 20px;
  font-weight: bold;
}
.bousai_notes_item {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}
.bousai_notes_item:not(:last-of-type) {
  margin-bottom: 1em;
}
#bousai_notes+.pd_top_ec {
  margin-top: 80px;
}
.bousai_period_table_th_br {
  display: none;
}
.bousai_link {
  color: #1876e9;
}
.product ul li div {
  background-color: transparent !important;
}
#emergency br.visible-sp {
  display: none;
}

/*吹き出し部分*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 1em 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #eeeeee;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eeeeee;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 600px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #eeeeee;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eeeeee;
}
.balloon2-2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 75%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eeeeee;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}



/*購入ボタン*/
.l-product-data-spec__button {
    margin: 15px 0 0;
}

.l-product-data-spec__button a {
    color: #fff;
    font-size: 15px;
    height: 53px;
    border-radius: 8px;
    display: block;
    background: #364563;
    position: relative;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 15%);
}
.l-product-data-spec__button a em {
    padding: 0 0 0 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-style: normal;
}
.l-product-data-spec__button a em:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url("../img/icon-cart-01.svg") no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%,-50%);
}

/*詳細はこちら*/
.l-product-data-spec__button_detail {
    margin: 15px 0 0;
}

.l-product-data-spec__button_detail a {
    color: #fff;
    font-size: 15px;
    height: 53px;
    border-radius: 8px;
    display: block;
    background: #364563;
    position: relative;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 15%);
    width: 80%;
    margin: auto;
}

.l-product-data-spec__button_detail a em {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-style: normal;
}

/*まとめ買い*/
.bulkbuy{
    background-color: #BC6162;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    /*border-radius: 3px;*/
    padding: 3px 5px;
    position: absolute;
    top: 0;
    left: 0;
    
}
/*まとめ買い値引き率*/
.discount{
    background-color: #BC6162;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 3px;
    padding: 3px 5px;
}
.discount_no{
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 3px;
    padding: 3px 5px;
}
/*在庫僅少*/
.lowstock{
    background-color: #CC7333;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 3px;
    padding: 3px 5px;
}


/*装飾*/

.width60{
    width: 60%;
    margin: auto
}

.txtbig{
    font-size:1.8em!important;
}
.mt1 {
    margin-top: 1em!important;
}

.mt3 {
    margin-top: 3em!important;
}
.ml10{
    margin-left: 10px;
}




@media screen and (max-width: 640px) {
  section#emergency h2,
  section#campaign h2 {
    text-shadow: none !important;
    color: #3b3b3b !important;
  }
  #bousai_period,
  #bousai_method,
  #bousai_campaign,
  #bousai_notes {
    width: 100%;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  section.content,
  #bousai_period,
  #bousai_method,
  #bousai_campaign,
  #bousai_notes {
    padding: 10px;
  }
  .article .settxt > span {
    font-size: 19px !important;
  }
  .btn_plus .pd_btn {
    font-size: 18px !important;
    width: 100% !important;
  }
  #bousai_period {
    margin-top: 20px;
    margin-bottom: 0;
  }
  h3 {
    background: none !important;
  }
  .bousai_h3 {
    margin-top: 20px;
  }
  .bousai_period_table_th {
    width: 40%;
  }
  .bousai_period_table_td {
    width: 60%;
  }
  .bousai_period_table_th_br {
    display: block;
  }
  #bousai_method {
    margin-bottom: 0;
  }
  #bousai_notes {
    margin: 0 10px;
    padding-top: 20px;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: calc(100% - 20px) !important;
  }
  #bousai_notes h4 {
    background: none !important;
    padding: 0 !important;
  }
  #bousai_notes+.pd_top_ec {
    margin-top: 60px;
  }
  #bousai_campaign {
    margin-bottom: 20px;
  }
  .pd_top_ec__label--registration_free {
    font-size: 14px !important;
  }
  .pd_top_ec_heading_box .pd_top__heading {
    font-size: 18px !important;
    background: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .pd_top_ec_list__p--fs12 {
    font-size: 12px !important;
  }
  .pd_top_ec_list__p--fs12 .pd_top_ec_list__fsL {
    font-size: 16px !important;
  }
  .pd_top_ec_list__p--fs13 {
    font-size: 13px !important;
  }
  .pd_icon-beginner {
    font-size: 18px !important;
  }
  .pd_top_ec_etc__link {
    font-size: 14px !important;
  }
  .pd_btn {
    font-size: 18px !important;
  }
  .pd_top_use_category__inr h2.pd_top__heading {
    background: none !important;
    color: #000 !important;
    font-size: 18px !important;
    text-shadow: none !important;
  }
  .pd_top_use_category_dt_a {
    font-size: 14px !important;
  }
  .pd_top_use_category_dt {
    font-size: 14px !important;
  }
  .pd_top_use_category_a {
    font-size: 14px !important;
  }
  .pd_top_use_category_store_list__a {
    font-size: 12px !important;
  }
  #globalfooter-nav .pagetop a,
  #globalfooter-terms .copyright {
    font-size: 13px !important;
  }
  #globalfooter {
    padding-bottom: 20px !important;
  }
  #emergency br.visible-sp {
    display: block;
  }
  #battery-campaign h2 p {
    font-size: 18px !important;
  }
    #battery-campaign h2 {
        font-size: 2em;
        line-height: 1.2em;
    }
    .balloon1{
        min-width: 100%;
        max-width: 100%;
    }
    .balloon2{
        min-width: 100%!important;
        max-width: 100%;
    }
    .balloon2:before{
        left: 50%!important;;
    }
    .balloon2-2:before {
        border-top: 15px solid #FFFFFF!important;;
    }
    #drybattery .point .point-title {
        left:50%!important;
    }
    #main_visual {
        padding: 0 10px;
    }
    .padding10{
        padding: 0 10px;
    }
    .width60{
        width: 80%;
        margin: auto
    }
    .discount_no{
        display: none;
    }
}
@media screen and (max-width: 320px) {
  .article .settxt > span {
    font-size: 17px !important;
  }
  #battery-campaign h2 p {
    font-size: 15px !important;
  }
}

  #main #battery-campaign .content_inner .article .noticetxt {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #FF0000;
  }
@media screen and (max-width: 767px) {
  #main #battery-campaign .content_inner .article .noticetxt {
    font-size: 22px;
  }
}
  #dekalantan{
    text-align: center;
    max-width: 700px;
    margin: 10px auto;
    border: solid 1px #eeee;
    border-radius: 10px;
    padding: 20px;
  }
  #dekalantan p {
    font-size:140%;
  }

