@charset "utf-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
}


/*▼▼▼ トップページ ▼▼▼*/
.oldText #main {
  position: relative;
  padding-bottom:10px;
}

.oldText #main #btn_pdf{
  height: 113px;
  width: 252px;
  position: absolute;
  bottom: 40px;
  left: 20px;
}

.oldText #index .subCont_1{
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.oldText #index .subCont_1 .menuBox .textBox{
  border: 1px solid #ccc;
  border-top: none;
  min-height: 160px;
  padding: 15px;
  position: relative;
}
.oldText #index .subCont_1.height .menuBox .textBox {
  height: 95px;
}
.oldText #index .subCont_1 .menuBox .textBox .more {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.oldText #index .subCont_1 h3.blue{
  text-align: center;
  background: rgb(54,106,165);
  background: linear-gradient(180deg, rgba(54,106,165,1) 0%, rgba(43,137,218,1) 50%,rgba(36,126,203,1) 50%, rgba(59,141,210,1) 60%, rgba(101,166,220,1) 100%);
  font-weight: bold;
  color: #FFF;
  line-height: 39px;
  border: 1px solid #1e568f;
  padding: 0;
  margin: 0;
}

.oldText #index .subCont_1 h3.white{
  text-align: center;
  background-image: url(/isa/content/920000224.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  font-weight: bold;
  line-height: 39px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #959595;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #959595;
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.oldText #index .subCont_1 p{
  margin: 0;
}

.oldText #index .subCont_1 .more{
  text-align: right;
}

.oldText #index .ieHac{height:0;
*height:20px;}

.oldText #index h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}
.oldText #index h2 font {
  font-size: 1.125rem;
}

.oldText #index .btn_system{
  text-align: center;
  margin: 20px auto;
}
.oldText #index .btn_system a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 10px;
  width: 70%;
  padding: 20px 10px;
  margin: 10px auto;
}
.oldText #index .btn_system a strong {
  font-size: 1.5rem;
  font-weight: bold;
}
.oldText #index .btn_system #btn_start{
  border: 1px solid #0080c9;
  background-color: #44aeea;
}
.oldText #index .btn_system #btn_start:hover{
  border: 1px solid #44aeea;
  background-color: #0080c9;
}
.oldText #index .btn_system #btn_finish{
  border: 1px solid #1a653c;
  background-color: #228b22;
}
.oldText #index .btn_system #btn_finish:hover{
  border: 1px solid #228b22;
  background-color: #1a653c;
}

.oldText #index #contact{
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #959595;
  border-bottom-color: #959595;
  border-left-color: #959595;
  margin-bottom: 20px;
}
.oldText #index #contact .box{
  padding:15px;
}
.oldText #index #contact h3{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 50%, rgba(242,242,242,1) 100%);
  font-weight: bold;
  line-height: 1.8;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  padding: 10px;
  margin: 0;
}
.oldText #index #contact h4{
  color: #336799;
  font-weight: bold;
}
.oldText #index #contact p{
  padding-left:20px;
}
.oldText #index #contact .contactAddress{
  font-size: 1.2em;
  font-weight: bold;
}
.coment{
  font-size:0.8em;
  text-indent: -1.2em;
  margin-left: 2em;
}

/*▼▼▼ サブページ ▼▼▼*/

#sub #leftColumn{
  float: left;
  width: 290px;
}
#sub #sideMenu{
  margin-bottom: 20px;
  padding-bottom:20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
}

#sub #sideMenu li{
  height:86px;
  width:290px;
}

#sub #rightColumn{
  padding-top:5px;
  float: right;
  width: 580px;
}
#sub #rightColumn p{
margin-bottom:5px;
}

#sub h3{
  background-image: url(/isa/content/920000225.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-weight: bold;
  color: #FFF;
  padding-left: 20px;
  line-height: 39px;
  padding-top: 2px;
  margin-bottom:10px;
}

#sub h4{
    color: #336799;
    font-weight: bold;
  margin-top:10px;
}


#sub #rightColumn li{
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.toTop{
  font-size: 0.8em;
  text-align: right;
  margin-top: 20px;
}
.toTop img{
  vertical-align: middle;
}
.toTop a{
  text-decoration: none;
  color: #333;
}
.toTop a:hover{
  text-decoration: underline;
}


dl.indnt {
    font-size: 0.88em;
    line-height: 140%;
}

dl.indnt dt {
    float: left;
    width:10px;
}
dl.indnt dd {
    padding-left: 14px;
}

