@charset "utf-8";
/*=================================
1: parts (title,list,table,etc)
2: layout
3: contents

=================================*/


/* 1: parts (title,list,table,etc)
================================== */
/* 見出しデザイン */
.ttlDesign1 {
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.ttlDesign2 {
  position: relative;
  margin-bottom: 32px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 4px solid #E0E0E0;
  color: #001B4C;
}

.ttlDesign2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100px;
  height: 4px;
  background-color: #001B4C;
}

.ttlDesign2:after {
  content: '';
  display: block;
  position: absolute;
  left: 100px;
  bottom: -4px;
  width: 2px;
  height: 4px;
  background-color: #fff;
}

.ttlDesign2 span {
  font-size: 2.1rem;
  margin-left: 2em;
}

.ttlDesign3 {
  margin-bottom: 24px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #001B4C;
  padding-left: 10px;
  border-left: 4px solid #001B4C;
  line-height: 1.4;
}

.ttlDesign4 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #001B4C;
}

.ttlDesign4_mb8 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #001B4C;
}

.ttlDesign5 {
  margin-bottom: 8px;
  padding-left: 5px;
  border-left: 4px solid #001B4C;
  line-height: 1.3;
  font-weight: bold;
  color: #001B4C;
}

.ttlDesign6 {
  margin-bottom: 8px;
  font-weight: bold;
  color: #001B4C;
}

.ttlDesign_jigyou {
  margin-bottom: 32px;
  padding: 4px 16px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
}

/* リストデザイン */
.listBoxDesign1,
.listBoxDesign2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}

.listBoxDesign1 > li {
  width: 50%;
  border: 1px solid #E0E0E0;
}

.listBoxDesign2 {
  border-bottom: 1px solid #E0E0E0;
}

.listBoxDesign2 > li {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-bottom: none;
}

.listBoxDesign1_bg,
.listBoxDesign2_bg {
  height: 100%;
  padding: 10px;
  border: 10px solid #F7F7F7;
}

.listDesign3,
.listDesign4 {
  margin-bottom: 24px;
}

.listDesign3:last-child,
.listDesign4:last-child {
  margin-bottom: 0;
}

.listDesign3 > li,
.listDesign4 > li {
  position: relative;
  width: 100%;
  padding-left: 24px;
}

.listDesign3 > li:before,
.listDesign4 > li:before {
  position: absolute;
  top: 9px;
  left: 7px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

.listDesign3 > li:before {
  background: #000;
}

.listDesign4 > li:before {
  border: 1px solid #A0A5B4;
  background: #f3f3f3;
}

.listDesign_arw > li,
.listDesign_arw2 > li {
  background: url(../img/common/icn_arw01.svg) left center no-repeat;
  background-size: 8px;
  margin-bottom: 8px;
  padding-left: 16px;
}

.listDesign_arw2 > li {
  background: url(../img/common/icn_arw01.svg) left 10px no-repeat;
  background-size: 8px;
}

.listDesign_arw_sec > li {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  padding-left: 24px;
}

.listDesign_arw_sec > li:before {
  position: absolute;
  top: 25%;
  content: '';
  display: inline-block;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #001B4C;
}

.listDesign_no,
.listDesign_Lroman,
.listDesign_Lalpha,
.listDesign_dot {
  margin-bottom: 24px;
  padding-left: 24px;
}

.listDesign_no > li {
  /*算用数字*/
  list-style-type: decimal;
  margin-bottom: 8px;
}

.listDesign_Lroman li {
  /*小文字のローマ数字*/
  list-style-type: lower-roman;
  margin-bottom: 4px;
}

.listDesign_Lalpha li {
  /*小文字のアルファベット*/
  list-style-type: lower-alpha;
  margin-bottom: 4px;
}

.listDesign_dot li {
  /*黒丸リスト*/
  list-style-type: disc;
  margin-bottom: 4px;
}

.listDesign_Lalpha > li:last-child,
.listDesign_Lroman > li:last-child,
.listDesign_no > li:last-child,
.listDesign_dot > li:last-child {
  margin-bottom: 0;
}

.list_sec > li {
  margin-left: 2em;
}

/* テーブルデザイン */
.tableDesign1 {
  width: 100%;
  word-break: normal;
}

.tableDesign1 th,
.tableDesign1 td {
  padding: 8px 16px;
  font-size: 1.5rem;
  border: 1px solid #E1E6EE;
}

.tableDesign1 th {
  font-weight: bold;
  background: #F2F2F2;
}

.tableDesign1 td {
  text-align: left;
  background: #FFF;
}

.th_tL th {
  text-align: left;
}

/* 定義リストデザイン */
.dlDesign1,
.dlDesign2 {
  margin-bottom: 24px;
}

.dlDesign1:last-child,
.dlDesign2:last-child {
  margin-bottom: 0;
}

.dlDesign1 dt,
.dlDesign2 dt {
  font-weight: bold;
}

.dlDesign1 dd {
  background: url(../img/common/icn_arw01.svg) left center no-repeat;
  background-size: 8px;
  padding-left: 16px;
}

/* ボックス（枠）デザイン */
.boxDesign1 {
  margin-bottom: 32px;
  padding: 20px;
  border: 1px solid #001B4C;
  border-radius: 3px;
}

.boxDesign2 {
  margin-bottom: 32px;
  padding: 20px;
  background: #f7f7f7;
}

.boxDesign3 {
  margin-bottom: 32px;
  padding: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.boxDesign4 {
  margin-bottom: 32px;
  border: 1px solid #E0E0E0;
}

.boxDesign1:last-child,
.boxDesign2:last-child,
.boxDesign3:last-child {
  margin-bottom: 0;
}

.borderDesign {
  border: 1px solid #919191;
}

/* 他年度へプルダウンリンクデザイン */
.ttl_select {
  position: relative;
}

#select {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  padding: 6px 16px;
  overflow: hidden;
  border: #A9AAAA 1px solid;
  border-radius: 5px;
  background: url(../img/common/icn_form.svg) 95% center no-repeat #FFF;
  background-size: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 22;
}
@media all and (-ms-high-contrast: none){
  #select {
    background: #FFF;
  }
}
.ttt_link {
  position: absolute;
  bottom: 8px;
  right: 0;
}

