<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagetop_image {
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  background-image: url(/cp/saiyo.demo/images/demopage/recruit_top1.jpg);
  /*background-position: 0px 0px;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pagetop_image img {
  width: 100%;
}

.top_text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  top: 30%;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #F7DD43;
  text-shadow: 2px 2px 10px #999;
}

.contents_area {
  width: 80%;
  margin-top: 30px;
  margin-left: 10%;
  margin-bottom: 10%;
}

@media screen and (max-width: 640px) {
  .contents_area {
    width: 90%;
    margin-left: 5%;
  }
}

/* message */
#infoMessageDiv,
#errorMessageDiv{
  display: none; /* åˆæœŸçŠ¶æ…‹ã¯éžè¡¨ç¤º */
  position: fixed;
  padding: 0em 0.5em;
  border-radius: 4px;
  top: 30%;
  left: 30%;
  background-color: #FFF;
  opacity: 0.8;
  font-size: 1.1em;
  z-index: 1000;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}
#infoMessageDiv{
	color: #0080c9;
}
#errorMessageDiv{
	color: #F06;
}
@media screen and (max-width: 640px) {
  #infoMessageDiv,
  #errorMessageDiv{
    top: 30%;
    left: 5%;
    background-color: #FFF;
    opacity: 0.8;
    font-size: 1.1em;
    z-index: 1000;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
  }
}

/*h2*/
.contents_area h2 {
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid #ECA326;
  margin: 35px 0;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 26px;
  }
}

/*step flow*/
.flow-step {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

.flow-step.steps-4&gt;li:first-child {
  width: 25%;
}

.flow-step.steps-4&gt;li {
  width: 25%;
}

.flow-step&gt;li:nth-child(n+2) {
  padding-left: 2.4em;
  background-image: url(/cp/saiyo.demo/images/demopage/bg_flow_step_arrow_01.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.flow-step&gt;li {
  position: relative;
  display: table-cell;
  padding: 0 20px 20px 20px;
  background: #ddd;
}

.contents_area .lbl-step {
  background: #F7DD43;
}

.lbl-step {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  min-width: 70px;
  margin-right: 1em;
  padding: 2px 5px 4px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #999;
}

.lbl-step&gt;b {
  font-size: 20px;
  padding-left: .2em;
}

i {
  font-style: normal;
}

.flow-step .txt {
  margin: 10px 0 0 0;
}

.txt {
  line-height: 1.5;
  margin-top: 1.2em;
}

@media screen and (max-width: 640px) {
  .flow-step {
    font-size: 80%;
  }
  .flow-step .lbl-step {
    margin-bottom: 10px;
  }
  .flow-step .lbl-step {
    font-size: 80%;
  }
  .flow-step .lbl-step&gt;b {
    font-size: 80%;
  }
  .flow-step&gt;li {
    padding: 0 0 5px 5px;
    background: #ddd;
  }
}

/*h3*/
.heading-step {
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  border: none;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  -webkit-margin-after: 0.3em;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 24px;
  }
}

/*lv-3*/
.container-img-txt, .container-txt-img {
  display: table;
}
.container-img-txt&gt;[class^='col']:first-child, .container-img-txt&gt;[class*=' col']:first-child {
  padding-right: 20px;
}
.container-img-txt&gt;[class^='col'], .container-img-txt&gt;[class*=' col'], .container-txt-img&gt;[class^='col'], .container-txt-img&gt;[class*=' col'] {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.u-ta-c {
  text-align: center !important;
}

.txt:first-child {
  margin-top: 0;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}
.box-bg-img {
  background-color: #f2f2f2;
}
.box-img {
  display: block;
  height: 140px;
  width: 255px;
  text-align: left;
  margin: 0 auto;
  position:relative;
}
.box-img svg{
  position:absolute;
}
.list-annotation {
  margin-top: 1em;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.list-annotation&gt;li {
  font-size: 80%;
}

.lv-3-button {
    width: 150px;
    margin: 0 30px;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #ECA326;
    border-radius: 25px;
    -webkit-border-radius: 25px;/* for Safari and Chrome å¯¾å¿œ*/
    -moz-border-radius: 25px;/* for Firefox å¯¾å¿œ*/
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}
.lv-3-button:hover{
  color: #fff !important;
  cursor:pointer;
  filter: alpha(opacity=80);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";  /* ie 8 */
  -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;              /* Safari 1.x */
  opacity:0.8;
}
.lv-3-button:active{
  filter: drop-shadow(0 0 0);
}
@media screen and (max-width: 640px) {
  .container-img-txt.transform, .container-txt-img.transform {
    display: block;
  }
  .container-img-txt.transform&gt;[class^='col'], .container-img-txt.transform&gt;[class*=' col'], .container-txt-img.transform&gt;[class^='col'], .container-txt-img.transform&gt;[class*=' col'] {
    display: block;
    padding: 0;
  }
}
</pre></body></html>