@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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;}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	border: 0;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:80%/1.5 -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;;
color:#252525;
-webkit-text-size-adjust:100%;
/*background:url(images/bg.png);*/
}
.lineup{width:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}

.clearfix:after{contnt:"";clear:both; display:block;}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#222;
}


/**** Clearfix ****/
nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after,.post:after,#footer:after,.clearfix:after{content:""; display: table;clear: both;}
nav .panel,#mainNav,.newsTitle,.bg, .post,#footer{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"],textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#131304;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background:#003040;
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
max-width:1000px;
width:100%;
}

#header{
overflow:hidden;
}

#content{
width:100%;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:40px;
/*background:url(images/footerBg.png);*/
background:#002547;background:#002547;
}


/* ヘッダー
*****************************************************/
/*#header .bg{background: #f2f2f2;}*/


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #002547;
font-size:90%;
font-weight:normal;
}

#header p{float:right;text-align: right;margin-top: 12px;}
#header p img{width:30px;padding-top: 3px;margin-right: 5px;vertical-align: top;}

.header_tel a{font-size:2.5em;color: #002547;font-weight: bold;}
.header_topright{float:right;margin-top: 12px;}
.header_topright img{width:192px !important;margin-top:-10px;}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:5px 0;
color: #002547;
font-size:160%;
font-weight:bold;vertical-align: middle;
}
#header h2 a{
color: #002547;vertical-align: middle; font-weight:bold;
}
#header h2 a:hover{
color: #5ca4c6;
}
#header h2 img{
width:80px;vertical-align: middle;
}
#header h2 img:hover{
	opacity:0.8;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header li{
display:inline;
margin-left:10px;
}

#header li a{
color:#fff;
padding-left:15px;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header li a:hover{
background-position:3px 50%;
color:#efefef;
}

@media only screen and (max-width:644px){
	#header h2 {padding: 0px 0 0;}
	#header h2 img {width: 60px;}
	header p img {display:none;}
	#header p{float:none;text-align: center;margin-top: -10px;}
	
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
/*margin-top:20px;*/
line-height:0;
text-align:center;
z-index:0;
}
#mainImg video{width: 100%;}

/*#mainImg a:hover img{opacity:.9;}*/

.postWrap{
margin:0 0 20px 0;
/*padding:3px;
border:1px solid #e2e2e2;
background:url(images/tp.png);*/
}
.postWrap p{margin:30px 0 30px;line-height:1.7; font-size:1.2em;}

/*.post{
padding:10px;
border:1px solid #f1f1f1;
background: #fff;
}*/

article.archive span{padding-left:10px;}

@media only screen and (max-width:767px){
	/*#mainImg {margin-top: 10px;}*/
	#mainImg img {width: 100% !important;}
	.bx-wrapper .bx-pager{bottom: -20px !important;}
}
/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 5px;
padding:5px 0;
color:#002547;
font-size: 3em; font-weight:bold;
}
h2.title span{
font-size: 0.5em; font-weight:normal;margin-left: 20px;
}

