@charset "utf-8";

	
/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width:1px) and (max-width:960px){
/*==========================================
 body
===========================================*/ 
body {
	padding-top: 0px;
	background-image: url(none);
}

img {
	width: 100%;
	max-width: 94%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}

#contactBlock .bigImage img {
    width: 94%!important;
    max-width: 94%;
    margin: 20px 3%!important;
}
	
.share_g {
	width: 100%;
	}
	
.share_w,
.staff {
	width: 100%;
	}

.shareInnr {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	}
	
	
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	width: 100%;
	}
	
		
header #globalNav {
	display: none;
	}


/* アコーディオン */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background-color: #00478B;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background-color: #00478B;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif!important;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding-top: 10px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	opacity: 0.75;
	filter: alpha(opacity=60);
	text-shadow: none !important;
	visibility: visible;
	font-size: 0.8em!important;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding-top: 10px;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 10px;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding-top: 10px;
	padding-right: 20%;
	padding-left: 20%;
	padding-bottom: 10px;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding-top: 10px;
	padding-right: 25%;
	padding-left: 25%;
	padding-bottom: 10px;
}

.mean-container .mean-nav ul li a:hover {
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 16px;
	height: 21px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

	 
/*==========================================
 メインコンテンツ共通スタイル
===========================================*/
	
#main {
	width: 100%;
	}
	
	
.pcImg {
	display: none;
	}
	
.mbImg {
	display: inherit;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.leftImg {
	float: none;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#contentsLink li {
	display: inline;
	}
	
#contentsLink li img {
	display: inline;
	margin-right: 0.5%;
	margin-left: 0.5%;
	width: 31%;
	}
	

/*==========================================
 その他ページ
===========================================*/
	
#topImg1 img {
	display: none;
	}
	
#facebook {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	}
	
#topNews {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	}

#facebook iframe {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#pNavi {
	display: none;
	}
	
	
dl.tableStyle dt {
	float: left;
	width: 20%;
	padding: 1%;
	background-image: url(../images/company/ber.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #F2F3F6;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
    }
dl.tableStyle dd {
      margin-left: 22%;
      padding: 1%;
      background-color: #FFF;
	 	border-bottom: 1px solid #F2F3F6;
		font-size: 1.2em;
		text-align: left;
    }
	
.yajirushi {
	display: none;
	}
	
.subTit2 {
	background-color: #FFFFFF;
	color: #555555;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	font-weight: bold;
	}
	
.block .leftImg {
	text-align: left;
	}

.buttonSS {
	display:block;
	float:none;
    margin: 0 auto;
}
.leftImg.ytube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.leftImg.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

@media only screen and (min-width:1px) and (max-width:960px){
#headerTop p {
    line-height: 2em!important;
	}
}

@media only screen and (min-width:1px) and (max-width:800px){
.share_studio dl.tableStyle dt {
	float: none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/company/ber.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #F2F3F6;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
    }
.share_studio dl.tableStyle dd {
	margin-left: 0%;
	padding-top: 10px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 15px;
	background-color: #F2F3F6;
	border-bottom: 1px solid #F2F3F6;
	font-size: 1.2em;
	text-align: left;
    }
}

@media only screen and (max-width:700px){
#headerTop h1 {
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	}
	
#headerTop p {
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
    line-height: 0.9em;
	}
	
.service h2 img {
	display: none;
	}
	
.service h2 span {
	display: inherit;
	color: #FFFFFF;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	}

	
#facebook iframe {
	display: none;
	}
	
.mbImg2 {
	display: inherit;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
.pcImg2 {
	display: none;
	}
	
.mbImg3 {
	display: inherit;
	}
	
.gmap iframe {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	}
	
#topImg1::before {
  background:url('../images/share/img_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
  
 #topImg2::before {
  background:url('../images/top/img_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
	
 #topImg3::before {
  background:url('../images/top/img6_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
  
 .share_g p {
	text-align: left!important;
	}
	
.share_g p br {
	display: none;
	}
	
#facebook {
	padding-bottom: 30px;
	}
	
#topNews p time {
	display: block;
	float: none;
	padding-right: 0px;
	}
	
.leftImg img {
	max-width: 100%;
	text-align: center;
	}
	
p.leftImg {
	text-align: center!important;
	margin-left: auto!important;
	margin-right: auto!important;
	}
	
#topImg4::before {
  background:url('../images/share/img_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;
}
  
 #topImg4 {
  background-attachment: scroll;
  overflow: hidden;}
 
	
#topImg5::before {
  background:url('../images/equipment/img_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;
}
  
#topImg4 img {
	position: relative;
	top: -150px;
	left: 0%;
	}
	
dl.tableStyle dt {
	float: none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/company/ber.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #F2F3F6;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
    }
dl.tableStyle dd {
	margin-left: 0%;
	padding-top: 10px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 15px;
	background-color: #F2F3F6;
	border-bottom: 1px solid #F2F3F6;
	font-size: 1.2em;
	text-align: left;
    }

.listBox h4 {
    margin: 2em 0 0 25px;
}
.listBox h4.h41st{
    margin: 0 0 0 25px;
}
	
.listBox ul {
	display: inline-block;
	vertical-align: top;
	margin-left: 3%;
	border-left: 1px solid #555555;
	padding-left: 30px;
	}
	
#contactBlock p span {
	display: block;
	}
	
