@charset "utf-8";
/*法人用 共通ヘッダ*/

header {
	padding: 3vw 5vw;
	border-bottom: 1px solid #DDD;
}
header .logo {
	height: 8vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	margin: 0;
	line-height: 1;
}
header .logo .logo_image img {
	display: block;
	width: auto;
	height: 6.5vw;
}
header .logo p.logo_text {
	width: auto;
	margin: 0 0 0 3vw;
	line-height: 1;
}
header .logo p.logo_text a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 3.5vw;
}

/*法人用 共通フッタ*/
#footer_houjin {
	background: #FFF;
	line-height: 1.8;
}
#footer_houjin .footer_main ul.footer_nav {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #DDD;
}
#footer_houjin .footer_main ul.footer_nav li {
	width: 50%;
	font-size: 3.5vw;
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#footer_houjin .footer_main ul.footer_nav li:first-child {
    width: 100%;
}
#footer_houjin .footer_main ul.footer_nav li:nth-child(even) {
	border-right: 1px solid #DDD;
}
#footer_houjin .footer_main ul.footer_nav li a {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 4vw 3vw 4vw 1vw;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	background: url("/houjin/assets_sp/image/ico_ftlink.png") center right 6px no-repeat;
	background-size: 9px 14px;
}
#footer_houjin .footer_sub {
	margin-bottom: 4vw;
	padding: 4vw;
	background: #f2f2f2;
}
#footer_houjin .footer_sub ul.corp_nav {
	text-align: center;
}
#footer_houjin .footer_sub ul.corp_nav li {
	display: inline;
	font-size: 3vw;
	margin-right: 3vw;
	white-space: nowrap;
}
#footer_houjin .footer_sub ul.corp_nav li a {
	color: #666;
	text-decoration: none;
}
#footer_houjin .footer_sub ul.corp_nav li:last-child {
	margin-right: 0;
}
#footer_houjin .footer_logo {
	margin-bottom: 4vw;
	padding: 0 4vw;
}
#footer_houjin .footer_logo .footer_logo_image {
	width: 40vw;
	margin: 0 auto 3vw;
}
#footer_houjin .footer_logo .footer_logo_image img {
	width: 40vw;
	height: auto;
}
#footer_houjin .footer_logo .footer_logo_text {
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1;
	color: #333;
	text-align: center;
}
#footer_houjin .copyright {
	padding: 0 4vw 4vw;
	text-align: center;
	font-size: 3vw;
	color: #666;
}

/*パンくずリスト*/
.c-breadcrumb{
  order: 99;
}

.c-breadcrumb{
  background: #f2f2f2;
  width: 100%; 
  overflow: auto;
  padding: 0 10px;
}
.c-breadcrumb__lists{
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  font-size: 13px;
}
.c-breadcrumb .c-breadcrumb__lists,
.c-breadcrumb .c-breadcrumb__lists a{
  color: #666;
  text-decoration: none;
}

.c-breadcrumb .c-breadcrumb__lists li{
  position: relative;
  padding: 1em 0.75em 0.75em 1.5em;
  overflow: hidden;
  flex-shrink:0;
}
.c-breadcrumb .c-breadcrumb__lists li:before{
  content: "";
  display: block;
  width: 2em;
  height: calc(2em * (1.732/2));
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  transform: rotate(-60deg) skewX(-30deg);
  transform-origin:left top;  
  position: absolute;
  top: 50%;
  left: -1em;
}
.c-breadcrumb .c-breadcrumb__lists li:first-child{
  /* padding-top: 0;
  padding-bottom: 0;
  ; */
  padding-left: 0
}
.c-breadcrumb .c-breadcrumb__lists li:first-child:before{
  content: none;
}


@media screen and (min-width: 960px) {
  main .c-breadcrumb{
    order: 0;
  }
  .c-breadcrumb{
    background: transparent;
    padding: 0;
  }

  .c-breadcrumb .c-breadcrumb__lists{
    max-width: 1280px;
    padding: 1em 4% 0.5em;
    color: #666;
	-webkit-overflow-scrolling: touch;
  }
  .c-breadcrumb .c-breadcrumb__lists li:before{
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border-color: #666;
    transform: rotate(-45deg);
    margin: 0 0.5em;
  }
  .c-breadcrumb .c-breadcrumb__lists li:first-child:before{
    content: none;
  }
  .c-breadcrumb .c-breadcrumb__lists a{
    color: #666;
	text-decoration: none;
  }
}

@media (max-width: 959.98px) {
  .pc_mode {
    display: none!important;
  }

  #houjin_gnav_sp img {
	display: none!important;
  }

	.float_none_sp {
		float: none;
	}
}
