﻿@charset "UTF-8";


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

.viewpc{ display: inline!important}

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


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



.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-s{
   font-size: 22px;
   font-weight: normal;
  letter-spacing: 0.02em;

}




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

}

.sub-container2 p{
   text-align: left;
   margin-top: 30px;
   font-size: 13px;

}





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





/* c01 */


.subtxt01 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 2em;
    margin-top: 60px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 20px;
}



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

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









 /*========================================
    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%;
   margin-top: 30px;
}

.sub-container3 {
   width: 90%;
}





}




