@charset "utf-8";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/*** body.css **********************************************************************/
.clear {
	clear: both;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
iframe {
	padding: 0;
	margin: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-size: 12px;*/
	line-height: 1.5;
}
img {
	border: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #268ac2;
}
a:hover {
	text-decoration: underline;
	color: #268ac2;
}

/* tips
-------------------------------------------------- */
.m_10 {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
.m_15 {
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}

.m_20 {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

.mt_0 {
	margin-top: 0px !important;
}
.mt_5 {
	margin-top: 5px !important;
}
.mt_10 {
	margin-top: 10px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_30 {
	margin-top: 30px !important;
}
.mt_40 {
	margin-top: 40px !important;
}
.mt_50 {
	margin-top: 50px !important;
}

.mr_5 {
	margin-right: 5px !important;
}
.mr_10 {
	margin-right: 10px !important;
}
.mr_20 {
	margin-right: 20px !important;
}
.mr_30 {
	margin-right: 30px !important;
}
.mr_40 {
	margin-right: 40px !important;
}
.mr_50 {
	margin-right: 50px !important;
}

.ml_5 {
	margin-left: 5px !important;
}
.ml_10 {
	margin-left: 10px !important;
}
.ml_20 {
	margin-left: 20px !important;
}
.ml_30 {
	margin-left: 30px !important;
}
.ml_40 {
	margin-left: 40px !important;
}
.ml_50 {
	margin-left: 50px !important;
}

.mb_5 {
	margin-bottom: 5px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_35 {
	margin-bottom: 35px !important;
}
.mb_40 {
	margin-bottom: 40px !important;
}
.mb_50 {
	margin-bottom: 50px !important;
}

.mu_10 {
	margin-top: 10px !important;
}

.mu_20 {
	margin-top: 20px !important;
}

.mrl_5 {
	margin: 0 5px !important;
}
.mrl_10 {
	margin: 0 10px 0 10px !important;
}

.m_all_10 {
	margin: 10px !important;
}

.font_80 {
	font-size: 80% !important;
}
.font_85 {
	font-size: 85% !important;
}
.font_90 {
	font-size: 95% !important;
}
.font_100 {
	font-size: 100% !important;
}
.font_105 {
	font-size: 105% !important;
}
.font_110 {
	font-size: 110% !important;
}

.bold {
	font-weight: bold;
}

.alt {
	color: #ff3333;
}

.clearfix {
	min-height: 1px;
	clear: both;
}

* html .clearfix {
	height: 1px;
	/*¥*/ /*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.align_right {
	text-align: right !important;
}
.align_center {
	text-align: center !important;
}

.link_arrow {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	font-weight: bold;
}

.link_arrow:before,
.link_arrow:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.link_arrow:before {
	left: 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(135deg, #9ed3f0, #57a5d0);
}

.link_arrow:after {
	left: 6px;
	display: inline-block;
	width: 4px;
	height: 6px;
	background: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.pdf {
	background: url(/images/top/icon_pdf.gif) no-repeat right;
	padding-right: 20px;
}
.exl {
	background: url(/images/ico_excel01.gif) no-repeat right !important;
	padding-right: 20px;
}
.doc {
	background: url(/images/icon_doc.gif) no-repeat right !important;
	padding-right: 20px;
}

.blank {
	background: url(/images/side_blank.gif) no-repeat right !important;
	padding-right: 20px !important;
}

.box01 {
	margin: 10px;
	padding: 10px;
	border: solid #ccc 1px;
}

.idt01 {
	padding-left: 1em;
	text-indent: -1em;
}

.idt02 {
	padding-left: 2em;
	text-indent: -2em;
}

.blue {
	color: #03c;
}
a:hover img.rollover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*** css/body.css **********************************************************************/

/*** common/css/common.css **********************************************************************/
/* ---------------日英共通-------------- */

#contents {
	width: 900px;
	margin: 0 auto 20px;
}

/*	header
-------------------------------------------------- */
#header {
	height: 75px;
}

#header .logo {
	float: left;
}

#header .link {
	float: right;
}
#header .link ul {
	list-style: none;
}
#header .link ul li {
	float: left;
	padding: 44px 0 0 0;
}
#header .link ul li.fontlink {
	float: left;
	padding: 41px 3px 0 0;
}
ul#fontSize li {
	cursor: pointer;
}
/*	pankuzu
-------------------------------------------------- */
#pankuzu {
	padding-left: 20px;
	background: url(/images/ico_pankuzu.gif) no-repeat;
	font-size: 90%;
	margin: 0px auto 10px;
	width: 880px;
}

/*	navi
-------------------------------------------------- */
#navi {
	clear: both;
	width: 900px;
}
#navi ul {
	list-style: none;
}
#navi ul li {
	float: left;
}
#navi img {
	border: 0;
}

/*	top_images
-------------------------------------------------- */
#main_img {
	clear: both;
	width: 900px;
	padding: 20px 0 0 0;
}

/*	main
-------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	width: 900px;
	padding: 18px 0;
}

#flightinfo {
	margin: 10px 0 20px;
	padding: 18px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#information {
	float: left;
	width: 595px;
	padding: 0;
}
#information .left {
	width: 288px;
	float: left;
}
#information .right {
	width: 288px;
	float: right;
}
#side {
	float: left;
	width: 305px;
	padding: 0 0 0 17px;
}

/*#info_box{
background: url(/images/top/bg_bottom.gif) left bottom no-repeat;
}*/

/*	corporate_activity
-------------------------------------------------- */
.corporate_activity {
	margin-bottom: 10px;
}

.corporate_activity_body {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	zoom: 1;
	margin-right: 1px;
	clear: both;
	overflow: auto;
}
.corporate_activity_body dl {
	margin: 0 12px;
	padding: 20px 0 22px 0;
	border: 0;
}

