﻿body {
    margin:0;
    padding: 0;
    overflow:scroll;
    color:#333;
    font-family:"Impact","fantasy","ヒラギノ角ゴ StdN W8",sans-serif;
}
#base,#index,#company,#works,#contact,#recruit,#privacy{   
	background: url(image/background.png) top center; 
    background-repeat: no-repeat;
	background-size: cover;	
	z-index: 1;      
}

.base_body{
    background-color: rgba(255,255,255,0.9);     
}
header{
    background-color: #333;
    overflow: hidden;
}
#base_rogo{
    margin-left: 20px;
}
#base_rogo p{
    font-size: 23px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 0;   
}
#base_rogo a{
    color:#fff;
    text-decoration: none;
}
#base_rogo a img{
    width: 47px;    
}
#base_nav nav{
    float: right;
    width: 800px;
    max-width: 100%;
    color:#aaa; 
    margin-top: 0px;      
}
#base_nav nav ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-around;
    font-size: 100%;
    margin-top:0px;
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 0px;    
}
#base_nav nav ul a{
    color:#fff;
    text-decoration: none;
}
#base_nav nav ul a:hover{
    color:#aaa;
    border-bottom: 1px solid #aaa;
}
article{
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
     padding-bottom: 3px;
}
ol{                       /*パンくずリスト*/
    padding-left: 10px;      
}
ol li{
    display: inline;
    margin-right: 5px;
    color: #555;
    font-size:80%;
}
ol li a{
    text-decoration: none;
    color: #555;
}
ol li a:hover{
    color:#888;
    border-bottom: 1px solid #888; 
}                         /*パンくずリスト*/
footer{
    background-color: #333;
}
#sitemap{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;   
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
}
.item {   
    width: 130px;    
}
.item ul {
    padding-left: 0px;    
}
.item ul li {
    list-style-type: none;
    margin-top: 5px;
}
.item ul li a{
    color: #fff;
    font-size: 70%;
    text-decoration: none;
}
.big {    
    font-size: 100%;
    border-bottom: 2px dotted #fff;
    padding-bottom: 5px;
    color: #fff;   
}
footer p{
    color:#fff;
    font-size: 75%;
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}


/*写真*/
#index_syasin {
    width:800px;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 30px;
    margin-bottom: 15px;
}
#index_syasin img{
    width: 190px;
    max-width: 100%;
    border: 3px solid #fff;
}






  /*  index.html  */

.index_body{
    background-color: rgba(255,255,255,0.9);
    padding-bottom: 10px;
}
#index_article{
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top:90px;
}
#index_kyatti{    
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
    font-size: 45px;
    text-align: center;
    margin-bottom:20px; 
    text-shadow:2px 2px 7px #444;
}
#index_kyatti2{    
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
    font-size: 45px;
    text-align: center;
    margin-bottom:20px; 
    text-shadow:2px 2px 7px #444;
}
#index_eria{
    font-size: 23px;
    width: 300px;
    max-width: 100%;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom:5px; 
}
#index_syurui{
    font-size: 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom:5px; 
}

#index_link {
    font-size:20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

#index_link a{
    text-decoration: none;
    color: #111;
}
#index_link a:hover{
    color: #555;
    border-bottom: 1px solid #555;
}


