@charset "UTF-8";
header{
 height: 360px;
 background: url("../img/company_img/bg_pagetitle.jpg") center center no-repeat;
 background-size: cover;
}
@media print, screen and (min-width:768px) {
 header{
 height: 450px;
}
}
#sec01, #sec02, #sec03{
 padding: 40px 0;
}

@media print, screen and (min-width:768px) {
 #sec01, #sec02, #sec03{
 padding: 70px 0;
}
}

/* ----------------------------------------------------------------sec01*/
#sec01 .tx_box{
 margin-bottom: 20px;
}
#sec01 p.sub_tit{
 font-size: 20px;
 color: #fff;
 background: #0bac8b;
 padding: 10px;
 margin-bottom: 15px;
}
#sec01 p.sub_tit span{
 font-size: 16px;
}
#sec01 p.tx_cts{
 text-align: left;
}
@media print, screen and (min-width:992px){
 #sec01 .flex_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
 }
 #sec01 .tx_box{
  width: 56%;
 margin-bottom: 0;
}
 #sec01 .ph_box{
  width: 40%;
}
}
/* ----------------------------------------------------------------sec03*/

#sec03 p{
 text-align: left;
 margin-top: 10px;
}
