﻿@charset "UTF-8";


 /*========================================
   sub. company     pc 
 ========================================*/

.viewpc{ display: inline!important}

 /*==========   sub top   =============*/


#sub01-header {
    background-image: url(../../img/store/sub_bg.jpg);
    border-bottom: 3px solid #fe9416;
}



.page-header {
    width: 100%;
    height: 310px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 120px;
    position: relative;
}



.page-header:before{
    position: absolute;
    top: 0;
    left: 0;
     width: 100%;
    height: 310px;
    content:"";
    background: url(../../../common/img/dot.png) 0 0 repeat;
    z-index: 0;
}



.sub-container {

    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;

}


.sub-container h1 {
   color: #fff;
   text-align: left;
   padding: 0 20px;

}

.sub-container h1 span {
  display: block;
  line-height: 2em;
}


.mv-l{
    font-size: 47px;
    font-weight: bold;
    letter-spacing: -0.03em;
    position: relative;
}

.mv-l:after {
    content: "";
    width: 15%;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-left: 15px;
}


.mv-s{
   font-size: 22px;
   font-weight: normal;
  letter-spacing: 0.02em;

}




.sub-container2{
   width: 960px;
   margin: 0 auto;

}


.sub-container3{
   width: 1000px;
   margin: 0 auto;

}





/* anc */

#anc {
 
}

#anc ul li{
  float: left;
  margin-right: 14px;
 
}

#anc ul li:last-child{
  margin-right:0px;
}


.sub01 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 30px;
}



.ancbtn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ff9900;
    background-color: #fdeab5;
    border: 1px solid #fdeab5;
    padding: 12px 65px;
    text-decoration: none;
    
}


.ancbtn a:hover{

    opacity: 0.8;
    text-decoration: none;
    color: #fff;
    background-color: #ff9900;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}









.sub {
  
  margin: 0 auto;
  text-align: center;
 
}





/* c01 */
#c01,#c02,#c03,#c04,#c05 {
   margin-top: -86px;
   padding-top: 86px;

}

.c01bg {
     
}



.subtxt01 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 2em;
    margin-top: 60px;
}

.subtxt02 {
  text-align: left;
  margin-top: 20px;
  line-height: 2.4em;

}

.tline{
   background: linear-gradient(transparent 60%, #fe9416 0%); 
}

.tline2{
   background: linear-gradient(transparent 60%, #fec242 0%); 
}



#c01 h4 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 36px;
    background-color: #ff9900;
    padding: 0 20px;
}

.s-txt{
    font-size: 13px;
    padding: 10px 40px;
    line-height: 3em;
    border:1px dotted #d9d9d9;
    background: #f8f4e8;
}


.s-txt2{
    color: #e52d03;
    font-size: 13px;

}

 /*========================================
   table01 pc
 ========================================*/

.table01 {
  margin-top: -86px;
  padding-top: 86px;
}


.table01 table {
    border-top: 1px solid #c6bcb6;
    border-right: 1px solid #c6bcb6;
    border-spacing: 0px;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

.table01 th, .table01 td {
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    text-align: center;
    padding: 20px;
}


.table01 th {
    background-color: #ededed;
    color: #000;
    font-weight: bold;
}


.table01 tr.lin1 {
    background-color: #fff;
    color: #000;
}

.table01 tr.lin2 {
    background-color: #f9f9f9;
    color: #000;
}

  /*========================================*/





 /*========================================
   infotable pc
 ========================================*/


.infotable table {

    color: #000;
    width: 100%;
    border-top: 1px dotted #d9d9d9;
}

.infotable th {
    width: 230px;
    background-color: #f7f7f7;
}

.infotable td {
  
    background-color: #fff;
}


.infotable th, .infotable td {
    vertical-align: middle;
    padding: 21px 30px;
    border-bottom: 1px dotted #ccc;
}

th {
    font-weight: normal;
    text-align: left;
}




  /*========================================*/
















/* c02 */
#c02 {
   margin-top: 80px;
}

#c02 h3{
  margin-bottom: 20px;
}







/* c03 */
#c03 {
  margin-top: 80px;
  margin-bottom: 80px;
}

#c03 p {
   margin-bottom: 20px;
}
#c03 h4{
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 36px;
    background-color: #ff9900;
    padding: 0 20px;
  }

.mail{
  font-size: 20px;
  font-weight: bold;
}










 /*========================================
    sub. company      sp 
 ========================================*/






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


.viewpc {
    display: none!important;
}
.viewsp {
    display: block!important;
}

 /*==========   sub top  =============*/



.sub-container {
    width: 90%;
}

.page-header {
    height: 200px;
    padding-top: 100px;
}


.page-header:before{
   height: 200px;
}

.sub-container h1 span {
    line-height: 1.3em;
}

.mv-l {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.03em;
    position: relative;
}

.mv-s {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.02em;
}



.sub-container2 {
   width: 90%;
}

.sub-container3 {
   width: 90%;
}




/* anc */

.sub01 {
  margin-top: 10px;
  margin-bottom: 80px;
}

.sub01bg h1 img {
    max-width: 90%;
}


#anc ul li {
   float: left;
    width: 100%;
    margin-bottom: 6px;
    margin-right: 6px;
}

#anc ul li:last-child{

}


.ancbtn a {
    width: 100%;
   
}


/* c01 */
#c01 {

}

.c01bg {
     
}



 /*========================================
   infotable sp
 ========================================*/


.infotable table {

    /* display: block;*/
    border: 1px dotted #d9d9d9;
}



.infotable th, .infotable td {
    display: block;
    width: 100%;
    padding: 10px 20px;
}

.infotable td {
    /*margin-bottom: 10px; */
    border: none;
}


  /*========================================*/





}







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







}