﻿@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

/* ----------------------------------------- LOADING ----------------------------------------- */
#container,
#footer {
	display: none;
}

#container,
#footer {
	display: block;
}

#loader {
	margin: 10% auto 0 auto;
	width: 51px
}



/* ----------------------------------------- common ----------------------------------------- */
html,
body {
	margin: 0;
	font-family: "Open Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #333;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	-ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	background: #F7F7F7;
}

* {
	border-collapse: collapse;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

header,
footer,
article,
section,
nav {
	display: block;
}

article,
section {}


h1,
h2,
h3,
h4 {
	clear: both;
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 40px;
	line-height: 1em;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 11px;
}

h4 {
	font-size: 10px;
}

p {
	clear: both;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	color: none;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	padding: 6px;
	font-size: 0.95em;
	;
	font-family: "Open Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

textarea {
	resize: vertical;
}

/* ----------- FONT ----------- */
.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.font_white {
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);

}

/* ----------- table ----------- */
table {
	font-size: 100%;
	border-collapse: collapse;
}

table td,
table th {
	padding: 3px;
}

table th {
	white-space: nowrap;
}

table.centerTable {
	margin: 0 auto;
}

.tdCenter td {
	text-align: center;
}


ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}

img.icon {
	position: relative;
}

p {
	margin: 0;
	padding: 0;
}

/* ----------------------------------------- layout ----------------------------------------- */
/* ----------- header ----------- */
header {
	padding-left: 8px;
	height: 40px;
	background: #FFF;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#logo img {
	width: 120px;
	padding-top: 8px;
}

/* ----------- container ----------- */
#container {
	width: 100%;
	overflow: hidden;
}

#container section {
	margin: 0;
	padding: 30px 0;
}

#container section:nth-child(odd) {
	background: #EEE;
}

#container section:nth-child(1) {
	padding: 0 0 30px 0;
	background: none;
}

#container section .logo {
	margin-top: 25px;
}

#container section h1 {
	margin-bottom: 40px;
}

#container section h1.title {
	font-size: 25px;
	line-height: 1.5em;
	margin-bottom: 3px;
}

/* ----------- flex ----------- */
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	/* Safari */
	-webkit-align-items: center;
	/* Safari */

	display: flex;
	align-items: center;
}

.flex-container>* {
	flex: 1;
}

.flex-container img {
	width: 100%;
}

.flex-container .body {
	padding: 24px;
}

.flex-container .body h1 {
	text-align: center;
}

/* ----------- content ----------- */
#container .body {
	color: #555;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.content_band {
	position: relative;
	margin: 0;
	padding: 36px 0;
	overflow: hidden;
}

.content_band:first-child {
	padding: 0;
}

.content_band .backimg {
	overflow: hidden;
	margin: 0;
	width: 100%;
}

.content_band .backimg>img#img01 {
	position: relative;
	left: 50%;
	width: 100%;
	min-width: 800px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.content_band .body {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	width: 35%;
	font-size: 16px;
	font-weight: bold;
}

.body.pos_left {
	left: 5%;
}

.body.pos_right {
	right: 5%;
}

.content_band .body * {
	color: #000000;
	text-shadow: none;
}


.content_center {
	position: relative;
	margin: 0;
	padding: 24px 0;
	text-align: center;
}

.content_center .body {
	margin: 0 auto;
	padding: 24px;
	max-width: 720px;
	text-align: left;
}

.content_center .body h1 {
	text-align: center;
}

.content_center .body p {
	margin: 0 auto;
	max-width: 600px;
}

/* ----------- inquiry ----------- */
#inquiry {
	padding: 16px;
	font-size: 0.8em;
	;
	background: #FFF;
}

#inquiry table {
	border-collapse: separate;
	border-spacing: 12px;
}

#inquiry table th {
	padding: 8px;
	vertical-align: top;
	text-align: right;
	border-right: 4px solid #006699;
	white-space: normal;

}

#inquiry table tr.required th {
	border-right: 4px solid #990000;
}

#inquiry table th span {
	display: block;
	color: #AAA;
	font-size: 0.8em;
	font-weight: normal;
}

#inquiry table td {
	padding: 8px;
}

#inquiry table td strong {
	display: block;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 1.3em;
	border-bottom: 1px dashed #CCC;
}

#inquiry table td ul {
	margin-bottom: 16px;
}

input[type=text],
textarea,
select {
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 4px;
}

select:first-child {
	font-weight: normal;
}


#sendbtn {
	position: relative;
}

ul.buttonList {
	float: left;
	position: relative;
	left: 50%;
}

ul.buttonList li {
	float: left;
	position: relative;
	margin: 16px;
	left: -50%;
}

#sendbtn input {
	padding: 8px 36px;
	outline: 0;
	color: #FFF;
	background: none;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-appearance: none;
}

#sendbtn input[type=submit] {
	border: 2px solid #006699;
	background-color: #006699;
}

#sendbtn input[type=reset] {
	border: 2px solid #AAA;
	background-color: #AAA;
}

/* hover */
#sendbtn input[type=submit]:hover {
	color: #006699;
	background-color: #FFF;
}

#sendbtn input[type=reset]:hover {
	color: #AAA;
	background-color: #FFF;
}

