@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;
}

/* チェックボックス */
.checkBox {
	line-height: 1.2;
}

.checkBox input[type="checkBox"] {
	display: none;
}

.checkBox input[type="checkBox"] + label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 26px;
}

.checkBox input[type="checkBox"] + label::before,
.checkBox input[type="checkBox"] + label::after {
	content: "";
	position: absolute;
	display: inline-block;
}

.checkBox input[type="checkBox"] + label::before {
	top: 0px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background-color: #fff;
}

.checkBox input[type="checkBox"] + label::after {
	background-color: transparent;
	transition: border-bottom-color,border-right-color .2s ease;
	transform: rotate(45deg); 
	top: 0px;
	left: 5px;
	width: 8px;
	height: 20px;
	margin-top: -5px;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-radius: 1.5px;
}

.checkBox input[type="checkBox"]:checked + label::after {
	border-color: #cc0000;
}

/* タイトルバー */
.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: 40px;
}

.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: 90px;
	margin-bottom: 0;
}

/* 基本のボタン */
.campaign #notCareIndex a.btDetail {
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 15px 120px;
	background: #b42f20;
	font-size: 25px;
	text-align: left;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.campaign #notCareIndex a.btDetail span {
	display: inline-block;
	padding-left: 10px;
}

.campaign #notCareIndex a.btDetail:link, 
.campaign #notCareIndex a.btDetail:visited {
	text-decoration: none;
}

.campaign #notCareIndex a.btDetail:hover, 
.campaign #notCareIndex a.btDetail:active {
	text-decoration: none;
	opacity:0.7;
}



/* テキストリンク */
.campaign #careContents #notCareIndex a.pointLinkS {
	background: url(../images/point_arrow_or.svg) no-repeat left center;
	display: inline-block;
	padding-left: 10px;
}

.campaign #careContents #notCareIndex a.pointLinkS:link,
.campaign #careContents #notCareIndex a.pointLinkS:visited {
        color:#444;
        text-decoration: underline;
}

.campaign #careContents #notCareIndex a.pointLinkS:hover,
.campaign #careContents #notCareIndex a.pointLinkS:active {
        color:#444;
        text-decoration: none;
}


/* タイトルまわり */
.campaign #notCareIndex .mainTitle {
	margin-top: 20px;
}

.campaign #notCareIndex .mainTitleArea {
	box-sizing: border-box;
	padding: 20px 10px 10px 10px;
	border: 5px solid #f6e4c5;
	background: url(../../common/images/bg.png);
	background-repeat: repeat;
	background-position: 0 0;
	margin-top: 20px;
	border-radius: 10px;
}

.campaign #notCareIndex .mainTitleArea .ribbonArea {
	position: relative;
	padding-bottom: 11px;
}

/*
.campaign #notCareIndex .mainTitleArea .ribbonArea::before {
	content: url(../images/maintitle_bk_ribbon_l.svg);
	position: absolute;
	bottom: -7px;
	left: 25px;
}

.campaign #notCareIndex .mainTitleArea .ribbonArea::after {
	content: url(../images/maintitle_bk_ribbon_r.svg);
	position: absolute;
	bottom: -7px;
	right: 25px;
}
*/

.campaign #notCareIndex .mainTitleArea .ribbonArea p.titleRibbon {
	margin: 0 50px;
	width: calc(100% - 100px);
	border-radius: 3px;
	text-align: center;
	line-height: 1.0;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	font-size: 25px;
	color: #fff;
	background: #f4a117;
	padding: 8px 0;
	box-sizing: border-box;
}

/* タイトルメイン */
.campaign #notCareIndex .mainTitleArea .titleArea {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.campaign #notCareIndex .mainTitleArea .titleArea .titleBox {
	display: flex;
	flex-direction: column;
}

.campaign #notCareIndex .mainTitleArea .titleArea .titleBox .titleText {
	padding-left: 30px;
	margin-top: 15px;
}

.campaign #notCareIndex .mainTitleArea .titleArea .titleBox .titleText h2 {
	font-size: 40px;
	line-height: 1.1;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	color: #b42f20;
}

.campaign #notCareIndex .mainTitleArea .titleArea .titleBox .titleText p {
	font-size: 26px;
	line-height: 1.1;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	color: #444;
	margin-top: 10px;
}

.campaign #notCareIndex .mainTitleArea .titleArea .titleBox.boxDog {
	flex-direction: column-reverse;
}

.campaign #notCareIndex .mainTitleArea .titleArea .titleBox.boxDog .titleImg {
	margin-top: -25px;
}


/* タイトル日付 */
.campaign #notCareIndex .mainTitleArea p.date {
	font-size: 23px;
	color: #b42f20;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	text-align: center;
	margin-top: 20px;
}


/* 応募ボタンまわり */
.campaign #notCareIndex .ouboTextArea {
	text-align: center;
	/*padding-top: 20px;*/
}

