/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 203
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	overflow-x: hidden; 
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
	overflow-y: scroll;
	overflow-x: hidden; 
	-webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar {
	display: none;
}

a {
	color: #24890d;
	text-decoration: none;
}


a:hover,
a:active {
	outline: 0;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

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

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

/*html {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
html, body {

    min-height: 100%;
    
    
}
html.loading{
	height:100%;
	background:#fff;
}
html.loading:before {
	content:" ";
	height:130px;
	width:130px;
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);

    background:url('images/loading.gif') no-repeat 50% 50%;
	
    -webkit-transition: background-color 0;
    transition: background-color 0;
}
body {
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
html.loading body {
    opacity: 0;

    -webkit-transition: opacity 0;
    transition: opacity 0;
}
*/

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.site-content{
	position: relative;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main-content {
	width: 100%;
	z-index:1;
	position: relative;
	overflow: scroll;
}
.main-content::-webkit-scrollbar {
  display: none;
}
.border_link{
	display: block;
	padding:15px;
	border:3px solid #fff;
	color:#fff;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	width:200px;
	text-align: center;
}
.border_link:hover{
	background: #fff;
	color:#222;
	transition:background 0.3s, color 0.3s;
}
.border_link.to_service{
	position: absolute;
	bottom:20px;
	left:50%;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
.catch{
	display: block;
	width:100%;
	max-width:320px;
	position: absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.catch img{
	width:100%;
}
.arrow_wrap{
	display: none;
	width:30px;
	left:50%;
	height:40px;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	position: absolute;
	bottom:10px;
	margin:0;
}
.arrow_down{
	
	width:100%;
	height:30px;
	position:absolute;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}
.arrow_down img{
	width:100%;
}
.pagination{
	text-align: center;
	padding:10px 0;
}
.pagination a{
	font-size: 15px;
	font-weight: normal;
	color:#666;
	background: #ddd;
	padding:5px 10px;
	margin:0 2px;
	/*border-bottom: 3px solid #444;*/
}
.pagination span{
	font-size: 15px;
	font-weight: normal;
	color:#ddd;
	margin:0 2px;
	background: #444;
	padding:5px 10px;
}
/**
 * トップページ
 * -----------------------------------------------------------------------------
 */
.section{
	position: relative;
	overflow: hidden;
	z-index:-100;
}
/* section1 */
.bg_wrap{
	width:100%;
	height:1200px;
	background: #333;
	overflow: hidden;
	display: block;
	position: fixed;
	top:0;
	left:0;
	z-index:-100;
}
.bg_wrap .bg_images{
	opacity:0.9;
	z-index:1;
}

.bg_wrap .bg_images li, .bg_wrap .bg_images{
	display: block;
	width:100%;
	height:100%;
	position: relative;
	z-index:1;
}
.bg_wrap .bg_images li{
	position: absolute;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 8s;
	transition: opacity 1.2s ease-in-out, transform 8s;
}
.bg_wrap .bg_images li.active{
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);

}

.bg_wrap .bg_images li img{
	display: block;
	width:100%;
}
.bg_wrap .bg_images li#no1{
	background: url(images/bg4.jpg) no-repeat center;
	background-size: cover;
}
.bg_wrap .bg_images li#no2{
	background: url(images/bg6.jpg) no-repeat center;
	background-size: cover;
}
.bg_wrap .bg_images li#no3{
	background: url(images/bg7.jpg) no-repeat center;
	background-size: cover;
}
.bg_wrap .bg_images li#no4{
	background: url(images/bg8.jpg) no-repeat center;
	background-size: cover;
}


#top_contents{
	position: relative;
	overflow: hidden;
	top:0;
	left:0;
	width:100%;
	height:500px;
	display: block;
	background: none;
	z-index: 333;
}