/* ----------- footer ----------- */
footer {
	position: relative;
	overflow: hidden;
	padding: 40px;
	height: 360px;
	font-size: 12px;
	background-color: #67ABCE;
	background-image: url("../img/back_footer.png");
	background-repeat: no-repeat;
	background-position: center right;
}

ul.link_list {
	width: 1200px;
	margin: 0 auto;
}

.link_list li {
	float: left;
	margin: 0 0 0 1%;
	width: 20%;
}

.link_list li:first-child {
	width: 15%;
	margin-top: 15px;
}

.link_list li img {
	position: relative;
	width: 100%;
}

.link_list span {
	font-size: 130%;
	font-weight: bold;
}


#gotoTop {
	position: fixed;
	padding: 4px 4px 0px 4px;
	bottom: 40px;
	right: -50px;
	cursor: pointer;
	background: #CCC;
	transition: background-color 0.3s;
}

#gotoTop:hover {
	background: #67ABCE;
}

/* ----------------------------------------- AREA ----------------------------------------- */
/*--- top image ---*/
#img01_01 {
	position: absolute;
	display: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 100%;
}

#img01_01 video {
	position: relative;
	top: -15px;
	width: 100%;
}

#img01_01 img {
	position: relative;
	width: 100%;
}

#outlineArea {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	min-width: 800px;
}

#outlineArea img {
	display: none;
	width: 100%;
	min-width: 800px;
}

#graphpaper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	min-width: 800px;
}

#handArea {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	width: 30%;
}

#hand {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

/*--- cami_exh_main_round ---*/
#round_mask:after {
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: url("../img/circle_ee.png");
	z-index: 999;
}

figcaption {
	font-size: 0.8em;
	text-align: center;
}

table.cooperation {
	margin-left: 14.5%;
}

table.cooperation img.logo {
	max-width: 240px;
}

.backimg.delay_animate.tdk {
	padding: 0 5%;
}


/* ----------------------------------------- List ----------------------------------------- */
ol#flow {}

ol#flow li {
	margin-bottom: 12px;
	padding: 12px;
	border: 1px solid #67ABCE;
	border-radius: 8px;
}

ol#flow li .title {
	margin-bottom: 16px;
	color: #67ABCE;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
}

ol#flow li .title span {
	font-size: 40px;
	font-weight: bold;
}

ol#flow li .body {
	font-size: 14px;
	font-weight: bold;
}

ol#flow li img {}

/* ----------- clearfix ----------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

/* ----------------------------------------- RESPONSIVE ----------------------------------------- */
/* 1200px以下 */
@media (max-width: 1200px) {

	html,
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 32px;
	}

	.content_band .body {
		width: 50%;
	}
}

/* 920px以下 */
@media (max-width: 920px) {

	html,
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 28px;
	}

	.content_column>* {
		clear: both;
	}

	.content_band .body {
		position: relative;
		padding: 16px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
		font-size: 14px;
		font-weight: normal;
	}

	.content_band .body * {
		color: #555;
		text-shadow: none;
	}

	#container section .logo {
		text-align: center;
	}

	.content_band .body h1 {
		text-align: center;
	}

	.body.pos_left {
		left: 0;
	}

	#img01_01 img {
		position: absolute;
		right: 0;
		margin-top: -260px;
		min-width: 800px;
	}

	#container section:nth-child(even) {
		background: #EEE;
	}

	#container section:nth-child(odd) {
		background: none;
	}

	#round_mask:after {
		content: url("../img/circle_f7.png");
	}

	.flex-container {
		-webkit-flex-direction: column;
		/* Safari */
		flex-direction: column;
	}

	ol#flow li .body {
		padding: 8px 0;
	}

	#inquiry table th {
		white-space: normal;
	}

	#inquiry table td strong {
		font-size: 1.1em;
	}

	#sendbtn input {
		padding: 8px 16px;
	}

	iframe {
		padding-left: 0 !important;
	}

	table.cooperation {
		margin-left: 0;
	}

	ul.link_list {
		width: 100%;
	}
}


/* 480px以下 */
@media (max-width: 480px) {
	h1 {
		font-size: 20px;
		font-weight: bold;
	}

	#img01_01 img {
		margin-top: -220px;
		min-width: 640px;
	}

	.content_center .body .body {
		padding: 8px;
	}

	ol#flow li .title {
		font-size: 15px;
	}

	ol#flow li .title span {
		font-size: 30px;
	}

	#inquiry {
		padding: 0px;
	}

	#inquiry table {
		border-spacing: 4px;
	}

	#inquiry table th {
		padding: 8px 8px 8px 0;
	}

	#inquiry table td {
		padding: 0 0 0 8px;
	}

	ul.buttonList li {
		margin: 16px 4px;
	}

	footer {
		padding: 20px;
	}


	.link_list li {
		width: 32%;
	}

	.link_list li:first-child {
		width: 33%;
		margin-top: 0;
	}

	.link_list span {
		font-size: 100%;
	}

	iframe {
		width: 100% !important;
	}
}

/* ----------------------------------------- SHAPE ----------------------------------------- */
.win8_blue {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
	background: #006666;
}

.grow * {
	color: #FFF;
	text-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

/* 480px以下 */
@media (max-width: 480px) {
	.grow * {
		color: #333;
		text-shadow: none;
	}
}

/*スマートフォン*/
.iframe-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 380%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:769px) {
	.iframe-wrap {
		padding-top: 120%;
	}
}

.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}