<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------- 蜈ｨ逕ｻ髱｢蜈ｱ騾� ------- */
.sticky-top {
  border-bottom: 0.1em solid;
}

body {
  background-color: #f0f0f0;
}

.container &gt; h3 {
  font-weight: bold;
}

div .col-form-label {
  font-weight: bold;
}

.alert-link {
  font-weight: normal;
}
/* ------- 蜃ｦ逅�せ繝�ャ繝� ------- */
.steps {
  display: block;
  height: 4rem;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
}

.steps li {
  display: block;
  float: left;
  width: 33.333333%;;
  text-align: center;
  padding-left: 0;
}

.steps li:before {
  border-top: 3px solid #55606e;
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  right: 1px;
  top: 11px;
  width: 100%;
  z-index: 1;
}

.steps li:first-child:before {
  left: 50%;
  max-width: 50%;
}

.steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}

.steps li.complete .step {
  background: #0aa66e;
  border: 3px solid #55606e;
  padding: 1px 6px;
}

.steps li .step i {
  font-size: 10px;
  font-weight: 400;
  position: relative;
  top: -1.5px;
}

.steps li .step {
  background: #b2b5b9;
  border: 3px solid transparent;
  border-radius: 50%;
  color: #fff;
  display: inline;
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 13px;
  position: relative;
  text-align: center;
  transition: all .1s linear 0s;
  z-index: 2;
}

.steps li.active .step,.steps li.active.complete .step {
  background: #0091d9;
  border: 3px solid #55606e;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 13px;
}

.steps li.complete .title,.steps li.active .title {
  color: #2b3d53;
}

.steps li .title {
  color: #bfbfbf;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  z-index: 104;
}

/* ------- 蜈･蜉帷判髱｢ -------- */
.default .custom-checkbox label {
  cursor: pointer;
}

.default .parenthesis {
  margin-left: 10pt;
  vertical-align: 1.2pt;
}

.default h6 {
  border-bottom: solid 1px #ccc;
	padding: 3px 0px 3px 5px;
}

.default .clickable {
  background-color: #e1f5ff;
  cursor: pointer;
  font-weight: bold;
}

.default .category_name {
  background-color: #b1ddf3;
  font-weight: bold;
}

.default iframe {
  border: 1px solid #888888;
}

.default textarea {
  resize: vertical;
}

.default .text-danger {
  margin-bottom: 0;
}

/* ------- 遒ｺ隱咲判髱｢ -------- */
.confirm .form-group.row {
  border-bottom: 1px solid #dee2e6;
}

/* ------- 繝繧ｦ繝ｳ繝ｭ繝ｼ繝臥判髱｢ -------- */
.item {
  background-color: #eef7e2;
}

.doc {
  background-color: white;
}

.doc ul {
  list-style-type: none;
	margin-bottom: 0;
}

.doc p {
  margin-bottom: 0;
  margin-left: 1rem;
}

.doc li a {
  cursor: pointer;
  display: block;
	padding: 2px;
}

.doc li a.on_mouse {
  background-color: #ddd;
}

#cookie_info{
  color: #0062cc;
}
.cookie_info-tooltips {
  position: absolute;
  top: 2.8em;
  bottom: -6em;
  left: 5em;
  right: -0.3em;
  z-index: 9999;
  padding: 0.3em 0.5em;
  color: #FFFFFF;
  background: #c72439;
  border-radius: 0.5em;
}
.cookie_info-tooltips:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 1.0em;
  top: -8px;
  border-top:8px solid transparent;
  border-right:8px solid #c72439;
}
</pre></body></html>