@charset "UTF-8";
/*========== Style Contents ==========

	1. Individual Redefinition
	2. Share Elements
  3. Section [apply_hero] Setting
  4. Section [apply_plan] Setting
	
====================================== */
/*===== ■1. Individual Redefinition =====*/
/* Convention List */
.list_style_disc {margin-bottom: 1rem;}

/* button */
.button_wrap {margin: 0 2rem;}

.button_wrap a {margin: 0;}

@media (max-width: 768px) {
  .button_wrap {margin: 0;}
}

/*===== ■2. Share Elements =====*/
#apply {overflow: hidden;}

#apply section > p,
#apply section > ul,
#apply section > table {
  margin-left: 2rem;
  margin-right: 2rem;
}

#apply section > p > b {
  font-weight: bold;
}

#article h3 {
  padding-left: 1rem;
  margin: 0 2rem 2rem 2rem;
  border-left: .6rem solid #f08300;
  font-size: 2.4rem;
  font-weight: 600;  
}

#article p {margin: 1.5rem 0; }

#article table {margin-bottom: 1rem;}

#article table > tbody > tr > th,
#article table > tbody > tr > td {
  padding: 2rem;
  text-align: left;
  border: .1rem solid #c4c4c4;
}

#article table > tbody > tr > th {
  background:rgba(251,218,200,0.3);
  font-weight: 500;
}

.icon_pdf {
  vertical-align: middle;
  width: 2rem;
  height: auto;
  padding-bottom: .5rem;
  margin-left: .5rem;
}


@media (max-width: 768px) {
  #apply section > p,
  #apply section > ul,
  #apply section > table {
    margin-left: 0;
    margin-right: 0;
  }

  #article h3 {
    margin: 0 0 2rem 0;
  }

  #article table > tbody > tr > td:first-child {
    padding: 1.5rem;
    background:rgba(251,218,200,0.3);
    font-weight: 500;
    font-size: 1.8rem;
  }

  #article table > tbody > tr > td {
    padding: 1.5rem;
    display: block;
    width: 100%;
    border-bottom: none;
  }

  #article table > tbody > tr:last-of-type > td:last-of-type {
    border-bottom: .1rem solid #c4c4c4;
  }

  #article table > tbody > tr > td::before {
    display: block;
    margin-right: 1rem;
    color: #f08300;
    content: attr(data-label);   
  }

  .icon_pdf {
    vertical-align: bottom;
    width: 1.6rem;
    padding-bottom: .3rem;
  }
}



/*===== ■3. Section [apply_hero] Setting =====*/
#apply_hero {
  margin: 2rem auto;
  padding: 4rem 2rem;
  max-width: 120rem;  
}

#apply_hero h1 {  
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  color: #333535;
  font-weight: bold;
}

#apply_hero h1 em {
  margin-bottom: 1.5rem;
  font-size: 6rem;
  font-weight: bold;
}

#apply_hero h1 span {
  position: relative;
  padding: 0.5rem 0 2rem;
  margin-bottom: .5rem;
  background: linear-gradient(90deg, #f08300 0% 50%, #fbdac8 50%) no-repeat bottom;
  background-size: 4rem 0.2rem;
  color: #f08300;
  font-size: 2.4rem;
  line-height: 1.2;  
}


@media (max-width: 768px) {
  #apply_hero {
    margin: 0 auto;
    padding: 2rem;
  }

  #apply_hero h1 {
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
  }

  #apply_hero h1 em {
    margin-bottom: 1rem;
    font-size: 2.8rem;
  }

  #apply_hero h1 span {
    padding: 0.5rem 0 1rem;
    font-size: 2rem;
  }
}



/*===== ■4. Section [apply_plan] Setting =====*/
#apply_plan table:first-of-type {margin-bottom: 2rem;}

#apply_plan table > tbody > tr > th {
  color: #f08300;
  font-weight: 600;
  font-size: 2rem;
}


@media (max-width: 768px) {
  #apply_plan table > tbody > tr > th {
    font-size: 1.8rem;
    border: none;
    background: #f08300;
    color: #fff;
  }
}

/*===== ■5. Section [apply_cancel] Setting =====*/
@media (max-width: 768px) {
  #apply_cancel table > tbody > tr > th {display: none;}
}