@charset "Shift_JIS";
/* 新規に定義を追加する場合は、一番下に追加してください。
   また、画面固有の定義の場合は、それぞれの画面名が記載されている箇所に追加してください。 */

body {
  font-family: "Meiryo", "Lucida Sans Unicode", "arial", "ＭＳ Ｐゴシック",
    "Osaka", san-serif;
  line-height: 1.5em;
  font-size: 95%;
  width: 100%;
  color: #333;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

form {
  margin: 0;
}

input, textarea, select, button {
  font-family: "Meiryo", "Lucida Sans Unicode", "arial", "ＭＳ Ｐゴシック",
    "Osaka", san-serif;
  line-height: 1.3em;
  font-size: 100%;
  margin: 3px 0;
}

select::-ms-expand{
  display: none;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
}

strike {
  color: rgba(0, 0, 0, 0.5);
}

label {
  margin-right: 1em;
}

img {
  border: 0;
  vertical-align: middle;
}

ul, ol {
  margin: 15px 0;
  padding: 0;
}

ul ul, ol ol, ol ul, ul ol {
  margin: 8px 0;
}

li {
  padding: 0;
}

ul li {
  margin: 10px 0 10px 25px;
}

ol li {
  margin: 15px 0 15px 25px;
}

dd li {
  margin: 5px 0 5px 25px;
}

dl {
  margin: 10px 5px;
}

.form td dl, .list td dl {
  margin: 0;
}

dt {
  margin: 0;
  color: #666;
  padding: 7px 0 4px;
}

dd {
  margin: 0;
  padding: 1px 0 5px 1em;
}

dl.compact {
  overflow: hidden;
}

dl.compact dt {
  padding: 5px 0;
  float: left;
  clear: both;
  width: 1em;
  margin: 0;
}

dl.compact dd {
  margin: 0 0 0 1.2em;
  padding: 5px 0;
}

dl.compact dd:after {
  clear: both;
}

dl.compact.w2>dt {
  width: 2em;
}

dl.compact.w2>dd {
  margin-left: 2.2em;
}

dl.compact.w3>dt {
  width: 3em;
}

dl.compact.w3>dd {
  margin-left: 3.2em;
}

dl.compact.w4>dt {
  width: 4em;
}

dl.compact.w4>dd {
  margin-left: 4.2em;
}

dl.compact.w5>dt {
  width: 5em;
}

dl.compact.w5>dd {
  margin-left: 5.2em;
}

dl.compact.w6>dt {
  width: 6em;
}

dl.compact.w6>dd {
  margin-left: 6.2em;
}

dl.compact.w7>dt {
  width: 7em;
}

dl.compact.w7>dd {
  margin-left: 7.2em;
}

dl.compact.w8>dt {
  width: 8em;
}

dl.compact.w9>dd {
  margin-left: 8.2em;
}

address {
  font-style: normal;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 7px 0;
  height: 1px;
  _margin: 0;
  padding: 0;
}

caption {
  text-align: left;
  padding: 2px 0;
}

a {
  text-decoration: none;
}

a:link {
  color: #06c;
}

a:visited {

}

a:hover, a:active {
  color: #03c;
  text-decoration: underline;
}

blockquote {
  margin: 5px 0;
  padding: 8px;
  border: 2px dotted #ccc;
}

rp, rt {
  font-weight: normal;
}

p {
  margin: 15px 0;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4em;
  margin: 3px 0;
  padding: 0;
}

h1 {
  margin: 20px 0 30px -15px;
  border-bottom: 4px solid #0d8b7d;
  font-size: 183%;
  line-height: 1.4em;
  font-weight: normal;
}

h2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+6,eff7f4+8,ffffff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 3%, #d9ecee 4%, #ffffff 100%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 3%, #d9ecee 4%, #ffffff 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 3%, #d9ecee 4%, #ffffff 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
    endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  border: 1px solid #b3d5c8;
  margin: 30px 0 15px -15px;
  position: relative;
  line-height: 1.4em;
  font-size: 140%;
  padding: 4px;
}

h2>span {
  border-left: 4px solid #0d8b7d;
  padding: 10px 15px 6px;
  display: block;
}

h2 .tag {
  display: inline-block;
  background: #0d8b7d;
  border-radius: 2px;
  line-height: 1.2em;
  position: relative;
  margin-right: 10px;
  padding: 4px 8px 2px;
  font-size: 90%;
  color: #fff;
  top: -2px;
}

h2 .tag.important {
  background: #ff8003;
}

h3 {
  margin: 30px 0 5px;
  font-size: 130%;
}

h4 {
  margin: 30px 0 5px;
  font-size: 120%;
}

h5 {
  margin: 30px 0 2px;
  font-size: 110%;
}

/* 汎用 */
.x {
  overflow: hidden;
  position: absolute;
  width: 0px;
  height: 0px;
  top: -1000px;
  left: -1000px;
}

.verysmall {
  font-size: 0.80em;
  transform: scale(0.8);
  line-height: 1.2em;
  white-space: nowrap;
  margin: -10px;
  padding-left: -150px;
}

.verysmall2 {
  text-align: left;
  font-size: 0.9em;
  transform: scale(0.8);
  line-height: 1.2em;
  white-space: nowrap;
  margin-left: -60px;
  padding: 5px 20px;
}

.small {
  font-size: 80%;
  line-height: 1.2em;
}

.normal {
  font-weight: normal;
}