.corporate_activity_body dl h3 {
	display: block;
	padding: 0 0 0 20px;
	position: relative;
	font-size: 0.85rem;
}

.corporate_activity_body dl h3:before,
.corporate_activity_body dl h3:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.corporate_activity_body dl h3:before {
	left: 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(135deg, #9ed3f0, #57a5d0);
}

.corporate_activity_body dl h3:after {
	left: 6px;
	display: inline-block;
	width: 4px;
	height: 6px;
	background: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.corporate_activity_body dl h3 a:link,
.corporate_activity_body dl h3 a:active,
.corporate_activity_body dl h3 a:visited,
.corporate_activity_body dl h3.top a:link,
.corporate_activity_body dl h3.top a:active,
.corporate_activity_body dl h3.top a:visited {
	text-decoration: none;
	color: #268ac2;
}
.corporate_activity_body dl h3 a:hover,
.corporate_activity_body dl h3.top a:hover {
	text-decoration: underline;
	color: #268ac2;
}
.corporate_activity_body dl dd {
	float: left;
	padding: 10px 0 18px 20px;
	width: 170px;
	font-size: 95%;
}
.corporate_activity_body dl dt {
	float: left;
	padding: 10px 0 30px 10px;
	width: 80px;
}

/*	corporate_activity_en
-------------------------------------------------- */
.corporate_activity_en {
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	background: url(/images/top/bg_news_bottom.gif) left bottom transparent no-repeat;
	zoom: 1;
}
.corporate_activity_en2 {
	padding: 0 0 0 0;
	margin-bottom: 10px;
	zoom: 1;
}
.corporate_activity_body_en {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	zoom: 1;
	/*height: 440px;*/
}
.corporate_activity_body_en dl {
	margin: 0;
	padding: 10px 0 0 0;
}
.corporate_activity_body_en dl h3 {
	background: url(/images/icon_activity.jpg) left 13px no-repeat;
	padding: 10px 0 0 19px;
	font-size: 13px;
	border-top: 1px dashed #dcdcdc;
}
.corporate_activity_body_en dl h3.top {
	background: url(/images/icon_activity.jpg) left 2px no-repeat;
	padding: 0 0 0 19px;
	font-size: 13px;
	border-top: 0;
}
.corporate_activity_body_en dl h3 a:link,
.corporate_activity_body_en dl h3 a:active,
.corporate_activity_body_en dl h3 a:visited,
.corporate_activity_body_en dl h3.top a:link,
.corporate_activity_body_en dl h3.top a:active,
.corporate_activity_body_en dl h3.top a:visited {
	text-decoration: none;
	color: #268ac2;
}
.corporate_activity_body_en dl h3 a:hover,
.corporate_activity_body_en dl h3.top a:hover {
	text-decoration: underline;
	color: #268ac2;
}

.corporate_activity_body_en dl dt {
	float: left;
	padding: 10px 0 0 10px;
	width: 150px;
}
.corporate_activity_body_en dl dd {
	float: right;
	padding: 10px 20px 10px 0px;
}

.social_and_environmental_activities {
	padding: 0 0 5px 0;
	background: url(/images/bg_bottom_288.gif) left bottom no-repeat;
	zoom: 1;
}
.social_and_environmental_activities_body {
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	zoom: 1;
	/*height: 120px;
*/
}
.social_and_environmental_activities_body dl {
	margin: 0 12px;
	padding: 20px 0 22px 0;
	border: 0;
}
.social_and_environmental_activities_body dl h3 {
	background: url(/images/icon_activity.jpg) left 2px no-repeat;
	padding-left: 19px;
	font-size: 13px;
}
.social_and_environmental_activities_body dl h3 a:link,
.social_and_environmental_activities_body dl h3 a:active,
.social_and_environmental_activities_body dl h3 a:visited {
	text-decoration: none;
	color: #268ac2;
}
.social_and_environmental_activities_body dl h3 a:hover {
	text-decoration: underline;
	color: #268ac2;
}
.social_and_environmental_activities_body dl dd {
	float: left;
	padding: 10px 0 18px 20px;
	width: 150px;
}
.social_and_environmental_activities_body dl dt {
	float: left;
	padding: 10px 0 30px 10px;
	width: 80px;
}

.everyone_business {
	padding: 0 0 5px 0;
	background: url(/images/bg_bottom_288.gif) left bottom no-repeat;
	zoom: 1;
}
.everyone_business_body {
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	zoom: 1;
	/*height: 257px;*/
}
.everyone_business_body dl {
	margin: 0 12px;
	padding: 20px 0 22px 0;
	border: 0;
}
.everyone_business_body dl h3 {
	background: url(/images/icon_activity.jpg) left 2px no-repeat;
	padding-left: 19px;
	font-size: 13px;
}
.everyone_business_body dl h3 a:link,
.everyone_business_body dl h3 a:active,
.everyone_business_body dl h3 a:visited {
	text-decoration: none;
	color: #268ac2;
}
.everyone_business_body dl h3 a:hover {
	text-decoration: underline;
	color: #268ac2;
}
.everyone_business_body dl dd {
	float: left;
	padding: 10px 0 18px 20px;
	width: 150px;
}
.everyone_business_body dl dt {
	float: left;
	padding: 10px 0 30px 10px;
	width: 80px;
}

/* news
----------------------------------------------------------- */
#news {
	clear: both;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}
#news h2 {
	position: relative;
}
#news h2 a {
	display: block;
	height: 17px;
	zoom: 1;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: 10px;
	font-size: 1px;
	overflow: hidden;
}
#news h2 a.inf_btn {
	width: 52px;
	background: transparent url(/images/top/btn_info.gif) left top no-repeat;
	right: 16px;
}
#news h2 a.inf_btn_en {
	width: 52px;
	background: transparent url(/en/images/top/btn_info.gif) left top no-repeat;
	right: 65px;
}
#news h2 a.rss_btn {
	width: 46px;
	background: transparent url(/images/top/btn_rss.gif) left top no-repeat;
	right: 16px;
}
#news h2 a:hover {
	background-position: left -17px;
}

