@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: 2.8rem;
	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: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	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 {
	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_Lalpha > li:last-child,
.listDesign_Lroman > li:last-child,
.listDesign_no > li:last-child {
	margin-bottom: 0;
}
.list_sec > li {
	margin-left: 2em;
}

/* テーブルデザイン */
.tableDesign1 {
	width: 100%;
}
.tableDesign1 th,
.tableDesign1 td {
	padding: 8px 16px;
	font-size: 1.5rem;
	border: 1px solid #E1E6EE;
}
.tableDesign1 th {
	font-weight: bold;
	background:#F2F2F2;
}
.tableDesign1 td {
	word-break: break-all;
	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;
	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;
}

/* 他年度へプルダウンリンクデザイン */
.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;
}
.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 {
	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: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

/* 2カラムレイアウト */
.leftcol {
	width: calc(100% - 300px);
	margin-right: 40px;
}
.leftcol_inr,
.inr_sec_mb40 {
	margin-bottom: 40px;
}
.leftcol_inr2 {
	margin-bottom: 30px;
}
.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: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.flexbox_att {/* flexbox 垂直方向上部揃え */
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: flex-start; /* Safari */
	align-items: flex-start;
}
.bg_geometry {
	background: url(../img/common/bg_geometry.png);
}
.bg_gray {
	background: #f7f7f7;
}
.mb8 {
	margin-bottom: 8px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb24 {
	margin-bottom: 24px;
}
.mb1em {
	margin-bottom: 1em;
}

/* 3: contents
================================== */
/*----------top page---------- */
/*重要なお知らせ（※ノーベル賞など box_important2） */
.box_important {
	margin: 24px auto 40px;
}

.box_important h2,
.box_important2 h2
{
	padding: 8px;
	background: #958e88;
	text-align: center;
}
.box_important 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;
}
/*ノーベル賞など */
.box_important2 h2 span {
	padding-left: 32px;
	background: url(../img/common/icn_info.svg) no-repeat left center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
}
.important_txttype,
.important_listtype {
	padding: 24px;
	background: #FFF;
	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-bottom: 30px;
	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 {
	position: relative;
}
.bg_main_visual {
	position: absolute;
	top: 120px;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
}
.main_visual_inr {
	max-width: 1240px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px 60px;
	z-index: 1;
}

/* メインビジュアル スライダー */
.slider_sp {
	display: none;
}
.slider_main,
.slider_brochure {
	display: none;
}
.slider.slick-initialized{
	display: block;
}
.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: 25px;
	top: 51%;
}
.slider_main .slick-next {
	right: 25px;
	top: 44%;
}
.slider_main .slick-next {
	-webkit-transform: rotate(180deg);
	-ms-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;
	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);
	-ms-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);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

