@charset "UTF-8";
body {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  background-image: url(../img/bg_img.png);
  background-size: 100%;
  background-position: 0% 120px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.65);
  background-blend-mode: lighten;
  min-height: 100vh;
  padding-bottom: 280px;
  position: relative;
  color: #202124;
}
@media screen and (max-width: 579px) {
  body {
    font-size: 14px;
  }
}
body a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body img {
  image-rendering: -webkit-optimize-contrast;
}

section {
  margin-top: 5em;
}
section:first-child {
  margin-top: 0;
}

.ly_header {
  z-index: 2;
}

.ly_content,
.ly_footer {
  z-index: 1;
}

.ly_content_sub {
  z-index: 3;
}

.bl_hbgBtn {
  z-index: 3;
}

.ly_header {
  width: 100%;
  height: 120px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .ly_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 579px) {
  .ly_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.ly_footer {
  width: 100%;
  position: absolute;
}
.ly_footer .ly_footer_upper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-linear-gradient(20deg, rgb(244, 180, 102), #b2c8e0, #98dad6, #a3a5d1);
  background: linear-gradient(70deg, rgb(244, 180, 102), #b2c8e0, #98dad6, #a3a5d1);
  padding: 16px;
}
.ly_footer .ly_footer_lower {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #595757;
}
.ly_footer .footer_upper_contact {
  font-weight: bold;
}
.ly_footer .ly_footer_inner {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .ly_footer .ly_footer_inner {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .ly_footer .ly_footer_inner {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 579px) {
  .ly_footer .ly_footer_inner {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ly_footer .ly_footer_inner > p + p {
  margin-top: 1em;
}

.ly_content {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 960px) {
  .ly_content {
    max-width: 1100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .ly_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 579px) {
  .ly_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ly_content .ly_content_main {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 960px) {
  .ly_content .ly_content_main {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .ly_content .ly_content_main {
    max-width: 720px;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 579px) {
  .ly_content .ly_content_main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ly_content .ly_content_sub {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 960px) {
  .ly_content .ly_content_sub {
    width: 270px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .ly_content .ly_content_sub {
    width: 100%;
    height: calc(100vh - 120px);
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 120px;
    left: 0;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 579px) {
  .ly_content .ly_content_sub {
    width: 100%;
    height: calc(100vh - 120px);
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 120px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
  }
}
.ly_content .ly_content_sub.js_open {
  visibility: visible;
  opacity: 1;
}

.bl_hbgWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 960px) {
  .bl_hbgWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_hbgWrapper > * + * {
    margin-top: 32px;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .bl_hbgWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bl_hbgWrapper > * {
    width: calc(50% - 12px);
  }
  .bl_hbgWrapper > *:first-child {
    margin-right: 24px;
  }
}
@media screen and (max-width: 579px) {
  .bl_hbgWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_hbgWrapper > * + * {
    margin-top: 32px;
  }
}

.bl_hbgBtn {
  position: fixed;
}
@media print, screen and (min-width: 960px) {
  .bl_hbgBtn {
    display: none;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .bl_hbgBtn {
    width: 64px;
    height: 64px;
    padding: 20px 16px;
    top: 0;
    right: 0;
    background-color: #006798;
  }
}
@media screen and (max-width: 579px) {
  .bl_hbgBtn {
    width: 48px;
    height: 48px;
    padding: 24px 12px;
    top: 0px;
    right: 8px;
    background-color: #006798;
  }
}
.bl_hbgBtn .bl_hbgBtn_line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_hbgBtn .bl_hbgBtn_line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .bl_hbgBtn .bl_hbgBtn_line::before {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px);
  }
}
@media screen and (max-width: 579px) {
  .bl_hbgBtn .bl_hbgBtn_line::before {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
.bl_hbgBtn .bl_hbgBtn_line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .bl_hbgBtn .bl_hbgBtn_line::after {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
}
@media screen and (max-width: 579px) {
  .bl_hbgBtn .bl_hbgBtn_line::after {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
.bl_hbgBtn .bl_hbgBtn_line.js_open {
  background-color: transparent;
}
.bl_hbgBtn .bl_hbgBtn_line.js_open::before {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_hbgBtn .bl_hbgBtn_line.js_open::after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bl_headerArea {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 5px 5px 0px #8095ac;
          box-shadow: 0px 5px 5px 0px #8095ac;
}
.bl_headerArea .header_logo {
  max-width: 100%;
}
@media print, screen and (min-width: 960px) {
  .bl_headerArea {
    /*       padding-top: 32px;
         padding-bottom: 64px;
         padding-left: 32px;
         padding-right: 32px;
    */
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .bl_headerArea {
    padding-right: 80px;
    /*  padding-top: 32px;
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;*/
  }
}
@media screen and (max-width: 579px) {
  .bl_headerArea {
    padding-right: 64px;
    /*      padding-top: 24px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;*/
  }
}

.bl_contentArea {
  width: 100%;
  background-color: #fff;
}
@media print, screen and (min-width: 960px) {
  .bl_contentArea {
    padding-top: 32px;
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .bl_contentArea {
    padding-top: 32px;
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 579px) {
  .bl_contentArea {
    padding-top: 24px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.bl_contentArea p,
.bl_contentArea dl {
  line-height: 1.75;
}
.bl_contentArea * + p {
  margin-top: 1em;
}
.bl_contentArea a:not([class]):link,
.bl_contentArea a:not([class]):visited {
  color: #f08300;
  font-weight: bold;
  text-decoration: underline;
}
.bl_contentArea a:not([class]):link:hover,
.bl_contentArea a:not([class]):visited:hover {
  text-decoration: none;
}
.bl_contentArea img {
  max-width: 100%;
}

.bl_sideNav {
  width: 100%;
}
.bl_sideNav .bl_sideNav_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_sideNav .bl_sideNav_list .bl_sideNav_item + .bl_sideNav_item {
  border-top: solid 1px #fff;
}
.bl_sideNav .bl_sideNav_list .bl_sideNav_item .bl_sideNav_link {
  width: 100%;
  height: 100%;
  padding-top: calc(20px - 0.25em);
  padding-bottom: calc(20px - 0.25em);
  padding-left: calc(1.4em + 8px);
  padding-right: 8px;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .bl_sideNav .bl_sideNav_list .bl_sideNav_item .bl_sideNav_link {
    background-color: #006798;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .bl_sideNav .bl_sideNav_list .bl_sideNav_item .bl_sideNav_link {
    background-color: #006798;
  }
}
@media screen and (max-width: 579px) {
  .bl_sideNav .bl_sideNav_list .bl_sideNav_item .bl_sideNav_link {
    background-color: #006798;
  }
}
.bl_sideNav .bl_sideNav_list .bl_sideNav_item .bl_sideNav_link::before {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.45em solid transparent;
  border-left: 0.7em solid #f08300;
  content: "";
}
.bl_sideNav .bl_sideNav_list .bl_sideNav_item .bl_sideNav_link:hover:not(.none) {
  background-color: #64bfaa;
  color: #fff;
}
.bl_sideNav .bl_sideNav_list .bl_sideNav_item .bl_sideNav_link:hover:not(.none)::before {
  border-left: 0.7em solid #f08300;
}
.bl_sideNav .bl_sideNav_list .bl_sideNav_item .bl_sideNav_link.none {
  background-color: #E6E6E6;
  color: #aaaaaa;
}
.bl_sideNav .bl_sideNav_list .bl_sideNav_item .bl_sideNav_link.none::before {
  border-left: 0.7em solid #aaaaaa;
}

.bl_sideBnr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_sideBnr .bl_sideBnr_item + .bl_sideBnr_item {
  margin-top: 16px;
}
.bl_sideBnr .bl_sideBnr_item .bl_sideBnr_link .bl_sideBnr_img {
  max-width: 100%;
}

.bl_bulletList {
  list-style-type: disc;
  line-height: 1.75;
  padding-left: 1.75em;
}
.bl_bulletList > li + li {
  margin-top: 0.75em;
}
.bl_bulletList > li > ul {
  list-style-type: circle;
  padding-left: 1.75em;
  margin-top: 0.75em;
}
.bl_bulletList > li > ul > li + li {
  margin-top: 0.75em;
}
* + .bl_bulletList {
  margin-top: 1em;
}
.bl_bulletList.spaceNone > li + li {
  margin-top: 0;
}

.bl_orderList {
  list-style-type: decimal;
  line-height: 1.75;
  padding-left: 1.75em;
  margin-top: 1em;
}
.bl_orderList > li + li {
  margin-top: 0.75em;
}
.bl_orderList > li > ol {
  margin-top: 0.75em;
}
.bl_orderList--listLowerroman {
  list-style-type: lower-roman;
}
.bl_orderList--listUpperroman {
  list-style-type: upper-roman;
}
.bl_orderList--listBrackets {
  list-style: none;
  counter-reset: olbnum;
  padding-left: 1em;
}
.bl_orderList--listBrackets > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_orderList--listBrackets > li::before {
  width: 2em;
  text-align: right;
  margin-right: 0.5em;
  counter-increment: olbnum;
  content: "(" counter(olbnum) ") ";
}
* + .bl_orderList {
  margin-top: 1em;
}

.bl_asteriskList {
  list-style-type: none;
  line-height: 1.75;
  padding-left: 1.75em;
}
.bl_asteriskList > li {
  text-indent: -1em;
}
.bl_asteriskList > li::before {
  content: "※";
  left: -0.75em;
  position: relative;
}
.bl_asteriskList > li + li {
  margin-top: 0.75em;
}
* + .bl_asteriskList {
  margin-top: 1em;
}

.bl_tableVertical {
  margin-top: 2em;
}
@media screen and (max-width: 579px) {
  .bl_tableVertical {
    width: 100%;
    overflow-x: auto;
  }
}
.bl_tableVertical table {
  min-width: 50%;
  font-size: 14px;
  line-height: 1.5;
  border-top: solid 2px #202124;
  border-bottom: solid 2px #202124;
  border-left: solid 2px #202124;
  border-right: solid 2px #202124;
}
.bl_tableVertical table caption {
  font-weight: bold;
  margin-bottom: 8px;
}
.bl_tableVertical table thead {
  border-bottom: solid 2px #202124;
}
.bl_tableVertical table thead tr {
  border-bottom: solid 1px #202124;
}
.bl_tableVertical table thead tr:last-child {
  border-bottom: none;
}
.bl_tableVertical table thead tr th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #E6E6E6;
  border-right: solid 1px #202124;
  text-align: center;
  vertical-align: middle;
}
.bl_tableVertical table tbody tr {
  border-bottom: solid 1px #202124;
}
.bl_tableVertical table tbody tr:last-child {
  border-bottom: none;
}
.bl_tableVertical table tbody tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-right: solid 1px #202124;
  vertical-align: middle;
}
.bl_tableVertical table tbody tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 579px) {
  .bl_tableVertical table tbody tr td {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media screen and (max-width: 579px) {
  .bl_tableVertical table tbody tr td {
    white-space: nowrap;
  }
}

.el_headingLv1 {
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
  color: #555;
  padding-bottom: 20px;
  border-bottom: solid 8px #006798;
}

.el_headingLv2 {
  width: 100%;
  background-color: rgb(203, 238.2368421053, 255);
  color: #555;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.65em;
  padding-right: 0.5em;
  margin-top: 3em;
  margin-bottom: 1em;
  position: relative;
}
.el_headingLv2:first-child {
  margin-top: 0;
}
.el_headingLv2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #006798;
  content: "";
}

.el_headingLv3 {
  width: 100%;
  color: #006798;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #006798;
  margin-top: 2em;
  margin-bottom: 1em;
}
.el_headingLv3:first-child {
  margin-top: 0;
}

.el_comingsoon {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 2.3em;
  text-align: center;
}

.el_btn {
  display: inline-block;
  padding: 0.75em 3em;
  font-weight: bold;
  font-size: 1.3em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
}
.el_btn:hover {
  opacity: 0.7;
}

.el_btn_main {
  background-color: #006798;
}

.el_btn_sub1 {
  background-color: #64bfaa;
}

.el_btn_noLink {
  background-color: #E6E6E6;
  cursor: default;
}
.el_btn_noLink:hover {
  opacity: 1;
}

.el_table {
  border: 1px solid #555;
  line-height: 1.75;
}
.el_table > thead > tr {
  border: 1px solid #aaaaaa;
}
.el_table > thead > tr > th {
  padding: 0.5em 0.3em;
  white-space: nowrap;
  border: 1px solid #aaaaaa;
  background-color: #E6E6E6;
}
.el_table > tbody > tr {
  border: 1px solid #aaaaaa;
}
.el_table > tbody > tr > th {
  padding: 0.5em 0.3em;
  width: 0;
  white-space: nowrap;
  border: 1px solid #aaaaaa;
  background-color: #E6E6E6;
}
.el_table > tbody > tr > td {
  border: 1px solid #aaaaaa;
  padding: 0.5em 0.3em;
}

.un_topImg {
  width: 100%;
}
.un_topImg img {
  max-width: 100%;
}

.un_topBnr {
  width: 100%;
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 579px) {
  .un_topBnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.un_topBnr .un_topBnr_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 8px solid;
  border-radius: 15px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 1px 2px 3px rgba(63, 63, 63, 0.8);
          box-shadow: 1px 2px 3px rgba(63, 63, 63, 0.8);
}
@media print, screen and (min-width: 960px) {
  .un_topBnr .un_topBnr_item {
    width: 45%;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .un_topBnr .un_topBnr_item {
    width: 45%;
  }
}
@media screen and (max-width: 579px) {
  .un_topBnr .un_topBnr_item {
    width: 100%;
  }
}
@media screen and (max-width: 579px) {
  .un_topBnr .un_topBnr_item + .un_topBnr_item {
    margin-top: 16px;
  }
}
.un_topBnr .un_topBnr_item > a {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
}
@media print, screen and (min-width: 960px) {
  .un_topBnr .un_topBnr_item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .un_topBnr .un_topBnr_item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.un_topBnr .un_topBnr_item > a > img {
  max-width: 100%;
}
.un_topBnr .un_topBnr_item.topBnr1 {
  border-color: #f53947;
  color: #f53947;
  /*    &:hover {
      border-color: #f5858e;
  }*/
}
.un_topBnr .un_topBnr_item.topBnr2 {
  border-color: rgb(2, 173, 224);
  color: rgb(2, 173, 224);
  /*     &:hover {
      border-color: rgb(140, 220, 245);
  }*/
}

.un_topOshirase {
  background-color: #fff;
  margin-top: 32px;
  -webkit-box-shadow: 5px 5px 5px #E6E6E6;
          box-shadow: 5px 5px 5px #E6E6E6;
}
@media print, screen and (min-width: 960px) {
  .un_topOshirase {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .un_topOshirase {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 579px) {
  .un_topOshirase {
    padding-bottom: 16px;
  }
}
.un_topOshirase .un_topOshirase_heading {
  font-size: 2em;
  font-weight: bold;
  color: #006798;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 960px) {
  .un_topOshirase .un_topOshirase_heading {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .un_topOshirase .un_topOshirase_heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 579px) {
  .un_topOshirase .un_topOshirase_heading {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.un_topOshirase .un_topOshirase_heading::before {
  height: 8px;
  content: "";
  background-color: #E6E6E6;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0.5em;
}
.un_topOshirase .un_topOshirase_heading::after {
  height: 8px;
  content: "";
  background-color: #E6E6E6;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.5em;
}
.un_topOshirase .un_topOshirase_list {
  overflow-y: auto;
}
@media print, screen and (min-width: 960px) {
  .un_topOshirase .un_topOshirase_list {
    padding-top: 15px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    max-height: 300px;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .un_topOshirase .un_topOshirase_list {
    padding-top: 10px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    max-height: 250px;
  }
}
@media screen and (max-width: 579px) {
  .un_topOshirase .un_topOshirase_list {
    padding-top: 5px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    max-height: 200px;
  }
}
.un_topOshirase .un_topOshirase_list .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 579px) {
  .un_topOshirase .un_topOshirase_list .list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.un_topOshirase .un_topOshirase_list .list_item + .list_item {
  margin-top: 1em;
}
.un_topOshirase .un_topOshirase_list .list_item > dt {
  font-weight: normal;
}
@media print, screen and (min-width: 960px) {
  .un_topOshirase .un_topOshirase_list .list_item > dt {
    width: 8em;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .un_topOshirase .un_topOshirase_list .list_item > dt {
    width: 8em;
  }
}
.un_topOshirase .un_topOshirase_list .list_item > dd {
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .un_topOshirase .un_topOshirase_list .list_item > dd {
    margin-top: -0.25em;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .un_topOshirase .un_topOshirase_list .list_item > dd {
    margin-top: -0.25em;
  }
}
@media screen and (max-width: 579px) {
  .un_topOshirase .un_topOshirase_list .list_item > dd {
    margin-top: 0.75em;
  }
}
.un_topOshirase a:not([class]):link,
.un_topOshirase a:not([class]):visited {
  color: #f08300;
  font-weight: bold;
  text-decoration: underline;
}
.un_topOshirase a:not([class]):link:hover,
.un_topOshirase a:not([class]):visited:hover {
  text-decoration: none;
}

.un_gaiyo {
  width: 100%;
  display: table;
}
.un_gaiyo dt {
  color: #555;
  width: 8em;
  padding: 1em 0 1em 1em;
  border-bottom: #64bfaa 2px solid;
  display: table-cell;
}
.un_gaiyo dd {
  padding: 0 0 20px 20px;
  border-bottom: #E6E6E6 2px solid;
  display: table-cell;
}

.un_programHeading {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 960px) {
  .un_programHeading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .un_programHeading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 579px) {
  .un_programHeading {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.un_programHeading .un_programHeading_time {
  margin-left: auto;
  font-size: 0.7em;
}

.un_programTheme {
  padding: 0.5em 0.3em;
  line-height: 1.5 !important;
  margin-top: 1em;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  background-color: #006798;
  border-radius: 10px;
}

.un_programContent {
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 579px) {
  .un_programContent {
    margin-top: 0.5em;
  }
}

.un_programContent_title {
  margin-top: 0.75em;
  margin-left: 1em;
  font-size: 1.25em;
  font-weight: bold;
  color: #555;
}

.un_programContent_cast + .un_programContent_title {
  margin-top: 3rem;
}

.un_programContent_cast {
  margin-top: 0.5rem;
  padding-left: 5em;
}
.un_programContent_cast .cast_name {
  position: relative;
  font-weight: normal;
}
.un_programContent_cast .cast_name > .item {
  position: absolute;
  top: 0.1em;
  left: -3.5em;
  padding: 0 0.5em;
  margin-right: 0.75em;
  background-color: #64bfaa;
  border-radius: 5px;
  font-size: 0.9em;
  color: #fff;
}
.un_programContent_cast .cast_name > .affiliation {
  font-size: 0.85em;
}
.un_programContent_cast.char3 {
  padding-left: 6em;
}
.un_programContent_cast.char3 .cast_name > .item {
  left: -4.5em;
}
.un_programContent_cast.char6 {
  padding-left: 9em;
}
.un_programContent_cast.char6 .cast_name > .item {
  left: -7.5em;
}
.un_programContent_cast .cast_affiliation {
  font-size: 0.85em;
  line-height: 1.5 !important;
}

.un_toroku_forum_shisetsuList {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.un_toroku_forum_shisetsuList > li {
  width: calc(50% - 32px);
}
@media screen and (max-width: 579px) {
  .un_toroku_forum_shisetsuList {
    display: initial;
  }
  .un_toroku_forum_shisetsuList > li {
    width: 100%;
  }
}

/*.un_toroku_forum_shisetsuList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    .bl_bulletList {
        width: calc(50% - 1em);
        margin-top: 1em;
    }
    @include g.mq(s) {
        .bl_bulletList {
            width: 100%;
        }
        .bl_bulletList:nth-child(2) {
            margin-top: 0;
        }
    }
}*/
.un_toroku_poster_btnList {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8em;
}
.un_toroku_poster_btnList .el_btn {
  width: calc(50% - 0.5em);
}

.hp_textindent {
  text-indent: 1em;
  padding-left: -1em;
}

.hp_alignRight {
  text-align: right;
}

.hp_alignCenter {
  text-align: center;
}

.hp_textLineThrough {
  text-decoration: line-through;
}

.hp_fontsizeLarge {
  font-size: 1.25em;
}

.hp_fontsizeSmall {
  font-size: 0.85em;
}

.hp_fontweightBold {
  font-weight: bold;
}

.hp_colorRed {
  color: #f00;
}

.hp_colorSub2 {
  color: rgb(163.5, 89.24375, 0);
}

.hp_tablecellNowrap {
  white-space: nowrap;
}

.hp_mt_1 {
  margin-top: 1rem !important;
}

.hp_mt_3 {
  margin-top: 3rem !important;
}

.hp_mt_5 {
  margin-top: 5rem !important;
}

@media print {
  body {
    width: 1030px;
  }
  .ly_content_sub {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */