@charset "utf-8";
/*=================================
1: setting
2: header
3: gnav
4: footer
5: parts (title,list,table,etc)
6: layout
7: contents
=================================*/

/* ウィンドウ幅が0～768pxの場合に適用するCSS(PC・タブレット共通) */
@media all and (max-width: 768px) {

  /* 1: setting
================================== */
  html {
    min-width: 100%;
  }

  body {
    min-width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* 2: header
================================== */
  #header {
    height: auto;
  }

  .header_inr {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 45px;
    padding: 8px 16px;
  }

  .header_inr h1 {
    float: left;
  }

  .header_inr h1 img {
    max-width: 196px;
    width: 100%;
    height: auto;
  }

  .header_sub_menu {
    display: block;
    position: static;
    width: 90%;
    margin: 30px auto 50px;
  }

  .hd_link,
  .langSwitch {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    line-height: 1.7;
  }

  .hd_link {
    display: block;
    margin: 20px auto;
  }

  .hd_link li {
    margin-left: 0;
  }

  .hd_link a {
    position: relative;
    display: block;
    padding: 6px 0;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    background: none;
  }

  .hd_link a::before {
    position: absolute;
    content: "";
    box-sizing: border-box;
    right: 0;
    top: 38%;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #FFF;
  }

  .langSwitch li {
    width: 50%;
    height: 42px;
    line-height: 40px;
    text-align: center;
    background: #FFF;
    color: #001b4c;
    border: 1px solid #FFF;
  }

  .langSwitch a {
    display: block;
    background: #001b4c;
    color: #FFF;
  }

  /* -----google検索----- */
  #g-k-w-search {
    margin-bottom: 24px;
  }

  /* テキストボックスの親要素。width指定しつつfloatで左寄せ */
  #g-k-w-search .gsc-search-box td.gsc-input,
  #g-k-w-search .gsc-search-box td.gsc-input .gstl_50 {
    width: 100% !important;
    margin: 0 auto;
    height: 40px;
  }

  #g-k-w-search .gsc-search-box .gsib_a {
    width: 100% !important;
  }

  /* テキストボックスのデザイン設定 */
  #g-k-w-search .gsc-search-box input#gsc-i-id1 {
    box-sizing: border-box;
    height: 40px !important;
    padding: 5px 15px !important;
    box-shadow: none;
    border-radius: 40px;
    background-color: #ebebeb !important;
  }

  #g-k-w-search .gsc-control-cse,
  #g-k-w-search .gsc-search-box .gsib_a {
    background: #001b4c;
    border: 0;
  }

  /* ボタンの親要素。width指定しつつfloatで左寄せ */
  #g-k-w-search .gsc-search-box td.gsc-search-button {
    width: 0px !important;
    height: 40px;
  }

  #g-k-w-search .gsc-search-box .gsc-search-button {
    width: 18px;
    height: 40px;
    background: #EBEBEB url(../img/common/icn_search.svg) 96% center no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
  }

  /* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
  #g-k-w-search .gsc-search-box .gsib_b {
    top: 5px;
    left: 80%;
  }

  #g-k-w-search .gsc-input-box {
    padding-top: 0;
    padding-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* 3: gnav
================================== */
  .menu-container {
    clear: both;
    width: 100%;
    height: 100%;
  }

  .menu {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
    background: #001b4c;
    overflow-y: scroll;
    z-index: 44;
  }

  .navGlobal {
    display: block;
    max-width: 100%;
  }

  .navGlobal > li {
    position: relative;
    width: 100%;
  }

  .navGlobal > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navGlobal > li > a {
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #FFF;
    text-align: left;
    border-top: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .about .navGlobal > li.nav_about > a,
  .program .navGlobal > li.nav_program > a,
  .achieve .navGlobal > li.nav_achieve > a,
  .access .navGlobal > li.nav_access > a,
  .publications .navGlobal > li.nav_publications > a,
  .contact .navGlobal > li.nav_contact > a,
  .navGlobal > li.hover > a,
  .inter .navGlobal > li.nav_inter > a {
    color: #92b9ff;
  }

  .navGlobal > li > a::after {
    display: none;
  }

  .MegaDrop {
    position: static;
    padding: 16px 24px;
    background: #093068;
    box-shadow: none;
  }

  .MegaDrop_inr {
    max-width: 100%;
    min-width: 100%;
    display: block;
  }

  .MegaDrop_inr > h2 {
    display: none;
  }

  .MegaDrop_inr > h2 > a,
  .nav_second a {
    display: block;
    padding: 6px 0;
    font-size: 1.4rem;
    background: url(../img/common/icn_arw01_white.svg) no-repeat right center;
  }

  .MegaDrop_inr > h2 > a:hover,
  .nav_second a:hover {
    color: #FFF;
    background: url(../img/common/icn_arw01_white.svg) no-repeat 95% center;
  }

  .nav_second {
    display: block;
    width: 100%;
    padding: 0;
    border-left: none;
  }

  .nav_second > li {
    padding-right: 0;
  }

  .nav_second ul > li {
    margin-bottom: 0;
  }

  .nav_second h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.5rem;
  }

  .nav_second li:first-child h3 {
    margin-top: 0;
  }

  .nav_second > li {
    min-width: 100%;
  }

  .sub_link a {
    font-size: 1.2rem;
    background: none;
  }

  .sub_link a::before {
    left: 98%;
    top: 38%;
  }

  .sub_link a:hover::before {
    border-left: 4px solid #3aa9ef;
  }

  .tworows {
    display: block;
  }

  .tworows li {
    width: 100%;
  }

  .tworows li:nth-child(odd) {
    margin-right: 0;
  }

  .nav_second ul.tworows span {
    font-size: 1.2rem;
  }

  .megaNavClose {
    display: none;
  }

  /*smartphone menu-button*/
  .dl-trigger {
    position: relative;
    display: block;
    float: right;
    width: 90px;
    height: 28px;
    padding: 0;
    text-indent: -900em;
    cursor: pointer;
    outline: none;
    background: #f7f7f7;
    border: 1px solid #a9aaaa;
    z-index: 44;
  }

  .dl-trigger img {
    position: absolute;
    top: 8px;
    left: 34px;
    width: 42px;
    height: auto;
  }

  .dl-trigger span {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #000;
    transition: all .4s;
  }

  .dl-trigger span:nth-of-type(1) {
    top: 6px;
  }

  .dl-trigger span:nth-of-type(2) {
    top: 12px;
  }

  .dl-trigger span:nth-of-type(3) {
    bottom: 6px;
  }

  .dl-trigger.active span {
    background-color: #000;
  }

  .dl-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }

  .dl-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .dl-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }

  .open_icn {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 48px;
    height: 48px;
    z-index: 999;
  }

  .open_icn:before,
  .open_icn:after {
    display: block;
    content: '';
    width: 2px;
    height: 12px;
    background: #FFF;
    position: absolute;
    top: 17px;
    left: 28px;
  }

  .open_icn:before {
    width: 12px;
    height: 2px;
    top: 22px;
    left: 23px;
    transition: all .4s;
  }

  .open_icn:after,
  .open_icn:before {
    transition: all .4s;
  }

  .open_icn.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .open_icn.active:before {
    opacity: 0;
  }

  .arw_icn {
    position: relative;
  }

  .arw_icn::before {
    position: absolute;
    top: 40%;
    right: 12px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/common/icn_arw01_white.svg) no-repeat left center;
  }

  .fixbody {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  /* 4: footer
================================== */
  /* go topボタン */
  #page-top a {
    width: 36px;
    height: 36px;
  }

  #page-top a:after {
    top: 15px;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }

  .footer_nav {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }

  .footer_nav a {
    font-size: 1.3rem;
  }

  /* 5: parts (title,list,table,etc)
================================== */
  /* 見出しデザイン */
  .ttlDesign1,
  .ttlDesign2 {
    font-size: 2.1rem;
  }

  .ttlDesign2 span {
    display: block;
    font-size: 1.6rem;
    margin-left: 0;
    margin-bottom: 4px;
  }

  .ttlDesign3 {
    font-size: 1.8rem;
  }

  .ttlDesign_jigyou {
    padding: 4px 8px;
    font-size: 1.8rem;
  }

  /* リストデザイン */
  .listBoxDesign1 {
    display: block;
  }

  .listBoxDesign1 li {
    width: 100%;
    border-bottom: none;
  }

  .listBoxDesign1 li:last-child {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
  }

  /* テーブルデザイン */
  .tableDesign1 th,
  .tableDesign1 td {
    padding: 8px;
    font-size: 1.4rem;
  }

  .tableScroll {
    overflow: auto;
  }

  .tableScroll table {
    width: 600px;
  }

  .table_sptate {
    border-top: 1px solid #E1E6EE;
  }

  .table_sptate th,
  .table_sptate td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .table_sptate th {
    border-top: none;
  }

  .table_sptate tr > td:last-child {
    border-bottom: 1px solid #E1E6EE;
  }

  /* 他年度へプルダウンリンクデザイン */
  .ttl_select,
  #select,
  .ttt_link {
    position: initial;
  }

  #select {
    width: 100%;
    margin-bottom: 24px;
  }

  .ttt_link {
    float: right;
    margin-top: -24px;
  }

  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  /* 6: layout
================================== */
  .layoutWrap {
    width: 100%;
    padding: 40px 0 60px;
  }

  .inr {
    max-width: 100%;
    min-width: 100%;
  }

  .inrW1000 {
    max-width: 100%;
  }

  .layoutWrap_sec,
  .layoutWrap_sec_single {
    display: block;
    max-width: 100%;
    min-width: 100%;
  }

  .leftcol {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .rightcol {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* 7: contents
================================== */
  /*----------top page---------- */
  .box_important {
    margin: 16px auto 24px;
  }

  .box_important h2,
  .box_important2 h2 {
    padding: 4px;
  }

  .box_important h2 span,
  .box_important2 h2 span {
    padding-left: 24px;
    background: url(../img/common/icn_oshirase.svg) no-repeat left center;
    background-size: 16px;
    font-size: 1.6rem;
  }

  .important_txttype,
  .important_listtype {
    padding: 16px;
  }

  .box_important2 {
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .important_listtype dt {
    float: none;
  }

  .important_listtype dd {
    margin-left: 0;
    margin-bottom: 16px;
  }

  .important_listtype li:last-child dd {
    margin-bottom: 0;
  }

  .main_visual {
    overflow: initial;
  }

  .main_visual_inr {
    max-width: 100%;
    min-width: 100%;
    background: #001328;
  }

  /* メインビジュアル スライダー */
  .bg_main_visual,
  .slider_pc {
    display: none;
  }

  .slider_sp {
    display: block;
  }

  .slider_main .slick-dots {
    bottom: -30px;
  }

  /* 新着 プレスリリース・イベント・募集中の公募案内・JSTトピックス*/
  /* tab */
  #tab_menu .inr {
    padding: 0 10px;
  }

  .ui-tabs .ui-tabs-nav li a {
    display: block;
    padding: 10px 0;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    display: inline-block;
    font-size: 1.5rem;
    border-top: 2px solid #fff;
  }

  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    border-top: 2px solid #f9d607;
  }

  .tab_content {
    padding: 20px 10px;
  }

  #tabs-1,
  #tabs-2,
  #tabs-3,
  #tabs-4 {
    padding-top: 20px;
    margin-top: 0;
  }

  .ttl_tab {
    display: block;
    max-width: 768px;
    margin: 0;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
  }

  .box_tab {
    position: relative;
  }

  .box_tab::after {
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 2;
    content: '';
    width: 16px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .ttl_tab li {
    display: inline-block;
    min-width: 150px;
    margin-right: 4px;
  }

  .ttl_tab li:last-child {
    margin-right: 16px;
  }

  /*スクロールバー全体*/
  #tab_menu ::-webkit-scrollbar {
    height: 8px;
  }

  /*スクロールバーの軌道*/
  #tab_menu ::-webkit-scrollbar-track {
    background: #e5e5e5;
  }

  /*スクロールバーの動く部分*/
  #tab_menu ::-webkit-scrollbar-thumb {
    background-color: rgba(148, 148, 148, 0.7);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
  }

  .box_news {
    padding: 10px;
  }

  .list_news {
    display: block;
  }

  .list_news li {
    display: block;
    width: 100%;
    min-height: 79px;
    margin: 0 0 16px 0;
  }

  .list_news li:after {
    display: block;
    content: "";
    clear: both;
  }

  .img_news {
    max-width: 142px;
    float: right;
    margin-left: 10px;
    margin-right: 0;
  }

  .img_news img {
    width: 100%;
  }

  .txt_news {
    width: auto;
    font-size: 1.3rem;
  }

  .date {
    font-size: 1.2rem;
  }

  .list_news dt {
    overflow: hidden;
  }

  .list_news dt a {
    font-size: 1.5rem;
  }

  .link_news li {
    margin: 0;
  }

  .link_news li:first-child {
    margin-right: 10px;
  }

  .link_news a {
    font-size: 1.3rem;
  }

  .link_news_btn a {
    padding: 8px 32px 8px 24px;
  }

  /* Overseas Branch Office */
  .overseas_wrap {
    width: 100%;
    display: block;
  }

  .overseas_wrap li {
    width: 100%;
  }

  .listimg_overseas {
    display: block;
  }

  .listimg_overseas li {
    margin: 16px auto;
  }

  .listimg_overseas img {
    margin: 0 auto;
  }