/* テキスト装飾 */
.tel,
.tel:hover {
  /*スマホで電話番号クリックできるようにaタグ入れた際の補完*/
  color: #383737;
  text-decoration: none;
}

.red {
  /*赤文字*/
  color: #E6001D;
}

.fB {
  /*太文字*/
  font-weight: bold;
}

.fI {
  /*イタリック*/
  font-style: italic;
}

.tU {
  /*テキストアンダーライン*/
  text-decoration: underline;
}

.fS {
  /*フォントサイズ小*/
  font-size: 1.4rem;
}

.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.tC {
  text-align: center;
}

.txtBtm1em p {
  margin-bottom: 1em;
}

.txtBtm1em p:last-child {
  margin-bottom: 0;
}

.txtIndent p,
.txtIndent {
  text-indent: 1em;
}

.inlineBlock {
  display: inline-block;
}

.pc_none,
.none {
  display: none;
}

/* 2: layout
================================== */
/* topレイアウト */
.layoutWrap {
  width: 100%;
  padding: 64px 0 80px;
}

/* 下層ページ　複数コンテンツ */
.layoutWrap_single {
  width: 100%;
  padding: 40px 0 32px;
}

.layoutWrap_single:last-child {
  padding-bottom: 80px;
}

/* 下層ページレイアウト */
.layoutWrap_sec,
.layoutWrap_sec_single {
  max-width: 1240px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.layoutWrap_sec {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 2カラムレイアウト */
.leftcol {
  width: calc(100% - 300px);
  margin-right: 40px;
}

.leftcol_inr,
.inr_sec_mb40 {
  margin-bottom: 40px;
}

.leftcol_inr2 {
  margin-bottom: 32px;
}

.leftcol_inr3 {
  margin-bottom: 24px;
}

.rightcol {
  width: 260px;
}

.rightcol.fixed {
  position: fixed;
  top: 10px;
  right: 0;
}

.rightcol h2,
.rightcol h2 a {
  padding: 10px 8px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #FFF;
  background: #001B4C;
  text-align: center
}

.inr {
  max-width: 1240px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.layoutWrap_sec_single > .inr_sec_mb40:last-child {
  margin-bottom: 0;
}

.inrW1000 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.flexbox_atc {
  /* flexbox 垂直方向中央揃え */
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox_att {
  /* flexbox 垂直方向上部揃え */
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg_geometry {
  background: url(../img/common/bg_geometry.png);
}

.bg_navy {
  background: #001328;
}

.bg_gray {
  background: #f7f7f7;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb1em {
  margin-bottom: 1em;
}

.ml24 {
  margin-left: 24px;
}

.ml48 {
  margin-left: 48px;
}

.mauto {
  margin: 0 auto;
}

img.mauto {
  max-width: 100%;
  height: auto;
}


/* 3: contents
================================== */
/*----------top page---------- */
.box_important {
  margin: 24px auto 40px;
}

.box_important h2,
.box_important2 h2 {
  padding: 8px;
  background: #958e88;
  text-align: center;
}

.box_important h2 span,
.box_important2 h2 span {
  padding-left: 32px;
  background: url(../img/common/icn_oshirase.svg) no-repeat left center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
}

.important_txttype,
.important_listtype {
  padding: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #958e88;
}

.important_txttype dt {
  font-weight: bold;
  color: #d33c2d;
}

.box_important2 {
  position: relative;
  padding-top: 32px;
  background: #f7f7f7;
}

.important_listtype li {
  padding-left: 16px;
  background: url(../img/common/icn_arw01_gray.svg) no-repeat left center;
}

.important_listtype dt {
  float: left;
}

.important_listtype dd {
  margin-left: 10em;
  color: #d33c2d;
  font-weight: bold;
}

.important_listtype dd a {
  color: #d33c2d;
  font-weight: bold;
  text-decoration: underline;
}

.important_listtype dd a:hover {
  text-decoration: none;
}

.main_visual {
  overflow: hidden;
  background: #001328;
}

.main_visual_inr {
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

/* メインビジュアル スライダー */
.slider_sp {
  display: none;
}

.slider_main,
.slider_brochure {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slider_main {
  background: #FFF;
}

.slider_main img {
  width: 100%;
  height: auto;
}

.slider_main .slick-arrow {
  position: absolute;
  z-index: 10;
}

.slider_main .slick-prev,
.slider_main .slick-next {
  position: absolute;
  display: block;
  width: 20px;
  height: 40px;
  cursor: pointer;
}

.slider_main .slick-prev {
  left: -64px;
  top: 51%;
}

.slider_main .slick-next {
  right: -64px;
  top: 44%;
}

.slider_main .slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider_main .slick-prev:before,
.slider_main .slick-prev:after,
.slider_main .slick-next:before,
.slider_main .slick-next:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
  -webkit-box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.slider_main .slick-prev:before,
.slider_main .slick-next:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.slider_main .slick-prev:after,
.slider_main .slick-next:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.slider_main .slick-dots {
  bottom: 10px;
}

/* 新着 プレスリリース・イベント・募集中の公募案内・JSTトピックス*/
/* ▼タブのために使用
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-tabs {
  position: relative;
}

.ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.ui-tabs .ui-tabs-panel {
  display: block;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  display: block;
  background: #e7eaed;
  cursor: pointer;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  border-top: 5px solid #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  display: block;
  color: #848484;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #001b4c;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  opacity: 0.8;
}

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #fff;
  border-top: 5px solid #f9d607;
  -webkit-box-shadow: 3px -2px 3px rgba(148, 148, 148, 0.2);
  box-shadow: 3px -2px 3px rgba(148, 148, 148, 0.2);
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  display: block;
  color: #001b4c;
}

.ui-widget :active {
  outline: none;
}

.ttl_tab {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ttl_tab li {
  width: 24%;
  width: calc((100%-120px) / 4);
  margin-right: 10px;
}

.ttl_tab li:last-child {
  margin-right: 0;
}

.tab_content {
  padding: 30px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
  border-radius: 4px;
  display: none;
  clear: both;
  overflow: hidden;
}

.list_news > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.img_news {
  margin-right: 24px;
}

.img_news img {
  width: 202px;
  height: auto;
  border: 1px solid #a9aaaa;
}

.txt_news {
  width: clac(100% - 226px);
}

.list_news .date {
  margin-bottom: 8px;
  color: #555;
  font-weight: bold;
}

.list_news dt a {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.8rem;
}

.link_news_btn {
  text-align: center;
}

.link_news_btn a {
  padding: 8px 40px 8px 32px;
  background: url(../img/common/icn_arw02_white.svg) no-repeat 75% center #0047CC;
  background-size: 10px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #004E87;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
}

.link_news_btn a:hover {
  background: url(../img/common/icn_arw02_blue_r.svg) no-repeat 75% center #FFF;
  background-size: 10px;
  color: #0047CC;
  text-decoration: none;
}


/* Overseas Branch Office */
.bg_overseas {
  position: relative;
  width: 100%;
  padding: 48px 0 56px;
  background: url(../img/top/bg_overseas.jpg) no-repeat top center;
  background-size: contain;
}

.bg_overseas .inr {
  position: relative;
}

.bg_overseas::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% 0% -90deg, rgba(255, 255, 255, 0.3) 19.17%, rgba(17, 77, 147, 0.7) 56.48%, rgba(16, 73, 141, 0.71) 57.74%, rgba(12, 47, 100, 0.77) 66.94%, rgba(8, 26, 68, 0.83) 75.95%, rgba(6, 12, 45, 0.89) 84.63%, rgba(5, 3, 32, 0.95) 92.81%, rgba(4, 0, 27, 1) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 19.17%, rgba(17, 77, 147, 0.7) 56.48%, rgba(16, 73, 141, 0.71) 57.74%, rgba(12, 47, 100, 0.77) 66.94%, rgba(8, 26, 68, 0.83) 75.95%, rgba(6, 12, 45, 0.89) 84.63%, rgba(5, 3, 32, 0.95) 92.81%, rgba(4, 0, 27, 1) 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0.1917, rgba(255, 255, 255, 0.3)), color-stop(0.5648, rgba(17, 77, 147, 0.7)), color-stop(0.5774, rgba(16, 73, 141, 0.71)), color-stop(0.6694, rgba(12, 47, 100, 0.77)), color-stop(0.7595, rgba(8, 26, 68, 0.83)), color-stop(0.8463, rgba(6, 12, 45, 0.89)), color-stop(0.9281, rgba(5, 3, 32, 0.95)), color-stop(1, rgba(4, 0, 27, 1)));
  background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 19.17%, rgba(17, 77, 147, 0.7) 56.48%, rgba(16, 73, 141, 0.71) 57.74%, rgba(12, 47, 100, 0.77) 66.94%, rgba(8, 26, 68, 0.83) 75.95%, rgba(6, 12, 45, 0.89) 84.63%, rgba(5, 3, 32, 0.95) 92.81%, rgba(4, 0, 27, 1) 100%);
  background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 19.17%, rgba(17, 77, 147, 0.7) 56.48%, rgba(16, 73, 141, 0.71) 57.74%, rgba(12, 47, 100, 0.77) 66.94%, rgba(8, 26, 68, 0.83) 75.95%, rgba(6, 12, 45, 0.89) 84.63%, rgba(5, 3, 32, 0.95) 92.81%, rgba(4, 0, 27, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#04001B' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 19.17%, rgba(17, 77, 147, 0.7) 56.48%, rgba(16, 73, 141, 0.71) 57.74%, rgba(12, 47, 100, 0.77) 66.94%, rgba(8, 26, 68, 0.83) 75.95%, rgba(6, 12, 45, 0.89) 84.63%, rgba(5, 3, 32, 0.95) 92.81%, rgba(4, 0, 27, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#04001B', GradientType=0);
}

.overseas_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.overseas_wrap > li {
  width: 48%;
  margin-bottom: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 1);
}

.listimg_overseas {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}

.listimg_overseas li {
  margin: 16px;
}

.listimg_overseas img {
  width: 210px;
  height: auto;
}

.details_box {
  position: relative;
}

.readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  cursor: pointer;
  transition: .2s ease;
  z-index: 999;
  font-weight: bold;
  color: #0a75b8;
}

.readmore::before {
  content: "...more";
}

.readmore:hover {
  color: #1ba3f9;
}

.readmore span {
  padding-right: 30px;
  background: url(../img/common/icn_arw02_blue_btm.svg) no-repeat right center;
  background-size: 16px;
}

.readmore:hover span {
  padding-right: 30px;
  background: url(../img/common/icn_arw02_blue_btm_act.svg) no-repeat right center;
  background-size: 16px;
}

.details_txt {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.details_txt.is-hide {
  height: 5em;
}

.details_txt::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 32px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}

.readmore.is-show {
  bottom: -1em;
}

.readmore.is-show::before {
  content: "close";
}

.readmore.is-show span {
  padding-right: 30px;
  background: url(../img/common/icn_arw02_blue_top.svg) no-repeat right center;
  background-size: 16px;
}

.readmore.is-show:hover span {
  padding-right: 30px;
  background: url(../img/common/icn_arw02_blue_top_act.svg) no-repeat right center;
  background-size: 16px;
}

.readmore.is-show + .details_txt::before {
  display: none;
}

/* その他のお知らせ */
#topics_other {
	padding: 32px 0;
}
#topics_other h3 {
	width: 220px;
	font-size: 1.8rem;
	font-weight: bold;
}
#topics_other .more {
	font-weight: bold;
	font-size: 1.5rem;
}
.box_topics_other {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.list_topics_other {
	padding: 8px 0 8px 40px;
	font-size: 1.5rem;
	border-left: 1px solid #a9aaaa;
}
.list_topics_other dt,
.list_topics_other dd {
	margin-bottom: 8px;
}
.list_topics_other dt {
	float: left;
	color: #555;
}
.list_topics_other dd {
	margin-left: 9em;
}
#submenu_media {
	padding: 50px 0;
}

