@media print, screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

.wrapper {
  width: 90%;
  max-width: 970px;
  margin: auto;
  padding: 0 10px;
  color: #000;
}

@media only screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.btn_box {
  padding: 40px 0 70px;
  text-align: center;
}

.btn_box a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_box a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 750px) {
  .btn_box {
    padding: 40px 0;
    text-align: center;
  }
}

.shogai_txt {
  line-height: 1.5;
  font-size: 14px;
}

.shogai_txt.second {
  margin-top: 24px;
}

.txt_red {
  color: red;
}

.txt_blue {
  display: inline-block;
  color: #29abe2 !important;
}

#shogai_top {
  margin-bottom: 60px;
}

#shogai_top figure {
  margin-bottom: 24px;
}

#shogai_top .caution_box {
  font-size: 14px;
  padding: 25px;
  background-color: rgba(255, 0, 0, 0.1);
  margin-top: 25px;
}

#shogai_info {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 50px 0;
  background-color: #f2f2f2;
}

#shogai_info .inner {
  width: 88%;
  max-width: 950px;
  margin: auto;
}

#shogai_info .info_tit {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  #shogai_info .info_tit {
    text-align: center;
  }
}

#shogai_info .company_list_box {
  margin: 25px 0;
  border: 1px dotted red;
  background-color: #fff;
  padding: 30px;
}

#shogai_info .company_list_box .top_txt {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 25px;
}

#shogai_info .company_list_box .company_list a {
  display: inline-block;
  padding: 5px 0;
  color: #000;
}

#shogai_info .company_list_box .company_list a img {
  width: 20px;
  vertical-align: bottom;
}

.shogai_txt img {
  width: 20px;
}

#shogai_info .time_table_box .l_content {
  background-color: #008803;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

#shogai_info .time_table_box .l_content .date {
  font-weight: 900;
}

#shogai_info .time_table_box .l_content .period .shogai_txt {
  text-align: center;
}

#shogai_info .time_table_box .l_content .period .shogai_txt:not(:last-child) {
  margin-bottom: 5px;
}

#shogai_info .time_table_box .r_content {
  text-align: center;
}

#shogai_info .time_table_box .r_content .top_txt {
  font-weight: 900;
}

#shogai_info .time_table_box .time_table {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (min-width: 1025px) {
  #shogai_info .time_table_box {
    margin: 30px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #shogai_info .time_table_box .l_content {
    background-color: #008803;
    width: 366px;
    height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
  }
  #shogai_info .time_table_box .l_content .date {
    font-size: 24px;
    padding-bottom: 25px;
    font-weight: 900;
  }
  #shogai_info .time_table_box .l_content .period .shogai_txt {
    text-align: center;
    font-size: 18px;
  }
  #shogai_info .time_table_box .l_content .period .shogai_txt:not(:last-child) {
    margin-bottom: 5px;
  }
  #shogai_info .time_table_box .r_content {
    text-align: center;
  }
  #shogai_info .time_table_box .r_content .top_txt {
    font-weight: 900;
  }
  #shogai_info .time_table_box .time_table {
    margin-top: 15px;
    width: 544px;
    height: 185px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #shogai_info .time_table_box .shedule_txt {
    margin-bottom: 10px;
  }
  #shogai_info .time_table_box .shogai_txt {
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  #shogai_info .time_table_box {
    margin: 30px 0 15px;
  }
  #shogai_info .time_table_box .l_content {
    padding: 30px 0;
  }
  #shogai_info .time_table_box .l_content .date {
    font-size: 24px;
    padding-bottom: 25px;
    font-weight: 900;
  }
  #shogai_info .time_table_box .l_content .period .shogai_txt {
    text-align: center;
    font-size: 18px;
  }
  #shogai_info .time_table_box .l_content .period .shogai_txt:not(:last-child) {
    margin-bottom: 5px;
  }
  #shogai_info .time_table_box .r_content {
    margin-top: 30px;
    text-align: center;
  }
  #shogai_info .time_table_box .r_content .top_txt {
    font-weight: 900;
    margin: 10px 0;
  }
  #shogai_info .time_table_box .time_table {
    padding: 30px 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #shogai_info .time_table_box .shedule_txt {
    margin-bottom: 10px;
  }
  #shogai_info .time_table_box .shogai_txt {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 750px) {
  #shogai_info .time_table_box {
    margin: 30px 0 15px;
  }
  #shogai_info .time_table_box .l_content {
    padding: 30px 0;
  }
  #shogai_info .time_table_box .l_content .date {
    font-size: 24px;
    padding-bottom: 25px;
    font-weight: 900;
  }
  #shogai_info .time_table_box .l_content .period .shogai_txt {
    text-align: center;
    font-size: 18px;
  }
  #shogai_info .time_table_box .l_content .period .shogai_txt:not(:last-child) {
    margin-bottom: 5px;
  }
  #shogai_info .time_table_box .r_content {
    text-align: center;
  }
  #shogai_info .time_table_box .r_content .top_txt {
    font-weight: 900;
    margin: 10px 0;
  }
  #shogai_info .time_table_box .time_table {
    padding: 30px 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #shogai_info .time_table_box .shedule_txt {
    margin-bottom: 10px;
  }
  #shogai_info .time_table_box .shogai_txt {
    margin-bottom: 8px;
  }
}

.shogai_infomation {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #f2f2f2;
}

.shogai_infomation .inner {
  margin: auto;
}

.shogai_infomation .left_box {
  background-color: #008803;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.shogai_infomation .left_box .date_txt {
  font-weight: bold;
  text-align: center;
}