#news a:link,
#news a:active,
#news a:visited {
	color: #126d99;
	text-decoration: none;
}
#news a:hover {
	color: #126d99;
	text-decoration: underline;
}

#news .news_top {
	zoom: 1;
}

#news .news_bottom {
	padding: 0 0 5px 0;
	zoom: 1;
}

#news .news_middle {
	position: relative;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 0 0 5px 5px;
	background-color: #ffffff;
	zoom: 1;
	margin-right: 1px;
	padding: 8px 15px;
	height: 280px;
	overflow-y: auto;
}

#news dl {
	padding: 10px 0;
	display: flex;
	border-bottom: 1px dashed #ccc;
}

#news dl dt {
	color: #a0a0a0;
	font-size: 100%;
	flex-basis: 190px;
}
#news dl dd {
	color: #707070;
	font-size: 100%;
	zoom: 1;
	flex-basis: 400px;
}

#news dl:last-child {
	border-bottom: 0;
}

#news dl dd.last {
	margin: 0 0 6px 0;
	background: none;
}

#news .nojs {
	font-size: 90%;
	padding: 10px 0 0 10px;
}

/* news_en
----------------------------------------------------------- */
.news_en {
	padding: 0 !important;
}
.scrollbar_en {
	height: 610px !important;
}
.scroller_en {
	height: 615px !important;
}
#track_en {
	height: 578px !important;
}

/* サイドバナー（コンセッション等）
----------------------------------------------------------- */

#concession {
	margin-bottom: 20px;
}

.sidebanner {
	margin-bottom: 15px;
}

/* info （お知らせ・日英）
----------------------------------------------------------- */

#info {
	clear: both;
	margin: 0 0 20px 0;
}
#info .info_bottom {
	padding: 0 0 5px 0;
	background: url(/images/bg_bottom_288.gif) left bottom transparent no-repeat;
	zoom: 1;
}

#info .info_inner {
	padding-bottom: 5px;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

#info h2 {
	position: relative;
}
#info h2 a {
	display: block;
	height: 17px;
	zoom: 1;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: 10px;
	font-size: 1px;
	overflow: hidden;
}
#info h2 a.inf_btn {
	width: 52px;
	background: transparent url(/images/top/btn_info.gif) left top no-repeat;
	right: 10px;
}
#info h2 a.inf_btn_en {
	width: 52px;
	background: transparent url(/en/images/top/btn_info.gif) left top no-repeat;
	right: 10px;
}

#info h2 a:hover {
	background-position: left -17px;
}

#info a:link,
#info a:active,
#info a:visited {
	color: #126d99;
	text-decoration: none;
}
#info a:hover {
	color: #126d99;
	text-decoration: underline;
}

#info h3 {
	background: url(/images/icon_side_activity.jpg) 11px 12px no-repeat;
	padding: 11px 0 0 32px;
	font-size: 13px;
}
#info h3 a:link,
#info h3 a:active,
#info h3 a:visited {
	text-decoration: none;
	color: #268ac2;
}
#info h3 a:hover {
	text-decoration: underline;
	color: #268ac2;
}
#info p {
	padding: 10px 30px 0 30px;
	color: #268ac2;
	font-size: 12px;
}

/* update　（更新のお知らせ）
----------------------------------------------------------- */
#update {
	clear: both;
	margin: 10px 0 0 0;
}
#update h2 {
	position: relative;
}
#update h2 a {
	display: block;
	height: 17px;
	zoom: 1;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: 10px;
	font-size: 1px;
	overflow: hidden;
}
#update h2 a.inf_btn {
	width: 52px;
	background: transparent url(/images/top/btn_info.gif) left top no-repeat;
	right: 59px;
}
#update h2 a.inf_btn_en {
	width: 52px;
	background: transparent url(/en/images/top/btn_info.gif) left top no-repeat;
	right: 59px;
}
#update h2 a.rss_btn {
	width: 46px;
	background: transparent url(/images/top/btn_rss.gif) left top no-repeat;
	right: 10px;
}
#update h2 a:hover {
	background-position: left -17px;
}

#update a:link,
#update a:active,
#update a:visited {
	color: #126d99;
	text-decoration: none;
}
#update a:hover {
	color: #126d99;
	text-decoration: underline;
}

#update .update_top {
	zoom: 1;
}

#update .update_bottom {
	padding: 0 0 5px 0;
	background: url(/images/bg_bottom_288.gif) left bottom transparent no-repeat;
	zoom: 1;
}

#update .update_middle {
	position: relative;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	background-color: #ffffff;
	zoom: 1;
}

#update_Scrollbar {
	position: absolute;
	top: 5px;
	left: 268px;
	height: 287px;
	width: 13px;
	zoom: 1;
}

