@charset "UTF-8";
/* ===================================================================
CSS information
=================================================================== */


/*--------------------------------------------------------------------

共通要素

--------------------------------------------------------------------*/
* {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
}
body {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	width: 100%;
	font-size: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #434662;
}
a {
	display: inline;
	color: #434662 !important;
}
a:hover {
	text-decoration: none;
}
.inner {
	width: 960px;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.font-mspgothic {
	font-family:　"ＭＳ Ｐゴシック" !important;
	color: red;
}
.fade {
	opacity: 1;
	transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
}
.fade:hover {
	opacity: 0.5;
}
h2, h3, h4, h5 {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
	color: #000;
}
h2 {
	margin: 0 auto 30px auto;
	font-size: 4em;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1;
	color: #434662;
}
span.linklike {
	color: #434662;
}
.red {
	color: #f00;
}
br.sp {
	display: none;
}
br.pc {
	display: block;
}

@media screen and (max-width:960px) {
	.inner{
		margin: 0 auto;
		width: 100%;
		min-width: auto;
		position: relative;
	}
	a img{
		border:none;
	}
}
@media screen and (max-width:640px) {
	h2, h3, h4, h5 {
		font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
		color: #434662;
	}
	br.sp {
		display: block;
	}
	br.pc {
		display: none;
	}
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}


/*
ヘッダー
------------------------------------- */
header {
	background: #fff url(../img/bg-visual3.jpg) no-repeat center center;
	background-size: cover;
}
header {
	animation: changeHue 20s infinite;
}
@keyframes changeHue {
	0%   {filter: hue-rotate(40deg);}
	33%  {filter: hue-rotate(0deg);}
	67%  {filter: hue-rotate(80deg);}
	100% {filter: hue-rotate(40deg);}
}
header h1{
	animation: blurIn 2s ease-in;
}
@keyframes blurIn {
	0%   {filter: blur(5px);opacity: 0;}
	100% {filter: blur(0px);opacity: 1;}
}
header .bgContainer {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
header a {
	cursor: default;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

header h1 {
	width: 100%;
	max-width: 920px;
}
header h1 img {
	width: 100%;
}

@media screen and (max-width:960px) {
	header {
		margin-top: 10%;
		background: #fff url(../img/bg-visual3.jpg) no-repeat 0 0 ;
		background-size: cover;
	}
	header h1 {
		width: 94%;
	}
	header .bgContainer {
		width: 100%;
		min-height: 50vh;
	}
}


/*
結果発表
------------------------------------- */
#resultspage {
	background: transparent;
    border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 0px 0 80px 0;
	text-align: center;
}
#resultspage .inner {
	max-width: 960px;
}
#resultspage h2 {
	color: #434662;
}
#resultspage p{
	margin: 0 auto 30px auto;
	padding-top: 30px;
	text-align: center;
	line-height: 1.8em;
	font-size: 1.8em;
}
#resultspage .btn a {
	display: inline-block;
	width: 80%;
	max-width: 300px;
	margin: 0 auto;
	padding: 22px 0;
	background-color: #606fc7;
	text-decoration: none;
	font-size: 2em;
	border-radius: 100px;
	color: #ffffff !important;
}
#resultspage .btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #efedf6;
	border-top-color: #ffffff;
	border-bottom-color: #d9def6;
	border-radius: 100px;
	box-shadow: 0px 5px 20px #8f98c0;
	background: linear-gradient(74.04deg, #E5E7F1 17.5%, #EAEAF3 65.05%, #EFEDF6 88.47%);
	text-decoration: none;
	line-height: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #585d88 !important;
}
#resultspage .btn a {
	transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), 
	transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}
#resultspage .btn a:hover {
	transform: scale(1.0) translateY(-0.3rem);
}
#resultspage .btn a .fa-angle-right {
	position: absolute;
	right: 16px;
}

