.add_about_contents_20250305 .inner {
  width: 980px;
  margin: 0 auto; }
  .add_about_contents_20250305 .inner p.link_pdf {
    text-align: center; }
    .add_about_contents_20250305 .inner p.link_pdf a {
      color: #333;
      text-decoration: none;
      border-bottom: 1px solid #333;
      padding-bottom: 2px;
      display: inline-block;
      position: relative; }
      .add_about_contents_20250305 .inner p.link_pdf a:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../img/icon_pdf.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-120%, -50%); }

@media screen and (max-width: 768px) {
  .add_about_contents_20250305 .inner {
    width: 94%;
    margin: 0 3%; }
    .add_about_contents_20250305 .inner p.link_pdf {
      text-align: left;
      padding-left: 30px; }
      .add_about_contents_20250305 .inner p.link_pdf a {
        color: #333;
        font-size: 13px;
        line-height: 180%;
        text-decoration: none;
        border-bottom: 1px solid #333;
        padding-bottom: 2px;
        display: inline;
        position: relative; }
        .add_about_contents_20250305 .inner p.link_pdf a:before {
          content: '';
          display: inline-block;
          width: 32px;
          height: 32px;
          background: url("../img/icon_pdf.png") no-repeat;
          background-size: contain;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(-120%, -50%); } }
/*------------------------------------------------------------

add_style_20250610

------------------------------------------------------------*/
.w980 {
  width: 980px;
  margin: 0 auto; }

#f_content .w980 {
  display: flex;
  justify-content: space-between; }
#f_content #f_logo_wrap {
  float: none; }
#f_content .f_instagram {
  display: inline-block;
  width: 70px; }
  #f_content .f_instagram img {
    max-width: 100%; }
#f_content #f_timetable {
  float: none; }

@media screen and (max-width: 768px) {
  .w980 {
    width: 94%;
    margin: 0 3%; }

  #f_content .w980 {
    display: block; }
  #f_content .f_instagram {
    width: 100%;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 4%; }
    #f_content .f_instagram img {
      max-width: 70px; } }
