@charset "utf-8";

/* PC・スマホ表示 */
@media (min-width:768px) {
  .pc_only {
      display: block !important;
  }
  .sp_only {
      display:none !important;
  }
}
@media only screen and (max-width:767px) {
  .pc_only {
      display:none !important;
  }
  .sp_only {
      display: block !important;
  }
}

/* 共通項目 */
.mrgn_top10 {
	margin-top: 10px!important;
}
.mrgn_top15{
	margin-top: 15px!important;
}
.mrgn_top20 {
	margin-top: 20px!important;
}
.mrgn_top30 {
	margin-top: 30px!important;
}
.mrgn_top40 {
	margin-top: 40px!important;
}
.mrgn_btm20 {
	margin-bottom: 20px!important;
}

/* メインビジュアル */
.main_bg {
	background: url("/fa/products/lvd/lvcb/pmerit/spcb/assets/img/main_bg.png") no-repeat center / 100% 100%;
}
.main_bgwrap {
	overflow: hidden;
}
.pattern01 img{
    opacity: 0;
    transform: translateX(40px);
    transition: .9s;
}
.pattern01.show img{
    opacity: 1;
    transform: translateX(0);
}
@media (max-width: 1400px) {
.main_bg {
	background: url("/fa/products/lvd/lvcb/pmerit/spcb/assets/img/main_bg.png") no-repeat center / auto 100%;
}
}

/* 幅全体グレー背景 */
.wid100_bg {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.sec_gray {
	background-color: #F2F2F2;
	padding: 40px 0 50px 0;
}

/* リード文 */
.lead_01 {
	color: #444444;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
}
@media only screen and (max-width:767px) {
.lead_01 {
	font-size: 16px;
	}
}

/* 緑字見出しh3 */
.h3_bpm_feat {
	font-size: 20px;
	font-weight: 700;
	color: #729330;
	padding-bottom: 3px;
	border-bottom: dotted 4px #729330;
}
.text_bpm_feat {
	display: inline-block;
	text-align: left;
}

/* 下線（点線）つきp */
.line_p01{
	font-size: 20px;
	font-weight: 700;
	color: #00a0c8;
	text-align: center;
	line-height: 2em;
}
.line_p01 span {
	border-bottom: 4px dotted #00a0c8;
}

/* 横線h3 */
.h3_sideline01 {
    position: relative;
    padding: 0 62px;
    text-align: center;
    font-size: 22px;
	color: #735aa3;
}
.h3_sideline01:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #735aa3;
}
.h3_sideline01 span {
	display: inline-block;
    position: relative;
    padding: 0 1em;
    background: #fff;
}
span.h3_side_none {
    font-size: 14px!important;
	color: #000!important;
}

/* BPMラインアップ表　備考設定 */
.bpm_lineup {
	text-indent: -1.6em;
	padding-left: 1.6em;
}
.bpm_lineup span {
	text-indent: 0;
	display: inline-block;
	padding: 5px 10px;
	border: dashed 2px #00a0c8;
}

