@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  line-height: 1;
}

ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

html {
  height: 100%;
  font-size: 13px;
}

body {
  height: 100%;
  color: #333;
  font-family: "メイリオ", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word;
}

a {
  cursor: pointer;
  color: #5ca1ff;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a:visited {
  color: #5ca1ff;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #5ca1ff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a:active {
  color: #5ca1ff;
  text-decoration: none;
  outline: 0;
}

em, address {
  font-style: normal;
}

strong {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

button {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

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

::selection {
  color: #000;
  background: #aaa;
}

::-moz-selection {
  color: #000;
  background: #aaa;
}

p {
  line-height: 1.6em;
}

sup {
  vertical-align: super;
  font-size: smaller;
}
.clearfix {
    clear: both;
}
/*//////////////////////////////////////////////////

layout

//////////////////////////////////////////////////*/
/* 全ページ共通 ---------------------------------------*/
#wrapper {
  max-width: 100%;
  background: #a9d3de;
  background: -moz-linear-gradient(top, #a9d3de 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #a9d3de 0%, #fff 100%);
  background: linear-gradient(to bottom, #a9d3de 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d3de', endColorstr='#fff',GradientType=0 );
}

/* マージン調整 ---------------------------------------*/

.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}

/* ヘッダー ---------------------------------------*/
.header {
  max-width: 100%;
  background: #0e3197;
}

.header__cont {
  max-width: 100%;
}

/* パンくずリスト ---------------------------------------*/
.breadcrumb {
  *zoom: 1;
  max-width: 950px;
  margin: 0 auto;
  background: #eee;
}
.breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb__cont {
  padding: 0 0 0 2%;
}
.breadcrumb__cont li {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  padding: 0 20px 0 10px;
  line-height: 40px;
  display: inline;
}
.breadcrumb__cont li:first-child {
  padding: 0 20px 0 0;
}
.breadcrumb__cont li:last-child {
  padding: 0 0 0 10px;
}
.breadcrumb__cont li:after {
  content: "\f105";
  position: absolute;
  top: 12px;
  right: 2px;
  padding-left: 12px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb__cont li:last-child:after {
  content: "";
}
.breadcrumb__cont li a {
  font-size: 12px;
}
.top_covid_info strong {
    font-size: 16px;
    color: #F00;
    font-weight: bold;
}
.top_covid_info {
    background: #F5EB64;
    padding: 20px;
    color: #000;
}

/* indexページ ---------------------------------------*/
.index__info-cont {
  padding: 20px;
  box-sizing: border-box;
}
.index__info-cont section.info_important {
    overflow-y: scroll;
    height: 320px;
}
.index__content-block {
  padding: 10px 2% 10px 2%;
  background: #fff;
}

.index__side-cont-block {
  margin: 0 0 10px;
}
.index__side-cont-block img {
  width: 100%;
}
span.border_u {
    text-decoration: underline !important;
}
/* JSCI Newsletter --------------------------------------- */

h3.tit_ul_list {font-weight: bold;color: #36c;}


/* 下層ページ共通 ---------------------------------------*/
.container {
  max-width: 100%;
  margin: 10px auto;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  *zoom: 1;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.main-cont {
  margin: 0 0 10px;
}

.side-nav {
  width: 100%;
  margin: 0 0 10px;
}
.side-nav img {
  width: 100%;
}

.side-nav__cont {
  margin: 0 0 10px;
}

.block-1dan {
    width: 652px
}

/* レイアウト用ブロック ---------------------------------------*/
.section {
  padding: 10px 2% 10px 2%;
  box-sizing: border-box;
  *zoom: 1;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
.section:not(:last-child) {
  margin: 0 0 10px;
}

.section-inner {
  box-sizing: border-box;
  *zoom: 1;
}
.section-inner:not(:first-child) {
  margin: 20px 0 0 0;
}
.section-inner:after {
  content: "";
  display: table;
  clear: both;
}

.section-block {
  margin: 10px 0 0 10px;
  box-sizing: border-box;
  *zoom: 1;
}
.section-block:after {
  content: "";
  display: table;
  clear: both;
}

.text-block p {
  margin: 0 0 10px;
}

.text-space-block {
  padding: 10px;
  box-sizing: border-box;
}

.text-border-block {
  width: 100%;
  margin: 0 auto 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #333;
}

.text-border-block-aer {
  width: 10%;
  margin: 0 auto 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #333;
}



.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.H_auto {
    height: 100%;
}
/* 画像 ---------------------------------------*/
.img-wide img {
  width: 100%;
}

/* フッター ---------------------------------------*/
.footer {
  display: inline-table;
  width: 100%;
  background: #021732;
  font-size: 14px;
}

.footer__cont {
  *zoom: 1;
  color: #fff;
}
.footer__cont:after {
  content: "";
  display: table;
  clear: both;
}
.footer__cont a {
  color: #fff;
}
footer #footer h2.foot-name-jsci small {
	font-size: 9px !important;
}
/*//////////////////////////////////////////////////

layout PC min-width : 768px

//////////////////////////////////////////////////*/
@media print, screen and (min-width: 768px) {
  /* ヘッダー ---------------------------------------*/
  .header__inner {
    position: relative;
    max-width: 1050px;
    /*max-width: 950px;*/
    height: 84px;
    margin: 0 auto;
  }

  /* 下層ページ共通 ---------------------------------------*/
  .container {
    max-width: 950px;
  }

  .main-cont {
    float: right;
    width: 78%;
  }

  .side-nav {
    float: left;
    width: 20%;
    margin: 0 0 2%;
    zoom: 1;
    *zoom: 1;
  }
  .side-nav:after {
    content: "";
    display: table;
    clear: both;
  }

  /* indexページ ---------------------------------------*/
  .index__main-cont {
    display: inline-block;
    width: 60%;
    margin: 0 1% 0 0;
  }

  .index__side-cont {
    display: inline-block;
    width: 38%;
    vertical-align: top;
  }

  /* レイアウト用ブロック ---------------------------------------*/
  .section {
    padding: 10px 6% 10px 4%;
  }

  .text-border-block {
    width: 60%;
    margin: 0 auto 10px;
  }

  .cont-size-small {
    width: 50%;
  }

  .cont-size-mid {
    width: 80%;
  }

  /* 画像 ---------------------------------------*/
  .img-wide img {
    width: auto;
  }

  /* フッター ---------------------------------------*/
  .footer__cont {
    display: flex;
    max-width: 950px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
}
/*//////////////////////////////////////////////////

module module

//////////////////////////////////////////////////*/
/* ヘッダー ---------------------------------------*/
.header__nav {
  position: relative;
  display: table;
  width: 100%;
  background: #010044;
}

.header__logo {
  float: left;
  *zoom: 1;
  width: 100%;
  margin: 0 4% 0 2%;
}
.header__logo:after {
  content: "";
  display: table;
  clear: both;
}
.header__logo a {
  display: table-cell;
  width: 100%;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
}
.header__logo img {
  display: block;
  width: 100%;
  box-shadow: #000 0 0 0;
}

.header__login {
  float: left;
  *zoom: 1;
  position: absolute;
  right: 14%;
  width: 44%;
  font-size: 12px;
}
.header__login:after {
  content: "";
  display: table;
  clear: both;
}
.header__login a {
  display: block;
  height: auto;
  padding: 4% 6% 4% 6%;
  border-radius: 0 0 8px 8px;
  background: #5ca1ff;
  line-height: 1.2em;
}
.header__login a img {
  float: left;
  width: 20px;
  margin-right: 4%;
  *zoom: 1;
}
.header__login a img:after {
  content: "";
  display: table;
  clear: both;
}

.header__menu-btn {
  cursor: pointer;
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header__menu-btn span {
  margin: 0 0 0 -16px;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.header__menu-btn span:before, .header__menu-btn span:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background: #fff;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.header__menu-btn span:before {
  top: -10px;
  left: 0;
}
.header__menu-btn span:after {
  top: 10px;
  left: 0;
}

.header__nav-menu {
  z-index: 9999;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  *zoom: 1;
}
.header__nav-menu:after {
  content: "";
  display: table;
  clear: both;
}
.header__nav-menu .menu__single > a {
  display: block;
  padding: 17px 4%;
  color: #333;
  background: #f8f8f8;
  /*font-size: 12px;*/
  font-size: 11px;
  border-bottom: 1px solid #ddd;
}
.header__nav-menu .menu__single > a:hover {
  display: block;
  opacity: 1;
}
.header__nav-menu .menu__single .menu__second-level {
  display: none;
  font-size: 11px;
}

/* ENボタン --------------------------------------- */
.en_btn {
  float: left;
  *zoom: 1;
  position: absolute;
  right:0;
  width: 15%;
  font-size: 16px;
  font-weight:bold;
  text-align:center;
}
.en_btn:after {
  content: "";
  display: table;
  clear: both;
}
.en_btn a {
  display: block;
  height: auto;
  padding: 8% 6% 8% 6%;
  border-radius: 0 0 8px 8px;
  background: #5ca1ff;
  line-height: 1.2em;
  color:#000;
}  

/* indexページ ---------------------------------------*/
.main-visual {
  margin: 0 0 10px;
}
.main-visual img {
  width: 100%;
}

.index__info--pink .index__info-title-block {
  background: #a20078;
}
.index__info--pink .index__info-title-grad {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 20px;
  height: 53px;
  background: #7a043e;
  background: -moz-linear-gradient(top, #7a043e 0%, #fdb3fe 100%);
  background: -webkit-linear-gradient(top, #7a043e 0%, #fdb3fe 100%);
  background: linear-gradient(to bottom, #7a043e 0%, #fdb3fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a043e', endColorstr='#fdb3fe',GradientType=0 );
}
.index__info--pink .index__info-cont {
  background: #fdf5f3;
}

.index__info--darkblue {
  margin: 0 0 10px;
  background: #f1f9fc;
}
.index__info--darkblue .index__info-title-block {
  background: #021732;
}
.index__info--darkblue .index__info-title-grad {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 20px;
  height: 53px;
  background: #0900f0;
  background: -moz-linear-gradient(top, #0900f0 0%, #52f0f3 100%);
  background: -webkit-linear-gradient(top, #0900f0 0%, #52f0f3 100%);
  background: linear-gradient(to bottom, #0900f0 0%, #52f0f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0900f0', endColorstr='#52f0f3',GradientType=0 );
}

.index__info-title-block {
  position: relative;
  margin: 0 0 0 20px;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
}
.index__info-title-block .index__info-title-link {
  float: right;
  position: relative;
  top: -8px;
}
.index__info-title-block .index__info-title-link a {
  color: #fff;
}
.index__info-title-block .index__info-title-link a:after {
  content: "\f105";
  margin-left: 8px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.index__info-title-block .index__info-title {
  float: left;
}
.index__info-title-block .eng-title {
  margin-left: 4%;
  font-size: 0.8em;
}

.index__info-history {
  display: table;
}
.index__info-history:not(:last-child) {
  margin-bottom: 12px;
}
.index__info-history dt, .index__info-history dd {
  display: table-cell;
}
.index__info-history dt {
  width: 120px;
}

.syncer-acdn-child {
  display: none;
}

/* 下層ページ共通 ---------------------------------------*/
.sub-visual {
  margin: 10px 0 0 0;
}

.sub-visual__cont {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  background: #010005;
  background-image: url(../images/sub-visual.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sub-visual__cont .sub-visual__title,
.sub-visual__cont .sub-visual__eng-title {
  color: #fff;
}
.sub-visual__cont .sub-visual__title {
  font-size: 20px;
  margin: 0 2% 0 0;
}
.sub-visual__cont .sub-visual__eng-title {
  font-size: 16px;
}
.sub-visual__cont img {
  position: absolute;
  left: 0;
  height: 36px;
}

.index__quick-link,
.page__quick-link {
  position: relative;
}
.index__quick-link li,
.page__quick-link li {
  position: relative;
}
.index__quick-link li a,
.page__quick-link li a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background: #021732;
}
.index__quick-link li dl,
.page__quick-link li dl {
  padding: 12px;
  box-sizing: border-box;
}
.index__quick-link li dl dt,
.page__quick-link li dl dt {
  width: 80%;
  margin: 0 0 10px;
  font-weight: bold;
}
.index__quick-link li dl dd,
.page__quick-link li dl dd {
  width: 80%;
  line-height: 1.2em;
}
.index__quick-link li img,
.page__quick-link li img {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 44px;
  *zoom: 1;
}
.index__quick-link li img:after,
.page__quick-link li img:after {
  content: "";
  display: table;
  clear: both;
}
.index__quick-link li:nth-child(5) dl,
.page__quick-link li:nth-child(5) dl {
  background-image: url("../images/icon_earth.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.index__quick-link li {
  margin: 0 0 2px;
}
.index__quick-link li dl {
  width: 100%;
}
.index__quick-link li dl dt {
  font-size: 16px;
}
.index__quick-link li:nth-child(5) dl {
  background-position: right bottom;
}

.page__quick-link li {
  margin: 0 0 2% 0;
}
.page__quick-link li a {
  border-radius: 8px;
}
.page__quick-link li dl {
  width: 82%;
}
.page__quick-link li dl dt {
  font-size: 12px;
}
.page__quick-link li dl dd {
  font-size: 10px;
}
.page__quick-link li:nth-child(5) dl {
  width: 97%;
  background-position: right bottom;
}

.side-nav__menu {
  *zoom: 1;
}
.side-nav__menu:after {
  content: "";
  display: table;
  clear: both;
}
.side-nav__menu li {
  display: table;
  float: left;
  width: 49.111111%;
  margin: 0 0 2px;
}
.side-nav__menu li:nth-child(odd) {
  margin-right: 1%;
}
.side-nav__menu li a {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
  height: 50px;
  line-height: 1.6em;
  padding: 0 0 0 4%;
  box-sizing: border-box;
  color: #fff;
  background: #489fb3;
}

.flexbox__thumb {
  margin-bottom: 10px;
}
.flexbox__thumb a {
  display: block;
}
.flexbox__thumb:not(:last-child) {
  margin-bottom: 0;
}
.flexbox__thumb img {
  margin-bottom: 8%;
}
.flexbox__thumb h2 {
  margin: 0;
}

.flexbox__thumb-img {
  width: 30%;
  margin-right: 4%;
}

.flexbox__thumb-desc {
  width: 66%;
}

/* カラム ---------------------------------------*/
.col-md-2__5 li {
  display: inline-block;
  width: 48%;
  margin: 0 0 20px 0;
}
.col-md-2__5 li a {
  display: block;
}
.col-md-2__5 li a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: inherit;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8 {
  width: 100%;
}

.col-md-6-sp-6 {
  width: 48%;
}
.col-md-6-sp-6:nth-child(odd) {
  margin: 0 2% 0 0;
}
.col-md-6-sp-6 a {
  display: block;
}
.col-md-6-sp-6 img {
  display: block;
  margin: 0 auto;
}

.col-md-3-sp-2 {
  width: 48.2%;
}
.col-md-3-sp-2:nth-child(odd) {
  margin: 0 2% 0 0;
}

.col-md-4__sp {
  width: 32%;
}
.col-md-4__sp:not(:nth-child(3n)) {
  margin: 0 2% 0 0;
}

/* ボタン ---------------------------------------*/
.top-btn {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 1;
}
.top-btn a {
  display: block;
  background: #021732;
  content: "";
  width: 60px;
  height: 60px;
}
.top-btn a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.top-btn a:before, .top-btn a:after {
  content: "";
  width: 1px;
  height: 22px;
  position: absolute;
  top: 18px;
  background: #fff;
}
.top-btn a:before {
  left: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-btn a:after {
  right: 22px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn__bg-color a {
  display: block;
  text-align: center;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
}
.btn__bg-color_02 a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;    
  display: block;
  text-align: center;
  width: 100%;
  height: 54px;
  line-height: 22px;
  color: #fff;
    font-size: 120%;
    padding-top: 10px;
}
.btn__page-navi a {
  display: block;
  text-align: center;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
}
.btn__page-navi a .btn__page-navi--back {
  display: block;
  position: relative;
}
.btn__page-navi a .btn__page-navi--back:before {
  content: "\f104";
  position: absolute;
  top: 6px;
  left: 6%;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__page-navi a .btn__page-navi--next {
  display: block;
  position: relative;
}
.btn__page-navi a .btn__page-navi--next:after {
  content: "\f105";
  position: absolute;
  top: 6px;
  right: 6%;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-navi {
  margin: 40px 0 0 0;
}

.btn__page-navi--border a {
  display: block;
  text-align: center;
  width: 100%;
  height: 42px;
  line-height: 44px;
  color: #5ca1ff;
  border: 1px solid #5ca1ff;
}

/* 見出し ---------------------------------------*/
.title__border-bottom {
  position: relative;
  margin: 0 0 20px;
  padding: 10px 0 4px 4px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #eee;
}
.title__border-bottom:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #021732;
}

.title__squere {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}
.title__squere:before {
  content: "\f10c";
  margin-right: 4px;
  color: #489fb3;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.title__border-left {
  margin: 0 0 10px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  border-left: 5px solid #489fb3;
}

.title__border-left-bottom {
  margin: 0 0 10px;
  padding: 4px 8px 4px;
  font-size: 16px;
  font-weight: bold;
  border-left: 5px solid #489fb3;
  border-bottom: 1px solid #489fb3;
}

.title__simple-border-bottom {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
}
.title__simple-border-bottom span {
  border-bottom: 2px solid #eee;
}

.title__arrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
}
.title__arrow:before {
  content: "\f138";
  margin-right: 4px;
  color: #489fb3;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.title__bold {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.title__bg-color {
  margin: 0 0 10px;
  padding: 0 2% 0 2%;
  font-size: 14px;
  background: #489fb3;
  color: #fff;
}

/* テキスト ---------------------------------------*/
.font-size__small {
  font-size: 0.8em;
}

.text-right {
  text-align: right;
  line-height: 1.6em;
}

.text-center {
  text-align: center;
  line-height: 1.6em;
}

.new-line__sp {
  display: block;
}

.new-line__pc {
  display: none;
}

.text-important {
  font-weight: bold;
  color: #A32121;
}
.text-underline {
    border-bottom: 1px solid #000;
}

/* レイアウト調整 ---------------------------------------*/
.space-00 {
  margin: 0 0 10px;
}
.space-0l20 {
  margin: 0 0 10px 20px;
}

.space04 {
  margin: 0 0 20px;
}
.space-c {
  margin: 0 auto;
}

/* 背景色 ---------------------------------------*/
.bg-color-01 {
  background: #5ca1ff;
}
.bg-color-02 {
  background: #eee;
}
.bg-color-03 {
    color: #fff;
  background: #F80;
}
span.btn-no-link {
    display: block;
    text-align: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
}

/* テキスト色 ---------------------------------------*/

.col_red {
    color: #F00;
}
.col_black {
    color: #000;
}

/* リンク色 ---------------------------------------*/
.link-color-11 {
  color: #333;
}
.link-color-11:hover, .link-color-11:visited {
  color: #333;
}

/* liリスト ---------------------------------------*/
.list__icon--arrow {
  margin: 0 0 0 4px;
}
.list__icon--arrow > li {
  display: table;
  width: 100%;
  line-height: 1.2em;
  margin: 0 0 8px 4px;
}
.list__icon--arrow > li:before {
  content: "\f105";
  margin-right: 8px;
  color: #489fb3;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list__icon--arrow > li dl {
  display: inline-block;
  vertical-align: top;
  width: 94%;
  line-height: 1.2em;
}


.covid19-list__icon--arrow {
  margin: 0 0 0 4px;
}
.covid19-list__icon--arrow > li {
  display: table;
  width: 100%;
  line-height: 1.2em;
  margin: 0 0 8px 4px;
}
.covid19-list__icon--arrow > li:before {
  /*background: url(../images/icon_diamond.png) no-repeat !important;
    background-size: 15px;*/
  content: "\f042";
  margin-right: 8px;
  color: #489fb3;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.covid19-list__icon--arrow > li dl {
  display: inline-block;
  vertical-align: top;
  width: 94%;
  line-height: 1.2em;
}

.list__no-icon li {
  margin: 4px;
  line-height: 1.2em;
}

.list__icon--circle {
  margin: 0 0 0 4px;
}
.list__icon--circle > li {
  display: table;
  width: 100%;
  line-height: 1.2em;
  margin: 0 0 8px 4px;
}
.list__icon--circle > li:before {
  content: "\f10c";
  margin-right: 4px;
  display: table-cell;
  padding: 0 4px 0 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* dlリスト ---------------------------------------*/
.dl__dt-bgcolor {
  width: 100%;
  margin: 0 0 10px;
}
.dl__dt-bgcolor dt {
  padding: 2%;
  background: #eee;
  line-height: 1.4em;
}
.dl__dt-bgcolor dd {
  padding: 2%;
  line-height: 1.4em;
}


.dl-list__colon {
  *zoom: 1;
}
.dl-list__colon:after {
  content: "";
  display: table;
  clear: both;
}
.dl-list__colon dt {
  float: left;
}
.dl-list__colon dt:after {
  content: ":";
}
.dl-list__colon dt:not(:last-child) {
  margin: 0 0 10px;
}
.dl-list__colon dd {
  *zoom: 1;
}
.dl-list__colon dd:after {
  content: "";
  display: table;
  clear: both;
}

/* olリスト ---------------------------------------*/
.ol-01 {
  display: block;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
.ol-01 li {
  margin: 0 0 10px;
  line-height: 1.4em;
}

/* テーブル ---------------------------------------*/
.table-01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 6px;
  box-sizing: border-box;
}
.table-01 thead {
  border: 1px solid #ccc;
}
.table-01 thead tr {
  background: #ccc;
  box-sizing: border-box;
}
.table-01 thead tr th {
  padding: 8px;
  color: #fff;
  font-weight: bold;
}
.table-01 tbody {
  border: 1px solid #ccc;
}
.table-01 tbody tr {
  border-bottom: 1px solid #ccc;
}
.table-01 tbody tr th {
  padding: 4px;
  border-right: 1px solid #ccc;
}
.table-01 tbody tr td {
  padding: 4px 4px 4px 8px;
  line-height: 1.4em;
}
.table-01 tbody tr td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.table-01 tbody tr th, .table-01 tbody tr td {
  padding: 8px;
  box-sizing: border-box;
  zoom: 1;
}

.table-02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 6px;
  box-sizing: border-box;
}
.table-02 thead {
  border: 1px solid #ccc;
}
.table-02 thead tr {
  display: flex;
  background: #010044;
  box-sizing: border-box;
}
.table-02 thead tr th {
  padding: 8px;
  color: #fff;
  font-weight: bold;
}
.table-02 tbody {
  border: 1px solid #ccc;
}
.table-02 tbody tr {
  border-bottom: 1px solid #ccc;
}
.table-02 tbody tr th {
  padding: 4px;
  border-right: 1px solid #ccc;
}
.table-02 tbody tr td {
  padding: 4px 4px 4px 8px;
  line-height: 1.4em;
}
.table-02 tbody tr td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.table-02 tbody tr th, .table-02 tbody tr td {
  padding: 8px;
  box-sizing: border-box;
  zoom: 1;
}

.table__3-3-3 th, .table__3-3-3 td {
  width: 33.33333333%;
}

.table__3-7 th, .table__3-7 td {
  width: 30%;
}
.table__3-7 th:nth-child(2), .table__3-7 td:nth-child(2) {
  width: 68%;
}
.table__3-7 th {
  background: #eee;
}

.table__3-2-4 th, .table__3-2-4 td {
  width: 30%;
}
.table__3-2-4 th:nth-child(2), .table__3-2-4 td:nth-child(2) {
  width: 20%;
}
.table__3-2-4 th:nth-child(3), .table__3-2-4 td:nth-child(3) {
  width: 50%;
}
.table__3-2-4 tr th:nth-child(1) {
  width: 30%;
}
.table__3-2-4 tr th:nth-child(2) {
  width: 20%;
}
.table__3-2-4 tr th:nth-child(3) {
  width: 50%;
}

.table__7-3 th, .table__7-3 td {
  width: 70%;
}
.table__7-3 th:nth-child(2), .table__7-3 td:nth-child(2) {
  width: 30%;
}

.table__8-2 th, .table__8-2 td {
  width: 80%;
}
.table__8-2 th:nth-child(2), .table__8-2 td:nth-child(2) {
  width: 20%;
}

/* 理事長挨拶ページ ---------------------------------------*/
.president .president__visual {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 0 40px;
}
.president .president__visual .president__visual-title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 64%;
  padding: 0 4% 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
}
.president .president__visual .president__visual-img {
  line-height: 1.4em;
  text-align: left;
  font-weight: bold;
}
.president .president__visual .president__visual-img img {
  text-align: center;
  margin: 0 0 10px;
  width: 130px;
}

.president .text-block p {
  line-height: 2em;
  margin: 0 0 15px;
}

/* フォーム ---------------------------------------*/
#contact {
  width: 100%;
}
#contact dt {
  margin: 0 0 10px;
  box-sizing: border-box;
  font-weight: bold;
}
#contact dd {
  margin: 0 0 20px;
  line-height: 1.6em;
}
#contact input[type="text"],
#contact input[type="email"],
#contact select,
#contact textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #eee;
  font-family: "メイリオ", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#contact textarea {
  height: 200px;
}
#contact input[type="submit"] {
  cursor: pointer;
  background: #0e3197;
  border: none;
}
#contact input[type="submit"]:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#contact .required {
  background: #A32121;
  margin: 0 0 0 2%;
  padding: 2px 4px 2px 4px;
  color: #fff;
  font-size: 0.8em;
}

.btn__form a,
.btn__form input[type="submit"] {
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
}

/* フッター ---------------------------------------*/
.footer__logo {
  padding: 10px 2% 10px 2%;
  box-sizing: border-box;
}
.footer__logo img {
  display: block;
  height: 89px;
  margin: 0 auto;
}

.footer__address {
  text-align: center;
  padding: 0 2% 10px 2%;
  box-sizing: border-box;
}
.footer__address .fa {
  width: 20px;
}
.footer__address ul li {
  line-height: 1.6em;
}
.footer__address ul li:first-child {
  margin: 0 0 10px;
}

.footer__nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 2% 0 2%;
  box-sizing: border-box;
}
.footer__nav li {
  float: left;
  width: 50%;
}
.footer__nav li a {
  display: block;
  width: 100%;
  color: #fff;
}
.footer__nav li a:before {
  content: "\f0da";
  margin-right: 4px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer__copy {
  text-align: center;
  padding: 8% 2% 4% 2%;
  color: #fff;
  background: #021732;
}
.footer__copy small {
  font-size: 10px;
}

/*//////////////////////////////////////////////////

module PC min-width : 768px

//////////////////////////////////////////////////*/
@media print, screen and (min-width: 768px) {
  /* ヘッダー ---------------------------------------*/
  .header__logo {
    margin: 10px 0 10px 0;
  }
  .header__logo a {
    display: table;
    zoom: 1;
  }

  .header__login {
    float: right;
    right: 0;
    width: 200px;
  }
  .header__login a {
    margin: 0 auto;
  }
  .header__login img {
    margin-top: 3px;
  }

  .header__menu-btn {
    display: none;
  }

  .header__nav-menu {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /*max-width: 950px;*/
    max-width: 1120px;
    margin: 0 auto;
    *zoom: 1;
  }
  .header__nav-menu:after {
    content: "";
    display: table;
    clear: both;
  }
  .header__nav-menu .menu__single {
    border-right: 1px solid #fff;
  }
  .header__nav-menu .menu__single:first-child {
    border-left: 1px solid #fff;
  }
  .header__nav-menu .menu__single > a {
    display: table-cell;
    width: 135.714px;
    vertical-align: middle;
    transition: .3s;
    margin: 0;
    padding: 0;
    height: 56px;
    line-height: 1.2em;
    text-align: center;
    background: #010044;
    border-top: none;
    border-bottom: none;
    color: #fff;
  }
  .header__nav-menu .menu__single > a:hover {
    display: table-cell;
  }
  .header__nav-menu .menu__single > a:hover:after {
    width: 100%;
  }
  .header__nav-menu .menu__single .menu__second-level {
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
/* ENボタン  ---------------------------------------*/
  .en_btn {
    right:20%;
    width: 15%;
    /*font-size: 12px;*/
  }
  .menu__single {
    position: relative;
    float: left;
    /*width: 14.12%;*/
    width: 12%;
  }
  .menu__single:first-child {
    /*width: 14%;*/
    width: 12%;
  }
  .menu__single .menu__second-level {
    position: absolute;
    top: 20px;
    width: 100%;
    margin: 6px 0 0 0;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .menu__single .menu__second-level li {
    display: table;
    width: 100.2%;
    border-bottom: 1px solid #eee;
  }
  .menu__single .menu__second-level a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 4%;
    height: 30px;
    line-height: 1.6em;
    color: #0e3197;
    font-size: 0.9em;
    box-sizing: border-box;
  }
  .menu__single .menu__second-level a:hover {
    color: #fff;
    background: #0e3197;
  }
  .menu__single:hover .menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }

  /* indexページ ---------------------------------------*/
  .index__info--darkblue {
    margin: 0;
  }

  .index__info-title-block .index__info-title-link {
    top: 0;
  }

  /* 下層ページ共通 ---------------------------------------*/
  .side-nav__menu li {
    float: none;
    width: 100%;
    border-right: none;
  }
  .side-nav__menu li:nth-child(-n+2) {
    border-top: none;
  }
  .side-nav__menu li a:after {
    top: 2px;
    font-size: 42px;
  }

  /* カラム ---------------------------------------*/
  .col-md-2__5 {
    padding: 0;
  }
  .col-md-2__5 li {
    display: inline-block;
    width: 17.7%;
    margin: 0 0 2% 2%;
  }
  .col-md-2__5 li:nth-child(2n) {
    margin: 0 0 2% 2%;
  }
  .col-md-2__5 li:nth-child(1), .col-md-2__5 li:nth-child(6), .col-md-2__5 li:nth-child(11), .col-md-2__5 li:nth-child(16) {
    margin: 0 0 2% 0;
  }

  .col-md-3-sp-2 {
    float: left;
    width: 23.5%;
  }
  .col-md-3-sp-2:not(:nth-child(4n)) {
    margin-right: 2%;
  }

  .col-md-3 {
    float: left;
    width: 23.8%;
  }
  .col-md-3:not(:nth-child(4n)) {
    margin-right: 10px;
  }

  .col-md-4 {
    float: left;
    width: 32%;
  }
  .col-md-4:not(:nth-child(3n)) {
    margin-right: 10px;
  }

  .col-md-6 {
    float: left;
    width: 49%;
  }
  .col-md-6:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .col-md-6:nth-child(odd) {
    margin-right: 10px;
  }
    
  .col-md-8 {
    float: left;
    width: 65%;
  }

  /* dtリスト ---------------------------------------*/
  .dl__dt-bgcolor {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0 0 4px;
  }
  .dl__dt-bgcolor dt {
    padding: 4px 4px 4px 8px;
    width: 20%;
    line-height: 1.4em;
  }
  .dl__dt-bgcolor dd {
    padding: 4px 4px 4px 8px;
    width: 80%;
    line-height: 1.4em;
  }

	
	
	
	
  /* テーブル ---------------------------------------*/
  .table-02 {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
  }

  /* テキスト ---------------------------------------*/
  .new-line__sp {
    display: none;
  }

  .new-line__pc {
    display: block;
  }

  /* 理事長挨拶ページ ---------------------------------------*/
  .president .president__visual {
    width: 90%;
    margin: 0 auto 40px;
  }
  .president .president__visual .president__visual-title {
    width: 70%;
    font-size: 20px;
  }
  .president .text-block p {
    line-height: 2em;
  }
  .president_greeting {
  	margin-bottom:3em;
	text-align:right;
  }
  .president_greeting img {
  	margin-bottom:1em;
  }
  

  /* フォーム ---------------------------------------*/
  #contact {
    width: 100%;
  }
  #contact dt {
    margin: 4px 0 10px;
  }
  #contact dd {
    margin: 0 0 20px;
  }
  #contact .form {
    *zoom: 1;
  }
  #contact .form:after {
    content: "";
    display: table;
    clear: both;
  }
  #contact input[type="text"],
  #contact input[type="email"] {
    height: 40px;
  }

  /* フッター ---------------------------------------*/
  .footer__logo {
    padding: 0 0 0 2%;
    width: 14%;
  }
  .footer__logo img {
    display: inline-table;
    margin: 0;
  }

  .footer__address {
    width: 30%;
    padding: 0 2% 0 0;
    text-align: left;
  }

  .footer__nav {
    width: 54%;
    height: auto;
    line-height: normal;
    padding: 0 0 0 2%;
  }
  .footer__nav li {
    float: left;
    width: auto;
  }
  .footer__nav li:not(:nth-child(4)) {
    margin-right: 3%;
  }
  .footer__nav li a {
    margin: 0 0 10px;
  }

  .footer__copy {
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
  .footer__copy small {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
  }
    .block-1dan {
        width: 357px
    }    
}
