/*top-bnr-column*/
.editor-styles-wrapper .top-bnr-column .wp-block-column{
 position: relative;
}
.editor-styles-wrapper .top-bnr-column .wp-block-image{
 position: relative;
}
.editor-styles-wrapper .top-bnr-column .wp-block-image img{
 width: 100%;
}
.editor-styles-wrapper .top-bnr-column .wp-block-column span{
 position: absolute;
 top: 0;
 left: 0;
 background: #8fd3d6;
 padding: 0.1em 0.3em 0.1em 1em;
 margin: 0;
 color: #fff;
 font-size: 1.3em;
 z-index:1;
}
.editor-styles-wrapper .top-bnr-column .wp-block-column span span {
 
    z-index: -1;
    transform-origin: bottom;
    transform: skewX(24deg);
    content:’’;
    width: 0.8em;
    height: 100%;
    top: 0;
    left: 100%;
    display: block;
    position: absolute;
    background-color: inherit;
}

/*list indent*/
.list_indent li{
 text-indent: -1em;
 padding-left: 1em;
 font-size: 10px;
}
.list_indent_num li{
 position: relative;
 padding-left: 2em;
 font-size: 10px;
}
.list_indent li *,
.list_indent_num li *{
 text-indent: 0;
}
.list_indent_num li span:first-child{
 position: absolute;
 left: 0;
}
.list_indent a,
.list_indent_num a{
 margin: 0;
}

/*faq*/
.list_faq li{
 text-indent: -1em;
 padding-left: 1em;
margin-bottom:0;
font-size: 16px;
}
.mTopminus{
margin-top:-3.5em;
}
.indent{
padding-left: 1em;
}
/*noicon */
a.noicon{
 padding: 0;
 word-break: break-all;
 border-bottom: 1px solid #333;
 font-size: inherit;
 
  -webkit-transition: border-bottom-color .2s ease-out, color .2s ease-out;
  transition: border-bottom-color .2s ease-out, color .2s ease-out
}
a.noicon:hover{
    color: #dc0032;
    border-bottom-color: transparent
  }
a.noicon .arrow,
a.noicon:before,
a.noicon:after{display: none;}

/*dl_wrap*/
.dl_wrap{
 border: 1px #333 solid;
 padding:20px;
margin-bottom:10px
}
.editor-styles-wrapper .dl_wrap .wp-block-column p:only-child{
 margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-column .originalDownloadButton a{ 
 box-sizing: border-box;
 display: inline-block;
 width: 100%;
 padding: 20px 10px;
 margin: 0 auto 0;
 border-bottom: none;
 border: 1px solid #DC0032;
 color: #DC0032;
 font-size: inherit;
 text-align: center;
 transition: border-bottom-color .2s ease-out, color .2s ease-out;
}
.wp-block-column .originalDownloadButton a:before{
 display: none;
}
.editor-styles-wrapper .wp-block-column .originalDownloadButton a:hover {
 color: white; background-color: #DC0032;
 transition: border-bottom-color .2s ease-out, color .2s ease-out;
}
/*.dl_wrap.wp-block-columns + ul{
 margin-top: -23px;
}*/


/* 共通 - 複数カラム内のオリジナルリンクボタン ------------------- */
.editor-styles-wrapper .wp-block-column .originalDownloadButton a{ 
 box-sizing: border-box;
 display: inline-block;
 width: 100%;
 padding: 20px 10px;
 margin: 0 auto 0;
 border-bottom: none;
 border: 1px solid #DC0032;
 color: #DC0032;
 font-size: inherit;
 text-align: center;
 transition: border-bottom-color .2s ease-out, color .2s ease-out;
}
.wp-block-column .originalDownloadButton a:before{
 display: none;
}
.editor-styles-wrapper .wp-block-column .originalDownloadButton a:hover {
 color: white; background-color: #DC0032;
 transition: border-bottom-color .2s ease-out, color .2s ease-out;
}

/*title lead*/
.editor-styles-wrapper .title-lead{
position: relative;
margin-top:-132px;
font-size:1.5rem;
}
@media screen and (min-width:479px) and (max-width:959px) {
.editor-styles-wrapper .title-lead{
margin-top:-68px;
font-size:1.3rem;
}
}
@media screen and (max-width:478px) {
.editor-styles-wrapper .title-lead{
margin-top:-60px;
font-size:1rem;
}
}

/*img-title-head*/
.editor-styles-wrapper .wp-block-image.img-title-head{
margin-bottom:-134px;
}
@media screen and (min-width:479px) and (max-width:959px) {
.editor-styles-wrapper .wp-block-image.img-title-head{
margin-bottom:-88px;
}
}
@media screen and (max-width:478px) {
.editor-styles-wrapper .wp-block-image.img-title-head{
margin-bottom:-88px;
}
}

/*contact*/
.editor-styles-wrapper h4{
margin-top: 40px;
}
.editor-styles-wrapper .iconarea-tel,
.editor-styles-wrapper .iconarea-mail{
  display: block;
  text-align: center;
  padding: 40px 0;
  background-color: #7BB757;
  background-image: linear-gradient(#479A16, #A6CE8F);
  border-radius: 5px;
}
.iconarea-tel i {
  margin: 0;
  padding: 0;
  font-size: 50px;
  line-height: 120px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
}
.iconarea-mail i {
  margin: 0;
  padding: 0;
  font-size: 50px;
  line-height: 120px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
}
.editor-styles-wrapper p.tel{
font-weight: bold;
font-size: 38px;
  line-height: 1;
margin-bottom: 20px;
}
.editor-styles-wrapper p.cap{
margin: 0;
font-size: 12px;
}
.bkfrmblock{
border: 3px solid #3E3A39;
}


.bkfrmblock .icon {
  width: 120px;
  border-right: 3px solid #3E3A39;
  text-align: center;
  background-color: #3E3A39;
}

.editor-styles-wrapper .bkfrmblock p,
.editor-styles-wrapper .bkfrmblock .wp-block-image{
margin-bottom:0;
}

/*FAQ*/

#text .q_link .head, 
#text .a .head{
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: .3em;
  font-weight: bold;
  font-size: 1.4em;
  color: #333;
  text-align: center;
  line-height: 2;
 text-indent: 0;
}
#text .q_link{
cursor: pointer;
}
#text .q_link p{
position:relative;
}
#text .q_link .btn {
  position: absolute;
  top: 0.5em;
  right: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  font-weight: bold;
  font-size: 1.6em;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-image: none;
  background-color: #ccc;
  border-radius: 3px;
