
@import url("css2-Robotowght100300400500700900_swap.css");
/****************************************

          $breakpoint

@include maxs($breakpoint-sp) {}

*****************************************/
/*============================
body
============================*/
body {
  font-family: Roboto,source-han-sans-japanese, sans-serif;
}

/*============================
color
============================*/
/*============================
base
============================*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.page section {
  margin: 0em !important;
}

/*============================
 btn_back
============================*/
.btn_back {
  position: fixed;
  top: 110px;
  left: 27px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .btn_back {
    top: 70px;
    left: 15px;
  }
}
.btn_back a {
  display: block;
  background-color: rgba(0, 61, 165, 0.5);
  padding: 5px 10px 5px 20px;
  color: #FFF;
  font-size: 14px;
  position: relative;
}
.btn_back a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  width: 7px;
  height: 1px;
  background: #FFF;
}
.btn_back a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*============================
 title
============================*/
.ttl_logo {
  position: fixed;
  top: 160px;
  left: 27px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .ttl_logo {
    top: 115px;
    left: 15px;
  }
}
.ttl_logo h2 {
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.0;
}
.ttl_logo h2 img {
  width: 220px;
  transition: all 1s ease-out;
}
@media screen and (max-width: 768px) {
  .ttl_logo h2 img {
    width: 36vw;
  }
}
.ttl_logo h2 img:hover {
  opacity: 0.7;
}
.ttl_logo h2 span {
  font-size: 18px;
}
.ttl_logo h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 30px;
  /*下線の幅*/
  height: 1px;
  /*下線の太さ*/
  background-color: #FFF;
  /*下線の色*/
}
.ttl_logo p {
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
}
.ttl_logo p span {
  font-size: 10px;
}

/*============================
 video
============================*/
/* video */
.videowrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videowrap video {
  position: absolute;
  z-index: 0;
}
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  .videowrap video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .videowrap video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.videowrap.mask:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../image/ami.png);
}

