body{
  color: #444;
}
header{
 background: #0096ca url(../images/metatron/metatoron_mainbg.jpg) no-repeat top center / cover;
}
article,
.wrapper,
.wrap740{
  box-sizing: border-box;
  max-width: 980px;
  width: 100%;
  padding: 0 20px; 
  margin: 0 auto 60px;
}
.wrap740{
  max-width: 740px;
}
.item04{
  box-sizing: border-box;
  width: 24%;
  border: 1px solid #005ca7;
}
.mbt60{
  margin: 60px 0;
}
.mb20{margin-bottom: 20px;}

h1{
 font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; 
 font-size: 2.0rem;
 font-weight: normal;
 text-align: center;
 color: #005ca7;
 margin-bottom: 30px;
}
.h2title{
  font-family: sans-serif;
 font-size: 2.0rem;/*30px*/
 font-weight: normal;
 text-align: center;
 margin: 80px 0;
}
.h2title span{
 display: block;
 font-size: 2.5rem;/*40px*/
}
.h2title span b{
 color: #005ca7;
 font-weight: normal;
}

#what p,
#shikumi p{
  text-align: center!important;
}

ul.knowlist{
  counter-reset : item ;
  list-style: none;
  margin-left: 1em;
}
.knowlist li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.6;
}
.knowlist li::before{
  content: counters(item, ".") "/ "; 
  counter-increment: item ;
  font-size: 42px;
  color: #005ca7;
}

/*検査の流れ*/
#flow h2{
 background: #337db9;
 color: #fff;
 font-size: 1.25rem;/*20px*/
 font-weight: normal;
 text-align: center;
 padding: 10px 0;
  margin-bottom: 0;
}
#flow h3{
 font-size: 1.75rem;/*28px*/
 color: #eb6100;
 margin: 10px 0;
}
#flow .item04 p{
 padding: 10px;
}
.attention{
 box-sizing: border-box;
 max-width: 800px;
 border: 2px solid #eb6100;
 border-radius: 10px;
 padding: 20px;
 margin: 0 auto;
}
.attention p{
  font-size: 0.87rem;
}

/*サロン情報*/
#salon h2,
#salon h3{
 font-family: serif;
}
#salon h2{
 font-size: 1.62rem;/*26px*/
}
#salon h3{
 font-size: 1.25rem;
 margin-bottom: 20px;
}
#salon td a:link{
 color: #595959;
}
.table01{
  width: 100%;
  margin-bottom: 20px;
}
.table01 tr{
  border-bottom: 1px solid #ccc;
}
.table01 tr:first-of-type{
  border-top: 1px solid #ccc;
}
.table01 th,
.table01 td{
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}
.table01 th{
  width: 25%;
  font-weight: normal;
}
.table01 td{
  width: 75%;
  border-left: 1px solid #ccc;
}


footer.metatron{
 background: #005ca7;
 color: #fff;
 padding: 40px 0;
}
footer article{
 margin: 0 auto 0;
}
footer.metatron p{
 text-align: center;
 font-size: 1.0rem;
}
.metatron_foot{
 font-family: serif;
 font-size: 2.5rem!important;/*40px*/
 text-align: center;
 line-height: 1.6;
 margin-bottom: 10px;
}
.metatron_foot span{
 display: block;
 font-size: 1.25rem!important;
 font-weight: normal;
}

.ggmap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  padding-top: 30px;
  margin-bottom: 10px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 750px) {
 
  #what p,
  #shikumi p{
    text-align: left!important;
  }
  ul.knowlist{margin-left: 0;}
  .item04{
    width: 100%;
  }
  .knowlist li{
    margin-bottom: 20px;
  }
  .knowlist li::before{
    font-size: 32px;
  }
  #flow .item02{
    margin-bottom: 30px;
  }
  .mbt60{
    margin: 40px 0;
  }
}