@charset "UTF-8";
@media print {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
/* テーブル */
table {
	border: 1px solid #000;
}
table tbody tr td,
table tbody tr th {
	padding: 0 6px;
	height: 40px;
	border-top: 1px solid #000;
	border-right: 1px dashed #888;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	font-size: 16pt;
	line-height: 1.2;
}
table tbody tr th {
	border-left: 1px solid #000;
	text-align: left !important;
}
table tbody tr td {
	border-right: 1px solid #000;
}
table tbody tr td div {
	text-align: right !important;
}
}
@page {  size: A4;  margin: 20mm;}body {  font-size: 16pt;  line-height: 1.5;}
.top1img img {
max-height:250px;
width: auto;
}
p {
  margin-top: 0;
}
:where(.wp-block-columns) {
  margin-bottom: 0;
}
.flex {
  display: flex; /*横並び*/
}
.flex .image {
  width: auto; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
text-align: center;
}
.flex .image img{
  width: 60%;
}
.flex .text {
  margin: 0;
  padding: 0;
}
#hpb-container {
  width: 1210px;
  position: relative;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
}
#header-in {
margin-top: 20px;
}
#header-in-1 {
  width: 25%;
  float: left;
}
#header-in-1 .flex {
line-height: 0.85rem;
align-items: center;
}
#header-in-2 {
  width: 38%;
  float: left;
}