@charset "UTF-8";
/* CSS Document */
.red{
	color: red;
}
.system .system__about .system__about__inner,
.system .system__about .system__hours__inner{
  	padding: 60px;
	background-color: #fff;
	text-align: center;
}
@media screen and (max-width: 992px){
	.system .system__about .system__about__inner{
		padding: 60px 10px;
	}	
}
.system__conts{
	margin-bottom: 60px;
}
.system__conts__note{
	margin-bottom: 30px;
}
.system__conts__title{
	padding: 1rem 0;
}
.system__conts__title h3{
	text-align: center;
	font-weight: bold;
	color: #609935;
	font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 1.2rem;
}
.system__conts__title h4{
	text-align: center;
	font-weight: bold;
	color: #609935;
	font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 1rem;
}


.system__card__inner{
	background-color: #fff;
  	padding: 60px;
	text-align: center;	
}
@media screen and (max-width: 992px){
	.system__card__inner{
		padding: 60px 10px;
	}	
}
.system__conts__text{
	margin-bottom: 60px;
}
.system__conts__text span{
	margin-top: 0.5rem;
	font-size: 12px;
}
.system__conts__text table{
	border-top: solid 1px whitesmoke;
	width: 100%;
}
.system__conts__text table th,
.system__conts__text table td{
	padding: 30px 10px;
	font-weight: normal;
	border-bottom: solid 1px whitesmoke;
}
.system__conts__text table td{
	text-align-last: right;
}
.system__conts__text .lady{
	text-align: left;
	margin-top: 0.5rem;
}
.system__conts__text .tax{
	text-align: right;
	margin-top: 0.5rem;
	font-size: 12px;
}

.system__logo2{
	margin-top: 120px;
}

.system__logo figure{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.system__logo figure img{
	width: 80px;
	height: auto;
	opacity: 0.2;
}

.system__card__inner .conts figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.system__card__inner .conts figure img {
  height: 50px;
  width: auto;
  margin: 0.5em 5px; }
