@charset "UTF-8";
/* CSS Document */
/*---------------------------------------*/
/* loginページ */
/*---------------------------------------*/
.loginHeader .logo{
	width:50%;
	max-width:335px;
	margin:60px auto 0;
}
@media screen and (max-width: 767px){
	.loginHeader .logo{
		margin:30px auto 0;
	}
}
.loginHeader .logo img{
	width:100%;
	height:auto;
}
.loginFooter .copy{
	font-size:71%;
}
@media screen and (max-width: 767px){
	.loginFooter .copy{
		font-size:7pt;
	}
}
#login .loginForm{
	max-width:440px;
	margin:0 auto 30px;
}
@media screen and (max-width:767px){
	#login .loginForm{
		max-width:250px;
		margin:0 auto 15px;
	}
}
#login .loginForm p{
	font-size:86%;
}
@media screen and (max-width:767px){
	#login .loginForm p{
		font-size:8pt;
	}
}
#login .loginForm p .small{
	font-size:83%;
	margin-left:1em;
}
@media screen and (max-width:767px){
	#login .loginForm p .small{
		font-size:7pt;
		display:block;
		line-height:1.2;
		margin-left:0;
		margin-bottom:5px;
	}
}
#login .loginForm  input[type="text"]{
	max-width:440px;
	height:50px;
	display:block;
	margin:0 auto;
	border-radius:7px;
	background:#fff;
	border:1px solid #9fa0a0;
	font-size:114%;
	letter-spacing:0.05em;
	padding:0 20px;
	width:100%;
	-webkit-appearance: none;
	color:#333;
	box-sizing: border-box;
}
@media screen and (max-width:767px){
	#login .loginForm  input[type="text"]{
		font-size:9pt;
		max-width:250px;
		height:40px;
		padding:0 10px;
	}
}
#login .loginBtn{
	max-width:440px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}
