/* COMMON ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* second-navi ******************/
.second-navi{
	width:100%;
	background-color:#000;
	padding: 105px 0 0 0;
	margin:0;
	color:#FFF;
}
.second-navi-wh{
	width:100%;
	padding: 105px 0 0 0;
	margin:0;
}
.second-navi .second-navi-inner{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	height:58px;
	padding:0 20px;
}
.second-navi-wh .second-navi-inner{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	height:25px;
	padding:0 20px;
}
.second-navi-inner h2{
	margin:0;
	padding:0;
	display:block;
	letter-spacing:2px;
}
.second-navi-inner ul{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:20px;
	bottom:5px;
}
.second-navi-inner ul a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.second-navi-inner ul a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.second-navi-inner ul  a:hover::after {
  transform: scale(1, 1);
}
.second-navi-inner ul li{
	padding-right:20px;
	font-size:13px;
}
.second-navi-inner ul li:last-child{
	padding-right:0;
}
.second-navi-inner li{
	display: inline-block;
	letter-spacing:1px;
}
.second-navi li a{
	color:#fff;
}
/* wrapper ********************/
#wrapper {
	max-width:940px;
	padding:20px;
	width:100;
	margin:0 auto;
}
/* overlay-blue  ***************/
.overlay-blue {
	position:relative;
}
.overlay-blue:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(31,28,71,0.25);
}
/* overlay-light  ***************/
.overlay-light {
	position:relative;
}
.overlay-light:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(19,34,100,0.1);
}
/* overlay-dk  ***************/
.overlay-dk {
	position:relative;
}
.overlay-dk:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
}
/* overlay-pt  ***************/
.overlay-pt {
	position:relative;
}
.overlay-pt:before {
	content: "";
	background-image:url(../images/top/dot.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
	z-index:1;
}
/* sub-stage ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.sub-stage {
    z-index:0;
    text-align:center;
    position:relative;
    overflow:hidden;
	margin:0 auto 0 auto;
	max-width:1350px;
}
.sub-stage .cover{
	display:none;
}
.cm-txt{
	display:none;
}
/* tornado ********************/
.sub-stage-content {
	position:absolute;
	top:10%;
	left:6%;
	text-align:left;
	color:#FFF;
	z-index:2;
	font-size:15px;
	line-height:120%;
	font-family: 'mplus-M';
	max-width:400px;
}
.sub-stage-content strong{
	font-size:24px;
	font-weight:normal;
	margin-bottom:0.5em;
	display:block;
	
}
/* technology ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#technology  {
	background:#000;
	width:100%;
	max-width:1350px;
	color:#FFF;
	padding:100px 20px 40px 20px;
	text-align:center;
	margin:0 auto;
}
#technology h3{
	margin:0;
	padding:0;
}
/* tab *****************/
.tabs {
	max-width: 940px;
	margin: 0 auto;
	padding:0;
	width:100%;
 }
.tab_item {
	width:33%;
	background-color: fff;
	border-right: 1px solid #999;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
	padding:10px 0;
	margin-bottom:2em;
	font-weight:normal;
	line-height:110%;
}
.tab_item:hover {
	opacity: 0.75;
	background-color:#555;
	cursor:pointer;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}
.tab-content-wrap ul p{
	margin:0;
	padding:0;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
	display: block;
}
.tabs input:checked + .tab_item {
	color: #000;
	background-color:#FFF;
	position:relative;
}
.tabs input:checked + .tab_item:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
}
/* spiral *****************************************/
.spiral-tech .tab_content ul{
	list-style:none;
	margin:0;
	padding:0;
	display: inline-flex;
	justify-content: space-between;
}
.spiral-tech .tab_content li{
	width:48%;
	text-align:left;
}
.spiral-tech h4{
	font-size:24px;
	margin:0 0 0.5em 0;
	font-family: 'mplus-M';
}
.spiral-tech h4 span{
	font-size:16px;
	display:block;
	padding-bottom:0.5em;
	color:#ccc;
}
.spiral-tech strong{
	font-size:18px;
	line-height:150%;
	font-weight:normal;
	margin:0;
	padding:0 0 30px 0;
	display:block;
}
.spiral-tech p{
	text-align:left;
	margin-top:2em;
}
.spiral-tech .column-3{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
}
.spiral-tech  .column-3 section{
	width:30%;
}
/* tornado *****************************************/
.tornado-tech h3{
	margin:0 0 1em 0 !important;
}
.tornado-tech .tab_content ul{
	list-style:none;
	margin:0;
	padding:0;
}
.tornado-tech .tab-content-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width:100%;
}
.tornado-tech .tab-content-wrap div{
	width:48%;
}
.tornado-tech h4{
	font-size:21px;
	margin:0 0 0.5em 0;
	font-family: 'mplus-M';
	text-align:left;
	color:#FFF;
}
.tornado-tech h4 span{
	font-size:16px;
	display:block;
	padding-bottom:0.5em;
	color:#ccc;
}
.tornado-tech p{
	text-align:left;
	margin-top:2em;
}
.tornado-tech h5{
	text-align:center;
	font-size:18px;
	padding:15px 0;
	border:1px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top:1.5em;
	line-height:150%;
}
.tech-list {
	max-width:980px;
	padding:0 ;
	width:100%;
	margin:50px auto;
}
/* result **********/
.tech-list table{
	width:100%;
}
.tech-list small{
	text-align:left;
	display:block;
	margin:5px 0;
}
.tech-list table{
	width: 100%;
	border-collapse: collapse;
	line-height:150%;
}
.tech-list td,
.tech-list th{
	padding: 5px;
	border: 1px solid #fff;
}
.tech-list th{
	font-weight: bold;
	white-space: nowrap;
}
.tech-list thead th{
	background:#444;
	color:#fff;
	text-align:center;
}
.tech-list tbody th{
	background:#111;
}
.tech-list tbody td{
	font-size:16px;
}
.tech-list tbody td.lv1{
	background:#ccc;
	color:#000;
	font-size:18px;
}
/* fit *****************************************/
.fit-tech h4{
	font-size:24px;
	margin:0 0 0.5em 0;
	font-family: 'mplus-R';
}
.fit-tech  section {
	width:100%;
	max-width:940px;
	margin:2em auto 60px auto;
	padding:0 20px;
}
.fit-tech  section ul{
	list-style:none;
	margin:2em 0;
	padding:0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
}
.fit-tech  section ul li{
	width:32%;
}
.fit-tech  section ul li h5{
	text-align:left;
	font-size:14px;
	font-weight:normal;
	line-height:150%;
	display:block;
	margin-top:0.5em;
}
/* line up ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* tornado ***********************/
.tornado-lineup{
	margin:0 auto 0 auto;
	padding:100px 20px 0 20px;
	max-width:980px;
	width:100%;
}
.tornado-lineup h3{
	margin:0 0 1em 0;
	padding:0;
}
.tornado-lineup h4{
	font-size:24px;
	padding:0 10px;
	margin:0.75em 0 0.5em 0;
	line-height:110%;
}
.tornado-lineup h4 span{
	font-size:15px;
	display:block;
}
.tornado-lineup p{
	padding:0 10px;
	margin:0;
	text-align:left;
}
.tornado-lineup small{
	padding:20px 0 0 0;
	color:#999;
}
.tornado-lineup .updown{
	background-color:#000;
	width:100%;
	padding:30px;
	margin:60px 0 0 0;
}
.tornado-lineup .updown ul{
	list-style:none;
	margin: 0;
	padding:0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	color:#FFF;
}
.tornado-lineup .updown li{
	width:48%;
}
.tornado-lineup .updown h4{
	margin:0 0 1em 0;
	padding:0;
	font-size:21px;
	font-family: 'mplus-M';
}
.tornado-lineup .updown p{
	padding:0;
	margin:0;
}
/* spec ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#spec {
	max-width:940px;
	padding:100px 20px 0 20px;
	width:100;
	margin:0 auto 0 auto;
}
#spec h3{
	margin:0 0 1em 0;
	padding:0;
}
#spec h4 {
	font-size:26px;
	text-align:center;
	margin:0 0 0.5em 0;
	padding:10px 10px;
	line-height:130%;
	letter-spacing:1px;
}
#spec h4 span{
	display:block;
	font-size:15px;
}
#spec .column-1 {
	width:100%;
	border-right:1px solid #ddd;
	max-width:450px;
	margin:0 auto;
}
#spec .column-1 section{
	width:100%;
	padding:0;
	border-left:1px solid #ddd;
	text-align:center;
}
#spec img{
	width:100%;
	height:auto
}
#spec h5{
	border-left:2px solid #000;
	padding:15px 0 15px 15px;
	font-size:16px;
	margin:0;
}
#spec table{
	width:100%;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin-left:-10px;
	margin-top:1em;
}
#spec table th{
	border-bottom:1px solid #000;
	padding:1em 30px 1em 0;
	vertical-align:top;
}
#spec table tr:first-child th{
	border-top:1px solid #000;
}
#spec table td{
	border-bottom:1px solid #ddd;
	padding:1em 0 1em 0;
	vertical-align:top;
}
#spec table tr:first-child td{
	border-top:1px solid #ddd;
}
#spec section{
	margin:0 0 50px 0;
}
.ud-line span{
	border-bottom:1px solid #000;
	padding-bottom:10px;
	display:inline-block;
}
ul.drawing {
	list-style:none;
	margin:0;
	padding:1em 0 0 0;
	width:100%;
	max-width:300px;
}
ul.drawing li{
	width:100%;
}
ul.drawing-1column {
	list-style:none;
	margin:0;
	padding:1em 0 0 0;
	display:table;
	width:100%;
}
ul.drawing-1column li{
	display:table-cell;
	width:50%;
	margin-bottom:1em;
	vertical-align:bottom;
}
ul.drawing-1column span{
	display:block;
	text-align:center;
	padding:7px 0;
}
ul.drawing-1column li img{
	width:100%;
	height:auto;
}
ul.drawing-2column {
	list-style:none;
	margin:0;
	padding:1em 0 0 0;
	display:flex;
	width:100%;
	max-width:500px;
}
ul.drawing-2column li{
	width:50%;
	display:table-cell;
	vertical-align:bottom;
}
ul.drawing-2column li img{
	width:100%;
	height:auto;
}
ul.drawing-2column span{
	display:block;
	text-align:center;
	padding:7px 0;
}
/* tornado ***********************/
.tornad-long-tb {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:1em 0;
	margin:10px 0 0 0;
}
ul.tornado-long {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
ul.tornado-long li.long-1{
	width:27%;
	height:auto;
}
ul.tornado-long li.long-2{
	width:32%;
	height:auto;
}
ul.tornado-long li.long-3{
	width:36%;
	height:auto;
}
/* solution ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#solution {
	max-width:940px;
	padding:100px 20px 0 20px;
	width:100%;
	margin:0 auto;
}
#solution h3{
	padding:0;
	margin:0;
}
#solution p{
	font-size:16px;
	text-align:center;
	margin:1em 0 2em 0;
	line-height:160%;
}
.solution-box {
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	width:100%;
}
.solution-box div{
	width:30%;
	margin-bottom:20px;
	position:relative;
	text-align:left;
}
.fk-topic{
	position: relative;
	display: inline-block;
	padding: 20px 10px;
	width: auto;
	text-align: center;
	border: 2px solid #000;
	z-index: 0;
	width:100%;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
}
.fk-topic:before {
	content: "";
	position: absolute;
	bottom: -16px; left: 50%;
	margin-left: -8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 8px 0 8px;
	border-color: #FFF transparent transparent transparent;
	z-index: 0;
}
.fk-topic:after {
	content: "";
	position: absolute;
	bottom: -20px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #000 transparent transparent transparent;
	z-index: -1;
}
.frm {
	padding:20px;
	margin:1em 0;
	font-size:16px;
	line-height:160%;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
/* SPIRAL ***********************/
ul.spiral-btl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	align-items: flex-end;
}
ul.spiral-btl li {
	width:130px;
	padding:10px;
	vertical-align:bottom;
	text-align:center;
}
ul.spiral-btl li img{
	width:60px;
	height:auto;
}
ul.spiral-btl li span{
	display:block;
	margin-top:0.5em;
}
#solution h4.spiral-st{
	font-size:21px;
	text-align:center;
	font-family: 'mplus-M';
	margin-top:1em;
}
/* tornado ***********************/
.tornado-solution h4 {
	border-left:2px solid #000;
	padding:20px;
	font-size:21px;
	font-family: 'mplus-M';
	margin:50px 0 5px 0;
}
.solution-accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.solution-accordion li:first-child {
	border-top:1px solid #ccc;
}
.solution-accordion li {
	position:relative;
	border-bottom:1px solid #ccc;
	list-style:none;
	font-size:14px;
	letter-spacing:2px;
}
.solution-accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 1.5em 50px 1.5em 1em;
	position: relative;
}
.solution-accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:1.4em .8em 1.4em 1em;
	line-height:1.8;
	width:100%;
	background-color:#004DA0;
	color:#FFF
}
.solution-accordion li .accordion_icon,
.solution-accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.solution-accordion li .accordion_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top:15px;
	right:20px;
}
.solution-accordion li .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 1px;
    background-color: #004DA0;
}
.solution-accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.solution-accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.solution-accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.solution-accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.more-instant {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width:100%;
	margin:0;
	padding:0;
	background-color:#000;
	padding:20px;
	text-align:left;
}
.more-instant div{
	width:48%;
	text-align:left;
}
.more-instant div p{
	color:#999;
	font-size:14px !important;
	text-align:left !important;
	line-height:150% !important;
	margin:0.5em 0 0 0 !important;
}
/* FIT ***********************/
.fit-solution ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	list-style:none;
	margin:2em 0 1em 0;
	padding:0;
	align-items: flex-end;
}
.fit-solution li{
	width:50%;
}
/* ft-service ::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* tornado ***********************/
#ft-service  {
	width:100%;
	max-width:940px;
	padding:100px 20px 40px 20px;
	margin:0 auto;
}
#ft-service h3{
	margin:0 0 1em 0;
	padding:0;
}
.ft-service-inner  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width:100%;
	border-right:1px solid #ddd;
}
.ft-service-inner  section{
	width:33.33%;
	padding:0;
	border-left:1px solid #ddd;
}
.ft-service-inner  section h4{
	padding:20px 10px;
	margin:0;
	font-size:16px;
	font-weight:bold;
}
.ft-service-inner  section p{
	padding:0 10px 0 10px;
	margin:0;
}
/* option ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#option  {
	width:100%;
	max-width:1350px;
	padding:100px 0 40px 0;
	text-align:center;
	margin:0 auto;
}
#option  h3{
	margin:0;
	padding:0;
}
#option  h4{
	margin:1em 0;
	padding:0 20px;
	font-size:24px;
	font-family: 'mplus-M';
}
.fit-option  ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#000;
}
.fit-option li{
	width:50%;
	color:#FFF;
	text-align:left;
}
.fit-option li h5{
	margin:0;
	font-size:24px;
	font-family: 'mplus-R';
	padding:40px 0 20px 20px;
}
.fit-option li p{
	padding:20px;
	line-height:110%;
}
.fit-option .fit-s-desc {
	position:relative
}
.fit-s-txt {
	position: absolute;
	z-index:5;
}
/* SAMPLE ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#sample {
	max-width:1350px;
	margin:0 auto;
	width:100%;
	position:relative;
}
.sample-stage {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	position:relative;
	z-index:998;
}
.sample-stage li{
	position:relative;
}
.sample-stage li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(31,28,71,0.15);
	z-index:1;
}
#sample section{
	width:50%;
}
.swiper-container5{
	display:none;
}
.sample-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width:600px;
	width:100%;
	color:#FFF;
	text-align:center;
	padding:0 20px;
	z-index:999;
}
.sample-txt h2{
	font-size:21px;
	margin:0;
	font-family: 'mplus-M';
	line-height:150%;
}
.sample-txt h2 span{
	display:block;
}
.sample-txt ul{
	list-style:none;
	margin:1.5em 0 0 0;
	padding:0;
	font-size:16px;
	line-height:150%;
	border:2px solid #fff;
	padding:10px 15px;
	background:url(../images/sample/box-bg.png) ;
}
.sample-txt .phone{
	font-size:24px;
	font-weight:bold;
	letter-spacing:1px;
}
.sample-txt .phone i{
	margin-right:5px;
}
#sample-list {
	max-width:940px;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	padding:100px 20px 0 20px;
}
#sample-list h3{
	margin:0 0 1em 0;
	padding:0;
}
.sample-list-box {
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.sample-list-box section{
	width:33%;
	margin-bottom:80px;
	border-right:1px solid #ddd;
	text-align:center;
}
.sample-list-box section.sep{
	border-left:1px solid #ddd;
}
.sample-list-box section.sep2{
	border-left:1px solid #ddd;
}
.sample-list-box section h4{
	font-weight:bold;
	margin:1.5em 0;
}
#sample-solution {
	max-width:940px;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	padding:80px 20px 0 20px;
	text-align:center;
}
#sample-solution h3{
	margin:0 0 1em 0;
	padding:0;
}
#sample-solution h4{
	font-weight:bold;
	margin: 2em 0 1em 0;
	line-height:150%;
}
#sample-solution h5{
	font-size:16px;
	border:3px solid #004DA0;
	padding:20px;
	margin-bottom:1em;
	line-height:150%;
}
#sample-solution ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:160%;
	color:#666;
}
/* EQUIPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* instant ***********************/
.sub-stage .instant-stage {
    position:absolute;
	position:relative;
	z-index:-1;
	width:100%;
	height:auto;
}
.sub-stage .instant-txt {
	text-align:center;
    display:inline-block;
    position:absolute;
	bottom:10%;
    right:25px;
	z-index:2;
	width:38%;
	height:auto;
}
.sub-stage .instant-txt img{
	width:100%;
	height:auto;
}
#instant-technology {
	background:#000;
	width:100%;
	color:#CCC;
	padding:60px 0 20px 0;
}
#instant-technology h3{
	margin:0 0 1em 0;
	padding:0;
	color:#FFF;
}
#instant-technology h4{
	font-size:21px;
	margin:0 0 0.5em 0;
	font-family: 'mplus-R';
}
#instant-technology p{
	font-size:16px;
	line-height:150%;
	margin-bottom:2em
}
.instant-tech {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
.instant-tech section{
	width:48%;
	margin-bottom:2em;
	background-color:#bfbfbf;
	padding:15px;
	color:#000;
}
/* CONTACT :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#contact {
	margin:50px auto 80px auto;
	width:100%;
	max-width:940px;
	padding:0 20px;
}
#contact .contact-corp{
	width:100%;
	overflow:hidden;
}
#contact .contact-corp .corp-img{
	float:right;
	width:36%;
}
#contact .contact-corp .corp-img i{
	margin-right:3px;
	color:#004DA0;
}
#contact .contact-corp .corp-img span{
	display:block;
	margin-top:3px;
	font-size:13px;
}
#contact .contact-corp .corp-info{
	float:left;
	width:62%;
}
#contact h2{
	text-align:left;
	font-size:24px;
	margin:0 0 1em 0;
	font-family: 'mplus-R';
}
#contact dl{
	display:table;
}
#contact dt{
	display:table-cell;
	padding-right:15px;
}
#contact dt img{
	border:1px solid #1677B7;
}
#contact dd{
	display:table-cell;
	font-size:16px;
}
.inquery h3 {
	border-left:2px solid #000;
	padding:15px 0 15px 15px;
	font-size:16px;
	margin:80px 0 10px 0;
	text-align:left;
	letter-spacing:0;
}
#contact .contact-phone  ul{
	padding:0 0 0 20px;
	list-style:none;
	border-left:3px solid #000;
	margin:2em 0;
}
#contact .contact-phone  ul li{
	margin:0 0 0.5em 0;
	font-size:16px;
}
#contact .contact-phone ul li i{
	margin-right:5px;
}
#contact .contact-phone  ul li strong{
	font-size:36px;
	letter-spacing:2px;
	float:left;
	padding-right:10px;
}
#contact .contact-phone  ul li span{
	display:inline-block;
	font-size:12px;
	padding:4px 10px;
	border:2px solid #999;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin:2px 0 0 0;
}
.inquery ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	color:#999;
}
/* form ***************************/
table.contact-entry {
	width:100%;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin-left:-10px;
	margin-bottom:25px;
}
.contact-entry th{
	border-bottom:1px solid #000;
	padding:1.5em 30px 1.5em 0;
	vertical-align:top;
	white-space:nowrap;
	font-weight:normal;
	width:5%;
}
.contact-entry tr:first-child th{
	border-top:1px solid #000;
}
.contact-entry th span{
	color:#004DA0;
}
.contact-entry td{
	border-bottom:1px solid #ddd;
	padding:1.5em 0 1.5em 0;
	vertical-align:top;
}
.contact-entry tr:first-child td{
	border-top:1px solid #ddd;
}
input.re-width{ width: 100%; }
textarea.re-width{ width: 100%; }
.contact-entry input{
	border:0;
	padding:5px;
	border:solid 1px #ccc;
	margin:3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 6px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
}
.contact-entry textarea{
	border:0;
	padding:5px;
	border:solid 1px #ccc;
	margin:3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 6px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
}
input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}
input:-moz-placeholder {
    color: #999;
    font-weight: normal;
}
input:focus {
    border:solid 1px #004DA0;
}
textarea:focus {
    border:solid 1px #004DA0;
}
.contact-entrybtn {
	text-align:center;
}
.contact-entrybtn input{
	border:solid 1px #ccc;
	padding:15px 40px;
	margin:0 0 20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-entrybtn input:hover {
	background-color:#004DA0;
	color:#FFF;
	border:solid 1px #004DA0;
}
/* REPORT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#report {
	margin:50px auto 80px auto;
	width:100%;
	max-width:940px;
	padding:0 20px;
}
.report-info{
	width:100%;
}
.report-info ul{
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
	display:flex;
	width:100%;
	justify-content: space-between;
}
.report-info h2{
	text-align:left;
	font-size:28px;
	margin:0 0 1em 0;
	font-family: 'mplus-R';
}
.report-info p{
	font-size:14px;
	line-height:170%;
}
.report-info ul li:first-child{
	padding-right:10px;
}
.report-info ul li:last-child{
	max-width:300px;
}
.report-info ul li img{
	width:100%;
	height:auto;
	border:1px solid #ddd;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 850px) {
/* COMMON ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* spec ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#spec h4 span{
	font-size:13px;
}
/* option ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.fit-option li h5{
	font-size:24px;
	font-family: 'mplus-R';
	padding:20px 0 0 20px;
}
.fit-option li p{
	padding:20px 20px 0 20px;
}
}
@media screen and (max-width: 768px) {
/* COMMON ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* second-navi ******************/
.second-navi{
	width:100;
	background-color:#000;
	padding: 95px 0 0 0;
	margin:0;
}
/* sub-stage ********************/
.sub-stage iframe {
	display:none;
}
.sub-stage .cover{
	display:block;
}
.cm-txt{
	display:block;
	margin:40px 0 40px 0;
	text-align:center;
}
.cm-txt a span {
	border:3px solid #999;
	color:#000;
	font-family: 'mplus-R';
	font-size:21px;
	padding:5px 40px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.cm-txt a:hover span{
	border:3px solid #004DA0;
	background-color:#004DA0;
	color:#fff;
}
/* CONTACT :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#contact .contact-phone  ul li strong{
	font-size:30px;
	letter-spacing:1px;
}
#contact .contact-phone  ul li span{
	margin:0;
}
}
@media screen and (max-width: 740px) {
/* technology :::::::::::::::::::::::::::::::::::::::::::::::::: */
.spiral-tech strong{
	text-align:left;
}
.spiral-tech .column-3{
	display: block;
}
.spiral-tech  .column-3 section{
	width:100%;
	margin-bottom:60px;
}
/* spec ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#spec .column-1 {
	display:block;
	border-right:none;
}
#spec .column-1 section{
	width:100%;
	max-width:450px;
	margin:0 auto;
	padding:0;
	border-left:none;
}
#spec h4 {
	font-size:28px;
	text-align:center;
	margin:0 0 0.5em 0;
	line-height:130%;
}
#spec h4 span{
	display:block;
	font-size:18px;
}
/* option ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.fit-option  ul{
	display:block;
}
.fit-option li{
	width:100%;
}
.fit-option li h5{
	margin:0;
	font-size:24px;
	padding:20px 0 0 20px;
}
.fit-option li p{
	padding:15px 20px 0 20px;
	line-height:120%;
}
}
@media screen and (max-width: 640px) {
/* sub-stage ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* tornado ********************/
.sub-stage-content {
	left:20px;
	font-size:14px;
}
.sub-stage-content strong{
	font-size:26px;
	letter-spacing:3px;
}
/* technology ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.tab_item {
	font-size: 13px;
}
/* tornado ********************/
.tornado-tech .tab-content-wrap {
	display:block;
	width:100%;
}
.tornado-tech .tab-content-wrap div{
	width:100%;
}
.tornado-tech h4{
	margin:0.5em 0 0.5em 0;
}
.tornado-tech h5{
	text-align:left;
	padding:15px;
}
/* spiral ***********************/
.spiral-tech .tab_content ul{
	display: block;
}
.spiral-tech .tab_content li{
	width:100%;
	text-align:left;
}
.spiral-tech .tab_content li img{
	margin-bottom:1.5em;
}
/* line up ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* tornado ***********************/
.tornado-lineup .updown ul{
	display:block;
}
.tornado-lineup .updown li{
	width:100%;
}
.tornado-lineup .updown h4{
	margin:0.5em 0 1em 0;
}
/* spec ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
ul.drawing-2column {
	display:block;
}
ul.drawing-2column li{
	display:block;
	width:100%;
}
ul.drawing-1column li{
	display:block;
	width:100%;
}
/* tornado ***********************/
ul.tornado-long {
	display:block;
}
ul.tornado-long li{
	margin-top:40px;
}
ul.tornado-long li.long-1{
	width:100%;
}
ul.tornado-long li.long-2{
	width:100%;
}
ul.tornado-long li.long-3{
	width:100%;
}
/* solution ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#solution p{
	text-align:left
}
/* tornado ***********************/
.more-instant {
	display:block;
}
.more-instant div{
	width:100%;
}
/* SAMPLE ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.swiper-container{
	display:none;
}
.swiper-container2{
	display:none;
}
.swiper-container3{
	display:none;
}
.swiper-container4{
	display:none;
}
.swiper-container5{
	display:block;
}
#sample {
	position:static;
}
.sample-stage {
	width:100%;
	display:block;
}
#sample section{
	width:100%;
}
.sample-txt {
	position:static;
	top: 0;
	left: 0;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	color:#000;
	text-align:left;
	margin-top:1em;
}
.sample-txt h2 span{
	display:inline;
}
.sample-txt ul{
	list-style:none;
	margin:1.5em 0 0 0;
	padding:0;
	font-size:16px;
	line-height:180%;
	border:3px solid #004DA0;
	padding:10px 15px;
	background:#f3f6fa;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
.sample-list-box section{
	width:49%;
	border-left:1px solid #ddd;
}
.sample-list-box section.sep{
	border-right:none;
}
.sample-list-box section.sep2{
	border-left:none;
}
.sample-list-box section.sep3{
	border-left:none;
}
#sample-solution {
	max-width:940px;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	padding:80px 20px 0 20px;
	text-align:left;
}
/* EQUIPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* instant ***********************/
.instant-tech {
	display: block;
}
.instant-tech section{
	width:100%;
}
/* CONTACT :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#contact {
	margin:0 auto 80px auto;
}
#contact .contact-corp .corp-img{
	float:none;
	width:100%;
}
#contact .contact-corp .corp-info{
	float:none;
	width:100%;
	margin-top:1.5em;
}
#contact .contact-phone  ul li strong{
	font-size:36px;
	letter-spacing:1px;
}
#contact .contact-phone  ul li span{
	margin:4px 0 0 0;
}
/* form ***************************/
.contact-entry th{
	display:block;
	border-bottom:none;
	padding:1.5em 30px 0.5em 0;
	vertical-align:top;
	white-space:nowrap;
	font-weight:normal;
	width:100%;
}
.contact-entry td{
	display:block;
	border-bottom:1px solid #ddd;
	padding:0 0 1.5em 0;
}
.contact-entry tr:first-child td{
	border-top:none;
}
/* REPORT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.report-info ul{
	display:block;
}
.report-info ul li:first-child{
	padding-right:0;
}
.report-info ul li:last-child{
	max-width:400px;
	margin-top:15px;
}
}
@media screen and (max-width: 540px) {
/* COMMON ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* second-navi ********************/
.second-navi-inner ul{
	display:none;
}
/* technology ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* fit *****************************************/
.fit-tech h4{
	text-align:left;
}
.fit-tech  section ul{
	display:block;
}
.fit-tech  section ul li{
	width:100%;
	margin-bottom:2em;
}
/* solution ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.solution-box {
	display: block;
}
.solution-box div{
	width:100%;
	margin-bottom:2em;
}
/* fit *****************************************/
#solution h4.spiral-st{
	text-align:left;
}
/* ft-service ::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* tornado ***********************/
.ft-service-inner  {
	display: block;
	border-right:none;
}
.ft-service-inner  section{
	width:100%;
	padding:0;
	border-left:none;
	margin-bottom:50px;
}
.ft-service-inner  section h4{
	padding:20px 0;
}
.ft-service-inner  section p{
	padding:0;
}
/* option ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#option  {
	text-align:left;
}
/* CONTACT :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#contact dt{
	vertical-align:top;
}
#contact .contact-phone  ul li strong{
	font-size:28px;
	letter-spacing:1px;
	float:none;
	padding-right:0;
	margin-right:0;
}
}
@media screen and (max-width: 460px) {
/* tornado ***********************/
.tech-list{
		display: block;
}
.tech-list thead{
		display: none;
}
.tech-list tbody{
		display: block;
}
.tech-list tbody tr{
		display: block;
		margin-bottom: 1em;
}
.tech-list tbody th,
.tech-list tbody td{
		display: block;
		border: none;
}
.tech-list tbody th{
		margin-bottom: 5px;
		list-style-type: none;
		color: #000;
		background: #ccc;
		text-align:left;
		padding:5px;
		font-size:16px;
}
.tech-list tbody td.lv1{
	background:none;
	color:#fff;
}
.tech-list tbody td{
		margin: 0;
		padding:5px;
		text-align:left;
}
.tech-list tbody td:nth-of-type(1):before { content: "[TORNADO]"; margin-right:5px; }
.tech-list tbody td:nth-of-type(2):before { content: "[Hot air method]"; margin-right:5px;}
.tech-list tbody td:nth-of-type(3):before { content: "[Steam meth]"; margin-right:5px;}
/* solution ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* tornado ***********************/
.solution-ctg h4 {
	vertical-align:top;
	line-height:130%;
}
/* EQUIPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* instant ***********************/
.sub-stage .instant-txt {
	width:46%;
}
}
@media screen and (max-width: 400px) {
/* sub-stage ********************/
.cm-txt a span {
	font-size:18px;
	padding:5px 10px;
}
/* option ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.fit-option .fit-s-desc {
	position:static;
}
.fit-s-txt {
	position:static;
	z-index:5;
}
}
@media screen and (max-width: 370px) {
}
@media screen and (max-width: 350px) {
}