@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900");
/* font */
/* color */
/* mediaquery  */
/* ¥ì¥¹¥Ý¥ó¥·¥Ö¥µ¥¤¥È·Ç±íÊ¾ */
/* PC¤Î¤ß */
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È?PC */
@media screen and (max-width: 639px) {
  .pctb {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È?SP */
@media screen and (min-width: 960px) {
  .tbsp {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È¤Î¤ß */
@media screen and (min-width: 640px) and (max-width: 959px) {
  .tb {
    display: none !important;
  }
}

/* SP¤Î¤ß */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

/* hover */
/*---------------------------------------------------------
ÙYÁÏÕˆÇó
---------------------------------------------------------*/
#request .hl01 {
  margin: 0px 0px 35px;
}

.text {
  line-height: 195%;
}

.redb {
  font-weight: bold;
  font-size: 109%;
  color: #C33;
}

#request .tbl_cmn {
  margin-bottom: 10px;
  width: 695px;
}

#request .tbl_cmn .cell01 {
  width: 40%;
}

#request .tbl_cmn .cell02 {
  width: 20%;
}

#request .tbl_cmn .ttl01 {
  background: #FEE9EC;
  padding: 8px;
}

#request .tbl_cmn .ttl02 {
  text-align: left;
  padding: 10px;
}

#request .tbl_cmn td {
  text-align: center;
  padding: 10px;
}

#request .bnrLink {
  margin-bottom: 40px;
}

@media screen and (max-width: 639px) {
  #request .bnrLink {
    width: 100%;
  }
}

#request .bnrLink th,
#request .bnrLink td {
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 639px) {
  #request .bnrLink th img,
  #request .bnrLink td img {
    width: 100%;
  }
}

#request .bnrLink th {
  background: #FEE9EC;
  color: #AD2C42;
  font-size: 109%;
  padding: 8px;
}

#request .digital_pamph {
  padding: 25px 20px;
  background: #FEF2EF;
  text-align: center;
  margin: 0px auto;
}

@media screen and (min-width: 640px) {
  #request .digital_pamph {
    width: 57%;
  }
}

@media screen and (max-width: 639px) {
  #request .digital_pamph {
    padding: 20px 10px 25px 10px;
  }
}

#request .digital_pamph__read {
  font-size: 117%;
  margin-bottom: 28px;
  text-align: center;
}

#request .digital_pamph .text {
  text-align: center;
  font-size: 125%;
  margin-bottom: 15px;
}

#request .digital_pamph .rtext {
  text-align: center;
  font-size: 109%;
  color: #C30;
  margin-top: 15px;
}

#request .digital_pamph .digital_pamph-btn {
  text-align: center;
  margin-top: 15px;
  display: block;
  width: 100%;
}

/*# sourceMappingURL=request.css.map */