/* 理事長記者説明会・メディア・Find JST Program関連 */
#submenu_media {
  padding: 40px 0;
}

.list_submenu_media,
.img_sns {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list_submenu_media > li {
  width: 30%;
}

.list_submenu_media > li img {
  width: 100%;
  max-height: 200px;
}

.list_search {
  height: 100%;
  padding: 24px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
  border-radius: 4px;
}

.ttl_topsearch {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}


/* 関連リンク */
#submenu_banner {
  padding: 56px 0 24px;
  background: url(../img/top/bg_topbnr.jpg) no-repeat center;
  background-size: cover;
}

.list_bnr {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_bnr li {
  width: calc((100% - 80px) / 4);
  margin-right: 26px;
  margin-bottom: 32px;
}

.list_bnr li:nth-child(4n) {
  margin-right: 0;
}

.list_bnr img {
  max-width: 280px;
  width: 100%;
}

/*----------second page---------- */
/* パンくず */
.pankuzu {
  width: 100%;
  font-size: 1.4rem;
  background: #e0e0e0;
}

.pankuzu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1240px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 20px;
}

.pankuzu li:before {
  content: "＞";
  padding: 0 5px;
}

.pankuzu li:first-child:before {
  content: none;
}

/* メインビジュアル＆下層ページタイトル */
.main_visual_sec {
  padding: 40px;
  background: url(../img/common/sec_hd_img.jpg) no-repeat center right;
  background-size: cover;
}

