body{
	font-family: "Helvetica Neue",
    "Arial",
/*
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
*/
    sans-serif;
  font-size: 1em;
  line-height: 1.5;
  line-break: strict;
  margin: 0;
  padding: 1.5em;
  background-color: #ffffff;
}
/*-------見出し-------*/
h1 {
  font-size: 1.45em;
  font-weight: normal;
  color: black;
  margin: 0 -1em 1em -1em;
  padding: 0;
  border-bottom: 0.3em solid #b33b69;
}

h2 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 3em -1em 0.5em -1em;
  color: black;
  border-bottom: 0.1em solid #b33b69;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 2em 0em 0.5em -0.5em;
  color: #b33b69;
  font-weight: bold;
}

h4 {
  font-size: 1.15em;
  font-weight: bold;
  color: #b33b69;
  margin: 1.3em 0 0.2em -0.5em;
  padding: 0;
}
/*■*/
h4:before {
  content: "\025fc";
  color: #b33b69;
  margin-right: 1px;
}

h5 {
  font-size: 1em;
  font-weight: normal;
  margin: 0.7em 0 0 -0.3em;
  padding: 0;
  color: #b33b69;
  font-weight: bold;
}
/*◆*/
h5:before {
  content: "\025c6";
  color: #b33b69;
}

/*------- 本文 -------*/
p {
  margin: 0;
  padding: 0;
}

/* 本文箇条書き */
ul.body_ul1 {
  margin: 0.5em 0 0.5em 1.5em;
  padding: 0;
  list-style-type: disc;
}
ul.body_ul1 > li {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}
ul.body_ul2 {
  margin: 0.2em 0 0.2em 1.5em;
  padding: 0;
  list-style-type: disc;
}
ul.body_ul2 > li {
  padding: 0.1em 0 0.1em 0;
}

/* リンク文字列 */
a:visited {
  color: #421728;
  text-decoration: underline;
}
a:link {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #b33b69;
  text-decoration: underline;
}
a:active {
  color: #333333;
}

/* 画像 */
img {
  max-width: 90%;
  margin-top: 0.7em;
  margin-bottom: 1em;
  vertical-align: middle;
}

/*-------操作手順-------*/
/* 手順 */
ol.operation {
  counter-reset: num;
  list-style-type: none;
  margin: -0.5em 0 1.5em 2.5em;
  padding: 0;
}
ol.operation > li {
  text-indent: -2em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin: 1em 0 0 0;
  padding: 0;
}
ol.operation > li:before {
  counter-increment: num;
  content: counter(num) ". ";
  font-size: x-large;
  font-weight: bold;
  color: #b33b69;
}
/* サブ手順 */
ol.sub_operation {
  padding: 0;
  counter-reset: sub-num;
  margin-top: 0.5em;
  list-style-type: none;
}
ol.sub_operation > li {
  position: relative;
  font-size: 1em;
  font-weight: normal;
  text-indent: 0;
  padding-left: 2.2em;
  line-height: 1.5;
}
ol.sub_operation > li:not(:first-child) {
  margin-top: 0.7em;
}
ol.sub_operation > li::before {
  counter-increment: sub-num;
  content: counter(sub-num);
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #b33b69;
  border: 1px solid #b33b69;
  box-sizing: border-box;
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0.5em;
}
/* 手順結果文 */
div.result {
  text-indent: 0;
  font-weight: normal;
  font-size: medium;
  margin: 0 0 0 -0.3em;
}
/*サブ手順結果文*/
div.result_sub {
  text-indent: 0;
  font-weight: normal;
  font-size: medium;
  padding-left: 0;
  margin: 0;
}

/* 手順箇条書き（共通） */
ul.ope_ul1 {
  list-style-type: disc;
  margin: 0 0 0 1.5em;
  padding: 0;
  font-weight: normal;
  text-indent: 0;
}

/* 手順場合分け */
div.case {
  font-weight: bold;
  font-size: medium;
  padding: 0;
  margin: 1em 0 0 2em;
  color: #b33b69;
}
div.case::before {
  content: "\025fc";
  color: #b33b69;
  font-size: 1.2em;
  line-height: 1;
  margin-right: 1px;
}

/*-------TABLE-------*/
table {
  border-collapse: collapse;
  margin: 1em 0 1.5em 0em;
  padding: 0;
  max-width: 100%;
  min-width: 65%;
  font-size: 0.95em;
}

/* 列見出し */
th {
  padding: 0.3em;
  border: 1px solid #8c8c8c;
  text-align: center;
  background-color: #d8d8d8;
  color: #000000;
  font-weight: normal;
}
td {
  padding: 0.5em;
  border: 1px solid #8c8c8c;
  font-weight: normal;
}
/* 行見出し */
td.row-th {
  background-color: #ededed;
  color: #000000;
}
/* 箇条書き */
ul.td_ul1 {
  margin: 0.4em 0 0.4em 1.4em;
  padding: 0;
  list-style-type: disc;
}
ul.td_ul1 > li {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}
ul.td_ul2 {
  margin: 0.2em 0 0.2em 1.5em;
  padding: 0;
  list-style-type: disc;
}
ul.td_ul2 > li {
  padding: 0.1em 0 0.1em 0;
}