@media screen and (max-width:960px) {
	#resultspage {
		padding: 3% 0 8% 0;
	}
	#resultspage p {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0 5% 0;
		text-align: left;
	}
	#resultspage p br.sp {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#resultspage {
		margin: -10% 0 5% 0;
		padding: 10% 0 16% 0;
	}
	#resultspage h2 {
		height: auto;
		width: 90%;
		background: none;
		margin: 0 auto 3% auto;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
	}
	#resultspage p {
		font-size: 1.6em;
	}
	#resultspage .btn a {
		width: 60%;
		padding: 4% 0;
		font-size: 1.6em;
	}
}


/*
募集概要
------------------------------------- */
#intro {
	background: #fff;
	margin: 0;
	padding: 20px 0 100px;
	color: #333;
}
#intro h2 {
	padding-top: 30px;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.6em;
	color: #434662;
}
#intro p {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#intro .note {
	margin: 50px auto 0 auto;
	line-height: 1.8em;
	font-size: 1.3em;
	color: #444;
}

#intro .previousContests {
	border-top: 1px dotted #7a8395;
	border-bottom: 1px dotted #7a8395;
	margin: 0 auto 50px;
}
#intro .previousContests h4 {
	margin: 50px auto 30px;
	padding: 0;
	font-size: 2.2em;
	text-align: center;
	font-weight: bold;
	color: #434662;
}
#intro .previousContests ul {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: center;
}
#intro .previousContests .note {
	margin: 20px auto 50px auto;
}

#intro .disclaimer {
	border: 1px solid #bac4d9;
	border-radius: 3px;
	margin: 100px auto 0;
	background: #fff;
}
#intro .disclaimer h4 {
	margin: 40px auto 30px;
	padding: 0;
	font-size: 2.2em;
	text-align: center;
	font-weight: bold;
	color: #434662;
}
#intro .disclaimer ul {
	margin: 0 36px 36px;
}
#intro .disclaimer li {
	margin: 0 0 16px 20px;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	list-style-type: disc;
}

@media screen and (max-width:960px) {
	#intro {
		padding: 0 0 10%;
	}
	#intro h2 {
		height: auto;
		width: 90%;
		background: none;
		margin: 5% auto;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
	}
	#intro p {
		width: 90%;
		text-align: left;
		text-justify: none;
		font-size: 1.6em;
	}
	#intro h3 span {
		font-weight: normal;
	}
	#intro .note {
		margin: 5% auto 0 auto;
	}
	.separator {
		margin-top: 8%;
	}
	#intro .disclaimer {
		width: 90%;
		max-width: 960px;
		margin-top: 12%
	}
	#intro .disclaimer ul {
		margin: 0 8% 5% 5%;
	}
	#intro .previousContests {
		width: 90%;
		max-width: 960px;
	}
	#intro .previousContests ul {
		margin: 0 5% 5% 5%;
	}
	#intro .previousContests li {
		margin: 0 0 16px 20px;
		padding: 0;
		font-size: 0.9em;
		line-height: 1.6em;
		text-align: justify;
		text-justify: inter-ideograph;
		list-style-type: disc;
	}
	#intro .previousContests .note {
		margin: 5% auto 8% auto;
	}
}
@media screen and (max-width:640px) {
	#intro p {
		line-height: 1.6em;
	}
	#intro .disclaimer h4 {
		margin: 10% auto 8%;
		font-size: 2em;
	}
	#intro .previousContests h4 {
		margin: 10% auto 8%;
		font-size: 2em;
	}
}


/*
募集期間
------------------------------------- */
#contest-period {
	margin: 0;
	padding: 80px 0;
	text-align: center;
	background: linear-gradient(120deg, #FDEEE9 8%, #F7E9EC 17%, #F3E5EF 22%, #E7E0EC 32%, #CED7E7 57%, #B9C7E5 70%, #A5B8E4 85%, #9EB3E4 96%);
	color: #434662;
}
#contest-period .inner {
	max-width: 960px;
}
#contest-period h2 {
	margin: 0 auto 50px auto;
	color: #434662;
}
#contest-period h3 {
	margin: 0 auto 0 auto;
	font-size: 3em;
	color: #434662;
	line-height: 1.4em;
}
#contest-period h3 span {
	font-size: 0.7em;
}
#contest-period h3 s {
	font-size: 0.7em;
}
#contest-period p br {
	display: block;
}
#contest-period p {
	font-size: 1.8em;
	text-align: center;
	line-height: 1.6em;
  font-weight: bold;
  color: #434662 !important;
}
#contest-period .note {
	margin: 50px auto 0 auto;
	line-height: 1.6em;
	font-size: 1.8em;
	color: #fff;
  font-family: "Noto Sans JP", san-serif;
}