#update_Scrollbar .Scrollbar-Up {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#update_Scrollbar .Scrollbar-Down {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
#update_Scrollbar .Scrollbar-Track {
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	height: 255px;
	width: 11px;
	background: url(/images/scrollbar/scrollbar_bg.gif) left top transparent repeat-y;
	zoom: 1;
}
#update_Scrollbar .Scrollbar-Handle {
	position: absolute;
	top: 0;
	left: 0;
}
#update_Scroller {
	position: relative;
	left: 1px;
	overflow: hidden;
	height: 292px;
	width: 267px;
	zoom: 1;
}
#update_Scroller .Scroller-Container {
	/*position: absolute; bug fix for opera. */
	position: relative;
}
#update dl {
	padding: 4px 0 20px 12px;
}
#update dl dt {
	color: #a0a0a0;
	font-size: 100%;
	padding: 13px 0 0 0;
	zoom: 1;
}
#update dl dd {
	color: #707070;
	font-size: 100%;
	width: 238px;
	margin: 0 0 6px 0;
	padding: 0 0 12px 0;
	background: url(/images/top/bg_hr_dot_2_2.gif) left bottom transparent repeat-x;
	zoom: 1;
}
#update dl dd.last {
	margin: 0 0 6px 0;
	background: none;
}
#update dl dd p {
	padding: 0 0 0 0;
	background: url(/images/bg_arrow_right_off.gif) left 2px transparent no-repeat;
	zoom: 1;
}
#update .nojs {
	font-size: 90%;
	padding: 10px 0 0 10px;
}

/* electronic_public_notice
----------------------------------------------------------- */
/*#side .electronic_public_notice {
	padding: 18px 0 0 0;
}*/

/* related_links
----------------------------------------------------------- */
#related_links {
	padding: 18px 0 5px 0;
	zoom: 1;
}
#related_links h2 {
	position: relative;
}
#related_links h2 a {
	display: block;
	height: 17px;
	zoom: 1;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: 12px;
	font-size: 1px;
	overflow: hidden;
}
#related_links h2 a.links {
	width: 70px;
	background: transparent url(/images/top/btn_links.gif) left top no-repeat;
	right: 11px;
}
#related_links h2 a:hover {
	background-position: left -17px;
}

#related_links .related_links_body {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 0 0 5px 5px;
	zoom: 1;
}
#related_links .related_links_body p.first {
	padding: 15px 0 0 18px;
}
#related_links .related_links_body p.second {
	padding: 15px 0 10px 18px;
}

/* pdf
----------------------------------------------------------- */
#side .pdf {
	padding: 18px 0 5px 0;
	zoom: 1;
	background: none !important;
}
#side .pdf p {
	color: #898989;
	padding: 6px 9px 0 0;
	font-size: 85%;
	background: none !important;
}

/*	footer
-------------------------------------------------- */
#footer {
	clear: both;
	padding: 0 0 10px;
	/*
	background:url(/images/bg_footer.gif) top no-repeat;
*/
	text-align: right;

	border-top: 3px solid;
	border-image: linear-gradient(to right, #88bc42, #0e6169, #2ba0d2) 1;
}

#footer .link ul {
	list-style: none;
}
#footer .link ul li {
	float: right;
	padding: 5px 0 0 0;
}
#footer .link ul li p {
	float: left;
	border-left: solid 1px #b5b5b5;
	padding: 2px 12px;
}
#footer .link ul li p.last {
	float: left;
	border-left: solid 1px #b5b5b5;
	border-right: solid 1px #b5b5b5;
	padding: 2px 12px;
}
#footer .link ul li p a:link,
#footer .link ul li p a:active,
#footer .link ul li p a:visited,
#footer .link ul li p.last a:link,
#footer .link ul li p.last a:active,
#footer .link ul li p.last a:visited {
	text-decoration: none;
	color: #707070;
}
#footer .link ul li p a:hover,
#footer .link ul li p.last a:hover {
	text-decoration: none;
	color: #2083bd;
}

#footer .logo p {
	text-align: right;
}

/*	side
-------------------------------------------------- */
#sidemenu {
	width: 200px;
	float: left;
	margin-left: 0 !important;
}
#sidemenu ul {
	margin: 0 0 20px;
}
#sidemenu ul li.s_ttl {
	height: 46px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
#sidemenu ul li.s_ttl02 {
	height: 66px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
#sidemenu ul li {
	list-style: none;
	font-weight: bold;
	color: #666;
	margin: 0;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#sidemenu ul li a {
	display: block;
	background-image: linear-gradient(#ffffff, #ffffff 30%, #f5f5f5);
	padding: 12px 12px 12px 28px;
	text-decoration: none;
	color: #666;
	position: relative;
}

#sidemenu ul li a:before,
#sidemenu ul li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#sidemenu ul li a:before {
	left: 14px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(135deg, #9ed3f0, #57a5d0);
}

#sidemenu ul li a:after {
	left: 18px;
	display: inline-block;
	width: 4px;
	height: 6px;
	background: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

#sidemenu ul li a:hover {
	color: #1c82a4;
	text-decoration: underline;
}

#sidemenu h2 {
	font-size: 0.85rem;
	color: #666;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	position: relative;
	padding: 1px;
}

#sidemenu h2:before {
	content: "";
	border-top: 1px solid #297b9d;
	background: #2ca2d3;
	width: 16px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

#sidemenu h2 span {
	display: block;
	padding: 14px 14px 14px 28px;
	background-image: linear-gradient(0deg, #ffffff, #f6f6f6);
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #88bc42, #0e6169, #2ba0d2) 1;
}

#sidemenu ul li ul {
	margin: 0;
	border-top: 1px solid #cccccc;
	display: none;
}

#sidemenu ul li .nolink + ul,
#sidemenu ul li.current ul {
	display: block;
}

#sidemenu ul li ul li {
	font-size: 0.75rem;
	border: 0;
}

#sidemenu ul li ul li a {
	background: #fff;
	padding: 10px 10px 10px 20px;
}

#sidemenu ul li ul li a::before,
#sidemenu ul li ul li a::after {
	content: "";
	position: absolute;
	top: 20px;
	bottom: auto;
	left: 10px;
	width: 6px;
	height: 2px;
	border-radius: 0;
	background-color: #7f6666;
	transform-origin: 1px 50%;
	background-image: none;
	clip-path: none;
}

#sidemenu ul li ul li a::before {
	transform: rotate(0deg);
}