/* クイックアクセス */
#quick_access {
	position: relative;
	padding-bottom: 40px;
	z-index: 2;
}
#quick_access ul,
.icn_quick,
.txt_quick {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#quick_access ul {
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#quick_access li {
	max-width: 162px;
	width: calc((100% - 20px) / 7);
	background: #FFF;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
#quick_access li a {
	display: block;
	height: 162px;
	padding-top: 20px;
	border-radius: 4px;
}
#quick_access li a:hover {
	background: #fff8e6;
}
.icn_quick,
.txt_quick {
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.icn_quick {
	margin-bottom: 24px;
}

/* 新着 プレスリリース・イベント・募集中の公募案内・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;
	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;
	border: 5px solid #336699;
}
.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: 10px solid #f9d607;
	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: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	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;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	background: #FFF;
	border-radius: 4px;
	display: none;
	clear: both;
	overflow: hidden;
}
.list_news {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.list_news li {
	width: calc((100% - 90px) / 4);
	margin: 0 30px 20px 0;
}
.list_news li:nth-child(4n) {
	margin-right: 0;
}
.img_news img {
	width: 100%;
	max-width: 260px;
	height: auto;
	margin-bottom: 8px;
	border: 1px solid #a9aaaa;
}
.date {
	display: inline-block;
	margin-right: 8px;
	color: #555;
}
.tag {
	display: inline-block;
	min-width: 62px;
	padding: 0 16px;
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.tag_seika {
	background: #00963b;
}
.tag_saitaku {
	background: #e73819;
}

.tag_event {
	background: #e77219;
}

.tag_pr_bosyu {
	background: #3d3d3d;
}
.tag_other {
	background: #757575;
}
.tag_kadai {
	background: #dc007a;
}
.tag_awards {
	background: #5929b7;
}
.link_news {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.link_news li {
	margin: 0 10px;
}
.link_news a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}
.rss a {
	padding: 8px 24px 8px 32px;
	background: url(../img/common/icn_rss.svg) no-repeat 8px center;
	border: 1px solid #004E87;
}
.rss a:hover {
	background: url(../img/common/icn_rss.svg) no-repeat 8px center #004E87;
	color: #FFF;
}
.link_news_btn a {
	padding: 8px 40px 8px 32px;
	background: url(../img/common/icn_arw02_white.svg) no-repeat 94% center #004E87;
	background-size: 10px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #004E87;
}
.link_news_btn a:hover {
	background: url(../img/common/icn_arw02_blue_r.svg) no-repeat 94% center #FFF;
	background-size: 10px;
	color: #004E87;
	text-decoration: none;
}
.tag_kaisai {
	display: inline-block;
	margin-right: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	border: 1px solid #e1e6ee;
	padding: 0.2em 0.5em;
	min-width: 4.5em;
	text-align: center;
}
.list_news_noimg li {
	border-bottom: 1px solid #e1e6ee;
	padding: 16px 0 16px;
}
.list_news_noimg li:last-child {
	border-bottom: none;
	margin-bottom: 4px;
}
.list_news_noimg dl,
.list_news_noimg dt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.list_news_noimg dl {
	-webkit-align-items: flex-start; /* Safari */
	align-items: flex-start;
}
.list_news_noimg dt {
	width: 14em;
	color: #555;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.list_news_noimg dd {
}


/* パンフレット・最新刊行物 スライダー */
.slider_brochure {
	max-width: 1000px;
	margin: 0 auto 32px;
}
.slider_brochure img {
	max-width: 150px;
	width: 100%;
	margin: 0 auto 8px;
	box-shadow: 0 4px 8px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}
.slider_brochure .longflyer img {
	max-width: 100px;
}
.slider_brochure .landscape img {
	max-width: 212px;
}
.slider_brochure a {
	color: #000;
	text-decoration: none;
}
.slider_brochure a:focus {
	outline: none;
}
.slider_brochure p {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.slider_brochure .slick-prev,
.slider_brochure .slick-next {
	top: 40%;
}
.slider_brochure .slick-prev:before,
.slider_brochure .slick-next:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/common/icn_arw02_blue_l.svg) no-repeat;
}
.slider_brochure .slick-next:before {
	background: url(../img/common/icn_arw02_blue_r.svg) no-repeat;
}
.slider_brochure .slick-dots {
	bottom: -35px;
}

/* その他のお知らせ */
#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;
}