dl.indnt2 {
    font-size: 0.88em;
    line-height: 140%;
}

dl.indnt2 dt {
    float: left;
    width:30px;
}
dl.indnt2 dd {
    padding-left: 40px;
}
/*▼▼▼ サブページ（対象となる届出・届出の方法） ▼▼▼*/

#notification .step{
  color: #FFF;
  background-color: #4090D4;
  padding-top:2px;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

#notification .stepInd{
  text-indent: -7em;
  margin-left: 7em;
}

#notification .box{
  background-color: #E6EDF6;
  border: 2px solid #30526F;
  padding: 15px;
  margin-top: 20px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

#notification .box {
  background-color: #E6EDF6;
  border: 2px solid #30526F;
  padding: 15px;
  margin-top: 20px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
#notification .linkTxt {
  font-size:0.8em;
}

/*▼▼▼ サブページ（よくある質問、操作マニュアルインデックスページ） ▼▼▼*/
#faq_manual h4{margin-bottom:10px;}
#faq_manual li{margin-bottom:10px;}
#faq_manual .underConstruction{
  color: #999;
}


/*▼▼▼ サブページ（利用規約、利用環境） ▼▼▼*/
#system p,
#policy p,
#environment p{
  text-indent: 1em;
}
#policy h4{
  color: #333;
  margin-top: 20px;
  font-weight:normal;
}


#sub #rightColumn #policy li {
    margin-left: 4em;
    text-indent: -1.7em;
}


/*▼▼▼ よくある質問 ▼▼▼*/
#faq{}
#faq h5{
  font-size: 0.9em;
  font-weight: bold;
  margin-top:15px;
  }

#faq dl {
    font-size: 0.9em;
  margin-bottom: 5px;
    line-height: 140%;
    padding-top: 10px;
}

#faq dl dt {
    float: left;
    width: 3.5em;
}
#faq dl dd {
    padding-left: 3.5em;
}

#faq dd a {
  text-decoration: none;
}
#faq dd a:hover {
  text-decoration: underline;
}
#faq .qa_box{
    margin-bottom: 20px;
}


#faq .qa_box .a_box{
    margin-left: 2.5em;
  padding-top:0;
}

#faq .qa_box dl {
    font-weight: bold;
}
#faq .qa_box .a_box dt {
    color: #FF3333;
    float: left;
    font-weight: bold;
    line-height: 160%;
    width: 2.5em;
}

#faq .qa_box .a_box dd {
    padding-left: 2.5em;
  font-weight:normal;
}

#faq .qa_box p,
#faq .qa_box li {
 font-size:1em;
}

#faq .txtInd{
  text-indent: -1.3em;
  margin-left: 1.3em;
}

#faq .toQuestion{
  font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
    text-decoration: underline;}

#faq .qa_box .toTop {
  margin-top:5px;
 font-size:0.9em;
}
/*▼▼▼ 汎用スタイル ▼▼▼*/

.fontSize085{font-size:0.85em;}

.fontSize070{font-size:0.7em;}

.oldText #index #contact p,
.oldText #contact .box h4 {
  margin: 0;
}
.oldText .menuBox {
  margin-bottom: 0;
}
.oldText .more a + img {
  visibility: inherit;
  vertical-align: middle;
}
.oldText h4 {
  padding: 0;
}

/*▼▼▼ 質問ページ ▼▼▼*/

.oldText .pre-check {
  flex-direction: column;
  margin: 0 auto;
  padding: 40px 0;
  max-width: initial;
}
.oldText #not_filled. .pre-check {
  padding-top: 80px;
}
.oldText .pre-check.table,
.oldText .pre-check.list {
  max-width: initial;
}
.oldText .pre-check h2 {
  color: #0b6f9f;
  font-weight: bold;
  text-align: center;
  font-size: 2.625rem;
  margin-bottom: 40px;
}
.oldText .pre-check p {
  line-height: 28px;
}
.oldText .pre-check p.small {
  font-size: 0.75rem;
}
.oldText .pre-check .blueBox {
  background-color: #d2eaf1;
  padding: 20px 30px;
  margin: 40px 0;
}
.oldText .pre-check .blueBox p {
  margin: 0;
}
.oldText .pre-check .buttonArea a.check {
  padding: 28px;
  max-width: 600px;
}

