/*------------------------------------------*/
/* 見出し
/*------------------------------------------*/


.customize-pages__heading h2 span.long {
  font-size: 1.2rem;
}


h4#detailcap_short {
  width: 100%;
  height: 28px;
  margin: 15px 0;
  background: url(../../img/global/detailcap_bg.gif) no-repeat;
  clear: both;
}

h4#detailcap_short p {
  width: 80%;
  margin-left: 20px;
  color: #333333;
  font-size: 1.2em;
  font-weight: bold;
}





.pfas_box{
  width: 100%;
  border: solid 1px #999999;
  background-color: #ffffff;
  padding: 0 20px;
  margin-bottom:40px;
}


.pfas_flexbox{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.pfas_flexbox div{
  width: 60%;
}

.pfas_flexbox img{
  display: block;
}

.pt20{
  padding-top: 20px;
}