@charset "utf-8";
/* CSS Document */
body{
    background-color:#f9f9f9;
}
.contents > div{
    padding: 8px;
    max-width:960px;
    margin:0 auto 30px;
}
.main-title {
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}
.main-title i {
    padding-right:5px;
}
.pc-parts{
    display:none;
}
/*------------------------------------
　フォーム共通
--------------------------------------*/
h3.sub-title {
    font-size:17px;
    font-weight:bold;
    margin-bottom:10px;
    background-color:#EFEFEF;
    padding-left:10px;
}
.main-message {
    font-size:14px;
    margin-bottom: 10px;
}
.result-message {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.common-form dl {
    margin-bottom:20px;
    font-size:14px;
}
.common-form dl:last-child{
    margin-bottom:0;
}
.common-form .text-input{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border:1px solid #a9a9a9;
    border-radius:3px;
    -webkit-border-radius:3px;
}
.common-form .textarea{
    width: 100%;
    height:100px;
    background-color: #fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #a9a9a9;
    box-sizing: border-box;
    resize: vertical;
    margin-bottom:10px;
}
.select-box select {
    border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #a9a9a9;
}
.common-form p.error {
    margin-bottom:20px;
}
.common-form .error {
    font-size:12px;
    color:#f00;
}
.common-form .headline {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
    margin-bottom: 5px;
    font-size:14px;
    font-weight: bold;
}
.common-form .headline .indispensability{
    background-color: #fc9337;
    color: #fff;
    font-weight: bold; 
    border-radius:2px;
    -webkit-border-radius:2px;
    text-align: center;
    padding: 2px 10px;
    margin-left: 3px;
    font-size:12px;
}
.common-form .headline .form-subtitle {
    font-weight:bold;
}
.bottom-message{
    font-size:14px;
    margin-bottom: 10px;
    border-top: #dedede 1px solid;
    padding-top: 10px;
    text-align:left;
}
.notes p {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: #dedede solid 1px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    color: #333;
}
.notes-center p {
    text-align: center;
}

/*----- checkbox -----*/
.checkbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	margin: 10px 0;
}

.checkbox > .checkbox__checkmark {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 17px;
	position: relative;
	overflow: hidden;
	height: 24px;
	pointer-events: none;
}

.checkbox > input[type="checkbox"] {
	position: absolute;
	overflow: hidden;
	right: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	padding: 0;
	border: 0;
	opacity: 0.001;
	z-index: 1;
	vertical-align: top;
	outline: none;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	height: 0;
	width: 0;
}

.checkbox > input[type="checkbox"]:checked + .checkbox__checkmark:after {
	opacity: 1;
}

.checkbox > .checkbox__checkmark:before {
	content: '';
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 24px;
	height: 24px;
	background: transparent;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
}

.checkbox > .checkbox__checkmark {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 17px;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
}

.checkbox > .checkbox__checkmark:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 12px;
	height: 6px;
	background: transparent;
	border: 3px solid #fff;
	border-width: 2px;
	border-top: none;
	border-right: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}

