@charset "utf-8";
/* CSS Document */


/***** price *****/
#price {
    text-align: left;  
}
#price .container {
   width: 80%;  
   margin: 15px auto;
}
#price h3{
    text-align: left;
}
h3.price {
  margin: 10px auto 5px auto;
  padding: 5px;
  width:calc(100% - 15px) ;  
  color: #865431;
  font-size: 1.2em;
  line-height: 1.6em;
  border-bottom: 1px dotted;
  border-top: 1px dotted;
}
h3.price p {
  color: #865431;
  float: right;
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  text-align: left;
  max-width: 100%;
  width:calc(100% - 15px) ;  
}
.answer {
    font-size: 1.0em;
    text-align: left;
    margin: 0 15px 30px 15px;
    line-height: 1.6em; 
}
.subTtl {
    font-size: 1.0em;
    text-align: left;
    margin: 10px 0 10px 15px;
    line-height: 1.6em;
    display: block;
    font-weight: bold;
}
section#price h2 {
    font-size: 1.4em;
    font-weight: 400;
    vertical-align: middle;
    padding: 15px 0 15px 0 ;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.text-c {
    text-align: center;    
}
.text-l {
    text-align: left;    
}
.text-r {
    text-align: right;    
}

.table1 {
  font-size: 1.0em;
  line-height: 1.6em;
  border-collapse: collapse;
  width:calc(100% - 15px) ;
  margin: 0 0 15px 15px;
}
 
.table1 th,
.table1 td {
  border: 1px solid #dbe1e8;  
  padding: 10px;
}
 
.table1 th {
  background: #f9fafc;
  text-align: left;
  width: 70%;
}
 
@media only screen and (max-width: 760px) {
  .table1 {
  margin: 0 0 15px 15px;
}
    
  .table1 tr,
  .table1 th,
  .table1 td {
    display: block;
    width:calc(100% - 15px) ;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
    h3.question {
        margin: 1.0em 15px 1.0em 15px;
        width:calc(100% - 30px) ;       
    }
    #price {
        padding-top:30px;
    }
    #price .container {
   width: 100%;  
   margin: 15px auto;
}

}
