@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Noto+Serif&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=PT+Serif&display=swap");

html {
  background: #FFF
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:after,
q:before {
  content: ""
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}

a {
  text-decoration: none
}

img {
  max-width: 100%
}

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto
}

body {
  font-family: "Helvetica Neue", "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "M+ 1p", Arial, sans-serif;
  font-size: 16px;
  color: #1F1F1F;
  word-wrap: break-word;
  position: relative;
  min-height: 100vh;
  padding-bottom: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body.apply-form {
  padding-bottom: 80px
}

a {
  color: #006097
}

a:hover {
  color: #0080ca
}

div,
h1,
h2,
h3,
h4 {
  line-height: 1.3
}

@media only screen and (max-width:980px) {

  div,
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.1
  }
}

dd,
dt,
li,
p {
  line-height: 1.8
}

@media only screen and (max-width:980px) {

  dd,
  dt,
  li,
  p {
    line-height: 1.6
  }
}

* {
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: normal
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Bold");
  font-weight: bold
}

.l-header.page-bc {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100
}

.l-footer {
  position: absolute;
  bottom: 0;
  width: 100%
}

.l-footer-copyright {
  text-align: center;
  color: #fff;
  border-top: 1px solid #333;
  padding: 25px 0 0
}

@media only screen and (max-width:768px) {
  .l-footer-copyright {
    font-size: 13px
  }
}

.l-content {
  padding: 75px 0 0
}

@media only screen and (max-width:900px) {
  .l-content {
    padding: 44px 0 0
  }
}

.l-content-page {
  padding: 0 0 100px
}

@media only screen and (max-width:1080px) {
  .l-content-page {
    padding: 0px
  }
}

.l-content-page.login-page {
  padding: 0px
}

@media only screen and (max-width:768px) {
  .l-content-page.login-page {
    padding: 75px 0
  }
}

.l-content-section__button-link {
  text-align: center;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px
}

@media only screen and (max-width:900px) {
  .l-content-section__button-link {
    padding: 3rem 1rem
  }
}

.l-content-section__button-link__right {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px
}

@media only screen and (max-width:900px) {
  .l-content-section__button-link__right {
    font-size: 16px;
    padding: 3rem 1rem
  }
}

.c-nav-logo {
  width: 250px
}

.c-nav-global a {
  font-weight: bold;
  color: #1F1F1F;
  text-decoration: none
}

.c-nav-global a:hover {
  color: #006097
}

@media only screen and (max-width:1150px) {
  .c-nav-global {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    opacity: 0;
    z-index: 100;
    overflow: hidden;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease
  }

  .c-nav-global.active {
    opacity: 1;
    top: 0;
    overflow: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.c-nav-global__sp {
  display: none;
  line-height: 1;
  font-size: 0px
}

@media only screen and (max-width:1150px) {
  .c-nav-global__sp {
    display: block;
    position: relative;
    z-index: 100
  }
}

.c-nav-global__sp-trigger {
  font-size: 0px;
  line-height: 1
}

.c-nav-global__sp-trigger.drawer_hidden {
  display: none
}

.c-nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:1150px) {
  .c-nav-global__list {
    display: block;
    padding: 56px 0 0px;
    background: #fff;
    height: 100vh;
    width: 100%;
    overflow: auto
  }
}

.c-nav-global__item {
  padding: 0 20px;
  position: relative;
  z-index: 1000
}

@media only screen and (max-width:1150px) {
  .c-nav-global__item {
    padding: 0 10px
  }
}

.c-nav-global__item.hover .c-nav-global__child {
  display: block
}

@media only screen and (max-width:1150px) {
  .c-nav-global__item.has-child {
    display: none
  }
}

.c-nav-global__item.login-page {
  display: none
}

.c-nav-global__item.page-bc a {
  color: #1F1F1F
}

.c-nav-global__item a {
  color: #006097
}

.c-nav-global__item a:hover {
  opacity: 0.7
}

@media only screen and (max-width:1150px) {
  .c-nav-global__item a {
    color: #1F1F1F
  }

  .c-nav-global__item a:hover {
    opacity: 1
  }
}

@media only screen and (max-width:1150px) {
  .c-nav-global__item a {
    padding: 5px;
    font-size: 16px;
    display: block
  }
}

.c-nav-global__item a.mail-form {
  color: #fff;
  background: #262626;
  position: relative;
  min-width: 200px;
  padding: 12px 15px;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

.c-nav-global__item a.mail-form:hover {
  background: #EF8661;
  opacity: 1
}

@media only screen and (max-width:1150px) {
  .c-nav-global__item a.mail-form {
    color: #1F1F1F;
    background: #fff;
    position: static;
    min-width: 0px;
    padding: 5px;
    border-radius: 0px
  }

  .c-nav-global__item a.mail-form:hover {
    color: #006097;
    background: #fff
  }
}

@media only screen and (max-width:1300px) {
  .c-nav-global__item {
    padding: 0 10px
  }
}

@media only screen and (max-width:1150px) {
  .c-nav-global__item {
    padding: 0 0 8px;
    margin: 0 15px 8px;
    border-bottom: 1px solid #ddd;
    position: relative
  }
}

.c-nav-global__item-sp {
  display: none
}

.c-nav-global__item-sp i.far {
  padding: 0 0 0 5px
}

@media only screen and (max-width:1150px) {
  .c-nav-global__item-sp {
    display: block;
    margin: 0 15px 8px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0 0 8px
  }

  .c-nav-global__item-sp a {
    padding: 5px;
    font-size: 16px;
    display: block
  }
}

.c-nav-global__child {
  display: none;
  position: absolute;
  background: #006097;
  padding: 12px 10px;
  border-radius: 6px;
  top: 25px;
  left: 10px
}

.c-nav-global__child-item {
  margin: 0 0 4px
}

.c-nav-global__child-item:last-child {
  margin: 0
}

.c-nav-global__child-item a {
  color: #fff;
  display: block;
  padding: 0 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.c-nav-global__child-item a:hover {
  color: #C4F4FF
}

.c-nav-global__child.js-active {
  display: block
}

.c-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px
}

@media only screen and (max-width:1150px) {
  .c-nav__inner {
    display: none
  }
}

.c-nav__inner a {
  color: #fff;
  border-bottom: 0.5px solid #212121;
  padding-bottom: 5px
}

.c-nav__inner a:hover {
  border-color: #fff
}

.c-nav__inner li {
  padding-left: 40px
}

.c-nav__inner i.far {
  padding: 0 0 0 5px
}

.c-grid__inner {
  width: 1380px;
  margin: 0 auto
}

@media only screen and (max-width:1380px) {
  .c-grid__inner {
    width: 100%;
    padding: 0 75px
  }

  .c-grid__inner.form-header {
    padding: 0px
  }
}

.c-grid__inner-short {
  width: 1220px;
  margin: 0 auto
}

@media only screen and (max-width:1220px) {
  .c-grid__inner-short {
    width: 1050px
  }
}

@media only screen and (max-width:1000px) {
  .c-grid__inner-short {
    width: 100%;
    margin: 0 auto
  }
}

.c-grid__inner-short-very {
  width: 920px;
  margin: 0 auto
}

@media only screen and (max-width:1000px) {
  .c-grid__inner-short-very {
    width: 100%;
    padding: 0 10px
  }
}

.c-grid__inner-minimum {
  width: 900px;
  margin: 0 auto
}

@media only screen and (max-width:768px) {
  .c-grid__inner-minimum {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px
  }
}

@media only screen and (max-width:768px) {
  .c-grid__inner.page-404 {
    padding: 0 30px
  }
}

@font-face {
  font-family: "Nothing You Could Do";
  src: url("../webfonts/NothingYouCouldDo-Regular.ttf") format("truetype")
}

@font-face {
  font-family: "Carattere";
  src: url("../webfonts/Carattere-Regular.ttf") format("truetype")
}

.c-font-ex {
  font-family: "Noto Serif", serif
}

.c-font-en {
  font-family: "Noto Serif JP", serif
}

.c-font-en-ex {
  font-family: "Carattere", cursive, serif
}

.c-list__list {
  list-style: none
}

.c-list__terms {
  counter-reset: count 0
}

.c-list__terms-inner p.terms-text {
  margin: 0 0 0.5rem 0
}

@media only screen and (max-width:768px) {
  .c-list__terms-inner p.terms-text {
    margin: 0 0 0.7rem 0
  }
}

.c-list__terms-list {
  margin: 0 0 18px;
  padding: 0 0 0 24px;
  position: relative;
  line-height: 1.8
}

.c-list__terms-list:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  position: absolute;
  left: 8px
}

.c-list__item {
  margin: 0 0 18px;
  padding: 0 0 0 24px;
  position: relative;
  line-height: 1.8
}

.c-list__item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #006097;
  position: absolute;
  top: 0.7em;
  left: 8px;
  margin: -4px 0 0 0
}

.c-list__item:last-child {
  margin: 0
}

.c-list__terms-box {
  padding: 0 50px 10px;
  position: relative;
  margin: 0
}

.c-list__terms-box span {
  position: absolute;
  left: 28px
}

.c-list__terms-box.c-list__item:before {
  display: none
}

.c-list-box {
  margin: 0 0 100px
}

.c-list-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-list-box__item {
  width: 30%;
  border-bottom: 1px solid #bebebe;
  padding: 0 0 50px;
  margin: 0 0 50px
}

@media only screen and (max-width:768px) {
  .c-list-box__item {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px
  }
}

.c-list-box__title {
  color: #d60005;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px
}

@media only screen and (max-width:768px) {
  .c-list-box__title {
    font-size: 16px;
    margin: 0 0 10px
  }
}

.c-list-box__catch {
  font-weight: bold;
  margin: 0 0 15px
}

@media only screen and (max-width:768px) {
  .c-list-box__catch {
    margin: 0 0 10px
  }
}

.c-list-box__body {
  line-height: 1.8
}

.c-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
  line-height: 1.4
}

