@charset "utf-8";

@media screen and (max-width:768px){

/* ==========================================================
common
=============================================================*/

main .pc {
	display: none;
}

main img {
	max-width: 100%;
	height: auto;
}

main img.actual {
	width: auto;
	height: auto;
	max-width: 100%
}


/* heading
-------------------------------------------------------------*/

div.main h2 {
	margin: 0 0 15px;
	padding: 8px 10px 4px 24px;
	line-height: 1.4;
	font-size: 1.6rem;
}
div.main h2 a {
	background: #1c7773 url("/ja/common/css/image/000000028.png") no-repeat 3px 0.1em;
}

div.main h3 {
	margin: 20px 0 20px;
	font-size: 1.6rem;
}
div.main h3 a {
	padding: 0 0 0 13px;
	background-size: 0.5em;
}
div.main p + h3 {
	margin: 0 0 20px;
}

div.main h4 {
	font-size: 1.6rem;
}

div.main h5 {
	font-size: 1.6rem;
}

/* div
-------------------------------------------------------------*/

/* div.outline*/

div.main div.outline {
	padding: 10px 10px 0;
	border: solid 1px #aaa;
}

/* layout-center */

div.main div.layout-center {
	width: 100% !important;
}

div.main div.layout-center span.title{
	text-align: left;
}

/* layout-right */

div.main div.layout-right {
	width:100%;
}

/* layout-left */

div.main div.layout-left {
	width:100%;
}

/* p
-------------------------------------------------------------*/

div.main p {
	margin: 0 0 10px;
}

/* p.btn_lookup */

main p.btn_lookup a {
	float: none;
	width: 100%;
}

/* ul
-------------------------------------------------------------*/

/* ul.internal */
/* ul.internal-links-item */
/* ul.parataxis-list */

div.main p + ul.internal {
	margin: -5px 0 0;
}
div.main p + ul.internal-links-item {
	margin: -5px 0 0;
}
div.main p + ul.parataxis-list {
	margin: -5px 0 0;
}
/*add20240705 ul.clear_list01 */
div.main ul.clear_list01 {
	clear:both;
}
/* dl
-------------------------------------------------------------*/

/* dl.annotation */

div.main dl.annotation dt {
	font-size: 1.6rem;
}

/* dl.related */

div.main dl.related dt {
	font-size: 1.6rem;
}

/* dl.refer */

div.main dl.refer dt {
	font-size: 1.6rem;
}

/* table
-------------------------------------------------------------*/

/* table.block */

div.main table.block {
	border-bottom: solid 1px #aaa;
}
div.main table.block th,
div.main table.block td {
	display: block;
	padding: 8px 10px 3px;
}
div.main table.block th {
	text-align: left;
	white-space: normal;
}
div.main table.block td {
	border-top: none;
	border-bottom: none;
}

body.event div.main table th br {
	display: none;
}
body.event div.main table th span.event_end {
	display: inline-block;
	margin: 0 0 0 5px;
}

div.main table td.genre {
	padding: 5px 0 0 10px;
	white-space: nowrap;
}
div.main table td.genre span {
	top: 4px;
	width: auto;
}

/* div.scroll table */

div.main div.scroll {
	overflow: auto;
}
div.main div.scroll::-webkit-scrollbar{
	height: 5px;
}
div.main div.scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}
div.main div.scroll::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}
div.main div.scroll table {
	width: 100%;
	margin-bottom: 0 !important;
	overflow: auto;
}
div.main div.scroll table th,
div.main div.scroll table td {
	white-space: nowrap;
}
div.main div.scroll table.nowrap th,
div.main div.scroll table.nowrap td {
	white-space: nowrap;
}
div.main div.scroll table.nowrap {
	white-space: nowrap;
}
div.main div.scroll + * {
	margin-top: 30px;
}
div.main div.scroll + ul.notation,
div.main div.scroll + ol.notation {
	margin-top: 5px;
}

/* div.information_left */

div.main div.information_left {
	max-width: 100%;
}


/* div.sub
-------------------------------------------------------------*/

/* div.sub > .btn_lookup */