.main_visual_sec h1 {
  position: relative;
  padding-bottom: 5px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
/*  color: #FFF;*/
  color: #001B4C;
}

.main_visual_sec h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
/*  background-color: #FFF;*/
  background-color: #001B4C;
}

/* 下層ページ サイドナビゲーション */
.sidenav {
  margin-bottom: 24px;
  background: #F7F7F7;
}

.sidenav > li {
  padding: 0 16px;
}

.sidenav > li > a,
.sidenav span {
  position: relative;
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: url(../img/common/icn_arw02_blue_r.svg) no-repeat right center;
  background-size: 12px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.sidenav span {
  background: url(../img/common/icn_arw02_blue_plus.svg) no-repeat right center;
  background-size: 12px;
}

.sidenav a.anchorlink {
  background: url(../img/common/icn_arw02_blue_btm.svg) no-repeat right center;
  background-size: 12px;
}

.snav_about01 .about01 a,
.snav_about02 .about02 a,
.snav_about03 .about03 a,
.snav_about04 .about04 a,
.snav_about05 .about05 a,
.snav_about06 .about06 a,
.snav_about07 .about07 a,
.snav_about08 .about08 a,
.snav_about09 .about09 a,
.snav_about10 .about10 a,
.snav_about11 .about11 a,
.snav_program01 .program01 a,
.snav_program02 .program02 a,
.snav_program03 .program03 a,
.snav_program04 .program04 a,
.snav_program05 .program05 a,
.pr .sidenav_pr a,
.oa .sidenav_oa a,
.event .sidenav_event a,
.topics .sidenav_topics a,
.other .sidenav_other a,
.sidenav span:hover,
.sidenav a:hover,
.sidenav .current a {
  color: #0066AA;
}

.snav_about01 .about01 a,
.snav_about02 .about02 a,
.snav_about03 .about03 a,
.snav_about04 .about04 a,
.snav_about05 .about05 a,
.snav_about06 .about06 a,
.snav_about07 .about07 a,
.snav_about08 .about08 a,
.snav_about09 .about09 a,
.snav_about10 .about10 a,
.snav_about11 .about11 a,
.snav_program01 .program01 a,
.snav_program02 .program02 a,
.snav_program03 .program03 a,
.snav_program04 .program04 a,
.snav_program05 .program05 a,
.pr .sidenav_pr a,
.oa .sidenav_oa a,
.event .sidenav_event a,
.topics .sidenav_topics a,
.other .sidenav_other a,
.sidenav > li:hover > a,
.sidenav .current > a {
  background: url(../img/common/icn_arw02_blue_r_act.svg) no-repeat right center;
  background-size: 12px;
}

.sidenav li:hover span {
  background: url(../img/common/icn_arw02_blue_plus_act.svg) no-repeat right center;
  background-size: 12px;
}

.sidenav li:hover a.anchorlink {
  background: url(../img/common/icn_arw02_blue_btm_act.svg) no-repeat right center;
  background-size: 12px;
}

.snav_about01 .about01 a::before,
.snav_about02 .about02 a::before,
.snav_about03 .about03 a::before,
.snav_about04 .about04 a::before,
.snav_about05 .about05 a::before,
.snav_about06 .about06 a::before,
.snav_about07 .about07 a::before,
.snav_about08 .about08 a::before,
.snav_about09 .about09 a::before,
.snav_about10 .about10 a::before,
.snav_about11 .about11 a::before,
.snav_program01 .program01 a::before,
.snav_program02 .program02 a::before,
.snav_program03 .program03 a::before,
.snav_program04 .program04 a::before,
.snav_program05 .program05 a::before,
.topics .topics a::before,
.pr .sidenav_pr a::before,
.oa .sidenav_oa a::before,
.event .sidenav_event a::before,
.topics .sidenav_topics a::before,
.other .sidenav_other a::before,
.sidenav li:hover span::before,
.sidenav li:hover a::before,
.sidenav .current a::before {
  position: absolute;
  top: 33%;
  left: -16px;
  display: block;
  content: "";
  width: 2px;
  height: 1.6em;
  border-left: 4px solid #001B4C;
}

.sidenav li:last-child a,
.sidenav li:last-child span {
  border-bottom: none;
}

.list_nav_more {
  display: none;
  padding-bottom: 16px;
  font-size: 1.4rem;
}

.list_nav_more li {
  padding-bottom: 8px;
}

.nav_more.active {
  background: url(../img/common/icn_arw02_blue_minus.svg) no-repeat right center;
  background-size: 12px;
}

.sidenav .current .nav_more.active,
.sidenav li:hover .nav_more.active {
  background: url(../img/common/icn_arw02_blue_minus_act.svg) no-repeat right center;
  background-size: 12px;
}

.txt_ttlBtm {
  margin-top: -24px;
  margin-bottom: 8px;
  text-align: right;
}

.txt_ttlBtm a {
  padding-left: 32px;
  background: url(../img/common/icn_rss.svg) no-repeat 8px center;
  font-size: 1.4rem;
}

.list_archive li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E1E6EE;
}

