/* Scss Document */
/* Scss Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
  
  /* Scss Document */
  html {
    font-size: 62.5%;
  }
  
  body {
    font-family: "arial", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #ffeaec;
    background: #fff;
    color: #333;
  }
  
  @media (max-width: 767px) {
    body {
      font-size: 14px;
    }
  }
  
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    font-weight: 400;
  }
  
  figure {
    margin: 0;
  }
  
  img {
    border: none;
    outline: none;
    max-width: 100%;
    height: auto;
  }
  
  a img, iframe, button {
    border: none;
    outline: none;
  }
  
  a {
        color: #3167d1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  
  a:hover {
    opacity: 0.8;
  }
  
  /*ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }*/
  
  
  
  dl, dt, dd {
    margin: 0;
    padding: 0;
  }
  
  p {
    margin: 0 0 30px;
  }
  
  .pc {
    display: block;
  }
  
  @media (max-width: 767px) {
    .pc {
      display: none;
    }
  }
  
  .sp {
    display: none;
  }
  
  @media (max-width: 767px) {
    .sp {
      display: block;
    }
  }
  
  .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  
  @media (max-width: 767px) {
    .inner {
      max-width: 100%;
      padding: 0 5.2%;
    }
  }
  
  button {
    display: block;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  
  header {
    background: #fff;
    width: 100%;
    min-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  
  header .inner {
      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: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: none;
      padding: 0 15px 0;
  }
  
  header #logo {
    padding: 10px 0;
    margin: 0;
  }
  header #logo a {
      text-decoration: none;
      color: #333;
  }
  
  header #g-navi {
    height: 80px;
  }
  
  header #g-navi ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      height: 100%;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding: 0;
      margin: 0;
      list-style: none;
  }
  
  header #g-navi ul li {
    height: 100%;
    white-space: nowrap;
  }
  
  header #g-navi ul li a {
      display: block;
      height: 100%;
      /* line-height: 80px; */
      text-align: center;
      padding: 27px 10px 0;
      color: #333;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
  }
  header #g-navi ul li.hotel-link a {
      padding: 15px 10px 0;
  }
  
  header #g-navi ul li a:hover {
      background: #002060;
      color: #fff;
  }
  
  header #manu-btn {
    display: none;
  }
  
  @media (max-width: 1250px) {
      header .inner {
      flex-direction: column;
  }
      header #g-navi ul li a {
      font-size: 14px;
  }
      
          
  }
  
  
  @media (max-width: 1150px) {
      header {
      height: auto;
  }
      header #g-navi {
      height: auto;
  }
      header .inner {
      flex-direction: column;
  }
      header #g-navi ul li.hotel-link a {
      padding: 15px 10px 15px;
  }
      header #g-navi ul li a {
              /*min-height: 84px;*/
      }
      
      
      
  }
  
  
  @media (max-width: 991px) {
    header #manu-btn {
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 10px;
      right: 0;
      padding: 10px;
    }
    header #manu-btn > span {
      display: block;
      height: 100%;
      position: relative;
    }
    header #manu-btn > span span {
      position: absolute;
      right: 0;
      width: 100%;
      height: 3px;
      background: #666;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
    }
    header #manu-btn > span span:first-child {
      top: 2px;
    }
    header #manu-btn > span span:nth-child(2) {
      top: 13px;
      opacity: 1;
    }
    header #manu-btn > span span:nth-child(3) {
      top: 24px;
    }
    header #manu-btn.open > span span:first-child {
      top: 13px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    header #manu-btn.open > span span:nth-child(2) {
      opacity: 0;
    }
    header #manu-btn.open > span span:nth-child(3) {
      top: 13px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
    }
      
    header {
      width: 100%;
      min-height: 74px;
  }
    header .inner {
      display: block;
      padding: 0;
    }
    header #logo {
      max-width: 305px;
      padding: 10px;
      margin: 0;
  }
    header #g-navi {
      position: fixed;
      top: 74px;
      right: -80%;
      width: 80%;
      height: calc(100% - 50px);
      background: #002060;
      padding: 30px;
      -webkit-transition: right .3s ease;
      -o-transition: right .3s ease;
      transition: right .3s ease;
    }
    header #g-navi ul {
      display: block;
      height: 100%;
    }
    header #g-navi ul li {
      height: auto;
      border-bottom: 1px solid #fff;
    }
    header #g-navi ul li a {
      display: block;
      height: 100%;
      line-height: 1.8;
      text-align: left;
      padding: 10px 0;
      color: #fff;
      font-size: 2rem;
    }
    header #g-navi.open {
      right: 0;
    }
  }
  
  main {
    padding: 80px 0 0;
  }
  
  @media (max-width: 1250px) {
    main {
      padding: 120px 0 0;
  }
  }
  @media (max-width: 991px) {
    main {
      padding: 70px 0 0;
  }
  }
  
  
  @media (max-width: 767px) {
    main {
      padding: 50px 0 0;
    }
  }
  
  
  
  main section {
    padding: 60px 0;
    min-height: 400px;
    position: relative;
  }
  
  main section .inner {
    background: rgba(255, 255, 255, 0.5);
    padding: 60px 3%;
    position: relative;
    z-index: 5;
  }
  
  main section h2 {
      font-size: 3.2rem;
      margin: 0 0 50px;
      position: relative;
      z-index: 1;
      border-bottom: 1px solid #002060;
      padding-bottom: 20px;
      line-height: 1.5;
      color: #002060;
      font-weight: bold;
  }
  
  
  
  main section dl {
    margin-bottom: 50px;
  }
  
  main section dl dt {
      clear: both;
      margin-bottom: 10px;
      padding: 10 10px;
      background: #002060;
      color: #fff;
      width: 190px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
  }
  
  main section dl dt:last-of-type {
    margin-bottom: 0;
  }
  
  main section dl dd {
      margin-bottom: 10px;
      padding: 0 10px;
      width: calc(90% - 130px);
      display: inline-block;
  }
  
  main section dl dd:last-of-type {
    margin-bottom: 0;
  }
  
  main section dl:after {
    content: "";
    display: table;
    clear: both;
  }
  
  main section#general-information {
      background: url(../images/bg011.png) center center no-repeat;
      background-size: cover;
  }
  
  main section#general-information .inner {
      padding-top: 40px;
  }
  main section#general-information h1 {
      text-align: center;
  }
  
  main section#general-information h2 {
      text-align: center;
      border: none;
      padding-bottom: 0;
      margin-bottom: 10px;
  }
  main section#general-information dl {
      margin: 0 auto;
      border: 1px solid #002060;
      padding: 20px;
      max-width: 800px;
  }
  main section#general-information dl dd {
      font-weight: bold;
  }
  @media (max-width: 767px) {
    main section#general-information .inner {
      padding: 10px;
    }
      main section dl dd {
      margin-bottom: 15px;
      padding: 0 0px;
      width: 100%;
  }
  }
  
  
  main section#welcome-messege {
      background: #F4FBFF;
  }
  
  
  
  main section#program {
      background: #F4FBFF;
      /* position: relative;
      background: url(../images/bg02.jpg) center center no-repeat;
      background-size: cover;
      padding-top: 120px;
      padding-bottom: 120px; */
  }
  main section#program .inner {
      min-height: 400px;
  }
  
  main section#program table {
      width: 100%;
      border: 0;
      border-collapse: collapse;
      margin-bottom: 50px;
      border-top: 1px solid #999;
      margin-top: 10px;
  }
  
  main section#program table th {
      width: 25%;
      padding: 10px 0;
      vertical-align: top;
      font-weight: 400;
      text-align: left;
      border-bottom: 1px solid #999;
      font-weight: bold;
  }
  
  main section#program table td {
    padding: 10px 0;
    vertical-align: top;
    border-bottom: 1px solid #999;
      font-weight: bold;
  }
  main section#program table td:nth-child(2) {
      width: 25%;
  }
  main section#program table td:nth-child(3) {
      width: 50%;
  }
  
  main section#program table td h3 {
    font-weight: 500;
  }
  
  main section#program table td p {
    margin: 0;
  }
  
  main section#program table td ul li {
    padding-left: 15px;
    position: relative;
  }
  
  main section#program table td ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #d2cbb0;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
  }
  
  
  
  @media (max-width: 767px) {
    main section#program .inner {
      padding: 30px 5.2%;
    }
    main section#program table th {
      display: block;
      width: 100%;
      padding: 10px 0;
      border-bottom: 0;
    }
    main section#program table td {
      display: block;
      width: 100%;
      padding: 0 0 10px 1.5em;
    }
      main section#program table td:nth-child(2) {
      width: 100%;
          border-bottom: none;
  }
      main section#program table td:nth-child(3) {
      width: 100%;
  }
      
    main section#program table dl {
      margin-bottom: 15px;
    }
  }
  
  main section#entry .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  main section#entry button {
    background: #e1a9a1;
    border: 1px solid #e1a9a1;
  }
  
  main section#entry button:hover {
    color: #e1a9a1;
    background: #fff;
  }
  
  
  
  main section#financial-support {
      background: #F4FBFF;
  }
  main section#registration {
      /* padding-bottom: 0; */
      min-height: 300px;
  }
  main section#abstract-submission .inner {
      padding-top: 0;
      padding-bottom: 0;
  }
  main section#registration .inner {
      padding-top: 0;
      padding-bottom: 0;
  }
  
  
  .btn {
      text-align: center;
  }
  .btn a {
      display: inline-block;
      background: #002060;
      padding: 14px 20px 14px;
      text-decoration: none;
      border-radius: 5px;
      color: #fff;
      font-weight: bold;
  }
  .btn.banner a {
      background:none;
      padding:0;
      
  }
  .btn.banner a img{
      border:1px solid #c5c5c5;
  }
  .btn.banner {
      
      padding:14px 0 4px;
  }
  
  @media (max-width: 767px) {
    main section {
      padding: 30px 4%;
      min-height: auto;
    }
    main section .inner {
      max-width: 100%;
      padding: 0;
      padding: 30px 5.2%;
    }
    main section h2 {
      font-size: 2.6rem;
      margin: 0 0 30px;
      padding-bottom: 15px;
    }
  }
  @media (max-width: 550px) {
      main section h2 {
      font-size: 22px;
    }
  }
  
  footer {
    background: #fff;
    padding: 30px 0;
    text-align: center;
  }
  
  footer small {
    font-size: 1.2rem;
    color: #666;
  }
  
  span.cancel {
      text-decoration: line-through;
      display: initial;
      color: #f00;
  }
  span.cancel span {
      color: #666;
  }
  .font-red {
      color: #f00;
  }
  
  @media (max-width: 767px) {
    footer {
      padding: 20px 0;
    }
    footer small {
      font-size: 1rem;
    }
  }
  
  .row {
    display: flex;
  }
  
  .column {
    flex: 33.33%;
    padding: 5px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .blink {
    animation: blinker 1s infinite;
  }
    
  @keyframes blinker {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
  }
  
  a[title]:hover::after {
    content: attr(title);
    font-size: 14px;
    color: white;
    background-color: #ff7b00e0;
    padding: 5px;
    border-radius: 5px;
  }