#sidemenu ul li ul li a::after {
	transform: rotate(-90deg);
}

#sidemenu ul li.current a {
	color: #666;
	list-style: none;
	background-image: linear-gradient(#d8f3fa, #a4e2f4);
	font-weight: bold;
}

#sidemenu ul li.current ul li a,
#sidemenu ul li ul li.current a {
	background-image: none;
	color: #268ac2;
}

#sidemenu ul li.current ul li.current a,
#sidemenu ul li ul li.current.current a {
	background-image: none;
	color: #666;
}

#sidemenu ul li .nolink {
	display: block;
	padding: 12px 12px 12px 28px;
	background-image: linear-gradient(#ffffff, #ffffff 30%, #f5f5f5);
	text-decoration: none;
	color: #666;
	position: relative;
}

#sidemenu ul li .nolink:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 14px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(135deg, #9ed3f0, #57a5d0);
}







/* サイドバナー */
.banner_side a {
	display: block;
	width: 199px;
	margin-bottom: 5px;
}
.banner_side a.ban_pamph {
	height: 115px;
	background: url(/images/banner_panf.jpg) no-repeat left top;
}
.banner_side a.ban_pamph_en {
	height: 115px;
	background: url(/en/images/banner_panf.jpg) no-repeat left top;
}
.banner_side a.ban_csr {
	height: 122px;
	background: url(/images/banner_csr.jpg) no-repeat left top;
}
.banner_side a.ban_envreport {
	height: 122px;
	background: url(/images/banner_envreport.jpg) no-repeat left top;
}
.banner_side a.ban_envreport_en {
	height: 122px;
	background: url(/en/images/banner_envreport.jpg) no-repeat left top;
}

.banner_side a.ban_seigen {
	height: 62px;
	background: url(/images/banner_map.jpg) no-repeat left top;
	margin: auto;
}
.banner_side a span {
	display: none;
}
.banner_side a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*	box_main
-------------------------------------------------- */
#box_main {
	width: 100%;
	margin-bottom: 20px;
}

#sidemenu + #box_main {
	width: 672px;
	float: right;
	margin-bottom: 20px;
}
#box_main .box_main_sub {
	margin-bottom: 30px;
}

#box_main h2 {
	margin-bottom: 20px;
}

#box_main h3 {
	width: 100%;
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #88bc42, #0e6169, #2ba0d2) 1;
	color: #666;
	margin-bottom: 20px;
}

#box_main h3 p {
	padding: 7px 10px;
	font-weight: bold;
	font-size: 110%;
}
#box_main h3.title {
	padding: 7px 10px;
	font-weight: bold;
	font-size: 135%;
}

h4 {
	border-bottom: solid 2px #cccccc;
	margin: 20px 0 15px;
	padding: 7px 5px 7px 10px;
	font-size: 120%;
	font-weight: bold;
}

h5 {
	border-bottom: solid 1px #cccccc;
	margin: 20px 0 20px 0;
	padding: 7px 5px 7px 10px;
	font-size: 110%;
	font-weight: bold;
}

.main_p {
	padding: 10px;
}

#main table {
	margin: 10px auto;
	border-top: 1px solid #c6c6c6;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #c6c6c6;
	text-align: left;
	width: 95%;
}
#main table th {
	vertical-align: top;
	padding: 12px 12px 10px 12px;
	border-top: none;
	border-right: 1px solid #c6c6c6;
	border-bottom: 2px solid #81caed;
	border-left: none;
	background-color: #f4f4f4;
	text-align: left;
	font-size: 110%;
}
#main table td {
	vertical-align: top;
	padding: 10px;
	border-top: none;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-left: none;
}

#main table.color tr:nth-child(even) {
	background: #f9f9f9;
}

#main table td p {
	margin: 10px;
}
.td_gl {
	background: #f7f7f7;
}
#main table td ul,
ul.data_list {
	padding: 10px;
}
#main table td ul li,
ul.data_list li {
	background-image: url(/images/arrow_li.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	list-style: none;
	padding: 0 15px 10px 15px;
	margin-bottom: 7px;
}
#main table td ul li a {
	background: url(/images/top/icon_pdf.gif) no-repeat right top;
	background-size: contain;
	padding-right: 25px;
	padding-top: 2px;
}
a.pdf {
	/*display:inline-block;*/
	background: url(/images/top/icon_pdf.gif) no-repeat right bottom;
	background-size: contain;
	padding-right: 20px;
	padding-top: 2px;
}
#main table td p.p_sub {
	margin-left: 15px;
}
#main table td ul.sub {
	margin-left: 25px !important;
}
#main table td ul li a.none {
	background: none !important;
	padding-right: 0 !important;
}

.table02 {
	width: 95% !important;
	margin: 0 10px 10px !important;
	border-top: 1px solid #c6c6c6 !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: 1px solid #c6c6c6 !important;
	text-align: left;
}
.table02 th {
	vertical-align: top !important;
	padding: 10px !important;
	border-top: none !important;
	border-right: 1px solid #c6c6c6 !important;
	border-bottom: 1px solid #c6c6c6 !important;
	border-left: none !important;
	background-color: #f4f4f4 !important;
	text-align: left !important;
	text-align: center !important;
}
.table02 td {
	vertical-align: top !important;
	padding: 10px !important;
	border-top: none !important;
	border-right: 1px solid #c6c6c6 !important;
	border-bottom: 1px solid #c6c6c6 !important;
	border-left: none !important;
}

