@charset "UTF-8";

/* ▼▼▼ サイトマップ
=====================================*/
.title_box{background: url(../img/sitemap/title_bg_pc.jpg)no-repeat top center/cover;}

section ul.flex_box{
	align-items: center;
	background: #F0F0F0;
	padding: 3% 4%;
	margin-bottom: 20px;
	}
	section ul.flex_box > li{
		width: calc(100% - 110px);
	}
	section ul.flex_box > li.top{
		width: 110px;
		color: #7AB5DC;
		font-size: 26px;
		line-height: 1.3;
	}
	section ul.flex_box > li.top span.small{
		display: block;
		font-size: 20px;
	}
	section ul.flex_box > li ul{
		display: flex;
		flex-wrap: wrap;
		font-weight: bold;
	}
	section ul.flex_box > li ul li{
		width: 20%;
		padding: 10px 0 10px 15px;
		line-height: 1.6;
		position: relative;
	}
	section ul.flex_box > li ul li::before{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 7px;
		border-color: transparent transparent transparent #173156;
		position: absolute;
		top: 17px;
		left: 0;
	}
	/* 多言語 */
	section ul.flex_box.oswald li{
		font-weight: normal;
	}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px){
	.title_box{background: url(../img/sitemap/title_bg_sp.jpg)no-repeat top center/cover;}

	section ul.flex_box{
		padding: 20px 15px;
		margin-bottom: 15px;
		}
		section ul.flex_box > li{
			width: 100%;
		}
		section ul.flex_box > li.top{
			width: 100%;
			margin-bottom: 10px;
			text-align: center;
		}
		section ul.flex_box > li.top span.small{
			display: inline-block;
			vertical-align: 2px;
		}
		section ul.flex_box > li ul li{
			width: 50%;
			padding: 5px 0 5px 6%;
		}
		section ul.flex_box > li ul li::before{
			border-width: 4px 0 4px 6px;
			top: 13px;
			left: 5px;
		}

}