@media only screen and (max-width:900px) {
  .c-title {
    font-size: 18px;
    margin: 0 0 20px
  }

  .c-title br {
    display: none
  }
}

input[type=button],
input[type=submit] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

input[type=button]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration {
  display: none
}

input[type=button]::focus,
input[type=submit]::focus {
  outline-offset: -2px
}

.c-input__box {
  margin: 0 0 25px
}

.c-input__box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-input__box-col {
  width: 47%
}

.c-input__box-col:last-child {
  margin: 0
}

.c-input__box-label {
  font-weight: bold;
  margin: 0 0 5px
}

.c-input__static {
  padding: 10px 0 0
}

.c-input__text {
  border: 1px solid #919191;
  font-size: 18px;
  outline: none;
  width: 100%;
  padding: 12px 10px;
  border-radius: 4px
}

.c-input__textarea {
  border: 1px solid #919191;
  font-size: 18px;
  outline: none;
  width: 100%;
  min-height: 200px;
  line-height: 1.6;
  padding: 12px 12px;
  border-radius: 4px
}

.c-input__textarea-notice {
  font-size: 15px;
  margin: 0 0 10px
}

.c-input__select {
  position: relative;
  display: inline-block;
  padding-top: 5px
}

.c-input__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #919191;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 30px 8px 8px;
  background: transparent;
  position: relative;
  z-index: 2
}

.c-input__select select:disabled+i {
  color: #E2E2E2
}

.c-input__select i {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 22px;
  color: #a00;
  z-index: 1
}

.c-input__radio {
  margin: 0 0 10px;
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.c-input__radio .horizontal-item {
  margin: 0 0 5px !important
}

.c-input__radio label {
  padding: 5px 0;
  display: inline-block;
  position: relative
}

@media only screen and (max-width:768px) {
  .c-input__radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.c-input__radio label .mwform-radio-field-text {
  display: inline-block;
  line-height: 1.9
}

.c-input__radio input[type=radio] {
  outline: none;
  opacity: 0.01
}

.c-input__radio input[type=radio]+span {
  padding: 0 0 0 12px
}

.c-input__radio input[type=radio]+span:before {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 6px;
  left: 0px;
  background: #e3e3e3;
  border: 2px solid #e3e3e3;
  border-radius: 24px;
  content: " ";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

.c-input__radio input[type=radio]+span:after {
  position: absolute;
  display: block;
  top: 12px;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #e3e3e3;
  content: " ";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

.c-input__radio input[type=radio]+span+span {
  padding: 0 0 0 20px
}

.c-input__radio input[type=radio]:checked+span:before {
  background: #fff;
  border-color: #00f
}

.c-input__radio input[type=radio]:checked+span:after {
  background: #00f
}

.c-input__checkbox .mwform-checkbox-field {
  position: relative;
  display: block;
  margin: 0 0 15px 0 !important
}

.c-input__checkbox label {
  cursor: pointer
}

.c-input__checkbox input[type=checkbox] {
  outline: none;
  opacity: 0.01
}

.c-input__checkbox input[type=checkbox]+span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 0 0 30px
}

.c-input__checkbox input[type=checkbox]+span:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #fff;
  border: 1px solid #919191;
  content: " ";
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer
}

.c-input__checkbox input[type=checkbox]:checked+span:before {
  background: #00f;
  border-color: #00f
}

.c-input__checkbox input[type=checkbox]:checked+span:after {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 4px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  cursor: pointer
}

.c-input__checkbox-ex {
  display: none
}

.c-input__checkbox-ex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0
}

@media only screen and (max-width:768px) {
  .c-input__checkbox-ex-inner {
    display: block
  }
}

.c-input__checkbox-ex-label {
  margin: 0 10px 0 0
}

@media only screen and (max-width:768px) {
  .c-input__checkbox-ex-label {
    margin: 0 0 5px
  }
}

.c-input__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 15px
}

.c-input__action:last-child {
  margin: 0
}

.c-input__content {
  padding: 35px 0 75px
}

.c-input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #C9D2D9
}

@media only screen and (max-width:768px) {
  .c-input__group {
    padding: 0 5px 20px;
    margin: 0 0 20px;
    display: block
  }
}

.c-input__group-container {
  border: 25px solid #F8F8F2;
  padding: 25px 15px;
  margin: 0 0 45px
}

.c-input__group-wrap {
  border-bottom: 1px dotted #eee
}

.c-input__group-wrap__last {
  margin: 0;
  padding: 0;
  border: none
}

.c-input__group-noline {
  padding: 0 15px;
  margin: 0 0 10px
}

.c-input__group-noline:last-child {
  margin: 0
}

.c-input__group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-weight: bold;
  width: 306px;
  padding: 30px 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F0F4F7
}

@media only screen and (max-width:768px) {
  .c-input__group-label {
    width: auto;
    padding: 0 0 10px 0;
    background: none
  }
}

.c-input__group-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 25px 30px 20px
}

@media only screen and (max-width:768px) {
  .c-input__group-body {
    padding: 0
  }
}

.c-input__group-etc {
  padding: 10px 0 0
}

.c-input__group-notice {
  padding: 0.75rem 0 0
}

.c-input__group-zip-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 12px
}

.c-input__group-zip-code__col {
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px 0 0
}

.c-input__group-address__col {
  margin: 0 0 10px
}

.c-input__group-sub-head {
  font-weight: 700;
  padding: 10px 0 0;
  font-size: 14px
}

.c-input__group-sub-body {
  padding: 5px 0 0;
  margin: 0 0 0 15px
}

.c-input__label {
  padding: 0 8px 0 0
}

.c-input__required {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #a00;
  padding: 0.3rem 0.5rem;
  font-size: 12px;
  right: 0
}

@media only screen and (max-width:768px) {
  .c-input__required {
    position: relative
  }
}

.c-input__optional {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #E2E2E2;
  padding: 0.3rem 0.5rem;
  margin: 0 0 0 1rem;
  font-size: 12px;
  right: 0
}

@media only screen and (max-width:768px) {
  .c-input__optional {
    position: relative
  }
}

.c-input__default {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0 6px
}

.c-input__default-title {
  margin: 0 0 3px
}

.c-input__default-date {
  font-size: 16px;
  font-weight: 400
}

.c-input__form-wrap {
  margin: 0 0 50px
}

.c-input__form-name {
  width: 10em
}

@media only screen and (max-width:768px) {
  .c-input__form-name {
    margin: 0 0 5px 0;
    width: 100%
  }
}

.c-input__form-email {
  width: 100%
}

@media only screen and (max-width:768px) {
  .c-input__form-position {
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  .c-input__form-position-check {
    width: 5%
  }
}

.c-input__form-tel {
  width: 35rem
}

@media only screen and (max-width:768px) {
  .c-input__form-tel {
    width: 100%
  }
}

.c-input__form-privacy {
  text-align: center;
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .c-input__form-privacy {
    display: block;
    margin: 0 0 20px
  }
}

.c-input__form-privacy .validation-errors .c-input__error {
  width: 60% !important;
  margin: 0 auto !important
}

@media only screen and (max-width:768px) {
  .c-input__form-privacy .validation-errors .c-input__error {
    width: auto !important
  }
}

.c-input__form-privacy label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:768px) {
  .c-input__form-privacy label {
    padding: 0 10px
  }
}

.c-input__form-privacy input[type=checkbox] {
  outline: none;
  opacity: 0.01
}

.c-input__form-privacy input[type=checkbox]+span {
  display: block;
  padding: 0 0 0 10px
}

@media only screen and (max-width:768px) {
  .c-input__form-privacy input[type=checkbox]+span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 15px;
    position: relative
  }
}

.c-input__form-privacy input[type=checkbox]+span:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #919191;
  content: " ";
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer
}

@media only screen and (max-width:768px) {
  .c-input__form-privacy input[type=checkbox]+span:before {
    left: -25px
  }
}

.c-input__form-privacy input[type=checkbox]:checked+span:before {
  background: #00f;
  border-color: #00f
}

.c-input__form-privacy input[type=checkbox]:checked+span:after {
  position: absolute;
  top: 3px;
  left: 8px;
  display: block;
  width: 4px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  cursor: pointer
}

@media only screen and (max-width:768px) {
  .c-input__form-privacy input[type=checkbox]:checked+span:after {
    left: -17px
  }
}

.c-input__form-enquete-label {
  margin: 0 0 15px
}

.c-input__form-enquete-label span {
  font-weight: bold;
  font-size: 18px
}

.c-input__form-enquete-outline {
  margin: 0 0 15px
}

.c-input__etc {
  padding: 10px 0 0 32px
}

.c-input__ex {
  margin: 0 0 15px
}

.c-input__ex:last-child {
  margin: 0
}

.c-input__ex-title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px
}

.c-input__ex-body input {
  width: 48%
}

@media only screen and (max-width:768px) {
  .c-input__ex-body input {
    width: 100%;
    margin: 0 0 5px
  }
}

.c-input__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-input__service-hiru-semi .c-input__detail-hiru-semi,
.c-input__service-hiru-semi .c-input__purpose-hiru-semi {
  display: block
}

.c-input__service-mail-letter .c-input__detail-mail-letter,
.c-input__service-mail-letter .c-input__purpose-mail-letter {
  display: block
}

.c-input__service-dac-dock .c-input__detail-dac-dock,
.c-input__service-dac-dock .c-input__purpose-dac-dock {
  display: block
}

.c-input__service-withdraw .c-input__detail-withdraw,
.c-input__service-withdraw .c-input__purpose-withdraw {
  display: block
}

.c-input__service-personnel .c-input__detail-personnel,
.c-input__service-personnel .c-input__purpose-personnel {
  display: block
}

.c-input__service-negotiation .c-input__detail-negotiation,
.c-input__service-negotiation .c-input__purpose-negotiation {
  display: block
}

.c-input__service-freshman .c-input__detail-freshman,
.c-input__service-freshman .c-input__purpose-freshman {
  display: block
}

.c-input__detail,
.c-input__purpose {
  display: none
}

