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

.pageImage {
  width: 90vw;
  height: auto;
  margin: 0 auto 30px;
  text-align: center;
}

.pageImage img {
  max-width: 100%;
  height: auto;
}

.gnav {
  margin-bottom: 60px;
}

article h1{
  font-weight: normal;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #ffff;/*文字色*/
  background: #bbb4d7;/*背景色*/
  border-left: solid 20px #5f549e;/*左線*/
}

.aboutRequest p{
  float: left;
	width: 50%;
	height: auto;
}
.aboutRequest div{
  float: left;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}

.aboutRequest div img{
  max-width: 100%;
  height: auto;
}
article table{
  width:100%;
  height:auto;
  margin-bottom: 16px;
}

table tr{
  line-height: 2;
  border-bottom: dotted 1.5px gray;
  box-sizing: border-box;
}

table tr th i{
  padding: 5px;
}

table th{
  width:50%;
  padding: 10px;
}

table td{
  width:50%;
  padding: 10px;
}

.priceList ul{
  list-style-type: disc;
  padding-left: 30px;
}

.priceList ul li {
  line-height: 2;

}


@media screen and (max-width: 700px){
  .aboutRequest p{
    float: none;
  	width: 100%;
  }

  .aboutRequest div{
    float: none;
    width: 100%;
  }

  table th{
    width:100%;
    padding: 10px;
    display: block;
  }

  table td{
    width:100%;
    padding: 10px;
    display: block;
  }

}