/* news_wrap */
.news_wrap{
	background:none;
	display: block;
	overflow: hidden;
	clear:both;
	z-index: 5;
	position:relative;
}
#nav_wrap .title_h2, #news_wrap .title_h2, #map_wrap .title_h2{
	padding:10px 15px;
	margin:0;
	color:#777;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
}
h2{
	
	margin:3px 0 0 0;
	color:#fff;
	font-weight: normal;
}
.title_h2 h2{
	float:left;
}
#news_wrap .title_h2 .news_btn{
	display: block;
	float: right;
	padding:5px 10px;
	color:#666;
	font-size: 13px;
	background: #eee;
}
h2 small{
	display: inline-block;
	font-size: 11px;
	color:#aaa;
	vertical-align: middle;
	margin-left:10px;
	font-weight: normal;
}
.news_wrap ul{
	width:100%;
}
.news_wrap li{
	display: none;
	padding:0;
	
	overflow: hidden;
	position: relative;
}
.news_wrap li:first-child{
	display: block;
}
.news_wrap li .thumb{
	width:100%;
	overflow: hidden;
	height:200px;
	display: block;
	position: relative;
}
.news_wrap li .thumb img{
	display: block;
	width:auto;
	position: absolute;
	height:100%;
	top:0;
	left:50%;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
.news_wrap li .date{
	position: absolute;
	top:5px;
	left:10px;
	color:#fff;
	font-size: 20px;
	opacity: 0.5;
}
.news_wrap li .title{
	font-size: 14px;
	color:#333;
	position: relative;
	width:100%;
	display: block;
	background:#fff;
	overflow: hidden;
}
.news_wrap li .title .btn{
	float:right;
	padding:10px 10px 10px 15px;
	color:#555;
	font-weight: bold;
	
}
.news_wrap li .title .btn:after{
	content:" ";
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	width:15px;
	height:15px;
	margin-left:5px;
	background:url(images/app_arrow.png) no-repeat center;
	background-size:contain;
}
.news_wrap li .title strong{
	float:left;
	padding:10px 10px 10px 10px;
}
.news_wrap li .title .icon{
	display: block;
	height:25px;
	margin:7px 0 7px 10px;
	float:left;
}
/* nav_wrap */
.nav_wrap{
	overflow: hidden;
	clear: both;
	background: none;
	z-index:222;
	position: relative;
	padding: 0;
}
.nav_box{
	display: block;
	width:100%;
	height:100%;
	overflow: hidden;
}
.nav_box li{
	display: block;
	padding:0;
	float:left;
	background: #333;
	text-align: left;
	color:#fff;
	text-align: center;
	width:50%;
	font-weight: normal;
	position: relative;
}
.nav_box li:nth-child(2n){
	background:#444;
}
.nav_box li .image{
	display: block;
	padding:0;
	text-align: left;
	color:#fff;
	text-align: center;
	width:100%;
	margin:0;
	padding:0;
	height:80px;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}

/*.nav_box li span{
	position: absolute;
	top:0;
	left:0;
	display: block;
	content:" ";
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	z-index: 4;
}*/
.nav_box li a.text{
	color:#fff;
	z-index: 5;
	width:100%;
	font-size: 17px;
	padding:5px 0 10px 0;
	text-align: center;
	display: block;
	line-height: 1.4;
	position: relative;
}

.nav_box li small{
	font-size: 10px;
	color:#bbb;
	display: block;
	font-weight: normald;

}
.nav_box li .image:before{
	display: block;
	content:" ";
	width:100%;
	height:33px;
	z-index: 4;
	margin-top:20px;
	background:url(images/list_news_icon.png) no-repeat center;
	background-size: contain;
}
.nav_box li.service a:before{
	background:url(images/list_service_icon.png) no-repeat center;
	background-size: contain;
}
.nav_box li.business a:before{
	background:url(images/list_business_icon.png) no-repeat center;
	background-size: contain;
}
.nav_box li.blog a:before{
	background:url(images/list_blog_icon.png) no-repeat center;
	background-size: contain;
}
.nav_box li.contact a:before{
	background:url(images/list_contact_icon.png) no-repeat center;
	background-size: contain;
}
.nav_box li.company a:before{
	background:url(images/list_company_icon.png) no-repeat center;
	background-size: contain;
}
.nav_box li.recruit a:before{
	background:url(images/list_recruit_icon.png) no-repeat center;
	background-size: contain;
}
.nav_box li.news .image{
	background:url(images/list_news_c.jpg) no-repeat center;
	background-size: cover;
}
.nav_box li.service .image{
	background:url(images/list_service_c.jpg) no-repeat center;
	background-size: cover;
}
.nav_box li.contact .image{
	background:url(images/list_contact_c.jpg) no-repeat center;
	background-size: cover;
}
.nav_box li.business .image{
	background:url(images/list_business_c.jpg) no-repeat center;
	background-size: cover;
}
.nav_box li.blog .image{
	background:url(images/list_blog_c.jpg) no-repeat center;
	background-size: cover;
}
.nav_box li.recruit .image{
	background:url(images/list_recruit_c.jpg) no-repeat center;
	background-size: cover;
}
.nav_box li.company .image{
	background:url(images/list_company_c.jpg) no-repeat center;
	background-size: cover;
}
/*.nav_box li.service:after{
	position: absolute;
	content:" ";
	height:100%;
	width:50%;
	right:5%;
	top:5px;
	background:url(images/list_service.png) no-repeat center;
	background-size: contain;
}*/

.blog_link{
	display: block;
	background: url(images/blog_arrow.png) no-repeat center right #222;
	background-size: auto 50%;

	color:#ddd;
	font-size: 20px;
	font-weight: bold;
	padding:15px 15px;
}
.blog_link:before{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-top:-3px;
	background: url(images/blog_icon.png) no-repeat center;
	height:25px;
	width:25px;
	background-size: contain;
	margin-right:10px;
}
.blog_link small{
	font-size: 10px;
	color:#aaa;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

/* map_wrap */
.map_wrap{
	height:auto;
	z-index:222;
	position: relative;
}
#map_canvas {
    width: 100%;
    height: 250px;
    display: block;
}
#map_canvas.noscroll{
	pointer-events:none
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;

}

