.page-title::before {
  background-image: url(/img/common/info-icon8.png);
}
.about-wrap {
  padding: 50px 0;
}
.block-title {
  font-size: 1.7rem
}
@media (min-width: 768px) {
  .about-wrap {
    padding: 70px 0;
  }
  .block-title {
    font-size: 2rem
  }
}

.about-outline-block1 {
  margin-top: 30px;
  position: relative;
}
.about-outline-block1 .about-item {
  margin-bottom: 60px;
}
.about-outline-block1::after {
  content: "";
  display: block;
  width: 96px;
  height: 136px;
  margin-left: 10px;
  background-image: url(/img/about/outline2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 0;
  right: 0; 
}
.about-outline-table{
  width:100%;
  text-align:center;
  border-collapse: collapse;
  border:1px solid #474647;
  margin:1.5em 0;
}
.about-outline-table th{
  border-collapse: collapse;
  border:1px solid #474647;
  padding:0.25em;
}
.about-outline-table td{
  border-collapse: collapse;
  border:1px solid #474647;
  padding:1em;
}
.about-outline-table thead{
  background:#EEF6EE;
}
.about-outline-table thead th{
  width:calc(100% / 8);
}
.about-outline-table thead th:first-child{
  width:calc(100% / 8 * 2);
}
.about-outline-phone{
  display:flex;
  justify-content: space-between;
}
.about-outline-phone p{
  width:47.5%;
  font-weight:700;
}
.about-outline-phone .tel{
  font-size: 150%;
}
.about-outline-phone .number{
  font-family: din-2014, sans-serif;
  font-size: 160%;
}
.about-outline-phone p{
  line-height: 1.5;
  margin-bottom: 1em;
}
.about-outline-link{
  display:flex;
  justify-content: space-between;
}
.about-outline-link .button{
  font-weight:700;
}
.about-outline-link .button{
  width:47.5%;
  text-align:center;
  background-color:#FF7063;
  border-radius:5px;
  transition-duration: 0.4s;
  margin:auto;
  padding:0.75em 0.25em 0.5em;
}
.about-outline-link .button a{
  display:block;
  color:#FFF;
}
.about-outline-link .button .icon-link{
  color:#FFF;
}
.about-outline-link .button .icon-link::after{
  color:#FF7063;
}
.about-outline-link .button:hover{
  background:#DB5148;
}
.about-outline-link .button:nth-child(2){
  background-color:#00CF6F;
}
.about-outline-link .button:nth-child(2) .icon-link::after{
  color:#00CF6F;
}
.about-outline-link .button:nth-child(2):hover{
  background:#00A558;
}
.about-outline-block2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
.about-photo-item {
  width: 100%;
  margin-bottom: 30px;
}
.about-photo-item figucaption {
  display: block;
  font-size: 1.2rem;
  margin-top: .5em;
}
.about-photo-item img {
  width: 100%;
}
@media (min-width: 768px) {
  .about-outline-block1 {
    display: flex;
	margin-top: 60px;
  }
  .about-outline-block1::after {
	max-width: 340px;
    width: 29vw;
	max-height: 486px;
    height: 41vw;
	margin: 0 0 0 auto;
	position: inherit;
  }
  .about-outline-block1 .about-item {
    width: 55%;
  }
  .about-photo-item {
	width: auto;
    margin-bottom: 40px;
  }
  .about-photo-item figucaption {
    font-size: 1.4rem;
  }
}
@media (min-width: 995px) {
  .about-outline-phone .number{
    font-size: 200%;
  }
}

.about-map .block-title{
  width: fit-content;
  padding-left:50px;
  margin: 0 auto 2em;
  position:relative;
}
.about-map .block-title::before{
  display: block;
  content: '';
  width: 45px;
  height: 28px;
  background: url(/img/common/outline-icon-map.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position:absolute;
  top: .3em;
  left:0;
}
.about-access .about-wrap {
  padding-top: 20px;
}
.about-access .block-title{
  width: fit-content;
  padding-left:50px;
  margin: 0 auto 2em;
  position:relative;
}
.about-access .block-title::before{
  display: block;
  content: '';
  width: 39px;
  height: 45px;
  background: url(/img/common/outline-icon-access.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position:absolute;
  top:0;
  left:0;
}
.about-access-item {
  margin-bottom: 1.5em;
}
.about-access-item .item-title {
  font-size: 1.5rem;
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .about-access-block {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around; 
	gap: 4%;
  }
  .about-access-item .item-title {
    font-size: 1.7rem;
  }
}
