@charset "utf-8";
/* CSS Document */

/**/
.smartcycleArticle{
	padding-top: 30px;
}

/* 見出し01 */
.smartcycleHead01 {
	padding: 15px 0;
	font-size: 300%;
	font-weight: bold;
	line-height: 1.3;
	color: #000;
}
/* 見出し03 */
.smartcycleHead03 {
	padding-bottom: 9px;
	font-size: 200%;
	font-weight: bold;
	color: #595959;
}

/* 見出し03210607追加-------------------------------------------------------------------------- */
.smartcycleHead03B {
	position: relative;
	padding-top: 10px;
	font-size: 200%;
	font-weight: bold;
	color: #004499;
}

.tab {
	position: relative;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 50px;
	padding-top: 5px;
	font-size: 80%;
	font-weight: bold;
	/*font-weight: bold;*/
	background: #004499;
	color: #fff;
	border-right: 15px solid #E4D14F;
	z-index:1;

}

/*.tab:after {
	position: absolute;
	content: '';
	right: 0px;
	width: 0;
	height: 0;
	border-left: solid 40px transparent;/*bodyのカラーと同じ色に
	border-bottom: solid 50px #efefef;
	z-index: 2;
}*/
/* 見出し03210607追加ここまで-------------------------------------------------------------------------- */

/* 見出し02 */
.smartcycleHead02 {
	padding-bottom: 9px;
	font-size: 150%;
	font-weight: bold;
	color: #595959;
}






/* 本文サイズ */
.smartcycleArticle p{
	font-size: 115%;
}
.smartcycleArticle .fsS{
	font-size: 85%;
}
.smartcycleArticle p.smartcycleHead02 {
	font-size: 150%;
}
.smartcycleArticle p.smartcycleHead03 {
	font-size: 200%;
}
sub{
	font-size: 9px;
}




/* 境界線上下調整 */
.smartcycleSection
{
	margin-top:80px;
	padding-top:80px;
}

/* スライドショー追加202106 -----------------------------------------------------------------------------*/
.fadeIn,
.fadeInUp,
.fadeInRight,
.pulse2,
.pulse {
	opacity: 0;
}
.wow.fadeIn[style],
.wow.fadeInUp[style],
.wow.fadeInRight[style],
.wow.pulse2[style],
.wow.pulse[style] {
	opacity: 1;
}

/*トップスライドショーsmartcycle*/
#slideshow {
   position: relative;
   width: 100%; /* 画像の横幅に合わせて記述 */
   height: auto;
}

#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}




/* MAIN VISUAL */

.smartcycleVisual {
	overflow: hidden;
	position: relative;
	height: 500px;
	background: #fff;
}

.smartcycleVisualImg {
	position: relative;
	width: 100%;
	height: auto;
	left: auto;
}


.smartcycleVisualTitle01,
.smartcycleVisualTitle01_l30,
.smartcycleVisualTitle02,
.smartcycleVisualTitle04,
.smartcycleVisualTitle05,
.smartcycleVisualTitle06 {
	position: absolute;
	z-index: 20;
}
.smartcycleVisualTitle01 {
	width: 100%;
	top: 150px;
	text-align: center;
	font-size: 400%;
	font-weight: bold;
	line-height: 1.3;
	text-shadow:0 0 15px #fff;
	color: #000;
	/*left: 50%;*/
	/*margin-left: -315px;*/
	
}

.smartcycleVisualTitle02 {
	width: 100%;
	top: 230px;
	text-align: center;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.3;
	text-shadow:0 0 15px #fff;
	color: #333;
}
.smartcycleVisualTitle04 {
	top: 430px;
	width: 100%;
	text-align: right;
	font-size: 11px;
	color: #fcfcfc;
	text-shadow:1px 1px 5px #000;
}
.smartcycleVisualTitle05 {
	top: 100px;
	left: 50%;
	margin-left: -247px;
	padding: 87px 74px 87px 87px;
}

.smartcycleVisualTitle06 {
	top: 350px;
	width: 100%;
	text-align: right;
	font-size: 11px;
	/*color: #a0a0a0;*/
	color: #666;
	text-shadow:2px 2px 10px #fff;	
}

.smartcycleBox {
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 10px;
	border-radius: 10px;
	background: #dbe6f6;
}

.smartcycleBox > .smartcycleBoxTitle {
	display: inline-block;
	padding: 4px 16px;
	border-radius: 20px;
	background: #727171;
	color: #fff;
}
.smartcycleBox > p {
	padding: 10px;
}
/* featureNeeds 白ーー箱*/
.smartcycleBox_w {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 10px 10px;
	border-radius: 10px;
	background: #fff;
}
.smartcycleBox_w > .smartcycleBoxTitle {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	padding: 4px 16px;
	border-radius: 20px;
	background: #727171;
	color: #fff;
}
.smartcycleBox_w > p {
	padding: 10px;
}
.sp-Nav ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
