.joboffer p {
  margin-bottom: 10px; }

#main .joboffer h3:after {
  background-color: #91dd49; }

.joboffer .aisatu {
  background: #eee;
  padding: 10px; }

.joboffer .aisatu p:nth-child(1) {
  font-size: larger; }

.joboffer .image-full {
  position: relative; }
  .joboffer .image-full img {
    display: block;
    width: 100%; }

.joboffer .careermap-button a {
  display: flex;
  align-items: center;
  border: 1px black solid;
  width: max-content;
  border-radius: 10px;
  background-color: #f9f9f9; }
  .joboffer .careermap-button a img {
    width: 200px; }
  .joboffer .careermap-button a span {
    font-size: large;
    color: black;
    padding-top: 8px;
    padding-right: 8px; }

.joboffer .careermap-button a:hover {
  text-decoration: none; }

.joboffer .download {
  font-size: 22px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  background: #00aae7;
  margin: 10px 0;
  border-radius: 5px; }

#main .joboffer .download a {
  display: block;
  color: #fff; }

#main .joboffer .download a:hover {
  color: #fff; }

.joboffer .etc {
  font-size: 10px;
  color: #777; }

.joboffer .attention {
  padding: 10px;
  border: 1px dotted #777;
  margin: 20px 0; }

#main .joboffer .attention h4 {
  margin-top: 0; }

@media screen and (min-width: 481px) {
  .smv-on {
    display: none; } }

@media screen and (max-width: 480px) {
  .smv-off {
    display: none; }
  .smv-on {
    display: block; }
  .joboffer .careermap-button a img {
    width: 120px; }
  .joboffer .careermap-button a span {
    padding-top: 4px; } }
