@charset "utf-8";
/* CSS Document */
.fdo::after {
  position: static;
  content: '\e905';
  margin-left: 2px;
  width: 13px;
  height: 13px;
  color: #0171A6;
  font-family: "icn_font";
  font-size: 13px;
  font-weight: normal;
  line-height: 0;
  display: inline-block;
}
.h3_tit {
  color: #2A8716;
  font-size: clamp(1.1rem, 0.783rem + 0.69vw, 1.3rem);
  text-align: center;
  margin-bottom: .5rem;
}
.fix {
  clear: both;
}
@media screen and (min-width:737px) {
  .tar {
    text-align: right;
  }
  .w50 {
    width: 50%;
    margin: 0 auto;
  }
  .fix {
    clear: both;
  }
  .subtxt a:link {
    color: #0171A6;
  }
  .subtxt a:visited {
    color: #0171A6;
  }
  .subtxt a:hover {
    color: #0171A6;
    text-decoration: underline;
  }
  .w80 {
    width: 80%;
    margin: 0 auto;
  }
  .pccenter {
    text-align: center;
  }
}
@media screen and (max-width:736px) {
  .sptac {
    text-align: center;
  }
  .subtxt a:link {
    color: #0171A6;
    text-decoration: underline;
  }
  .subtxt a:visited {
    color: #0171A6;
    text-decoration: underline;
	  
  }
  .subtxt a:hover {
    color: #0171A6;
    text-decoration: underline;
  }
  .w80 {
    width: 100%;
    margin: 0 auto;
  }
  .pccenter {
    text-align: left;
  }
  .ly-pc-fs22 {
    font-size: 1.09rem;
  }
  .ly-pc-fs14 {
    font-size: 0.85rem;
  }
}