h2.first{margin-top:0;}
h4{color:#002547; font-size:1.3em; margin:20px 0 5px;}

#footer h4{color:#fff; font-size:1.3em; margin:20px 0 5px;}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;font-size: 1.2em;line-height: 2;}

.post ul{margin: 0 0 0px 0px;}

.post ul li{
margin:5px 0 0 15px;
list-style:disc;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1, .post h2, .post h3, .post h4{clear:both;}

.post h1{
margin:20px 0;
padding:5px 10px;
font-size:150%;
color:#fff;
border-radius:4px;
background:#003040;
}

.post h2{
margin:10px 0;
padding:3px 5px;
font-size:130%;
font-weight:normal;
color:#3f0000;
border-left:5px solid #3f0000;
}

.post h3{margin: 50px 0 30px;font-size: 1.8em;font-weight: normal;color: #002547;border-left: 10px solid #002547;padding-left: 10px;}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 0px #ddd solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:15px 20px;
border-bottom:6px #fff solid;,border-right:6px #fff solid;
font-weight:bold;
color:#002547;
background:#80aad1;background: #F8B62D;
}

.post table td{
padding:15px 20px;
border-bottom:6px #fff solid;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

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

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:0px;
margin:0 0 0px 4%;
display:inline;
}

img.alignleft{margin: 0 4% 0px 0;}

.alignright{float:right;}
.alignleft{float: left;}

@media only screen and (max-width:767px){
	h2.title {text-align:center;font-size: 2em;}
	h2.title span {margin-left: 0px;display: block;}
	img.alignleft{margin: 0 auto 20px;display: block;}
	.alignright,.alignleft{float:none;}
	h4{font-size: 1.5em !important;}
	
}

/* フッター　ウィジェット
*****************************************************/
/*.widgetWrap{
margin: 0 0 20px;
padding: 3px;
border:1px solid #fff;
background:#f4f4f4;
box-shadow:0 0 3px rgba(0,0,0,0.5); 
}*/

/*.widget{
padding: 10px 20px 0;
}*/

#banners img{
max-width:300px;
height:auto;
margin-bottom:10px;
box-shadow:0 0 3px rgba(0,0,0,0.5); 
}
.banner:last-child img{margin-bottom:0px !important;}

#banners a:hover img{opacity:0.8;}

.widget h3{
clear:both;
margin:0 0 20px;
padding:0px 0;
color:#fff;
font-weight: bold;font-size: 2em;background: transparent !important;}
.widget h3 span{font-weight: normal;font-size:0.6em;margin-left: 10px;}

.widget a,.pagelink{
display:block;
padding:3px 0 3px 13px;
background:url(images/arrow.png) no-repeat 0 50%;
}

.widget ul.sub-menu{margin-left:10px;}

.widget a:hover,.pagelink:hover{background-position: 3px 50%;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}



/* お知らせ　
-------------*/

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom: 10px;
border-bottom: 0px solid #ccc;margin-bottom: 15px;
}

.news p:last-child{border:0;}

.news_title{display: block;color:#F8B62D; font-size:1.5em;margin-bottom: 5px;}

time{display: block;}
.news p a{color:#C00;color:#F8B62D;}



/* フッター
*****************************************************/
#footerWrapper{
width:100%;
max-width:1000px;
margin: 0 auto 20px;
display:-webkit-box;display:-moz-box;display:-ms-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;
}

#footer aside{width:30%;position:relative;margin: 0 5% 20px 0;padding: 0px;/*border: 5px solid #eee;background: #fff;box-shadow: 0 0 3px rgba(0,0,0,0.5);*/color:#fff;}
#footer aside:nth-child(1){padding: 0px;border: none;background: transparent;box-shadow: 0 0 3px rgba(0,0,0,0);}
#footer aside:nth-child(3){margin: 0 0% 20px 0;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-size:90%;
zoom:1;
color:#fff;
background:#002547;
}




/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:100%;max-width:1000px;
margin:20px auto 20px;
color:#000;
}
.thumb{display:flex;}
.thumbWrap li{ position:relative;
width:30%;
margin: 0 5% 20px 0;
padding: 2px 0 60px;
background:none;
}
.thumbWrap li:last-child{margin:0 0 20px 0;}
.thumbWrap li img{width:100%;margin-bottom: 15px;}
.thumbWrap li p{}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
font-weight:normal;
font-size:100%;
text-align:center;position: absolute;bottom: 0;
width: 100%;
/*padding:3px;
border:1px solid #e2e2e2;
border-radius:4px;
background:url(images/tp.png);*/
}

ul.thumb h3 span{
display:block;
padding:15px 3px;
border-radius:3px;
background:#F8B62D;transition: 0.5s;color:#002547;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#002547;color:#fff;}
@media only screen and (max-width: 959px){
.thumbWrap li p{text-align:left !important;}
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
nav div.panel{
display:block !important;
float:left;width: 100%;max-width: 1000px;
}

a#menu{display:none;}	
	
#mainNav{
clear:both;
position:relative;
z-index:200;
background:#002547;
}

#mainNav li{
float: left;
position: relative;
border-right:0px solid #002547;;width: 16.5%;height: 56px;}
}

