@charset "UTF-8";
/* CSS Document */
.content {
  padding-top: 80px;
}
.date {
  font-family: FrutigerRoma;
  font-weight: 700;
  font-size: 16px;
  lline-height: 23px;
  margin-bottom: 15px;
}
.date span {
  height: 23px;
  font-size: 14px;
  line-height: 23px;
  color: #FFF;
  text-align: center;
  padding: 0 15px;
  margin-right: 1em;
  display: inline-block;
}
.date span.cate_press {
  background: #013893;
}
.date span.cate_news {
  border: 2px solid #013893;
  color: #013893
}
.date span.cate_phc {
  background: #013893;
}
.date span.cate_lsi {
  background: #2eb9eb;
}
.date span.cate_asce {
  background: #531062;
}
.date span.cate_epre {
  background: #58585a;
}
.content h1 {
  font-family: FrutigerRoma;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #dedede;
}
.content h2 {
  font-family: FrutigerRoma;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.content h3 {
  font-family: FrutigerRoma;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.content .bold{
  font-family: FrutigerBold, sans-serif !important;
}

.content .light{
  font-family: FrutigerLigh, sans-serif !important;
}

.content p {
  font-size: 16px;
  line-height: 1.8;
}
.content p + p, .content p + div, .content p + figure, .content figure + p, .content table + table, .content div + div, .content figure + figure {
  margin-top: 35px;
}
.content p + h2, .content div + h2, .content table + h2 {
  margin-top: 75px;
}
.content p + h3, .content div + h3, .content table + h3, .content table + p, .content table + h2, .content table + figure, .content table + div {
  margin-top: 50px;
}
.content h3 + table, .content p + table {
  margin-top: 15px;
}
.content p a {
  color: #00478b;
}
.content .btn_b + .btn_b {
  margin-top: 10px;
}
.content .btn_b a {
  font-size: 16px;
  line-height: 1.3;
  color: #013893;
  padding: 3px 10px 3px 30px;
  display: inline-block;
  position: relative;
  border: 1px solid #013893;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content .btn_b a::before {
  content: "";
  width: 10px;
  height: 14px;
  background: url("/~/Media/phchd/news/icon_a.png") center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
}
.content .btn_b a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.content .btn_b.bkg a {
  color: #FFF;
  padding: 3px 30px 3px 20px;
  background: #013893;
}
.content .btn_b.bkg a.pdf::before {
  width: 12px;
  height: 15px;
  background: url("/~/Media/phchd/news/icon_pdf.gif") center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  margin-top: -7px;
}
.content .btn_b.bkg a.img::before {
  width: 13px;
  height: 13px;
  background: url("/~/Media/phchd/news/icon_img.gif") center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  margin-top: -6px;
}
.content table {
  width: 100%;
  border-collapse: collapse;
}
.content table th, .content table td {
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid #E9E9E9;
  padding: 10px 15px;
}
.content table th {
  font-family: FrutigerRoma;
  font-weight: 700;
  background: #f4f4f4;
}
.contact_area {
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 60px;
  margin-top: 90px !important;
  display: flex;
}
.contact_area div {
  width: 50%;
}
.contact_area div h3 {
  font-family: FrutigerRoma;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.contact_area div p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.contact_area div a {
  font-size: 16px;
  line-height: 1.3;
  color: #013893;
  padding-left: 15px;
  display: inline-block;
  background: url("/~/Media/phchd/news/icon_a.png") left 0.2em no-repeat;
}
.content.single {
  padding: 100px 0 160px;
}
p.signature {
  font-family: FrutigerRoma;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  padding-top: 180px;
}
.print_btn {
  font-size: 14px;
  line-height: 1;
  color: #0056a8;
  text-align: right;
  margin-bottom: 10px;
  cursor: pointer;
}
.print_btn span {
  display: inline-block;
  padding-left: 25px;
  background: url("/~/media/Images/icon/icon_print.png") left center no-repeat;
  background-size: 20px auto;
}
.print-off {
  display: none;
}
#print {
  display: none;
}
sup {
  font-size: 1rem;
  vertical-align: super;
}
sub {
  font-size: 1rem;
  vertical-align: bottom;
}
/*print_btn_CSS*/
@media print {
  #print {
    background: #FFF;
    display: block;
    padding: 1px;
  }
  #print .content {
    width: 100%;
  }
  #print .print_logo {
    width: 80px;
    height: auto;
    margin: 20px 0;
    display: block;
  }
  #print .content {
    padding-top: 15px;
  }
  #print .p_ttl01, #print .hr_sty {
    padding: 0;
    margin: 0 auto;
  }
  .print_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding: 50px 20px 0;
  }
  .date {
    font-size: 14px;
    lline-height: 23px;
    margin-bottom: 15px;
  }
  .date span {
    padding: 0 10px;
  }
  .content h1 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .content h2 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .content h3 {
    font-size: 15px;
  }
  .content p {
    font-size: 14px;
    line-height: 1.6;
  }
  .content p + p, .content p + div, .content p + figure, .content figure + p, .content table + table, .content div + div, .content figure + figure {
    margin-top: 25px;
  }
  .content p + h2, .content div + h2, .content table + h2 {
    margin-top: 45px;
  }
  .content p + h3, .content div + h3, .content table + h3, .content table + p, .content table + h2, .content table + figure, .content table + div {
    margin-top: 35px;
  }
  .content h3 + table, .content p + table {
    margin-top: 10px;
  }
  .content table th, .content table td {
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid #E9E9E9;
    padding: 5px 10px;
  }
  .content .btn_b + .btn_b {
    margin-top: 20px;
  }
  .content .btn_b a {
    font-size: 14px;
    padding: 7px 10px 7px 30px;
  }
  .content .btn_b.bkg a {
    color: #FFF;
    padding: 7px 30px 7px 20px;
    background: #013893;
  }
  .contact_area {
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 50px !important;
    display: block;
  }
  .contact_area div {
    width: 100%;
  }
  .contact_area div + div {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #CCC;
  }
  .contact_area div h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contact_area div p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .contact_area div a {
    font-size: 15px;
  }
  .content.single {
    padding: 50px 20px 60px;
  }
  p.signature {
    font-size: 14px;
    padding-top: 60px;
  }
}