html {
/* font-size: 62.5%; *//* -> 10px */ 
}


body{
	background-color: #f29600;
  font-family: Noto\ Sans\ JP, "メイリオ",sans-serif;
  font-size: 15px;
  font-weight: 700;
}

h2{
	font-family: "fractul-variable", sans-serif !important;
    font-variation-settings: "wght" 400;
    letter-spacing: 3px;
}

.contents-title{
    position: absolute;
    top: -8.1em;
    right: 0;
    left: 0;
    margin: auto;
}
@media screen and (max-width: 990px) {
  .contents-title{
      position: absolute;
      top: -6.7em;
      right: 0;
      left: 0;
      margin: auto;
  }
}
@media screen and (max-width: 480px) {
	.contents-title{
	    position: absolute;
	    top: -6.5em;
	    right: 0;
    	left: 0;
    	margin: auto;
	}
}

.full-width .sppb-row-container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

p{
/*  margin-bottom: 0.7rem !important;*/
}


/***********************************************/
/* 会社概要テーブル */
/***********************************************/
#table01 {
/*  width: 900px;*/
  display: flex;
  justify-content: center;
}
#table01 tr {
/*  border-bottom: 1px solid #b5b1b1;*/
}

#table01 th,
#table01 td {
  padding: 24px 10px;
  border: none;

}

#table01 th {
  width: 18%;
}
#table01 tbody{
  width: 570px;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}

/** Google Map ***/
/* Google Mapを囲う要素 */
.google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
@media only screen and (max-width: 480px) {
  .google_map iframe {
    height: 100%;
  }
}

div#sp-footer1{
  text-align: center;
  font-size: large;
}