@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/*============= 色指定ここから =============*/
.main1c .section h2:after,
.main1c .section .block-title,
.main1c .section .box,
.main1c .cdlist-default .cdlist-title,
.main1c .section .underline:after,
.main1c p.point-number {
  background: #042991;  /*【←アクセントカラーを設定】*/
}

.all-section {
  background: #9ebfd3 !important;  /*【←背景色を設定】*/
}

/*============= 色指定ここまで =============*/

/*============ 全体用CSSここから ===========*/

.main1c h2,
.main1c h3,
.cdlist-title {
  font-family: "NotoserifJP", serif !important;
  font-weight: 700;
}

.list-content {
  font-size: 14px !important;
  margin: 0 15px 15px;
  padding: 10px;
  background: #eaeaea;
}

.section_air span.title1{
	font-size: 28px !important;
	 background: linear-gradient(transparent 50%, #6699cc 50%);
}
.section_air span.title2{
	font-size: 22px !important;
	background: linear-gradient(transparent 90%, #042991 90%);
}

/*============ 全体用CSSここまで ===========*/

@media screen and (max-width: 767px) {
/*======= スマートフォン用CSSここから ======*/

.section_air span.title1{
	font-size: 50px !important;
}
.section_air span.title2{
	font-size: 38px !important;
}

/*======= スマートフォン用CSSここまで ======*/
} /* end media query */