@charset "utf-8";

/* ----------------------------------------------------
 Media query All
---------------------------------------------------- */
/* common */

.nophotovis h1:after{
  content: "Pamphlet";
}
.pamphlet-txt{
  text-align: center;
}
.pamphlet-box{
  margin: 20px auto 50px;
  max-width: 600px;
}
.pamphlet-box a{
  display: block;
  padding: 20px;
  text-decoration: none;
  border-radius: 10px;
  background: #f8f8f8;
}
.pamphlet-img{
  text-align: center;
}
.pamphlet-img img{
  border: solid 1px #ddd;
}

.pamphlet-bt{
  position: relative;
  max-width: 350px;
  margin: 20px auto 0;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  border: solid 2px #387ebf;
  background: #387ebf;
}
.pamphlet-bt span{
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1.3;
  font-weight: 600;
}
.pamphlet-bt span:before{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  
  content: "PDF";
  padding: 2px 5px;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  background: #d72d2d;
}


/* All END */

/* ----------------------------------------------------
 - 959px (Smartphone Tablet layout Only)
---------------------------------------------------- */
@media (max-width: 959px) {

/* - 959px (Smartphone Tablet layout Only) END*/
}

/* ----------------------------------------------------
 - 519px (Smartphone layout Only)
---------------------------------------------------- */
@media (max-width: 519px) {
  
/* - 519px (Smartphone layout Only) END */
}

/* ----------------------------------------------------
 520px - (Pc Tablet layout Only)
---------------------------------------------------- */
@media (min-width: 520px) {

/* 520px - (Pc Tablet layout Only) END */
}

/* ----------------------------------------------------
 520px - 959px (Tablet layout Only)
---------------------------------------------------- */
@media (min-width: 520px) and (max-width: 959px) {
  
  /* 520px - 959px (Tablet layout Only) END*/
}

/* ----------------------------------------------------
 960px - (Pc layout Only)
---------------------------------------------------- */
@media (min-width: 960px) {

  .pamphlet-box a{
    padding: 40px;
    font-size: 1.6rem;
  }

/*  1800px - (Pc layout Only) END*/
}

/* ----------------------------------------------------
 960px - 1920px
---------------------------------------------------- */
@media (min-width: 960px) and (max-width: 1920px) {


/* 960px - 1920px END*/
}