@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*--ベンダープレフィックスの自動付与設定-----------------------*/
/*--例-----------------------*/
/*
sp  →　～w768
pc  → 　w:769～Fullサイズ
*/
@media screen and (min-width: 1231px ) { /*PC*/ }
@media screen and (max-width: 768px ) { /*SP*/ }
@media screen and (max-width: 1230px ) and (min-width: 769px ) { /*TB*/ }
@media screen and (max-width: 768px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 96%;
  }
}
/*幅設定------------------------------------------*/
/*コンテンツ幅*/
/*Font Awesome 6のmixin-----------------------------------------------*/
/*メインカラー*/

/*------------------------------------------------------------*/
/*hed*/
/*------------------------------------------------------------*/
#B-head_back {
  background: url("../img/top_back.png") no-repeat top center;
  background-size: cover;
}

#B-top_catch {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  overflow: hidden;
  justify-content: center;
}
@media screen and (max-width: 768px ) {
  #B-top_catch {
    width: 100%;
  }
}
@media screen and (max-width: 768px ) {
  #B-top_catch { /*SP*/
    padding: 0 1% 0;
  }
}
#B-top_catch #B-catch_img {
  margin: 0;
  padding: 3rem 0 4rem;
}
@media screen and (max-width: 768px ) {
  #B-top_catch #B-catch_img { /*SP*/
    padding: 8rem 0 3rem;
  }
}
#B-top_catch #B-brand_text {
  text-align: center;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px ) {
  #B-top_catch #B-brand_text { /*SP*/
    font-size: 90%;
  }
}

