@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: '';
  content: none;
}

q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* global */
#ef-container * {
  box-sizing: border-box;
}

html {
  width: 100%;
}

#ef-container {
  height: 100%;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  background-color: #f4f4f4;
  min-width: 1000px;
  color: #555555;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media only screen and (max-width: 719px) {
  #ef-container {
    min-width: initial;
    font-size: 12px;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

/* No files to import found in vendor/* */
#footer {
  width: 100%;
  width: auto\9;
}
@media only screen and (max-width: 719px) {
  #footer {
    min-width: initial;
  }
}

#ef-header {
  padding: 60px 0 30px 0;
}
@media only screen and (max-width: 719px) {
  #ef-header {
    padding: 20px 0 15px 0;
    text-align: center;
  }
}

#main {
  background-color: #ffffff;
  padding-top: 30px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  border-top: 3px solid #005ead;
}
@media only screen and (max-width: 719px) {
  #main {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
#main.inc {
  border-top: none;
}

.c-container {
  position: relative;
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 719px) {
  .c-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-btn-cta {
  display: block;
  width: 430px;
  height: 90px;
  background: none;
  border: none;
  margin: 0 auto;
  padding: 0;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 720px) {
  .p-btn-cta {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-btn-cta:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 719px) {
  .p-btn-cta {
    appearance: none;
    position: relative;
    width: 100%;
    height: 55px;
    background-color: #f87a00;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 0 #bd5d00;
  }
  .p-btn-cta img {
    position: relative;
    z-index: 2;
  }
  .p-btn-cta::after {
    background-color: #f8a900;
    background-image: radial-gradient(  #f8a900, #f87a00);
    display: block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
  }
}

.p-copyright {
  display: block;
  width: 100%;
  padding: 5px 0;
  background-color: #115fad;
  color: #ffffff;
  font-size: 11px;
}
@media only screen and (max-width: 719px) {
  .p-copyright {
    text-align: center;
  }
}

.p-error {
  color: inherit;
  margin-top: 1em;
  color: #f34d47 !important; /* incファイルの呼び出し元css上書きのためimportant設定 */
  font-size: 11px;
  display: none;
}
@media only screen and (max-width: 719px) {
  .p-error {
    margin-top: 0.5em;
  }
}

.p-form-footer {
  margin-top: 30px;
}

@media only screen and (max-width: 719px) {
  .p-form-footer {
    margin-top: 0;
  }
  .p-form-footer__cta {
    margin: 0 20px;
  }
}

.p-icon {
  color: #ffffff;
  font-size: 11px;
  padding: 2px 4px;
}
.p-icon--required {
  background-color: #f34d47;
}
.p-icon--optional {
  background-color: #adadad;
}
* > .p-icon {
  margin-left: 6px;
}

.p-input-block + .p-input-block,
.p-error + .p-input-block {
  margin-top: 15px;
}
@media only screen and (max-width: 719px) {
  .p-input-block + .p-input-block,
  .p-error + .p-input-block {
    margin-top: 10px;
  }
}

.p-note {
  margin-top: 10px;
  font-size: 11px;
}
.p-note strong {
  text-decoration: underline;
  color: inherit;
}

.p-pagetop {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.p-pagetop a {
  color: #005ead;
  padding-left: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background: transparent url(/entry/assets/img/pc/icon-arrow-pagetop.png) no-repeat left center;
}
@media only screen and (min-width: 720px) {
  .p-pagetop a {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-pagetop a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 719px) {
  .p-pagetop {
    right: 10px;
    bottom: 10px;
  }
  .p-pagetop a {
    font-size: 10px;
    background: transparent url(/entry/assets/img/pc/icon-arrow-pagetop.png) no-repeat left center;
    background-size: 8px 6px;
  }
}

.p-section + .p-section {
  margin-top: 60px;
}
@media only screen and (max-width: 719px) {
  .p-section + .p-section {
    margin-top: 0;
  }
}

.p-securities-wrap {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 719px) {
  .p-securities-wrap {
    padding: 25px 0 60px;
  }
}

.p-securities {
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
.p-securities__block {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.p-securities__block--pmark {
  width: 43%;
}
@media only screen and (max-width: 719px) {
  .p-securities {
    display: block;
  }
  .p-securities__block {
    display: block;
    width: 100%;
  }
}

.p-security {
  display: table;
  margin: 0 10px;
}
.p-security__icon, .p-security__caption {
  display: table-cell;
  vertical-align: middle;
}
.p-security__icon {
  display: block;
  width: 84px;
}
.p-security__icon img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  margin-bottom: 10px;
  vertical-align: bottom;
}
.p-security__caption {
  font-size: 11px;
  padding: 0;
  padding-left: 15px;
}
@media only screen and (max-width: 719px) {
  .p-security__caption {
    font-size: 10px;
  }
}

.p-shoulder {
  min-width: 1000px;
  background-color: #666666;
  color: #ffffff;
  font-size: 10px;
}
@media only screen and (max-width: 719px) {
  .p-shoulder {
    display: none;
  }
}

@media only screen and (max-width: 719px) {
  .u-device-pc {
    display: none !important;
  }
}

.u-device-sp {
  display: none !important;
}
@media only screen and (max-width: 719px) {
  .u-device-sp {
    display: block !important;
  }
}

.u-device-sp--in {
  display: none;
}
@media only screen and (max-width: 719px) {
  .u-device-sp--in {
    display: inline;
  }
}

#p-section__error {
  display: none;
  padding-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  #p-section__error {
    padding: 0 10px 30px;
  }
}

#p-section__error .p-error {
  margin-top: 0;
  font-size: 12px;
}


/* 卒業年早見表 */
#year_popup {
  border-top: 4px solid #00509e;
}
.yearTit {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#yearArea {
  clear: both;
  width: 650px;
  margin: 10px auto;
  text-align: left;
}
#yearArea table {
  border: 1px solid #888;
  margin-bottom: 2em;
  width: 100%;
  border-collapse: collapse;
}

#yearArea td,
#yearArea th {
  border: 1px solid #888;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}
#yearArea th {
  font-weight: bold;
}

