@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : faq.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_bg {
  background: #cff2ff;
  background-image: none;
}

.h2_lead {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
}

.search_list {
  display: flex;
  justify-content: center;
  gap: 0 5%;
  margin-bottom: 100px;
}
.search_list li {
  width: 30%;
}
.search_list li button {
  display: block;
  color: #25a5ec;
  background: #FFF;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  padding: 20px 0;
  border: solid 2px #25a5ec;
  box-sizing: border-box;
  text-align: center;
  min-height: 66px;
  cursor: pointer;
}
.search_list li button:hover {
  color: #FFF;
  background: #25a5ec;
}
.search_list li button.selected {
  color: #FFF;
  background: #25a5ec;
}
.search_list li.game button {
  background: #FFF;
  color: #e50166;
  border-color: #e50166;
}
.search_list li.game button:hover {
  background: #e50166;
  color: #FFF;
}
.search_list li.game button.selected {
  background: #e50166;
  color: #FFF;
}
.search_list li.it button {
  background: #FFF;
  color: #119ba3;
  border-color: #119ba3;
}
.search_list li.it button:hover {
  background: #119ba3;
  color: #FFF;
}
.search_list li.it button.selected {
  background: #119ba3;
  color: #FFF;
}

.column_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px 4%;
  margin-bottom: 100px;
}
.column_list li {
  width: 48%;
}
.column_list li .course {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFF;
}
.column_list li .box {
  padding: 10px;
}
.column_list li .text01 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.column_list li.game .box {
  background: #e50166;
}
.column_list li.game .text01 {
  color: #e50166;
}
.column_list li.it .box {
  background: #119ba3;
}
.column_list li.it .text01 {
  color: #119ba3;
}
.column_list li.game-it .box {
  background: #25a5ec;
}
.column_list li.game-it .text01 {
  color: #25a5ec;
}

.detail_title01 {
  padding: 15px 0;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  background: #e50166;
}
.detail_title01 .course {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  min-width: 45px;
  width: 105px;
}
.detail_title01 .tit {
  padding: 0 30px;
  font-weight: 700;
  font-size: 30px;
  border-left: solid 1px #FFF;
  line-height: 1.4;
  width: calc(100% - 105px);
  box-sizing: border-box;
}

.detail_pic01 {
  margin-bottom: 30px;
}

.lead {
  margin-bottom: 80px;
}
.lead .lead_tit {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #e50166;
}
.lead .toc {
  border: solid 4px #FFE1EE;
  padding: 25px 30px;
  font-weight: 700;
  display: inline-block;
  margin-top: 60px;
}
.lead .toc .tit {
  font-size: 18px;
  font-weight: 700;
}
.lead .toc .toc_list li {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #e50166;
  padding-left: 1em;
  text-indent: -1em;
}
.lead .toc .toc_list li a {
  font-size: 16px;
  font-weight: 700;
  color: #e50166;
}
.lead .toc .toc_list li ul li {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  text-indent: 0;
}
.lead .toc .toc_list li ul li a {
  font-size: 14px;
  color: #333;
}

.detail_txt01 {
  line-height: 2;
}

.detail_txt02 {
  line-height: 2;
  margin-bottom: 20px;
}

.detail_h2 {
  font-size: 30px;
  font-weight: 700;
  color: #e50166;
  border-bottom: solid 2px #e50166;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.detail_h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}
.detail_h3 span {
  font-size: 24px;
  font-weight: 700;
  color: #e50166;
}

.detail_table01 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: solid 1px #e50166;
  border-right: solid 1px #e50166;
  margin-bottom: 20px;
}
.detail_table01 th {
  border-bottom: solid 1px #e50166;
  border-left: solid 1px #e50166;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  background: #FFE1EE;
}
.detail_table01 th:first-child {
  min-width: 200px;
}
.detail_table01 td {
  border-bottom: solid 1px #e50166;
  border-left: solid 1px #e50166;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.detail_table01 td.td01 {
  background: #FFE1EE;
}

section {
  margin-bottom: 80px;
}