.list_archive li:last-child {
  margin-bottom: 0;
}

.list_pr_ttl {
  min-width: 7em;
}

.list_event_ttl {
  min-width: 200px;
}

.list_event li {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-bottom: none;
}

.list_event li:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.list_event h3 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}

.list_event dt {
  float: left;
  font-weight: bold;
}

.list_event dd {
  margin-left: 5em;
  margin-bottom: 8px;
}

.list_event_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_event_inr dl {
  width: 50%;
}

.box_img {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction:row-reverse;
  flex-direction:row-reverse;
}

.img_tate img,
.img_yoko img {
  border: 1px solid #a9aaaa;
  height: auto;
  margin-left: 40px;
}

.img_tate img {
  max-width: 150px;
}

.img_yoko img {
  max-width: 240px;

}

.mailat {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
}

.tel,
.tel:hover {
  color: #383737;
}

.list_report_ttl {
  min-width: 130px;
  margin-right: 16px;
}

.simekiri {
  width: 11em;
}

.bunya {
  width: 14em;
}

.keisaibi {
  display: block;
  font-size: 1.4rem;
}

.hd_repor {
  margin-bottom: 24px;
  text-align: right;
}

.report_imgMax {
  margin-bottom: 30px;
}

.leftcol > .report_imgMax:last-child,
.leftcol > .list_reportimg:last-child {
  margin-bottom: 0;
}

.report_imgMax img {
  width: 100%;
  max-width: 900px;
}

