﻿@charset "UTF-8";


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

.viewpc{ display: inline!important}

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


#sub01-header {
    background-image: url(../../img/rate/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-all{
    width: 100%;
    margin: 0 auto;
    background: #f3ebd0;
    padding: 10px;
}



.sub-container {

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

}


.sub-container h1 {
   color: #492c19;
   text-align: center;
   padding: 0 20px;
   text-shadow: 0px 0px 20px rgba(255,255,255,0.97);

}

.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;

}


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

}




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





/* c01 */

#c01 p{
  margin-top: 60px;
  text-align: center;
}



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

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

}



/* c03 */



#c03 {
  margin-top: 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;
  }


#anc ul {
  background: #f3ebd1;
}


#anc ul li{
  display: inline;
  margin-right: 45px;
 
}

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


.ancbtn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
    background-color: #9bbc39;
    border: 1px solid #9bbc39;
    border-radius: 50px;
    padding: 10px 30px;
    width: 290px;
    text-decoration: none;
}


.ancbtn a:hover{

    opacity: 1;
    text-decoration: none;
    border: none;
    color: #42210b;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}




/* c04 */
#c04 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../../img/rate/s03_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
   

}

#c04 div.btn{
  margin-top: 30px;
}



.f18 {
    font-size: 18px!important;
}



 /*========================================
   pricetable  pc
 ========================================*/

#price01, #price02{
  margin-top: -86px;
  padding-top: 86px;
}


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


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


#price01 th { 
    background-color: #87ae12;
    color: #fff;
}



#price01 tr.lin1 { 
    background-color: #fff;
    color: #42210b;
}

#price01 tr.lin2 { 
    background-color: #f7f6f5;
    color: #42210b;
}

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


#price02 {
  margin-top: 80px;
}

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


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


#price02 th { 
    background-color: #87ae12;
    color: #fff;
}



#price02 tr.lin1 { 
    background-color: #fff;
    color: #42210b;
}

#price02 tr.lin2 { 
    background-color: #f7f6f5;
    color: #42210b;
}

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






 /*========================================
    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 */
#anc ul li {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
}



.ancbtn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
    background-color: #9bbc39;
    border: 1px solid #9bbc39;
    border-radius: 50px;
    padding: 10px 30px;
    width: 100%;
    text-decoration: none;
}




/*========================================
   pricetable  sp
========================================*/

#price01 table { 
  width: 100%;
  font-size: 13px;
}

#price01 th, #price01 td {
    padding: 5px 10px;
}


#price02 table { 
  width: 100%;
  font-size: 13px;
}

#price02 th, #price02 td {
    padding: 5px 10px;
}



#price02 {
  margin-top: 10px;
}

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


}













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







}