@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 screen and (max-width: 767px) {

/* 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: 160px;
	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検索----- */
/* テキストボックスの親要素。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%;
}
/* 201905追記 */
#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,
.jigyou .navGlobal > li.nav_jigyou > a,
.seika .navGlobal > li.nav_seika > a,
.data .navGlobal > li.nav_data > a,
.choutatsu .navGlobal > li.nav_choutatsu > a,
.report .navGlobal > li.nav_report > a,
.navGlobal > li.hover > 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_important2） */
.box_important {
	margin: 16px auto 24px;
}
.box_important h2,
.box_important2 h2{
	padding: 4px;
}
.box_important h2 span {
	padding-left: 24px;
	background: url(../img/common/icn_oshirase.svg) no-repeat left center;
	background-size: 16px;
	font-size: 1.6rem;
}
/*ノーベル賞など*/
.box_important2 h2 span {
	padding-left: 24px;
	background: url(../img/common/icn_info.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_inr {
	max-width: 100%;
	min-width: 100%;
	padding: 0 0 30px;
	background: #f7f7f7;
}

/* メインビジュアル スライダー */
.bg_main_visual,
.slider_pc {
	display: none;
}
.slider_sp {
	display: block;
}

/* クイックアクセス */
#quick_access {
	padding: 20px 0 24px;
}
#quick_access ul {
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#quick_access li {
	max-width: 100%;
	width: calc((100% - 20px) / 3);
	margin-bottom: 16px;
}
#quick_access li a {
	height: auto;
	padding: 8px 3px 0;
}
#quick_access li:last-child a {
	padding-bottom: 8px;
}
.icn_quick {
	margin-bottom: 0;
}
.icn_quick img {
	width: 42px;
	height: 30px;
	margin-bottom: 8px;
}
.txt_quick img {
	width: 100%;
	max-width: 99px;
	height: 48px;
}
.txt_quick.txt_quick_big img {
	width: 100%;
	max-width: 100px;
	height: 40px;
}

/* 新着 プレスリリース・イベント・募集中の公募案内・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: 130px;
	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 {
	width: 100%;
	min-height: 79px;
	margin: 0 0 16px 0;
}
.img_news img {
	width: 100%;
	max-width: 112px;
	float: left;
	margin-right: 10px;
}
.date {
	font-size: 1.2rem;
}
.tag {
	margin-bottom: 4px;
	padding: 0 4px;
	font-size: .9rem;
	line-height: 1.4;
}
.txt_news {
	width: auto;
	margin-left: 120px;
	font-size: 1.3rem;
}
.link_news li {
	margin: 0;
}
.link_news li:first-child {
	margin-right: 10px;
}
.link_news a {
	font-size: 1.3rem;
}
.rss a {
	padding: 8px 16px 8px 24px;
}
.link_news_btn a {
	padding: 8px 32px 8px 24px;
}
.list_news_noimg dl {
	display: block;
}
.list_news_noimg dt {
	width: 100%;
	margin-bottom: 8px;
}
.list_news_noimg dt br {
	display: none;
}

/* パンフレット・最新刊行物 スライダー */
.spbg_publications {
	padding: 30px 30px 40px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	background: #FFF;
	border-radius: 4px;
}
.slider_brochure .slick-prev {
	left: 0;
}
.slider_brochure .slick-next {
	right: 0;
}

/* その他のお知らせ */
.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 {
	display: block;
}
.list_submenu_media > li {
	max-width: 570px;
	width: 100%;
	margin: 0 auto 30px;
}
.list_submenu_media > li:last-child {
	margin-bottom: 0;
}
.list_sns li {
	margin: 0;
}

/* 関連リンク */
#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_archive .date {
	font-size: 1.5rem;
}
.list_archive .txt_news {
	margin-left: 0;
	font-size: 1.5rem;
}
.list_pr_ttl {
	min-width: 100%;
}
.simekiri {
	width: 9em;
}
.bunya {
	width: 10em;
}
.txt_ttlBtm.rss_event {
	clear: both;
}
.list_event h3 {
	font-size: 1.6rem;
}
.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;
}

/* 事業紹介関係 */
.jigyou_logo img {
width: 100%;
max-width: 112px;
height: auto;
margin-bottom: 8px;
border: 1px solid #a9aaaa;
}
.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;
}

/* クイックアクセス */
.ttl_quick {
	max-width: 100%;
	min-width: 100%;
	padding: 30px 20px;
}
.ttlDesign_quick {
	min-height: 25px;
	margin-bottom: 30px;
	font-size: 2.1rem;
	text-align: left;
}
.quickttl {
	padding-left: 30px;
}
.q01, .q02, .q03, .q04, .q05, .q06, .q07 {
	background-size: 25px;
}
.button {
	margin: 0 10px 10px 0;
	padding: 10px;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #0066a6;
	background: #FFF;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.btn_bosyu {
    color: #E6001D;
}
.isotope-grid-item {
	width: 150px;
	margin: 0 5px 20px;
}
.isotope-grid-item img {
	width: 150px;
	height: 105px;
	margin: 0 auto;
}
.isotopetitle {
	font-size: 1.6rem;
}
.isotope_txt_inr p {
	font-size: 1.2rem;
}
.list_quick_link .isotope-grid-item {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.list_quick_link > .isotope-grid-item:nth-child(4n) {
	margin-right: auto;
}
.list_allkoubo {
	display: none;
}

/*JSTについて*/
.img_Rfloat,
.img_yakuin {
	float: none;
	margin: 0;
}
.img_Rfloat img {
	width: 100%;
	max-width: 260px;
	margin: 0 auto 24px;
}
.img_yakuin img {
	width: 100%;
	max-width: 120px;
	margin: 0 auto 24px;
}
.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(5n) {
	margin-right: 30px;
}
.list_about > li:nth-child(10n) {
	margin-right: 0;
}
.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;
}
.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 {
	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,
.photo_line .photo {
	display: block;
}
.photo_line li:first-child{
	margin-right: 0;
	margin-bottom: 24px;
}

/*お問合せ*/
.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;
}

/*関連リンク*/
.link01 table td,
.link02 table td,
.link03 table td,
.link04 table td {
	width: 100%;
}

/*ご意見一覧*/
.list_goiken a {
	display: block;
	padding: 8px 24px 8px 8px;
}
.list_goiken dl,
.list_goiken dt {
	display: block;
}

/*サイトマップ*/
.sitemap_wrap {
	display: block;
}

.sitemap_col {
	width: 100%;
}

/*404 NOT FOUND*/
.box_notfound h2 {
	padding-top: 50px;
	font-size: 2.1rem;
	background-size: 40px;
}
.box_notfound p {
	text-align: left;
}
}