@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;
}

/* base-monotone colors */
/* bg colors */
/* button colors */
/* border colors */
/* base width */
/* font-size */
/* margin */
/* input size */
/*xmin: 150(min: 100)
min: 200
small: 240
base: 300
large: 400
//460//特殊
//500//特殊
xlarge: 550(min: 540)*/
/* 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;
}
@media only screen and (max-width: 719px) {
  #ef-container {
    min-width: initial;
    font-size: 12px;
  }
}
#ef-container {
  color: #555555;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
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-box {
  background-color: #f6f6f6;
  padding: 60px;
}
.c-box--small {
  padding: 30px;
}
@media only screen and (max-width: 719px) {
  .c-box {
    padding: 0;
  }
}

.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  height: 25px;
  background-color: #005ead;
  border: none;
  border-radius: 0;
  padding: 0 8px;
  font-size: 12px;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}
.c-btn--more > span {
  background-image: url(../img/pc/icon-more.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 14px;
  color: #ffffff;
}
@media only screen and (max-width: 719px) {
  .c-btn--more {
    width: 35px;
    height: 35px;
    background-image: url(../img/sp/icon-more.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
  }
  .c-btn--more > span {
    display: none;
  }
}
.c-btn--blank > span {
  background-image: url(../img/pc/icon-blank.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 14px;
  color: #ffffff;
}
@media only screen and (min-width: 720px) {
  .c-btn {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .c-btn:hover {
    color: #ffffff;
    background-color: #3176B1;
  }
}
@media only screen and (max-width: 719px) {
  .c-btn {
    height: 35px;
    border-radius: 4px;
    line-height: 35px;
  }
}

.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;
  }
}

.c-inline-link {
  color: #005ead;
  text-decoration: underline;
}
.c-inline-link:hover {
  color: #005ead;
}

.c-input {
  font-size: 100%;
  height: 36px;
  vertical-align: middle;
  line-height: 36px\9;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 1em;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 300px;
}
.c-input:focus {
  outline: none;
  background-color: #f9f9f9;
}
.is-valid .c-input:focus, .c-input:focus.is-valid {
  background-color: #b7f0ff;
}
.is-valid .c-input, .c-input.is-valid {
  background-color: #b7f0ff;
}
.is-valid .c-input.is-complete, .c-input.is-valid.is-complete,
.is-optional-valid .c-input.is-complete, .c-input.is-optional-valid.is-complete {
  background-color: #ffffff;
}
.c-input--xxmin {
  width: 95px;
}
.c-input--xmin-smaller {
  width: 100px;
}
.c-input--xmin {
  width: 150px;
}
.c-input--min {
  width: 200px;
}
.c-input--small {
  width: 240px;
}
.c-input--large {
  width: 400px;
}
.c-input--xlarge {
  width: 550px;
}
.c-input--xlarge-smaller {
  width: 540px;
}
.c-input--full {
  width: 100%;
}
.c-input--term {
  width: 110px;
}
@media only screen and (max-width: 719px) {
  .c-input--sp-xxmin {
    width: 67px;
  }
  .c-input--sp-xmin-smaller {
    width: 70px;
  }
  .c-input--sp-xmin {
    width: 105px;
  }
  .c-input--sp-small {
    width: 168px;
  }
  .c-input--sp-full {
    width: 100% !important;
  }
}
.is-error .c-input, .c-input.is-error {
  background-color: #ffe5e5;
}
.is-valid .is-error .c-input, .is-valid .c-input.is-error {
  background-color: #ffe5e5;
}

.c-label {
  display: inline-block;
  width: 40px;
}
@media only screen and (max-width: 719px) {
  .c-label {
    width: 30px;
  }
}
.c-label--auto {
  width: auto;
}

.c-link {
  display: inline-block;
  padding-right: 10px;
  background: transparent url(../img/pc/icon-arrow-link.png) no-repeat right center;
  color: #005ead;
  font-size: 13px;
}
@media only screen and (min-width: 720px) {
  .c-link:hover {
    color: #005ead;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 719px) {
  .c-link {
    font-size: 12px;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: -10000%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-modal.is-active {
  left: 0;
  opacity: 1;
}

.is-valid .c-radios__content, .c-radios.is-valid__content {
  display: inline-block;
  position: relative;
}
.is-valid .c-radios.is-not-ie .c-radios__content:after, .c-radios.is-valid.is-not-ie .c-radios__content:after {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  padding: 10px 0;
  border-radius: 4px;
  background-color: #b7f0ff;
  content: ' ';
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-radios__content.c-checkbox__content label {
  display: inline-block;
  margin: 0 25px 0 0;
}
@media only screen and (max-width: 719px) {
  .is-valid .c-radios.is-not-ie .c-radios__content:after, .c-radios.is-valid.is-not-ie .c-radios__content:after {
    padding: 5px 0 5px 5px;
    top: -5px;
    left: 0;
  }
}
#ef-container .is-valid .c-radios .j-after, #ef-container .c-radios.is-valid .j-after {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 10px 10px;
  border-radius: 4px;
  background-color: #b7f0ff;
  content: ' ';
  box-sizing: content-box;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 719px) {
  .is-valid .c-radios .j-after:after, .c-radios.is-valid .j-after:after {
    padding: 5px 5px;
    top: -5px;
    left: -5px;
  }
}
.is-valid .c-radios.is-complete .c-radios__content:after, .is-valid .c-radios.is-complete .c-radios__content .j-after, .c-radios.is-valid.is-complete .c-radios__content:after, .c-radios.is-valid.is-complete .c-radios__content .j-after {
  display: none\9;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.is-valid .c-radios.is-error .c-radios__content:after, .is-valid .c-radios.is-error .c-radios__content .j-after, .c-radios.is-valid.is-error .c-radios__content:after, .c-radios.is-valid.is-error .c-radios__content .j-after {
  background-color: #ffe5e5;
}
.c-radios.is-error .c-radios__content:after, .c-radios.is-error .c-radios__content .j-after {
  background-color: #ffe5e5;
}

.c-radio {
  position: relative;
}
.c-radio > span {
  position: relative;
  z-index: 2;
}
.c-radio + .c-radio {
  margin-left: 25px;
}
.c-radio + .c-radio:last-child{
  margin-right: 25px;
}


.p-mini-table__inner {
  display: table;
  width: 100%;
}
.p-mini-table__row__inner {
  display: table-row;
}
.p-mini-table__caption__inner {
  display: table-caption;
  background-color: #adadad;
  padding: 0.2em 0.75em;
  color: #ffffff;
  font-weight: bold;
  margin-top: 35px;
}
.p-mini-table__cell__inner {
  display: table-cell;
  padding:25px 0;
  vertical-align: top;
}
.p-mini-table__cell__inner--ttl {
  width: 115px;
}
.p-mini-table__cell__inner--ttl__main {
  font-weight: bold;
}
@media only screen and (max-width: 719px) {
  .p-mini-table__caption__inner {
    display: block;
    margin: 20px 0 0;
  }
  .c-radio__inner {
    padding: 10px 0 0;
  }
  .c-radio__inner > .c-radios__content {
    margin: 10px;
  }
}

.c-select {
  display: inline-block;
  position: relative;
  height: 36px;
  padding: 0.4em 1em;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 300px;
}
.c-select__current {
  display: block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 719px) {
  .c-select__current {
    position: relative;
    top: 2px;
  }
}
.c-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-select:after {
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  background: transparent url(../img/pc/icon-select-arrows.png) no-repeat 0 0;
  content: ' ';
  pointer-events: none;
}
.c-select--block {
  display: block;
}
.c-select.is-error {
  background-color: #ffe5e5;
}
.is-valid .c-select, .c-select.is-valid {
  background-color: #b7f0ff;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-valid .c-select.is-error, .c-select.is-valid.is-error {
  background-color: #ffe5e5;
}
.is-valid .c-select.is-complete, .c-select.is-valid.is-complete,
.is-optional-valid .c-select.is-complete, .c-select.is-optional-valid.is-complete {
  background-color: #ffffff;
}
.c-select--xxmin {
  width: 95px;
}
.c-select--xmin-smaller {
  width: 100px;
}
.c-select--xmin {
  width: 150px;
}
.c-select--min {
  width: 200px;
}
.c-select--small {
  width: 240px;
}
.c-select--large {
  width: 400px;
}
.c-select--xlarge {
  width: 550px;
}
.c-select--xlarge-smaller {
  width: 540px;
}
.c-select--full {
  width: 100%;
}
.c-select--term {
  width: 110px;
}
@media only screen and (max-width: 719px) {
  .c-select--sp-xxmin {
    width: 67px;
  }
  .c-select--sp-xmin-smaller {
    width: 70px;
  }
  .c-select--sp-xmin {
    width: 105px;
  }
  .c-select--sp-small {
    width: 168px;
  }
  .c-select--sp-full {
    width: 100% !important;
  }
}
@media only screen and (max-width: 719px) {
  .c-select:after {
    background: transparent url(../img/sp/icon-select-arrows.png) no-repeat 0 0;
    background-size: 7px 12px;
  }
}

.c-textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 1em;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 300px;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 550px;
  height: 100px;
  resize: none;
}
.c-textarea--xxmin {
  width: 95px;
}
.c-textarea--xmin-smaller {
  width: 100px;
}
.c-textarea--xmin {
  width: 150px;
}
.c-textarea--min {
  width: 200px;
}
.c-textarea--small {
  width: 240px;
}
.c-textarea--large {
  width: 400px;
}
.c-textarea--xlarge {
  width: 550px;
}
.c-textarea--xlarge-smaller {
  width: 540px;
}
.c-textarea--full {
  width: 100%;
}
.c-textarea--term {
  width: 110px;
}
@media only screen and (max-width: 719px) {
  .c-textarea--sp-xxmin {
    width: 67px;
  }
  .c-textarea--sp-xmin-smaller {
    width: 70px;
  }
  .c-textarea--sp-xmin {
    width: 105px;
  }
  .c-textarea--sp-small {
    width: 168px;
  }
  .c-textarea--sp-full {
    width: 100% !important;
  }
}
.c-textarea--full {
  width: 100%;
}
.c-textarea--v-large {
  height: 150px;
}
.c-textarea:focus {
  outline: none;
  background-color: #f9f9f9;
}
.is-valid .c-textarea:focus, .c-textarea:focus.is-valid {
  background-color: #b7f0ff;
}
.is-valid .c-textarea, .c-textarea.is-valid {
  background-color: #b7f0ff;
}
.is-valid .c-textarea.is-complete, .c-textarea.is-valid.is-complete {
  background-color: #ffffff;
}
.is-error .c-textarea, .c-textarea.is-error {
  background-color: #ffe5e5;
}
.is-valid .is-error .c-textarea, .is-valid .c-textarea.is-error {
  background-color: #ffe5e5;
}
@media only screen and (max-width: 719px) {
  .c-textarea {
    width: 100%;
    height: 140px;
  }
  .c-textarea--v-large {
    height: 120px;
  }
}

.c-upload {
  position: relative;
}
.is-valid .c-upload:after, .c-upload.is-valid:after {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  background: transparent url(../img/pc/icon-uplodas.png) no-repeat 0 0;
  overflow: hidden;
  content: ' ';
}
.is-valid .c-upload.is-error:after, .c-upload.is-valid.is-error:after {
  background-position: 0 -48px;
}
.is-valid .c-upload.is-complete:after, .c-upload.is-valid.is-complete:after {
  background-position: 0 -24px;
}

.p-address .p-input-block > * + * {
  margin-top: 15px;
}
@media only screen and (max-width: 719px) {
  .p-address__tel {
    min-width: 8em;
  }
  .p-address .p-input-block > * + * {
    margin-top: 10px;
  }
}

.p-address-area > * {
  display: inline-block;
  vertical-align: middle;
}
.p-address-area__label-prefectures {
  width: 67px;
}
.p-address-area__label-city {
  width: 60px;
  margin-left: 15px;
}
.p-address-area__city .c-select {
  width: 255px;
}
@media only screen and (max-width: 719px) {
  .p-address-area__label-prefectures, .p-address-area__label-city {
    display: block;
    margin-left: 0;
  }
  .p-address-area__label-city {
    margin-top: 10px;
  }
  .p-address-area__prefectures, .p-address-area__city {
    width: 100%;
    margin-top: 10px;
  }
}

.p-address-number > * {
  display: inline-block;
}
.p-address-number__label {
  width: 95px;
}
.p-address-number__input {
  width: 465px;
}
@media only screen and (max-width: 719px) {
  .p-address-number__input {
    width: 100%;
    margin-top: 10px;
  }
}

.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 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-btn-cta:hover {
    filter: alpha(opactiy=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
  }
}
@media only screen and (max-width: 719px) {
  .p-btn-cta {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    height: 55px;
    background-color: #f87a00;
    border-radius: 6px;
    -webkit-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: -webkit-radial-gradient(#f8a900, #f87a00);
    background-image: radial-gradient(  #f8a900, #f87a00);
    display: block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
  }
}
.p-btn-cta--blue {
  width: 400px;
  height: 60px;
}
@media only screen and (max-width: 719px) {
  .p-btn-cta--blue {
    width: 265px;
    height: 45px;
    background-color: #005ead;
    box-shadow: 0 4px 0 #00488a;
  }
  .p-btn-cta--blue:after {
    background-color: #00abec;
    background-image: -webkit-radial-gradient(#00abec, #005cb0);
    background-image: radial-gradient(  #00abec, #005cb0);
  }
}

.p-complete__lead {
  margin-top: 15px;
  color: #005ead;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.p-complete__description {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .p-complete {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-complete__lead {
    margin-top: 5px;
    font-size: 15px;
    text-align: left;
  }
  .p-complete__description {
    margin-top: 10px;
    text-align: left;
  }
}

.p-complete-box {
  margin-top: 30px;
}
.p-complete-box__lead {
  color: #005ead;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.p-complete-box__description {
  text-align: center;
  margin-top: 10px;
}
.p-complete-box__btn {
  margin-top: 30px;
  text-align: center;
}
.p-complete-box__forget {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d3eafb;
}
.p-complete-box__forget__btn {
  text-align: center;
}
.p-complete-box__forget__btn a {
  background: transparent url(../img/pc/icon-q.png) no-repeat left center;
  padding: 5px 0 5px 25px;
  color: #005ead;
  font-weight: bold;
}
.p-complete-box__forget__btn a > span {
  padding-right: 12px;
  background: transparent url(../img/pc/icon-arrow-link--large.png) no-repeat right center;
}
.p-complete-box__forget__note {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 719px) {
  .p-complete-box {
    margin-top: 20px;
  }
  .p-complete-box__btn {
    margin-top: 20px;
  }
  .p-complete-box__lead {
    font-size: 12px;
    text-align: left;
  }
  .p-complete-box__description {
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
  }
}

.p-confirm-ID {
  width: 400px;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -200px;
  background-color: #ffffff;
}
.p-confirm-ID__heading {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  line-height: 50px;
  background-color: #005ead;
}
.p-confirm-ID__heading > span {
  display: inline-block;
  margin-left: 20px;
}
.p-confirm-ID__heading__close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  cursor: pointer;
}
.p-confirm-ID__heading__close img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 720px) {
  .p-confirm-ID__heading__close {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-confirm-ID__heading__close:hover {
    filter: alpha(opactiy=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
  }
}
.p-confirm-ID__body {
  padding: 20px;
  font-style: 15px;
}
.p-confirm-ID__btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .p-confirm-ID__btn a {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-confirm-ID__btn a:hover {
    filter: alpha(opactiy=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
  }
}
.p-confirm-ID.is-error .p-confirm-ID__body__message {
  color: #f34d47;
}
@media only screen and (max-width: 719px) {
  .p-confirm-ID {
    width: auto;
    height: 130px;
    left: 10px;
    right: 10px;
    margin-left: 0;
    margin-top: -65px;
  }
  .p-confirm-ID__heading {
    font-size: 13px;
    line-height: 35px;
  }
  .p-confirm-ID__heading > span {
    margin-left: 10px;
  }
  .p-confirm-ID__heading__close {
    right: 10px;
  }
  .p-confirm-ID__body {
    padding: 10px;
    font-style: 13px;
  }
  .p-confirm-ID__btn {
    bottom: 10px;
  }
}

.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-edu-school {
  display: table;
  width: 100%;
}
.p-edu-school > * {
  display: table-cell;
  vertical-align: middle;
}
.p-edu-school__pulldown {
  width: 210px;
}
@media only screen and (max-width: 719px) {
  .p-edu-school__pulldown {
    width: 54.2372881356%;
  }
  .p-edu-school__radios {
    padding-left: 20px;
  }
}

.p-email-confirm {
  display: none;
  word-break: break-all;
}
.p-email-confirm__main {
  display: block;
  min-height: 60px;
  padding-top: 15px;
  color: #005ead;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2;
}
.p-email-confirm__note {
  font-size: 11px;
}
.p-email-confirm.is-active {
  display: block;
}

.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;
}
#main .p-form-footer__note__heading {
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  border: none;
  background: none;
  text-align: left;
  line-height: normal;
  color: inherit;
}
.p-form-footer__note__body {
  padding-top: 5px;
  font-size: 11px;
}
.p-form-footer__links {
  text-align: center;
  padding: 30px 0;
  line-height: 1;
}
.p-form-footer__links .c-link + .c-link {
  margin-left: 30px;
}
@media only screen and (max-width: 719px) {
  .p-form-footer {
    margin-top: 0;
  }
  .p-form-footer__note {
    margin: 0 10px;
  }
  #main .p-form-footer__note__heading, .p-form-footer__note__body {
    font-size: 10px;
  }
  .p-form-footer__links {
    padding: 30px 0 15px;
  }
  .p-form-footer__links .c-link + .c-link {
    margin-left: 20px;
  }
  .p-form-footer__cta {
    margin: 0 20px;
  }
  .p-form-footer .c-box {
    padding: 10px;
  }
}

.p-form-table {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.p-form-table__row {
  display: table-row;
}
.p-form-table__row + .p-form-table__row .p-form-table__cell {
  border-top: 1px solid #e5e5e5;
}
.p-form-table__cell {
  display: table-cell;
  vertical-align: top;
}
.p-form-table__cell--body {
  padding: 35px 0 35px 30px;
}
.p-form-table__cell--ttl {
  background-color: #f6f6f6;
  width: 245px;
  padding: 40px 10px 35px 35px;
}
.p-form-table__cell--ttl__main {
  font-weight: bold;
}
@media only screen and (max-width: 719px) {
  .p-form-table {
    display: block;
    border-bottom: none;
  }
  .p-form-table__row {
    display: block;
  }
  .p-form-table__row + .p-form-table__row .p-form-table__cell {
    border-top: none;
  }
  .p-form-table__cell {
    display: block;
  }
  .p-form-table__cell--body {
    padding: 20px 10px;
  }
  .p-form-table__cell--ttl {
    background-color: #f6f6f6;
    width: 100%;
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 719px) {
  .p-graduation__type {
    width: 70%;
  }
}

.p-hint .p-icon-circle {
  margin-right: 0.5em;
}

.p-histories {
  margin-top: 30px;
}
.special-1 .p-histories {
  margin-top: 0;
}

.p-history__heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #555555;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
.p-history__detail {
  margin-top: 40px;
}
@media only screen and (max-width: 719px) {
  .p-history__detail {
    margin-top: 0;
  }
}

.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-icon-circle {
  padding: 0.25em 0.3em;
  background-color: #555555;
  border-radius: 100%;
  color: #ffffff;
  font-size: 11px;
}

.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;
  }
}
@media only screen and (max-width: 719px) {
  .p-input-block--more {
    position: relative;
    padding-right: 45px;
  }
  .p-input-block--more > * {
    display: block;
  }
  .p-input-block--more__more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 !important;
  }
}

.p-input-set-wrap {
  display: table;
  width: 100%;
}
.p-input-set-wrap > * {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 719px) {
  .p-input-set-wrap {
    display: block;
  }
  .p-input-set-wrap > * {
    display: block;
  }
  .p-input-set-wrap > * + * {
    margin-top: 10px;
  }
}

.p-input-set > * {
  display: inline-block;
  vertical-align: middle;
}
.p-input-set > * + * {
  margin-left: 10px;
}
.p-input-set > * + *.is-mmin {
  margin-left: 5px;
}
@media only screen and (max-width: 719px) {
  .p-input-set {
    display: table;
    width: 100%;
  }
  .p-input-set > * {
    display: table-cell;
    vertical-align: middle;
  }
  .p-input-set > * + * {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 719px) {
  .p-input-set--sp-block {
    display: block;
  }
  .p-input-set--sp-block > * {
    display: block;
  }
  .p-input-set--sp-block > * + * {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
  }
  .p-input-set--sp-iblock {
    display: block;
  }
  .p-input-set--sp-iblock > * {
    display: inline-block;
  }
  .p-input-set--sp-iblock > * + * {
    margin-left: 0;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 719px) {
  .p-input-set--more {
    display: block;
    position: relative;
    padding-right: 45px;
  }
  .p-input-set--more > * {
    display: block;
  }
  .p-input-set--more__more {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-job-content__foot {
  position: relative;
  padding-right: 90px;
}
.p-job-content__foot .c-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.p-label-set {
  display: inline;
}
.p-label-set + .p-label-set {
  margin-left: 30px;
}
@media only screen and (max-width: 719px) {
  .p-label-set {
    display: table;
    width: 100%;
  }
  .p-label-set > * {
    display: table-cell;
    vertical-align: middle;
  }
  .p-label-set + .p-label-set {
    margin-top: 10px;
    margin-left: 0;
  }
}

.p-label-before {
  margin-right: 1em;
}
@media only screen and (max-width: 719px) {
  .p-label-before {
    margin-right: 5px;
  }
}

.p-label-after {
  margin-left: 1em;
}
@media only screen and (max-width: 719px) {
  .p-label-after {
    margin-left: 5px;
  }
}

.p-label-middle {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 719px) {
  .p-label-middle {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-mini-table {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.p-mini-table__row {
  display: table-row;
}
.p-mini-table__row + .p-mini-table__row .p-mini-table__cell {
  border-top: 1px solid #e5e5e5;
}
.p-mini-table__cell {
  display: table-cell;
  padding: 30px 0;
  vertical-align: top;
}
.p-mini-table__cell--ttl {
  width: 160px;
  padding: 35px 0;
}
.p-mini-table__cell--ttl__main {
  font-weight: bold;
}
.p-mini-table__cell--ttl.is-single {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-mini-table__caption {
  background-color: #adadad;
  padding: 0.2em 0.75em;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 719px) {
  .p-mini-table {
    display: block;
    border-bottom: none;
  }
  .p-mini-table__row {
    display: block;
  }
  .p-mini-table__row + .p-mini-table__row .p-mini-table__cell {
    border-top: none;
  }
  .p-mini-table__cell {
    display: block;
  }
  .p-mini-table__cell--body {
    padding: 20px 10px;
    background-color: #ffffff;
  }
  .p-mini-table__cell--ttl {
    background-color: #f1f1f1;
    width: 100%;
    padding: 10px 10px;
  }
  .p-mini-table__caption {
    display: block;
  }
}

.p-more-block {
  display: none;
}
.p-more-block.is-active {
  display: block;
}
.p-more-block.is-last .p-more-block__more, .p-more-block.is-nexted .p-more-block__more {
  visibility: hidden;
  cursor: default;
}
.p-more-block.is-last .p-more-block__more--removable, .p-more-block.is-nexted .p-more-block__more--removable {
  display: none;
}

.p-more-objective .c-select {
  margin-top: 15px;
}
.p-more-objective__more {
  margin-top: 15px;
  margin-right: 15px;
  text-align: right;
}

.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(../img/pc/icon-arrow-pagetop.png) no-repeat left center;
}
@media only screen and (min-width: 720px) {
  .p-pagetop a {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-pagetop a:hover {
    filter: alpha(opactiy=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    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(../img/sp/icon-arrow-pagetop.png) no-repeat left center;
    background-size: 8px 6px;
  }
}

.p-postal-area__ttl {
  width: 130px;
}

.p-required-nums {
  display: none;
  position: fixed;
  right: -24px;
  top: 20px;
  z-index: 1000;
}
.p-required-nums.is-show {
  display: block;
}
@media only screen and (max-width: 719px) {
  .p-required-nums {
    width: 100%;
    right: auto;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .p-required-nums.is-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-required-nums-block {
  width: 124px;
  padding: 15px 0 5px 0;
  border: 2px solid #f34d47;
  border-radius: 8px;
  background-color: #ffe5e5;
  color: #f34d47;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
}
.p-required-nums-block__inner {
  text-align: center;
  width: 100px;
}
.p-required-nums-block__heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.p-required-nums-block__text {
  padding: 0.25em 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .p-required-nums-block {
    width: 100%;
    border: none;
    border-bottom: 1px solid #f34d47;
    padding: 0;
    height: 36px;
    border-radius: 0;
  }
  .p-required-nums-block__inner {
    width: 100%;
    padding-top: 8px;
  }
  .p-required-nums-block__heading {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
  }
  .p-required-nums-block__text {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    padding: 0;
  }
}

.p-section__header {
  height: 43px;
  background: transparent url(../img/pc/bg-ttl.png) no-repeat 0 0;
  line-height: 43px;
}
#main .p-section__heading {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 1em;
  text-align: left;
  border: none;
  line-height: inherit;
  background: none;
}
.p-section__heading span {
  color: #ffffff;
}
.p-section + .p-section {
  margin-top: 60px;
}
@media only screen and (max-width: 719px) {
  .p-section__header {
    height: 35px;
    line-height: 35px;
  }
  #main .p-section__heading {
    height: 35px;
    font-size: 13px;
    background: #005cb0 url(../img/sp/bg-ttl.png) no-repeat 0 0;
    background-size: 320px 35px;
  }
  .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%;
}
.p-securities__block--norton {
  width: 60%;
}
@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;
}
.p-security--norton .p-security__icon {
  width: 120px;
  padding: 0 15px 0 0;
}
.p-security--norton .p-security__caption {
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 719px) {
  .p-security__caption {
    font-size: 10px;
  }
  .p-security--norton {
    margin-top: 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;
  }
  .special-1 .p-shoulder {
    display: block;
    min-width: inherit;
  }
}
.p-timeline {
  padding-bottom: 30px;
}
.p-timeline__img {
  margin-top: 20px;
}
@media only screen and (max-width: 719px) {
  .p-timeline {
    padding: 0 10px 15px;
  }
  .p-timeline__txt {
    line-height: 1;
  }
  .p-timeline__img {
    margin-top: 10px;
  }
  .p-timeline__img img {
    max-width: 100%;
    height: auto;
  }
}

.p-toggle-radios-target {
  display: none;
}
.p-toggle-radios-target.is-active {
  display: block;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

.u-color--primary {
  color: #005ead !important;
}

@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;
  }
}

.u-display--ib {
  display: inline-block;
}

.u-display--none {
  display: none;
}

.u-font-size-note {
  font-size: 11px;
}

.u-margin--small {
  margin-top: 15px;
}

.u-margin--base {
  margin-top: 30px;
}

.u-margin--large {
  margin-top: 60px;
}

#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;
}
#winClose {
	text-align:center;
    margin: 40px auto 30px;
}
#winClose a{
	display:block;
	width:40%;
	margin:0 auto;
    padding: 7px 0;
    text-align: center;
	color:#fff;
    font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
}

.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-color: #DFE3F8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F5FB), to(#DFE3F8));
	background-image: -webkit-linear-gradient(top, #F2F5FB, #DFE3F8);
	background-image:    -moz-linear-gradient(top, #F2F5FB, #DFE3F8);
	background-image:     -ms-linear-gradient(top, #F2F5FB, #DFE3F8);
	background-image:      -o-linear-gradient(top, #F2F5FB, #DFE3F8);
	background-image:         linear-gradient(top, #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%;
  }
  .ent_pc {
    display: none;
  }
  .zebra td, .zebra th {
    padding: 4px 2px;
  }
  .ent_copyBtn{
    width:80%;
  }
  #winClose a{
    width:60%;
  }
}
.noscript {
  padding-bottom: 30px;
  color: #f34d47;
}


.special-1 .p-shoulder .p-shoulder_logo {
  display: block;
  width: 121px;
  height: 115px;
  position: absolute;
  top: 0;
  z-index: 9999;
}
.special-1 .p-shoulder .p-shoulder_logo img {
  width: 100%;
}
.special-1 .p-shoulder p {
  padding-left: 125px;
}
.special-1 .c-container-top {
  height: 60px;
  background-color: #fff;
}
.special-1 .c-container-top ul {
  padding-left: 125px;
}
.special-1 .c-container-top ul li {
  width: 48%
}
@media only screen and (max-width: 719px) {
  .special-1 .c-container-top {
    height: 45px;
  }
  .special-1 .c-container-top ul {
    padding-left: 25%;
  }
  .special-1 .c-container-top ul li img {
    width: 100%
  }
}
.special-1 .c-container-child_left {
   float: left;
}
.special-1 .c-container-child_right {
  float: right;
  text-align: right;
}
.special-1 #ef-header {
  padding-top: 40px;
}
.special-1 a {
  color: #005ead;
  text-decoration: underline;
}
.special-1 .cell--non-margin{
  padding-top: 0;
}
@media only screen and (max-width: 719px) {
  .special-1 .c-container-child_right {
    padding-right:5px;
  }
  .special-1 #ef-header {
    padding-top: 25px;
  }
  .special-1 .p-shoulder .p-shoulder_logo {
    width: 25%;
    height: auto;
  }
  .special-1 .p-shoulder p {
    padding-left: 95px;
  }
}
.special-1 #ef-header img {
  width: 100%;
}

/* 顧問紹介 */
#komon #main {
  border-color: #481404;
}
#komon .p-section__header {
  background: transparent url(/entry/assets/img/pc/bg-ttl-komon.png) no-repeat 0 0;
}
@media only screen and (max-width: 719px) {
  #komon #main .p-section__heading {
    background: #8b1e05 url(/entry/assets/img/sp/bg-ttl-komon.png) no-repeat 0 0;
    background-size: 320px 35px;
  }
  #komon .p-btn-cta {
    box-shadow: 0 4px 0 #5f1403;
  }
  #komon .p-btn-cta:after {
    background-color: #c80810;
    background-image: -webkit-radial-gradient(#c80810, #8b1e05);
    background-image: radial-gradient(#c80810, #8b1e05);
  }
}
#komon .p-complete__lead {
  color: #481404;
}
/* 顧問紹介 得意分野 チェック項目 */
.specialty--block {
  padding: 5px 0;
}
/* 顧問紹介 得意分野 チェック項目の罫線 */
.specialty--block+.specialty--block:before {
  border-top: 1px solid #93c2ce;
  content: " ";
  display: block;
  z-index: 2;
  position: relative;
  width: 97%;
  margin: 0 auto;
  padding: 0 0 15px 0;
}
/* 顧問紹介 得意分野 チェック項目のタイトル */
.specialty--title {
  display: inline-block;
  font-weight: bold;
  font-size: 110%;
}
/* 顧問紹介 得意分野 チェック項目の補足説明 */
.specialty--note {
  padding-left: 25px;
  display: inline-block;
}
/* 顧問紹介 得意分野「販路開拓」の小項目 */
#specialty_market_detail {
  padding-left: 25px;
}

/* エラー画面 */
#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;
  }
}

/* Agent規約 */
.agent-rules {
  margin: 0 160px 20px;
}
.agent-rules div {
  margin-bottom: 10px;
}
.agent-rules__link {
  text-align: center;
}
.agent-rules__link p {
  padding: 0 5px;
  display: inline-block;
}
@media only screen and (max-width: 719px) {
  .agent-rules {
    margin: 10px 0;
  }
}

/* 必須項目が入れ子の場合の背景色変化：未入力 */
.is-valid-child {
  background-color: #b7f0ff;
  border-radius: 4px;
  padding: 10px 0;
}
/* 必須項目が入れ子の場合の背景色変化：入力済 */
.is-valid-child.is-complete{
  background-color: inherit;
}
/* 必須項目が入れ子の場合の背景色変化：エラー */
.is-valid-child.is-error{
  background-color: #ffe5e5;
}
/* 必須項目が入れ子の場合の背景色変化：エラー解消済 */
.is-valid-child.is-error.is-complete{
  background-color: inherit;
}

.note-color {
	color: #000000;
}

/* 20220629_ロゴ修正 */

.entry__logo_pc{
  width: auto;
}

@media only screen and (max-width: 719px) {
  .entry__logo_sp{
    width: auto;
  }
}