@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.committee
------------------------------ */
.committee {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .committee {
    padding: 6rem 0 0;
  }
}
.committee .str_ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .committee .str_ttl {
    margin-bottom: 4rem;
  }
}
.committee .btm_box {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .committee .btm_box {
    margin-top: 4rem;
  }
}
.committee .btm_box .txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .committee .btm_box .txt {
    font-size: 1.4rem;
  }
}
.committee .btm_box .txt.normal {
  font-weight: normal;
}
.committee .btm_box .txt + .txt {
  margin-top: 1.8em;
}
@media screen and (max-width: 768px) {
  .committee .btm_box .txt + .txt {
    margin-top: 1.5em;
  }
}
.committee .btm_box .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .committee .btm_box .btn {
    margin-top: 1.6rem;
  }
}
.committee .btm_box .btn.space2 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .committee .btm_box .btn.space2 {
    margin-top: 2.4rem;
  }
}

/* ------------------------------
	.merit
------------------------------ */
.committee .merit {
  padding: 0 0 20rem;
}
@media screen and (max-width: 768px) {
  .committee .merit {
    padding: 0 0 8rem;
  }
}
.committee .merit .merit_box + .merit_box {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .committee .merit .merit_box + .merit_box {
    margin-top: 4rem;
  }
}
.committee .merit .merit_ttl_box .merit_ttl {
  padding: 0.8rem;
  border-radius: 0 2rem 0 0;
  background: #E8465A;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .merit .merit_ttl_box .merit_ttl {
    font-size: 1.8rem;
    border-radius: 0 1.2rem 0 0;
  }
}
.committee .merit .merit_ttl_box .merit_ttl_txt {
  display: inline-block;
  width: 23rem;
  padding: 0.8rem;
  background: #E8465A;
  border-bottom: 1px solid #fff;
  border-radius: 2rem 2rem 0 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .committee .merit .merit_ttl_box .merit_ttl_txt {
    padding: 0.4rem 0 0.6rem;
    width: 12rem;
    font-size: 3rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.committee .merit .merit_ttl_box .merit_ttl_txt .min {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .committee .merit .merit_ttl_box .merit_ttl_txt .min {
    font-size: 1.8rem;
  }
}
.committee .merit .merit_ttl_box.blue .merit_ttl {
  background: #70C7DA;
}
.committee .merit .merit_ttl_box.blue .merit_ttl_txt {
  background: #70C7DA;
}
.committee .merit .merit_box .txt_wrap {
  display: flex;
  gap: 4rem;
  padding: 4rem;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .committee .merit .merit_box .txt_wrap {
    flex-direction: column;
    gap: 2.8rem;
    padding: 3rem 4% 4rem;
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
.committee .merit .merit_box .txt_wrap > * {
  flex: 1;
}
.committee .merit .merit_box .ttl {
  margin: 1.6rem 0;
  text-align: center;
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .committee .merit .merit_box .ttl {
    margin: 1rem 0;
    font-size: 1.7rem;
  }
}
.committee .merit .merit_box .img {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .committee .merit .merit_box .img {
    border-radius: 1.2rem;
  }
}

/* ------------------------------
	.guide
------------------------------ */
.committee .guide .guide_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .committee .guide .guide_box {
    padding: 4rem 4%;
    border-radius: 1.2rem;
  }
}
.committee .guide .guide_box + .guide_box {
  margin-top: 4rem;
}
.committee .guide .guide_box .logo_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  max-width: 80rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 768px) {
  .committee .guide .guide_box .logo_box {
    flex-direction: column;
    max-width: 100%;
    gap: 1.6rem;
    margin-bottom: 3rem;
  }
}
.committee .guide .guide_box .logo_box .logo {
  flex-shrink: 0;
  width: 9.5rem;
}
@media screen and (max-width: 768px) {
  .committee .guide .guide_box .logo_box .logo {
    width: 6rem;
  }
}
.committee .guide .guide_box .logo_box .logo_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .guide .guide_box .logo_box .logo_ttl {
    font-size: 1.8rem;
  }
}
.committee .guide .guide_box .list .txt {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .committee .guide .guide_box .list .txt {
    font-size: 1.4rem;
  }
}
.committee .guide .guide_box .list .txt::before {
  content: "・";
}
.committee .guide .guide_box .ttl {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .guide .guide_box .ttl {
    font-size: 1.6rem;
  }
}
.committee .guide .guide_box .step_list .step_item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .guide .guide_box .step_list .step_item {
    gap: 1rem;
  }
}
.committee .guide .guide_box .step_list .step_item + .step_item {
  margin-top: 1.6rem;
}
.committee .guide .guide_box .step_list .step_item .step_num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.2rem;
  height: 2.7rem;
  margin-top: 0.2rem;
  background: #70C7DA;
  border-radius: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .committee .guide .guide_box .step_list .step_item .step_num {
    width: 6.5rem;
    height: 2.5rem;
    margin-top: 0;
  }
}
.committee .guide .guide_box .step_list .step_item .marker {
  display: inline;
  background: linear-gradient(transparent 70%, rgba(232, 70, 90, 0.3) 0%);
  font-weight: bold;
}
.committee .guide .guide_box .btn {
  margin-top: 4rem;
}

