@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP',Hiragino Sans,"Hiragino Kaku Gothic ProN",Meiryo,Helvetica,Roboto,Arial,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	letter-spacing: 1.3px;
	line-height: 1.7;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover{
  	text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.active {
	color: rgb(241, 80, 58);
}

.active a {
	opacity: 0.7;
}

.active_page {
	border-left: 3px solid #0066ff;
}

strong {
	font-weight: bold;
}
.marker {
	color: #333;
	background: linear-gradient(transparent 60%, #cadfff 60%, #cadfff 100%);
}

/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 0 50px 0;
	text-align: center;
	font-size: 12px;
	background: #0066ff;
	color: white;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

img{
	max-width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h1, section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	padding-top: 25px;
}

section h1 span, section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

h3 {
	text-align: center;
	font-size: 1.2em;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 25px;
}

#sec03 .inner, #top_project .inner, #sec_history .inner{
	/* border-bottom: 1px solid #a0a0a0; */
}

#top_project .inner div {
	opacity: 0.6;
}

#top_project .inner div a {
	vertical-align: middle;

}

#top_project .inner div a h3 {
	margin: 0 auto;
	font-size: 150%;
	font-weight: bold;

}

#top_project .inner div a img {
	margin: auto 10px;
	padding: 20px 20px;
}


.project_sub_title {
	margin-top: 15px;
	font-size: 110%;
	font-weight: bold;
}

#top_project .inner div:hover {
	opacity: 1.0;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	line-height: 2.0;
}

.news_list_type_info {
	color: rgb(221, 137, 27);
}
.sns_share {
	font-size: 1.2em;
	color: #888;
}

.nav_content_container img {
	margin: 10px 10px 10px 10px;
	float: left;
	vertical-align: middle;
}

.nav_content_container div {
	margin-left: 30px;
	padding-left: 10px;
}


.nav_content_container div p.nav_title_en {
	padding-top: 5px;
	margin-bottom: -5px;
}

.nav_content_container div p.nav_title_ja {
	font-size: 0.85em;
}

li.active_page a div.nav_content_container div p.nav_title_en {
	color: #0066ff;
	padding-top: 5px;
	margin-bottom: -5px;
}

li.active_page a div.nav_content_container div p.nav_title_ja {
	color: #0066ff;
	font-size: 0.85em;
}

.project_img {
	width: 45%;
	max-height: "224px"
}
.project_img:hover {
	
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	/* display: none; */
}

#gallery{
	overflow: hidden;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
}


/* PROJECT LIST
------------------------------------------------------------*/

.col4 {
	display: -webkit-box;
	display: -mos-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -mos-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.col4 a {
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: 700;
	transition: 0.8s;
}
.col4 a:link {
	color: white;
}

.col4 a:visited {
	color: gray;
}

.col4 a:hover {
	color: black;
}

.col4 li {
	background-color: #cadfff;
	transition: 0.8s;
	margin: 10px;
	border-radius: 20px;
	border: 5px solid #cadfff;
}
.col4 li:hover {
	background-color: white;
}

.col4 .img{
	margin: 0 auto 12px;
}

#project_web_site, #sec_overview {
	padding-bottom: 70px;
}






/* top_project PROJECT
------------------------------------------------------------*/
#top_project{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	/* padding-bottom: 50px; */
	margin-bottom: 50px;
}

.article a {
	color: black;
	text-decoration: none;
}

.article a img{
	float: left;
	margin: 5px 20px 20px;
}

.article a p{
	margin-bottom: 20px;
}



/* DEVELOPER PROFILE
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

/* .col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 0;
} */

/* .col2 li:first-child { */
	/* border: 2px dashed #cadfff;
	padding: 10px; */
/* } */

#face_image {
	text-align: center;
}

