<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";

/* main-color: #d60093; */

/* CSS Document */
.mv_img img {
  width: 100%;
}
img {
  max-width: 100%;
}

img.icon02 {
  display: inline-block;
  vertical-align: middle;
}

.area-solution-02 {
  margin: 0 -10px 12px -10px;
  border-top: 12px solid #fff;
  padding: 12px 10px;
  background-color: #fcf6de;
}

.inner {
  padding: 12px 10px 10px 10px;
  background-color: #fff;
}

.area-solution-02 &gt; .inner + .inner {
  border-top: 1px solid #dadada;
}

.ui-btn-normal-01::before {
  display:none;
}

.ui-btn-normal-01::before, .ui-btn-normal-01::after {
  display:none;
}

.ui-btn-normal-01.close:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  display: block;
  border-width: 0;
  background-image: url(/legacy/common/css/images/ico-close_01.png);
}

.content ul {
    list-style: inside;
}

.content ul .st_none{
	list-style: none;
}

.img_100 p img {
  width: 100%;
}

.red {
  color:#ff3300;
  font-weight: bold;
}

#page {
  margin-top: 20px;
}

#page #main h1 {
  color: #d60093;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

#page #main .alert-warning {
  color: #f00;
  width: 96%;
  margin: 8px auto;
}

.box-toggle-01 h3 {
  border-radius: 4px !important;
  border: 1px solid #ccc;
  border-width: 1px 1px 4px 1px !important;
  text-align: center;
}

.box-toggle-01 &gt; [role="button"].ui &gt; .label:before,
.box-toggle-01 &gt; [role="button"].ui &gt; .label:after,
.box-toggle-01 &gt; [role="button"].ui:after {
  border-color: #666 !important;
}

.box-toggle-01 &gt; .content {
  background: none;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px;
  border-radius: 0;
  margin-top: -4px;
}

.box-toggle-01 &gt; .content &gt; h5 {
  color: #fff;
  background: #d60093;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
}

.box-toggle-01 &gt; .content &gt; h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 4px;
}

.box-toggle-01 &gt; .content &gt; .step {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  color: #d60093;
}

.box-toggle-01 &gt; .content &gt; .step-date {
  font-size: 14px;
  margin: 10px 0;
  color: #d60093;
}

.box-toggle-01 &gt; [role="button"].ui:focus {
  outline: none;
}

.text-img-only img {
  max-width: 100%
}

.text-img-01 &gt; .img {
  width: 50%;
}

</pre></body></html>