@charset "utf-8";

.qa{
  background: url(../img/qa/head-bg.png) no-repeat top right / 192px 50px;
}
.qa .tit{
  color: #5db98b;
  font-size: 4.5rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .qa{
    background: url(../img/qa/head-bg.png) no-repeat top right / 96px 25px;
  }
  .qa .tit{
    font-size: 3rem;
    margin-bottom: 5%;
  }
}

.qa .link-btn{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  max-width: 600px;
  width: 94%;
  margin: 0 auto 60px;
}
.qa .link-btn li{
  width: 25%;
}
.qa .link-btn li a{
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  background: url(../img/qa/icon-balloon.png) no-repeat center top / 82px 65px;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .qa .link-btn{
    max-width: 600px;
    width: 94%;
    margin: 0 auto 8%;
  }
  .qa .link-btn li{
    width: 25%;
  }
  .qa .link-btn li a{
    font-size: 1.2rem;
    background: url(../img/qa/icon-balloon.png) no-repeat center top / 41px 32px;
    padding-top: 35px;
  }
}

.qa .conts{
  margin-bottom: 50px;
}
.qa .conts h4{
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: bold;
  margin-bottom: 30px;
  background: url(../img/qa/line-dot.png) repeat-x bottom left / 10px 3px;
  position: relative;
  padding-left: 40px;
}
.qa .conts h4:before{
  content: '';
  background: url(../img/qa/icon-midashi.png) no-repeat center top / 31px 24px;
  width: 31px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 8px;
}
.qa .conts ul li{
  margin-bottom: 10px;
}
.qa .conts ul li .q{
  background: url(../img/qa/icon-q.png) no-repeat top left / 50px 52px;
  color: #5db98b;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 18px 0 18px 60px;
}
.qa .conts ul li .a{
  background: url(../img/qa/icon-a.png) no-repeat top left / 50px 52px;
  color: #444;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 0 0 60px;
  min-height: 52px;
}
@media only screen and (max-width: 768px) {
.qa .conts{
  margin-bottom: 5%;
}
.qa .conts h4{
  font-size: 1.6rem;
  margin-bottom: 5%;
  background: url(../img/qa/line-dot.png) repeat-x bottom left / 5px 2px;
  padding-left: 20px;
}
.qa .conts h4:before{
  content: '';
  background: url(../img/qa/icon-midashi.png) no-repeat center top / 15px 12px;
  width: 15px;
  height: 12px;
  top: 8px;
}
.qa .conts ul li{
  margin-bottom: 10px;
}
.qa .conts ul li .q{
  background: url(../img/qa/icon-q.png) no-repeat top left / 25px 26px;
  color: #5db98b;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 0 5px 30px;
}
.qa .conts ul li .a{
  background: url(../img/qa/icon-a.png) no-repeat top left / 25px 26px;
  color: #444;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 0 0 30px;
  min-height: 26px;
}
}

/* 会社概要 ------------------------------------------------- */
td, th {
	border-collapse: collapse;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.overview_table {
	width: 100%;
	table-layout: fixed;
	vertical-align: center;
	line-height: 2em;	/* 行間調整 */
}
.table_left {
	width: 20%;
	color: #037d6c;
	background-color: #ceeadc;
	border: 1px solid #7bc5a0;
	font-size: 15px;

}
.table_right {
	width: 400px;
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
	font-size: 13px;
	white-space: normal;
	line-height: 1.5em;
}

.google_map {
	  text-align: center;
  	width: 100%;	/* Google Mapの幅*/
  	height: 240px;
    border: none;
}

@media (max-width: 768px) {
.table-wrap {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 4em;
}
.table_left {
	width: 100px;
}
}
/* 会社概要 ------------------------------------------------- */