.table03 {
	width: 650px !important;
	margin: 0 10px 10px !important;
	border-top: 1px solid #c6c6c6 !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: 1px solid #c6c6c6 !important;
	text-align: left;
}
.table03 th {
	vertical-align: top !important;
	padding: 10px !important;
	border-top: none !important;
	border-right: 1px solid #c6c6c6 !important;
	border-bottom: 1px solid #c6c6c6 !important;
	border-left: none !important;
	background-color: #f4f4f4 !important;
	text-align: left !important;
}
.table03 td {
	vertical-align: top !important;
	padding: 10px !important;
	border-top: none !important;
	border-right: 1px solid #c6c6c6 !important;
	border-bottom: 1px solid #c6c6c6 !important;
	border-left: none !important;
}

.table03 {
	width: 650px !important;
	margin: 0 10px 10px !important;
	border-top: 1px solid #c6c6c6 !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: 1px solid #c6c6c6 !important;
	text-align: left;
}
.table03 th {
	vertical-align: top !important;
	padding: 10px !important;
	border-top: none !important;
	border-right: 1px solid #c6c6c6 !important;
	border-bottom: 1px solid #c6c6c6 !important;
	border-left: none !important;
	background-color: #f4f4f4 !important;
	text-align: left !important;
}
.table03 td {
	vertical-align: top !important;
	padding: 10px !important;
	border-top: none !important;
	border-right: 1px solid #c6c6c6 !important;
	border-bottom: 1px solid #c6c6c6 !important;
	border-left: none !important;
}

.table_wide {
	margin: 10px auto !important;
	border-top: 1px solid #c6c6c6 !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: 1px solid #c6c6c6 !important;
	text-align: left !important;
	width: 90% !important;
}
.table_wide th {
	vertical-align: top !important;
	padding: 12px 12px 10px 12px !important;
	border-top: none !important;
	border-right: 1px solid #c6c6c6 !important;
	border-bottom: 2px solid #81caed !important;
	border-left: none !important;
	background-color: #f4f4f4 !important;
	text-align: left !important;
	font-size: 110% !important;
}
.table_wide td {
	vertical-align: top !important;
	padding: 10px !important;
	border-top: none !important;
	border-right: 1px solid #c6c6c6 !important;
	border-bottom: 1px solid #c6c6c6 !important;
	border-left: none !important;
}

.td_gl {
	background: #efefef;
}
.table_middle th,
.table_middle td {
	vertical-align: middle !important;
}

ul.main01 {
	padding: 10px;
}
ul.main03 li ul.main01 {
	padding: 5px 10px 0 0px !important;
}

ul.main01 li,
ul.main03 li ul.main01 li {
	background: url(/images/arrow_li.gif) no-repeat top 2px left !important;
	background-position: 0 1px !important;
	list-style: none !important;
	padding: 0 15px 10px 15px !important;
	margin-bottom: 7px;
}
ul.main03 li ul.main01 li {
	margin-bottom: 0 !important;
	padding: 0 15px 0 15px !important;
	margin-left: 0 !important;
}
ul.main01 li a,
ul.main03 li ul.main01 li a {
	background: url(/images/top/icon_pdf.gif) no-repeat right -1px;
	padding-right: 23px;
}

ul.main02 {
	padding: 10px !important;
}
ul.main02 li {
	list-style: none !important;
	padding: 0 15px 10px 0 !important;
	margin-bottom: 7px !important;
	margin-left: 20px !important;
	background: none !important;
}

ul.main03 {
	padding: 10px !important;
}

ul.main03 li {
	list-style: disc !important;
	padding: 0 15px 10px 0 !important;
	margin-bottom: 7px !important;
	margin-left: 20px !important;
	background: none !important;
}
ul.main03 ol {
	margin: 10px 0;
}
ul.main03 ol li {
	list-style: decimal !important;
	padding: 0 15px 0px 0 !important;
	/*margin-bottom:5px !important;*/
	margin-left: 30px !important;
	background: none !important;
}

ul.main03b {
	padding: 10px !important;
}

ul.main03b li {
	list-style: disc !important;
	padding: 0 !important;
	margin-bottom: 5px !important;
	margin-left: 20px !important;
	background: none !important;
}

ul.main04 {
	padding: 10px 20px !important;
}
ul.main04 li {
	list-style: decimal !important;
	padding: 0 15px 10px 0 !important;
	margin-bottom: 7px !important;
	margin-left: 25px !important;
	background: none !important;
}

.idx_pic {
	float: right;
	margin-bottom: 60px;
}

.idpic {
	float: right;
	text-align: center;
	margin-bottom: 10px;
}

.idpic img {
	margin-bottom: 30px;
}

/*	pagetop
-------------------------------------------------- */
#pagetop {
	clear: both;
	text-align: right;
	margin: 10px 0;
}

#pagetop a {
	font-size: 0.7rem;
	color: #666;
	font-weight: bold;
}

#pagetop a:before {
	content: "";
	margin-right: 5px;
	display: inline-block;
	width: 10px;
	height: 9px;
	background: #2d2d2d;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

#pagetop a:hover {
	text-decoration: none;
	color: #999;
}

/*	contents
-------------------------------------------------- */
.ol_place {
	font-weight: bold;
	color: #339;
	margin-bottom: 10px;
}

/* knet追加 */
.small {
	font-size: 80%;
}
.red {
	color: #f00;
}

ul.pdf_list {
	margin: 15px 0;
	padding: 10px;
}
ul.pdf_list li {
	background-image: url(/images/arrow_li.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	list-style: none;
	padding: 0 15px 10px 15px;
	margin-bottom: 5px;
}
ul.pdf_list li a.pdf {
	background: url(/images/top/icon_pdf.gif) no-repeat right top;
	padding-right: 25px;
}
ul.pdf_list li a.excel {
	background: url(/images/ico_excel01.gif) no-repeat right top;
	padding-right: 25px;
}
ul.pdf_list li a.word {
	background: url(/images/icon_doc.gif) no-repeat right top;
	padding-right: 25px;
}

a:hover img {
	opacity: 80%;
}
/*** common/css/common.css **********************************************************************/

/*************************************************************************/

body {
	font-size: 0.85rem;
}

/** グローバルナビ **/
#navi ul li a {
	text-indent: -9999px;
	width: 225px;
	height: 45px;
	display: block;
}