#face_image img {
	/* max-height: 200px; */
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}
.col2 li{
	display: inline-block;
	/* width: 28%; */
	/* width: -webkit-calc(100% - 460px);
	width: calc(100% - 460px); */
	width: 20%;
	
	max-width: 300px;
	/* width: 300px; */
	vertical-align: top;
}
.col2 li:first-child{
	width: 70%;
	max-width: none;
	/* font-size: 2vw; */
	/* min-width: 460px; */
	/* width: 460px; */
	/* padding-right: 4%; */
}

.col2 li:first-child p {
	text-align: center;

}


.developer_table {
	line-height: 40px;
	vertical-align: middle;
	margin: 0 auto;
	/* border: 2px dashed #0066ff;
	border-spacing: 10px; */
}

.developer_table tr {
}

.developer_table tr td:first-child {
	text-align: right;
}
.developer_table tr td:last-child {
	text-align: center;
}


.history_table {
	font-size: 96%;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.history_table tr {
	border-bottom: 1px solid #cadfff;
	/* margin: 50px 0; */
	line-height: 40px;
}

.history_table tr td:first-child {
	width: 30%;
	text-align: center;
}

.history_table tr td:last-child {
	width: 70%;
	text-align: left;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* PROJECT DETAIL
------------------------------------------------------------*/

#sec_icon div {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
#sec_icon div:first-child {
	/* float: left; */
}

#sec_icon div:first-child img {
	width: 60%;
	margin: 20%;
}

#sec_icon div:last-child h1 {
	/* display: block; */
	/* margin: 0 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0; */
	font-size: calc(170% + 1.80vw);
	font-weight: bold;
}

#sec_icon div:last-child {
	text-align: center;
	
	/* float: right; */
	/* height: 100%; */
}

#sec_icon div:last-child div {
	display: none;
}

.project_detail_container {
	overflow: hidden;
	height: 400px;
}
.project_detail_container div {
	width: 50%;
}

.project_detail_message_left div:first-child {
	float: right;
}

.project_detail_message_left div:last-child {
	position: relative;
	float: left;
}

.project_detail_message_right div:first-child {
	float: left;
}
.project_detail_message_right div:last-child {
	position: relative;
	float: right;
}


.project_detail_message {
	position: absolute;
	display: block;
	width: 90%;
	top: 50%;
	transform: translateY(-50%);
	margin: 10px auto;
	line-height: 1.7;
	letter-spacing: .2;
	font-size: 120%;
	font-weight: bolder;
}

.project_detail_container div img {
	width: 76%;
	margin: 12%;
	
}

.back_color {
	background-color: #f0f6ff;
}

.back_color header h2 {
	margin: 0 auto;
	padding: 95px 0 70px;
}

/* SITEMAP
------------------------------------------------------------ */
#sitemap_content header h1, #contact_form_input header h1, #contact_form_confirm header h1, #contact_form_complete header h1 {
	padding-top: 70px;
	margin: 0 auto 70px;
}
#sitemap_content div div h3 span {
	font-size: 115%;
	color: #333;
	background: linear-gradient(transparent 60%, #cadfff 60%, #cadfff 100%);
}

.sitemap_list {
	margin: 30px 0 50px;
}

.sitemap_list li a {
	display: block;
	width: 80%;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	border-radius: 12px;
	background: #0066ff;
	border: 1px solid #0066ff;
	color: white;
	font-size: 90%;
	transition: .5s;
}
.sitemap_list li a:hover {
	background: #f0f6ff;
	color: #0066ff;
}
/* .sitemap_project_list {
	width: 90%;
	margin: 0 10px 0 auto;
} */

/* REGAL
----------------------------------------------------------- */
#sec_regal header h1 {
	margin: 0 auto 70px;
	padding-top: 70px;
}

#sec_regal div {
	/* width: 80%;
	margin: 0 auto; */
	padding: 40px;
	background: #cadfff;
}
#sec_regal div div {
	background: white;
}

#sec_regal div div h2:first-child {
	margin: 30px auto 70px;
}

#sec_regal div div ol {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}
#sec_regal div div ul {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}

