@charset "UTF-8";
/* For modern browsers */
.crr {
  clear: both;
}

/*----------------------------------------------------------------------------

******************************************************************************

Layout

******************************************************************************

----------------------------------------------------------------------------*/
/* ==== Base === */
#header, #index_Img {
  margin-right: auto;
  margin-left: auto;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#content > .crr {
  display: none;
}

#index_wrapper .page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper #content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ==== Header === */
#header {
  width: 100%;
  position: relative;
}
#header header {
  height: 100%;
  padding: 10px 0 0px;
  border-top: 3px solid #5283d2;
}
#header header h1 {
  margin-bottom: 10px;
  padding-left: 5px;
}
#header header h1 a {
  width: 100%;
  height: 100%;
}
#header header h1 img {
  max-width: 240px;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 5.11/1 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#header header #header_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#header header #header_R #header_search {
  height: 40px;
  padding-left: 5px;
}
#header header #header_R ul {
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header header #header_R ul li {
  width: 50%;
}
#header header #header_R ul li a {
  width: 100%;
  height: 100%;
}
#header header #header_R ul li a img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper #header_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#wrapper #header_R #header_search {
  height: 27px !important;
}
#wrapper #header_R ul {
  margin-top: 15px;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper #header_R ul li {
  width: 50% !important;
}

/* ==== Navigation === */
#globalnav {
  background: transparent;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  z-index: 10000 !important;
  width: 264px;
  overflow-x: none;
  overflow-y: auto;
  top: 0;
  right: -264px;
  position: fixed;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
  z-index: 1000;
}
#globalnav #nav {
  padding: 64px 1em 1em;
  background: #a8c4dd;
}
#globalnav #nav li a {
  position: relative;
  display: block;
  padding: 0;
  background: #a8c4dd;
  text-decoration: none;
}
#globalnav #nav li a:hover, #globalnav #nav li a.current {
  background-color: rgba(0, 0, 0, 0.2);
}
#globalnav #nav li a:after {
  content: attr(data-text);
  display: block;
}
#globalnav #nav li > ul li a {
  background-color: rgb(63, 111, 186);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 1em 1em 1em 2em;
  text-decoration: none;
}
#globalnav #nav li > ul li a:hover, #globalnav #nav li > ul li a.current {
  background-color: rgb(0, 56, 141);
  -webkit-box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 10001 !important;
  position: fixed !important;
  top: 26px;
  right: 10px;
  margin-top: -5px;
  width: 36px;
  height: 24px;
}
.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #093f91;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp_nav_trigger span:nth-child(1) {
  top: 0;
}
.sp_nav_trigger span:nth-child(2) {
  top: 10px;
}
.sp_nav_trigger span:nth-child(3) {
  bottom: 0;
}

.sp_nav_trigger.sp_active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.sp_nav_trigger.sp_active span:nth-child(2) {
  opacity: 0;
}
.sp_nav_trigger.sp_active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

/* ==== Content === */
.page {
  padding-top: 16px;
}

/* ==== Footer === */
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#5181cd), to(#3261b1));
  background: linear-gradient(-180deg, #5181cd, #3261b1);
  color: #FFF;
}
#footer small {
  font-size: 0.9em;
  letter-spacing: 0.07em;
}

#footer_nav {
  margin-bottom: 10px;
  line-height: 2.3;
}

#footer_logo {
  padding: 10px 0;
}
#footer_logo span {
  font-size: 1.1em;
  padding: 12px 0 8px 40px;
  background: url(../images/footer_logo.jpg) left center no-repeat;
}

#footer_nav a {
  color: #FFF;
  letter-spacing: -0.05em;
}
#footer_nav a:visited {
  color: #FC0;
}
#footer_nav a:hover {
  outline: 0;
  color: #FC0;
}

a:active {
  outline: 0;
  color: #FC0;
}

/*----------------------------------------------------------------------------

******************************************************************************

Head

******************************************************************************

----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h2 {
  height: 30px;
  font-size: 1.2em;
  padding: 9px 0 0 13px;
  margin: 0 0 10px 0;
  background: url(../images/h2_bg.jpg) 0 7px no-repeat #FFF;
}

h3 {
  font-size: 1.2em;
  padding: 3px 8px;
  margin: 15px 0 5px 0;
  color: #19325A;
  border-left: 4px solid #2D3357;
  border-bottom: 1px dotted #CCC;
  border-radius: 0;
  line-height: normal;
}

#index_R h3 {
  font-size: 1em;
}

h4 {
  font-size: 1em;
  margin: 10px 0 5px 0;
}

h5 {
  font-size: 1em;
}

/*----------------------------------------------------------------------------

******************************************************************************

Individual Definition(kobetsusettei)

******************************************************************************

----------------------------------------------------------------------------*/
/* ==== ol,ul === */
#page_R ul {
  padding: 5px 0 5px 25px;
  list-style-type: disc;
}
#page_R ol {
  padding: 5px 0 5px 25px;
}
#page_R ol li {
  padding-bottom: 5px;
}
#page_R ul li {
  padding-bottom: 5px;
}
#page_R table {
  margin: 10px 0;
}
#page_R table th, #page_R table td {
  padding: 5px;
}