#mainNav li:first-child{border-left:0px solid #002547;}

#mainNav li a{
display: block;
text-align: center;
_float:left;
color:#fff;
height:40px;
line-height:40px;
padding:15px 40px 5px;
}

#mainNav li a:hover{color:#fff;}

#mainNav li a span,#mainNav li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

#mainNav li a span{
font-size:70%;color: #F8B62D;
}

#mainNav li.current-menu-item, #mainNav li:hover, #mainNav li.current-menu-parent{
background: #0e4171;
}

#mainNav ul ul{width:160px;}

#mainNav li ul{display: none;}

#mainNav li:hover ul{
display:block;
position:absolute;
top:60px;
left:0;
z-index:500;
}

#mainNav li li{
padding:0 0 0 10px;
margin:0;
float:none;
height:40px;
line-height:40px;
width:160px;
border:0;
background:#003040;
border-bottom:1px solid #fff;
}

#mainNav li li:first-child{border-left:0;}

#mainNav li li a{
width:100%;
height:40px;
padding:0 0 0 ;
line-height:40px;
font-size:95%;
text-align:left;
}

#mainNav li.current-menu-item a{font-weight:bold;}

#mainNav li:hover{background:#131304;background:#F8B62D;}

#mainNav li:hover ul li:last-child{border:0;}
.current{background:#F8B62D;}
#mainNav li.current:hover a,#mainNav li:hover a{color:#002547;}
#mainNav li.current:hover a span,#mainNav li:hover a span{color:#002547;}
.current a,.current a span{color:#002547 !important;}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
#mainNav .inner{width:100%;}
	
#mainNav{
clear:both;
width:100%;
margin:0 auto;
padding:0;
border-top:1px solid #eadad9;
border-bottom:1px solid #eadad9;
}

#mainNav a.menu{
width:100%;
display:block;
height:35px;
line-height:35px;
font-weight: bold;
text-align:left;
color:#fff;
background:#003040 url(images/menuOpen.png) no-repeat 5px 7px;
}

#mainNav a#menu span{padding-left:35px;}

#mainNav a.menuOpen{
background:#003040 url(images/menuOpen.png) no-repeat 5px -35px;
}

#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display: none;
width:100%;
position: relative;
right:0;
top:0;
z-index:1;
}

#mainNav ul{margin:0 0 20px;padding:0;}

#mainNav li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

#mainNav li a,#mainNav li.current-menu-item li a{
display: block;
padding:15px;
text-align:left;
color:#fff;
border-bottom:1px dotted #003040;
}

#mainNav li a span{display:none;}
 
#mainNav li a:hover,#mainNav li.current-menu-item > a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
background-color:#003040;
}

#mainNav li li{
float:left;
border:0;
}

#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
padding-left:30px;
font-size:90%;
background:url(images/sub1.png) no-repeat 15px -63px;
}

#mainNav li li.current-menu-item a,#mainNav li li a:hover,#mainNav li.current-menu-item li a:hover{background-color:#003040;}

#mainNav li li:last-child a{background:url(images/subLast.png) no-repeat 15px -65px;}  

#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{background-color:#003040;}

nav div.panel{float:none;}

#header ul li a,#header ul li a:hover{background-position:0 50%;}
}

