@charset "utf-8";
/* CSS Document */
#pickup span {
  color: #0171a6;
}
@media screen and (min-width:737px) {
  /*=======circle_area=========*/
  #pickup .circle_area {
    width: min(100%, 1200px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #pickup .circle_btn {
    width: calc(100%/ 4 - 20px);
    margin-top: 2rem;
  }
  #pickup .circle_btn img {
    width: 88%;
    height: auto;
    margin: 0 6%;
    border-radius: 50%;
    border: solid 2px #eee;
  }
  #pickup .tit_h3 {
    font-weight: 600;
    font-size: 1.1rem;
    padding: .6rem 0 0.4rem 0;
    text-align: center;
  }
  #pickup .tit_h3::before {
    content: "\e903";
    width: 12px;
    height: 12px;
    margin-right: .2rem;
    color: #0171a6;
    font-size: 1rem;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  #pickup .titS {
    font-weight: normal;
    font-size: 0.9rem;
    text-align: left;
  }
  #pickup .circle_btn a {
    display: block;
    width: 100%;
    color: #313131;
    text-decoration: none;
  }
  #pickup .circle_btn a:hover {
    color: #0171a6;
    text-decoration: none;
    transition: all 0.3s;
  }
  #pickup .circle_btn a:hover img {
    border: solid 2px #0171a6;
    transition: all 0.3s;
  }
}
@media screen and (max-width:736px) {
  /*=======circle_area=========*/
  #pickup .circle_area {
    width: min(100%, 1200px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #pickup .circle_btn {
    width: calc(100%/ 2 - 10px);
    margin-top: 2rem;
  }
  #pickup .circle_btn img {
    width: 90%;
    height: auto;
    margin: 0 5%;
    border-radius: 50%;
    border: solid 2px #eee;
  }
  #pickup .tit_h3 {
    font-weight: 600;
    font-size: 0.94rem;
    padding: .6rem 0 0.4rem 0;
    text-align: center;
  }
  #pickup .titS {
    font-weight: normal;
    font-size: 0.8rem;
    text-align: left;
  }
  #pickup .tit_h3::before {
    content: "\e903";
    width: 12px;
    height: 12px;
    margin-right: .2rem;
    color: #0171a6;
    font-size: 0.94rem;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  #pickup .circle_btn a {
    display: block;
    width: 100%;
    color: #313131;
    text-decoration: none;
  }
  #pickup .circle_btn a:hover {
    color: #0171a6;
    text-decoration: none;
    transition: all 0.3s;
  }
  #pickup .circle_btn a:hover img {
    border: solid 2px #0171a6;
    transition: all 0.3s;
  }
}