#contactBlock {
	background-color: #E3EBF2;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	}
	
#topImg6::before {
  background:url('../images/service/img_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;
}
  
 #topImg6 {
  background-attachment: scroll;
  overflow: hidden;}
 
  
#topImg6 img {
	position: relative;
	top: -150px;
	left: 0%;
	}
	
 #topImg7::before {
  background:url('../images/service/img2_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
  
  #topImg8::before {
  background:url('../images/service/img3_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
  
 #topImg9::before {
  background:url('../images/service/img5_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;
}
  
 #topImg9 {
  background-attachment: scroll;
  overflow: hidden;}
 
  
#topImg9 img {
	position: relative;
	top: -150px;
	left: 0%;
	}
	
 #topImg10::before {
  background:url('../images/service/img6_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
  
  #topImg11::before {
  background:url('../images/service/img7_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
  
 #topImg12::before {
  background:url('../images/service/img8_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;
}
  
 #topImg12 {
  background-attachment: scroll;
  overflow: hidden;}
 
  
#topImg12 img {
	position: relative;
	top: -150px;
	left: 0%;
	}
	
 #topImg13::before {
  background:url('../images/service/img9_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
  
  #topImg14::before {
  background:url('../images/service/img10_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
	
 #topImg15::before {
  background:url('../images/service/img12_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;
}
  
 #topImg15 {
  background-attachment: scroll;
  overflow: hidden;}
 
  
#topImg15 img {
	position: relative;
	top: -150px;
	left: 0%;
	}
	
 #topImg16::before {
  background:url('../images/service/img13_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
  
  #topImg17::before {
  background:url('../images/service/img14_s.png') no-repeat center top!important;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  padding-bottom: -100;
  content: "";
  z-index: -1;}
  
 .plan {
	padding-bottom: 50px;
	}
	}
	
/* 幅600px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (min-width: 401px) and (max-width: 600px){
.en{font-size: 2em;}
}
/* 幅400px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (min-width: 1px) and (max-width: 400px){
.en{font-size: 1.2em;}
}
	
/* 幅460px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 460px){
	
	
.service h3 {
	margin-bottom: 15px;
	}
	
#contentsLink li img {
	width: 100%;
	max-width: 94%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
	text-align: center;
	}
	
#contentsLink li {
	display: block;
	min-width: 100%;
	}
	
.fontStyle span {
	display: block;
	}
	
.btnStyle a {
	padding-left: 39px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 7px;
	background-color: #000000;
	display: inline-block;
	}
	
#page-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
}

#footerContact {
	background-image: url(../images/share/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 70px;
	}
	
.listBox ul {
	display: inline-block;
	vertical-align: top;
	margin-left: 3%;
	border-left: 0px solid #555555;
	padding-left: 0px;
	}
	
.listBox {
	padding-top: 10px;
	padding-bottom: 50px;
	}
	
.titleStyle {
	width: 90%;
	background-color: #555555;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	float: left;
	}

	
#contactBlock h3 {
	padding-bottom: 20px;
	line-height: 1.3em;
	}
	
#contactBlock img {
	padding-bottom: 10px;
	}
	
.name {
	font-size: 2em;
	}
	
.name span {
	font-size: 0.5em;
	}
	
.titleStyle span {
	display: block;
	}
	
	}

@media only screen and (min-width:421px) and (max-width:960px){
div.shareInnr.kizai h3,
div.shareInnr.kizai ul{
width:400px;
margin:0 auto 0.5em auto;
}
.kizai_list {
	width: 60%;
    margin: 0 20%;
}
}
@media only screen and (min-width:1px) and (max-width:420px){
div.shareInnr.kizai h3,
div.shareInnr.kizai ul{
width:96%;
margin:0 1% 0.5em 1%;
}
.kizai_list {
	width: 80%;
    margin: 0 10%;
}
}

@media only screen and (min-width:761px) and (max-width:860px){
.block.studioBox {
width:96%;
}
}
@media only screen and (min-width:661px) and (max-width:760px){
.block.studioBox {
width:95%;
}
}
@media only screen and (min-width:561px) and (max-width:660px){
.block.studioBox {
width:94%;
}
}
@media only screen and (min-width:461px) and (max-width:560px){
.block.studioBox {
width:93%;
}
}
@media only screen and (min-width:1px) and (max-width:460px){
.block.studioBox {
width:92%;
}
}
@media only screen and (min-width:1px) and (max-width:560px){
.studioBox ul li img {
    margin-bottom:1em;
}
.studioBox ul li img {
    width: 100%;
}
}

@media only screen and (min-width:1px) and (max-width:560px){
.youtubeBox.thumbnailYT ul {
    display: block;
    width: 100%;
}

.youtubeBox.thumbnailYT ul li {
    display: block;
    width: 90%;
    margin:0 5% 1em;
}
}

@media only screen and  (max-width:760px){
.tachiai_A a img {
    height: 200px;
}
}
@media only screen and  (max-width:600px){
.tachiai_A {
    display: block;
    width: 100%;
    margin-top: 2em;
}
.tachiai_A a:nth-child(1),
.tachiai_A a:nth-child(2),
.tachiai_A a:nth-child(3){
  max-width:400px;
  width: 98%;
  margin:0 auto 1em;
}
.tachiai_A a img {
    height: 200px;
}
}