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


.simText {
  padding-right: 33.21%;
}
.simText.sim01 {
  background: url(../images/bg_index01.png) right 0 no-repeat;
  -webkit-background-size: 33.21% auto;
  background-size: 33.21% auto;
}
.simText.sim02 {
  background: url(../images/bg_index02.png) right 0 no-repeat;
  -webkit-background-size: 33.21% auto;
  background-size: 33.21% auto;
}

/*form*/
.green_tit {
  margin-top: 10px;
}
.simList {
  margin-top: 10px;
  color: #f00;
}
.simList li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.simList li::before {
  content:"";
  position: absolute;
  top: 40%;
  left: 0;
  border: 5px solid transparent;
  border-top: 5px solid #f00;
}

.simField dt,
.simField li span {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
  border-left: 3px solid #000;
  font-weight: bold;
}
.simField dt span {
  font-weight: normal;
}
.simField dd {
  margin-bottom: 20px;
  font-weight: bold;
}

.simField dd input,
.simField dd select {
  padding: 5px;
  width: 90%;
  vertical-align: bottom;
}
.simField dd input {
  margin-right: 5px;
}
.simField dd.received input {
  width: 50%;
}
.simField .service {
  font-size: 20px;
}

.simField ul {
  overflow: hidden;
  margin-bottom: 10px;
}
.simField li {
  float: left;
}
.simField li input {
  margin-right: 5px;
  padding: 5px;
  vertical-align: bottom;
}
.simField li:first-child {
  width: 70%;
}
.simField li:last-child {
  float: right;
  width: 30%;
}
.simField li:first-child input {
  width: 70%;
}
.simField li:last-child input {
  width: 70%;
}
.simField li:first-child {
  position: relative;
  width: 64%;
}
.simField li:first-child::before {
  position: absolute;
  right: 5px;
  top: 40%;
  content:"×";
  font-size: 30px;
  font-weight: bold;
}

.btn2col {
  padding-bottom: 12%;
  background:  url(../../images/top_arrow.png) center bottom no-repeat;
  -webkit-background-size: auto 40%;
  background-size: auto 40%;
}

.btn2col ul {
  overflow: hidden;
}
.btn2col ul li {
  float: left;
  width: 48%;
}
.btn2col ul li:nth-child(even) {
  float: right;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 12px;
}
.att::before {
  content:"※";
}</pre></body></html>