.checkbox > input[type="checkbox"]:focus + .checkbox__checkmark:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.checkbox > input[type="checkbox"]:disabled + .checkbox__checkmark {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.checkbox > input[type="checkbox"]:disabled:active + .checkbox__checkmark:before {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*----- btn -----*/
.btn a {
	font-size:17px;
	display:block;
	width:100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	border:none;
	font-size:17px;
	text-align:center;
}

/*----- btn-form -----*/
.common-form .btn-form {
	font-size:17px;
}

.common-form .btn-form .btn button,
.common-form .btn-form .btn a,
.btn-form .btn-negative button {
	display:block;
	width:100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	border:none;
	font-size:17px;
	text-align:center;
	
	cursor:pointer;
}
.btn-form .btn-negative button {
	background-color:#ccc;
	color:#fff;
	cursor:pointer;
}

.btn-form .btn-negative button:hover {
	background-color:#ddd;
}

.btn-two .btn button {
	margin-bottom:10px;
}

/*----- btn-three -----*/

.btn-three .btn button {
	margin-bottom:10px;
}

/*----- .btn.outline -----*/

.btn.outline a {
	background-color:inherit;
}

/*----- .btn-bar -----*/

.btn-bar{
	display:table;
}

.btn-bar li{
	text-align:center;
}

.btn-bar li a{
	border-right:none;
	font-size:14px;
	padding:5px 0;
	display:block;
}

.btn-bar li:first-child a{
	border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
}

.btn-bar li:last-child a{
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
}

.btn-bar li{
	display:table-cell;
}

.btn-bar li a:hover{
	opacity:0.8;
}

.btn-bar li.active a{
	color:#FFF;
}

.notification {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0;
	margin: 2px 0 0 10px;
	font: inherit;
	color: inherit;
	border: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 17px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	padding: 0 4px;
	width: auto;
	height: 20px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	min-width: 19px;
	line-height: 18px;
}

/*------------------------------------
プロジェクト一覧表示共通
--------------------------------------*/

.project-list-wrapper{
	padding-top: 10px;
	max-width:960px;
}

.project-list-wrapper {
	width: 100%;
}

.project-list-wrapper .project-list-item {
	width: 50%;
	display: inline-block;
	vertical-align: text-top;
}
.project-list-wrapper .project-list-item:nth-child(3n+1){
    clear: both;
}
.project-list-wrapper .project-list-item:nth-child(odd) {
	padding-right: 2%;
}

.project-list-wrapper .project-list-item:nth-child(even) {
	padding-left: 2%;
}

.project-list-wrapper .project-list-item .project-list-item-inner{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 30px;
	padding: 0;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	background-color: #fff;
	line-height: 1;
	padding-bottom: 8px;
	position: relative;
	margin: 0 auto 20px;
	cursor:pointer;
}

.project-list-wrapper .project-list-item .project-list-item-inner:hover,
.project-list-wrapper .project-list-item .project-list-item-inner:active {
	opacity:0.8;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-thumbnail{
	margin-bottom: 10px;
	min-height: 120px;
	max-height: 250px;
	overflow: hidden;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-thumbnail .project-image{
	border-radius:8px 8px	0 0;
	-webkit-border-radius: 8px 8px	0 0;
	width: 100%;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-thumbnail .success {
	background-size: 100px auto;
	background-repeat: no-repeat;
	height: 122px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 149px;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-name{
	margin-bottom: 5px;
	color:#333;
	line-height:1.2;
	min-height: 40px;
	font-size: 14px;
	font-size: 3.1vw;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-sub-name{
	font-size:12px;
	color:#666;
	margin-bottom:5px;
	line-height:1.2;
	display:none;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box{
	width: 95%;
	margin: 0 auto;
}
.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .project-type{
	color: #666;
	margin-bottom: 3px;
	font-size: 10px;
	font-size: 2vw;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .category{
	font-size:14px;
	color:#333;
	display:none;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .category i{
	margin-right:5px;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .date-box {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .date-box::-webkit-scrollbar {
	height: 5px;
}
.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .date-box::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #F5F4F5;
}
.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .date-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #BDBDBD;
}

.project-graph{
	background-color: #dedede;
	height: 14px; 
	margin-bottom: 5px;	
	border-radius:10px;
	-webkit-border-radius:10px;
}

.project-graph-inner{
	height: 14px;
	border-radius:10px;
	-webkit-border-radius:10px;
	max-width:100%;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .user-name{
	color: #666;
	margin-bottom: 5px;
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-size: 10px;
	font-size: 2vw;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .state-table {
	margin-bottom: 5px;
	border: #dedede solid 1px;
	border-collapse: collapse;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .state-table th{
	padding: 5px 0;
	border-right: #fff solid 1px;
	background-color: #F0F0F0;
	text-align: center;
	border:1px solid #ccc;
	text-align: center;
	font-weight: normal;
	color:#333;
	font-size: 12px;
	font-size: 3vw;
}

.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .state-table td{
	border:1px solid #ccc;
	text-align: center;
	padding: 5px 0;
	color:#333;
	font-size: 12px;
	font-size: 3vw;
}

/*------------------------------------
ページャ
--------------------------------------*/

.page {
	clear: both;
	text-align: center;
}

.page ul {
	display: inline-block;
	padding-top: 20px;
}

.page ul li {
	color: #ccc;
	display: block;
	float: left;
	padding: 0 2px;
	font-size:14px;
	line-height:1.5;
	margin-bottom:10px;
}

.page ul li:first-child{
	padding-left:0;
}

.page ul li:last-child{
	padding-right:0;
}

.page ul li a {
	border-radius:5px;
	-webkit-border-radius:5px;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	font-size:14px;
}

.page ul li a:hover {
	opacity:0.5;
}

.page ul li span.here {
	color: #333;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
}


/*------------------------------------
 自己紹介
--------------------------------------*/
.self_introduction{
	display:block;
	width:100%;
	padding:10px;
	border-bottom:#CCC solid 1px;
}

.self_introduction a,
.self_introduction p{
	font-size:14px;
}

.self_introduction a i{
	margin-right:10px;
}

.self_introduction .profile-outline{
	margin-bottom:10px;
	width:100%;
}

.self_introduction .profile-outline .profile-outline-inner{
	display:table;
}

.self_introduction .profile-outline .profile-btn{
	padding-top:10px;
}

.self_introduction .profile-outline .user-icon,
.self_introduction .profile-outline .user-detail{
	display:table-cell;
	vertical-align:top;
}

.self_introduction .profile-outline .user-detail{
	width:100%;
}

.self_introduction .profile-outline .user-icon{
	padding: 0 10px 0 0;
}

.self_introduction .profile-outline .user-icon p{
	width:50px;
	height:50px;
	background-color:#FFF;
	overflow:hidden;
}

.self_introduction .profile-outline .user-icon img{
	width:50px;
	height:50px;
}

.self_introduction .profile-outline .user_name{
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
}
.self_introduction .profile-outline .user_name a{
	font-weight:bold;
}

.self_introduction .profile-outline .place{
	font-size:12px;
	line-height:1.2;
}

.self_introduction .profile-outline .place dt{
	float:left;
}
	
.self_introduction .profile-btn a{
	display:block;
	padding:5px 10px;
	font-size:12px;
	background-color:#FFF;
}

.self_introduction .profile-message .user_link li{
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-text-overflow: ellipsis; 
    -o-text-overflow: ellipsis; 
}

.self_introduction .profile-message .message{
	/*background-color:#FFF;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;*/
	margin-bottom:10px;
}


/*==============================================================================================================
768以上
==============================================================================================================*/
@media screen and (min-width: 768px) {
	.common-form {
		width:720px;
		margin:0 auto;
	}
	/*.contents {
		padding: 0;
		margin:50px auto 70px;
	}*/

	.contents > div{
		padding: 0;
		margin:50px auto 70px;
	}

	.main-title {
		font-size:24px;
	}
	.sp-parts{
		display:none;
	}
	.pc-parts{
		display:inherit;
	}


	/*------------------------------------
	　フォーム共通
	--------------------------------------*/
	h3.sub-title {
		font-size:20px;
	}
	.headline,
	.input-area {
		float:left;
		font-size:17px;
	}
	.main-message {
		font-size:16px;
	}
	.result-message {
		font-size: 18px;
		font-weight:bold;
	}

	.result-message + .btn{
		margin-top:30px;
	}
	.common-form h2.main-title {
		font-size:24px;
	}
	.common-form dl {
		overflow:hidden;
	}
	.common-form .headline {
		width:31.9444%;/*230*//*720*/
	}
	.common-form .input-area {
		width:68.0555%;/*490*//*720*/
	}
	.common-form .headline p{
		font-size:17px;
	}
	.common-form .headline .indispensability{
		padding: 2px 5px;
		font-size:12px;
	}
	.common-form .headline .form-subtitle,
	.common-form .headline .confirm-text {
		font-size:16px;
	}
	.common-form .error {
		font-size:14px;
		margin-bottom: 30px;
	}
	.common-form .form-last {
		margin-bottom:30px;
	}
	.common-form .select-box select{
		margin-bottom:10px;
	}
	.bottom-message{
		padding-top: 30px;
		margin-bottom:30px;
		text-align:center;
		white-space:pre;
	}
	.notes p {
		margin-bottom:30px;
	}

	/*----- btn -----*/
	.btn a {
		width:400px;
		margin:0 auto;
		padding:20px;
	}

	/*----- btn-form -----*/
	.common-form .btn-form {
		width:400px;
		margin:0 auto;
	}
	.common-form .btn-form .btn button,
	.common-form .btn-form .btn a,
	.btn-form .btn-negative button {
		padding:20px;
	}

	/*----- btn-two -----*/
	.btn-two .btn-form {
		overflow:hidden;
		width:720px;
	}
	.btn-two .btn-form .btn button,
	.btn-two .btn-form .btn-negative button {
		width:350px;
		margin-bottom:0;
	}
	.btn-two .btn {
		float:right;
	}
	.btn-two .btn-negative {
		float:left;
	}

	/*----- btn-three -----*/
	.btn-three .btn-form {
		overflow:hidden;
		width:720px;
	}
	.btn-three .btn-form .btn-left button,
	.btn-three .btn-form .btn-right button {
		width:350px;
		margin-bottom:0;
	}

	.btn-three .btn-right {
		float:right;
	}

	.btn-three .btn-left {
		float:left;
	}

	.btn-three .btn-full:before,
	.btn-three .btn-full:after {
		content:"";
		display: block;
		clear:both;
		margin-bottom:20px;
	}
	/*------------------------------------
	プロジェクト一覧表示共通
	--------------------------------------*/


	.project-list-wrapper{
		margin:0 -10px;
		width:inherit;
		max-width:980px;
	}
		
	.project-list-wrapper .project-list-item {
		width:30.333%;
		width:33.333%;
		float:left;
		padding:0 10px;
	}

	.project-list-wrapper .project-list-item:nth-child(odd) {
		padding:0 10px;
	}

	.project-list-wrapper .project-list-item:nth-child(even) {
		padding:0 10px;
	}

	.project-list-wrapper .project-list-item .project-list-item-inner .project-thumbnail .success {
		background-size: 160px auto;
	}

	.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .category{
		display:inherit;
	}

	.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .user-name{
		font-size: 14px;
	}

	.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .state-table th{
		padding: 5px;
		font-size: 14px;
	}

	.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .state-table td{
		padding: 5px;
		font-size: 14px;
	}

	.project-list-wrapper .project-list-item .project-list-item-inner .project-sub-name{
		display:inherit;
		
	}

	.project-list-wrapper .project-list-item .project-list-item-inner .project-name{
		font-size: 17px;
		min-height:60px;
	}

	.project-list-wrapper .project-list-item .project-list-item-inner .project-sub-name{
		min-height:45px;
	}
	.project-list-wrapper .project-list-item .project-list-item-inner .project-outline-box .project-type{
		font-size: 12px;
	}
	/*------------------------------------
	ページャ
	--------------------------------------*/

	.page ul li {
		padding: 0 5px;
	}

	/*------------------------------------
	 自己紹介
	--------------------------------------*/


	.self_introduction{
		border-bottom:none;
	}

	.self_introduction .profile-message .message{
		background-color:#FFF;
		padding:10px;
		border-radius:5px;
		-webkit-border-radius:5px;
	}


}