div.sub p.btn_lookup {
	margin: 0 0 10px;
}

/* div.sub > dl */

div.sub > dl {
	margin: 0 0 2px;
}
div.sub > dl > dt > a {
	padding: 14px 10px 10px 32px;
	background: #1c7773 url("/ja/common/css/image/000000027.png") no-repeat 10px center;
}

/* a.btn_green & a.btn_gray */

main a.btn_green,
main a.btn_gray {
	width: 800px;
}
main a.btn_green br,
main a.btn_gray br {
	display: none;
}

body.press div.sub p.btn_gray {
	margin-top: 10px;
}
body.press div.sub p.btn_gray a {
	width: 800px;
}


/* ==========================================================
pages
=============================================================*/

/* common
-------------------------------------------------------------*/

/* list limit 15 (for sp) */

div.main article.limited table tr:nth-child(n + 16),
div.main article.limited ol > li:nth-child(n + 16) {
	display: none;
}

div.main article p span.showttl_30 {
	display: inline;
}
div.main article p span.showttl_15 {
	display: none;
}
div.main article.limited p span.showttl_30 {
	display: none;
}
div.main article.limited p span.showttl_15 {
	display: inline;
}

/* body.press
-------------------------------------------------------------*/

/* body.event
-------------------------------------------------------------*/

/* body.topics
-------------------------------------------------------------*/

body.topics div.main table.block tr {
	overflow: hidden;
}
body.topics div.main table.block th {
	clear: both;
}
body.topics div.main table.block td.thumb {
	width: 80px;
	float: left;
	padding-left: 0;
	padding-right: 0;
}
body.topics div.main table.block td:nth-of-type(2) {
	overflow: hidden;
}

/* body.interview
-------------------------------------------------------------*/

body.interview div.main ol > li {
	position: relative;
	min-height: 80px;
	padding-left: 95px;
	padding-bottom: 10px;
	text-decoration: none;
}
body.interview div.main li p:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
}
body.interview div.main li p:nth-child(1) img {
	width: 80px;
	height: auto;
}
body.interview div.main li p:nth-child(2) {
	float: none;
	width: auto;
	margin: 0 0 5px;
	line-height: 1.4;
}

/* body.today
-------------------------------------------------------------*/

body.today div.main ol > li {
	position: relative;
	min-height: 95px;
	padding-left: 95px;
	padding-bottom: 10px;
	text-decoration: none;
}
body.today div.main li p:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
}
body.today div.main li p:nth-child(1) img {
	width: 80px;
	height: auto;
}
body.today div.main li p:nth-child(1) img.todaywide {
	position: relative;
	left: 12px;
	width: 57px;
}
body.today div.main li p:nth-child(2) {
	float: none;
	width: auto;
	margin: 0 0 5px;
	line-height: 1.4;
}

/* body.free 
-------------------------------------------------------------*/

/* body.about
-------------------------------------------------------------*/

/* body.sitemap
-------------------------------------------------------------*/


/* ==========================================================
dirtop
=============================================================*/

/* common
-------------------------------------------------------------*/

body.dirtop .main_gray h2 {
	font-size: 1.8rem;
}
body.dirtop .main_gray h2 a {
	display: block;
	background-size: 0.4em;
}

/* ul.link_panel */

body.dirtop .main_gray ul.link_panel {
	display: -webkit-flex; display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between; -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body.dirtop .main_gray ul.link_panel li {
	width: 48%;
	height: 180px;
	margin: 0 0 4%;
}
body.dirtop .main_gray ul.link_panel li a {
	display: -webkit-flex; display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end; -ms-align-items: flex-end;
	align-items: flex-end;
	height: 180px;
	padding: 0;
	background: none;
}
body.dirtop .main_gray ul.link_panel li a span {
	display: -webkit-flex; display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center; -ms-align-items: center;
	align-items: center;
	width: 100%;
	padding: 12px 12px;
	background: rgba(28,119,115,0.8);
	line-height: 1.4;
	color: #fff;
}

/* body.dirtop.about
-------------------------------------------------------------*/

/* section */

body.dirtop.about .main_gray section.col-2 {
	padding: 5px 0 0;
	border-bottom: dotted 1px #aaa;
}
body.dirtop.about .main_gray div.function {
	padding: 10px 0 15px;
	border-bottom: dotted 1px #aaa;
}
body.dirtop.about .main_gray div.department {
	padding: 10px 0 5px;
}

/* section.col-2 */

body.dirtop.about .main_gray section.col-2 > article > div {
	position: relative;
	min-height: 100px;
	padding: 0 0 0 100px;
}
body.dirtop.about .main_gray section.col-2 > article > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
}

