@charset "UTF-8";
/* ======================
　Reset
====================== */
/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
------------------------------------------ */
/*----- for HTML5 -----*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Costom Reset
------------------------------------------ */
/*----- for HTML5 -----*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

hr, legend {
  display: none;
}

time {
  display: block;
}

sub, sup {
  position: relative;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: bottom;
}
/* ======================
　Share
====================== */
/* Base Setting
------------------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: black;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.61;
}

/* link */
a:link {
  color: #0000FF;
  text-decoration: none;
}

a:visited {
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  color: #FF6600;
  text-decoration: none;
  background-color: #FFFFCC;
}


a:active {
  color: #FF6600;
  text-decoration: none;
  background-color: #FFFFCC;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* imgover */
img.opRollover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* Text
------------------------------------------ */
/* List
------------------------------------------ */
/* common */
ul > li > ul,
ul > li > ol,
ul > li > dl,
ol > li > ul,
ol > li > ol,
ol > li > dl {
  margin-top: 0 !important;
}
ul > li > .navAnchor01 > li,
ol > li > .navAnchor01 > li {
  text-indent: 0;
}

dl dd ul,
dl dd ol {
  margin-top: 0 !important;
}
/* Column
------------------------------------------ */
/* column */
/* Align
------------------------------------------ */
.aC {
  text-align: center !important;
}

.aR {
  text-align: right !important;
}

.aL {
  text-align: left !important;
}
/* ======================
　PC
====================== */
/* Base Setting
------------------------------------------ */
body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #f6f6f6;
}

#page {
    margin: 0 auto;
    width: 980px;
	background-color: #fff;
}

.sectiion{
	margin: 1.5em 1em 0 1em;
	padding-bottom: 1em;
}

.subsection{
	margin: 0 1em;
}

.inquiry{
	margin-top: 2em;
}

.footLink{
	margin-top: 2em;
}

/* Header
------------------------------------------ */
#header{
	margin:0;
	background-color: #0d3191;
	box-sizing:border-box;
}
/* footer
------------------------------------------ */
#footer{
	background: #0d3191;
	padding: 20px;
	box-sizing:border-box;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}




/* Text
------------------------------------------ */
h1{
	border-left: 0.8rem solid #14519d;
	background-color: #f3f3f3;
	padding-left: 1rem;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
}
h2{
	border-bottom: 0.15rem solid #14519D;
	margin-top: 1.5em;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
h3{
	margin-top: 1.5em;
	font-size: 18.5px;
	font-size: 1.85rem;
	border-left: 0.8rem solid #14519D;
	padding: 0.25em 0.25em 0.25em 0.5em;
}
h1 + .subsection,
h2 + p{
	margin-top: 1em;
}


.note{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1em;
	font-size: 14px;
	font-size: 1.4rem;
}
.listOl01 > li .note{
	margin-top: 0;
}

.url{
	word-break: break-all;
}



/* List
------------------------------------------ */
/* listUl01 */
.listUl01{
	margin-top: 1em;
}
.listUl01 li{
	text-indent: -1em;
	padding-left: 1em;;
}
/* listOl01 */
.listOl01 {
  counter-reset: listOl01;
  margin-top: 1em;
}
.listOl01 > li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
  margin-top: 0.5em;
}
.listOl01 > li:first-child {
  margin-top: 0;
}
.listOl01 > li:nth-child(n+10) {
  padding: 0 0 0 2em;
  text-indent: -2em;
}
.listOl01 > li:before {
  counter-increment: listOl01;
  content: counter(listOl01) ". ";
}
/* listOl02 */
.listOl02 {
  margin-top: 1em;
  padding-left: 2em;
  text-indent: -2em;
}
.listOl02 li{
}

/* Table
------------------------------------------ */
/* tblDate01 */
.tblDate01 {
  width: auto;
  border-top: 1px solid #006699;
  border-left: 1px solid #006699;
  margin-top: 1em;
}
.tblDate01 + p{
	margin-top: 1.5em;
}
.tblDate01 th,
.tblDate01 td {
  padding: 15px 20px;
  border-right: 1px solid #006699;
  border-bottom: 1px solid #006699;
  text-align: left;
  vertical-align: middle;
}

