@charset "utf-8";

/*----------------------------------------------------
	PC用
----------------------------------------------------*/

html {
	scroll-behavior: smooth;
}

/* 背景画像 */
.campaign #careContents {
	background: url(../../common/images/bg_footprints_01.svg) no-repeat right bottom;
	background-position-x: calc(50% + 450px) ;
	background-position-y: bottom 20px;
}

/* キャンペーン終了 */
.campaign #notCareIndex p.topAttent {
	font-size: 30px;
	margin-top: 40px;
	text-align: center;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	color: #ff0000;
	padding: 20px 0;
}

/* タイトルまわり */
.campaign #notCareIndex .titleArea {
	margin-top: 30px;
}

/* タイトルバー */
.campaign #notCareIndex h4.titleBar {
	background: url(../../common/images/bg.png);
	color: #b42f20;
	font-size: 25px;
	/*font-weight:bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.2;
	padding: 10px 10px 10px 20px;
	margin-top: 50px;
}

.campaign #notCareIndex h4.titleBar::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../../common/images/icon_footprints_or.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 15px;
}

.campaign #notCareIndex h4.titleBar span {
	/*font-weight: normal;*/
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	font-size: 22px;
	margin-left: 20px
}

/* セクション */
.campaign #notCareIndex {
	padding-bottom: 110px;
}

.campaign #notCareIndex section {
	margin-top: 70px;
	margin-bottom: 0;
}


/*----------------------------------------------------
	スターフライヤー
----------------------------------------------------*/
.campaign.starflyer #notCareIndex .catchArea {
	margin-top: 30px;
	font-size: 18px;
}

.campaign.starflyer #notCareIndex .catchArea p {
	margin-top: 1em;
}

.campaign.starflyer #notCareIndex .catchArea p:first-child {
	margin-top: 0;
}

.campaign.starflyer #notCareIndex .catchArea .imgBox {
	display: flex;
	margin-top: 1em;
	justify-content: space-between;
}

.campaign.starflyer #notCareIndex .catchArea .txtArea {
	width: 475px;
}

.campaign.starflyer #notCareIndex .catchArea .txtArea strong {
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.campaign.starflyer #notCareIndex .catchArea .txtArea a:link,
.campaign.starflyer #notCareIndex .catchArea .txtArea a:visited {
    color: #444;
	text-decoration: underline;
}

.campaign.starflyer #notCareIndex .catchArea .txtArea a:hover,
.campaign.starflyer #notCareIndex .catchArea .txtArea a:active {
	text-decoration: none;
}

.campaign.starflyer #notCareIndex .catchArea figure {
	width: 475px;
}

.campaign.starflyer #notCareIndex .detailArea {
	
}

.campaign.starflyer #notCareIndex .detailArea p {
	color: #76323f;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 1em;
}

.campaign.starflyer #notCareIndex .detailArea p a:link,
.campaign.starflyer #notCareIndex .detailArea p a:visited {
    color: #76323f;
	text-decoration: underline;
}

.campaign.starflyer #notCareIndex .detailArea p a:hover,
.campaign.starflyer #notCareIndex .detailArea p a:active {
	text-decoration: none;
}

.campaign #notCareIndex h4.titleBar:first-child {
	margin-top: 0;
}

.campaign.starflyer #notCareIndex .detailArea .notes {
	margin-top: 50px;
}

.campaign.starflyer #notCareIndex .detailArea .notes ul.notesDogAttent {
	font-size: 14px;
	margin-top: 10px;
}

.campaign.starflyer #notCareIndex .detailArea .notes ul.notesDogAttent li {
	text-indent: -2em;
	margin-left: 2em;
	margin-top: 5px;
}



