#mainArea {
  background-color: transparent;
}

#titleimg {
  width: 100%;
  padding: 0 0 0 20px;
}

#secondpankuzu {
  width: 100%;
  padding: 10px 0 0 0;
}

#footcopyrightArea {
  width: 100%;
  height: auto;
  padding: 0 0 0 20px;
}

.col.row.resp table {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #666666;
  font-size: 9pt;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.col.row.resp table th, .col.row.resp table td {
  font-size: 10pt;
  color: #666666;
  padding: 11px;
}

.col.row.resp table th {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #f7fcff;
  width: 200px;
}

.col.row.resp table th.required::after {
  content: "\0020\0028\5fc5\9808\0029";
  text-align: left;
  font-size: 11px;
  color: #CC3300;
  margin: 3px 0px 3px 0px;
  display: inline-block;
}

.col.row.resp table td {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #fff;
  width: calc(100% - 200px);
}

.col.row.resp table td.label {
  text-align: left;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 6px 8px 4px 8px;
  font-weight: bold;
  background-color: #16a085;
}

.col.row.resp table td.label .label_message {
  color: #fff;
}

.col.row.resp table td .input > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col.row.resp table td .input .f_comt, .col.row.resp table td .input .f_comb {
  text-align: left;
  font-size: 11px;
  color: #CC3300;
}

.col.row.resp table td .input input, .col.row.resp table td .input textarea, .col.row.resp table td .input select, .col.row.resp table td .input option {
  font-size: 13px;
  border: 1px solid #CCCCCC;
  margin: 4px 0;
  max-width: 100%;
}

.col.row.resp table td .input input[type="checkbox"],
.col.row.resp table td .input input[type="radio"] {
  margin: 4px 4px 4px 0;
}

.col.row.resp table td .input > em {
  font-style: normal;
  text-align: left;
  font-size: 13px;
  color: #CC3300;
  margin: 3px 0px 3px 0px;
}

.col.row.resp table td .input > em::before {
  content: "\25cf";
  color: #CC3300;
}

.col.row.resp .policy {
  background-color: #fff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  padding: 15px;
}

.col.row.resp .policy h2 {
  text-align: center;
  font-size: 13px;
  color: #666666;
  letter-spacing: 0.1em;
  padding: 0 0px 15px 0px;
  display: none;
}

.col.row.resp .policy .policy_html {
  padding: 20px;
  text-align: left;
  max-height: 150px;
  overflow-y: scroll;
  border: solid 1px #e5e5e5;
  margin: 0 0 20px;
}

.col.row.resp .policy .policy_html * {
  max-width: 100%;
  font-size: 14px;
}

.col.row.resp .submit_btn {
  background-color: #fff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  padding: 0 0 15px 0;
}

.col.row.resp .submit_btn input {
  padding: 5px;
  width: 100%;
  max-width: 100px;
}

.col.row.resp .check_page {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.col.row.resp .check_page li.label {
  text-align: left;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 6px 8px 4px 8px;
  font-weight: bold;
  background-color: #16a085;
}

.col.row.resp .check_page li.label .label_message {
  color: #fff;
}

.col.row.resp .check_page li.clr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10pt;
}

.col.row.resp .check_page li.clr > label {
  padding: 11px;
  color: #666666;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #324753;
  width: 200px;
}

.col.row.resp .check_page li.clr .input {
  padding: 11px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #fff;
  width: calc(100% - 200px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col.row.resp .col.span_3.submit_btn {
  width: calc(50% - 1px);
  display: inline-block;
  float: left;
  border: none;
  background-color: #fff;
  padding: 40px 0;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.col.row.resp .col.span_3.submit_btn input {
  padding: 5px;
  width: 100%;
  max-width: 100px;
}

.col.row.resp .col.span_9.submit_btn {
  width: calc(50% - 1px);
  display: inline-block;
  float: right;
  border: none;
  background-color: #fff;
  padding: 40px 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.col.row.resp .col.span_9.submit_btn input {
  padding: 5px;
  width: 100%;
  max-width: 100px;
}

.col.span_12.submit_btn input {
  padding: 5px;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

.msgbox h2 {
  color: #333333;
  font-size: 1.2em;
  width: 700px;
  height: 28px;
  margin: 15px 0;
  padding: 0 0 0 20px;
  background: url(../img/global/detailcap_bg.gif) no-repeat;
  clear: both;
}

.msgbox .message {
  width: 700px;
  height: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  font-size: 1.2em;
}

#titleimg {
  height: auto;
  display: inline-block;
  color: #fff;
  text-align: left;
  font-size: 24px;
}

#titleimg img {
  height: 55px;
  background-color: #fff;
  padding: 20px 40px;
}

#secondcontentsL {
  width: 700px;
  float: none;
  margin: 20px auto 35px;
}

h3#secondcap {
  width: 695px;
  height: auto;
  margin: 15px 0;
  padding: 8px 0;
  background: #F9F9F9;
  border-top: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  border-left: solid 4px #666666;
  clear: both;
}

h3#secondcap p {
  width: 93%;
  padding: 0 0 0 25px;
  color: #017E75;
  font-size: 1.5em;
}
/*# sourceMappingURL=saaske.css.map */