#sec_regal div div ol li {
	margin: 10px 0;
}

#sec_regal div div p {
	margin: 10px;
}


/* FORM 
------------------------------------------------- */
#contact_form_input, #contact_form_confirm {
	margin-bottom: 80px;
}
#contact_form_complete {
	margin-bottom: 300px;
}
#contact_form_complete #txt_explain p {
	text-align: center;
}
.table {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.table th {
	width: 30%;
	min-width: 170px;
    padding: 15px;
    background : #0066ff;
    color: #ffffff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 13px;
}
.table td {
	width: 70%;
    padding: 15px;
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #222;
    font-size: 13px;
}

.red_txt {
    color: #ff3333;
}

/* 説明文を表示するためのidタグ */
#txt_explain {
	color: black;
	margin-bottom: 15px;
}


/* ----------------------------------------------------------
    フォーム系
------------------------------------------------------------- */
input, textarea, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    *font-size: 14px;
}
input, button {
    line-height: normal;
    vertical-align: middle;
}

input[type=text],
input[type=password],
textarea {
    /* width : 60%; */
	/* padding: 5px; */
	width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
    -webkit-box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
    box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus { border: 1px solid #209dd9; }

input[type=button] { cursor: pointer; }

.box__ttl input[type=button] {
    margin-right: 5px;
    height: 26px;
    line-height: 26px;
}
.button_box {
	text-align: center;
}
input[type=submit] {
	display: inline-block;
    padding: 7px 15px;
	cursor: pointer;
	background: #0066ff;
	color: white;
	border: 1px solid #0066ff;
	transition: .5s;
	margin: 0 auto;
}
input[type=submit]:hover {
	background: white;
	color: #0066ff;
}

input[type=checkbox] { cursor: pointer; }

input[type=submit]:disabled,
input[type=button]:disabled,
input[type=checkbox]:disabled { cursor: default; }

textarea {
	width: 100%;
    /* width : 410px ;
    overflow: auto; */
    vertical-align: top;
}
select {
    padding: 2px;
    line-height: normal;
    background: #fff;
}
label { cursor: pointer; }
legend {
    *margin-left: -7px;
    color: #333;
}




/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 800px) and (max-width: 1100px){
	.col2 li{
		width: 100%;
	}
	.col2 li:first-child{
		width: 100%;
		margin: 0 auto;

	}
	.developer_table {
		margin: 0 auto;
	}
}
@media only screen and (min-width: 600px) and (max-width: 799px){
	.col2 li{
		width: 15%;
	}
	.col2 li:first-child{
		/* width: 380px; */
		width: 80%;
		font-size: 95%;
		/* margin: 0 auto; */

	}
	/* .developer_table {
		margin: 0 auto;
	} */
}

@media only screen and (max-width: 599px){
	.col2 li{
		width: 100%;
		margin: 0 auto;
	}
	.col2 li:first-child{
		width: 100%;
		margin: 0 auto;
	}
	.col2 li:last-child {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.developer_table {
		margin: 0 auto;
	}
	
	/* .col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 80%;
		padding: 30px 3%;
		vertical-align: top;
		text-align: left;
	}
	 */
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	
}

@media only screen and (min-width: 800px){
	body{
		font-size:107%;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 100%-260px;
		margin-left: 260px;
	}
	
	#sidebar{
		/* width: 14%; */
		width: 200px;
		height: 100%;
		letter-spacing: 0.4px;
		/* top: 0;
		left: 4%; */
		/* padding: 2% 3% 0; */
		padding: 20px 30px 0;
		/* margin-top: 2%;
		margin-left: 3%;
		margin-right: 3%; */
		position: fixed;
		background: #f0f6ff;
	}
	
  	a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 10px;
		margin: 0 20px;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 0px;
		margin: 0 5px;;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;

	}

	.col4 li{
		width: 200px;
		min-height: 350px;
		padding: 20px;
		vertical-align: top;
		text-align: left;
	}
	

	.news_list {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	.news_list tr td {
		margin: 0 5%;
		padding: 10px;
	}

	.news_list_text {
		text-align: left;
	}

	
	#map iframe{
		height: 200px !important;
	}
	  
	
  	#footer{	
		padding: 30px 10px 70px 0;
	}


	#footer_link {
		width: 60%;
		max-width: 400px;
		margin: 20px auto 0;
	}

	#footer_link div {
		display: inline-block;
		width: 49%;
		transition: .7s;
		border-radius: 12px;
	}
	#footer_link div:first-child {
		/* border-right: 1px solid #fff; */
	}

	#footer_link div a {
		display: block;
		margin: 0 auto;
		padding: 3px 0;
		text-align: center;
		text-decoration: none;
		color: white;
		transition: .7s;
	}
	#footer_link div:hover {
		background: #fff;
	}
	#footer_link div a:hover {
		color: #0066ff;
	}
}