text-indent:0
}

#text .a {
display:none;
 padding-left: 3.5em;
}
#text .a > p:first-child{
 text-indent: -3.2em;
}
#text .a .a_indent{
 text-indent: 0;
}
#text .faq_wrap{
border-bottom: 1px solid #ccc;
}
#text .cap ,
.list_text{
  position: relative;
  display: block;
  padding-left: 1em;
 text-indent: 0;
}
#text .cap{
  font-size: 10px;
}
#text .cap .mark ,
.list_text .mark{
  position: absolute;
  left: 0;
}
#text .a .cap:last-child{
 margin-bottom: 30px;
}

/*sitemap*/
.sitemap-title {
    margin: 20px 0 40px;
    padding-top: 40px;
    position: relative;
    background-image: url(https://am.denso.com/storagebattery/wp-content/uploads/sites/18/sitemap_title.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.sitemap-title a {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .05rem;
    line-height: 1.4;
}
/*table border error*/
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td{background-clip: padding-box;}


/*2行目字下げ*/
p.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

/* 共通 - 複数カラム内のオリジナルリンクボタン02 ------------------- */
/* ボタンのスタイル */
.wp-block-column .originalDownloadButton02 {
    box-sizing: border-box;
    display: block; /* display: block;に変更 */
    width: 100%; /* 幅を100%に設定 */
    text-align: center;
    padding: 20px 10px;
    margin: 20px auto 0;
    border: 1px solid #dc0032;
    color: #dc0032;
    font-size: inherit;
    text-align: center;
    transition: border-bottom-color .2s ease-out, color .2s ease-out, background-color .2s ease-out;
}


/* マウスオーバー時のスタイル */
.wp-block-column .originalDownloadButton02:hover {
    color: white;
    background-color: #dc0032;
    transition: border-bottom-color .2s ease-out, color .2s ease-out, background-color .2s ease-out;
}


/* 隙間調整 */
.sukimatyousei{
     margin-bottom:0px;
}
.custom-bullet-list {
    list-style-type: none;
}
	

/* リストの先頭をアスタリスクにする */
ul.asterisk li {
  position: relative;
  padding-left:1em;  /* 全体の左余白を調整 */
  text-indent:0em; /* 1行目の字下げ */
}

ul.asterisk li::before {
  content: '※';
  position: absolute;
  left:0; /* 左端に配置 */
}
	
/* 表組みの左列を固定しない */
.has-fixed-layout th {
    position: static !important;
}

@media (max-width: 768px) {
    .has-fixed-layout th {
        position: static !important;
    }
}

/*特長(SDシリーズ）の隙間調整*/
.page-id-2015 h6.wp-block-heading{
font-size:1.1rem;
margin-bottom:0.7em
}

.page-id-2015 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td{
padding:0 0.5em;
font-size: 16px;
}