.mw_wp_form_confirm .c-input__form-privacy,
.mw_wp_form_confirm .c-input__group-sub-head,
.mw_wp_form_confirm .c-input__privacy-link,
.mw_wp_form_confirm .c-input__textarea-notice {
  display: none
}

.mw_wp_form_confirm .c-input__group-body {
  padding: 12px 0 0 15px
}

.mw_wp_form_confirm .c-input__radio {
  padding: 0;
  margin: 0
}

.mw_wp_form_preview .c-input__group-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
  padding: 0 0 0 15px
}

.mw_wp_form_preview .c-input__group-body.cul-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 10px 15px
}

.mw_wp_form_preview .c-input__group-body.other-cul,
.mw_wp_form_preview .c-input__group-sub-body,
.mw_wp_form_preview .c-input__group-sub-head {
  padding: 0;
  margin: 0
}

.mw_wp_form_preview .c-input__group-etc {
  padding: 1px 0 0 0
}

.error {
  display: table;
  padding: 0;
  color: #a00;
  font-weight: bold;
  font-size: 14px
}

.error.hidden {
  display: none
}

.has-error input[type=text] {
  background: #b66d6d;
  border: 1px solid #a00
}

.validation-errors {
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 10px 0 0 0
}

.validation-errors .error {
  display: inline-block !important;
  color: #d60005 !important;
  background: #FFE8E9;
  font-size: 14px !important;
  padding: 8px 12px;
  line-height: 1
}

.validation-error-msg {
  font-size: 12px;
  line-height: 1.2
}

.form-content-act.local-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:768px) {
  .form-content-act.local-content {
    display: block
  }
}

.form-content-act__btn {
  text-align: center
}

@media only screen and (max-width:768px) {
  .form-content-act__btn {
    margin-bottom: 2.5rem
  }

  .form-content-act__btn:last-child {
    margin-bottom: 0
  }
}

.form-content-act__btn-back,
.form-content-act__btn-confirm {
  color: #fff;
  background: #33f
}

.form-content-act__btn-submit {
  color: #fff;
  background: #00f
}

.form-content-act .btn {
  margin: 0 35px
}

.form-content-act .button {
  display: inline-block;
  padding: 1em 2.5em;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  outline: none;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff;
  min-width: 30rem;
  font-size: 18px
}

@media only screen and (max-width:768px) {
  .form-content-act .button {
    min-width: auto;
    width: 80%
  }
}

.form-content-act .button:hover {
  cursor: pointer;
  color: #fff
}

.c-button__trigger {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  background: #006097;
  border: none
}

.c-button__trigger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  width: 28px;
  height: 2px;
  margin: -1px 0 0 -11px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s
}

.c-button__trigger span:after,
.c-button__trigger span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.c-button__trigger span:before {
  margin-top: -9px
}

.c-button__trigger span:after {
  margin-top: 7px
}

.c-button__trigger.active span {
  background: transparent
}

.c-button__trigger.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  background: #fff
}

.c-button__trigger.active span:after {
  margin: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff
}

.c-button__trigger.active {
  position: fixed;
  right: 10px;
  top: 10px
}

.c-button__primary {
  display: inline-block;
  padding: 15px 50px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: none;
  outline: none;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

@media only screen and (max-width:900px) {
  .c-button__primary {
    font-size: 15px
  }
}

.c-button__primary:hover {
  cursor: pointer;
  color: #fff
}

.c-button__primary span {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

.c-button__primary i {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

.c-button__primary.top-404 {
  color: #fff;
  background: #1F1F1F;
  position: relative;
  min-width: 280px
}

@media only screen and (max-width:768px) {
  .c-button__primary.top-404 {
    min-width: 90%
  }
}

.c-button__primary.top-404:hover {
  background: #ef8867
}

.c-button__primary.top-404:hover i {
  color: #ef8867
}

.c-button__primary.top-404 span {
  position: absolute;
  display: block;
  color: #1F1F1F;
  text-align: center;
  background: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 18px;
  top: 50%;
  right: 15px;
  margin: -10px 0 0
}

.c-breadcrumbs {
  margin-bottom: 8rem
}

@media only screen and (max-width:900px) {
  .c-breadcrumbs {
    padding: 0;
    margin-bottom: 3rem
  }
}

@media only screen and (max-width:768px) {
  .c-breadcrumbs {
    display: none
  }
}

.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-breadcrumbs__item {
  padding: 0 0.75rem 0 0;
  font-size: 14px
}

@media only screen and (max-width:980px) {
  .c-breadcrumbs__item {
    font-size: 11px
  }
}

.c-breadcrumbs__item a {
  color: #006097
}

.c-breadcrumbs__item span {
  border-bottom: 1px solid #006097
}

.c-icon-arrow-breadcrumbs {
  position: relative;
  display: inline-block;
  padding-right: 1.1em;
  text-decoration: none
}

.c-icon-arrow-breadcrumbs:before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -0.2em;
  margin-top: -0.5em
}

.c-icon-arrow-breadcrumbs:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 0;
  border-top: solid 1px #E2E2E2;
  border-right: solid 1px #E2E2E2;
  position: absolute;
  top: 50%;
  right: 0.22em;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-header-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-header-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:768px) {
  .p-header-content__body {
    display: block
  }
}

.p-header-content__body.form-inner {
  padding: 20px 1% 40px
}

.p-header-content.c-nav__small {
  min-width: auto;
  padding: 10px 15px;
  font-size: 15px
}

.p-header_logo {
  width: 250px
}

.p-header-wrap {
  padding: 10px
}

.p-header-title {
  color: #fff
}

.p-header-title__sub {
  margin-right: auto;
  padding-left: 20px;
  position: relative;
  top: 18px;
  color: #fff
}

@media only screen and (max-width:1150px) {
  .p-header-title__sub {
    top: 7px
  }
}

.p-header-title__sub.active {
  display: none
}

@media only screen and (max-width:768px) {
  .p-header-title__sub {
    font-size: 0.8em;
    padding: 0 0 0 30px;
    top: 2px
  }
}

.p-header-title__sub.page-bc {
  color: #1F1F1F
}

.p-home-logo {
  width: 250px;
  padding: 0 0 0 20px
}

.p-home-logo.active {
  display: none
}

@media only screen and (max-width:1150px) {
  .p-home-logo {
    width: 150px;
    padding: 0px
  }
}

@media only screen and (max-width:768px) {
  .p-home-logo {
    width: 110px
  }
}

.p-home-title-en {
  font-size: 2em;
  color: #006097;
  letter-spacing: 1px
}

@media only screen and (max-width:1000px) {
  .p-home-title-en {
    font-size: 1.4em;
    line-height: 1.5
  }
}

.p-home-title {
  font-size: 2.2em;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.3
}

@media only screen and (max-width:1000px) {
  .p-home-title {
    font-size: 1.7rem
  }
}

.p-home-title.catch-text br {
  display: none
}

@media only screen and (max-width:1220px) {
  .p-home-title.catch-text br {
    display: block
  }
}

.p-home-main-bc {
  padding: 80px 0 50px;
  background: #006097;
  position: relative;
  overflow: hidden
}

@media only screen and (max-width:768px) {
  .p-home-main-bc {
    padding: 100px 0 35px
  }
}

.p-home-main-visual__box {
  padding: 80px 11% 0 0;
  height: 103%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 10;
  background: #fff;
  -webkit-clip-path: polygon(75% 0, 100% 0, 100% 100%, 45% 100%);
  clip-path: polygon(75% 0, 100% 0, 100% 100%, 45% 100%)
}

@media only screen and (max-width:768px) {
  .p-home-main-visual__box {
    padding: 100px 6% 0 0
  }
}

.p-home-main-visual__body {
  position: relative;
  z-index: 15;
  margin: 10px 11% 20px
}

@media only screen and (max-width:768px) {
  .p-home-main-visual__body {
    margin: 85px 6% 40px
  }
}

@media only screen and (max-width:480px) {
  .p-home-main-visual__body {
    margin: 85px 6% 20px
  }
}

.p-home-main-visual__body-sub {
  position: relative;
  line-height: 1;
  font-size: 1px
}

.p-home-main-visual__img {
  width: 70%;
  text-align: right;
  margin-left: auto;
  line-height: 0;
  font-size: 1px;
  position: relative;
  bottom: -10px
}

.p-home-main-visual__img:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width:768px) {
  .p-home-main-visual__img {
    width: 88%;
    bottom: 77px
  }
}

.p-home-main-visual__img img {
  line-height: 0;
  font-size: 1px
}

.p-home-main-visual__catch {
  position: absolute;
  bottom: 20%;
  color: #fff
}

@media only screen and (max-width:1220px) {
  .p-home-main-visual__catch {
    bottom: 14%
  }
}

@media only screen and (max-width:768px) {
  .p-home-main-visual__catch {
    bottom: -11%;
    width: 100%;
    text-shadow: 2px 2px 0px #555
  }
}

.p-home-main-visual__catch-jp {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 10px
}

.p-home-main-visual__catch-jp br {
  display: none
}

@media only screen and (max-width:768px) {
  .p-home-main-visual__catch-jp br {
    display: block
  }
}

@media only screen and (max-width:1000px) {
  .p-home-main-visual__catch-jp {
    font-size: 15px
  }
}

@media only screen and (max-width:480px) {
  .p-home-main-visual__catch-jp {
    font-size: 13px;
    line-height: 1.3
  }
}

.p-home-main-visual__catch-en {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.4;
  margin: 0 0 30px
}

@media only screen and (max-width:1220px) {
  .p-home-main-visual__catch-en {
    font-size: 50px
  }
}

@media only screen and (max-width:1000px) {
  .p-home-main-visual__catch-en {
    font-size: 45px;
    margin: 0 0 15px;
    line-height: 1.2
  }
}

@media only screen and (max-width:768px) {
  .p-home-main-visual__catch-en {
    font-size: 34px
  }
}