/* div.function */

body.dirtop.about div.function ul.link_panel li a {
	background-size: cover !important;
}
body.dirtop.about div.function ul.link_panel li:nth-child(1) a,
body.dirtop.about div.function ul.link_panel li:nth-child(3) a {
	background-position: right top !important;
}

body.dirtop.about div.function ul.link_panel li a span {
	padding: 6px 12px;
}

/* div.outline */

body.dirtop.about .main div.outline {
	margin: 0 0 20px;
	padding: 10px 10px 0;
	border: solid 3px #1c7773;
	border-radius: 10px;
	overflow: hidden;
}
body.dirtop.about .main div.outline h2 {
	margin: 10px 0 30px;
	padding: 0;
	border: none;
	background: none;
	font-size: 1.8rem;
	color: #1c7773;
}

/* panel */

body.dirtop.about .outline ul {
	margin: 0;
}
body.dirtop.about .outline ul li {
	position: relative;
	width: 48%;
	margin: 0 0 3vw;
	padding: 0;
	background: none;
}
body.dirtop.about .outline ul li:nth-child(5) {
	width: 100%;
}

/* div.bases */

body.dirtop.about .main_gray div.bases {
	margin: 0 -4.5%;
	padding: 10px 4.5% 0;
	background: #f1f1f1;
	overflow: hidden;
}
body.dirtop.about .main_gray div.bases h2 {
	margin: 10px 0 10px;
	padding: 0;
	border: none;
	background: none;
	font-size: 1.8rem;
	color: #1c7773;
}
body.dirtop.about .main_gray div.bases p br {
	display: none;
}
body.dirtop.about .main_gray div.bases dl {
	margin: 0 0 30px;
}
body.dirtop.about .main_gray div.bases dt {
	margin-bottom: 10px;
	font-size: 1.6rem;
}
body.dirtop.about .main_gray div.bases dl.abroad dd ul {
	margin: 10px 0 10px;
	padding: 15px 0 0;
	border-top: dotted 1px #aaa;
}

/* body.dirtop.support-menu
-------------------------------------------------------------*/

/*  .field ul.link_panel */

body.dirtop.support-menu .main_gray .field ul.link_panel li {
	height: 100px;
}
body.dirtop.support-menu .main_gray .field ul.link_panel li a {
	height: 100px;
}
body.dirtop.support-menu .main_gray .field ul.link_panel li span {
	display: inline-block;
	width: 100%;
	height: auto !important;
	padding: 6px 6px;
	text-align: center;
}

/* ul.double_greater */

body.dirtop.support-menu ul.double_greater {
	overflow: hidden;
}

/* .main ul.btn_gray */

body.dirtop.support-menu .main ul.btn_gray li a {
	width: 800px;
}

/* body.dirtop.business-areas
-------------------------------------------------------------*/

/* section */

body.dirtop.business-areas .main_gray div.field {
	padding: 20px 0 5px;
}

/*  .field ul.link_panel */

body.dirtop.business-areas .main_gray .field ul.link_panel li {
	height: auto;
}
body.dirtop.business-areas .main_gray .field ul.link_panel li a {
	height: auto;
	padding-top: 22vw;
	background-size: 100% auto !important;
	background-position: center top !important;
}
body.dirtop.business-areas .main_gray .field ul.link_panel li span {
	width: 100%;
	padding: 4px 6px;
	-webkit-justify-content: center; -ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: rgba(28,119,115,1);
}

/* .main ul.btn_gray */

