


#index{
  overflow: hidden;
  background:#F0F0F0;
}


.bg_color1{
  background:#F9F9F9;
}
.bg_color2{
  background:#2A2A2A;
  color: #FFF !important;
}
.bg_color2 a{
  color: #FFF !important;
}
.bg_color3{
  background:#FFF34B;
}
.bg_w{
  background:#FFF;
}

.bg_padding{
  padding: 40px 45px 60px;
  border-radius: 6px;
  max-width: 1134px;
  box-sizing: border-box;
  margin: auto;
}


.border_r{
  border-radius: 6px;
}
table{
  width: 100%;
  font-size: 1.6rem;
  max-width: 1134px;
  margin: auto;
  
}


.h2_font{
  color: #000;
  font-size: 4.8rem;
  font-family:'Roboto',sans-serif;
  font-weight: bold;
  letter-spacing: 0.09em;
}

.h2_font span{
  padding-top: 10px;
  display: block;
  font-size: 1.5rem;
  font-family:'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight:500 !important;
  letter-spacing: 0em;
}
.font_h4{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.09em;
}
.enkaku{
  display: flex;
  justify-content: center;
}
.enkaku div{
width: 400px;
}

.font_h2{
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}
.font_h2 span{
  font-weight: 600;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
header .w_cate ul li span,
#RENTAL .w_cate ul li span{
  width: 7em;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: sub;

}
#RENTAL .w_cate ul li img{
  mix-blend-mode:screen;
}

#RENTAL .w_cate{
  max-width: 690px;
  margin: auto;
  border-color:#B1B1B1;
}
#RENTAL .w_cate ul li {
  background-color: #000;
  color: #FFF;
  font-size: 15px;
  padding: 12px 12px;
}
#RENTAL dl.search1 dt {
  margin-right: 40px;
  padding: 12px 0 12px 12px;
}
#RENTAL dl.search1 dd button span{
  background-size: 30px auto;
    z-index: 100;
    margin-top: 4px;
    padding: 8px;
}
#RENTAL dl.search1 dt input {
  height: 20px;
  font-size: 15px;
}
#RENTAL .cate_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 830px;
margin: auto;
padding-top: 60px;
padding-bottom: 90px;

}
#RENTAL .cate_list li:nth-child(1),
#RENTAL .cate_list li:nth-child(2),
#RENTAL .cate_list li:nth-child(3){
  border-top:1px solid #B1B1B1;
}
#RENTAL .cate_list li{
  width: calc(33% - 10px);
  padding: 8px 0;
  border-bottom:1px solid #B1B1B1;

}

.catalog{
  padding: 60px 0 110px;
  background-color:#3C3C3C;

}
.catalog p{
  padding: 20px 0 50px;
}
.catalog>a{
  margin-right: -20px;
}
#RENTAL .cate_list li a{
  display: flex;
  align-items: center;
  gap:10px;
  cursor: pointer;
  
  background: url(../img/svg/r.svg) no-repeat center right;
}

#RENTAL .cate_list li p{
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#RENTAL .cate_list li div{
  font-size: 16px;
}

.enl{
  background: url(../img/png/a2.png) no-repeat;
  background-position: 60px 26px;
  background-size: 18px;
}

.enl{
  padding-left: 100px;
  text-align: left;
  font-size: 15px;
  line-height: 1.75;
  
}
.enl h5{
  display: block;
  padding-top:20px;
  font-size: 18px;
}

