@charset "utf-8";
a:hover {
  text-decoration: none;
}
.link-container {
  background-color: #FFFFFF;
  padding: 0 10px;
  text-align: center;
  width: 1040px;
  margin: 0 auto;
}
.link-title {
  text-align: center;
  /* margin-top: 20px; */
  /* width: 1040px; */
  margin: 20px auto 30px;
}


.link-area {
  max-width: 600px;
  /* display: inline-block; */
  margin: 15px auto 60px;
  line-height: 25px;
  text-align: left;
}

.box1 {
    max-width: 300px;
    /* padding: 0.5em 1em; */
    margin: 0 auto;
    /* color: #232323; */
    background: #ffffff;
    text-align: center;
    border-right: solid 1px #b7b7b7;
    border-left: solid 1px #b7b7b7;
}

.box1 p {
    margin: 0;
    padding: 0;
    color: #666666;
}

.box2 {
    FONT-WEIGHT: 100;
    max-width: 300px;
    /* padding: 0.5em 1em; */
    margin: 0 auto;
    color: #232323;
    background: #b7b7b7;
    border-left: solid 1px #b7b7b7;
    text-align: center;
    border-right: solid 1px #b7b7b7;
}
.box2 p {
    /* margin: 5px auto; */
    padding: 3px;
    color: #fff;
}

.box2:hover {
    background-color: #A2A2A2;
    }



@media screen and (max-width: 768px) {
  .photo-title {
    width: 100%;
    margin: 0 auto;
  }
  .link-container {
    width: 100%
  }

  

}



@media screen and (max-width: 466px) {
  /*topへ戻る*/
  #page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #aaaaaa;
    opacity: 0.6;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
  }
  #page_top a::after {
    content: '▲';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 999;
  }
  /*topへ戻る　ここまで*/
}