/*------------------------------------------------------------*/
/*main*/
/*------------------------------------------------------------*/
#B-main #B-toc {
  padding: 1.9rem 1.1rem 1rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-toc { /*SP*/
    background: none;
    padding: 1rem 0 0;
  }
}
#B-main #B-toc #B-toc_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  overflow: hidden;
  justify-content: space-around;
}
#B-main #B-toc #B-toc_list li {
  padding: 0 1rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-toc #B-toc_list li { /*SP*/
    padding: 0 0 1.5rem;
    width: 30%;
  }
}
#B-main #B-toc #B-toc_list li a {
  display: block;
  transition: all 0.5s;
  position: relative;
  font-weight: bold;
  padding: 1.5rem 1rem 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px ) {
  #B-main #B-toc #B-toc_list li a { /*SP*/
    background: white;
    padding: 2.2rem 0.2rem 1.5rem;
    font-size: 3vw;
    border-bottom: 2px solid #212121;
  }
}
#B-main #B-toc #B-toc_list li a .B-icon {
  width: 23px;
  height: 20px;
  fill: #212121;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
}
@media screen and (max-width: 768px ) {
  #B-main #B-toc #B-toc_list li a .B-icon { /*SP*/
    top: 0.8rem;
  }
}
#B-main #B-toc #B-toc_list li a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px ) {
  #B-main #B-toc #B-toc_list li a:after { /*SP*/
    bottom: 0.1rem;
  }
}
#B-main #B-toc #B-toc_list li a:hover {
  color: #ff7676;
  text-decoration: none;
}
#B-main #B-toc #B-toc_list li a:hover .B-icon {
  fill: #ff7676;
}
#B-main #B-toc #B-toc_list li a:hover:after {
  color: #ff7676;
  bottom: -9px;
  z-index: 100000;
}
@media screen and (max-width: 768px ) {
  #B-main #B-toc #B-toc_list li a:hover:after { /*SP*/
    bottom: 0;
  }
}
#B-main #B-session {
  text-align: center;
  padding-bottom: 0.5rem;
}
#B-main #B-session h1 {
  background: #ff7676;
  padding: 0.5rem 0;
  font-size: 190%;
  color: white;
  margin-bottom: 2rem;
}
#B-main #B-session .session-text, #B-main #B-session .session-text2 {
  font-weight: bold;
  font-size: 200%;
  position: relative;
  margin-bottom: 0.5rem;
}
#B-main #B-session .session-text .text_huge, #B-main #B-session .session-text2 .text_huge {
  font-size: 180%;
}
#B-main #B-session .session-text .text_session-time, #B-main #B-session .session-text2 .text_session-time {
  padding-left: 1rem;
  font-size: 140%;
}
@media screen and (max-width: 768px ) {
  #B-main #B-session .session-text .text_session-time, #B-main #B-session .session-text2 .text_session-time { /*SP*/
    padding-left: 0;
    display: block;
  }
}
#B-main #B-session .session-text .text_large, #B-main #B-session .session-text2 .text_large {
  font-size: 120%;
}
@media screen and (max-width: 768px ) {
  #B-main #B-session .session-text .text_large, #B-main #B-session .session-text2 .text_large { /*SP*/
    display: block;
  }
}
#B-main #B-session .session-text:before, #B-main #B-session .session-text2:before {
  content: "";
  position: absolute;
  background: #212121;
  width: 70%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 768px ) {
  #B-main #B-session .session-text, #B-main #B-session .session-text2 { /*SP*/ }
  #B-main #B-session .session-text:after, #B-main #B-session .session-text2:after {
    content: "";
    position: absolute;
    background: #212121;
    width: 70%;
    height: 2px;
    top: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px ) {
  #B-main #B-session .session-text2 { /*SP*/ }
  #B-main #B-session .session-text2::after {
    top: 3.5rem;
  }
}
#B-main #B-session .btn {
  position: relative;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  width: 50%;
  overflow: hidden;
  margin: 2rem auto;
}
@media screen and (max-width: 768px ) {
  #B-main #B-session .btn { /*SP*/
    width: 80%;
  }
}
#B-main #B-session .btn a {
  padding: 1.2rem 1.5rem;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #ff7676;
  color: white;
  position: relative;
  transition: all 0.5s;
  z-index: 100;
}
#B-main #B-session .btn a:hover {
  text-decoration: none;
  background: #FFAA98;
  transform: translate(0.5rem, 0.5rem);
}
#B-main #B-session .btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}
#B-main #B-theme {
  padding: 2.8rem 1.3rem;
  text-align: center;
}
@media screen and (max-width: 768px ) {
  #B-main #B-theme { /*SP*/
    padding: 2rem 0.5rem;
  }
}
#B-main #B-theme p {
  margin-bottom: 0.5rem;
}
#B-main #B-theme p:nth-child(4n) {
  margin-bottom: 2.8rem;
}
#B-main #B-theme .text_large {
  margin-bottom: 1em;
}
#B-main #B-theme .textcolor_pink, #B-main #B-theme .textcolor_blue {
  font-weight: bold;
}
#B-main #B-feature p {
  margin-bottom: 0;
}
#B-main #B-feature .half-box h2 {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 190%;
  color: white;
  letter-spacing: 0.5rem;
}
#B-main #B-feature .half-box #prize {
  padding-right: 0.8rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-feature .half-box #prize { /*SP*/
    padding-right: 0;
  }
}
#B-main #B-feature .half-box #prize h2 {
  background: #B04187;
}
#B-main #B-feature .half-box #prize .white-box {
  padding: 1.8rem 1.8rem 3.8rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-feature .half-box #prize .white-box { /*SP*/
    padding: 1.5rem 1rem;
  }
}
#B-main #B-feature .half-box #prize .white-box table {
  width: 100%;
  border-collapse: separate;
}
#B-main #B-feature .half-box #prize .white-box table th, #B-main #B-feature .half-box #prize .white-box table td {
  padding-bottom: 0.5rem;
}
#B-main #B-feature .half-box #prize .white-box table th {
  text-align: left;
  border-bottom: 1px solid #212121;
  font-size: 190%;
}
#B-main #B-feature .half-box #prize .white-box table th .text_huge {
  font-size: 165%;
}
@media screen and (max-width: 768px ) {
  #B-main #B-feature .half-box #prize .white-box table th { /*SP*/
    font-size: 137%;
  }
}
#B-main #B-feature .half-box #prize .white-box table td {
  text-align: right;
  border-bottom: 1px solid #212121;
  font-weight: bold;
  font-size: 125%;
}
#B-main #B-feature .half-box #prize .white-box table td .text_huge {
  font-size: 300%;
}
@media screen and (max-width: 768px ) {
  #B-main #B-feature .half-box #prize .white-box table td { /*SP*/ }
  #B-main #B-feature .half-box #prize .white-box table td .text_huge {
    font-size: 223%;
  }
}
#B-main #B-feature .half-box #prize .white-box table tr:last-child th, #B-main #B-feature .half-box #prize .white-box table tr:last-child td {
  padding-top: 2.1rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-feature .half-box #prize .white-box table tr:last-child th, #B-main #B-feature .half-box #prize .white-box table tr:last-child td { /*SP*/
    padding-top: 0.5rem;
  }
}
#B-main #B-feature .half-box #B-deadline-day {
  padding-left: 0.8rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-feature .half-box #B-deadline-day { /*SP*/
    padding-left: 0;
  }
}
#B-main #B-feature .half-box #B-deadline-day h2 {
  background: #ff7676;
  letter-spacing: 0;
}
#B-main #B-feature .half-box #B-deadline-day .deadline-cont {
  text-align: center;
  padding: 1.2rem;
  font-weight: bold;
  font-size: 190%;
}
@media screen and (max-width: 768px ) {
  #B-main #B-feature .half-box #B-deadline-day .deadline-cont { /*SP*/
    padding: 0.5rem 1rem;
    font-size: 180%;
  }
}
#B-main #B-feature .half-box #B-deadline-day .deadline-cont .text_huge {
  font-size: 200%;
}
@media screen and (max-width: 768px ) {
  #B-main #B-feature .half-box #B-deadline-day .deadline-cont .text_huge { /*SP*/
    font-size: 170%;
  }
}
#B-main #B-feature .half-box #B-deadline-day .deadline-cont .text_medium {
  font-size: 66%;
}
#B-main #B-info {
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-info { /*SP*/
    padding: 2rem 0.5rem 1rem;
  }
}
#B-main #B-info #info-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-info #info-title { /*SP*/
    margin-bottom: 2rem;
  }
}
#B-main #B-info #info-title h1 {
  margin-bottom: 0;
}
#B-main #B-info #info-title .info_btn {
  margin-bottom: 0;
  position: relative;
  padding-right: 0.8rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-info #info-title .info_btn { /*SP*/
    padding-right: 0;
  }
}
#B-main #B-info #info-title .info_btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.8rem;
  /*影の形状*/
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}
@media screen and (max-width: 768px ) {
  #B-main #B-info #info-title .info_btn:before { /*SP*/
    display: none;
  }
}
#B-main #B-info #info-title .info_btn a {
  padding: 0.8rem 1.5rem;
  display: block;
  background: #ff7676;
  color: white;
  position: relative;
  transition: all 0.5s;
  z-index: 100;
}
#B-main #B-info #info-title .info_btn a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 70%;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#B-main #B-info #info-title .info_btn a:hover {
  text-decoration: none;
  background: #FFAA98;
  transform: translate(0.8rem, 0);
}
@media screen and (max-width: 768px ) {
  #B-main #B-info #info-title .info_btn a:hover { /*SP*/
    transform: none;
  }
}
#B-main #B-info #info_box dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-info #info_box dl { /*SP*/
    margin-bottom: 1.5rem;
  }
}
#B-main #B-info #info_box dl dt, #B-main #B-info #info_box dl dd {
  display: table-cell;
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  #B-main #B-info #info_box dl dt, #B-main #B-info #info_box dl dd { /*SP*/
    vertical-align: middle;
  }
}
#B-main #B-info #info_box dl dt {
  width: 20%;
  padding-right: 2rem;
  padding-left: 0.5rem;
  border-left: 4px solid #ff7676;
  font-weight: bold;
}
@media screen and (max-width: 768px ) {
  #B-main #B-info #info_box dl dt { /*SP*/
    width: 30%;
    padding-right: 1rem;
    padding-left: 0.5rem;
  }
}
#B-main #B-info #info_box dl dd {
  width: 80%;
  padding-right: 3rem;
}
#B-main #B-info #info_box dl dd a {
  text-decoration: underline;
}
@media screen and (max-width: 768px ) {
  #B-main #B-info #info_box dl dd { /*SP*/
    width: 70%;
    padding-right: 1rem;
  }
}
#B-main #B-info #info_box .info_list {
  display: block;
  position: relative;
}
#B-main #B-info #info_box .info_list dd {
  transition: all 0.5s;
}
#B-main #B-info #info_box .info_list:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  transition: all 0.5s;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  #B-main #B-info #info_box .info_list:after { /*SP*/
    right: 1%;
    font-size: 80%;
  }
}
#B-main #B-info #info_box .info_list:hover {
  text-decoration: none;
}
#B-main #B-info #info_box .info_list:hover dd {
  color: #ff7676;
}
#B-main #B-info #info_box .info_list:hover:after {
  right: 0.5%;
  color: #ff7676;
}
#B-main #flow .schedule_box {
  display: flex;
  margin-bottom: 20px;
}
#B-main #flow .schedule_box dl {
  margin: 3px 0;
}
#B-main #flow .schedule_box dd {
  margin-left: 0;
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  #B-main #flow .schedule_box {
    flex-direction: column-reverse;
  }
}
#B-main #flow .schedule_box .schedule_box_left {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  #B-main #flow .schedule_box .schedule_box_left {
    width: 100%;
  }
}
#B-main #flow .schedule_box .schedule_box_left dl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  #B-main #flow .schedule_box .schedule_box_left dl {
    font-size: 1rem;
    justify-content: center;
  }
}
#B-main #flow .schedule_box .schedule_box_left dt {
  width: 34%;
  border: 1px solid #212121;
  text-align: center;
  height: 64px;
  line-height: 64px;
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  #B-main #flow .schedule_box .schedule_box_left dt {
    width: 46%;
  }
}
#B-main #flow .schedule_box .schedule_box_left dt span {
  font-size: 0.8rem;
}
#B-main #flow .schedule_box .schedule_box_left dd {
  width: 66%;
  margin-left: 10px;
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  #B-main #flow .schedule_box .schedule_box_left dd {
    width: 54%;
  }
}
#B-main #flow .schedule_box .schedule_box_right {
  width: 400px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  #B-main #flow .schedule_box .schedule_box_right {
    width: 100%;
  }
}
#B-main #flow .schedule_box .schedule_box_right.bg-green {
  background: #B04187;
}
#B-main #flow .schedule_box .schedule_box_right.bg-orange {
  background: #ff7676;
}
#B-main #flow .schedule_box .schedule_box_right img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  width: 64px;
  height: auto;
}
#B-main #flow .schedule_box .schedule_box_right dl {
  width: 100%;
  text-align: center;
}
#B-main #flow .schedule_box .schedule_box_right dt {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #qualifications .text_large { /*SP*/
    font-size: 132%;
  }
}
#B-main #B-detail-contents #qualifications .text_large .textcolor_blue, #B-main #B-detail-contents #qualifications .text_large .textcolor_pink {
  font-weight: bold;
}
#B-main #B-detail-contents #qualifications p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #finalist { /*SP*/ }
  #B-main #B-detail-contents #finalist h1 {
    align-items: stretch;
  }
  #B-main #B-detail-contents #finalist h1 .B-titleline {
    margin-top: 0.3rem;
  }
}
#B-main #B-detail-contents #finalist p {
  margin-bottom: 0;
}
#B-main #B-detail-contents #finalist ol li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #finalist ol li { /*SP*/
    margin-bottom: 1.5rem;
  }
}
#B-main #B-detail-contents #finalist ol li .text_large {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #finalist ol li .text_large { /*SP*/
    margin-bottom: 0.5rem;
  }
}
#B-main #B-detail-contents #method .text_large {
  font-weight: bold;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #method .text_large { /*SP*/
    font-size: 112%;
  }
}
#B-main #B-detail-contents #method .btn-list {
  justify-content: space-between;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #method .btn-list { /*SP*/
    margin-top: 2rem;
  }
}
#B-main #B-detail-contents #method .btn-list .btn {
  position: relative;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  width: 49%;
  overflow: hidden;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #method .btn-list .btn { /*SP*/
    width: 100%;
  }
}
#B-main #B-detail-contents #method .btn-list .btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}
#B-main #B-detail-contents #method .btn-list .btn a {
  padding: 1.2rem 1.5rem;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #ff7676;
  color: white;
  position: relative;
  transition: all 0.5s;
  z-index: 100;
}
#B-main #B-detail-contents #method .btn-list .btn a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 70%;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#B-main #B-detail-contents #method .btn-list .btn a:hover {
  text-decoration: none;
  background: #FFAA98;
  transform: translate(0.5rem, 0.5rem);
}
#B-main #B-detail-contents #method .btn-list .btn:last-child a {
  background: #B04187;
}
#B-main #B-detail-contents #method .btn-list .btn:last-child a:hover {
  background: #EF6D96;
}
#B-main #B-detail-contents #method .btn-list .btn p.close_btn {
  padding: 1.2rem 1.5rem;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #B04187;
  color: white;
  position: relative;
  transition: all 0.5s;
  z-index: 100;
  margin: 0;
}
#B-main #B-detail-contents #method .tx_ar {
  margin-top: 0.5rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #consultation { /*SP*/ }
  #B-main #B-detail-contents #consultation h1 {
    align-items: stretch;
  }
  #B-main #B-detail-contents #consultation h1 .B-titleline {
    margin-top: 0.3rem;
  }
}
#B-main #B-detail-contents #consultation #consultation-list {
  margin-top: 2rem;
  justify-content: space-between;
}
#B-main #B-detail-contents #consultation #consultation-list .consultation-cont {
  width: 49%;
  padding: 2rem;
  background: #f4f4f5;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #consultation #consultation-list .consultation-cont { /*SP*/
    width: 100%;
  }
}
@media screen and (min-width: 1231px ) {
  #B-main #B-detail-contents #consultation #consultation-list .consultation-cont { /*PC*/ }
  #B-main #B-detail-contents #consultation #consultation-list .consultation-cont br {
    display: none;
  }
}
#B-main #B-detail-contents #consultation #consultation-list .consultation-cont h2 {
  font-weight: bold;
  text-align: center;
  font-size: 150%;
  border-bottom: 2px solid #212121;
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
}
#B-main #B-detail-contents #consultation #consultation-list .consultation-cont *:last-child {
  margin-bottom: 0;
}
#B-main #B-detail-contents #sponsor {
  margin-bottom: 0;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #sponsor { /*SP*/ }
  #B-main #B-detail-contents #sponsor h1 {
    align-items: stretch;
  }
  #B-main #B-detail-contents #sponsor h1 .B-titleline {
    margin-top: 0.3rem;
  }
}
#B-main #B-detail-contents #sponsor #lead-text {
  padding: 1.2rem 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
  position: relative;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #sponsor #lead-text { /*SP*/
    padding: 2rem 1.6rem 1.2rem;
  }
}
#B-main #B-detail-contents #sponsor #lead-text:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f10d";
  position: absolute;
  top: -15px;
  left: 3rem;
  color: #B04187;
  font-size: 200%;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #sponsor #lead-text:before { /*SP*/
    left: 0;
  }
}
#B-main #B-detail-contents #sponsor #lead-text:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f10e";
  position: absolute;
  bottom: 15px;
  right: 3rem;
  color: #B04187;
  font-size: 200%;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #sponsor #lead-text:after { /*SP*/
    right: 0;
  }
}
#B-main #B-detail-contents #sponsor #lead-text .textcolor_blue {
  font-size: 90%;
}
#B-main #B-detail-contents #sponsor #sponsor-logo {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  overflow: hidden;
  justify-content: space-between;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #sponsor #sponsor-logo { /*SP*/
    margin-top: 2rem;
  }
}
#B-main #B-detail-contents #sponsor #sponsor-logo li {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #sponsor #sponsor-logo li { /*SP*/
    width: 30%;
    margin-bottom: 1rem;
  }
}
#B-main #B-detail-contents #sponsor #sponsor-box {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #sponsor #sponsor-box { /*SP*/
    margin-bottom: 2rem;
  }
}
#B-main #B-detail-contents #sponsor #sponsor-box p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #sponsor #sponsor-box p { /*SP*/ }
  #B-main #B-detail-contents #sponsor #sponsor-box p br {
    display: none;
  }
}
#B-main #B-detail-contents #sponsor #sponsor-box .text_medium {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#B-main #B-detail-contents #sponsor #sponsor-btn {
  position: relative;
  margin: 1.2rem auto 1.9rem;
  width: 75%;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
