@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/ealcb/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/ealcb/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;
}

/* スラッシュ吹き出し */
.grid_slash {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 24px;
}
.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;
}
}

/* 吹き出し①本体 */
.balloon01 {
    position: relative;
	display: block;
	max-width: 100%;
	margin: 30px 15% 0;
    padding: 20px 5%;
    background-color: #28accf;
    color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
    border-radius: 15px;
}
@media (max-width: 850px) {
.balloon01 {
	margin: 30px 10% 0;
}
}
@media (max-width: 768px) {
.balloon01 {
	margin: 30px 20% 0;
}
}
@media (max-width: 500px) {
.balloon01 {
	margin: 30px 15% 0;
	font-size: 16px;
}
}

/* 吹き出し①下部（色付きの半円） */
.balloon01::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(225deg);
    left: 60px;
    bottom: -15px;
    border-left: 20px solid #28accf;
    border-top: 20px solid #28accf;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
/* 吹き出し①下部（白い半円） */
.balloon01::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(225deg);
    left: 45px;
    bottom: -20px;
    border-left: 20px solid #F2F2F2;
    border-top: 20px solid #F2F2F2;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

/* ポイントつき囲み枠 */
.flame01 {
    position: relative;
    margin: 7em auto 0;
    width: 90%;
    padding: 1em;
    border: 3px solid #de98b0;
    border-radius: 15px;
}
.flame01 .flame01-title {
    position: absolute;
    display: inline-block;
    top: -38px;
    left: -5px;
    padding: 0 10px;
    line-height: 1;
    font-size: 18px;
    color: #de98b0;
    font-weight: bold;
}
.flame01 p {
    padding: 15px 20px 10px;
    margin: 0;
    color: #444444;
    font-size: 18px;
    font-weight: 700;
}

/* タイルの設定 */
.grid-feature {
	padding: 10px 5px;
	border-radius: 20px;
	background: #FFF;
	height: 100%;
}
.grid-feature p {
	padding: 0 15px 15px 15px;
}
.grid-feature-title {
	color: #729330;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7;
}
.grid-feature-title span.grid_tx_bd {
	border-bottom: dotted 4px #729330;
}
.grid-feature-txt {
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	text-align: center;
}
.grid-feature-lead {
	margin-top: 40px;
	text-align: center;
}
.grid-feature-lead p {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

/* 吹き出し②本体 */
.balloon02 {
    position: relative;
	margin: 30px 25% 0;
    padding: 20px;
    background-color: #28accf;
    color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
    border-radius: 15px;
}
@media (max-width: 1230px) {
.balloon02 {
	margin: 30px 20% 0;
}
}
@media (max-width: 1000px) {
.balloon02 {
	margin: 30px 15% 0;
}
}
@media (max-width: 850px) {
.balloon02 {
	margin: 30px 10% 0;
}
}
@media (max-width: 768px) {
.balloon02 {
	margin: 30px 20% 0;
}
}
@media (max-width: 500px) {
.balloon02 {
	margin: 30px 15% 0;
	font-size: 16px;
}
}

/* 吹き出し②下部（色付きの半円） */
.balloon02::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(225deg);
    left: 100px;
    bottom: -15px;
    border-left: 20px solid #28accf;
    border-top: 20px solid #28accf;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
@media (max-width: 500px) {
.balloon02::before{
    left: 50px;
}
}

/* 吹き出し②下部（白い半円） */
.balloon02::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(225deg);
    left: 115px;
    bottom: -20px;
    border-left: 20px solid #FFF;
    border-top: 20px solid #FFF;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
@media (max-width: 500px) {
.balloon02::after{
    left: 65px;
}
}