@media screen and (max-width:960px) {
	#contest-period {
		padding: 8% 0 8% 0;
	}
	#contest-period h2 {
		font-size: 2.8em;
	}
	#contest-period p {
		width: 94%;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width:640px) {
	#contest-period h2 {
		margin-bottom: 5%;
		line-height: 1.4em;
	}
	#contest-period h3 {
		font-size: 2.4em;
	}
	#contest-period h3 br {
		display: block;
	}
	#contest-period p.note {
    font-size: 1.4em;
	}
	#contest-period p br {
		display: none;
	}
	#contest-period .note {
		margin: 5% auto 0 auto;
	}
}


/*
テーマ
------------------------------------- */
#theme {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fff url(../img/bg-white.jpg) no-repeat center center;
	background-size: cover;
	margin: 0;
	padding: 80px 0 80px 0;
	text-align: center;
	color: #333;
}
#theme h2 {
	color: #434662;
}
#theme p{
	padding: 0 0 40px 0;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.8em;
}
#theme .categories {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 48px;
}
#theme .categories .item {
	width: calc((100% - 96px) /3 );
	border: 1px solid #fff;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
	background-image: url(../img/bg-visual2.jpg);
	background-size: 250%;
	background-repeat: no-repeat;
	background-position: top right;
	box-shadow: 0px 5px 20px #8f98c0;
	text-align: center;
	color: #434662;
}
#theme .categories .cat2 {
	background-position: top center;
}
#theme .categories .cat3 {
	background-position: top left;
}
#theme .categories h3 {
	margin: 20px auto 0;
	font-size: 2.4em;
}
#theme .categories p {
	width: calc(100% - 48px);
	margin: 0 auto;
	padding: 0 0 24px 0;
	line-height: 1.6em;
	font-size: 1.5em;
	text-align: justify;
}
#theme .categories p.theme {
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 1.7em;
}
#theme .noteSp {
	display: none;
}
#theme .note {
	margin: 0 auto 60px auto;
	padding-bottom: 0;
	line-height: 1.8em;
	font-size: 1.3em;
	color: #444;
}
#theme .noteReel {
	margin: 0 auto 0 auto;
	padding-bottom: 0;
	line-height: 1.8em;
	text-align: justify;
	font-size: 1.3em;
	color: #444;
}


@media screen and (max-width:960px) {
	#theme {
		padding: 10% 0 6% 0;
	}
	#theme h2 {
		height: auto;
		width: 90%;
		background: none;
		margin: 0 auto 20px auto;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
	}
	#theme p{
		width: 90%;
		margin: 0 auto;
		padding: 3% 0 4% 0;
	}
	#theme .note {
		margin: 0 auto 10% auto;
	}
	#theme .categories {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		gap: 20px;
	}
}

@media screen and (max-width:640px) {
	#theme p {
		text-align: left;
		font-size: 1.6em;
	}
	#theme p.intro br {
		display: none;
	}
	#theme .categories {
		width: 84%;
		margin: 0 auto 8%;
		gap: 24px;
	}
	#theme .categories .item {
		width: 100%;
		margin: 0 auto 0px;
	}
	#theme p.noteReel {
		display: none;
	}
	#theme .pc {
		display: none;
	}
	#theme p.noteSp {
		display: block;
		font-size: 1.3em;
	}
}