#login .loginBtn input{
	-webkit-appearance: none;
	max-width:440px;
	height:50px;
	display:block;
	margin:0 auto;
	padding:0 20px;
	width:100%;
	border-radius:7px;
	background:#fff;
	border:1px solid #00a0e9;
	text-align:center;
	color:#333;
	font-size:114%;
	transition:all 0.3s ease;
	cursor:pointer;
}
#login .loginBtn.blue input{
	background:#00a0e9;
	color:#fff;
}
@media screen and (max-width:767px){
	#login .loginBtn input{
		font-size:9pt;
		max-width:250px;
		height:40px;
	}
}
#login .loginBtn input:hover{
	background:#00a0e9;
	color:#fff;
}
#login .loginBtn.blue input:hover{
	background:#fff;
	color:#00a0e9
}
#login .kaiinTtl{
	font-size:114%;
	margin-bottom:40px;
}
@media screen and (max-width:767px){
	#login .kaiinTtl{
		font-size:9pt;
		margin-bottom:20px;
	}
}
#login .loginTtl{
	font-size:114%;
	margin-bottom:40px;
}
@media screen and (max-width:767px){
	#login .loginTtl{
		font-size:9pt;
		margin-bottom:20px;
	}
}
#login .loginTtl .icon-more{
	font-size:27px;
	margin-left:10px;
	position:relative;
	top:3px;
}
@media screen and (max-width:767px){
	#login .loginTtl .icon-more{
		display:none;
	}
}
/*---------------------------------------*/
/* myPage */
/*---------------------------------------*/
#myPageVisual{
	height:190px;
	position:relative;
	margin-bottom:-33px;
}
@media screen and (max-width:980px){
	#myPageVisual{
		margin-bottom:50px;
		height:auto;
	}
}
@media screen and (max-width:767px){
	#myPageVisual{
		margin-bottom:30px;
	}
}
#myPageVisual .bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
}
@media screen and (max-width:980px){
	#myPageVisual .bg{
		height:190px;
		position:relative;
	}
}
#myPageVisual .myArea{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	white-space:nowrap;
	max-width:90%;
	overflow:hidden;
}
@media screen and (max-width:980px){
	#myPageVisual .myArea{
		position:relative;
		height:100%;
		top:auto;
		left:auto;
		transform:translate(0);
		overflow:visible;
		margin:-59px auto 0;
		white-space:normal;
		min-height:120px;
	}
}
@media screen and (max-width:767px){
	#myPageVisual .myArea{
		margin-top:-45px;
		min-height:90px;
	}
}
#myPageVisual .icon{
	width:118px;
	display:inline-block;
	margin-right:40px;
	vertical-align:middle;
	padding-bottom:20px;
}
@media screen and (max-width:980px){
	#myPageVisual .icon{
		margin-right:0;
		padding-bottom:0;
		position:absolute;
		top:0;
		left:0;
	}
}
@media screen and (max-width:767px){
	#myPageVisual .icon{
		width:90px;
	}
}
#myPageVisual .icon img{
	width:100%;
	height:auto;
}
#myPageVisual p{
	display:inline-block;
	font-size:164%;
}
#myPageVisual p.pc{
	display:inline-block !important;
}
@media screen and (max-width:980px){
	#myPageVisual p{
		display:block;
	}
	#myPageVisual p.pc{
		display:none !important;
	}
}
#myPageVisual .ttl{
	margin-right:40px;
}
@media screen and (max-width:980px){
	#myPageVisual .ttl{
		margin:0;
		position:absolute;
		top:50%;
		left:0;
		width:100%;
		text-align:center;
		transform:translate(0,-50%);
	}
	#myPageVisual .name{
		font-size:143%;
		line-height:1.5;
		padding:65px 0 0 130px;
	}
}
@media screen and (max-width:767px){
	#myPageVisual .name{
		padding:50px 0 0 100px;
		font-size:10pt;
	}
}
/* projectTable */
.projectTable{
	width:100%;
}
.projectTable>tbody>tr{
	border-bottom:2px solid #dcdddd;
}
.projectTable>tbody>tr>th{
	padding:8px 0;
	width:26%;
}
@media screen and (max-width:767px){
	.projectTable>tbody>tr>th{
		width:96%;
		padding:10px 0 5px;
		display:block;
	}
	.projectTable>tbody>tr>th.none{
		height:1px;
	}
}
.projectTable>tbody>tr>td{
	padding:8px 0;
	vertical-align:middle;
}
@media screen and (max-width:767px){
	.projectTable>tbody>tr>td{
		display:block;
		padding:0 0 10px;
	}
}
.projectTable>tbody>tr>td .project{
	display:inline-block;
	line-height:1.3;
	margin-bottom:5px;
}
/* messageList */
.messageList .messageTtl{
	font-size:114%;
	margin-bottom:20px;
	color:#00a0e9;
}
@media screen and (max-width:767px){
	.messageList .messageTtl{
		font-size:10pt;
		margin-bottom:10px;
	}
}
.messageList ul li{
	border-bottom:1px solid #dcdddd;
}
@media screen and (max-width:980px){
	.messageList ul li{
		font-size:86%;
	}
}
@media screen and (max-width:767px){
	.messageList ul li{
		font-size:8pt;
		margin-bottom:10px;
	}
}
.listOnMouse ul li:hover{
	background-color: #00a0e9;
	cursor: pointer;
}
.listOnMouse ul li a:hover{
	color:#fff;
}
.messageList ul li.ttl{
	background:#dcdddd;
	border-top:1px solid #dcdddd;
}
.messageList ul div{
	float:left;
	padding:8px 1%;
	line-height:1.5;
	box-sizing:border-box;
	border-right:1px solid #dcdddd;
}
.messageList ul .date{
	width:19%;
	border-left:1px solid #dcdddd;
}
@media screen and (max-width:767px){
	.messageList ul .date{
		width:100%;
		border-bottom:1px solid #dcdddd;
		border-top:1px solid #dcdddd;
		padding:5px 2%;
	}
}
.messageList ul .name{
	width:21%;
}
@media screen and (max-width:767px){
	.messageList ul .name{
		width:28%;
		border-left:1px solid #dcdddd;
	}
}
.messageList ul .title{
	width:58%;
}
@media screen and (max-width:767px){
	.messageList ul .title{
		width:71%;
		border-left:1px solid #dcdddd;
	}
}
.messageList ul .project{
	width:23%;
}
@media screen and (max-width:767px){
	.messageList ul .project{
		width:29%;
	}
}
.messageList ul .message{
	width:100%;
	border-left:1px solid #dcdddd;
	line-height:200%;
}
@media screen and (max-width:767px){
	.messageList ul .message{
		margin-top:-10px;
	}
}