.footer_tel a{color:#fff; font-size:1.2em; font-weight:bold;margin: -10px 0 0px;}
.footer-image01{width:100%;margin:10px 0 5px;}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
#header h2{padding: 5px 10px 10px;}
@media only screen and (max-width: 959px){
#wrapper, #header, .inner{width:100%;}

#header h1, #header p{padding:5px 10px;}
#header h2{padding:0px 10px 0;}
#header ul{padding:20px 10px 10px;}


#mainNav ul, .thumbWrap{margin:0 auto;}
#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg img{width:94%;height:auto;}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}
#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin: 0 3% 0 0;}
#banners p:nth-child(3){display:inline;margin: 0 0% 0 0;}
#banners p img{width:31%;height:auto;margin: 0;}


.thumbWrap{width:100%;margin:10px auto 0;text-align:center;}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 20px 2%;}
.thumbWrap img{width:100%;height:auto;}

#footerWrapper{width:95%;margin:0 auto;}





}
@media only screen and (max-width: 959px){
	#footer aside {float:none;width: 100%;margin: 0 0% 20px 0;}
	.header_topright img{display:none;}
}
@media only screen and (max-width:767px){
	.thumb{flex-wrap: wrap;}
	.thumbWrap ul.thumb li{width:100%; float:none;margin:0 auto 30px;text-align: left;}
	#banners p {display: block;margin: 0 auto 10px;}
	#banners p img {width: 80%;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#header{text-align:center;}
#header h1,#header h2,#header ul,#header p{float:none;}
#header h2{padding:10px 0 0;}
#header ul{padding-top:0;}
#headerInfo{width:250px;margin:0 auto;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}
}

/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px){
#calendar_wrap table{width:100%;}
#banners p img{width:31%;height:auto;}
}



