@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("../img/main_bg_img.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: 1400px) {
.main_bg {
	background: url("../img/main_bg_img.jpg") no-repeat center / auto 100%;
}
}

/* チェックマークつきリスト */
.check_list_01 li {
	line-height: 1.6em;
	padding: 0 20px 7px 47px;
	font-size: 16px;
	background: url("../img/img_check01.png") left 20px top 1px no-repeat;
}
.check_list_02 li {
	line-height: 1.6em;
	padding: 0 10px 7px 37px;
	font-size: 16px;
	background: url("../img/img_check02.png") left 10px top 1px no-repeat;
}
.check_list_03 li {
	line-height: 1.6em;
	padding: 0 10px 7px 37px;
	font-size: 16px;
	background: url("../img/img_check03.png") left 10px top 1px no-repeat;
}

/* 特長h3 */
.h3_feature01 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #00a0c8;
	border: solid 2px #00a0c8;
	border-radius: 15px;
	padding: 5px;
}
.h3_feature01 span {
	line-height: 3em;
}
@media (max-width: 767px) {
.h3_feature01 span {
	line-height: 1.5em;
}
}
.h3_feature02 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #735aa3;
	border: solid 2px #735aa3;
	border-radius: 15px;
	padding: 5px;
}

/* 端子カバー設定 */
.grid_cover {
	border: solid 2px #B2B2B2!important;
}
.h3_cover {
	background-color: #D9D9D9;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 2em;
	}

