
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  height: 100%;
  line-height: 1.8;
  overflow-x: hidden;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #152730; }
  @media print, screen and (min-width: 1025px) {
    body {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 3.7333333333vw; } }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #152730; }

a:hover {
  text-decoration: none; }

.hover_img:hover {
  opacity: 0.7;
  transition: all .4s; }

strong {
  font-weight: bold; }

.mt0 {
  margin-top: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .ml0 {
      margin-left: 0vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media only screen and (max-width: 1024px) {
    .mt5 {
      margin-top: 1.3333333333vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media only screen and (max-width: 1024px) {
    .mb5 {
      margin-bottom: 1.3333333333vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 1024px) {
    .ml5 {
      margin-left: 1.3333333333vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 1024px) {
    .mr5 {
      margin-right: 1.3333333333vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media only screen and (max-width: 1024px) {
    .mt10 {
      margin-top: 2.6666666667vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 1024px) {
    .mb10 {
      margin-bottom: 2.6666666667vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 1024px) {
    .ml10 {
      margin-left: 2.6666666667vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 1024px) {
    .mr10 {
      margin-right: 2.6666666667vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media only screen and (max-width: 1024px) {
    .mt15 {
      margin-top: 4vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 1024px) {
    .mb15 {
      margin-bottom: 4vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 1024px) {
    .ml15 {
      margin-left: 4vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 1024px) {
    .mr15 {
      margin-right: 4vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media only screen and (max-width: 1024px) {
    .mt20 {
      margin-top: 5.3333333333vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 1024px) {
    .mb20 {
      margin-bottom: 5.3333333333vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 1024px) {
    .ml20 {
      margin-left: 5.3333333333vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 1024px) {
    .mr20 {
      margin-right: 5.3333333333vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media only screen and (max-width: 1024px) {
    .mt25 {
      margin-top: 6.6666666667vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 1024px) {
    .mb25 {
      margin-bottom: 6.6666666667vw !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 1024px) {
    .ml25 {
      margin-left: 6.6666666667vw !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 1024px) {
    .mr25 {
      margin-right: 6.6666666667vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 1024px) {
    .mt30 {
      margin-top: 8vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 1024px) {
    .mb30 {
      margin-bottom: 8vw !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 1024px) {
    .ml30 {
      margin-left: 8vw !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 1024px) {
    .mr30 {
      margin-right: 8vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media only screen and (max-width: 1024px) {
    .mt35 {
      margin-top: 9.3333333333vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media only screen and (max-width: 1024px) {
    .mb35 {
      margin-bottom: 9.3333333333vw !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 1024px) {
    .ml35 {
      margin-left: 9.3333333333vw !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 1024px) {
    .mr35 {
      margin-right: 9.3333333333vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 1024px) {
    .mt40 {
      margin-top: 10.6666666667vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 1024px) {
    .mb40 {
      margin-bottom: 10.6666666667vw !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 1024px) {
    .ml40 {
      margin-left: 10.6666666667vw !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 1024px) {
    .mr40 {
      margin-right: 10.6666666667vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media only screen and (max-width: 1024px) {
    .mt45 {
      margin-top: 12vw !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media only screen and (max-width: 1024px) {
    .mb45 {
      margin-bottom: 12vw !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media only screen and (max-width: 1024px) {
    .ml45 {
      margin-left: 12vw !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media only screen and (max-width: 1024px) {
    .mr45 {
      margin-right: 12vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 1024px) {
    .mt50 {
      margin-top: 13.3333333333vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 1024px) {
    .mb50 {
      margin-bottom: 13.3333333333vw !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 1024px) {
    .ml50 {
      margin-left: 13.3333333333vw !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 1024px) {
    .mr50 {
      margin-right: 13.3333333333vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media only screen and (max-width: 1024px) {
    .mt55 {
      margin-top: 14.6666666667vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 1024px) {
    .mb55 {
      margin-bottom: 14.6666666667vw !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 1024px) {
    .ml55 {
      margin-left: 14.6666666667vw !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 1024px) {
    .mr55 {
      margin-right: 14.6666666667vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media only screen and (max-width: 1024px) {
    .mt60 {
      margin-top: 16vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 1024px) {
    .mb60 {
      margin-bottom: 16vw !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 1024px) {
    .ml60 {
      margin-left: 16vw !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 1024px) {
    .mr60 {
      margin-right: 16vw !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media only screen and (max-width: 1024px) {
    .mt65 {
      margin-top: 17.3333333333vw !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media only screen and (max-width: 1024px) {
    .mb65 {
      margin-bottom: 17.3333333333vw !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media only screen and (max-width: 1024px) {
    .ml65 {
      margin-left: 17.3333333333vw !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media only screen and (max-width: 1024px) {
    .mr65 {
      margin-right: 17.3333333333vw !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media only screen and (max-width: 1024px) {
    .mt70 {
      margin-top: 18.6666666667vw !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media only screen and (max-width: 1024px) {
    .mb70 {
      margin-bottom: 18.6666666667vw !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 1024px) {
    .ml70 {
      margin-left: 18.6666666667vw !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 1024px) {
    .mr70 {
      margin-right: 18.6666666667vw !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media only screen and (max-width: 1024px) {
    .mt75 {
      margin-top: 20vw !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media only screen and (max-width: 1024px) {
    .mb75 {
      margin-bottom: 20vw !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media only screen and (max-width: 1024px) {
    .ml75 {
      margin-left: 20vw !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media only screen and (max-width: 1024px) {
    .mr75 {
      margin-right: 20vw !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media only screen and (max-width: 1024px) {
    .mt80 {
      margin-top: 21.3333333333vw !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media only screen and (max-width: 1024px) {
    .mb80 {
      margin-bottom: 21.3333333333vw !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 1024px) {
    .ml80 {
      margin-left: 21.3333333333vw !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 1024px) {
    .mr80 {
      margin-right: 21.3333333333vw !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media only screen and (max-width: 1024px) {
    .mt85 {
      margin-top: 22.6666666667vw !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media only screen and (max-width: 1024px) {
    .mb85 {
      margin-bottom: 22.6666666667vw !important; } }

.ml85 {
  margin-left: 85px !important; }
  @media only screen and (max-width: 1024px) {
    .ml85 {
      margin-left: 22.6666666667vw !important; } }

.mr85 {
  margin-right: 85px !important; }
  @media only screen and (max-width: 1024px) {
    .mr85 {
      margin-right: 22.6666666667vw !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media only screen and (max-width: 1024px) {
    .mt90 {
      margin-top: 24vw !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media only screen and (max-width: 1024px) {
    .mb90 {
      margin-bottom: 24vw !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media only screen and (max-width: 1024px) {
    .ml90 {
      margin-left: 24vw !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media only screen and (max-width: 1024px) {
    .mr90 {
      margin-right: 24vw !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media only screen and (max-width: 1024px) {
    .mt95 {
      margin-top: 25.3333333333vw !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media only screen and (max-width: 1024px) {
    .mb95 {
      margin-bottom: 25.3333333333vw !important; } }

.ml95 {
  margin-left: 95px !important; }
  @media only screen and (max-width: 1024px) {
    .ml95 {
      margin-left: 25.3333333333vw !important; } }

.mr95 {
  margin-right: 95px !important; }
  @media only screen and (max-width: 1024px) {
    .mr95 {
      margin-right: 25.3333333333vw !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media only screen and (max-width: 1024px) {
    .mt100 {
      margin-top: 26.6666666667vw !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 1024px) {
    .mb100 {
      margin-bottom: 26.6666666667vw !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media only screen and (max-width: 1024px) {
    .ml100 {
      margin-left: 26.6666666667vw !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media only screen and (max-width: 1024px) {
    .mr100 {
      margin-right: 26.6666666667vw !important; } }

.pt0 {
  padding-top: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .pt0 {
      padding-top: 0vw !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .pb0 {
      padding-bottom: 0vw !important; } }

.pl0 {
  padding-left: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .pl0 {
      padding-left: 0vw !important; } }

.pr0 {
  padding-right: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .pr0 {
      padding-right: 0vw !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media only screen and (max-width: 1024px) {
    .pt5 {
      padding-top: 1.3333333333vw !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media only screen and (max-width: 1024px) {
    .pb5 {
      padding-bottom: 1.3333333333vw !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media only screen and (max-width: 1024px) {
    .pl5 {
      padding-left: 1.3333333333vw !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media only screen and (max-width: 1024px) {
    .pr5 {
      padding-right: 1.3333333333vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media only screen and (max-width: 1024px) {
    .pt10 {
      padding-top: 2.6666666667vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media only screen and (max-width: 1024px) {
    .pb10 {
      padding-bottom: 2.6666666667vw !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media only screen and (max-width: 1024px) {
    .pl10 {
      padding-left: 2.6666666667vw !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media only screen and (max-width: 1024px) {
    .pr10 {
      padding-right: 2.6666666667vw !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media only screen and (max-width: 1024px) {
    .pt15 {
      padding-top: 4vw !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media only screen and (max-width: 1024px) {
    .pb15 {
      padding-bottom: 4vw !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media only screen and (max-width: 1024px) {
    .pl15 {
      padding-left: 4vw !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media only screen and (max-width: 1024px) {
    .pr15 {
      padding-right: 4vw !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 1024px) {
    .pt20 {
      padding-top: 5.3333333333vw !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 1024px) {
    .pb20 {
      padding-bottom: 5.3333333333vw !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media only screen and (max-width: 1024px) {
    .pl20 {
      padding-left: 5.3333333333vw !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media only screen and (max-width: 1024px) {
    .pr20 {
      padding-right: 5.3333333333vw !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media only screen and (max-width: 1024px) {
    .pt25 {
      padding-top: 6.6666666667vw !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media only screen and (max-width: 1024px) {
    .pb25 {
      padding-bottom: 6.6666666667vw !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media only screen and (max-width: 1024px) {
    .pl25 {
      padding-left: 6.6666666667vw !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media only screen and (max-width: 1024px) {
    .pr25 {
      padding-right: 6.6666666667vw !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media only screen and (max-width: 1024px) {
    .pt30 {
      padding-top: 8vw !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 1024px) {
    .pb30 {
      padding-bottom: 8vw !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media only screen and (max-width: 1024px) {
    .pl30 {
      padding-left: 8vw !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media only screen and (max-width: 1024px) {
    .pr30 {
      padding-right: 8vw !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media only screen and (max-width: 1024px) {
    .pt35 {
      padding-top: 9.3333333333vw !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media only screen and (max-width: 1024px) {
    .pb35 {
      padding-bottom: 9.3333333333vw !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media only screen and (max-width: 1024px) {
    .pl35 {
      padding-left: 9.3333333333vw !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media only screen and (max-width: 1024px) {
    .pr35 {
      padding-right: 9.3333333333vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media only screen and (max-width: 1024px) {
    .pt40 {
      padding-top: 10.6666666667vw !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 1024px) {
    .pb40 {
      padding-bottom: 10.6666666667vw !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media only screen and (max-width: 1024px) {
    .pl40 {
      padding-left: 10.6666666667vw !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media only screen and (max-width: 1024px) {
    .pr40 {
      padding-right: 10.6666666667vw !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media only screen and (max-width: 1024px) {
    .pt45 {
      padding-top: 12vw !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media only screen and (max-width: 1024px) {
    .pb45 {
      padding-bottom: 12vw !important; } }

.pl45 {
  padding-left: 45px !important; }
  @media only screen and (max-width: 1024px) {
    .pl45 {
      padding-left: 12vw !important; } }

.pr45 {
  padding-right: 45px !important; }
  @media only screen and (max-width: 1024px) {
    .pr45 {
      padding-right: 12vw !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 1024px) {
    .pt50 {
      padding-top: 13.3333333333vw !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 1024px) {
    .pb50 {
      padding-bottom: 13.3333333333vw !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media only screen and (max-width: 1024px) {
    .pl50 {
      padding-left: 13.3333333333vw !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media only screen and (max-width: 1024px) {
    .pr50 {
      padding-right: 13.3333333333vw !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media only screen and (max-width: 1024px) {
    .pt55 {
      padding-top: 14.6666666667vw !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media only screen and (max-width: 1024px) {
    .pb55 {
      padding-bottom: 14.6666666667vw !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media only screen and (max-width: 1024px) {
    .pl55 {
      padding-left: 14.6666666667vw !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media only screen and (max-width: 1024px) {
    .pr55 {
      padding-right: 14.6666666667vw !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media only screen and (max-width: 1024px) {
    .pt60 {
      padding-top: 16vw !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media only screen and (max-width: 1024px) {
    .pb60 {
      padding-bottom: 16vw !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media only screen and (max-width: 1024px) {
    .pl60 {
      padding-left: 16vw !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media only screen and (max-width: 1024px) {
    .pr60 {
      padding-right: 16vw !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media only screen and (max-width: 1024px) {
    .pt65 {
      padding-top: 17.3333333333vw !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media only screen and (max-width: 1024px) {
    .pb65 {
      padding-bottom: 17.3333333333vw !important; } }

.pl65 {
  padding-left: 65px !important; }
  @media only screen and (max-width: 1024px) {
    .pl65 {
      padding-left: 17.3333333333vw !important; } }

.pr65 {
  padding-right: 65px !important; }
  @media only screen and (max-width: 1024px) {
    .pr65 {
      padding-right: 17.3333333333vw !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media only screen and (max-width: 1024px) {
    .pt70 {
      padding-top: 18.6666666667vw !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 1024px) {
    .pb70 {
      padding-bottom: 18.6666666667vw !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media only screen and (max-width: 1024px) {
    .pl70 {
      padding-left: 18.6666666667vw !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media only screen and (max-width: 1024px) {
    .pr70 {
      padding-right: 18.6666666667vw !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media only screen and (max-width: 1024px) {
    .pt75 {
      padding-top: 20vw !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media only screen and (max-width: 1024px) {
    .pb75 {
      padding-bottom: 20vw !important; } }

.pl75 {
  padding-left: 75px !important; }
  @media only screen and (max-width: 1024px) {
    .pl75 {
      padding-left: 20vw !important; } }

.pr75 {
  padding-right: 75px !important; }
  @media only screen and (max-width: 1024px) {
    .pr75 {
      padding-right: 20vw !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media only screen and (max-width: 1024px) {
    .pt80 {
      padding-top: 21.3333333333vw !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 1024px) {
    .pb80 {
      padding-bottom: 21.3333333333vw !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media only screen and (max-width: 1024px) {
    .pl80 {
      padding-left: 21.3333333333vw !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media only screen and (max-width: 1024px) {
    .pr80 {
      padding-right: 21.3333333333vw !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media only screen and (max-width: 1024px) {
    .pt85 {
      padding-top: 22.6666666667vw !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media only screen and (max-width: 1024px) {
    .pb85 {
      padding-bottom: 22.6666666667vw !important; } }

.pl85 {
  padding-left: 85px !important; }
  @media only screen and (max-width: 1024px) {
    .pl85 {
      padding-left: 22.6666666667vw !important; } }

.pr85 {
  padding-right: 85px !important; }
  @media only screen and (max-width: 1024px) {
    .pr85 {
      padding-right: 22.6666666667vw !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media only screen and (max-width: 1024px) {
    .pt90 {
      padding-top: 24vw !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 1024px) {
    .pb90 {
      padding-bottom: 24vw !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media only screen and (max-width: 1024px) {
    .pl90 {
      padding-left: 24vw !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media only screen and (max-width: 1024px) {
    .pr90 {
      padding-right: 24vw !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media only screen and (max-width: 1024px) {
    .pt95 {
      padding-top: 25.3333333333vw !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media only screen and (max-width: 1024px) {
    .pb95 {
      padding-bottom: 25.3333333333vw !important; } }

.pl95 {
  padding-left: 95px !important; }
  @media only screen and (max-width: 1024px) {
    .pl95 {
      padding-left: 25.3333333333vw !important; } }

.pr95 {
  padding-right: 95px !important; }
  @media only screen and (max-width: 1024px) {
    .pr95 {
      padding-right: 25.3333333333vw !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media only screen and (max-width: 1024px) {
    .pt100 {
      padding-top: 26.6666666667vw !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 1024px) {
    .pb100 {
      padding-bottom: 26.6666666667vw !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media only screen and (max-width: 1024px) {
    .pl100 {
      padding-left: 26.6666666667vw !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media only screen and (max-width: 1024px) {
    .pr100 {
      padding-right: 26.6666666667vw !important; } }

@media print, screen and (min-width: 1025px) {
  .pc {
    display: block !important; } }
@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important; } }
@media print, screen and (min-width: 1025px) {
  .pc--inline {
    display: inline !important; } }
@media only screen and (max-width: 1024px) {
  .pc--inline {
    display: none !important; } }
@media print, screen and (min-width: 1025px) {
  .pc--inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 1024px) {
  .pc--inline-block {
    display: none !important; } }
@media print, screen and (min-width: 1025px) {
  .pc--flex {
    display: flex !important; } }
@media only screen and (max-width: 1024px) {
  .pc--flex {
    display: none !important; } }
@media print, screen and (min-width: 1025px) {
  .pc--inline-flex {
    display: inline-flex !important; } }
@media only screen and (max-width: 1024px) {
  .pc--inline-flex {
    display: none !important; } }

@media print, screen and (min-width: 1025px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .sp {
    display: block !important; } }
@media print, screen and (min-width: 1025px) {
  .sp--block {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .sp--block {
    display: block !important; } }
@media print, screen and (min-width: 1025px) {
  .sp--inline-block {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .sp--inline-block {
    display: inline-block !important; } }
@media print, screen and (min-width: 1025px) {
  .sp--flex {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .sp--flex {
    display: flex !important; } }
@media print, screen and (min-width: 1025px) {
  .sp--inline-flex {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .sp--inline-flex {
    display: inline-flex !important; } }

@media only screen and (max-width: 1024px) {
  .sp-txL {
    text-align: left !important; } }

@media only screen and (max-width: 1024px) {
  .sp-txC {
    text-align: center !important; } }

@media only screen and (max-width: 1024px) {
  .sp-txR {
    text-align: right !important; } }

@media only screen and (max-width: 1024px) {
  .sp-fNone {
    float: none !important;
    max-width: 100%; } }

.outside_link {
  background: url(/media_library/images/icon_link_external.gif) no-repeat scroll 0 center transparent;
  padding: 3px 0 3px 13px;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 2px; }

.fc--blue {
  color: #0092C6; }
.fc--red {
  color: #F64572; }
.fc--green {
  color: #417E80; }

.align--center {
  text-align: center !important; }
.align--left {
  text-align: left !important; }
.align--right {
  text-align: right !important; }

.font-weight--normal {
  font-weight: normal !important; }
.font-weight--strong {
  font-weight: bold !important; }

.marker--red {
  background: linear-gradient(transparent 40%, #ffe787 40%); }

.btn-disabled {
  pointer-events: none; }

.white-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1024px) {
    .white-box {
      padding: 4vw 4vw 4vw 4vw; } }

.bg--grid {
  background: url(/media_library/consolidate/seminar/images/bg-grid.png) repeat; }

.cv-btn, .mv__application, .application__btn {
  text-align: center;
  margin-top: 20px; }
  @media only screen and (max-width: 1024px) {
    .cv-btn, .mv__application, .application__btn {
      margin: 2.6666666667vw 0vw 1.3333333333vw 0vw; } }
  .cv-btn .item, .mv__application .item, .application__btn .item {
    letter-spacing: 0.2em;
    text-decoration: none;
    display: inline-block;
    padding: 15px 85px 15px 70px;
    font-size: 2.1rem;
    color: #fff;
    background: #37508f;
    overflow: hidden;
    border-radius: 50px;
    transition: box-shadow 0.4s;
    position: relative;
    /*&::after {
      content: "";
      position: absolute;
      color:antiquewhite;
      width: 24px;
      height:24px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right center;
      top: calc(50% - 12px);
      right: 15px;
      @include mq-down() {
        @include createVw(width,18);
        @include createVw(height,18);
        top: calc(50% - 9px);
      }
    }*/ }
    @media only screen and (max-width: 1024px) {
      .cv-btn .item, .mv__application .item, .application__btn .item {
        font-size: 4.2666666667vw;
        padding: 2.1333333333vw 10.6666666667vw 2.1333333333vw 8vw; } }
    .cv-btn .item.disabled, .mv__application .item.disabled, .application__btn .item.disabled {
      background: #aaa;
      pointer-events: none;
      color: #fff; }
      .cv-btn .item.disabled::after, .mv__application .item.disabled::after, .application__btn .item.disabled::after {
        background: none; }
    .cv-btn .item::before, .mv__application .item::before, .application__btn .item::before {
      transition: background-color .4s; }
    .cv-btn .item:hover, .mv__application .item:hover, .application__btn .item:hover {
      box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2) inset; }
      .cv-btn .item:hover::before, .mv__application .item:hover::before, .application__btn .item:hover::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.05); }

.col2-box__midashi {
  text-align: center;
  color: #f09043;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .col2-box__midashi {
      font-size: 1.8rem; } }
.col2-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%; }
  @media only screen and (max-width: 1024px) {
    .col2-box__list {
      display: block; } }
  .col2-box__list-item {
    width: 49%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    background: #fff;
    padding: 20px; }
    @media only screen and (max-width: 1024px) {
      .col2-box__list-item {
        width: 100%;
        margin-bottom: 2rem; } }
    .col2-box__list-item--pd0 {
      padding: 0; }
.col2-box__text {
  font-size: 1.5rem; }
  @media only screen and (max-width: 1024px) {
    .col2-box__text {
      width: 100%; } }
  .col2-box__text-inner {
    width: 95%; }

#container {
  height: 100%; }

.inner {
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 1025px) {
    .inner {
      width: 1024px; } }
  @media only screen and (max-width: 1024px) {
    .inner {
      width: 100%; } }

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #fff;
  top: 0; }
  @media only screen and (max-width: 1024px) {
    .header {
      border-bottom: 1px solid #efefef;
      display: flex; } }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 0; }
    @media only screen and (max-width: 1024px) {
      .header__inner {
        height: 13.3333333333vw;
        width: calc(100% - 13.3333333333vw);
        padding: 5px 8px; } }
    @media only screen and (max-width: 1024px) {
      .header__inner a {
        line-height: 1; } }
  .header__logo {
    display: flex;
    align-items: center;
    line-height: 1; }
    @media print, screen and (min-width: 1025px) {
      .header__logo {
        margin-top: -5px; } }
    @media only screen and (max-width: 1024px) {
      .header__logo-img {
        height: auto;
        width: 25%; } }
    @media only screen and (max-width: 1024px) {
      .header__logo-right {
        display: flex;
        max-height: 100%;
        max-width: 18%;
        align-items: center; } }
    @media only screen and (max-width: 1024px) {
      .header__logo-right img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto; } }
    .header__logo p {
      font-size: 1.5rem;
      margin-left: 1em; }
      @media print, screen and (min-width: 1025px) {
        .header__logo p {
          padding-top: 10px; } }
      @media only screen and (max-width: 1024px) {
        .header__logo p {
          font-size: 2.9333333333vw; } }

.nav {
  background: #f09043;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: center; }
  @media only screen and (max-width: 1024px) {
    .nav {
      height: 13.3333333333vw; } }
  .nav__list {
    display: flex;
    justify-content: center;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .nav__list {
        position: absolute;
        right: -100%;
        display: block;
        background: #f09043;
        top: 13.3333333333vw;
        transition: all .4s; } }
    @media print, screen and (min-width: 1025px) {
      .nav__list.inner {
        width: 950px; } }
    @media only screen and (max-width: 1024px) {
      .nav__list.inner {
        width: 80%; } }
    @media print, screen and (min-width: 1025px) {
      .nav__list-item {
        font-weight: 600;
        display: flex;
        align-items: center;
        height: 100%; } }
    @media print, screen and (min-width: 1025px) {
      .nav__list-item::before {
        content: '';
        width: 1px;
        height: 20px;
        background: #fff;
        display: block; } }
    @media only screen and (max-width: 1024px) {
      .nav__list-item {
        display: block; } }
    @media print, screen and (min-width: 1025px) {
      .nav__list-item:last-child::after {
        content: '';
        width: 1px;
        height: 20px;
        background: #fff;
        display: block; } }
    .nav__list.active {
      right: -0; }
  .nav__link {
    text-decoration: none;
    display: block;
    padding: 0 3em;
    height: 100%;
    color: #fff; }
    @media only screen and (max-width: 1024px) {
      .nav__link {
        padding: 25px;
        padding-left: 32px;
        background: url("/media_library/consolidate/seminar/images/denshishinkoku2022/arrow_right.png") 15px center no-repeat;
        border-bottom: 1px dotted #fff; } }
  .nav-btn {
    display: none; }
    @media only screen and (max-width: 1024px) {
      .nav-btn {
        width: 13.3333333333vw;
        height: 13.3333333333vw;
        background-color: #fff;
        display: block;
        padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
        border-left: 1px solid #efefef; } }
    .nav-btn span {
      display: block;
      background: #333;
      width: 100%;
      height: 0.8vw;
      margin: 1.0666666667vw auto 1.6vw auto;
      transition: all .4s; }
      .nav-btn span.active:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg); }
      .nav-btn span.active:nth-of-type(2) {
        opacity: 0; }
      .nav-btn span.active:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg); }

main {
  display: block; }
  @media print, screen and (min-width: 1025px) {
    main {
      padding-top: 110px; } }
  @media only screen and (max-width: 1024px) {
    main {
      padding-top: 13.3333333333vw; } }

.section {
  position: relative; }
  .section--bg-gray {
    background: #eeeeee; }
  .section--bg-blue {
    background: #fcf1c2; }
  .section--bg-blue-dot {
    background: #e8f0f4 url("/media_library/consolidate/seminar/images/zeiseikaisei2022/bg_dotted_light-blue_2.png"); }
  .section--boder-gray-stripe {
    background: url("/media_library/consolidate/seminar/images/zeiseikaisei2022/bg-bray-stripe.gif");
    padding: 6px; }
    .section--boder-gray-stripe__inner {
      background: #fff;
      padding: 50px 60px; }
      @media only screen and (max-width: 1024px) {
        .section--boder-gray-stripe__inner {
          padding: 5%; } }
  .section--bg-degital {
    background: url(/media_library/consolidate/seminar/images/e-invoice/degital_bg.png) repeat-x bottom center;
    padding-bottom: 100px; }
    @media only screen and (max-width: 1024px) {
      .section--bg-degital {
        padding-bottom: 32vw; } }
  .section__inner {
    position: relative;
    padding: 80px 0;
    margin: 0 auto; }
    @media print, screen and (min-width: 1025px) {
      .section__inner {
        width: 1024px; } }
    @media only screen and (max-width: 1024px) {
      .section__inner {
        width: 90%;
        padding: 10.6666666667vw 0vw 10.6666666667vw 0vw; } }
  .section__midashi-h2 {
    font-size: 3.2rem;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .2em;
    margin-left: -25px; }
    @media only screen and (max-width: 1024px) {
      .section__midashi-h2 {
        font-size: 4.8vw;
        margin-bottom: 30px;
        line-height: 1.4; } }
    .section__midashi-h2::before {
      content: '';
      background: url("/media_library/consolidate/seminar/images/e-invoice/title_icon202507.png") no-repeat center/72px 122px;
      width: 122px;
      height: 72px;
      margin-right: 15px;
      background-size: contain; }
      @media only screen and (max-width: 1024px) {
        .section__midashi-h2::before {
          width: 80px; } }
    .section__midashi-h2 h2 {
      position: relative;
      z-index: 2;
      font-weight: 500; }
  .section__midashi-h3 {
    font-size: 2.6rem;
    text-align: center;
    letter-spacing: .2em; }
    @media only screen and (max-width: 1024px) {
      .section__midashi-h3 {
        font-size: 4.2666666667vw; } }
  .section__midashi-dot {
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    padding: 10px 20px;
    background-image: url("/media_library/consolidate/seminar/images/zeiseikaisei2022/midashi_bg_blue-dot.png");
    display: inline-block;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      .section__midashi-dot {
        font-size: 4.8vw; } }
  .section__text-par {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .section__text-par {
        margin-bottom: 5.3333333333vw; } }
  .section__btn-item {
    background: #eba806;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 2.5rem;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding: 20px 0 40px;
    border-radius: 10px; }
    @media only screen and (max-width: 1024px) {
      .section__btn-item {
        font-size: 1.8rem;
        padding: 10px 0 30px; } }
    .section__btn-item:hover {
      opacity: 0.7;
      transition: all .4s; }
    .section__btn-item--intro {
      width: 480px;
      margin: 0 auto;
      background-image: url("/media_library/consolidate/seminar/images/zeiseikaisei2022/under_arrow_2.png");
      background-repeat: no-repeat;
      background-position: center 88%; }
      @media only screen and (max-width: 1024px) {
        .section__btn-item--intro {
          width: 90%; } }
  .section__table {
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .section__table thead {
        display: none; } }
    @media only screen and (max-width: 1024px) {
      .section__table-tr {
        display: block;
        padding: 0 15px;
        margin: 0 0 20px;
        border: 1px solid #eee; } }
    .section__table-th {
      font-size: 1.5rem;
      font-weight: bold;
      background: #eee;
      border: 1px solid #fff;
      padding: 5px; }
    .section__table-td {
      font-size: 1.4rem;
      text-align: left;
      border: 1px solid #eee;
      padding: 10px;
      vertical-align: middle; }
      @media only screen and (max-width: 1024px) {
        .section__table-td {
          border: 0;
          border-bottom: 1px dotted #ddd;
          display: block;
          padding: 10px 0 10px 6em;
          font-size: 3.2vw;
          position: relative; } }
      @media only screen and (max-width: 1024px) {
        .section__table-td:last-child {
          border-bottom: none; } }
      @media only screen and (max-width: 1024px) {
        .section__table-td.align--center {
          text-align: left !important; } }
      @media only screen and (max-width: 1024px) {
        .section__table-td::before {
          content: attr(aria-label);
          font-weight: bold;
          width: 5em;
          position: absolute;
          left: 0; } }

.mv {
  position: relative;
  background: #ebebebc4 url("/media_library/consolidate/seminar/images/e-invoice/e-invoice_202507_bg.png") no-repeat top center;
  background-size: cover; }
  @media print, screen and (min-width: 1025px) {
    .mv {
      padding: 50px 0; } }
  @media only screen and (max-width: 1024px) {
    .mv {
      position: relative;
      max-height: none;
      background-position: center top;
      background-size: cover;
      padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw; } }
  .mv__inner {
    position: relative;
    z-index: 1;
    height: 100%; }
    @media all and (-ms-high-contrast: none) {
      *::-ms-backdrop, .mv__inner {
        flex: 1 auto; } }
    @media print, screen and (min-width: 1025px) {
      .mv__inner {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 1024px) {
      .mv__inner {
        padding: 8vw 0vw 5.3333333333vw 0vw;
        flex-direction: column; } }
  .mv__img {
    text-align: center; }
    @media print, screen and (min-width: 1025px) {
      .mv__img {
        position: absolute;
        right: 30px;
        top: 20%;
        z-index: -1; } }
    @media screen and (max-width: 1160px) {
      .mv__img {
        top: 15%;
        right: 0; } }
    @media only screen and (max-width: 1024px) {
      .mv__img {
        margin: 4vw auto 0vw auto; } }
  .mv__category {
    display: flex;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: .1em;
    gap: 10px; }
    @media only screen and (max-width: 1024px) {
      .mv__category {
        font-size: 2.9333333333vw;
        justify-content: center;
        margin-bottom: 2.6666666667vw; } }
    .mv__category-free {
      background: #f0832b;
      border: #f0832b 1px solid;
      color: #fff;
      display: inline-flex;
      align-items: center;
      padding: 0 15px;
      border-radius: 5px;
      /*      &::before {
              content: '\e30a';
              font-family: 'Material Icons';
              font-size: 42px;
              line-height: 1;
              margin-right: 5px;
              @include mq-down() {
                @include createVw(font-size,20);
              }
            }*/ }
      @media only screen and (max-width: 1024px) {
        .mv__category-free {
          padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw; } }
    .mv__category-ondemand {
      color: #f0832b;
      background: #fff;
      border: #f0832b 1px solid;
      display: inline-flex;
      align-items: center;
      padding: 0 15px;
      font-weight: 300;
      border-radius: 5px; }
      @media only screen and (max-width: 1024px) {
        .mv__category-ondemand {
          padding: 0vw 2.6666666667vw 0vw 2.6666666667vw; } }
  .mv__title {
    line-height: 1.4;
    margin: 25px 0 10px;
    color: #152730; }
    @media only screen and (max-width: 1024px) {
      .mv__title {
        text-align: center;
        font-size: 5.3333333333vw; } }
    .mv__title-catch {
      color: #152730;
      font-size: 2.5rem;
      margin-bottom: 5px;
      font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        .mv__title-catch {
          font-size: 4vw; } }
    .mv__title-catch02 {
      font-size: 2.5rem;
      margin-bottom: 10px;
      font-weight: 800;
      color: #37508f; }
      @media only screen and (max-width: 1024px) {
        .mv__title-catch02 {
          font-size: 3.7333333333vw; } }
    .mv__title-sub {
      margin-bottom: 20px;
      font-size: 2.4rem;
      letter-spacing: .1em;
      text-align: center; }
      @media only screen and (max-width: 1024px) {
        .mv__title-sub {
          font-size: 4.2666666667vw;
          text-align: center;
          margin-bottom: 5.3333333333vw; } }
    .mv__title-main span {
      font-weight: 900; }
    .mv__title-item1 {
      font-size: 4rem;
      background: #FFF;
      color: #152730;
      line-height: 1.7;
      　padding: 0 10px; }
      @media only screen and (max-width: 1024px) {
        .mv__title-item1 {
          font-size: 6.4vw; } }
    .mv__title-item2 {
      font-size: 3.5rem;
      margin-bottom: 5px; }
      @media only screen and (max-width: 1024px) {
        .mv__title-item2 {
          font-size: 5.8666666667vw; } }
    .mv__title-item3 {
      font-size: 4.5rem; }
      @media only screen and (max-width: 1024px) {
        .mv__title-item3 {
          font-size: 6.9333333333vw; } }
    .mv__title-main img {
      margin: 0 auto; }
  .mv__application {
    text-align: left;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .mv__application {
        text-align: center; } }
    @media print, screen and (min-width: 1025px) {
      .mv__application .item {
        padding: 10px 50px; } }

.mv-date__def {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .mv-date__def {
      flex-direction: column; } }
  .mv-date__def-tit {
    background: #152730;
    color: #fff;
    padding: 2px 10px;
    font-size: 1.4rem;
    margin-right: .5em; }
  .mv-date__def-data {
    font-size: 3rem;
    font-weight: bold; }
    @media only screen and (max-width: 1024px) {
      .mv-date__def-data {
        font-size: 5.3333333333vw; } }
    .mv-date__def-data .fromto {
      font-weight: bold;
      font-size: 0.8em;
      display: inline-block;
      vertical-align: middle; }
    .mv-date__def-data .fontjumps {
      font-size: 2.5rem;
      font-weight: bold; }
      @media only screen and (max-width: 1024px) {
        .mv-date__def-data .fontjumps {
          font-size: 4.2666666667vw; } }

.info {
  margin: 0 auto 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 2px solid #3b629b;
  padding: 13px 13px 14px;
  background-color: #fff; }
  @media print, screen and (min-width: 1025px) {
    .info {
      width: 1024px; } }
  @media only screen and (max-width: 1024px) {
    .info {
      width: 100%; } }
  .info p {
    background: #ed1e79;
    color: #fff;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 6px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: bold; }
  .info ul {
    flex: 1;
    margin-left: 20px; }
  .info li {
    list-style: disc inside; }
  .info__title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
  .info__par {
    margin-bottom: 10px;
    font-size: .9em; }
    .info__par:last-child {
      margin-bottom: 0; }

.section-greeting {
  background: url("/media_library/consolidate/seminar/images/zeiseikaisei2022/greeting_bg202206.png") repeat-x bottom center; }
  @media print, screen and (min-width: 1025px) {
    .section-greeting {
      padding-bottom: 200px; } }
  @media only screen and (max-width: 1024px) {
    .section-greeting {
      background-size: 200%;
      padding-bottom: 26.6666666667vw; } }

.greeting__text {
  letter-spacing: .2em; }
  @media print, screen and (min-width: 1025px) {
    .greeting__text {
      margin: 0 auto; } }
  .greeting__text .section__text-par {
    font-weight: 500; }
@media print, screen and (min-width: 1025px) {
  .greeting-sign {
    margin-top: 50px; } }
.greeting-sign__title {
  margin-bottom: 7px;
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: .2em; }
  @media only screen and (max-width: 1024px) {
    .greeting-sign__title {
      font-size: 3.4666666667vw; } }
@media only screen and (max-width: 1024px) {
  .greeting-sign__name img {
    width: 10.2em;
    height: auto; } }

.recommend__section h3 {
  text-align: center;
  color: #f09043;
  font-weight: bold;
  margin: 30px auto;
  font-size: 2.6rem; }
  @media print, screen and (min-width: 1025px) {
    .recommend__section h3 {
      display: flex;
      align-items: center; } }
  @media only screen and (max-width: 1024px) {
    .recommend__section h3 {
      font-size: 4.5333333333vw; } }
  @media print, screen and (min-width: 1025px) {
    .recommend__section h3::before {
      content: "";
      border-bottom: 1px #aaa solid;
      flex-grow: 1;
      margin-right: .5em;
      transform: rotate(45deg); }
    .recommend__section h3::after {
      content: "";
      border-bottom: 1px #aaa solid;
      flex-grow: 1;
      margin-left: .5em;
      transform: rotate(-45deg); } }
.recommend__list {
  margin: 0 auto;
  font-size: 2.2rem;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  @media print, screen and (min-width: 1025px) {
    .recommend__list {
      width: 850px; } }
  @media only screen and (max-width: 1024px) {
    .recommend__list {
      font-size: 4.2666666667vw; } }
  .recommend__list-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .recommend__list-item {
        flex-direction: column;
        margin-bottom: 5.3333333333vw; } }
    .recommend__list-item:last-child {
      margin-bottom: 0; }
    .recommend__list-item::before {
      color: #f09043;
      content: '\e2e6';
      margin-right: 20px;
      font-size: 40px;
      font-family: 'Material Icons';
      line-height: 1.2; }

.program-box {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto 20px; }
  @media print, screen and (min-width: 1025px) {
    .program-box {
      width: 800px; } }
  @media only screen and (max-width: 1024px) {
    .program-box {
      display: block;
      width: 90%;
      margin: 0vw auto 2.6666666667vw auto; } }
  .program-box__wrap {
    position: relative;
    padding: 40px;
    background: #ffffff;
    width: 75%;
    margin: 0 auto; }
    @media only screen and (max-width: 1024px) {
      .program-box__wrap {
        padding: 4vw 4vw 4vw 4vw;
        width: 100%; } }
  .program-box:last-child {
    margin-bottom: 0; }
  .program-box__midashi-wrapper {
    text-align: center; }
  .program-box__themeIcon {
    display: inline-block;
    background-color: #152730;
    padding: 2px 10px;
    color: #fff; }
  .program-box__title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 20px 0; }
    @media only screen and (max-width: 1024px) {
      .program-box__title {
        font-size: 4.2666666667vw;
        padding: 2.6666666667vw 0vw 2.6666666667vw 0vw; } }
  .program-box__tit {
    font-size: 1.6rem;
    color: #555;
    font-weight: bold; }
    @media only screen and (max-width: 1024px) {
      .program-box__tit {
        font-size: 3.7333333333vw;
        margin-bottom: 2.6666666667vw; } }
  @media only screen and (max-width: 1024px) {
    .program-box__details {
      flex-direction: column; } }
  .program-box__details dt, .program-box__details dd {
    text-indent: -3em;
    padding-left: 3em; }
  .program-box__details-pr20 {
    padding-right: 20px; }
  .program-box__contents {
    font-size: 2rem;
    margin: 20px auto 0;
    background: #fff5e3;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 1024px) {
      .program-box__contents {
        font-size: 3.2vw;
        margin-top: 2.6666666667vw;
        padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw; } }
    .program-box__contents ol {
      counter-reset: num; }
    .program-box__contents ol li {
      font-weight: bold;
      counter-increment: num;
      text-indent: -1.5em;
      padding-left: 1.5em; }
    .program-box__contents ol li::before {
      content: counter(num) ". ";
      padding-right: 5px;
      color: #f09043; }
    .program-box__contents ul li {
      list-style: disc; }
  .program-box__part {
    background-color: #f09043;
    text-align: center;
    width: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.5rem; }
    @media print, screen and (min-width: 1025px) {
      .program-box__part {
        flex-direction: column; } }
    @media only screen and (max-width: 1024px) {
      .program-box__part {
        font-size: 3.7333333333vw;
        width: 100%; } }
    .program-box__part.no-part {
      width: 10px; }
      @media only screen and (max-width: 1024px) {
        .program-box__part.no-part {
          width: 1.3333333333vw; } }
    .program-box__part-time {
      font-size: 2rem; }
      @media only screen and (max-width: 1024px) {
        .program-box__part-time {
          font-size: 3.4666666667vw; } }
  .program-box__text {
    background: #fff;
    margin-left: 5px;
    width: 84%;
    padding: 20px; }
    @media only screen and (max-width: 1024px) {
      .program-box__text {
        width: 100%;
        margin-left: 0;
        padding: 3%; } }
  .program-box__midashi {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1024px) {
      .program-box__midashi {
        font-size: 4.2666666667vw;
        padding-right: 20%; } }
  @media only screen and (max-width: 1024px) {
    .program-box__date {
      font-size: 1.4rem; } }
  @media only screen and (max-width: 1024px) {
    .program-box__name {
      font-size: 1.2rem; } }
  .program-box__theme {
    margin-bottom: 10px; }
    .program-box__theme-item {
      margin-bottom: 3px;
      font-size: 95%; }
      .program-box__theme-item::before {
        content: '●';
        color: #f09043; }
    .program-box__theme .tit {
      display: inline-block;
      line-height: 1;
      padding: 3px 5px 0 0;
      font-weight: bold;
      margin-left: .5em; }

.lecturer-box {
  display: flex; }
  .lecturer-box__tit {
    line-height: 1.4; }
    @media only screen and (max-width: 1024px) {
      .lecturer-box__tit {
        font-size: 1.3rem; } }
  .lecturer-box__name {
    float: left;
    line-height: 1.4; }
    @media only screen and (max-width: 1024px) {
      .lecturer-box__name {
        font-size: 1.3rem;
        width: calc(100% - 3em); } }
    .lecturer-box__name--large {
      font-size: 2rem; }
      @media only screen and (max-width: 1024px) {
        .lecturer-box__name--large {
          font-size: 1.4rem; } }
    .lecturer-box__name-block:first-child {
      margin-bottom: 10px; }
  .lecturer-box__logo {
    margin-top: 5px; }

.denshika {
  position: absolute;
  right: 0;
  bottom: -40px; }
  @media only screen and (max-width: 1024px) {
    .denshika {
      width: 22%;
      bottom: 0;
      top: -50px;
      right: -2%; } }

.mess {
  background: rgba(198, 0, 0, 0.1);
  width: 930px;
  margin: auto;
  text-align: center;
  color: #C60000;
  padding: 20px 10px;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .mess {
      font-size: 3.4666666667vw; } }

.form iframe {
  width: 100%; }
  @media print, screen and (min-width: 1025px) {
    .form iframe {
      height: 2150px; } }
  @media only screen and (max-width: 1024px) {
    .form iframe {
      width: 100%;
      height: calc(100vh - 51px); } }

.date-table {
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  z-index: 2; }
  .date-table__th {
    background: #f6f6f6;
    border: #d9d9d9 1px solid;
    font-weight: bold;
    padding: 5px 7px;
    text-align: center;
    vertical-align: middle; }
    .date-table__th--01 {
      width: 100px; }
    .date-table__th--02 {
      width: 120px; }
    .date-table__th--04 {
      width: 100px; }
    .date-table__th--05 {
      width: 200px; }
    .date-table__th--06 {
      width: 180px; }
  .date-table__td {
    border: #d9d9d9 1px solid;
    padding: 5px 7px;
    vertical-align: middle;
    background-color: #fff;
    word-wrap: normal; }
  .date-table__def {
    margin-bottom: 5px;
    display: flex;
    align-items: center; }
    .date-table__def:last-child {
      margin-bottom: 0; }
    .date-table__def-wrap {
      display: inline-block; }
    .date-table__def-tit {
      display: inline-block;
      width: 88px;
      text-align: center;
      padding: 4px 0;
      font-size: 1.1rem;
      border-radius: 3px;
      margin-right: 5px; }
    .date-table__def-data {
      display: inline-block; }
  .date-table__link {
    display: inline-block;
    background: #f09043 url("/media_library/consolidate/seminar/images/zeiseikaisei2022/arrow_right.png") 95% center no-repeat;
    width: 104px;
    line-height: 1.4;
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px 8px 5px;
    margin: 5px auto; }
    .date-table__link-wrap {
      display: flex; }
    .date-table__link:hover {
      opacity: 0.7;
      transition: all .4s; }
.date__img {
  position: relative;
  right: 0;
  top: -70px;
  padding: 20px 0 40px;
  z-index: 1;
  text-align: right; }

.section-sponcer {
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: contain; }
  @media only screen and (max-width: 1024px) {
    .section-sponcer {
      background-size: 200%; } }

.sponcer-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 1024px) {
    .sponcer-box {
      padding: 7%; } }
  .sponcer-box__midashi {
    color: #f09043;
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
    margin-bottom: 20px;
    letter-spacing: .2em;
    padding: 2px; }
    @media only screen and (max-width: 1024px) {
      .sponcer-box__midashi {
        font-size: 2.2rem;
        text-align: center; } }
  .sponcer-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    align-items: center; }
    .sponcer-box__list-item {
      display: inline-block; }
      @media print, screen and (min-width: 1025px) {
        .sponcer-box__list-item {
          margin: 20px 10px 0; } }
      @media only screen and (max-width: 1024px) {
        .sponcer-box__list-item {
          width: 70%;
          margin-right: 0;
          text-align: center;
          margin-bottom: 15px; } }
      .sponcer-box__list-item .text_link {
        color: #000;
        font-size: 2.2rem;
        font-weight: bold; }
      .sponcer-box__list-item a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 5px 25px; }
        @media only screen and (max-width: 1024px) {
          .sponcer-box__list-item a {
            background: #fff;
            display: block;
            padding: 2px; } }
      @media only screen and (max-width: 1024px) {
        .sponcer-box__list-item img {
          height: 13.3333333333vw;
          width: auto; } }
  .sponcer-box .past-box__midashi {
    text-align: center;
    font-size: 2rem;
    padding: 5px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: .2em;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .sponcer-box .past-box__midashi {
        font-size: 1.4rem;
        width: 90%;
        margin: 0 auto 20px; } }
    .sponcer-box .past-box__midashi::before {
      content: "";
      display: block;
      background: #ccc;
      transform: rotate(-45deg);
      width: 1px; }
      @media print, screen and (min-width: 1025px) {
        .sponcer-box .past-box__midashi::before {
          height: 100px;
          margin-right: 100px; } }
      @media only screen and (max-width: 1024px) {
        .sponcer-box .past-box__midashi::before {
          height: 60px;
          margin-right: 30px; } }
    .sponcer-box .past-box__midashi::after {
      content: "";
      display: block;
      background: #ccc;
      transform: rotate(45deg);
      width: 1px; }
      @media print, screen and (min-width: 1025px) {
        .sponcer-box .past-box__midashi::after {
          height: 100px;
          margin-left: 100px; } }
      @media only screen and (max-width: 1024px) {
        .sponcer-box .past-box__midashi::after {
          height: 60px;
          margin-left: 30px; } }
  .sponcer-box .past-box__catch {
    color: #394561;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.1rem; }
    @media only screen and (max-width: 1024px) {
      .sponcer-box .past-box__catch {
        font-size: 1.6rem; } }
  .sponcer-box .past-box .col2-box__list {
    line-height: 0; }
    @media only screen and (max-width: 1024px) {
      .sponcer-box .past-box .col2-box__list {
        display: block; } }
  .sponcer-box .past-box .col2-box__list-item {
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }
  .sponcer-box .past-box .col2-box__list-item--pd0 {
    background: none; }
    @media only screen and (max-width: 1024px) {
      .sponcer-box .past-box .col2-box__list-item--pd0 {
        display: block; } }
  .sponcer-box .past-box__caption {
    font-size: 1.3rem;
    text-align: center;
    position: absolute;
    line-height: 1.8;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 2px 10px; }
  .sponcer-box__table-th--01 {
    width: 120px; }
  .sponcer-box__table-th--02 {
    width: 230px; }
  .sponcer-box__table-th--04 {
    width: 180px; }
  .sponcer-box__table-th--05 {
    width: 80px; }

.lecturer__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .lecturer__list dt {
    width: 26%; }
    @media only screen and (max-width: 1024px) {
      .lecturer__list dt {
        margin-bottom: 0vw;
        width: 100%;
        text-align: center; } }
  .lecturer__list dd {
    text-align: left;
    width: 70%; }
    @media only screen and (max-width: 1024px) {
      .lecturer__list dd {
        margin: 0vw 0vw 13.3333333333vw 0vw;
        width: 100%; } }
    .lecturer__list dd::last-of-type {
      margin-bottom: 0; }
.lecturer__name {
  color: #0072bf;
  font-size: 2.4rem;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1024px) {
    .lecturer__name {
      font-size: 5.0666666667vw; } }
.lecturer__detail {
  margin-bottom: 15px; }
.lecturer__profile {
  font-weight: bold; }
.lecturer__sub {
  display: block;
  font-size: 2rem;
  line-height: 1.5; }
  @media only screen and (max-width: 1024px) {
    .lecturer__sub {
      font-size: 4vw; } }

.application__btn {
  margin-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    .application__btn {
      margin-bottom: 8vw; } }
  .application__btn .item {
    font-size: 28px;
    padding: 20px 100px;
    border-radius: 60px; }
    @media only screen and (max-width: 1024px) {
      .application__btn .item {
        font-size: 4.8vw;
        padding: 2.6666666667vw 12vw 2.6666666667vw 12vw; } }

.voice {
  border: #f09043 5px solid;
  background: #fff;
  padding: 40px 90px; }
  @media print, screen and (min-width: 1025px) {
    .voice {
      margin: 0 70px; } }
  @media only screen and (max-width: 1024px) {
    .voice {
      padding: 5%; } }
  .voice__title {
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1024px) {
      .voice__title {
        margin-bottom: 15px; } }
    .voice__title h3 {
      display: inline-block;
      background: #f09043;
      color: #fff;
      font-weight: 600;
      padding: 10px 30px; }
      @media only screen and (max-width: 1024px) {
        .voice__title h3 {
          font-size: 1.6rem;
          padding: 3%; } }
  .voice__list-item {
    background: url("/media_library/consolidate/seminar/images/icon_voice.png") left center no-repeat;
    padding-left: 70px;
    min-height: 48px;
    margin-bottom: 15px; }
    @media print, screen and (min-width: 1025px) {
      .voice__list-item {
        display: flex;
        align-items: center; } }
    @media only screen and (max-width: 1024px) {
      .voice__list-item {
        background-size: 35px 35px;
        padding-left: 50px; } }
    .voice__list-item:last-child {
      margin-bottom: 0; }
    .voice__list-item span {
      font-weight: 600;
      font-size: 2rem; }
      @media only screen and (max-width: 1024px) {
        .voice__list-item span {
          font-size: 1.4rem; } }

.lineup {
  text-align: center;
  margin: auto;
  padding-bottom: 15px; }
  @media print, screen and (min-width: 1025px) {
    .lineup {
      width: 675px; } }
  .lineup table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #dedede;
    vertical-align: middle; }
  .lineup th, .lineup td {
    border: solid 1px #dedede;
    text-align: left;
    vertical-align: middle; }
    @media only screen and (max-width: 1024px) {
      .lineup th, .lineup td {
        padding: 0; } }
    .lineup th a, .lineup td a {
      padding: 20px;
      display: block; }
      @media only screen and (max-width: 1024px) {
        .lineup th a, .lineup td a {
          padding: 10px; } }
  .lineup th {
    border-right-style: none;
    line-height: 1.5;
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      .lineup th {
        font-size: 1.2rem;
        padding-left: 0;
        width: auto; } }
  .lineup td {
    border-left-style: none; }
    @media only screen and (max-width: 1024px) {
      .lineup td {
        padding-left: 0;
        min-width: 50%; } }
    .lineup td a {
      line-height: 0; }

.dl-bnr {
  text-align: center;
  margin-bottom: 20px; }
  .dl-bnr img {
    border: solid 1px #eee; }
  .dl-bnr__text {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: .16em; }

.rep-box {
  margin: 50px 0 0; }
  @media only screen and (max-width: 1024px) {
    .rep-box {
      margin: 20px 0; } }
  .rep-box__midashi--h3 {
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .rep-box__midashi--h3 {
        font-size: 2.4rem; } }
  .rep-box__midashi--date {
    font-size: 1.8rem;
    display: block; }
  .rep-box__midashi--h4 {
    color: #1aa0bf;
    font-weight: bold; }
  .rep-box__img {
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1024px) {
      .rep-box__img {
        margin-bottom: 20px; } }

.callout-box {
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1024px) {
    .callout-box {
      padding: 5%;
      margin-bottom: 40px; } }
  .callout-box::after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: inherit;
    transform: rotate(45deg);
    left: calc(50% - (56.57px/2));
    bottom: -20px;
    z-index: -1; }
  .callout-box--blue {
    background: #f0fafa; }
  .callout-box__text {
    font-size: 2.0rem;
    line-height: 1.8; }
    @media only screen and (max-width: 1024px) {
      .callout-box__text {
        font-size: 1.4rem; } }
    .callout-box__text.dl {
      font-size: 1.9rem; }
      @media only screen and (max-width: 1024px) {
        .callout-box__text.dl {
          font-size: 1.3rem; } }
    .callout-box__text--strong {
      font-size: 2.4rem;
      font-weight: bold;
      color: #06a6b9; }
      @media only screen and (max-width: 1024px) {
        .callout-box__text--strong {
          font-size: 1.8rem; } }
      .callout-box__text--strong.dl {
        font-size: 2rem; }
        @media only screen and (max-width: 1024px) {
          .callout-box__text--strong.dl {
            font-size: 1.3rem; } }
  .callout-box__frame-red {
    background-color: #ff8358;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin-top: 10px; }

.dl-box {
  display: flex;
  background: #e8fffa;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 780px;
  margin: 0 auto 40px; }
  @media only screen and (max-width: 1024px) {
    .dl-box {
      width: 100%;
      display: block; } }
  .dl-box img {
    border: 1px solid #eee;
    margin-right: 20px; }
    @media only screen and (max-width: 1024px) {
      .dl-box img {
        margin-right: 0;
        display: block;
        margin: 0 auto 2rem; } }
  .dl-box__list-item {
    background: url("/media_library/consolidate/seminar/images/zeiseikaisei2022/icon_check.svg") center left no-repeat;
    background-size: 24px 24px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #555;
    padding-left: 30px; }
    @media only screen and (max-width: 1024px) {
      .dl-box__list-item {
        font-size: 1.4rem;
        background-size: 18px 18px;
        padding-left: 24px; } }

.dl-btn {
  width: 580px;
  margin: 0 auto;
  background-image: url(/media_library/consolidate/seminar/images/zeiseikaisei2022/under_arrow.png);
  background-color: #e06f00;
  background-repeat: no-repeat;
  background-position: center 88%;
  padding-bottom: 36px; }
  @media only screen and (max-width: 1024px) {
    .dl-btn {
      width: 100%;
      background-size: 7%;
      padding: 2% 0 7%; } }
  .dl-btn__sub-title {
    background-color: #fff;
    color: #e06f00;
    margin: 0 40px;
    font-size: 2rem; }
    @media only screen and (max-width: 1024px) {
      .dl-btn__sub-title {
        font-size: 1.3rem; } }
  .dl-btn__title {
    font-size: 2.2rem; }
    @media only screen and (max-width: 1024px) {
      .dl-btn__title {
        font-size: 1.3rem; } }

.contact {
  background: #f09043;
  color: #fff;
  padding: 50px 0; }
  .contact__midashi {
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: .2em; }
    @media only screen and (max-width: 1024px) {
      .contact__midashi {
        font-size: 1.8rem; } }
  .contact__text {
    width: 940px;
    margin: 0 auto;
    font-style: normal;
    font-size: 1.4rem; }
    @media only screen and (max-width: 1024px) {
      .contact__text {
        width: 90%;
        font-size: 1.3rem; } }
    .contact__text-par {
      margin-bottom: 10px; }
  .contact a {
    color: #fff; }
    .contact a:hover {
      text-decoration: none; }

.copyright__text {
  font-size: 1.2rem;
  text-align: center;
  margin: 5px 0; }

#page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  width: 64px;
  display: none; }
  @media only screen and (max-width: 1024px) {
    #page_top {
      display: none; } }

@media screen and (max-width: 1024px) {
  .info {
    width: 100%; }
    .info ul {
      margin-left: 10px; }
    .info li {
      list-style: outside; }
    .info__par {
      font-size: inherit; }

  .ondemand_inquery-btn {
    width: 85%;
    font-size: 1.6rem;
    padding: 15px 10px 15px 5px; } }
.new {
  color: red;
  font-size: 90%;
  margin-left: 3px;
  font-weight: bold; }




