@charset "UTF-8";

/* ============================================================================
 * Default Styles
 * ========================================================================= */
.str-cvconten,
.str-cvcontent *,
.str-cvcontent *::before,
.str-cvcontent *::after
 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ----------------------------------------------------------------------------
  * .str-cvcontent
  * ------------------------------------------------------------------------- */
.str-cvcontent {
  background: #312a2a;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 0;
  color: #fff;
}

.str-cvcontent.type-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.str-cvcontent *:not([class^="cv-box"]) a {
  color: #fff;
}

.str-cvcontent .mod-link> a::before {
    background-image: url(/shared/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -132px -179px;
    background-size: 201px 196px;
    position: absolute;
    top: .46666em;
    left: 12px;
    display: block;
    width: 7px;
    height: 8px;
    content: "";
}

.str-cvcontent .mod-link> a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 29px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 29px;
  font-size: 15px;
  font-size: 1.5rem;
}

.str-cvcontent .mod-link> a::before {
  background-position: -108px -179px;
}


.str-cvcontent .mod-link.align-center {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.str-cvcontent a[href^="#anc-"].icon-white::before {
  background-position: -127px -112px !important;
}

.str-cvcontent> .inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1100px;
  margin: auto;
  padding: 0 12px;
}

.str-cvcontent> .inner:last-child> *:last-child {
  margin-bottom: 0;
}

.str-cvcontent> .inner> [class^="hdg"] {
  text-align: center;
}

.str-cvcontent> .inner> .hdg3:not(:first-of-type) {
  position: relative;
  padding-top: 25px;
}

.str-cvcontent> .inner> .hdg3:not(:first-of-type)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #686c79;
}

.str-cvcontent> .inner> .hdg3> .label {
  font-size: 90%;
}

