@media screen and (min-width: 768px) {
  .main-ttl-wrap {
    border-bottom: none;
    margin-bottom: 0px; }
    .main-ttl-wrap strong {
      padding: 0 0 0 24px;
      position: absolute;
      top: 45px; } }

@media screen and (max-width: 767px) {
  #request-wrap {
    padding: 0 20px; }
  .main-ttl-wrap strong {
    border-top: 1px solid #e6e6e6;
    margin: 0 -20px;
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    padding: 8px 20px;
    position: relative;
    top: 0; } }

.doc a {
  display: block;
  cursor: pointer !important;
  width: 100%;
  height: 100%;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .doc a:before {
    content: "\e315";
    margin-right: 0.5em;
    color: #009d42;
    font-family: 'icomoon' !important;
    top: 2px !important;
    position: relative;
    margin-bottom: 2px; }
  .doc a.pdf::before {
    color: #e9120a !important;
    content: "\e906" !important;
    /*font-size: 2rem;*/
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .doc a.word::before {
    color: #2b357f !important;
    content: "\e907" !important;
    /*font-size: 2rem;*/
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#request-box #req1, #request-box #req2, #request-box #req3 {
  box-sizing: border-box;
  width: 48%;
  padding: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 4px; }
  @media screen and (max-width: 767px) {
    #request-box #req1, #request-box #req2, #request-box #req3 {
      width: 100%;
      float: none;
      padding: 20px; } }
  #request-box #req1 .sttl01, #request-box #req2 .sttl01, #request-box #req3 .sttl01 {
    text-align: center; }
  #request-box #req1 .fl, #request-box #req1 .fr, #request-box #req2 .fl, #request-box #req2 .fr, #request-box #req3 .fl, #request-box #req3 .fr {
    width: 47%; }
  @media screen and (max-width: 767px) {
    #request-box #req1 .fl, #request-box #req2 .fl, #request-box #req3 .fl {
      width: 33%; } }
  #request-box #req1 .fr, #request-box #req2 .fr, #request-box #req3 .fr {
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      #request-box #req1 .fr, #request-box #req2 .fr, #request-box #req3 .fr {
        width: 63%;
        margin-top: 0; } }
  #request-box #req1 p, #request-box #req2 p, #request-box #req3 p {
    margin-bottom: 24px; }
  #request-box #req1 .disabled, #request-box #req2 .disabled, #request-box #req3 .disabled {
    pointer-events: none;
    background-color: #009d42 !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(6, 0, 1, 0.3) !important; }
    #request-box #req1 .disabled:before, #request-box #req2 .disabled:before, #request-box #req3 .disabled:before {
      color: #fff !important; }

#request-box #req1 {
  float: left;
  margin-right: 2%; }
  @media screen and (max-width: 767px) {
    #request-box #req1 {
      margin-bottom: 40px; } }

#request-box #req2 {
  float: right;
  margin-left: 2%; }

#request-box #req3 {
  float: left;
  margin-right: 2%;
  margin-top: 40px; }

#note .sttl04 {
  margin-top: 32px;
  font-size: 16px;
  font-size: 1.6rem; }

.red {
  color: red; }
