@charset "UTF-8";
/* ----------------------------------------------------------------
    Placeholder
----------------------------------------------------------------- */
.lyt-hdg-l1 .hdg-l1:before, .lyt-hdg-l1.cp .lyt-hdg-inner:before, .lyt-hdg-l1.contact .lyt-hdg-inner:before, .lyt-hdg-l1.p-contact .lyt-hdg-inner:before, .list-bullet:before, .list-checkbox:before, .link-list[data-col-num="2"]:before, .link-list-anchor:before, .lyt-column:before, .lyt-column-asym:before, .lyt-media:before, .lyt-hdg-l1 .hdg-l1:after, .lyt-hdg-l1.cp .lyt-hdg-inner:after, .lyt-hdg-l1.contact .lyt-hdg-inner:after, .lyt-hdg-l1.p-contact .lyt-hdg-inner:after, .list-bullet:after, .list-checkbox:after, .link-list[data-col-num="2"]:after, .link-list-anchor:after, .lyt-column:after, .lyt-column-asym:after, .lyt-media:after {
  content: '';
  display: table;
}
.lyt-hdg-l1 .hdg-l1:after, .lyt-hdg-l1.cp .lyt-hdg-inner:after, .lyt-hdg-l1.contact .lyt-hdg-inner:after, .lyt-hdg-l1.p-contact .lyt-hdg-inner:after, .list-bullet:after, .list-checkbox:after, .link-list[data-col-num="2"]:after, .link-list-anchor:after, .lyt-column:after, .lyt-column-asym:after, .lyt-media:after {
  clear: both;
}

.btn:before, .lyt-column-contact .hdg-l2:after, .list-bullet > li:before, .list-check > li:before, .list-filter .hdg + .list-checkbox:after, .link:before, .link-list > li:before, .link-list-03 > li > a:before, .link-list-anchor > li > a:before, .box.desktop .box-hdg:before, .box.cloud .box-hdg:before, .lyt-media.seminar .box-em:before, .lyt-column.use a .use-content:before {
  content: '';
  display: block;
}

.btn:before, .lyt-column-contact .hdg-l2:after, .list-bullet > li:before, .list-check > li:before, .link:before, .link-list > li:before, .link-list-03 > li > a:before, .link-list-anchor > li > a:before, .box.desktop .box-hdg:before, .box.cloud .box-hdg:before, .lyt-column.use a .use-content:before {
  background-image: url(/content/dam/yayoi-corp/common_a/img/sprite-general.png);
}

.lyt-hdg-l1 .hdg-l1, .lyt-hdg-l1.cp .lyt-hdg-inner, .lyt-hdg-l1.contact .lyt-hdg-inner, .lyt-hdg-l1.p-contact .lyt-hdg-inner {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .lyt-hdg-l1 .hdg-l1, .lyt-hdg-l1.cp .lyt-hdg-inner, .lyt-hdg-l1.contact .lyt-hdg-inner, .lyt-hdg-l1.p-contact .lyt-hdg-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 860px) {
  .lyt-hdg-l1 .hdg-l1, .lyt-hdg-l1.cp .lyt-hdg-inner, .lyt-hdg-l1.contact .lyt-hdg-inner, .lyt-hdg-l1.p-contact .lyt-hdg-inner {
    width: auto;
  }
}

.lyt-hdg-l1, .hdg-l2, .hdg-l3 {
  line-height: 1.2;
}

