
@charset "UTF-8";

/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }


*, *::before, *::after {
  box-sizing: border-box;
}

			
.br-pc {
	display:block;
}

.br-sp	{ display:none;
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}


body {
    /*font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif;*/
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    margin:0;
    line-height: 18px;
    letter-spacing: 0.05em;
}



.container {
    width:80%;
    margin: 0 auto;
    /*border: 0px solid red;*/
    border: 1px solid gray;
    margin-top: 20px;
    margin-bottom: 20px;


}

.wrapper {
    padding: 0px 20px;


}



.wrapper h1 {
font-size: 33px;
line-height: 1.1em;
/*font-weight: normal;*/

}

.update {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    border: 0px solid red;
    float: right;
    margin-top: 30px;

}

.headline {
    font-size: 12px;
    margin-bottom:30px;

}

.wrapper h2 {
    font-size: 13px;
    font-weight: bold;
    /*color: black;*/
    border-bottom: solid 1px #5c5c5c;
}

.department {
    font-size:12px;
}


.sector {
    padding-right: 10px;
    padding-left: 20px;
}


.sector li {
    list-style: none;
}


.section {
    padding-left: 30px;
}


.section li {
    list-style: disc;
    margin-left: 10px;
}

.number {
    margin-left: 30px;
}

/* 情報の外部送信先一覧 */

.wrapper .h2-gaibu {
  font-size: 17px;
  font-weight: bold;
  /*color: black;*/
  border-bottom: solid 1px #5c5c5c;

}

.gaibu-table-wrapper {
  overflow-x: scroll;
  font-size: 12px;
}

.gaibu-table {
  width: 100%;
  /*width: 1330px;*/
  border-collapse: collapse;
  border: 1px solid #707070;
  table-layout: fixed;
  word-break: break-all;
  color: #707070;
}
.gaibu-table th {
  font-size: 12px;
  background-color: #EDEFF0;
  border: 1px solid #707070;
  padding: 4px 8px;
  /*width: 200px;*/
}

.gaibu-table .blank {
  background-color: #FFF;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.gaibu-table td {
  font-size: 11px;
  border: 1px solid #707070;
  /*border: 2px solid orange;*/
  padding: 4px 8px;
}

/***/
.gaibu-table col:nth-child(1) {
  width: 50px;
}

.gaibu-table col:nth-child(2) {
  width: 100px;
}

.gaibu-table col:nth-child(3) {
  width: 80px;
}

.gaibu-table col:nth-child(4) {
  width: 250px;
}

.gaibu-table col:nth-child(5) {
  width: 200px;
}


.gaibu-table col:nth-child(6) {
  width: 250px;
}

.gaibu-table col:nth-child(7) {
  width: 150px;
}

.gaibu-table col:nth-child(8) {
  width: 75px;
}

.gaibu-table col:nth-child(9) {
  width: 75px;
}

.gaibu-table col:nth-child(10) {
  width: 75px;
}

/***/

.gaibu-table th:nth-child(1) {
  width: 50px;
}

.gaibu-table th:nth-child(2) {
  width: 100px;
}

.gaibu-table th:nth-child(3) {
  width: 80px;
}

.gaibu-table th:nth-child(4) {
  width: 250px;
}

.gaibu-table th:nth-child(5) {
  width: 200px;
}

.gaibu-table th:nth-child(6) {
  width: 250px;
}


.gaibu-table th:nth-child(7) {
  width: 150px;
}

.gaibu-table th:nth-child(8) {
  width: 75px;
}

.gaibu-table th:nth-child(9) {
  width: 75px;
}

.gaibu-table th:nth-child(10) {
  width: 75px;
}

/***/

.gaibu-table td:nth-child(8) {
  text-align: center;
}

.gaibu-table td:nth-child(9) {
  text-align: center;
}

.gaibu-table td:nth-child(10) {
  text-align: center;
}

.scroll-hint-icon {
  top: 0px;
}




	
/*******************************************
スマホ用
********************************************/
@media screen and (max-width: 480px) {

			
.br-pc {
	display:none;
}

.br-sp	{ display:block;
}	



.container {
    width: 95%;
}



.wrapper h1 {
font-size: 30px;

}


.sector {
    padding-right: 5%;
    padding-left: 10%;
}




}