@media only screen and (min-width: 641px){
	/* .col2 li{
		width: 25%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 70%;
		padding-right: 4%;
	} */
	
	/* #face_image img {
		width: 90%;
		max-width: 250px;
		margin: 0 auto;
	}

	.col2 li{
		width: 40%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 55%;
		padding-right: 4%;
	} */
} 

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article a img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#content {
		padding-top: 60px;
	}

	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}

	#sidebar h1 a{
		text-align: center;
	}
	
	#sidebar h1 a img{
		width: auto !important;
		max-height: 25px;
	}
	
	/* Tablet Phone */
    a#menu{
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 10px;
	}

	#menu_button{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #000;
		transition: .2s;
	}

	#menu_button:before, #menu_button:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #000;
		transition: .3s;
	}

	#menu_button:before{
  		margin-top: -7px;
	}

	#menu_button:after{
  		margin-top: 5px;
	}

	a#menu .close{
  		background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  		margin-top: 0;
	}

	a#menu .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 0 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}

	/* index.html NEWS */

	
	.news_list {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.news_list tr {
		display: block;
		border-bottom: 1px dotted #cadfff;
		padding: 15px 0 5px;
	}
	.news_list_type_info {
		display: block;
		float: left;
		width: 50%;
		text-align: left;
	}

	.news_list tr td:nth-child(2) {
		display: block;
		float: right;
		width: 50%;
		text-align: right;
	}

	.news_list_text {
		display: block;
		text-align: center;
		padding: 20px 0;
	}

	/* index.html PROJECT */
	.project_img {
		width: 100%;
		max-height: 300px;
	}
	#top_project .inner div a img {
		margin: 0 auto;
		padding: 0;
	}
	.project_sub_title {
		text-align: center;
	}
	.project_comment {
		width: 85%;
		margin: 0 auto;
	}

	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 36%;
		padding: 30px 3%;
		vertical-align: top;
		text-align: left;
		margin: 3px;
	}
	/* .col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	} */
	section h1, section h2{
		margin: 55px auto;
	}

	#sec_regal header h1 {
		margin: 0 auto 60px;
		padding-top: 60px;
		font-size: 130%;
	}
	
	#sec_regal div {
		/* width: 80%;
		margin: 0 auto; */
		padding: 25px;
		background: #cadfff;
	}

	#sec_regal div div h2 {
		font-size: 115%;
	}

	
	#footer_link {
		margin: 20px 0 0;
	}

	#footer_link div {
		margin: 3px 5px;
		padding: 8px 0;
		border: 1px solid #cadfff;
		transition: .7s;
		/* background: #f0f6ff; */
	}
	#footer_link div:first-child {
		/* border-bottom: 1px solid #0066ff; */
	}

	#footer_link div a {
		display: block;
		margin: 0 auto;
		text-align: center;
		text-decoration: none;
		color: #f0f6ff;
		transition: .7s;
	}

	#footer_link div:active {
		background: #fff;
	}
	#footer_link div a:active {
		color: #0066ff;
	}
}

.no_display {
	display: none;
}