/*///////////////////// 新規追加モジュール ////////////////////////*/
.w-30 {
	width: 30%;
}
.w-40 {
	width: 40%;
}
.w-full {
	width: 100%;
}

.min-w-5rem {
	min-width: 5rem;
}

#contents_m .number_list li, #contents_m2 .number_list li {
	list-style: decimal;
}

/* 幅が大きい表の横スクロール */
.table-wrapper {
	overflow-x: auto;
}

/*///////////////////// 以下既存cssの上書き ////////////////////////*/
/* common */
img {
	max-width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: top;
}

table th,
table td {
	overflow-wrap: normal;
}

/*
	header
	override top.css
*/
#header_wrap {
	background: url('/stf/kkokusai/shared/images/header_back.jpg') repeat-x;
}

.header_li2 li a{
	background: url(/stf/kkokusai/shared/images/h_mark.gif) no-repeat left center;
}

.header_li2 li a:hover{
	background: url(/stf/kkokusai/shared/images/h_mark_ov.gif) no-repeat left center;
}


/*
	font change
	override top.css
*/
.fontchange_box{
	background: url(/stf/kkokusai/shared/images/fontchange_box.gif) no-repeat;
	font-size: 0.625rem;
}

/*
	footer
	override top.css
*/
#footer{
	background: #1A53A2 url(../images/footer_back.jpg)  repeat-x;
}

#footer_li .float_l {
	width: 205px;
}

#footer_li .float_l:first-child {
	width: 190px;
}

#footer_li .float_l:nth-child(3) {
	width: 160px;
}

#footer_li .float_l:nth-child(4) {
	width: 230px;
}

#footer_li .float_l:last-child {
	width: 110px;
}

.footer_li-t {
	padding-left: 16px;
	background: url(/stf/kkokusai/shared/images/f_mark1.gif) no-repeat left center;
	line-height: 1.3;
}
.footer_li-t + .footer_li-t {
	margin-top: 5px;
}
.footer_li-t + ul {
	margin-top: 10px;
}

#footer_li li {
	list-style:none;
	margin: 5px 0 0 16px;
	line-height:120%;
}

#footer_li li a {
	display: inline-block;
	background: url(/stf/kkokusai/shared/images/f_mark2.gif) no-repeat left 5px;
}

.footer_ul-pad li {
	margin-left: 10px !important;
	background: url(/stf/kkokusai/shared/images/f_mark4.gif) no-repeat left 5px;
}


/*
	menu
	override menu.css
*/

#globalMenu2 {
}

#globalMenu2 ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#globalMenu2 li {
	flex: 1;
	text-align: center;
	height: 50px;
}

#globalMenu2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	min-height: 45px;
	background-color: #fff;
	border-top: 5px solid;
	border-top-color: transparent;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
}

#globalMenu2 a.is-active {
	border-bottom: 1px solid transparent;
	font-weight: bold;
}

#globalMenu2 a:hover {
	font-weight: bold;
}

#globalMenu2 li:first-child a {
	border-top-color: #1a64ce;
}
#globalMenu2 li:nth-child(2) a {
	border-top-color: #ebe2ac;
}
#globalMenu2 li:nth-child(3) a {
	border-top-color: #f3f3f3;
}
#globalMenu2 li:nth-child(4) a {
	border-top-color: #d0d891;
}
#globalMenu2 li:nth-child(5) a {
	border-top-color: #efc2d1;
}
#globalMenu2 li:nth-child(6) a {
	border-top-color: #c3c0c1;
}

#globalMenu2 li:last-child a {
	border-right: 0;
}

/*/////////////////////左サイドメニュー////////////////////////*/

#contents_l {
	padding-left: 1px;
	width: 246px;
}

.sm1_title {
	position: relative;
	margin-top: 18px;
	padding: 5px 5px 10px 55px;
	height: auto;
	width: 246px;
	border-radius: 5px 5px 0 0;
	background-color: #4170b3;
	box-sizing: border-box;
}

.sm1_title::before {
	content: '';
	display: block;
	position: absolute;
	top: -18px;
	left: 5px;
	width: 45px;
	height: 43px;
	background-image: url(/stf/kkokusai/shared/images/sm1_title_icon.png);
	background-size: 45px 43px;
}

.sm1_title::after {
	content: '';
	display: block;
	position: absolute;
	right: 8px;
	bottom: 3px;
	left: 8px;
	height: 2px;
	background-color: #dae6ee;
}

#sm1_menu + .sm2_title {
	margin-top: 20px;
}

.sm1_menu_list {
	width: 246px;
}

.sm1_menu01_on {
	padding: 0;
	width: auto;
	height: auto;
	background: none;
}

.sm1_menu01 a,
.sm1_menu01 a:hover,
.sm1_menu01 a active,
.sm1_menu01_on a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 10px 0 10px 25px;
	height: auto;
	width: 100%;
	min-height: 58px;
}

.sm1_menu01 a {
	background-image: none;
	background-color: #4170b3;
	border-top: 1px solid #5c80b2;
	border-bottom: 1px solid #4a77b7;
}

.sm1_menu01 a::before,
.sm1_menu01_on a::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 8px;
	width: 5px;
	background-color: #dae6ee;
}

.sm1_menu01 a:hover,
.sm1_menu01 a active,
.sm1_menu01_on a {
	background-color: #1a64ce;
	border-top: 1px solid #5c80b2;
	border-bottom: 1px solid #4a77b7;
}

.sm1_menu02 a{
	background-image:url(/stf/kkokusai/shared/images/sm1_menu.jpg);
}

.sm1_menu02 a:hover,
.sm1_menu02 a active,
.sm1_menu02_on{
	background-image:url(/stf/kkokusai/shared/images/sm1_menu.jpg);
}

