﻿@charset "utf-8";


/*************　aboutus メイン　部分　*************/

.magazine{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.magazine-img{
  padding: 15px 15px 15px 15px;
  width: 50%;
}

.pdf-viewer {
  width: 100%;
  height: 80vh;
  border: none;
}

@media(max-width: 768px)
 .pdfviewer{
   height: 100vh;
 }