/*
賞品
------------------------------------- */
#award {
	border-top: 1px solid #fff;
	background: linear-gradient(120deg, #e7e8f3, #ffffff);
	margin: 0;
	padding: 80px 0 80px 0;
	text-align: center;
	color: #333;
}
#award h2 {
	margin-bottom: 40px;
	padding-bottom: 0;
	color: #434662;
}
#award p {
	margin: 0 auto 50px;
	line-height: 1.6em;
	text-align: left;
	font-size: 1.8em;
}
#award h3 {
	margin: 0 auto 30px;
	padding: 16px 20px;
	background: linear-gradient(220.55deg, #FF9D7E 0%, #4D6AD0 100%);
	letter-spacing: 3px;
	line-height: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4em;
	color: #fff;
}
#award .note {
	padding-left: 3px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.4em;
	color: #555;
}
#award .disclaimer {
	border-top: 1px dotted #7a8395;
	border-bottom: 1px dotted #7a8395;
	margin: 0 auto 0px;
}
#award .disclaimer h4 {
	margin: 50px auto 40px;
	padding: 0;
	font-size: 2.2em;
	text-align: center;
	font-weight: bold;
	color: #434662;
}

@media screen and (max-width:960px) {
	#award {
		padding: 10% 0 10% 0;
	}
	#award h2 {
		height: auto;
		width: 90%;
		background: none;
		margin: 0 auto 20px auto;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
	}
	#award h3 {
		width: 90%;
	}
	#award p {
		width: 90%;
		margin: 0 auto 5%;
		padding-top: 3%;
		text-align: left;
		line-height: 1.6em;
	}
	#award .note {
		margin: 0 auto;
		width: 90%;
	}
	#award .disclaimer {
		width: 90%;
		max-width: 960px;
		margin-top: 10%;
	}
	#award .disclaimer .note {
		margin: 0px auto 40px;
	}
}

@media screen and (max-width:640px) {
	#award h3 {
		margin: 0 auto 20px;
		padding: 12px 16px;
		letter-spacing: 1px;
		font-size: 2em;
	}
	#award p {
		font-size: 1.6em;
	}
	#award p.prize {
		margin-bottom: 8%;
	}
	#award .disclaimer h4 {
		margin: 10% auto 4%;
		font-size: 2em;
	}
	#award .disclaimer .note {
		margin: 0px auto 10%;
	}
}

/*
応募方法
------------------------------------- */
#howto {
	background: linear-gradient(120deg, #FDEEE9 8%, #F7E9EC 17%, #F3E5EF 22%, #E7E0EC 32%, #CED7E7 57%, #B9C7E5 70%, #A5B8E4 85%, #9EB3E4 96%);
	margin: 0;
	padding: 80px 0 80px 0;
	text-align: center;
	color: #333;
}
#howto h2 {
	padding-bottom: 20px;
	color: #434662;
}
#howto p{
	padding: 0 0 40px 0;
	font-size: 1.8em;
	line-height: 1.6em;
}
#howto .btns {
	max-width: 840px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0px;
	margin: 0 auto;
}
#howto .btns a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 60px;
	margin: 0 auto 60px;
	border: 1px solid #efedf6;
	border-top-color: #ffffff;
	border-bottom-color: #d9def6;
	border-radius: 100px;
	box-shadow: 0px 5px 20px #8f98c0;
	background: linear-gradient(74.04deg, #E5E7F1 17.5%, #EAEAF3 65.05%, #EFEDF6 88.47%);
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #585d88 !important;
}
#howto .btns a {
	transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), 
	transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}
#howto .btns a:hover {
	transform: scale(1.0) translateY(-0.3rem);
}
#howto .btns a .fa-angle-right {
	position: absolute;
	right: 16px;
}
#howto .inactive {
	opacity: 0.5;
}

@media screen and (max-width:960px) {
	#howto {
		padding: 10% 0 10% 0;
	}
	#howto h2 {
		height: auto;
		width: 90%;
		background: none;
		margin: 0 auto 10px auto;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
	}
	#howto p {
		padding: 3% 0 4% 0;
		width: 90%;
		margin: 0 auto;
		padding-top: 3%;
		text-align: left;
		line-height: 1.6em;
	}
	#howto .btns {
		width: 90%;
		min-width: auto;
		margin: 0 auto 3% auto;
		display: flex;
		flex-wrap: wrap;
		gap: 10;
	}
	#howto .btns a {
		margin-bottom: 20px;
		width: 320px;
		height: 60px;
		font-size: 1.6em;
	}
}
@media screen and (max-width:640px) {
	#howto p {
		font-size: 1.6em;
	}
	#howto .btns {
		margin: 0 auto 30px auto;
	}
}