@media only screen and (max-width:480px) {
  .p-home-main-visual__catch-en {
    font-size: 24px;
    margin: 0 0 10px 0
  }
}

.p-home-main-visual__catch-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 2
}

@media only screen and (max-width:1000px) {
  .p-home-main-visual__catch-text {
    font-size: 18px;
    line-height: 1.6
  }
}

@media only screen and (max-width:768px) {
  .p-home-main-visual__catch-text {
    font-size: 19px
  }
}

@media only screen and (max-width:480px) {
  .p-home-main-visual__catch-text {
    font-size: 13px
  }
}

.p-home-main-visual__title-box {
  font-weight: bold;
  font-size: 40px
}

@media only screen and (max-width:1000px) {
  .p-home-main-visual__title-box {
    font-size: 35px
  }
}

@media only screen and (max-width:768px) {
  .p-home-main-visual__title-box {
    font-size: 30px
  }
}

@media only screen and (max-width:480px) {
  .p-home-main-visual__title-box {
    font-size: 20px
  }
}

.p-home-main-visual__title-box.t-font-l-01 {
  color: #fff;
  margin: 0 11% 0 0;
  text-align: right;
  z-index: 10
}

@media only screen and (max-width:768px) {
  .p-home-main-visual__title-box.t-font-l-01 {
    margin: 0px 6% 0 0
  }
}

@media only screen and (max-width:480px) {
  .p-home-main-visual__title-box.t-font-l-01 {
    font-size: 21px
  }
}

.p-home-main-visual__title-box.t-font-l-02 {
  color: #006097;
  text-align: right
}

@media only screen and (max-width:480px) {
  .p-home-main-visual__title-box.t-font-l-02 {
    font-size: 21px
  }
}

.p-home-about-us {
  margin: 200px 0 100px 0;
  position: relative
}

@media only screen and (max-width:1150px) {
  .p-home-about-us {
    margin: 200px 0 100px 0
  }
}

@media only screen and (max-width:768px) {
  .p-home-about-us {
    margin: 80px 0 100px 0
  }
}

.p-home-about-us:before {
  content: " ";
  display: block;
  position: absolute;
  background: #F0F4F7;
  top: 0;
  right: 0;
  width: 70%;
  height: 350px;
  z-index: -2
}

@media only screen and (max-width:1000px) {
  .p-home-about-us:before {
    height: 700px;
    top: 80px
  }
}

@media only screen and (max-width:768px) {
  .p-home-about-us:before {
    height: 570px
  }
}

.p-home-about-us__col-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0 70px;
  margin: 0 0 200px 0
}

@media only screen and (max-width:1000px) {
  .p-home-about-us__col-body {
    display: block;
    line-height: 1.3;
    padding: 0 40px;
    margin: 0 0 130px 0
  }
}

@media only screen and (max-width:768px) {
  .p-home-about-us__col-body {
    padding: 0 10px
  }
}

.p-home-about-us__col-item {
  width: 50%
}

@media only screen and (max-width:1000px) {
  .p-home-about-us__col-item {
    width: 100%;
    margin: 0 0 35px 0
  }
}

.p-home-about-us__image {
  position: relative;
  width: 45%;
  top: -50px
}

@media only screen and (max-width:1000px) {
  .p-home-about-us__image {
    width: 100%;
    position: static;
    text-align: center
  }
}

.p-home-about-us__row {
  position: relative;
  padding: 0 10px
}

.p-home-about-us__catch {
  position: relative;
  top: -60px;
  right: 45px
}

@media only screen and (max-width:1000px) {
  .p-home-about-us__catch {
    position: static
  }
}

.p-home-about-us__textbox {
  width: 88%;
  position: relative;
  top: -50px
}

@media only screen and (max-width:1000px) {
  .p-home-about-us__textbox {
    padding: 20px 0;
    width: 95%;
    margin: 0 auto;
    top: -20px
  }
}

@media only screen and (max-width:768px) {
  .p-home-about-us__textbox {
    width: 100%
  }
}

.p-home-about-us__textbox-title {
  color: #EF8661;
  font-size: 1.8rem;
  padding: 10px 0;
  font-weight: bold
}

@media only screen and (max-width:1000px) {
  .p-home-about-us__textbox-title {
    font-size: 1.3rem
  }
}

.p-home-about-us__textbox-text {
  line-height: 2
}

.p-home-title-head {
  position: relative;
  padding: 0 3%
}

.p-home-title-head:before {
  content: " ";
  display: block;
  position: absolute;
  background: #F0F4F7;
  top: -30px;
  left: -40%;
  width: 53%;
  height: 130px;
  z-index: -2
}

@media only screen and (max-width:1000px) {
  .p-home-title-head:before {
    left: -38%;
    width: 53%;
    height: 90px;
    top: -20px
  }
}

@media only screen and (max-width:768px) {
  .p-home-title-head:before {
    width: 60%
  }
}

.p-home-pickup {
  margin: 0 0 200px 0
}

@media only screen and (max-width:768px) {
  .p-home-pickup {
    margin: 0 0 130px 0
  }
}

.p-home-pickup__about {
  margin: 70px 0;
  font-size: 1.3rem;
  padding: 0 3%;
  line-height: 1.6
}

@media only screen and (max-width:1000px) {
  .p-home-pickup__about {
    font-size: 1.2rem;
    line-height: 1.4
  }
}

@media only screen and (max-width:768px) {
  .p-home-pickup__about {
    font-size: 1rem;
    margin: 30px 0
  }

  .p-home-pickup__about.col-pickup {
    margin: 30px 0 50px
  }
}

.p-home-pickup__box,
.p-home-pickup__link {
  position: relative;
  background: #F0F4F7;
  border: 5px solid #F0F4F7;
  margin: 0 auto 80px;
  width: 80%;
  display: block;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

@media only screen and (max-width:1000px) {

  .p-home-pickup__box,
  .p-home-pickup__link {
    width: 90%
  }
}

@media only screen and (max-width:768px) {

  .p-home-pickup__box,
  .p-home-pickup__link {
    width: auto;
    padding: 40px 15px 20px;
    margin: 0 15px 80px
  }
}

.p-home-pickup__link:hover {
  border-color: #B0CFE5
}

.p-home-pickup__link:hover .p-home-pickup__col-title {
  color: #EF8661
}

.p-home-pickup__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -26px;
  left: -30px;
  font-size: 18px;
  color: #fff;
  z-index: 1;
  width: 200px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background: #006097;
  font-weight: bold
}

@media only screen and (max-width:768px) {
  .p-home-pickup__label {
    font-size: 16px;
    height: 35px;
    top: -15px;
    left: -15px
  }
}

.p-home-pickup__label span {
  display: block;
  margin: auto
}

.p-home-pickup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:768px) {
  .p-home-pickup__row {
    display: block
  }
}

.p-home-pickup__col-content {
  width: 58%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0 25px 20px
}

@media only screen and (max-width:768px) {
  .p-home-pickup__col-content {
    width: auto;
    padding: 0;
    margin: 0 0 25px
  }
}

.p-home-pickup__col-thumbnail {
  width: 40%
}

@media only screen and (max-width:768px) {
  .p-home-pickup__col-thumbnail {
    width: auto
  }
}

.p-home-pickup__col-title {
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 15px;
  color: #1F1F1F;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

.p-home-pickup__col-title.purchased__col {
  padding: 0px
}

@media only screen and (max-width:1000px) {
  .p-home-pickup__col-title {
    font-size: 22px
  }
}

@media only screen and (max-width:768px) {
  .p-home-pickup__col-title {
    font-size: 20px
  }
}

.p-home-pickup__col-title i {
  color: #EF8661;
  padding: 0 5px 0 0
}

.p-home-pickup__col-title i.coming-soon {
  display: none
}

.p-home-pickup__col-subtitle {
  font-weight: bold;
  margin: 0 0 12px;
  font-size: 18px;
  color: #1F1F1F;
  line-height: 1.2
}

@media only screen and (max-width:768px) {
  .p-home-pickup__col-subtitle {
    font-size: 16px
  }
}

.p-home-pickup__col-subtitle.purchased__col {
  margin: 0px;
  color: #006097
}

.p-home-pickup__col-body {
  color: #1F1F1F
}

.p-home-feature {
  margin: 0 0 200px 0
}

@media only screen and (max-width:768px) {
  .p-home-feature {
    margin: 0 0 100px 0
  }
}

@media only screen and (max-width:1000px) {
  .p-home-feature__row {
    margin: 0 70px
  }
}

@media only screen and (max-width:768px) {
  .p-home-feature__row {
    margin: 0 15px
  }
}

.p-home-feature__col {
  margin: 0 auto 70px;
  width: 70%;
  background: #F8F8F2;
  position: relative
}

@media only screen and (max-width:1000px) {
  .p-home-feature__col {
    width: 85%
  }
}

@media only screen and (max-width:768px) {
  .p-home-feature__col {
    width: 80%
  }
}

@media only screen and (max-width:480px) {
  .p-home-feature__col {
    width: 100%
  }
}

.p-home-feature__col-thumbnail {
  color: #EF8661;
  font-size: 2.5rem;
  position: absolute;
  top: -20px
}

.p-home-feature__col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:1000px) {
  .p-home-feature__col-box {
    padding: 20px
  }
}

@media only screen and (max-width:768px) {
  .p-home-feature__col-box {
    margin: 0 auto
  }
}

.p-home-feature__col-icon {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  text-align: center
}

@media only screen and (max-width:768px) {
  .p-home-feature__col-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: none
  }
}

.p-home-feature__col-icon i {
  color: #212121;
  font-size: 3.5em;
  padding: 33px
}

@media only screen and (max-width:768px) {
  .p-home-feature__col-icon i {
    font-size: 4rem;
    padding: 40px
  }
}

.p-home-feature__col-body {
  width: 80%
}

@media only screen and (max-width:1220px) {
  .p-home-feature__col-body {
    width: 75%
  }
}

@media only screen and (max-width:1000px) {
  .p-home-feature__col-body {
    padding-left: 15px
  }
}

