/* CSS Document */
.component-breadcrumb.is-white ul,
.component-breadcrumb.is-white ul li a{color: #333;}
.component-breadcrumb.is-white ul li:not(:first-child)::before {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.component-bottomBanner .l-grid-wrap{
  /*max-width: 1400px;*/
  width: 97%;

}
@media screen and (max-width: 46em){
  .component-bottomBanner .l-grid-wrap{
    width: 100%;
  }
  }
.top-txtbox{
	padding: 3% 5%;
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	position: relative;
}

.top-txtbox p{
	color: #000;
	font-size: 2.0rem;
}
.top-txtbox p.main-txt{
	text-align: left;
	font-size: 1.6rem;
}
.top-txtbox p.main-txt a{
	text-decoration: underline;
}
.top-txtbox p.main-txt a:hover{
	text-decoration: none;
}
.top-txtbox p.main-txt.alignC{
	text-align: center;
}
.btn-color.btnFzL{
	font-size: 16px;
	font-size: 1.6rem;
}
.top-txtbox .main-txt2{
	text-align: left;
	font-size: 1.5rem;
	position: relative;
	margin-top: 30px;
}
.top-txtbox .nenmatuKyugyo{
	max-width: 330px;
	font-size: inherit;
}
.top-txtbox p.title-txt{
	text-align: center;
	font-size: 1.6rem;
}
.link-txt{
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
}
.top-txtbox p.main-txt.nenmatuTxt{
	margin-top: 50px;
	text-align: center;
}

.component-breadcrumb.no-abs{
	position: static;
}
.gou-txt{
	font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 20px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
}
.btn-kanseikensa{
	padding: 20px;
	text-align: center;
}
	.btn-kanseikensa.with-bd-btm{border-bottom: 1px solid #d6d6d6;}
.btn-kanseikensa a{
	color: #000;
	font-size: 18px;
	text-decoration: underline;
}
.btn-kanseikensa p{
	color: #000;
	font-size: 18px;
  padding-bottom: 10px;
}
	.btn-kanseikensa a:hover{text-decoration: none;}

.main-slide-show.is-outline{
/*	padding-top: 31%;*/
	text-align: center;
	position: relative;
}
.main-slide-show.is-outline li{
/*
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
*/
}
.main-slide-show.is-outline li img{
	width: 100%;
}

.csr-main-visual a{
	display: block;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.csr-main-visual figure::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, #000 0%, transparent 100%);
	background: linear-gradient(to right, #000 0%, transparent 100%);
}
.csr-main-visual a:hover figure .more {
	background: #fff;
	color: #333;
}
.csr-main-visual a img{
	-webkit-transition: all .6s 0s ease;
	transition: all .6s 0s ease;
	width: 100%;
}
	.csr-main-visual a:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-backface-visibility: hidden;
	}
.csr-main-visual a figcaption{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 40px;
	top: 0;
	bottom: 0;
	z-index: 2;
	margin: auto;
}
.csr-main-visual a figcaption em {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 15px;
	line-height: 1.5rem;
	display: block;
	width: 100px;
	text-align: center;
	margin-bottom: 10px;
	padding: 8px 0 8px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.csr-main-visual a figcaption strong {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 38px;
	line-height: 3.8rem;
	font-weight: normal;
	letter-spacing: .15em;
}
.csr-main-visual a figcaption .more {
	width: 140px;
	margin-top: 25px;
}

.top-notice-box{
  text-align: center;
  background: #EEE;
  padding:1.2em 1em;
}

.top-notice-box.isType2{
  background: #FFF;
}

@media screen and (max-width: 46em){
  
  .top-notice-box.isType2 br{
    display: none;
  }
}
.top-notice-box a{
  font-size: 16px;
}
.top-notice-box a em{
  font-style: normal;
}

@media screen and (max-width: 46em){
  .top-notice-box{
    text-align: left;
  }
  .top-notice-box a{
    font-size: 12px;
  }
.gou-txt{
	padding: 5%;
	font-size: 16px;
}
.top-txtbox{padding: 12% 5% 6%;}
.link-txt{
	margin-top: 15px;
	position: static;
}
.top-txtbox p.main-txt.nenmatuTxt{margin-top: 1.75em;}

.btn-kanseikensa{padding: 15px;}
.btn-kanseikensa a{font-size: 14px;}
.btn-kanseikensa p{font-size: 16px;}

.csr-main-visual figure::before {
	background: -webkit-linear-gradient(top, #000 0%, transparent 70%);
	background: linear-gradient(to bottom, #000 0%, transparent 70%);
}
.csr-main-visual figure figcaption {
	display: block;
	left: 30px;
	top: 15px;
	right: 20px;
}
.csr-main-visual figure figcaption em {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem;
	width: 80px;
	margin-bottom: 6px;
	padding: 6px 0 6px;
}
.csr-main-visual figure figcaption strong {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
}
.csr-main-visual figure figcaption .more {
	display: none;
}




}