/* 理事長記者説明会・メディア関連 */
.list_submenu_media,
.list_sns,
.img_sns {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.list_submenu_media > li {
	max-width: 570px;
	width: 48%;
}
.bnr_pressconference img {
	max-width: 570px;
	width: 100%;
}
.list_sns {
	-webkit-align-items: center; /* Safari */
	align-items: center;
	width: 100%;
	min-height: 180px;
	padding: 24px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	background: #FFF;
	border-radius: 4px;
}
.list_sns li {
	margin: 0 32px;
	text-align: center;
}
.list_sns li a {
	text-decoration: none;
}
.list_sns p {
	color: #000;
	font-size: 1.4rem;
}
.img_sns {
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin-bottom: 8px;
}
.ttl_x,
.ttl_twitter,
.ttl_youTube,
.ttl_mailmaga {
	font-weight: bold;
}
.ttl_x {
	color: #000;
}
.ttl_twitter {
	color: #2fa3dc;
}
.ttl_youTube {
	color: #f60000;
}
.ttl_mailmaga {
	color: #0047cc;
}

/* 関連リンク */
#submenu_banner {
	padding: 56px 0 24px;
	background: url(../img/top/bg_topbnr.jpg) no-repeat;
	background-size: cover;
}
.list_bnr {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	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: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	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;
	background-size: cover;
}
.main_visual_sec h1 {
	position: relative;
	padding-bottom: 5px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	color: #001b4c;
}
.main_visual_sec h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 100px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	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_about11 .about11 a,
.snav_about12 .about12 a,
.snav_about09 .about09 a,
.snav_about10 .about10 span,
.pr .sidenav_pr a,
.bosyu .sidenav_bosyu a,
.event .sidenav_event a,
.topics .sidenav_topics a,
.osirase .sidenav_osirase a,
.link01 .sidenav_link01 a,
.link02 .sidenav_link02 a,
.link03 .sidenav_link03 a,
.link04 .sidenav_link04 a,
.saiyou01 .sidenav_saiyou01 a,
.saiyou02 .sidenav_saiyou02 a,
.saiyou03 .sidenav_saiyou03 a,
.saiyou04 .sidenav_saiyou04 a,
.saiyou05 .sidenav_saiyou05 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_about11 .about11 a,
.snav_about12 .about12 a,
.snav_about09 .about09 a,
.snav_about10 .about10 span,
.pr .sidenav_pr a,
.bosyu .sidenav_bosyu a,
.event .sidenav_event a,
.topics .sidenav_topics a,
.osirase .sidenav_osirase a,
.link01 .sidenav_link01 a,
.link02 .sidenav_link02 a,
.link03 .sidenav_link03 a,
.link04 .sidenav_link04 a,
.saiyou01 .sidenav_saiyou01 a,
.saiyou02 .sidenav_saiyou02 a,
.saiyou03 .sidenav_saiyou03 a,
.saiyou04 .sidenav_saiyou04 a,
.saiyou05 .sidenav_saiyou05 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_about11 .about11 a::before,
.snav_about12 .about12 a::before,
.snav_about09 .about09 a::before,
.snav_about10 .about10 span::before,
.topics .topics a::before,
.pr .sidenav_pr a::before,
.bosyu .sidenav_bosyu a::before,
.event .sidenav_event a::before,
.topics .sidenav_topics a::before,
.osirase .sidenav_osirase a::before,
.link01 .sidenav_link01 a::before,
.link02 .sidenav_link02 a::before,
.link03 .sidenav_link03 a::before,
.link04 .sidenav_link04 a::before,
.saiyou01 .sidenav_saiyou01 a::before,
.saiyou02 .sidenav_saiyou02 a::before,
.saiyou03 .sidenav_saiyou03 a::before,
.saiyou04 .sidenav_saiyou04 a::before,
.saiyou05 .sidenav_saiyou05 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: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: flex-start; /* Safari */
	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: 220px;
}
.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;
}
.box_img {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	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: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	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-justify-content: flex-start; /* Safari */
	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;
}

/* 事業紹介関係 */
.jijyouColor01 {
	background: #009DD0;
}
.jijyouColor02 {
	background: #8CC456;
}
.jijyouColor03 {
	background: #006633;
}
.jijyouColor04 {
	background: #DE8DB9;
}
.jijyouColor05 {
	background: #663399;
}
.jijyouColor06 {
	background: #ffd400;
}
.jijyouColor07 {
	background: #8E8E8E;
}
.icn_jigyouColor01 {
background: #009dd0;
}
.icn_jigyouColor02 {
background: #8cc456;
}
.icn_jigyouColor03 {
background: #006633;
}
.icn_jigyouColor04 {
background: #DE8DB9;
}
.icn_jigyouColor05 {
background: #663399;
}
.icn_jigyouColor06 {
background: #ffd400;
}
.icn_jigyouColor07 {
background: #8E8E8E;
}
.txtColor01 {
color: #009dd0;
}
.txtColor02 {
color: #8cc456;
}
.txtColor03 {
color: #006633;
}
.txtColor04 {
color: #DE8DB9;
}
.txtColor05 {
color: #663399;
}
.txtColor06 {
color: #ffd400;
}
.txtColor07 {
color: #8E8E8E;
}
.borderColor01 {
	border: 1px solid #009dd0;
}
.borderColor02 {
	border: 1px solid #8cc456;
}
.borderColor03 {
	border: 1px solid #de8db9;
}
.borderColor04 {
	border: 1px solid #8e8e8e;
}