.oldText .pre-check h3 {
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.oldText .documentlist .document-inner ol {
  margin: 0;
}
.oldText .documentlist .document-inner h5 {
  color: #0075a9;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.oldText .documentlist .document-inner img {
  margin-top: 16px;
}
.oldText .documentlist .document-inner ul {
  text-indent: 0;
  padding-left: 0;
  margin: 0 0 5px 0;
}
.oldText .documentlist .document-inner ul li {
  text-indent: -14px;
  padding-left: 16px !important;
}
.oldText .documentlist .document-inner ul li::before {
  content: "・";
}
.oldText .documentlist .document-inner ul li a {
  background: none;
  padding-left: 0;
}

.oldText #not_filled p.firstTxt {
  font-size: 1.5rem;
}

.oldText #not_filled p {
  margin-bottom: 40px;
}

.oldText .txtArea p.txt {
  text-indent: -29px;
  padding-left: 29px;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 10px 0;
}

.oldText #document h3 {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #0075a9;
  padding: 5px;
  color: #fff;
  text-align: left;
  margin: 50px 0 15px;
}
.oldText #document h3 a {
  color: #fff;
}
.oldText #document h3:first-child {
  margin-top: 0;
}

.oldText #document .txtCenter,
.oldText #document03 .txtCenter,
.oldText #document05 .txtCenter,
.oldText #document07 .txtCenter {
  margin: 40px 0 0;
  text-align: center;
}

.oldText #document03 p.txtLeft {
  margin-bottom: 40px;
}
.oldText #document03 table td,
.oldText #document03 .txtArea {
  text-align: left;
}
.oldText #document03 .txtArea {
  margin: 20px 0;
}

.oldText #document05 ul,
.oldText #document05 p {
  text-align: left;
  line-height: 2;
}
.oldText #document05 ul,
.oldText #document05 p {
  text-align: left;
  line-height: 2;
}
.oldText #document05 ul {
  list-style: disc;
  margin-left: 20px;
}
.oldText #document05 ul li {
  display: list-item;
  list-style: disc;
}
.oldText #document05 p {
  margin: 20px 0;
}

.oldText #document07 table tr td:nth-child(3) {
  text-align: left;
  max-width: 400px;
}
.oldText #document07 table tr th:first-child {
  width: 18%;
}


.oldText .buttonArea {
  justify-content: center;
  margin-top: 20px;
}
.oldText .buttonArea a {
  width: 100%;
  max-width: 200px;
  padding: 25px;
  margin: 0 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.875rem;
  font-weight: bold;
  border-radius: 8px;
  background-color: #0075a9;
  box-shadow: 0px 4px #1e3d6e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}
.oldText .buttonArea.column a {
  max-width: 600px;
  display: inline-block;
  margin: 10px auto;
}
.oldText .buttonArea.column a.otherCategory {
  background-color: #018a9a;
}
.oldText .buttonArea a:hover,
.oldText .buttonArea.column a.otherCategory:hover {
  background-color: #f66315;
  box-shadow: 0px 4px #c0542d;
}
.oldText .buttonArea a:active,
.oldText .buttonArea.column a.otherCategory:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.oldText .buttonArea a.yes {
  background-color: blue;
}
.oldText .buttonArea a.no {
  background-color: red;
}

.oldText .numbers {
  color: #ffffff;
  font-weight: bold;
  background-color: #0075a9;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  font-family: Arial, Helvetica, "sans-serif";
}
.oldText .numbers.small {
  width: 18px;
  height: 19px;
  font-weight: normal;
  padding: 1px 2px 0 0;
}

.oldText .categoryTitle {
  border: 2px solid;
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 48px;
}
.oldText #table-content h3 {
  text-align: left;
}
.oldText .categoryTitle h3 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.oldText #categoryA {
  border-color: #00a5e7;
}
.oldText #categoryA h3 {
  color: #00a5e7;
  text-align: center;
}
.oldText #categoryA h3 .numbers {
  background-color: #00a5e7;
}

.oldText #categoryB {
  border-color: #b80117;
  text-align: center;
}
.oldText #categoryB h3 {
  color: #b80117;
  text-align: center;
}
.oldText #categoryB h3 .numbers {
  background-color: #b80117;
}

.oldText #categoryC {
  border-color: #ff4500;
  text-align: center;
}
.oldText #categoryC h3 {
  color: #ff4500;
  text-align: center;
}
.oldText #categoryC h3 .numbers {
  background-color: #ff4500;
}

.oldText #categoryD {
  border-color: #00984b;
  text-align: center;
}
.oldText #categoryD h3 {
  color: #00984b;
  text-align: center;
}
.oldText #categoryD h3 .numbers {
  background-color: #00984b;
}

