﻿﻿  
hr {
  border: none;
  border-top: #DDD 1px solid;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}
/* -------------------------------- テーブル */
.table_01 {
  margin: 0 0 20px;
}
.table_01 th {
  border: 1px solid #999;
  background-color: #D9F1EF;
  color: #009E96;
  text-align: center;
  padding: 3px 5px;
  line-height: 1.2;
  font-size: 1.6rem;
}
.table_01 td {
  border: 1px solid #999;
  text-align: center;
  padding: 3px 5px;
  line-height: 1.2;
  font-size: 1.6rem;
}
.table_01 {
	color: #000;
}
.table_01 td,
.table_01 th {
  background: #FFFDF2;
}
.table_01 td.grade,
.table_01 th.grade {
  background: white;
}
.table_01 th.header {
  background: #fcb7c2;
}


/* -------------------------------- リスト */
.listDisc_01 {
  padding: 0 0 0 1em;
  list-style: disc;
}
.listDisc_01 li {
/*  margin: 0 0 12px;*/
}
.listDisc_02 {
  padding: 0 0 0 5px;
}
.listDisc_02 li {
  margin: 0 0 12px;
}
.listDisc_02 li::before {
  font-family: 'FontAwesome';
  content: '\f0da';
  margin: 0 5px 0 0;
}
.listDisc_03 {
  padding: 7px 0 0 5px;
}
.listDisc_03 li::before {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #09C;
  margin-right: 5px;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding-left: 0;
}
.listDecimal_02 > li {
  counter-increment: number;
  text-indent: -3.2rem;
  padding-left: 3.2rem;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  margin: 0 5px 0 0;
}
.listRoman {
  list-style-type: lower-roman;
  padding-left: 20px;
}
/* -------------------------------- 定義リスト */
/* dlリスト
dl_01…PC横並び

*/
.dlList_01 {
  border-bottom: #BAD2DE 1px solid;
}
.dlList_01 dt {
  width: 15rem;
  float: left;
  padding: 7px 0 7px 15px;
  clear: both;
}
.dlList_01 dt:nth-of-type(n+2) {
  border-top: #BAD2DE 1px solid;
}
.dlList_01 dd {
  margin-left: 15rem;
  padding: 7px 15px;
}
.dlList_01 dd:nth-of-type(n+2) {
  border-top: #BAD2DE 1px solid;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	全ページで必ず使っているstyle
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
  width: 960px;
  margin: 0 auto;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
.pageTop {
  text-align: right;
  margin: 0 auto 5px;
  padding: 35px 5px 0 0;
  width: 960px;
}
.pageTop a {
  color: #333;
  padding: 0 0 0 0;
  text-decoration: none;
}
.pageTop a:hover {
  color: #014099;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	メイン部分
+++++++++++++++++++++++++++++++++++++++++++ */
main h1 {
  color: #014099;
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.4;
  padding: 10px 0;
}
main h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 1em;
}
 
 
main section::after {
  content: '';
  display: block;
  clear: both;
}
main section::after {
  content: '';
  display: block;
  clear: both;
}
main .sdsArea p {
  margin-bottom: 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */

/*+++++++++++++++++++++++++++++++++++++++++++
	グローバルナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */
#gNav {
  background: rgba(1, 64, 153, 0.25);
  min-width: 960px;
  margin: 0 0 10px;
}
#gNav ul {
  width: 960px;
  margin: 0 auto;
}
#gNav ul::after {
  content: '';
  display: block;
  clear: both;
}
#gNav ul::after {
  content: '';
  display: block;
  clear: both;
}
#gNav ul li {
  width: 160px;
  float: left;
}
#gNav ul li a {
  display: table-cell;
  width: 160px;
  height: 60px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  background: #014099;
}
#gNav ul li a:hover {
  background: #FFF;
  color: #014099;
}
#gNav ul li:nth-child(n+2) {
  border-left: #4E7AB8 1px solid;
}
#gNav ul li:nth-child(n+2) a.parentsLink,
#gNav ul li:nth-child(n+2) a.current {
  background: #FFF;
  color: #014099;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
 
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #014099;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
  transition: all 0.2s ease;
}
a:hover img.noOpacity {
  opacity: 1;
}
a.link::before {
  display: inline-block;
  margin: 0 3px 0 0;
  color: #009e96;
  vertical-align: baseline;
  font-family: 'FontAwesome';
  content: '\f0da';
}
a.column {
  color: #000;
  text-decoration: none;
}
span.link::before {
  display: inline-block;
  margin: 0 3px 0 0;
  color: #009e96;
  vertical-align: baseline;
  font-family: 'FontAwesome';
  content: '\f0da';
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（不特定のページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.box_01 {
  background: #D9F1EF;
  border-radius: 9px;
  padding: 15px;
}
.box_02 {
  background: rgba(1, 64, 153, 0.1);
  padding: 15px;
}
.photoFrame {
  border: #DDD 1px solid;
}
ul.iBlock {
  display: block;
}
ul.iBlock li {
  display: inline-block;
  margin: 0 15px 5px 0;
	font-size: 1.5rem;
}
.column1box .column {
  display: table;
  margin: 0 auto 20px;
  text-decoration: none;
}
.column2box {
  margin-bottom: 15px;
}
.column2box::after {
  content: '';
  display: block;
  clear: both;
}
.column2box::after {
  content: '';
  display: block;
  clear: both;
}
.column2box > .column {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 10px;
}
.column2box > .column:nth-child(2n + 1) {
  margin-left: 0;
  clear: both;
}
.column2box > .column {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.column3box {
  margin-bottom: 15px;
}
.column3box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box > .column {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.column3box > .column:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}
.column3box > .column {
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
  text-decoration: none;
}
.column4box {
  margin-bottom: 15px;
}
.column4box::after {
  content: '';
  display: block;
  clear: both;
}
.column4box::after {
  content: '';
  display: block;
  clear: both;
}
.column4box > .column {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.column4box > .column:nth-child(4n + 1) {
  margin-left: 0;
  clear: both;
}
.column3box_2box {
  margin-bottom: 15px;
}
.column3box_2box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box_2box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box_2box > .column {
  float: left;
  width: 310px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.column3box_2box > .column:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}
.btn_01 {
  background: #222222;
  color: #FFF!important;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  line-height: 1;
  background: #014099;
  color: #FFF;
  margin-bottom: 30px;
  font-size: 3rem;
  border: none;
  border-radius: 30px;
  padding: 3px 20px;
  min-width: 240px;
  cursor: pointer;
}
.btn_01 img {
  vertical-align: top;
}
.btn_01.small {
  min-width: 100px;
  font-size: 2rem;
}
.btn_01:hover,
.btn_02:hover {
  opacity: 0.7;
}
.warning {
  border: rgba(201, 0, 0, 0.2) 1px solid;
  color: #c90000;
  text-align: center;
  padding: 7px;
  width: 868px;
  margin: 0 auto;
}
.warning p {
  margin: 0;
}
.warning p strong {
  display: inline-block;
  font-size: 2rem;
  margin-right: 15px;
}
label {
  cursor: pointer;
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.error {
  color: #F00;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: normal;
  text-align: left;
}
#breadcrumbsList a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
#breadcrumbsList a:hover {
  text-decoration: underline;
}
#breadcrumbsList li {
  display: inline;
}
#breadcrumbsList li + li::before {
  font-family: 'FontAwesome';
  content: '\f0da';
  color: #009e96;
  margin: 0 5px;
}
#breadcrumbsList::before {
  font-family: 'FontAwesome';
  content: '\f015';
  color: #009e96;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.imgL {
  float: left;
  margin: 0 2em 2em 0;
}
.imgR {
  float: right;
  margin: 0 0 2em 2em;
}
.boxCenter {
  display: block;
  margin: 0 auto;
}
.borderNone {
  border: none!important;
}
.overflowHidden {
  overflow: hidden;
}
.imeDisabled {
  ime-mode: disabled;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.8;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
.nowrap {
  white-space: nowrap;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	横幅
+++++++++++++++++++++++++++++++++++++++++++ */
.w500 {
  width: 500px;
}
.w450 {
  width: 450px;
}
.w400 {
  width: 400px;
}
.w350 {
  width: 350px;
}
.w300 {
  width: 300px;
}
.w250 {
  width: 250px;
}
.w200 {
  width: 200px;
}
.w150 {
  width: 150px;
}
.w100 {
  width: 100px;
}
.w50 {
  width: 50px;
}
.w100per {
  width: 100%;
}
.w90per {
  width: 90%;
}
.w80per {
  width: 80%;
}
.w70per {
  width: 70%;
}
.w60per {
  width: 60%;
}
.w50per {
  width: 50%;
}
.w40per {
  width: 40%;
}
.w33per {
  width: 33.333%;
}
.w30per {
  width: 30%;
}
.w20per {
  width: 20%;
}
.w10per {
  width: 10%;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.color_red {
  color: #c90000;
}
.color_Blue {
  color: #014099;
}
.color_Green {
  color: #009e96;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
.fs10 {
  font-size: 1rem!important;
}
.fs11 {
  font-size: 1.1rem!important;
}
.fs12 {
  font-size: 1.2rem!important;
}
.fs13 {
  font-size: 1.3rem!important;
}
.fs14 {
  font-size: 1.4rem!important;
}
.fs15 {
  font-size: 1.5rem!important;
}
.fs16 {
  font-size: 1.6rem!important;
}
.fs17 {
  font-size: 1.7rem!important;
}
.fs18 {
  font-size: 1.8rem!important;
}
.fs19 {
  font-size: 1.9rem!important;
}
.fs20 {
  font-size: 2rem!important;
}
.fs22 {
  font-size: 2.2rem!important;
}
.fs24 {
  font-size: 2.4rem!important;
}
.fs26 {
  font-size: 2.6rem!important;
}
.fs30 {
  font-size: 3rem!important;
}
.fs32 {
  font-size: 3.2rem!important;
}
.fs34 {
  font-size: 3.4rem!important;
}
.fs36 {
  font-size: 3.6rem!important;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	margin
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}

.guid-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.guid-self-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.guid-self-flex > div {
  width: 48%;
}

/*  見出しの左右に線を引く*/
h2.heading {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 3rem;
}

h2.heading::before,
h2.heading::after {
  content: '';
  height: 3px;
  background-color: #156082;
  flex-shrink: 0;
}

h2.heading::before {
  width: 30px;
  margin-right: 15px;
}

h2.heading::after {
  flex-grow: 1;
  margin-left: 50px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/*画像でリンクしている場合に出さない対策*/
a.not[href$=".pdf"]{background:none;}

/*ファイルタイプ別*/
a[href$=".pdf"]{background:url(../image/icon_pdf.gif) no-repeat center right;padding-right:20px;}


@media all and (max-width: 769px) {
.inner {
  width: 100%;
  margin: 0 auto;
}

.pageTop {
     
    width: 100%;
}

}