@charset "utf-8";
html {
  scroll-behavior: smooth;
}
#infomation div {
  margin: 30px auto;
  padding: 20px;
  border: solid 2px #64AFE1;
  border-radius: 10px;
  font-size: 20px;
}
#event-outline h2,
#detail h2 {
  width: fit-content;
  margin-top: 20px;
  background-image: linear-gradient(0deg, rgba(100, 175, 225, 0.48) 0, rgba(100, 175, 225, 0.48) 22px, transparent 22px, transparent 100%);
  line-height: 1.5;
}
#detail h3 {
  border-bottom: solid 2px  #64AFE1;
  font-size: 24px;
}
#event-outline th,
#event-outline td {
  vertical-align: middle;
}
#event-outline th {
  background-color: rgba(250,215,55,0.25);
  font-weight: normal;
}
#event-outline ul {
  margin-bottom: 0;
}
.qrcode {
  display: flex;
}
.qrcode div {
  padding-right: 10px;
}

.place__index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 70px auto;
  gap: 50px;
}
.place__index a {
  display: flex;
  flex-direction: column;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 2px solid #0064d2;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  height: 100%;
}
.place__index a::after {
  display: block;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "\f107";
  margin-top: auto;
}

.place {
  margin-bottom: 20px;
  padding: 10px 30px 10px 30px;
  background-color: rgba(160,160,165,0.15)
}
.place dl {
  margin-left: 22px;
}
.place dd {
  margin-left: 17px;
  font-size: 16px;
  word-break: keep-all;
}
.place dd a {
  word-break: keep-all;
}
.bldg {
  margin: auto;
  padding: 0;
  height: 160px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: relative;  
}
#kawasaki .bldg {
  background-image: url("/company/recruit/images/internship/bldg_kawasaki.jpg");
}
#nagoya .bldg {
  background-image: url("/company/recruit/images/internship/bldg_nagoya.jpg");
  background-position:top;
}
#osaka .bldg {
  background-image: url("/company/recruit/images/internship/bldg_osaka.jpg");
}
#fukuoka .bldg {
  background-image: url("/company/recruit/images/internship/bldg_fukuoka.jpg");
}
#oita .bldg {
  background-image: url("/company/recruit/images/internship/bldg_oita.jpg");
}
#detail thead th,
#detail tbody th,
#detail tbody td {
  vertical-align: middle;
  word-break: keep-all;
}
#detail thead th {
  background-color: rgba(100,175,225,1.0);
  color: #fff;
  text-align: center;
  font-weight: normal;
}
#detail tbody th {
  font-weight: normal;
  font-size: 18px;
  padding-left: 30px;
  text-indent: -17px;
}
#detail .center {
  text-align: center;
}
.cyan-025 {
  background-color: rgba(100,175,225,0.25);
}
.cyan-010 {
  background-color: rgba(100,175,225,0.10);
}
.board {
  padding: 20px 30px;
  background-color: rgba(145,110,0,0.10);
}
.board dl dd .fa-ul {
  margin-left: 60px !important;
}
#detail li {
  list-style-type: none;
}
.course-list li {
  list-style-type: none;
  margin: auto auto 3px -30px;
  text-indent: -43px;
  padding-left: 43px;
}
#detail dt {
  font-weight: normal;
}
.fa-ul dt {
  margin-bottom: 6px;
  border-bottom: solid 1px #916E00;
}
.fa-ul ul {
  margin-left: -24px;
}
.fa-ul li {
  margin-bottom: 6px;
}
.fa-map-marker {
  color: #E61E1E;
}
.fa-angle-right {
  color: #0064D2;
}
.fa-check {
  color: #916E00;
}
.fa-circle {
  color: #916E00;
}
.fa-square {
  color: #916E00;
}
#detail h4 {
  margin: 60px 0 0;
  padding: 20px 20px 16px;
  background-color: rgba(145,110,0,0.85);
  color: #fff;
  font-size: 20px;
}
.fusen {
  width: fit-content;
  position: relative;
  margin: 36px 0 12px;
  padding: 12px 150px 8px 16px;
  background-color: #e7e7e8;
  font-size: 18px;
}
.fusen::before {
  position: absolute;
  right: 1px;
  bottom: 10px;
  width: 40%;
  height: 30%;
  box-shadow: 0 5px 25px #505054;
  transform: rotate(4deg);
  z-index: -1;
  content: '';
}
.fusen-lavender {
  border-left: 30px solid #AF8CC8;
}
.fusen-teal {
  border-left: 30px solid #50BEBE;
}
.fusen-yellow {
  border-left: 30px solid #FAD737;
}
.conditions li {
  line-height: 20px;
}
.board dl dd div {
  margin: -32px auto auto 14px;
  padding: 40px 20px 10px 0;
  background-color: rgba(145,110,0,0.15) !important;
}
#osaka sup,
#osaka .erp span span {
  color: #FA9628;
  font-weight: bold;
}
#osaka .erp {
  padding-left: 58px;
  text-indent: -58px;
  word-break: keep-all;
}
.indent-list-1 {
  padding-left: 95px; 
  text-indent: -68px; 
    word-break: keep-all;
}
.indent-list-2 {
  padding-left: 125px; 
  text-indent: -96px; 
  word-break: keep-all;
}
.note {
  margin: -7px auto 0 30px;
  color: #B94B00;
}
.tj-notes-1t {
  margin-top: 50px;
  font-size: 14px;
}
.mb99 {
  margin-bottom: 100px;
}

@media screen and (max-width: 959px) {
  .conditions li span {
    text-decoration: underline;
  }
  .wordwrap {
    text-decoration: none !important;
  }
}

@media (max-width: 768px) {
  .place__index {
    grid-template-columns: repeat(1,1fr);
  }
  .note {
    margin: -5px auto 0 15px;
  }
}

@media screen and (max-width: 620px) {
  #detail tbody th {
    font-size: 16px;
  }
}

@media screen and (max-width: 470px) {
  #event-outline h2,
  #detail h2 {
    font-size: 24px;
    background-image: linear-gradient(0deg, rgba(100, 175, 225, 0.48) 0, rgba(100, 175, 225, 0.48) 13px, transparent 13px, transparent 100%);
  }
  .qrcode img {
    display: none;
  }
  .place {
    padding: 0 10px 15px;
  }
  .place dl {
    margin-left: 0;
  }
  .building {
    width: 300px;
    margin: 0 auto;
  }
  #detail tbody th {
    padding-left: 20px;
    text-indent: -20px;
  }
  #detail h4 {
    font-size: 18px !important;
  }
  .board {
    padding: 20px 10px !important;
  }
  .board dl dd div {
    margin-left: 0;
    padding-right: 0;
  }
  .course-list li {
    margin-left: -50px !important;
  }
  .board .fa-ul li {
    margin-left: -30px !important;
  }
  .note {
    margin: -5px auto 0 -15px;
  }
}