#navi ul li:nth-child(1) a {
	background: url(/common/image/nav_company_off.png);
}

#navi ul li:nth-child(2) a {
	background: url(/common/image/nav_public_off.png);
}

#navi ul li:nth-child(3) a {
	background: url(/common/image/nav_order_off.png);
}

#navi ul li:nth-child(4) a {
	background: url(/common/image/nav_tech_off.png);
}

#navi ul li:nth-child(1) a:hover {
	background: url(/common/image/nav_company_on.png);
}

#navi ul li:nth-child(2) a:hover {
	background: url(/common/image/nav_public_on.png);
}

#navi ul li:nth-child(3) a:hover {
	background: url(/common/image/nav_order_on.png);
}

#navi ul li:nth-child(4) a:hover {
	background: url(/common/image/nav_tech_on.png);
}

#fontSize li a {
	display: block;
	font-size: 0.75rem;
	color: #333;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
}

#fontSize li a:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 7px;
	background: #268ac2;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

#fontSize li a:hover {
	color: #268ac2;
	text-decoration: none;
}

#footer .link ul {
	clear: both;
	overflow: auto;
	margin-bottom: 1rem;
}

#footer .link ul li a {
	border-right: 1px solid #333;
	font-size: 0.75rem;
	color: #333;
	padding: 0 10px;
	font-weight: bold;
}

#footer .link ul li:last-child a {
	border-left: 1px solid #333;
}

#footer .link ul li a:hover {
	color: #268ac2;
	text-decoration: none;
}

#footer .company a {
	color: #333;
	font-weight: bold;
}

#footer .company a:hover {
	color: #666;
	text-decoration: none;
}

#footer .copyright {
	color: #666;
	font-size: 0.6rem;
}

/** トップページ **/
.corporate_activity h2 {
	text-indent: -9999px;
	width: 594px;
	height: 35px;
	background: url(/images/head_activity.gif);
}

#news h2 {
	text-indent: -9999px;
	width: 594px;
	height: 35px;
	background: url(/images/head_newsrelease.gif);
}

#related_links h2 {
	text-indent: -9999px;
	width: 288px;
	height: 33px;
	background: url(/images/head_related_links.gif);
}

.wrapper {
	clear: both;
	overflow: hidden;
}

/*** common/css/thickbox.css **********************************************************************/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack {
	background: url(http://www.nkiac.co.jp/common/css/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay {
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + "px");
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	/*
	border: 4px solid #525252;
*/
	text-align: left;
	top: 50%;
	left: 50%;
}

* html #TB_window {
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + "px");
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 30px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load {
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + "px");
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + "px");
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

.spOnly {
	display: none;
}
.pcOnly {
	display: block;
}

#news dl dd p a {
/*
	padding: 0 0 0 20px;
*/
	display: block;
}

#news dl dd p a[href$=".pdf"] {
	background: url(/images/top/icon_pdf.gif) left 0 transparent no-repeat;
	padding: 0 0 0 20px;
}

/* 親要素：.box_comtop_flex */
.box_comtop_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px 0;
}

/* 子要素：.box_comtop_flex_items */
.box_comtop_flex_items {
	width: calc(50% - 15px);
}

#box_main .box_comtop_flex_items h3.ttl_comtop {
	width: 100%;
}

#box_main .box_comtop_flex_items .txt_comtop {
	width: auto;
	float: none;
	margin-bottom: 20px;
}

/* 767px以下で1列にする */
@media (max-width: 767px) {
	.box_comtop_flex_items {
		/* スマホ表示時 */
		width: 100%;
	}
}

/* 説明文と写真が左右に並ぶレイアウト：.txt_comtop */
.txt_comtop {
	display: flex;
	gap: 15px;
}

/* 写真の要素：figure */
.txt_comtop figure {
	flex-shrink: 0;
}

/* 説明文の要素：p */
.txt_comtop p {
	flex-grow: 1;
}

/* 詳しくはこちら のリンクを右寄せにする */
.box_comtop_flex_items > p {
	width: fit-content;
	margin-left: auto;
}

#news .icon_pdf {
	display: none;
}

#box_main.newsarea {
	width: 100%;
	float: none;
}

#box_main.newsarea h3 {
	width: 100%;
}

