@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_bh/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_bh/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;
}

/* シリーズH3 */
.h3_series01 {
	color: #FFF;
	background-color: #004878;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 8px;
}

/* 緑枠h3 */
.h3_point h3 {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 0;
	background-color: #729330;
	text-align: center;
}

/* グリッド枠 */
.box01 {
	position: relative;
	margin-bottom: 60px;
	padding: auto 20px;
	border-radius: 20px;
	border: 3px solid #dc6f06;
	transform: translateY(40px);
}
.box01_h3 {
	position: absolute;
	display: inline-block;
    width: 240px;
	color: #dc6f06;
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	left: calc( 50% - 120px );
	top: -0.7em;
	transform: translateY(-17px);
}
.box01_h3 span {
	display: inline-block;
	font-size: 16px;
}
.box01_h4 {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.box01_h4 span {
	display: inline-block;
	margin-top: 25px;
	padding: 10px 20px 0;
	border-bottom: solid 10px #F8C9A7;
}
.box02 {
	position: relative;
	margin-bottom: 60px;
	padding: auto 20px;
	border-radius: 20px;
	border: 3px solid #729330;
	transform: translateY(40px);
}
.box02_h3 {
	position: absolute;
	display: inline-block;
    width: 240px;
	color: #729330;
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	left: calc( 50% - 120px );
	top: -0.7em;
	transform: translateY(-17px);
}
.box03 {
	position: relative;
	margin-bottom: 60px;
	padding: auto 20px;
	border-radius: 20px;
	border: 3px solid #00a0c8;
	transform: translateY(40px);
}
.box03_h3 {
	position: absolute;
	display: inline-block;
    width: 240px;
	color: #00a0c8;
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	left: calc( 50% - 120px );
	top: -0.7em;
	transform: translateY(-17px);
}

/* 吹き出しH3 */
.box04 h3 {
	color: #004878;
	font-size: 24px;
	font-weight: bold;
	padding: 3px;
	background-color: #F2F2F2;
}
.box04 {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #004878;
    color: #004878;
	margin: 0 30%;
	background-color: #F2F2F2;
}
.box04:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid #004878;
    background-color: #F2F2F2;
    content: "";
}
@media screen and (max-width:767px) {
.box04 {
	margin: 0 15%;
}
}

/* 特長H3 */
.h3_feature {
	margin-top: 15px;
	color: #004878;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border-bottom: dotted 4px #004878;
}
@media screen and (max-width:767px) {
.h3_feature {
	margin: 15px 20% auto;
}
}

/* テキスト左揃え */
.tx_al_left {
	display: inline-block;
	text-align: left;
}

/* スラッシュ見出し */
.grid_slash {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #00a0c8;
}
.grid_slash::before, .grid_slash::after {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #00a0c8;
}
.grid_slash::before {
    transform: rotate(60deg);
}
.grid_slash::after {
    transform: rotate(-60deg);
}
@media (max-width: 600px) {
.grid_slash {
	font-size: 20px;
}
}

/* 上下枠付きテキスト */
.tx_feature {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #004878;
	border-bottom: dotted 4px #00a0c8;
	border-top: dotted 4px #00a0c8;
	padding: 10px 0;
}
.tx_feature span {
	font-size: 14px;
}

/* 上下枠付きテキスト */
.list_feature {
	text-indent: -1.1em;
	padding-left: 1.1em;
}