*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_cssslider {
background:#cccccc;
border: 10px solid #ffffff;
box-shadow:0px 0px 8px rgba(0,0,0,0.8);
height:200px;    
width:800px;
    max-width: 100%;
margin-left:auto;
margin-right: auto;
overflow:visible;
position:relative;
}
.cp_cssslider .mask {
overflow:hidden;
height:180px;/* ボーダー分を差し引く */
}
.cp_cssslider ul {
margin:0;
padding:0;
position:relative;
}
/* tooltip */
.cp_cssslider .tooltip {
background:rgba(0,0,0,0.7);
width:200px;
    max-width: 100%;
height:auto;
position:relative;
bottom:95px;
left:-300px;
-webkit-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.cp_cssslider .tooltip h1 {
color:#fff;
padding:0 0 0 20px;
}
.cp_cssslider li:hover .tooltip{
left:0px;
}
.cp_cssslider:hover li,
.cp_cssslider:hover .cp_progressbar {
-webkit-animation-play-state:paused;
animation-play-state:paused;
}
.cp_cssslider li {
width:300px;
    max-width: 100%;
height:200px;
    max-height: 100%;
position:absolute;
top:-200px;
list-style:none;
}
.cp_cssslider li:nth-child(1){
-webkit-animation:cycle1 15s linear infinite;
animation:cycle1 15s linear infinite;
}
.cp_cssslider li:nth-child(2){
-webkit-animation:cycle2 15s linear infinite;
animation:cycle2 15s linear infinite;
}
.cp_cssslider li:nth-child(3){
-webkit-animation:cycle3 15s linear infinite;
animation:cycle3 15s linear infinite;
}
.cp_cssslider li:nth-child(4){
-webkit-animation:cycle4 15s linear infinite;
animation:cycle4 15s linear infinite;
}
.cp_cssslider li:nth-child(5){
-webkit-animation:cycle5 15s linear infinite;
animation:cycle5 15s linear infinite;
}
@keyframes cycle1 {
0%  { top:0px; }
4%  { top:0px; }
16% { top:0px; opacity:1; z-index:0; }
20% { top:200px; opacity:0; z-index:0; }
21% { top:-200px; opacity:0; z-index:-1; }
50% { top:-200px; opacity:0; z-index:-1; }
92% { top:-200px; opacity:0; z-index:0; }
96% { top:-200px; opacity:0; }
100%{ top:0px; opacity:1; }
}
@keyframes cycle2 {
0%  { top:-200px; opacity:0; }
16% { top:-200px; opacity:0; }
20% { top:0px; opacity:1; }
24% { top:0px; opacity:1; }
36% { top:0px; opacity:1; z-index:0; }
40% { top:200px; opacity:0; z-index:0; }
41% { top:-200px; opacity:0; z-index:-1; }
100%{ top:-200px; opacity:0; z-index:-1; }
}
@keyframes cycle3 {
0%  { top:-200px; opacity:0; }
36% { top:-200px; opacity:0; }
40% { top:0px; opacity:1; }
44% { top:0px; opacity:1; }
56% { top:0px; opacity:1; z-index:0; }
60% { top:200px; opacity:0; z-index:0; }
61% { top:-200px; opacity:0; z-index:-1; }
100%{ top:-200px; opacity:0; z-index:-1; }
}
@keyframes cycle4 {
0%  { top:-200px; opacity:0; }
56% { top:-200px; opacity:0; }
60% { top:0px; opacity:1; }
64% { top:0px; opacity:1; }
76% { top:0px; opacity:1; z-index:0; }
80% { top:200px; opacity:0; z-index:0; }
81% { top:-200px; opacity:0; z-index:-1; }
100%{ top:-200px; opacity:0; z-index:-1; }
}
@keyframes cycle5 {
0%  { top:-200px; opacity:0; }
76% { top:-200px; opacity:0; }
80% { top:0px; opacity:1; }
84% { top:0px; opacity:1; }
96% { top:0px; opacity:1; z-index:0; }
100%{ top:200px; opacity:0; z-index:0; }
}
/* progressbar */
.cp_progressbar {
position:relative;
top:-5px;
width:680px;
height:5px;
background:#000000;
-webkit-animation:progressbar 25s ease-out infinite;
animation:progressbar 25s ease-out infinite;
}
/* animation */
@keyframes progressbar {
0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.3; }
18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }
}    
cp_cssslider{
    margin-bottom: 0;
}  
.mask_resupo{
    display: none;
}
.cp_cssslider2{
    display: none;
} 
.marquee4{
    display: none;
}
#index_footer{
    display: none;
}
#base_nav2{
    display: none;
}
#index_kakusi{
    display: none;
}           



  /*  company.html  */