/* 画面UI */
div.ui-name {
  font-weight: bold;
  padding-top: 0.5em;
  padding-left: 0.3em;
}
div.ui-name::before {
  content: "●";
  font-weight: normal;
  color: #b33b69;
  font-size: 1.2em;
  text-align: center;
  margin-right: 0.2em;
}
/* 画面UI説明文 */
div.ui-body {
  padding: 0 0 0 1.3em;
}

/* 脚注 */
ul.table-note {
  font-weight: normal;
  list-style-type: none;
  counter-reset: note-num;
  margin: -1em 1em 1.5em 1.5em;
  padding: 0;
}
ul.table-note > li::before {
  counter-increment: note-num;
  content: "*" counter(note-num) ": ";
  line-height: 1;
  text-align: center;
}
ul.table-note > li:nth-child(-n + 9) {
  font-size: 0.85em;
  padding: 0 1em 0.3em 1em;
  text-indent: -2.5em;
}
ul.table-note > li:nth-child(n + 10) {
  font-size: 0.85em;
  padding: 0 1em 0.3em 1em;
  text-indent: -3em;
}

ul.table-note > li:nth-child(1) {
  margin-top: -0.5em;
}

/*-------注記・補足・参照-------*/
/* 注記 */
p.imp_icon {
  margin: 0.5em 0 0.2em 0;
  padding: 0;
  line-height: 0;
}
p.imp_icon::before {
  color: #205ca1;
  font-size: 0.85em;
  text-align: center;
  content: "Important";
  background-color: #ffffff;
  border: thin solid #205ca1;
  border-radius: 4px;
  box-sizing: border-box;
  height: 1.5em;
  width: 5.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

p.imp_body {
  font-size: 0.85em;
  font-weight: bold;
  margin: 0.5em 0 0 0.85em;
  padding: 0;
}
ul.imp_ul1 {
  font-size: 0.85em;
  font-weight: bold;
  list-style-type: disc;
  margin: 0.2em 0 1em 2.3em;
  padding: 0;
}

ul.imp_ul2 {
  font-size: 1em;
  font-weight: bold;
  list-style-type: disc;
  margin: 0 0 0 1.3em;
  padding: 0;
}
ul.imp_ul1 > li {
  padding: 0.2em 0 0.5em 0;
}
ul.imp_ul2 > li {
  padding: 0.2em 0 0.2em 0;
}

/* 補足 */
p.tip_icon {
  margin: 0.5em 0 0.2em 0;
  padding: 0;
  line-height: 0;
}
p.tip_icon::before {
  color: #d95716;
  font-size: 0.85em;
  content: "Note";
  background-color: #ffffff;
  border: thin solid #d95716;
  border-radius: 4px;
  box-sizing: border-box;
  height: 1.5em;
  width: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* 参照 */
p.ref_icon {
  margin: 0.5em 0 0.2em 0;
  padding: 0;
  line-height: 0;
}
p.ref_icon::before {
  color: #158757;
  font-size: 0.85em;
  text-align: center;
  content: "See";
  background-color: #ffffff;
  border: 1px solid #158757;
  border-radius: 4px;
  box-sizing: border-box;
  height: 1.5em;
  width: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*補足＆参照本文*/
p.tip-ref_body {
  font-size: 0.85em;
  font-weight: normal;
  margin: 0.5em 0 0 0.85em;
  padding: 0;
}
ul.tip-ref_ul1 {
  font-size: 0.85em;
  font-weight: normal;
  list-style-type: disc;
  margin: 0.2em 0 1em 2.3em;
  padding: 0;
}
ul.tip-ref_ul2 {
  font-size: 1em;
  font-weight: normal;
  list-style-type: disc;
  margin: 0 0 0 1.3em;
  padding: 0;
}
ul.tip-ref_ul1 > li {
  padding: 0.2em 0 0.5em 0;
}
ul.tip-ref_ul2 > li {
  padding: 0.2em 0 0.2em 0;
}

/*手順中の注記、補足、参照*/
/*注記*/
p.imp_icon_sub {
  margin: 0.5em 0 0.2em 0;
  padding: 0;
  line-height: 0;
}
p.imp_icon_sub::before {
  color: #205ca1;
  font-size: 0.85em;
  content: "Important";
  background-color: #ffffff;
  border: thin solid #205ca1;
  border-radius: 4px;
  box-sizing: border-box;
  height: 1.5em;
  width: 5.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.2em 0 0 2.3em;
  font-weight: normal;
}
ul.imp_ul1_sub {
  font-size: 0.85em;
  font-weight: bold;
  list-style-type: disc;
  margin: 0.2em 0 0.2em 2.3em;
  padding: 0;
  text-indent: 0;
}
ul.imp_ul1_sub > li {
  padding: 0.2em 0 0.5em 0;
}
/* 補足 */
p.tip_icon_sub {
  margin: 0.5em 0 0.2em 0;
  padding: 0;
  line-height: 0;
}
p.tip_icon_sub::before {
  color: #d95716;
  font-size: 0.85em;
  content: "Note";
  background-color: #ffffff;
  border: thin solid #d95716;
  border-radius: 4px;
  box-sizing: border-box;
  height: 1.5em;
  width: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.2em 0 0 2.3em;
  font-weight: normal;
}

/* 参照 */
p.ref_icon_sub {
  margin: 0.5em 0 0.2em 0;
  padding: 0;
  line-height: 0;
}
p.ref_icon_sub::before {
  color: #158757;
  font-size: 0.85em;
  content: "See";
  background-color: #ffffff;
  border: 1px solid #158757;
  border-radius: 4px;
  box-sizing: border-box;
  height: 1.5em;
  width: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.2em 0 0 2.3em;
  font-weight: normal;
}
/*補足＆参照本文*/
p.tip-ref_body_sub {
  font-size: 0.85em;
  font-weight: normal;
  margin: 0.5em 0 0 3.15em;
  padding: 0;
}
ul.tip-ref_ul1_sub {
  font-size: 0.85em;
  font-weight: normal;
  list-style-type: disc;
  margin: 0 0 0 2.3em;
  padding: 0;
  text-indent: 0;
}

/* ----------------------------------以降、未修正（25.4.14）---------------------------------- */

/*-------フロー図１-------*/
td.border-none {
  border: none;
  text-align: center;
  vertical-align: middle;
  font-size: 1.1em;
}
td.step {
  background-color: #b33b69;
  color: #ffffff;
  white-space: nowrap;
  width: 0;
}
div.small {
  font-size: 0.95em;
  padding-top: 1em;
  padding-left: 2em;
}

/*フロー図内の操作ツール名*/
td.tool {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-weight: bold;
  text-align: center;
}

/* 遷移矢印（下向き三角形） */
div.triangle {
  width: 0;
  height: 0;
  border-left: 2.5em solid transparent;
  border-right: 2.5em solid transparent;
  border-top: 2em solid #b33b69; /* 下向きの部分の色 */
  margin: 0 auto;
}

/*-------フロー図２（com_04_01010000用）-------*/
table.flow,
.flow td,
.flow th {
  border: none;
}

/* リンク文字列 */
table.flow a {
  text-decoration: none;
}

/* 参照先用box */
div.flow_box {
  background-color: #ffe8ed;
  padding: 1.5em;
  border: 0.2em solid #b33b69;
  border-radius: 0.5em;
  text-align: center;
}

/* 遷移矢印（下向き三角形、flow内） */
table.flow div.triangle {
  width: 0;
  height: 0;
  border-left: 1.7em solid transparent;
  border-right: 1.7em solid transparent;
  border-top: 1.3em solid #b33b69; /* 下向きの部分の色 */
  margin: 0 auto;
}

/*------- 注意制限事項 -------　　DAPはタグ修正（item⇒caution、div⇒ul）が必要*/
/* 注意制限事項　箇条書き */
ul.caution {
  font-size: 1em;
  /* margin: 1em 0 0 -1.5em; */
  list-style-type: "◆";
  margin: 0;
  padding: 0;
}

ul.caution > li {
  padding: 0.5em 1em 1.5em 0.2em;
}

/* 注意制限事項箇条書き内 UL */
/* 1階層目UL */
ul.caution_ul1 {
  margin: 0.3em 0.3em 0 1.5em;
  padding: 0;
  list-style-type: disc;
  font-weight: normal;
}
ul.caution_ul1 > li {
  padding-bottom: 0.3em;
  padding-left: 0cm;
}

/* 2階層目UL */
ul.caution_ul2 {
  margin: 0.3em 0.3em 0 3em;
  padding: 0;
  list-style-type: circle;
}
ul.caution_ul2 > li {
  padding-bottom: 0.2em;
}

/*------- copylight -------*/
p.copyright {
  border-top: thin solid #8c8c8c;
  margin: 10em 0 0 0;
  font-size: 0.8em;
  font-weight: normal;
  text-align: right;
}

/*------- トビラページのリンク -------*/
.contents {
  overflow: hidden;
}
.item {
  float: left;
  width: 350px;
  height: 100%;
  padding: 10px;
  text-align: left;
}
.item img {
  padding: 8px;
}

/*--------------Responsive--------------*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 0.85em;
  }
}
