/* ============================================
   template-type2.css
   type2型テンプレート共通レイアウト
   (Source Han Sans JP / テーブル＋承認印の届出書)
   ============================================ */

.report-area {
  font-family: 'Source Han Sans JP', sans-serif;
  padding: 76px;
  background-color: white;
  line-height: 1.8;
  font-size: 11pt;
  font-weight: 500;
}

.report-content {
  position: relative;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.company-left {
  flex: 1 1 0;
  max-width: 100%;
  word-break: break-word;
}

.company-right {
  text-align: right;
  flex: 1 1 0;
  max-width: 48%;
  word-break: break-word;
}

.docTitle {
  text-align: center;
  margin: 0px 0 30px 0;
}

.myInfo {
  border-bottom: solid 1px #000;
  width: 40%;
  padding: 12px 0 0 0;
}

.main-table {
  width: 100%;
  border-spacing: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  table-layout: fixed;
}

.main-table td,
.main-table th {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 2px 5px 2px 5px;
  vertical-align: middle;
  box-sizing: border-box;
  font-weight: normal;
}

.main-table tr td:first-child {
  text-align: center;
}

.editable {
  padding: 0 !important;
}

#preamble {
  margin: 50px 0 5px 0;
}

.cont-left {
  display: flex;
  justify-content: left;
  width: 100%;
}

#cont {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ijo {
  margin-top: 15px;
  text-align: right;
  font-size: 110%;
}