#privacy-policy {
  overflow-y: scroll;
  scrollbar-width: thin;
  width: 90%;
  max-width: calc(840px - 3.2rem);
  height: 320px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #d1d7f4;
  border-radius: 3px;
  background: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  font-size: 0.85rem;
  color: #222;
}
#privacy-policy h3 {
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.4em;
  color: #222;
}
#privacy-policy ul {
  list-style-type: disc;
  margin-bottom: 0;
  margin-left: 1rem;
}
#privacy-policy ol {
  margin-left: 1rem;
}
#privacy-policy ol li {
  margin-left: 1rem;
  font-size: 1em;
}
#privacy-policy ul li {
  margin-bottom: 0.5rem;
}
#privacy-policy ul li ul {
  margin-left: 0.5rem;
  list-style-type: disc;
}
#privacy-policy ul li ul li {
  margin-bottom: 2px;
}


/*
結果発表
------------------------------------- */
#results {
	border-top: 1px solid #fff;
	background: #fff url(../img/bg-white.jpg) no-repeat center center;
	background-size: cover;
	margin: 0;
	padding: 80px 0 50px 0;
	text-align: center;
	color: #333;
}
#results h2 {
	margin-bottom: 40px;
	padding-bottom: 0;
	color: #434662;
}
#results p {
	padding: 0 0 30px 0;
	font-size: 1.8em;
	text-align: left;
	line-height: 1.8em;
}
#results p.note {
	padding: 30px 0;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.3em;
}

@media screen and (max-width:960px) {
	#results {
		padding: 10% 0 10% 0;
	}
	#results h2 {
		height: auto;
		width: 90%;
		background: none;
		margin: 0 auto 6% auto;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
	}
	#results p {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 4% 0;
	}
	#results p.note {
		padding: 2% 0;
	}
}

@media screen and (max-width:960px) {
	#results p {
		font-size: 1.6em;
	}
}


/*
お問い合わせ
------------------------------------- */
#inquiry {
	margin: 80px auto 0px auto;
	padding: 80px 0;
	border-top: 1px solid #fff;
	background: linear-gradient(120deg, #f1f3fc, #e7e8f3);
	text-align: left;
	color: #333;
}
#inquiry .inner {
	border: 1px solid #d1d7f4;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 5px 20px #d1d7f4;
}
#inquiry h3 {
	font-size: 1.8em;
	margin: 30px 30px 10px 30px;
	color: #434662;
}
#inquiry p {
	margin: 0 30px 30px 30px;
	padding: 0;
	line-height: 1.8em;
	font-size: 1.4em;
}
@media screen and (max-width:960px) {
	#inquiry {
		width: 100%;
		padding: 8% 5% 8% 5%;
	}
}



/* フッター
----------------------------------------*/
footer {
	background: linear-gradient(120deg, #bccae1 0%, #8d9bd7 100%);
	text-align: center;
	color: #fff;
}
footer .footer_pageTop {
	padding: 20px 0 10px 0;
}
footer .footer_pageTop img {
	max-width: 64px;
}
footer .footer-link {
    margin: 40px auto 10px auto;
}
footer .footer-link a {
    text-decoration: none;
    font-size: 1.2em;
    color: #fff !important;
}
footer .footer-link a:hover {
    text-decoration: underline;
}
footer .footer-copyright {
	padding: 10px 30px 30px 30px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #fff !important;
}
footer .footer-copyright .copyright {
	font-size: 1.0em;
}
span.linklike {
	font-weight: bold;
}
footer span.sp {
	display: inline;
}
footer br.sp {
	display: none;
}

@media screen and (max-width:960px) {
	footer .footer_pageTop {
		padding: 20px 0 10px 0;
	}
}

@media screen and (max-width:640px) {
	footer .footer-copyright {
		padding: 3%;
		font-size: 1em;
		text-align: left;
	}
	footer .footer-copyright .copyright {
		font-size: 0.8em;
		text-align: left;
	}
	footer .footer-link {
		margin: 0px auto 10px auto;
		line-height: 1.8em;
	}
	footer span.sp {
		display: none;
	}
	footer br.sp {
		display: block;
	}
}