.sm1_menu03 a{
	background-image:url(/stf/kkokusai/shared/images/sm1_menu2.jpg);
}

.sm1_menu03 a:hover,
.sm1_menu03 a active,
.sm1_menu03_on{
	background-image:url(/stf/kkokusai/shared/images/sm1_menu2.jpg);
}
/*/////////////////////左サイドメニュー////////////////////////*/

/*/////////////////////右サイドメニュー////////////////////////*/

.sm2_title{
	position: relative;
	padding: 5px 5px 5px 21px;
	width: 100%;
	height: auto;
	background: linear-gradient(#f4f2f2, #fcfafb);
	border: 1px solid #e9e7e8;
	border-radius: 8px 8px 0 0;
	box-sizing: border-box;
}

.sm2_title::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	width: 5px;
	border-radius: 1px;
	background-color: #1f57a4;
}

.sm2_menu01 a,
.sm2_menu01 a:hover,
.sm2_menu01 a active,
.sm2_on {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 10px 30px 10px 12px;
	height: auto;
	width: 100%;
}

.sm2_menu01 a {
	background-image: none;
	background-color: #fcfafb;
	border-top: 1px solid #f5f3f3;
	border-right: 1px solid #e8e6e7;
	border-bottom: 1px solid #f2f1f1;
	border-left: 1px solid #e8e6e7;
}

.sm2_menu01 a:hover {
	background-color: #fcfcfc;
}

.sm2_menu01 a::after,
.sm2_menu01_on a::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 8px;
	width: 10px;
	background-image: none;
	background-color: #eae9e9;
	border: 1px solid #dbd9da;
}

.sm2_menu01 a:hover::after {
	background-color: #efefef;
}

/* ref: https://qiita.com/degudegu2510/items/09f34d4b218c9df6bb57 */
.sm2_menu01 a::before,
.sm2_menu01_on a::before {
	position: absolute;
	top: 0;
	right: 11px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	content: '';
	display: block;
	background: #054291;
	width: calc(tan(60deg) * 6px / 2);
	height: 6px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	z-index: 10;
}

.sm2_menu01 a:hover::before,
.sm2_menu01_on a:hover::before {
	background-color: #f00;
}

.sm2_menu02 a:hover,
.sm2_menu02 a active,
.sm2_on{
	background-image:url(/stf/kkokusai/shared/images/sm2_menu2-2.jpg);
}

.sm2_menu03 a{
	background-image:url(/stf/kkokusai/shared/images/sm2_menu2.jpg);
}

.sm2_menu03 a:hover,
.sm2_menu03 a active,
.sm2_on{
	background-image:url(/stf/kkokusai/shared/images/sm2_menu2-2.jpg);
}

/*/////////////////////右サイドメニュー////////////////////////*/

/*
	title
	override top.css
*/

.title_1,
.title_1-l1,
.title_1-l2 {
	/* background-image:url(/stf/kkokusai/shared/images/title_back1.jpg); */
	position: relative;
	padding: 5px 5px 5px 21px;
	width: 100%;
	height: auto;
	background: linear-gradient(#f4f2f2, #fcfafb);
	border: 1px solid #e9e7e8;
	border-radius: 8px 8px 0 0;
	box-sizing: border-box;
}
.title_1::before,
.title_1-l1::before,
.title_1-l2::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	width: 5px;
	border-radius: 1px;
	background-color: #1f57a4;
}

.title_2,
.title_2-l,
.title_2-l2 {
	margin-bottom: 10px;
	padding: 0.2em 0 0.2em 22px;
	border-bottom: 2px solid #1f57a4;
	background: url(/stf/kkokusai/shared/images/title_back2_icon.png) no-repeat left center;
	background-size: 16px 14px;
}

.title_1-w{
	background-image:url(/stf/kkokusai/shared/images/title_back1-w.jpg);
}

.title_2-w{
	background: url(/stf/kkokusai/shared/images/title_back2.jpg) no-repeat left center;
}

.title_3{
	width: auto;
	background: url(/stf/kkokusai/shared/images/title_back3.jpg) no-repeat left center;
}

/*
	table cell
	override page.css
*/
@media screen and (max-width: 560px) {
	.pop_box1_td4 {
		width: 25%;
	}

	th.pop_box1_td4{
		padding-right: 5px;
		padding-left: 5px;
	}
}

/*
	traffic_menu
	override page.css
*/
.traffic_menu ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	border: 0;
}
.traffic_menu li {
	float: none;
	flex-grow: 1;
	margin: 0;
	border: 0;
	text-align: center;
}
.traffic_menu li + li {
	border-left: 1px solid #fff;
}
#contents_m .traffic_menu li,
#contents_m2 .traffic_menu li {
	margin: 0;
	padding: 0;
}



/*/////////////////////スマホ対応////////////////////////*/
body {
	overflow-wrap: anywhere;
	min-width: 1024px;
}
body.layout1column {
	min-width: initial;
}
.layout1column #header {
	width: auto;
	max-width: 948px;
}
.layout1column .header_r {
	float: right;
	width: auto;
	max-width: 621px;
}

#examination_pop {
	width: auto;
	max-width: 920px;
}

.page-top_box {
	width: auto;
	max-width: 960px;
}

.close_box,
.close_box table {
	width: 100%;
	max-width: 960px;
}

.title_2-l {
	width: auto;
}

@media screen and (max-width: 960px) {
	.layout1column #header {
		width: 100%;
	}
	.layout1column .header_r {
		width: 100%;
	}
	.layout1column #examination_pop {
		padding-right: 10px;
		padding-left: 10px;
	}

}