/* CSS Document */

.phot-box{margin-top: 20px;}
.phot-box.mt{margin-top: 70px;}
.pmt{margin-top: 70px;}
.phot-box span{font-weight: bold;}
.phot-box p{font-size: 20px; text-align: center; font-weight: 500;}
.phot-box-img{margin-top: 10px; text-align: center;}

.phot-flex{display: flex; justify-content: space-between; flex-wrap: wrap;}
.phot-flex .pfb{width: 47%; margin-top: 40px;}
.f_item .phot-txt{text-align: left; width: 100%; margin-top: 50px; font-size: 20px;}

@media screen and (max-width: 768px) {
  .phot-box{margin-top: 15px;}
  .phot-box.mt{margin-top: 50px;}
  .pmt{margin-top: 50px;}
  .phot-box span{font-weight: bold;}
  .phot-box p{font-size: 4vw; text-align: left; font-weight: 500;}
  .phot-box-img{margin-top: 10px; text-align: center;}
  
  .phot-flex{display: block;}
  .phot-flex .pfb{width: 100%; margin-top:40px;}
  .f_item .phot-txt{text-align: left; width: 100%; margin-top: 40px; font-size: 4vw;}
}