@charset "utf-8";

/*==========================================
 common
===========================================*/
/* pagetitle
-------------------------------------------*/
.pagetitle_wrapp {
	background-image: url(../tobusiness/images/bg_pagetitle.jpg);
}
.main h3 {
	color: #333;
	font-weight: 700;
}

/* dl-file_list
-------------------------------------------*/
.dl-file_list {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.dl-file_list dt {
	font-weight: 700;
}


/*==========================================
 tobusiness / greeting.html
===========================================*/
.comment_text p {
  margin-bottom: 1.6rem;
}

.comment_photo figure {
  text-align: center;
	margin-bottom: 1.6rem;
}
.comment_photo figcaption {
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 992px) {
	.comment_photo img {
		max-width: 200px;
	}
}
@media (min-width: 993px)  {
  .comment_photo {
		display: flex;
		justify-content: space-between;
	}
	.comment_photo figure {
		width: 30%;
  }
}



/*==========================================
 tobusiness / parttime.html
===========================================*/
/* table_parttime */
.table_parttime {
	margin-bottom: 1.6rem;
}
.table_parttime td{
	text-align: center;
}