body.dirtop.business-areas .main ul.btn_gray li a {
	width: 800px;
}
body.dirtop.business-areas .main ul.btn_gray li a br {
	display: none;
}

/* body.dirtop.information
-------------------------------------------------------------*/

/* common */

body.dirtop.information .main_gray h3 {
	font-size: 1.6rem;
}

/* section */

body.dirtop.information .main_gray section {
	padding: 20px 0 5px;
}

/* .report */

body.dirtop.information .main_gray.report_outer {
	background: #fff;
}

body.dirtop.information .main_gray .report h2 {
	margin-bottom: 0;
}

body.dirtop.information .main_gray .report > ul {
	display: -webkit-flex; display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between; -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body.dirtop.information .main_gray .report > ul > li {
	width: 48%;
	margin: 0 0 24px;
	background: #fff;
}
body.dirtop.information .main_gray .report > ul > li p:nth-of-type(1) {
	text-align: center;
}
body.dirtop.information .main_gray .report > ul > li p:nth-of-type(2) {
	margin: 0 0 20px;
}

body.dirtop.information .main_gray .report > ul > li img {
	width: 80%;
	height: auto;
}

body.dirtop.information .main_gray .report > ul > li:last-child {
	width: 100%;
}
body.dirtop.information .main_gray .report > ul > li:last-child h3 {
	margin: 0 !important;
}

/* .report jbic today */

body.dirtop.information .main_gray .report > ul> li:first-child {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 1px;
}
body.dirtop.information .main_gray .report > ul> li:first-child p.img {
	display: block;
	width: 50%;
	margin: 0 auto 10px;
}
body.dirtop.information .main_gray .report > ul> li:first-child p.txt {
	margin: 0 0 10px;
}
body.dirtop.information .main_gray .report > ul> li:first-child ul {
	margin: 0 0 10px;
	line-height: 1.2;
}
body.dirtop.information .main_gray .report > ul> li:first-child ul li {
	margin: 0 0 5px;
	padding: 0 0 0 2em;
	background: url("/ja/common/css/image/000000137.png") no-repeat 0.8em 0.4em;
	line-height: 1.6;
	overflow: hidden;
}
body.dirtop.information .main_gray .report > ul> li:first-child p.btn_jbi {
	margin: 0 0 20px;
}
body.dirtop.information .main_gray .report > ul> li:first-child h4.ttl {
	margin: 15px 0 10px;
	font-weight: bold;
}

/* .interview & .contribution */

body.dirtop.information .main_gray button {
	width: 12px;
	height: 20px;
	background-size: 12px !important;
}
body.dirtop.information .main_gray .interview ul,
body.dirtop.information .main_gray .contribution ul {
	width: 90%;
	margin: 0 auto;
}
body.dirtop.information .main_gray button.slick-prev {
	left: -20px;
}
body.dirtop.information .main_gray button.slick-next {
	right: -20px;
}
body.dirtop.information .ctrl {
	width: 26px;
	height: 26px;
	margin: -10px auto 0;
}
body.dirtop.information .ctrl span {
	width: 26px;
	height: 26px;
	background-size: 26px !important;
}

/* .report_abroad */

body.dirtop.information .main_gray .report_abroad {
	margin: 0 20px;
	padding: 0 0 10px;
}
body.dirtop.information .main_gray .report_abroad .btn_gray li {
	padding: 0 0 10px;
}
body.dirtop.information .main_gray .report_abroad .btn_gray li a {
	width: 800px;
}

/* .press */

body.dirtop.information .main .press .press_btn {
	width: 50%;
	margin-right: 20px;
	float: left;
}
body.dirtop.information .main .press .txt {
	overflow: hidden;
}

/* .whatsnew */

/* 
body.dirtop.information .main .whatsnew ul.panel {
	display: -webkit-flex; display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between; -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 0;
}
body.dirtop.information .main .whatsnew ul.panel li {
	width: 32%;
	margin-bottom: 10px;
	padding: 0;
	background: none;
}
body.dirtop.information .main .whatsnew ul.panel li:nth-child(4),
body.dirtop.information .main .whatsnew ul.panel li:nth-child(5) {
	width: 49%;
}
body.dirtop.information .main .whatsnew ul.panel a {
	display: table-cell;
	width: 800px;
	height: 3em;
	padding: 4px 0 0;
	border: solid 1px #c4c4c4;
	border-radius: 8px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}
 */

body.dirtop.information .main .whatsnew ul.btn_gray li {
	width: 49%;
}

/* body.dirtop.press
-------------------------------------------------------------*/

body.dirtop.press div.sub p:first-child {
	display: none;
}
body.dirtop.press div.sub p:last-child {
	margin-top: 10px;
}

/* body.formpage
-------------------------------------------------------------*/

body.formpage .main table td input,
body.formpage .main table td textarea {
	width: 100%;
}

/* section.notfound
-------------------------------------------------------------*/

section.notfound_caution p {
	min-height: 10vw;
	padding: 0 0 0 13vw;
	background: url("/ja/common/css/image/000001274.png") no-repeat;
	background-size: 10vw;
}

/* alt h1 (formpage)
-------------------------------------------------------------*/

body.dirtop.formpage #h1_title {
	margin: 0 0 35px;
	padding: 0 4% 0 12vw;
	background: url("/ja/common/css/image/000000139.png") no-repeat 3% 2px;
	background-size: 7vw;
	border-bottom: solid 6px #a1cecc;
	line-height: 1.2;
	color: #010101;
}
body.dirtop.formpage #h1_title h1 {
	display: block;
	height: auto;
	width: auto;
	margin: 0 0 14px;
	font-size: 7vw;
	padding: 0;
	background: none;
}

