@charset "utf-8";
/* CSS Document */

.campaign {
	margin: 0 auto; 
	color: #3e3a39;
}

.main-top {
	text-align: center;
}

.link {
	text-align: center;
	margin: 30px auto;
	width: 80%;
}

img {
	max-width: 100%;
	height: auto;
}

h2{
	position: relative; 
	color: #ffffff; 
	background-color: #FF4F50; 
	margin-left: -1px;
	line-height: 4rem; 
	text-align: center;
	font-size: 2.4rem
}

h3 {
	font-size: 1.4rem;
}

.column_3 {
	display: flex; 
	flex-direction: column; 
	align-items:center;
	margin-bottom: 30px;
}

.column_3 img {
	width: 80%;
	padding: 20px 0;
}

.text-title {
	position: relative; 
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	margin: auto;
}

p {
	font-size: 1.2rem;
	margin: 10px auto ;
}

.line {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
	
}

ul {
	font-size: 1.4rem;
}

.cp_contents ul {
	padding-left: 20px;
}

.cp_contents li {
	display: list-item;
	list-style: disc;
}

.cp_contents a {
	display: inline;
}

li .text1  {
	list-style: none;
}

.notice li {
	font-size: 1.4rem; 
	list-style: none;
}


@media screen and (min-width: 1100px)  {
	.column_3{
	display: block;
	text-align: center;
	}

	.column_3 img {
		width: 30%;
		padding: 0 20px;
	}	
	
}


@media screen and (max-width: 768px) {
	h2 {
	font-size: 1.8rem;
	}	
	
}