@charset "utf-8";
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important;}

/* Primary Styles
---------------------------------*/
body { background:#fff; font-family: "Noto Sans JP"; margin:0; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h2{
	font-size: 2rem;
	font-weight: 600;
letter-spacing:2px;
	margin: 0 0 16px 0;
	text-align: center; text-transform:none;
}
.recruit_jobs{
	color: #666;
	text-align: left;
	margin-top: -3px;
}
.contact_error{
	color: #F44336;
}
h3{
	margin:0 0 8px; line-height:140%;
}
.text-blue{ color: #0F528C; }
h5{
	font-size:16px;
	font-weight:600;
	text-align:center;
	margin:0 0 8px 0;
}
h6{
	font-size:16px;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
text-transform:uppercase;
  position: relative;
padding-bottom:24px;
}
h6:before { content: ''; position: absolute; left: 50%; bottom: 0; /*下線の上下位置調整*/ display: inline-block; width: 120px;  height: 6px; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translate(-50%); /*位置調整*/ background-color: #0F528C; /*下線の色*/ }

dl{}
dt{ margin-bottom:8px;}
dd{ margin-bottom:20px; margin-left:16px;}


/* Header Styles
---------------------------------*/

.header{
	text-align:center;
	background:url(../img/bg.jpg) no-repeat center top;
	padding:20vh 0;
	background-size:cover;
}	
.logo{
	width:130px;
	margin:0 auto 35px;
}
.header h1{ letter-spacing: -1px; margin:0 0 22px 0; color: #000; font-size: 54px; line-height: 140%; }
.header h1 img{
	width: 60%;
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
	font-size: 14px;
	line-height: 160%;
	text-shadow: 3px  3px 10px #6775B2,
            -3px  3px 10px #6775B2,
             3px -3px 10px #6775B2,
            -3px -3px 10px #6775B2;
	color: #FFF;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}

.link{
	padding:15px 120px;
	color:#FFF !important;
	display:inline-block;
	border-radius:2px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	background:#0F528C;
font-size:18px; font-weight:600; letter-spacing:4px;
}
.link:link {
	text-decoration:none;
}
.link:hover { text-decoration:none; color:#FFF !important; background: #1264AD; }

.contact-box{
	padding-top: 40px;
	}
	.contact-box2{
	padding: 40px 0 40px;
	}
	
.contact-link{
	padding:15px;
	background:#0F528C;
	color:#FFF !important;
    font-size:18px;
	display:block;
	border-radius:4px;
	line-height:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	width: 40%;
	text-align: center;
	margin: 0px auto;
    letter-spacing:2px;
}
.contact-policy{ margin: 24px 0 36px; padding:24px; background: #F0F4F7; }
.contact-policy h3{ font-size:14px; font-weight:bold;}
.contact-policy p{margin-bottom:0; font-size:12px;}
.contact-link:link  {
	text-decoration:none;
}
.contact-link:hover { background: #1264AD; }

.under16 {
	margin-bottom: 16px;
}
.under32 {
	margin-bottom: 32px;
}
.redbox{ padding: 12px; margin-bottom: 32px; border: 3px double #B70000; color: #B70000; text-align: center; }


/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:10px 0;
	padding:0;
	list-style:none;
}
.main-nav li{
	position: relative ;
	display:inline;
	margin:0;
    letter-spacing:2px;
    font-size:16px; line-height:24px; vertical-align: middle; font-weight:600;
}
.main-nav li a{ display:inline-block; color:#232323; text-decoration: none; margin:10px 26px; transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; }

.main-nav li a:hover{ text-decoration:none; color: #0F528C; }
.main-nav .menu-selected{ text-decoration:none; color: #0F528C; }

.main-nav li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	box-shadow:0px 5px 2px 2px rgba(241,241,241,0.30);
}
.main-nav li:last-child ul{
  left: -100%;
  width: 100%;
}
.main-nav li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.main-nav li ul li a{
	width: 100%;
	padding: 12px 18px;
	background-color: rgba(255,255,255,0.8); 
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
}
.main-nav li ul li:first-child a{
	padding-top: 20px;
	}
.main-nav li:hover > a{
  background: #FFF;
}
.main-nav > li:hover > a{
  border-radius: 3px 3px 0 0;
}
.main-nav li:hover ul li{
  overflow: visible;
  height: 38px;
}
.main-nav li:hover ul li:first-child{
  border-top: 0;
}
.main-nav li:hover ul li:last-child{
  border-bottom: 0;
}
.main-nav li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

#fade-in2 li ul{
  opacity: 0;
  top: 100%;
  visibility: hidden;
  transition: .5s;
}
#fade-in2 li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
	z-index: 100;
}

.main-nav li.small-logo{ }

.main-section{
	padding:60px 0 40px;
}
.main-section h2{ font-size: 3.6rem;}


/* Services
---------------------------------*/
.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.service-list-col2 img{
	}	
	.service-list-col2 a img{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	}
	.service-list-col2 a:hover img{
	opacity: 0.8; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";
	}
.main-section.alabaster{
	background:#fafafa;
}

/* Business (ソフトウェア製品ボタン)
---------------------------------*/
.software-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top:16px;
    justify-content:space-between;
}

/* ソフトウェア製品ボタン「flex-basis: 25%→33%」に変えた　2023.4.3追加 */
/* 「.software-list div→.software-list > div」に変えた「材料試験用」の「div」には影響を与えないため　2025.6.13追加 */

.software-list > div{ padding:16px; flex-basis: 33%; border: 4px solid #FFF; text-align: center; font-size:18px; font-weight:600; border-radius: 12px; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; background: #119B80; }
.software-list > div:hover{ background-color:#13B595; cursor:pointer; }
.software-list a { text-decoration: none; color: #FFF; display:block; }
.software-list span{ display:block; font-size:14px; margin-bottom:4px; font-weight:normal;}

/* ソフトウェア 「材料試験用」の背景色・文字色 2025.6.13追加 */
.text-background-or-wh {
  display: inline-block;
  font-size: 1em;
  font-color: #ffffff;
  padding: 2px 4px;
  background:#E67E22;
  border-radius:6px;
}


/* ソフトウェア製品ボタン調整のための白い枠　2021.2.4追加 */
#software-list-white { background: #FFF;} 

/* YouTube画像の高さ調整　2020.9.24追加 */
.wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

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

/* Saiyou
---------------------------------*/
.job-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top:16px;
    justify-content:space-around;
}
.job-list div{ padding:16px; flex-basis: 33.32999%; border: 4px solid #FFF; text-align: center; font-size:18px; font-weight:600; border-radius: 12px; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; background: #119B80; }
.job-list div:hover{ cursor:pointer; background: #13B595; }
.job-list a { text-decoration: none; color: #FFF; display:block; }
.job-list span{ display:block; font-size:14px; margin-bottom:4px; font-weight:normal;}

/* 2022.2.21　追加 */
/*video {

    max-width: 100%;

}*/

video {
  width: 100%;
  max-width: 1280px;
  height: auto;
  aspect-ratio: 16 / 9; /* 動画のアスペクト比 */
  display: block;
  margin: auto;
}


/* submenu-list
---------------------------------*/
.submenu-list{
padding:0 0 56px;
	text-align: center;
}
.submenu-list div{
	display: inline-block;
	margin: 0 6px 12px;
	padding: 8px;
	width: 180px;
	border: 1px solid #0F528C;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.submenu-list a { text-decoration: none; color: #000; display:block; }
.submenu-list a:hover{ color: #0F528C; }

/* 「システム・ソフト開発」ボタン変更(2023.4.4 追加) */
.submenu-list #syssoft{
    width: 250px;
}


/* add-btn 「ソフトウェア製品紹介へ」ボタン(2023.4.3 追加)
------------------------------------------------------*/
.add-btn{
	padding:0 0 56px;
	text-align: left;
}
.add-btn div{
	display: inline-block;
	margin: 0 6px 12px;
	padding: 8px;
	width: 200px;
	background: #0F528C; 
	border: 1px solid #0F528C;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.add-btn a { text-decoration: none; color: #fff; display:block; }
.add-btn a:hover { color: #fff8dc; }

/* Featured Work
---------------------------------*/
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:16px;
}

.featured-box .box-tight {
	padding-right: 200px;
}

.featured-box h3{
	margin-bottom:12px;
	font-weight: 700;
}

.featured-box h4{
	margin-bottom:12px;
	font-weight: 700;
        color: #FFA500;
}

.featured-box h5{
	font-weight: 600;
	text-align: center;
	margin:0 0 0 0;
}

.featured-box img{
	margin:12px 12px 12px 12px;
}

.featured-box p{ margin-bottom:24px; line-height:160%; }
.featured-box ul{
	padding-left: 20px;
	padding-top: 6px;
}

/* ボタン　2020.12.14追加（2025.6.18縁取りを少し丸くした） */
.featured-box a.btn-border {
  border: 2px solid #ffa500;
  border-radius: 10;
  padding: 0.1em 0.3em;
  background: #fff;
  text-decoration: none;
}

.featured-box a.btn-border:hover {
  color: #000000;
  background: #ffa500;
}
/* 数字リスト　2020.09.23追加 */
.featured-box ol li{
    list-style-type: decimal;
	margin-bottom: 10px;
	padding-left: 6px;
}

.featured-box ul li{
	margin-bottom: 10px;
	list-style: url(../img/list-point.gif) none outside;
	padding-left: 6px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#8EC31F;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{ padding:0; list-style:none; margin-left: -24px; }
.Portfolio-nav li{ margin:0 6px 0 0; display:inline; }
.Portfolio-nav li a{ display:inline-block; padding:8px 20px; line-height:20px; color:#FFF; background:#069; transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; text-decoration: none; font-size: 14px; margin-bottom: 12px; margin-left: 0px; }
.Portfolio-nav li a:hover{ background:#004A6F; color:#fff; text-decoration:none; }

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}
.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	margin-top: -33.3333%;
	margin-bottom: 25px;
}
.Portfolio-box img:hover {
	opacity: 0.6;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #8EC31F;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#8EC31F;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#8EC31F;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding-right: 0;
	padding-left: 0;
}
.main-section.team h6{
	margin-bottom:40px;
}

/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
.team-leader-box span{
	margin-bottom:16px;
	display:block;
	font-size: 12px;
	color: #888888;
}
.team-leader-box p{
height:68px;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 5px;
}
.team-leader ul li a{
	display:inline-block;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	font: 400 18px 'Montserrat', sans-serif;
	color: #40C4FF;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
	color: #FFF;
}

/* News
---------------------------------*/
.latest-news .featured-box{
	}
.latest-news time{
font-weight:800;
display:block;
margin-bottom:4px;
}
.latest-news h3{ margin-bottom: 16px; font-weight: bold; border-bottom: 2px solid #2B2B35; padding-bottom:8px; }
	.latest-news p{
	line-height: 140%;
	}
.latest-news p a:hover{
	color: #666;
	text-decoration: underline;
	}
.morebox{ text-align:right;}

/* Talk Business
---------------------------------*/
.business-talking{
	background-size:cover;
	padding:108px 0;
	text-align:center;
}
.business-talking h2{
	font-weight:700;
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}
.bg-company{
	background:#fafafa url(../img/company/bg.png) no-repeat left bottom;
	background-size:cover;
}
.bg-products{
	background:#fafafa url(../img/business/bg.jpg) no-repeat left bottom;
	background-size:cover;
}
.bg-software{
	background:#fafafa url(../img/business/bg-software.jpg) no-repeat left bottom;
	background-size:cover;
}
.bg-recruit{
	background:#fafafa url(../img/recruit/bg.jpg) no-repeat left bottom;
	background-size:cover;
}
.bg-contact{
	background:url(../img/contact/bg.jpg) no-repeat left bottom;
	background-size:cover;
}
.bg-news{
	background:url(../img/news/bg.jpg) no-repeat left bottom;
	background-size:cover;
}
.bg-support{ background:#4A6D93; }

/* Staff Interview
---------------------------------*/
.interview-q h3 {
	color: #00bcd4;
}
	.interview-q h3:before {
content: "－";
}

/* Recruit
---------------------------------*/
.recruit-memberimg-f {
	border-radius:50%;
	margin-bottom: 20px;
}

/* Google Maps
---------------------------------*/
.google-maps {
padding-bottom: 40%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 80% !important;
	padding-right: 15px;
	padding-left: 15px;
}

/*Recruit
---------------------------------*/
.list-underline{
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	}
	
/*Interview
---------------------------------*/
.timetable h3{
	margin-bottom: 24px;
	}
.timetable .contact-info-box{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	}
	
.contact-info-box h3{ padding-left: 8px; border-left: 4px solid #C8CFD9; font-weight:600; }

/* Contact
---------------------------------*/
.main-section.contact{
	padding:60px 0;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 0px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	float:left;
	width:102px;
	margin-right:12px;
margin-top:3px;
}
.contact-info-box span{
	display:block;
	overflow:hidden;
}
.contact-nav{
	padding:0;
	list-style:none;
	margin: 0 0 45px 114px;
}
.contact-nav li{
	margin:0 10px 0 0px;
	display:inline;
}
.contact-nav li a{
	display:inline-block;
	padding:10px 22px;
	line-height:20px;
	color:#FFF;
	border-radius:4px;
	background:#00BCD4;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #00BCD4;
}
.contact-nav li a:hover{
	background:#FFF;
	text-decoration:none;
	border: 1px solid #000;
}

.contact-question{
	text-align: right;
	margin-bottom: 5px;
}
#jQueryPush , #jQueryPush2 {
	text-decoration: underline;
}
#jQueryPush:hover , #jQueryPush2:hover{
	color: #D40000;
	text-decoration: none;
	cursor: pointer;
}
#jQueryBox{
	background: #f5feff;
	padding: 12px;
	margin-bottom: 10px;
	color: #333;
	}
	#jQueryBox2{
	background: #f3feec;
	padding: 12px;
	margin-bottom: 10px;
	color: #333;
	}

.form{
	margin:0 66px 0 30px;
}
.input-text{ padding:15px 16px; border:1px solid #ccc; width:100%; height:50px; display:block; border-radius:4px; font-size:15px; margin:0 0 15px 0; transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; color: #000; }
.input-text-selectbox{width:60%; padding-top:10px;}
.input-text:focus { border: 1px solid #09C; outline:0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); }
input::placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
input::-ms-input-placeholder {
  color: #000;
}
textarea::placeholder {
  color: #000;
}
textarea:-ms-input-placeholder {
  color: #000;
}
textarea::-ms-input-placeholder {
  color: #000;
}

.input-text.text-area{
	min-height:165px;
resize: vertical;
	overflow:auto;
}
.input-btn{
	border: none;
}
.input-btn:hover{
}
.input-btn-form{
padding:10px;
	background:#0F528C;
	color:#FFF !important;
	font: 16px;
	display:inline-block;
	border-radius:4px;
	line-height:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	width: 120px;
	text-align: center;
	margin: 0px 12px;
letter-spacing:4px;
	}
.input-btn-back{ background-color:#999;}

details {
  transition: .5s;
font-size:14px;
padding:8px;
}
details[open] { background: #FDF4EA; }
summary { font-size:15px; cursor: pointer; margin-bottom:4px; font-weight:bold; color:#F60; outline: none;}

/* CMS
---------------------------------*/
.cms h1 { font-size:2.4rem; font-weight:bold; line-height:140%; margin-bottom:12px !important; margin-top:0;}
.cms time{ padding-bottom:24px; display:block; }
.cms .textarea p{ line-height:160%;}
.cms .contact-link{
	width: 60%;
}
.cms .target{ padding: 0px; list-style: none; }
.cms .target li{ display:inline-block; font-size:14px; line-height:100%; padding: 6px 12px; background-color:#FFF; border: 1px solid #0f528c; margin-right:4px; }
.cms .target a{ text-decoration:none; letter-spacing:1px; color:#0F528C;}

.cms .widget{ font-size:15px; list-style:none;}
.cms .widget a{ text-decoration:none;}
.cms .widget a:hover{ color:#666;}
.cms .widget h2{ font-size:20px; font-weight:800; text-align:left; color:#0F528C;}
.cms .widget ul{ list-style:none; padding:0; margin-bottom:24px; }
.cms .widget ul li{ margin-bottom:8px; border-bottom: 1px dotted #666; padding-bottom:8px; font-weight:800;  }
.cms .widget ul li ul{ padding-top:0; margin-bottom:0;}
.cms .widget ul li ul li{ margin-bottom:0; border-bottom:none; padding-bottom: 0; padding-left:18px; font-weight:normal; }

.cms .cms_sidemenu ul { padding:0;}

/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
padding:24px 0 36px;
}
.wp-pagenavi a, .wp-pagenavi span { background-color: #FFF; border: 1px solid #666; padding: 6px 12px; margin: 0 4px; white-space: nowrap; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; text-align: center; text-decoration:none; font-size: 12px !important; line-height: 100%; }
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{ color: #FFF; background-color: #666; border-color: #666; font-weight: bold; }

/* Footer
---------------------------------*/

.footer{
	background:#181818;
	padding:35px 0 35px;
}
.footer-logo{
	margin:15px auto 20px;
	width: 50px;
}
.copyright{
	color:#cccccc;
	font-size:11px;
	display:block;
	text-align:center;
letter-spacing:1px;
}
.copyright a{
	color:#FFF;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.copyright a:hover {
	color: #fff;
}

.copyright a:hover {
	color: #fff;
}
.res-nav_click { line-height:38px; font-family: 'FontAwesome'; font-size:38px; text-decoration: none !important; color:#333; font-style:normal; display:none; width:42px; height:27px; margin:14px 0px 20px auto; transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; }
.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus { color: #00A0E9 !important; }

.res-nav_logo {
	text-decoration: none !important;
	display:none;
	width:180px;
	height:auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.portfolioContainer{
	max-width: 1140px;
}

/* Animation Timers
---------------------------------*/
.delay-01s { 
	animation-delay: 0.1s; 
	-webkit-animation-delay: 0.1s; 
}
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}