@charset "UTF-8";

/* ========================================
  @media screen and (min-width: 768px),print 
======================================== */
@media screen and (min-width: 768px), print {
#voice .p-header__mv {
	margin-bottom: 70px;
}

#voice .system-list {
	display: grid;
	gap: 49px 95px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 62px;
}

#voice .system-pic {
	margin-bottom: 17px;
}

#voice .system-pic img {
	height: 310px;
}

#voice .system-area {
	color: #016FC6;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2.375;
}

#voice .system-area.single {
  margin-bottom: 24px;
}

#voice .system-ttl {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-bottom: 11px;
}

#voice .system-ttl.single {
  margin-bottom: 24px;
  font-size: 18px;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
#voice .system-list {
	display: grid;
	gap: 4.455vw 4.636vw;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 5.636vw;
}

#voice .system-pic img {
	height: 24.182vw;
}

}



/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#voice .p-header__mv {
	margin-bottom: 4.324vw;
}

#voice .p-header__mv .p-header__mv-contents-left .en img {
  width: 39.6vw;
}

#voice .system-list {
	display: grid;
	gap: 7.937vw 2.415vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 13.734vw;
}

#voice .system-pic {
	margin-bottom: 2.623vw;
}

#voice .system-pic img {
	height: 30.193vw;
}

#voice .system-ttl {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.7142857143;
	margin-bottom: 4.971vw;
}

#voice .system-ttl.single {
  font-size: 3.865vw;
}

#voice .system-area {
	color: #016FC6;
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2.7142857143;
}

#voice .seo_bread_list {
  padding-inline: 0 5vw;
}
}