@charset "utf-8";
/***************************************
 ネックストラッププレゼントキャンペーン
 ***************************************/

/* 背景色 */
.cp013-bg {
	background-color: #fdd;
	padding-top: 2em;
	padding-bottom: 2em;
}
/* 文書のタイトル */
.cp013-title {
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
	margin: 2em auto;
}
.cp013-title-note {
	font-size: 0.5em;
}

@media print, screen and (min-width: 768px) {
	.cp013-title {
		font-size: 1.5em;
	}
	.cp013-title-note {
		font-size: 0.7em;
	}
}

/* リーフレット */
.cp013-leaflet {
}

/* 白背景枠 */
.cp013-description-frame {
	background-color: white;
	border-radius: 20px;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 2em;
}
@media print, screen and (min-width: 768px) {
	.cp013-description-frame {
		padding: 3em;
	}
}

.cp013-description-items {
}

/* 項目 */
.cp013-description-items li {
	margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
	.cp013-description-items li {
		margin-bottom: 2em;
	}
}

/* 項目名 */
.cp013-description-items .title {
	border-left: 15px solid #f69440;
	padding: 0 0.5em;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 0.2em;
}
@media print, screen and (min-width: 768px) {
	.cp013-description-items .title {
		margin-bottom: 0.5em;
	}
}

/* 項目の内容 */
.cp013-description-items .text {
	margin-left: 0.5em;
	line-height: 1.5em;
}
@media print, screen and (min-width: 768px) {
	.cp013-description-items .text {
		margin-left: 1em;
	}
}

/* 字下げ */
.cp013-description-items .text-indent {
	margin-left: 1.5em;
	line-height: 1.5em;
}
@media print, screen and (min-width: 768px) {
	.cp013-description-items .text-indent {
		margin-left: 2em;
	}
}

.text-red {
	color: red;
}

/* 注釈 */
.cp013-description-items .note {
	font-size: 0.8em;
	margin-left: 0.5em;
}
@media print, screen and (min-width: 768px) {
	.cp013-description-items .note {
		margin-left: 1em;
		margin-right: 3em;
	}
}

/* 横に並べるレイアウト枠 */
.cp013-description-items .layout1 {
	display: inline-block;
	vertical-align: top;
}

/* サービス画像 */
.cp013-description-items .service-image {
	margin-left: 50px;
	margin-top: 20px;
	width: 200px;
	height: 200px;
}
@media print, screen and (min-width: 768px) {
	.cp013-description-items .service-image {
		margin-top: -40px;
	}
}

/* リンク */
.cp013-description-items a {
	text-decoration: underline;
}

/* 申込みボタンの配置 */
.cp013-application-layout {
	padding: 2em 0;
	text-align: center;
}

/* 申込みボタン */
.cp013-application-layout .button {
	text-align: center;
	color: white;
	font-weight: 700;
	font-size: 1.2em;
	/*background-color: #6ae;*/
	background: linear-gradient(180deg, #4FA3ED, #3E80BA);
	margin: auto;
	max-width: 500px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	width: 80%;
}
@media print, screen and (min-width: 768px) {
	.cp013-application-layout .button {
		font-size: 1.6em;
		height: 100px;
		line-height: 100px;
		border-radius: 50px;
	}
}