/* myFome */
.myForm .myFomeTtl{
	font-size:114%;
	margin-bottom:20px;
	color:#00a0e9;
	position:relative;
	min-height:1.8em;
}
@media screen and (max-width:767px){
	.myForm .myFomeTtl{
		font-size:10pt;
		margin-bottom:10px;
	}
}


.myForm .myFomeTtl .inTtl{
	position:absolute;
	top:0;
	left:0;
}
@media screen and (max-width:767px){
	.myForm .myFomeTtl .inTtl{
		position:static;
		margin-bottom:10px;
	}
}
.myForm .myFomeTtl .annotaion{
	margin-left:200px;
	font-size:81.25%;
	line-height:1.5;
	font-weight:normal;
	display:block;
}
@media screen and (max-width:767px){
	.myForm .myFomeTtl .annotaion{
		margin-left:0;
		font-size:8pt;
	}
}

.myForm .myFomeTtl .kome{
	font-weight:normal;
	color:#333;
	font-size:87.5%;
	margin-left:15px;
}
/* myFomeTable */
.myFomeTable{
	width:100%;
}
.myFomeTable tr th{
	padding-bottom:30px;
	width:285px;
	padding-left:2em;
	box-sizing: border-box;
}
@media screen and (max-width:980px){
	.myFomeTable tr th{
		width:32%;
	}
}
@media screen and (max-width:767px){
	.myFomeTable tr th{
		width:100%;
		display:block;
		padding-bottom:5px;
		padding-left:1em;
	}
}
.myFomeTable.total th{
	font-weight:bold;
	font-size:121%;
	padding:0;
}
@media screen and (max-width:767px){
	.myFomeTable.total th{
		font-size:11pt;
		width:20%;
		display:table-cell;
	}
}
.myFomeTable tr th .kome{
	display:inline-block;
	width:2em;
	margin-left:-2em;
	color:#00a0e9;
}
@media screen and (max-width:767px){
	.myFomeTable tr th .kome{
		width:1em;
		margin-left:-1em;
	}
}
.myFomeTable tr th .small{
	font-size:71.5%;
	display:block;
	line-height:1.3;
}
@media screen and (max-width:767px){
	.myFomeTable tr th .small{
		display:inline;
		margin-left:10px;
		font-size:7pt;
	}
}
.myFomeTable tr td{
	padding:2px 0 30px;
	box-sizing: border-box;
}
@media screen and (max-width:767px){
	.myFomeTable tr td{
		width:100%;
		display:block;
		padding-left:1em;
		padding-bottom:15px;
	}
}
.myFomeTable.fund td{
	font-size:121%;
}
@media screen and (max-width:767px){
	.myFomeTable.fund td{
		font-size:10pt;
	}
}
.myFomeTable.total td{
	font-weight:bold;
	font-size:121%;
}
@media screen and (max-width:767px){
	.myFomeTable.total td{
		font-size:11pt;
		width:80%;
		display:table-cell;
	}
}