/*会社概要*/
.statsDay{float:left; width:60%; }
.company-image{float:right; width:35%;margin: 10px 0 20px;}
iframe{width:100%;}
@media only screen and (max-width: 767px){
	.statsDay{float:none; width:100%; }
	.company-image{float:none; width:100%;}
}
/*採用*/
.recruit_tel a{margin-left:10px; font-size:1.6em; font-weight:bold; color: #e7501f;}
.recruit_tel{padding:3% 4%; border:6px solid #e4e4e4;border-radius: 15px;margin: 10px 0 10px !important;}
.recruit_text{margin:0 0 50px 0 !important;font-size: 1.8em !important;text-align:center;color: #e7501f;}
.postWrap h4{font-size:1.6em; margin:30px 0 10px !important;text-align:center;}
.company-image img{margin-bottom:20px;}
.recruit_tel02 a {color: #002547;font-size: 1.2em;font-weight: bold;margin: -10px 0 0px;}

/*比較強み*/
.red{color: #C00;}
.comparison01 h4{text-align:left;}
.comparison h4{text-align:left; font-size:2em; font-weight: bold;}
.comparison h5{font-size: 1.7em;font-weight: bold;margin-top: 30px;}
.comparison h4 span{background-image: url(images/number.png);background-size: contain;margin: 0 10px 0 0px; background-repeat:no-repeat; width: 60px;height: 62px;color: #fff;font-size: 2em;font-weight: bold;display: inline-block;text-align: center;line-height: 60px;background-size: 100%;vertical-align: middle;}

cite.cite-test{text-align:right;margin-top:-20px;display: block;margin-bottom: 30px;}


/*流れ*/
.flow .lineup{margin:20px 0;}

.flow .lineup div{width:70%;margin-right:0%;}
.flow .lineup div:first-child{width:25%;margin-right:5%;height: 100%;}
.flow .lineup div:first-child img{width:100%;height:auto;}
.flow .lineup div:first-child img:first-child{margin-bottom:10px;}
.flow .lineup div p{margin:0 0 20px !important; padding:0 !important;line-height: 1.7 !important;}
.flow .lineup div p a{color: #e7501f; font-size:1.1em; font-weight:bold;}
.flow-title{font-size:1.5em !important;font-weight:bold;}
.flow-title span{background-image: url(images/flow-title-img.png);background-size: contain;margin: 0 15px 0 -10px; background-repeat:no-repeat; width: 60px;height: 50px;color: #fff;font-size: 2em;font-weight: bold;display: inline-block;text-align: center;line-height: 40px;background-size: 100%;}
@media only screen and (max-width: 767px){
	.flow .lineup div:first-child{width:80%;margin:0 auto 20px;}
	.flow .lineup div{width:100%;margin:0 auto 20px;}
}

/*メニューボタン*/
.menu {display: block;
    /*position:absolute; 
    top:10px; right:10px;*/
    width: 54px;height: 50px;cursor: pointer;z-index: 3;
    text-align: center;background: #002547;position: relative;width: 100%;
}
 
.menu span {
    display: block;
    position: absolute;   
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0px; right:0;margin:auto;
}
 
.menu span:nth-child(1) {top: 9px;}
.menu span:nth-child(2) {top: 18px;}
.menu span:nth-child(3) {top: 27px;}
.menu span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 10px;
    font-weight: bold;
    top: 32px;
}

.menu.active span:nth-child(1) {
    top: 18px;
    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu.active span:nth-child(2),
.menu.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.gmenu.active {transform: translateY(0%);}


.panel ul{background: #002547;}

@media only screen and (max-width:767px){
#mainNav li:first-child {border-left: 0px solid #fff;}	
#mainNav li a {padding: 0px;}
#mainNav li a span,#mainNav li a strong{display: inline-block; line-height:40px;}
#mainNav li a span{margin-left:10px;}
#mainNav li a:hover {background:#0e4171;}
}


/* ------------------------------
  ページのトップへ戻る
------------------------------ */
#page-top {
			position: fixed;
			bottom: 20px;
			right: 50px;
			font-size: 77%;
			text-align:center;
		}
		#page-top a {
			text-decoration: none;
			padding: 5px 0 0px 0;
			text-align: center;
			display: block;
			line-height:1.3;height: 50px;width: 50px;border-radius: 25px;background: #ccc;
		}
		#page-top a span{
			text-decoration: none;
			color: #fff;
			padding: 0px 0 0px 0;
			text-align: center;
			display: block;
			line-height:1.3;
			font-size:1.6em;
		}
		#page-top a:hover {
			text-decoration: none;
			opacity:0.8;
		}
@media screen and ( max-width:767px ){	
#page-top {
			position: fixed;
			bottom: 10px;
			right: 10px;
		}
		
}

/* ------------------------------
  inview
------------------------------ */
.list{
	list-style-type: none;
	overflow: hidden;
}
.list li,.list dl,.list p,.list img{
}
.list-mv02{
	opacity: 0;transition: 1.5s;
}
.mv02{
	opacity: 1.0;
}

.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


.manufacturer{color: #134696 !important;font-size: 15px !important;line-height: 100% !important;font-weight: bold !important;margin: 20px 0 10px;}
.manufacturer_link{border: 1px solid #ccc;padding: 10px;display: inline-block;width: 311px;}

.insta:after{content: '';display: inline-block;width: 40px; height: 40px;background-image: url(images/Instagram.jpg);background-size: contain;vertical-align: middle; margin-left:10px; background-repeat:no-repeat; border-radius:4px;}



/*流れ修正*/
.flow ul li.flow01{width:100%;}
.flow01 img{width:31%;display:block;}
.flow01 img:nth-child(1){margin-right:3.5%;}
.flow-title{margin-bottom: 0px !important;position: relative;padding-left: 60px;line-height: 1.4 !important;height: 70px;}
.flow .lineup { margin: 0px 0;}
.post ul li.list {margin: 0px auto 0 0px;}

.flow ul{display:flex;flex-wrap:wrap;}
.flow ul li{width:31%;margin-right:3.5%;}
.flow ul li:nth-child(3n){margin-right:0%;}

.flow-title span {position: absolute;top: -5px;left: 0;}
@media only screen and (max-width:767px){
	.flow01 img{width:48%;display:block;}
.flow01 img:nth-child(1){margin-right:4%;}
	.flow ul li,.flow ul li:nth-child(3n){width:48%;margin-right:4%;}
	.flow ul li:nth-child(2n){margin-right:0%;}
}
@media only screen and (max-width:500px){
	.flow01 img{width:100%;display:block;}
.flow01 img:nth-child(1){margin-right:0%;margin-bottom:20px;}
	.flow ul li,.flow ul li:nth-child(3n),.flow ul li:nth-child(2n){width:100%;margin-right:0%;}
	.flow-title {height: auto;margin-bottom: 20px !important;}
	.post ul li.list {margin: 0px auto 25px 0px;}
}