@media screen and (max-width: 970px) {


 

  .font_h4{
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.09em;
  }
  .enkaku{
    display: block;
    margin-bottom: 20px;
  }
  .enkaku div{
    width: 100%;
    text-align: center;
    margin-top:40px ;
    box-sizing: border-box;
  }
  .enkaku  .enl{
    padding-left: 40px;
    text-align: left !important;
  }
  .enl{
    background: url(../img/png/a2.png) no-repeat;
    background-position: 0px 26px;
    background-size: 18px;
  }
  .w_cate{
    margin-bottom: 20px;
  }
  .font_h2 span{
    font-size: 26px;
  }
  .w_cate ul{
    width: 130px;
  }
  #RENTAL .w_cate{
    
    width: calc(100% - 40px);

  }
  
  #RENTAL .w_cate ul li {
    background-color: #3C3C3C;
    color: #FFF;
    font-size: 12px;
    padding: 12px 12px;
  }
  #RENTAL dl.search1 dt {
    margin-right: 20px;
    padding: 12px 0 12px 12px;
  }


  #RENTAL dl.search1 dt {
    margin-right: 40px;
    padding: 10px 0 10px 12px;
  }
  #RENTAL dl.search1 dd button span{
    background-size: 30px auto;
      z-index: 100;
      margin-top: 4px;
      padding: 8px;
  }
  #RENTAL dl.search1 dt input {
    height: 20px;
    font-size: 12px;
  }
  #RENTAL .cate_list{
  width: 100%;
  margin: auto;
  padding: 0 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  
  }

  #RENTAL .cate_list li:nth-child(1),
  #RENTAL .cate_list li:nth-child(2),
  #RENTAL .cate_list li:nth-child(3){
    border-top:1px solid #B1B1B1;
  }
  #RENTAL .cate_list li:nth-child(3){
    border-top:none;
  }
  #RENTAL .cate_list li{
    width: calc(50% - 10px);
    padding: 8px 0;
    border-bottom:1px solid #B1B1B1;
  
  }
  
  .catalog{
    padding: 60px 0 110px;
    background-color:#3C3C3C;
  
  }
  .catalog p{
    padding: 20px 0 50px;
  }
  .catalog>a{
    margin-right: -20px;
  }
  
  
  #RENTAL .cate_list li p{
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #RENTAL .cate_list li div{
    font-size: 14px;
  }
}
/*-----------------------------------main
*/



#TOP03{
  height: 400px;
	background:url(../img/img3.jpg);
  background-size: cover;
}


#TOP{
  margin-top: 125px;
}
#TOP .container_w{
  height: 680px;
  width: 100%;
  background: url(../img/png/h1.png) no-repeat #FFF center;
  background-size:cover;
  position: relative;
}
#detail .container_w{
  height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/png/h1.png) no-repeat #FFF center;
  background-size:cover;
  position: relative;
}

#detail .container_w h2{
  color: #FFF !important;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
  text-align: center;
}
#d_page .container_w h1,
#contact .container_w h1,
#webmedia .container_w h1,
#support .container_w h1,
#webcreative .container_w h1,
#realmedia .container_w h1,
#realcreative .container_w h1,
#company .container_w h1{
  position: absolute;
  left: 50%;
  top:50%;
  font-size: 3.8rem;
  color: #FFF;
  display: block;
  transform: translate(-50%,-50%);
}
#d_page{
  background-color: #F0F0F0;
  padding-bottom: 90px;
}
#d_page .container_w{
  margin-top: -60px;
  height: 640px;
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
  background: url(../img/png/h2.png) no-repeat top;
  background-size: cover;
}
#d_page .container_w::after{
  content: "";
  position: absolute;
  top:-60px;
  right:0;
  width: 100%;
  height:calc(100% + 60px);
  background-color: #F0F0F0;
  transition: 1s;
}
#d_page .on .container_w::after{
  width: 0;
}
#d_page .container_w h1{
  margin-top: -60px;
  opacity: 0;
}

.list_mes1{

}
#d_page #TOP01 .h2_font{
  opacity: 0;

}

#mes01 .list_mes{
  max-width: 760px;
  padding: 40px;
  margin: 20px auto 0;
  background-color: #FFF;
  position: relative;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 110px;
  z-index: 10;
}
#mes01 .list_mes h2{
  font-size: 3.8rem;
  color: #2959F6;
}
.news_in a,
.contact_header a{
  opacity: 1 !important;
}
#mes01 .list_mes h2::after{
  content: "";
  height: 3px;
  display: block;
  width: 40px;
  margin: 20px auto;
  background: #2959F6;
}
#mes01 .list_mes1{
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  
}

#mes01 .list_mes1::after{
  content: "";
  height: 150px;
  display: block;
  width: 150px;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 0;
  background: url(../img/png/3.png) no-repeat;
  background-size: cover;
}

#mes01 .list_mes1:nth-child(2) h2{
  color: #8E55F2;
}
#mes01 .list_mes1:nth-child(3) h2{
  color: #C748EB;
}

#mes01 .list_mes1:nth-child(2) h2::after{
  background: #8E55F2;
}