.campaign #notCareIndex .ouboTextArea p.ouboCatch {
	font-size: 20px;
	margin-top: 20px;
}

.campaign #notCareIndex .ouboTextArea p.ouboCatch strong {
	color: #f00;
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

/* 応募ボタン */
.campaign #notCareIndex .ouboTextArea p.ouboButton {
	margin-top: 40px;
}

.campaign #notCareIndex .ouboTextArea p.ouboButton a.btDetail.btOubo {
	font-size: 20px;
	/*font-weight: normal;*/
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	background: #f4a117;
	padding: 12px 90px;
}

.campaign #notCareIndex .ouboTextArea p.ouboButton a.btDetail.btOubo span {
	padding-left: 0;
}

.campaign #notCareIndex .ouboTextArea p.ouboButton a.btDetail.btOubo::before {
	content: "▼";
	margin-right: 15px;
}

.campaign #notCareIndex .ouboTextArea p.ouboButton a.btDetail.btOubo::after {
	content: "▼";
	margin-left: 15px;
}





/* プレゼント賞品詳細 */
.campaign #notCareIndex .presentDetail {
	margin-top: 50px;
}

.campaign #notCareIndex .presentDetail p.presentCatch {
	font-size: 18px;
	margin-top: 40px;
}

/* プレゼント賞品さんふらわあ詳細 */
.campaign #notCareIndex .presentDetail .presentSun {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.campaign #notCareIndex .presentDetail .presentSun .presentImg {
	width: 475px;
	padding-top: 3px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentImg figure img {
	border-radius: 5px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentImg figure figcaption {
	font-size: 14px;
	margin-top: 5px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText {
	width: 475px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText dl dt {
	width: 80px;
	margin-top: 30px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText dl dd {
	width: 380px;
	color: #76323f;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 30px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText dl dt:first-of-type,
.campaign #notCareIndex .presentDetail .presentSun .presentText dl dd:first-of-type {
	margin-top: 0px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText dl dd .number {
	display: inline-block;
	margin-top: 8px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText dl dd em {
	font-size: 16px;
	background: #76323f;
	color: #fff;
	display: inline-block;
	line-height: 1.1;
	padding: 3px 5px 2px;
	border-radius: 3px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText dl dd em .people {
	font-size: 23px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText dl dd .howmany {
	font-size: 16px;
	margin-left: 5px;
}

.campaign #notCareIndex .presentDetail .presentSun .presentText dl dd .howmany.shorten {
	letter-spacing: -1px;
}

/* 乗船チケットについての注意事項 */
.campaign #notCareIndex .presentDetail .notesTickets {
	margin-top: 30px;
}

.campaign #notCareIndex .presentDetail .notesTickets h5 {
	font-size: 18px;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.campaign #notCareIndex .presentDetail .notesTickets p.notesCatch {
	margin-top: 30px;
	font-size: 14px;
}

.campaign #notCareIndex .presentDetail .notesTickets ul.notesLink {
	font-size: 14px;
	margin-top: 15px;
}

.campaign #notCareIndex .presentDetail .notesTickets ul.notesLink li {
	margin-top: 5px;
}

.campaign #notCareIndex .presentDetail .notesTickets ul.notesAttent {
	font-size: 14px;
	margin-top: 10px;
}

.campaign #notCareIndex .presentDetail .notesTickets ul.notesAttent li {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 5px;
}

.campaign #notCareIndex .presentDetail .notesTickets ul.notesAttent li strong {
	color: #f00;
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

/* プレゼント賞品Dog詳細 */
.campaign #notCareIndex .presentDog {

}

.campaign #notCareIndex .presentDog ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.campaign #notCareIndex .presentDog ul li {
	width: calc(99.9% / 3);
	margin-top: 40px;
}

.campaign #notCareIndex .presentDog ul li a:link,
.campaign #notCareIndex .presentDog ul li a:visited {
	color:#76323f;
	text-decoration: none;
}

.campaign #notCareIndex .presentDog ul li a:hover,
.campaign #notCareIndex .presentDog ul li a:active {
	color:#76323f;
	text-decoration: underline;
}

.campaign #notCareIndex .presentDog ul li a:link dl dd em,
.campaign #notCareIndex .presentDog ul li a:visited dl dd em {
	color:#fff;
}

.campaign #notCareIndex .presentDog ul li a dl dd img {
	transition: 0.5s ;
}

.campaign #notCareIndex .presentDog ul li a:hover dl dd img,
.campaign #notCareIndex .presentDog ul li a:active dl dd img {
	opacity:0.7;
}

.campaign #notCareIndex .presentDog ul li dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.campaign #notCareIndex .presentDog ul li dl dt {
	width: 20%;
}

.campaign #notCareIndex .presentDog ul li dl dd:nth-of-type(1) {
	width: 80%;
	box-sizing: border-box;
}

