@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_top60 {
	margin-top: 60px!important;
}
.mrgn_top80 {
	margin-top: 80px!important;
}

/* メインビジュアル */
.main_bg {
	background: url("/fa/products/lvd/lvcb/pmerit/snglcb/assets/img/main_bg.jpg") 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: 1600px) {
.main_bg {
	background: url("/fa/products/lvd/lvcb/pmerit/snglcb/assets/img/main_bg.jpg") no-repeat center / auto 100%;
}
}

/* Section01 */
.wid100_bg {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.sec_01 {
	background-color: #F2F2F2;
	padding: 40px 0 50px 0;
}
.sec_01-lead {
	color: #444444;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6em;
}
.sec_01-lead span{
	color: #DC6F06;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.6em;
}
@media only screen and (max-width:767px) {
.sec_01-lead {
	font-size: 16px;
	}
.sec_01-lead span{
	font-size: 20px;
}
}

.tile_Aflame {
	max-width: 175px;
	margin: 25px auto 0;
	padding: 3px;
	background-color: #00a0c8;
	border: 3px solid #00a0c8;
	border-radius: 25px;
	display: block;
	position: relative;
	transition: all .3s ease-out;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
}
@media only screen and (max-width:767px) {
.tile_Aflame {
	margin: 15px auto 40px;
}
}

td.tbl_red {
	background-color: #f8e4ea;
	color: #FF0000;
	font-size: larger;
	font-weight: 700;
	border: dashed 3px #FF0000;
}
.tbl_lead {
	background-color: #f8e4ea;
    margin: 1em 0 3em;
    padding: 15px 25px;
    border-radius: 10px;
	border: 3px dashed #FF0000;
}
.tbl_lead ul li {
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
.tbl_gray01 {
	background-color: #F2F2F2;
}
.tbl_gray02 {
	background-color: #FBFBFB;
}
.li_red {
	color: #FF0000;
	font-size: 16px!important;
	font-weight: 700;
	padding-bottom: 8px;
}


/* Section02 */
.background_01 {
	background: linear-gradient(transparent 60%, #b3dcea 60%);
	padding: 0 5px;
	font-size: 24px;
}
@media (max-width: 600px) {
.background_01 {
	font-size: 20px;
}
}
.sec02_p01 {
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 1.5em;
}
.sec02_p01 span {
	display: inline-block;
	background-color: #dc6f06;
	border-radius: 30px;
	padding: 8px 20px;
}