#mes01 .list_mes1:nth-child(3) h2::after{
  background: #C748EB;
}

#mes01 .list_mes1:nth-child(2)::after{
  background: url(../img/png/2.png) no-repeat;
  background-size: cover;
}
#mes01 .list_mes1:nth-child(3)::after{
  background: url(../img/png/1.png) no-repeat;
  background-size: cover;
}

#mes01 .list_mes .num{
  position: absolute;
  left: -30px;
  top:-30px;
}

#mes01 .list_mes p{
  font-size: 1.6rem;
  line-height: 1.6;
}




.s1{
  margin:60px auto;
}
.s1 ul{
  display: flex;
  justify-content: center;
  gap:100px
}

.s1 ul li p{
  margin-top: 20px;
  font-size: 20px;
  font-family: 'Roboto';
}
.s1 ul li p::after{
  content: "";
  height: 3px;
  display: block;
  width: 40px;
  margin: 20px auto;
  background: #B99868;
}
.s1 ul li div{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.h3_font img{
  display: block;
  margin:0 auto 10px;
}
.h3_font{
  font-size: 6rem;
  font-weight: bold;
}

.h3_font::after{
  content: "";
  height: 3px;
  display: block;
  width: 40px;
  margin: 20px auto;
  background: #B99868;
}
.s2{
  margin:40px auto 0;
}
.s2 ul{
  margin:30px auto 60px;
  display: flex;
  justify-content: center;
  gap:20px;
  width: 800px;
  flex-wrap: wrap;
}

.s2 ul li p{
  margin-top: 20px;
  font-size: 20px;
  font-family: 'Roboto';
}
.s2 ul li div{
  height: 182px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.s2 ul li p::after{
  content: "";
  height: 3px;
  display: block;
  width: 40px;
  margin: 20px auto;
  background: #B99868;
}
#TOP04{
  padding: 110px 0;

  background-color: #000;
}

#TOP04 h2{
  color: #FFF !important;
  padding-bottom: 10px;
}


#TOP04 p{
  margin-top: 40px;
  font-size: 15px;
  color: #FFF !important;
}
#TOP05{
  display: flex;
}
.cate_list_in{
  margin-top: 20px;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap ;
  padding-right: 60px;
  
}
.cate_list_in::after {
    content: '';
    display: block;
     width: calc(33% - 10px);
  }
.cate_list_in li{
  width: calc(33% - 10px);
}

.cate_list_in li .img_sum{
  width: 100%;
  height: 120px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.cate_list_in li .text{
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.nav_g{
  padding-right: 60px;
  padding-top: 40px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: ;
}
.nav_g>a{
  display: block;
  margin-top: 5px;
}
.nav_g ul{
  padding: 0 40px;
  display: flex;
}
.nav_g ul span{
  opacity: 0.5;
}
.nav_g ul span,
.nav_g ul a{
  font-size: 18px;
  font-family: 'Roboto';
  display: block;
  padding: 0 8px;
}
.nav_g ul span img, .nav_g ul a img{
  vertical-align: middle;
}
.w_cate ul{
  position: relative;
}
#RENTAL .w_cate ul li{
  box-sizing: border-box;

}
.art a{
  cursor: pointer;
}
.categories{
  position: absolute;
  top:48%;
  left: 0;
  width: 100%;
  background-color: transparent !important;
  padding: 0 !important;
  color: transparent !important;
  z-index: 1000;
}

.categories ul{
  display: none;
}
.w_cate>ul:hover .categories ul{
  display: block;
}
#TOP05 > div{
  width: 50%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#TOP05 > div h2{
  color: #FFF !important;
}

#TOP05 > div.l_by{
  background-color: #3C3C3C;
}

#TOP05 > div.r_by{
  background-color: #282828;
}

.s_all{
  display: flex;
  max-width: 860px;
  margin:0 auto;
}
.s_all .s_list>p{
  text-align: left;
}
.s_all .s_list{
  width: 100%;
}

#RENTAL .s_all .font_h2 span {
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}