.campaign #notCareIndex .presentDog ul li dl dd:nth-of-type(2) {
	width: 230px;
	text-align: center;
	padding-top: 10px;
}

.campaign #notCareIndex .presentDog ul li dl dd:nth-of-type(3) {
	/*width: calc(100% - 230px);
	align-self: flex-end;*/
	position: absolute;
	bottom: 95px;
	left: 18px;
}

.campaign #notCareIndex .presentDog ul li dl dd strong {
	font-size: 18px;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.3;
}

.campaign #notCareIndex .presentDog ul li dl dd strong::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_next_or.svg);
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}

.campaign #notCareIndex .presentDog ul li dl dd img {
	border-radius: 5px;
}

.campaign #notCareIndex .presentDog ul li dl dd em {
	font-size: 15px;
	background: #76323f;
	color: #fff;
	display: inline-block;
	line-height: 1.1;
	padding: 3px 5px 2px;
	border-radius: 3px;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.campaign #notCareIndex .presentDog ul li dl dd em .people {
	font-size: 20px;
}

.campaign #notCareIndex .presentDog p.presentDogAttent {
	margin-top: 30px;
	font-size: 14px;
}


/* Dogの注意事項 */
.campaign #notCareIndex .presentDetail .notesDog {
	margin-top: 30px;
}

.campaign #notCareIndex .presentDetail .notesDog h5 {
	font-size: 18px;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.campaign #notCareIndex .presentDetail .notesDog ul.notesDogAttent {
	font-size: 14px;
	margin-top: 10px;
}

.campaign #notCareIndex .presentDetail .notesDog ul.notesDogAttent li {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 5px;
}

.campaign #notCareIndex .presentDetail .notesDog ul.notesDogAttent li strong {
	color: #f00;
}


/* 応募要項 */
.campaign #notCareIndex .apply {
	
}

.campaign #notCareIndex .apply a:link,
.campaign #notCareIndex .apply a:visited {
        color:#333333;
        text-decoration: underline;
}

.campaign #notCareIndex .apply a:hover,
.campaign #notCareIndex .apply a:active {
        color:#333333;
        text-decoration: none;
}

.campaign #notCareIndex .apply p.appCatch {
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}

.campaign #notCareIndex .apply .requirement {
	width: 100%;
	height: 350px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	overflow-y: scroll;
	padding: 20px 10px;
	margin-top: 40px;
	font-size: 15px;
	background: #fff;
}

.campaign #notCareIndex .apply .requirement h5 {
	margin-top: 1.5em;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.campaign #notCareIndex .apply .requirement h4.detailTitle {
	font-size: 20px;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	text-align: center;
	margin-top: 30px;
}

.campaign #notCareIndex .apply .requirement h4.detailTitle:first-of-type {
	margin-top: 0;
}

.campaign #notCareIndex .apply .requirement p {
	margin-top: 0.3em;
}

.campaign #notCareIndex .apply .requirement p.contact {
	margin-top: 30px;
}

.campaign #notCareIndex .apply .requirement p.address {
	margin-top: 15px;
}

.campaign #notCareIndex .apply .requirement p.kome {
	text-indent: -1em;
    margin-left: 1em;
}

.campaign #notCareIndex .apply .requirement ol li {
	margin-top: 0.3em;
}

.campaign #notCareIndex .apply .requirement ol.pointNumber li {
	text-indent: -1.3em;
    margin-left: 1.3em;
}

.campaign #notCareIndex .apply .requirement ol.bracketsNumber li {
	text-indent: -2.7em;
    margin-left: 2.7em;
}


.campaign #notCareIndex .apply .requirement ul.point li {
	text-indent: -1em;
    margin-left: 1em;
}

.campaign #notCareIndex .apply .agree {
	margin-top: 40px;
	text-align: center;
}

.campaign #notCareIndex .apply .agree .checkBox {
	font-size: 18px;
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.campaign #notCareIndex .apply .agree a.btDetail {
	margin-top: 40px;
	pointer-events: none;
	opacity: 0.3;
	color: #fff;
}

.campaign #notCareIndex .apply .agree .checkBox input:checked ~ .btArea a.btDetail {
	pointer-events: auto;
	opacity: 1;
}

.campaign #notCareIndex .apply .agree .checkBox input:checked ~ .btArea a.btDetail:hover, 
.campaign #notCareIndex .apply .agree .checkBox input:checked ~ .btArea a.btDetail:active {
	text-decoration: none;
	opacity:0.7;
}


/*----------------------------------------------------
	thankyouページ
----------------------------------------------------*/
.campaignThanks #notCareIndex {
	font-size: 18px;
	padding: 50px 0 120px;
}

.campaignThanks #notCareIndex h3.thanksTitle {
	text-align: center;
	font-size: 38px;
}

.campaignThanks #notCareIndex p {
	margin-top: 2.5em;
}

.campaignThanks #notCareIndex p.attent {
	/*font-weight: bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}




