﻿html {
	font-size:62.5%; /* ベースを10pxに設定 */
}

@font-face {
	font-family:"Rounded M+";
	src:url(../Font/rounded-mplus.ttf);
}

body {
	margin:0px;
	text-align:center;
	height:100%;
	width:100%;
	background-color:#FFFFFF;
}

h1 {
	font-size:7.0rem;
	margin:0;
}

hr {
	width:50%;
	height:1px;
	margin:0 auto 0 auto;
	border:none;
	border-top:1px solid #313131;
}
/*******************************
プロジェクト タイトル
*******************************/
#project-Contents {
	position:relative;
	width:80%;
	height:100%;
	margin:0 auto 0 auto;
	padding:100px 0 100px 0;
	font-family:"Rounded M+";
	color:#313131;
}
/*******************************
プロジェクト 各コンテンツ
*******************************/
/*ラベル*/
.list-Contents {
	margin:50px 0 50px 0;
}

.list-Header {
	margin:0;
	border-bottom:1px solid #DCDCDC;
	-webkit-transition:0.3s;
}

.list-Header:hover {
	cursor:pointer;
	background-color:#FBFE9D;
}

.list-Header {
	width:80%;
	margin:0 auto 0 auto;
	font-size:5.0rem;
}

/*コンテンツリスト*/
.contents-List {
	display:none;
	width:80%;
	height:150px;
	margin:0 auto 0 auto;
	padding:0px;
	overflow:auto;
}

.contents-List ul {
	text-align:left;
	margin:0 auto 0 auto;
	padding:0;
	-webkit-transition:0.5s;
}

.contents-List li {
	list-style: none;
	border-bottom:1px solid #DCDCDC;
	margin:10px 0 10px 0;
	font-size:2.5rem;
}
/*******************************
Request
*******************************/
.Request {
	margin:100px 0 0 0;
	padding:20px 0 20px 0;
}

.request-contents {
	width:80%;
	margin:50px auto 50px auto;
}

.request-text {
	margin:50px 0px 50px 0px;
	font-size:3.5rem;
}

.anchor-box {
	width:40%;
	margin:0 auto 0 auto;
	font-size:3.5rem;
	border:1px solid #313131;
	-webkit-transition:0.3s;
}

.request-anchor {
	text-decoration:none;
	font-weight:bold;
	color:#313131;
	-webkit-transition:0.3s;
}

.anchor-box:hover  {
	border:1px solid #F5D0A9;
	background-color:#ED9E00;
}

.anchor-box:hover .request-anchor {
	color:#FFFFFF;
}