/* 	コンセプト */

@media screen and (min-width: 641px){

#conc {
	line-height: 150%;
	}

#conc .main {
	width: 100%;
	height: 500px;
	background: url(img/main.jpg) no-repeat center;
	background-size: cover;
	font-size: 21px;
	font-weight: bold;
	line-height: 150%;
	color: #ffffff;
	margin: -60px auto 100px auto;
	padding: 60px 0px 0px 0px;
	text-align: center;
	}

#conc section {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 100px auto;
	}

#conc section img {
	width: 100%;
	margin: 0px 0px 30px 0px;
	}

#conc section a {
	background: url(../img/arr02.png) no-repeat right top;
	background-size: 20px auto;
	border-bottom: 2px #111111 solid;
	font-size: 16px;
	line-height: 100%;
	color: #111111;
	margin: 30px auto 0px auto;
	padding: 0px 35px 10px 0px;
	display: table;
	}

#conc .vid {
	width: 100%;
	background: #DE576A;
	padding: 7px;
	display: block;
	}

#conc .vid p {
	width: 100%;
	margin: 0px;
  	padding-top: 56.25%;
  	position: relative;
	}

#conc .vid iframe {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
	}

#conc .pap {
	width: 90%;
	max-width: 600px;
	margin: 0px auto;
	position: relative;
	}

#conc .pap img {
	width: 80%;
	border: 1px #dfdfdf solid;
	}

#conc .pap p {
	width: 160px;
	height: 160px;
	background: #EDEBE9;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 25px;
	}

#conc .pap p span {
	font-size: 14px;
	font-weight: bold;
	color: #DE586A;
	margin: 40px 0px 10px 0px;
	display: block;
	}

#conc .pap p font {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	display: block;
	}

}

@media screen and (max-width: 640px){

#conc {
	line-height: 150%;
	}

#conc .main {
	width: 100%;
	background: url(img/main.jpg) no-repeat center;
	background-size: cover;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #ffffff;
	margin: -40px auto 50px auto;
	padding: 40px 0px 200px 0px;
	text-align: center;
	}

#conc section {
	width: 90%;
	font-size: 14px;
	margin: 0px auto 50px auto;
	}

#conc section img {
	width: 100%;
	margin: 0px 0px 30px 0px;
	}

#conc section a {
	background: url(../img/arr02.png) no-repeat right top;
	background-size: 20px auto;
	border-bottom: 2px #111111 solid;
	font-size: 14px;
	line-height: 100%;
	color: #111111;
	margin: 30px auto 0px auto;
	padding: 0px 35px 10px 0px;
	display: table;
	}

#conc .vid {
	width: 100%;
	background: #DE576A;
	padding: 7px;
	display: block;
	}

#conc .vid p {
	width: 100%;
	margin: 0px;
  	padding-top: 56.25%;
  	position: relative;
	}

#conc .vid iframe {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
	}

#conc .pap {
	width: 90%;
	margin: 0px auto;
	position: relative;
	}

#conc .pap img {
	width: 70%;
	border: 1px #dfdfdf solid;
	}

#conc .pap p {
	width: 120px;
	height: 120px;
	background: #EDEBE9;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 25px;
	}

#conc .pap p span {
	font-size: 10px;
	font-weight: bold;
	color: #DE586A;
	margin: 25px 0px 5px 0px;
	display: block;
	}

#conc .pap p font {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	display: block;
	}

}