.medium {
  font-size: 120% !important;
  line-height: 1.3em !important;
}

.large {
  font-size: 140% !important;
  line-height: 1.2em !important;
}

.huge {
  font-size: 1.8em !important;
  line-height: 1.2em !important;
}

.strong {
  font-weight: bold;
}

.uline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.focus {
  color: #e56820;
}

.notice {
  color: #b00;
}

.number {
  font-size: 110%;
}

.noindent {
  text-indent: 0;
}

.wauto {
  width: auto !important;
}

.whalf {
  width: 50% !important;
}

.walmost {
  width: 98%;
}

.wmost {
  width: 90%;
}

.wfull {
  width: 100%;
}

textarea.wfull, input[type="text"].wfull, input[type="email"].wfull {
  width: calc(100% - 24px);
}

.wfix {
  min-width: 360px;
}

.wfix.mark {
  min-width: calc(360px - 55px);
}

input[type="text"].wfix {
  min-width: calc(360px - 14px);
}

input[type="month"].wfix, input[type="date"].wfix {
  min-width: calc(360px - 8px);
}

.abbr, .sp-only {
  display: none;
}

.pc-only {
  display: inline;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.breakall {
  word-break: break-all;
}

.clear {
  clear: both;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.column-container:after {
  clear: both;
}

.float-center {
  margin-left: auto;
  margin-right: auto;
}

.float-left {
  float: left;
  margin-right: 5px;
}

.float-right {
  float: right;
  margin-left: 5px;
}

.half-left {
  float: left;
  width: 48%;
}

.half-right {
  float: right;
  width: 48%;
}

.scrollable {
  overflow: auto;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.omit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.new, .before, .after, .update, .tagging, .necessary, .imp {
  border: 1px solid #f60;
  display: inline-block;
  padding: 2px 3px 1px;
  font-weight: normal;
  vertical-align: top;
  border-radius: 2px;
  line-height: 1.2em;
  background: #fff;
  font-size: 12px;
  margin: 0 3px;
  color: #f60;
}

.new {
  background: #f60;
  color: #fff;
}

.update {
  background: #1caa00;
  border-color: #1caa00;
  color: #fff;
}

.before, .tagging {
  background: #999;
  border-color: #999;
  color: #fff;
}

.after {
  border: 1px solid #f60;
  background: #f60;
  color: #fff;
}

.necessary {
  border: 1px solid #f60;
  background: #f60;
  color: #fff;
}

.lead {
  font-size: 140%;
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 30px;
}

.attention:before {
  content: url(../img/i_attention.gif);
  position: relative;
  margin-right: 5px;
  bottom: -2px;
}

/* Q & A */
dl.qa {
  margin: 10px 0;
  border-radius: 1px;
  border: 1px solid #b2e6d3;
  position: relative;
}

.qa>dt, .qa>dd {
  margin: 0;
  padding: 8px 10px;
  line-height: 1.4em;
}

.qa>dt {
  padding: 1em 1em calc(1em - 2px);
  background: #d8f2e9;
  font-size: 115%;
  font-weight: bold;
  color: #333;
}

.qa>dd {
  background: #fff;
}

.qa.yet {
  border-color: #d3c072;
}

.qa.yet>dt {
  background: #f5e59e;
  background: #ffe570;
}

.qa.yet>dd {
  background: #fff5c7;
}

.qa.err {
  border-color: #d17888;
}

.qa.err>dt {
  background: #ff93a5;
}

.qa.err>dd {
  background: #ffd5dc;
}

.yet hr {
  border-color: #dfcf8d;
}

.errkou {
  background-color: #ffd5dc;
}

.errmsg {
  background-color: #000000;
}

.exec input[type="checkbox"]+label .mark, .exec input[type="radio"]+label .mark,
  .qa input[type="checkbox"]+label .mark, .qa input[type="radio"]+label .mark,
  .qa input[type="text"], .qa input[type="tel"], .qa input[type="date"],
  .qa input[type="month"], .qa input[type="email"], .qa input[type="number"],
  .qa select {
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 13px;
}

/* リンク */
a.help {
  color: #06c;
}

a.help:after {
  content: url(../img/i_help.png);
  vertical-align: middle;
  margin: 0 2px;
}

a.help.caution {
  margin: 8px -10px -8px 0;
  display: inline-block;
  padding: 5px 5px 3px 5px;
  line-height: 1.3em;
  background: #fc0;
  font-size: 85%;
  float: right;
  width: auto;
  max-width: 80%;
}

.more {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  padding-top: 5px;
}

.notes {
  margin: 5px 0 15px;
}

.exec {
  padding: 15px 0 5px;
}

.list td.exec {
  background: #edf1f6;
}

.exec.prev {
  text-align: left;
}

.exec input[type=button], .exec button, .exec a.btn {
  padding: 15px 10px 13px;
  font-size: 105%;
  min-width: 100px;
}

button .next, a.btn .next {
  background: url(../img/i_next.png) no-repeat right center;
  padding: 0 15px 0 0;
  display: block;
}

button .prev, a.btn .prev {
  background: url(../img/i_prev.png) no-repeat left center;
  padding: 0 0 0 15px;
  display: block;
}

/* 汎用ボタン */
select, textarea, input[type="tel"], input[type="date"], input[type="month"],
  input[type="email"], input[type="number"], input[type="text"] {
  font-size: 100%;
  line-height: 1.4em;
  padding: 8px 10px 6px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2) inset;
}

button:disabled, select:disabled, textarea:disabled, input:disabled,
  input:disabled+label {
  opacity: 0.5;
  cursor: not-allowed !important;
}

input[type="date"], input[type="month"], select {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e5eb 94%, #ffffff 100%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e5eb 94%, #ffffff 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e5eb 94%, #ffffff 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
    endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  padding: 6px 0 4px 6px;
  line-height: 1.8em;
  border-radius: 2px;
  border-color: #c4cad2;
  width: 100%;
}

select {
  background:url(../img/nozzle_normal_dark.png) calc(100% - 2px) calc(50%) no-repeat,-moz-linear-gradient(top, #ffffff 0%, #e1e5eb 94%, #ffffff 100%);/* FF3.6-15 */
  background:url(../img/nozzle_normal_dark.png) calc(100% - 2px) calc(50%) no-repeat,-webkit-linear-gradient(top, #ffffff 0%, #e1e5eb 94%, #ffffff 100%);/* Chrome10-25,Safari5.1-6 */
  background:url(../img/nozzle_normal_dark.png) calc(100% - 2px) calc(50%) no-repeat,linear-gradient(to bottom, #ffffff 0%, #e1e5eb 94%, #ffffff 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-right:18px;
}

select:focus {
  background-color: #fff;
  border-color: #90ca4a;
}

input[type="tel"].changed, input[type="text"].changed, input[type="date"].changed,
  input[type="month"].changed, input[type="email"].changed, input[type="number"].changed,
  textarea.changed, select.changed {
  border-color: #df991e;
  background: #ffedca;
}

.form textarea, .form input[type="tel"], .form input[type="text"], .form input[type="month"],
  .form input[type="email"], .form input[type="number"] {

}

.form textarea:focus, .form input[type="tel"]:focus, .form input[type="text"]:focus,
  .form input[type="month"]:focus, .form input[type="email"]:focus, .form input[type="number"]:focus
  {

}

input[type="submit"], input[type="button"], button, a.btn {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #d9ecee 94%, #ffffff 100%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d9ecee 94%, #ffffff 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #d9ecee 94%, #ffffff 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
    endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #86bfbc;
  padding: 8px 10px 6px;
  border-radius: 3px;
  line-height: 1.4em;
  text-align: center;
  cursor: pointer;
  font-size: 100%;
  color: #00655a;
}

input[type="submit"]:not (:disabled ):hover, input[type="button"]:not (:disabled
  ):hover, button:not (:disabled ):hover, a.btn:not (:disabled ):hover {
  background: #fff;
}

a.btn {
  display: inline-block;
}

a.btn.mini {
  font-size: 80%;
  padding: 6px 6px 4px;
}

a.btn.petit {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dbedfc 94%, #ffffff 100%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dbedfc 94%, #ffffff 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #dbedfc 94%, #ffffff 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
    endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  border-color: #8cb9e0;
  padding: 6px 6px 4px;
  line-height: 1.3em;
  font-size: 80%;
  color: #06c;
}

a.btn:hover {
  background: #fff !important;
  text-decoration: none;
}

button span {
  display: block;
}

input[type="submit"].strong, input[type="button"].strong, button.strong,
  a.btn.strong {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d8a7c+0,00655a+100 */
  background: #0d8a7c; /* Old browsers */
  background: -moz-linear-gradient(top, #0d8a7c 0%, #00655a 100%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0d8a7c 0%, #00655a 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0d8a7c 0%, #00655a 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8a7c',
    endColorstr='#00655a', GradientType=0); /* IE6-9 */
  border-color: #00655a;
  font-weight: normal;
  color: #fff;
}

input[type="submit"].strong:hover, input[type="button"].strong:hover,
  button.strong:hover, a.btn.strong:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fa99d+0,008a80+100 */
  background: #1fa99d; /* Old browsers */
  background: -moz-linear-gradient(top, #1fa99d 0%, #008a80 100%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1fa99d 0%, #008a80 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1fa99d 0%, #008a80 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa99d',
    endColorstr='#008a80', GradientType=0); /* IE6-9 */
}

button.begin span {
  padding-left: 30px;
  background: url(../img/arrow_back.png) no-repeat left center;
}

button.prev span {
  padding-left: 30px;
  background: url(../img/arrow_prev.png) no-repeat left center;
}

button.next span {
  padding-right: 30px;
  background: url(../img/arrow_next.png) no-repeat right center;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]+label, input[type="radio"]+label {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e5eb 94%, #ffffff 100%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e5eb 94%, #ffffff 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e5eb 94%, #ffffff 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
    endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #c4cad2;
  display: inline-block;
  margin: 0 5px 5px 0;
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
}

input[type="checkbox"]:checked+label, input[type="radio"]:checked+label
  {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2) inset;
  border-color: #51d8e1;
  background: #51d8e1;
}

input[type="checkbox"]+label .mark, input[type="radio"]+label .mark {
  background: url(../img/checkbox_off.png) no-repeat 10px center;
  padding: 8px 12px 6px 42px;
  text-align: center;
  display: block;
}

input[type="checkbox"]+label .nomark, input[type="radio"]+label .nomark
  {
  padding: 8px 8px 6px;
  text-align: center;
  font-weight: normal;
  display: block;
}

input[type="checkbox"]+label .mark.vertical, input[type="radio"]+label .mark.vertical
  {
  background: url(../img/checkbox_off.png) no-repeat center 5px;
  padding: 36px 8px 6px;
}

input[type="checkbox"]:checked+label .mark, input[type="radio"]:checked+label .mark,
  input[type="checkbox"]:checked+label .mark.vertical, input[type="radio"]:checked+label .mark.vertical
  {
  background-image: url(../img/checkbox_on.png);
}

.cols-2 input[type="radio"]+label .mark {
  width: %;
}

.cols-3 input[type="radio"]+label .mark {
  width: %;
}

.cols-4 input[type="radio"]+label .mark {
  width: %;
}

.cols-5 input[type="radio"]+label .mark {
  width: 120px;
}

.cols-5 input[type="radio"]+label .mark.vertical {
  width: 170px;
}

.rows-2 input[type="radio"]+label .mark {
  min-height: 3em;
}

label {
  vertical-align: middle;
  display: inline-block;
  margin-right: 1.5em;
}

/* 汎用角丸ボックス */
.box {
  border: 1px solid #c4cad2;
  border-radius: 2px;
  position: relative;
  padding: 12px 13px 10px;
  margin: 0 0 10px;
  background: #fff;
}

.box:after {
  clear: both;
}

.box.gray {
  background: #edf1f6;
  border-color: #e4eaf1;
}

.box.color {
  background: #d5ecc1;
  border: 0;
}

.box.contact {
  margin: 15px auto 10px;
  background: #ffffed;
  border-color: #d7d1bd;
}

.box.contact hr {
  border-color: #d7d1bd;
}

.box h3, .box h4, .box h5 {
  margin-top: 0;
}

.box p {
  margin-bottom: 0;
}

.message {
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 10px 8px;
  color: #c00;
}

.qa .message {
  margin: -8px -10px 7px;
}

.list .message {
  margin: -10px -10px 7px;
}

.msg {
  background: #d8f2e9;
  border-radius: 2px;
  position: relative;
  padding: 1em 1em calc(1em - 2px);
  font-weight: bold;
  margin: 15px 0;
  font-size: 115%;
}

.msg.error {
  background: #ff93a5;
}

h3.spec {
  margin: 15px 0 -5px;
}

dl.spec.flex {
  flex-wrap: wrap;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
}

dl.spec dt {
  border: solid #c4cad2;
  border-width: 1px 0 0 1px;
  width: calc(25% - 21px);
  background: #edf1f6;
  padding: 10px 10px 8px;
}

dl.spec dd {
  border: solid #c4cad2;
  border-width: 1px 0 0 0;
  width: calc(25% - 20px);
  padding: 10px 10px 8px;
}

dl.spec dd.expand {
  width: calc(73% - 20px);
}

dl.spec.wide dt, dl.spec.wide dd {
  padding: 15px 10px 13px;
}

ul.checklist {
  list-style: none;
  margin: 10px;
}

ul.checklist li {
  padding: 12px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 5px;
}

ul.checklist li::before {
  content: "check";
  padding: 3px 6px 2px;
  display: inline-block;
  margin: -3px 5px 0 0;
  background: #0d8b7d;
  border-radius: 2px;
  float: left;
  color: #fff;
}

ul.checklist li::before {

}

ul.checklist li>span {
  display: block;
  margin-left: 65px;
}

ul.checklist li .box {
  margin: 3px 0 0;
}

/* 表 */
caption {
  font-size: 110%;
  margin: 10px 0 5px;
}

.list {
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0;
}

.colFixed {
	table-layout:fixed;
}

.list th, .list td {
  border: 1px solid #c4cad2;
  padding: 10px 10px 8px;
  line-height: 1.4em;
  background: #fff;
  font-weight: normal;
  vertical-align: top;
}

.list.form th, .list.form td {

}

.list.va-middle th, .list.va-middle td {
  vertical-align: middle;
}

.list thead th {
  background: #edf1f6;
  background: #dae0e9;
}

.list tbody th {
  background: #edf1f6;
  text-align: left;
  border-right: 0;
}

.list td.revised {
  background: #d8f2e9;
}

.list .null, .list.form .null {
  background: transparent;
  border: 0;
}

.list .msg {
  background: #d8f2e9;
  border-radius: 3px;
  padding: 12px 10px 10px;
  margin: -10px -10px 0;
}

.list.emphasis {
  border: 3px solid #0d8b7d;
}

.list tr.emphasis th, .list tr.emphasis td {
  background: #0d8b7d;
  color: #fff;
}

.list td.osusume, .list td.plus {
  padding-bottom: 38px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.list td.osusume {
  background-image: url(../img/tag_osusume.png);
}

.list td.plus {
  background-image: url(../img/tag_plus.png);
}

.stripe tr:nth-child(even) td {
  background-color: #f6f6f6;
}

tr.yet>th, tr.yet>td {
  border-color: #d3c072;
}

tr.yet>th {
  background: #f5e59e;
  background: #ffe570;
}

tr.yet>td {
  background: #fff5c7;
}

tr.err>th, tr.err>td {
  border-color: #d17888;
}

tr.err>th {
  background: #ff93a5;
}

tr.err>td {
  background: #ffd5dc;
}

/* マーカー */
.marker {

}

.marker.lavendar {
  background: #edf;
}

.marker.cyan {
  background: #def;
}

.marker.green {
  background: #dfd;
}

.marker.pink {
  background: #ffbeda;
}

.balloon {
  display: inline-block;
  padding: 10px 10px 9px;
  background: #caf1e3;
  text-align: center;
  position: relative;
  border-radius: 4px;
  margin: 0 auto 10px;
  min-width: 140px;
  bottom: -2px;
}

.balloon.orange {
  background: #ff8003;
  color: #fff;
}

.balloon:after {
  content: url(../img/nozzle_normal.png);
  position: absolute;
  display: block;
  left: calc(50% - 7px);
  bottom: -18px;
}

.balloon.orange:after {
  content: url(../img/nozzle_strong.png);
}

/* レイアウト */
.flex {
  list-style: none;
  display: flex;
  margin: 0;
}

.flex li {
  margin: 5px;
  padding: 0;
}

.flex li a {
  display: block;
}

body {
  background: #e1e5eb;
  background: #edf1f6;
}

.wrap {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: relative;
  margin: 0 auto;
  width: 1100px;
}

header {
  position: relative;
}

footer {
  line-hight: 1.4em;
  font-size: 90%;
}

footer>.flex {
  border-top: 1px solid #ccc;
  align-items: center;
  padding: 5px 30px;
}

.main {
  padding: 10px 50px;
  overflow: hidden;
}

.main:after {
  clear: both;
}

section {
  margin-bottom: 5em;
}

.lcerr {
  color: #D43067;
  border: 1px solid #D43067;
}

.lcerr th {
  padding: 5px;
}

.lcerr td.name {
  width: 35%;
  background-color: #F2CECE;
  text-align: center;
}

select.lcerrselect {
  border: 1px solid #D43067;
  background: #F2CECE url(../img/nozzle_strong.png) calc(100% - 2px) calc(50%) no-repeat !important;
}

input.lcerrselect {
  border: 1px solid #D43067;
  background-color: #F2CECE;
}

.lcerrselect {
  border: 1px solid #D43067 !important;
  background-color: #F2CECE !important;
}

.lcstyle {
  border-collapse: collapse;
  border-spacing: 0;
}

.errMessage {
  background: #d8f2e9;
  border: solid #727272 2px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 15px;
}

.font_red_b_20 {
  color: #D43067;
  font-size: 20px;
  font-weight: bold;
}

.boxInBox {
  border: 1px solid #c4cad2;
  border-radius: 2px;
  position: relative;
  padding: 12px 13px 10px;
  margin: 0 50px 10px 50px;
  background: #fff;
}

/* 共通エリア */
/* ヘッダ */
header .flex {
  justify-content: space-between;
  align-items: center;
}

.topbar {
  height: 80px;
}

.logo {
  padding: 0 30px;
}

.logo img {
  margin: 5px;
}

.title {
  border-left: 1px solid #ccc;
  margin: 1px 0 -1px;
  line-height: 50px;
  font-size: 183%;
  padding: 0 20px;
}

.title2 {
  border-left: 1px solid #ccc;
  margin: 1px 0 -px;
  line-height: 50px;
  font-size: 123%;
  margin: -30px;
  padding: 10px;
}

.title3 {
  border-left: 1px solid #ccc;
  margin: 1px 0 -px;
  line-height: 50px;
  font-size: 123%;
  margin: 0px;
  padding: 10px;
}

.shoulder {
  text-align: center;
  padding: 0 20px;
}

.shoulder a {
  line-height: 1.4em;
  display: block;
  padding: 5px;
  color: #333;
}

a.revise {
  background: #ffeba4 url(../img/i_notion.png) no-repeat 8px center;
  padding: 8px 10px 6px 50px;
  line-height: 1.4em;
  color: #333;
}

a.revise2 {
  background: #ffeba4 url(../img/i_notion.png) no-repeat 8px center;
  padding: 8px 10px 6px 50px;
  line-height: 1.4em;
  color: #333;
}

.userinfo {
  background: #00665a;
  background: #0d8b7d;
  padding: 0 30px;
  color: #cff5e7;
}

.userinfo strong {
  font-weight: normal;
  line-height: 1.2em;
  font-size: 120%;
  color: #fff;
}

.userinfo.flex li {
  margin: 3px;
}

.topimg {
  width: auto;
  background: #eee;
}

.phase.flex {
  justify-content: center;
  align-items: stretch;
  margin: 3px 0;
}

.phase li {
  align-items: center;
  background: #eee;
  width: 15%;
  display: flex;
  padding: 7px 10px 5px;
  margin: 0;
}

.phase li:last-child {
  width: 10%;
}

.phase li.cur {
  background: #0d8b7d;
  color: #fff;
}

.phase .number {
  font-size: 150%;
  margin-right: 5px;
}

.phase2.flex {
  justify-content: center;
  align-items: stretch;
  text-align: center;
  margin: 10px 0 15px;
}

.phase2 li {
  padding: 5px 0;
  margin: 0;
  width: 13%;
}

.phase2.flex.toppage {
  margin: 10px 0 0;
}

.phase2.toppage li {
  width: calc(15% - 2px);
}

.phase2.toppage li:last-child {
  width: calc(10% + 2px);
}

.phase2 li::before {
  content: "";
  background: url(../img/phases.png) no-repeat center top;
  display: block;
  height: 60px;
  margin-bottom: 10px;
}

.phase2 li.cur::before {
  background-image: url(../img/phases-on.png);
}

.phase2 li.ph1::before {
  background-position: center -0px;
}

.phase2 li.ph2::before {
  background-position: center -60px;
}

.phase2 li.ph3::before {
  background-position: center -120px;
}

.phase2 li.ph4::before {
  background-position: center -180px;
}

.phase2 li.ph5::before {
  background-position: center -240px;
}

.phase2 li.ph6::before {
  background-position: center -300px;
}

.phase2 li.phe::before {
  background-position: center -360px;
}

.phase2 li.ph2e::before{
  background-position: center -480px;
}

.phase2 li.ph3e::before {
  background-position: center -420px;
}

.phase2 li.ph1cur::before{
  background-position:center -0px;width:240px;margin-left:-45px;
}

.phase2 li.ph2cur::before{
  background-position:center -60px;width:48px;margin-left:50px;
}

ul.exp-phase {
  margin: 10px 0;
}

ul.exp-phase li {
  background: #caf1e3;
  border-radius: 8px;
  position: relative;
  margin: 0 1px;
  padding: 8px 10px 6px 15px;
  width: 15%;
}

ul.exp-phase li:last-child {
  width: 10%;
}

ul.exp-phase li::before {
  top: calc(50% - 15px);
  position: absolute;
  left: -16px;
  background: #fff url(../img/i_next.png) no-repeat 10px center;
  box-shadow: 0 0 5px 1px rgba(13, 139, 125, 0.3);
  border-radius: 15px;
  content: "";
  height: 30px;
  width: 30px;
}

ul.exp-phase li:first-child::before {
  content: none;
}

.exp-phase h4 {
  margin-top: 0;
  line-height: 1.2em;
}

.exp-phase p {
  margin: 0;
  font-size: 90%;
}

.list th.plan-name {
  padding: 32px 5px 30px;
}

.list th.plan-name.plan3 {
  background: #e1f7ef;
}

.list th.plan-name.plan2 {
  background: #caf1e3;
}

.list th.plan-name.plan1 {
  background: #b2e6d3;
}

tbody .amount th, tbody .amount td, tbody .bymonth th.amount {
  background: #ffdb86;
}

tbody .bymonth th, tbody .bymonth td {
  background: #fff4c1;
}

/* フッタ */
.goTop {
  pointer-events: none;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 50px;
  z-index: 5;
}

.goTop a {
  background: rgba(13, 139, 125, 0.7) url("../img/i_pageTop.png")
    no-repeat center center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: auto;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  display: block;
  height: 70px;
  width: 70px;
}

.goTop a:hover {
  background-color: rgba(13, 139, 125, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

footer .becon {
  padding: 5px 10px;
  text-align: right;
}

footer .secured {
  margin-right: 30px;
}

footer a.revise {
  float: right;
  margin: 10px;
}

footer .menu li {
  margin: 0;
}

footer .menu li:after {
  content: "｜";
}

footer .menu li:last-child:after {
  content: "";
}

footer .menu a {
  padding: 5px 5px 3px;
  display: inline-block;
}

footer .menu a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.copyright {
  letter-spacing: 0.1em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px;
}

.specified-carinfo .exec {
  margin-left: 15px;
}

.newslist {
  margin: 30px auto;
}

.newslist h3 {
  border-bottom: 2px solid #0d8b7d;
}

.newslist dd {
  border-bottom: 1px dotted #ccc;
}

.discount-container {
  position: relative;
  padding: 60px 0 10px;
  background: url(../img/arrow_discount.png) no-repeat 75% 2px;
}

.discount {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  width: calc(300% + 22px);
  padding: 5px 10px 3px;
  border-radius: 3px;
  background: #ff6203;
  background: #ff8003;
  position: absolute;
  text-align: center;
  margin: 8px 0;
  color: #fff;
  z-index: 9;
  left: 0;
  top: 0;
}

.slideshow {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}

.slideshow .prev {
  position: absolute;
  top: calc(50% - 40px);
  padding: 18px 0;
  left: 0px;
}

.slideshow .next {
  position: absolute;
  top: calc(50% - 40px);
  padding: 18px 0;
  right: 0px;
}

.slideshow .prev:hover, .slideshow .next:hover {
  background: #edf1f6;
  border-radius: 3px;
}

.slideshow .flex li {
  margin: 10px;
}

.list-anchor {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-anchor li {
  margin: 5px 0;
}

.list-anchor li a {
  padding: 10px;
  display: block;
  text-align: left;
}

.list-head {
  margin: 10px 0 0;
}

.list-select {
  list-style: none;
}

.list-select li {
  margin: 0;
  padding: 0;
}

.list-select li label {
  margin-bottom: 1px;
  margin-right: 0;
  display: block;
}

.list-select li label .mark.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.col {
  padding-right: 1em;
}

.col01 {
  width: 200px;
}

.col02 {
  width: 200px;
}

.col03 {
  width: 160px;
}

.col04 {
  width: 180px;
}

.list-head .col01 {
  margin-left: 45px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
  {
  font-family: "Meiryo", "Lucida Sans Unicode", "arial", "ＭＳ Ｐゴシック",
    "Osaka", san-serif;
  line-height: 1.8em;
}

.ui-widget-overlay {
  background: #000;
}

.ui-dialog {
  padding: 0;
  border: 0;
  border-color: #c4cad2;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3);
  width: 500px;
}

.ui-dialog .ui-dialog-titlebar {
  background: #dae0e9;
  font-size: 140%;
  line-height: 1.4em;
  padding: 12px 15px 10px;
  border: 0;
  min-height: 20px !important;
}

.ui-dialog .ui-dialog-title {
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  box-shadow: none;
  background: none;
  height: 32px;
  width: 32px;
  right: 10px;
  border: 0;
  top: 20px;
}

.ui-dialog.dialog_message .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog.dialog_member .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog.dialog_check2 .ui-dialog-titlebar-close {
  display: none;
}

.ui-button .ui-icon {
  background: no-repeat center center;
  background-image: url(../img/i_close.png);
  margin-left: -16px;
  margin-top: -16px;
  height: 32px;
  width: 32px;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon,
  .ui-button:focus .ui-icon {
  background-image: url(../img/i_close.png);
}

.ui-dialog .ui-dialog-content {
  padding: 10px 20px 15px;
}

.ui-dialog.dialog_message .ui-dialog-content {
  padding: 20px 30px 10px;
}

.ui-dialog .ui-dialog-content .qa>dt {
  padding: 0.7em;
}

.ui-dialog.dialog_check, .ui-dialog.dialog_check2, .ui-dialog.dialog_modify,
  .ui-dialog.dialog_member, .ui-dialog.dialog_select {
  max-width: 1060px !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-button {
  min-width: 100px;
  margin-left: 1em;
}

.ui-dialog-content {
  display: block;
}

@media screen and (min-width:641px) {
	.th40 th {
	  width:40%;
	}

	.th30 th {
	  width:30%;
	}
}

/******************
 * for SMARTPHONE *
 ******************/
.skip-pc {
  display: none;
}

@media screen and (max-width:640px) {
  body {
    word-break: break-all;
  }
  ol, ul, dl {
    margin: 10px 0;
  }
  .abbr, .sp-only {
    display: inline;
  }
  .pc-only {
    display: none !important;
  }
  .half-left, .half-right {
    display: block;
    float: none;
    width: auto;
  }
  .wfix {
    width: auto;
  }
  .flex.cols-5 {
    display: block;
  }
  .flex li {
    margin: 8px 0;
  }
  input[type="checkbox"]+label .mark, .flex input[type="radio"]+label .mark,
    .flex.cols-5 input[type="radio"]+label .mark, .flex.cols-5 input[type="radio"]+label .mark.vertical
    {
    background-position: 10px center;
    padding: 8px 12px 6px 42px;
    text-align: left;
    min-height: auto;
    display: block;
    width: auto;
  }
  .qa .flex input[type="radio"]+label .mark {
    padding-top: 15px;
    padding-bottom: 13px;
  }
  .flex input[type="radio"]+label {
    display: block;
    width: auto;
  }
  .wfix {
    display: block !important;
    min-width: auto !important;
    max-width: 100%;
    width: auto;
  }
  dd .flex {
    display: block;
  }
  a.btn.switch {
    padding: 10px !important;
    content:url(../img/i_plus.png);
    position: relative;
    box-shadow: none;
    float: right;
    height: 16px;
    width: 16px;
    right: -10px;
    top: -6px;
  }
  a.btn.switch:after {
    content:url(../img/i_plus.png);
  }
  a.btn.switch.opened {
    content: url(../img/i_minus.png);
  }
  a.btn.switch.opened:after {
    content: url(../img/i_minus.png);
  }
  .pane {
    background: #edf1f6;
    padding: 5px 10px;
    display: none;
  }
  a.help.caution {
    width: auto;
    max-width: 80%;
  }

  /* レイアウト */
  .wrap {
    width: 100%;
  }
  .topbar {
    height: auto;
  }
  .topbar>.flex {
    display: block;
  }
  .shoulder.flex {
    font-size: 75%;
    padding: 0 10px;
  }
  .shoulder.flex li {
    margin: 0;
  }
  .shoulder.flex>li:first-child {
    display: none;
  }
  .shoulder.flex a {
    padding: 5px;
  }
  .shoulder a.revise {

  }
  .userinfo.flex {
    display: block;
  }
  .main {
    padding: 10px;
  }
  footer>.flex {
    display: block;
    padding: 0;
  }

  /* ヘッダ */
  header {
    width: 100%;
    height: auto;
  }
  .logo {
    padding: 0 10px;
  }
  .logo img {
    margin-left: 0;
  }
  .logo img:first-child {
    margin: 10px 0 0;
  }
  .title {
    padding: 10px 0 6px 15px;
    line-height: 1.4em;
    font-size: 140%;
    border: 0;
    border-top: 1px solid #ccc;
  }
  .userinfo {
    padding: 5px 10px 3px;
    overflow: hidden;
  }
  .userinfo li:last-child {
    margin-bottom: 5px;
    text-align: right;
    margin-top: 0;
  }
  .userinfo li:last-child a.contract {
    display: inline-block;
  }
  .phase2.flex {
    margin: 15px 0 0;
  }
  .phase2 li {
    font-size: 0;
    margin: 0;
    line-height: 1em;
  }
  .phase2 li::before {

  }
  .phase2.count3 li {
    width: 30%;
  }
  .phase2.count4 li {
    width: 22%;
  }
  .phase2.toppage li {
    width: 14% !important;
  }
  ul.exp-phase.flex {
    display: block;
    margin: 5px 0;
  }
  ul.exp-phase li {
    width: auto !important;
    padding: 15px 15px 13px;
    margin: 5px 30px;
  }
  ul.exp-phase li h4 {
    font-size: 100%;
    display: block;
    margin: 0 0 5px;
    line-height: 1.4em;
  }
  ul.exp-phase li::before {
    background: #fff url(../img/i_down.png) no-repeat center 11px;
    top: -18px;
    left: calc(50% - 15px);;
  }
  .topimg img {
    width: 100%;
    height: auto;
  }

  /* フッタ */
  .goTop {
    bottom: 10px;
    right: 10px;
  }
  .copyright {
    line-height: 1.3em;
    text-align: center;
    padding: 15px 0;
    font-size: 75%;
  }
  footer .menu.flex {
    display: block;
  }
  footer .menu li:after {
    content: "";
  }
  footer .menu a {
    display: block;
    padding: 15px;
    padding-right: 5px;
    background: #d8f2e9;
    margin: 1px 0;
    color: #00655a;
  }
  footer .menu a::after {
    content: url(../img/i_next.png);
    margin: 3px;
    float: right;
  }

  /* メイン */
  .lead {
    margin: 20px 0;
    font-size: 120%;
  }
  h1 {
    margin: 0 0 15px;
    font-size: 180%;
  }
  h2 {
    margin: 30px 0 5px;
  }
  .horizontal-scroll {
    overflow: auto;
  }
  .horizontal-scroll table {
    min-width: 960px;
  }
  .list td.exec {
    padding: 5px;
  }
  .list td.exec a.btn, .list td.exec input+label {
    margin: 5px;
  }
  .form {
    width: 100%;
  }
  .form thead {
    display: none;
  }
  .form tr, .form th, .form td {
    display: block;
    overflow: hidden;
  }
  .list.form tbody th {
    margin-top: 8px;
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  .list.form tbody tr:first-child th {
    margin-top: 0;
  }
  .list.form tbody td {
    border: 1px solid #ccc;
    border-top: 0;
  }
  .form tbody .yet th {
    border-color: #d3c072;
  }
  .form.emphasis tbody th, .form.emphasis tbody td {
    margin-top: 0;
    border: 0;
  }
  .form textarea, .form input[type="tel"], .form input[type="text"], .form input[type="date"]
    {
    max-width: calc(100% - 20px);
  }
  .form .abbr {
    float: left;
    width: 5em;
  }
  .form .value {
    display: block;
    margin-left: 5em;
  }
  .main img {
    max-width: 100%;
    height: auto;
  }
  dl.spec.flex {
    display: block;
  }
  dl.spec dt, dl.spec dd, dl.spec dd.expand {
    display: block;
    width: auto;
  }
  dl.spec dd {
    border-left-width: 1px;
  }
  ul.checklist {
    margin: 0;
  }
  .list-head.flex {
    display: none;
  }
  .list-select li label .mark.flex {
    display: block;
  }
  .flex.specified-carinfo {
    display: block;
  }
  .flex.specified-carinfo table.whalf {
    width: 100% !important;
  }
  .specified-carinfo .exec {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .plans {
    width: 100%;
  }
  .plans .balloon {
    min-width: auto;
  }
  .plans input[type="checkbox"]+label, .plans input[type="radio"]+label {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d9ecee 94%, #ffffff 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #d9ecee 94%, #ffffff 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #d9ecee 94%, #ffffff 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
      endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #86bfbc;
    border-radius: 3px;
    margin: 5px 0;
    color: #00655a;
  }
  .plans input[type="checkbox"]:checked+label, .plans input[type="radio"]:checked+label
    {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2) inset;
    border-color: #fff;
    background: #51d8e1;
  }
  .plans input[type="radio"]:checked+label .nomark::after {
    content: "中";
  }
  .list th.plan-name {
    padding: 15px 5px 10px;
  }
  .plan1[class*="disp-off"],
  .plan2[class*="disp-off"],
  .plan3[class*="disp-off"] {
    display:none;
  }
  .plans .plan1, .plans .plan2, .plans .plan3 {
    display: table-cell;
  }
  .newslist {
    width: auto;
  }
  .ui-dialog {
    max-width: auto !important;
    min-width: auto !important;
    max-height: none !important;
    height: auto;
    width: 94% !important;
  }
  .ui-dialog .ui-dialog-content {
    padding: 5px 10px 10px;
    overflow: scroll !important;
  }
  .discount-container {
    background-position: center 2px;
  }
}

#pointRight {
  float: right;
}

.scroll-list {
  margin: 5px 0 -5px 0;
}

/* 画面共通 */
.ui-dialog .ui-dialog-titlebar {
	background:#0d8b7d;
	color: #fff;
}

/* QSC00100 */
.btnMsg{
    background:#d8f2e9;
    color:#000000;
}

/* QSC00300 */

/* QSC00610 */

.hokenryoBtnUp td{
    border-bottom:0px;
    padding-bottom:0px;
}
.hokenryoBtnDown td{
    border-top:0px;
    padding-top:0px;
}

.select-change {
    border: 1px solid #df991e;
    background:#ffedca url(../img/nozzle_strong.png) calc(100% - 2px) calc(50%)  no-repeat !important;
}

/* QSC00800 */

/* QSC01000 */

.warning {
  border: 1px solid #ed6d35 !important;
  background-color: #fff5c7 !important;
}
.warnmsg {
  color: #ed6d35;
  border: 1px solid #ed6d35;
}

.warnmsg th {
  padding: 5px;
}

.warnmsg td.name {
  width: 35%;
  background-color: #fff5c7;
  text-align: center;
}

.warnstyle {
  border-collapse: collapse;
  border-spacing: 0;
}

/* QSC01300 */

/* QSC01500 */