.site-header {
	position: fixed;
	-webkit-transform: translateZ(0)
	top:0;
	left:0;
	width: 100%;
	z-index: 888;
	/*background: rgba(0,0,0,0.5); */
	
}
.site-header .header-main{
	-webkit-transition:background 1s;
	transition:background 1s;
}
.site-header.overlay .header-main, .site-header.out .header-main{
	background: rgba(20,20,20,0.8);
}
.header-main {
	min-height: 48px;
	padding: 0;
}

.site-title {
	float: left;
	margin: 5px 0 5px 10px;
	max-width:130px;
}
.site-title img{
	max-width: 100%;
	max-height:100%;
}


.menu_btn{
	float:right;
	width:48px;
	height:48px;
	margin:0;
	background:url(images/menu_btn.png) no-repeat center;
	background-size:auto 30px;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}
.menu_btn.on{
	background:url(images/menu_btn-on.png) no-repeat center #fff;
	background-size:auto 30px;
}
.menu_btn img{
	width:100%;
}
.menu_wrap li{
	margin:0; padding:0;
	display: block;
	border-bottom:1px dotted #555;
}
.menu_wrap li:last-child{
	border:none;
}
.menu_wrap{
	position: fixed;
	top:48px;
	z-index:999;
	display: none;
	width:100%;
	margin:0;
	padding:0;
	background:rgba(30,30,30,1);
}
.menu_wrap li a{
	padding:0 15px;
	line-height:50px;
	display: block;
	color:#bbb;
}
.menu_wrap li a small{
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	color:#0c8a81;
	padding:0;
	margin:0 0 0 10px;
	font-weight: bold;
}
/*.menu_wrap li:first-child a small{
	color:#e32287;
}
.menu_wrap li:nth-child(2) a small{
	color:#f7a21d;
}
.menu_wrap li:nth-child(3) a small{
	color:#39adec;
}
.menu_wrap li:nth-child(4) a small{
	color:#33a857;
}
.menu_wrap li:nth-child(5) a small{
	color:#ec2925;
}
.menu_wrap li:nth-child(6) a small{
	color:#a21e93;
}*/

/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}
/* サービス情報　シングル */
.site-content.service{
	width:100%;
	position: relative;
}
.service .image_wrap{
	background: url(images/list_service.jpg) no-repeat center;
}
.news .image_wrap{
	background: url(images/list_news.jpg) no-repeat center;
}
.company .image_wrap{
	background: url(images/list_company.jpg) no-repeat center;
}
.business .image_wrap{
	background: url(images/list_business.jpg) no-repeat center;
}
.recruit .image_wrap{
	background: url(images/list_recruit.jpg) no-repeat center;
}
.contact .image_wrap{
	background: url(images/list_contact.jpg) no-repeat center;
}
.blog .image_wrap{
	background: url(images/list_blog.jpg) no-repeat center;
}
.image_wrap{
	width:100%;
	height:300px;
	position: fixed;
	top:0;
	overflow: hidden;
	left:0;
	display: block;
	z-index:0;
	background: #222;
	background-size: cover !important;
}