/*============================
　特集ページ
============================*/
article.page {
  /*============================
  #feature1
  ============================*/
  /*============================
  #feature1
  ============================*/
  /*============================
  #feature3
  ============================*/
  /*============================
  #feature3
  ============================*/
}
article.page .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article.page .btn_wrap.bottom {
  margin: 100px 0 50px;
  justify-content: center;
}
article.page .btn_wrap.pos {
  justify-content: space-around;
}
article.page .btn_wrap a {
  border: 1px solid #003da5;
  display: inline-block;
  transition: all 0.25s;
  background-size: 18px 18px;
  background-position: 5px 48%;
  background-repeat: no-repeat;
  color: #003da5;
  background-color: #FFF;
  text-decoration: none;
  padding: 10px 0px 10px 11px;
  width: 47%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0;
  transition: all 1s ease-out;
}
article.page .btn_wrap a:hover {
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  article.page .btn_wrap a {
    width: 32%;
    font-size: 3vw;
  }
}
article.page .btn_wrap a.btn_movie {
  background-image: url(../image/icons-movie.png);
}
article.page .btn_wrap a.btn_movie_2 {
  background-image: url(../image/icons-movie.png);
  width: 40%;
}
article.page .btn_wrap a.btn_pdf {
  background-image: url(../image/icons-pdf.png);
}
@media screen and (max-width: 768px) {
  article.page .btn_wrap a.btn_pdf{
    background-size: 15px auto;
    padding-right: 15px;
  }
}
article.page .btn_wrap a.btn_pdf_2 {
  background-image: url(../image/icons-pdf.png);
  width: 40%;
}
article.page .btn_wrap a.btn_pdf_all {
  background-image: url(../image/icons-pdf.png);
  font-size: 18px;
  width: 35%;
}
article.page .btn_wrap a.btn_pdf_all_foot {
  background-image: url(../image/icons-pdf.png);
  font-size: 18px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  article.page .btn_wrap a.btn_pdf_all_foot {
    width: 80%;
  }
}
article.page section.feature {
  position: relative;
  width: 100vw;
  height: 100vh;
  /*height: calc(var(--vh, 1vh) * 100);*/
  background-color: #f8f8f8;
  /*
  h3.ttl{
      position: absolute;
      top: 15%;
      left: 5%;
      z-index: 10;
      img{
          width: 500px;
           @include maxs($breakpoint-sp) {
               width: 75vw;
         }
      }
  }*/
}
@media screen and (max-width: 768px) {
  .fp-tableCell{
    vertical-align: bottom;
  }
  article.page section.feature {
    height: calc(100vh - 62px);
  }
}
article.page section.feature div.close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: .5s ease-in-out .5s;
}
article.page section.feature div.close-area.selected {
  transition: .5s ease-in-out 1.5s;
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
article.page section.feature div.close-area::before {
  content: "CLOSE";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 0;
  width: 10%;
  height: 10%;
  color: #fff;
  transform: translate(0, -50%) rotate(90deg);
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article.page section.feature div.close-area::before {
    top: 4%;
    left: 45%;
    align-items: baseline;
    transform: unset;
  }
}
article.page section.feature div.content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 390px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, #ffffff 100%);
  transition: .5s ease-in-out .5s;
  border-left: solid 3px #25408d;
}
@media screen and (max-width: 768px) {
  article.page section.feature div.content-wrap {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    height: 30vh;
    border-left: none;
    border-top: solid 2px #25408d;
  }
}
article.page section.feature div.content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.page section.feature div.content-wrap.selected {
  width: 90%;
}
@media screen and (max-width: 768px) {
  article.page section.feature div.content-wrap.selected {
    width: 100%;
    height: 75vh;
  }
}
article.page section.feature div.content-wrap div.excerpt-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  margin: 0 auto;
  transition: .5s ease-in-out 1.5s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  article.page section.feature div.content-wrap div.excerpt-content {
    top: 5%;
    left: 5%;
    transform: unset;
    width: 90%;
  }
}
article.page section.feature div.content-wrap div.excerpt-content.selected {
  opacity: 0;
  transition: .5s ease-in-out 0s;
  z-index: 0;
}
article.page section.feature div.content-wrap div.excerpt-content p.excerpt-cat {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  background-color: #25408d;
  color: #fff;
}
article.page section.feature div.content-wrap div.excerpt-content h2.ttl-excerpt {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 900;
  margin: 5px 0 20px;
  color: #25408d;
}
@media screen and (max-width: 768px) {
  article.page section.feature div.content-wrap div.excerpt-content h2.ttl-excerpt {
    font-size: 4vw;
    margin: 10px 0 10px;
  }
}
article.page section.feature div.content-wrap div.excerpt-content p.excerpt {
  font-size: 13px;
  line-height: 1.6;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  article.page section.feature div.content-wrap div.excerpt-content p.excerpt {
    margin: 10px 0;
    font-size: 3.5vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
article.page section.feature div.content-wrap div.main-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  height: 0;
  overflow: hidden;
  padding: 60px 0;
  transition: opacity .5s ease-in-out 0s;
  opacity: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  article.page section.feature div.content-wrap div.main-content {
    width: 100%;
    padding: 40px 20px;
  }
}
article.page section.feature div.content-wrap div.main-content.selected {
  height: auto;
  opacity: 1;
  transition: opacity .5s ease-in-out 1.5s;
  z-index: 1;
}
article.page section.feature div.content-wrap div.main-content figure {
  width: 100%;
  margin: 0 0 40px;
}
article.page section.feature div.content-wrap div.main-content p.main-cat {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  background-color: #ccc;
}
article.page section.feature div.content-wrap div.main-content h2.ttl-main {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin: 5px 0 20px;
}
article.page section.feature div.content-wrap div.main-content p:not([class]) {
  font-size: 14px;
  line-height: 2;
  margin: 20px 0;
}
article.page section.feature div.content-wrap div.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #444;
}
@media screen and (max-width: 768px) {
  article.page section.feature div.content-wrap div.btn {
    height: 40px;
    font-size: 4vw;
  }
}
article.page section.feature div.content-wrap div.btn:hover {
  cursor: pointer;
}
article.page section.feature2 {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  article.page section.feature2 {
    height: 70vh;
  }
}
article.page section.feature2 h3.ttl {
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 10;
}
article.page section.feature2 h3.ttl img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  article.page section.feature2 h3.ttl img {
    width: 75vw;
  }
}
article.page section.slide {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
}
article.page section.slide .slideobject {
  padding-top: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
}
article.page section.slide h3.ttl_shiki {
  margin-bottom: 30px;
}
article.page section.slide h3.ttl_shiki img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  article.page section.slide h3.ttl_shiki img {
    width: 75vw;
  }
}
article.page section.slide .slide_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  article.page section.slide .slide_box {
    width: 70vw;
  }
}
article.page section.slide .slideobject figure.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  article.page section.slide .slideobject figure.image {
    background-position: 0% 50%;
  }
}
article.page section.slide #slick-main {
  width: 100vw;
  height: 100%;
}
article.page section.slide #slick-main div {
  width: 100vw;
  height: 100%;
}
article.page section.slide #slick-main .slick-slide {
  opacity: 1 !important;
}
article.page section.slide #slick-main .slideobject {
  opacity: 0;
  transition: 0s;
}
article.page section.slide #slick-main .slick-active .slideobject {
  opacity: 1;
  transition: ease 5.0s;
}
article.page section.slide #slick-main .slick-continue .slideobject {
  opacity: 0;
  transition: ease 5.0s;
}
article.page section.slide #slick-main figure.image {
  transform: scale(1, 1);
  transition: 0s;
}
@media screen and (max-width: 768px) {
  article.page section.slide #slick-main figure.image {
    background-position: 0% 50%;
  }
}
article.page section.slide #slick-main .slick-active figure.image {
  transform: scale(1.2, 1.2);
  transition: ease 10.0s;
}
@media screen and (max-width: 768px) {
  article.page section.slide #slick-main .slick-active figure.image {
    transform: scale(1, 1);
    background-position: 25% 50%;
  }
}
article.page section.slide #slick-main .slick-continue figure.image {
  transform: scale(1.4, 1.4);
  transition: ease 10.0s;
}
@media screen and (max-width: 768px) {
  article.page section.slide #slick-main .slick-continue figure.image {
    transform: scale(1, 1);
    background-position: 50% 50%;
  }
}