table{
    border: 1px solid #555;
    font-size: 90%;
    font-family:"メイリオ","sans-serif";
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
    border-collapse: collapse;  
}

th{    
    border: 1px solid #555;
    padding: 8px 40px;
    width: 25%;
    text-align: left;
    background-color: #eee;   
}
td{
    border: 1px solid #555;
    padding: 8px 40px;
    background-color: #eee;    
}
#google_map{   
    width: 800px; 
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;    
}
#gaiyou2{
    display: none;
}
#akusesumappu{
    padding-top: 30px;
}





  /*  works.html  */


h2{
    font-size: 20px;    
}
#kodawari p{
    margin-left: 40px;
    margin-bottom: 0;
}
#works_kodawari{
    border-bottom: medium solid #555;
}
#works_kodawari2{
    margin-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: medium solid #555;
}
#sekoujirei i{
    font-size: 30px;
}
#betakiso{
    margin-top: 40px;    
}

#jirei_1{ 
    display:flex;
    justify-content: space-around;   
    flex-wrap: wrap;
}
#jirei_2{
    display:flex;   
    justify-content: space-around;
    flex-wrap: wrap;
}
#jirei_1 img{	
	border: 1.5px solid #555;  
    margin-bottom: 10px;
}

#jirei_2 img{	
	border: 1.5px solid #555; 
    margin-bottom: 10px;
}

#works_contact{
    text-align: center;
    margin-top: 70px;  
    font-size: 20px;
}
#works_contact a{
    color: #333;
    text-decoration: none;
}
#works_contact a:hover{
    color: #666;
    text-decoration: underline;
}
#works_contact1_1,#works_contact1_2{
    display: none;     
}
#suraido1_3{
    text-align: right;
    padding-top: 10px;
}
#suraido1_3 a{
    color: #333;
    text-decoration: none;
    font-size: 18px;
}
#suraido1_3 a:hover{
    color: #666;
    text-decoration: underline;
}
#suraido1_4{
    text-align: right;
    padding-top: 10px;
}
#suraido1_4 a{
    color: #333;
    text-decoration: none;
    font-size: 18px;
}
#suraido1_4 a:hover{
    color: #666;
    text-decoration: underline;
}
#suraido1_1,#suraido1_2{
    display: none;
}
#kakudai{
	width:24%;       /*画像の幅*/
	height:auto;       /*画像の高さ*/
	
}


#sekoujirei{
    margin-bottom: 30px;
    font-family: "fantasy","ヒラギノ角ゴ StdN W8",sans-serif;
}
#sekoujirei2{
    margin-bottom: 10px;
    font-family: "fantasy","ヒラギノ角ゴ StdN W8",sans-serif;
}

#jirei_1_2{
    display: none;
}
#jirei_2_2{
    display: none;
}
#betakiso2,#tikakutai2{    
    padding-left: 10px;
    padding-right: 10px;
}
#betakiso2 img,#tikakutai2 img{
    width: 100%;
    margin: 5px auto 5px auto;
    border: 1.5px solid #555;
} 

#betakiso2 img:last-child{
    margin-bottom: 10px;
}
#tikakutai2 img:last-child{
    margin-bottom: 10px;
}

#works_betakiso_top,#works_tikakutai_top{
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "fantasy","ヒラギノ角ゴ StdN W8",sans-serif;
}
#works_betakiso_top2,#works_tikakutai_top2{
    display: none; 
    font-family:"fantasy","ヒラギノ角ゴ StdN W8",sans-serif;
}
#betakiso_back1,#tikakutai_back1{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
} 
#works_contact2_1,#works_contact3_1{
    text-align: center;
    margin-bottom:40px;
}
#betakiso_back1 a,#tikakutai_back1 a,#works_contact2_1 a,#works_contact3_1 a{  
    color: #333;
    text-decoration: none;
    font-size: 20px;
}
#betakiso_back1 a:hover,#tikakutai_back1 a:hover,#works_contact2_1 a:hover,#works_contact3_1 a:hover{  
    color: #666;
    text-decoration: underline;    
}
#works_tikakutai_kakusi,#works_tikakutai_kakusi2{
    display: none;
}




  /*  contact.html  */