.oldText #categoryE {
  border-color: #c30068;
}
.oldText #categoryE h3 {
  color: #c30068;
  text-align: center;
}
.oldText #categoryE h3 .numbers {
  background-color: #c30068;
}
.oldText #categoryA p,
.oldText #categoryB p,
.oldText #categoryC p,
.oldText #categoryD p,
.oldText #categoryE p {
  text-align: center;
  margin: 0;
}

.oldText h4.titleBox {
  color: #fff;
  background-color: #0075a9;
  font-size: 1.25rem;
  padding: 10px 15px;
}
.oldText .buttonArea.column {
  margin-top: 80px;
}
/*テーブルここから*/
.oldText table {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.oldText table tr {
  background-color: #fff;
  border: 1px solid #999;
}
.oldText table tr th,
.oldText table tr td {
  border: 1px solid #bbb;
  padding: 10px 5px;
  font-size: initial;
  vertical-align: middle;
  color: #000;
}
.oldText table tr th {
  text-align: center;
  font-weight: bold;
  background-color: #eeeeee;
}
.oldText table tr th#number {
  width: 8%;
}
.oldText table tr th#target {
  width: 54%;
}
.oldText table tr th#immigration {
  width: 8%;
}
.oldText table tr th#category {
    width: 15%;
}
.oldText table tr td {
  padding: 10px;
  border-left: 1px solid #dbdbdb;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
.oldText table tr td.txt {
  text-align: left;
}
.oldText table tr th#w5 {
  width: 5%;
}
.oldText table tr th#w10 {
  width: 10%;
}
.oldText table tr th#w15 {
  width: 15%;
}
.oldText table tr th#w20 {
  width: 20%;
}
.oldText table tr th#w25 {
  width: 25%;
}
.oldText table tr th#w30 {
  width: 30%;
}
.oldText table tr td#w5 {
  width: 5%;
}
.oldText table tr td#w10 {
  width: 10%;
}
.oldText table tr td#w15 {
  width: 15%;
}
.oldText table tr td#w20 {
  width: 20%;
}
.oldText table tr td#w25 {
  width: 25%;
}
.oldText table tr td#w30 {
  width: 30%;
}

.oldText .txt {
  text-align: left;
}
.oldText p.txt {
  margin: 15px 0;
}
.oldText #table-content p.txt {
  text-indent: -48px;
  padding-left: 48px;
  text-align: left;
}
.oldText .circle_s {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0075a9;
  text-align: center;
  color: #fff;
  line-height: 1.3em;
}
.oldText .btn-circle {
  display: inline-block;
  text-decoration: none;
  background: #0075a9;
  color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #1e3d6e;
  transition: .4s;
}
.oldText .btn-circle:hover {
  background: #f66315;
  border-bottom: solid 3px #c0542d;
}
.oldText .btn-circle:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.oldText .cell_common {
  background-color: #d4ecea;
}
.oldText .cell_a {
  background-color: #dff2fc;
}
.oldText .cell_b {
  background-color: #fadbda;
}
.oldText .cell_c {
  background-color: #feecd2;
}
.oldText .cell_d {
  background-color: #98EC7A;
}
.oldText .cell_e {
  background-color: #f1d9e9;
}

.oldText #document table {
  font-size: 15px;
  font-size: 0.95rem;
  text-align: center;
}
.oldText #document .documentBox table {
  width: auto;
}
.oldText .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  text-indent: 0;
  background: #0075a9;
}
.oldText #document td.td-number {
  width: 5%;
}
.oldText .bg_a {
  background: #00a5e7;
}
.oldText .bg_b {
  background: #b80117;
}
.oldText .bg_c {
  background: #ff4500;
}
.oldText .bg_d {
  background: #00984b;
}
.oldText .bg_e {
  background: #c30068;
}
.oldText #document .indent-1 {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
/*テーブルここまで*/

/*ポップアップここから*/
.oldText .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.oldText .modal_bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.oldText .modal_content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
}
.oldText .modal_content h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding-left: 5px;
}
.oldText .modal_content p {
  font-size: 16px;
  font-size: 1rem;
}
.oldText .modal_content ul {
  padding-left: 16px;
}
.oldText .modal_content a.js-modal-close {
  margin-top: 20px;
  position: absolute;
  top: 0px;
  right: 20px;
  text-decoration: none;
  font-weight: bold;
}
.oldText .modal_content .buttonArea {
  margin-top: 40px;
}
.oldText .modal_content .buttonArea a {
  padding: 10px 25px;
}
.oldText #online #JPEG .boxClass,
.oldText #online #PDF .boxClass {
  width: 392px;
}