#yearArea .yearHead th {
  white-space:nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  border: 1px solid #888;
  background: #DFE3F8 linear-gradient(to bottom, #F2F5FB, #DFE3F8);
  color: #113471;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

#yearArea td, #yearArea th {
  padding: 5px;
}
#yearArea tbody tr:nth-child(even) {
  background: #f5f5f5;
}
#yearArea tbody tr:nth-child(even) td.birthTd {
  background: #eee;
}

@media screen and (max-width:719px) {
  #year_popup {
    border-top: 2px solid #00509e;
  }
  #yearArea table {
    width: 100%;
  }
  #yearArea {
    width: 100%;
  }
  #yearArea td {
    font-size: 10px;
  }
  #yearArea td,
  #yearArea th {
    padding: 5px 2px;
  }
  #yearArea .yearHead th {
    font-size: 65%;
  }
}

.noscript {
  padding-bottom: 30px;
  color: #f34d47;
}

/* エラー画面 */
#ef-container.sys-error {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
#ef-container.sys-error #main {
  text-align: center;
}
#ef-container.sys-error #main a {
  color: #005ead;
  font-weight: bold;
}
#ef-container.sys-error #main a:hover {
  opacity: 0.75;
}
#ef-container.sys-error strong {
  font-weight: bold;
}
#ef-container.sys-error footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 719px) {
  #ef-container.sys-error .p-section__body {
    margin: 0 10px;
    padding: 30px 0 15px;
    text-align: left;
  }
}

/* 20220629_ロゴ修正 */
.entry__logo_pc {
  width: auto;
}

@media only screen and (max-width: 719px) {
  .entry__logo_sp {
    width: auto;
  }
}