/* 事業紹介アコーディオン部分 */
.ac_box {
display: none;
margin:0 0 20px 0;
padding:20px;
background:#f7f7f7;
}
.AC_btn {
position: relative;
display: inline-block;
cursor: pointer;
margin:0 0 10px 16px;
width:7em;
}
.accordion_icn,
.accordion_icn span {
display: inline-block;
transition: all .4s;
}
.accordion_icn {
position: relative;
float: right;
color:#FFF;
width: 30px;
height: 30px;
position: relative;
}
.accordion_icn span {
position: absolute;
top: 45%;
right: 8px;
width: 50%;
height: 2px;
background-color: #FFF;
border-radius: 4px;
}
.accordion_icn span:nth-of-type(1) {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
.accordion_icn span:nth-of-type(2) {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
.jigyou_logo {
float: right;
margin-left: 32px;
}
.jigyou_name {
float:left;
margin-bottom: 5px;
}

/*事業紹介　＋、－切り替え*/
.AC_btn::before {
content:"概要";
position:absolute;
left: 2.5em;
font-size: 1.4rem;
font-weight: bold;
line-height: 30px;
color: #FFF;
}
.AC_btn.ac_active::before {
content:"閉じる";
}
.AC_btn.ac_active span:nth-of-type(1) {
display:none;
}
.AC_btn.ac_active span:nth-of-type(2) {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.jigyou_logo img {
width: 100%;
max-width: 142px;
height: auto;
border: 1px solid #a9aaaa;
}
.img_jigyou img {
margin: 0 auto;
}
.jigyou_area {
margin-top:20px;
}
.jigyou_item > li,
.ttlDesign5 + .jigyou_item {
margin-bottom:16px;
padding-bottom: 16px;
border-bottom: 1px solid #a8a9a9;
}
.jigyou_item > li {
overflow: hidden;
}
.jigyou_item > li:last-child,
.ttlDesign5 + .jigyou_item:last-child {
margin-bottom:0;
padding-bottom: 0;
border-bottom: none;
}
.jigyou_lead {
margin:0 0 20px 0;
}
.ttl_jigyoucopy {
	display: inline-block;
	font-weight: bold;
	color: #001B4C;
}

/*クイックアクセス*/
.ttl_quick {
	max-width: 1200px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px 50px;
}
.ttl_quick.no_btn_quick {
	padding: 40px 20px;
}
.ttlDesign_quick {
	min-height: 40px;
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #001B4C;
	text-align: center;
}
.ttl_quick > .ttlDesign_quick:last-child {
	margin-bottom: 0;
}
.quickttl {
	display: inline-block;
	padding-left: 50px;
}
.q01 {
	background: url(../img/jigyou/icn_quickttl01.svg) no-repeat left center;
}
.q02 {
	background: url(../img/jigyou/icn_quickttl02.svg) no-repeat left center;
}
.q03 {
	background: url(../img/jigyou/icn_quickttl03.svg) no-repeat left center;
}
.q04 {
	background: url(../img/jigyou/icn_quickttl04.svg) no-repeat left center;
}
.q05 {
	background: url(../img/jigyou/icn_quickttl05.svg) no-repeat left center;
}
.q06 {
	background: url(../img/jigyou/icn_quickttl06.svg) no-repeat left center;
}
.q07 {
	background: url(../img/jigyou/icn_quickttl07.svg) no-repeat left center;
}
.btn_quick {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.button {
	margin: 0 24px 16px 0;
	padding: 8px 24px;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	font-size: 1.6rem;
	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;
}
.button:hover,
.button.sel {
color: #FFF;
background: #0066a6;
}
.btn_bosyu {
	color: #E6001D;
}
.tag_bosyu {
	display: inline-block;
	color: #E6001D;
	font-weight: bold;
}
.isotope-grid-item {
	width: 260px;
	margin: 0 20px 40px;
	background: #FFF;
	color: #262524;
	border-radius : 4px;
	box-shadow : 0px 1px 8px rgba(0, 0, 0, 0.35);
}
.isotope-grid-item a {
	color: #383737;
	text-decoration: none;
}
.isotope-grid-item img {
	width: 260px;
	height: 182px;
	border-radius : 4px 4px 0 0;
}
.isotope_txt {
	padding: 10px;
	background: #f3f3f3;
}
.isotopetitle {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #0066a6;
}
.isotope_txt_inr {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #a6a7a7;
}
.isotopedepartment {
	padding-left: 24px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #636363;
	background: url(../img/common/icn_tag.svg) no-repeat left center;
}
.list_quick_link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.list_quick_link .isotope-grid-item {
	width: calc((100% - 120px) / 4);
	margin: 0 40px 40px 0;
	overflow: hidden;
}
.list_quick_link > .isotope-grid-item:nth-child(4n) {
	margin-right: 0;
}
.list_quick_link .isotope_txt {
	height: 100%;
}

/*公募プロジェクト一覧*/
.kobo_bg01 {
	background: #C5DCA9;
}
.kobo_bg02 {
	background: #FEEBBE;
}
.kobo_bg03 {
	background: #FDEDE4;
}
.floatThead-container {
	z-index: 10!important;
}
.list_allkoubo {
	width: 100%;
	border: 1px solid #FFF;
	text-align: center;
}
.list_allkoubo th,
.list_allkoubo td {
	font-size: 1.4rem;
	border: 1px solid #FFF;
	vertical-align: middle;
}
.list_allkoubo th {
	padding: 8px 16px;
	font-weight: bold;
}
.list_allkoubo td {
	padding: 4px 8px;
	border: 1px solid #c1c7d0;
	word-break: break-all;
}
.list_allkoubo td.ttl {
	text-align: left;
}
.stage li {
	font-size: 1.2rem;
	text-align: left;
}
.list_allkoubo th.details {
	font-size: 1.2rem;
}
.stage_bg02 {
	background: #FDE1B0;
}
.stage_bg03 {
	background: #FACEA7;
}
.stage_bg04 {
	background: #F7BB9E;
}
.tag_stage {
	display: inline-block;
	padding: 0 16px;
	margin-right: 8px;
}
.koubo_list_img img {
	width: 100%;
}

/*JSTについて*/
.ttl_rijicho {
	display: inline-block;
}
.img_Rfloat,
.img_yakuin {
	float: right;
	margin: 0 0 20px 40px;
}
.list_rijicho {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.list_rijicho > li a {
	display: inline-block;
	margin: 0 24px 16px 0;
	padding: 8px 32px 8px 24px;
	font-weight: bold;
	background: #FFF;
	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;
	background-size: 12px;
}
.list_rijicho > li a:hover {
	color: #FFF;
	background: url(../img/common/icn_arw02_blue_r.svg) 95% center no-repeat #0066aa;
	background-size: 12px ;
}
.list_about {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	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: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.list_page_anchor,
.list_page_more {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.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_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_enkaku img,
.img_sosiki img {
	width: 100%;
	max-width: 850px;
}
.box_aboutmark {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	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: 16px;
}
.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: flex;
	flex-wrap: nowrap;
	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: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	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*/
.ttlimg_jstdata {
	display: inline-block;
	margin-right: 8px;
}
.ttl_jstdata {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	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: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	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;
}
.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: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.box_jstdata2 img {
	margin-right: 24px;
}
.box_jstdata2 dt {
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline;
}
.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;
	box-sizing: content-box;
}
.photo img {
	border: 10px solid #FFF;
	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;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
}
.photo:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.photo_line {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 24px;
}
.photo_line li:first-child{
	margin-right: 24px;
}
.photo_line .photo {
	display: inline-block;
	float: none;
	margin:0;
}
.photo_line p {
	text-align: center;
}

/*アクセス*/
.img_map {
	margin-bottom: 30px;
}
.img_mapdetail img {
	width: 100%;
	max-width: 860px;
}

/*お問合せ*/
.list_otoiawase {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.list_otoiawase > li {
	width: calc((100% - 40px) / 2);
	padding: 24px;
	background: #F6F6F6;
}
.list_otoiawase h3 {
	margin-bottom: 16px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #001B4C;
	text-align: center;
}
.link_otoiawase a {
	display: block;
	margin-bottom: 16px;
	background: #FFF;
	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;
}
.list_otoiawase h4 {
	font-size: 2.1rem;
	font-weight: bold;
	color: #0057B0;
	text-align: center;
}
.link_tel a:hover {
	background: #fff8e6;
}

/*ご意見一覧*/
.list_goiken > li {
	margin-bottom: 16px;
	border: 5px solid #E0E0E0;
}
.list_goiken a {
	display: block;
	padding: 8px;
	text-decoration: none;
	background: url(../img/common/icn_arw02_blue_r.svg) 99% center no-repeat;
	background-size: 14px;
}
.list_goiken a:hover {
	background: url(../img/common/icn_arw02_blue_r.svg) 99% center no-repeat #fff8e6;
	background-size: 14px;
}
.list_goiken dl,
.list_goiken dt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.list_goiken dl {
	-webkit-align-items: flex-start; /* Safari */
	align-items: flex-start;
}
.list_goiken dt {
	width: 9em;
	color: #555;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.list_goiken dd {
	text-decoration: underline;
}

/*関連リンク*/
.list_linkpage > li > span,
.list_linkpage > li > a {
	display: block;
	margin-bottom: 16px;
	padding: 8px 16px;
	font-size: 1.8rem;
	font-weight: bold;
	border: 5px solid #E0E0E0;
}
.list_linkpage > li > a {
	background: url(../img/common/icn_arw02_blue_r.svg) 99% center no-repeat;
	background-size: 14px;
}
.list_linkpage > li > a:hover {
	background: url(../img/common/icn_arw02_blue_r.svg) 99% center no-repeat #fff8e6;
	background-size: 14px;
}
.link01 table td,
.link02 table td,
.link03 table td,
.link04 table td {
	width: 33%;
	width: calc(100% / 3);
}

/*採用情報*/
.list_faq {
	margin-bottom: 24px;
}
.list_faq > li {
	background: #F2F2F2;
	margin-bottom: 24px;
	padding: 24px;
}
.list_faq > li:last-child {
	margin-bottom: 0;
}
.dl_faq > dt {
	margin-bottom: 16px;
	font-weight: bold;
}
.dl_faq > dd {
	padding: 16px;
	border: 1px solid #E1E6EE;
	background: #FFF;
}
.dl_faq > dt:before,
.dl_faq > dd:before {
	padding-right: 8px;
	font-size: 2.1rem;
	font-weight: bold;
}
.dl_faq > dt:before {
	content: 'Q.';
	color: #001B4C;
}
.dl_faq > dd:before {
	content: 'A.';
	color: #FA4700;
}

/*メルマガ*/
.list_melmaga {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin-bottom: 24px;
}
.list_melmaga > li {
	width: 30%;
}
.list_melmaga > li > a {
	display: block;
	padding: 16px;
	background: url(../img/common/icn_arw01.svg) no-repeat 90% center #E1E6EE;
	border-radius : 4px;
	font-weight: bold;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	text-align: center;
	text-decoration: none;
}
.btn_mlmg a {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	padding: 16px;
	background: url(../img/common/icn_arw01.svg) no-repeat 90% center #E1E6EE;
	border-radius : 4px;
	font-weight: bold;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	text-align: center;
	text-decoration: none;
}
.list_melmaga > li.act > a,
.btn_mlmg a {
	background: url(../img/common/icn_arw01_white.svg) no-repeat 90% center #FF8B00;
	color: #FFF;
}
.list_melmaga > li > a:hover {
	opacity: 0.7;
}

/*サイトマップ*/
.sitemap_wrap {
	display: flex;
	flex-wrap: nowrap;
	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;
}
.ttl_sitemap1 a:hover,
.ttl_sitemap1_noline a:hover {
	color: #3aa9ef;
	text-decoration: underline;
}
.ttl_sitemap1_noline {
	border: none;
}
.ttl_sitemap2 {
	margin-bottom: 8px;
}

/*404 NOT FOUND*/
.box_notfound {
	font-weight: bold;
	text-align: center;
}
.box_notfound h2 {
	margin-bottom: 30px;
	padding-top: 80px;
	font-size: 3.2rem;
	font-weight: bold;
	background: url(../img/common/icn_exmark.svg) no-repeat top center;
	background-size: 60px;
}
.box_notfound ul {
	margin-top: 30px;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}