/* ===================================================================
  use toppage
=================================================================== */
/* font ---------------------------------------------------------------------------*/
/* color ---------------------------------------------------------------------------*/
/*_____ parts _______________*/
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {


  .event_detail {
    margin-top: 30px;
  }
  .event_detail .event_title {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    padding: 12px 10px;
    text-align: center;
    border-top: solid 1px #bebebe;
    border-left: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    background-color: #ffe3d4;
    line-height: 1.5;
  }
  .event_detail .event_title span {
    font-size: 1.2rem;
    display: block;
    color: #fb5100;
  }
  .event_detail .text {
    padding: 12px 10px;
    border-bottom: solid 1px #bebebe;
    border-left: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
  }
  .event_detail .table_area {
    font-size: 0rem;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .event_detail .table_area > * {
    background-color: #ffffff;
    font-size: 1.3rem;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    border-top: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    position: relative;
    padding-top: 30px;
  }
  .event_detail .table_area > * span {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1.25rem;
  }
  .event_detail .table_area > * span + span {
    border-top: solid 1px #bebebe;
  }
  .event_detail .table_area > *:nth-of-type(1) {
    border-bottom: none;
  }
  .event_detail .table_area > *:nth-of-type(1), .event_detail .table_area > *:nth-of-type(2) {
    border-left: solid 1px #bebebe;
  }
  .event_detail .table_area .place {
    display: block;
    width: 100%;
  }
  .event_detail .table_area .th {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e5e5e5;
    border-bottom: solid 1px #bebebe;
    text-align: center;
  }


  /* ===================================================================
  use toppage
=================================================================== */
  .section {
    text-align: center;
    padding: 0 3%;
  }
  .section h2 {
    line-height: 1;
  }
  .section h2 img {
    height: 44px;
    width: auto;
  }
  .section .catch {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .entry_box {
    margin: 0 auto;
  }
  /*---------------------------------------------------------------------------*/
  .process {
    padding: 10px 3% 45px;
  }
  .process h2 {
    margin-bottom: 20px;
  }
  .process > p {
    width: 90%;
    margin: 0 auto;
  }
  .process .catch {
    padding-bottom: 40px;
    background: url("/wp-content/themes/recruit_skylark/newgrad/process/images/arrow.png") center bottom no-repeat;
    -moz-background-size: 88px auto;
         background-size: 88px auto;
    margin-bottom: 10px;
  }
  .process .img {
    margin-bottom: 25px;
  }
  .newgrad_attention {
    width: 96%;
    margin: 10px auto 15px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }
  .newgrad_attention .attention {
    font-size: 1.4rem;
  }
  .newgrad_attention ul {
    display: table;
    margin-bottom: 6px;
    table-layout: fixed;
    width: 102%;
    margin-left: -1%;
  }
  .newgrad_attention li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 1.1rem;
    padding: 6px;
    font-feature-settings: 'pkna';
    letter-spacing: 0;
  }
  .newgrad_attention li:before {
    content: '';
    display: block;
    width: 94%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    border: solid 1px #fb5100;
  }
  .newgrad_attention li em {
    font-style: normal;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fb5100;
    display: block;
  }
  .newgrad_attention dl {
    border: solid 3px #ff4267;
    background-color: #fff0f3;
    letter-spacing: 0;
  }
  .newgrad_attention dl dt {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #ff4267;
  }
  .newgrad_attention dl dd {
    padding: 0 15px 10px;
  }
  .newgrad_attention p {
    padding: 10px 0;
    border-bottom: solid 1px #f5c9d2;
  }
  .newgrad_attention small {
    font-size: 1rem;
  }
  .event {
    padding: 55px 0;
    background-color: #fef6ef;
  }
  .event h2 {
    margin-bottom: 18px;
  }
  .event .catch {
    font-size: 1.4rem;
    color: #fd7429;
  }
  .event .event_detail {
    margin-top: 18px;
  }
  .entry_wrap {
    padding: 55px 0;
  }
}

@media screen and (min-width: 768px) {
  /* ===================================================================
  news
=================================================================== */
  /*---------------------------------------------------------------------------*/

  .event_detail {
    margin-top: 30px;
  }
  .event_detail .event_title {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0;
    padding: 35px 20px;
    text-align: center;
    border-top: solid 1px #bebebe;
    border-left: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    background-color: #ffe3d4;
  }
  .event_detail .event_title span {
    margin-top: 8px;
    font-size: 1.5rem;
    display: block;
    color: #fb5100;
  }
  .event_detail .text {
    padding: 35px 70px;
    border-bottom: solid 1px #bebebe;
    border-left: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
  }
  .event_detail .table_area {
    font-size: 0rem;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .event_detail .table_area > * {
    font-size: 1.4rem;
    display: table-cell;
    vertical-align: middle;
    border-top: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    position: relative;
    padding-top: 40px;
    background-color: #ffffff;
  }
  .event_detail .table_area > * span {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .event_detail .table_area > * span + span {
    border-top: solid 1px #bebebe;
  }
  .event_detail .table_area > *:nth-of-type(1) {
    border-left: solid 1px #bebebe;
  }
  .event_detail .table_area .th {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e5e5e5;
    border-bottom: solid 1px #bebebe;
    text-align: center;
  }


  /* ===================================================================
  process
=================================================================== */
  .section {
    text-align: center;
  }
  .section h2 {
    line-height: 1;
  }
  .section .catch {
    line-height: 1.9;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .entry_box {
    margin: 0 auto;
  }
  /*---------------------------------------------------------------------------*/
  .process {
    padding: 25px 0 80px;
  }
  .process .catch {
    padding-bottom: 55px;
    background: url("/wp-content/themes/recruit_skylark/newgrad/process/images/arrow.png") center bottom no-repeat;
    margin-bottom: 30px;
  }
  .process .img {
    margin-bottom: 50px;
  }
  .newgrad_attention {
    width: 900px;
    margin: 20px auto;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }
  .newgrad_attention .attention {
    color: #ff4267;
    font-size: 2.2rem;
  }
  .newgrad_attention ul {
    display: table;
    margin-bottom: 18px;
    table-layout: fixed;
    width: 102%;
    height: 120px;
    margin-left: -1%;
  }
  .newgrad_attention li {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    position: relative;
    font-size: 1.8rem;
    padding: 6px;
  }
  .newgrad_attention li:before {
    content: '';
    display: block;
    width: 94%;
    height: 100%;
    min-height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    border: solid 2px #fb5100;
  }
  .newgrad_attention li em {
    font-style: normal;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fb5100;
    display: block;
  }
  .newgrad_attention dl {
    border: solid 5px #ff4267;
    background-color: #fff0f3;
  }
  .newgrad_attention dl dt {
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 2.2rem;
    color: #fff;
    background-color: #ff4267;
  }
  .newgrad_attention dl dd {
    padding: 0 30px 10px;
  }
  .newgrad_attention p {
    line-height: 2.6;
    border-bottom: solid 1px #f5c9d2;
  }
  .newgrad_attention small {
    font-size: 1.3rem;
  }
  .event {
    padding: 90px 0 115px;
    background-color: #fef6ef;
  }
  .event h2 {
    margin-bottom: 30px;
  }
  .event .catch {
    font-size: 1.8rem;
    color: #fd7429;
  }
  .event .event_detail {
    margin-top: 40px;
  }
  .entry_wrap {
    padding: 65px 0 60px;
  }
}