/* myFomeContent */
.myFomeContent .ttl{
	margin-left:2em;
	line-height:1.5;
	margin-bottom:30px;
}
@media screen and (max-width:767px){
	.myFomeContent .ttl{
		padding-left:1em;
		margin-bottom:15px;
	}
}
.myFomeContent .ttl .kome{
	display:inline-block;
	width:2em;
	margin-left:-2em;
	color:#00a0e9;
}
@media screen and (max-width:767px){
	.myFomeContent .ttl .kome{
		width:1em;
		margin-left:-1em;
	}
}
/* text */
.myForm input[type="text"]{
	max-width:300px;
	height:35px;
	background:#fff;
	border:2px solid #dcdddd;
	font-size:100%;
	padding:0 10px;
	width:100%;
	-webkit-appearance: none;
	color:#333;
	box-sizing: border-box;
	vertical-align:middle;
	position:relative;
	top:-2px;
	border-radius:0;
}
@media screen and (max-width:767px){
	.myForm input[type="text"]{
		font-size:9pt;
		max-width:inherit;
		height:40px;
	}
}
/* textarea */
.myForm textarea{
	max-width:550px;
	height:218px;
	border-radius:0;
	background:#fff;
	border:2px solid #dcdddd;
	font-size:100%;
	padding:10px;
	width:100%;
	-webkit-appearance: none;
	color:#333;
	box-sizing: border-box;
	vertical-align:top;
}
.myForm textarea.short{
	max-width:300px;
	height:100px;
}
@media screen and (max-width:767px){
	.myForm textarea.short,
	.myForm textarea{
		font-size:9pt;
		max-width:inherit;
		height:100px;
		padding:5px 10px;
	}
}
/* ファイル添付 */
#filebtn {
	font-size:100%;
	text-align:center;
	background: #fff;
	color: #333;
	cursor: pointer;
	height:35px;
	line-height:35px;
	width:120px;
	border:2px solid #dcdddd;
	display: inline-block;
	transition: all 0.3s ease;
}
#filebtn:hover{
	background: #333;
	color: #fff;
}
#files,#filename{
	background: none;
	box-shadow: none;
	border: none;
	max-width: 50%;
}
/* ▼IE10・IE11用 */
.myForm #filename:-ms-input-placeholder {
	color: #333;
}
/* ▼Chrome・Safari・Opera用(※Edgeにも使える) */
.myForm #filename::-webkit-input-placeholder {
	color: #333;
}
/* ▼Firefox18以前用 */
.myForm #filename:-moz-placeholder {
	color: #333;
}
/* ▼Firefox19以上用 */
.myForm #filename::-moz-placeholder {
	color: #333;
	opacity: 1;
}
/* ▼CSS標準(予定)の記述 */
.myForm #filename:placeholder-shown {
	color: #333;
}
/* 改行調整 */
.myForm .data{
	display:inline-block;
	white-space:nowrap;
	margin-bottom:10px;
}
@media screen and (max-width:980px){
	.myForm .data.tabnoNowrap{
		white-space:normal;
	}
}
@media screen and (max-width:767px){
	.myForm .data.spnoNowrap{
		white-space:normal;
	}
}
/* radio */
.myForm input[type=radio] {
	display: none;
	margin: 0;
}
.myForm input[type=radio] + label{
	padding: 0 30px 0 18px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	display:inline-block;
}
@media screen and (max-width:767px){
	.myForm input[type=radio] + label{
		padding: 0 20px 0 18px;
	}
}
.myForm input[type=radio] + label::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -5px;
	background: #FFF;
}
.myForm input[type=radio] + label::before {
	border:1px solid #333;
	border-radius: 30px;
}
.myForm input[type=radio]:checked + label::after{
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.myForm input[type=radio]:checked + label::after {
	left: 2px;
	width: 10px;
	height: 10px;
	margin-top: -3px;
	background: #333;
	border-radius: 8px;
}
/* check */
.myForm input[type=checkbox] + label{
	padding:0 30px 0 16px;
	cursor: pointer;
	position:relative;
	display:inline-block;
}
.myForm .agree input[type=checkbox] + label{
	padding:0 30px 0 20px;
}
@media screen and (max-width:767px){
	.myForm input[type=checkbox] + label{
		padding: 0 20px 0 18px;
	}
	.myForm .agree input[type=checkbox] + label{
		padding:0 20px 0 20px;
	}
}
.myForm input[type=checkbox] + label:before,
.myForm input[type=checkbox] + label:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.myForm input[type=checkbox] + label:before {
	top:6px;
	left: 0;
	z-index: 0;
	width:10px;
	height:10px;
	border: 1px solid #000;
}
.myForm .agree input[type=checkbox] + label:before{
	border: 1px solid #00a0e9;
	width:13px;
	height:13px;
}
.myForm input[type=checkbox] + label:after {
	top:5px;
	left:3px;
	z-index: 2;
	opacity: 0;
	width:4px;
	height:8px;
	color: #fff;
	border-bottom: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.myForm .agree input[type=checkbox] + label:after {
	width:6px;
	height:10px;
}
.myForm input[type="checkbox"]{
	display: none;
}
.myForm input[type="checkbox"]:checked + label::before {
	background: #000;
}
.myForm .agree input[type=checkbox]:checked + label::before {
	background: #00a0e9;
}
.myForm input[type="checkbox"]:checked + label::after {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	opacity: 1;
}
/* select */
.myForm select{
	max-width: 300px;
	background: url(../images/page/contact-select.gif) no-repeat right center #fff;
	height:35px;
	width: 100%;
	background-size:35px auto;
	border: 2px solid #dcdddd;
	font-size: 100%;
	padding: 0 10px;
	-webkit-appearance: none;
	color: #333;
	box-sizing: border-box;
	border-radius:0;
}
@media screen and (max-width:767px){
	.myForm select{
		font-size:9pt;
		max-width:inherit;
		height:40px;
	}
}
.myForm select.short{
	max-width:80px;
}
@media screen and (max-width:767px){
	.myForm select.short{
		max-width:60px;
		padding: 0 5px;
		background: url(../images/page/contact-select.gif) no-repeat 115% center #fff;
		background-size:30px auto;
	}
}
.myForm select::-ms-expand {
	display: none;
}
.myForm select:disabled{
	opacity:0.5;
}
/* button */
.myFormBtn input{
	-webkit-appearance: none;
	height:75px;
	display:block;
	margin:0 auto;
	padding:0 20px;
	width:100%;
	border-radius:7px;
	background:#fff;
	border:1px solid #00a0e9;
	text-align:center;
	color:#333;
	font-size:114%;
	transition:all 0.3s ease;
	cursor:pointer;
}
@media screen and (max-width:767px){
	.myFormBtn input{
		font-size:9pt;
		height:50px;
	}
}
.myFormBtn input:hover{
	background:#00a0e9;
	color:#fff;
}
/*---------------------------------------*/
/* flowNavi */
/*---------------------------------------*/
.flowNavi li{
	width:23%;
	float:left;
	margin-right:2%;
	text-align:center;
	line-height:1.3;
	font-size:86%;
	position:relative;
}
@media screen and (max-width: 767px){
	.flowNavi li{
		width:100%;
		margin-right:0;
		margin-bottom:15px;
		font-size:9pt;
		text-align:left;
	}
}
.flowNavi li:last-child{
	margin-right:0;
}
.flowNavi li a{
	display:block;
	border:1px solid #dcdddd;
	background:#dcdddd;
	padding:10px 0;
}
/*IE用記述 */
@media all and (-ms-high-contrast: none){
	.flowNavi li a{
		padding:5px 0;
	}
}
@media screen and (max-width: 767px){
	.flowNavi li a{
		padding:5px 5%;
	}
}
.flowNavi li a:hover{
	border:1px solid #00a0e9;
	background:#fff;
}
.flowNavi li.on a{
	border:1px solid #00a0e9;
	background:#fff;
}
.flowNavi li a .num{
	font-size:133%;
	display:block;
	margin-bottom:3px;
}
@media screen and (max-width: 767px){
	.flowNavi li a .num{
		display:inline;
		margin-right:5px;
		margin-bottom:0;
		font-size:100%;
	}
}
.flowNavi li .arrow{
	position:absolute;
	top:50%;
	margin:-6px 0 0 -5px;
	left:105.43%;
	width:11px;
	height:13px;
	background:url(../images/page/flow-arrow_on.gif) center no-repeat;
	background-size:11px auto;
}
@media screen and (max-width: 767px){
	.flowNavi li .arrow{
		top:100%;
		left:10%;
		transform:rotate(90deg);
		margin:1px 0 0 0;
		width:8px;
		background:url(../images/page/flow-arrow_on.gif) center no-repeat;
		background-size:8px auto;
	}
}
.flowNavi li a .arrow img{
	transition: all 0.3s ease;
	vertical-align:top;
}
@media screen and (max-width: 767px){
	.flowNavi li a .arrow img{
		position:relative;
		top:2px;
	}
}
.flowNavi li a:hover .arrow img{
	opacity:0;
}
.flowNavi li.on a .arrow img{
	opacity:0;
}
/*---------------------------------------*/
/* confirmation */
/*---------------------------------------*/
.confirmation{
	margin:0 auto 40px;
	width:96%;
}
@media screen and (max-width:767px){
	.confirmation{
		margin:0 auto 30px;
		width:100%;
	}
}
.confirmation .projectName{
	font-size:107%;
	margin-bottom:5px;
	line-height:1.5;
}
@media screen and (max-width:767px){
	.confirmation .projectName{
		font-size:10pt;
	}
}
.confirmation .scheem{
	max-width:490px;
	margin:0 auto;
}
