/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


/* head menu 中央揃え  */
.global-nav--layout--float-right{
    margin-left: none;
}
.global-nav--layout--float-right{
    margin: auto;
}

/* footer menu 中央揃え  */
.footer-nav {
    display: block;
    text-align: center;
}

/* 黒線非表示 
.b-sideMenu {
    background-position: unset;
    background-image: none;
}
*/

/* 背景色の塗りつぶしなし */
h4:where(:not(.wp-block-post-title)) {
    background-color: unset;
}

/* 上線非表示 */
h2:where(:not(.wp-block-post-title)){
    border-top: unset;
}

/* パートナー様のメリット */
.t0-b-fullWidthFrameCard{
    margin: 0 -1500px 0 -1500px;
}
.t0-b-fullWidthFrame, .t0-b-fullWidthFrame2, .t0-b-fullWidthFrame3, .t0-b-fullWidthFrame4, .t0-b-fullWidthFrame5, .t0-b-fullWidthFrame6, .t0-b-fullWidthFrame7, .t0-b-fullWidthFrame8, .t0-b-fullWidthFrame9, .t0-b-fullWidthFrame10 {
    margin: 0 -1000px 0 -1000px;
}
.ex-topSpacingTweak-up-3s {
    margin-top: 2%;
}
.ex-topSpacingTweak-up-5s {
    margin-top: 0px;
}