@media only screen and (max-width:768px) {
  .p-home-feature__col-body {
    margin: 0 auto;
    text-align: center;
    width: 93%;
    padding: 10px 0 0 0
  }

  .p-home-feature__col-body.sp-item {
    text-align: left;
    text-align: left
  }
}

@media only screen and (max-width:768px) and (max-width:480px) {
  .p-home-feature__col-body.sp-item {
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  .p-home-feature__col-body.sp-item p {
    font-weight: normal;
    padding: 15px 0 0 0
  }
}

.p-home-feature__col-sp span {
  display: none
}

@media only screen and (max-width:768px) {
  .p-home-feature__col-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .p-home-feature__col-sp span {
    display: block;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 5px;
    text-align: center
  }

  .p-home-feature__col-sp i {
    color: #212121;
    font-size: 1.6em;
    padding: 9px
  }

  .p-home-feature__col-sp h3 {
    font-weight: bold;
    padding: 0 0 0 10px;
    line-height: 1.3
  }
}

@media only screen and (max-width:768px) and (max-width:768px) {
  .p-home-feature__col-sp h3 {
    font-size: 1.2em
  }
}

@media only screen and (max-width:768px) and (max-width:480px) {
  .p-home-feature__col-sp h3 {
    font-size: 1.1em
  }
}

.p-home-feature__col-title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 12px
}

.p-home-service {
  padding: 70px 0 0 0;
  background: #F0F4F7
}

.p-home-service__row {
  padding-bottom: 50px
}

@media only screen and (max-width:768px) {
  .p-home-service__row {
    padding-bottom: 60px
  }
}

.p-home-service__flow {
  background: #fff;
  padding: 10px 50px;
  width: 70%;
  margin: 0 auto
}

@media only screen and (max-width:1000px) {
  .p-home-service__flow {
    padding: 3px 20px;
    margin: 0 auto;
    width: 90%
  }
}

.p-home-service__flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0
}

@media only screen and (max-width:768px) {
  .p-home-service__flow-box {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 25px 0
  }
}

.p-home-service__flow-no {
  width: 80px;
  text-align: center;
  position: relative
}

@media only screen and (max-width:768px) {
  .p-home-service__flow-no {
    width: 40px
  }
}

.p-home-service__flow strong {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 80px;
  height: 80px;
  font-size: 10px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px
}

@media only screen and (max-width:768px) {
  .p-home-service__flow strong {
    width: 40px;
    height: 40px
  }
}

.p-home-service__flow strong.yellow-light {
  background: #FFE8AA;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid
}

.p-home-service__flow strong.yellow {
  background: #FFC871;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid
}

.p-home-service__flow strong.yellow-dark {
  background: #FFB571;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid
}

.p-home-service__flow strong.orange {
  background: #FC9C44;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid
}

.p-home-service__flow strong.orange-dark {
  background: #EF8661;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid
}

.p-home-service__flow strong span.flow-num {
  font-size: 27px
}

@media only screen and (max-width:768px) {
  .p-home-service__flow strong span.flow-num {
    font-size: 20px
  }
}

.p-home-service__flow p.p-home-service__flow-step {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold
}

.p-home-service__flow p.p-home-service__flow-step :before {
  content: "";
  position: absolute;
  top: 134%;
  left: 50%;
  display: block;
  background: #E2E2E2;
  width: 1px;
  height: 230%;
  z-index: 0
}

@media only screen and (max-width:768px) {
  .p-home-service__flow p.p-home-service__flow-step :before {
    top: 133%;
    height: 135px
  }
}

@media only screen and (max-width:768px) {

  .p-home-service__flow p.p-home-service__flow-step br,
  .p-home-service__flow p.p-home-service__flow-step span.flow-none {
    display: none
  }
}

.p-home-service__flow p.p-home-service__flow-step.flow-end :before {
  display: none
}

.p-home-service__flow-content {
  padding: 0 20px 0 30px
}

@media only screen and (max-width:768px) {
  .p-home-service__flow-content {
    padding: 0 15px
  }
}

.p-home-service__flow-title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2
}

@media only screen and (max-width:768px) {
  .p-home-service__flow-title {
    font-size: 1.1rem
  }
}

.p-home-qa {
  padding: 200px 0 0
}

@media only screen and (max-width:768px) {
  .p-home-qa {
    padding: 100px 0 0
  }
}

.p-home-qa__box {
  width: 800px;
  margin: 0 auto;
  padding: 100px 0
}

@media only screen and (max-width:1000px) {
  .p-home-qa__box {
    padding: 50px 30px 10px;
    margin: 0 auto;
    width: 100%
  }
}

@media only screen and (max-width:480px) {
  .p-home-qa__box {
    padding: 50px 15px 10px;
    margin: 0 auto;
    width: 100%
  }
}

.p-home-qa__box-item {
  margin: 0 0 50px 0
}

@media only screen and (max-width:768px) {
  .p-home-qa__box-item {
    margin: 0 0 40px 0
  }
}

.p-home-qa__box-item p {
  padding: 7px 0 0 20px
}

@media only screen and (max-width:768px) {
  .p-home-qa__box-item p {
    padding: 7px 0 0 10px
  }
}

.p-home-qa__box-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin: 0 0px 10px 0
}

@media only screen and (max-width:768px) {
  .p-home-qa__box-question p {
    width: 100%
  }
}

.p-home-qa__box-qicon {
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #7FAAD8;
  border-radius: 50%;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.p-home-qa__box-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0px 10px 0
}

.p-home-qa__box-answer span {
  border-bottom: 1px solid #7FAAD8
}

@media only screen and (max-width:768px) {
  .p-home-qa__box-answer p {
    width: 100%
  }

  .p-home-qa__box-answer p br {
    display: none
  }
}

.p-home-qa__box-aicon {
  color: #FC9C44;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 37px;
  font-size: 1.6rem;
  font-weight: normal;
  border: #FC9C44 solid 0.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.p-footer {
  background: #1F1F1F;
  padding: 20px 0 50px
}

.p-footer__logo {
  width: 240px
}

@media only screen and (max-width:1180px) {
  .p-footer__logo {
    margin: 0 auto
  }
}

.p-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:768px) {
  .p-footer__body {
    padding: 0 20 10px
  }
}

.p-footer-policy {
  position: fixed;
  z-index: -1;
  left: 0;
  width: 100%;
  background: rgba(0, 96, 151, 0.92);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  padding: 2.5rem 1rem 3rem;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  bottom: -15px
}

.p-footer-policy.js-active {
  bottom: 0;
  opacity: 1;
  z-index: 10
}

@media only screen and (max-width:768px) {
  .p-footer-policy {
    padding: 1.5rem 1.25rem 2.5rem
  }
}

.p-footer-policy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:768px) {
  .p-footer-policy__inner {
    display: block
  }
}

.p-footer-policy__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width:768px) {
  .p-footer-policy__content {
    margin: 0 0 1.5rem
  }
}

.p-footer-policy__content p {
  line-height: 1.6
}

.p-footer-policy__content a {
  color: #fff
}

.p-footer-policy__content a:hover {
  color: #006097
}

.p-footer-policy__agree {
  width: 200px;
  text-align: center
}

@media only screen and (max-width:768px) {
  .p-footer-policy__agree {
    width: auto
  }
}