.list_reportimg {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.list_reportimg li {
  margin-bottom: 32px;
}

.list_reportimg p {
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.list_reportimg.line_multiple {
  /*画像サイズランダム*/
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.line_multiple li {
  /*画像サイズランダム*/
  margin-right: 40px;
}

.line3 li {
  /*画像サイズ同じ＋３列*/
  width: 32%;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}

.line3 li:nth-child(3n) {
  /*画像サイズ同じ＋３列*/
  margin-right: 0;
}

.line3 li img {
  width: 100%;
  max-width: 270px;
}

.line4 li {
  /*画像サイズ同じ＋４列*/
  width: 22%;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}

.line4 li:nth-child(4n) {
  /*画像サイズ同じ＋4列*/
  margin-right: 0;
}

.line4 li img {
  width: 100%;
  max-width: 195px;
}

/* 事業紹介関係 */

/*program*/
.list_program {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_program li {
  width: 48%;
  margin-bottom: 32px;
}

.list_program li:nth-child(odd) {
  margin-right: 2%;
}

.list_program li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  text-decoration: none;
  overflow: hidden;
}

.list_program li a:hover {
  background: #fff8e6;
}

.list_program li img {
  width: 280px;
  height: 100%;
}

.txt_programtop {
  width: calc(100% - 280px);
  padding: 16px;
}

.txt_programtop h2 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

.txt_programtop p {
  font-size: 1.4rem;
  color: #000;
}

.ttl_program {
  margin-bottom: 24px;
}

.ttl_program img {
  width: 100%;
}

.ttl_program h2 {
  padding: 4px 8px;
  font-size: 2.8rem;
  font-weight: bold;
  background: #001B4C;
  color: #f7f7f7;
}

.jijyouColor01 {
  background: #009DD0;
}

.jijyouColor02 {
  background: #8CC456;
}

.jijyouColor03 {
  background: #DE8DB9;
}

.jijyouColor04 {
  background: #8E8E8E;
}

.jijyouColor05 {
  background: #51852e;
}

.programColor01 {
  background: #008C84;
}

.programColor02 {
  background: #DC494D;
}

.programColor03 {
  background: #004EA2;
}

.programColor04 {
  background: #993399;
}

.icn_jigyouColor01 {
  background: #009dd0;
}

.icn_jigyouColor02 {
  background: #8cc456;
}

.icn_jigyouColor03 {
  background: #de8db9;
}

.icn_jigyouColor04 {
  background: #8e8e8e;
}

.txtColor01 {
  color: #009dd0;
}

.txtColor02 {
  color: #8cc456;
}

.txtColor03 {
  color: #de8db9;
}

.txtColor04 {
  color: #8e8e8e;
}

.txtColor05 {
  color: #51852e;
}

.borderColor01 {
  border: 1px solid #009dd0;
}

.borderColor02 {
  border: 1px solid #8cc456;
}

.borderColor03 {
  border: 1px solid #de8db9;
}

.borderColor04 {
  border: 1px solid #8e8e8e;
}

.borderColor05 {
  border: 1px solid #51852e;
}

.jigyou_logo {
  float: right;
  margin-left: 24px;
}

.jigyou_name {
  float: left;
  margin-bottom: 5px;
}

.jigyou_logo img {
  width: 100%;
  max-width: 142px;
  height: auto;
  border: 1px solid #a9aaaa;
}

.img_jigyou img {
  margin: 0 auto;
}


/*JSTについて*/
.ttl_rijicho {
  display: inline-block;
}

.txt_rijicho {
  margin-right: 340px;
}

.img_Rfloat,
.img_yakuin {
  float: right;
  margin: 0 0 20px 40px;
}

.box_president {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.box_president_img {
  margin-right: 40px;
}

.box_president_img img {
  width: 172px;
  margin: 0 auto;
}

.box_president .list_page_more {
  display: block;
}

.list_board {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_board2 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.list_board2 > li:nth-child(1) {
  margin-right: 48px;
}

.list_board img {
  width: 100%;
  max-width: 172px;
  margin-bottom: 8px;
}

.list_board h4,
.board_name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #001B4C;
  text-align: center;
}

.list_board p {
  text-align: center;
}

.popupModal1 > input {
  /* ラジオボックス非表示 */
  display: none;
}

.popupModal1 > input:nth-child(1) + label {
  cursor: pointer;
  display: block;
  text-decoration: underline;
}

.popupModal1 > input:nth-child(1) + label:hover {
  color: #3aa9ef;
  text-decoration: none;
}

.modalPopup2 {
  /* 初期設定 ポップアップ非表示 */
  display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {
  /* ラジオ１ チェックでポップアップ表示 */
  display: block;
  z-index: 998;
  position: fixed;
  width: 90%;
  height: 80%;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  margin-top: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px 20px;
  overflow: hidden;
}

@media (min-width: 768px) {

  /* PCのときはページの真ん中の600x600領域 */
  .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {
    width: 900px;
    height: 700px;
    padding: 40px;
  }

  .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    left: 50% !important;
    top: 50% !important;
    margin-left: 360px !important;
    margin-top: -300px !important;
  }
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {
  /* */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {
  /* ポップアップの中の要素 */
  max-width: 100%;
}

.popupModal1 > input:nth-child(1) + label ~ label {
  display: none;
  /* ラジオ１ 以外のラベルを初期は非表示 */

}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
  text-indent: -999999px;
  overflow: hidden;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: fixed;
  left: 10px;
  bottom: 20px;
  z-index: 999;
  width: 44pt;
  height: 44pt;
  font-size: 40px;
  border-radius: 50%;
  line-height: 44pt;
  text-align: center;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 {
  /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
  display: none;
}

.modalPopup2 {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.popupModal1 .modalTitle {
  padding-bottom: 16px;
  margin: 16px;
  border-bottom:
    1px solid #ccc;
  font-weight: bold;
}

.popupModal1 .modalTitle span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}

.list_rijicho {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_rijicho > li a,
.more_btn a {
  display: inline-block;
  margin: 0 24px 16px 0;
  padding: 8px 32px 8px 24px;
  font-weight: bold;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: url(../img/common/icn_arw02_blue_r.svg) 95% center no-repeat #FFF;
  background-size: 12px;
}

.list_rijicho > li a:hover,
.more_btn a:hover {
  color: #FFF;
  background: url(../img/common/icn_arw02_blue_r.svg) 95% center no-repeat #0066aa;
  background-size: 12px;
}

.list_about {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.list_about > li {
  width: calc((100% - 120px) / 5);
  margin: 0 30px 30px 0;
}

.list_about > li:nth-child(5n) {
  margin-right: 0;
}

.list_about img {
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}

.list_about a {
  text-decoration: none;
}

.list_about a:hover {
  color: #3aa9ef;
}

.list_about h2 {
  margin-top: 4px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}

.list_about_btm {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list_page_anchor,
.list_page_more {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl.list_page_anchor {
  width: 100%;
  flex-wrap: no-wrap;
}

dl.list_page_anchor dt {
  width: 100%;
  font-weight: bold;
}

dl.list_page_anchor dd {
  width: 100%;
}

dl.list_page_anchor dd a {
  display: inline-block;
  margin-right: 24px;
}

.list_page_anchor li,
.list_page_more li {
  margin-right: 24px;
}

.list_page_anchor a {
  padding-left: 20px;
  background: url(../img/common/icn_arw02_blue_btm.svg) no-repeat left center;
  background-size: 14px;
}

.list_page_anchor2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.program .list_page_anchor2 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list_page_anchor2 li {
  width: calc((100% - 40px) / 3);
  margin-right: 16px;
}

.program .list_page_anchor2 li {
  margin-left: 0;
}

.list_page_anchor2 a {
  display: block;
  padding: 8px 24px 8px 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: url(../img/common/icn_arw02_blue_btm.svg) 95% center no-repeat;
  background-size: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.list_page_anchor2 a.fS {
  font-size: 1.6rem;
}

.list_page_anchor2 a:hover {
  color: #FFF;
  background: url(../img/common/icn_arw02_blue_btm.svg) 95% center no-repeat #0066aa;
  background-size: 12px;
}

.inter .list_page_anchor2 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_page_anchor2 li {
  margin-bottom: 16px;
}

.inter .list_page_anchor2 li:nth-child(3n) {
  margin-right: 0;
}

.inter .list_page_anchor2 li:nth-child(4) a {
  font-size: 1.6rem;
}

.list_page_more a {
  padding-left: 20px;
  background: url(../img/common/icn_arw02_blue_r.svg) no-repeat left center;
  background-size: 14px;
}

.img_gaiyou img,
.img_sosiki img,
.img_overview_p3 img,
.img_overview_p3 img {
  width: 100%;
  max-width: 800px;
}

.img_enkaku img {
  width: 100%;
  max-width: 574px;
  margin: 0 auto;
}

.img_overview img {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

.box_aboutmark {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.img_aboutmark {
  margin-right: 40px;
}

.ttl_interview {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.img_interview img {
  float: right;
  width: 100%;
  max-width: 100px;
  margin-left: 32px;
}

.img_yosan {
  margin-bottom: 24px;
}

.list_law01 {
  margin: 0 0 24px 2em;
  padding-left: 0;
  text-indent: -1em;
}

.list_law02 {
  margin: 0 0 24px 2em;
  padding-left: 0;
  text-indent: -2em;
}

.mic_dl {
  margin-bottom: 24px;
}

.mic_dl dt {
  margin-bottom: 8px;
}

.photo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.photo_list li {
  width: 48%;
}

.photo_list img {
  max-width: 100%;
  height: auto;
}

.tableDesign1 td.tC {
  text-align: center;
}

.tableDesign1 .nowrap {
  white-space: nowrap;
}

.gyouhou_dl dt {
  float: left;
  clear: left;
  width: 4em;
}

.gyouhou_dl dd {
  margin-left: 5em;
}

.fusoku dt {
  color: #001B4C;
  margin-left: 2em;
}

.fusoku dd {
  margin-bottom: 1em;
}

.aiu_list {
  margin-left: 3em;
}

/*刊行物・レポート*/
.list_pamphlet {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_pamphlet > li {
  width: 48%;
  margin-bottom: 32px;
}

.list_pamphlet > li:nth-child(odd) {
  margin-right: 4%;
}

.img_pamph img,
.img_web img {
  float: left;
  width: 120px;
  height: auto;
  margin-right: 20px;
  border: 1px solid #a9aaaa;
}

.img_pamph.pamph_en img {
  width: 214px;
}

.img_pamph.pamph_en2 img {
  width: 100px;
}

.ttlpamph {
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-weight: bold;
}

.ttlpamph2 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

.txt_web {
  margin-left: 140px;
}

/*数字で見るJST*/
.Bfont {
  font-size: 4.8rem;
}

.Bfont span {
  font-size: 2.4rem;
}

.ttlimg_jstdata {
  display: inline-block;
  margin-right: 8px;
}

.ttl_jstdata {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 2.1rem;
  font-weight: bold;
}

.ttlimg_jstdata2 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 4px;
  border-radius: 50%;
}

.ttlimg_jstdata2 img {
  width: 100%;
  height: auto;
}

.box_jstdata {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_jstdata.data_line2 li {
  width: calc((100% - 40px) / 2);
  margin-bottom: 24px;
  padding: 16px;
}

.box_jstdata.data_line3 li {
  width: calc((100% - 80px) / 3);
  padding: 16px;
}

.box_jstdata img {
  width: 74px;
  height: auto;
  margin: 0 auto 16px;
}

.box_jstdata dl {
  font-weight: bold;
  text-align: center;
}

.box_jstdata dt {
  font-size: 1.8rem;
  font-weight: bold;
}

.box_jstdata dd {
  font-size: 4.8rem;
}

.box_jstdata dd span.txtS {
  font-size: 3.2rem;
}

.box_jstdata dd span.year {
  padding-left: 4px;
  font-size: 1.6rem;
  color: #000;
}

.box_jstdata dd sup {
  font-size: 2.4rem;
}

.box_jstdata p,
.txt_jstdata2 {
  color: #000;
}

.list_jstdata2 li {
  padding: 16px;
  margin-bottom: 24px;
}

.box_jstdata a,
.list_jstdata2 li a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.box_jstdata a:hover,
.list_jstdata2 li a:hover {
  background: #fff8e6;
}

.box_jstdata a dt {
  text-decoration: underline;
}

.box_jstdata2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box_jstdata2 img {
  margin-right: 24px;
}

.data_no {
  font-size: 3.4rem;
  font-weight: bold;
  margin-right: 24px;
}

.data_no span {
  padding-left: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
}

.photo {
  float: left;
  position: relative;
  margin: 0 24px 24px 0;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.photo img {
  border: 10px solid #FFF;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.photo:before,
.photo:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 175px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.photo:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.photo_line {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.photo_line:last-child {
  margin-bottom: 0;
}

.photo_line li:first-child {
  margin-right: 24px;
}

.photo_line .photo {
  display: inline-block;
  float: none;
  margin: 0;
}

.photo_line p {
  text-align: center;
}

/*SDGs*/
.box_researchimg {
  max-width: 700px;
  margin: 0 auto 30px;
}

.ttl_img {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.img_research img {
  width: 100%;
  max-width: 490px;
  margin: 0 auto 8px;
  padding: 20px;
  border: 1px solid #a9aaaa;
}

.caption {
  font-size: 1.4rem;
}

p.comments {
  font-size: 1.4rem;
  text-indent: 0;
}

.seika_list li {
  position: relative;
  padding: 0 0 0 1.3em;
}

.seika_list li::before,
.seika_list li::after {
  position: absolute;
  content: '';
  display: inline-block;
}

.seika_list li::after {
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #001B4C;
  border-radius: 3px;
}

.seika_list li::before {
  z-index: 2;
  top: 11px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.floatR,
.imgR {
  float: right;
}

.floatL,
.imgL {
  float: left;
}

/*Achievements*/
.achieve .list_program li a {
  -webkit-align-items: center;
  align-items: center;
}

.achieve .list_program li img {
  width: 340px;
  height: 100%;
}
.achieve .txt_programtop {
  width: calc(100% - 340px);
  padding: 16px;
}
.imgTag {
  position: relative;
}
.imgTag_awards {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  padding: 4px 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 2px 3px #808080;
  background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
}

/*アクセス*/
.img_map {
  margin-bottom: 30px;
}

.img_mapdetail img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 24px;
}

.list_access li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0;
}

.access .leftcol_inr:last-child {
  margin-bottom: 220px;
}

/*お問合せ*/
.box_otoiawase {
  padding: 32px;
  background: #F6F6F6;
}

.link_otoiawase a {
  display: block;
  max-width: 80%;
  margin: 0 auto 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  padding: 16px;
  text-decoration: none;
}

.link_otoiawase p {
  font-weight: bold;
  color: #000;
  text-align: center;
}

.box_otoiawase h3 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #0057B0;
  text-align: center;
}

.link_tel a:hover {
  background: #fff8e6;
}

.table_contact1 td:nth-child(1) {
  width: 50%;
}

.table_contact2 td:nth-child(1) {
  width: 30%;
}

.table_contact2 td:nth-child(2) {
  width: 25%;
}

/*サイトマップ*/
.sitemap_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sitemap_col {
  width: 31%;
}

.sitemap_col a {
  text-decoration: none;
}

.sitemap_col li a {
  font-weight: normal;
}

.sitemap_col li a:hover {
  text-decoration: underline;
}

.sitemap_box {
  padding: 16px 20px;
  margin-bottom: 30px;
  border: 2px solid #e8e8e8;
  background: #fff;
}

.sitemap_box .listDesign_arw_sec {
  margin-top: 8px;
  font-size: 1.4rem;
}

.ttl_sitemap1 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #e8e8e8;
}

.ttl_sitemap1 a,
.ttl_sitemap1_noline a {
  color: #0066aa;
  text-decoration: none;
  font-weight: bold;
}

.ttl_sitemap1 a:hover,
.ttl_sitemap1_noline a:hover {
  color: #3aa9ef;
  text-decoration: underline;
}

.ttl_sitemap1_noline {
  border: none;
}

.ttl_sitemap2 {
  margin-bottom: 8px;
}


/*お知らせレイアウト追加 20250509*/
.flexcontainer {
	display: flex;
	justify-content: space-between;
	overflow: hidden; /* Clearfix */
}
.left-column {
	width: 75%;
}
.right-column {
	max-width: 25%;
	/* max-width: 300px; */
	/* width: 100%; */
}

.txtIndent p,
.txtIndent {
	text-indent: 0.5em;
}

.indent1{
	padding-left: 1em;
	text-indent: -1em;
}

/* 画像中央寄り */
.list_reportimg_block {
	display: block;
}
.list_reportimg_block img {
	width: 100%;
	max-width: 800px;
	margin:0 auto;
}
.list_reportimg_block {
	display: flex;
	justify-content: center;
}

@media all and (max-width: 768px) {
  .flexcontainer {
    flex-direction: column;
    align-items: flex-start;
  }
  .left-column, .right-column {
    width: 100%;
  }


}

