@charset "UTF-8";
/* csr */
.page-ttl-csr { background-image: url(../img/csr/ttl.jpg); aspect-ratio: 1200 / 300;}
.csr-guideline{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.csr-guideline__head {
  width: 6em;
  height: 6em;
  color: #002a5c;
  border-radius: 50%;
  border:solid 1px;
  text-align: center;
  line-height: 6em;
  margin: 0 24px 0 0;
}
.csr-img {
  float: right;
  max-width: 208px;
  width: 48%;
  margin-left:24px;
}

@media (max-width: 649px) { 
	.page-ttl-csr { background-image: url(../img/csr/ttl_s.jpg); }
	.csr-img {  margin-left:16px;}}