.tab-group li {
  display: inline-block;
}

.frp_method{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.frp_method_ttl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  }

.frp_method_ttl h1{
  text-align: center;
font-size: 3rem;
margin-bottom: 50px;
}

.frp_method_ttl p{
text-align: left;
margin-bottom: 50px;
line-height: 2;
}
.h1_ttl{
  font-weight: 500;
  font-size: 2rem;
}
.about_frp{
max-width: 954px;
width: 100%;
margin: 0 auto;
padding-top: 40px;
}
.waterproof_merit{
  display: flex;
  justify-content: space-between;
}
.waterproof_merit_photo img{
  max-width: 400px;
  width: 100%;
}

.method_text p{
  line-height: 2;
  margin-bottom: 30px;
}
.method_text ul{
  line-height: 2;
  margin-bottom: 30px;
}

table {
  max-width: 960px;
  width: 100%;
  margin-bottom: 50px;
}
table th {
  /*table内のthに対して*/
  padding: 10px;
  /*上下左右10pxずつ*/
  text-align: center;
  background-color:#CAD8DD ;
  border: 1px solid #fff;
  font-weight: 400;
}

table td {/*table内のtdに対して*/
  padding:  10px;/*上下3pxで左右10px*/
  text-align: center;
  background-color:#CAD8DD ;
  border: 1px solid #fff;
}

.tab-group{
  display: flex;
  justify-content: center;
}
.tab {
  background: #DCE6E7;
  flex-grow: 1;
  padding: 15px 5px;
  list-style: none;
  border: solid 1px #F0F6F8;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.panel-group{
  /* height:100px; */
  /* border:solid 1px #CCC; */
  border-top:none;
  background:#fff;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.panel{
  display:none;
}
.tab.is-active{
  background: #Fff;
  color: #000;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}


@media screen and (max-width:769px) {
  .frp_method_ttl {
    width: 90%;
}
  .frp_method {
    width: 90%;
}
.waterproof_merit {
  display: block;
}
.waterproof_merit_photo img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}

.about_frp {
  width: 90%;
}

.tab {
  background: #DCE6E7;
  flex-grow: 1;
  padding: 15px 5px;
  list-style: none;
  border: solid 1px #F0F6F8;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.panel-group{
  /* height:100px; */
  /* border:solid 1px #CCC; */
  border-top:none;
  background:#fff;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.panel{
  display:none;
}
.tab.is-active{
  background: #Fff;
  color: #000;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}
table th {
  width: 50%;
  /*table内のthに対して*/
  padding: 10px;
  /*上下左右10pxずつ*/
  text-align: center;
  background-color:#CAD8DD ;
  border: 1px solid #fff;
  font-weight: 400;
}

}