#RENTAL .s_all .cate_list{
  width: 210px !important;
  padding-top: 20px;
}
#RENTAL .s_all .cate_list li{
  width: 100% !important;
  padding: 20px 15px !important;
  height: 70px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
}
#RENTAL .cate_list li div{
  width: 180px;
  text-align: left;
}
#RENTAL .s_all .cate_list li:nth-child(2),
#RENTAL .s_all .cate_list li:nth-child(3){
border-top: none;

}
#RENTAL .art{
  padding-right: 60px;
}

@media screen and (min-width: 970px) {
	#RENTAL .art{
	min-width: 590px;
}

}



#RENTAL .img ul{
    margin-top: 20px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap ;
    
  }
  #RENTAL .img li{
    width: calc(33% - 10px);
  }
#RENTAL .title{
  font-size: 24px;
  text-align: left;
  padding: 20px 0 20px;
}
#RENTAL .text{
  font-size: 14px;
  text-align: left;
  padding-bottom: 50px;
  line-height: 1.6;
	word-wrap: break-word;
}
.line_cate{
  width: 100%;
  border-top: 1px solid #B1B1B1;
  max-width: 860px;
  margin:0 auto 60px;
}
#RENTAL .art .cate_list_in{
  padding: 0;
}
#RENTAL .art .cate_list_in li{
  width: calc(25% - 10px);
}
#RENTAL .art .cate_list_in li .img_sum{
  height: 90px;
}
#RENTAL .art .cate_list_in li .text{
font-size: 12px !important;
}

@media screen and (min-width: 1500px) {

}


@media screen and (max-width: 970px) {
  #TOP {
    margin-top: 60px;
}
#TOP.wrapper {
  padding: 0px !important;
}
#TOP .position_relative img{
  padding: 0 50px;
  box-sizing: border-box;
  width: 100%;
}
.s1 ul{
  gap: 30px;
}
.s1 ul li p {
  margin-top: 15px;
  font-size: 16px;
}
.s1 ul li div {
  font-size: 13px;
}
.s1 ul li p::after {
  height: 2px;
  width: 30px;
  margin: 14px auto;
}
.s1 {
  margin: 30px auto;
}
.s2 ul {
  margin: 30px auto;
}
.h3_font {
  font-size: 3.2rem;
}
.h2_font{
  font-size: 3.6rem;
  letter-spacing: 0.09em;
}

.h2_font span{
  padding-top: 10px;
  display: block;
  font-size: 1.3rem;
}

.wrapper{
  padding: 0 25px;
  box-sizing: border-box;
}
.s2 ul{
  width: 100%;
}
#TOP04{
  padding: 80px 25px;
}
#TOP05 > div{
  width: 100%;
  height: 200px;
}
#TOP05{
}
#TOP05.wrapper{
  padding: 0 !important;
display: block;
margin: 0 !important;
}
.s2 ul li img{
  width: 170px;
}


.s_all{
  display: block;
}
  #TOP03{
    height: 181px;
  	background:url(../img/img3.jpg);
    background-size: cover;
  }
  .h3_font::after {
    height: 2px;
    width: 30px;
    margin: 15px auto;
  }
  .font_30{
    font-size: 18px !important
  }
  .font_26 {
    font-size: 1.7rem !important;
    text-align: left;
}
  .padding_bottom_80 {
    padding-bottom: 40px !important;
}
.padding_top_80 {
    padding-top: 40px !important;
}
.margin_bottom_80 {
  margin-bottom: 40px !important;
}
.margin_top_80 {
  margin-top: 40px !important;
}
.margin_top_50 {
    margin-top: 15px !important;
}
.margin_top_250{
  margin-top: 59px !important;
}
.margin_right_25{
  margin-right: 0 !important;
}
.margin_left_25{
  margin-left: 0 !important;
}
#TOP01 .font_15{
  font-size: 13px !important;
}
.text_line_left.font_30{
  margin-bottom: 10px !important;
}
.wrapper .font_17.flex_box{
  font-size: 14px !important;
}
#TOP01 .font_15 .font_20{
  font-size: 17px !important;
}
#TOP01 .w1{
  width: calc(100% - 50px) !important;
  margin-left: 25px;
  padding: 0 !important;
}
.wrapper>div.container_w{
padding-left:25px !important;
padding-right:25px !important;
margin-left:0px !important;
margin-right:0px !important;
box-sizing: border-box
}