.image_wrap img{
	height:100%;
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.image_wrap.scroll img{
	/*opacity:0.5;*/
}

.contents_wrap{
	margin-top:230px;
	background:#fff;
	position: relative;
	z-index:5;
	-webkit-transition: -webkit-box-shadow 1s;
	transition: box-shadow 1s;
}
.contents_wrap.scroll{
	-webkit-box-shadow: 0px -3px 25px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow:    0px -3px 25px rgba(0, 0, 0, 0.5); 
	box-shadow:         0px -3px 25px rgba(0, 0, 0, 0.5); 
}
.contents_wrap h1, .contents_wrap .h1_wrap{
	font-size: 18px;
	color:#555;
	padding:10px;
	margin:0;
	border-bottom:1px solid #eee;
}
.contents_wrap .h1_wrap h1{
	border:none;
	display: inline-block;
	margin:0;
	padding:0;
	vertical-align: middle;
}
.contents_wrap .h1_wrap h1 span{
	display: block;
	color:#666;
	padding:3px 0 0 0;
	font-size: 11px;
	font-weight: normal;
}
.contents_wrap .h1_wrap .icon{
	display: inline-block;
	vertical-align: middle;
	width:45px;
	margin-right:15px;
}
.contents_wrap .date{
	font-size: 12px;
	color:#999;
	padding:5px 10px;
	float:right;
}
.contents_wrap .content{
	padding:5px 15px;
	clear: both;
	font-size: 14px;
	color:#555;
}
.screenshots{
	margin:10px 15px;
	overflow: hidden;
}
.screenshots div{
	width:31%;
	float: left;
	margin:0 1%;
}
.screenshots.ss4 div{
	width:23%;
}
.screenshots.ss5 div{
	width:18%;
}
.screenshots div img{
	width: 100%;
}
.service h3{
	font-size: 19px;
	padding:15px 0;
	color:#555;
	margin:0;
	font-weight: bold;
}
.service h3 small{
	font-size: 10px;
	color:#999;
	margin-left: 10px;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
}
.download{
	padding:0 15px 40px 15px;
	overflow: hidden;
}
.download .icon{
	width:90px;
	height:90px;
	float: left;
}
.download .icon img{
	width:100%;
}
.download .app_name{
	color:#444;
	font-size: 23px;
	
}
.download .right{
	float:left;
	margin-left:10px;
	width:60%;
}
.download .appstore{
	width:160px;
	display: block;
	margin-top:5px;
}
.download .appstore img{
	width:100%;
}

/* サービス一覧など、一覧系 */
.archivepage .page-header{
	position: absolute;
	height:230px;
	width:100%;
}
.archivepage .page-header h1{
	color:#fff;
	position: absolute;
	top:60%;
	left:50%;
	width:100%;
	text-align: center;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	font-weight: normal;
	font-size: 40px;
	display: inline-block;
	opacity:1;
	-webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.archivepage .page-header h1.hide{
	opacity:0;
}
.archivepage.service .page-header h1:before{
	background: url(images/list_service_icon.png) no-repeat center;
}
.archivepage.news .page-header h1:before{
	background: url(images/list_news_icon.png) no-repeat center;
}
.archivepage.recruit .page-header h1:before{
	background: url(images/list_recruit_icon.png) no-repeat center;
}
.archivepage.company .page-header h1:before{
	background: url(images/list_company_icon.png) no-repeat center;
}
.archivepage.business .page-header h1:before{
	background: url(images/list_business_icon.png) no-repeat center;
}
.archivepage.contact .page-header h1:before{
	background: url(images/list_contact_icon.png) no-repeat center;
}
.archivepage.blog .page-header h1:before{
	background: url(images/list_blog_icon.png) no-repeat center;
}
.archivepage .page-header h1:before{
	content:" ";
	display: block;
	width:45px;
	margin:0 auto;
	vertical-align: middle;
	margin-top:-10px;
	height:45px;
	background-size: contain !important;
}
.archivepage h2{
	padding:15px;
	color:#555;
	margin:0;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
.archivepage.service h4{
	padding:10px 15px;
	font-size: 13px;
	color:#eee;
	font-weight: normal;
	background: #444;
}
.archivepage .archive{
	overflow: hidden;
	width:100%;
	display: block;
}
.archivepage li{
	width:96%;
	padding:5px 2%;
	border-bottom: 1px solid #eee;
	display: block;
	overflow: hidden;
}
.archivepage .thumb{
	width:100px;
	float:left;
	display: block;

}
.archivepage .right{
	float: left;
	width:63%;
	margin-left:3%;
}
.archivepage h3, .archivepage.service h3{
	color:#444;
	padding:0;
	
}
.archivepage h3 a{
	color:#444;
	font-size: 15px;
	display: block;
	line-height: 1.4;
}
.archivepage.service .right p{
	margin:5px 0; padding:0;
	color:#999;
	font-size: 12px;
}
.archivepage.service .right h3 a{
	font-size: 17px;
}
.archivepage .details_btn{
	display: block;
	float: right;
	padding:5px;
	color:#888;
	font-weight: normal;
	border:1px solid #bbb;
	font-size: 12px;
}

.archivepage .archive.big li{
	padding:15px;
	overflow: hidden;
	width:auto;
	border:none;
}
.archivepage .archive.big li .image{
	width:100%;
	position: absolute;
	top:50%;
	left:0;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
.archivepage .archive.big li .image_cont{
	width:100%;
	display: block;
	overflow: hidden;
	height:140px;
	position: relative;
}
.archivepage .archive.big li .title{
	display: block;
	padding:10px;
	background: #eee;
	overflow: hidden;
}
.archivepage .archive.big li .title .thumb{
	float: left;
	width:40px;
	height:40px;
}
.archivepage .archive.big li .title .info{
	float: left;
	display: block;
	width:auto;
	margin:0 0 0 10px;
	color:#444;
	font-size: 25px;
	line-height: 1.3;
	clear:none;
	max-width:80%;
}
.archivepage .archive.big li .title .info .name{
	font-size: 20px;
	color:#555;
	margin: 0;
	padding:0;
	line-height: 1.3;
	display: block;
	overflow: hidden;
	float:none;
}
.archivepage .archive.big li .title .info .copy{
	display: block;
	position: relative;
	color:#666;
	font-size: 10px;
	clear:both;
	overflow: hidden;
}
.archivepage .archive.small, .archivepage .archive.web{
}
.archivepage .archive.small li .thumb{
	width:70px;
}
.archivepage .archive.small li a{
	color:#666;
}
.archivepage .archive.small li h3 a{
	color:#444;
}
.archivepage .archive.small li{
	background:url(images/list_arrow.png) no-repeat center right;
	background-size:auto 20px;
}
.archivepage .archive.web .thumb{
	width:70px;
}
.archivepage .archive.web h3 a{
	font-size: 14px;
}
.archivepage .app_btn{
	display: block;
	float:right;
	margin:10px 15px;
	padding:5px 10px;
	background:#eee;
	font-size: 13px;
	color:#555;
}
.archivepage .app_btn:after{
	content:" ";
	display: inline-block;
	width:11px;
	height:14px;
	margin-top:-2px;
	background:url(images/blog_arrow.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-left:10px;
}
/* BLOG */
.single-blog h2, .single-news h2{
	color:#555;
	font-weight: bold;
	padding:15px;
	line-height: 1.4;
	font-size: 17px;
}
.single-news .content{
	min-height:300px;
}

/* ニュース一覧ページ */
.archivepage.news .archive li .right{
	/*width:94%;*/
}
/* COMPANY 会社概要 */
.company .content h3{
	font-size: 22px;
	color:#555;
	padding:15px 0;
}
.company .content{
	color:#666;
	font-size: 13px;
	line-height: 1.6;
}
.company h4, .business h4{
	font-size: 17px;
	color:#444;
	font-weight: bold;
	padding:10px 15px;
	border-bottom: 1px solid #eee;
}
.company .about{
	margin:5px 3% 40px 3%;
	width:94%;
	border:none;
	table-layout:fixed;
}
.company .about tr{
	border:none;
}
.company .about th{
	border:none;
	width:90px;
	font-size: 15px;
	padding:5px;
	color:#444;
}
.company .about td{
	border:none;
	color:#777;
	font-size: 13px;
}
.company .about td img{
	max-width: 100%;
	margin:10px 0;
	display: block;
}
.company .clients{
	padding:10px 15px 30px 15px;
}
.company .clients li{
	font-weight: normal;
	font-size: 14px;
	color:#666;
	border:none;
	padding:5px 0;
}
/* BUSINESS 事業内容 */
.business .content{
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	color:#666;
	margin:15px 0;
}
.business dl{
	padding:10px 15px 0 15px;

}
.business dt{
	font-weight: bold;
	color:#555;
	font-size: 15px;
	background:#eee;
	padding:5px 10px;
	border-bottom: 1px solid #ddd;
}
.business dd{
	font-size: 13px;
	background:#eee;
	color:#555;
	line-height: 1.6;
	padding:5px 10px 5px 10px;
	margin-bottom: 10px
}
.business .apps{
	overflow: hidden;
	margin-bottom:40px;
}
.business .apps li{
	overflow: hidden;
	display: block;
	padding:10px;
	margin:0;
}
.business .apps li a.icon{
	display: block;
	width:23%;
	margin-right: 2%;
	float: left
}
.business .apps li a.icon img{
	width:100%;
}
.business .apps li .right{
	display: block;
	width:70%;
	float: left;
}
.business .apps li .right .title{
	color:#444;
	font-weight: bold;
	font-size: 15px;
}
.business .apps li .right .desc{
	color:#999;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

/* CONTACT お問い合わせ */
.contact .contact_form li{
	display: block;
	padding:5px 15px;
	border:none;
}
.contact .contact_form .left{
	font-weight: bold;
	color:#444;
	font-size: 15px;
	padding:0 0 5px 0;
}
.contact .contact_form .right{
	display: block;
	padding:0;
	margin:0;
	width:100%;
}
.contact .contact_form select{
	background: url('images/select_arrow.png') no-repeat center right #ccc;
	background-size: auto 17px;
	border:none;
	color:#888;
	padding:10px 5%;
	width:90%;
	font-size: 13px;
	display: block;
	-webkit-appearance:none;
}
.contact .contact_form input[type="text"], 
.contact .contact_form textarea, 
.contact .contact_form input[type="email"],
.contact .contact_form input[type="tel"]{
	background: #eee;
	border:none;
	color:#999;
	padding:13px 5%;
	width:90%;
	font-size: 13px;
}
.contact #info{
	margin:15px;
	font-size: 11px;
	color:#999;
}
.contact #info h3{
	color:#666;
	font-weight: bold;
	font-size: 14px;
	padding:5px 0;
}
.contact .floatR{
	text-align: center;
	color:#555;
	font-weight: bold;
	font-size: 15px;
	margin:10px 0;
}
.contact .wpcf7-not-valid-tip{
	font-size: 12px;
	display: block;
	padding:5px 0;
	width:90%;
	color: #f05050;
}
.contact .floatR span{
	margin-right:5px;
}
.contact .info_small{
	color:#dd4c4e;
	font-size: 11px;
	padding:10px 15px;
	display: block;
}
.contact input[type="submit"]{
	display: block;
	width:90%;
	margin:0 5%;
	padding:15px 0;
	background:#8665a2;
}
.contact .left .essential{
	font-size: 13px;
	color:#dd4e4e;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}
.contact .wpcf7-response-output{
	font-size: 13px;
	color:#666;	
	padding:15px;
	margin:0 15px 20px 15px;
}
.contact div.wpcf7 img.ajax-loader{
	display: block;
	margin:10px auto;
}
.contact div.wpcf7-mail-sent-ok{
	border:2px solid #00cc99;
}
.contact p{
	margin:0;
}
/* RECRUIT 採用情報 */
.recruit_list{
	padding:15px;
}
.recruit_list li{
	margin-bottom:10px;
	display: block;
	border:none;
	background:#eee;
	padding:0;
	width:auto;
}
.recruit_list a{
	color:#666;
	padding:15px;
	display:block;
}

.recruit .intro{
	width:100%;
	display: block;
}

.recruitpage{
	padding-top:50px;
	background: #fff;
}
.recruitpage .content p{
	padding:0 15px;
	margin:0 0 20px 0;
	color:#555;
	font-size: 13px;
	line-height: 1.7;
}
.recruitpage .content h1{
	padding:15px;
	border-bottom: 1px solid #eee;
	font-size: 20px;
	color:#444;
	margin-bottom:15px;
}
.recruitpage .content h2{
	margin:20px 0 10px 0;
	padding:5px 15px;
	font-size: 17px;
	color:#555;
	border-left: 5px solid #555;
}
.recruitpage .content img{
	max-width: 100%;
	display: block;
}
.recruitpage fieldset{
	margin:10px 15px 20px 15px;
	position: relative;
	display: block;
	clear:both;
	float:none;
	padding:10px;
	background: #eee;
	border:none;
}
.recruitpage .content fieldset p{
	padding:0 10px 10px 10px;
	margin:0;
}
.recruitpage.speech fieldset{
	background:#fff;
	border:1px solid #ddd; 
	margin:20px 15px 20px 15px;
	padding-top:20px;
}
.recruitpage .page_content_recent fieldset h3{
	color:#555;
	font-size: 14px;
	padding:5px 0 0 0;
	border:none;
}

.recruitpage.speech fieldset h3{
	
	background: #fff;
	position: absolute;
	top:-12px;
	left:5px;
	font-size: 14px;
	color:#555;
	padding:5px 0 0 0 ;
	border:none;
}
.recruitpage.speech fieldset h3 span{
	color:#23958d;
	display: inline-block;
	margin-right:5px;
}
.jyamp a{
	display: block;
	margin:5px 15px;
	padding:10px 10px 10px 5px;
	background:#eee;
	color:#666;
	font-size: 15px;
}
.jyamp a:before, .recruit_list a:before{
	display: inline-block;
	width:15px;
	height:10px;
	content:" ";
	vertical-align: middle;
	margin-right:5px;
	background: url('images/recruit_arrow.png') no-repeat center;
	background-size: contain;
}
.recruitpage .page_content_recent h3{
	padding:5px 15px;
	font-size: 15px;
	border-bottom:1px dotted #eee;
	display: block;
	margin-bottom:10px;
	color:#555;
}
.recruitpage table{
	margin:10px 3%;
	width:94%;
}
.recruitpage th{
	padding:5px;
	width:80px;
	color:#444;
	font-size: 13px;
}
.recruitpage td{
	padding:5px;
	color:#555;
	font-size: 13px;
	line-height: 1.7;
}
.recruitpage .oubo a{
	display: block;
	margin:15px 15px 50px 15px;
	text-align: center;
	-webkit-border-radius: 	5px;
	-moz-border-radius: 	5px;
	-o-border-radius: 		5px;
	border-radius: 			5px;
	background:#23958d;
	color:#fff;
	padding:10px;
}
.recruitpage .apply_wrap{
	margin:15px;
	background: #eee;
	clear: both;
	overflow: hidden;
	display: block;
}
.recruitpage .apply_wrap h2{
	border:none;
	border-bottom:1px solid #ddd;
	color:#444;
	font-size: 20px;
	margin:0;
	text-align: center;
	padding:10px 15px;
	margin-bottom:10px;
}
.recruitpage .content .apply_wrap p{
	font-size: 14px;
}
.content h5{
	padding:0 15px 10px 15px;
	color:#444;
}
.recruitpage .oubo_wrap{
	margin:10px 15px 20px 15px;
	padding:10px 10px 5px 10px;
	background: #eee;
}
.recruitpage .oubo_wrap h4{
	color:#444;
	font-size: 16px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
.recruitpage .oubo_wrap a{
	display: block;
	padding:10px;
	color:#444;
	font-size: 15px;
	font-weight: bold;
	margin:0 0 15px 0;
	background: #fff;
}
.recruitpage .oubo_wrap a:before{
	content:" ";
	width:10px;
	margin-right:10px;
	height:10px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/recruit_arrow.png) no-repeat center;
	background-size: contain;
}

/* FOOTER */
footer{
	position: relative;
	background:#333;
	z-index:222;
}
.site-info{
	padding:15px;
	color:#888;
}
.site-info .home{
	display: block;
	width:100%;
	height:20px;
	border-bottom: 1px solid #444;
	padding-bottom:10px;
}
.site-info .home img{
	width:auto;
	display: inline-block;
	margin-right: 10px;
	height:15px;
}
.site-info .home small{
	font-size:11px;
	color:#777;
	display: inline-block;
	vertical-align: middle;
}
.site-info p{
	margin-top:10px;
	font-size: 12px;
}
.site-info a{
	color:#888;
}
.footer_sns{
	width:50%;
	display: block;
	margin:0 auto 10px auto;
	overflow: hidden;
}
.footer_sns li{
	float:left;
	width:33.33%;
	text-align: center; 
}
.footer_sns li a{
	width:35px;
	height:35px;
	display: inline-block;	
}
.footer_sns li a.sns_facebook{
	background: url(images/sns_fb.png) no-repeat center;
	background-size: contain;
}
.footer_sns li a.sns_twitter{
	background: url(images/sns_twitter.png) no-repeat center;
	background-size: contain;
}
.footer_sns li a.sns_line{
	background: url(images/sns_line.png) no-repeat center;
	background-size: contain;
}
.copyright{
	text-align: center;
	font-size: 12px;
	color:#666;
	width:100%;
	display: block;
}
button.mfp-arrow{
	background:url(images/slide_next.png) no-repeat center rgba(0,0,0,0.5);
	background-size: auto 30px;
	width:60px;
	height:60px;

}
button.mfp-arrow-left{
	background:url(images/slide_prev.png) no-repeat center rgba(0,0,0,0.5);
	background-size: auto 30px;

}

button.mfp-arrow:before{

	
	border:none;
	display: block;
	content:" ";
}
button.mfp-arrow:after{
	border:none;
}
img[alt="shiro_tw"] {
	max-width: 474px !important;
	margin-left: 0;
}
.max_w_90 {
	max-width: 90% !important;
	margin: 0 auto;
}
.pc_two_column {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
}
.member-menu {
        position: absolute;
        bottom: 0.5rem;
        display: flex;
        justify-content: center;
}
.member-menu-button {
        display: block;
        overflow: hidden;
        width: 39px;
        height: 39px;
        margin: 0 0.5rem;
        background-size: auto 100%;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        background-repeat: no-repeat;
}
.member-menu-button-twitter {
        background-image: url('//www.appland.co.jp/wp-content/uploads/2018/09/tw_icon.png');
}
.member-menu-button-youtube {
        background-image: url('//www.appland.co.jp/wp-content/uploads/2018/09/yt_icon.png');
}
.member-container {
        position: relative;
        padding: 0 15px;
        margin: 0 auto;
}
.hidden {
        display: none !important;
}

@media (min-width: 800px) {
  .catch{
  	max-width: 400px;
  }
  .section{
  	z-index:0;
  }
	html{
		background: #333;
	}
  .menu_wrap{
  	width:400px;
  	right:0;
  	left:auto;
  }
  .news_wrap{
  	padding:0;
  	position: relative;
  	z-index:222;

  }
  .news_wrap li{
  	display: block;
  	float:left;
  	background:#222;
  	width:30.3333%;
  	padding:15px 1.5%;
  }
  .nav_wrap li{
  	width:33.333%;
  }
  .nav_box li a{
  	padding:45px 0 50px 0;
  }
  .nav_box li .image{
  	height:150px;
  	position: relative;

  }
  .nav_box li .image:before{
  	position: absolute;
  	top:50%;
  	left:0;
  	-ms-transform:translate(0,-50%);
  	-webkit-transform:translate(0,-50%);
  	transform:translate(0,-50%);
  	margin-top:0;
  	height:50px;
  }
  .bg_wrap{
  	z-index:0;
  }
  .bg_wrap .bg_images{
	opacity:1;
	}
	.site-info{
		overflow: hidden;
	}
	.site-info p{
		float: left;
	}
	.site-info .footer_sns{
		float:right;
		width:200px;
		padding:10px 0;
	}
	.copyright{
		display: block;
		clear: both;
	}
	.site-title{
		margin-left:20px;
	}
	.inner_wrap{
		max-width:600px;
		margin:0 auto;
	}
	.archivepage.news .archive li .right{
		width:80%;
	}
	.archivepage.service_list .archive.big li{
		width:30.333%;
		margin:15px 1.5% 45px 1.5%;
		float:left;
		padding:0;
	}
	.archivepage.service_list .web{
		margin-bottom:30px;
	}
	.archivepage.service_list .web li{
		float:left;
		width:46%;
		padding:10px 2%;

	}
	.business dl{
		float:left;
		width:31%;
		margin:10px 1%;
		padding:0;
	}
	.business dd{
		height:120px;
	}
	.business .apps li{
		width:25%;
		padding:0;
		margin:10px 0;
		float:left;
		border:none;
	}
	.business .apps li a.icon{
		float:none;
		width:90px;
		margin:0 auto;
	}
	.business .apps li .right{
		width:90%;
		display: block;
		margin:0 auto;
		float:none;
		text-align: center;
	}
	.business .apps li .right .title{
		font-size: 14px;
	}
	.business .apps li .right .desc{
		font-size: 11px;
		display: none;
	}
	.recruit_list{
		width:500px;
		margin:0 auto;
	}
	.recruitpage .content{
		max-width:800px;
		margin:0 auto;
	}
	.jyamp a{
		max-width: 350px;
	}
	.recruitpage .oubo a{
		max-width:350px;
		margin:15px auto 50px auto;
	}
	.recruitpage th{
		width:150px;
	}
	.archivepage.company .content{
		max-width:800px;
		margin:0 auto;
		text-align: center;
	}
	.company .about th{
		width:120px;
	}
	.contact_form, .contact #info, .contact .floatR, .contact p{
		overflow: hidden;
		max-width:700px;
		margin:15px auto;
	}
	.contact .contact_form li{
		overflow: hidden;
	}
	.contact .contact_form li .left{
		float:left;
		width:180px;
	}
	.contact .contact_form .right{
		float:left;
		width:470px;
		margin:0;
	}
	.contact input[type="submit"]{
		max-width: 350px;
		margin:10px auto;
	}
	.contact .wpcf7-response-output{
		max-width:600px;
		margin:0 auto 40px auto;
	}
	.screenshots{
		max-width:800px;
		margin:10px auto;
	}
	.download .appstore{
		float:left;
		margin-right:10px;
	}
	.download .app_name{
		clear:both;
		overflow: hidden;
		float:none;
		display: block;
	}
}
@media (max-width: 600px) {
        .pc_two_column {
                display: block;
        }
}