#rennrakusaki {
    margin-bottom: 70px;
}
#rennrakusaki p{
    padding-left: 50px;
    max-width: 100%;
    margin-bottom: 60px;
    font-size: 16.5px;
}
#contact_article{
    margin-bottom: 40px;
}
#rennrakusaki2 {
    display: none;
}





  /*  recruit.html  */

#recruit_article {
    width: 800px;
    max-width: 100%; 
    margin: 20px auto 0px auto;
}
#recruit_kyatti{    
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
    font-size: 40px; 
    padding-top: 15px;
    padding-left: 95px;
    margin-bottom:0px; 
    text-shadow:2px 2px 7px #444;
}
#recruit_kyatti2{    
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
    font-size: 40px; 
    padding-top: 0px;
    padding-left: 165px;
    margin-bottom:30px; 
    text-shadow:2px 2px 7px #444;
}
#recruit_article2 {    
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom:25px;
    line-height: 30px;
}
#recruit_article3{    
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 30px;  
}
#recruit_article2 p{ 
    margin-top: 0;
}

       
    
    
    
   /*   privacy.html  */  
    
 #privacy_policy{
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
    padding:0 0px 30px 0px;
}
 #privacy_policy2{
    font-family:"ヒラギノ角ゴ StdN W8",sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
    padding:0 0px 60px 0px;
}
#privacy_policy p,#privacy_policy2 p{
    padding-left: 10px;
    padding-right: 10px;
}

#privacy_syoukai p{
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 10px;
    
}
    
#privacy_policy strong,#privacy_policy2 strong{
    padding-left: 10px;
      
}    
    
    
   

  /*  ページトップ  */


.pagetop img{
	position:fixed;
	right:20px;
	bottom:5px;
    border: 1px solid #ddd;
}
.pagetop2 img{
    display: none;
}



  /*  動く掲示板　　*/

.marquee{
  background:#fff;
  width:100%;
  height:48px;
  overflow: hidden;
  
}
.marquee2{
  background:#fff;
  width:100%;
  height:80px;
  overflow: hidden;
}
.marquee3{
  background:#fff;
  width:100%;
  height:28px;
  overflow: hidden;
    display: none;  
}
.marquee4{
  background:#fff;
  width:100%;
  height:28px;
  overflow: hidden;
    display: none;  
}
.text{
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    width:100%;
  font-size:1.2em;
  font-weight:bold;
  animation: flowing 40s linear infinite;
  transform: translateX(100%);/*初期位置*/
　
}
.text img{
    margin-bottom: -7px;
}
.text2{
    margin: 5px auto 0 auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-bottom: 0;
    width:280px;
    max-width: 100%;
  font-size:15px;
  font-weight:bold;
  
}
.text2 img{
    width:20px;
    margin-bottom: -2px;
    
}
#slide {
   animation: flowing 40s linear infinite;
  transform: translateX(100%);/*初期位置*/ 
}
#slide img{
    width: 20%;
}
#slide2 {
    display: none;
}


@keyframes flowing {
  100% {
    transform: translateX(-25%);
  }
}

.marquee img{  
    width: 3%;    
}


  /*  video　　*/



.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(image/DSCN7227.JPG) no-repeat center center/cover;
}

video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}











@media(max-width:800px){  

#index_syurui{
    font-size: 21px;
      
}
.text img{
    margin-bottom: 0;
}
h1{
    padding-left: 10px;
} 
h2{
    padding-left: 10px;
} 
table{
    width: 90%;
}
video{
    width: 300px;    
}
}
    
