/****************************** mobile,cpmmon ******************************/

/* -------------------- 購読新聞のご案内 -------------------- */
.npCon {
	background: #f4f4f4;
}
.npItemCon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.npItem {
	width: 48%;
	margin-bottom: 10px;
}
.npItem:last-child {
	margin-bottom: 0px;
}

/* -------------------- 定期キャンペーン -------------------- */
/* .cnpnTxt br {
	display: none;
}
.cnpn1Con {
	margin: 20px 0;
	padding: 70px 20px 50px;
	position: relative;
	background-image: url(../image/campaign_bg.png);
	background-repeat: repeat;
	box-shadow: 5px 5px 5px #dedede;
}
.cnpnLabel {
	position: absolute;
  top: 28px;
  left: -7px;
  width: 87px;
  height: 39px;
  background-repeat: no-repeat;
  content: "";
}
.cnpn1Label {
  background-image: url(../image/campaign_tit01.svg);
}
.cnpn2Label {
  background-image: url(../image/campaign_tit02.svg);
}
.cnpn3Label {
  background-image: url(../image/campaign_tit03.svg);
}
.cnpn1Ttl {
	margin-bottom: 20px;
}
.cnpn1TtlMb {
	width: 100%;
}
.cnpn1TtlPc {
	display: none;
}
.cnpn1Txt {
	margin-bottom: 20px;
}
.cnpn1Txt br {
	display: none;
}
.cnpn1ItemCon {
	position: relative;
	background: #ffffff;
	padding: 50px 0;
	margin: 0 0 20px 0;
  box-shadow: 5px 5px 0 #e8e8e8;
}
.cnpn1ItemPoint {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 110px;
}
.cnpn1Item {
	margin-bottom: 30px;
}
.cnpn1Item>img {
	margin: 0 auto 10px;
	box-shadow: 5px 5px 5px #cecece;
}
.cnpn1ItemTtl {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}
.cnpn1ScheduleLink {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	background-color: #ffffff;
	padding: 12px 0;
	border: 1px solid #dedede;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 140px;
}
.cnpn1BnCon {
	position: relative;
}
.cnpn1BnPoint1
,.cnpn1BnPoint2 {
	position: absolute;
	top: -110px;
	width: 140px;
}
.cnpn1BnPoint1 {
	left: 0;
}
.cnpn1BnPoint2 {
	left: 145px;
}
.cnpn1BnTxt {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
}
.cnpn1Hosoku1 {
	margin-bottom: 5px;
}
.cnpnUnderCon {
	background: #f4f4f4;
	padding: 30px 20px;
	position: relative;
	box-shadow: 5px 5px 5px #dedede;
	box-sizing: border-box;
}
.cnpnUnderCon:first-child {
	margin-bottom: 20px;
}
.cnpnUnderItemCon {
	background: #ffffff;
	padding: 15px 0;
	margin-bottom: 20px;
	box-shadow: 5px 5px 0 #e8e8e8;
}
.cnpnUnderItemCon>img {
	margin: 0 auto;
}
.cnpnUnderTtl {
	letter-spacing: 1px;
	margin-bottom: 10px;
} */

/* -------------------- 求人のご案内 -------------------- */
/* .rcltImgCon {
	margin-bottom: 30px;
}
.rcltImg {
	width: 100%;
}
.rcltCntntTtl {
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.rcltLink {
	border: 1px solid #1f2774;
	background: #1f2774;
  height: 50px;
  line-height: 50px;
  text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 10px;
} */

/* -------------------- お知らせ -------------------- */
.infoCntntCon {
	height: 200px;
  padding: 27px 15px;
  border: 10px solid #f4f4f4;
	word-wrap: break-word;
	overflow: scroll;
}
.infoItem {
	margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}
.infoItem a {
	text-decoration: underline;
  color: #00e;
}
.infoDt {
	color: #C0AB92;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
}
.infoTtl {
	letter-spacing: 1px;
  line-height: 24px;
  margin: 5px 0 10px;
	font-size: 14px;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

	/* -------------------- 購読新聞のご案内 -------------------- */
	.npItem {
		width: 19%;
		margin-bottom: 0px;
	}

	/* -------------------- 定期キャンペーン -------------------- */
	/* .cnpnTxt {
		text-align: center;
	}
	.cnpnTxt br {
		display: block;
	}
	.cnpn1Ttl {
		width: 70%;
	}
	.cnpn1Txt br {
		display: block;
	}
	.cnpn1TtlMb {
		display: none;
	}
	.cnpn1TtlPc {
		display: block;
	}
	.cnpn1ItemCon {
		display: flex;
		justify-content: center;
		padding: 40px 0px;
	}
	.cnpn1Item {
		margin: 0 40px 0 0;
	}
	.cnpn1Item:last-child {
		margin: 0px;
	}
	.cnpnUnderArea {
		display: flex;
		justify-content: space-between;
	}
	.cnpnUnderCon {
		width: 48%;
	}
	.cnpnUnderCon:first-child {
    margin-bottom: 0px;
	} */

	/* -------------------- 求人のご案内 -------------------- */
	/* .rcltCntnt {
		display: flex;
		justify-content: space-between;
	}
	.rcltImgCon {
		order: 2;
		width: 48%;
	}
	.rcltTxtCon {
		width: 48%;
	} */
}

/****************************** tablet Pro ******************************/
@media (min-width: 960px){

	/* -------------------- 定期キャンペーン -------------------- */
	/* .cnpn1Con {
    margin: 40px 0;
    padding: 70px 60px 50px;
	}
	.cnpn1CntntCon {
		display: flex;
		justify-content: space-between;
	}
	.cnpn1ItemCon {
		width: 70%;
	}
	.cnpn1ItemPoint {
    left: -50px;
    width: 120px;
	}
	.cnpn1ScheduleCon {
		width: 28%;
	}
	.cnpn1BnTxt {
    margin-bottom: 20px;
	}
	.cnpnUnderCon {
		padding: 30px 60px;
	} */

	/* -------------------- 求人のご案内 -------------------- */
	/* .rcltTxtCon {
		width: 40%;
	}
	.rcltCntntTtl {
    margin-bottom: 20px;
    font-size: 18px;
	} */

	/* -------------------- お知らせ -------------------- */
	.infoCntntCon {
    height: 300px;
    padding: 35px 33px;
    border: 15px solid #f4f4f4;
	}
	.infoTtl {
		font-size: 16px;
	}
}
