@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/****************************************

          $breakpoint

@include maxs($breakpoint-sp) {}

*****************************************/
/*============================
body
============================*/
body {
  font-family: YakuHanJP,"Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #a0a0a0;
  color: #333;
  letter-spacing: .05em;
}

/*============================
color
============================*/
/*============================
base
============================*/
* {
  box-sizing: border-box;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

a {
  text-decoration: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

div.wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 128px;
  background-color: #fff;
  min-height: 100vh;
}
div.wrap header.header {
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #002d5b;
}
div.wrap header.header a.btn-top {
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
  margin: 0 0 0 10px;
  padding: 0 15px 0 15px;
  border-radius: 32px;
  background-color: #264c73;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  transition: .4s ease-in-out;
}
div.wrap header.header a.btn-top:hover {
  opacity: .7;
}
div.wrap header.header a.btn-top::before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 10px 0 0;
  transform: translate(0, 0);
  border-top: 4px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 4px solid transparent;
  border-left: 0 solid transparent;
}
div.wrap main.main {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  div.wrap main.main {
    padding: 0 20px;
  }
}
div.wrap main.main .anker-nav {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div.wrap main.main .anker-nav {
    margin: 20px -10px 0;
  }
}
div.wrap main.main .anker-nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  margin: 20px 10px 0;
  font-size: 16px;
  color: #002d5b;
  line-height: 1.3;
  overflow: hidden;
  transition: .4s ease-in-out;
  border: 2px solid #002d5b;
}
@media screen and (max-width: 768px) {
  div.wrap main.main .anker-nav a {
    font-size: 12px;
    height: 40px;
  }
}
div.wrap main.main .anker-nav a.live {
  border: 2px solid #c50003;
  color: #c50003;
}
div.wrap main.main .anker-nav a.live:after {
  border-top: 9px solid #c50003;
}
div.wrap main.main .anker-nav a:hover {
  opacity: .7;
}
div.wrap main.main .anker-nav a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: 5px solid transparent;
  border-bottom: 0;
  border-top: 9px solid #002d5b;
}
div.wrap main.main p.read {
  font-size: 16px;
  line-height: 2;
  max-width: 750px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  div.wrap main.main p.read {
    margin: 20px auto;
    font-size: 15px;
  }
}
div.wrap main.main p.read.right {
  text-align: right;
}
div.wrap main.main p.attention {
  font-size: 16px;
  line-height: 1.5;
  max-width: 750px;
  margin: 40px auto;
  padding: 10px 15px;
  border: 3px solid red;
  color: red;
}
@media screen and (max-width: 768px) {
  div.wrap main.main p.attention {
    margin: 20px auto;
    font-size: 15px;
  }
}
div.wrap main.main section.col-section {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.wrap main.main section.col-section {
    display: flex;
    justify-content: space-between;
  }
}
div.wrap main.main section.col-section.col-3 {
  display: flex;
  flex-wrap: wrap;
}
div.wrap main.main section.col-section div.col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 20px);
  height: 240px;
  margin: 0 10px 20px;
  border: 4px solid #002d5b;
}
@media screen and (max-width: 768px) {
  div.wrap main.main section.col-section div.col {
    width: 100%;
    height: auto;
  }
  div.wrap main.main section.col-section div.col + div.col {
    margin-top: 20px;
  }
}
div.wrap main.main section.col-section div.col h2.ttl-col {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #002d5b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.wrap main.main section.col-section div.col h2.ttl-col {
    font-size: 20px;
    line-height: 1.3;
    padding: 0 10px;
  }
}
div.wrap main.main section.col-section div.col p.date {
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
  margin: 15px 0 0;
  color: #002d5b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.wrap main.main section.col-section div.col p.date {
    font-size: 14px;
    padding: 0 10px;
    margin: 5px 0 0;
  }
}
div.wrap main.main section.col-section div.col a.btn-play {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  background-color: #ee2f2f;
  border-radius: 32px;
  overflow: hidden;
  transition: .4s ease-in-out;
}
@media screen and (max-width: 768px) {
  div.wrap main.main section.col-section div.col a.btn-play {
    height: 38px;
    margin: 15px 0 0;
  }
}
div.wrap main.main section.col-section div.col a.btn-play i.ico-play {
  display: block;
  width: 24px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../img/ico-play.png);
  background-size: cover;
}
div.wrap main.main section.col-section div.col a.btn-play:hover {
  opacity: .7;
}
div.wrap main.main section.col-section div.col a.btn-play.disable {
  pointer-events: none;
  background-color: #eee;
}
div.wrap main.main section.col-section div.col.disable {
  background-color: #e9e9f3;
  border: 4px solid #e9e9f3;
  pointer-events: none;
}
div.wrap main.main section.col-section div.col.disable h2.ttl-col {
  opacity: .3;
}
div.wrap main.main section.col-section div.col.disable p.date {
  opacity: .3;
}
div.wrap main.main section.col-section div.col.disable a.btn-play {
  background-color: #002d5b;
  opacity: .3;
}
div.wrap main.main p.note {
  max-width: 750px;
  margin: 40px auto;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  div.wrap main.main p.note {
    margin: 20px auto;
  }
}
div.wrap main.main h2.ttl-page {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  div.wrap main.main h2.ttl-page {
    font-size: 22px;
  }
}
div.wrap main.main p a {
  color: #2966d5;
}
div.wrap main.main p:not([class]) {
  max-width: 750px;
  margin: 40px auto 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.8;
}
div.wrap main.main p.center.sub-ttl {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.wrap main.main p.center.sub-ttl {
    font-size: 18px;
  }
}
div.wrap main.main p.center.date {
  display: block;
  max-width: 480px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #002d5b;
}
div.wrap main.main p.head-txt {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  padding: 10px;
  margin: 5px auto 0;
  text-align: center;
}
div.wrap main.main p.breaktime {
  display: block;
  max-width: 710px;
  margin: 10px auto;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  text-align: center;
  border: 1px solid #002d5b;
}
div.wrap main.main p.time {
  margin: 0 auto 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
}
div.wrap main.main p.thema {
  max-width: 750px;
  margin: 10px auto 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  padding: 10px;
  text-align: center;
  background-color: #e8edf3;
}
div.wrap main.main p.position {
  margin: 10px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #005296;
}
div.wrap main.main p.name {
  margin: 0px auto 0;
  font-size: 14px;
  line-height: 1.3;
}
div.wrap main.main p.name span {
  font-size: 22px;
  font-weight: 700;
}
div.wrap main.main p.profile {
  max-width: 750px;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.8;
}
div.wrap main.main h3.ttl-block {
  max-width: 750px;
  margin: 40px auto 20px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  padding: 10px 0;
  text-align: center;
  background-color: #e8edf3;
  border-top: 3px solid #002d5b;
}
@media screen and (max-width: 768px) {
  div.wrap main.main h3.ttl-block {
    font-size: 18px;
  }
}
div.wrap main.main h3.ttl-block.live {
  background-color: #c50003;
  color: #ffffff;
}
div.wrap main.main h4.ttl-profile {
  max-width: 750px;
  margin: 40px auto 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  padding: 0;
  text-align: left;
}
div.wrap main.main h4.ttl-profile + p {
  margin-top: 20px;
}
div.wrap main.main h4.ttl-profile.center {
  text-align: center;
}
div.wrap main.main h4.ttl-head {
  display: block;
  max-width: 180px;
  margin: 20px auto 0;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  text-align: center;
  border: 2px solid #002d5b;
}
div.wrap main.main dl:not([class]) {
  max-width: 750px;
  margin: 0 auto;
  border-bottom: 1px solid #f7f7f7;
}
div.wrap main.main dl:not([class]):nth-child(even) {
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  div.wrap main.main dl:not([class]) {
    display: flex;
  }
}
div.wrap main.main dl:not([class]) dt {
  width: 300px;
  padding: 20px 0 20px 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #002d5b;
}
@media screen and (max-width: 768px) {
  div.wrap main.main dl:not([class]) dt {
    width: 100%;
    padding: 10px 10px 0;
  }
}
div.wrap main.main dl:not([class]) dt img {
  width: 100%;
  height: auto;
}
div.wrap main.main dl:not([class]) dd {
  width: calc(100% - 300px);
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  div.wrap main.main dl:not([class]) dd {
    font-size: 14px;
    width: 100%;
    padding: 10px;
  }
}
div.wrap main.main dl:not([class]) dd em {
  font-weight: 700;
}
div.wrap main.main dl:not([class]) dd .red {
  color: #ee2f2f;
  text-decoration: underline;
}
div.wrap main.main dl.ijamp {
  max-width: 750px;
  margin: 0 auto;
  border-bottom: 1px solid #f7f7f7;
}
div.wrap main.main dl.ijamp:nth-child(even) {
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  div.wrap main.main dl.ijamp {
    display: flex;
  }
}
div.wrap main.main dl.ijamp dt {
  width: 200px;
  padding: 20px 0 20px 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #002d5b;
}
@media screen and (max-width: 768px) {
  div.wrap main.main dl.ijamp dt {
    width: 100%;
    padding: 10px 10px 0;
  }
}
div.wrap main.main dl.ijamp dt img {
  width: 100%;
  height: auto;
}
div.wrap main.main dl.ijamp dd {
  width: calc(100% - 200px);
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  div.wrap main.main dl.ijamp dd {
    font-size: 14px;
    width: 100%;
    padding: 10px;
  }
}
div.wrap main.main dl.ijamp dd em {
  font-weight: 700;
}
div.wrap main.main dl.ijamp dd .red {
  color: #ee2f2f;
  text-decoration: underline;
}
div.wrap main.main dl.speaker {
  display: flex;
  flex-wrap: wrap;
}
div.wrap main.main dl.speaker dt {
  width: 80px;
  margin-top: 20px;
}
div.wrap main.main dl.speaker dt:first-of-type {
  margin-top: 0;
}
div.wrap main.main dl.speaker dt span {
  display: block;
  width: 80px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  background-color: #002d5b;
  border-radius: 3px;
}
div.wrap main.main dl.speaker dd {
  width: calc(100% - 80px);
  margin-top: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}
