a, abbr, acronym, address, applet, article, aside, audio, b, bdi, bdo, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label, legend, li, map, mark, menu, nav, object, ol, p, pre, q, rp, rt, ruby, s, samp, section, select, small, span, strike, strong, summary, sub, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: 0;
  vertical-align: baseline;
}

input, select, textarea {
  color: #000;
  font-family: inherit;
  padding: 0;
  margin: 0;
}

.blind {
  position: absolute !important;
  font-size: 0 !important;
  visibility: hidden !important;
}

.clear_float:after {
  display: block;
  clear: both;
  content: ".";
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clear_float {
  zoom: 1;
}

legend, caption, hr {
  display: none;
}

ol, ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
}

body {
  -webkit-text-size-adjust: none;
  letter-spacing: -0.8px;
  line-height: 1;
  font-family: HelveticaNeue-light, AppleSDGothicNeo-light, sans-serif;
  font-size: 16px;
  word-break: break-all;
}

.sec_inquiry, .sec_report {
  padding: 20px 16px 34px;
}

.input_wrap {
  position: relative;
}
.input_wrap .input_area {
  position: relative;
  display: table;
  width: 100%;
  height: 23px;
  font-size: 14px;
  line-height: 100%;
}
.input_wrap .input_area span {
  display: table-cell;
  overflow: hidden;
}
.input_wrap .input_area span.i_label {
  width: 80px;
}
.input_wrap .input_area label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #5a5f6d;
}
.input_wrap .input_area input, .input_wrap .input_area select {
  width: 100%;
  height: 40px;
  font-size: 13px;
  line-height: 21px;
  color: #37393f;
  border: 0;
  background: #fff;
  -webkit-appearance: none;
}
.input_wrap .input_area input {
  padding: 0 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.input_wrap .input_area select {
  padding: 0 28px 0 12px;
  position: relative;
}
.input_wrap .cont_area .tit {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #222222;
}
.input_wrap .cont_area p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: #5A5F6D;
  margin-top: 14px;
}
.input_wrap .cont_area p input {
  display: none;
  float: right;
}
.input_wrap .cont_area p input + label {
  float: right;
  width: 14px;
  height: 14px;
  border: 1px solid #c4c6cd;
  border-radius: 3px;
  background: #ffffff;
  text-indent: -9999px;
  line-height: 0;
}
.input_wrap .cont_area p input:checked + label {
  border: 1px solid #1b52ed;
  background: #1b52ed url(../images/spr_customer_renew.png) no-repeat -2.5px -30.5px;
  background-size: 51px 45px;
}
.input_wrap .cont_area .sub_tit {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  color: #222222;
  margin-top: 18px;
}
.input_wrap .cont_area ol li {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #5A5F6D;
  margin-top: 8px;
}
.input_wrap .cont_area .tit + p {
  margin-top: 12px;
}
.input_wrap .cont_area .tit + .sub_tit {
  margin-top: 14px;
}
.input_wrap .cont_area a {
  display: block;
  position: relative;
  height: 44px;
  padding-left: 20px;
  background: #F7F7FA;
  border: 1px solid #ECEEF2;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: #5A5F6D;
  margin-top: 24px;
}
.input_wrap .cont_area a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: #F7F7FA url(../images/spr_customer_renew.png) no-repeat -34px -34.5px;
  background-size: 54px 46.5px;
}
.input_wrap .cont_area + .cont_area, .input_wrap .cont_area + .input_area {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(227, 228, 231, 0.6);
}
.input_wrap .text_area {
  line-height: 100%;
}
.input_wrap .text_area textarea {
  display: block;
  width: 100%;
  height: 248px;
  font-size: 13px;
  line-height: 1.65em;
  letter-spacing: -0.5px;
  color: #37393f;
  overflow: hidden;
  overflow-y: auto;
  resize: none;
  border: 0;
}
.input_wrap .text_area textarea::-moz-placeholder {
  color: #bfbfbf;
}
.input_wrap .text_area textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
.input_wrap .text_area textarea::placeholder {
  color: #bfbfbf;
}
.input_wrap .text_area span.border_wrap {
  padding: 12px;
}
.input_wrap .input_area + .input_area, .input_wrap .input_area + .text_area {
  margin-top: 14px;
}
.input_wrap span.border_wrap {
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.input_wrap .bg_arrow {
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url("../images/spr_customer_renew.png") no-repeat -34px -6.5px;
  background-size: 51px 45px;
  -webkit-background-size: 51px 45px;
}
.input_wrap .check_area {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.5px;
  padding-top: 14px;
}
.input_wrap .check_area p {
  padding-bottom: 6px;
}
.input_wrap .check_area p:last-child {
  padding-top: 4px;
  padding-bottom: 0;
}
.input_wrap .check_area div input[type=checkbox] {
  display: none;
}
.input_wrap .check_area div input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #c4c6cd;
  border-radius: 3px;
  background: #ffffff;
  background-size: 51px 45px;
  text-indent: -9999px;
  line-height: 0;
}
.input_wrap .check_area div input[type=checkbox]:checked + label {
  border: 1px solid #1b52ed;
  background: #1b52ed url("../images/spr_customer_renew.png") no-repeat -2.5px -30px;
  background-size: 51px 45px;
}
.input_wrap .check_area div span {
  font-weight: 400;
  vertical-align: text-top;
  margin-left: 8px;
  color: #1b52ed;
}
.input_wrap .check_area div + p {
  margin-top: 20px;
}
.input_wrap .button_area {
  padding-top: 44px;
}
.input_wrap .button_area button {
  display: inline-block;
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: -0.5px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  color: #fff;
  background: #ccc;
}
.input_wrap .button_area .btn_submit {
  background: #1b52ed;
}
.input_wrap .essential {
  color: #ff0000;
}

