@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/pbcb_bc/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/pbcb_bc/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 {
	display: inline-block;
	text-align: left;
	color: #444444;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
}
@media only screen and (max-width:767px) {
.lead_01 {
	font-size: 16px;
	}
}

/* 下線つきテキスト */
.tx_ul01 {
	margin-top: 15px;
	color: #00a0c8;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.tx_ul01 span {
	border-bottom: dotted 4px #00a0c8;
}
@media screen and (max-width:767px) {
.tx_ul01 {
	margin: 15px 20% auto;
}
}

/* 特長H3 */
.h3_feature {
	margin-top: 15px;
	color: #729330;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.h3_feature span {
	border-bottom: dotted 4px #729330;
}

/* 特長テキスト */
.tx_feature {
	text-align: left;
}

/* 機種名見出し */
.tx_title01 {
	color: #FFFFFF;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	width: 220px;
	margin: 15px auto;
}
.tx_title01 span {
	display: block;
	background-color: #004878;
	border-radius: 30px;
	line-height: 2em;
}
.tx_title02 {
	color: #FFFFFF;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	width: 120px;
	margin: 15px auto;
}
.tx_title02 span {
	display: block;
	background-color: #004878;
	border-radius: 30px;
	line-height: 2em;
}

/* チェックマークつきリスト */
.check_list_01 li {
	line-height: 1.6em;
	padding: 0 20px 7px 47px;
	color: #729330;
	font-size: 18px;
	font-weight: 700;
	background: url("/fa/products/lvd/lvcb/pmerit/pbcb_bc/assets/img/img_check.png") left 20px top 1px no-repeat;
}
.check_list_01 span {
	padding-top: 5px;
	line-height: 1.4em;
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

/* 吹き出しH3 */
.box01 h3 {
	color: #dc6f06;
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	background-color: #FFFFFF;
}
.box01 {
    position: relative;
    border-bottom: 3px solid #dc6f06;
    color: #dc6f06;
	background-color: #FFFFFF;
}
.box01:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid #dc6f06;
    background-color: #FFFFFF;
    content: "";
}
@media screen and (max-width:767px) {
.box01 {
	margin: 0 8%;
}
}