@media(max-width:700px){  
#index_kyatti{      
    font-size: 35px;
}
#index_kyatti2{      
    font-size: 35px;
}
#index_article{
    margin-top: 50px;
} 
#works_kodawari2{
    padding-left: 10px;
}
#recruit_kyatti,#recruit_kyatti2{        
    font-size: 30px;
}   
}
    
@media(max-width:600px){  


#index_syurui p{  
    margin-top: 0;
    margin-bottom: 20px;
}
#index_eria{
    font-size: 23px;
    margin-bottom: 30px;
}
#kodawari p{
    margin-left: 10px;
    margin-right: 6px;
    margin-bottom: 0;
}   

#rennrakusaki p{
    padding-left: 10px;
}
#recruit_kyatti,#recruit_kyatti2{    
    text-align: center;
    padding-left: 0;
}
#recruit_article2 p{
    padding-left: 10px;
    padding-right: 5px;    
}

table{
    width: 80%;
}    
table th,
table td {
　　border-bottom: none;
    display: block;
    width: 100%;
}
table td:last-child {
    border-bottom: 1px solid #555;  
}
table th{
    background-color: #ddd;  
}        
p{
    padding-left: 8px;
    padding-right: 5px;    
}
}     




@media(max-width:500px){   

#base_rogo p{
    padding-left: 5px;
}
#base_nav{
    display: none;
}
#base_nav2{
    display: block;
}
#base_nav2 nav{
    float: right;
    width: 800px;
    max-width: 100%;
    color:#aaa; 
    margin-top: 0px;      
}
#base_nav2 nav ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-around;
    font-size: 100%;
    margin-top:0px;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 17px;
    padding-left: 0px;    
}
#base_nav2 nav ul a{
    color:#fff;
    text-decoration: none;
}
#base_nav2 nav ul a:hover{
    color:#aaa;
    border-bottom: 1px solid #aaa;
}
h1{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 19px;
}
h2{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    padding-left: 15px;
}
    
    
  /*  index.html  */ 
    
.cp_cssslider{
    display: none;
} 
.cp_cssslider2{
    display: block;
}
.cp_cssslider2 img{
    width: 100%;
    padding: 0 10px 5px 10px;
}
#index_footer{
    display: block;
}

#index_article{
    margin-top: 20px;
}
#index_kyatti{      
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
} 
#index_kyatti2{      
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}
#index_eria{
    width: 200px;
    max-width: 100%;
    margin-bottom: 15px;
}
#index_eria p{
    font-size: 15px;
}
#index_syurui{
    display: block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px; 
    margin-bottom: 15px;
}
#index_syurui p{
    margin-bottom: 5px;
    font-size: 15px;
}
#index_link a{
    font-size: 15px;
    text-decoration: underline;
}
    

    
    
  /*  company.html  */
    
#gaiyou{
    display: none;
}
#gaiyou2{
    display: block;
    margin-bottom:30px; 
    
}
#google_map{ 
    margin-top: 15px;
    margin-bottom: 15px;    
}
#akusesumappu{
    padding-top: 15px;
}
table{
    margin-bottom: 20px;
}    

    
  /*  works.html  */

    

#suraido1_1,#suraido1_2{
    display: block;
}
#suraido1_1 {
    text-align: center;
    margin-bottom: 20px;
}
#suraido1_2 {
    margin-bottom: 15px;
    text-align: center;
}
#suraido1_1 a,#suraido1_2 a{
    font-size: 14px;
    color: #333;
    text-decoration: underline;
} 
#suraido1_3,#suraido1_4{
    display: none;
}
#sekoujirei{
    font-size: 15px;
}

#works_kodawari{
    margin-top: 15px;
}
#works_kodawari2{
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
}
#kodawari p{
    font-size: 15px;
}
#betakiso{
    margin-top: 25px;    
}
#works_contact1_1,#works_contact1_2{
    display: block;
    text-align: center;
    margin-top: 30px;  
    font-size: 14px; 
}
#works_contact1_1 a,#works_contact1_2 a{
    color: #333;
    text-decoration: underline;
}

