@charset "UTF-8";

/* 全てに適用するCSS */
body {
	background-color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:62.5%;
	line-height:1.8;
	letter-spacing:0;
	color:#000;
	word-wrap:break-word;
	overflow-wrap:break-word;
	text-size-adjust:none;
	-webkit-text-size-adjust:none;
}
img {
	max-width:100%;
	height:auto;
	width /***/:auto; /*IE8用ハック*/
}
a:link, a:visited {
	color:#00ACDC;
	text-decoration:underline;
}
a:hover, a:active {
	color:#999;
	text-decoration:none;
}
a:hover.alpha {
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
#wrapper {
	width:100%;
}


/*PC用のcssを記述*/
p, #miss li {
	font-size:1.6em;
}
h1 {
	margin-bottom:60px;
}
.nav {
	position:relative;
	overflow:hidden;
	margin-bottom:100px;
}
.nav ul {
	position:relative;
	left:50%;
	float:left;
}
.nav ul li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
}
.nav li:nth-child(2) {
	margin:0 47px;
}
h2 {
	text-align:center;
	font-size:2.8em;
	font-weight:bold;
}
#contents {
	border-top:#333 solid 130px;
}
#contents .inner {
	max-width:960px;
	margin:0 auto;
}
#contents .inner p {
	margin-top:40px;
}
#contents #intro {
	background:url(images/img_01_pc.jpg) no-repeat top center;
	padding:20% 5% 15%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#contents #miss {
	background:url(images/img_02_pc.jpg) no-repeat top center;
	padding:17% 5% 15%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#contents #miss ul {
	margin-top:40px;
	list-style:none;
}
#contents #miss li {
	font-weight:bold;
	text-indent:-1em;
	padding-left:1em;
}
#contents #inov {
	background:url(images/img_03_pc.jpg) no-repeat top center;
	padding:17% 5%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.contact {
	text-align:center;
	margin-top:80px;
}
h3 {
	font-size:2.0em;
	font-weight:bold;
}
.bt {
	text-align:center;
	margin:30px 0 90px;
}
.copy {
	background:#EEE;
	padding:20px;
	text-align:center;
	font-size:1.0em;
	color:#999;
}


/*------------------------------------------------------------*/
/* f_pagetop */
/*------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 58px;
	right: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #00ACDC;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
	line-height: 60px;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


@media screen and (max-width:959px) {
/*タブレット用のcssを記述*/
.nav {
	margin-bottom:40px;
}
.nav ul {
	float:none;
	text-align:center;
}
.nav ul li {
	float:none;
	margin-bottom:30px;
}
.nav li:nth-child(2) {
	margin:0 0 30px 0;
}
}


@media screen and (max-width:599px) {
/*スマホ用のcssを記述*/
p, #miss li {
	font-size:1.4em;
}
h1 {
	margin-bottom:30px;
}
.nav {
	text-align:center;
	margin-bottom:0;
}
.nav li {
	margin:0 50px 30px;
}
.nav li:last-child {
	margin-bottom:40px;
}
h2 {
	font-size:1.6em;
	margin-top:30px;
}
#contents {
	border-top:none;
	margin-bottom:60px;
}
#contents .inner {
	margin:0 20px;
}
#contents .inner p {
	margin-top:20px;
}
#contents #intro,
#contents #miss,
#contents #inov {
	background:none;
	padding:0;
}
#contents #miss ul {
	margin-top:20px;
}
.contact {
	border-top:#333 solid 2px;
	text-align:center;
	margin-top:60px;
	padding-top:50px
}
h3 {
	font-size:1.6em;
}
.bt {
	margin:30px 30px 60px;
}
.copy {
	padding:10px;
	font-size:1.0em;
}

/*------------------------------------------------------------*/
/* f_pagetop */
/*------------------------------------------------------------*/
.pagetop {
	bottom: 0px;
	right: 10px;
}
.pagetop a {
	width: 50px;
	height: 50px;
	border-radius: 5px 5px 0 0;
	font-size: 20px;
	line-height: 50px;
}
}


@media screen and (min-width:600px) {
.screensize_sp {display:none;} /*横幅600px以上では表示しない*/
}
  
@media screen and (max-width:599px) {
.screensize_pc {display:none;} /*横幅599px以下では表示しない*/
}
