@charset "UTF-8";
.human_guide-wrap .bg01 {
  background: #244c74 url(../img/human_page-top01.png) no-repeat center center/100% auto;
}
.human_guide-wrap .bg02 {
  background: #244c74 url(../img/human_page-top02.png) no-repeat center center/100% auto;
}
.human_guide-wrap .bg03 {
  background: #244c74 url(../img/human_page-top03.png) no-repeat center center/100% auto;
}
.human_guide-wrap .bg04 {
  background: #244c74 url(../img/human_page-top04.png) no-repeat center center/100% auto;
}
.human_guide-wrap .bg05 {
  background: #244c74 url(../img/human_page-top05.png) no-repeat center center/100% auto;
}
.human_guide-wrap .comm_tab-select {
  margin-top: 58px;
  margin-bottom: 100px;
}
.human_guide-wrap .comm_tab-select ul li {
  width: 33%;
}
.human_guide-wrap .comm_tab-select ul li:first-child {
  width: 34%;
}
.human_guide-wrap .comm_tab-select.tab2 ul li {
  width: 50%;
}
.human_guide-wrap .page_search-inp {
  margin-bottom: 40px;
}
.human_guide-wrap .page_search-inp .search_guide {
  position: relative;
}
.human_guide-wrap .page_search-inp .search_guide > p {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.human_guide-wrap .comm_pagination {
  margin-top: 46px;
}

.info_human-wrap {
  width: 1144px;
  margin: 0 auto;
}
.info_human-wrap h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1em;
  color: #333;
  margin-bottom: 60px;
}
.info_human-wrap .top_dl {
  color: #333;
  margin: 0 12.3%;
  margin-bottom: 60px;
}
.info_human-wrap .top_dl dt {
  font-size: 1.875rem;
  line-height: 1em;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
.info_human-wrap .top_dl dd {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.info_human-wrap .bg_ul {
  background-color: #f9f3ef;
  padding: 5.3% 12.3%;
}
.info_human-wrap .bg_ul li {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.6em;
  margin: 8px 0 8px 40px;
  text-indent: -40px;
}

.comm_pdf-list {
  border-top: 1px solid #d6d6d6;
  width: 1144px;
  margin: 0 auto;
}
.comm_pdf-list > li {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  padding: 0 90px 0 50px;
}
.comm_pdf-list > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 24px;
  height: 32px;
  background: url(../img/ico_rpt02.png) no-repeat 0 0;
}
.comm_pdf-list > li > p,
.comm_pdf-list > li > button,
.comm_pdf-list > li > a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.2em;
  text-align: left;
  padding: 20px 0;
}
.comm_pdf-list > li > p:hover,
.comm_pdf-list > li > button:hover,
.comm_pdf-list > li > a:hover {
  color: #f5821f;
}
.comm_pdf-list > li > p em,
.comm_pdf-list > li > button em,
.comm_pdf-list > li > a em {
  font-size: 1rem;
  color: #999;
  display: block;
  margin-top: 4px;
}
.comm_pdf-list > li > p em > span::before,
.comm_pdf-list > li > button em > span::before,
.comm_pdf-list > li > a em > span::before {
  content: "ㅣ";
  padding: 0 6px;
  text-align: center;
  color: #ddd;
  font-size: 0.875rem;
}
.comm_pdf-list > li > span {
  position: absolute;
  right: 0;
  top: 50%;
  color: #999;
  line-height: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comm_pdf-list.dictionary_list > li {
  padding-right: 370px;
}
.comm_pdf-list.dictionary_list > li > button:hover {
  color: #2d2c2b;
  cursor: default;
}
.comm_pdf-list.dictionary_list .curiosity_btns {
  position: absolute;
  right: 0;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.comm_pdf-list.dictionary_list .curiosity_ico > button,
.comm_pdf-list.dictionary_list .curiosity_file > button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d6d6d6;
  width: 170px;
  height: 40px;
  line-height: 38px;
  font-size: 0.875rem;
  color: #666;
  text-indent: 22px;
  position: relative;
  text-align: left;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.comm_pdf-list.dictionary_list .curiosity_ico > button:hover,
.comm_pdf-list.dictionary_list .curiosity_file > button:hover {
  color: #f5821f;
  -webkit-box-shadow: 4px 4px 0 0 #ebe8e6;
          box-shadow: 4px 4px 0 0 #ebe8e6;
}
.comm_pdf-list.dictionary_list .curiosity_ico > button::after,
.comm_pdf-list.dictionary_list .curiosity_file > button::after {
  content: "";
  display: block;
  height: 100%;
  width: 24px;
  position: absolute;
  right: 16px;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
}
.comm_pdf-list.dictionary_list .curiosity_ico {
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
.comm_pdf-list.dictionary_list .curiosity_ico > button::after {
  background-image: url(../img/ico_rpt01.png);
}
.comm_pdf-list.dictionary_list .curiosity_ico > button:hover::after {
  background-image: url(../img/ico_rpt01_on.png);
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box {
  position: absolute;
  right: 100%;
  top: -11px;
  display: none;
  padding-right: 13px;
  margin-right: 10px;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box::after {
  content: "";
  display: block;
  width: 14px;
  height: 24px;
  background: url(../img/bg_arw-file.png) no-repeat left center;
  position: absolute;
  right: 0;
  top: 14px;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll {
  width: 300px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.1);
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll strong {
  display: block;
  background-color: #f9f3ef;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1em;
  padding: 18px 24px;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul {
  padding: 18px 24px;
  background-color: #fff;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li {
  padding: 0 0 0 80px;
  background: none;
  border: none;
  line-height: 25px;
  color: #999;
  font-size: 0.875rem;
  position: relative;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li span {
  letter-spacing: 0;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li > em {
  padding-left: 8px;
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-weight: 500;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li > em::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 11px;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li .note {
  padding-left: 8px;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li .note p {
  margin: 0;
  line-height: 1.6em;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li .note p em {
  display: block;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li .note p button {
  font-size: 0.875rem;
  color: #999;
  padding-left: 26px;
  background: url(../img/ico_rpt02.png) left center no-repeat;
  line-height: 32px;
  margin-left: 8px;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li .note p.file {
  margin: 12px 0 4px 0;
  line-height: 32px;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li .note p span {
  margin-right: 4px;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li.no_note {
  padding-left: 0;
}
.comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li.no_note em {
  position: static;
}
.comm_pdf-list.dictionary_list .curiosity_ico.open > button {
  color: #f5821f;
  -webkit-box-shadow: 4px 4px 0 0 #ebe8e6;
          box-shadow: 4px 4px 0 0 #ebe8e6;
}
.comm_pdf-list.dictionary_list .curiosity_ico.open > button::after {
  background-image: url(../img/ico_rpt01_on.png);
}
.comm_pdf-list.dictionary_list .curiosity_ico.open .cur_box {
  display: block;
}
.comm_pdf-list.dictionary_list .curiosity_file > button::after {
  background-image: url(../img/ico_rpt02.png);
}
.comm_pdf-list.dictionary_list .curiosity_file > button:hover::after {
  background-image: url(../img/ico_rpt02_on.png);
}
.comm_pdf-list.dictionary_list.overseas_list > li {
  padding: 0 200px 0 0;
}
.comm_pdf-list.dictionary_list.overseas_list > li::before {
  display: none;
}

.system_box-wrap {
  background-color: #f9f3ef;
  padding-bottom: 64px;
  margin-top: 134px;
}
.system_box-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.system_box-wrap > ul > li {
  margin: 0 54px;
  position: relative;
}
.system_box-wrap > ul > li .mus-top {
  margin-top: -83px;
  -webkit-box-shadow: 28px 28px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 28px 28px 28px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.system_box-wrap > ul > li strong,
.system_box-wrap > ul > li p {
  display: block;
  width: 300px;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
.system_box-wrap > ul > li strong {
  font-weight: 500;
  padding: 22px 0;
  font-size: 1.875rem;
  background-color: #f5821f;
  line-height: 1.3em;
}
.system_box-wrap > ul > li strong::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 38px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_system02.png);
  margin-right: 14px;
}
.system_box-wrap > ul > li p {
  padding: 34px 0;
  font-size: 1.25rem;
  background: #f5821f url(../img/bg_system.png) no-repeat center top;
}
.system_box-wrap > ul > li p span {
  display: block;
  height: 72px;
  font-size: 1.875rem;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.system_box-wrap > ul > li ul {
  background-color: #fff;
  width: 300px;
  height: 200px;
  border-radius: 18px;
  border: 2px solid #f5821f;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.system_box-wrap > ul > li ul li {
  line-height: 1.8em;
  margin-left: 40px;
}
.system_box-wrap > ul > li ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  background-color: #f5821f;
  border-radius: 50%;
  margin: 12px 8px 0 0;
}
.system_box-wrap > ul > li:first-child strong::before {
  background-image: url(../img/ico_system01.png);
}
.system_box-wrap > ul > li::before {
  content: "";
  height: 40%;
  width: 5px;
  background-color: #f5821f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.procedure_box-wrap {
  margin-top: 106px;
}
.procedure_box-wrap h4 {
  font-size: 1.875rem;
  line-height: 1em;
  color: #f5821f;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.procedure_box-wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.procedure_box-wrap ol li {
  background: url(../img/bg_arw-way.png) no-repeat 0 0;
  width: 210px;
  height: 100px;
  margin-right: -23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.procedure_box-wrap ol li span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.2em;
  padding-left: 40px;
}
.procedure_box-wrap ol li p {
  position: absolute;
  left: 125px;
  top: 152px;
  background: url(../img/bg_arw-way.png) no-repeat 0 0;
  width: 210px;
  height: 100px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 22px;
}
.procedure_box-wrap ol li:last-child {
  background-image: url(../img/bg_arw-way2.png);
}
.procedure_box-wrap ol li:last-child span {
  padding-left: 70px;
}
.procedure_box-wrap ol li.p1 span {
  padding-left: 28px;
}
.procedure_box-wrap ol li.p2 span {
  padding-left: 18px;
}
.procedure_box-wrap ol li:nth-child(1) {
  z-index: 6;
}
.procedure_box-wrap ol li:nth-child(2) {
  z-index: 5;
}
.procedure_box-wrap ol li:nth-child(3) {
  z-index: 4;
}
.procedure_box-wrap ol li:nth-child(4) {
  z-index: 3;
}
.procedure_box-wrap ol li:nth-child(5) {
  z-index: 2;
}
.procedure_box-wrap ol li:nth-child(6) {
  z-index: 1;
}
.procedure_box-wrap ol li.p3::before, .procedure_box-wrap ol li.p2::before, .procedure_box-wrap ol li.p2::after, .procedure_box-wrap ol li.p2 p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #f5821f;
  position: absolute;
  z-index: 3;
}
.procedure_box-wrap ol li.p3::before {
  left: 69px;
  bottom: -7px;
}
.procedure_box-wrap ol li.p2::after {
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.procedure_box-wrap ol li.p2::before {
  left: 79px;
  top: -7px;
}
.procedure_box-wrap ol li.p2 p::before {
  left: 76px;
  top: -7px;
}
.procedure_box-wrap ol li.p3::after, .procedure_box-wrap ol li.p2 p::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.procedure_box-wrap ol li.p3::after {
  background-image: url(../img/line_procedure01.png);
  width: 366px;
  height: 168px;
  left: -288px;
  bottom: -162px;
}
.procedure_box-wrap ol li.p2 p::after {
  background-image: url(../img/line_procedure02.png);
  width: 2px;
  height: 88px;
  left: 83px;
  top: -94px;
}
.procedure_box-wrap ol.one_step {
  padding-bottom: 110px;
}
.procedure_box-wrap ol.two_step {
  padding-bottom: 152px;
}

.policy_info-system {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.policy_info-system .system_txt {
  border-bottom: 2px solid #d6d6d6;
}
.policy_info-system dl {
  border-top: 2px solid #d6d6d6;
  padding: 26px 0;
}
.policy_info-system dl dt {
  font-size: 1.25rem;
  color: #333;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 26px;
}
.policy_info-system dl dd {
  font-size: 1.125rem;
  line-height: 1.7em;
}
.policy_info-system dl dd > ul > li {
  position: relative;
  padding-left: 16px;
  letter-spacing: 0;
}
.policy_info-system dl dd > ul > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #d6d6d6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.policy_info-system dl dd > ul > li ul li {
  font-size: 1rem;
}
.policy_info-system dl dd > ol {
  margin-left: 16px;
}
.policy_info-system dl dd > ol > li:first-child {
  margin-top: 6px;
}
.policy_info-system dl dd > ol > li span {
  display: block;
}
.policy_info-system .down {
  display: block;
  text-align: right;
  margin-top: 20px;
}
.policy_info-system .down button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d6d6d6;
  color: #666;
  padding: 0 20px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.policy_info-system .down button::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 100%;
  background: url(../img/ico_rpt02.png) 0 center no-repeat;
  margin-left: 16px;
}
.policy_info-system .down button:hover {
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}

.comm_manager-box {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comm_manager-box .item {
  width: 390px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.comm_manager-box .item strong {
  display: block;
  text-align: center;
  background-color: #f7f7f8;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 56px;
  color: #333;
}
.comm_manager-box .item p {
  padding: 20px 30px;
}
.comm_manager-box .item p b {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1em;
}
.comm_manager-box .item p em {
  display: block;
  color: #333;
  font-size: 1.125rem;
  margin-top: 10px;
}
.comm_manager-box .item p em span::before {
  content: "Ι";
  color: #a9a9a9;
  padding: 0 8px;
}
.comm_manager-box .item ul {
  position: absolute;
  right: 30px;
  top: 70px;
}
.comm_manager-box .item ul a {
  display: block;
  line-height: 30px;
}
.comm_manager-box .item ul button,
.comm_manager-box .item ul a::before {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -99999em;
}
.comm_manager-box .item ul button {
  background-image: url(../img/ico_mark02.png);
}
.comm_manager-box .item ul a::before {
  content: "";
  background-image: url(../img/ico_mark03.png);
}
.comm_manager-box .disclosure_item {
  width: 180px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}
.comm_manager-box .disclosure_item strong {
  display: block;
  text-align: center;
  color: #666;
  font-weight: 400;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px dashed #d6d6d6;
}
.comm_manager-box .disclosure_item a {
  display: block;
  width: 100%;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.comm_manager-box .disclosure_item a img {
  display: block;
  width: 100%;
}

.ann_select-box {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}
.ann_select-box button {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 11.2%;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 20px 0;
  margin: 0 -1px;
}
.ann_select-box button span {
  color: #666;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  line-height: 1em;
  padding-top: 40px;
}
.ann_select-box button span.a1 {
  background-image: url(../img/ico_ann01.png);
}
.ann_select-box button span.a2 {
  background-image: url(../img/ico_ann02.png);
}
.ann_select-box button span.a3 {
  background-image: url(../img/ico_ann03.png);
}
.ann_select-box button span.a4 {
  background-image: url(../img/ico_ann04.png);
}
.ann_select-box button span.a5 {
  background-image: url(../img/ico_ann05.png);
}
.ann_select-box button span.a6 {
  background-image: url(../img/ico_ann06.png);
}
.ann_select-box button span.a7 {
  background-image: url(../img/ico_ann07.png);
}
.ann_select-box button span.a8 {
  background-image: url(../img/ico_ann08.png);
}
.ann_select-box button span.a9 {
  background-image: url(../img/ico_ann09.png);
}
.ann_select-box button.on {
  background-color: #f5821f;
  border-color: #f5821f;
}
.ann_select-box button.on span {
  color: #fff;
  font-weight: 500;
}
.ann_select-box button.on span.a1 {
  background-image: url(../img/ico_ann01-on.png);
}
.ann_select-box button.on span.a2 {
  background-image: url(../img/ico_ann02-on.png);
}
.ann_select-box button.on span.a3 {
  background-image: url(../img/ico_ann03-on.png);
}
.ann_select-box button.on span.a4 {
  background-image: url(../img/ico_ann04-on.png);
}
.ann_select-box button.on span.a5 {
  background-image: url(../img/ico_ann05-on.png);
}
.ann_select-box button.on span.a6 {
  background-image: url(../img/ico_ann06-on.png);
}
.ann_select-box button.on span.a7 {
  background-image: url(../img/ico_ann07-on.png);
}
.ann_select-box button.on span.a8 {
  background-image: url(../img/ico_ann08-on.png);
}
.ann_select-box button.on span.a9 {
  background-image: url(../img/ico_ann09-on.png);
}

.data_public-wrap {
  margin-top: 60px;
}
.data_public-wrap .tit_img {
  display: block;
  width: 1144px;
  margin: 0 auto;
  height: 250px;
  text-indent: -99999em;
  background: #f7f7f8 url(../img/img_data-top.jpg) no-repeat center center/auto 100%;
}
.data_public-wrap .tit_img span {
  display: none;
}
.data_public-wrap .data-info-wrap {
  width: 1000px;
  margin: 0 auto;
  margin-top: 16px;
}
.data_public-wrap .data-info-wrap > dl {
  padding: 32px 0;
  color: #333;
}
.data_public-wrap .data-info-wrap > dl dt {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 26px;
  line-height: 1em;
}
.data_public-wrap .data-info-wrap > dl dd {
  font-size: 1.125rem;
  line-height: 1.6em;
}
.data_public-wrap .data-info-wrap > dl.img {
  border: solid #d6d6d6;
  border-width: 2px 0;
}
.data_public-wrap .data-info-wrap > dl.img dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.data_public-wrap .data-info-wrap > dl.img dd .img_left {
  width: 50%;
}
.data_public-wrap .data-info-wrap > dl.img dd a {
  display: block;
  width: 174px;
  height: 38px;
  border: 1px solid #d6d6d6;
  text-align: center;
  color: #666;
  line-height: 36px;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  margin-top: 18px;
}
.data_public-wrap .data-info-wrap > dl.img dd a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 100%;
  background: url(../img/ico_arrw_lg.png) right center no-repeat;
}
.data_public-wrap .data-info-wrap > dl.img dd a:hover {
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}
.data_public-wrap .data-info-wrap > dl.img dd img {
  display: block;
  border: 1px solid #d6d6d6;
  margin-top: -46px;
}

.real_box-wrap .bulk {
  display: inline-block;
  vertical-align: top;
}
.real_box-wrap .bulk em {
  color: #999;
}
.real_box-wrap .bulk em::before {
  content: "Ι";
  color: #d6d6d6;
  padding: 0 6px;
}
.real_box-wrap .bulk em:first-child::before {
  display: none;
}
.real_box-wrap .rearl_view-select {
  background-color: #f9f3ef;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.real_box-wrap .rearl_view-select .real_guide {
  width: 1144px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business p {
  font-size: 1.125rem;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business span.bulk {
  display: block;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business span.bulk em {
  font-size: 1rem;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system {
  position: relative;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system > button {
  color: #999;
  font-size: 1rem;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system > button::after {
  content: "Ι";
  color: #d6d6d6;
  padding: 0 6px;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system > button:hover {
  color: #666;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box {
  position: absolute;
  left: 16px;
  top: 36px;
  padding-right: 13px;
  margin-right: 10px;
  display: none;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box::after {
  content: "";
  display: block;
  width: 14px;
  height: 24px;
  background: url(../img/bg_arw-file.png) no-repeat left center/100% auto;
  position: absolute;
  left: 20px;
  top: -18px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll {
  width: 300px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.1);
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll strong {
  display: block;
  background-color: #f9f3ef;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1em;
  padding: 18px 24px;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll ul {
  padding: 18px 24px;
  background-color: #fff;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll ul li {
  color: #999;
  font-size: 0.875rem;
  margin-left: 18px;
  text-indent: -18px;
  line-height: 1.8em;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system.open > button {
  color: #666;
}
.real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system.open .cur_box {
  display: block;
}
.real_box-wrap .comm_pdf-list li {
  padding-right: 120px;
}
.real_box-wrap .comm_pdf-list li button em {
  margin: 0 0 4px 0;
  line-height: 1em;
}
.real_box-wrap .comm_pdf-list li span em {
  font-size: 1.125rem;
}

.operation_top-select {
  width: 1144px;
  margin: 0 auto;
  margin-top: 60px;
  border: solid #f5821f;
  border-width: 2px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operation_conts-view {
  width: 1000px;
  margin: 0 auto;
  margin-top: 78px;
}
.operation_conts-view > strong {
  display: block;
  font-weight: 400;
  line-height: 1em;
  font-size: 1.875rem;
  margin-bottom: 24px;
}
.operation_conts-view > strong em {
  padding-right: 20px;
}
.operation_conts-view > strong span {
  font-size: 1.5rem;
}
.operation_conts-view .data_load-box {
  border: solid #d6d6d6;
  border-width: 2px 0;
  overflow-y: auto;
  height: 850px;
}

.operation_manager-info {
  width: 1000px;
  margin: 0 auto;
}
.operation_manager-info > strong {
  display: block;
  font-weight: 400;
  color: #333;
  font-size: 1.25rem;
  margin: 40px 0 20px 0;
  line-height: 1em;
}
.operation_manager-info .comm_manager-box .item {
  width: 48%;
}

.operation_link-list {
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 90px;
}
.operation_link-list ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 2px solid #d6d6d6;
}
.operation_link-list ol > li:first-child {
  border-top: 2px solid #d6d6d6;
}
.operation_link-list ol > li > strong {
  display: block;
  width: 260px;
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2em;
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
}
.operation_link-list ol > li > strong em {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.operation_link-list .list {
  width: calc(100% - 260px);
}
.operation_link-list .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.operation_link-list .list li {
  width: 33.3%;
  margin-top: 30px;
}
.operation_link-list .list li:nth-child(-n+3) {
  margin-top: 0;
}
.operation_link-list .list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
  line-height: 1.2em;
  font-size: 1.125rem;
  letter-spacing: -0.07em;
}
.operation_link-list .list li a:hover {
  color: #f5821f;
  text-decoration: underline;
  text-underline-position: under;
}

@media all and (max-width: 1280px) {
  .human_guide-wrap .page_top-wrap {
    background-size: auto 100%;
  }
  .human_guide-wrap .comm_tab-select {
    margin-top: 4.53125vw;
    margin-bottom: 7.8125vw;
  }
  .human_guide-wrap .page_search-inp {
    margin-bottom: 3.90625vw;
  }
  .human_guide-wrap .page_search-inp .search_guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .human_guide-wrap .comm_pagination {
    margin-top: 4.375vw;
  }
  .info_human-wrap {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .info_human-wrap h3 {
    margin-bottom: 4.6875vw;
  }
  .info_human-wrap .top_dl {
    margin-bottom: 4.6875vw;
  }
  .info_human-wrap .top_dl dt {
    margin-bottom: 3.90625vw;
  }
  .info_human-wrap .bg_ul li {
    margin: 0.625vw 0 0.625vw 3.125vw;
    text-indent: -3.59375vw;
  }
  .info_human-wrap .comm_pdf-list {
    width: 100%;
    margin: 0;
  }
  .system_box-wrap {
    padding-bottom: 5vw;
    margin-top: 10.46875vw;
  }
  .system_box-wrap > ul > li .mus-top {
    margin-top: -6.484375vw;
  }
  .system_box-wrap > ul > li::before {
    width: 0.390625vw;
    top: 40%;
  }
  .system_box-wrap > ul > li strong,
  .system_box-wrap > ul > li p {
    width: 23.4375vw;
  }
  .system_box-wrap > ul > li strong {
    font-size: 1.6666666667rem;
    padding: 1.71875vw 0;
  }
  .system_box-wrap > ul > li strong::before {
    background-size: auto 100%;
    width: 3.28125vw;
    height: 2.5vw;
    margin-top: 0.3125vw;
  }
  .system_box-wrap > ul > li p {
    font-size: 1.1111111111rem;
    padding: 2.65625vw 0;
  }
  .system_box-wrap > ul > li p span {
    font-size: 1.6666666667rem;
    height: 5.625vw;
  }
  .system_box-wrap > ul > li ul {
    width: 23.4375vw;
    height: 15.625vw;
  }
  .system_box-wrap > ul > li ul li {
    margin-left: 2.65625vw;
  }
  .system_box-wrap > ul > li ul li::before {
    width: 0.46875vw;
    height: 0.46875vw;
    margin: 0.9375vw 0.625vw 0 0;
  }
  .procedure_box-wrap {
    margin-top: 8.28125vw;
  }
  .procedure_box-wrap h4 {
    margin-bottom: 1.875vw;
    font-size: 1.6666666667rem;
  }
  .procedure_box-wrap ol {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .procedure_box-wrap ol li {
    width: 16.40625vw;
    height: 7.8125vw;
    background-size: 100% auto;
    margin-right: -1.71875vw;
  }
  .procedure_box-wrap ol li span {
    font-size: 1.1111111111rem;
    padding-left: 3.125vw;
  }
  .procedure_box-wrap ol li p {
    width: 16.40625vw;
    height: 7.8125vw;
    background-size: auto 100%;
    left: 9.765625vw;
    top: 11.875vw;
    font-size: 1.1111111111rem;
    padding-left: 1.71875vw;
  }
  .procedure_box-wrap ol li:last-child span {
    padding-left: 5.46875vw;
  }
  .procedure_box-wrap ol li.p1 span {
    padding-left: 2.1875vw;
  }
  .procedure_box-wrap ol li.p2 span {
    padding-left: 1.40625vw;
  }
  .procedure_box-wrap ol li.p3::before, .procedure_box-wrap ol li.p2::before, .procedure_box-wrap ol li.p2::after, .procedure_box-wrap ol li.p2 p::before {
    width: 0.78125vw;
    height: 0.78125vw;
    border-width: 2px;
  }
  .procedure_box-wrap ol li.p3::before {
    left: 5.390625vw;
    bottom: -0.546875vw;
  }
  .procedure_box-wrap ol li.p2::after {
    right: -0.546875vw;
  }
  .procedure_box-wrap ol li.p2::before {
    left: 6.171875vw;
    top: -0.546875vw;
  }
  .procedure_box-wrap ol li.p2 p::before {
    left: 5.9375vw;
    top: -0.546875vw;
  }
  .procedure_box-wrap ol li.p3::after, .procedure_box-wrap ol li.p2 p::after {
    background-size: 100% auto;
  }
  .procedure_box-wrap ol li.p3::after {
    width: 28.59375vw;
    height: 13.125vw;
    left: -22.5vw;
    bottom: -12.65625vw;
  }
  .procedure_box-wrap ol li.p2 p::after {
    width: 0.15625vw;
    height: 6.875vw;
    left: 6.484375vw;
    top: -7.34375vw;
  }
  .procedure_box-wrap ol.one_step {
    padding-bottom: 8.59375vw;
  }
  .procedure_box-wrap ol.two_step {
    padding-bottom: 11.875vw;
  }
  .comm_pdf-list {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .comm_pdf-list > li {
    padding: 0 7.03125vw 0 3.90625vw;
  }
  .comm_pdf-list > li > button,
  .comm_pdf-list > li > a {
    padding: 2.1875vw 0;
  }
  .comm_pdf-list > li::before {
    width: 2.34375vw;
    height: 2.8125vw;
    background-size: 100% auto;
    top: 2.1875vw;
  }
  .comm_pdf-list.dictionary_list > li {
    padding-right: 28.90625vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico > button,
  .comm_pdf-list.dictionary_list .curiosity_file > button {
    width: 13.28125vw;
    height: 3.125vw;
    line-height: 2.96875vw;
    font-size: 0.7777777778rem;
    text-indent: 1.71875vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico > button::after,
  .comm_pdf-list.dictionary_list .curiosity_file > button::after {
    width: 1.875vw;
    right: 1.25vw;
    background-size: 100% auto;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box {
    top: -2.03125vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll {
    width: 32.8125vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll strong {
    padding: 1.875vw 2.34375vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul {
    padding: 1.25vw 2.34375vw 2.34375vw 2.34375vw;
  }
  .comm_pdf-list.dictionary_list.overseas_list > li {
    padding-right: 15.625vw;
  }
  .policy_info-system {
    width: auto;
  }
  .policy_info-system dl {
    padding: 2.03125vw 0;
  }
  .policy_info-system dl dt {
    margin-bottom: 2.03125vw;
  }
  .policy_info-system dl dd > ul > li {
    padding-left: 1.25vw;
  }
  .policy_info-system dl dd > ul > li::before {
    width: 0.625vw;
    height: 0.625vw;
    top: 0.78125vw;
  }
  .policy_info-system dl dd > ol {
    margin-left: 1.25vw;
  }
  .policy_info-system .down button::after {
    margin-left: 1.25vw;
    background-size: 100% auto;
    width: 1.875vw;
  }
  .comm_manager-box {
    width: auto;
  }
  .comm_manager-box .item {
    width: 37%;
  }
  .comm_manager-box .item strong {
    line-height: 5.3125vw;
  }
  .comm_manager-box .item p {
    padding: 1.5625vw 2.34375vw;
  }
  .comm_manager-box .item ul {
    right: 2.34375vw;
    top: 6.71875vw;
  }
  .comm_manager-box .item ul button,
  .comm_manager-box .item ul a::before {
    background-size: 2.34375vw auto;
    height: 2.34375vw;
    width: 2.34375vw;
  }
  .comm_manager-box .item ul a {
    line-height: 2.34375vw;
    margin-top: 0.78125vw;
  }
  .comm_manager-box .disclosure_item {
    width: 22%;
  }
  .comm_manager-box .disclosure_item a {
    display: block;
    width: 66%;
    margin: 0 auto;
  }
  .data_public-wrap {
    margin-top: 4.6875vw;
  }
  .data_public-wrap .tit_img {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .data_public-wrap .data-info-wrap {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .data_public-wrap .data-info-wrap > dl.img dd img {
    width: 46%;
  }
  .data_public-wrap .data_public-open {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    overflow: hidden;
  }
  .data_public-wrap .data_public-open dl {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 10.9375vw;
    margin-bottom: 3.125vw;
  }
  .data_public-wrap .data_public-open dl dd {
    margin-left: 3.90625vw;
  }
  .data_public-wrap .data_public-open iframe {
    width: 100%;
  }
  .real_box-wrap .rearl_view-select {
    margin-bottom: 3.90625vw;
  }
  .real_box-wrap .rearl_view-select .real_guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    height: 8.59375vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business p {
    font-size: 1rem;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business span.bulk em {
    font-size: 0.8888888889rem;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide {
    margin-top: 0.625vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system > button {
    font-size: 0.8888888889rem;
    line-height: 1.2;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box {
    left: 1.25vw;
    top: 2.8125vw;
    padding-right: 1.015625vw;
    margin-right: 0.78125vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box::after {
    width: 1.09375vw;
    height: 1.875vw;
    left: 1.5625vw;
    top: -1.40625vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll {
    width: 23.4375vw;
    -webkit-box-shadow: 0.78125vw 0.78125vw 1.09375vw rgba(0, 0, 0, 0.1);
            box-shadow: 0.78125vw 0.78125vw 1.09375vw rgba(0, 0, 0, 0.1);
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll strong {
    font-size: 1rem;
    padding: 1.40625vw 1.875vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll ul {
    padding: 1.40625vw 1.875vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll ul li {
    font-size: 0.8333333333rem;
    margin-left: 1.40625vw;
    text-indent: -1.40625vw;
  }
  .real_box-wrap .comm_pdf-list li {
    padding-right: 11.71875vw;
  }
  .operation_manager-info {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .operation_link-list {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 4.6875vw;
    margin-bottom: 7.03125vw;
  }
  .operation_link-list ol > li {
    padding: 3.125vw 0;
  }
  .operation_link-list ol > li > strong {
    width: 19.53125vw;
    padding-left: 3.125vw;
  }
  .operation_link-list .list {
    width: calc(100% - 19.53125vw);
  }
  .operation_link-list .list li {
    margin-top: 2.34375vw;
  }
}
@media all and (max-width: 720px) {
  .human_guide-wrap .comm_tab-select {
    margin-top: 8.0555555556vw;
    margin-bottom: 13.8888888889vw;
  }
  .human_guide-wrap .comm_pagination {
    margin-top: 6.3888888889vw;
  }
  .human_guide-wrap .page_search-inp {
    margin-bottom: 5.5555555556vw;
  }
  .human_guide-wrap .page_search-inp .search_guide {
    padding-bottom: 0;
    margin: 0;
  }
  .human_guide-wrap .page_search-inp .search_guide > button {
    height: 6.6666666667vw;
  }
  .info_human-wrap {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .info_human-wrap h3 {
    margin-bottom: 8.3333333333vw;
    font-size: 1.3333333333rem;
  }
  .info_human-wrap .top_dl {
    margin: 0 0 8.3333333333vw 0;
  }
  .info_human-wrap .top_dl dt {
    margin-bottom: 6.9444444444vw;
    font-size: 1.5833333333rem;
  }
  .info_human-wrap .top_dl dd {
    font-size: 1rem;
  }
  .info_human-wrap .bg_ul {
    margin-left: -5.5555555556vw;
    margin-right: -5.5555555556vw;
    padding: 7.7777777778vw 8.0555555556vw;
  }
  .info_human-wrap .bg_ul li {
    margin: 1.1111111111vw 0 1.1111111111vw 7.2222222222vw;
    text-indent: -7.2222222222vw;
    font-size: 1rem;
    line-height: 1.4em;
  }
  .info_human-wrap .comm_pdf-list > li {
    padding-right: 0;
  }
  .system_box-wrap {
    margin-left: -5.5555555556vw;
    margin-right: -5.5555555556vw;
    padding-bottom: 8.8888888889vw;
    margin-top: 18.6111111111vw;
  }
  .system_box-wrap > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .system_box-wrap > ul > li {
    margin: 0;
  }
  .system_box-wrap > ul > li .mus-top {
    margin-top: -11.6666666667vw;
  }
  .system_box-wrap > ul > li::before {
    width: 0.6944444444vw;
    top: 40%;
  }
  .system_box-wrap > ul > li strong,
  .system_box-wrap > ul > li p {
    width: 100%;
  }
  .system_box-wrap > ul > li strong {
    font-size: 1.25rem;
    padding: 3.0555555556vw 0;
  }
  .system_box-wrap > ul > li strong::before {
    background-size: auto 100%;
    width: 5.8333333333vw;
    height: 4.4444444444vw;
    margin-top: 0.5555555556vw;
    margin-right: 1.9444444444vw;
  }
  .system_box-wrap > ul > li p {
    font-size: 0.8333333333rem;
    padding: 4.7222222222vw 0;
  }
  .system_box-wrap > ul > li p span {
    font-size: 1.25rem;
    height: 10vw;
  }
  .system_box-wrap > ul > li ul {
    width: 41.6666666667vw;
    height: 33.3333333333vw;
    margin-top: 4.1666666667vw;
  }
  .system_box-wrap > ul > li ul li {
    margin-left: 3.6111111111vw;
    font-size: 0.8333333333rem;
  }
  .system_box-wrap > ul > li ul li::before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin: 1.9444444444vw 0.8333333333vw 0 0;
  }
  .procedure_box-wrap {
    margin-top: 14.7222222222vw;
    margin-bottom: 5.5555555556vw;
  }
  .procedure_box-wrap h4 {
    margin-bottom: 6.1111111111vw;
    font-size: 1.25rem;
  }
  .procedure_box-wrap .step_guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .procedure_box-wrap .step_items {
    width: 50%;
  }
  .procedure_box-wrap .step_items ol li:first-child span {
    padding-top: 4.1666666667vw;
  }
  .procedure_box-wrap ol {
    text-align: center;
    display: block;
  }
  .procedure_box-wrap ol li {
    width: 100%;
    height: 16.6666666667vw;
    margin-right: 0;
    margin-bottom: -2.7777777778vw;
    background-image: url(../img/m/bg_arw-way.png);
    background-position: center top;
    background-size: auto 100%;
    display: block;
  }
  .procedure_box-wrap ol li:last-child {
    background-image: url(../img/m/bg_arw-way2.png);
  }
  .procedure_box-wrap ol li span {
    font-size: 1rem;
    padding-left: 0 !important;
    padding-top: 5.5555555556vw;
    display: block;
    text-align: center;
  }
  .procedure_box-wrap ol li p {
    width: 100%;
    height: 12.5vw;
    padding-top: 4.1666666667vw;
    background-size: auto 100%;
    left: 0;
    top: 91.6666666667vw;
    font-size: 1rem;
    padding-left: 0;
    background-image: url(../img/m/bg_arw-way.png);
    background-position: center top;
    display: block;
  }
  .procedure_box-wrap ol li.p1 span {
    padding-top: 3.0555555556vw;
  }
  .procedure_box-wrap ol li.p3 span {
    padding-top: 3.6111111111vw;
  }
  .procedure_box-wrap ol li.p4 span {
    padding-top: 3.8888888889vw;
  }
  .procedure_box-wrap ol li.p3::before, .procedure_box-wrap ol li.p2::before, .procedure_box-wrap ol li.p2::after, .procedure_box-wrap ol li.p2 p::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    border-width: 2px;
  }
  .procedure_box-wrap ol li.p3::before {
    left: auto;
    right: 2.5vw;
    bottom: auto;
    top: 3.6111111111vw;
  }
  .procedure_box-wrap ol li.p2::after {
    right: auto;
    left: 2.5vw;
    top: 3.6111111111vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .procedure_box-wrap ol li.p2::before {
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -0.9722222222vw;
  }
  .procedure_box-wrap ol li.p2 p::before {
    left: 50%;
    top: -0.9722222222vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .procedure_box-wrap ol li.p3::after {
    width: 6.9444444444vw;
    height: 28.6111111111vw;
    left: auto;
    bottom: 11.1111111111vw;
    background-image: url(../img/m/line_procedure01.png);
    right: -2.7777777778vw;
  }
  .procedure_box-wrap ol li.p2 p::after {
    width: 22.5vw;
    height: 75.5555555556vw;
    left: auto;
    top: auto;
    background-image: url(../img/m/line_procedure02.png);
    right: 0;
    bottom: 100%;
  }
  .procedure_box-wrap ol.one_step {
    padding-bottom: 0;
  }
  .procedure_box-wrap ol.two_step {
    padding-bottom: 27.7777777778vw;
  }
  .comm_pdf-list > li {
    padding: 0 6.9444444444vw 0 6.9444444444vw;
  }
  .comm_pdf-list > li::before {
    width: 4.4444444444vw;
    height: 5.5555555556vw;
    background-size: 100% auto;
    top: 2.7777777778vw;
    left: 2px;
  }
  .comm_pdf-list > li > span {
    position: static;
    padding-bottom: 3.3333333333vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: 0;
  }
  .comm_pdf-list > li > button,
  .comm_pdf-list > li > a {
    font-size: 1.25rem;
    padding: 2.7777777778vw 0 1.6666666667vw 0;
  }
  .comm_pdf-list > li > p em > span::before {
    padding: 0 3px;
  }
  .comm_pdf-list.dictionary_list > li {
    padding-right: 0;
  }
  .comm_pdf-list.dictionary_list > li > button {
    font-size: 1rem;
  }
  .comm_pdf-list.dictionary_list > li > button em {
    font-size: 0.9166666667rem;
  }
  .comm_pdf-list.dictionary_list > li.on {
    z-index: 3;
  }
  .comm_pdf-list.dictionary_list .curiosity_btns {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0.8333333333vw 0 3.3333333333vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comm_pdf-list.dictionary_list .curiosity_btns .curiosity_ico,
  .comm_pdf-list.dictionary_list .curiosity_btns .curiosity_file {
    width: 48%;
    margin-right: 0;
  }
  .comm_pdf-list.dictionary_list .curiosity_btns .curiosity_ico > button,
  .comm_pdf-list.dictionary_list .curiosity_btns .curiosity_file > button {
    width: 100%;
    height: 8.3333333333vw;
    line-height: 5.2777777778vw;
    font-size: 0.9166666667rem;
    text-indent: 3.0555555556vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_btns .curiosity_ico > button::after,
  .comm_pdf-list.dictionary_list .curiosity_btns .curiosity_file > button::after {
    width: 4.4444444444vw;
    right: 2.2222222222vw;
    background-size: 100% auto;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box {
    right: auto;
    bottom: 0;
    left: 0;
    top: 10.5555555556vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll {
    width: 58.3333333333vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll strong {
    padding: 3.3333333333vw 4.1666666667vw;
    font-size: 1.0833333333rem;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul {
    padding: 2.2222222222vw 4.1666666667vw 4.1666666667vw 4.1666666667vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li {
    font-size: 1em;
    line-height: 1.6em;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li em {
    padding-left: 6px;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li em::before {
    top: 2.2222222222vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li span {
    padding-bottom: 0;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li .note p span {
    padding-top: 1.3888888889vw;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li .note p button {
    background-size: 3.3333333333vw auto;
    padding-left: 3.8888888889vw;
    display: block;
    margin-left: 0;
    line-height: 1.4em;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box .cur_scroll ul li .note p.file {
    line-height: 1.8em;
  }
  .comm_pdf-list.dictionary_list .curiosity_ico .cur_box::after {
    left: 1.3888888889vw;
    top: -1.3888888889vw;
    right: auto;
    width: 3.3333333333vw;
    height: 1.6666666667vw;
    background-image: url(../img/bg_arw-file2.png);
    background-size: 100% auto;
  }
  .comm_pdf-list.dictionary_list.overseas_list > li {
    padding-right: 0;
  }
  .policy_info-system dl {
    padding: 5vw 0;
  }
  .policy_info-system dl dt {
    margin-bottom: 3.6111111111vw;
  }
  .policy_info-system dl dd > ul > li {
    padding-left: 2.2222222222vw;
  }
  .policy_info-system dl dd > ul > li::before {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    top: 2.5vw;
  }
  .policy_info-system dl dd > ol {
    margin-left: 2.2222222222vw;
  }
  .policy_info-system .down button::after {
    margin-left: 2.2222222222vw;
    background-size: 100% auto;
    width: 4.1666666667vw;
  }
  .comm_manager-box {
    width: auto;
    display: block;
  }
  .comm_manager-box .item {
    width: 100%;
    margin-bottom: 3.0555555556vw;
  }
  .comm_manager-box .item strong {
    line-height: 8.0555555556vw;
    font-size: 1em;
    padding: 1.6666666667vw 0;
  }
  .comm_manager-box .item p {
    padding: 4.1666666667vw 4.1666666667vw;
    font-size: 1.25rem;
  }
  .comm_manager-box .item p b {
    font-size: 1.25rem;
  }
  .comm_manager-box .item p em {
    font-size: 1rem;
  }
  .comm_manager-box .item ul {
    right: 4.1666666667vw;
    top: auto;
    bottom: 4.1666666667vw;
  }
  .comm_manager-box .item ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 1.3888888889vw;
  }
  .comm_manager-box .item ul button,
  .comm_manager-box .item ul a::before {
    background-size: 4.1666666667vw auto;
    height: 4.1666666667vw;
    width: 4.1666666667vw;
  }
  .comm_manager-box .item ul a {
    line-height: 4.1666666667vw;
    margin-top: 0;
  }
  .comm_manager-box .disclosure_item {
    width: 80%;
    margin: 0 auto;
  }
  .comm_manager-box .disclosure_item a {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .ann_select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 88%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5vw;
    position: relative;
    padding-left: 12%;
  }
  .ann_select-box button {
    width: 25%;
    display: block;
    margin: 0;
    padding: 2.7777777778vw 0;
    border-width: 0 1px 1px 0;
  }
  .ann_select-box button:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 12%;
    height: 100%;
    border-width: 1px;
  }
  .ann_select-box button:nth-child(n+2):nth-child(-n+5) {
    border-width: 1px 1px 1px 0;
  }
  .ann_select-box button span {
    background-size: 6.1111111111vw auto;
    padding-top: 6.3888888889vw;
    font-size: 2.7777777778vw;
  }
  .data_public-wrap {
    margin-top: 8.3333333333vw;
  }
  .data_public-wrap .tit_img {
    width: 100%;
    background-image: url(../img/m/img_data-top.jpg);
    margin: 0;
    height: 34.7222222222vw;
  }
  .data_public-wrap .data-info-wrap {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-top: 8.3333333333vw;
  }
  .data_public-wrap .data-info-wrap > dl {
    padding: 5.2777777778vw 0;
  }
  .data_public-wrap .data-info-wrap > dl dt {
    margin-bottom: 3.6111111111vw;
  }
  .data_public-wrap .data-info-wrap > dl:first-child {
    border-top: 2px solid #d6d6d6;
  }
  .data_public-wrap .data-info-wrap > dl:last-child {
    padding-bottom: 0;
  }
  .data_public-wrap .data-info-wrap > dl.img dd {
    display: block;
  }
  .data_public-wrap .data-info-wrap > dl.img dd a {
    width: 34.7222222222vw;
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
  }
  .data_public-wrap .data-info-wrap > dl.img dd img {
    width: 100%;
    margin: 6.9444444444vw 0 0 0;
  }
  .data_public-wrap .data-info-wrap > dl.img dd .img_left {
    width: auto;
  }
  .real_box-wrap .rearl_view-select {
    margin-bottom: 6.9444444444vw;
  }
  .real_box-wrap .rearl_view-select .real_guide {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3.3333333333vw 0 8.8888888889vw 0;
    position: relative;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business p {
    font-size: 1em;
    line-height: 1.2em;
    min-height: 8.0555555556vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business span.bulk em {
    font-size: 1rem;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 3.3333333333vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system > button {
    font-size: 1rem;
    line-height: 1;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box {
    left: 2.2222222222vw;
    top: 6.9444444444vw;
    padding-right: 1.8055555556vw;
    margin-right: 1.3888888889vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box::after {
    width: 3.0555555556vw;
    height: 5.8333333333vw;
    left: 5.5555555556vw;
    top: -4.1666666667vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll {
    width: 63.8888888889vw;
    -webkit-box-shadow: 1.3888888889vw 1.3888888889vw 1.9444444444vw rgba(0, 0, 0, 0.1);
            box-shadow: 1.3888888889vw 1.3888888889vw 1.9444444444vw rgba(0, 0, 0, 0.1);
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll strong {
    font-size: 1.1666666667rem;
    padding: 3.3333333333vw 5vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll ul {
    padding: 3.8888888889vw 4.7222222222vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .selection_business .realname_guide .realname_system .cur_box .cur_scroll ul li {
    font-size: 1rem;
    margin-left: 4.4444444444vw;
    text-indent: -4.4444444444vw;
  }
  .real_box-wrap .rearl_view-select .real_guide .comm_select {
    width: 40%;
  }
  .real_box-wrap .rearl_view-select .real_guide .comm_select select {
    font-size: 0.8333333333rem;
  }
  .real_box-wrap .comm_pdf-list li {
    padding-right: 0;
  }
  .real_box-wrap .comm_pdf-list li .bulk em {
    font-size: 1.1666666667rem;
  }
  .operation_manager-info > strong {
    margin: 5.5555555556vw 0 2.7777777778vw 0;
  }
  .operation_manager-info .comm_manager-box .item {
    width: 100%;
  }
  .operation_link-list ol > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .operation_link-list ol > li > strong {
    width: 100%;
    padding-left: 6.25vw;
    font-size: 1.25rem;
  }
  .operation_link-list .list {
    width: 100%;
    padding: 0 2.7777777778vw 0 6.25vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .operation_link-list .list li {
    width: 50%;
    margin-top: 3.4722222222vw;
  }
  .operation_link-list .list li:nth-child(-n+3) {
    margin-top: 3.4722222222vw;
  }
  .operation_link-list .list li a {
    line-height: 1.4em;
    font-size: 1rem;
  }
}