@charset "utf-8";

.Mcontents{
width: 100%;
height: auto;
margin:60px auto;
/*background-color: #ccc;*/
}

.McontentsW01{

}


.McontentsPhoto{
width: 100%;  
}

.McontentsTxt{
width: 92%;
margin:auto 4%; 
}

.McontentsTxt p{
font-size:1rem;
line-height: 1.5; 
}

h2.title_d,h1.title_d{
color:#000;
margin: auto;
margin-bottom: 15px;
line-height: 1.5;
position: relative;/**/
}

h2.title_d div:nth-child(1),h1.title_d div:nth-child(1){
font-size: 2.5rem;
font-weight: 700;
}

h2.title_d div:nth-child(2),h1.title_d div:nth-child(2){
font-size: 1.5rem;
font-weight: normal;
color: #000;
}

/*companyprofile_table*/

.flexlw_Rn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background: #F2F2F2;
  position: relative;
  margin: 30px 0;
  z-index: 1;
}

.flexlw_Rn div:nth-of-type(2){
  flex-basis: 30%;  
}

.flexlw_Rn div:nth-of-type(2) .imgwrap{
  width: 100%;
  height: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  transform: translate(10px,-10px);
  background: #000;
  z-index:2;
}




.flexlw_Rn div:nth-of-type(2) img{
  width: 100%;
  display: inline-block;
  position: relative;
  transform: translate(-10px,-5px);
  z-index: 3;
}



div#companyprofile_table{
flex-basis: 70%;
padding: 15px;
font-size: 1rem;
}

div#companyprofile_table a{
  color: #000;
}

#companyprofile_table table{
   border-collapse:  collapse; /* セルの線を重ねる */
   width: 100%;
   line-height:1.5;
   text-align: left;
}

#companyprofile_table table ul{
  margin-left: 1.5rem;
  margin-top: 8px;
  margin-bottom: 15px;
}

#companyprofile_table table ul li{
 margin-bottom: 8px; 
}

.cmartpdf_dl_png{
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  animation: updownmove01 1s ease 0s infinite;
}

#companyprofile_table table ul li div:nth-of-type(2){
  /*稼働日と加盟店*/
  margin-top: 5px;
  font-size: .95rem;
  font-weight: normal;
}

#companyprofile_table table ul li ul{
margin-top: 8px;
}

#companyprofile_table table ul li ul li{
margin-top:0px;
 margin-bottom: 5px; 
 font-size: .9rem;
}

#companyprofile_table tr{
  border-bottom: 1px solid #ccc; 
}

#companyprofile_table th{
  border-right: 1px solid #ccc;
  font-weight: normal;
  width: 30%;
}

#companyprofile_table th,#companyprofile_table td{
 padding: 10px;
}

#companyprofile_table .breakpintwrap{
  font-size: 0;
}

#companyprofile_table .breakpintwrap .breakpint_block{
  display: block;
  font-size: 1rem;
}

#companyprofile_table .breakpintwrap .breakpint_inline{
  display: inline-block;
  font-size: 1rem;
}

.moreLink{
}

.moreLink_R{
float: right;
margin-right: 4%; 
}

.moreLink div{
display: inline-block;
background-color: #000;
width: 150px;
border-radius: 3px;
text-align: center;
position: relative;
margin: 30px auto;
z-index: 1;
}

.moreLink div:before{
display: inline-block;
width: 100%;
border:1px solid rgba(0,0,0,0.8);
content: " ";
padding: 10px;
position: absolute;
top:0%;
left: 0%;
height:100%;
border-radius: 3px;
z-index: -1;
animation: link_ef1 3s ease-in 1s infinite reverse both running;
}

.moreLink div a:link,.moreLink div a:visited{
display: block; 
color: #fff;
padding:10px;
}



/*JQ・addJQmovetxt*/

.JQmovetxt{
  opacity: 0.0;
}

.addJQmovetxt{
animation: JQ_admove .5s ease-in 0s forwards;
}

.addJQmovetxt2{
animation: JQ_admove2 .5s ease-in 0s forwards;
}



/*css animation*/
@keyframes link_ef1 {
  0% { 
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
    opacity: 0;
  }
  70%   { 
    box-shadow: 0px 0px 11px 10px rgba(242,226,5,0.5);
    opacity:1; 
  }
   100%   { 
    
    opacity:0; 
  }
}


@keyframes JQ_admove {
  0% { 
    transform: translateY(10px);
   }
   100%   { 
    opacity: 1;
     transform: translateY(0);
  }
}

@keyframes JQ_admove2 {
  0% { 
    color: #fff;
   }
   100%   {     
     color: #F2E205;
  }
}

@keyframes updownmove01 {
  0% { 
    transform: translateY(-3px);
   }
   100%   {     
     transform: translateY(0px);
  }
}


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





}

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

h2.title_d div:nth-child(2),h1.title_d div:nth-child(2) {
    font-size: 1.2rem;
}

.flexlw_Rn div:nth-of-type(2){
  flex-basis: 100%;  
  order: 1;
}


.flexlw_Rn div:nth-of-type(2) .imgwrap{
  width: 100%;
  height: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  transform: translate(0px,0px);
  background: #000;
  z-index:2;
}




.flexlw_Rn div:nth-of-type(2) img{
  width: 100%;
  display: inline-block;
  position: relative;
  transform: translate(0px,0px);
  z-index: 3;
}



div#companyprofile_table{
flex-basis: 100%;
border-top: 15px solid #fff;
padding: 15px;
order: 2;
}



}


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



}

@media screen and (max-width: 480px){
/*add_font_title_h*/
h2.title_d div:nth-child(1){
font-size: 1.8rem;
}

}

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