.btn {
  border-radius: 23px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  padding: 13px 30px 12px;
  display: inline-block;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.btn:before {
  position: absolute;
  top: 50%;
  right: 10px;
}

.tbl {
  width: 100%;
}
.tbl th, .tbl td {
  word-wrap: break-word;
  white-space: pre-wrap;
}
.tbl th > :last-child, .tbl td > :last-child {
  margin-bottom: 0;
}

.tbl tr.ta-c th, .tbl tr.ta-c td {
  text-align: center !important;
}
.tbl tr.ta-r th, .tbl tr.ta-r td {
  text-align: right !important;
}
.tbl tr.ta-l th, .tbl tr.ta-l td {
  text-align: left !important;
}
.tbl tr.va-t th, .tbl tr.va-t td {
  vertical-align: top !important;
}
.tbl tr.va-m th, .tbl tr.va-m td, .tbl tr.va-m img {
  vertical-align: middle !important;
}
.tbl tr.va-b th, .tbl tr.va-b td, .tbl tr.va-b img {
  vertical-align: bottom !important;
}
.tbl td.ta-c {
  text-align: center !important;
}
.tbl td.ta-r {
  text-align: right !important;
}
.tbl td.ta-l {
  text-align: left !important;
}
.tbl td.va-t {
  vertical-align: top !important;
}
.tbl td.va-m, .tbl td.va-m img {
  vertical-align: middle !important;
}
.tbl td.va-b, .tbl td.va-b img {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------------
    Contents
----------------------------------------------------------------- */
/* .row-inner
----------------------------------------------- */
.row-inner {
  padding: 30px 0;
}
.lyt-hdg-l1.cp + .row-inner, .lyt-hdg-l1.contact + .row-inner {
  padding-top: 0;
}
.row-inner > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .row-inner {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 640px) {
  .row-inner {
    padding: 20px 10px 30px;
  }
}

/* .row-indent
----------------------------------------------- */
.row-indent {
  padding: 0 0 0 20px;
}
.row-indent > :last-child {
  margin-bottom: 40px;
}
.row-indent > .link-list-anchor:last-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .row-indent {
    padding: 0 0 0 10px;
  }
}

/* ----------------------------------------------------------------
    Headings
----------------------------------------------------------------- */
/* .lyt-hdg-l1
----------------------------------------------- */
.lyt-hdg-l1 {
  background: #006fbc;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 16px 0 11px;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 0;
}
.lyt-hdg-l1 .hdg-l1 > b {
  margin: 0 10px 0 0;
}
.lyt-hdg-l1 .hdg-l1 .name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
}
.lyt-hdg-l1 .hdg-l1 .district {
  float: right;
  margin: -4px 0 0;
}
@media only screen and (max-width: 640px) {
  .lyt-hdg-l1 {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 10px 0;
  }
  .lyt-hdg-l1 .hdg-l1 .name {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .lyt-hdg-l1 .hdg-l1 .district {
    margin: 5px 0 0;
  }
}
.lyt-hdg-l1.cp {
  background: #FFF3FB;
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
}
.lyt-hdg-l1.cp .lyt-hdg-inner {
  min-height: 180px;
  padding-right: 320px;
  line-height: 1.57143;
}
.lyt-hdg-l1.cp .hdg-l1 {
  font-size: 46px;
  font-size: 4.6rem;
  color: #006fbc;
  font-weight: 400;
  padding: 17px 0;
}
.lyt-hdg-l1.cp .lead {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}
.lyt-hdg-l1.cp .lead em {
  color: #FF538C;
}
@media only screen and (max-width: 1200px) {
  .lyt-hdg-l1.cp .lyt-hdg-inner {
    padding-right: 200px;
    background-size: 200px auto;
  }
}
@media only screen and (max-width: 640px) {
  .lyt-hdg-l1.cp .lyt-hdg-inner {
    background-size: 110px auto;
    padding-right: 80px;
    min-height: inherit;
  }
  .lyt-hdg-l1.cp .hdg-l1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 0 10px;
  }
  .lyt-hdg-l1.cp .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lyt-hdg-l1.contact, .lyt-hdg-l1.p-contact {
  background: #f7f7f7;
  text-align: left;
  margin-bottom: 40px;
  padding: 0;
}
.lyt-hdg-l1.contact .lyt-hdg-inner, .lyt-hdg-l1.p-contact .lyt-hdg-inner {
  min-height: 180px;
  padding-right: 160px;
  line-height: 1.57143;
}
.lyt-hdg-l1.contact .hdg-l1, .lyt-hdg-l1.p-contact .hdg-l1 {
  font-size: 46px;
  font-size: 4.6rem;
  color: #006fbc;
  font-weight: 400;
  padding: 17px 0;
}
.lyt-hdg-l1.contact .hdg-l1 .sub, .lyt-hdg-l1.p-contact .hdg-l1 .sub {
  font-size: 3rem;
}
.lyt-hdg-l1.contact .lead, .lyt-hdg-l1.p-contact .lead {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}
.lyt-hdg-l1.contact .lead em, .lyt-hdg-l1.p-contact .lead em {
  color: #FF538C;
}
@media only screen and (max-width: 640px) {
  .lyt-hdg-l1.contact .lyt-hdg-inner, .lyt-hdg-l1.p-contact .lyt-hdg-inner {
    background-size: 80px auto !important;
    padding-right: 80px;
    min-height: inherit;
  }
  .lyt-hdg-l1.contact .hdg-l1, .lyt-hdg-l1.p-contact .hdg-l1 {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 15px 0 10px;
    line-height: 1.3;
  }
  .lyt-hdg-l1.contact .hdg-l1 .sub, .lyt-hdg-l1.p-contact .hdg-l1 .sub {
    font-size: 1.6rem;
    display: block;
  }
  .lyt-hdg-l1.contact .lead, .lyt-hdg-l1.p-contact .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lyt-hdg-l1.p-contact {
  margin-bottom: 20px;
}

/* .hdg-l2
----------------------------------------------- */
.hdg-l2 {
  color: #006fbc;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 0 0 20px;
  padding-bottom: 4px;
  border-bottom: 2px solid #006fbc;
}
.hdg-l2 .sub {
  font-size: 1.8rem;
}
.lyt-column-contact .hdg-l2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-right: 75px;
}
.lyt-column-contact .hdg-l2:after {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.lyt-column-contact .hdg-l2.consider:after {
  width: 65px;
  height: 45px;
  background-position: 0px 0px;
}
.lyt-column-contact .hdg-l2.have:after {
  width: 63px;
  height: 45px;
  background-position: -67px 0px;
}
.lyt-column-contact .hdg-l2 .sub {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .lyt-column-contact .hdg-l2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .lyt-column-contact .hdg-l2 .sub {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .hdg-l2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* .hdg-l3
----------------------------------------------- */
.hdg-l3 {
  border-left: 2px solid #006fbc;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 2px 10px;
}
@media only screen and (max-width: 640px) {
  .hdg-l3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* .hdg-l4
----------------------------------------------- */
.hdg-l4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 20px;
}
.hdg-l4 [class^="label"] {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/* .hdg-l5
----------------------------------------------- */
.hdg-l5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 15px;
}

/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
/* .list-bullet
----------------------------------------------- */
.list-bullet {
  margin: 0 0 20px;
}
.list-bullet > li {
  padding-left: 15px;
  position: relative;
  margin: 0 0 5px;
}
.list-bullet > li:before {
  width: 6px;
  height: 6px;
  background-position: -39px -78px;
  position: absolute;
  top: 0.55em;
  left: 0;
}
.list-bullet > li > :last-child, .list-bullet > li:last-child {
  margin-bottom: 0;
}
.list-bullet[data-col-num="2"] {
  margin-left: -2.08%;
}
.list-bullet[data-col-num="2"] > li {
  float: left;
  width: 47.95%;
  margin-left: 2.04%;
}
.list-bullet[data-col-num="2"] > li:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .list-bullet[data-col-num="2"] {
    margin-left: 0;
  }
  .list-bullet[data-col-num="2"] > li {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
.list-bullet[data-col-num="3"] {
  margin-left: -2.08%;
}
.list-bullet[data-col-num="3"] > li {
  float: left;
  width: 31.22%;
  margin-left: 2.04%;
}
.list-bullet[data-col-num="3"] > li:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .list-bullet[data-col-num="3"] {
    margin-left: 0;
  }
  .list-bullet[data-col-num="3"] > li {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
.list-bullet[data-col-num="4"] {
  margin-left: -2.08%;
}
.list-bullet[data-col-num="4"] > li {
  float: left;
  width: 22.95%;
  margin-left: 2.04%;
}
.list-bullet[data-col-num="4"] > li:nth-child(4n+1) {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .list-bullet[data-col-num="4"] {
    margin-left: 0;
  }
  .list-bullet[data-col-num="4"] > li {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}

/* .list-number
----------------------------------------------- */
.list-number {
  margin: 0 0 20px;
}
.list-number > li {
  width: 100%;
  margin: 0 0 5px;
  display: table;
}
.list-number > li .num, .list-number > li .note {
  vertical-align: top;
  display: table-cell;
}
.list-number > li .num {
  width: 1.5em;
  white-space: nowrap;
  padding: 0 10px 0 0;
}
.list-number > li .note > :last-child {
  margin-bottom: 0;
}

/* .list-notice
----------------------------------------------- */
.list-notice {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 20px;
}
.list-notice > li {
  width: 100%;
  margin: 0 0 5px;
  display: table;
}
.list-notice > li:last-child {
  margin-bottom: 0;
}
.list-notice > li .mark, .list-notice > li .note {
  display: table-cell;
}
.list-notice > li .mark {
  width: 1.5em;
  white-space: nowrap;
  padding: 0 10px 0 0;
}
.list-notice > li .note > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .list-notice {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* .list-def
----------------------------------------------- */
.list-def {
  margin: 0 0 20px;
}
.list-def > dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.list-def > dd {
  margin: 0 0 15px;
}
.list-def > dd > :last-child, .list-def > dd:last-child {
  margin-bottom: 0;
}
.list-def > dt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .list-def > dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* .list-tag
----------------------------------------------- */
.list-tag {
  font-size: 0;
  margin-bottom: 5px;
}
.list-tag li {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 2px 2px 0;
  padding: 4px;
  line-height: 1;
}
.list-tag li.ctg {
  border-color: #FF538C;
  color: #FF538C;
}
.list-tag li.ctg-02 {
  border-color: #006FBC;
  color: #006FBC;
}

/* .list-check
----------------------------------------------- */
.list-check {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 20px;
}
.list-check > li {
  padding-left: 33px;
  position: relative;
  margin: 0 0 5px;
}
.list-check > li:before {
  width: 24px;
  height: 18px;
  background-position: -73px -47px;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.list-check > li > :last-child, .list-check > li:last-child {
  margin-bottom: 0;
}
.list-check > li .note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.list-check > li {
  font-size: 15px;
  font-size: 1.5rem;
}
.list-check > li:before {
  top: 0.1em;
}

/* .list-filter
----------------------------------------------- */
.list-filter > li {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #E5E5E5;
}
.list-filter > li:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.list-filter > li > .col {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 30px;
  width: 233px;
}
.list-filter > li > .col + .col {
  padding-right: 0;
  white-space: normal;
  width: auto;
}
.list-filter .hdg {
  font-size: 16px;
  font-size: 1.6rem;
  background: #F2F0E9;
  text-align: center;
  font-weight: 400;
  display: table-cell;
  min-width: 105px;
  padding: 8px 5px 3px;
}
.list-filter .hdg + .list-checkbox {
  position: relative;
  display: table-cell;
  padding: 7px 30px 0;
  vertical-align: top;
}
.list-filter .hdg + .list-checkbox:after {
  position: absolute;
  width: 2px;
  height: 16px;
  background: #E5E5E5;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.list-filter .list-checkbox {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .list-filter > li {
    display: block;
  }
  .list-filter > li > .col {
    display: block;
    white-space: normal;
    padding-right: 0;
    width: auto;
  }
  .list-filter .hdg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-filter .hdg + .list-checkbox:after {
    display: none;
  }
  .list-filter .hdg + .list-checkbox > li {
    width: 100%;
  }
}

/* .list-checkbox
----------------------------------------------- */
.list-checkbox {
  padding-top: 7px;
}
.list-checkbox > li {
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 5px;
}
.list-checkbox > li:last-child {
  padding-right: 0;
}
.list-checkbox > li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.list-checkbox > li label {
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .list-checkbox > li {
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 5px;
  }
  .list-checkbox > li:nth-child(2n+1) {
    clear: left;
  }
  .list-checkbox > li input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 3px;
  }
}

/* ----------------------------------------------------------------
    Links
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
.link {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.link:before {
  width: 15px;
  height: 15px;
  background-position: -99px -47px;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .link {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 22px;
  }
  .link:before {
    top: .05em;
  }
}

/* .link-list
----------------------------------------------- */
.link-list {
  margin: 0 0 20px;
}
.link-list > li {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 5px;
  display: block;
}
.link-list > li:before {
  width: 15px;
  height: 15px;
  background-position: -99px -47px;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .link-list > li {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 22px;
  }
  .link-list > li:before {
    top: .05em;
  }
}
.link-list > li > :last-child, .link-list > li:last-child {
  margin-bottom: 0;
}

/* .link-list[data-col-num="2"]
----------------------------------------------- */
.link-list[data-col-num="2"] {
  margin-left: -3.66%;
}
.link-list[data-col-num="2"] > li {
  float: left;
  width: 46.46%;
  margin-left: 3.53%;
}
.link-list[data-col-num="2"] > li:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .link-list[data-col-num="2"] {
    margin-left: 0;
  }
  .link-list[data-col-num="2"] > li {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}

/* .link-list-03
----------------------------------------------- */
.link-list-03 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 3px 0 20px;
}
.link-list-03 > li {
  margin: 0 0 5px;
}
.link-list-03 > li > a {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.link-list-03 > li > a:before {
  width: 6px;
  height: 9px;
  background-position: -23px -78px;
  position: absolute;
  top: 0.25em;
  left: 9px;
}
.link-list .link-list-03 {
  margin-left: -25px;
}

/* .link-list-anchor
----------------------------------------------- */
.link-list-anchor {
  font-size: 0;
  margin: 0 0 20px;
}
.link-list-anchor > li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 29px;
  display: inline-block;
}
.link-list-anchor > li:last-child {
  margin-right: 0;
}
.link-list-anchor > li > a {
  padding-left: 17px;
  position: relative;
  display: inline-block;
}
.link-list-anchor > li > a:before {
  width: 9px;
  height: 5px;
  background-position: -35px -71px;
  position: absolute;
  top: 0.55em;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .link-list-anchor {
    margin-left: -3.44%;
  }
  .link-list-anchor > li {
    float: left;
    width: 46.66%;
    margin-left: 3.33%;
  }
  .link-list-anchor > li:nth-child(2n+1) {
    clear: both;
  }
  .link-list-anchor > li {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* ----------------------------------------------------------------
    Buttons
----------------------------------------------------------------- */
/* .btn
----------------------------------------------- */
.btn {
  border: 1px solid #006fbc;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  color: #006fbc;
}
.btn:hover, .btn:active, .btn:focus {
  background: #d8ecfa;
  color: #006fbc;
}
.btn:before {
  width: 6px;
  height: 9px;
  background-position: -31px -78px;
  margin-top: -4.5px;
}
@media only screen and (max-width: 640px) {
  .btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* .lyt-btn
----------------------------------------------- */
.lyt-btn {
  width: 475px;
  margin: 0 auto 40px;
}
.lyt-btn > :last-child {
  margin-bottom: 0;
}
.lyt-btn [class^="btn"] {
  width: 100%;
}
@media only screen and (max-width: 530px) {
  .lyt-btn {
    width: 100%;
  }
}

/* .lyt-btn-02
----------------------------------------------- */
.lyt-btn-02 {
  width: 202px;
  margin: 0 auto 40px;
}
.lyt-btn-02 p {
  margin: 0 0 10px;
}
.lyt-btn-02 [class^="btn"] {
  width: 100%;
}
.lyt-btn-02 .small {
  padding: 6px 30px 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.box .lyt-btn-02, .lyt-column-contact .lyt-btn-02 {
  width: auto;
  text-align: center;
  margin: 0 15px 0;
}
.box .lyt-btn-02 [class^="btn"], .lyt-column-contact .lyt-btn-02 [class^="btn"] {
  width: auto;
  min-width: 202px;
}
@media only screen and (max-width: 1000px) {
  .box .lyt-btn-02 [class^="btn"], .lyt-column-contact .lyt-btn-02 [class^="btn"] {
    min-width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .box .lyt-btn-02 [class^="btn"], .lyt-column-contact .lyt-btn-02 [class^="btn"] {
    min-width: 202px;
  }
}
.box .lyt-btn-02 > *:last-child, .lyt-column-contact .lyt-btn-02 > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .lyt-btn-02 {
    width: 100%;
  }
  .lyt-btn-02 .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------
    Text
----------------------------------------------------------------- */
/* .label
----------------------------------------------- */
.label {
  background: #006fbc;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 5px 5px 3px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* .lead
----------------------------------------------- */
.lead {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------
    Table
----------------------------------------------------------------- */
/* .tbl
----------------------------------------------- */
.is-hide {
  display: none;
}
.tbl {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background: #fff;
  margin: 0 0 30px;
}
.tbl tr > :last-child {
  border-right: 0;
}
.tbl th, .tbl td {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 10px 18px 8px;
}
.tbl th {
  font-weight: 400;
}
.tbl thead th, .tbl thead td, .tbl .head {
  background: #f3dfd5;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
}
.tbl tbody th {
  background: #faf8f3;
}
.tbl td .semi-date {
  display: inline-block;
  width: 6em;
  margin-right: .5em;
}

.tbl td .semi-start {
  width: 3em;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .tbl thead,tbody,tr,th,td {
    display: block;
  }
  .tbl {
    border-style: none;
    display: block;
  }
  .tbl th, .tbl td {
    border-style: none;
  }
  .tbl thead th {
    padding: 12px 10px 12px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }
  .tbl th {
    padding: 3px 10px 3px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    font-weight: 700;
  }
  .tbl td {
    padding: 10px 10px 18px;
  }
  .tbl thead th, .tbl thead td, .tbl .head {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tbl[data-table-layout="break"] th, .tbl[data-table-layout="break"] td {
    width: 100% !important;
    display: block;
  }
}

/* ----------------------------------------------------------------
    Box
----------------------------------------------------------------- */
/* .box
----------------------------------------------- */
/* .box {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.box > *:last-child {
  margin-bottom: 0;
}
.box .box-hdg {
  background: #f7f7f7;
  padding: 12px 15px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 6px 6px 0 0;
  line-height: 1.44;
  margin-bottom: 15px;
}
.box .box-hdg .sub {
  font-size: 12px;
  font-size: 1.2rem;
}
.box .box-hdg + .box-txt {
  padding-top: 0;
  padding-bottom: 20px;
}
.box .box-hdg.lyt-phone {
  color: #006fbc;
  text-align: center;
  font-size: 0;
  padding: 20px 15px;
}
.box .box-hdg.lyt-phone > *:last-child {
  margin-bottom: 0;
}
.box .box-hdg.lyt-phone .title {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
  text-align: left;
  margin-right: 20px;
}
.box .box-hdg.lyt-phone .phone {
  display: inline-block;
  font-size: 48px;
  font-size: 4.8rem;
  vertical-align: top;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}
.box .box-hdg.lyt-phone .phone img {
  vertical-align: top;
}
.box .box-txt {
  padding: 15px 15px 0;
}
.box .box-txt > *:last-child {
  margin-bottom: 0;
}
.box .box-txt:last-child {
  padding-bottom: 0;
}
.box.desktop .box-hdg, .box.cloud .box-hdg {
  font-weight: 400;
  position: relative;
  padding-left: 85px;
}
.box.desktop .box-hdg:before, .box.cloud .box-hdg:before {
  position: absolute;
  left: 36px;
  top: 20px;
}
.box.desktop {
  border-color: #6ECBFF;
}
.box.desktop .box-hdg {
  background: #EEF8FD;
}
.box.desktop .box-hdg:before {
  width: 33px;
  height: 29px;
  background-position: 0px -47px;
}
.box.cloud {
  border-color: #73D5ED;
}
.box.cloud .box-hdg {
  background: #ECFBFF;
}
.box.cloud .box-hdg:before {
  width: 36px;
  height: 22px;
  background-position: -35px -47px;
}
@media only screen and (max-width: 640px) {
  .box {
    height: auto !important;
  }
  .box .box-hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box .box-hdg.lyt-phone {
    padding: 15px;
    text-align: left;
  }
  .box .box-hdg.lyt-phone > *:last-child {
    margin-bottom: 0;
  }
  .box .box-hdg.lyt-phone .title {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 10px 10px 0;
  }
  .box .box-hdg.lyt-phone .phone {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .box .box-txt {
    height: auto !important;
  }
} */

/* .box-02
----------------------------------------------- */
.box-02 {
  border: 1px solid #e6e6e6;
  padding: 16px 16px 14px;
  margin-bottom: 20px;
}
.box-02 > *:last-child {
  margin-bottom: 0;
}
.box-02.no-seminar {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .box-02.no-seminar {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* .box-03
----------------------------------------------- */
.box-03 {
  padding: 16px 40px 14px;
  margin: 0 auto 30px;
  width: 100%;
  background-color: #ebf2fb;
  border-radius: 5px;
  font-size: 1.6rem;
}
.box-03 > *:last-child {
  margin-bottom: 0;
}
.box-03 p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .box-03 {
    width: 100%;
    padding: 16px 20px 14px;
  }
}

/* .box-em
----------------------------------------------- */
.box-em {
  background: #FBF5DB;
  padding: 17px 20px;
  position: relative;
  border-radius: 5px;
}
.lyt-media.seminar .box-em {
  margin-right: 25px;
}
.lyt-media.seminar .box-em:before {
  position: absolute;
  border-style: solid;
  border-color: #FBF5DB transparent transparent transparent;
  border-width: 17px 29px;
  top: 20px;
  right: -25px;
}
.box-em > *:last-child {
  margin-bottom: 0;
}
.box-em > .hdg {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FF8124;
  margin-bottom: 7px;
}
@media only screen and (max-width: 640px) {
  .lyt-media.seminar .box-em {
    margin-right: 0;
  }
  .lyt-media.seminar .box-em:before {
    display: none;
  }
}

/* ----------------------------------------------------------------
    Column
----------------------------------------------------------------- */
/* .lyt-column
----------------------------------------------- */
.lyt-column {
  margin-bottom: 40px;
}
.lyt-column > .col {
  margin-bottom: 20px;
}
.lyt-column > .col > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .lyt-column > .col:last-child {
    margin-bottom: 0;
  }
}

/* .lyt-column[data-col-num="2"]
----------------------------------------------- */
.lyt-column[data-col-num="2"] {
  margin-left: -2.08%;
}
.lyt-column[data-col-num="2"] > .col {
  float: left;
  width: 47.95%;
  margin-left: 2.04%;
}
.lyt-column[data-col-num="2"] > .col:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .lyt-column[data-col-num="2"] {
    margin-left: 0;
  }
  .lyt-column[data-col-num="2"] > .col {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}

/* .lyt-column[data-col-num="3"]
----------------------------------------------- */
.lyt-column[data-col-num="3"] {
  margin-left: -2.08%;
}
.lyt-column[data-col-num="3"] > .col {
  float: left;
  width: 31.22%;
  margin-left: 2.04%;
}
.lyt-column[data-col-num="3"] > .col:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .lyt-column[data-col-num="3"] {
    margin-left: 0;
  }
  .lyt-column[data-col-num="3"] > .col {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}

/* .lyt-column-contact
----------------------------------------------- */
.lyt-column-asym {
  margin: 0 0 60px -2.04%;
}
.lyt-column-asym > .col {
  float: left;
  margin: 0 0 0 2%;
}
.lyt-column-asym > .col > :last-child {
  margin-bottom: 0;
}
.lyt-column-asym > .col.narrow {
  width: 31.3%;
}
.lyt-column-asym > .col.wide {
  width: 64.7%;
}
@media only screen and (max-width: 640px) {
  .lyt-column-asym {
    margin: 0 0 40px;
  }
  .lyt-column-asym > .col {
    clear: both;
    margin: 0 0 20px;
  }
  .lyt-column-asym > .col:last-child {
    margin-bottom: 0;
  }
  .lyt-column-asym > .col.wide, .lyt-column-asym > .col.narrow {
    width: 100%;
  }
}

/* .lyt-column.use
----------------------------------------------- */
.lyt-column.use {
  margin-left: -2.04%;
}
.lyt-column.use > .col {
  float: left;
  width: 31.3%;
  margin-left: 2%;
}
.lyt-column.use > .col:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .lyt-column.use {
    margin-left: 0;
  }
  .lyt-column.use > .col {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
.lyt-column.use a {
  display: block;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin: -1px;
  text-decoration: none;
}
.lyt-column.use a .use-content {
  display: block;
  font-size: 14px;
  background-color: #f7f7f7;
  padding: 15px 40px 15px 15px;
  margin-bottom: 0;
  border-top: 1px solid #d9d9d9;
  padding-right: 60px;
  position: relative;
}
.lyt-column.use a .use-content:before {
  width: 13px;
  height: 21px;
  background-position: 0px -78px;
  margin-top: -10.5px;
  position: absolute;
  top: 50%;
  right: 16px;
}
.lyt-column.use a .use-content dt {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.lyt-column.use a .use-image img {
  width: 100%;
}
.lyt-column.use a .use-image img.icon {
  width: auto;
}
.lyt-column.use a:hover, .lyt-column.use a:active, .lyt-column.use a:focus {
  color: #4c4c4c;
  border: 2px solid #ff96b9;
  margin: -2px;
}
.lyt-column.use a:hover img, .lyt-column.use a:active img, .lyt-column.use a:focus img {
  opacity: 1;
}

/* ----------------------------------------------------------------
    Media
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.media {
  text-align: center;
  margin: 0 0 40px;
}

/* .lyt-media
----------------------------------------------- */
.lyt-media {
  margin: 0 0 20px;
}
.lyt-media > .item {
  text-align: center;
  margin-bottom: 10px;
}
.lyt-media > .col {
  overflow: hidden;
}
.lyt-media > .col > :last-child {
  margin-bottom: 0;
}
.lyt-media > :last-child {
  margin-bottom: 0;
}
.lyt-media.cp-list {
  margin-bottom: 17px;
}
.lyt-media.cp-list + * {
  margin-top: 40px;
}
.lyt-media.cp-list + .cp-list {
  padding-top: 20px;
  border-top: 1px solid #BFBFBF;
  margin-top: 0;
}
.lyt-media.cp-list > .col .title {
  margin-bottom: 0;
}
.lyt-media.cp-list > .col .title a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.lyt-media.cp-list > .col .desc {
  margin-bottom: 0;
}
.lyt-media.cp-list > .col .detail th {
  vertical-align: top;
  font-weight: 400;
  padding-right: 5px;
  white-space: nowrap;
}
.lyt-media.cp-list > .col .detail td {
  vertical-align: top;
}
.lyt-media.seminar[data-item-layout="right"] .item {
  margin-left: 0;
}
.lyt-media.seminar .item {
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .lyt-media.seminar .item {
    padding-top: 0;
  }
}

/* .lyt-media[data-item-layout="left"]
----------------------------------------------- */
.lyt-media[data-item-layout="left"] > .item {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .lyt-media[data-item-layout="left"] > .item {
    float: none;
    margin-right: 0;
  }
  .lyt-media[data-item-layout="left"].sp-keep > .item {
    float: left;
    width: 30%;
    margin-right: 20px;
  }
}

/* .lyt-media[data-item-layout="right"]
----------------------------------------------- */
.lyt-media[data-item-layout="right"] > .item {
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .lyt-media[data-item-layout="right"] > .item {
    float: none;
    margin-left: 0;
  }
  .lyt-media[data-item-layout="right"].sp-keep > .item {
    float: right;
    width: 30%;
    margin-left: 20px;
  }
}

/* .lyt-media[data-item-layout="left-sp"]
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .lyt-media[data-item-layout="left-sp"] > .item {
    float: left;
    width: 30%;
    margin-right: 20px;
  }
}

/* .lyt-media[data-item-layout="right-sp"]
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .lyt-media[data-item-layout="right-sp"] > .item {
    float: right;
    width: 30%;
    margin-left: 20px;
  }
}

/* .caption
----------------------------------------------- */
.caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
