@charset "UTF-8";
.heading{
  min-height: auto;
}

section .commonBox a{
  color: #a29369;
  text-decoration: underline;
}

section .commonBox a:hover{
  opacity: 0.7;
}

section .commonBox p{
  margin-bottom: 10px;
}

/* ============================================
color
=============================================*/
.fc_red{color: #c00000;}

/* ============================================
att_redBox
=============================================*/
.att_redBox{
  border: 1px solid #c00000;
  padding: 20px;
  box-sizing: border-box;
  color: #c00000;
}
.att_redBox h2{
  border-bottom: 1px dotted #c00000;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 110%;
}
.att_redBox h3{
  margin-top: 15px;
  font-size: 110%;
}
.att_redBox a{
  color: #c00000;
}

/*sp*/
@media screen and (max-width: 599px) {
  .att_redBox{
    padding: 10px;
  }
  .att_redBox .fss{
    font-size: 13px;
  }
}

/* ============================================
pdf_link
=============================================*/
.pdf_link {
  text-align: center;
  font-size: 19px;
}
.pdf_link a{
  text-decoration: underline;
  color: #a29369;
}
.pdf_link a:hover{
  opacity: 0.6;
}

/* ============================================
pdf_img
=============================================*/
.pdf_img{
  width: 100%;
}
.pdf_img img{
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: top;
}

/* ============================================
pdf_box
=============================================*/
/*sp*/
@media screen and (max-width: 599px) {
  .pdf_box{
    width: 100%;
  }
}