/* その他のお知らせ */
.ttl_othernews_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #a9aaaa;
}
.ttl_othernews_box .more {
	width: 10em;
	text-align: right;
}
#topics_other h3 {
	width: 100%;
	font-size: 1.6rem;
}
.box_topics_other {
	display: block;
}
.list_topics_other {
	padding: 0;
	border-left: none;
	font-size: 1.3rem;
}
.list_topics_other dt {
	float: none;
	margin-bottom: 0;
}
.list_topics_other dd {
	margin-left: 0;
	margin-bottom: 16px;
}

  /* 理事長記者説明会・メディア関連 */
  .list_submenu_media {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list_submenu_media > li {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .list_submenu_media > li:last-child {
    margin-bottom: 0;
  }

  .ttl_topsearch {
    font-size: 2.1rem;
  }

  .list_search .mb24 {
    margin-bottom: 8px;
  }

  /* 関連リンク */
  #submenu_banner {
    background-position: top;
  }

  .list_bnr li {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
    margin-bottom: 20px;
  }

  .list_bnr li:nth-child(odd) {
    margin-right: 20px;
  }

  /*----------second page---------- */
  /* パンくず */
  .pankuzu ul {
    max-width: 100%;
    min-width: 100%;
  }

  /* メインビジュアル＆下層ページタイトル */
  .main_visual_sec {
    padding: 24px;
    background: url(../img/common/sec_hd_img_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .main_visual_sec h1 {
    font-size: 2.4rem;
  }

  /* 下層ページ サイドナビゲーション */
  .sidenav a.anchorlink {
    background: url(../img/common/icn_arw02_blue_top.svg) no-repeat right center;
    background-size: 12px;
  }

  .sidenav .current a.anchorlink,
  .sidenav li:hover a.anchorlink {
    background: url(../img/common/icn_arw02_blue_top_act.svg) no-repeat right center;
    background-size: 12px;
  }

  .bnr_sidenav img {
    margin: 0 auto;
  }

  .list_archive li {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .list_pr_ttl {
    min-width: 100%;
  }

  .simekiri {
    width: 9em;
  }

  .bunya {
    width: 10em;
  }

  .list_event h3 {
    font-size: 1.5rem;
  }

  .list_event_inr {
    display: block;
  }

  .list_event_inr dl {
    width: 100%;
  }

  .box_img {
    display: block;
  }

  .list_reportimg {
    display: block;
  }

  .list_reportimg img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .list_reportimg .width200 img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  .img_tate img,
  .img_yoko img {
    margin: 0 auto 16px;
  }

  .line_multiple li {
    /*画像サイズランダム*/
    margin-right: 0;
  }

  .line3 li,
  .line4 li {
    width: 100%;
    margin-right: 0;
  }

  .line3 li img,
  .line4 li img {
    width: 100%;
    max-width: 300px;
  }

  /* 事業紹介関係 */
  /*program*/
  .list_program {
    display: block;
  }

  .list_program li {
    width: 100%;
    margin-bottom: 32px;
  }

  .list_program li:nth-child(odd) {
    margin-right: 0;
  }

  .list_program li a {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 16px;
  }

  .list_program li img {
    margin: 0 auto 24px;
  }

  .txt_programtop {
    width: 100%;
    padding: 0;
  }

  .ttl_program h2 {
    padding: 4px 8px;
    font-size: 1.8rem;
  }

  .jigyou_logo {
    margin-left: 8px;
  }

  .jigyou_logo img {
    width: 100%;
    max-width: 112px;
    height: auto;
  }

  .img_jigyou img {
    width: 100%;
    max-width: 526px;
  }

  .jigyou_item > li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .jigyou_item li:last-child {
    margin-bottom: 0;
  }

  .jigyou_item li:nth-child(odd) {
    margin-right: 0;
  }

  .jigyou_lead {
    margin: 0 0 20px 0;
  }

  .ttl_jigyoucopy {
    display: block;
    margin-bottom: 8px;
  }

  /*JSTについて*/
  .img_Rfloat,
  .img_yakuin {
    float: none;
    margin: 0 auto 24px;
  }

  .txt_rijicho {
    margin-right: 0;
  }

  .img_Rfloat img {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .img_yakuin img {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 24px;
  }

  .box_president {
    display: block;
  }

  .box_president_img {
    margin-right: 0;
  }

  .box_president_img img {
    width: 172px;
    margin: 0 auto;
  }

  label.board_name {
    margin-bottom: 16px;
  }

  .list_board > li {
    max-width: 120px;
  }

  .list_board2 > li:nth-child(1) {
    margin-right: 32px;
  }

  .list_rijicho {
    display: block;
  }

  .list_rijicho > li a {
    display: block;
    max-width: 600px;
    margin: 0 auto 16px;
  }

  .list_about {
    margin-top: 0;
  }

  .list_about > li {
    width: calc((100% - 30px) / 2);
    margin: 0 30px 30px 0;
  }

  .list_about > li:nth-child(2n) {
    margin-right: 0;
  }

  .list_about > li:nth-child(5) {
    margin-right: 30px;
  }

  .list_about > li:last-child {
    margin-bottom: 0;
  }

  .list_about h2 {
    font-size: 1.8rem;
  }

  .list_about_btm {
    display: block;
  }

  .list_about_btm > div:nth-child(1),
  .list_about_btm > div:nth-child(2) {
    margin-bottom: 30px;
  }

  .img_sign img {
    float: right;
    max-width: 170px;
  }

  .box_aboutmark {
    display: block;
  }

  .img_aboutmark {
    margin-right: 0;
  }

  .img_aboutmark img {
    max-width: 100px;
    height: auto;
    margin: 0 auto 30px;
  }

  .ttl_interview {
    font-size: 1.8rem;
  }

  .img_interview img {
    margin-left: 16px;
    margin-bottom: 16px;
  }

  .img_yosan img,
  .img_map img {
    width: 100%;
    max-width: 600px;
  }

  .photo_list {
    width: 100%;
  }

  .photo_list {
    display: block;
  }

  .photo_list li {
    width: 100%;
    margin-bottom: 2em;
  }


  /*刊行物・レポート*/
  .list_pamphlet {
    text-align: center;
  }

  .list_pamphlet p br {
    display: none;
  }

  .img_pamph img,
  .img_web img {
    float: none;
    width: 100px;
    margin: 0 auto 8px;
  }

  .img_pamph.pamph_en img {
    width: 150px;
  }

  .ttlpamph {
    font-size: 1.8rem;
  }

  .ttlpamph2 {
    font-size: 1.6rem;
  }

  .txt_web {
    margin-left: 0;
  }

  /*数字で見るJST*/
  .ttl_jstdata {
    font-size: 1.8rem;
  }

  .box_jstdata {
    display: block;
  }

  .box_jstdata.data_line2 li,
  .box_jstdata.data_line3 li {
    width: 100%;
    margin-bottom: 16px;
    padding: 8px;
  }

  .box_jstdata dt {
    font-size: 1.6rem;
  }

  .Bfont,
  .box_jstdata dd {
    font-size: 4rem;
  }

  .box_jstdata dd span.txtS {
    font-size: 2.4rem;
  }

  .box_jstdata2 {
    display: block;
  }

  .box_jstdata2 img {
    margin: 0 auto 16px;
  }

  .box_jstdata2 dt,
  .Bfont span {
    font-size: 1.6rem;
  }

  .data_no {
    font-size: 2.1rem;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .data_no span {
    display: block;
    font-size: 1.6rem;
  }

  .photo {
    float: none;
    margin-right: 0;
  }

  .photo img {
    width: 100%;
    max-width: calc(100% - 20px);
  }

  .photo_line {
    display: block;
  }

  .photo_line li:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }

  /*Achievements*/
  .tag_awards {
    margin-left: 8px;
    margin-top: 4px;
    padding: 4px 16px;
    font-size: 1.4rem;
  }

  .achieve .list_program li a {
    display: block;
    padding: 0;
  }

  .achieve .list_program li img {
    margin-bottom: 0;
  }

  .achieve .txt_programtop {
    width: 100%;
    padding: 0;
  }

  .achieve .txt_programtop {
    text-align: center;
    padding: 8px;
  }

  /*アクセス*/
  .access .leftcol_inr:last-child {
    margin-bottom: 40px;
  }

  /*お問合せ*/
  .list_otoiawase {
    display: block;
  }

  .list_otoiawase > li {
    width: 100%;
    padding: 16px;
  }

  .list_otoiawase > li:first-child {
    margin-bottom: 24px;
  }

  .list_otoiawase h3 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }

  .table_contact2 td:nth-child(1) {
    width: 25%;
  }

  .table_contact2 td:nth-child(2) {
    width: 20%;
  }

  /*関連リンク*/
  .link01 table td,
  .link02 table td,
  .link03 table td,
  .link04 table td {
    width: 100%;
  }

  /*サイトマップ*/
  .sitemap_wrap {
    display: block;
  }

  .sitemap_col {
    width: 100%;
  }

}