.wrapper>h3.font_19{
  font-size: 17px !important;
  text-align: left;
}
.s_all .s_list{
  padding: 30px 25px;
  box-sizing: border-box;
}

.s_all .s_list> h2{

}
.cate_list_in {
  margin-top: 10px;
  padding-right: 0px;
 
}
.cate_list_in li {
  width: calc(50% - 10px);
  padding-bottom: 30px;
}
.nav_g{
  padding: 0;
}
#RENTAL .font_h2{
padding:0 25px;
}
#RENTAL .cate_list li a div{
  width: calc(100vw - 80px);
  flex:1;
}
#RENTAL .s_all .cate_list{
  width: 100% !important;
}
#RENTAL .s_all .font_h2 span {
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}

#RENTAL .art{
	padding-right: 0;
  padding:30px 25px 0px;
}
#TOP .container_w{
  height: 540px;
  width: 100%;
  position
  : relative;
}
#RENTAL .cate_list_in li .text{
  padding-bottom: 0px;
}
	
#RENTAL .cate_list_in li .text{
  padding-bottom: 0px;
}

	
#RENTAL .art .cate_list_in li {
  width: calc(50% - 10px);
}
#RENTAL .art .cate_list_in li .img_sum{
  height: 120px;
}

.s_all .art .s_list{
padding: 0 !important;
}

#d_page .container_w h1,
#contact .container_w h1,
#webmedia .container_w h1,
#support .container_w h1,
#webcreative .container_w h1,
#realmedia .container_w h1,
#realcreative .container_w h1,
#company .container_w h1{
  position: absolute;
  left: 50%;
  top:50%;
  font-size: 2rem;
  color: #FFF;
  width: 330px;
  display: block;
  transform: translate(-50%,-50%);
}
#d_page .container_w{
  height: 300px;
  margin-top: -30px;
  width: 100%;
  position: relative;
}

#d_page .container_w h1{
  padding: 70px 50px 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#detail .container_w {
  height: 250px;
}
#company .container_w{
  height: 140px;
  width: 100%;
  background: url(../img/company/top.jpg) no-repeat #FFF center;
  background-size: auto 100%;
}
#webcreative .container_w{
  height: 140px;
  width: 100%;
  background: url(../img/webcreative/top.jpg) no-repeat #FFF center;
  background-size: auto 100%;
}

#realcreative .container_w{
  height: 140px;
  width: 100%;
  background: url(../img/realcreative/top.jpg) no-repeat #FFF center;
  background-size: auto 100%;
}
#support .container_w{
  height: 140px;
  width: 100%;
  background: url(../img/support/top.jpg) no-repeat #FFF center;
  background-size: auto 100%;
}

#realmedia .container_w{
  height: 140px;
  width: 100%;
  background: url(../img/realmedia/top.jpg) no-repeat #FFF center;
  background-size: auto 100%;
}

#webmedia .container_w{
  height: 140px;
  width: 100%;
  background: url(../img/webmedia/top.jpg) no-repeat #FFF center;
  background-size: auto 100%;
}
#contact .container_w{
  height: 140px;
  width: 100%;
  background: url(../img/contact/top.jpg) no-repeat #FFF center;
  background-size: auto 100%;
}
#mes01 .list_mes{
  max-width: 760px;
  padding: 20px;
  margin-bottom: 70px;
}
#mes01 .list_mes .num img{
  width: 80px;
}
#mes01 .list_mes p {
  font-size: 1.4rem;
}
#mes01 .list_mes h2::after {
  content: "";
  height: 2px;
  display: block;
  width: 30px;
  margin: 10px auto 15px;
}
#mes01 .list_mes h2 {
  font-size: 3rem;
}

}


/*-----------------------------------
*/

footer{
  display: flex;
  justify-content:space-between;
  align-items: center;
  font-size: 14px;

}
footer>div{
  display: flex;
  align-items: center;
  gap:40px;
  font-size: 14px;
}


#FOOTER nav{
	display: flex;
	justify-content:center;
  border-bottom: 1px solid #707070;
  margin: auto;
  padding-bottom: 40px;
}

