@charset "UTF-8";

/* ------------------------------------------- CSS Information
File Name:      style.css
Author:         SAIKYO PHARMA CO.,LTD.
Style Info:     スタイルセッティング
----------------------------------------------------------- */

/* ----------------------- Basic Style */

/* ------------ Common Style */
body {
	font-family: 'Noto Sans JP', sans-serif;
}

.inner {
	width: 100%;
	margin: 0 auto;
}

.imgcont img {
	width: 100%;
	height: auto;
}

.wave {
	background: url('../img/contents/wave.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 20px ;
	height: 20px;
}

/* ------------ Header Style */
header {
	height: 60px;
}

header h1 {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

header h1 img {
	height: 40px;
	width: auto;
}

/* ------------ Footer Style */
footer {
	background: #ececec;
	height: 120px;
}

footer h2 {
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
	padding-top: 20px;
}

footer p {
	font-family: "Sawarabi Mincho";
	width: 100vw;
	text-align: center;
	color: #1c4295;
	display: table-cell;
	vertical-align: middle;
	font-style: italic;
	height: 70px;
	font-size: 10px;
	font-size: 1.0rem;
}

/* ------------ Contents Style */
#firstSection {
	background: linear-gradient(-135deg, #e0ffff, #00bfff);
	position: relative;
	margin-top: 50px;
}

#firstSection div {
	position: relative;
	z-index: 100;
}

#firstSection p {
	padding: 50px 16px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2em;
}

#firstSection .cover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	--webkit-transform: translate(-50%, -50%);
	--ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 98%;
	z-index: 1;
	background: url('../img/contents/first_cover_sp.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

#secondSection {
	margin-top: 50px;
	/*margin-bottom: 50px;*/
}

#secondSection h3 {
	margin: 30px auto;
	width: 90%;
}

#secondSection p {
	padding: 0 16px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2em;
}

#thirdSection {
	background: linear-gradient(-135deg, #00bfff, #e0ffff);
	position: relative;
	margin-top: 50px;
	padding-top: 60px;
}

#thirdSection div {
	position: relative;
	z-index: 100;
}

#thirdSection h3 {
	padding-top: 60px;
}

#thirdSection p {
	padding: 36px 16px 20px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2em;
}

#thirdSection div.imgcont {
	position: relative;
}

#thirdSection div.footitem {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	--webkit-transform: translateX(-50%);
	--ms-transform: translateX(-50%);
}

#thirdSection div.footitem img {
	width: 140px;
	height: auto;
}

#thirdSection div.footitem h2 {
	text-align: center;
}

#thirdSection div.footitem h2 img {
	width: 100px;
}

#thirdSection .cover {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	--webkit-transform: translate(-50%, -50%);
	--ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 98%;
	z-index: 1;
	background: url('../img/contents/first_cover_sp.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

#tempo {
	position: relative;
	background: url('../img/contents/tempo_bg.png');
	background-repeat: repeat;
	background-position: center;
	padding-bottom: 20px;
}

#tempo div.footitem {
	text-align: center;
}

#tempo div.footitem img {
	width: 140px;
	height: auto;
}

#tempo div.footitem h2 {
	text-align: center;
}

#tempo div.footitem h2 img {
	width: 100px;
}

#tempo .grad {
	position: relative;
	background: url('../img/contents/grad.png');
	background-repeat: repeat-x;
	background-position: top center;
	height: 140px;
	/*margin-bottom: 100px;*/
}



/* ----------------------- Media Query */
@media only screen and (min-width: 767px) {

	/* ------------ Common Style */
	.inner {
		width: 100%;
		max-width: 1140px;
	}

	.wave {
		background: url('../img/contents/wave.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 40px ;
		height: 40px;
	}

	/* ------------ Header Style */
	header {
		height: 100px;
	}

	header h1 {
		height: 100px;
	}

	header h1 img {
		height: 50px;
	}

	header a {
		-webkit-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
		   -moz-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
		    -ms-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
		     -o-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
		        transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	}

	header a:hover {
		opacity: 0.5;
	}

	/* ------------ Footer Style */
	footer {
		height: 180px;
	}

	footer h2 {
		padding-top: 40px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	footer p {
		height: 100px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	footer a {
		-webkit-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
		   -moz-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
		    -ms-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
		     -o-transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
		        transition: all .25s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	}

	footer a:hover {
		opacity: 0.5;
	}

	/* ------------ Contents Style */
	#firstSection {
		margin-top: 100px;
	}

	#firstSection p {
		padding: 130px 0;
		font-size: 16px;
		font-size: 1.6rem;
	}

	#firstSection .cover {
		max-width: 1140px;
		background: url('../img/contents/first_cover.svg');
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100%;
	}

	#secondSection {
		margin-top: 150px;
		padding-top: 30px;
		padding-bottom:  100px;
		/*padding-bottom:  200px;*/
		background: url('../img/contents/second_bg.svg');
		background-repeat: no-repeat;
		background-position: right 16px top;
		background-size: 100%;
	}

	#secondSection p {
		width: 47%;
		margin: 50px auto 0 3%;
		padding: 0;
		text-align: left;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2em;
	}

	#thirdSection {
		padding-top: 90px;
	}

	#thirdSection p {
		padding: 70px 0 30px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	#thirdSection div.footitem img {
		width: 300px;
		height: auto;
	}

	#thirdSection div.footitem h2 img {
		width: 200px;
	}

	#thirdSection .cover {
		max-width: 1140px;
		background: url('../img/contents/first_cover.svg');
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100%;
	}

	#tempo div.footitem img {
		width: 300px;
		height: auto;
	}

	#tempo div.footitem h2 img {
		width: 200px;
	}

	#tempo .grad {
		position: relative;
		background: url('../img/contents/grad.png');
		background-repeat: repeat-x;
		background-position: top center;
		height: 200px;
		/*margin-bottom: 100px;*/
	}
}