@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/* font */
/**
* Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
* Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 100;
	src: local("Noto Sans CJK JP Thin"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	src: local("Noto Sans CJK JP Light"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local("Noto Sans CJK JP Medium"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	src: local("Noto Sans CJK JP Black"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media screen and (max-width: 800px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.78;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1; }
    body.open .spMenu span:first-child, body.open .spMenu span:last-child {
      opacity: 0; }
    body.open .spMenu span:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    body.open .spMenu span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .inner {
    max-width: 1080px;
    margin: auto;
    padding: 0 16px; }
  ul, ol {
    list-style: none; }
  a {
    color: #143867;
    text-decoration: none; }
    a:hover {
      opacity: .7; }
  img {
    max-width: 100%; }
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .header .name {
    background: #143867;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
    .header .name_wrap {
      color: #fff;
      font-family: "Noto Serif Japanese", serif;
      padding-left: 16px; }
  .header .convention_name {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px; }
  .header .page_name {
    font-size: 14px;
    line-height: 1; }
  .header .pic {
    margin-top: 75px;
    height: 77px;
    overflow: hidden;
    position: relative; }
    .header .pic img {
      width: 100%;
      max-width: none; }
    .header .pic img {
      width: 100%;
      height: 77px;
      -o-object-fit: cover;
         object-fit: cover; }
  .header .spMenu {
    position: relative;
    width: 36px;
    height: 18px;
    padding-right: 7px; }
    .header .spMenu span {
      display: block;
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      transition: all 0.2s ease; }
      .header .spMenu span:first-child {
        top: 0; }
      .header .spMenu span:nth-child(2), .header .spMenu span:nth-child(3) {
        top: 0;
        bottom: 0;
        margin: auto; }
      .header .spMenu span:last-child {
        bottom: 0; }
  .header .spNav {
    position: fixed;
    top: 13px;
    left: 0;
    width: 100%;
    background: #143867;
    z-index: 90;
    display: none; }
    .header .spNav_list {
      padding: 62px 16px; }
      .header .spNav_list li {
        padding: 30px 0;
        border-bottom: 1px solid #fff;
        text-align: center; }
      .header .spNav_list a {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 1; }
  .page_nav {
    margin: 40px auto 25px; }
    .page_nav_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .page_nav_list li {
        width: 48%;
        margin-bottom: 15px;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15); }
        .page_nav_list li:first-child {
          display: none; }
        .page_nav_list li a {
          display: block;
          text-align: center;
          font-weight: 700;
          background: #f6f5f7;
          font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
          padding: 18px 15px;
          font-size: 15px; }
        .page_nav_list li.current a {
          background: #143867;
          color: #fff; }
  .main_title {
    color: #143867;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center; }
  .day_title {
    font-weight: 700;
    line-height: 1.2;
    color: #143867;
    margin-bottom: 15px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px; }
  .sub_title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px; }
  .row .btn {
    margin-left: 1em;
    margin-bottom: 15px;
    text-align: center; }
    .row .btn a {
      margin: 0; }
      .row .btn a:hover {
        margin: 0;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
  .row .btn a {
    border-color: #e1e9f3;
    background: #f1f7ff; }
  .ico {
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    vertical-align: middle; }
    .ico.newwindow {
      background-image: url(../images/common/ico_newwindow.png); }
      .ico.newwindow.ico_white {
        background-image: url(../images/common/ico_newwindow_white.png); }
    .ico.download {
      background-image: url(../images/common/ico_download.png); }
    .ico.pdf {
      background-image: url(../images/common/ico_pdf.png); }
  .hanging {
    margin-bottom: 30px;
    font-size: 16px; }
    .hanging .hanging_ico {
      vertical-align: top; }
  .btn {
    text-align: center; }
    .btn a {
      display: inline-block;
      font-weight: bold;
      background: #fff;
      border: 1px solid #dedede;
      box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
      margin: 30px auto;
      border-radius: 10px;
      position: relative;
      line-height: 1;
      font-size: 19px;
      padding: 22px;
      width: 74vw; }
      .btn a.btn_newwindow {
        padding: 22px 53px; }
      .btn a:after {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #143867;
        border-bottom: 2px solid #143867;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 30px; }
      .btn a.btn_newwindow:after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../images/common/ico_newwindow.png);
        border: none;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .btn a.btn_download:after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../images/common/ico_download.png);
        border: none;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .btn a:hover {
        opacity: 1;
        box-shadow: none;
        margin-top: 32px;
        margin-bottom: 28px; }
  .m-footBottom {
    line-height: 1.2;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    padding: 40px 16px 20px;
    background: #323233;
    text-align: center;
    color: #fff; }
  .m-footBottom-left {
    margin: 0 0 45px; }
    .m-footBottom-left .m-footBottom-name {
      font-size: 18px;
      margin: 0 0 20px; }
    .m-footBottom-left p {
      line-height: 1.6;
      font-size: 13px; }
      .m-footBottom-left p:first-child {
        margin-bottom: 0;
        margin-top: -20px; }
        .m-footBottom-left p:first-child:before {
          content: "";
          display: inline-block;
          width: 60px;
          height: 60px;
          vertical-align: middle;
          background: url(../images/common/footer_logo.png) no-repeat 0 center;
          background-size: 60px;
          margin-right: 15px; }
      .m-footBottom-left p span {
        display: block; }
    .m-footBottom-left a {
      color: #fff; }
  .m-footBottom-right ul {
    margin: 0 0 10px; }
    .m-footBottom-right ul li {
      display: inline-block; }
      .m-footBottom-right ul li a {
        color: #fff;
        font-size: 12px; }
        .m-footBottom-right ul li a:after {
          content: "|";
          margin: 0 5px; }
      .m-footBottom-right ul li:last-child a:after {
        content: "";
        margin: 0; }
  .m-footBottom-right p {
    font-size: 10px; }
  img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important; }
  .m-totop {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    z-index: 10; }
    .m-totop:after {
      content: "";
      display: block;
      width: 11px;
      height: 11px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 50%;
      right: 14px;
      margin-top: -3px; }
  .floatArea + .footer + #pageTop {
    z-index: 1000; }
  .floatArea + .footer .m-footBottom {
    padding-bottom: 42.5vw; }
  .floatArea {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #143867;
    z-index: 89;
    padding: 15px 5px 40px; }
    .floatArea .logo {
      overflow: hidden;
      padding: 0 40px 15px; }
      .floatArea .logo .floatItem {
        margin: 0 .1%; }
        .floatArea .logo .floatItem a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%; }
          .floatArea .logo .floatItem a img {
            display: block;
            background: #fff; }
      .floatArea .logo .slick-arrow {
        width: 16px;
        height: 16px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        top: 0;
        bottom: 0;
        margin: auto; }
        .floatArea .logo .slick-arrow.slick-prev {
          left: 15px;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); }
        .floatArea .logo .slick-arrow.slick-next {
          right: 15px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
	
	.download-Materials {
		margin: 10px 0 15px;
		text-decoration: underline;
	}
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; }
  .program {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .program_item {
      background: #f6f5f7;
      margin-bottom: 30px;
      width: 100%; }
      .program_item.full {
        width: 100%;
        width: 100%;
        padding: 30px 0; }
        .program_item.full .btn a {
          margin: 0; }
          .program_item.full .btn a:hover {
            -webkit-transform: translateY(2px);
                    transform: translateY(2px); }
        .program_item.full .btn + .btn {
          margin-top: 20px; }
      .program_item:last-child {
        margin-bottom: 0; }
    .program .date {
      background: #143867;
      color: #fff;
      text-align: center;
      font-size: 17px;
      padding: 13px 0; }
    .program_list li {
      border-bottom: 1px solid #c0c0c0;
      font-weight: 700;
      position: relative; }
      .program_list li a {
        display: block;
        font-size: 16px;
        padding: 16px; }
      .program_list li:after {
        content: "";
        border-bottom: 2px solid #143867;
        border-right: 2px solid #143867;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        pointer-events: none;
        width: 8px;
        height: 8px;
        right: 14px; }
      .program_list li .time {
        font-weight: 400;
        display: block;
        font-size: 13px; }
      .program_list li a {
        color: #000; }
  .m-bn {
    margin: 30px 0;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background: #f6f5f7;
    padding: 20px 16px; }
    .m-bn ul {
      text-align: center;
      overflow: hidden;
      padding: 0 0 40px;
      margin-bottom: -30px;
      position: relative; }
      .m-bn ul li {
        margin: 0 10px 0 0;
        display: inline-block;
        background: #fff;
        box-shadow: 0 0 20px rgba(165, 197, 193, 0.2); }
        .m-bn ul li a {
          background: #fff; }
          .m-bn ul li a img {
            width: 200px; }
          .m-bn ul li a p {
            color: #000;
            line-height: 1.2;
            font-size: 12px;
            padding: 10px;
            text-align: center; }
      .m-bn ul .slick-prev {
        display: block;
        width: 40px;
        height: 40px;
        left: 0;
        bottom: 0;
        position: absolute;
        z-index: 5;
        padding-top: 40px;
        overflow: hidden; }
        .m-bn ul .slick-prev:before {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border-left: 2px solid #4570a9;
          border-top: 2px solid #4570a9;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: absolute;
          left: 10px;
          top: 10px; }
      .m-bn ul .slick-next {
        display: block;
        width: 40px;
        height: 40px;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: 5;
        padding-top: 40px;
        overflow: hidden; }
        .m-bn ul .slick-next:before {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border-right: 2px solid #4570a9;
          border-top: 2px solid #4570a9;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          right: 10px;
          top: 10px; }
  .btn_list {
    padding: 33px 0 40px; }
    .btn_list > li {
      width: 100%;
      margin: 0; }
      .btn_list > li + li {
        margin-top: 20px; }
      .btn_list > li > a {
        display: inline-block;
        width: 100%;
        padding: 15px 40px 16px 20px;
        color: #000000;
        border: 1px solid #e1e9f3;
        text-align: center;
        border-radius: 10px;
        font-weight: 16px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        background: #f1f7ff;
        position: relative; }
        .btn_list > li > a:hover {
          box-shadow: none;
          -webkit-transform: translateY(2px);
                  transform: translateY(2px);
          opacity: 1; }
        .btn_list > li > a .ico {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          right: 20px; }
  .pT0 {
    padding-top: 0 !important; }
  .mB20_sp {
    margin-bottom: 20px !important; }
  .sizeSmall {
    display: inline-block;
    font-size: 12px !important; }
  .publisher {
    margin-bottom: 30px; }
    .publisher_list {
      display: flex;
      flex-wrap: wrap;
      margin: auto;
      justify-content: space-between; }
      .publisher_list li {
        margin-bottom: 15px;
        width: 48%;
        text-align: center; }
  .day_program {
    margin-bottom: 60px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
    .day_program.wide .day_program_item p {
      /*
					&:first-child {
						width: 65%;
					}
					&:nth-child(2) {
						width: 35%;
						font-size: 15px;
						justify-content: flex-start;
					}
					*/ }
    .day_program_item {
      display: flex;
      flex-wrap: wrap; }
      .day_program_item:nth-child(2n+1) p {
        background: #f6f5f7; }
      .day_program_item:last-of-type p {
        border-bottom: 1px solid #c0c0c0; }
      .day_program_item.thead p {
        background: #143867;
        color: #fff;
        font-weight: 700; }
	
      .day_program_item p {
        border-top: 1px solid #c0c0c0;
        border-left: 1px solid #c0c0c0;
        display: flex;
        align-items: center;
        font-size: 15px;
        padding: 12px 10px;
        justify-content: flex-start; }
        .day_program_item p:first-child {
          width:  calc(100% - 100px);
          padding: 12px 16px;
          border-right: 1px solid #c0c0c0; }
          .day_program_item p:first-child.row_1 {
            width: 100%; }
        .day_program_item p:nth-child(2) {
          justify-content: center;
          width: 100px;
          font-size: 13px; }
        .day_program_item p:nth-child(3) {
          justify-content: center;
          width: calc(100% - 160px);
          font-size: 13px; }
        .day_program_item p:nth-child(4) {
          justify-content: center;
          width: 90px;
          font-size: 13px; }
        .day_program_item p:last-child {
          border-right: 1px solid #c0c0c0; }
        .day_program_item p.row {
          flex-direction: column;
          align-items: flex-start; }
          .day_program_item p.row span + span {
            margin-top: 8px; }
        .day_program_item p.nodata {
          position: relative;
          overflow: hidden; }
          .day_program_item p.nodata:after {
            content: "";
            width: 1.5em;
            height: 1px;
            background: #000;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto; }
        .day_program_item p a {
          color: #000;
          text-decoration: underline; }
    .day_program .notice {
      font-size: 15px;
      margin-top: 15px; }
      .day_program .notice a {
        text-decoration: underline; }
  .login {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background: url(../images/login/bg.jpg) no-repeat center/cover; } }
  @media screen and (max-width: 800px) and (min-width: 800px) and (max-width: 1100px) {
    .login {
      padding-bottom: 180px; } }

@media screen and (max-width: 800px) {
    .login .inner {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    .login_box {
      width: 100%;
      margin: 30px 0; }
      .login_box p {
        line-height: 2.0;
        color: #2b476b;
        margin-bottom: 30px;
        font-size: 14px; }
      .login_box .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column; }
        .login_box .logo a {
          display: block; }
        .login_box .logo li {
          margin-bottom: 15px; }
    .login .pic {
      margin-bottom: 30px;
      text-align: center; }
      .login .pic img {
        width: 60%;
        margin: 0 auto 5px; }
      .login .pic p {
        color: #fff;
        font-size: 11px; } }
    @media screen and (max-width: 800px) and (min-width: 800px) and (max-width: 1100px) {
      .login .pic {
        bottom: -15%; } }

@media screen and (max-width: 800px) {
    .login .ttl {
      font-family: "Noto Serif Japanese", serif;
      text-align: center;
      font-weight: 700;
      text-align: center;
      color: #fff;
      padding: 0 20px;
      margin-bottom: 30px; }
      .login .ttl h3 {
        border-bottom: 2px solid #fff; }
      .login .ttl .h2 {
        font-size: 22px; }
      .login .ttl .h3 {
        padding-bottom: 10px;
        font-size: 18px; }
    .login_btn {
      text-align: center; }
      .login_btn a {
        display: inline-block;
        background: #ff9000;
        color: #fff;
        border-radius: 10px;
        line-height: 1;
        position: relative;
        width: 80%;
        padding: 15px; }
        .login_btn a:after {
          content: "";
          width: 7px;
          height: 7px;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: absolute;
          right: 28px;
          top: 0;
          bottom: 0;
          margin: auto; }
    .login .login_text {
      background: rgba(246, 245, 247, 0.9);
      padding: 30px; } }

@media screen and (min-width: 800px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.78;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1; }
    body.open .spMenu span:first-child, body.open .spMenu span:last-child {
      opacity: 0; }
    body.open .spMenu span:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    body.open .spMenu span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .inner {
    max-width: 1080px;
    margin: auto; }
  ul, ol {
    list-style: none; }
  a {
    color: #143867;
    text-decoration: none; }
    a:hover {
      opacity: .7; }
  img {
    max-width: 100%; }
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .header .name {
    background: #143867;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15); }
    .header .name_wrap {
      color: #fff;
      font-family: "Noto Serif Japanese", serif; }
  .header .pic img {
    width: 100%;
    max-width: none; }
  .header .spMenu {
    position: relative;
    width: 36px;
    height: 18px;
    padding-right: 7px; }
    .header .spMenu span {
      display: block;
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      transition: all 0.2s ease; }
      .header .spMenu span:first-child {
        top: 0; }
      .header .spMenu span:nth-child(2), .header .spMenu span:nth-child(3) {
        top: 0;
        bottom: 0;
        margin: auto; }
      .header .spMenu span:last-child {
        bottom: 0; }
  .header .spNav {
    position: fixed;
    top: 13px;
    left: 0;
    width: 100%;
    background: #143867;
    z-index: 90;
    display: none; }
    .header .spNav_list {
      padding: 62px 16px; }
      .header .spNav_list li {
        padding: 30px 0;
        border-bottom: 1px solid #fff;
        text-align: center; }
      .header .spNav_list a {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 1; }
  .page_nav_list {
    display: flex;
    justify-content: space-between; }
    .page_nav_list li a {
      display: block;
      text-align: center;
      font-weight: 700;
      background: #f6f5f7;
      font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
    .page_nav_list li.current a {
      background: #143867;
      color: #fff; }
  .main_title {
    color: #143867;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
  .day_title {
    font-weight: 700;
    line-height: 1.2;
    color: #143867;
    margin-bottom: 15px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
  .sub_title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
  .row .btn a {
    border-color: #e1e9f3;
    background: #f1f7ff; }
  .ico {
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    vertical-align: middle; }
    .ico.newwindow {
      background-image: url(../images/common/ico_newwindow.png); }
      .ico.newwindow.ico_white {
        background-image: url(../images/common/ico_newwindow_white.png); }
    .ico.download {
      background-image: url(../images/common/ico_download.png); }
    .ico.pdf {
      background-image: url(../images/common/ico_pdf.png); }
  .hanging {
    margin-bottom: 30px;
    font-size: 16px; }
    .hanging .hanging_ico {
      vertical-align: top; }
  .btn {
    text-align: center; }
    .btn a {
      display: inline-block;
      font-weight: bold;
      background: #fff;
      border: 1px solid #dedede;
      box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
      margin: 30px auto;
      border-radius: 10px;
      position: relative;
      line-height: 1; }
      .btn a:after {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #143867;
        border-bottom: 2px solid #143867;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .btn a.btn_newwindow:after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../images/common/ico_newwindow.png);
        border: none;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .btn a.btn_download:after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../images/common/ico_download.png);
        border: none;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .btn a:hover {
        opacity: 1;
        box-shadow: none;
        margin-top: 32px;
        margin-bottom: 28px; }
  .m-footBottom {
    line-height: 1.2;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
  .m-footBottom-left p {
    line-height: 1.6; }
  .m-footBottom-left a {
    color: #fff; }
  .m-footBottom-right ul li {
    display: inline-block; }
    .m-footBottom-right ul li a {
      color: #fff;
      font-size: 12px; }
      .m-footBottom-right ul li a:after {
        content: "|";
        margin: 0 5px; }
    .m-footBottom-right ul li:last-child a:after {
      content: "";
      margin: 0; }
  .m-footBottom-right p {
    font-size: 10px; }
  img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important; }
  .m-totop {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer; }
    .m-totop:after {
      content: "";
      display: block;
      width: 11px;
      height: 11px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 50%; }
  .floatArea {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #143867;
    z-index: 89; }
    .floatArea .logo {
      overflow: hidden; }
      .floatArea .logo .floatItem a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .floatArea .logo .floatItem a img {
          display: block;
          background: #fff; }
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .program {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .program_item {
      background: #f6f5f7;
      margin-bottom: 30px; }
      .program_item.full {
        width: 100%; }
      .program_item:last-child {
        margin-bottom: 0; }
    .program .date {
      background: #143867;
      color: #fff;
      text-align: center; }
    .program_list li {
      border-bottom: 1px solid #c0c0c0;
      font-weight: 700;
      position: relative; }
      .program_list li a {
        display: block; }
      .program_list li:after {
        content: "";
        border-bottom: 2px solid #143867;
        border-right: 2px solid #143867;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        pointer-events: none; }
      .program_list li .time {
        font-weight: 400;
        display: block; }
      .program_list li a {
        color: #000; }
  .m-bn {
    margin: 30px 0;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background: #f6f5f7; }
    .m-bn ul {
      text-align: center;
      overflow: hidden;
      padding: 0 0 40px;
      margin-bottom: -30px;
      position: relative; }
      .m-bn ul li {
        margin: 0 10px 0 0;
        display: inline-block;
        background: #fff;
        box-shadow: 0 0 20px rgba(165, 197, 193, 0.2); }
        .m-bn ul li a {
          background: #fff; }
          .m-bn ul li a p {
            color: #000;
            line-height: 1.2; }
      .m-bn ul .slick-prev {
        display: block;
        width: 40px;
        height: 40px;
        left: 0;
        bottom: 0;
        position: absolute;
        z-index: 5;
        padding-top: 40px;
        overflow: hidden; }
        .m-bn ul .slick-prev:before {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border-left: 2px solid #4570a9;
          border-top: 2px solid #4570a9;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: absolute;
          left: 10px;
          top: 10px; }
      .m-bn ul .slick-next {
        display: block;
        width: 40px;
        height: 40px;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: 5;
        padding-top: 40px;
        overflow: hidden; }
        .m-bn ul .slick-next:before {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border-right: 2px solid #4570a9;
          border-top: 2px solid #4570a9;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          right: 10px;
          top: 10px; }
  .pT0 {
    padding-top: 0 !important; }
  .publisher {
    margin-bottom: 30px; }
    .publisher_list {
      display: flex;
      flex-wrap: wrap;
      margin: auto; }
  .day_program {
    margin-bottom: 60px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
    .day_program_item {
      display: flex; }
      .day_program_item:nth-child(2n+1) p {
        background: #f6f5f7; }
      .day_program_item:last-of-type p {
        border-bottom: 1px solid #c0c0c0; }
      .day_program_item.thead p {
        background: #143867;
        color: #fff;
        font-weight: 700; }
      .day_program_item p {
        border-top: 1px solid #c0c0c0;
        border-left: 1px solid #c0c0c0;
        display: flex;
        align-items: center; }
        .day_program_item p:first-child.row_1 {
          width: 100%; }
        .day_program_item p:last-child {
          border-right: 1px solid #c0c0c0; }
        .day_program_item p.nodata {
          position: relative;
          overflow: hidden; }
          .day_program_item p.nodata:after {
            content: "";
            width: 1.5em;
            height: 1px;
            background: #000;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto; }
        .day_program_item p a {
          color: #000;
          text-decoration: underline; }
    .day_program .notice {
      font-size: 15px;
      margin-top: 15px; }
      .day_program .notice a {
        text-decoration: underline; }
  .login {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background: url(../images/login/bg.jpg) no-repeat center/cover; } }
  @media screen and (min-width: 800px) and (min-width: 800px) and (max-width: 1100px) {
    .login {
      padding-bottom: 180px; } }

@media screen and (min-width: 800px) {
    .login .inner {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
    .login_box p {
      line-height: 2.0;
      color: #2b476b;
      margin-bottom: 30px; }
    .login_box .logo {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      .login_box .logo a {
        display: block; } }
  @media screen and (min-width: 800px) and (min-width: 800px) and (max-width: 1100px) {
    .login .pic {
      bottom: -15%; } }

@media screen and (min-width: 800px) {
    .login .ttl {
      font-family: "Noto Serif Japanese", serif;
      text-align: center;
      font-weight: 700;
      text-align: center;
      color: #fff; }
      .login .ttl h3 {
        border-bottom: 2px solid #fff; }
    .login_btn {
      text-align: center; }
      .login_btn a {
        display: inline-block;
        background: #ff9000;
        color: #fff;
        border-radius: 10px;
        line-height: 1;
        position: relative; }
        .login_btn a:after {
          content: "";
          width: 7px;
          height: 7px;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: absolute;
          right: 28px;
          top: 0;
          bottom: 0;
          margin: auto; }
    .login .login_text {
      background: rgba(246, 245, 247, 0.9); } }

@media print, screen and (min-width: 801px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.78;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1; }
    body.open .spMenu span:first-child, body.open .spMenu span:last-child {
      opacity: 0; }
    body.open .spMenu span:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    body.open .spMenu span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .inner {
    max-width: 1080px;
    margin: auto;
    padding: 0 30px; }
  ul, ol {
    list-style: none; }
  a {
    color: #143867;
    text-decoration: none; }
    a:hover {
      opacity: .7; }
  img {
    max-width: 100%; }
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .header .name {
    background: #143867;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 35px 0; }
    .header .name_wrap {
      color: #fff;
      font-family: "Noto Serif Japanese", serif;
      text-align: center; }
  .header .convention_name {
    font-size: 32px; }
  .header .page_name {
    font-size: 22px; }
  .header .pic img {
    width: 100%;
    max-width: none; }
  .header .spMenu {
    position: relative;
    width: 36px;
    height: 18px;
    padding-right: 7px; }
    .header .spMenu span {
      display: block;
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      transition: all 0.2s ease; }
      .header .spMenu span:first-child {
        top: 0; }
      .header .spMenu span:nth-child(2), .header .spMenu span:nth-child(3) {
        top: 0;
        bottom: 0;
        margin: auto; }
      .header .spMenu span:last-child {
        bottom: 0; }
  .header .spNav {
    position: fixed;
    top: 13px;
    left: 0;
    width: 100%;
    background: #143867;
    z-index: 90;
    display: none; }
    .header .spNav_list {
      padding: 62px 16px; }
      .header .spNav_list li {
        padding: 30px 0;
        border-bottom: 1px solid #fff;
        text-align: center; }
      .header .spNav_list a {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 1; }
  .page_nav {
    margin: 40px auto 55px; }
    .page_nav_list {
      display: flex;
      justify-content: space-between; }
      .page_nav_list li {
        width: calc(25% - 4px); 
	}
        .page_nav_list li a {
          display: block;
          text-align: center;
          font-weight: 700;
          background: #f6f5f7;
          font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 77px;
          padding: 3px 4px 0;
          font-size: 18px;
          line-height: 1; }
        .page_nav_list li.current a {
          background: #143867;
          color: #fff; }
  .main_title {
    color: #143867;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    .main_title:before, .main_title:after {
      content: "";
      height: 2px;
      background: currentColor;
      flex-grow: 1; }
    .main_title:before {
      margin-right: 1.5em; }
    .main_title:after {
      margin-left: 1.5em; }
  .day_title {
    font-weight: 700;
    line-height: 1.2;
    color: #143867;
    margin-bottom: 15px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .day_title:after {
      content: "";
      width: 50%;
      height: 2px;
      background: currentColor; }
  .sub_title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px; }
  .row {
    display: flex;
    align-items: center; }
    .row .sub_title {
      margin-right: 2em; }
    .row .btn {
      margin-left: 1em;
      margin-bottom: 15px;
      text-align: center; }
      .row .btn a {
        margin: 0; }
        .row .btn a:hover {
          margin: 0;
          -webkit-transform: translateY(2px);
                  transform: translateY(2px); }
    .row .btn a {
      border-color: #e1e9f3;
      background: #f1f7ff; }
  .ico {
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    vertical-align: middle; }
    .ico.newwindow {
      background-image: url(../images/common/ico_newwindow.png); }
      .ico.newwindow.ico_white {
        background-image: url(../images/common/ico_newwindow_white.png); }
    .ico.download {
      background-image: url(../images/common/ico_download.png); }
    .ico.pdf {
      background-image: url(../images/common/ico_pdf.png); }
  .hanging {
    margin-bottom: 30px;
    font-size: 16px; }
    .hanging .hanging_ico {
      vertical-align: top; }
  .btn {
    text-align: center; }
    .btn a {
      display: inline-block;
      font-weight: bold;
      background: #fff;
      border: 1px solid #dedede;
      box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
      margin: 30px auto;
      border-radius: 10px;
      position: relative;
      line-height: 1;
      font-size: 16px;
      padding: 17px;
      width: 242px; }
      .btn a.btn_newwindow {
        padding: 17px 47px; }
      .btn a:after {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #143867;
        border-bottom: 2px solid #143867;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 20px; }
      .btn a.btn_newwindow:after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../images/common/ico_newwindow.png);
        border: none;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .btn a.btn_download:after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../images/common/ico_download.png);
        border: none;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .btn a:hover {
        opacity: 1;
        box-shadow: none;
        margin-top: 32px;
        margin-bottom: 28px; }
  .m-footBottom {
    line-height: 1.2;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background: #323233;
    width: 100%;
    padding: 28px 15px; }
  .m-footBottomWrap {
    width: 100%;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
  .m-footBottom-left {
    color: #fff;
    background: url(../images/common/footer_logo.png) no-repeat 5px 0;
    background-size: 100px;
    padding-left: 120px; }
    .m-footBottom-left .m-footBottom-name {
      font-size: 16px;
      margin: 0 0 15px; }
    .m-footBottom-left p {
      line-height: 1.6;
      font-size: 13px; }
    .m-footBottom-left a {
      color: #fff; }
  .m-footBottom-right {
    align-self: flex-end;
    color: #fff;
    text-align: right; }
    .m-footBottom-right ul {
      margin: 0 0 15px; }
      .m-footBottom-right ul li {
        display: inline-block; }
        .m-footBottom-right ul li a {
          color: #fff;
          font-size: 12px; }
          .m-footBottom-right ul li a:after {
            content: "|";
            margin: 0 5px; }
        .m-footBottom-right ul li:last-child a:after {
          content: "";
          margin: 0; }
    .m-footBottom-right p {
      font-size: 10px; }
  img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important; }
  .m-totop {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 48px;
    height: 48px;
    z-index: 10000; }
    .m-totop:after {
      content: "";
      display: block;
      width: 11px;
      height: 11px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -4px; }
  .floatArea + .footer .m-footBottom {
    padding-bottom: 150px; }
  .floatArea {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #143867;
    z-index: 89;
    padding: 24px 100px 24px; }
    .floatArea .logo {
      overflow: hidden;
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 80px;
      justify-content: center; }
      .floatArea .logo .floatItem {
        margin: 0 .15%; }
        .floatArea .logo .floatItem a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%; }
          .floatArea .logo .floatItem a img {
            display: block;
            background: #fff; }
      .floatArea .logo .slick-arrow {
        width: 20px;
        height: 20px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        top: 0;
        bottom: 0;
        margin: auto; }
        .floatArea .logo .slick-arrow.slick-prev {
          left: 10px;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); }
        .floatArea .logo .slick-arrow.slick-next {
          right: 20px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
	.download-Materials {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		margin: 20px 0 30px;
		text-decoration: underline;
	}
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; }
  .program {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .program_item {
      background: #f6f5f7;
      margin-bottom: 30px;
      width: 48.4%; }
      .program_item.full {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0; }
        .program_item.full .btn {
          margin: 0 30px; }
          .program_item.full .btn a {
            margin: 0; }
            .program_item.full .btn a:hover {
              -webkit-transform: translateY(2px);
                      transform: translateY(2px); }
      .program_item:last-child {
        margin-bottom: 0; }
    .program .date {
      background: #143867;
      color: #fff;
      text-align: center;
      font-size: 20px;
      padding: 20px 0; }
    .program_list li {
      border-bottom: 1px solid #c0c0c0;
      font-weight: 700;
      position: relative; }
      .program_list li a {
        display: block;
        font-size: 18px;
        padding: 30px 50px; }
      .program_list li:after {
        content: "";
        border-bottom: 2px solid #143867;
        border-right: 2px solid #143867;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        pointer-events: none;
        width: 12px;
        height: 12px;
        right: 30px; }
      .program_list li .time {
        font-weight: 400;
        display: block;
        font-size: 14px;
        margin-bottom: 10px; }
      .program_list li a {
        color: #000; }
  .m-bn {
    margin: 30px 0;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background: #f6f5f7;
    padding: 60px 45px; }
    .m-bn ul {
      text-align: center;
      overflow: hidden;
      padding: 0 0 40px;
      margin-bottom: -30px;
      position: relative; }
      .m-bn ul li {
        margin: 0 10px 0 0;
        display: inline-block;
        background: #fff;
        box-shadow: 0 0 20px rgba(165, 197, 193, 0.2); }
        .m-bn ul li a {
          background: #fff; }
          .m-bn ul li a img {
            width: 225px; }
          .m-bn ul li a p {
            color: #000;
            line-height: 1.2;
            font-size: 13px;
            padding: 8px; }
      .m-bn ul .slick-prev {
        display: block;
        width: 40px;
        height: 40px;
        left: 0;
        bottom: 0;
        position: absolute;
        z-index: 5;
        padding-top: 40px;
        overflow: hidden; }
        .m-bn ul .slick-prev:before {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border-left: 2px solid #4570a9;
          border-top: 2px solid #4570a9;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: absolute;
          left: 10px;
          top: 10px; }
      .m-bn ul .slick-next {
        display: block;
        width: 40px;
        height: 40px;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: 5;
        padding-top: 40px;
        overflow: hidden; }
        .m-bn ul .slick-next:before {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border-right: 2px solid #4570a9;
          border-top: 2px solid #4570a9;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          right: 10px;
          top: 10px; }
  .btn_list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px 0 40px; }
    .btn_list > li {
      margin: 0 15px; }
      .btn_list > li > a {
        display: inline-block;
        min-width: 300px;
        padding: 7px 40px 8px 20px;
        color: #000000;
        border: 1px solid #e1e9f3;
        text-align: center;
        border-radius: 10px;
        font-weight: 16px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        background: #f1f7ff;
        position: relative; }
        .btn_list > li > a:hover {
          box-shadow: none;
          -webkit-transform: translateY(2px);
                  transform: translateY(2px);
          opacity: 1; }
        .btn_list > li > a .ico {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          right: 20px; }
  .pT0 {
    padding-top: 0 !important; }
  .sizeSmall {
    display: inline-block;
    font-size: 14px !important; }
  .publisher {
    margin-bottom: 30px; }
    .publisher_list {
      display: flex;
      flex-wrap: wrap;
      margin: auto;
      width: 81.2%; }
      .publisher_list li {
        margin-right: 30px;
        margin-bottom: 30px;
        max-width: calc((100% - 60px) / 3); }
        .publisher_list li:nth-child(3n) {
          margin-right: 0; }
  .day_program {
    margin-bottom: 60px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
    .day_program.wide .day_program_item p:nth-child(1) {
      width: calc(100% - 240px); }
	
    .day_program.wide .day_program_item p:nth-child(2) {
		justify-content: flex-start;
		width: 240px; 
	}
    .day_program.wide .day_program_item p:nth-child(3) {
      width: 300px;
      justify-content: flex-start; }
    .day_program.wide .day_program_item p:nth-child(4) {
      width: 140px; }
    .day_program_item {
      display: flex; }
      .day_program_item:nth-child(2n+1) p {
        background: #f6f5f7; }
      .day_program_item:last-of-type p {
        border-bottom: 1px solid #c0c0c0; }
      .day_program_item.thead p {
        background: #143867;
        color: #fff;
        font-weight: 700; }
      .day_program_item p {
        border-top: 1px solid #c0c0c0;
        border-left: 1px solid #c0c0c0;
        display: flex;
        align-items: center;
        font-size: 18px;
        padding: 20px 10px;
        justify-content: center; }
        .day_program_item p:first-child {
          justify-content: flex-start;
          width: calc(100% - 433px);
          padding: 20px 30px; }
          .day_program_item p:first-child.row_1 {
            width: 100%; }
        .day_program_item p:nth-child(2) {
          width: 107px; }
        .day_program_item p:nth-child(3) {
          width: 200px; }
        .day_program_item p:nth-child(4) {
          width: 140px; }
        .day_program_item p:last-child {
          border-right: 1px solid #c0c0c0; }
        .day_program_item p.row {
          justify-content: space-between !important; }
        .day_program_item p.nodata {
          position: relative;
          overflow: hidden; }
          .day_program_item p.nodata:after {
            content: "";
            width: 1.5em;
            height: 1px;
            background: #000;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto; }
        .day_program_item p a {
          color: #000;
          text-decoration: underline; }
    .day_program .notice {
      font-size: 15px;
      margin-top: 15px; }
      .day_program .notice a {
        text-decoration: underline; }
  .login {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background: url(../images/login/bg.jpg) no-repeat center/cover;
    width: 100%;
    min-height: 85.9vh;
    padding: 60px 0 120px;
    overflow: hidden; } }
  @media screen and (min-width: 801px) and (min-width: 800px) and (max-width: 1100px) {
    .login {
      padding-bottom: 180px; } }

@media print, screen and (min-width: 801px) {
    .login .inner {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
    .login_box {
      padding: 0 100px; }
      .login_box p {
        line-height: 2.0;
        color: #2b476b;
        margin-bottom: 30px;
        margin-bottom: 40px; }
      .login_box .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 15%; }
        .login_box .logo a {
          display: block; }
        .login_box .logo li {
          margin: 0 30px 16px; }
    .login .pic {
      max-width: 261px;
      width: 25%;
      position: absolute;
      right: 39px;
      bottom: -13%; }
      .login .pic p {
        color: #fff;
        font-size: 14px;
        margin: 0 -40px;
        text-align: center;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }
        .login .pic p span {
          display: inline-block; } }
    @media screen and (min-width: 801px) and (min-width: 800px) and (max-width: 1100px) {
      .login .pic {
        bottom: -15%; } }

@media print, screen and (min-width: 801px) {
    .login .ttl {
      font-family: "Noto Serif Japanese", serif;
      text-align: center;
      font-weight: 700;
      text-align: center;
      color: #fff;
      padding: 0 60px;
      margin-bottom: 46px; }
      .login .ttl h3 {
        border-bottom: 2px solid #fff; }
      .login .ttl .h2 {
        margin-bottom: 18px;
        font-size: 55px;
        line-height: 1; }
      .login .ttl .h3 {
        padding-bottom: 40px;
        font-size: 40px;
        line-height: 1; }
    .login_btn {
      text-align: center; }
      .login_btn a {
        display: inline-block;
        background: #ff9000;
        color: #fff;
        border-radius: 10px;
        line-height: 1;
        position: relative;
        width: 30.8%;
        margin-bottom: 27px;
        padding: 20px; }
        .login_btn a:after {
          content: "";
          width: 7px;
          height: 7px;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: absolute;
          right: 28px;
          top: 0;
          bottom: 0;
          margin: auto; }
    .login .login_text {
      background: rgba(246, 245, 247, 0.9);
      padding: 30px 50px 26px; }
      .login .login_text p {
        font-size: 16px;
        line-height: 1.63; }
        .login .login_text p span {
          display: inline-block; } }

/*# sourceMappingURL=map/styles.css.map */