/*============================
#feature2
============================*/
section.image {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.image img {
  width: 80%;
  height: auto;
}

/*============================
fuullpage
============================*/
#fp-nav ul li a span {
  border: solid 2px #FFF;
  background: #25408d;
  box-sizing: content-box;
}

#fp-nav {
  top: 55%;
}

/*
.fancybox-slide--video video {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
}

.fancybox-stage video{
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 80%;
}*/
.fancybox-button {
  background: rgba(0, 0, 0, 0.6);
}

.top .hero {
  width: 100%;
  height: 555px;
  border-bottom: solid 4px #04338f;
  padding-top: 86px;
  overflow: hidden;
}
.top .hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 15;
}
.top .hero .main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 555px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 80s 0s infinite;
  animation: anime 80s 0s infinite;
}

@media screen and (max-width: 768px) {
  .top .hero .main_img {
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .top .hero .main_img {
    animation: anime-sp 80s 0s infinite;
  }
}
.top .hero .main_img:nth-of-type(2) {
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
    background-position: center -200vh;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-sp {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
    background-position: center bottom;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

.top .contents .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .contents .inner {
    margin: 0 20px;
  }
}
.top .contents .inner h2 {
  font-size: 30px;
  font-weight: 600;
  color: #003da5;
  margin: 45px auto 60px;
  text-align: center;
  line-height: 1.0;
}
.top .contents .inner h2 span {
  font-size: 18px;
}
.top .contents .inner h2 em {
  font-size: 14px;
  font-style: normal;
}
.top .contents .inner .nav_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.top .contents .inner .nav_wrap.clm01 {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.top .contents .inner .nav_wrap.clm01 p{
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top .contents .inner .nav_wrap {
    flex-direction: column;
  }
  .top .contents .inner .nav_wrap.backnumber {
    display: contents;
  }
  .top .contents .inner.bn_block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top .contents .inner.bn_block h2{
    width: 100%;
  }
  .top .contents .inner .nav_wrap.clm01 {
    max-width: 100%;
  }
}
.top .contents .inner .nav_wrap a {
  display: block;
  margin-bottom: 25px;
  width: 315px;
  transition: all 1s ease-out;
}
.top .contents .inner.summary_block .nav_wrap a{
  width: 90%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .top .contents .inner .nav_wrap a {
    width: 100%;
  }
}
.top .contents .inner .nav_wrap a .pic {
  border: 2px solid #003da5;
}
.top .contents .inner .nav_wrap a:hover {
  opacity: 0.6;
}
.top .contents .inner .nav_wrap a:hover .pic {
  border: 2px solid #efc725;
}
.top .contents .inner .nav_wrap a p {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 10px;
  color: #003da5;
}
.top .contents .inner .bnr a {
  display: block;
  margin: 25px auto 0;
  max-width: 320px;
  width: 100%;
  cursor: pointer;
  transition: all 0.25s;
  padding: 0;
  text-align: center;
  text-decoration: none;
  background: none;
}
.top .contents .inner .bnr a:hover {
  opacity: 0.7;
  background: none;
}
.top .contents .inner .btn_pdf a {
  border: 2px solid #003da5;
  display: block;
  margin: 0 auto 40px;
  width: 270px;
  cursor: pointer;
  transition: all 0.25s;
  font-size: 18px;
  padding: 16px 10px;
  background-color: #FFF;
  color: #003da5;
  text-align: center;
  text-decoration: none;
  background-size: 25px 25px;
  background-position: 10px 48%;
  background-repeat: no-repeat;
  background-image: url(../image/icons-pdf.png);
}
.top .contents .inner .btn_pdf a:hover {
  opacity: 0.7;
}
.top .contents .inner .btn_vol a {
  display: block;
  margin: 0 auto 100px;
  width: 270px;
  cursor: pointer;
  transition: all 0.25s;
  font-size: 18px;
  padding: 16px 10px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.top .contents .inner .btn_vol a:hover {
  background-color: #003da5;
}

header .siteUtility .fontSizeSwitch {
  /*display: none;*/
}
header .siteUtility .pagePrint {
  /*display: none;*/
}
header .siteUtility .pagePrint a span {
  font-weight: normal;
}
header .siteUtility .siteSearch {
  /*border-left: none;*/
}

#headerContainer {
  top: 0;
  left: 0;
}

#footerContainer .pageTop {
  display: none !important;
}

.btn_vol_foot a {
  display: block;
  margin: 0 auto 50px;
  width: 270px;
  cursor: pointer;
  transition: all 0.25s;
  font-size: 18px;
  padding: 16px 10px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.btn_vol_foot a:hover {
  background-color: #003da5;
}

.top .contents+.contents{
  margin-top: 3em;
}

/*============================
backnumber
============================*/

.top .contents .inner .backnumber {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.top .contents .inner .backnumber.clm01 {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.top .contents .inner .backnumber.clm01 p{
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top .contents .inner .backnumber {
    /*flex-direction: column;*/
  }
  .top .contents .inner .backnumber.clm01 {
    max-width: 100%;
  }
}
.top .contents .inner .backnumber a {
  display: block;
  margin-bottom: 25px;
  width: 315px;
  transition: all 1s ease-out;
}
@media screen and (max-width: 768px) {
  .top .contents .inner .backnumber a {
    /*width: 100%;*/
  }
}
.top .contents .inner .backnumber a .pic {
  border: 2px solid #003da5;
}
.top .contents .inner .backnumber a:hover {
  opacity: 0.6;
}
.top .contents .inner .backnumber a:hover .pic {
  border: 2px solid #efc725;
}
.top .contents .inner .backnumber a p {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 10px;
  color: #003da5;
}
.top .contents .inner .backnumber a {
    width: 230px;
  }	
@media screen and (max-width: 768px) {
  .top .contents .inner .backnumber{
    width: 100%;
	  margin:  0 auto;
  }
  .top .contents .inner .backnumber > div{
    width: 30%;
  }
  .top .contents .inner .backnumber a {
    width: 100%;
  }
}

.top .contents .inner.summary_block h2{
  margin-bottom: 35px;
}
.top .contents .inner.summary_block .summary_block_inner{
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.top .contents .inner.summary_block .summary_block_inner figure,
.top .contents .inner.summary_block .summary_block_inner .l_area{
  margin-right: 20px;
  max-width: 240px;
}
.top .contents .inner.summary_block .summary_block_inner .l_area .btn_pdf{
  margin-top: 25px;
}
.top .contents .inner.summary_block .summary_block_inner .l_area .btn_pdf a{
  width: 220px;
  margin-left: 0;
}
.top .contents .inner.summary_block .summary_block_inner h3{
  font-size: 20px;
  font-weight: 600;
  color: #003da5;
  margin-bottom: 15px;
  margin-top: 20px;
}
.top .contents .inner.summary_block .summary_block_inner .textArea{
  max-width: 740px;
}
.top .contents .inner.summary_block .nav_wrap{
  text-align: left;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .top .contents .inner.summary_block .summary_block_inner{
    display: block;
    text-align: center;
  }
  .top .contents .inner.summary_block .summary_block_inner figure{
    max-width: 180px;
    margin: 0 auto;
  }
  .top .contents .inner.summary_block .summary_block_inner p{
    text-align: left;
  }
  .top .contents .inner.summary_block .summary_block_inner figure{
    margin-right: auto;
    margin-left: auto;
    max-width: 240px;
  }
  .top .contents .inner.summary_block .summary_block_inner .l_area .btn_pdf a{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 240px;
  }
  .top .contents .inner.summary_block .summary_block_inner .l_area{
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .top .contents .inner.summary_block .nav_wrap a{
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=magazine_style.css.map */