div.wrap main.main dl.speaker dd:first-of-type {
  margin-top: 0;
}
div.wrap main.main dl.speaker dd .position {
  font-weight: 700;
  color: #005296;
}
div.wrap main.main dl.speaker dd .name {
  font-size: 1.5em;
  font-weight: 700;
}
div.wrap main.main dl.speaker dd a {
  color: #CC0000;
  text-decoration: underline;
}
div.wrap main.main div.btn-wrap {
  display: flex;
}
div.wrap main.main div.btn-wrap.center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div.wrap main.main div.btn-wrap.center-sp {
    justify-content: center;
  }
}
div.wrap main.main div.btn-wrap a.btn-play {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  background-color: #ee2f2f;
  border-radius: 32px;
  overflow: hidden;
  transition: .4s ease-in-out;
}
div.wrap main.main div.btn-wrap a.btn-play i.ico-play {
  display: block;
  width: 24px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../img/ico-play.png);
  background-size: cover;
}
div.wrap main.main div.btn-wrap a.btn-play:hover {
  opacity: .7;
}
div.wrap main.main div.btn-wrap a.btn-play.disable {
  pointer-events: none;
  background-color: #eee;
}
div.wrap main.main div.btn-wrap a.btn-back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 48px;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  background-color: #002d5b;
  border-radius: 32px;
  overflow: hidden;
  transition: .4s ease-in-out;
}
div.wrap main.main div.note-block {
  max-width: 750px;
  margin: 40px auto;
  background-color: #f7f7f7;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  div.wrap main.main div.note-block {
    padding: 20px;
  }
}
div.wrap main.main div.note-block h4.ttl-note {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
div.wrap main.main div.note-block ol {
  margin-top: 40px;
  counter-reset: section;
}
@media screen and (max-width: 768px) {
  div.wrap main.main div.note-block ol {
    margin-top: 20px;
  }
}
div.wrap main.main div.note-block ol > li {
  position: relative;
  margin: 0 0 0;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
div.wrap main.main div.note-block ol > li + li {
  margin: 10px 0 0;
}
div.wrap main.main div.note-block ol > li > ol {
  margin: 0;
}
div.wrap main.main div.note-block ol > li > ol li {
  margin: 10px 0 0 0;
  padding: 0 0 0 40px;
}
div.wrap main.main div.note-block ol > li::before {
  content: counters(section,"-") ". ";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
div.wrap main.main div.note-block p.note {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
div.wrap main.main h4.ttl-contact {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  div.wrap main.main h4.ttl-contact {
    margin: 40px 0 0;
  }
}
div.wrap main.main p.center {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0 0;
}
div.wrap main.main p.center em {
  font-weight: 700;
}
div.wrap main.main div.movie-block {
  max-width: 750px;
  margin: 20px auto 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #e8edf3;
}
@media screen and (min-width: 768px) {
  div.wrap main.main div.movie-block {
    display: flex;
  }
}
div.wrap main.main div.movie-block figure {
  width: 40%;
}
@media screen and (max-width: 768px) {
  div.wrap main.main div.movie-block figure {
    width: 100%;
  }
}
div.wrap main.main div.movie-block figure img {
  border: 1px solid #eee;
}
div.wrap main.main div.movie-block div.detail {
  width: 60%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  div.wrap main.main div.movie-block div.detail {
    width: 100%;
    padding: 10px 0 0;
  }
}
div.wrap main.main div.movie-block div.detail p {
  font-size: 16px;
  line-height: 1.5;
}
div.wrap main.main div.movie-block div.detail p.date {
  font-size: 16px;
  font-weight: 700;
  color: #002d5b;
}
div.wrap main.main div.movie-block div.detail p.position {
  margin: 10px 0 0;
  font-size: 16px;
}
div.wrap main.main div.movie-block div.detail p.position small {
  font-size: 14px;
}
div.wrap main.main div.movie-block div.detail p.name {
  margin: 10px 0 0;
  font-size: 22px;
  font-weight: 700;
}
div.wrap main.main div.movie-block div.detail p.name small {
  font-size: 16px;
}
div.wrap main.main div.movie-block div.detail p.name small a {
  color: #1d3994;
  text-decoration: underline;
}
div.wrap main.main div.movie-block div.detail p.title {
  margin: 10px 0 0;
  padding: 8px 12px;
  font-size: 16px;
  color: #002d5b;
  border: 2px solid #002d5b;
  font-weight: 700;
}
div.wrap main.main div.movie-block div.detail p.etc {
  margin: 10px 0 0;
  font-size: 16px;
}
div.wrap main.main div.movie-block div.detail p:first-child {
  margin-top: 0;
}
div.wrap main.main div.movie-block div.detail p.attention {
  display: inline-block;
  margin: 10px 0 0;
  color: #cc0000;
  border: 2px solid #cc0000;
  padding: 10px 15px;
}
div.wrap main.main div.movie-block div.detail hr {
  margin: 20px 0;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
div.wrap main.main div.doc-block {
  max-width: 750px;
  margin: 20px auto 20px;
}
div.wrap main.main div.doc-block ul {
  margin-top: 20px;
  padding-left: 20px;
}
div.wrap main.main div.doc-block ul li {
  position: relative;
  padding: 0 0 0 16px;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
div.wrap main.main div.doc-block ul li + li {
  margin: 10px 0 0;
}
div.wrap main.main div.doc-block ul li::before {
  content: "●";
  position: absolute;
  top: .25em;
  left: 0;
  font-size: .75em;
}
div.wrap main.main div.live-help-wrap {
  max-width: 750px;
  margin: 20px auto 20px;
}
div.wrap main.main div.live-help-wrap div.ttl-livehelp {
  padding: 20px;
  text-align: center;
  border: 3px solid #eee;
  border-radius: 2px;
  font-size: 14px;
}
div.wrap main.main div.live-help-wrap div.ttl-livehelp::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 10px;
  border-top: 10px solid #333;
  border-right: 8px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid transparent;
}
div.wrap main.main div.live-help-wrap div.ttl-livehelp.selected::after {
  border-top: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #333;
  border-left: 8px solid transparent;
}
div.wrap main.main div.live-help-wrap div.ttl-livehelp:hover {
  cursor: pointer;
}
div.wrap main.main div.live-help-wrap div.helpdetail ul {
  list-style: decimal;
  margin-top: 20px;
  padding-left: 20px;
}
div.wrap main.main div.live-help-wrap div.helpdetail ul li {
  font-size: 14px;
  line-height: 1.5;
}
div.wrap main.main div.live-help-wrap div.helpdetail ul li + li {
  margin-top: 10px;
}
div.wrap main.main div.live-help-wrap div.helpdetail p.help-note {
  margin: 20px 0 0;
  font-size: 12px;
  color: #999;
}
div.wrap main.main div.live-help-wrap div.helpdetail p.help-note a {
  color: #0066ff;
  text-decoration: underline;
}
div.wrap footer.footer {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #002d5b;
}
div.wrap footer.footer p.copyright {
  font-size: 12px;
  color: #fff;
}

div.forms-wrap {
  max-width: 750px;
  margin: 40px auto 0;
  padding: 30px 30px 40px;
  background-color: #ecf0f8;
  border-radius: 4px;
  border: 1px solid #b6becc;
}
@media screen and (max-width: 768px) {
  div.forms-wrap {
    margin: 20px auto 0;
    padding: 0px 20px 20px;
  }
}
div.forms-wrap h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #002d5b;
  text-align: center;
}
div.forms-wrap p.forms-lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
div.forms-wrap div.btn-wrap.center a.btn-forms {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  background-color: #2966d5;
  border-radius: 32px;
  overflow: hidden;
  transition: .4s ease-in-out;
}
div.forms-wrap div.btn-wrap.center a.btn-forms i.ico-forms {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(../img/ico-forms.png);
  background-size: cover;
}
div.forms-wrap div.btn-wrap.center a.btn-forms:hover {
  opacity: .7;
}
div.forms-wrap div.btn-wrap.center a.btn-forms.disable {
  pointer-events: none;
  background-color: #eee;
}

.jstream {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.jstream.size43 {
  padding-top: 75%;
}
.jstream iframe,
.jstream .jstream-eqPlayer,
.jstream div[id*="eqp-base-element"] {
  top: 0;
}

/*-- カラム --*/
div[class^="col"] {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 20px;
  border-bottom: 1px solid #e8edf3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  div[class^="col"] {
    margin: 0 auto;
  }
}
div[class^="col"].col1 > * {
  width: 100%;
}
div[class^="col"].col2::before, div[class^="col"].col2::after,
div[class^="col"].col2 > * {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  div[class^="col"].col2::before, div[class^="col"].col2::after,
  div[class^="col"].col2 > * {
    width: calc((100% - 10px) / 2);
  }
}
div[class^="col"].col3::before, div[class^="col"].col3::after {
  content: "";
  display: block;
}
div[class^="col"].col3::before {
  order: 1;
}
div[class^="col"].col3::before, div[class^="col"].col3::after,
div[class^="col"].col3 > * {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  div[class^="col"].col3::before, div[class^="col"].col3::after,
  div[class^="col"].col3 > * {
    width: calc((100% - 20px) / 1);
  }
}
div[class^="col"] > * {
  margin-top: 20px;
}
div[class^="col"] > * figcaption {
  margin: 10px 0 0;
  color: #646464;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
div[class^="col"] > * p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  div[class^="col"] > * p {
    font-size: 12px;
    line-height: 1.3;
  }
}

.errorDialogHeader .hl img {
  display: none;
}
.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.btn-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #ee2f2f;
  background-color: #ee2f2f;
  color: #fff;
  transition: opacity .4s ease-in-out;
}
.btn-wrap .btn:hover {
  opacity: .5;
}
@media screen and (min-width: 750px) {
  .gyouzaisei-dl {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  div.wrap main.main dl.gyouzaisei-dl dd p.head-txt {
    padding: 5px;
    text-align: left;
    margin-top: 20px;
  }
  .gyouzaisei-dl dt {
    width: 30%;
  }
  .gyouzaisei-dl dd {
    width: 70%;
  }
}
div.wrap main.main h3.ttl-block2 {
  max-width: 750px;
  margin: 40px auto 20px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background-color: #002d5b;
}