@charset "UTF-8";
#performance01 .section-item:first-child,
#performance01 .section-item:first-child {
	margin-right: 0;
	margin-left: 0;
}
#performance01 .section-item-img {
	position: relative;
}
#performance01 .section-item-img img.is-kurumu {
	position: absolute;
	bottom: 0;
	left: 33%;
	width: 24%;
}


/* ------------------------------------------------------------
	CONTENTS
------------------------------------------------------------ */

/* ABOUT */
.l-about {
	padding: 220px 0 120px;
}
.l-about-list {
	width: 780px;
	margin: 0 auto;
	flex-wrap: nowrap;
}
.l-about-title {
  font-size: 22px;
  font-weight: bold;
  color: #4ba674;
	line-height: 45px;
  border: solid 5px #4ba674;
	border-radius: 27px;
  background: #FFF;
  position: relative;
	z-index: 1;
}
.l-about-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 15px solid #FFF;
    z-index: 2;
}
.l-about-title:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 22px solid #4ba674;
	z-index: 1;
}
.l-about-text {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	width: 90%;
	background: #dbede3;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	top: -5px;
	z-index: 0;
}
.l-about-text small {
	font-size: 20px;
	display: block;
}
.l-about-list li:first-child .l-about-text {
	background: #e1efc9;
}

/* FRANCTON */
.l-fraction span {
	font-size: 15px;
}
.l-fraction > span:nth-child(1) {
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
}
.l-fraction > span:nth-child(1):before {
	content: "";
	display: block;
	background: url(../image/performance/icon_ua.png) no-repeat center/ contain;
	width: 100%;
	height: 45px;
	margin-bottom: 0.5em;
}
#performance02 .l-fraction > span:nth-child(1):before {
	background-image: url(../image/performance/icon_c.png);
}
.l-fraction > span:nth-child(2) {
	display: inline-flex;
	flex-direction: column;
	vertical-align: middle;
	text-align: center;
}
.l-fraction span:nth-child(2) span:nth-child(1) {
	padding: 0.25em 0.5em;
	border-bottom: 1px solid #363636;
}
.l-fraction span:nth-child(2) span:nth-child(2) {
	padding: 0.25em 0.5em;
}
.l-fraction > span:nth-child(3) {
	font-size: 16px;
}



@media screen and (min-width:320px) and ( max-width:767px) {

/* ------------------------------------------------------------
	CONTENTS
------------------------------------------------------------ */
/* ABOUT */
	.l-about {
		padding: 110px 0 80px;
	}
	.l-about-list {
		width: 100%;
	}
	.l-about-title {
		font-size: 18px;
		line-height: 40px;
	}
	.l-about-text {
		font-size: 15px;
		padding: 30px 0 20px 0;
	}
	.l-about-text small {
		font-size: 12px;
	}

	
/* FRANCTON */
	.l-fraction span {
		font-size: 10px;
	}
	.l-fraction > span:nth-child(1) {
		font-size: 10px;
	}
	.l-fraction > span:nth-child(1):before {
		height: 35px;
		margin-bottom: 0.5em;
	}
	.l-fraction span:nth-child(2) span:nth-child(1),
	.l-fraction span:nth-child(2) span:nth-child(2) {
		padding: 0.25em;
	}
	.l-fraction > span:nth-child(3) {
		font-size: 10px;
	}
}