.str-cvcontent> .inner> .hdg3> .em {
  background: linear-gradient(transparent 60%, #3686da 20%);
  font-size: 120%;
}

.str-cvcontent> .inner> .hdg3> .em.type-2 {
  background: linear-gradient(transparent 60%, #1eb13e 20%);
}

.str-cvcontent .box-cv {
  height: 100%;
  padding: 13px 20px;
  background: #fff;
  text-align: center;
  color: #223;
}

.str-cvcontent .box-cv .time {
  margin: 0;
  font-size: 1.4rem;
}

.str-cvcontent .box-cv .time> span {
  font-size: 1.2rem;
}

.str-cvcontent .box-cv .number {
  margin: 0;
  font-family: -apple-system, arial, "Helvetica Neue", helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.str-cvcontent .box-cv .number a {
  color: #223;
}

.str-cvcontent .box-cv .number img {
  height: 21px;
}


.str-cvcontent .box-cv> *:first-child {
  margin-top: 0 !important;
}

.str-cvcontent .box-cv> *:last-child {
  margin-bottom: 0 !important;
}

.str-cvcontent .box-cv .copy {
  font-weight: bold;
}

.str-cvcontent .btn {
  color: #223;
}

.str-cvcontent> .inner> .mod-list-notice> .list> li {
  color: #fff;
}

/* ============================================================================
 * _btn modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .str-cvcontent .mod-btn
 * ------------------------------------------------------------------------- */
.str-cvcontent .mod-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.str-cvcontent .mod-btn[data-col] {
  -ms-flex-direction: row;
      flex-direction: row;
  align-items: stretch;
  margin-top: -24px;
  margin-left: -24px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}

.str-cvcontent .mod-btn[data-col] .btn {
  padding: 24px 0 0 24px;
}

.str-cvcontent .mod-btn[data-col] .btn:not(:last-child) {
  margin: 0;
}

.str-cvcontent .mod-btn[data-col] .btn a,
.str-cvcontent .mod-btn[data-col] .btn button[type] {
  width: 100%;
}

.str-cvcontent .mod-btn[data-col="1"] .btn {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;

  -ms-flex-preferred-size: 100%;
}

.str-cvcontent .mod-btn[data-col="2"] .btn {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;

  -ms-flex-preferred-size: 50%;
}

.str-cvcontent .mod-btn[data-col="3"] .btn {
  flex-basis: 33.3333%;
  width: 33.3333%;
  max-width: 33.3333%;

  -ms-flex-preferred-size: 33.3333%;
}

.str-cvcontent .mod-btn[data-col="4"] .btn {
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;

  -ms-flex-preferred-size: 25%;
}

.str-cvcontent .mod-btn[data-col="5"] .btn {
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;

  -ms-flex-preferred-size: 20%;
}

.str-cvcontent .mod-btn[data-col="6"] .btn {
  flex-basis: 16.6666%;
  width: 16.6666%;
  max-width: 16.6666%;

  -ms-flex-preferred-size: 16.6666%;
}

.str-cvcontent .mod-btn.of-small a,
.str-cvcontent .mod-btn.of-small button[type] {
  font-size: 1.3rem;
}

.str-cvcontent .mod-btn.of-large a,
.str-cvcontent .mod-btn.of-large button[type] {
  font-size: 2.4rem;
  line-height: 1.25;
  width: 100%;
  min-height: 54px;
  padding: 8px 36px;
}

.str-cvcontent .mod-btn a,
.str-cvcontent .mod-btn button[type] {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: #f0f1f3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  min-height: 48px;
  padding: 10px 36px;
  border: 1px solid #d9dadb;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.str-cvcontent .mod-btn a> span,
.str-cvcontent .mod-btn button[type]> span {
  width: 100%;
}

html:not([data-device="iphone"]) .str-cvcontent .mod-btn a> span,
html:not([data-device="iphone"])
.str-cvcontent .mod-btn button[type]> span {
  margin-bottom: -.25em;
}

.str-cvcontent .mod-btn a:not([target="_blank"])::after,
.str-cvcontent .mod-btn button[type]::after {
  background-image: url(/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -84px -179px;
  background-size: 201px 196px;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 7px;
  height: 13px;
  margin: auto 0;
  content: "";
}

.str-cvcontent .mod-btn a[target="_blank"] img.icn-_blank {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto 0;
}

.str-cvcontent .mod-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.str-cvcontent .mod-btn .btn a,
.str-cvcontent .mod-btn .btn button[type] {
  color: inherit;
}

.str-cvcontent .mod-btn .btn:not(:last-child) {
  margin: 0 0 15px;
}

.str-cvcontent .mod-btn .btn.var-02 a,
.str-cvcontent .mod-btn .btn.var-02 button[type] {
  color: #fff;
  background: #314da5;
}

.str-cvcontent .mod-btn .btn.var-02 a:not([target="_blank"])::after,
.str-cvcontent .mod-btn .btn.var-02 button[type]::after {
  background-image: url(/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -72px -179px;
  background-size: 201px 196px;
  width: 7px;
  height: 13px;
}

.str-cvcontent .mod-btn .btn.var-03 a,
.str-cvcontent .mod-btn .btn.var-03 button[type] {
  background: #fcdb00;
}

.str-cvcontent .mod-btn .btn.type-full,
.str-cvcontent .mod-btn .btn.type-wide,
.str-cvcontent .mod-btn .btn.type-narrow {
  width: 100%;
}

.str-cvcontent .mod-btn .btn.type-full a,
.str-cvcontent .mod-btn .btn.type-full button[type],
.str-cvcontent .mod-btn .btn.type-wide a,
.str-cvcontent .mod-btn .btn.type-wide button[type],
.str-cvcontent .mod-btn .btn.type-narrow a,
.str-cvcontent .mod-btn .btn.type-narrow button[type] {
  width: 100%;
}

.str-cvcontent .mod-btn .btn.type-full {
  flex-basis: 100%;
  width: 100%;

  -ms-flex-preferred-size: 100%;
}

.str-cvcontent .mod-btn .btn.type-wide {
  width: 468px;
}

.str-cvcontent .mod-btn .btn.type-narrow {
  width: 222px;
}

.str-cvcontent .mod-btn .btn.of-return a,
.str-cvcontent .mod-btn .btn.of-return button[type] {
  color: #fff;
  background: #929294;
}

.str-cvcontent .mod-btn .btn.of-return a:not([target="_blank"])::after,
.str-cvcontent .mod-btn .btn.of-return button[type]::after {
  background-image: url(/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -60px -179px;
  background-size: 201px 196px;
  right: auto;
  left: 14px;
  width: 7px;
  height: 13px;
}

.str-cvcontent .mod-btn button:disabled,
.str-cvcontent .mod-btn a:not([href]) {
  opacity: .3;
}

.str-cvcontent .mod-btn:not([data-col]).align-left {
  align-items: flex-start !important;

  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
}

.str-cvcontent .mod-btn:not([data-col]).align-right {
  align-items: flex-end !important;

  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
}

.str-cvcontent .mod-btn[data-col].align-left {
  justify-content: flex-start !important;

  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
}

.str-cvcontent .mod-btn[data-col].align-left .btn a {
  text-align: left;
  justify-content: flex-start;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
}

.str-cvcontent .mod-btn[data-col].align-right {
  justify-content: flex-end !important;

  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
}

.str-cvcontent .mod-btn[data-col].align-right .btn a {
  text-align: right;
  justify-content: flex-end;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.str-cvcontent .mod-btn[data-col].align-right .btn a::after,
.str-cvcontent .mod-btn[data-col].align-right .btn a img.icn-_blank {
  left: 14px;
}



/* ----------------------------------------------------------------------------
 * .mod-list-notice
 * ------------------------------------------------------------------------- */
.mod-list-notice {
  margin: 0 0 24px;
}

.mod-list-notice> .list {
  font-size: 1.2rem;
  padding: 0;
}

.mod-list-notice> .list> li {
  padding: 0 0 0 1em;
  color: #6f6f6f;
}

.mod-list-notice> .list> li> * {
  padding: 0 0 1px;
}

.mod-list-notice> .list> li> .symbol {
  white-space: nowrap;
  padding-right: 7px;
}

.mod-list-notice> .list> li .content {
  display: inline;
}

.mod-list-notice> .list> li .content> *:first-child:not(.str-cvcontent .mod-btn):not([data-col]) {
  margin-top: 0;
}

.mod-list-notice> .list> li .content> *:last-child {
  margin-bottom: 0;
}

.mod-list-notice.align-center> .list,
.mod-list-notice.align-right> .list {
  text-align: left;
}

/* ============================================================================
 * _lyt modules
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .mod-lyt
 * ------------------------------------------------------------------------- */
.mod-lyt {
  margin: 0 0 24px;
}

.mod-lyt> .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -24px 0 0 -24px;
}

.mod-lyt> .inner> .col {
  flex-basis: 100%;
  max-width: 100%;
  padding: 24px 0 0 24px;

  -ms-flex-preferred-size: 100%;
}

.mod-lyt.type-2> .inner {
  margin: -9px 0 0 -9px;
}

.mod-lyt.type-2> .inner> .col {
  padding: 9px 0 0 9px;
}

.mod-lyt> .inner> .col> *:first-child {
  margin-top: 0;
}

.mod-lyt> .inner> .col> *:last-child {
  margin-bottom: 0;
}

.mod-lyt[data-col="2"]> .inner> .col {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;

  -ms-flex-preferred-size: 50%;
}

.mod-lyt[data-col="3"]> .inner> .col {
  flex-basis: 33.333%;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;

  -ms-flex-preferred-size: 33.333%;
}

.mod-lyt[data-col="4"]> .inner> .col {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;

  -ms-flex-preferred-size: 25%;
}

.mod-lyt[data-col="5"]> .inner> .col {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  max-width: 20%;

  -ms-flex-preferred-size: 20%;
}

.mod-lyt[data-col="6"]> .inner> .col {
  flex-basis: 16.666%;
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;

  -ms-flex-preferred-size: 16.666%;
}

/* ----------------------------------------------------------------------------
 * .
 * ------------------------------------------------------------------------- */
.content-w-810 {
 max-width: 810px !important;
 margin-left: auto !important;
 margin-right: auto !important;
}

@media screen and (min-width: 768px) {

  .str-cvcontent {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .str-cvcontent.type-2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .str-cvcontent> .inner> .hdg2 {
    font-size: 3.2rem;
    margin-bottom: 48px;
  }
  .str-cvcontent> .inner> .hdg3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .str-cvcontent> .inner> .hdg3:not(:first-of-type) {
    padding-top: 70px;
  }
  .str-cvcontent> .inner> .hdg3:not(:first-of-type)::before {
    top: 40px;
    left: calc(50% - (73.63% / 2));
    width: 73.63%;
  }
  .str-cvcontent> .inner> .hdg3> .label {
    margin-right: 7px;
  }
  .str-cvcontent .box-cv> .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .str-cvcontent .box-cv .box-cv {
    height: 100%;
  }
  .str-cvcontent .box-cv .copy {
    margin-bottom: 5px;
  }
  .str-cvcontent .box-cv .time {
    width: 36%;
    border-right: 1px solid #d9dadb;
  }
  .str-cvcontent .box-cv .number {
    width: calc(100% - 36%);
    font-size: 3.8rem;
  }

  .str-cvcontent .mod-btn.of-large a,
  .str-cvcontent .mod-btn.of-large button[type] {
    font-size: 2.8rem;
    min-height: 67px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .str-cvcontent .mod-btn[data-col-pc] {
    -ms-flex-direction: row;
        flex-direction: row;
    align-items: stretch;
    margin-top: -24px;
    margin-left: -24px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
  }
  .str-cvcontent .mod-btn[data-col-pc] .btn {
    padding: 24px 0 0 24px;
  }
  .str-cvcontent .mod-btn[data-col-pc] .btn:not(:last-child) {
    margin: 0;
  }
  .str-cvcontent .mod-btn[data-col-pc] .btn a,
  .str-cvcontent .mod-btn[data-col-pc] .btn button[type] {
    width: 100%;
  }
  .str-cvcontent .mod-btn[data-col-pc="1"] .btn {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;

    -ms-flex-preferred-size: 100%;
  }
  .str-cvcontent .mod-btn[data-col-pc="2"] .btn {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;

    -ms-flex-preferred-size: 50%;
  }
  .str-cvcontent .mod-btn[data-col-pc="3"] .btn {
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;

    -ms-flex-preferred-size: 33.3333%;
  }
  .str-cvcontent .mod-btn[data-col-pc="4"] .btn {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;

    -ms-flex-preferred-size: 25%;
  }
  .str-cvcontent .mod-btn[data-col-pc="5"] .btn {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;

    -ms-flex-preferred-size: 20%;
  }
  .str-cvcontent .mod-btn[data-col-pc="6"] .btn {
    flex-basis: 16.6666%;
    width: 16.6666%;
    max-width: 16.6666%;

    -ms-flex-preferred-size: 16.6666%;
  }
  .str-cvcontent .mod-btn a,
  .str-cvcontent .mod-btn button[type] {
    width: 303px;
  }
  .str-cvcontent .mod-btn a[href],
  .str-cvcontent .mod-btn button[type]:not(:disabled) {
    -webkit-transition: .2s opacity ease-out;
            transition: .2s opacity ease-out;
  }
  .str-cvcontent .mod-btn a[href]:hover,
  .str-cvcontent .mod-btn a[href]:focus,
  .str-cvcontent .mod-btn button[type]:not(:disabled):hover,
  .str-cvcontent .mod-btn button[type]:not(:disabled):focus {
    text-decoration: none;
    opacity: .7;
  }
  .str-cvcontent .mod-btn a::after,
  .str-cvcontent .mod-btn button[type]::after {
    background-repeat: no-repeat;
    -webkit-transition: .2s right ease-out;
            transition: .2s right ease-out;
  }
  .str-cvcontent .mod-btn a[href]:not([target="_blank"])::after,
  .str-cvcontent .mod-btn button[type]:not(:disabled)::after {
    -webkit-transition: .2s right ease-out;
            transition: .2s right ease-out;
  }
  .str-cvcontent .mod-btn a[href]:not([target="_blank"]):hover::after,
  .str-cvcontent .mod-btn a[href]:not([target="_blank"]):focus::after,
  .str-cvcontent .mod-btn button[type]:not(:disabled):hover::after,
  .str-cvcontent .mod-btn button[type]:not(:disabled):focus::after {
    right: 10px;
  }
  .str-cvcontent .mod-btn> .btn.of-return a[href]:not([target="_blank"])::after,
  .str-cvcontent .mod-btn> .btn.of-return button[type]:not(:disabled)::after {
    -webkit-transition: .2s left ease-out;
            transition: .2s left ease-out;
  }
  .str-cvcontent .mod-btn> .btn.of-return a[href]:not([target="_blank"]):hover::after,
  .str-cvcontent .mod-btn> .btn.of-return a[href]:not([target="_blank"]):focus::after,
  .str-cvcontent .mod-btn> .btn.of-return button[type]:not(:disabled):hover::after,
  .str-cvcontent .mod-btn> .btn.of-return button[type]:not(:disabled):focus::after {
    left: 10px;
  }
  .str-cvcontent .mod-btn .btn.type-wide {
    width: 468px;
  }
  .str-cvcontent .mod-btn .btn.type-narrow {
    width: 222px;
  }
  .mod-list-notice[data-col-pc="1"]> .list> li {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;

    -ms-flex-preferred-size: 100%;
  }
  .mod-list-notice[data-col-pc="2"]> .list> li {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;

    -ms-flex-preferred-size: 50%;
  }
  .mod-list-notice[data-col-pc="3"]> .list> li {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;

    -ms-flex-preferred-size: 33.333%;
  }
  .mod-list-notice[data-col-pc="4"]> .list> li {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;

    -ms-flex-preferred-size: 25%;
  }
  .mod-list-notice[data-col-pc="5"]> .list> li {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;

    -ms-flex-preferred-size: 20%;
  }
  .mod-list-notice[data-col-pc="6"]> .list> li {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;

    -ms-flex-preferred-size: 16.666%;
  }
  .mod-list-notice[data-col-pc]:not([data-col-pc="1"])> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-list-notice[data-col]:not([data-col="1"])> .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-list-notice:not([data-col])> .list {
    display: table;
    margin: 0;
  }
  .mod-list-notice:not([data-col])> .list> li {
    display: table-row;
    padding: 0;
  }
  .mod-list-notice:not([data-col])> .list> li::before,
  .mod-list-notice:not([data-col])> .list> li> .content {
    display: table-cell;
  }
  .mod-list-notice> .list {
    margin: 0 0 0 -12px;
  }
  .mod-list-notice> .list> li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 12px;
  }
  .mod-list-notice> .list> li+ li {
    margin-top: .3em;
  }
  .mod-list-notice> .list> li .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mod-list-notice> .list> li .content> small {
    display: block;
  }
  .mod-list-notice.align-center,
  .mod-list-notice.align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-list-notice.align-center {
    justify-content: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .mod-list-notice.align-right {
    justify-content: flex-end;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
  .mod-lyt[data-col-pc="1"]> .inner> .col {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;

    -ms-flex-preferred-size: 100%;
  }
  .mod-lyt[data-col-pc="2"]> .inner> .col {
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;

    -ms-flex-preferred-size: 50%;
  }
  .mod-lyt[data-col-pc="3"]> .inner> .col {
    flex-basis: 33.333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;

    -ms-flex-preferred-size: 33.333%;
  }
  .mod-lyt[data-col-pc="4"]> .inner> .col {
    flex-basis: 25%;
    width: 25%;
    min-width: 25%;
    max-width: 25%;

    -ms-flex-preferred-size: 25%;
  }
  .mod-lyt[data-col-pc="5"]> .inner> .col {
    flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;

    -ms-flex-preferred-size: 20%;
  }
  .mod-lyt[data-col-pc="6"]> .inner> .col {
    flex-basis: 16.666%;
    width: 16.6666%;
    min-width: 16.6666%;
    max-width: 16.6666%;

    -ms-flex-preferred-size: 16.666%;
  }
}

@media screen and (max-width: 768px) {
  .str-cvcontent> .inner> .hdg2 {
    font-size: 2.2rem;
    margin-bottom: 27px;
  }
  .str-cvcontent> .inner> .hdg3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .str-cvcontent> .inner> .hdg3> .label {
    display: block;
    text-align: left;
  }
  .str-cvcontent .box-cv .number {
    font-size: 3.4rem;
  }
  .str-cvcontent .box-cv .str-cvcontent .mod-btn .btn:not(:last-child) {
    margin-bottom: 15px;
  }

  .hdtel {
    padding: 12px 10px 10px;
    background: #fff;
  }
  .hdtel img {
    max-width: 100%;
    vertical-align: middle;
  }

  .str-cvcontent .mod-btn a> span,
  .str-cvcontent .mod-btn button[type]> span {
    line-height: 1.2;
  }
  .mod-list-notice> .list> li> .symbol {
    margin-left: -1em;
  }
}

.str-cvcontent {
  line-height: 1.6;
  font-size: 1.4rem;
}
.str-cvcontent .mod-btn {
  border: none;
  background-color: transparent;
  line-height: 1.6;
  cursor: auto;
}
.str-cvcontent .mod-btn:hover, .str-cvcontent .mod-btn:focus, .str-cvcontent .mod-btn:active {
  background-color: transparent;
}
.str-cvcontent .mod-btn, .str-cvcontent .mod-btn-2, .str-cvcontent .mod-btn-3, .str-cvcontent .mod-btnBack, .str-cvcontent .mod-btnNext {
  padding: 0;
}
.str-cvcontent .box-cv .number img {
  vertical-align: inherit;
}
.str-cvcontent> .inner> .hdg2 {
  line-height: 1.6;
}
.str-cvcontent> .inner> .hdg3 {
  line-height: 1.6;
  margin: 20px  0 20px;
}
.str-cvcontent> .inner> .mod-list-notice> .list> li {
  line-height: 1.6;
}
.str-cvcontent .box-cv .time {
  line-height: 1.6;
}
.str-cvcontent .box-cv .copy {
  font-size: 15px;
  font-size: 1.5rem;
}
.str-cvcontent small {
  font-size: 100%;
}
.str-cvcontent .align-center {
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
.str-cvcontent .box-cv .copy {
  margin-bottom: 15px;
}
}
@media only screen and (max-width: 767px) {
.box-support {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  padding: 10px;
}

.sp-hide {
  display: none !important;
}

.box-support > .text > p {
  font-size: 1.1rem;
}

.box-support > .button {
  color: #fff;
  background-color: #2187eb;
  font-size: 1rem;
  padding: 6px 16px 6px 6px;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
  min-width: 80px;
}

.box-support.type-02 > .button {
  background-color: #1eb13e;
}

.box-support > .button::after {
  position: absolute;
  right: 5px;
  top: 50%;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
}

.box-cv.align-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}

.box-support > .text {
  width: 70%;
}

}

@media only screen and (min-width: 767px) {
.box-support {
  width: 720px;
  margin: 0 auto 20px;
}

.box-support > p {
  text-align: center;
}

.box-support p > a{
  display: block;
  padding: 10px;
}
}

.box-support {
  border: 1px solid #fff;
  box-sizing: border-box;
}

.box-support p{
  margin: 0;
}

.box-support img[src="/access/common_v2/img/icon-outside.png"] {
-ms-filter: brightness(100) invert(0);
 filter: brightness(100) invert(0);
}

.box-support a img[src*="icon-"] {
    margin-right: 5px;
}

.js-toggle.cta {
  max-width: 720px;
  margin: 0 auto;
}

.js-toggle.cta > .mod-boxToggle > .title {
  background-color: #312a2a;
  font-size: 1.4rem;
  text-align: center;
}


[data-script-enabled] .js-toggle.cta .js-toggleBtn span::before {
  background-color: #312a2a;
  border-radius: 50%;
  border: 1px solid #fff;
}

[data-script-enabled] .js-toggle.cta .js-toggleBtn span::after {
  background-color: #312a2a;
  border-radius: 50%;
  border: 1px solid #fff;
}

[data-script-enabled] .js-toggle.cta .js-toggleBtn {
  top: -3px;
}

[data-script-enabled] .js-toggle.cta .js-toggleContent {
  background-color: #f2f2f2;
}

[data-script-enabled] .js-toggle.cta .js-toggleContent * {
  color: #223;
}

[data-script-enabled] .js-toggle.cta .js-toggleContent .hdg {
  font-size: 1.4rem;
  padding: 0 0 3px;
  border-bottom: 1px solid #b8b8b8;
}

@media only screen and (min-width: 767px) {
.js-toggle.cta > .mod-boxToggle > .title:hover,
.js-toggle.cta > .mod-boxToggle > .title:focus {
  text-decoration: underline;
}

.str-cvcontent .mod-btn a {
  width: 264px;
}

.support-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;

}

}

.str-cvcontent .box-cv .time {
  border: none;
}

.str-cvcontent .box-cv.type-02 .time,
.str-cvcontent .box-cv.type-02 .number {
  width: auto;
}

.str-cvcontent .box-cv .link > a {
  color: #223;
}

.support-btn {
    display: flex;
    padding: 10px 30px 10px 20px;
    border: 1px solid #fff;
    min-height: 65px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.js-toggle.cta .mod-boxToggle {
    margin-bottom: 12px;
    border: 1px solid #fff;
    background: #fff;
}

.js-toggle.cta .mod-boxToggle > .title  {
  margin: 0;
}

.js-toggle.cta .mod-boxToggle > .title > span {
    position: relative;
    display: block;
    padding: 14px 16px 14px 0;
}

.js-toggle.cta .mod-boxToggle .content {
    padding: 2em;
    border-top: 1px solid #ccc;
}

.js-toggle.cta .mod-boxToggle .content > .hdg {
  margin: 0 0 20px;
}

.box-cv p {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
.js-toggle.cta .mod-boxToggle .content {
  padding: 9px;
}

.js-toggle.cta .mod-boxToggle .content > .hdg {
  margin: 0 0 12px;
}

}

.js-toggle.cta button {
    font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
    font-size: 100%;
    line-height: 1.71429;
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: baseline;
    border: 0;
    background: transparent;
}

.mod-listManual {
display: table;
margin-bottom: 20px;
border-collapse: collapse;
}

.mod-listManual > li > * {
display: table-cell;
text-align: left;
}

.mod-listManual > li > * > *:last-child {
margin-bottom: 0;
}

.mod-listManual > li > .mark {
padding: 0 10px 0 0;
white-space: pre;
}

.mod-listManual > li > .content {
word-break: break-all;
}

.mod-listManual > li p {
  margin-top: 0;
}

.mod-box .mod-listManual > li > .content {
background-color: transparent;
}

.mb0 {
margin-bottom: 0!important;
}

.mb10 {
margin-bottom: 10px!important;
}

.mb20 {
margin-bottom: 20px!important;
}

.pt24 {
padding-top: 20px!important;
}

.type-wM.mod-btn-2 {
  max-width: 260px;
  font-size: 1.4rem;
  height: 38px;
  border-radius: 20px;
  background-color: #0a68c2;
  line-height: 1.2;
  display: inline-table;
  box-sizing: border-box;
  padding: 0 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.type-wM.mod-btn-2 > span {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.type-wM.mod-btn-2 > span > span{
    position: relative;
    display: inline-block;
    padding-left: 16px;
}

.type-wM.mod-btn-2 > span > span::before{
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: '';
    border: 5px solid transparent;
    border-left-color: #333;
    border-left-color: #fff;
}

@media only screen and (min-width: 768px) {
.type-wM.mod-btn-2 > span > span:hover,
.type-wM.mod-btn-2 > span > span:focus {
  text-decoration: underline;
}

.pc-hide {
  display: none !important;
}
}

.w-auto {
  width: auto !important;
}

.w-100 {
  width: 100% !important;
}

.w-49 {
  width: 49% !important;
}

@media only screen and (max-width: 767px) {
.w-49 {
  width: 100% !important;
}

}

.max-w100 {
  max-width: 100% !important;
}

.max-w500px {
  max-width: 500px;
}

.m-auto {
  margin: 0 auto!important;
}

.basis-auto {
  flex-basis: auto !important;
}

.box-support > .btn > a {
  display: flex;
}

a img[src*='icon-'] {
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}

.adSimpleapplyCollaboration .str-cvcontent {
 background: transparent;
}

.col > .hdg3 {
  font-size: 2rem;
}
.col > .hdg3 > .em {
  background: linear-gradient(transparent 60%, #3686da 20%);
  font-size: 120%;
}
.col > .hdg3 > .em.type-2 {
  background: linear-gradient(transparent 60%, #1eb13e 20%);
}

.h-100 {
	height: 100%;
}

.align-center {
  justify-content: center;
}

/* 学生支援エリア (ad_simpleapply)*/
.cta-student.adSimpleapplyCollaboration .str-cvcontent {
  background: #312a2a;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 0;
  color: #fff;
}
.cta .mod-boxToggle {
  /* margin: 0; */
}
.cta-student .cta {
  min-width: 100%;
}

/* //学生支援エリア */


.cta_notice {
  color: white;
  background: black;
  padding: 2rem 3rem 1rem;
  margin: 3rem 0 3rem;
}


.cta_notice h4 {
  font-size: 1.8rem;
}

.cta_notice .anc-arrow-cancellation::before {
  content: none!important;
}

.cta_notice .icn-_blank {
  vertical-align: baseline;
  margin: 0 3px 0 4px;
}
