.visible-sp-blc,
.visible-sp-inl {
  display: none!important;
}

.visible-pc-blc {
  display: block!important;
}

.visible-pc-inl {
  display: inline!important;
}

#hintArea,
#hintArea * {
  box-sizing: border-box;
}

#hintArea {
  margin-top: 12px;
}

#hintArea p {
  margin-top: 0;
}

.hint-list {
  display: flex;
  justify-content: space-between;
}

.hint-item {
  background-color: #fff;
  border: solid #f1f1f1 4px;
  width: 345px;
}

.hint-item-inner {
  border: solid #e3e3e3 1px;
  height: 100%;
  padding: 10px 10px 20px;
}

.hint-linkimg {
  display: block;
  margin-bottom: 20px;
}

.hint-linktxt {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 10px;
  padding-right: 10px;
}

.hint-linktxt::before {
  background: url(/library/default/img/parts/button-link_bg01.png) no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 13px;
  width: 14px;
}


/*************/
/*  #anshin  */
/*************/
#anshinArea {
  border: 10px solid #f6f6f6;
  margin-top: 70px;
  padding-bottom: 25px;
}

#anshin-img {
  margin-bottom: 20px;
}

#anshin-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0 0 20px;
  padding: 0 55px;
}

.anshin-link {
  border: 1px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  border-radius: 3px;
  background: #fbfbfb url(/library/default/img/parts/button-link_bg01.png) no-repeat 30px center;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding-left: 45px;
  width: 210px;
}

.anshin-link:hover {
  background-color: #eaeaea;
  color: #333;
  text-decoration: none;
}