.oldText #online #OTHERS .boxClass {
  width: 562px;
}
/*ポップアップここまで*/
.oldText .spShow {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .oldText #index .subCont_1 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .oldText #index .subCont_1 .menuBox {
    margin: 0 0 20px;
  }
  .oldText .pre-check {
    padding: 20px 0;
  }
  .oldText .pre-check h2,
  .oldText .pre-check h3 {
    margin-bottom: 20px;
  }
  .oldText .pre-check h2 {
    font-size: 2rem;
  }
  .oldText .categoryTitle h3 {
    font-size: 1.75rem;
  }
  .oldText .pre-check.list {
    padding-top: 20px;
  }
  .oldText .pre-check.list img {
    max-width: 410px;
  }
  .oldText .pre-check .blueBox p {
    padding: 0px;
  }
  .oldText .pre-check .blueBox {
    margin: 20px 0 0;
  }

  .oldText .buttonArea.flex {
    flex-direction: column;
    margin: 20px 0 0;
  }
  .oldText .buttonArea a,
  .oldText .buttonArea.column a,
  .oldText .pre-check .buttonArea a.check {
    padding: 28px 10px;
    width: auto;
    max-width: inherit;
    margin: 5px 0;
  }

  .oldText .documentlist .document-inner {
    margin: 20px 0;
  }

  .oldText #document td.td-number {
    width: auto;
  }
  .oldText #document .documentBox {
    padding-right: 20px;
    padding-left: 20px;
  }
  .oldText #document .documentBox h3 {
    margin: 20px 0 0;
  }
  .oldText #document .documentBox h3:first-child {
    margin: 0;
  }

  .oldText #online {
    padding: 0;
  }
  .oldText #online #PDF .boxClass:nth-child(2n) {
    margin-right: 0;
  }
  .oldText #online #PDF .boxClass:nth-child(3n) {
    margin-right: 12px;
  }
  .oldText #online .documentlist .imgCenter {
    margin-bottom: 0;
  }
  .oldText h4.titleBox {
    margin: 20px 0;
  }
  /*テーブル*/
  .oldText table {
    border: 0;
    width: 100%;
    display: table;
  }

  .oldText table tr {
    display: block;
    margin: 20px 0;
  }

  .oldText table tr.pcShow {
    display: none;
  }

  .oldText table tr th,
  .oldText table tr td {
    height: auto;
    display: block;
    border: none;
    border-bottom: 1px solid #bbb;
    padding: 10px;
    white-space: normal;
  }

  .oldText table th {
    background-color: #eee;
  }

  .oldText table td {
    line-height: 150%;
  }

  .oldText table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

  .oldText table td:last-child {
    border-bottom: 0;
  }

  .oldText #online .documentlist table td p {
    margin: 0;
  }

  .oldText #online .documentlist table td p.circle {
    font-weight: bold;
    text-align: center;
  }

  .oldText #document .txtCenter,
  .oldText #document03 .txtCenter,
  .oldText #document05 .txtCenter,
  .oldText #document07 .txtCenter {
    margin: 20px 0;
  }

  .oldText #document h3.documentTitle span {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .oldText #document03 p.txtLeft,
  .oldText #document03 .txtArea {
    margin: 0;
  }

  .oldText #document03 table tr td:first-child {
    background-color: #eeeeee;
  }

  .oldText #document07 table tr td:first-child {
    background-color: #eee;
    font-weight: bold;
    border: 1px solid #bbb;
    border-bottom: 2px solid #bbb;
  }

  .oldText #document07 table tr td:nth-child(3) {
    max-width: inherit;
    padding: 10px;
    text-align: center;
  }

  /*テーブル*/

  /*モーダル*/
  .oldText .modal_content {
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .oldText .modal_content p {
    padding: 0;
  }
  .oldText #online #JPEG .boxClass,
  .oldText #online #PDF .boxClass,
  .oldText #online #OTHERS .boxClass,
  .oldText #online #PDF .boxClass:nth-child(3n),
  .oldText #online #OTHERS .boxClass:first-child {
    width: 100%;
    margin-right: 0;
  }
  /*モーダル*/
  .oldText .spShow {
    display: block !important;
  }
}