.p-footer-policy__agree a {
  display: inline-block;
  background: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 1rem 2rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

.p-footer-policy__agree a:hover {
  color: #0091e4
}

.p-footer-copyright {
  padding: 0 0 35px;
  text-align: center
}

.p-footer-copyright.form-copy {
  padding: 20px 0 50px
}

@media only screen and (max-width:768px) {
  .p-footer-copyright {
    font-size: 13px;
    padding: 10px 0 20px 0
  }
}

.p-policy__body {
  margin: 100px 0 50px
}

.p-policy__body-title {
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 20px 0
}

.p-policy__outline {
  margin: 0 0 75px
}

.p-policy__box {
  margin: 0 0 75px
}

.p-policy__content p {
  margin: 0 0 1em
}

.p-policy__history {
  text-align: right;
  line-height: 1.8
}

.p-page-head {
  background: #006097 center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin: 0 0 15px;
  position: relative
}

@media only screen and (max-width:900px) {
  .p-page-head {
    padding: 30px 15px
  }
}

.p-page-head.series_01 {
  background-image: url(https://course.daocrew.com/cms/wp-content/themes/dac_school/assets/images/fresh/img_head_bg.jpg);
  margin: 0px
}

.p-page-head.series_02 {
  background-image: url(https://course.daocrew.com/cms/wp-content/themes/dac_school/assets/images/anti-fraud/img_head_bg.jpg);
  margin: 0px
}

.p-page-head.series_03 {
  background-image: url(https://course.daocrew.com/cms/wp-content/themes/dac_school/assets/images/withdraw/img_head_bg.jpg);
  margin: 0px
}

.p-page-head.series_03:before {
  background: rgba(0, 0, 0, 0.25)
}

.p-page-head.series_04 {
  background-image: url(https://course.daocrew.com/cms/wp-content/themes/dac_school/assets/images/org-reform-overview/img_head_bg.jpg);
  margin: 0px
}

.p-page-head:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}

.p-page-head__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  position: relative
}

@media only screen and (max-width:900px) {
  .p-page-head__title {
    font-size: 20px
  }
}

.p-page-head__title h1 {
  font-weight: 700;
  line-height: 1.8
}

@media only screen and (max-width:900px) {
  .p-page-head__title h1 {
    font-size: 16px
  }
}

.p-page-head__title-sub {
  font-size: 18px
}

@media only screen and (max-width:900px) {
  .p-page-head__title-sub {
    font-size: 12px
  }
}

.p-page-head__title-text {
  font-size: 16px
}

@media only screen and (max-width:900px) {
  .p-page-head__title-text {
    font-size: 11px
  }
}

.p-single-video__wrap {
  width: 900px;
  margin: 0 auto;
  padding: 35px 0
}

.p-single-video__title {
  font-weight: bold;
  font-size: 34px;
  margin: 0 0 50px
}

.p-single-video__section {
  margin: 0 0 75px
}

.p-single-video__section:last-child {
  margin: 0
}

.p-single-video__section-title {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 35px
}

.p-single-video__content {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-single-video__content:last-child {
  margin: 0
}

.p-single-video__content-box {
  padding: 0 0 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-single-video__content-title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px
}

.p-single-video__content-body {
  margin: 0 0 25px
}

.p-single-video__content-time {
  text-align: right
}

.p-single-video__content-tag {
  width: 380px
}

.p-form-sample {
  border: 8px solid #E6E6DB;
  padding: 25px;
  margin: 0 0 50px
}

.p-form-sample__title {
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 18px
}

@media only screen and (max-width:768px) {
  .p-form-sample__title {
    margin: 5px 0 15px
  }
}

.p-form-sample__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:768px) {
  .p-form-sample__inner {
    display: block
  }
}

.p-form-sample__body {
  width: 50%
}

@media only screen and (max-width:768px) {
  .p-form-sample__body {
    width: 100%;
    padding: 0 0 10px 0
  }
}

.p-form-sample__movie {
  width: 40%
}

@media only screen and (max-width:768px) {
  .p-form-sample__movie {
    width: 100%
  }
}

.p-form-title__logo {
  padding: 20px 0 30px
}

@media only screen and (max-width:900px) {
  .p-form-title__logo {
    padding: 10px 0 25px
  }
}

.p-form-title__logo img {
  width: 240px
}

@media only screen and (max-width:900px) {
  .p-form-title__logo img {
    width: 200px
  }
}

.p-form-head__title {
  font-weight: 700;
  margin: 0 0 25px;
  font-size: 30px
}

@media only screen and (max-width:900px) {
  .p-form-head__title {
    font-size: 20px
  }
}

.p-form-outline {
  margin: 0 0 10px
}

.p-form-notice {
  background: #F8F8F2;
  padding: 12px 20px;
  margin: 0 0 50px;
  font-size: 14px
}

.p-form-notice a {
  border-bottom: 1px solid #7FAAD8
}

.p-form-thanks__head {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 25px
}

.p-form-pass__title {
  font-weight: 700;
  margin: 0 0 35px;
  padding: 2px 0 2px 15px;
  border-left: 3px solid #aaa
}

.p-form-pass__head {
  font-weight: 700;
  margin: 0 0 25px
}

.p-form-pass__label {
  font-weight: 700;
  margin: 0 0 15px
}

.p-form-pass__notice {
  margin: 0 0 25px
}

.p-form-thanks__icon {
  font-size: 60px;
  text-align: center;
  margin: 0 0 10px;
  color: #EF8661
}

.p-form-thanks__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: 0 0 25px
}

@media only screen and (max-width:768px) {
  .p-form-thanks__title {
    font-size: 22px
  }
}

.p-form-thanks__body {
  text-align: center;
  margin: 0 0 25px;
  text-align: center
}

@media only screen and (max-width:768px) {
  .p-form-thanks__body {
    text-align: left
  }
}

.p-form-thanks__tell {
  margin: 0 auto 35px;
  padding: 15px 20px;
  width: 400px;
  background: #F8F8F2
}

@media only screen and (max-width:768px) {
  .p-form-thanks__tell {
    width: 100%
  }
}

.p-form-thanks__notice {
  margin: 0 50px;
  border: 8px solid #E6E6DB;
  padding: 20px 25px
}

@media only screen and (max-width:768px) {
  .p-form-thanks__notice {
    margin: 0 0 35px;
    padding: 20px 23px
  }
}

.p-form-thanks__notice-title {
  font-weight: 700;
  margin: 0 0 8px
}

.p-form-thanks__important {
  border: 8px solid #FFE8E9;
  margin: 0 50px 35px;
  padding: 20px 25px
}

@media only screen and (max-width:768px) {
  .p-form-thanks__important {
    margin: 0 0 35px;
    padding: 20px 23px
  }
}

.p-form-thanks__important-title {
  font-weight: 700;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-form-thanks__important-title span:first-child {
  background: #a00;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 8px
}

.p-form-thanks__important-title span:last-child {
  padding: 0 0 0 10px;
  color: #a00
}

.p-form-thanks__important strong {
  font-weight: bold
}

.p-form-thanks__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0
}

.p-form-thanks__action a {
  display: block;
  padding: 15px 35px;
  border-radius: 40px;
  background: #000;
  color: #fff;
  font-weight: bold
}

.p-purchased-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto
}

@media only screen and (max-width:1600px) {
  .p-purchased-row {
    margin: 0 50px
  }
}

.p-purchased-col__list {
  margin: 150px 0 0 0
}

@media only screen and (max-width:768px) {
  .p-purchased-col__list {
    margin: 70px 0 0 0
  }
}

.p-purchased__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 10px 0
}

.p-purchased__col i {
  padding: 0 5px 0 0
}

.p-purchased__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:768px) {
  .p-purchased__page {
    width: 100%;
    display: block;
    margin: 0 auto
  }
}

.p-purchased__page-img {
  width: 30%
}

@media only screen and (max-width:768px) {
  .p-purchased__page-img {
    width: 100%;
    margin: 0 auto
  }
}

.p-purchased__head {
  padding: 0 0 0 30px;
  width: 80%
}

@media only screen and (max-width:768px) {
  .p-purchased__head {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto
  }
}

.p-purchased__head-series {
  font-size: 22px;
  padding: 0 0 10px 0
}

@media only screen and (max-width:768px) {
  .p-purchased__head-series {
    font-size: 18px
  }
}

.p-purchased__head-title {
  font-size: 30px
}

@media only screen and (max-width:768px) {
  .p-purchased__head-title {
    font-size: 22px
  }
}

.p-purchased__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 5px solid #F0F4F7;
  width: 750px;
  display: block;
  margin: 50px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F0F4F7;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:768px) {
  .p-purchased__link {
    width: 80%;
    display: block
  }
}

.p-purchased__link:hover {
  border-color: #B0CFE5
}

.p-purchased__link:hover .p-home-pickup__col-title {
  color: #EF8661
}

.p-login__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 77vh
}

.p-login__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-login__col-body {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:768px) {
  .p-login__col-body {
    width: 80%;
    margin: 0 auto
  }
}

.p-login__col-body-inner {
  width: 400px;
  margin: auto
}

.p-login__col-photo {
  width: 50%;
  padding: 10px;
  width: 50%;
  padding: 10px;
  background-image: url(/cms/wp-content/themes/dac_school/assets/images/video/img_login-top.jpg);
  background-size: contain;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  background-position: center center
}

@media only screen and (max-width:768px) {
  .p-login__col-photo {
    display: none
  }
}

.p-login__error-list {
  background: #FFEFEF;
  padding: 10px 15px;
  margin: 0 0 15px
}

.p-login__error-item {
  font-weight: bold;
  color: #DB1C1C;
  font-size: 14px
}

.p-login__head {
  margin: 0 0 35px;
  position: relative
}

.p-login__head:before {
  content: "";
  width: 500%;
  height: 90%;
  display: block;
  background: #F0F4F7;
  position: absolute;
  top: 25%;
  right: 90px;
  z-index: -1
}

.p-login__title {
  color: #006097;
  font-size: 40px;
  margin: 0 0 10px
}

.p-login__form-box {
  margin: 0 0 15px
}

.p-login__form-label {
  font-weight: bold;
  margin: 0 0 5px
}

.p-login__form-body input {
  display: block;
  width: 100%;
  height: 2em;
  line-height: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  font-size: 18px;
  border: 1px solid #D8DADB;
  background: #F7FCFF;
  border-radius: 3px
}

.p-login__form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 0
}

.p-login__form-button {
  border: none;
  -webkit-appearance: none;
  border-radius: 6px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background: #006097;
  width: 80%;
  padding: 12px 0;
  display: block;
  font-size: 1.1rem
}

.p-login__form-link {
  text-align: center;
  padding: 30px 0 0 0
}

.p-login__form-link a {
  border-bottom: 1px solid #7FAAD8
}

.p-login__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-login__page-img {
  width: 20%
}

.fwb {
  font-weight: bold
}

.center {
  text-align: center
}

.mb-10 {
  margin-bottom: 10px
}

.p-page-head {
  background: #006097 center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin: 0 0 15px;
  position: relative
}

@media only screen and (max-width:900px) {
  .p-page-head {
    padding: 30px 15px
  }
}

.p-page-head:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}

.p-page-head__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  position: relative
}

@media only screen and (max-width:900px) {
  .p-page-head__title {
    font-size: 22px;
    line-height: 1.3
  }
}

.p-lecture__content {
  position: relative
}

.p-lecture-title {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.3
}

@media only screen and (max-width:1000px) {
  .p-lecture-title {
    font-size: 19px
  }
}

@media only screen and (max-width:1220px) {
  .p-lecture-title.catch-text br {
    display: block
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-title.catch-text br {
    display: none
  }
}

.p-lecture-title-en {
  font-size: 23px;
  color: #006097;
  letter-spacing: 1px
}

@media only screen and (max-width:1000px) {
  .p-lecture-title-en {
    font-size: 20px;
    line-height: 1.5
  }
}

.p-lecture-series {
  margin: 200px 0 100px 0;
  position: relative
}

@media only screen and (max-width:768px) {
  .p-lecture-series {
    margin-top: 50px
  }
}

.p-lecture-series__col-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 200px 0
}