.point_list {
  margin-bottom: 20px;
}
.point_list li {
  font-size: 16px;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.wrap_main.it .detail_title01 {
  background: #119ba3;
}
.wrap_main.it .lead .lead_tit {
  color: #119ba3;
}
.wrap_main.it .lead .toc {
  border-color: #D3F3F5;
}
.wrap_main.it .lead .toc .toc_list li {
  color: #119ba3;
}
.wrap_main.it .lead .toc .toc_list li a {
  color: #119ba3;
}
.wrap_main.it .lead .toc .toc_list li ul li {
  color: #333;
}
.wrap_main.it .lead .toc .toc_list li ul li a {
  color: #333;
}
.wrap_main.it .detail_h2 {
  color: #119ba3;
  border-color: #119ba3;
}
.wrap_main.it .detail_h3 span {
  color: #119ba3;
}
.wrap_main.it .detail_table01 {
  border-color: #119ba3;
}
.wrap_main.it .detail_table01 th {
  border-color: #119ba3;
  background: #D3F3F5;
}
.wrap_main.it .detail_table01 th:first-child {
  min-width: 25%;
}
.wrap_main.it .detail_table01 td {
  border-color: #119ba3;
}
.wrap_main.it .detail_table01 td.td01 {
  background: #D3F3F5;
}

.wrap_main.game-it .detail_title01 {
  background: #25a5ec;
}
.wrap_main.game-it .lead .lead_tit {
  color: #25a5ec;
}
.wrap_main.game-it .lead .toc {
  border-color: #CFF2FF;
}
.wrap_main.game-it .lead .toc .toc_list li {
  color: #25a5ec;
}
.wrap_main.game-it .lead .toc .toc_list li a {
  color: #25a5ec;
}
.wrap_main.game-it .lead .toc .toc_list li ul li {
  color: #333;
}
.wrap_main.game-it .lead .toc .toc_list li ul li a {
  color: #333;
}
.wrap_main.game-it .detail_h2 {
  color: #25a5ec;
  border-color: #25a5ec;
}
.wrap_main.game-it .detail_h3 span {
  color: #25a5ec;
}
.wrap_main.game-it .detail_table01 {
  border-color: #25a5ec;
}
.wrap_main.game-it .detail_table01 th {
  border-color: #25a5ec;
  background: #CFF2FF;
}
.wrap_main.game-it .detail_table01 th:first-child {
  min-width: 25%;
}
.wrap_main.game-it .detail_table01 td {
  border-color: #25a5ec;
}
.wrap_main.game-it .detail_table01 td.td01 {
  background: #CFF2FF;
}

.back_btn {
  text-align: center;
  margin-bottom: 100px;
}
.back_btn a {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #25a5ec;
  border: solid 2px #25a5ec;
  border-radius: 30px;
  padding: 10px 0;
  width: 30%;
  box-sizing: border-box;
}
.back_btn a:hover {
  background: #25a5ec;
  color: #FFF;
  opacity: 1;
}

/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .h2_lead {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .search_list {
    display: flex;
    justify-content: center;
    gap: 0 5%;
    margin-bottom: 50px;
  }
  .search_list li {
    width: 30%;
  }
  .search_list li button {
    font-size: 14px;
    padding: 10px 0;
    min-height: 45px;
  }
  .search_list li.game button:hover {
    background: #FFF;
    color: #e50166;
  }
  .search_list li.it button:hover {
    background: #FFF;
    color: #119ba3;
  }
  .column_list {
    gap: 30px 4%;
    margin-bottom: 50px;
  }
  .column_list li .course {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .column_list li .box {
    padding: 5px;
  }
  .column_list li .text01 {
    font-size: 16px;
    margin-top: 10px;
  }
  .detail_title01 {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 15px;
  }
  .detail_title01 .course {
    display: block;
    min-width: inherit;
    width: 100%;
    text-align: center;
  }
  .detail_title01 .tit {
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    border-left: none;
    border-top: solid 1px #FFF;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
  }
  .detail_pic01 {
    margin-bottom: 15px;
  }
  .lead {
    margin-bottom: 40px;
  }
  .lead .lead_tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .lead .toc {
    border: solid 4px #FFE1EE;
    padding: 15px;
    margin-top: 30px;
  }
  .lead .toc .tit {
    font-size: 16px;
  }
  .lead .toc .toc_list li {
    font-size: 15px;
  }
  .lead .toc .toc_list li ul li {
    font-size: 13px;
    margin-bottom: 0;
  }
  .detail_txt02 {
    margin-bottom: 10px;
  }
  .detail_h2 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .detail_h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .detail_h3 span {
    font-size: 16px;
  }
  .table_wrap {
    overflow: auto;
  }
  .detail_table01 {
    width: 200%;
    margin-bottom: 10px;
  }
  section {
    margin-bottom: 40px;
  }
  .point_list {
    margin-bottom: 10px;
  }
  .point_list li {
    font-size: 15px;
  }
  .back_btn {
    margin-bottom: 50px;
  }
  .back_btn a {
    width: 50%;
  }
}/*# sourceMappingURL=column.css.map */