#B-main #B-detail-contents #sponsor #sponsor-btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  /*影の形状*/
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}
#B-main #B-detail-contents #sponsor #sponsor-btn a {
  font-size: 150%;
  font-weight: bold;
  padding: 1.2rem 1.5rem;
  display: block;
  background: #B04187;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.5s;
  z-index: 100;
}
#B-main #B-detail-contents #sponsor #sponsor-btn a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 70%;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#B-main #B-detail-contents #sponsor #sponsor-btn a:hover {
  text-decoration: none;
  background: #EF6D96;
  transform: translate(0.5rem, 0.5rem);
}
#B-main #B-detail-contents #sponsor .textcolor_pink {
  font-weight: bold;
}
#B-main #B-detail-contents #sponsor #sponsor-contact-box {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px ) {
  #B-main #B-detail-contents #sponsor #sponsor-contact-box { /*SP*/
    width: 100%;
  }
}
#B-main #B-detail-contents #sponsor #sponsor-contact-box p {
  margin-bottom: 0;
}
#B-main #B-detail-contents #sponsor #sponsor-contact-box p:first-child {
  margin-bottom: 0.2rem;
}
#B-main #B-QandA .text_Q, #B-main #B-QandA .text_A {
  font-size: 140%;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-QandA .text_Q, #B-main #B-QandA .text_A { /*SP*/
    margin-bottom: 1rem;
    padding-left: 2.2rem;
  }
}
#B-main #B-QandA .text_Q span, #B-main #B-QandA .text_A span {
  font-size: 160%;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#B-main #B-QandA .text_Q span {
  color: #B04187;
}
#B-main #B-QandA .text_A {
  font-size: 100%;
  margin-bottom: 3.5rem;
}
#B-main #B-QandA .text_A span {
  font-size: 240%;
  font-weight: bold;
  color: #ff7676;
  left: 0.2rem;
}
@media screen and (max-width: 768px ) {
  #B-main #B-QandA .text_A span { /*SP*/
    top: 30%;
  }
}
#B-main #B-QandA *:last-child {
  margin-bottom: 0;
}
#B-main #B-contact {
  text-align: center;
  margin-bottom: 0;
}
#B-main #B-contact .f_bold {
  margin-bottom: 0.4rem;
}
#B-main #B-contact p:nth-child(3n) {
  margin-bottom: 1.9rem;
}
#B-main #B-contact .btn {
  position: relative;
  margin: 1.2rem auto 1.9rem;
  width: 75%;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px ) {
  #B-main #B-contact .btn { /*SP*/
    width: 90%;
  }
}
#B-main #B-contact .btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  /*影の形状*/
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}
#B-main #B-contact .btn a {
  font-size: 150%;
  font-weight: bold;
  padding: 1.2rem 1.5rem;
  display: block;
  background: #ff7676;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.5s;
  z-index: 100;
}
#B-main #B-contact .btn a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 70%;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#B-main #B-contact .btn a:hover {
  text-decoration: none;
  background: #FFAA98;
  transform: translate(0.5rem, 0.5rem);
}

/*# sourceMappingURL=top.css.map */