/*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: #b6baa7;
 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;
}
/*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;
}
}

/*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;
}


/*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
}
#text .a p{
 padding-left: 3.5em;
 text-indent: -3.5em;
}
#text .a .a_indent{
 text-indent: 0;
}
#text .faq_wrap{
border-bottom: 1px solid #ccc;
}

/*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;
}
/* 共通 - 複数カラム内のオリジナルリンクボタン ------------------- */
.wp-block-column .originalDownloadButton { box-sizing: border-box; display: inline-block; width: 80%;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; }
.wp-block-column .originalDownloadButton:hover { color: white; background-color: #dc0032; transition: border-bottom-color .2s ease-out, color .2s ease-out; }

/*段落内の一部の文字のみに色付け---------------------------*/
.red{
color:#781423;
}

/* 2024.02.ラインナップ部分--------------------------- */

.kubi{
font-size:17px;
	font-weight: 500;
	text-align: center;
border-bottom: 1px solid;
margin-bottom:10px;
	}
.ttl{
	font-size:19px;
	font-weight: 600;
	}
.nam{
	font-size:20px;
	font-weight:500;
		}
.spec{
	font-size:12px;
	font-weight:100;
		}

.small{
	font-size:10px;
	font-weight:100;
		}