#works_contact{
    display: none;  
}
#jirei_1{ 
    display:none;
        
}
#jirei_2{
    display:none;   
    
} 
#jirei_1_2{ 
    display:block;
    padding-left: 10px;
    padding-right: 10px;
}
#jirei_2_2{
    display:block;   
    padding-left: 10px;
    padding-right: 10px;
} 

#jirei_1_2 img{	
	width: 100%;
    margin: 5px auto 5px auto;
    border: 1.5px solid #555; 
}
#jirei_2_2 img{	
	width: 100%;
    margin: 5px auto 5px auto;
    border: 1.5px solid #555;     
}

#works_betakiso_top,#works_tikakutai_top{
    display: none;
}
#works_betakiso_top2,#works_tikakutai_top2{
    display: block;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#betakiso_back1,#tikakutai_back1{
    text-align: center;
    padding-top: 0px;
    margin-bottom: 10px;
}        

#works_contact2_1,#works_contact3_1{
    display: block;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 20px;
}
#betakiso_back1 a,#tikakutai_back1 a,#works_contact2_1 a,#works_contact3_1 a{  
    color: #333;
    text-decoration: underline;
    font-size: 14px;
} 

    
    
    
  /*  contact.html  */
    
#contact_article{
    margin-bottom: 20px;
}
#rennrakusaki {
    display: none;
} 
#rennrakusaki2 {
    display: block;
}
#rennrakusaki2 p{
    padding-left: 15px;
} 


    
    
  /*  recruit.html  */
    
#recruit_kyatti{ 
    margin-bottom: 5px;
    padding-top: 20px;
    font-size: 23px;
}
#recruit_kyatti2{ 
    margin-bottom: 30px;
    padding-top: 0px;
    font-size: 23px;
}
#recruit_article {
    margin-bottom: 15px;
}
#recruit_article2,#recruit_article3 {
    font-size: 16px;    
} 

#recruit_article3 {
    font-size: 18px;
    
} 
#recruit_article2 p{
    margin-top: 5px;
    margin-bottom: 5px;
}
#recruit_article3 p{
    margin-top: 5px;
    margin-bottom: 10px;
}
.marquee2{      /* recruit */
    height: 60px;
}
#slide {
    display: none;
}

#slide2 {
    display: block;    
}
#slide2 p{
    width: 110px;
    margin:2px auto 0 auto;
    padding: 0;
    
}
#slide2 p img{  
     
    width: 110px;
}    
    
    
   /*   privacy.html  */  
    
#privacy_policy strong,#privacy_policy2 strong{
    padding-left: 10px;
    padding-right: 10px; 
    margin-top: 0;
    font-size: 15px;
}
ol{
   margin-top: 5px;
    margin-bottom: 5px; 
}
#privacy_syoukai p{
    margin-top: 10px;    
}
#privacy_policy,#privacy_policy2{
    padding-bottom: 10px;
}
#privacy_policy p,#privacy_policy2 p{
    font-size: 13px;
    padding-left: 15px;
}
#mennsekijikou{
    padding-bottom: 10px;
}

    

  /*  動く掲示板　　*/
    
.marquee{       /* 動画 */
    display: none;
}
.marquee3{      /* 静止   2はrecruit*/
    display: block;
}
.marquee4{    /* index */
    display: block;
    margin-top: 15px;
}
    
    
  /*  ページトップ  */

.pagetop img{
    display: none;
}
.pagetop2 img{
    display: block;
	position:fixed;
	right:20px;
	bottom:10px;
    border: 2px solid #000;
}
}



@media(max-width:400px){ 
#index_kyatti,#index_kyatti2{      
    font-size: 23px;
}
#index_syurui{
    font-size: 18px;
}
}
    
    
    
    
    
    
    
    
    
    
    
    
    

