@charset "utf-8";
#header-footer-standard {
	margin-top: 100px;
}
ul.breadcrumbs li a {
    color: #0752d0;
}
.title-big {
	text-align: center;
	color: #e42370;
	font-size: 30px;
	padding: 50px 0 30px;
}
.title-big h1 {
	font-weight: bold;
	color: #e42370 !important;
    font-size: 30px !important;
	border-bottom: none !important;
}
.title-big .tit-lv1-mainfo{
	margin-bottom: 0!important;
}
.tit-lv2-mainfo-bar {
	color: #000 !important;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px dotted #838383;
	line-height: 1.5;
	border-left: none !important;
	padding-left: 0 !important;
	margin-bottom: 10px;
}
#menu-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
	margin-bottom: 100px;
}
div#menu-container-left {
    width: calc(100% - 60%);
}
div#menu-container-right {
    width: calc(100% - 60%);
}
.sitemap-list h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #ffe4ea;
	text-align: center;
	display: inline-block;
	padding: 5px 15px;
	margin: 10px 0 0;
}
.sitemap-route-s ul li {
	padding: 10px 0;
}
.sitemap-route-s ul li a {
	color: #133fcc;
}
.sitemap-route-s ul li:before {
    content: "";
    background: url(img/icon-sitemap-list.png);
    width: 5px;
    height: 10px;
    display: inline-block;
	margin-right: 10px;
}
.sitemap-route-s ul li:last-child {
	margin-bottom: 45px;
}
#menu-container-right .sitemap-route-s ul li:last-child {
	margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
	#menu-container {
		flex-direction: column;
	}
	div#menu-container-left {
		width: 100%;
	}
	div#menu-container-right {
		width: 100%;
	}
	.title-big {
    padding: 30px 0 20px;
	}
}

/*-------------------------------------------------
Breadcrumbs list
--------------------------------------------------*/

ul.breadcrumbs {
    width: 1140px;
    display: table;
    font-size: 12px;
    padding: 10px 15px;
    margin: 0 auto !important;
}
ul.breadcrumbs::after {
    content: "";
    display: block;
    clear: both;
}
ul.breadcrumbs li {
    margin: 0 5px 0 0;
    float: left;
    position: relative;
    padding-left: 10px;
}
ul.breadcrumbs li a {
    color: #333399;
}
ul.breadcrumbs li::after{
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #333399;
  border-right: solid 1px #333399;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
ul.breadcrumbs li:first-child {
    padding-left: 0;
}
ul.breadcrumbs li:first-child::after {
    content: none;
}