#FOOTER nav ul{
	display: flex;
	justify-content:center;
}
#FOOTER nav ul li:first-of-type a{
  padding-left: 0 !important;
}
#FOOTER nav ul li a.last{
  padding-right: 0 !important;
}
#FOOTER nav ul li{
	padding:0px 0px;
}
#FOOTER nav ul li a{
	display: block;
	text-align: center;
	font-size: 1.7rem;
	padding: 0 20px;
	color: #FFF !important;
	line-height: 1.2;
	letter-spacing: -0.34px;
}
#FOOTER nav ul li a.last{
	display: block;
}


#SYSTEM2{
background: url(../img/sita.png) no-repeat top center #01ABEC;
background-size: 171px auto;
}
#SYSTEM2 .img_box{
  width:357px;

}
#SYSTEM2 .text_box{
  width:492px;
  line-height: 1.6;
}
.text_h2{
  line-height: 2;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 auto;
}

#SYSTEM2 .text_align_left{
  max-width: 1136px;
  margin: auto;
}
#DOWNLOAD .if{
  width: 100%;
  height: auto;
  max-width: 760px;
  margin:30px auto 0;
  padding: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 970px) {
  #FOOTER nav{
    width: 100%;
    display: block;
    padding: 0 25px;
    box-sizing: border-box;
    border-bottom: none;
  }
    #FOOTER nav ul{
      display: block;
    }
  #FOOTER nav ul li a{
    font-size: 1.4rem;
    padding:18px 0;
    border-bottom: 1px solid #707070;

    
  }
  
  footer,
  footer>div{
    display: block;
  }
  footer>div a img{
    margin-bottom: 30px;
  }
  footer>div a{
    display: block;
    margin: 20px 0;
  }
  footer>div{
    margin-bottom: 40px;
  }

  .content_header{
    position: fixed;
    top: 21px;
    right: 78px;
    z-index: 900;
  }
  .content_header a{
    font-size: 1.2rem;
    letter-spacing: -.02em;
    padding: 8px 10px 8px;
  }
  #SYSTEM2{
  background: #01ABEC;
  background-size: 171px auto;
  }
  .text_h2{
    line-height: 2;
  	font-size: 1.5rem;
  	text-align: center;
  	margin: 0 auto;
  }

  .bg_s_none {
    background: none;
  }
  #DOWNLOAD .if{
    width: 100%;
    height: auto;
      margin:20px auto 0;
      padding: 20px;
      box-sizing: border-box;
  }
    #FOOTER .padding_top_35{
    text-align: center;

  }
  #FOOTER .padding_top_35 a{
    display: inline-block;
  }
  #FOOTER .btn1{
    width: calc(100% - 50px);
    box-sizing: border-box;

  }
  #RENTAL .title{
    font-size: 21px;
    text-align: left;
    padding: 20px 0 20px;
  }
  #RENTAL .text{
    font-size: 13px;
    text-align: left;
    padding-bottom: 50px;
    line-height: 1.6;
  }
  table th, table td{
    font-size: 13px;
  }

}

/*-----------------------------------Service
*/
.stl{
  margin-top: -450px;
}

.s_bg{
  background: url(../img/s3.jpg) no-repeat;
  background-size: 551px auto;
  width: 551px;
  height: 214px;
}


.padding_box{
padding-left: 80px;
text-align: left;
box-sizing: border-box;
line-height: 3.25;
}
#DOWNLOAD .bg_color3 img{
  margin-bottom: -45px;
}


/*-----------------------------------webmedia
*/
#webmedia .webmedia-sns-table-wrap {
}

#webmedia .webmedia-sns-table-wrap table {
  white-space: nowrap;
}
#webmedia .webmedia-sns-table-wrap th,
#webmedia .webmedia-sns-table-wrap td {
  vertical-align: middle;
  padding: 8px;
}
#webmedia .webmedia-sns-table-wrap tbody th {
  text-align: center;
}
@media screen and (max-width: 970px) {
  #webmedia .webmedia-sns-table-wrap {
    overflow-x: auto;
    border: 1px solid #ccc;
  }
  #webmedia .webmedia-sns-table-wrap th,
  #webmedia .webmedia-sns-table-wrap td {
    display: table-cell;
    width: auto;
  }
  #webmedia .webmedia-sns-table-wrap img {
    max-height: 40px;
    max-width: 100px;
    width: auto;
  }
}


/*-----------------------------------recaptcha
*/
.grecaptcha-badge {
  visibility: hidden;
}
