:root {
  --base-blue: #447FB8;
  --white: #fff;
}

.header-section {
  z-index: 300;
  background-color: #fff;
  display: flex;
  position: relative;
}

.site-logo-box {
  justify-content: flex-start;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  margin-left: 27px;
  text-decoration: none;
  display: flex;
}

.logo-mark {
  width: 50px;
}

.logo-header-text {
  color: #133b7e;
  letter-spacing: .05em;
  margin-left: 13px;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
}

.hero-section {
  z-index: 300;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
}

.hero-title-box {
  background-color: rgba(68, 127, 184, 0.8);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 120px;
  display: flex;
}

.h1-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 175%;
}

.h1-title.palt {
  font-family: Zen Old Mincho, sans-serif;
}

.title-subbox {
  color:var(--base-blue);
  background-color: #fff;
  margin-bottom: 18px;
  padding: 4px 12px;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.lead-txt-wrapper {
  margin-top: 42px;
  padding-left: 40px;
  padding-right: 40px;
}

.body {
  font-family: Zen Old Mincho, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.p-lead {
  color: #222;
  font-size: 18px;
}

.hero-bg-section {
  z-index: 100;
  background-image: url('../images/hero-bg-image-01.jpg');
  background-position: 0 100%;
  background-size: cover;
  position: fixed;
  inset: 0% 0% 0%;
}

.main-01-section {
  z-index: 300;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.main-cont {
  width: 720px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.h2-wrapper {
  margin-bottom: 42px;
}

.h2 {
  color: var(--base-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 64px;
	
}

span.h2_marker {
    background-image: repeating-linear-gradient(-45deg,
        var(--base-blue) 0, var(--base-blue) 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 15%;
	padding-bottom: 10px;
}

.h3 {
  color: var(--base-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
	 line-height:1.4;
}



.lead-wrapper {
  padding-bottom: 60px;
}

.keisen-block {
  margin-bottom: 60px;
  display: flex;
}

.keisen {
  border-top: 4px solid #000;
  width: 60px;
}

.point-column {
  background-color: #f7f7f7;
  width: 95%;
  margin-bottom: 60px;
  padding: 42px 48px;
  display: flex;
}

.point-title-col {
  width: 28%;
}

.point-list-col {
  border-left: 1px solid #000;
  width: 72%;
  padding-left: 32px;
}

.h2-point {
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

.point-list-item {
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  display: block;
}

.point-list-head {
  width: 12px;
  min-width: 12px;
}

.p-point-list {
  margin-bottom: 6px;
  margin-left: 12px;
  padding-top: 2px;
}

.point-link-box {
  color: #000;
  border-bottom: 1px solid #0000;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.point-link-box:hover {
  border-bottom: 1px solid var(--base-blue);
  color: var(--base-blue);
}

.point-link-box:focus {
  background-color: #11409833;
}

.cont-wrapper {
  width: 100%;
  padding-bottom: 75px;
}

.h2-sq {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  display: flex;
}

.h2-head {
  width: 20px;
  margin-right: 12px;
}

.h2-sq-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 42px;
  display: flex;
}

.point-main-box {
  margin-bottom: 42px;
}

.p-main {
  margin-bottom: 12px;
  line-height: 32px;
}

.spa-h2-sup {
  padding-top: 2px;
  padding-left: 2px;
  font-size: 12px;
  line-height: 12px;
}

.span-small-p {
  font-size: 13px;
}

.point-01-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.point-01-head-col {
  border: 1px solid #333;
  min-width: 6em;
  margin-right: 20px;
  padding: 2px 12px;
}

.point-01-txt-col {
  padding-top: 2px;
}

.point-01-head {
  letter-spacing: .06em;
  line-height: 32px;
}

.point-01-date {
  font-size: 28px;
}

.point-01-inner-box {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 18px;
  display: flex;
}

.point-01-inner-head-box {
  text-align: center;
  background-color: #ebebeb;
  width: 6.2em;
  margin-right: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.point-01-inner-head {
  font-size: 15px;
}

.point-01-txt-wrapper {
  margin-bottom: 22px;
}

.p-strong-b {
  color: var(--base-blue);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 28px;
  display: flex;
}

.p-strong-s {
  color: var(--base-blue);
  margin-bottom: 18px;
  font-size: 18px;
}

.span-bl-sup {
  padding-top: 3px;
  padding-left: 2px;
  font-size: 11px;
  line-height: 14px;
}

.point-02-main-box {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: block;
}

.anotation-listitem {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.aano-mark {
  width: 2.5em;
  margin-right: 8px;
  font-size: 12px;
}

.aano-mark._01 {
  width: 1.5em;
}

.anno-text {
  font-size: 14px;
}

.image-box {
  margin-bottom: 42px;
}

.image-box.point-05 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-box.point-08 {
  padding-left: 220px;
  padding-right: 60px;
}

.image-point-05 {
  width: 60%;
}

.image-point-06 {
  width: 75%;
}

._2columns-box {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._2col-txt {
  width: 50%;
}

._2col-image {
  width: 45%;
  margin-left: 5%;
}

._3-col-table {
  margin-bottom: 42px;
  display: flex;
}

._3-col-set {
  width: 33%;
}

._3-col-set._02 {
  width: 33%;
  margin-left: -1px;
}

._3-col-set._03 {
  margin-left: -1px;
}

._3col-head {
  border-top: 1px solid #333;
	 border-right: 1px solid #333;
	 border-left: 1px solid #333;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
	 background: #f7f7f7;
}

._3-col-main {
  border: 1px solid #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-top: -1px;
  padding: 12px;
  display: flex;
}

.point-09-head {
}

.point-09-date {
  font-size: 20px;
}

.span-pc-br {
  display: block;
}

.point-01-inner-txt {
  font-family: Zen Old Mincho, sans-serif;
}

.image-link-box-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 42px;
  display: none;
}

.image-link-box {
  border: 1px solid var(--base-blue);
  color: var(--base-blue);
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 20px;
  text-decoration: none;
}

.footer {
  z-index: 300;
  background-color: #163d7a;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-main-col {
  width: 35%;
  min-width: 280px;
  padding-top: 42px;
  padding-left: 40px;
}

.footer-link-columns {
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
  max-width: 65%;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-right: 40px;
  display: flex;
}

.footer-link-col {
  border-left: 1px solid var(--white);
  width: 33%;
  max-width: 220px;
  margin-left: 20px;
}

.footer-logo-box {
  margin-bottom: 20px;
}

.footer-address-box {
  margin-bottom: 32px;
}

.footer-logo-main {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
}

.text-block {
  color: var(--white);
  font-size: 12px;
  line-height: 12px;
}

.footer-address {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.footer-sns-link-box {
  width: 20px;
  margin-right: 20px;
}

.sns-image {
  width: 14px;
}

.footer-link-wrapper {
  padding-left: 14px;
}

.footer-link-box {
  color: var(--white);
  flex-flow: row;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.footer-link-box:hover {
  text-decoration: underline;
}

.footer-link-txt {
  color: var(--white);
  max-width: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 18px;
}

.footer-link-txt.outlink {
  background-image: url('../images/outicon-wht.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 20px;
}

.block-wrapper {
  display: flex;
}

.block-wrapper.right {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 6em;
}

.btn-link-0101 {
  background-color: #0cc0df;
  border-radius: 24px;
  padding-top: 6px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 20px;
  font-weight: 600;
}

.btn-link-0102 {
  background-color: #0cc0df;
  border-radius: 9999px;
	padding: 2px 20px !important;
}

.btn-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.btn-link-0201 {
  background-color: #0cc0df;
  border-radius: 24px;
  padding-top: 6px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .header-section {
    z-index: 200;
    background-color: #fff;
    position: relative;
  }

  .hero-section {
    z-index: 300;
    position: relative;
  }

  .hero-box {
    background-image: none;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .hero-title-box {
    padding: 68px 80px;
  }

  .h1-title {
    font-size: 60px;
  }

  .title-subbox {
    font-size: 32px;
  }

  .p-lead {
    font-size: 20px;
    line-height: 42px;
  }

  .hero-bg-section {
    z-index: 100;
    background-image: url('../images/hero-bg-image-01.jpg');
    background-position: 50% 100%;
    background-size: cover;
    position: fixed;
    inset: 0%;
  }

  .main-01-section {
    z-index: 300;
    background-color: #fff;
    position: relative;
  }

  .container {
    height: 800px;
  }

  .main-cont {
    width: 900px;
  }

  .footer {
    z-index: 300;
  }

  .footer-link-columns {
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  .hero-title-box {
    padding: 42px 48px;
  }

  .h1-title {
    font-size: 32px;
  }

  .hero-bg-section {
    background-position: 50% 100%;
   /* bottom: 15%;*/
  }

  .main-01-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-cont {
    width: 100%;
  }

  .image-box.point-08 {
    padding-left: 24%;
    padding-right: 10%;
  }

  .span-pc-br {
    display: block;
  }

  .footer {
    flex-flow: column;
  }

  .footer-main-col {
    width: 100%;
    padding-right: 40px;
  }

  .footer-link-columns {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-left: 40px;
  }

  .footer-link-col {
    border-bottom: 1px solid var(--white);
    border-left-style: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    padding-bottom: 24px;
    display: flex;
  }

  .footer-address-box {
    border-bottom: 1px solid var(--white);
    margin-bottom: 0;
    padding-bottom: 42px;
  }

  .footer-link-wrapper {
    width: 50%;
  }
}





@media screen and (max-width: 767px) {
  .site-logo-box {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 20px;
  }

  .logo-mark {
    width: 30px;
    display: flex;
  }

  .logo-header-text {
    margin-left: 8px;
    padding-top: 2px;
    font-size: 18px;
  }

  .hero-box {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-title-box {
    padding: 32px 34px;
  }

  .h1-title {
    display: block;
  }

  .h2-sq {
    font-size: 24px;
  }

  .point-01-wrapper {
    flex-flow: column;
    display: flex;
  }

  .point-01-head-col {
    margin-bottom: 12px;
  }

  .point-01-txt-col {
    margin-left: 20px;
  }

  .point-01-inner-box {
    flex-flow: column;
  }

  .point-01-inner-head-box {
    margin-bottom: 8px;
  }

  .point-02-main-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-point-06 {
    width: 100%;
  }

  ._3-col-table {
    flex-flow: column;
  }

  ._3-col-set {
    width: 100%;
    margin-top: -1px;
    display: flex;
  }

  ._3-col-set._02 {
    width: 100%;
    margin-left: 0;
  }

  ._3-col-set._03 {
    margin-left: 0;
  }

  ._3col-head {
    width: 40%;
	 border-right:none;
	   border-bottom: 1px solid #333;
  }

  ._3-col-main {
    width: 60%;
    margin-top: 0;
    margin-left: -1px;
  }

  .span-pc-br {
    display: inline;
  }

  .point-01-inner-txt {
    margin-left: 12px;
  }

  .image-link-box-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero-box {
    padding-top: 60px;
  }

  .hero-title-box {
    padding: 30px 40px;
  }

  .h1-title {
    font-size: 32px;
  }

  .title-subbox {
    padding: 0 6px;
    font-size: 18px;
  }

  .lead-txt-wrapper {
    background-color: #fff6;
    padding: 6px;
    font-weight: 600;
  }

  .p-lead {
    font-size: 16px;
    line-height: 28px;
  }

  .main-01-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2 {
    font-size: 22px;
    line-height: 40px;
  }
	
  .h3 {
    font-size: 22px;
    line-height: 40px;
  }	

  .keisen-block {
    margin-bottom: 60px;
  }

  .point-column {
    flex-flow: column;
    width: 100%;
    padding: 28px 18px 28px 12px;
  }

  .point-title-col {
    width: 100%;
    margin-bottom: 32px;
  }

  .point-list-col {
    border-left-style: none;
    width: 100%;
    padding-left: 12px;
  }

  .point-list-head {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
    display: flex;
  }

  .p-point-list {
    line-height: 24px;
  }

  .point-link-box {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cont-wrapper {
    padding-bottom: 60px;
  }

  .h2-sq {
    font-size: 22px;
    display: block;
  }

  .h2-head {
    width: 16px;
  }

  .spa-h2-sup {
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
  }

  .point-01-wrapper {
    flex-flow: column;
  }

  .point-01-head-col {
    margin-bottom: 12px;
  }

  .point-01-txt-col {
    margin-left: 24px;
  }

  .point-01-inner-box {
    flex-flow: column;
  }

  .point-01-inner-head-box {
    width: 7em;
    font-size: 14px;
  }

  .point-02-main-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .anno-text {
    width: 93%;
  }

  .image-box.point-05 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-box.point-08 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-point-05, .image-point-06 {
    width: 100%;
  }

  ._2columns-box {
    flex-flow: column;
  }

  ._2col-txt {
    width: 100%;
    margin-bottom: 32px;
  }

  ._2col-image {
    width: 100%;
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3-col-table {
    flex-flow: column;
  }

  ._3-col-set {
    width: 100%;
    display: flex;
  }

  ._3-col-set._02 {
    width: 100%;
    margin-top: -1px;
    margin-left: 0;
  }

  ._3-col-set._03 {
    margin-top: -1px;
    margin-left: 0;
  }

  ._3col-head {
    width: 50%;
  }

  ._3-col-main {
    width: 50%;
    margin-top: 0;
    margin-left: -1px;
  }

  .point-09-txt {
    text-align: center;
  }

  .point-01-inner-txt {
    margin-left: 20px;
  }

  .footer-main-col {
    padding-top: 32px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-link-columns {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-address-box {
    padding-bottom: 32px;
  }

  .footer-logo-main {
    margin-bottom: 2px;
    font-size: 22px;
  }

  .text-block {
    font-size: 9px;
    line-height: 10px;
  }

  .footer-link-wrapper {
    padding-left: 10px;
  }

  .footer-link-txt.outlink {
    background-position: 100% 3px;
  }

  .block-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-wrapper.right {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .image-point-06b {
    width: 100%;
  }

  .btn-link-0101 {
    padding: 3px 24px 6px;
    font-size: 18px;
  }

  .btn-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .btn-link-0201 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }
}


/*202510add*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*==テキスト==*/
.text_c{text-align:center !important;}
.text_l{text-align:left !important;}
.text_r{text-align:right !important;}

.font_kome{
	font-size:12px;
	vertical-align:top;
	line-height: 160%;
}

.font_kome{
	font-size:12px;
	vertical-align:top;
	line-height: 160%;
}
.font_serif{
	font-family: "Times New Roman", Times, "YuMincho", "Yu Mincho", serif;
  font-weight: 400;
}



.point_t1{
	background: var(--base-blue);
	color: #FFFFFF;
	font-size:18px;
	font-weight: bold;
	padding: 3px 8px 4px;
}

.point_t1 a{
	color: #FFFFFF;
	text-decoration: none;
}

.point_t1 a:hover{
	color: #0001A5;
	text-decoration:underline;
}

.decoration_circle1 {
  position: relative;
  padding-left: 20px; 
  line-height: 1.5;
}

.decoration_circle1::before {
  content: "●"; 
  color:var(--base-blue); 
  position: absolute;
  left: 0;
  top: 0.4em; 
  font-size: 10px; 
}

.katen_h5 {
  color:var(--base-blue); 
	font-weight: bold;
	margin-top: 30px;
}

.katen_p {
	margin-top: 20px;
}



/*日程*/
.division-item {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    margin: 5px 0;
}

.divisionleft-align-text {

    width: 3.5em; 
    text-align: right; 
    flex-shrink: 0;
}

.divisionright-align-text {
    flex-shrink: 0;
    margin-right: 0.5em; 
}

.division-item p {
    flex-grow: 1;
}


/*加点方法テーブルの設定*/

.katen-table1 {
  border-collapse: collapse; /* 罫線を結合 */
  width: 100%;
}

.katen-table1 th, .katen-table1 td {
  border: 1px solid #ccc;
padding: 10px 10px;
  vertical-align:middle;
  text-align:center;
	line-height: 1.5;
}

.katen-table_th {
	background: #f7f7f7;
}

.test-table_th {
	background:#C6D8E9;
	width: 40%;
}



.katen-table_w2{
  width: 100%;
}

.katen-table_w1 table{
  border-collapse: collapse;
  width: 100%;
}


.katen-table_w2 table th,.katen-table_w2 table td {
  /* セルに枠線とパディングを追加 */
  border: 1px solid #ccc;
  padding: 15px 10px;
  text-align: left;
	line-height: 1.5;
}

.katen-table_w2 table th {
  background-color: #f7f7f7;
	width: 38%;
}




/* 選考方法テーブルの設定 */
.method-table {
  border-collapse: collapse; /* 罫線を結合 */
  width: 100%;
}

.method-table th, .method-table td {
  border: 1px solid #ccc;
padding: 10px 10px;
  vertical-align:middle;
  text-align:center;
	line-height: 1.5;
}

.method-table_th {
	background: #f7f7f7;
}

.faculty-table_th {
	background:#C6D8E9;
	width:34%;
}

.faculty-table_td {
	width:32%;
}

.method-table_notes {
  margin-top: 20px;
  font-size: 14px;
	line-height: 1.6;
}


.method-table2 {
  border-collapse: collapse; /* 罫線を結合 */
  width: 100%;
}

.method-table2 th, .method-table2 td {
  border: 1px solid #ccc;
padding: 10px 10px;
  vertical-align:middle;
  text-align:center;
	line-height: 1.5;
}

.method-table2 thead th {
 background: #f7f7f7;
}

.method-table2_th1 {
	width: 37%;
}

.method-table2_th2 {
	width: 8%;
	
}

.method-table2_th3 {
	width: 19%;
}

.method-table2_th4 {
	
}

.method-table2_faculty1 {
	background:#C6D8E9;
}


/*今後の公開スケジュール紹介*/

.schedule-table_al{
  width: 100%;
}

.schedule-table_al table{
  border-collapse: collapse;
  width: 100%;
}


.schedule-table_al table th, .schedule-table_al table td {
  /* セルに枠線とパディングを追加 */
  border: 1px solid #ccc;
  padding: 15px 0;
  text-align: left;
	line-height: 1.5
}

.schedule-table_al table th {
  text-align: center;
  background-color: #f7f7f7;
	width: 50%;
}

.schedule-table_al table td {
	text-align: center;
}


.schedule-table_w {
    width: 100%;
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.schedule_cell {
    display: flex; 
    align-items: center;
    justify-content: center; 
    padding: 15px 0;
    text-align: center; 
    order: 0;
}

.schedule_cell-A, .schedule_cell-B, .schedule_cell-D , .schedule_cell-E {
    border-right: 1px solid #ccc;
}

.schedule_cell-C, .schedule_cell-F {
    border-bottom: none;
}

.schedule_header {
    background-color: #f7f7f7;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    border-top: none;
    
}


.schedule-table_w2 {
    width: 100%;
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.schedule_cell2 {
    display: flex; 
    align-items: center;
    justify-content: center; 
    padding: 15px 0;
    text-align: center; 
    border-bottom: 1px solid #eccc;
    order: 0;
}

.schedule_cell-G, .schedule_cell-I {
    border-right: 1px solid #ccc;
}

.schedule_cell-I, .schedule_cell-J {
    border-bottom: none;
}

.schedule_header2 {
    background-color: #f7f7f7;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    border-top: none;
    
}


/*アコーディオン*/

.katen_toggle {
  display: none;
}

.katen_label {	
  padding: 0.5em;
  display: block;
  color: #fff;
  background: var(--base-blue);
  position: relative;
  cursor: pointer;
}

.katen_label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}

.katen_toggle:checked + .katen_label::before {
  transform: rotate(-45deg) !important;
}


.katen_label,
.katen_accordion  {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.6s;
}

.katen_accordion {
  height: 0;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    padding 0.5s ease,
    opacity 0.5s ease,
    transform 0.5s ease;
}

.katen_toggle:checked + .katen_label + .katen_accordion {
  height: auto;
  padding: 20px 0;
  opacity: 1;
  transform: translateY(0);
}






@media screen and (min-width: 1440px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
	
	
/*選考方法テーブルの設定*/
.method-table thead {
    display:none;
  }
	
.method-table th,.method-table td{
    display: block;
    width: 100%;
  }	
	
.method-table th:before{
	
    content: attr(data-label);
	/*display: inline;*/
    display: block; 
	color:#fff;
    background-color:var(--base-blue);
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-weight: normal;
	font-size: 12px;
	/*min-width: 100px;*/
	padding: 2px 10px;
	text-align: left; 
    width: 100%; /* 親要素(th/td)の幅いっぱいに広げる */
  }		
	
.method-table td:before{
	
    content: attr(data-label);
    /*display: inline;*/
    display: block; 
	color:#fff;
    background-color: #565656;
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-size: 12px;
	/*min-width: 100px;*/
	/*min-width: 100px;*/
	padding: 2px 10px;
  }
	
.method-table_notes {
  margin-top: 20px;
  font-size: 12px;
	
}
	
	
.method-table2 thead {
    display:none;
  }
	
.method-table2 th,.method-table2 td{
    display: block;
    width: 100%;
  }	
	
.method-table2 th:before{
	
    content: attr(data-label);
	/*display: inline;*/
    display: block; 
	color:#fff;
    background-color:var(--base-blue);
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-weight: normal;
	font-size: 12px;
	/*min-width: 100px;*/
	padding: 2px 10px;
	text-align: left; 
    width: 100%; /* 親要素(th/td)の幅いっぱいに広げる */
  }		
	
.method-table2 td:before{
	
    content: attr(data-label);
    /*display: inline;*/
    display: block; 
	color:#fff;
    background-color: #565656;
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-size: 12px;
	/*min-width: 100px;*/
	/*min-width: 100px;*/
	padding: 2px 10px;
  }	
	
	
/*加点方法テーブルの設定*/
	
.katen-table1 thead {
    display:none;
  }
	
.katen-table1 th,.katen-table1 td{
    display: block;
    width: 100%;
  }	
	
.katen-table1 th:before{
	
    content: attr(data-label);
	/*display: inline;*/
    display: block; 
	color:#fff;
    background-color:var(--base-blue);
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-weight: normal;
	font-size: 12px;
	/*min-width: 100px;*/
	padding: 2px 10px;
	text-align: left; 
    width: 100%; /* 親要素(th/td)の幅いっぱいに広げる */
  }		
	
.katen-table1 td:before{
	
    content: attr(data-label);
    /*display: inline;*/
    display: block; 
	color:#fff;
    background-color: #565656;
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-size: 12px;
	/*min-width: 100px;*/
	/*min-width: 100px;*/
	padding: 2px 10px;
  }	
	
	
	
	
.katen-table_w2 table th,.katen-table_w2 table td {
	display: block;
	width: 100%;
}	
	
	
	
	
/*今後の公開スケジュール紹介*/

.schedule-table_al table th, .schedule-table_al table td {
	display: block;
	width: 100%;

}

    
.schedule-table_w {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

.schedule_cell {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

schedule_cell-D {
        border-bottom: none;
    }
    
    .schedule_cell-A { order: 1; }
    .schedule_cell-D { order: 2; }
    .schedule_cell-B { order: 3; }
    .schedule_cell-E { order: 4; }
	.schedule_cell-C { order: 5; }
    .schedule_cell-F { order: 6; }
}
	
@media screen and (max-width: 479px) {
}