/* ------------------------------
	.flow
------------------------------ */
.committee .flow {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .committee .flow {
    padding: 6rem 0;
  }
}
.committee .flow .flow_list {
  display: flex;
  gap: 5.4rem;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list {
    flex-direction: column;
    gap: 4rem;
  }
}
.committee .flow .flow_list .flow_item {
  flex: 1;
  position: relative;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list .flow_item {
    border-radius: 1.2rem;
  }
}
.committee .flow .flow_list .flow_item + .flow_item::before {
  position: absolute;
  top: 0;
  left: -5.4rem;
  content: "";
  display: block;
  width: 5.4rem;
  height: 100%;
  background: url(../img/exhibition/flow_arw01.svg) no-repeat center center;
  background-size: 2rem;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list .flow_item + .flow_item::before {
    top: -4rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    background-size: 1.6rem;
    transform: rotate(90deg);
  }
}
.committee .flow .flow_list .flow_item .flow_num {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.2rem;
  background: #B5B39D;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list .flow_item .flow_num {
    height: 4rem;
    border-radius: 1.2rem 1.2rem 0 0;
    font-size: 2rem;
  }
}
.committee .flow .flow_list .flow_item .txt_box {
  padding: 4rem 1.6rem 2rem;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list .flow_item .txt_box {
    padding: 2rem 4% 3rem;
  }
}
.committee .flow .flow_list .flow_item .txt_box .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(11.6rem + 3.6em);
  padding-top: 11.6rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list .flow_item .txt_box .ttl {
    height: auto;
    padding-top: 6.5rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.committee .flow .flow_list .flow_item:nth-child(1) .ttl {
  background: url(../img/exhibition/flow_ico01.svg) no-repeat center top;
  background-size: 10rem;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list .flow_item:nth-child(1) .ttl {
    background-size: 6rem;
  }
}
.committee .flow .flow_list .flow_item:nth-child(2) .ttl {
  background: url(../img/exhibition/flow_ico02.svg) no-repeat center top;
  background-size: 10rem;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list .flow_item:nth-child(2) .ttl {
    background-size: 6rem;
  }
}
.committee .flow .flow_list .flow_item:nth-child(3) .ttl {
  background: url(../img/exhibition/flow_ico03.svg) no-repeat center top;
  background-size: 10rem;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list .flow_item:nth-child(3) .ttl {
    background-size: 6rem;
  }
}
.committee .flow .flow_list .flow_item:nth-child(4) .ttl {
  background: url(../img/exhibition/flow_ico04.svg) no-repeat center top;
  background-size: 10rem;
}
@media screen and (max-width: 768px) {
  .committee .flow .flow_list .flow_item:nth-child(4) .ttl {
    background-size: 6rem;
  }
}

/* ------------------------------
	.fee
------------------------------ */
.committee .fee {
  background: #fff;
  border-radius: 12rem 0 0 0;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .committee .fee {
    padding: 6rem 0;
    border-radius: 6rem 0 0 0;
  }
}
.committee .fee .fee_box {
  padding: 4rem;
  background: #F5F5F5;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box {
    padding: 4rem 4%;
    border-radius: 1.2rem;
  }
}
.committee .fee .fee_box + .fee_box {
  margin-top: 4rem;
}
.committee .fee .fee_box .fee_ttl {
  margin-bottom: 1.3rem;
  padding-left: 5rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #898989;
  background: url(../img/exhibition/fee_ico01.svg) no-repeat;
  background-position: left 1.3rem;
  background-size: 3.4rem;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .fee_ttl {
    padding-left: 3rem;
    padding-bottom: 1rem;
    font-size: 2.4rem;
    background-position: left 0.8rem;
    background-size: 2rem;
  }
}
.committee .fee .fee_box .fee_ttl.blue {
  background: url(../img/exhibition/fee_ico02.svg) no-repeat;
  background-position: left 0.6rem;
  background-size: 3.4rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .fee_ttl.blue {
    background-position: left 0.6rem;
    background-size: 2rem;
    font-size: 2rem;
  }
}
.committee .fee .fee_box .fee_ttl + .txt {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .fee_ttl + .txt {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.committee .fee .fee_box .mid_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .mid_ttl {
    font-size: 1.8rem;
  }
}
.committee .fee .fee_box .mid_ttl .min {
  margin-left: 0.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .mid_ttl .min {
    display: block;
    margin: 0;
    font-size: 1.4rem;
  }
}
.committee .fee .fee_box .flex {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .flex {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}
.committee .fee .fee_box .flex .txt_box {
  width: 50rem;
  padding: 4rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .flex .txt_box {
    width: 100%;
    padding: 2rem 4%;
    border-radius: 1.2rem;
  }
}
.committee .fee .fee_box .flex .txt_box .box + .box {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  border-top: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .flex .txt_box .box + .box {
    padding-top: 1.2rem;
    margin-top: 1.2rem;
  }
}
.committee .fee .fee_box .flex .txt_box .box + .box:nth-child(2) {
  border-width: 3px;
}
.committee .fee .fee_box .flex .txt_box .box + .box:last-child {
  border-width: 3px;
}
.committee .fee .fee_box .flex .txt_box .box .txt.bold {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .flex .txt_box .box .txt.bold {
    font-size: 1.6rem;
  }
}
.committee .fee .fee_box .flex .txt_box .box .txt.min {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .flex .txt_box .box .txt.min {
    font-size: 1.2rem;
  }
}
.committee .fee .fee_box .flex .txt_box .fee_yen {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .flex .txt_box .fee_yen {
    flex-wrap: wrap;
  }
}
.committee .fee .fee_box .flex .txt_box .fee_yen .yen_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.8rem;
}
.committee .fee .fee_box .flex .txt_box .fee_yen .yen_cate {
  padding: 0.8rem 2.4rem;
  background: #70C7DA;
  border-radius: 3rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .flex .txt_box .fee_yen .yen_cate {
    padding: 0.5rem 1.5rem;
  }
}
.committee .fee .fee_box .flex .txt_box .fee_yen .yen_txt {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .flex .txt_box .fee_yen .yen_txt {
    font-size: 3rem;
  }
}
.committee .fee .fee_box .flex .img_box {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .flex .img_box {
    width: 100%;
  }
}
.committee .fee .fee_box .note {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .note {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}
.committee .fee .fee_box .note.space2 {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .note.space2 {
    margin-top: 1.6rem;
  }
}
.committee .fee .fee_box .table_box {
  margin-top: 2.4rem;
}
.committee .fee .fee_box .table_box .ttl {
  margin-bottom: 0.8rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .table_box .ttl {
    font-size: 1.6rem;
  }
}
.committee .fee .fee_box .table_box .table {
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .table_box .table {
    border-radius: 1.2rem;
  }
}
.committee .fee .fee_box .table_box .table .table_ttl {
  background: #B5B39D;
  color: #fff;
  font-weight: bold;
}
.committee .fee .fee_box .table_box .table .table_ttl,
.committee .fee .fee_box .table_box .table .table_txt {
  padding: 1.6rem 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .fee .fee_box .table_box .table .table_ttl,
  .committee .fee .fee_box .table_box .table .table_txt {
    padding: 1.2rem 1rem;
    line-height: 1.5;
  }
}
.committee .fee .fee_box .table_box .table .table_txt {
  border-bottom: 1px solid #898989;
}
.committee .fee .fee_box .table_box .table tr > * + * {
  border-left: 1px solid #898989;
}
.committee .fee .fee_box .table_box .table tr:last-child .table_txt {
  border-bottom: 0;
}
.committee .fee .service {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .service {
    margin-top: 6rem;
  }
}
.committee .fee .service .service_ttl {
  margin-bottom: 4rem;
  padding-left: 7.4rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #898989;
  background: url(../img/exhibition/service_ico01.svg) no-repeat;
  background-position: left top;
  background-size: 5.8rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .fee .service .service_ttl {
    margin-bottom: 3rem;
    padding-left: 4.5rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    background-size: 3.6rem;
  }
}
.committee .fee .service .service_box {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .committee .fee .service .service_box {
    gap: 3rem;
    flex-direction: column;
  }
}
.committee .fee .service .service_box + .service_box {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .committee .fee .service .service_box .txt_box {
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .committee .fee .service .service_box .txt_box {
    flex: 1;
  }
}
@media screen and (min-width: 769px) {
  .committee .fee .service .service_box .img {
    width: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .committee .fee .service .service_box .img {
    flex: 1;
  }
}
.committee .fee .service .ttl {
  display: flex;
  margin-bottom: 4rem;
  gap: 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .fee .service .ttl {
    gap: 1rem;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}
.committee .fee .service .ttl .num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  background: #B5B39D;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .committee .fee .service .ttl .num {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.4rem;
  }
}
.committee .fee .service .list .txt {
  padding-left: 1em;
  text-indent: -1em;
}
.committee .fee .service .list .txt::before {
  content: "・";
}
.committee .fee .service .img {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .committee .fee .service .img {
    border-radius: 1.2rem;
  }
}

/* ------------------------------
	.additional
------------------------------ */
.committee .additional {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .committee .additional {
    padding: 6rem 0;
  }
}
.committee .additional .additional_box {
  padding: 4rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box {
    padding: 4rem 4%;
    border-radius: 1.2rem;
  }
}
.committee .additional .additional_box + .additional_box {
  margin-top: 4rem;
}
.committee .additional .additional_box .additional_cate {
  display: inline-block;
  padding: 0.8rem 2.4rem;
  border-radius: 3rem;
  background: #70C7DA;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.committee .additional .additional_box .additional_cate.blue {
  background: #70C7DA;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .additional_cate {
    padding: 0.6rem 1.5rem;
    font-size: 1.4rem;
  }
}
.committee .additional .additional_box .ttl_box {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-bottom: 1.3rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .ttl_box {
    display: block;
    padding-bottom: 0.8rem;
  }
}
.committee .additional .additional_box .ttl_box .additional_cate {
  flex-shrink: 0;
  padding: 1.2rem 2.4rem;
  background: #B5B39D;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .ttl_box .additional_cate {
    padding: 0.8rem 1.5rem;
    margin-bottom: 0.4rem;
  }
}
.committee .additional .additional_box .ttl_box .additional_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .ttl_box .additional_ttl {
    font-size: 2.4rem;
  }
}
.committee .additional .additional_box .ttl {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .ttl {
    font-size: 1.8rem;
  }
}
.committee .additional .additional_box .txt.mid {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .txt.mid {
    font-size: 1.4rem;
  }
}
.committee .additional .additional_box .additional_wrap {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .additional_wrap {
    flex-direction: column;
    margin-top: 4rem;
    gap: 2rem;
  }
}
.committee .additional .additional_box .additional_wrap .txt_box {
  flex: 1;
  padding: 4rem;
  border-radius: 2rem;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .additional_wrap .txt_box {
    width: 100%;
    padding: 2rem 4%;
    border-radius: 1.2rem;
  }
}
.committee .additional .additional_box .additional_wrap .txt_box > * + * {
  margin-top: 0.8rem;
}
.committee .additional .additional_box .additional_wrap .img {
  flex-shrink: 0;
  width: 50rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .additional_wrap .img {
    width: 100%;
    border-radius: 1.2rem;
  }
}
.committee .additional .additional_box .additional_wrap .box + .box {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  border-top: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .additional_wrap .box + .box {
    padding-top: 1.2rem;
    margin-top: 1.2rem;
  }
}
.committee .additional .additional_box .additional_wrap .box > * + * {
  margin-top: 0.8rem;
}
.committee .additional .additional_box .additional_wrap .yen_txt {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .additional_wrap .yen_txt {
    font-size: 3rem;
  }
}
.committee .additional .additional_box .additional_wrap .yen_txt .min {
  margin-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .additional_wrap .yen_txt .min {
    font-size: 1.4rem;
  }
}
.committee .additional .additional_box .additional_wrap .txt.min {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .additional_wrap .txt.min {
    font-size: 1.2rem;
  }
}
.committee .additional .additional_box .additional_wrap.flex {
  padding: 4rem;
  border-radius: 2rem;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .committee .additional .additional_box .additional_wrap.flex {
    padding: 2rem 4%;
    border-radius: 1.2rem;
  }
}
.committee .additional .additional_box .additional_wrap.flex .txt_box {
  padding: 0;
}

/* ------------------------------
	.schedule
------------------------------ */
.content {
  padding-bottom: 12rem;
  margin-bottom: -12rem;
}
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 6rem;
    margin-bottom: -6rem;
  }
}

.committee .schedule {
  padding: 12rem 0 24rem;
  margin-bottom: -12rem;
  background: #fff;
  border-radius: 12rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .committee .schedule {
    padding: 6rem 0 14rem;
    margin-bottom: -6rem;
    border-radius: 6rem 0 0 0;
  }
}
.committee .schedule .schedule_box {
  display: flex;
}
.committee .schedule .schedule_box + .schedule_box {
  border-top: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  .committee .schedule .schedule_box {
    flex-direction: column;
  }
}
.committee .schedule .schedule_box .schedule_ttl {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46rem;
  background: #B5B39D;
  padding: 1.6rem 3.2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .committee .schedule .schedule_box .schedule_ttl {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
  }
}
.committee .schedule .schedule_box .schedule_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #F5F5F5;
  padding: 1.6rem 3.2rem;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .committee .schedule .schedule_box .schedule_txt {
    padding: 1.6rem 1.5rem;
    font-size: 1.4rem;
  }
}