@charset "UTF-8";

.apps {
  position: relative;
  width: 980px;
  margin: 0 auto 100px;
  height: 180px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  display: table;
}
.apps div {
  display: table-cell;
  vertical-align: middle;
}
.apps h2 {
  font-size: 35px;
  letter-spacing: 0.1em;
}
.apps-btn {
  width: 570px;
  margin: 0.5em auto;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
}
.apps-btn:hover {
  background-color: #ffffff; 
}
#request {
  background-color: #C51813;
  margin-bottom: 35px;
}
#request a:hover {
  color: #C51813;
}
#request img {
  position: absolute;
  top: 2.25%;
  right: 2.5%;
  transform: scale(0.55) rotate(8.45deg);
  -webkit-transform: scale(0.55) rotate(8.45deg);
  transform-origin: right top;
  -webkit-transform-origin: right top;
}
#request p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.125em; 
}

/* ▼ Modified 202201 ▼ */
#briefing {
  height: 230px;
  background-color: #EE6F0B;
}
/* ▲ Modified 202201 ▲ */

#briefing a:hover {
  color: #EE6F0B;
}
#briefing img {
  position: absolute;
  left: 10%;
  bottom: 0;
  transform: scale(0.55);
  -webkit-transform: scale(0.55);
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
}
#briefing span {
  position: absolute;
  top: 20%;
  right: 3%;
  font-size: 23px;
  background-color: #C51813;
  display: block;
  padding: 0 0.5em;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
#briefing p {
  font-size: 16px;
}
#briefing-sp {
  display: none;
}
@media screen and (max-width:979px) {
  .apps {
    width: 94%;
  }
}
@media screen and (max-width:640px) {
  .apps {
    width: 100%;
    border-radius: 0;
  }
  .apps h2 {
    font-size: 26px;
  }
  .apps-btn {
    width: auto;
    font-size: 22px;
  }
  #request .apps-btn {
    height: 60px;
    line-height: 60px;
  }
  #request, #briefing {
    height: auto;
    padding: 1em 0;
  }
  #request div {
    width: 81.25%;
    margin: 0 auto;
    display: block;
  }
  #request img {
    display: none;
  }
  #request p {
    font-size: 22px;
  }
  #briefing {
    display: none;
  }
  #briefing-sp {
    background-color: #EE6F0B;
    display: block;
    height: auto;
    padding: 1em 0 2.75em;
  }
  #briefing-sp div {
    display: block !important;
  }
  .bf-container {
    position: relative;
    width: 94%;
    margin: 0 3%;
  }
  .bf-sub {
    position: relative;
    top: 0;
    width: 160px;
    float: left;
  }
  .bf-main {
    width: 100%;
    float: right;
    margin-left: -160px;
  }
  .bf-inner {
    position: relative;
    margin-left: 160px;
  }
  .bf-heading h3 {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    right: 0.5em;
    transform: rotate(5deg);
  }
  .bf-heading h3 span {
    font-size: 22px;
    color: #ffffff;
    padding: 0.15em 0.5em;
    background-color: #C51813;
  }
  .bf-lines {
    position: relative;
    top: 1.25em;
    left: -1em;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
    color: #000000;
    text-align: left;
    padding: 1em;
    box-sizing: border-box;
  }
  .bf-lines::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 25px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  #briefing-sp h2 {
    margin-bottom: 1em;
  }
  #briefing-sp .apps-btn {
    position: relative;
    top: 1.25em;
    left: -1em;
    height: auto;
    padding: 0.5em 0;
    line-height: 1.4;
  }
  #briefing-sp .apps-btn:hover {
    color: #EE6F0B;
  }
}
@media screen and (max-width:480px) {
  .apps h2 {
    font-size: 24px;
  }
  #request h2 {
    letter-spacing: -1px;
  }
  .apps-btn {
    font-size: 17px;
  }
  #request .apps-btn {
    height: 50px;
    line-height: 50px;
  }
  #request p {
    font-size: 17px;
  }
  .bf-heading h3 span {
    font-size: 19px;
  }
  .bf-lines {
    font-size: 16px;
  }
  #briefing-sp h2 {
    margin-bottom: 0.5em;
    letter-spacing: 0;
  }
  #briefing-sp .apps-btn {
    top: 1.5em;
  }
}
@media screen and (max-width:375px) {
  .bf-heading h3 span {
    font-size: 18px;
  }
  .bf-lines {
    font-size: 15px;
  }
  .apps-btn {
    font-size: 15px;
  }
}