/*------------------------------------------------------------------------------
								CAMPAIGHN
------------------------------------------------------------------------------*/

.footer-menu-area {
	border-top: 1px solid #CCCCCC;
}
body {
	background:#FFFFFF;
}
body a {
	text-decoration: none!important;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	color:#000000;
	position: relative;
	background: #FFFFFF;
}
.btn {
	width: 400px;
	margin: 40px auto 0;
	line-height: 60px;
	height: 60px;
	background: #333333;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
	border-radius : 10px;
	text-align: center;
	position: relative;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}
.btn a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}
.content {
	width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px;
}

.header {
	width: 100%;
	height: 0px;
	padding-top: 25%;
	position: relative;
	background: url("../../img/kanso/campaign-head-pc.jpg") no-repeat center center / cover;
}
.header h1 {
	text-indent: -99999px;
	line-height: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.middle {
	width: 100%;
	height: auto;
	position: relative;
	background: url("../../img/challenge/middle-bg.jpg") repeat-y center center / cover;
}
.middle h3 {
	text-align: center;
	width: 1280px;
	margin: 0 auto;
	color: #ffff99;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.4em;
}
.middle h3 span {
	white-space: nowrap;
	display: inline-block;
}
.middle p {
	text-align: center;
	width: 1280px;
	margin: 0 auto;
	color: #ffffFF;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.6em;
}
.middle p span {
	white-space: nowrap;
	display: inline-block;
}

/*------------------------------------------------------------------------------
								INFO
------------------------------------------------------------------------------*/
section {
	padding: 40px 0 40px;
}
section h3 {
	width: 100%;
	padding-bottom: 20px;
	margin: 0 auto 40px;
	border-bottom: 4px solid #c81e09;
	font-family: 'Noto Sans JP', sans-serif;
}
section h3 div {
	color: #FFFFFF;
	width: 12em;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: 900;
	background: #c81e09;
}
section h3 div span {
	font-size: 18px;
}
#section1 p {
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.6em;
}
#section2 p {
	font-size: 22px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.8em;
}
#section2 em {
	font-style: normal;
	font-weight: 900;
	color: #FFFFFF;
	padding: 2px 0.5em 4px;
	margin: 0 0;
	background: #000000;
}
#section3 p {
	font-size: 36px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.6em;
}
#section3 p span {
	font-size: 28px;
	color: #c81e09;
	font-weight: 900;
	margin: 0 -0.3em;
}
section p {
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
section p strong {
	color: #c81e09;
	font-weight: 900;
}
section p.alert {
	font-size: 14px !important;
	font-weight: 400;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
}
#section4 p.alert {
margin-top: 10px;
}
section .box {
	position: relative;
	overflow: hidden;
}
#section2 ul li p {
	line-height: 1.8em!important;
}
#section2 .box li {
	margin-top: 30px;
	width: 49%;
	float: left;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 30px 30px;
	background: #f0f0f0;
	min-height: 660px;
}
#section2 .box li:last-child {
margin-right: 0px;
}
#section2 h4 {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	height: 40px;
	padding-top: 100px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
#section2 h4.tw:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	top:0px;
	left:50%;
	margin-left: -40px;
	background: #000000 url("../../img/kanso/x.png") no-repeat center center / contain;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
#section2 h4.insta:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	top:0px;
	left:50%;
	margin-left: -40px;
	background: #000000 url("../../img/kanso/insta.png") no-repeat center center / contain;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
#section2 h5 {
	width: 160px;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	height: 34px;
	color: #FFFFFF;
	margin: 20px auto 15px;
	position: relative;
	font-family: 'Bebas Neue', cursive;
	background: #c81e09;
}
#section2 .line {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	width: 100%;
	background: #000000;
	margin : 20px 0
}
#section2 .box p.setsu {
	line-height: 1.6;
}
#section2 .box p em.link:hover {
	background: #c81e09;
}
#section2 .box p.setsu a {
	color:#FFFFFF;
}
#section2 .btn {
	width: 240px;
	background: #000000;
	text-align: center;
	margin: 30px auto 0;
	height: 50px;
	line-height: 50px;
	position: relative;
}
#section2 .btn:hover {
	background: #c81e09;
}
#section2 .btn a {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	line-height: 50px;
	color:#FFFFFF;
}
#section4 h6 {
	background: #333333;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 800;
	padding: 0.3em 0;
	font-family: 'Noto Sans JP', sans-serif;
}
#section4 h6 span {
	font-size: 24px;
	margin-left: 0.5em;
}
#section4 .box li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 02%;
	background: #f0f0f0;
}
#section4 .box li .keihin-img {
	box-sizing: border-box;
	padding: 50px;
	margin-bottom: 0;
}
#section4 .box li:nth-child(2n) {
	margin-right: 0px;
}
#section4 p {
	font-size: 22px;
	text-align: center;
	line-height: 1.5em;
	padding: 0.5em 0;
	background: #c81e09;
	color: #FFFFFF;
}
#section5 h4 {
	font-size: 24px;
	margin-bottom: 0.5em;
}
#section5 h4 small {
	font-size: 16px;
	margin-left: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