/* ul.pic_4_col
-------------------------------------------------------------*/

div.main ul.pic_4_col,div.main_gray ul.pic_4_col {
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
}
div.main ul.pic_4_col > li,div.main_gray ul.pic_4_col > li {
	float: left;
	width: 47%;
	margin: 0 0 6% 6%;
	padding: 0;
	background: none;
}
div.main ul.pic_4_col li:first-child,div.main_gray ul.pic_4_col li:first-child {
	margin: 0 0 6% 0;
}
div.main ul.pic_4_col li:nth-child(3),div.main_gray ul.pic_4_col li:nth-child(3) {
	margin: 0 0 0 0;
}
div.main ul.pic_4_col li:nth-child(4),div.main_gray ul.pic_4_col li:nth-child(4) {
	margin: 0 0 0 6%;
}
div.main ul.pic_4_col li img,div.main_gray ul.pic_4_col li img {
	display: block;
	width: 100%;
	height: auto;
}

/* ul.btn_gray.btn_auto
-------------------------------------------------------------*/

ul.btn_gray.btn_auto li a {
	width: 800px;
}

/* main.full
-------------------------------------------------------------*/

main.full {
	width: 100%;
}
main.full > div.main.gray {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	background: #f1f1f1;
}
main.full > div.main.gray > article.gray_inner {
	margin: 0 4%;
	padding: 20px 0 5px;
}

/* article.support_menu
-------------------------------------------------------------*/

article.support_menu {
	padding-bottom: 20px;
	margin-bottom: 0;
	overflow: hidden;
}
article.support_menu div p.layout-left {
	width: 24%;
}
article.support_menu div p:nth-of-type(2) {
	float: right;
	width: 70%;
	margin: 0 0 1em;
}
article.support_menu div ul {
	float: right;
	width: 70%;
	margin: -0.5em 0 1em;
}

/* ul.about_function
-------------------------------------------------------------*/

ul.about_function {
	overflow: hidden;
}
ul.about_function li {
	float: left;
	width: 48%;
	margin-left: 4%;
	padding-bottom: 2.7vw;
}
ul.about_function li:nth-child(odd) {
	margin-left: 0;
}
ul.about_function li a {
	display: block;
	padding: 0 !important;
	background: none !important;
}
ul.about_function li a img {
	display: block;
	width: 100%;
	height: auto;
}
ul.about_function li a img.pc {
	display: none;
}

} /* @media end */