.shogai_infomation .left_box .date_txt .date_sub_txt {
  font-size: 18px;
  display: block;
}

.shogai_infomation .right_box .info_tit {
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 1049px) {
  .shogai_infomation .right_box .info_tit.pc {
    display: block !important;
  }
  .shogai_infomation .info_tit.sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .shogai_infomation .right_box .info_tit.pc {
    display: none !important;
  }
  .shogai_infomation .info_tit.sp {
    display: block !important;
  }
}

.shogai_infomation .right_box .info_top_txt {
  line-height: 1.5;
}

.shogai_infomation .right_box .company_list_box {
  border: 1px dashed #FF1815;
  padding: 15px;
}

.shogai_infomation .right_box .company_list_box .schedule {
  display: block;
  font-weight: bold;
}

.shogai_infomation .right_box .company_list_box .company_lists li:not(:last-child) {
  margin-bottom: 6px;
}

.shogai_infomation .right_box .company_list_box .company_lists li.second {
  padding-top: 15px;
}

.shogai_infomation .right_box .info_top_box {
  background-color: #fff;
}

.shogai_infomation .right_box .info_bottom_box {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .shogai_infomation {
    padding: 75px 0;
  }
  .shogai_infomation .inner {
    width: 90%;
    max-width: 950px;
  }
  .shogai_infomation .content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .shogai_infomation .left_box {
    width: 38.6%;
  }
  .shogai_infomation .left_box .txt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shogai_infomation .left_box .date_txt {
    font-size: clamp(22px,28/950*100vw,28px);
    margin-bottom: 25px;
  }
  .shogai_infomation .left_box .limited {
    text-align: center;
    font-size: 18px;
  }
  .shogai_infomation .left_box .limited:not(:last-child) {
    margin-bottom: 14px;
  }
  .shogai_infomation .left_box .limited span {
    display: block;
    margin-bottom: 14px;
  }
  .shogai_infomation .right_box {
    width: 57.2%;
  }
  .shogai_infomation .right_box .info_tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .shogai_infomation .right_box .info_top_txt {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .shogai_infomation .right_box .info_top_txt img {
    width: 25px;
  }
  .shogai_infomation .right_box .company_list_box {
    margin-top: 24px;
  }
  .shogai_infomation .right_box .company_list_box .schedule {
    margin-bottom: 8px;
  }
  .shogai_infomation .right_box .company_list_box .company_lists li img {
    width: 25px;
  }
  .shogai_infomation .right_box .company_list_box .company_lists li:not(:last-child) {
    margin-bottom: 6px;
  }
  .shogai_infomation .right_box .info_top_box {
    padding: 24px;
  }
  .shogai_infomation .right_box .info_top_box .info_txt_s {
    font-size: 12px;
  }
  .shogai_infomation .right_box .info_top_box .info_txt_s:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .shogai_infomation .right_box .info_bottom_box {
    margin-top: 10px;
    padding: 24px;
  }
  .shogai_infomation .right_box .info_bottom_box .info_txt_box {
    margin-bottom: 24px;
  }
  .shogai_infomation .right_box .info_bottom_box .info_txt_box .info_txt_s {
    font-size: 12px;
  }
  .shogai_infomation .right_box .info_bottom_box .info_txt_box .info_txt_s:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .shogai_infomation {
    padding: 60px 0;
  }
  .shogai_infomation .inner {
    width: 88%;
    margin: auto;
  }
  .shogai_infomation .content_wrap .info_tit {
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px;
  }
  .shogai_infomation .left_box {
    padding: 24px 0;
  }
  .shogai_infomation .left_box .txt_box {
    text-align: center;
  }
  .shogai_infomation .left_box .date_txt {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .shogai_infomation .left_box .limited {
    font-size: 18px;
  }
  .shogai_infomation .left_box .limited:not(:last-child) {
    margin-bottom: 14px;
  }
  .shogai_infomation .left_box .limited span {
    display: block;
    margin-bottom: 14px;
  }
  .shogai_infomation .right_box .info_top_txt {
    font-size: 14px;
    margin: 16px 0;
  }
  .shogai_infomation .right_box .info_top_txt img {
    width: 18px;
  }
  .shogai_infomation .right_box .company_list_box {
    padding: 15px 8px;
    margin-top: 24px;
  }
  .shogai_infomation .right_box .company_list_box .schedule {
    margin-bottom: 6px;
  }
  .shogai_infomation .right_box .company_list_box .company_lists li {
    font-size: 11px;
  }
  .shogai_infomation .right_box .company_list_box .company_lists li a {
    font-size: 11px;
  }
  .shogai_infomation .right_box .company_list_box .company_lists li img {
    width: 20px;
  }
  .shogai_infomation .right_box .company_list_box .company_lists li:not(:last-child) {
    margin-bottom: 6px;
  }
  .shogai_infomation .right_box .info_top_box {
    padding: 24px 12px;
  }
  .shogai_infomation .right_box .info_top_box .info_txt_s {
    font-size: 12px;
  }
  .shogai_infomation .right_box .info_top_box .info_txt_s:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .shogai_infomation .right_box .info_bottom_box {
    margin-top: 10px;
    padding: 24px 12px;
  }
  .shogai_infomation .right_box .info_bottom_box .info_txt_box {
    margin-bottom: 24px;
  }
  .shogai_infomation .right_box .info_bottom_box .info_txt_box .info_txt_s {
    font-size: 12px;
  }
  .shogai_infomation .right_box .info_bottom_box .info_txt_box .info_txt_s:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
/*# sourceMappingURL=shogai.css.map */