.tblDate01 th > *:first-child,
.tblDate01 td > *:first-child {
  margin-top: 0;
}
.tblDate01 th {
  background-color: #006699;
  border-right: 1px solid #fff;
  color: #ffffff;
  text-align: center;
}
.tblDate01 th:last-child{
  border-right: 1px solid #006699;
}
.tblDate01 th a:link,
.tblDate01 th a:visited,
.tblDate01 th a:hover,
.tblDate01 th a:active {
  color: #ffffff;
}

.tblDate01 .w90per {
  width: 90%;
}
.tblDate01 .w80per {
  width: 80%;
}
.tblDate01 .w70per {
  width: 70%;
}
.tblDate01 .w60per {
  width: 60%;
}
.tblDate01 .w50per {
  width: 50%;
}
.tblDate01 .w40per {
  width: 40%;
}
.tblDate01 .w30per {
  width: 30%;
}
.tblDate01 .w20per {
  width: 20%;
}
.tblDate01 .w10per {
  width: 10%;
}




.tableWrap{
	margin-bottom: 1em;
}

.tableWrap02{
/*	overflow: auto;*/

}
.scroll_div{
	width: 915px;
	overflow: auto;
	padding-bottom: 0.5em;
}
.scroll_div table{
}
.tblDate02{
	min-width: 2000px;
}
.tblDate02 .type01{
	background-color: #d9e1f2;
	white-space: nowrap;
	text-align: center;
}
.tblDate02 .type02{
	background-color: #f8cbad;
	color: #ff0000;
	white-space: nowrap;
	text-align: center;
}
.tblDate02 .type03{
	white-space: nowrap;
	text-align: center;
}
.tblDate02 .type04{
	color: #ff0000;
}
.tblDate02 .bg01{
	background-color: #ffc000;
}
.tblDate02 .bg02{
	background-color: #ff0000;
}
.tblDate02.type05{
	min-width: 1600px;
}


@media only screen and (max-width: 640px){
body {
	font-size: 14px;
	font-size: 1.4rem;
}
#page {
	width:auto;
}
.sectiion{
	margin: 1.5em 3.125% 0 3.125%
}

.subsection{
	margin: 0 3.125%;
}

/* footer
------------------------------------------ */
#footer{
	padding: 1.5em;
	font-size: 12px;
	font-size: 1.2rem;
}
/* Text
------------------------------------------ */
h1{
	font-size: 24px;
	font-size: 2.4rem;
}
h2{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1em;
}
h3{
	font-size: 16.5px;
	font-size: 1.55rem;
}
.note{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1em;
	font-size: 12px;
	font-size: 1.2rem;
}
/* Table
------------------------------------------ */
/* tblDate01 */
.tblDate01{
	margin-top: 0;
}
.tblDate01 th{
	white-space: nowrap;
}
.tableSubWrap:before {
	content: "※ この表は横にスクロールできます。";
}
.tableWrap{
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 0.5em;
}

.tableWrap::-webkit-scrollbar {
height: 10px;
}
 
.tableWrap::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}
.tableWrap::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}

.scroll_div{
	width: 100%;
	overflow: auto;
}
.scroll_div::-webkit-scrollbar {
height: 10px;
}
 
.scroll_div::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}
.scroll_div::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}
.tblDate02{
	width: auto;
	min-width: 1000px;
	margin-top: 0;
}
.tblDate02.type05{
	min-width: 1000px;
}
.tblDate02 th, .tblDate02 td{
	width: 2em;
	padding: 0.5em;
	font-size: 11px;
	font-size: 1.1rem;
}
.tblDate02 td.tdw{
	min-width: 6em;
}
.tableWrap02:before {
	content: "※ この表は横にスクロールできます。";
}





}