/****************************************************************************************
スマホ用
*****************************************************************************************/
@media (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
	}
	#contents {
		width: 100%;
		padding: 0 10px;
	}
	#navi {
		width: 100%;
	}
	#main {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	#information {
		width: 100%;
	}
	#side {
		width: 100%;
		padding: 0;
	}

	.corporate_activity h2,
	#news h2,
	#related_links h2 {
		text-indent: 0;
		background: 0;
		width: 100%;
		height: auto;
		font-size: 1rem;
		color: #666;
		border: 1px solid #ccc;
		border-radius: 5px 5px 0 0;
		padding: 0.5rem 1rem 11px 1rem;
		background: #fafafa;
		position: relative;
	}

	.corporate_activity h2:after,
	#news h2:after,
	#related_links h2:after {
		content: "";
		display: block;
		width: calc(100% + 1rem);
		border-bottom: 3px solid;
		border-image: linear-gradient(to right, #88bc42, #0e6169, #2ba0d2) 1;
		position: absolute;
		bottom: 0;
		left: -1rem;
	}

	.corporate_activity_body dl dd {
		width: calc(100% - 90px);
	}
	#information .left {
		float: none;
		clear: both;
		overflow: hidden;
		width: 100%;
	}
	#information .right {
		float: none;
		clear: both;
		overflow: hidden;
		width: 100%;
	}

	#news dl {
		flex-direction: column;
	}
	#news dl dt,
	#news dl dd {
		flex-basis: auto;
	}
	#news .news_middle {
		height: auto;
	}

	.sidebanner {
		text-align: center;
	}
	.electronic_public_notice {
		text-align: center;
	}

	#related_links .related_links_body {
		padding: 15px 0 0 0;
	}
	#related_links .related_links_body p.first {
		padding: 0;
		margin: 0 0 15px 0;
		text-align: center;
	}
	#related_links .related_links_body p.second {
		padding: 0;
		margin: 15px 0;
		text-align: center;
	}

	#box_main {
		width: 100% !important;
		order: 1;
	}
	#box_main h3 {
		width: 100%;
	}

	.left {
		float: none;
	}
	.right {
		float: none;
	}
	#pankuzu {
		display: none;
	}
	.scroll_table {
		overflow-x: auto;
	}
	.scroll_table table {
		width: 672px !important;
	}

	#sidemenu {
		width: 100%;
		float: none;
		order: 2;
	}

	#pagetop {
		order: 3;
		text-align: center;
	}
	#pagetop a {
		font-size: 1rem;
		display: block;
	}

	#navi ul {
		display: flex;
		flex-flow: wrap;
	}
	#navi ul li {
		float: none;
		width: 50%;
		text-align: center;
		border: 1px solid #ccc;
		background-image: linear-gradient(#ffffff, #ffffff 30%, #f5f5f5);
	}

	#navi ul li:nth-child(1) {
		border: 1px solid #ccc;
		border-radius: 5px 0 0 0;
	}
	#navi ul li:nth-child(2) {
		border-left: 0;
		border-radius: 0 5px 0 0;
	}
	#navi ul li:nth-child(3) {
		border-top: 0;
		border-radius: 0 0 0 5px;
	}
	#navi ul li:nth-child(4) {
		border-top: 0;
		border-left: 0;
		border-radius: 0 0 5px 0;
	}

	#navi ul li a {
		text-indent: 0;
		background: 0 !important;
		width: 100%;
		height: auto;
		font-size: 1rem;
		font-weight: bold;
		color: #666;
		padding: 10px;
	}

	#navi ul li a span {
		position: relative;
		display: inline-block;
		padding-left: 16px;
	}
	#navi ul li a span:before,
	#navi ul li a span:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	#navi ul li a span:before {
		left: 2px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-image: linear-gradient(135deg, #9ed3f0, #57a5d0);
	}

	#navi ul li a span:after {
		left: 6px;
		display: inline-block;
		width: 4px;
		height: 6px;
		background: #fff;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
	}

	#sidemenu h2 {
		font-size: 1rem;
	}
	#sidemenu ul li {
		font-size: 1rem;
	}
	#sidemenu ul li ul li {
		font-size: 1rem;
	}

	#footer .link ul li a {
		font-size: 1rem;
		font-weight: normal;
	}
	#footer .company a {
		font-size: 1rem;
	}

	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}

	/********************

*********************/
	@keyframes scroll-hint-appear {
		0% {
			transform: translateX(40px);
			opacity: 0;
		}
		10% {
			opacity: 1;
		}
		50%,
		100% {
			transform: translateX(-40px);
			opacity: 0;
		}
	}

	.scroll-hint-icon {
		position: absolute;
		/*
  top: calc(50% - 25px);
*/
		top: 50px;
		left: calc(50% - 60px);
		box-sizing: border-box;
		width: 120px;
		height: auto;
		border-radius: 5px;
		transition: opacity 0.3s;
		opacity: 0;
		background: rgba(0, 0, 0, 0.7);
		text-align: center;
		padding: 20px 10px 10px 10px;
	}

	.scroll-hint-icon-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-height: 100%;
		pointer-events: none;
	}

	.scroll-hint-text {
		font-size: 10px;
		color: #fff;
		margin-top: 5px;
	}

	.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		opacity: 0.8;
	}

	.scroll-hint-icon:before {
		display: inline-block;
		width: 40px;
		height: 40px;
		color: #fff;
		vertical-align: middle;
		text-align: center;
		content: "";
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
	}

	.scroll-hint-icon:after {
		content: "";
		width: 34px;
		height: 14px;
		display: block;
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -20px;
		background-repeat: no-repeat;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
		opacity: 0;
		transition-delay: 2.4s;
	}

	.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
		opacity: 1;
	}

	.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
		animation: scroll-hint-appear 1.2s linear;
		animation-iteration-count: 2;
	}

	.scroll-hint-icon-white {
		background-color: #fff;
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
	}

	.scroll-hint-icon-white:before {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
	}

	.scroll-hint-icon-white:after {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
	}

	.scroll-hint-icon-white .scroll-hint-text {
		color: #000;
	}

	.scroll-hint-shadow-wrap {
		position: relative;
	}

	.scroll-hint-shadow-wrap::after {
		content: "";
		width: 20px;
		height: 100%;
		background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
		position: absolute;
		top: 0;
		right: 0;
		pointer-events: none;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
	}

	.scroll-hint-shadow-wrap::before {
		content: "";
		width: 20px;
		height: 100%;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
	}

	.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
	.scroll-hint-shadow-wrap.is-right-scrollable::after {
		opacity: 1;
		visibility: visible;
	}

	.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
	.scroll-hint-shadow-wrap.is-left-scrollable::before {
		opacity: 1;
		visibility: visible;
	}
	
	h4 #pagetop{ text-align: right;}
	h4 #pagetop a{ font-size: 0.75rem;}

select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #757575;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23757575'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  font-size: 0.875rem;
  margin-top: 8px;
}

}