@media only screen and (max-width:1000px) {
  .p-lecture-series__col-body {
    display: block;
    line-height: 1.3;
    padding: 0 40px;
    margin: 0 0 0px 0
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-series__col-body {
    padding: 0 10px
  }
}

.p-lecture-series__col-item {
  width: 50%
}

@media only screen and (max-width:1000px) {
  .p-lecture-series__col-item {
    width: 100%
  }
}

.p-lecture-series__textbox-text {
  line-height: 2
}

.p-lecture-series__mov {
  position: relative;
  width: 45%;
  top: -50px
}

@media only screen and (max-width:1000px) {
  .p-lecture-series__mov {
    width: 100%;
    position: static
  }
}

.p-lecture-series__mov div {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative
}

.p-lecture-series__mov div:before {
  content: " ";
  display: block;
  position: absolute;
  background: #006097;
  bottom: -35px;
  left: 40px;
  width: 100%;
  height: 100%;
  z-index: -2
}

@media only screen and (max-width:1000px) {
  .p-lecture-series__mov div:before {
    left: auto;
    right: -15px;
    bottom: auto;
    width: 100%;
    height: 100%;
    top: 30px
  }
}

.p-lecture-series__mov iframe {
  width: 100%;
  height: 100%
}

.p-lecture-series__mov p {
  text-align: right
}

.p-lecture-series__mov p a {
  color: #fff;
  border-bottom: 1px solid #fff
}

.p-lecture-series__row {
  position: relative;
  padding: 0 10px
}

.p-lecture-series__catch {
  position: relative;
  top: -60px
}

@media only screen and (max-width:768px) {
  .p-lecture-series__catch {
    top: -20px
  }
}

.p-lecture-series__catch.voice-item {
  top: -27px
}

.p-lecture-series__catch.voice-item:before {
  display: none
}

.p-lecture-series__catch:before {
  content: " ";
  display: block;
  position: absolute;
  background: #F0F4F7;
  top: 13px;
  left: -30px;
  width: 355px;
  height: 75px;
  z-index: -2
}

@media only screen and (max-width:1000px) {
  .p-lecture-series__catch:before {
    width: 32%;
    height: 50px;
    top: 13px;
    right: 0
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-series__catch:before {
    height: 45px;
    width: 45%;
    top: 15px
  }
}

.p-lecture-series__textbox {
  width: 75%
}

@media only screen and (max-width:1000px) {
  .p-lecture-series__textbox {
    padding: 20px 0;
    width: 95%;
    margin: 0 auto
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-series__textbox {
    width: 100%
  }
}

.p-lecture-content {
  margin: 200px 0 100px 0;
  position: relative
}

@media only screen and (max-width:768px) {
  .p-lecture-content {
    margin-top: 0px;
    margin-bottom: 50px
  }
}

.p-lecture-content__col-body {
  padding: 0 70px;
  margin: 0 0 200px 0;
}

@media only screen and (max-width:1000px) {
  .p-lecture-content__col-body {
    display: block;
    line-height: 1.3;
    padding: 0 40px;
    margin: 0 0 130px 0
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-content__col-body {
    padding: 0 15px;
    margin-bottom: 50px
  }
}

.p-lecture-content__col-body-button {
  padding: 0 70px;
  margin: 0 0 100px 0
}

@media only screen and (max-width:1000px) {
  .p-lecture-content__col-body-button {
    display: block;
    line-height: 1.3;
    padding: 0 40px;
    margin: 0 0 100px 0
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-content__col-body-button {
    margin: 0 15px 50px;
    padding: 0 15px;
  }
}

.p-lecture-content__col-item {
  width: 60%
}

@media only screen and (max-width:1000px) {
  .p-lecture-content__col-item {
    width: 100%
  }
}

.p-lecture-content__col-item-short {
  width: 840px;
  margin: 0 auto;
}

@media only screen and (max-width:1000px) {
  .p-lecture-content__col-item-short {
    width: 100%;
    margin: 0;
  }
}



.p-lecture-content__row {
  position: relative
}

@media only screen and (max-width:768px) {
  .p-lecture-content__row {
    padding: 0
  }
}

.p-lecture-content__catch {
  position: relative;
  top: -30px
}

@media only screen and (max-width:1000px) {
  .p-lecture-content__catch {
    position: static
  }
}

.p-lecture-content__catch:before {
  content: " ";
  display: block;
  position: absolute;
  background: #F0F4F7;
  top: 15px;
  left: -30px;
  width: 70%;
  height: 75px;
  z-index: -2
}

@media only screen and (max-width:1000px) {
  .p-lecture-content__catch:before {
    height: 70px;
    top: 10px;
    width: 60%
  }
}

.p-lecture-content__checklist {
  width: 770px;
  margin: 0 auto;
  padding: 50px 0 0 0
}

@media only screen and (max-width:1000px) {
  .p-lecture-content__checklist {
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-content__checklist {
    padding: 40px 0 20px
  }
}

.p-lecture-content__checklist li {
  border: 1px solid #E2E2E2;
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff
}

@media only screen and (max-width:768px) {
  .p-lecture-content__checklist li {
    margin-bottom: 10px;
    font-size: 0.9rem
  }
}

.p-lecture-content__checklist li img {
  display: block;
  margin-right: 10px
}

.p-lecture-content__circlelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0 0 0
}

@media only screen and (max-width:1000px) {
  .p-lecture-content__circlelist {
    margin-top: 30px
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-content__circlelist-wrap .p-lecture-content__catch:before {
    display: none
  }
}

.p-lecture-content__circlelist li {
  position: relative;
  width: 275px;
  padding: 0 0 0 2%
}

@media only screen and (max-width:1000px) {
  .p-lecture-content__circlelist li {
    padding: 0 0 0 10px
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-content__circlelist li {
    width: auto;
    margin-bottom: 20px
  }
}

.p-lecture-content__circlelist li span {
  position: absolute;
  top: 0px;
  background: #FC9C44;
  color: #fff;
  font-size: 1.6rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 2em
}

.p-lecture-content__circlelist li p {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-lecture-content__circlelist li:nth-child(odd) p {
  background: #F0F4F7;
  text-align: center
}

.p-lecture-content__circlelist li:nth-child(2n) p {
  border: 1px solid #006097;
  text-align: center
}

.p-lecture-content__point {
  padding: 30px 0 60px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #F0F4F7
}

@media only screen and (max-width:768px) {
  .p-lecture-content__point {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.p-lecture-content__point-wrap {
  background: #F0F4F7
}

@media only screen and (max-width:768px) {
  .p-lecture-content__point-wrap {
    padding-top: 70px
  }
}

.p-lecture-content__point-wrap .p-lecture-content__catch:before {
  display: none
}

.p-lecture-content__point-block {
  background: #fff;
  border-radius: 15px
}

.p-lecture-content__point-inner {
  padding: 20px 70px;
  margin-bottom: 30px
}

@media only screen and (max-width:768px) {
  .p-lecture-content__point-inner {
    padding: 20px 25px;
    margin-bottom: 20px
  }
}

.p-lecture-content__point-inner p:first-of-type {
  color: #FC9C44;
  font-weight: bold;
  font-size: 1.1rem
}

.p-lecture-content__point-inner p:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.2rem
}

@media only screen and (max-width:768px) {
  .p-lecture-content__point-inner p:nth-of-type(2) {
    font-size: 1.1rem
  }
}

.p-lecture-content__desc {
  margin-top: 100px
}

@media only screen and (max-width:768px) {
  .p-lecture-content__desc {
    margin-top: 30px
  }
}

.p-lecture-content__desc-wrap .p-home-title-head {
  padding: 0
}

@media only screen and (max-width:768px) {
  .p-lecture-content__desc-wrap .p-home-title-head {
    padding: 0 20px
  }
}

.p-lecture-content__desc-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  .p-lecture-content__desc-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px
  }
}

.p-lecture-content__desc-info {
  width: 61%;
  margin-bottom: 30px
}

@media only screen and (max-width:768px) {
  .p-lecture-content__desc-info {
    width: 100%
  }
}

.p-lecture-content__desc-head {
  font-weight: bold;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:768px) {
  .p-lecture-content__desc-head {
    font-size: 1.1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0
  }
}

.p-lecture-content__desc-head span {
  font-weight: normal;
  font-size: 3.6rem;
  color: #FC9C44;
  padding-right: 0.5rem
}

@media only screen and (max-width:768px) {
  .p-lecture-content__desc-head span {
    font-size: 2rem;
    display: block
  }
}

.p-lecture-content__desc-img {
  width: 30%;
  margin-left: auto
}

@media only screen and (max-width:768px) {
  .p-lecture-content__desc-img {
    width: 100%
  }

  .p-lecture-content__desc-img img {
    width: 100%
  }
}

.p-lecture-content__desc-inner {
  padding: 40px 80px;
  margin-bottom: 30px
}

.p-lecture-content__voice {
  position: relative;
  width: 48%;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  .p-lecture-content__voice {
    width: 100%;
    margin-bottom: 15px
  }
}

.p-lecture-content__voice-bg {
  background: #F0F4F7
}

@media only screen and (max-width:768px) {
  .p-lecture-content__voice-bg {
    padding-top: 70px
  }
}

.p-lecture-content__voice-bg .p-lecture-content__catch:before {
  display: none
}

.p-lecture-content__voice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px
}

@media only screen and (max-width:768px) {
  .p-lecture-content__voice-wrap {
    padding-top: 20px
  }
}

.p-lecture-content__voice-inner {
  position: relative;
  padding: 40px 40px
}

@media only screen and (max-width:768px) {
  .p-lecture-content__voice-inner {
    padding: 20px 20px 35px
  }
}

.p-lecture-content__voice-inner p {
  font-weight: bold
}

.p-lecture-content__voice span {
  position: absolute;
  bottom: 15px;
  right: 40px;
  color: #212121
}

@media only screen and (max-width:768px) {
  .p-lecture-content__voice span {
    right: 20px;
    bottom: 10px
  }
}

.p-lecture-curriculum {
  margin: 200px 0
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum {
    margin: 130px 0
  }
}

.p-lecture-curriculum__box {
  margin: 100px 0 50px;
  padding: 0 100px
}

@media only screen and (max-width:1080px) {
  .p-lecture-curriculum__box {
    padding: 0 30px
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum__box {
    padding: 0px;
    margin: 50px 0
  }
}

.p-lecture-curriculum table {
  width: 100%;
  border-bottom: 1px solid #A3A3A3
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum table {
    font-size: 0.9rem
  }
}

.p-lecture-curriculum td,
.p-lecture-curriculum th {
  border: 1px solid #A3A3A3;
  border-collapse: collapse
}

.p-lecture-curriculum tr:first-of-type td {
  border: none;
  padding-bottom: 10px
}

.p-lecture-curriculum td:first-of-type {
  border-left: none;
  border-bottom: none
}

.p-lecture-curriculum td:last-of-type {
  border-right: none
}

.p-lecture-curriculum td[rowspan="4"] {
  font-size: 1.2rem
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum td[rowspan="4"] {
    font-size: 0.9rem
  }
}

.p-lecture-curriculum td[rowspan="3"] {
  font-size: 1.2rem
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum td[rowspan="3"] {
    font-size: 0.9rem
  }
}

.p-lecture-curriculum td[rowspan="2"] {
  font-size: 1.2rem
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum td[rowspan="2"] {
    font-size: 0.9rem
  }
}

.p-lecture-curriculum-ttl {
  width: 20%
}

.p-lecture-curriculum-main {
  width: 60%
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum-main {
    width: 67%
  }
}

.p-lecture-curriculum-time {
  width: 20%
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum-time {
    width: 13%
  }
}

.p-lecture-curriculum-info {
  padding: 25px 30px
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum-info {
    padding: 15px
  }
}

.p-lecture-curriculum ul {
  list-style: disc
}

.p-lecture-curriculum li {
  margin-left: 1.5em
}

.p-lecture-curriculum-tokuten {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  background: #006097;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px
}

.p-lecture-curriculum-tokuten.item-min {
  width: 550px
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum-tokuten.item-min {
    width: 90%
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum-tokuten {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.p-lecture-curriculum-tokuten img {
  width: 100px
}

@media only screen and (min-width:769px) {
  .p-lecture-curriculum-tokuten img.curriculum-01 {
    margin: 0 10px 0 0
  }
}

@media only screen and (min-width:769px) {
  .p-lecture-curriculum-tokuten img.curriculum-02 {
    margin: 0 30px 0 0
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum-tokuten img {
    width: 70px;
    display: block
  }
}

.p-lecture-curriculum-tokuten-txt {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum-tokuten-txt {
    font-size: 14px;
    padding: 0 0 0 10px;
    line-height: 1.4
  }
}

@media only screen and (max-width:450px) {
  .p-lecture-curriculum-tokuten-txt {
    font-size: 14px;
    padding: 0 0 0 5px
  }
}

.p-lecture-curriculum-tokuten-link {
  color: #fff !important;
  -webkit-text-decoration: #fff underline 0.5px !important;
  text-decoration: #fff underline 0.5px !important;
  text-underline-offset: 5px !important
}

.p-lecture-curriculum-tokuten-link:hover {
  opacity: 0.8
}

.p-lecture-curriculum-chapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0
}

.p-lecture-curriculum-chapter.text-item {
  padding: 2px 0 0 5px;
  width: 90%
}

@media only screen and (max-width:768px) {
  .p-lecture-curriculum-chapter.text-item {
    padding: 1px 0 0 5px
  }
}

.fwb-color {
  background: #F0F4F7;
  color: #006097;
  width: 11%;
  font-weight: 700;
  padding: 2px 8px;
  height: 30px;
  text-align: center
}

@media only screen and (max-width:1200px) {
  .fwb-color {
    width: 20%
  }
}

@media only screen and (max-width:768px) {
  .fwb-color {
    width: 17%;
    height: 26px;
    padding: 1px 8px
  }
}

@media only screen and (max-width:500px) {
  .fwb-color {
    width: 30%;
    height: 26px;
    padding: 1px 8px
  }
}

.p-lecture-overview__box {
  margin: 100px 0 50px;
  padding: 0 100px
}

@media only screen and (max-width:768px) {
  .p-lecture-overview__box {
    padding: 0 10px;
    margin: 50px 0
  }
}

.p-lecture-overview__box ul {
  border-bottom: 1px solid #A3A3A3
}

.p-lecture-overview__box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #A3A3A3
}

@media only screen and (max-width:768px) {
  .p-lecture-overview__box li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-lecture-overview__box li:last-of-type {
  border-bottom: none
}

.p-lecture-overview__box-head {
  width: 20%;
  border-right: 1px solid #A3A3A3;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:768px) {
  .p-lecture-overview__box-head {
    width: 100%;
    border-right: none;
    padding: 20px 0 0
  }
}

.p-lecture-overview__box-head p {
  font-weight: bold;
  font-size: 1rem
}

@media only screen and (max-width:768px) {
  .p-lecture-overview__box-head p {
    font-size: 1.2rem
  }
}

.p-lecture-overview__box-inner {
  padding: 20px;
  width: 80%
}

@media only screen and (max-width:768px) {
  .p-lecture-overview__box-inner {
    width: 100%;
    padding: 10px 0 20px 20px
  }
}

@media only screen and (max-width:768px) {
  .p-lecture-overview__box-inner p {
    font-size: 0.9rem
  }
}

.p-lecture-overview__box-inner p:last-of-type {
  margin-bottom: 0
}

.p-lecture-overview__box-inner .fwb {
  margin-top: 15px
}

@media only screen and (max-width:768px) {
  .p-lecture-overview__box-inner .fwb {
    margin-top: 0
  }
}

.p-lecture-button {
  text-align: center
}

.p-lecture-button button {
  border: none;
  background: none;
  height: 100px;
  margin: 0 0 100px 0
}

@media only screen and (max-width:768px) {
  .p-lecture-button button {
    margin: 0
  }
}

.p-lecture-button button a {
  background: #33f;
  padding: 20px 90px;
  border-radius: 38px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  transition: 0.3s all
}

.p-lecture-button button a:hover {
  opacity: 0.5
}

.p-lecture-button-float {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 10
}

@media only screen and (max-width:768px) {
  .p-lecture-button-float {
    top: 85%
  }
}

.p-lecture-button-float button {
  border: none;
  background: none;
  padding: 0;
  margin: 0
}

.p-lecture-button-float button a {
  display: block;
  background: #FC9C44;
  padding: 20px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  transition: 0.3s all
}

@media only screen and (max-width:768px) {
  .p-lecture-button-float button a {
    font-size: 0.8rem;
    padding: 10px
  }
}

.p-lecture-button-float button a:hover {
  background: #EF8661
}

.p-video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto
}

@media only screen and (max-width:1600px) {
  .p-video-row {
    margin: 0 50px
  }
}

@media only screen and (max-width:768px) {
  .p-video-row {
    display: block;
    margin: 0 10px
  }
}

.p-video-col__main {
  width: 67%
}

@media only screen and (max-width:768px) {
  .p-video-col__main {
    width: 100%
  }
}

.p-video-col__list {
  width: 30%
}

@media only screen and (max-width:768px) {
  .p-video-col__list {
    width: 100%
  }
}

.p-video__head {
  position: relative;
  padding: 15px 0;
  margin: 0 0 35px
}

.p-video__head:before {
  content: "";
  width: 60%;
  height: 100%;
  display: block;
  background: #F0F4F7;
  position: absolute;
  top: 0;
  z-index: -1;
  left: -40%
}

.p-video__head-series {
  color: #006097;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold
}

.p-video__head-title {
  font-size: 24px;
  font-weight: bold
}

.p-video__prayer-title {
  font-size: 22px;
  font-weight: bold;
  padding: 25px 0 0;
  margin: 0 0 25px
}

.p-video__prayer-body {
  background: #F8F8F2;
  padding: 20px 15px;
  border-radius: 6px
}

@media only screen and (max-width:768px) {
  .p-video__prayer-body {
    margin: 10px 0
  }
}

.p-video-limit {
  background: #F8F8F2;
  padding: 5px 8px;
  margin: 0 0 10px;
  font-weight: bold
}

.p-video-dl {
  margin: 0 0 45px
}

.p-video-dl a {
  display: block;
  color: #fff;
  font-weight: bold;
  background: #07CEA8;
  text-align: center;
  border-radius: 4px;
  padding: 10px 15px
}

.p-video-section {
  padding: 0 0 35px;
  margin: 0 0 35px;
  border-bottom: 1px solid #CCCCCC
}

.p-video-section__title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 35px
}

.p-video-item {
  margin: 0 0 15px
}

.p-video-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-video-item__thumbnail {
  width: 120px
}

.p-video-item__thumbnail img {
  border: 1px solid #ccc
}

.p-video-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 15px
}

.p-video-item__title {
  color: #1F1F1F;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 8px
}

.p-video-item__time {
  color: #868686;
  text-align: right;
  font-size: 14px
}

.p-video-item__body {
  display: none
}

.p-video-item__id {
  display: none
}

.p-video-video__wrap {
  width: 900px;
  margin: 0 auto;
  padding: 35px 0
}

.p-video-video__title {
  font-weight: bold;
  font-size: 34px;
  margin: 0 0 50px
}

.p-video-video__section {
  margin: 0 0 75px
}

.p-video-video__section:last-child {
  margin: 0
}

.p-video-video__section-title {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 35px
}

.p-video-video__content {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-video-video__content:last-child {
  margin: 0
}

.p-video-video__content-box {
  padding: 0 0 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-video-video__content-title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px
}

.p-video-video__content-body {
  margin: 0 0 25px
}

.p-video-video__content-time {
  text-align: right
}

.p-video-video__content-tag {
  width: 380px
}

.p-404__title {
  font-size: 22px;
  margin: 0 0 3.5rem;
  font-weight: bold;
  color: #363C41
}

@media only screen and (max-width:768px) {
  .p-404__title {
    font-size: 18px;
    padding: 50px 0 0;
    margin: 0 0 2.5rem
  }
}

.p-404__body {
  font-size: 18px;
  margin: 0 0 7.5rem
}

@media only screen and (max-width:768px) {
  .p-404__body {
    font-size: 16px;
    margin: 0px
  }
}