.input_wrap + .input_wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(227, 228, 231, 0.6);
}

/* header */
.header {
  height: 48px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}
.header h1 {
  width: 48px;
  height: 48px;
  background: #1b52ed;
  display: inline-block;
  z-index: 1000;
  line-height: 0;
  vertical-align: top;
}
.header h1 a {
  display: block;
  width: 18px;
  height: 18px;
  padding: 15px;
}
.header h1 a span {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/spr_customer_renew.png") no-repeat -5px -5px;
  background-size: 51px 45px;
  -webkit-background-size: 51px 45px;
  text-indent: -999em;
}
.header h2 {
  display: inline-block;
  margin-left: 12px;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #1b52ed;
}

/* tab menu */
.tab_menu ul {
  display: table;
  width: 100%;
}
.tab_menu ul li {
  display: table-cell;
  width: 50%;
}
.tab_menu ul li a {
  display: block;
  position: relative;
  height: 48px;
  line-height: 48px;
  color: #1a1c22;
  font-size: 15px;
  letter-spacing: -0.5px;
  font-weight: bold;
  text-align: center;
  background: #f6f9ff;
}
.tab_menu ul li:first-child {
  border-left: 0;
}
.tab_menu ul li:first-child a:after {
  content: "";
  z-index: 99;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #dfe1e5;
}
.tab_menu ul .on {
  position: relative;
}
.tab_menu ul .on a {
  color: #1b52ed;
  padding: 0 1px;
  margin-left: -1px;
}
.tab_menu ul .on a span {
  display: inline-block;
  line-height: 44px;
  border-bottom: 2px solid #1b52ed;
}

.wrap-foot {
  letter-spacing: -0.4px;
  text-align: center;
  padding: 25px 0 30px;
  background: #EEF0F2;
}
.wrap-foot .row-01 .wrap-row {
  display: flex;
  justify-content: center;
}
.wrap-foot .row-01 .wrap-row a {
  display: block;
  width: 68px;
  height: 27px;
  color: #acaeb2;
  font-size: 13px;
  line-height: 27px;
  text-align: center;
  border-radius: 4px;
  background-color: #fcfcfc;
  margin: 0 4px;
  box-sizing: border-box;
}
.wrap-foot .row-02 {
  display: flex;
  justify-content: center;
  line-height: 17px;
  margin-top: 14px;
}
.wrap-foot .row-02 a, .wrap-foot .row-02 button {
  position: relative;
  color: #a3a5a8;
  font-size: 12px;
}
.wrap-foot .row-02 a strong, .wrap-foot .row-02 button strong {
  font-weight: 700;
}
.wrap-foot .row-02 a:first-child {
  padding-right: 9px;
  margin-right: 8px;
}
.wrap-foot .row-02 a:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #d2d4d6;
}
.wrap-foot .copyright {
  margin-top: 5px;
  color: #a3a5a8;
  font-size: 12px;
  line-height: 16px;
}