/* ==== table === */
/* ==== img === */
#content a img:hover, #header_R a img:hover {
  opacity: 0.5;
  filter: alpha(Opacity=50);
}

/*----------------------------------------------------------------------------

******************************************************************************

Original

******************************************************************************

----------------------------------------------------------------------------*/
/* ==== Common === */
.header_search_txt {
  max-width: 180px;
  height: auto;
  margin-top: 3px;
  aspect-ratio: 10/1;
  border-radius: 4px;
  float: left;
  background: #F2F2F2;
}

.header_search_btn {
  max-width: 70px;
  width: 100%;
  aspect-ratio: 7/3;
  float: left;
  margin-left: 10px;
}

/* ==== Index === */
#index_Img {
  margin: 3px auto 4px auto;
}
#index_Img .pix_diapo {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3.5/1;
}
#index_Img .pix_diapo .pix_relativize {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3.5/1;
}
#index_Img .pix_diapo .pix_relativize img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#index_L {
  padding: 0 10px 0;
  padding-bottom: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#index_L ul {
  padding: 0;
}
#index_L ul li {
  margin-bottom: -1px;
}
#index_L ul li a {
  width: 100%;
  height: 100%;
}
#index_L ul li a img {
  width: 100% !important;
  height: auto !important;
}

ul#index_L_bnr li {
  margin-top: 7px;
}

#index_R {
  padding: 0 10px 0;
  padding-bottom: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#index_R > .cf > .float_L {
  float: none;
}
#index_R > .cf > .float_R {
  float: none;
}

.i_news {
  height: 150px !important;
  overflow: auto;
}

.index_R_box {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #EAEAEA;
  background: #fff;
}
.index_R_box h3 {
  margin-top: 0px !important;
}

.index_R_box02 {
  height: 233px;
  overflow: auto;
}
.index_R_box02 td {
  vertical-align: top;
  font-size: 0.9em;
  padding: 5px;
  border-bottom: 1px dotted #CCC;
}
.index_R_box02 td.date {
  width: 70px;
}

/* ==== Page === */
/*-page_L*/
#page_L {
  width: 97%;
  height: 100% !important;
  margin: 10px auto 13px;
  padding: 0;
  background: #EDF2FA;
  border: 1px solid #41597b;
}
#page_L ul {
  padding: 0px;
  list-style-type: none !important;
}
#page_L li {
  padding: 0px !important;
}
#page_L li a {
  max-width: 100%;
  height: auto;
  padding: 10px 10px 10px 25px;
  display: block;
  text-decoration: none;
  background: url(../images/side_navi_bg.gif) no-repeat 10px 15px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px dotted #2C384E;
}
#page_L li a:hover {
  border-bottom: 4px solid #F90;
}
#page_L li:nth-last-child(1) a {
  border: none;
}

/*page_R*/
#page_R {
  max-width: 100%;
  padding: 0 10px 10px 10px;
  min-height: 100px;
  background: #FFF;
}

.pagetop {
  padding: 20px 0 10px 0;
  text-align: right;
  clear: both;
}
.pagetop img {
  width: 100% !important;
  height: auto !important;
}

/*----Other----*/
.gaiyou_img_1 {
  width: 126px;
  float: right;
  margin: 0 20px 0 20px;
  text-align: center;
}

.gaiyou_kaisoku_list {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

#sche7_table td {
  vertical-align: top;
  font-size: 10px;
  line-height: 16px;
}

.contact_box {
  padding: 50px 50px 50px 150px;
  background: url(../images/contact_box.jpg) no-repeat -10px -10px #EDF4FA;
}

.kakushu_table td {
  vertical-align: top;
  border-bottom: 1px dotted #CCC;
}
.kakushu_table td.date {
  width: 70px;
}

.info_paper_list {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

table.table_news td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px dotted #CCC;
}
table.table_news td.date {
  width: 90px;
}

.link_box {
  display: table;
}

.link_box02 {
  width: 32%;
  padding-right: 1%;
  display: table-cell;
}

ol.list_il {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}
ol.list_il li {
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  text-indent: -1.5em;
}

/*////181005 追加////*/
.table_body {
  display: table;
  width: 100%;
  border-bottom: dotted 2px #ccc;
}

.title_note {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  font-size: 9px;
}

.table_body h2 {
  height: 29px;
  margin-bottom: 0;
}

/*////役員と組織図////*/
.soshiki_img img {
  width: 100%;
  aspect-ratio: 1.08/1;
}/*# sourceMappingURL=sp.css.map */