#section5 {
	padding-bottom: 40px;
}
#section5 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	padding-right: 30px;
	text-align: justify;
}
#section5 p.margin-top10 {
	margin-top: 20px;
}
#section5 .scroll-box {
	overflow-y: scroll;
	height: 350px;
	box-sizing: border-box;
	padding: 20px 0 20px 20px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #000000;
}
#section5 p.chu2 {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 6px;
}
#section5 p.chu2 a {
	color:#c81e09!important;
}
#section5 p strong {
	color: #000000;
	font-weight: 700;
}
	


@media screen and (max-width: 1000px) {

/*------------------------------------------------------------------------------
								CAMPAIGHN
------------------------------------------------------------------------------*/
.btn {
	width: 60vw;
	margin: 5vw auto 0;
	line-height: 8vw;
	height: 8vw;
	-webkit-border-radius : 1vw;
	-moz-border-radius : 1vw;
	border-radius : 1vw;
	font-size: 3vw;
}
.content {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px;
}
.header {
	padding-top: 60vw;
	background: url("../../img/kanso/campaign-head-sp.jpg") no-repeat center center / cover;
}
.middle {
	width: 100%;
	height: auto;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	background: url("../../img/challenge/middle-bg.jpg") repeat-y center center / contain;
}
.middle h3 {
	width: 100%;
	font-size: 4.5vw;
	line-height: 1.4em;
}
.middle h3 span {
	font-size: 3.9vw;
}
.middle p {
	width: 100%;
	font-size: 3.5vw;
}

/*------------------------------------------------------------------------------
								INFO
------------------------------------------------------------------------------*/
section {
	padding: 5vw 0 5vw;
}
section h3 {
	padding-bottom: 3vw;
	margin: 0 auto 5vw;
}
section h3 div {
	width: 40vw;
	margin: 0 auto;
	height: 8vw;
	line-height: 8vw;
	font-size: 3.5vw;
}
#section1 p {
	font-size: 3.2vw;
	line-height: 1.5em;
	text-align: justify;
}
#section2 p {
	font-size: 3.2vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.8em;
}
#section3 p {
	font-size: 6vw;
}
#section3 p span {
	font-size: 5vw;
}
section p {
	font-size: 3.2vw;
}
section p.alert {
	font-size: 2.5vw !important;
	text-align: justify!important;
}
#section4 p.alert {
margin-top: 1vw;
}
#section2 .box li {
	margin-top: 4vw;
	width: 100%;
	float: none;
	margin-right: 0px;
}
#section2 .box li:last-child {
margin-right: 0px;
}
#section2 h4 {
	width: 100%;
	font-size: 4.5vw;
	line-height: 1em;
	height: 1em;
	padding-top: 14vw;
}
#section2 h4.tw:before {
	width: 12vw;
	height: 12vw;
	margin-left: -6vw;
	-webkit-border-radius:6vw;
	-moz-border-radius:6vw;
	border-radius:6vw;
}
#section2 h4.insta:before {
	width: 12vw;
	height: 12vw;
	margin-left: -6vw;
	-webkit-border-radius:6vw;
	-moz-border-radius:6vw;
	border-radius:6vw;
}
#section2 h5 {
	width: 30vw;
	font-size: 4vw;
	line-height: 7vw;
	height: 6.5vw;
	margin: 3vw auto 2vw;
}
#section2 .line {
	line-height: 2px;
	height: 2px;
	font-size: 2px;
	margin : 3vw 0
}
#section2 .btn {
	width: 40vw;
	background: #000000;
	text-align: center;
	margin: 4vw auto 0;
	height: 7vw;
	line-height: 7vw;
}
#section4 h6 {
	height: 7vw;
	line-height: 7vw;
	font-size: 4vw;
}
#section4 h6 span {
	font-size: 3.5vw;
}
#section4 .box li {
	width: 90%;
	float: none;
	margin: 0 0 0 5%;
	margin-right: 0%;
	margin-bottom: 6%;
}
#section4 .box li .keihin-img {
	padding: 7vw;
}
#section4 p {
	font-size: 3vw;
	padding: 0.5em 0;
}
#section4 li:nth-child(1) p,#section4 li:nth-child(4) p {
	padding: 0.5em 0;
}
#section4 ul li:last-child p {
	padding: 0.75em 0;
}
#section5 h4 {
	font-size: 4vw;
}
#section5 h4 small {
	font-size: 3vw;
}
#section5 {
	padding-bottom: 5vw;
}
#section5 p {
	font-size: 2.5vw;
	padding-right: 4vw;
}
#section5 p.margin-top10 {
	margin-top: 1.5vw;
}
#section5 .scroll-box {
	overflow-y: scroll;
	height: 60vw;
	box-sizing: border-box;
	padding: 3vw 0 3vw 3vw;
	border: 1px solid #000000;
}

}


@media print{
.main ul li .photo-none {
	display:none;
}
}